@charset "utf-8";

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden='until-found'])){display:none!important}:where(html){-webkit-text-size-adjust:none;color-scheme:dark light}@supports not (min-block-size:100dvb){:where(html){block-size:100%}}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){block-size:100%;block-size:100dvb;line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(button){border-style:solid}:where(a){text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + 0.5rem)}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(:focus-visible){outline:2px solid var(--focus-color,Highlight);outline-offset:2px}:where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important}

.nw {
	display: inline-block;
}
.pc {
	display: none;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
html {
	font-size: 62.5%;
}
body {
}
body:after {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(180deg, rgb(255, 255, 0), rgb(255, 125, 0) 70%, rgb(255, 125, 0));
}
#header nav ul li {
	font-family: 'Poppins', sans-serif;
}
#header nav ul li a {
	text-decoration: none;
	color: black;
}
#home #header {
	display: flex;
	justify-content: center;
	padding: 60px 5%;
}
#home #header h1 {
	margin: 0 auto;
	width: 70%;
	height: auto;
}
#home #header nav {
	margin-top: 15%;
}
#home #header nav ul li {
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}
#home #header nav ul li+li {
	margin-top: 3%;
}
#home #header .bnr{
	margin: 30px auto 0;
	width: 100%;
	background: #fff;
	margin-bottom: -1px;
}
#home #header .bnr a {
	transition: .5s;
}
#home #header .bnr a:hover {
	opacity: .5;
}
#home #header .bnr img {
}
.twitter-widget {
	margin-top: 3rem;
	padding: 0 5%;
	border-radius: 5px;
}
.twitter-timeline iframe {
	border-radius: 6px;
	height: 500px !important;
}
.twitter-widget p {
	margin-bottom: 1rem;
	font-size: 1.4rem;
}
.bnr,
.bnr img {
	border-radius: 6px;
}

#page #header h1 {
	margin: 5% auto;
	width: 31%;
	max-width: 150px;
	height: auto;
}

#page #header nav {
	display: none;
}
#main {
	margin-top: 30px;
	text-align: center;
}
#main h2 {
	display: inline-block;
	position: relative;
	font: 400 3rem 'Poppins', sans-serif;
	line-height: 1;
}
#main h2:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: -20px; /*下線の上下の位置*/
	left: 50%;
	width: 30px; /*下線の幅*/
	height: 4px; /*下線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置の調整*/
	background-color: rgba(0,0,0,1); /*下線の色*/
}
#main h2 span {
	display: block;
	margin-top: .5rem;
	font-size: 1.4rem;
	letter-spacing: .1rem;
}
#page #main .inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
}
#page #main p {
	font-size: 1.6rem;
}
#page #main h2+* {
	margin-top: 6rem;
}

.sns-links {
	margin-top: 6rem;
	display: flex;
	justify-content: center;
}
.sns-links a {
}
.sns-links img {
	width: auto;
	height: 25px;
}
.news ul {
	margin: 0 auto;
	width: 84%;
	max-width: 500px;
}
.news li {
	margin: 50px 0 0 0;
	background: #fff;
	border-radius: 8px;
	text-align: left;
	filter: drop-shadow(5px 5px 3px rgba(0,0,0,.1));
}
.news li a {
	display: block;
	color: #000;
	text-decoration: none;
}
.news li div {
	padding: 15px 20px;
}
.news .date {
	font-size: 1.4rem;
}
.news h3 {
	font-size: 1.5rem;
	font-weight: 400;
}
.news li img {
	border-radius: 8px 8px 0 0;
}

.backTolist {
	margin-top: 50px;
	font-size: 1.5rem;
}
.backTolist a {
	display: block;
	padding: 10px;
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
	text-decoration: none;
	border: 1px solid #000;
	color: #000;
	text-align: center;
	transition: .5s;
	border-radius: 100px;
}
.backTolist a:hover {
	background: #000;
	color: #fff;
}



#footer {
	margin-top: 60px;
	padding: 30px 5% 10px;
}
#footer .bnr {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 900px;
}
#footer .bnr a {
	transition: .5s;
}
#footer .bnr a:hover {
	opacity: .5;
}
#footer .bnr img {
	display: block;
}

#footer .copyright {
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	text-align: center;
	color: #000;
}

#nav-toggle {
		position: fixed;
		top: 25px;
		right: 25px;
		height: 32px;
		cursor: pointer;
}
#nav-toggle > div {
	position: relative;
	width: 36px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #333;
	position: absolute;
	transition: transform 0.3s ease-in-out, top 0.2s ease;
}
#nav-toggle span:nth-child(1) {
top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
#nav-toggle:hover span:nth-child(1) {
	top: 3px;
}
#nav-toggle:hover span:nth-child(3) {
	top: 19px;
}

.open #nav-toggle span {
	background: #fff;
}
.open #nav-toggle span:nth-child(1) {
	top: 15px;
	transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
	top: 15px;
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 15px;
	transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
	z-index: 1000;
}

#global-nav {
	background: rgba( 0,0,0,0.85);
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	font-family: 'Poppins', sans-serif;
	font-size: 2.5rem;
	font-weight: 600;
}

#global-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	transition: color 0.3s ease;
}
#global-nav a:hover {
	color: #666;
}
#global-nav ul {
	list-style: none;
}
#global-nav ul li {
	opacity: 0;
	transition: opacity 0.1s ease;
}
#global-nav ul li:nth-child(2) {
	transition-delay: 0.15s;
}
#global-nav ul li:nth-child(3) {
	transition-delay: 0.3s;
}
#global-nav .bnr {
	opacity: 0;
	margin-top: 5%;
	padding: 0 5%;
}

/* open */
.open {
	overflow: hidden;
}
.open #global-nav {
	visibility: visible;
	opacity: 1;
}
.open #global-nav li {
	opacity: 1;
	transition: opacity 0.9s ease;
}
.open #global-nav .bnr {
	opacity: 1;
	transition: opacity 2s ease;
	transition-delay: 0.1s;
}

@media screen and (min-width:768px) {
	.pc {
		display: block;
	}
	.mobile {
		display: none;
	}
	#nav-toggle {
		display: none;
	}
	body:after {
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		background: linear-gradient(90deg, rgb(255, 255, 0), rgb(255, 125, 0) 70%, rgb(255, 125, 0));
	}
	#home #header .inner {
		width: 100%;
		max-width: 1200px;
	}
	#home #header .logo {
	}
	#home #header h1 {
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	#home #header .inner .navigation {
		padding-left: 10%;
		width: 50%;
	}
	#home #header nav {
		margin-top: 0;
	}
	#home #header nav ul {
		margin-top: 4rem;
		display: flex;
		justify-content: center;
	}
	#home #header nav ul li {
		text-align: left;
		font-size: 2.5rem;
	}
	#home #header nav ul li {
		letter-spacing: 0;
		font-size: 2rem;
	}
	#home #header nav ul li+li {
		margin-top: 0;
		margin-left: 5%;
	}
	#home #header nav ul li a {
		transition: .5s;
	}
	#home #header nav ul li a:hover {
		color: #fff;
	}
	.twitter-widget {
		margin-top: 0;
		padding-left: 8%;
		padding-right: 0;
		width: 50%;
		min-width: 400px;
	}
	.twitter-timeline iframe {
		height: 800px !important;
	}
	#page #header h1 {
		margin: 0;
	}
	#page #header nav {
		display: inherit;
	}
	#page #header .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		padding: 30px 5%;
		width: 100%;
		max-width: 1200px;
	}
	#page #header nav ul {
		display: flex;
		justify-content: flex-end;
	}
	#page #header nav ul li {
		font-weight: 600;
		font-size: 1.66rem;
	}
	#page #header nav ul li+li {
		margin-left: 30px;
	}
	#page #header nav ul li a {
		transition: .5s;
	}
	#page #header nav ul li a:hover {
		color: #fff;
	}
	#page #main {
		margin-top: 60px;
		width: 100%;
	}
	#page #main .inner {
	}
	#page #main p {
		font-size: 1.6rem;
	}
	#page #main h2 {
		font-size: 4rem;
	}
	#page #main h2+* {
		margin-top: 6rem;
	}
	.news {
		margin: 0 auto;
		width: 100%;
		max-width: 1600px;
	}
	.news ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: none;
	}
	.news ul::after{
		content: "";
		display: block;
		width: 47%;
	}
	.news li {
		margin-top: 50px;
		width: 47%;
		max-width: none;
	}
	.news li a {
		transition: .5s;
	}
	.news li a:hover {
		color: #999;
	}
	.news li div {
		padding: 15px 20px;
	}
	.news li a img {
		transition: .5s;
	}
	.news li a:hover img {
		opacity: .6;
	}
}

@media screen and (min-width:1280px) {
	.news ul::after {
		content: "";
		display: block;
		width: 31%;  /* .boxに指定したwidthと同じ幅を指定する */
		height: 0;
	}
	.news li {
		width: 31%;
	}
}

@media screen and (min-width:1380px) {
}