
body{
    font-size: 94%;
}
#adv{
    border-bottom: #28a860 2px solid;
}
/* CSS Document */

.pankuzu {
    width: 980px;
    margin: auto;
}
#tn_01 a{
    opacity: 1;
    border-bottom: #28a860 2px solid;
}
.main_visual{
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;
    background: url("../image/main_bg1.png") center no-repeat;
    background-size: cover;
    color: #fff;
}
.main_visual h2{
    font-size: 320%;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.main_visual p{
    font-size: 120%;
}
.main_content{
    max-width: 980px;
    margin: auto;
}
.main_text{
    text-align: center;
    background: url("../image/bg_01.png")no-repeat center;
    height: 420px;
    position: relative;
    margin-top: 10px;
}
.link_area{
    margin-top: 80px;
}
.link_area ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.link_box{
    width: 300px;
    height: 300px;
    text-align: center;
    position: relative;
	overflow: hidden;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.cover_link{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.link_inner{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%)s;
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 1;
}
.link_inner {
    color: #fff;
    position: relative;
    top:120px;
}
.link_text{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 200%;
    min-height: 92px;
}
.link_text.double{
    flex-direction: column;
    line-height: 40px;
}
.icon{
    margin-bottom: 20px;
    height: 70px;
    display: flex;
    justify-content:center;
    align-items: center;
}
.link_midashi{
    font-size: 140%;
    color: #28a860;
    font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}
.link_sub{
    color: #fff;
    position: absolute;
    width: 100%;
    bottom:50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: 2;
}
.link_sub::after{
    content: url("../image/arrow_ver.png");
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.delay_2 {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
.delay_3 {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
}
.link_box::after{
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.link_box:hover{
	-moz-transition-delay:0ms;
	-webkit-transition-delay:0ms;
	-o-transition-delay:0ms;
	-ms-transition-delay:0ms;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
}
.link_box:hover::after{
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
.link_box:nth-child(1)::after{
    background: url("../image/bg_01.png")no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.link_box:nth-child(2){
    margin: 0 40px;
}
.link_box:nth-child(2)::after{
    background: url("../image/bg_02.png")no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.link_box:nth-child(3)::after{
    background: url("../image/bg_04.png")no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.link_box:nth-child(4){
    margin: 40px 0 0 0;
}
.link_box:nth-child(4)::after{
    background: url("../image/bg_06.png")no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.link_box:nth-child(5){
    margin: 40px 40px 0;
}
.link_box:nth-child(5)::after{
    background: url("../image/bg_03.png")no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    
}
.link_box:nth-child(6){
    margin: 40px 0 0 0;
}
.link_box:nth-child(6)::after{
    background: url("../image/bg_05.png")no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.large_text {
    font-size: 146%;
    font-weight: bold;
}
.large_num {
    font-size: 216%;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    line-height: 67px;
}
.mid_num {
    font-size: 160%;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.bace_line{
    position: relative;
    top:-7.5px;
}




.block{
    border: #c1c1c1 1px solid;
    margin-top: 70px;
    position: relative;
}
.anchor{
    position: absolute;
    top:-150px;
}
.block_midashi {
    text-align: center;
    background: #eaf6ef;
    padding: 30px 0;
}
.block_title {
    color: #28a860;
    font-family: 'Roboto', sans-serif;
    font-size: 186%;
    margin-bottom: 20px;
}
.block_sub {
    font-size: 120%;
    font-weight: bold;
    padding: 0 5%;
}
.block_bottom {
    padding: 30px;
    display: flex;
    justify-content: space-between;
}
.block_bottom.default {
    display: block;
}
.left_box{
    width: 62%;
    position: relative;
    line-height: 30px;
}
.left_box.wide{
    width: 100%;
}
.left_text {
    min-height: 100px;
}
.left_box .more_button{
	margin-top: 20px;
}
.img_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.img_list li {
    margin-right: 10px;
}
.img_list li:last-child {
    margin-right: 0px;
}
.more_button.pc_block {
    margin-top: 20px;
}
span.large {
    font-size: 124%;
}
@media screen and ( max-width: 767px ){
.pankuzu{
    margin: 0 5%;
}
.main_content {
    padding: 0 5%;
}
.link_box{
    margin: 5px auto;
}
.link_box:nth-child(2),.link_box:nth-child(4),.link_box:nth-child(5),.link_box:nth-child(6){
    margin: 5px auto;
}
    
.anchor{
    top:-10px;
}
.block_bottom {
    flex-direction: column;
    padding: 5%;
}
.left_box {
    width: 100%;
}
.left_box .more_button {
    margin-top: 20px;
    font-size: 92%;
}
.img_list {
    position: static;
    margin-top: 30px;
}
.right_box{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.img_list li {
    margin:auto;
    margin-top: 5px;
}
.img_list li:last-child {
    margin-right: auto;
}

.link_box:hover{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
}
@media screen and ( max-width: 525px ){
	.more_button a {
    padding: 10px 20px 10px 40px;
}
}