@charset "utf-8";

/* header */
header::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 530px;
    bottom: 0;
    background: url(../../images/mv_tohoku.jpg)center 33% / cover no-repeat;
    z-index: -1;
}

header::after {
    position: absolute;
    display: block;
    content: "";
    width: 491px;
    height: 225px;
    top: 245px;
    right: 60px;
    background: url(../images/material_bg02.png)no-repeat;
    z-index: -1;
}

.mv {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    height: 530px;
}

.mv h1 {
    position: absolute;
    top: 165px;
    right: 35px;
    text-align: center;
    color: #00337f;
    font-size: 2.5rem;
    text-shadow: 1px 0 3px #fff, 0 1px 3px #fff, -1px 0 3px #fff, 0 -1px 3px #fff;
}

.mv h1 br {
    display: none;
}

.mv h1 span {
    display: block;
    margin-top: 10px;
    line-height: 1;
    font-size: 5.2rem;
}

.mv h1:before {
    position: absolute;
    display: block;
    content: "";
    width: 51px;
    height: 37px;
    top: 45px;
    right: 95px;
    background: url(../images/ttl_icon.png)no-repeat;
    z-index: -1;
}

.head_link {
    position: absolute;
    display: flex;
	justify-content: center;
    width: 1000px;
    top: -124px;
    z-index: 99;
}

.head_link li {
    position: relative;
    display: flex;
	align-items: center;
    width: calc(100% / 3);
    background: #00337f url(../images/icon_arrow.png)right 15px bottom 12px no-repeat;
    transition: 0.3s;
}

.head_link li::before {
    position: absolute;
    display: block;
    content: "";
    width: 53px;
    height: 39px;
    top: 0;
    left: 0;
    background: url(../images/number01.png)left top no-repeat;
}

.head_link li:nth-child(2):before {
    background: url(../images/number02.png)left top no-repeat;
}

.head_link li:nth-child(3):before {
    background: url(../images/number03.png)left top no-repeat;
}

.head_link li:not(:first-child) {
    margin-left: 35px;
}

.head_link li::after {
	display: block;
    content: "";
    transition: 0.5s;
}

.head_link li a {
    position: relative;
	display: block;
    width: 100%;
    padding: 0 30px 30px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    z-index: 999;
    transition: 0.5s;
}

.head_link li a:last-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.head_link li a p {
    margin: 0 auto;
}

.head_link li:hover::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.4);
    box-shadow: 7px 7px 10px rgba(0,0,0,0.4);
}

.head_link li a strong {
    display: block;
    margin: 0 auto 2px;
	padding-top: 88px;
    font-size: 2rem;
	background: url(../images/icon_about_wh.png)top 30px center no-repeat;
}

.head_link li:nth-child(2) a strong {
	background: url(../../images/icon_kouenkai_large_wh.png)top 18px center no-repeat;
}

.head_link li:nth-child(3) a strong {
	background: url(../../images/icon_event_large_wh.png)top 18px center no-repeat;
}

.head_link li a strong br.sp-br {
	display: none;
}

.head_link li a strong span {
	display: block;
}

.head_link li a strong br.pc-br {
	display: block;
}

.head_link li .other_link {
    position: absolute;
    width: 85px;
    top: 10px;
    right: 10px;
    padding: 0 0 9px 9px;
    border: 0.7px solid #fff;
    border-top: none;
    border-right: none;
    border-bottom-left-radius: 3px;
    font-size: 1.2rem;
    z-index: 9999;
}

.head_link li .other_link::before, .head_link li .other_link:after {
    background: none;
}

.head_link li .other_link:hover::after {
    top: -10px;
    left: -216px;
}

.content {
    position: relative;
}

.ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-top: 1.5px solid #1358a2;
    border-bottom: 1px solid #ababab;
}

.ttl h1 {
    font-weight: bold;
    font-size: 2.2rem;
}

.ttl span {
    color: #1358a2;
    font-size: 3rem;
}

.top_news {
	position: relative;
    padding: 200px 0 75px;
}

.top_news .ttl h2 {
    margin-left: 5px;
    padding-left: 66px;
    background: url(../images/icon_news_large.png)left center no-repeat;
}

@media screen and (max-width: 820px) {
	header .sp_cfx > .cfx {
		padding: 20px !important;
	}
	.head_link {
		width: 100%;
		padding: 0 20px;
	}
	.top_news {
		padding: 200px 20px 75px;
	}
}

@media screen and (max-width: 768px) {
	header .sp_cfx > .cfx {
		padding: 20px 0 !important;
	}
    .mv h1 {
        text-align: left;
    }
    .mv h1:before {
        top: 80px;
        right: 120px;
    }
    .mv h1 br {
        display: block;
    }
    .mv h1 span {
        margin-top: 15px;
    }
    .head_link {
        display: block;
        max-width: 690px;
        top: -55px;
		padding: 0;
    }
    .head_link li {
        width: 100%;
		background: #00337f url(../images/icon_arrow.png)right 15px center no-repeat;
    }
    .head_link li:not(:first-child) {
        margin-top: 13px;
        margin-left: 0;
    }
    .head_link li::before {
        top: 50%;
        left: 13px;
        transform: translateY(-50%);
    }
    .head_link li:hover::after {
        width: 100%;
    }
    .head_link li .other_link {
        display: none !important;
    }
    .head_link li a {
        padding: 25px 60px 25px 25px;
        text-align: left;
        line-height: 1.3;
    }
	.head_link li a:last-of-type {
		justify-content: flex-start;
	}
	.head_link li a div {
		display: flex;
	}
    .head_link li a:hover::after {
        width: 100%;
        height: 100%;
    }
    .head_link li a strong {
        position: relative;
        display: flex;
        align-items: center;
        width: 310px;
		padding-top: 0;
        padding-left: 70px;
        font-size: 2.8rem;
		background: none;
    }
    .head_link li:nth-child(2) a strong, .head_link li:nth-child(3) a strong {
        background: none;
    }
    .head_link li a strong br.pc-br {
        display: none;
    }
	.head_link li a strong br.br-768 {
		display: block;
	}
    .head_link li a strong::before {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .head_link li a p {
        display: flex;
        align-items: center;
        width: 265px;
        margin: 0 0 0 25px;
        font-size: 2.4rem;
    }
    .head_link li a p br {
        display: none;
    }
    .top_news {
        padding: 370px 0 100px;
    }
    .top_news .ttl h2, .top_event h2 {
        font-weight: normal;
        font-size: 3.4rem;
    }
}

@media screen and (max-width: 520px) {
    .mv h1 {
        text-align: right;
        font-size: 1.8rem;
    }
    .mv h1:before {
        top: 60px;
		right: -20px;
    }
    .mv h1 span {
        font-size: 4.6rem;
    }

    .head_link {
        width: 92%;
    }
    .head_link li::before {
        height: 22px;
        background-size: 40px 29px !important;
    }
    .head_link li a strong {
        padding-left: 60px;
        font-size: 2rem;
    }
    .head_link li a strong br {
        display: block !important;
    }
    .head_link li a strong::before {
        background-size: 35px 40px;
    }
    .head_link li:nth-child(2) a strong::before {
        background-size: 40px 42px;
    }
    .head_link li:nth-child(3) a strong::before {
        background-size: 40px 42px;
    }
    .head_link li a p {
        margin-left: 15px;
        font-size: 1.6rem;
    }
    .ttl span {
        font-size: 2rem;
    }
    .top_news {
        padding: 250px 0 100px;
    }
    .top_news .ttl h2, .top_event h2 {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 450px) {
    .head_link li::before {
        width: 30px;
        background-size: 30px 22px !important;
    }
    .head_link li::after {
        right: 12px;
    }
    .head_link li a {
		display: block !important;
        padding: 15px 45px 15px 15px;
    }
    .head_link li a strong {
		width: 240px;
        padding-left: 40px;
        font-size: 1.5rem;
		background: none;
    }
	.head_link li:nth-child(2) a strong, .head_link li:nth-child(3) a strong {
		background: none;
	}
    .head_link li a strong::before {
        width: 25px !important;
        background-size: 25px 29px !important;
    }
    .head_link li:nth-child(2) a strong::before {
        background-size: 25px 32px !important;
    }
    .head_link li:nth-child(3) a strong::before {
        background-size: 25px 32px !important;
    }
    .head_link li a p {
        font-size: 1.3rem;
    }
    .ttl span {
        font-size: 1.6rem;
    }
    .top_news .ttl h2 {
		min-height: 33px;
        font-size: 1.8rem;
    }
    .common_tabs .tab_menu {
        padding: 10px;
    }
    .common_tabs .tab_contains .standard_table tr td:nth-child(2) {
        margin-left: 10px;
    }
}

@media screen and (max-width: 375px) {
    .head_link li a strong::before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media all and (-ms-high-contrast: none) {
    .top_event ul li a img {
    height: auto;
    }
}