@charset "UTF-8";

/* CSS Document */

body {
    width: 100%;
    height: 100vh;
}

/*====================================

    video_bg

====================================*/

.video_bg {
    position: fixed;
    width: 100%;
    height: 100vh;
}
.video_bg:after {
    content:'';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/filt.svg);
    background-size: 4px;
}
#video-background,
#video-overlay {
    position: fixed;
    top: 0; 
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto;
}
#video-background {
  z-index: -2;
}
#video-overlay {
  z-index: -1;
}

/*====================================

    sp_top

====================================*/

.sp_top {
    display: none;
}

/*====================================

	wrap_body

====================================*/  

.wrap_body {
	width: 100%;
	padding: 100vh 0 0 0;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.wrap_body > .inner {
	width: 100%;
	max-width: 1080px;
	padding: 40px 40px 0 40px;
	margin: 0 auto 100px;
    background: url(../images/top_list_bg.png);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    overflow: hidden;
}

/*====================================

    wrap_news

====================================*/ 

.wrap_body > .inner .wrap_news .inner {
    background: #fff;
    margin-bottom: 60px;
    display: table;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    overflow: hidden;
}
.wrap_body > .inner .wrap_news .inner .ttl {
    display: table-cell;
    width: 260px;
    vertical-align: middle;
    background: url(../images/news_ttl_bg.jpg);
    background-size: cover;
}
.wrap_body > .inner .wrap_news .inner .ttl h4 {
    color: #fff !important;
}
.wrap_body > .inner .wrap_news .inner .ttl h4 span {
    color: #fff;
}
.wrap_body > .inner .wrap_news .inner .ttl .news_btn {
    width: 100%;
    text-align: center;
}
.wrap_body > .inner .wrap_news .inner .ttl .news_btn a {
    display: inline-block;
    background: #fff;
    color: #64460c;
    line-height: 1em;
    text-decoration: none;
    font-size: 70%;
    padding: .8em 3em;
}
.wrap_body > .inner .wrap_news .inner .ttl .news_btn a:hover {
    background: #ff0;
    color: #64460c;
}
.wrap_body > .inner .wrap_news .inner .contents {
    display: table-cell;
    vertical-align: middle;
    padding: 40px;
}
.wrap_body > .inner .wrap_news .inner .contents dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 4px 0;
}
.wrap_body > .inner .wrap_news .inner .contents dl:first-child {
    border-top: 1px solid #eee;
}
.wrap_body > .inner .wrap_news .inner .contents dl dt {
    display: table-cell;
    vertical-align: top;
    width: 110px;
    font-size: 80%;
}
.wrap_body > .inner .wrap_news .inner .contents dl dd {
    display: table-cell;
    vertical-align: top;
}
.wrap_body > .inner .wrap_news .inner .contents dl dd a {
    color: #009742;
    text-decoration: underline;
    font-size: 90%;
}
.wrap_body > .inner .wrap_news .inner .contents dl dd a:hover {
    text-decoration: none;
}

/*====================================

    bnr_pro

====================================*/ 

/*====================================

    wrap_bnr_pro

====================================*/ 

.wrap_bnr_pro {
    margin-bottom: 40px;
    border-bottom: 2px dotted #2fa261;
    padding-bottom: 40px;
}
.wrap_bnr_pro ul li {
    margin-bottom: 20px;
}
.wrap_bnr_pro ul li:last-child {
    margin-bottom: 0px;
}
.wrap_bnr_pro ul li a {
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    overflow: hidden;
    display: block;
    position: relative;
}

/*====================================

	top_list

====================================*/ 

.wrap_body > .inner .top_list {
	width: 100%;
	margin-bottom: 60px;
	position: relative;
	display: block;
}
.wrap_body > .inner .top_list .cell {
	width: 48%;
	margin-bottom: 40px;
    padding: 20px;
    background: rgba(255,255,255,.4);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
}
.wrap_body > .inner .top_list .cell:nth-child(odd) {
	float: left;
}
.wrap_body > .inner .top_list .cell:nth-child(even) {
	float: right;
}
.wrap_body > .inner .top_list .cell a {
    text-align: center;
    color: #333;
    font-weight: 400;
    font-size: 110%;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
}
.wrap_body > .inner .top_list .cell a .ph {
    margin-bottom: 30px;
}
.wrap_body > .inner .top_list .cell a .text p {
	width: 100%;
	font-family: 'Cabin Sketch', cursive;
	text-align: center;
	font-weight: bold;
	font-size: 200%;
    margin-bottom: 10px;
    color: #64460c;
}
.wrap_body > .inner .top_list .cell a .text p span {
	display: block;
	font-size: 40%;
	font-family: 'Rounded Mplus 1c', sans-serif;
    color: #64460c;
    line-height: 1em;
    padding-top: .4em;
}
.wrap_body > .inner .top_list .cell a .text p span br {
	display: none;
}



.wrap_body > .inner .top_list .cell a .ph{
    display: block;
    transition: all .3s ease-in-out;
    position: relative;
    border-radius: 120px;
    overflow: hidden;
}
.wrap_body > .inner .top_list .cell a .ph::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 #139E48, inset 0 0 #139E48, inset 0 0 #139E48, inset 0 0 #139E48;
    transition: all .3s ease-in-out;
    display: block;
    content: "";
    border-radius: 120px;
}
.wrap_body > .inner .top_list .cell a:hover .ph::before{
    box-shadow: inset 5px 0 #139E48, inset 0 5px #139E48, inset -5px 0 #139E48, inset 0 -5px #139E48;
}




































































