/* Scss Document */
.wrapper {
		width: 92%;
		max-width: 1120px;
		margin: 0 auto;
}
.wrapper.company {
		/*margin-top: 60px;*/
}
.top .alphabet {
		font-family: 'Montserrat', sans-serif;
		color: rgba(30,185,238,1.00);
		font-weight: bold;
}
.top {
	 /*margin-bottom: 100px;*/
	margin: 80px 0 100px 0;
}
.top h2 {
		font-weight: bold;
		margin-top: 10px;
}

img {
	max-width: 100%;
	height: auto;
}




.thumb-link-list {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}
.thumb-link-list h2 {
	font-family: 'Montserrat', sans-serif;;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 40px 0;
}
.thumb-link-list ul {
	margin: 0px auto　40px;
}
.thumb-link-list ul li {
	float: left;
	margin-bottom: 10px;
	position: relative;
}
.thumb-link-list ul li .thumb {
	width: 100%;
	height: auto;
	margin: 15px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.thumb-link-list ul li .thumb::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.thumb-link-list ul li:hover .thumb::after {
	background: url(../images/icon_m-grass.png) no-repeat;
	background-color: rgba(30,185,238,0.80);;
	background-size: cover;
}
.thumb-link-list ul li:hover .text-box {
	color: #cccccc;
}
.thumb-link-list ul li .text-box {
	margin: 15px 0;
}
.thumb-link-list ul li .text-box .date {
	position: relative;
}
.thumb-link-list ul li .text-box .date p {
	font-size: 16px;
}
.thumb-link-list ul li .text-box .date .tag {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	letter-spacing: 0.2em;
	padding: 2px 10px;
	color: #fff;
	display: none;
	z-index:4;
}
.thumb-link-list ul li .text-box .date .tag.purple {
	background: #9d00d1;
}
.thumb-link-list ul li .text-box .date .tag.blue {
	background: #008cd1;
}
.thumb-link-list ul li .text-box .date .tag.green {
	background: #16db93;
}
@media screen and (max-width: 375px) {
	.thumb-link-list ul li .text-box .date .tag {
		display: inline-block;
		position: static;
		margin: 2px 0 0 0;
	}
}
.thumb-link-list ul li .text-box .title {
	font-weight: bold;
	margin: 10px 0;
}
.thumb-link-list ul li a:not(.tag) {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}



.thumb-link-list .w-button{
	margin: 40px auto 0px;
	text-align: center;
}

.thumb-link-list .w-button > div:first-of-type{
	margin-right: 20px;
}

.thumb-link-list .w-button .spacer {
	display: inline-block;
	text-align: center;
	width: 265px;
	height: 60px;
	position: relative;
}

.thumb-link-list .w-button .next-button {
	display: inline-block;
	text-align: center;
	width: 265px;
	height: 60px;
	position: relative;
/*	margin-left: 20px;*/
}
.thumb-link-list .w-button .next-button::after {
	content: "";
	display: block;
	position: absolute;
	right: -18px;
	top: 20px;
	background: url(../images/icon_arrow-blk.png) no-repeat;
	background-size: contain;
	width: 37px;
	height: 13px;
	transition: all .3s;
}
.thumb-link-list .w-button .next-button:hover::after {
	right: -28px;
}
.thumb-link-list .w-button .next-button a {
	display: block;
	width: 100%;
	height: 100%;
	border: #000 2px solid;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	line-height: 58px;
	transition: all .3s;
}
.thumb-link-list .w-button .next-button a::before, .thumb-link-list .w-button .next-button a::after,
.thumb-link-list .w-button .next-button a span::before,
.thumb-link-list .w-button .next-button a span::after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border: 2px solid transparent;
	transition: all .3s;
	visibility: hidden;
}
.thumb-link-list .w-button .next-button a::before {
	top: 0;
	left: 0;
	border-left-color: rgba(30,185,238,1.00);
}
.thumb-link-list .w-button .next-button a::after {
	bottom: 0;
	right: 0;
	border-right-color: rgba(30,185,238,1.00);
}
.thumb-link-list .next-button a:hover span::before
, .thumb-link-list .next-button a:hover span::after
,.thumb-link-list .prev-button a:hover span::before
, .thumb-link-list .prev-button a:hover span::after {
    width: 100%;
    visibility: visible;
}
.thumb-link-list .w-button .next-button a span::before {
	bottom: 0;
	left: 0;
	border-bottom-color: rgba(30,185,238,1.00);
}
.thumb-link-list .w-button .next-button a span::after {
	top: 0;
	right: 0;
	border-top-color: rgba(30,185,238,1.00);
}
.thumb-link-list .w-button .next-button a:hover {
	color: rgba(30,185,238,1.00);
}
.thumb-link-list .w-button .next-button a:hover::before, .thumb-link-list .w-button .next-button a:hover::after {
	height: 100%;
	visibility: visible;
}
.thumb-link-list .w-button .next-button a:hover span::before,
.thumb-link-list .w-button .next-button a:hover span::after {
	width: 100%;
	visibility: visible;
}



.thumb-link-list .prev-button {
	display: inline-block;
	text-align: center;
	width: 265px;
	height: 60px;
	position: relative;
}


.thumb-link-list .prev-button {
	display: inline-block;
	text-align: center;
	width: 265px;
	height: 60px;
	position: relative;
}
.thumb-link-list .prev-button::after {
	content: "";
	display: block;
	position: absolute;
	left: -18px;
	top: 20px;
	background: url(../images/icon_arrow-blk.png) no-repeat;
	background-size: contain;
	width: 37px;
	height: 13px;
	transition: all .3s;
	transform: scale(-1, 1);
}
.thumb-link-list .prev-button:hover::after {
	left: -28px;
}
.thumb-link-list .prev-button a {
	display: block;
	width: 100%;
	height: 100%;
	border: #000 2px solid;
	text-align: center;
	font-family: 'Montserrat', sans-serif;;
	line-height: 58px;
	transition: all .3s;
}
.thumb-link-list .prev-button a::before, .thumb-link-list .prev-button a::after,
.thumb-link-list .prev-button a span::before,
.thumb-link-list .prev-button a span::after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border: 2px solid transparent;
	transition: all .3s;
	visibility: hidden;
}
.thumb-link-list .prev-button a::before {
	top: 0;
	left: 0;
	border-left-color: rgba(30,185,238,1.00);
}
.thumb-link-list .prev-button a::after {
	bottom: 0;
	right: 0;
	border-right-color: rgba(30,185,238,1.00);
}
.thumb-link-list .prev-button a span::before {
	bottom: 0;
	left: 0;
	border-bottom-color: rgba(30,185,238,1.00);
}
.thumb-link-list .prev-button a span::after {
	top: 0;
	right: 0;
	border-top-color: rgba(30,185,238,1.00);
}
.thumb-link-list .prev-button a:hover {
	color: rgba(30,185,238,1.00);
}
.thumb-link-list .prev-button a:hover::before, .thumb-link-list .prev-button a:hover::after {
	height: 100%;
	visibility: visible;
}
.thumb-link-list .prev-button a:hover span::before,
.thumb-link-list .prev-button a:hover span::after {
	width: 100%;
	visibility: visible;
}

footer {
	margin-top: 100px;
}



@media screen and (min-width: 769px) {
	.top .alphabet {
		font-size: 120px;
		line-height: 1;
	}
	.top h2 {
		font-size: 28px;
	}

	.bg-links .bg-link {
		height: 400px;
	}
	.bg-links .bg-link.link02, .bg-links .bg-link.link03 {
		width: 50%;
		float: left;
	}

	.thumb-link-list h2 {
		font-size: 60px;
	}
	.thumb-link-list ul li {
		width: 32%;
		margin-right: 2%;
	}
	.thumb-link-list ul li:nth-child(3n) {
		margin-right: 0;
	}


	.thumb-link-list h2 {
		font-size: 60px;
	}
	.thumb-link-list ul li {
		width: 32%;
		margin-right: 2%;
	}
	.thumb-link-list ul li:nth-child(3n) {
		margin-right: 0;
	}


	.bottom-links ul li {
		width: 45%;
		float: left;
	}
	.bottom-links ul li.link01 {
		margin-right: 10%;
	}
}



@media screen and (max-width: 769px) {
	.wrapper {
		width: 100%;
		padding: 0 20px;
	}
	.wrapper.company {
		margin-top: 20px;
	}
	.top {
		 margin-bottom: 40px;
		margin-top: 50px;
	}
	.top .alphabet {
		font-size: 48px;
	}
	.top h2 {
		font-size: 16px;
		width: 100%;
	}

	.thumb-link-list h2 {
		font-size: 40px;
	}
	.thumb-link-list ul li {
		width: 48%;
		margin-right: 4%;
	}
	.thumb-link-list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.thumb-link-list .w-button .spacer{
		width: 40%;
	}

	.thumb-link-list .w-button .prev-button{
		width: 40%;
	}
	.thumb-link-list .w-button .next-button{
		width: 40%;
	}

	footer {
		margin-top: 60px;
	}

}


