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


#mainvisual {
	background-image: url(./../image/index/mv_bg.jpg);
	position: relative;
    height:100vh;
    background-size: cover;
	background-position:center top; 
	background-repeat:no-repeat;
}

#mainvisual .mv_contents {
	max-width: 440px;
    position: absolute;
    top: 40%;
    left: 5%;
    width: 100%;
    z-index: 1;
}

#mainvisual .mv_contents img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

#mainvisual .mv_contents.fadein-left.active {
    animation: fadein-left 0.7s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation-delay: 1s;
}

#contents1,#contents2,#contents3,#contents4,#contents5,#contents6 {
	padding: 100px 0px;
	margin: auto;
	position: relative;
}


#contents1 {
	display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
	align-items: center;
}

#contents1 h2 {
	margin-bottom: 50px;
}

#contents1 .text_area {
	width: 35%;
    margin-left: 12%;
	margin-right:8%;
}

#contents1 p {
    margin-bottom: 30px;
    letter-spacing: 3px;
    line-height: 1.8;
	font-size: 15px;
	text-align: justify;
}

#contents1 .goo_link {
	width:100%;
}

#contents1 .goo_link a {
	display: block;
	transition: all 0.3s;
}

#contents1 .goo_link img {
	display: block;
	width:100%;
	max-width:500px; 
}

#contents1 .goo_link a:hover {
	opacity: 0.7;
}

#contents1 .img_box {
	width:45%;
}

#contents1 .img_box img {
	display: block;
	width:100%;
}




#contents2 {
	background-image: url(./../image/index/news_bg.jpg);
    background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
}


#contents2 h2 {
	margin-bottom: 50px;
}


#contents2 .news_list {
	position: relative;
    width: 80%;
    margin:auto;
}

#contents2 .news_list ul li {
	padding: 20px 0px;
	border-bottom: solid 1px #bfbfbf;
}

#contents2 .news_list ul li:first-child {
	padding-top: 0;
}

#contents2 .news_list ul li:last-child {
	padding-bottom: 0;
}

#contents2 .news_list ul li:last-child {
	border-bottom:none;
}


#contents2 .news_list ul li span {
	display:inline-table;
	text-align: center;
	width: 15%;
    margin: 0px 2.5%;
}

#contents2 .news_list ul li img {
	display: inline-block;
	vertical-align: middle;
	width:20%;
	height:100px;
	object-fit: cover;
}

#contents2 .news_list ul li .news_text {
	display: inline-table;
    vertical-align: middle;
	width: calc(55% - 50px);
	padding: 15px 0px;
    padding-left: 5%;
    border-left: solid 1px #bfbfbf;
}

#contents2 .news_list ul li .news_text a {
	-ms-word-break: break-word;
	word-break: break-all;
}

#contents2 .news_list ul li .news_text a:hover {
	text-decoration: none;
}


#contents3 .menu_list ul {
	display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}


#contents3 .menu_list ul li {
	display: block;
	max-width: 48%;
	width: 100%;
	object-fit: cover;
	margin-right: 4%;
}

#contents3 .menu_list ul li:nth-child(2) {
	margin-right: 0%;
}
#contents3 .menu_list ul li:nth-child(3) {
	margin-bottom: 0%;
	margin-left: 20%;
}



#contents3 .menu_list ul li h2 {
	position: relative;
    top: 15px;
    z-index: 2;
}

#contents3 .menu_list ul li:first-child h2 {
	width:315px;
}

#contents3 .menu_list ul li:nth-child(2) h2 {
	width:185px;
}




#contents3 .menu_list ul li a {
	display: block;
	width:100%;
}


#contents3 .menu_list ul li .menu_wrap {
	width:			100%;
	height:			270px;
	overflow:		hidden;
	position:		relative;
}

#contents3 .menu_list ul li .menu_wrap p {
	position: absolute;
	color:#ffffff;
	font-weight:500;
	font-size:22px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#contents3 .menu_list ul li img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-ms-transition:	all 0.3s ease;
	-webkit-transition:	all 0.3s ease;
	transition:		all 0.3s ease;
}

#contents3 .menu_list ul li .menu_wrap .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0,25,75,0.50);
	-ms-transition:	all 0.3s ease;
	-webkit-transition:	all 0.3s ease;
	transition:all 0.3s ease;
	opacity: 0;
}

#contents3 .menu_list ul li .menu_wrap:hover .mask {
	opacity: 1;
}

#contents3 .menu_list ul li .menu_wrap:hover img {
	transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
}

#contents3 .menu_list ul li h1 {
	text-align: left;
	font-size:20px;
	font-weight:500;
	width:100%;
	margin-top: 15px;
	letter-spacing: 4px;
}




#contents4 {
	background-image: url(./../image/index/result_bg.jpg);
    background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
}

#contents4 h2 {
	margin-bottom: 50px;
}

#contents4 .result_list {
	margin-bottom: 50px;
}

#contents4 .result_list ul li {
	margin-right: 3.5%;
}

#contents4 .result_list ul li:nth-child(2) {
	margin-top: -30px;
}

#contents4 .result_list ul li:nth-child(3) {
	margin-top: -60px;
	margin-right: 0%;
}

#contents4 .btn_area {
	margin-left: auto;
	margin-right: 0px;
}




#contents5:after {
	content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    bottom: 50%;
    right: 0;
    height: 65%;
    width: 55%;
    background-image: url(./../image/index/voice_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


#contents5 h2 {
	margin-bottom: 50px;
}

#contents5 .voice_list {
	margin-bottom: 50px;
}

#contents5 .voice_list ul {
	max-width: 57%;
	min-width: 570px;
	margin-right: auto;
}

#contents5 .voice_list ul li:last-child {
	margin-bottom: 0px;
}

#contents5 .btn_area {
    margin-right: auto;
    margin-left: 0px;
}




#contents6:before {
	content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    bottom: 50%;
    left: 0;
    height: 65%;
    width: 55%;
    background-image: url(./../image/index/blog_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


#contents6 {
    margin-top: -100px;
}

#contents6 h2 {
	text-align: right;
	margin-bottom: 50px;
}

#contents6 .blog_list {
	margin-bottom: 50px;
}

#contents6 .blog_list ul {
	max-width: 57%;
	min-width: 570px;
	margin-left: auto;
}

#contents6 .blog_list ul li:last-child {
	margin-bottom: 0px;
}

#contents6 .blog_list ul li .title {
    width: 100%;
    margin-right: 0%;
}

#contents6 .blog_list ul li .date {
    width: auto;
	margin-top: 5px;
    text-align: left;
}

#contents6 .btn_area {
    margin-left: auto;
    margin-right: 0px;
}






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

#mainvisual .mv_contents {
    max-width: 540px;
}




#contents4 .result_list ul li {
    display: block;
    max-width: 47%;
    width: 100%;
	margin-right: 6%;
}

#contents4 .result_list ul li:nth-child(2) {
    margin-top: 0px;
    margin-right: 0%;
}

#contents4 .result_list ul li:nth-child(3) {
    margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#contents4 .btn_area {
    margin-right: auto;
}



}


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

#contents2 .news_list {
    width: 80%;
    margin:auto;
}


#contents2 .news_list ul li span {
	display:inline-table;
	text-align: center;
	width: 20%;
    margin: 0px 2.5%;
}

#contents2 .news_list ul li img {
	display:block;
	width:50%;
	height:150px;
	margin-bottom: 15px;
}

#contents2 .news_list ul li .news_text {
    width: calc(75% - 50px);
    padding: 20px 0px;
    padding-left: 5%;
}


}



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

#mainvisual {
	background-position: center;
}

#mainvisual .mv_contents {
	width: 60%;
    margin: auto;
    top: inherit;
    bottom: 10%;
}



#contents1, #contents2, #contents3, #contents4, #contents5, #contents6 {
    padding: 70px 0px;
    margin: auto;
    position: relative;
}
	
#contents1 h2, #contents2 h2, #contents4 h2, #contents5 h2, #contents6 h2 {
    margin-bottom: 30px;
}
	

#contents1 .text_area {
    width: 80%;
    margin:0px auto 50px;
}


#contents1 p {
	letter-spacing: 1.5px;
	line-height: 1.5;
}
	
#contents1 .goo_link img {
    display: block;
    width: 100%;
    max-width: 100%;
	margin: auto;
}

#contents1 .img_box {
    width: 100%;
}

#contents2 .news_list ul li {
    padding: 35px 0px;
}

#contents2 .news_list ul li span {
    width: calc(70% - 20px);
    display: block;
    padding: 5px 10px;
    color: #ffffff;
    margin: 15px auto;
    background-color: #153d8e;
}

#contents2 .news_list ul li img {
	display: block;
    margin: auto;
    width: 70%;
    height: 180px;
}

#contents2 .news_list ul li .news_text {
	display: block;
    width: 70%;
    padding: 0px 0px;
    padding-left: 0%;
    border-left: none;
    margin: auto;
}



#contents3 .menu_list ul li {
	max-width: 100%;
    width: 100%;
	margin:auto;
	margin-bottom: 5%;
}


#contents3 .menu_list ul li:nth-child(2n) {
	margin:auto;
}

#contents3 .menu_list ul li .menu_wrap {
    height: 250px;
}

#contents3 .menu_list ul li .menu_wrap p {
    font-size: 17px;
    top: 50%;
}

#contents3 .menu_list ul li h1 {
    font-size: 16px;
    letter-spacing: 2px;
}


#contents4 .result_list {
    margin-bottom: 30px;
}

#contents4 .result_list ul li {
    max-width: 100%;
    margin-bottom: 30px;
	margin-right: 0%;
}

#contents4 .result_list ul li:nth-child(2) {
    margin-top: 0px;
}

#contents4 .result_list ul li:nth-child(3) {
    margin-top: 0px;
	margin-bottom: 0px;
}



#contents5:after {
    width: 70%;
}

#contents5 .voice_list {
    margin-bottom: 30px;
}

#contents5 .voice_list ul {
    max-width: 100%;
    min-width: 100%;
}

#contents5 .btn_area {
    margin-left: auto;
}




#contents6 {
    margin-top: -70px;
}

#contents6:before {
    width: 70%;
}

#contents6 .blog_list {
    margin-bottom: 30px;
}

#contents6 .blog_list ul {
    max-width: 100%;
    min-width: 100%;
}

#contents6 .btn_area {
    margin-right: auto;
}




}




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

#mainvisual {
	background-image: url(./../image/index/mv_bg_sp.jpg);
    height: 600px;
}

#contents1, #contents2, #contents3, #contents4, #contents5, #contents6 {
	padding: 50px 0px;
}



#contents1 h2 img {
    display: block;
	width:54%;
}	

#contents1 .text_area {
    width: 85%;
}

#contents1 p {
	font-size:13px;
	text-align: justify;
	line-height: 2;
	margin-bottom:15px;
}


#contents2 h2 img {
    display: block;
	width:32%;
}	

#contents2 .news_list {
    padding: 0px 0px;
    width: calc(85% - 0px);
}

#contents2 .news_list ul li span {
    width: 100%;
    margin-right: 10%;
    padding: 5px 0px;
    font-size: 12px;
}

#contents2 .news_list ul li img {
	width: 100%;
	height:150px;
}

#contents2 .news_list ul li .news_text {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.5px;
}

#contents2 .news_list ul li .news_text p {
	font-size:12px;
}


#contents3 .inner {
    width:85%;
}

#contents3 .menu_list ul li h2 {
    top: 10px;
}

#contents3 .menu_list ul li:first-child h2 {
    width:63%;
}

#contents3 .menu_list ul li:nth-child(2) h2 {
    width: 37%;
}

#contents3 .menu_list ul li .menu_wrap {
    height: 180px;
}


#contents4 h2 img {
    display: block;
	width:47%;
}

#contents4 .result_list ul li .text_box {
    padding: 25px 15px 15px;
    width: calc(95% - 30px);
    margin: -15px auto 0px;
}


#contents5:after {
    width: 80%;
    height: 75%;
	top: 0%;
	transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

#contents5 h2 img {
    display: block;
	width:39%;
}

#contents5 .voice_list ul li .text_box {
    width: calc(95% - 140px);
    margin-right: 5%;
}

#contents5 .voice_list ul li .text_box p {
    font-size: 13px;
}

#contents5 .voice_list ul li .text_box .date {
    font-size: 12px;		
}

#contents5 .voice_list ul li .img_box {
    max-width: 140px;
	height: 90px;
}



#contents6 {
    margin-top: 0px;
}

#contents6:before {
    width: 80%;
    height: 75%;
	top: 0%;
	transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

#contents6 h2 {
    text-align: left;
}

#contents6 h2 img {
    display: block;
	width:36%;
}

#contents6 .blog_list ul li a {
    padding: 15px;
    width: calc(100% - 36px);
}


}




