.hero{
	width:100%;
	min-height:100vh;
	display:flex;
	align-items:center;
	background:url("../img/bg1.svg") center no-repeat;
	background-size:cover;
	position:fixed;
	overflow: hidden;
	z-index:0;
}
.hero:after{
	content: "";
    width:60vw;
	min-width:800px;
    height: 100%;
    background: url(../img/bg2.png) no-repeat left bottom;
    background-size: cover;
    position: absolute;
    right: -3vw;
    z-index: 1;
}
.hero_contents{
	width:92%;
	min-height:84vh;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	z-index: 2;
	overflow:hidden;
}
.hero_contents .left_column{
	width:484px;
	max-width:90%;
	padding:150px 40px 150px 72px;
	background:url("../img/circle1.svg") no-repeat;
	background-size:contain;
	position:relative;
}
.hero_contents .left_column:before{
	content:"";
	width:260px;
	height:224px;
	position:absolute;
	right:-60px;
	bottom:-24px;
	background:url("../img/circle2.svg") no-repeat;
	background-size:contain;
    mix-blend-mode: color;
    z-index: -1;
}
.hero_txt h2{
	margin-bottom:24px;
}
.hero_txt p{
	margin-bottom:16px;
	font-size:20px;
    font-family: "fot-tsukuardgothic-std","Zen Maru Gothic","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", sans-serif;
	font-weight:bold;
	color:#584435;
	line-height:1.8;
	letter-spacing:0.1em;
}
.hero_txt p:last-child{
	margin-bottom:0;
}


/*news*/

.news{
	padding:4% 0%;
	background:url("../img/bg3.jpg") center no-repeat #fff;
	background-size:120%;
}
.news .inner1200{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.news_ttl{
	text-align:center;
}
.news_list{
    width: 100%;
	margin:40px auto 0;
}
.news_list a{
	padding:24px 16px;
	font-size:16px;
    display: block;
	border-bottom:1px solid #C0CFE0;
    text-align:left;
    color: #222!important;
	text-decoration:none!important;
}
.news_list a:first-child{
	border-top:1px solid #C0CFE0;
}
.news_list a:hover{
	background:#F5F8FB;
}
.news .accent{
	color:#F39700;
}
.news_box{
	width:100%;
	margin-top:2%;
}
.news_box img{
	width:100%;
	max-width:800px;
	margin-bottom:2%;
}
.news_box p{
	margin-bottom:1.6%;
}

.bnr{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.bnr_area1{
	width:100%;
	margin-bottom:48px;
}
.bnr_area1 a{
	width:49%;
    display: block;
}
.bnr img{
	width:100%;
	border-radius:8px;
}
.bnr a:hover{
	opacity:.75;
}
.news_contents , .bnr_area2{
	width:49%;
    text-align: center;
}
.bnr_area2 a{
	width:100%;
}
.bnr_area2 a:first-child{
	margin-bottom:24px;
}
/*news*/


/*group*/

.group{
	margin-top:56vh;
    padding:6.4% 0% 0%;
}
.group:after{
	content:none;
}
.group h2{
	margin-bottom:12px;
}
.group_contents{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
}
.group_box{
	width:32%;
	margin-top:3%;
}
.group_box img{
	width:100%;
	border-radius:8px;
}
.group_box .group_name{
	margin-top:8px;
    font-family: "fot-tsukuardgothic-std","Zen Maru Gothic","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", sans-serif;
	font-size:24px;
	font-weight:bold;
}
.group_box .group_tag{
	margin-top:4px;
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
}
.group_box .group_tag p{
	margin-right:6px;
	margin-bottom:6px;
    padding:2px 5px;
	display:inline-block;
	border-radius:4px;
	background:#EAECEE;
	color:#1077A5;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
}
.group_box .group_info{
	margin-top:8px;
	padding:16px;
	background:#EAEFF5;
	border-radius:8px;
}
.group_box .group_info dt{
	font-weight:bold;
}
.group_box .group_info dl{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	font-size: 14px;
}
.group_access{
	margin-top:8px;
	display:flex;
    flex-wrap: wrap;
	align-items:center;
}
.group_access p{
	margin-right:6px;
	font-size:15px;
}
.group_access a{
	display: flex;
	align-items: center;
	padding: 1px 2px 1px 4px;
	border:1px solid #354558;
	font-size: 14px;
	letter-spacing: 0.125em;
	line-height: 1.5;
	border-radius:4px;
	color:#354558;
}
.group_access a:hover{
	background:#354558;
	color:#fff;
}
.group_access a:before{
	content:"";
	background:url("../img/icon_map.svg") no-repeat;
	width: 12px;
	height: 16px;
	margin-right: 2px;
	display:inline-block;
}
.group_department{
	margin-top:8px;
}
.group_department p{
	font-size:17px;
	font-weight:600;
}
.group_department p span{
	padding:2px 6px;
	margin-right:4px;
	background: #1077A5;
	border-radius:4px;
	color:#fff;
	font-size:13px;
}
.group_link a{
	margin-top:8px;
	padding:10px 14px;
	border-radius:4px;
	color:#fff;
	font-size:15px;
	font-weight:600;
	background:#FF6C00;
	display:inline-block;
}
.group_link a:last-child{
	background:#1077A5;
}
.group_link a:hover{
	opacity:.5;
}
.bnr_area3{
    margin:12% auto 0;
    line-height: 0;
}
.ft_bnr{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.ft_bnr li{
	width:calc( 100% / 3 );
}
.ft_bnr li a{
    line-height: 0;
    display: inline-block;
}
.ft_bnr li img{
	border-radius:0;
}
/*group*/


/*topics*/


/*topics*/


/*page */
.page_contents{
    margin-top: 40vh;
	padding:4vw 0 6vw;
}
.page_contents h2{
	margin-bottom:32px;
}
.page_contents:nth-child(3){
    margin-top:4vh;
	padding:4vw 0 6vw;
}
.page_contents a{
	color:#FF6C00;
	text-decoration:underline;
}
.page_hero{
	width:100%;
	min-height:100vh;
	background:url("../img/bg1.svg") center no-repeat;
	background-size:cover;
	position:fixed;
    top: 0;
	z-index:0;
}
.page_ttl{
    width: 100vw;
    min-height: 24vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.page_ttl h2{
	width: 600px;
    max-width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 22px 0;
    background: url(../img/h_bg.svg) center no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
}
.greeting p, .torikumi p{
	line-height:2.24;
}
.greeting p.name{
    margin-top:16px;
	font-size:140%;
	font-weight:bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align:right;
}
.page_box{
    padding: 4%;
    margin: 2em 0;
    background: #EAEFF5;
    border-top: solid 10px #04568D;
}
.page_box p{
	margin-bottom:0.5em;
	line-height:2;
}
.page_box p.asterisk{
	margin-bottom:0;
}
.page_box2{
    padding: 2%;
	margin-top:2em;
    background: #ffffff;
    border: solid #04568d 2px;
    border-radius: 12px;
}
.box_ttl{
    padding:6px 12px;
    background: #04568d;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    border-radius: 6px;
}
.comment {
    padding:2% 4%;
    position: relative;
    background: #ffffff;
    font-weight: 600;
	text-align:center;
}
.comment:before,.comment:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.comment:before{
    border-left: solid 2px #04568d;
    border-top: solid 2px #04568d;
    top:0;
    left: 0;
}
.comment:after{
    border-right: solid 2px #04568d;
    border-bottom: solid 2px #04568d;
    bottom:0;
    right: 0;
}
.green h2{
    color:#1e9c59;
}
.green.page_box{
    background: #eaf5ee;
    border-top: solid 10px #1e9c59;
}
.green .page_box2{
    border: solid #1e9c59 2px;
}
.green .box_ttl{
    background: #1e9c59;
}
.orange h2{
    color:#f39700;
}
.orange h2 span{
    color:#fb7513;
}
.orange.page_box{
    background: #fffaf0;
    border-top: solid 10px #f39700;
}
.orange .page_box2{
    border: solid #f39700 2px;
}
.orange .box_ttl{
    background: #f39700;
}
.pink h2{
    color:#de70a1;
}
.pink h2 span{
    color:#de70a1;
}
.pink a{
    color:#de70a1;
}
.pink.page_box{
    background: #fff4f8;
    border-top: solid 10px #de70a1;
}
.pink .page_box2{
    border: solid #de70a1 2px;
}
.pink .box_ttl{
    background: #de70a1;
}
/*page */

@media screen and (max-width: 1280px){
	.hero .hero_contents{
		width:90%;
	}
	
/*news*/
	.news_ttl p{
		font-size:32px;
	}
/*news*/

/*group*/
	.group_box{
		width:48%;
	}
/*group*/
	
	
}

@media screen and (max-width: 1080px){
	
	.hero .hero_contents{
		margin-bottom:4vw;
		width: 100%;
		min-height: 64vh;
	}
}


@media screen and (max-width: 640px){
	.hero{
    	min-height: calc( 100vh - 16vw );
	}
	.hero:after{
		width:150vw;
    	min-width: auto;
	}
	.hero_contents {
    	width: 100%;
    	min-height: 70vh;
	}
	.hero_contents .left_column{
    	max-width: 96%;
    	margin: 0 auto 12vw;
    	padding: 22vw 3% 22vw 9%;
    	box-sizing: border-box;
	}
	.hero_contents .left_column:before {
        width: 50vw;
        height: 44vw;
        right: -12vw;
        bottom: -10vw;
	}
	.hero_txt h2{
		margin-bottom:2.8vw;
	}
	.hero_txt p{
		margin-bottom: 3vw;
		font-size: 3.4vw;
	}
	.bnr_area1{
		margin-bottom:6vh;
	}
	.bnr_area1 a{
		width:100%;
	}
	.bnr_area1 a:first-child{
		margin-bottom:4vw;
	}
	.news_contents{
		margin-bottom:6vh;
	}
	.news_contents, .bnr_area2{
		width:100%;
	}
	.bnr_area2 a:first-child{
		margin-bottom:4vw;
	}

/*news*/
	.news_list{
		margin-top:3.6vh;
	}
	.news_list a{
		padding:4.8vw 2vw;
		font-size:3.3vw;
	}
/*news*/

/*group*/
	.group{
        margin-top:44vh;
	}
	.group_box{
		width:100%;
	    margin-top: 3vh;
	}
	.group_box .group_name{
		margin-top:2vw;
		font-size:5.6vw;
	}
	.group_box .group_tag p{
        margin-right: 1.2vw;
        margin-bottom: 1.2vw;
        padding: 0.64vw 1.2vw;
        font-size: 3vw;
	}
	.group_box .group_info{
		padding:3.6vw;
	    margin-top:1vw;
	}
	.group_box .group_info dl{
        font-size: 3.3vw;
	}
	.group_access{
		margin-top:2vw;
	}
	.group_access p{
        font-size: 3.3vw;
	}
	.group_access a{
        margin-left: 1.2vw;
        font-size: 3.2vw;
	}
	.group_access a:before{
		width:2vw;
		height:3.2vw;
	}
	.group_department p{
		font-size:4.2vw;
	}
	.group_department p span{
		padding: 0.4vw 1vw;
		margin-right: 1.2vw;
		font-size:3.1vw;
	}
	.group_link a{
    	margin-top: 1.2vh;
    	padding:3.6vw;
	    font-size: 3.6vw;
	}
	.ft_bnr li{
		width:100%;
	}
/*group*/
/*page*/
	.page_contents h2{
		margin-bottom:4vw;
    	line-height: 1.2;
	}
	.page_ttl h2{
		padding:4vw 0;
		background-size:cover;
		border-radius:4vw;
        line-height: 1.1;
	}
	.page_box{
		padding:5%;
	}
	.page_box p{
		line-height:1.7;
	}
	.comment {
		padding:6%;
	}
	.page_box2{
		padding:5%;
	}
	.box_ttl{
		padding:2% 4%;
		font-size:4vw;
	}
/*page*/
}
/*# sourceMappingURL=top.css.map */



