/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv .swiper-kv .swiper-pagination {
	top: 50%;
	left: 5px;
	bottom: auto;
	transform: translateY(-42%);
}
.kv .swiper-kv .swiper-pagination-bullet {
	display: block;
	margin-block: 17px !important;
	background: transparent;
	border: 1px solid var(--black);
	opacity: 1;
}
.kv .swiper-kv .swiper-pagination-bullet-active {
	background: var(--black);
}
@media (min-width: 768px) {/* PC */
.kv .swiper.swiper-kv img {
	max-height: 700px;
	object-fit: cover;
}
.kv .swiper-kv .swiper-pagination {
	left: 35px;
	transform: translateY(-55%);
}
.kv .swiper-kv .swiper-pagination-bullet {
	margin-block: 20px !important;
}
}/* @media */
/* -----------------------------------------------
= attention
----------------------------------------------- */
.attention h2 {
	padding: 10px;
	color: #fff;
	background: var(--black);
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	text-align: center;
}
.attention h2 span {
	display: inline-block;
	padding-inline: 24px;
	background: url(../img/index/icon-attention.svg) no-repeat 0 50% / 16px auto;
}
.attention p {
	color: #fff;
	background: var(--blue);
	font-size: calc(1.3rem / 1.6);
}
.attention a {
	display: block;
	padding: 18px;
}
.attention time {
	display: block;
	margin-bottom: 5px;
}
@media (min-width: 768px) {/* PC */
.attention {
	display: flex;
	max-width: 1100px;
	margin: 40px auto 0;
}
.attention h2 {
	padding: 10px;
	font-size: calc(1.8rem / 1.6);
}
.attention h2 span {
	display: flex;
	align-items: center;
	height: 100%;
	padding-inline: 55px 10px;
	background-position: 10px 50%;
	background-size: 28px auto;
}
.attention p {
	flex: 1;
}
.attention a {
	display: flex;
	padding: 18px;
	font-size: calc(1.6rem / 1.6);
}
.attention time {
	margin: 0 15px 0 0;
	padding-right: 15px;
	border-right: 1px solid rgba(255,255,255,.5);
}
}/* @media */
/* -----------------------------------------------
= section
----------------------------------------------- */
.section {
	padding-top: 40px;
}
.section .title-en {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 8px;
	font-family: var(--en);
	font-size: calc(3rem / 1.6);
	font-weight: 700;
	text-align: center;
}
.section .title-en::after {
	content: "";
	position: absolute;
	left: calc(50% - 15px);
	bottom: 0;
	width: 30px;
	height: 2px;
	background: var(--black);
}
.section .title-jp {
	margin-bottom: 25px;
	font-size: calc(1.3rem / 1.6);
	text-align: center;
}
.section .more {
	display: block;
	position: relative;
	max-width: 248px;
	margin-inline: auto;
	padding-block: 12px 14px;
	background: #fff;
	border: 1px solid #737373;
	border-radius: 3em;
	box-shadow: 0 2px 0 rgba(0,0,0,.1);
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
	text-align: center;
}
.section .more::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 17px;
	width: 8px;
	height: 8px;
	background: var(--black);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (min-width: 768px) {/* PC */
.section {
	padding-top: 90px;
}
.section .title-en {
	margin-bottom: 20px;
	padding-bottom: 18px;
	font-size: calc(5rem / 1.6);
}
.section .title-en::after {
	left: calc(50% - 20px);
	width: 40px;
}
.section .title-jp {
	margin-bottom: 55px;
	font-size: calc(1.6rem / 1.6);
}
.section .more {
	max-width: 298px;
	padding-block: 13px 15px;
	font-size: calc(2rem / 1.6);
}
.section .more::after {
	top: calc(50% - 5.5px);
	right: 20px;
	width: 11px;
	height: 11px;
}
}/* @media */
@media (hover: hover) {
.section .more {
	transition: .3s;
}
.section .more:hover {
	color: #fff;
	background: var(--blue-hover);
	border-color: transparent;
}
.section .more::after {
	transition: background .3s;
}
.section .more:hover::after {
	background: #fff;
}
}/* @media */
/* -----------------------------------------------
= event
----------------------------------------------- */
.event .swiper-container {
	position: relative;
	top: -5px;
}
.event .swiper {
	padding-block: 5px;
}
.event .swiper.is-center .swiper-wrapper {
	justify-content: center;
}
.event .swiper-slide {
	height: auto;
}
.event .item {
	height: 100%;
	margin-inline: 5px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.event .item .category {
	padding: 5px;
	color: #fff;
	font-size: calc(1.2rem / 1.6);
	text-align: center;
	letter-spacing: .2em;
}
.event .item .set {
	padding: 18px 18px 22px;
}
.event .item h3 {
	margin-bottom: 5px;
	font-size: calc(1.3rem / 1.6);
	font-weight: 700;
	text-align: center;
}
.event .item .schedule {
	padding-bottom: 10px;
	border-bottom: 0.5px solid;
	font-size: calc(1.3rem / 1.6);
	font-weight: 700;
	text-align: center;
}
.event .item .date {
	font-family: var(--en);
	font-size: calc(2.9rem / 1.6);
	line-height: 1;
}
.event .item .time {
	font-family: var(--en);
}
.event .item .text {
	padding-block: 15px 20px;
	font-size: calc(1rem / 1.6);
	line-height: 1.9;
}
.event .item a {
	display: block;
	position: relative;
	max-width: 145px;
	margin-inline: auto;
	padding-block: 4px 6px;
	background: #fff;
	border: 1px solid #737373;
	border-radius: 3em;
	box-shadow: 0 2px 0 rgba(0,0,0,.1);
	font-size: calc(1.2rem / 1.6);
	text-align: center;
}
.event .item a::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 17px;
	width: 8px;
	height: 8px;
	background: var(--black);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.event .item.blue .category {
	background: var(--blue);
}
.event .item.blue .schedule {
	border-bottom-color: var(--blue);
}
.event .item.green .category {
	background: var(--green);
}
.event .item.green .schedule {
	border-bottom-color: var(--green);
}
.event .item.orange .category {
	background: var(--orange);
}
.event .item.orange .schedule {
	border-bottom-color: var(--orange);
}
.event .swiper-button-prev,
.event .swiper-button-next {
	width: 30px;
	height: 30px;
	z-index: 1;
	transform: unset;
}
.event .swiper-button-prev {
	left: 18px;
	transform: rotate(180deg);
}
.event .swiper-button-next {
	right: 18px;
}
.event .swiper-button-prev::before,
.event .swiper-button-next::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(../img/shared/icon-swiper-arrow.svg) no-repeat 50% / cover;
}
.event .swiper-navigation-icon {
	display: none;
}
.event .swiper-button-disabled {
	opacity: 0;
}
.event .swiper-button-next.swiper-button-disabled,
.event .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}
.event .swiper-button-prev:after,
.event .swiper-rtl .swiper-button-next:after,
.event .swiper-button-next:after,
.event .swiper-rtl .swiper-button-prev:after {
	display: none;
}
@media (min-width: 850px) {/* PC */
.event .swiper-container {
	max-width: 1130px;
	margin-inline: auto;
	padding-inline: 100px;
}
.event .item .category {
	padding: 8px;
	font-size: calc(1.6rem / 1.6);
}
.event .item .set {
	padding: 25px 25px 30px;
}
.event .item h3 {
	margin-bottom: 10px;
	font-size: calc(1.8rem / 1.6);
}
.event .item .schedule {
	padding-bottom: 20px;
	border-bottom: 1px solid;
	font-size: calc(1.8rem / 1.6);
}
.event .item .date {
	font-size: calc(4rem / 1.6);
}
.event .item .text {
	padding-block: 15px 25px;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(26 / 14);
}
.event .item a {
	max-width: 198px;
	padding-block: 6px 8px;
	font-size: calc(1.6rem / 1.6);
}
.event .item a::after {
	top: calc(50% - 5.5px);
	right: 20px;
	width: 11px;
	height: 11px;
}
.event .swiper-button-prev {
	left: 40px;
}
.event .swiper-button-next {
	right: 40px;
}
}/* @media */
@media (max-width: 1023px) and (min-width: 850px) {/* TABLET */
.event .swiper-container {
	padding-inline: 20px;
}
.event .swiper-button-prev {
	left: 10px;
}
.event .swiper-button-next {
	right: 10px;
}
}/* @media */
@media (hover: hover) {
.event .item a {
	transition: .3s;
}
.event .item a:hover {
	color: #fff;
	background: var(--blue-hover);
	border-color: var(--blue-hover);
}
.event .item a::after {
	transition: background .3s;
}
.event .item a:hover::after {
	background: #fff;
}
.event .swiper-button-prev::before,
.event .swiper-button-next::before {
	transition: opacity .3s;
}
/* .event .swiper-button-prev:hover::before,
.event .swiper-button-next:hover::before {
	opacity: 0;
} */
.event .swiper-button-prev::after,
.event .swiper-button-next::after {
	content: "";
	position: absolute;
	inset: 0;
	background: url(../img/shared/icon-swiper-arrow-hover.svg) no-repeat 50% / cover;
	opacity: 0;
	transition: opacity .3s;
}
.event .swiper-button-prev:hover::after,
.event .swiper-button-next:hover::after {
	opacity: 1;
}
}/* @media */
/* -----------------------------------------------
= blog
----------------------------------------------- */
.section.blog {
	padding: 40px 18px 62px;
}
.blog .tab-select {
	position: relative;
	margin-bottom: 30px;
}
.blog .tab-select::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 18px;
	z-index: 1;
	width: 10px;
	height: 9px;
	background: var(--black);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	pointer-events: none;
}
.blog .tab-select select {
	position: relative;
	width: 100%;
	padding-block: 7px;
	color: var(--blue);
	background: transparent;
	border-color: var(--blue);
	font-size: calc(1.3rem / 1.6);
	text-align: center;
	text-align-last: center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.blog .tab-select select option {
	text-align: center;
}
.blog-list {
	display: none;
	margin-bottom: 30px;
}
.blog-list.is-active {
	display: grid !important;
}
.blog-list .item {
	margin-bottom: 20px;
}
.blog-list .item[hidden] {
	display: none;
}
.blog-list .item a {
	display: flex;
	gap: 0 16px;
}
.blog-list .item .img {
	position: relative;
	width: 150px;
	overflow: hidden;
}
.blog-list .item .img img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.blog-list .item .img p {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 50px;
	height: 50px;
	color: #fff;
	background: var(--blue);
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.blog-list .item .img p span {
	display: block;
	font-size: calc(1rem / 1.6);
	transform: rotate(-45deg);
}
.blog-list .item .set {
	flex: 1;
}
.blog-list .item .category {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: -.3em 0 5px 0;
}
.blog-list .item .category span {
	display: inline-block;
	position: relative;
	padding-left: 9px;
	color: var(--blue);
	font-size: calc(1.2rem / 1.6);
}
.blog-list .item .category span::before {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 7px;
	height: 7px;
	background: #c1d8ed;
	border-radius: 50%;
}
.blog-list .item .title {
	margin-bottom: 6px;
	font-size: calc(1.3rem / 1.6);
	line-height: calc(20 / 13);
}
.blog-list .item time {
	display: block;
	padding-top: 5px;
	color: #737373;
	border-top: 0.5px solid rgba(13,13,13,.1);
	font-family: var(--en);
	font-size: calc(1.44rem / 1.6);
	font-weight: 700;
	text-align: right;
}
@media (min-width: 768px) {/* PC */
.section.blog {
	max-width: 1100px;
	margin-inline: auto;
	padding: 90px 20px 134px;
}
.blog .tab-nav {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	max-width: 700px;
	margin: 0 auto 60px;
}
.blog .tab-nav button {
	width: 100%;
	padding: 8.5px;
	color: var(--blue);
	border: 1px solid var(--blue);
	font-size: calc(1.4rem / 1.6);
	text-align: center;
}
.blog .tab-nav button + button {
	border-left: none;
}
.blog .tab-nav button.is-active {
	color: #fff;
	background: var(--blue);
	pointer-events: none;
}
.blog-list {
	grid-template-columns: repeat(auto-fit, minmax(200px, 250px));
	justify-content: center;
	gap: 45px 33px;
	margin-bottom: 55px;
}
.blog-list .item {
	margin-bottom: 0;
}
.blog-list .item a {
	display: block;
}
.blog-list .item .set:not(:has(.category)) {
    margin-top: 10px;
}
.blog-list .item .img {
	width: 100%;
}
.blog-list .item .img p {
	width: 70px;
	height: 70px;
}
.blog-list .item .img img {
	height: 173px;
}
.blog-list .item .img p span {
	font-size: calc(1.4rem / 1.6);
}
.blog-list .item .category {
	margin-block: 15px 7px;
}
.blog-list .item .category span {
	padding-left: 13px;
	font-size: calc(1.4rem / 1.6);
}
.blog-list .item .title {
	margin-bottom: 15px;
	font-size: calc(1.5rem / 1.6);
	line-height: calc(26 / 15);
}
.blog-list .item time {
	padding-top: 5px;
	border-top-width: 1px;
	font-size: calc(1.56rem / 1.6);
}
}/* @media */
@media (hover: hover) {
.blog .tab-nav button {
	transition: .3s;
}
.blog .tab-nav button:hover {
	color: #fff;
	background: var(--blue-hover);
}
.blog .tab-nav button.is-active:hover {
	color: var(--blue);
	background: #fff;
}
.blog-list .item a img {
	transition: transform .3s;
}
.blog-list .item a:hover img {
	transform: scale(1.1);
}
.blog-list .item a:hover .title {
	color: var(--blue-hover);
	text-decoration: underline;
}
}/* @media */
/* -----------------------------------------------
= message
----------------------------------------------- */
.message {
	color: #fff;
	text-align: center;
	clip-path: inset(0);
}
.message .inner {
	padding-block: 40px 250px;
}
.message::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	background: url(../img/index/message-bg-sp.jpg) no-repeat 50% 100% / cover;
}
.message h3 {
	margin-bottom: 23px;
	font-size: calc(2.75rem / 1.6);
	font-weight: 700;
	line-height: calc(35 / 27.5);
}
.message p {
	font-size: calc(1.3rem / 1.6);
	line-height: calc(25 / 13);
}
@media (min-width: 768px) {/* PC */
.message {
	text-align: left;
}
.message::before {
	background: url(../img/index/message-bg-pc.jpg) no-repeat 50% 100% / cover;
}
.message .inner {
	max-width: 1100px;
	margin-inline: auto;
	padding: 70px 20px;
}
.message h3 {
	margin-bottom: 30px;
	font-size: calc(4.5rem / 1.6);
	line-height: calc(60 / 45);
}
.message p {
	font-size: calc(1.4rem / 1.6);
	line-height: calc(30 / 14);
}
}/* @media */
/* -----------------------------------------------
= features
----------------------------------------------- */
.features {
	background: #00c3fb;
}
.features .item .img {
	box-shadow: 3px 3px 7px rgba(0,0,0,.2);
}
.features .item .en {
	margin-bottom: 15px;
	color: #fff;
	font-family: var(--en);
	font-size: calc(6.5rem / 1.6);
	font-weight: 700;
	line-height: 1;
}
.features .item h3 {
	margin-bottom: 20px;
	font-size: calc(1.8rem / 1.6);
	font-weight: 700;
	line-height: calc(30 / 18);
}
.features .item .text {
	margin-bottom: 25px;
	font-size: calc(1.3rem / 1.6);
	line-height: calc(25 / 13);
}
.features .item li + li {
	margin-top: 30px;
}
.features .item a {
	clear: both;
	display: block;
	position: relative;
	max-width: 250px;
	margin-inline: auto;
	padding-block: 13px 14px;
	background: #fff;
	border-radius: 3em;
	box-shadow: 0 2px 0 rgba(0,0,0,.1);
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
	text-align: center;
}
.features .item a::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 17px;
	width: 8px;
	height: 8px;
	background: var(--black);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.features img.js-inview {
	opacity: 0;
	transform: translateY(30px) scale(0.9);
	will-change: transform, opacity;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}
.features img.js-inview.is-show {
	animation: poyon .8s ease-out forwards .4s;
}
@keyframes poyon {
	0% {
		opacity: 0;
		transform: translateY(30px) scale(0.9);
	}
	50% {
		opacity: 1;
		transform: translateY(-10px) scale(1.05);
	}
	70% {
		opacity: 1;
		transform: translateY(5px) scale(0.98);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
.features .item.courses {
	margin: 0 18px 62px 0;
}
.features .item.courses .img {
	border-radius: 0 0 110px 0;
}
.features .item.courses .set {
	position: relative;
	z-index: 1;
	padding: 50px 0 0 18px;
}
.features .item.courses .img01-01 {
	position: absolute;
	top: 0;
	right: 9px;
	z-index: -1;
	width: 69px;
}
.features .item.courses .img01-02-set {
	display: grid;
	grid-template-columns: 1fr 43px;
}
.features .item.courses .img01-02 {
	margin-top: 8px;
}
.features .item.courses .img01-02-set div {
	grid-column: span 2;
}
.features .item.support {
	margin: 0 0 62px 18px;
}
.features .item.support .img {
	border-radius: 0 0 0 110px;
}
.features .item.support .img02-01-set {
	display: flex;
	align-items: start;
	gap: 0 20px;
}
.features .item.support .set {
	flex: 1;
	padding-top: 30px;
}
.features .item.support .img02-01 {
	width: 46px;
	margin-top: 40px;
}
.features .item.support a {
	margin-inline: 0;
}
.features .item.club {
	margin: 0 18px 0 0;
}
.features .item.club .img {
	border-radius: 0 0 110px 0;
}
.features .item.club .set {
	position: relative;
	z-index: 1;
	padding: 25px 0 0 18px;
}
.features .item.club .img03-01 {
	position: relative;
	top: 26px;
	z-index: -1;
	width: 86px;
	margin-inline: 36px 26px;
}
.features .item.club .img03-02 {
	width: 147px;
	margin-bottom: -52px;
}
.features .item.club .img03-03-set {
	display: flex;
	align-items: start;
	gap: 0 20px;
}
.features .item.club a {
	width: 216px;
	margin: 8px 0 0;
}
.features .item.club .img03-03 {
	width: 94px;
	margin-bottom: -18px;
}
@media (min-width: 768px) {/* PC */
.features .item {
	display: flex;
	align-items: start;
}
.features .item .img {
	width: min(540px, calc(540 / 1300 * 100vw));
	box-shadow: 5px 5px 10px rgba(0,0,0,.2);
}
.features .item .en {
	margin-bottom: 20px;
	font-size: clamp(calc(8rem / 1.6), calc(120 / 1300 * 100vw), calc(12rem / 1.6));
}
.features .item h3 {
	margin-bottom: 15px;
	font-size: calc(2.6rem / 1.6);
}
.features .item .text {
	margin-bottom: 45px;
	font-size: calc(1.6rem / 1.6);
	line-height: calc(30 / 16);
}
.features .item ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.features .item li {
	width: 240px;
}
.features .item li + li {
	margin-top: 0;
}
.features .item a {
	max-width: 240px;
	margin-inline: 0;
	padding-block: 14px 16px;
	font-size: calc(2rem / 1.6);
}
.features .item a::after {
	top: calc(50% - 5.5px);
	right: 20px;
	width: 11px;
	height: 11px;
}
.features .item.courses {
	margin: 0 100px 130px 0;
}
.features .item.courses .img {
	margin-top: 15px;
	border-radius: 0 0 200px 0;
}
.features .item.courses .set {
	padding: 0 0 0 60px;
}
.features .item.courses .img01-01 {
	top: -130px;
	right: 31px;
	width: min(138px, calc(138 / 1300 * 100vw));
}
.features .item.courses .img01-02-set {
	display: block;
	position: relative;
}
.features .item.courses .text {
	width: calc(100% - 110px);
}
.features .item.courses .img01-02 {
	position: absolute;
	top: 0;
	right: 0;
	width: min(86px, calc(86 / 1300 * 100vw));
	margin-top: -18px;
}
.features .item.support {
	margin: 0 0 60px 110px;
}
.features .item.support .img {
	order: 2;
	border-radius: 0 0 0 200px;
}
.features .item.support .img02-01-set {
	gap: 0 30px;
}
.features .item.support .set {
	order: 1;
	padding: 0 30px 0 0;
}
.features .item.support .img02-01 {
	width: min(91px, calc(91 / 1300 * 100vw));
	margin-top: 20px;
}
.features .item.club {
	margin: 0 110px 0 0;
}
.features .item.club .img {
	margin-top: min(114px, calc(114 / 1300 * 100vw));
	border-radius: 0 0 110px 0;
}
.features .item.club .set {
	padding: min(100px, calc(100 / 1300 * 100vw)) 0 0 60px;
}
.features .item.club .text {
	padding-right: 110px;
}
.features .item.club .img03-01 {
	position: absolute;
	top: 0;
	left: min(70px, calc(70 / 1300 * 100vw));
	width: min(171px, calc(171 / 1300 * 100vw));
}
.features .item.club .img03-02 {
	position: absolute;
	top: 0;
	left: min(330px, calc(330 / 1300 * 100vw));
	width: min(294px, calc(294 / 1300 * 100vw));
}
.features .item.club .img03-03-set {
	justify-content: space-between;
	gap: 0 20px;
	max-width: 570px;
}
.features .item.club a {
	width: 240px;
	margin: 0;
}
.features .item.club .img03-03 {
	width: min(189px, calc(189 / 1300 * 100vw));
	margin-block: -40px -28px;
}
}/* @media */
@media (max-width: 1023px) and (min-width: 768px) {
.features .item.courses {
	margin-right: 30px;
}
.features .item.courses .set {
	padding-left: 30px;
}
.features .item.courses .img {
	border-radius: 0 0 110px 0;
}
.features .item.support {
	margin-left: 30px;
}
.features .item.club .set {
	padding-left: 30px;
}
.features .item.club .text {
	padding-right: 0;
}
}/* @media */
@media (hover: hover) {
.features .item a {
	transition: .3s;
}
.features .item a:hover {
	color: #fff;
	background: var(--blue-hover);
	border-color: transparent;
}
.features .item a::after {
	transition: background .3s;
}
.features .item a:hover::after {
	background: #fff;
}
}/* @media */
/* -----------------------------------------------
= topics
----------------------------------------------- */
.topics {
	padding: 50px 18px 40px;
	background: #f5f9fa;
}
.topics .inner {
	display: grid;
	grid-template-columns: 1fr;
}
.topics .side {
	display: contents;
}
.topics .set {
	order: 1;
}
.topics .topics-list {
	order: 2;
}
.topics .btn {
	order: 3;
}
.topics-list {
	margin-bottom: 30px;
	padding: 7px 10px 10px 15px;
	background: #fff;
}
.topics ul {
	max-height: 490px;
	padding-right: 14px;
	overflow-y: auto;
	scrollbar-color: var(--black) #f2f2f2;
	scrollbar-width: thin;
}
.topics li {
	padding-block: 14px;
	border-bottom: 0.5px solid rgba(13,13,13,.1);
}
.topics time {
	display: block;
	margin-bottom: 5px;
	color: #737373;
	font-family: var(--en);
	font-size: calc(1.44rem / 1.6);
	font-weight: 700;
	line-height: 1;
}
.topics .category {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 5px;
}
.topics .category span {
	display: inline-block;
	padding: 2px 8px;
	border: 0.5px solid;
	border-radius: 3em;
	font-size: calc(1rem / 1.6);
}
.topics .category span.type01 {
	color: #f38900;
	border-color: #f38900;
}
.topics .category span.type02 {
	color: #ae5da1;
	border-color: #ae5da1;
}
.topics .category span.type03 {
	color: #834e00;
	border-color: #834e00;
}
.topics .category span.type04 {
	color: #0075a9;
	border-color: #0075a9;
}
.topics .title {
	font-size: calc(1.3rem / 1.6);
	line-height: calc(20 / 13);
}
@media (min-width: 768px) {/* PC */
.topics {
	padding: 50px 20px 35px;
}
.topics .inner {
	grid-template-columns: 240px 1fr;
	gap: 0 60px;
	max-width: 1100px;
	margin-inline: auto;
}
.topics .side {
	display: flex;
	flex-direction: column;
}
.section.topics .title-jp {
	margin-bottom: 35px;
}
.topics .topics-list {
	margin-bottom: 0;
	padding: 17px 17px 17px 26px;
}
.topics ul {
	max-height: 350px;
	padding-right: 14px;
}
.topics li {
	margin-bottom: 22px;
	padding: 0 10px 10px;
	border-bottom: 0.5px solid rgba(13,13,13,.1);
}
.topics time {
	display: inline-block;
	margin: 0 10px 6px 0;
	font-size: calc(1.56rem / 1.6);
}
.topics .category {
	display: inline-block;
	margin-bottom: 3px;
}
.topics .category span {
	margin: 0 5px 3px 0;
	padding: 2px 12px;
	border: 1px solid;
	font-size: calc(1.3rem / 1.6);
}
.topics .title {
	font-size: calc(1.5rem / 1.6);
	line-height: calc(26 / 15);
}
.topics .more {
	max-width: 238px;
}
}/* @media */
/* -----------------------------------------------
= banner
----------------------------------------------- */
.banner {
	padding: 30px 18px;
}
.banner ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 14px;
}
@media (min-width: 768px) {/* PC */
.banner {
	padding: 50px 20px;
}
.banner ul {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 33px;
	max-width: 1099px;
	margin-inline: auto;
}
}/* @media */
@media (hover: hover) {
.banner a img {
	transition: opacity .3s;
}
.banner a:hover img {
	opacity: .8;
}
}/* @media */
