@charset "utf-8";
@import url('reset.css');

@media screen and (min-width:1200px) {
select{background: #fff;}
body{background-color: #fff;}
img{max-width: 100%;}
html,body {width:100%;height:100%;margin:0px;padding:0px;/* font-family:sans-serif; */}

#wrap{width: 100%;}
#mcontainer{display: none;}				        

.dept02_top_wrap{
	background-color:#27409a;
	width:100%;
	height: 100px;
	position: fixed;
    display: flex;
    align-items: center;
    z-index: 99;
    top:0;
    left:0;
}
.dept02_top{
	width:1620px;
	margin:0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.dept02_top h1.logo{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.dept02_top h1.logo a{
	font-size: 0;
}
.dept02_top h1.logo > p{
	padding:0 0 0 20px;
	font-size: 26px;
	font-weight: 600;
	color:#fff;
}



.headermenurow:hover .tabcontent_wrap{
	opacity: 1;
	top:100px;
	transition-duration: 0.5s;
	min-height: 350px;
}
.headermenurow .tabcontent_wrap{
	opacity:0;
	top:-1000px;
	
	display: block;
	width: 100vw;
	position: fixed;
	background-color: #fff;
	border-bottom:1px solid #ddd;
	left:0;
	display: flex;
	padding:25px 160px 50px;
	
	background-image: url(../images/common/bg_box.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 500px;
}
.headermenurow .tabcontent_wrap > div{
	width: calc(100% / 4);
	border-right: 1px solid #ddd;
}
.headermenurow .tabcontent_wrap > div:last-child{
	border-right: none;
}
.menu{
	padding:0 10px;
}
.menu > li{
	text-align: center;
	margin:0 0 10px 0;
}
.menu > li:first-child{
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 15px;
}
.menu > li a{
	display: block;
	width: 100%;
	padding: 7.5px 0;
	transition-duration: 0.25s;
}
.menu > li a:hover{
	font-weight:600;
	transition-duration: 0.25s;
}
.sub{
	background-color: #f9f9f9;
}




.row.headermenurow{
	padding:0 100px;
	width: calc(100% - 20%);
}
.row.headermenurow > ul{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    width: fit-content;
	width: 100%;
}
.row.headermenurow > ul li{
	display:block;
	width: calc(100% / 4);
}
.row.headermenurow > ul li a{
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-weight: 800;
	font-size: 20px;
	color:#000;
}

.row.headermenurow > ul:hover div{
	display: block;
	opacity: 1;
}
.menu_right{
	width: 250px;
	height: 100px;
	line-height: 100px;
	background-color:#fff;
	padding:0 100px 0 25px;
	position:absolute;
	top:0;
	right:0;
	border-bottom: 1px solid #ddd;
	
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;  
}
#loginBtn:hover em{
	transition-duration: 0.25s;
	color: #27409a;
	font-weight: 800;
}

.menu_right em{
    font-size: 15px;
    font-weight: 600;
    padding:0 0 0 5px;
}
.menu_right .menu_btn{
	display: block;
	content: '';
	width: 25px;
	height: 25px;
	cursor: pointer;
	transition-duration: 0.25s;
}
.menu_right .menu_btn:hover:not(.menu_btn.on){
	transform: rotate(90deg);
}
.menu_right .menu_btn ul{
	position: relative;
	width: 25px;
	height: 25px;
}
.menu_right .menu_btn ul li{
	width: 10px;
	height: 10px;
	border:2px solid #000;
	position: absolute;
}
.menu_right .menu_btn ul li:nth-of-type(1){
	top:0;
	left:0; 
}
.menu_right .menu_btn ul li:nth-of-type(2){
	top:0;
	right:0;
	background-color: #000; 
}
.menu_right .menu_btn:hover ul li:nth-of-type(2){
	background-color: #27409a;
	border:2px solid #27409a;
}
.menu_right .menu_btn ul li:nth-of-type(3){
	bottom:0;
	left:0; 
}
.menu_right .menu_btn ul li:nth-of-type(4){
	bottom:0;
	right:0; 
}


.row.headermenurow > ul > li{
	position: relative;
	display: block;
	width: fit-content;
	min-width:200px;
	cursor: pointer;
}
.row.headermenurow > ul > li:last-child{
	margin:0;
}
.row.headermenurow > ul > li > a{
	color:#fff;
	font-size: 20px;
	font-weight: 600;
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
.row.headermenurow > ul > li > a:hover{
	font-weight: 800;
}

.row.headermenurow > ul > li:hover > div{
	transition-duration: 0.5s;
	opacity: 1;
	display: block;
}

.row.headermenurow > ul > li > div{
	display: none;
	width: 100vw;
	position: fixed;
	width: 100vw;
	top:100px;
	left:0;
	z-index: 1;
	margin-left:calc(-50vw + 50%);
	transition-duration: 0.5s;
	opacity: 0;
}

.sub_menu_form{
	display: flex;
	width: 100%;
	margin:0 auto;
	background-color: #fff;
	box-shadow: 0px 5px 5px 0px #00000005;
}
.sub_menu_form .menu_title{
	width: 25%;
	padding: 75px 0 75px 5%;
	border-right: 1px solid #ddd;
	 
	animation-name: key1;
	animation-duration:1.5s;
 	animation-timing-function:ease-in-out;
 	animation-iteration-count : infinite;
    animation-direction: alternate;
	
	
	background: url(../images/common/peo.png);
	background-repeat: no-repeat;
	background-position: right 5% bottom 5%;
	background-size: 100px;
}
@-webkit-keyframes key1 {
  from {
    background-position: right 5% bottom 5%;
  }
  to {
    background-position: right 5% bottom 7.5%;
  }
}
.sub_menu_form .menu_title > p{
	font-size: 18px;
	color:#000;
	font-weight: 600;
	position: relative;
}
.sub_menu_form .menu_title > p::before{
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #27409a;
	position: absolute;
	left:0;
	bottom:-15px;
}
.sub_menu_form .menu_title > h3{
	font-size: 30px;
	color:#27409a;
	font-weight: 800;
	padding:25px 0 0 0;
}
.sub_menu_form .depth_sub2{
	width: 75%;
	padding: 0 0 0 2.5%;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    
   	background: url(../images/common/bg_box.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 500px;
}
.sub_menu_form .depth_sub2 li{
	margin:0 10px 10px 0;
    width: fit-content;
    transition-duration: 0.25s;
    background-color: #fff;
}
.sub_menu_form .depth_sub2 li a{
	display: block;
	font-weight: 500;
	width: 100%;
	padding:10px 30px;
}


.dept_wrap{
	width: 100%;
	height: 100%;
}
.dept_contents{
	padding:115px 0 90px;
	width: 1620px;
	margin:0 auto;
}

.dept_sec1{
	width: 1340px;
	margin:0 auto;
	position: relative;
}
.dept_sec1_title{
	width: 100%;
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.dept_sec1_title h4{
	font-size: 24px;
	font-weight: 600;
}
.dept_sec1_title a{
	position: relative;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: 600;
}
.dept_sec1_title a::before,
.dept_sec1_title a::after{
	display: block;
	content: '';
	position: absolute;
	background-color: #000;
	transition-duration: 0.25s;
}
.dept_sec1_title a::before{
	width: 42.5px;
	height: 1px;
	bottom:-15px;
}
.dept_sec1_title a::after{
	width: 15px;
	height: 1px;
	bottom:-11px;
	right:-2px;
	transform: rotate(25deg);
}
.dept_sec1_title a:hover{
	font-weight: 700;
}
.dept_sec1_title a:hover::before,
.dept_sec1_title a:hover::after{
	right:-5px;
	background-color: #27409a;
	transition-duration: 0.25s;
}


.dept_not_list{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
	margin:45px 0 80px;
}
.dept_not_list li{
	border-bottom: 1px solid #ddd;
	width: 45%;
}
.dept_not_list li:nth-of-type(1),
.dept_not_list li:nth-of-type(2) {
	border-top:2px solid #bbb;
}
.dept_not_list li a{
	color:#000;
	display: block;
	width:100%;
	padding:15px 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.dept_not_list li a:hover{
	color:#27409a;
	font-weight: 600;
	background-color: #f5f5f5;
	transition-duration: 0.25s;
}
.dept_not_list li.not_list_new a{
   	background-image: url(../images/common/icon_new.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 20px;
	padding-left:40px;
	
	animation-name: key4;
	animation-duration:1s;
 	animation-timing-function:ease-in-out;
 	animation-iteration-count : infinite;
}
@-webkit-keyframes key4 {
  0% {
    background-position: left 10px bottom: 16px;
  }
  100% {
    background-position: left 10px top 16px;
  }
}

.dept_sec2{
	width: 100%;
	
   	background-image: url(../images/main/dept_mid.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.dept_sec2 ul{
	display: flex;
}
.dept_sec2 ul li{
	width: calc(100% / 6);
}
.dept_sec2 ul li a{
	display: block;
	width: 100%;
	height:200px;
	line-height:300px;
	text-align: center;
	color:#fff;
	font-size:20px;
	position: relative;
}
.dept_sec2 ul li:nth-of-type(1) a::before,
.dept_sec2 ul li:nth-of-type(2) a::before,
.dept_sec2 ul li:nth-of-type(3) a::before,
.dept_sec2 ul li:nth-of-type(4) a::before,
.dept_sec2 ul li:nth-of-type(5) a::before,
.dept_sec2 ul li:nth-of-type(6) a::before{
   	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 80px;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 60%;
	display: block;
	content: '';
}
.dept_sec2 ul li:nth-of-type(1) a::before{background-image: url(../images/main/dept_img01.png);}
.dept_sec2 ul li:nth-of-type(2) a::before{background-image: url(../images/main/dept_img02.png);}
.dept_sec2 ul li:nth-of-type(3) a::before{background-image: url(../images/main/dept_img03.png);}
.dept_sec2 ul li:nth-of-type(4) a::before{background-image: url(../images/main/dept_img04.png);}
.dept_sec2 ul li:nth-of-type(5) a::before{background-image: url(../images/main/dept_img05.png);}
.dept_sec2 ul li:nth-of-type(6) a::before{background-image: url(../images/main/dept_img06.png);}

.dept_sec2 ul li a:hover{
	font-weight: 700;
	transition-duration: 0.25s;
}
.dept_sec2 ul li a:hover::before {
	background-size: 85px;
	transition-duration: 0.25s;	
}

.container-fluid{height: 0;}
#mobile-menu-view{display: none;}
#loginBtn > ul{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
#loginBtn > ul > li{
	display: inline-block;
	height: fit-content;
	line-height: 1;
	padding:5px 0;
}
#loginBtn > ul > li a{
	font-size: 16px;
}
#loginBtn > ul > li a:hover{
	font-weight: 600;
}



.dept_sitemap{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	display: block;
	left:0;
	top:-200%;
	transition-duration: 0.25s;
}
.dept_sitemap > ul{
	display: block;
	position: absolute;
	max-width:100%;
	top:50%;
	left: 50%;
	transform:translate(-50%, -50%);
}
.dept_sitemap > ul > li{
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 1px solid #ddd;
}
.dept_sitemap > ul > li:last-child{
	border-bottom: none;
}
.dept_sitemap > ul > li > a{
	display: block;
	width: 100%;
	pointer-events: none;
	cursor: default;
	font-size: 22px;
	font-weight: 700;
	padding:10px 25px;
}
.dept_sitemap > ul li a{
	text-align: left;
	width: 20%;
}
.dept_sitemap > ul > li > div{
	display: block;
	width: calc(100% - 20%);
}
.dept_sitemap .sub_menu_form{
	display: flex;
    box-shadow: unset;
}
.dept_sitemap .sub_menu_form .depth_sub2{
	width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.dept_sitemap > a{
	display: block;
	width: fit-content;
	font-size: 24px;
	font-weight: 800;
	color:#000;
	margin:25px 0 0 25px;
}
.dept_sitemap > a > img{
	display: block;
	width: auto;
	margin-bottom: 15px;
}

.dept_sitemap .depth_sub2 li{margin:0 20px 10px 0;}
.dept_sitemap .depth_sub2 li a:hover{font-weight: 700; color:#27409a;}
.dept_sitemap .depth_sub2 li ul{
	display: flex;
}
.dept_sitema .depth_sub2 > li{
	display: flex;
	flex-direction: column;
}
.dept_sitemap .depth_sub2 li ul{
	margin-top:10px;
}
.dept_sitemap .depth_sub2 li ul li{
	
}
.dept_sitemap .depth_sub2 li ul li a{
	color:#000;
}
.dept_sitemap .depth_sub2 li ul li a b{
	display: none;
}

.dept_sitemap.depth_sub2 li:last-child{
	margin-right: 0;
}

