@charset "UTF-8";
/* CSS Document */

/*-------TOP img-------*/

#top_img {
	position: relative;
	z-index: 10;
    width: 100%;
    background: #640731;
}
#top_img:before {
    content: "";
    display: block;
    padding-top: 850px;
}
#top_img .inner {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    margin: auto;
    width: 1200px;
    z-index: 20;   
}
#top_img .inner img {
	width: 100%;
    height: auto;
}
#top_img .inner h1 {
    position: absolute;
    top: 12%; 
    right: 0px;
    width: 596px;
    z-index: 30;
}
#top_img .inner p {
    position: absolute;
    bottom: 5%; 
    left: 50px;
    width: 93px;
    z-index: 30;
}
	
/*-------TOP Content-------*/

#content{
	box-sizing: border-box;
	position: relative;
	top: -100px;
	z-index: 1;
	width: 100%;
	padding: 100px 0 150px 0;
	background-image:
        url(../images/page_back2.png),url(../images/page_back.jpg);
    background-position:
        right top+90px,left center;
    background-repeat:
        no-repeat,repeat;	
}	

.top_recruit{
    width: 100%;
    padding: 25px 0;
    margin-bottom: 100px;
    background: #6AA4BB;
    text-align: center;
    opacity: 0.95;
}
.top_recruit p{
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
}
.top_recruit div a{
    display: block;
    width: 12em;
    margin: 0 auto;
    padding: 0.2em;
    color: #6AA4BB;
    background: #ffffff;
}

/*重要なお知らせ*/
#important{
	box-sizing: border-box;
	position: relative;
    width: 100%;
	padding-left: 100px;
}
#important::before {
	content: "";
	position: absolute;
	top: 75px;
	left: 0;
	display: block;
	width: 300px;
	height: 5px;
	background: #950202;
}
#important .inner {
	background: #fff;
	padding: 30px;
}
#important .inner div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
#important .inner div h2 {
	padding: 3px 0;
	font-size: 1.2rem;
	font-weight: bold;
}
#important .inner div p {
	width: 12em;
	margin-left: 20px;
	padding: 3px 0;
	text-align: center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#important .inner dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 80%;
	padding: 15px 10px 10px 20px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #999;
}

#important .inner dt {
	margin-right: 20px;
	color: #3BAFE0;
}
#important .inner dd a:hover {
	text-decoration: underline;
}

/*TOPコンテンツ*/
#top_column{
	position: relative;
	box-sizing: border-box;
    width: 100%;
	margin-bottom: 150px;
	padding: 200px 0 0 100px;
	background-image: url("../images/con_back.png");
	background-position: right+50px top+50px;
	background-repeat: no-repeat;
}
#top_column::before {
	content: "";
	position: absolute;
	bottom: -100px;
	right: 0;
	display: block;
	width: 43%;
	height: 10px;
	background: #950202;
}
#top_column .inner{
	padding-top: 50px;
}
#top_column .inner h2{
	width: 28em;
	margin-bottom: 30px;
	padding: 15px;
	font-size: 2.5em;
	font-weight: 200;
	background: #fff;
}
#top_column .inner p{
	width: 90%;
	margin-bottom: 50px;
}
#top_column .column_img{
}
#top_column ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
#top_column li{
	margin-right: 3%;
}
#top_column li img{
	width: 100%;
	height: auto;
}

/*News & Topics*/
#news{
	box-sizing: border-box;
    width: 100%;
	margin-bottom: 100px;
	padding-left: 100px;
}
#news .inner {
	max-width: 1300px;
}
#news .inner h2 {
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: 200;
	color: #999;
}
#news .inner p {
	width: 300px;
	padding-left: 100px;
	margin: 0 0 30px -100px;
	font-size: 0.9rem;
	color: #fff;
	background: #333;
}
#news .inner div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
}
#news .inner dl {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 15px 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
}
#news .inner dl dt {
	margin-right: 30px;
}
.news_category1 a{
	display: block;
	width: 10rem;
	margin-right: 30px;
	color: #fff;
	text-align: center;
	border-radius: 8px;
}

/*Top btn*/
#top_btn{
    width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

#top_btn .kouza, #top_btn .do{
	box-sizing: border-box;
	width: 50%;
	margin-bottom: 1px
}
#top_btn .kouza{
	border-right: 1px solid #ccc;
}
#top_btn .tushin{
	width: 100%;
	border-top: 1px solid #ccc;
}
.kouza a, .do a{
	display: block;
	padding: 30px 0;
	transition: all  0.4s ease;
}
.tushin a{
	display: block;
	padding: 40px 0;
	transition: all  0.4s ease;
}
.kouza a:hover, .do a:hover, .tushin a:hover{
	background: #ddd;
}
.kouza h3{
	width: 158px;
	margin: 0 auto;
}
.do h3 {
	width: 150px;
	margin: 0 auto;
}
.tushin h3{
	width: 141px;
	margin: 0 auto;
}
.kouza h3 img, .do h3 img, .tushin h3 img{
	width: 100%;
	height: auto;
}

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

#top_img {
	position: relative;
	z-index: 10;
    width : 100% ;
    background: #640731;
}
#top_img:before {
    content: "";
    display: block;
    padding-top: 76%;
}
#top_img .inner {
    position: absolute;
    top: 80px; 
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
#top_img .inner img {
	width: 100%;
    height: auto;
}
#top_img .inner h1 {
    position: absolute;
    top: 10%; 
    right: 20px;
    width: 50%;
    z-index: 30;
}
#top_img .inner p {
    position: absolute;
    bottom: 20%; 
    left: 20px;
    width: 10%;
    z-index: 30;
}

	
/*-------TOP Content-------*/
	


/*重要なお知らせ*/
#important{
	padding-left: 50px;
}
#important .inner dl {
	box-sizing: border-box;
	width: 97%;
	padding: 15px 3% 10px 5%;
}

/*TOPコンテンツ*/
#top_column{
	margin-bottom: 150px;
	padding: 150px 0 0 50px;
}
#top_column .inner h2{
	width: 90%;
	font-size: 2rem;
	line-height: 2.5rem
}
#top_column li{
	width: 22%;
	margin-right: 2%;
}
#top_column li:last-child{
	margin-right: 0px;
}

/*News & Topics*/
#news{
	padding-left: 50px;
}
#news .inner div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
}
#news .inner dl {
	box-sizing: border-box;
	width: 95%;
	padding: 0 0 15px 20px;
}


}
@media screen and (max-width: 768px){
#top_img {
    margin-bottom: 50px;
}
#top_img:before {
    padding-top: 92%;
}
#top_img .inner {
    top: 130px; 
}
#top_img .inner h1 {
    top: 12%; 
    right: 20px;
    width: 62%;
}
#top_img .inner p {
    bottom: 38%; 
    width: 13%;
}

	
/*-------TOP Content-------*/
	
#content{
	padding: 0 0 50px 0;
    z-index: 40;
}
.top_recruit{
    padding: 20px 0;
    margin-bottom: 70px;
}
.top_recruit p{
    font-size: 1.3rem;
}
.top_recruit div a{
    width: 10em;
    font-size: 0.9rem;
}

/*重要なお知らせ*/
#important{
	padding-left: 30px;
}
#important .inner {
	padding: 30px 10px;
}
#important .inner div h2 {
	font-size: 1.1rem;
}
#important .inner div p {
	width: 10em;
	margin-left: 15px;
	font-size: 0.9rem;
}
#important .inner dl {
	display: block;
	padding: 15px 2% 10px 2%;
}

/*TOPコンテンツ*/
#top_column{
	margin-bottom: 100px;
	padding: 150px 0 0 30px;
}
#top_column .inner h2{
	width: 90%;
	font-size: 1.8rem;
	line-height: 2.5rem
}
#top_column .inner p{
	width: 90%;
	padding: 15px;
	background: #fff;
}
#top_column ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#top_column li{
	width: 47%;
	margin: 0 2% 2% 0;
}
#top_column li:nth-child(even){
	margin-right: 0px;
}
	
/*News & Topics*/
#news{
	padding-left: 30px;
}
#news .inner dl {
	display: -webkit-box;
	display: -ms-flexbox;
	flex-wrap: wrap;
	width: 95%;
	padding: 0 0 15px 20px;
}
#news .inner dl dt {
	width: 120px;;
}

/*Top btn*/
.kouza h3{
	width: 138px;
	margin: 0 auto;
}
.do h3 {
	width: 130px;
	margin: 0 auto;
}
.tushin h3{
	width: 121px;
	margin: 0 auto;
}
	
}

@media screen and (max-width: 540px){
    #top_img:before {
    padding-top: 103%;
}
    #top_img .inner p {
    bottom: 46%; 
    width: 13%;
}

    
}
