@charset "utf-8";

#listSCT .image {
opacity: 0;
}
#listSCT .image.activeView {
animation: img_top 0.7s ease forwards;
}
#listSCT .block:first-child .image.activeView {
animation: img_top 0.7s ease forwards;
}
#listSCT .block:nth-of-type(3n-1) .image.activeView {
animation-delay: 0.3s;
}
#listSCT .block:nth-of-type(3n) .image.activeView {
animation-delay: 0.6s;
}

#titleSCT {
padding-bottom: 13.5%;
}
#titleSCT .cont {
padding: 77px 0 0 0;
text-align: center;
}
#titleSCT.activeView h1,
#titleSCT.activeView .en {
animation: head 0.7s ease forwards;
}
#titleSCT .en {
color: var(--color-sub1);
font-weight: 700;
font-family: 'BIZ UDMincho', serif;
font-size: 48px;
letter-spacing: 0.1em;
line-height: 1.2;
opacity: 0;
}
#titleSCT h1 {
font-weight: 700;
font-family: 'BIZ UDMincho', serif;
font-size: 15px;
letter-spacing: 0.15em;
line-height: 1.2;
opacity: 0;
}
@media screen and (min-width: 768px) {
	#titleSCT {
	padding-bottom: 10%;
	}
	#titleSCT .cont {
	padding: 139px 0 0 0;
	text-align: center;
	}
	#titleSCT .en {
	font-size: 110px;
	}
	#titleSCT h1 {
	font-size: 18px;
	}
}

#listSCT {
position: relative;
background-color: var(--color-sub3);
opacity: 0;
}
#listSCT.activeView {
animation: sct_bottom_sp 0.7s ease forwards;
}
#listSCT::before {
content: '';
display: block;
position: absolute;
left: 0;
bottom: calc(100% - 1px);
background: url("../../common/img/lin_wave.svg") no-repeat center center;
background-size: 100% auto;
width: 100%;
padding-top: 18.0433%;
}
#listSCT .cont {
padding: 40px 20px 53px 20px;
}
#listSCT .sort {
margin-bottom: 50px;
font-size: 0;
line-height: 0;
}
#listSCT .sort ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: center;
list-style: none;
gap: 20px;
}
#listSCT .sort li.all {
width: 100%;
}
#listSCT .sort li.all a {
margin: 0 auto;
width: 115px;
}
#listSCT .sort span,
#listSCT .sort a {
box-sizing: border-box;
display: block;
border-radius: 9999px;
height: 35px;
border: solid 2px #fff;
overflow: hidden;
padding: 0 20px;
min-width: 115px;
font-weight: 700;
font-size: 14px;
line-height: 31px;
text-align: center;
text-decoration: none;
}
#listSCT .sort .current {
background-color: #fff;
}
#listSCT .sort a:hover {
background-color: #fff;
}
#listSCT .list {
display: flex;
flex-wrap: wrap;
gap: 44px 14px;
padding-bottom: 30px;
}
#listSCT .block {
box-sizing: border-box;
width: calc(50% - 7px);
}
#listSCT .image {
position: relative;
background-color: #2ed3f9;
width: 100%;
margin-bottom: 14px;
padding-top: 70.625%;
}
#listSCT .image::before {
transform: translate(-50%,-50%);
content: 'information';
position: absolute;
left: 50%;
top: 50%;
font-weight: 700;
font-family: 'BIZ UDMincho', serif;
font-size: 12px;
letter-spacing: 0.1em;
line-height: 1.2;
color: var(--color-sub1);
}
#listSCT .image img {
position: absolute;
top: 0;
left: 0;
object-fit: contain;
width: 100%;
height: 100%;
}
#listSCT .icon {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
margin-bottom: 9px;
}
#listSCT .icon .new {
font-weight: 700;
font-size: 12px;
line-height: 1;
color: var(--color-sub1);
}
#listSCT .icon .date {
font-weight: 700;
font-size: 12px;
line-height: 1;
}
#listSCT .icon .category {
width: 100%;
line-height: 1;
}
#listSCT .icon .category span {
display: inline-block;
background-color: #fff;
border-radius: 99999px;
padding: 0 10px;
font-weight: 700;
font-size: 10px;
line-height: 18px;
text-align: center;
}
#listSCT .title {
font-weight: 500;
font-size: 13px;
line-height: 1.7;
}
#listSCT .title a {
text-decoration: none;
}
#listSCT .title a:hover {
text-decoration: underline;
}
#listSCT .pagination {
padding: 20px 0 0 0;
font-size: 0;
line-height: 0;
list-style: none;
text-align: center;
}
#listSCT .nav-links span,
#listSCT .nav-links a {
display: inline-block;
border-radius: 50%;
width: 27px;
height: 27px;
color: var(--color-base);
overflow: hidden;
margin: 0 4px;
font-weight: 700;
font-size: 14px;
line-height: 27px;
text-align: center;
text-decoration: none;
}
#listSCT .nav-links span.current,
#listSCT .nav-links a:hover {
background-color: #fff;
}
#listSCT a.prev,
#listSCT a.next {
position: relative;
text-indent: -9999px;
display: inline-block;
background-color: transparent;
border: none;
border-radius: 50%;
padding: 0;
width: 27px;
height: 27px;
overflow: hidden;
}
#listSCT a.prev::before,
#listSCT a.prev::after {
transition: all 0.5s ease;
transform: translateY(-50%) rotate(-45deg);
content: '';
display: block;
position: absolute;
left: 13px;
top: 50%;
box-sizing: border-box;
border-top: solid 1px #000;
border-left: solid 1px #000;
width: 12px;
height: 12px;
}
#listSCT a.prev::after {
left: 8px;
}
#listSCT a.next::before,
#listSCT a.next::after {
transition: all 0.5s ease;
transform: translateY(-50%) rotate(45deg);
content: '';
display: block;
position: absolute;
right: 13px;
top: 50%;
box-sizing: border-box;
border-top: solid 1px #000;
border-right: solid 1px #000;
width: 12px;
height: 12px;
}
#listSCT a.next::after {
right: 8px;
}
@media (min-width: 768px) {
	#listSCT.activeView {
	animation: sct_bottom_pc 0.7s ease forwards;
	}
	#listSCT .cont {
	margin: 0 auto;
	padding: 30px 0 100px 0;
	width: 960px;
	}
	#listSCT .sort {
	margin-bottom: 80px;
	}
	#listSCT .sort li.all {
	width: auto;
	}
	#listSCT .sort li.all a {
	width: 130px;
	}
	#listSCT .sort span,
	#listSCT .sort a {
	height: 40px;
	padding: 0 22px;
	min-width: 130px;
	font-size: 16px;
	line-height: 36px;
	}
	#listSCT .list {
	gap: 82px 75px;
	padding-bottom: 60px;
	}
	#listSCT .block {
	width: 270px;
	}
	#listSCT .image {
	margin-bottom: 19px;
	overflow: hidden;
	}
	#listSCT .image img {
	transition: all 0.5s ease;
	}
	#listSCT .image a:hover img {
	transform: scale(1.1);
	}
	#listSCT .icon {
	gap: 15px 12px;
	margin-bottom: 13px;
	}
	#listSCT .icon .new {
	font-size: 16px;
	}
	#listSCT .icon .date {
	font-size: 16px;
	}
	#listSCT .icon .category span {
	font-size: 14px;
	line-height: 24px;
	}
	#listSCT .image::before {
	font-size: 20px;
	}
	#listSCT .title {
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 2;
	}
	#listSCT .pagination {
	padding: 20px 0 0 0;
	}
	#listSCT .nav-links span,
	#listSCT .nav-links a {
	width: 30px;
	height: 30px;
	margin: 0 5px;
	font-size: 16px;
	line-height: 30px;
	}
	#listSCT a.prev,
	#listSCT a.next {
	width: 30px;
	height: 30px;
	}
	#listSCT a.prev::before,
	#listSCT a.prev::after {
	left: 13px;
	width: 16px;
	height: 16px;
	}
	#listSCT a.prev::after {
	left: 8px;
	}
	#listSCT a.next::before,
	#listSCT a.next::after {
	right: 13px;
	width: 16px;
	height: 16px;
	}
	#listSCT a.next::after {
	right: 8px;
	}
}

#detailSCT {
position: relative;
background-color: var(--color-sub3);
opacity: 0;
}
#detailSCT.activeView {
animation: sct_bottom_sp 0.7s ease forwards;
}
#detailSCT::before {
content: '';
display: block;
position: absolute;
left: 0;
bottom: calc(100% - 1px);
background: url("../../common/img/lin_wave.svg") no-repeat center center;
background-size: 100% auto;
width: 100%;
padding-top: 18.0433%;
}
#detailSCT .cont {
padding: 32px 20px 53px 20px;
}
#detailSCT .box {
background-color: #fff;
border-radius: 15px;
padding: 30px 20px 20px 20px;
}
#detailSCT .icon {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0 10px;
margin-bottom: 16px;
}
#detailSCT .icon .new {
font-weight: 700;
font-size: 13px;
line-height: 1;
color: var(--color-sub1);
}
#detailSCT .icon .date {
font-weight: 700;
font-size: 13px;
line-height: 1;
}	
#detailSCT .title {
margin-bottom: 24px;
font-weight: 700;
font-size: 18px;
line-height: 1.56;
}
#detailSCT .image {
padding: 2px 0 18px 0;
}
#detailSCT .image img {
display: block;
width: 100%;
height: auto;
}
#detailSCT .paragraph {
border-top: solid 1px var(--color-sub3);
padding-top: 18px;
font-weight: 500;
font-size: 13px;
line-height: 1.85;
}
#detailSCT .paragraph p a.link {
display: inline-block;
background-color: var(--color-sub2);
border-radius: 99999px;
padding: 0 10px;
font-weight: 700;
font-size: 12px;
line-height: 25px;
text-align: center;
color: #000;
text-decoration: none;
}
#detailSCT .paragraph img {
display: inline;
max-width: 100%;
height: auto;
}
#detailSCT .paragraph h3 {
margin-bottom: 3px;
font-weight: 700;
font-size: 18px;
line-height: 1.34;
color: #E3007E;
}
#detailSCT .paragraph h4 {
font-weight: 700;
font-size: 13px;
line-height: 1.85;
}
#detailSCT .paragraph .block {
margin-bottom: 21px;
}
#detailSCT .paragraph figure,
#detailSCT .paragraph p {
line-height: 2.29;
margin-bottom: 1.5em;
}
#detailSCT .paragraph figure {
font-size: 85%;
text-align: center;
}
#detailSCT .paragraph figure img {
margin-bottom: 1.5em;
}
#detailSCT .paragraph ul {
margin-bottom: 1.5em;
padding-left: 1em;
list-style: none;
}
#detailSCT .paragraph ul li {
padding-right: 1em;
text-indent: -1em;
}
#detailSCT .paragraph ul li::before {
content: '○';
}
#detailSCT .paragraph ol {
margin-bottom: 1.5em;
padding-left: 1em;
}
#detailSCT .paragraph .note {
font-size: 12px;
line-height: 2;
}
#detailSCT .paragraph .block:last-child,
#detailSCT .paragraph figure:last-child,
#detailSCT .paragraph img:last-child,
#detailSCT .paragraph p:last-child,
#detailSCT .paragraph ul:last-child,
#detailSCT .paragraph ol:last-child {
margin-bottom: 0;
}
#detailSCT .paragraph a {
color: #E3007E;
}
#detailSCT .paragraph a:hover {
text-decoration: underline;
text-underline-offset: 5px;
}
@media (min-width: 768px) {
	#detailSCT.activeView {
	animation: sct_bottom_pc 0.7s ease forwards;
	}
	#detailSCT .cont {
	margin: 0 auto;
	padding: 30px 0 100px 0;
	width: 960px;
	}
	#detailSCT .box {
	border-radius: 30px;
	padding: 80px 80px 60px 80px;
	}
	#detailSCT .icon {
	gap: 0 30px;
	margin-bottom: 30px;
	}
	#detailSCT .icon .new {
	font-size: 16px;
	}
	#detailSCT .icon .date {
	font-size: 16px;
	}
	#detailSCT .title {
	margin-bottom: 37px;
	font-size: 24px;
	line-height: 1.45;
	}
	#detailSCT .image {
	padding: 4px 0 28px 0;
	}
	#detailSCT .paragraph {
	padding-top: 30px;
	font-size: 16px;
	line-height: 2;
	}
	#detailSCT .paragraph p a.link {
	margin: 0 10px;
	padding: 0 15px;
	font-size: 12px;
	line-height: 30px;
	}
	#detailSCT .paragraph h3 {
	margin-bottom: 3px;
	font-size: 24px;
	}
	#detailSCT .paragraph .block {
	margin-bottom: 29px;
	}
	#detailSCT .paragraph figure,
	#detailSCT .paragraph p,
	#detailSCT .paragraph figure img ,
	#detailSCT .paragraph ul,
	#detailSCT .paragraph ol {
	margin-bottom: 1.8em;
	}
}