.cover {
	background-image: url(../img/award/cover.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 560px;
	display: flex;
	height: 70vh;
}
.cover .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 46%;
}
.cover h1 {
	font-size: 6rem;
    color: #fff;
    letter-spacing: 7px;
	text-align: center;
	font-weight: 600;
}
.cover p {
	font-size: 2rem;
    color: #fff;
    letter-spacing: 7px;
    margin-top: 2rem;
	text-align: center;
	font-weight: 600;
}

.middle_cover {
	background-image: url(../img/award/cover_rekishi.jpg);
}

section.caption {
	margin: 16rem 0;
}
section.caption .head {
	text-align: center;
	font-weight: bold;
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 3rem;
	letter-spacing: 7px;
}
section.caption p {
	text-align: center;
	font-size: 2rem;
	line-height: 4rem;
	letter-spacing: 1px;
}

section.award {
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 0rem;
	border-bottom: 1px solid #ADADAD;
}

section.award h2 {
	width: 4rem;
	margin: 0 auto;
}
section.award .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 8.8rem auto 7rem;
}

section.award .inner figure {
	width: 392px;
}
section.award .inner .detail {
	width: 450px;
}
section.award .inner .detail dl {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
section.award .inner .detail dt,
section.award .inner .detail dd {
	/* padding: 10px 0; */
	/* line-height: 6rem; */
}
section.award .inner .detail dt {
	width: 190px;
	text-align: center;
}
section.award .inner .detail dt span {
	position: relative;
	font-size: 2rem;
	line-height: 5rem;
}
section.award .inner .detail dt span::before,
section.award .inner .detail dt span::after {
	content: "|";
}
section.award .inner .detail dt span::before {
	position: absolute;
	left: -1rem;
}
section.award .inner .detail dt span::after {
	position: absolute;
	right: -1rem;
}
section.award .inner .detail dd {
	width: 260px;
	font-size: 2rem;
	line-height: 5rem;
}
section.other {
	max-width: 900px;
	margin: 13rem auto;
}
section.other h2 {
	width: 45%;
}
section.other h2 img {
	display: block;
	margin: 0 auto;
	width: 4rem;
}
section.other .inner {
	display: flex;
	justify-content: center;
}
section.other .inner .detail {
	width: 55%;
}
section.other .detail table {
	border-collapse: separate;
	border-spacing: 0px 5px;
}
section.other .detail tr {
	margin-bottom: 1rem;
}
section.other .detail td {
	font-size: 2rem;

}
section.other .detail tr td:nth-of-type(2) {
	padding: 0 1rem 0 3rem;
}

#history {
	padding-top: 124px;
    margin-top: -124px;
}
.history_flow {
	background-color: #F5F0E6;
	position: relative;
	padding-top: 12.2rem;
	overflow: hidden;
	margin-bottom: 10.3rem;
}
.history_flow .bar {
    /* height: 85%; */
		height: calc(85% + 9.5rem);
    width: 1px;
    left: 50%;
    top: 40rem;
    position: absolute;
    z-index: 0;
    background-color: #000;
}
.history_flow .box h3 {
	text-align: center;
	font-size: 2.3rem;
	padding: 5.5rem 0 2.75rem 0;
	margin-bottom: 1.75rem;
	position: relative;
	letter-spacing: 0px;
}

.history_flow .box h3::before {
	content: url("../img/common/tane2_black.svg");
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 30px;
	margin: 0 auto;
}

.history_flow .box h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	height: 1px;
	background-color: #000;
}
.history_flow .box p {
	font-size: 1.5rem;
	line-height: 2.5rem;
}
.flex_box {
	max-width: 1280px;
	margin: 0 auto 7.9rem;
	z-index: 1;
    position: relative;
}
.flex_box .box{
	display: flex;
	justify-content: space-between;
	margin: 0 auto 18rem;
	max-width: 1000px;
}
.flex_box .box .text_inner {
	width: 45%;
	padding: 0px 4.5% 0 0;
}
.text_right .box .text_inner {
	width: 45%;
	padding: 0px 0 0 4.5%;
}
.text_right {
	background-size: 55%;
	background-position: left top;
	background-repeat: no-repeat;
}
.text_left {
	background-size: 55%;
	background-position: right 9.5rem;
	background-repeat: no-repeat;
}


.flex_box .box > figure {
	width: 55%;
	/* margin-top: 8.6rem; */
	height: 366px;
}
.box1 .text_inner figure{
	width: 175px;
    margin: 3rem 4rem 0 auto;
}

.flex_box .box2 > figure {
	margin-top: 0;
}
.flex_box .box2 > .text_inner {
	margin-top: -23rem;
}
.box2 .text_inner figure{
    width: 253px;
    margin: 14.7rem 0rem 0 auto;
}
.flex_box .box3 > .text_inner {
	margin-top: -18rem;
}
.flex_box .box3 > .text_inner h3 {
	margin-left: auto;
	margin-right: 20px;
	width: 200px;
}
.flex_box .box3 {
	margin-bottom: 2rem;
}
.box3 .text_inner figure{
    width: 175px;
	margin: 20.6rem 3rem 0 auto;;
}
.box3 .text_inner p {
    width: 34rem;
    margin: 0 5rem 0 0;
}
.flex3 {
	margin-bottom: 0;
}
.flex4 {
	background-position: left 6.5rem;
}
.flex6 {
	margin-top: 16.1rem;
	margin-bottom: 10rem;
	background-position: left 4.5rem;
}
.text_right figure {
	order: 0;
}
.text_right .text_inner {
	order: 1;
}


section.items .bg {
	background-image: url(../img/index/items.jpg);
	position: absolute;
	left: 0;
	top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
	transition: all .4s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
section.items h2 {
	font-size: 4.08rem;
}
section.items .text {
    z-index: 2;
}
section.items .mask {
	opacity: .5
}
section.items p {
	font-size: 2.08rem;
}
section.items {
	padding: 13.1rem 0;
    margin-top: 15rem;
    margin-bottom: 14.7rem;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-size: 102%;
    background-position: 2% 2%;
    overflow: hidden;
}
section.items a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
section a .mask {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: .5;
	left: 0;
	top: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 1;
}
section.items h2
 {
	font-size: 4rem;
	color: #fff;
	text-shadow: #000 2px 2px 8px;
	letter-spacing: 7px;
}
section.items p
 {
	font-size: 2rem;
    color: #fff;
    text-shadow: #000 2px 2px 8px;
    letter-spacing: 7px;
	margin-top: 2rem;
}
section.items:hover .bg {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
section a:hover .mask {
	opacity: .2;
}












section.links {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.links .mask {
	opacity: .3;
}
section.links a{
	background-repeat: no-repeat;
	background-size: cover;
	height: 530px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
section.links a:nth-of-type(1),
section.links a:nth-of-type(2)
{
margin-bottom: 1.8rem;
}

section.links .sodateru {
	background-image: url(../img/common/sodateru_bg.jpg);
	width: 600px;
}
section.links .sodateru img {
	width: 4rem;
	z-index: 2;
}

section.links .award {
	background-image: url(../img/common/award_bg.jpg);
	width: 380px;
}
section.links .award img {
	width: 4rem;
	z-index: 2;
}



section.links .rekishi {
	background-image: url(../img/common/rekishi_bg.jpg);
	width: 380px;
}
section.links .rekishi img {
	width: 4rem;
	z-index: 2;
}
section.links .torikumi {
	background-image: url(../img/common/torikumi_bg.jpg);
	width: 380px;
}
section.links .torikumi img {
	width: 9rem;
	z-index: 2;
}

section.links .mamoru {
	background-image: url(../img/common/mamoru_bg.jpg);
	width: 600px;
}
section.links .mamoru img {
	width: 4rem;
	z-index: 2;
}

section.links a .mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .5;
    top: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 1;
}
section.links a:hover .mask {
	opacity: 0;
}



@media screen and (min-width: 737px) {
	.positon-bg1-desktop { background-size: 55%; background-position: left 9.5rem; background-repeat: no-repeat; }
	.positon-bg2-desktop { background-size: 55%; background-position: right top; background-repeat: no-repeat; }
}

/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {
	.cover {
		/* font-size: 4rem; */
		min-height: 210px;
		background-image: url(../img/award/cover_sp.jpg);
		height: auto;
	}
	.cover .inner {
		position: absolute;
		left: 0;
		right: 0;
		top: 35%;
	}
	.cover h1 {
		font-size: 2rem;
	}
	.cover p {
		margin-top: 1rem;
		font-size: 1rem;
	}
	section.caption {
		margin: 13.7rem 0 6rem;
	}
	section.caption .head {
		font-size: 2.7rem;
		letter-spacing: 1px;
	}
	section.caption p {
		font-size: 1.5rem;
		line-height: 3.2rem;
		letter-spacing: 0px;
		width: 90%;
		margin: 0 auto;
	}
	section.award {
		width: 90%;
	}
	section.award .inner {
		display: block;
		margin: 4.4rem auto 3.5rem;
	}
	section.award .inner figure {
		width: 70%;
		margin: 0 auto;
	}
	section.award .inner .detail {
		width: 100%;
		margin-top: 3rem;
	}
	section.award .inner .detail dl {
		display: block;
		margin: 0 auto;
	}
	section.award .inner .detail dt,
	section.award .inner .detail dd {
		margin: 0 auto;
		text-align: center;
		font-size: 1.4rem;
	}
	section.award .inner .detail dd {
		margin-bottom: 1rem;
		line-height: 2rem;
	}
	section.other {
		margin: 4rem 0 6.6rem;
	}
	section.other .inner {
		display: block;
	}
	section.other .inner h2 {
		width: 100%;
	}
	section.other .inner h2 span {
		text-align: center;
		font-size: 2.3rem;
		font-weight: 600;
	}
	section.other .inner .detail {
		width: 100%;
	}
	section.other .detail table {
		width: 100%;
	}
	section.other .inner .detail table tr {
		text-align: center;
	}
	section.other .inner .detail table tr td {
		display: inline-block;
		text-align: center;
		font-size: 1.4rem;
	}
	section.award .inner .detail dt span {
		font-size: 1.4rem;
	}
	section.other .inner .detail table tr td:first-of-type {
		display: block;
	}
	section.other .detail tr td:nth-of-type(2) {
		padding: 0 1.5rem 0 0;
	}
	section.other .detail tr td.ini {
		margin-top: 2rem;
	}

	#history .cover {
		background-image: url(../img/award/cover_rekishi_sp.jpg);
	}
	#history section.caption {
		margin: 7.7rem 0 6rem;
	}
	#history {
		padding-top: 57.5px;
		margin-top: -57.5px;
	}
	.history_flow {
		margin: 0 auto;
		width: 90%;
		background-color: #fff;
		padding-top: 0;
	}
	.flex_box {
		background-image: none!important;
		margin: 0px auto 4.5rem;
	}
	.flex_box .box {
		flex-direction: column;
		margin: 0px auto;
	}
	.text_left figure {
		order: 0;
	}
	.flex_box .box .text_inner {
		padding: 0;
	}
	.text_left .text_inner {
		order: 1;
	}
	.flex_box .box > figure {
		width: 100%;
		height: auto;
	}
	.flex_box .box > .text_inner {
		width: 100%;
		margin-top: 4rem;
	}
	.history_flow .box h3 {
		font-size: 1.7rem;
	}
	.history_flow .box p {
		font-size: 1.4rem;
		margin: 0;
		width: 100%;
	}

	.flex_box .box3 > .text_inner h3 {
		width: 100%;
	}

	section.items {
		padding: 7rem 0;
		margin: 4rem 0 0;
	}
	section.items .bg {
		background-image: url(../img/index/items_sp.jpg);
	}
	section.items h2 {
		font-size: 2.5rem;
	}
	section.items p {
		font-size: 1.3rem;
		margin-top: 1rem;
	}

	section.links a {
		height: 200px;
	}
	section.links .sodateru {
		width: 60%;
	}
	section.links .sodateru img {
		width: 2.5rem;
	}
	section.links .award {
		width: 38%;
	}
	section.links .award img.sp {
		width: 7rem;
	}
	section.links .rekishi {
		width: 38%;
	}
	section.links .rekishi img {
		width: 2.5rem;
	}
	section.links .torikumi {
		width: 38%;
	}
	section.links .torikumi img {
		width: 5rem;
	}
	section.links .mamoru {
		width: 60%;
	}
	section.links .mamoru img {
		width: 2.5rem;
	}
	section.links a:nth-of-type(1), section.links a:nth-of-type(2) {
		margin-bottom: .8rem;
	}

	#footer {
		margin-top: 0;
	}
}