.bogo_top,
.navlang {
/*
    display: none;
*/
}

.section-01 .container {
    padding: 60px;
}
.page-tagline {
    height: 1500px;
}
.next-box-inner li p.img {
	aspect-ratio: 2/1;
	overflow: hidden;
}
.next-box-inner li p.img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

h3 {
	border-bottom: solid 3px #e6e6e6;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 30px;
	padding-bottom: 5px;
}
h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #c7002f;
	bottom: -3px;
	width: 10%;
}

.link-block {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.link-block a {
	display: block;
	text-decoration: none;
}
.link-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-radius: 15px;
	box-shadow: 2px 2px 6px 3px #DDD;
	background: #FFF;
	transition: box-shadow 0.6s ease-out;
	overflow: hidden;
}
.link-block a:hover .link-box {
	box-shadow: 4px 8px 12px 6px #f8f8f8;
}
.link-box .link-box-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	padding: 2em;
}
.link-box .link-box-image {
	width: 40%;
	flex-shrink: 0;
	overflow: hidden;
}
.link-box .link-box-image img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	transition: transform 0.6s ease-out, opacity 0.3s ease-out;
}
.link-block a:hover .link-box-image img {
	transform: scale(1.1);
	opacity: 1;
}
.link-box .link-box-inner .title {
	margin-bottom: 0.5em;
	font-size: 20px;
	line-height: 1.333;
	font-weight: bold;
}
.link-box .link-box-inner .text {
	margin-bottom: 2em;
}
.link-box .link-box-inner .more {
	font-size: 15px;
	border-bottom: 3px solid #000;
	color: #000;
	display: inline-block;
}
.link-block a:hover .link-box .link-box-inner .more {
	border-bottom: 3px solid #FFF;
}

.sns-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.sns-block a {
	display: block;
	text-decoration: none;
}
.sns-box {
	display: flex;
	justify-content: space-between;
	gap: 1em;
	width: 100%;
}
.sns-box .sns-box-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	padding: 0;
}
.sns-box .sns-box-image {
	aspect-ratio: 3/2;
	width: 180px;
	flex-shrink: 0;
	overflow: hidden;
}
.sns-box .sns-box-image img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	transition: transform 0.6s ease-out, opacity 0.3s ease-out;
}
.sns-block a:hover .sns-box-image img {
	transform: scale(1.1);
	opacity: 1;
}
.sns-box .sns-box-inner .title {
	margin-bottom: 0.25em;
	font-size: 18px;
	line-height: 1.333;
	font-weight: bold;
}
.sns-box .sns-box-inner .text {
	margin-bottom: 1em;
}
.sns-box .sns-box-inner .more {
	padding-left: 1.5em;
	border-bottom: 1px solid #fff;
	color: #000;
	display: inline-block;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2028.346%2022.677%22%3E%3Cdefs%3E%3Cstyle%3E.st0%7Bfill-rule%3Aevenodd%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M26.929%201.417H8.504v4.252H7.087V0h21.26v15.591h-5.67v-1.418h4.252V1.417z%22%20class%3D%22st0%22%2F%3E%3Cpath%20d%3D%22M0%207.087v15.59h21.26V7.087H0ZM19.843%2021.26H1.417V8.504h18.425V21.26Z%22%20class%3D%22st0%22%2F%3E%3C%2Fsvg%3E');
	background-size: 1em 0.8em;
	background-position: left center;
	background-repeat: no-repeat;
}
.sns-block a:hover .sns-box .sns-box-inner .more {
	border-bottom: 1px solid #000;
}

@media screen and (max-width: 991px) {

.section-01 .container {
    padding: 8vw;
}
.link-block {
	flex-direction: column;
	gap: 6vw;
}
.link-box {
	flex-direction: column;
}
.link-box .link-box-inner {
	order: 2;
	padding: 1.5em;
}
.link-box .link-box-image {
	aspect-ratio: 2/1;
	width: 100%;
}
.link-box .link-box-inner .title {
	font-size: 20px;
}
.link-box .link-box-inner .text {
	margin-bottom: 1.5em;
}
.link-box .link-box-inner .more {
	font-size: 15px;
}

.sns-block {
	gap: 8vw;
}
.sns-box {
	gap: 1em;
}
.sns-box .sns-box-image {
	aspect-ratio: 1/1;
	width: 30%;
	height: 100%;
}
.sns-box .sns-box-inner .text {
    margin-bottom: 0.5em;
}

}