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


.swiper-slide .pc{
    display: block;
}
.swiper-slide .sp{
    display: none;
}
.swiper-slide img{
    height: auto;
    width: 100%;
}

.thumbnails{
    width: 100%;
    padding: 10px 0;
    background-color: #001633;
    
    max-height: 100px;
    overflow: hidden;
}
.thumbnails img{
    max-width: 232px;
}
.thumbnails .container{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    
    position: relative;
}

.thumb-media{
    border: 2px solid transparent;
}
.swiper-slide-thumb-active .thumb-media{
    border: 2px solid #fff;
}

.swiper-button-prev {
    left: -30px !important;
}
.swiper-button-next {
    right: -30px !important;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
    height: 30px;
    width: 15px;
    margin-top: -15px !important;
}



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

.swiper-slide .pc{
    display: none;
}
.swiper-slide .sp{
    display: block;
}

.thumbnails{
    max-height: 120px;
}
.thumbnails img{
    max-width: 300px;
}

}




.homeIndexArea{
    width: 100%;
    
    position: relative;
    
    background-image: url("img/bg_homeIndex.png");
    background-repeat: repeat;
    background-position: center top 150px;
    background-size: 200% auto;
}
.homeIndexArea::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    
    width: 100%;
    height: 150px;
    background-color: #fff;
}

.homeIndexArea .copy{
    padding: 100px 5%;
    text-align: center;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    line-height: 2.0;
    
}


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

.homeIndexArea{
    width: 100%;
    position: relative;
    z-index: 50;
    
    background-size: 400% auto;
}
.homeIndexArea .copy{
    padding: 60px 5%;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.8;    
}

}



.homeIndex{
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 40px;
    
    position: relative;
    z-index: 100;
}

.homeIndex > ul{
    width: 100%;
    position: relative;
    z-index: 105;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.homeIndex > ul > li{
    width: calc((100% - 20px) / 3);
    position: relative;
    z-index: 110;
    margin-right: 10px;
    margin-bottom: 65px;
}
.homeIndex > ul > li:hover{
    z-index: 1000;
}
.homeIndex > ul > li:nth-child(3n+3){
    margin-right: 0;
}
.homeIndex > ul > li .image{
    width: 100%;
	display: block;
	position: relative;
    z-index: 115;

    overflow: hidden;
	
	line-height: 0;
}
.homeIndex > ul > li .image::before{
	content:"";
	display: block;
	padding-top: 66.66666%;
}

.homeIndex > ul > li .image img{
	display: block;
	width: 100%;
	height: auto;

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    
    transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.homeIndex > ul > li:hover .image img{
	transform: scale(1.1);
}

.homeIndex > ul > li .link{
    width: 100%;
    
    position: relative;
    z-index: 150;
}
.homeIndex > ul > li .link::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    
    width: 5px;
    height: 60px;
    background-color: #114588;
}
.homeIndex > ul > li .link > a{
    width: 100%;
    height: 80px;
    padding: 12px 20px;
    position: relative;
    z-index: 300;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background-image: url("img/icon_link_b.png");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 34px auto;
}
.homeIndex > ul > li .link > a.ext{
    background-image: url("img/icon_ext_b.png");
    background-position: right 20px center;
    background-size: 30px auto;
}


.homeIndex > ul > li .link > a .en{
    display: block;
    width: 100%;

    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    
    font-size: 2.4rem;
    color: #878787;
    line-height: 1.0;
}
.homeIndex > ul > li .link > a h2{
    display: block;
    width: 100%;

    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.0;
}
.homeIndex > ul > li .link > a h2.alone{
	height: 100%;
	display: flex;
    align-items: center;
}

.homeIndex > ul > li .link:hover > a{
    background-image: url("img/icon_link.png");
    background-color: #114588;
}
.homeIndex > ul > li .link:hover > a .en,
.homeIndex > ul > li .link:hover > a h2{
    color: #fff;
}
.homeIndex > ul > li .link:hover > a.ext{
    background-image: url("img/icon_ext.png");
}

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

.homeIndex{
    padding-bottom: 30px;
}
.homeIndex > ul > li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
.homeIndex > ul > li .link::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    
    width: 5px;
    height: 52px;
    background-color: #114588;
}
.homeIndex > ul > li .link > a{
    height: 68px;
    padding: 12px 18px;
    background-position: right 14px center;
    background-size: 28px auto;
}
.homeIndex > ul > li .link > a.ext{
    background-position: right 16px center;
    background-size: 24px auto;
}
.homeIndex > ul > li .link > a .en{
    font-size: 1.7rem;
}
.homeIndex > ul > li .link > a h2{
    font-size: 2.0rem;
}

}





@media only screen and (min-width: 751px){

.homeIndex ul.hisub{
	width: 100%;
	height: auto;

	position: absolute;
	z-index: 1200;
	
	left: 0;
	top: 80px;
    
	opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.homeIndex ul.hisub.active{
    opacity: 1;
    pointer-events: auto;
    display: block;
}

.homeIndex ul.hisub > li{
	width: 100%;
    position: relative;
}
.homeIndex ul.hisub > li > a{
    min-height: 56px;

    display: flex;
    align-items: center;
    position: relative;
    
	line-height: 1.3;
	font-size: 1.8rem;
	color: #fff;
    
    padding: 10px 60px 10px 40px;

    border-top: 1px solid #3e6ba5;
    background-color: #114588;

    background-image: url("img/icon_link.png");
    background-repeat: no-repeat;
    background-position: right 19px center;
    background-size: 22px auto;
}
.homeIndex ul.hisub > li > a:hover{
    background-color: #2a5fb4;
}
.homeIndex ul.hisub > li > a.ext{
    background-image: url("img/icon_ext.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px auto;
}
.homeIndex ul.hisub > li > a.comingsoon{
    color: #888;
    background-color: #19304f;
	background-image: none;
}

.homeIndex ul.hisub2{
}
.homeIndex ul.hisub2 > li a{
    width: 100%;
    min-height: 42px;
	padding: 8px 40px 8px 60px;
    
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
	letter-spacing: 0.1em;
    line-height: 1.2;

    background-color: #2a5fb4;

	display: flex;
    align-items: center;
    
    background-image: url("img/icon_link.png");
    background-repeat: no-repeat;
    background-position: right 19px center;
    background-size: 22px auto;
}
.homeIndex ul.hisub2 > li a:hover{
    background-color: #4271bd;
}
.homeIndex ul.hisub2 > li a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background-color: #114588;
}
.homeIndex ul.hisub2 > li a::after{
    content: "";
    position: absolute;
    left: 40px;
    top: 0;
    
    width: 100%;
    height: 1px;
    background-color: #114588;
}

.homeIndex ul.hisub2 > li a.ext{
    background-image: url("img/icon_ext.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px auto;
}

}

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

.homeIndex ul.hisub{
    display: none;
}
.homeIndex ul.hisub2{
    display: none;
}

}





.newsArea{
    width: 100%;
    background-color: #f5f5f5;
    
    background-image: url("img/bg_home_news.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    
    padding-bottom: 70px;
}
.newsArea h2{
    width: 100%;
    height: 120px;

    font-size: 3.2rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.0;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    position: relative;
    overflow: hidden;

    background-image: url("img/bg_home_news_title.jpg");
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
    background-attachment: fixed;
    
    margin-bottom: 60px;
}

.newsArea .newsList{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    
    padding: 60px 0;
    
    background-color: #fff;
}

.newsArea table{
    width: 85%;
    margin: 0 auto;
    
    border-top: 1px solid #b1c8e6;
    
    margin-bottom: 40px;
}
.newsArea th,
.newsArea td{
    vertical-align: top;
    border-bottom: 1px solid #b1c8e6;
    font-size: 1.6rem;
}
.newsArea th{
    width: 10%;
    padding: 12px 18px 12px 20px;
    white-space: nowrap;
}
.newsArea td{
    padding: 12px 20px 12px 0;
}
.newsArea td.cat{
    width: 5%;
    padding: 15px 18px 0 0;
}
.newsArea td.headline{
    width: 85%;
}
.newsArea td.cat .label{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 76px;
    height: 22px;

    line-height: 1.0;
    background-color: #122b51;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
}
.newsArea td.cat .label.news{ background-color: #122b51; }
.newsArea td.cat .label.event{ background-color: #1f4684; }
.newsArea td.cat .label.koubo{ background-color: #2a5fb4; }

.newsArea td.headline a{
    display: block;
}
.newsArea td.headline a:hover{
    text-decoration: underline;
}

.cmnBtn.homeNews a{
    width: 300px;
    height: 50px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    
    padding: 10px 20px;
    
    background-color: #061120;
    
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.cmnBtn.homeNews a::after{
    margin-top: -9px;
    height: 18px;
}
.cmnBtn.homeNews a:hover{
    background-color: #1f4684;
}


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

.newsArea{
    background-size: 300% auto;
    padding-bottom: 50px;
}
.newsArea h2{
    height: 80px;
    font-size: 2.4rem;
    margin-bottom: 30px;
}

.newsArea .newsList{
    padding: 30px 0;
}

.newsArea table{
    margin-bottom: 25px;
}
.newsArea th,
.newsArea td{
    font-size: 1.4rem;
    border-bottom: none;
}
.newsArea th{
    display: inline-block;
    width: 6em;
    padding: 10px 15px 0 0;
}
.newsArea td.cat{
    display: inline-block;
    width: auto;
    padding: 12px 18px 0 0;
}
.newsArea td.headline{
    display: block;
    width: 100%;
    padding: 5px 0 10px;
    border-bottom: 1px solid #b1c8e6;
}

.newsArea td.cat .label{
    width: 70px;
    height: 20px;

    font-size: 1.3rem;
}

.cmnBtn.homeNews a{
    width: 200px;
    height: 40px;
    
    padding: 5px 15px;
    
    font-size: 1.5rem;
}
.cmnBtn.homeNews a::after{
    margin-top: -7px;
    height: 14px;
}

}













