/* 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;
}

article{
	float: left;
	display: block;
	width: calc(100% - 265px - 55px);
}

article h1{
	font-size: 20px;
	font-weight: bold;
	color:#333;
	line-height: 1.6;
}

article time{
	font-size: 16px;
	font-weight: 500;
	color:#333;
	margin-top: 30px;
	margin-bottom: 40px;
	letter-spacing: 1px;
	display: block;
}

article .w-image{
	margin-bottom: 35px;
}

article .details p{
	font-size: 16px;
	font-weight: 500;
}

aside{
	width: 265px;
	float: right;
	display: block;
}

aside h1{
	font-size: 20px;
	color:#1eb9ee;
	font-weight: bold;
	font-family: "Poppins";
	letter-spacing: 3px;
}

aside ul{
	box-sizing: border-box;
}

aside ul li{
	margin-top: 15px;
	box-sizing: border-box;
	padding-left: 20px;
	display: block;
	position: relative;
}
aside ul li:before{
	content:"・";
	color:#1eb9ee;
	position: absolute;
	line-height: 1.4;
	left:0;
	top: 0;
	font-size: 20px;
	display: inline-block;
}
aside ul li a{
	font-size: 16px;
}




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

.w-button .spacer {
	display: inline-block;
	width: 265px;
	height: 60px;
	position: relative;
/*	margin-left: 20px;*/
}

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

.w-button .next-button {
	display: inline-block;
	text-align: center;
	width: 265px;
	height: 60px;
	position: relative;
/*	margin-left: 10px;*/
}


.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;
}
.w-button .next-button:hover::after {
	right: -28px;
}
.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;
}
.w-button .next-button a::before, .w-button .next-button a::after,
.w-button .next-button a span::before,
.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;
}
.w-button .next-button a::before {
	top: 0;
	left: 0;
	border-left-color: rgba(30,185,238,1.00);
}
.w-button .next-button a::after {
	bottom: 0;
	right: 0;
	border-right-color: rgba(30,185,238,1.00);
}

.w-button .next-button a:hover span::before
,.w-button .next-button a:hover span::after
,.w-button .prev-button a:hover span::before
, .w-button .prev-button a:hover span::after {
    width: 100%;
    visibility: visible;
}

.w-button .next-button a span::before {
	bottom: 0;
	left: 0;
	border-bottom-color: rgba(30,185,238,1.00);
}
.w-button .next-button a span::after {
	top: 0;
	right: 0;
	border-top-color: rgba(30,185,238,1.00);
}
.w-button .next-button a:hover {
	color: rgba(30,185,238,1.00);
}
.w-button .next-button a:hover::before, .w-button .next-button a:hover::after {
	height: 100%;
	visibility: visible;
}
.w-button .next-button a:hover span::before,
.w-button .next-button a:hover span::after {
	width: 100%;
	visibility: visible;
}
.w-button .prev-button {
	display: inline-block;
	text-align: center;
	width: 265px;
	height: 60px;
/*	margin-right: 10px;*/
	position: relative;
}
.w-button .prev-button {
	display: inline-block;
	text-align: center;
	width: 265px;
	height: 60px;
	position: relative;
}
.w-button .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);
}
.w-button .prev-button:hover::after {
	left: -28px;
}
.w-button .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;
}
.w-button .prev-button a::before, .w-button .prev-button a::after,
.w-button .prev-button a span::before,
.w-button .prev-button a span::after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border: 2px solid transparent;
	transition: all .3s;
	visibility: hidden;
}
.w-button .prev-button a::before {
	top: 0;
	left: 0;
	border-left-color: rgba(30,185,238,1.00);
}
.w-button .prev-button a::after {
	bottom: 0;
	right: 0;
	border-right-color: rgba(30,185,238,1.00);
}
.w-button .prev-button a span::before {
	bottom: 0;
	left: 0;
	border-bottom-color: rgba(30,185,238,1.00);
}
.w-button .prev-button a span::after {
	top: 0;
	right: 0;
	border-top-color: rgba(30,185,238,1.00);
}
.w-button .prev-button a:hover {
	color: rgba(30,185,238,1.00);
}
.w-button .prev-button a:hover::before, .w-button .prev-button a:hover::after {
	height: 100%;
	visibility: visible;
}
.w-button .prev-button a:hover span::before,
.w-button .prev-button a:hover span::after {
	width: 100%;
	visibility: visible;
}

footer {
	margin-top: 90px;
}




@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;
	}

	.w-button h2 {
		font-size: 60px;
	}
	.w-button ul li {
		width: 32%;
		margin-right: 2%;
	}
	.w-button 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 (min-width: 769px) and (max-width: 1400px) {
	.w-button >div:first-of-type{
		margin-right: 10px;
	}

	.w-button .spacer{
		width: 40%;
	}
	.w-button .prev-button{
		width: 40%;
	}
	.w-button .next-button{
		width: 40%;
	}

}
@media screen and (min-width: 769px) and (max-width: 998px) {
	article{
		float: left;
		display: block;
		width: 65%;
		margin-right: 5%;
	}
	aside{
		width: 30%;
	}
}



@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%;
	}


	article h1{
		font-size: 16px;
	}
	article time{
		margin-bottom: 20px;
		margin-top: 10px;
	}
	article .w-image{
		margin-bottom: 10px;
	}
	article .details p{
		font-size: 14px;
	}

	.w-button{
		margin-bottom: 40px;
	}

	.w-button >div:first-of-type{
		margin-right: 10px;
	}

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

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

	article{
		float: none;
		width: 100%;
	}
	aside{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	aside h1{
		font-size: 16px;
		color:#1eb9ee;
		font-weight: bold;
		font-family: "Poppins";
		letter-spacing: 3px;
	}

	aside ul{
		box-sizing: border-box;
	}

	aside ul li{
		margin-top: 10px;
		padding-left: 16px;
	}
	aside ul li:before{
		line-height: 1.2;
		font-size: 16px;
	}
	aside ul li a{
		font-size: 14px;
	}


	footer {
		margin-top: 60px;
	}


}


