/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

body {
	background: #fff;
	color: #333333;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

body h1 {
	font-size: 48px;
}

body h2 {
	font-size: 36px;
}

body h3 {
	font-size: 24px;
}

.l-inner {
	padding: 0 80px;
}

.l-utility-content {
	margin: auto;
	max-width: 1280px;
}

.c-utility-title {
	color: #333333;
	font-size: 2.5rem;
	font-size: 700;
	line-height: 0.7;
}

.c-utility-title span {
	color: #3d3d3d;
	font-size: 0.8125rem;
}

.btn .btn-link {
	background: #fff;
	border: 3px solid #000;
	box-sizing: border-box;
	display: inline-block;
	outline: none;
	overflow: hidden;
	padding: 9px 14px;
	position: relative;
	transition: ease 0.2s;
}

/*ボタン内spanの形状*/

.btn-link span {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	position: relative;
	z-index: 3;
}

.btn-link:hover span {
	color: #fff;
}

.btn-link:active span {
	color: #fff;
}

/*== 背景が流れる（左から右） */

.btn-link:before {
	background: #000;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0; /*アニメーション*/
	transition: width 0.3s cubic-bezier(0.8, 0, 0.2, 1);
	width: 100%;
	width: 0;
	z-index: 2;
}

/*hoverした際の形状*/

.btn-link:hover:before {
	width: 100%;
}

.btn-link:active:before {
	width: 100%;
}

.btn .btn-link_b {
	background: #333;
	border: 1px solid #000;
	display: inline-block;
	outline: none;
	overflow: hidden;
	padding: 13px 70px;
	position: relative; /*アニメーションの指定*/
	transition: ease 0.2s;
}

/*ボタン内spanの形状*/

.btn-link_b span {
	color: #333;
	font-size: 0.9rem;
	position: relative;
	z-index: 3;
}

.btn-link_b:hover span {
	color: #fff;
}

/*== 背景が流れる（左から右） */

.btn-link_b:before {
	background: #333;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: left top; /*アニメーション*/
	transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
	width: 100%;
	z-index: 2;
}

/*hoverした際の形状*/

.btn-link_b:hover:before {
	transform: scale(1, 1);
	transform-origin: left top;
}

.btn-r {
	text-align: right;
}

.btn-c {
	text-align: center;
}

.btn-l {
	text-align: left;
}

.btn-c-b {
	background: #333;
	color: #fff;
	padding: 15px 80px 15px 40px;
}

.p-news-list__button {
	text-align: right;
}

.p-news-list__button a {
	font-size: 1rem;
}

.c-button {
	background: linear-gradient(90deg, #ff8000 0%, #ffb347 100%);
	border: none;
	border-radius: 32px;
	box-shadow: 0 4px 16px rgba(255, 128, 0, 0.15);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 700;
	overflow: hidden;
	padding: 16px 48px;
	position: relative;
	transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s, box-shadow 0.3s, transform 0.2s;
}

.c-button span,
.c-button {
	position: relative;
	transition: color 0.3s;
	z-index: 2;
}

.c-button:hover,
.c-button:focus {
	background: linear-gradient(90deg, #ffb347 0%, #ff8000 100%);
	box-shadow: 0 8px 32px rgba(255, 128, 0, 0.25);
	color: #fff;
	transform: translateY(-2px) scale(1.03);
}

.c-button:active {
	box-shadow: 0 2px 8px rgba(255, 128, 0, 0.1);
	transform: translateY(0) scale(0.98);
}

.bane-btn {
	align-items: center;
	background-color: white;
	border-radius: 50%; /* 初期円カラー:白 */
	display: flex;
	height: 90px;
	justify-content: center;
	transition: all 0.3s ease;
	width: 90px;
}

.bane-btn .arrow-icon {
	border: solid orange; /* 初期矢印カラー:オレンジ */
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 6px;
	transform: rotate(-45deg);
	transition: all 0.3s ease;
}

/* 画像hover時のカラー反転 */

.p-member-content__img:hover .bane-btn {
	background-color: orange; /* 円をオレンジに変更 */
}

.p-member-content__img:hover .bane-btn .arrow-icon {
	border-color: white; /* 矢印を白に変更 */
}

.p-communism-list__button {
	text-align: center;
}

.p-communism-list__button a {
	background: #fff;
	border: 3px solid #000;
	border-radius: 5px;
	color: #000;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 13px 40px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.p-communism-list__button a::before {
	background: linear-gradient(90deg, #ff8000 0%, #ff8000 100%);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	width: 0;
	z-index: 1;
}

.p-communism-list__button a .btn-link span {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	position: relative;
	z-index: 3;
}

.p-communism-list__button a .btn-link:hover span {
	color: #fff;
}

.p-communism-list__button a .btn-link:active span {
	color: #fff;
}

.pages {
	display: none;
}

#loading {
	background-color: #fff;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 1s;
	transition-delay: 1.3s;
	width: 100vw;
	z-index: 100000;
}

.loaded {
	opacity: 0;
	visibility: hidden;
}

.spinner {
	color: #333;
	font-family: "Lato", sans-serif;
	font-size: 4rem;
	font-weight: 500;
	left: 50%;
	letter-spacing: 3px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.spinner img {
	width: 200px;
}

.header {
	width: 100%;
}

.header .header__inner {
	-webkit-backdrop-filter: blur(10px);
	align-items: center;
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: right;
	margin: auto;
	max-width: 1950px;
	padding: 45px 15px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1006;
}

.header .header__inner.active {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease-in;
}

.header .header__inner .p-header__logo {
	left: 50px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1004;
}

.header .header__inner .p-header__logo a img {
	display: block;
	width: 140px;
}

.header .header__inner .header__nav .header__link {
	color: #000;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
	text-align: center;
	transition: color 0.3s ease;
}

.header .header__inner .header__nav .header__link span {
	font-size: 14px;
	font-weight: 700;
}

.header .header__inner .header__nav .header__link small {
	display: block;
	font-size: 13px;
	font-weight: 400;
	margin-top: 5px;
}

.header .header__inner .header__nav .header__link::after { /*アニメーションの速度設定*/
	-webkit-transition: all 0.5s;
	background: linear-gradient(to right, #fcc051, #f8821b);
	bottom: -5px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute; /*幅を0に設定*/
	width: 0;
}

.header .header__inner .header__nav .header__link:hover::after {
	width: 100%;
}

.header .header__inner .header__nav .header__link:active::after {
	width: 100%;
}

.header .header__inner .header__nav .header__button {
	background: linear-gradient(to right, #fcc051, #f8821b);
	border-radius: 60px;
	color: #fff;
	display: inline-block;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.48px;
	overflow: hidden;
	padding: 7px 30px;
	position: relative;
	transition: ease 0.2s;
}

.header .header__inner .header__nav .header__button:hover {
	opacity: 0.7;
}

.header .header__inner .drawer-icon {
	background: transparent;
	height: 21px;
	position: relative;
	width: 36px;
	z-index: 1003;
}

.header .header__inner .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
	background: #000;
	top: 10px;
	transform: rotate(40deg);
}

.header .header__inner .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
	background: #000;
	top: 10px;
	transform: rotate(-40deg);
}

.header .header__inner .drawer-icon .drawer-icon__bar {
	background: #000;
	border-radius: 6px;
	height: 2px;
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translateY(50%);
	transition: transform 0.3s linear, top 0.3s linear;
	width: 40px;
	z-index: 1008;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(2) {
	top: 27px;
}

.drawer-content {
	background: #fff;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s linear;
	z-index: 1001;
}

.drawer-content .drawer-content__menu {
	color: #000;
}

.drawer-content .drawer-content__menu .drawer-content__link {
	border-bottom: 1px solid #292929;
	display: block;
	font-weight: 700;
	letter-spacing: 0.48px;
	padding: 20px 0 14px 10px;
	text-align: left;
}

.drawer-content .drawer-content__menu .drawer-content__link:first-child {
	border-top: 1px solid #292929;
}

.drawer-content .drawer-content__menu .drawer-content__button {
	margin-top: 14px;
	text-align: left;
}

.drawer-content .drawer-content__menu .p-drawer__content-sns ul {
	display: flex;
	gap: 10px;
	margin-top: 50px;
}

.drawer-content .drawer-content__menu .p-drawer__content-sns ul li img {
	height: 30px;
	width: 30px;
}

.footer .p-footer__content {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 1200px;
	padding: 50px 0;
}

.footer .p-footer__content .p-footer__content-logo img {
	height: auto;
	width: 200px;
}

.footer .p-footer__content .p-footer__content-nav {
	align-items: center;
	display: flex;
	gap: 40px;
}

.footer .p-footer__content .p-footer__content-nav ul li {
	color: #333;
	white-space: nowrap;
}

.footer .p-footer__content .p-footer__content-nav ul li a {
	font-size: 1rem;
	font-weight: 700;
}

.footer .footer-copy-right {
	color: #000;
	font-size: 0.9rem;
	padding-bottom: 12px;
	text-align: center;
}

.fv {
	height: 100vh; /* ビューポートの高さを使用 */
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fv .fv-content {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.fv .fv-content .fv-content video {
	-o-object-fit: cover; /* ビデオをアスペクト比を保ちながら全体に拡大 */
	color: #fff;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.news {
	background: #f8f8f8;
	padding: 70px 100px;
}

.news .p-head-title {
	font-size: 2.5rem;
	font-weight: 700;
}

.news .p-news-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.news .p-news-list__item {
	margin-bottom: 30px;
	width: calc((100% - 40px) / 3);
}

.news .p-news-list__item a {
	color: inherit;
	display: block;
	text-decoration: none;
	transition: opacity 0.3s;
}

.news .p-news-list__item a:hover {
	opacity: 0.7;
}

.news .p-news-list__img img {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.news .p-news-list__body {
	margin-top: 15px;
}

.news .p-news-list__title {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.3;
}

.news .p-news-list__date {
	color: #666;
	font-size: 0.875rem;
	margin-top: 8px;
}

.news-archive {
	background: #fff;
	padding: 120px 0 80px;
}

.p-news-archive {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}

.p-news-archive__header {
	margin-bottom: 80px;
	text-align: center;
}

.p-news-archive__title {
	color: #000;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.p-news-archive__subtitle {
	color: #666;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.p-news-archive__grid {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	margin-bottom: 80px;
}

.p-news-archive__item {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	overflow: hidden;
	position: relative;
	transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-news-archive__item:hover {
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
	transform: translateY(-6px) scale(1.03);
}

.p-news-archive__item::before {
	background: linear-gradient(135deg, rgba(0, 123, 255, 0.1) 0%, rgba(100, 200, 255, 0.1) 100%);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1;
}

.p-news-archive__item:hover::before {
	opacity: 1;
}

.p-news-archive__link {
	color: inherit;
	display: block;
	height: 100%;
	text-decoration: none;
}

.p-news-archive__image {
	aspect-ratio: 16/10;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.p-news-archive__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
}

.p-news-archive__image .p-news-archive__overlay {
	align-items: center;
	background: linear-gradient(135deg, rgba(255, 128, 0, 0.9) 0%, rgba(255, 179, 71, 0.8) 100%);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0.8) rotate(-5deg);
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 3;
}

.p-news-archive__item:hover .p-news-archive__image .p-news-archive__overlay {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}

.p-news-archive__image .p-news-archive__view-more {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.p-news-archive__item:hover .p-news-archive__image .p-news-archive__view-more {
	transform: scale(1.1);
}

.p-news-archive__image::after {
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.13) 0%, transparent 50%, rgba(0, 0, 0, 0.07) 100%);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-news-archive__item:hover .p-news-archive__image::after {
	opacity: 1;
}

.p-news-archive__info {
	background: #fff;
	padding: 25px;
	position: relative;
	transition: all 0.2s ease;
	z-index: 2;
}

.p-news-archive__item:hover .p-news-archive__info {
	background: linear-gradient(135deg, #fff 0%, #f0f8ff 100%);
}

.p-news-archive__meta {
	align-items: center;
	color: #666;
	display: flex;
	font-size: 0.85rem;
	justify-content: space-between;
	margin-bottom: 7px;
}

.p-news-archive__date {
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-news-archive__category {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.p-news-archive__category-tag {
	background: linear-gradient(135deg, #007bff 0%, #64c8ff 100%);
	border-radius: 20px;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding: 4px 12px;
	transition: all 0.2s ease;
}

.p-news-archive__category-tag:hover {
	box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
	transform: scale(1.05);
}

.p-news-archive__title-item {
	color: #000;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin: 0;
}

.p-news-archive__excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #666;
	display: -webkit-box;
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0;
	overflow: hidden;
}

.p-news-archive__pagination {
	text-align: center;
}

.p-news-archive__pagination .page-numbers {
	align-items: center;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	color: #666;
	display: inline-flex;
	font-weight: 500;
	height: 45px;
	justify-content: center;
	margin: 0 5px;
	text-decoration: none;
	transition: all 0.2s ease;
	width: 45px;
}

.p-news-archive__pagination .page-numbers:hover,
.p-news-archive__pagination .page-numbers.current {
	background: #007bff;
	border-color: #007bff;
	color: #fff;
}

.p-news-archive__pagination .page-numbers.prev,
.p-news-archive__pagination .page-numbers.next {
	border-radius: 25px;
	font-size: 0.9rem;
	padding: 0 20px;
	width: auto;
}

.company {
	margin-top: 100px;
}

.company .p-company-content {
	margin-top: 50px;
}

.company .p-company-content table {
	border-collapse: collapse;
	width: 100%;
}

.company .p-company-content table tr {
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
}

.company .p-company-content table tr td {
	padding: 37px 70px 15px 0;
	white-space: nowrap;
}

.company .p-company-content table tr td:nth-child(2) {
	padding-right: 0;
}

.company .p-company-content table tr .t-t {
	font-size: 1.1rem;
	font-weight: 700;
}

#border_none {
	border-bottom: none;
}

.schedule {
	margin: 180px auto 0;
	max-width: 1000px;
	padding: 0 20px;
	text-align: center;
}

.schedule .p-schedule__content-title {
	color: #666;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.schedule .p-schedule__content-title-sub {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 100px;
	position: relative;
}

.schedule span {
	background: #000;
	display: block;
	height: 3px;
	margin: 15px auto 0;
	width: 60px;
}

.schedule .p-schedule__image-wrapper {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: transform 0.3s ease;
}

.schedule .p-schedule__image-wrapper:hover {
	transform: scale(1.02);
}

.schedule .p-schedule__image {
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	height: auto;
	max-width: 100%;
	transition: box-shadow 0.3s ease;
}

.schedule .p-schedule__image:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.schedule .p-schedule__zoom-hint {
	background: rgba(0, 0, 0, 0.7);
	border-radius: 4px;
	bottom: 10px;
	color: #fff;
	font-size: 0.75rem;
	opacity: 0;
	padding: 4px 8px;
	position: absolute;
	right: 10px;
	transition: opacity 0.3s ease;
}

.p-schedule__image-wrapper:hover .schedule .p-schedule__zoom-hint {
	opacity: 1;
}

.schedule .p-schedule__download {
	margin-top: 24px;
	text-align: center;
}

.schedule .p-schedule__download-btn {
	align-items: center;
	background: linear-gradient(90deg, #ff8000 0%, #ffb347 100%);
	border: none;
	border-radius: 25px;
	box-shadow: 0 4px 16px rgba(255, 128, 0, 0.2);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 8px;
	padding: 12px 24px;
	transition: all 0.3s ease;
}

.schedule .p-schedule__download-btn:hover {
	background: linear-gradient(90deg, #ffb347 0%, #ff8000 100%);
	box-shadow: 0 8px 24px rgba(255, 128, 0, 0.3);
	transform: translateY(-2px);
}

.schedule .p-schedule__download-btn:active {
	box-shadow: 0 4px 16px rgba(255, 128, 0, 0.2);
	transform: translateY(0);
}

.image-modal {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.image-modal__close {
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 35px;
	font-weight: bold;
	padding: 20px;
	transition: color 0.3s ease;
}

.image-modal__close:hover {
	color: #ff8000;
}

.image-modal__content {
	-o-object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	display: block;
	left: 50%;
	margin: auto;
	max-height: 90%;
	max-width: 90%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-member-content__map {
	margin-top: 30px;
}

.work {
	margin: auto;
	margin-top: 200px;
	max-width: 1360px;
}

.work .p-work-content .p-work-content__items {
	display: grid; /* 二列で並べる場合 */
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	margin: 60px auto 0;
	max-width: 900px;
}

.work .p-work-content .p-work-content__items .p-work-content__item {
	align-items: center;
	background: #fff;
	display: flex;
	height: 175px;
	margin-bottom: 20px;
	padding: 20px;
	width: 410px;
}

.work .p-work-content .p-work-content__items .p-work-content__item .p-work-content__item-img {
	align-items: center;
	display: flex;
	height: 135px;
	padding-right: 25px;
	width: 135px;
}

.work .p-work-content .p-work-content__items .p-work-content__item .p-work-content__item-text .p-work-content__item-text-title {
	font-size: 1rem;
}

.work .p-work-content .p-work-content__items .p-work-content__item .p-work-content__item-text .p-work-content__item-text-category {
	display: flex;
	gap: 20px;
	margin-top: 5px;
}

.work .p-work-content .p-work-content__items .p-work-content__item .p-work-content__item-text .p-work-content__item-text-category .p-work-content__item-text-category-c,
.work .p-work-content .p-work-content__items .p-work-content__item .p-work-content__item-text .p-work-content__item-text-category .p-work-content__item-text-category-s {
	border: 1px solid #000;
	padding: 0 10px;
}

.p-contact {
	margin: 130px auto 0;
	max-width: 1200px;
	padding: 0 20px;
}

.p-contact__header {
	margin-bottom: 80px;
	text-align: center;
}

.p-contact__title {
	color: #000;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.p-contact__subtitle {
	color: #666;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

/*  フォームの幅（自由に変えてOK） */

.contactForm {
	margin: auto;
	max-width: 660px;
}

/* 各項目の下部余白 */

.contact_item {
	margin-bottom: 30px;
}

/* 項目名 */

.label {
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: -18px;
}

.wpcf7-list-item-label {
	font-size: 0.8125rem;
}

input[type=checkbox i] {
	display: none;
}

input[type=checkbox i] + span {
	display: inline-block;
	padding-left: 28px;
	position: relative;
}

input[type=checkbox i] + span::after,
input[type=checkbox i] + span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
}

input[type=checkbox i] + span::before {
	background-color: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 50%;
	height: 16px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

input[type=checkbox i] + span::after {
	background-color: #808080;
	border: none;
	border-radius: 50%;
	display: none;
	height: 10px;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

input[type=checkbox i]:checked + span::after {
	display: block;
}

/* 必須タグと任意タグ共通のスタイル */

.label_tag {
	font-size: 13px;
	padding: 0 5px;
}

/* 必須タグ */

.label_must {
	color: #C84772;
}

/* 任意タグ */

/* 名前やメールアドレスなどユーザーが入力する箇所 */

.inputs {
	box-sizing: border-box;
	width: 100%;
}

input[type=text],
input[type=email],
input[type=tel] {
	border: solid 1px #D9D9D9;
	font-size: 0.8125rem;
	margin-top: -100px;
	padding: 0.5rem;
	width: 100%;
}

/* お問い合わせ内容を入力する箇所 */

textarea {
	border: solid 1px #D9D9D9;
	padding: 0.5rem;
	resize: none;
	width: 100%;
}

textarea.form-control {
	font-size: 0.8125rem;
	height: 207px;
}

/* ボタン */

.btnarea {
	margin: 0 auto;
	max-width: 250px;
}

input[type=submit] {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 15px 0;
}

input[type=submit]:hover {
	background: #fff;
	box-shadow: 8px 8px 20px 0px #E0E0E0;
	color: #000;
}

.contact_item-p {
	margin-bottom: 30px;
	text-align: center;
}

.contact_item-p a {
	border-bottom: 1px solid #0029FF;
	color: #0029FF;
	margin-right: 6px;
}

/* ローダー */

.wpcf7 .ajax-loader {
	display: block;
	margin: 0 auto;
}

.wpcf7-not-valid-tip {
	display: none;
}

/* デフォルトの値を削除 */

.wpcf7 {
	font-family: inherit;
	line-height: inherit;
}

.wpcf7-form-control {
	box-sizing: border-box;
	width: 100%;
}

.wpcf7-submit {
	cursor: pointer;
}

.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

/* ここまでデフォルトの値を削除 */

/* モバイル版 */

.privacy {
	margin: 200px auto 0;
	max-width: 880px;
}

.privacy .privacy-title {
	font-size: 1.625rem;
	text-align: center;
}

.privacy .privacy-content {
	margin-top: 100px;
}

.privacy .privacy-content p {
	font-size: 1.125rem;
}

.privacy .btn {
	margin-top: 100px;
}

.thanks-content {
	margin: 200px auto 150px;
	max-width: 1000px;
	text-align: center;
}

.thanks-content .thanks-content-items .thanks-content-title {
	color: #333333;
	font: 700 3.5rem/1 "Times New Roman", Times, serif;
	margin-bottom: 70px;
}

.thanks-content .thanks-content-items .thanks-content-text {
	font: 300 1.2rem/1 "Times New Roman", Times, serif;
	line-height: 1.5;
}

.first-title {
	font-weight: 700;
	position: relative;
}

.first-title .title-f {
	font-size: 4.5rem;
	left: 90px;
	position: absolute;
	top: 50px;
}

.first-title .title-s {
	font-size: 4.5rem;
	left: 50%;
	position: absolute;
	top: 180px;
	transform: translateX(-50%);
	white-space: nowrap;
}

.first-title .title-t {
	font-size: 4.5rem;
	position: absolute;
	right: 90px;
	top: 300px;
}

.first-title .title-t .title {
	color: #FFA143;
}

.event {
	background: #f8f8f8;
	margin-top: 480px;
	padding: 70px 100px;
}

.event .p-head-title {
	font-size: 2.5rem;
	font-weight: 700;
}

.event .p-news-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.event .p-news-list__item {
	margin-bottom: 30px;
	width: calc((100% - 40px) / 3);
}

.event .p-news-list__item a {
	color: inherit;
	display: block;
	text-decoration: none;
	transition: opacity 0.3s;
}

.event .p-news-list__item a:hover {
	opacity: 0.7;
}

.event .p-news-list__img img {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.event .p-news-list__body {
	margin-top: 15px;
}

.event .p-news-list__title {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.3;
}

.event .p-news-list__date {
	color: #666;
	font-size: 0.875rem;
	margin-top: 8px;
}

.event-archive {
	background: #fff;
	padding: 120px 0 80px;
}

.p-event-archive {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}

.p-event-archive__header {
	margin-bottom: 80px;
	text-align: center;
}

.p-event-archive__title {
	color: #000;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.p-event-archive__subtitle {
	color: #666;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.p-event-archive__grid {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	margin-bottom: 80px;
}

.p-event-archive__item {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	overflow: hidden;
	position: relative;
	transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-event-archive__item:hover {
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
	transform: translateY(-6px) scale(1.03);
}

.p-event-archive__item::before {
	background: linear-gradient(135deg, rgba(255, 128, 0, 0.1) 0%, rgba(255, 179, 71, 0.1) 100%);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1;
}

.p-event-archive__item:hover::before {
	opacity: 1;
}

.p-event-archive__link {
	color: inherit;
	display: block;
	height: 100%;
	text-decoration: none;
}

.p-event-archive__image {
	aspect-ratio: 16/10;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.p-event-archive__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
}

.p-event-archive__item:hover .p-event-archive__image img {
	transform: scale(1.08) rotate(1deg);
}

.p-event-archive__image::after {
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.13) 0%, transparent 50%, rgba(0, 0, 0, 0.07) 100%);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-event-archive__item:hover .p-event-archive__image::after {
	opacity: 1;
}

.p-event-archive__overlay {
	align-items: center;
	background: linear-gradient(135deg, rgba(255, 128, 0, 0.9) 0%, rgba(255, 179, 71, 0.8) 100%);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0.8) rotate(-5deg);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 3;
}

.p-event-archive__item:hover .p-event-archive__overlay {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}

.p-event-archive__view-more {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.p-event-archive__item:hover .p-event-archive__view-more {
	transform: scale(1.1);
}

.p-event-archive__info {
	background: #fff;
	padding: 25px;
	position: relative;
	transition: all 0.3s ease;
	z-index: 2;
}

.p-event-archive__item:hover .p-event-archive__info {
	background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
}

.p-event-archive__meta {
	align-items: center;
	color: #666;
	display: flex;
	font-size: 0.85rem;
	justify-content: space-between;
	margin-bottom: 7px;
}

.p-event-archive__date {
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-event-archive__category {
	font-weight: 400;
	letter-spacing: 0.02em;
}

.p-event-archive__title-item {
	color: #000;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin: 0;
}

.p-event-archive__pagination {
	text-align: center;
}

.p-event-archive__pagination .page-numbers {
	align-items: center;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	color: #666;
	display: inline-flex;
	font-weight: 500;
	height: 45px;
	justify-content: center;
	margin: 0 5px;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 45px;
}

.p-event-archive__pagination .page-numbers:hover,
.p-event-archive__pagination .page-numbers.current {
	background: #000;
	border-color: #000;
	color: #fff;
}

.p-event-archive__pagination .page-numbers.prev,
.p-event-archive__pagination .page-numbers.next {
	border-radius: 25px;
	font-size: 0.9rem;
	padding: 0 20px;
	width: auto;
}

.event-single {
	background: #fff;
	padding: 120px 0 80px;
}

.p-event-single {
	margin: 0 auto;
	max-width: 800px;
	padding: 0 20px;
}

.p-event-single__header {
	margin-bottom: 40px;
	text-align: center;
}

.p-event-single__meta {
	align-items: center;
	color: #666;
	display: flex;
	font-size: 0.9rem;
	gap: 20px;
	justify-content: center;
	margin-bottom: 20px;
}

.p-event-single__date {
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-event-single__category {
	font-weight: 400;
	letter-spacing: 0.02em;
}

.p-event-single__category a {
	color: #666;
	text-decoration: none;
	transition: color 0.3s ease;
}

.p-event-single__category a:hover {
	color: #000;
}

.p-event-single__title {
	color: #000;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.3;
	margin: 0;
}

.p-event-single__image {
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
	overflow: hidden;
}

.p-event-single__image img {
	display: block;
	height: auto;
	width: 100%;
}

.p-event-single__content {
	color: #000;
	font-size: 1.1rem;
	letter-spacing: 2px;
	line-height: 1.8;
	margin-bottom: 60px;
	overflow-wrap: break-word;
	word-break: break-word;
}

.p-event-single__content h2,
.p-event-single__content h3,
.p-event-single__content h4 {
	color: #000;
	font-weight: 700;
	margin-bottom: 1em;
	margin-top: 2em;
}

.p-event-single__content h2 {
	font-size: 1.8rem;
}

.p-event-single__content h3 {
	font-size: 1.5rem;
}

.p-event-single__content p {
	margin-bottom: 1.5em;
}

.p-event-single__content img {
	border-radius: 4px;
	height: auto;
	margin: 2em 0;
	max-width: 100%;
}

.p-event-single__back {
	margin-top: 60px;
	text-align: center;
}

.member {
	padding: 80px 0;
}

.p-member-content {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}

.p-member-content__message {
	margin-bottom: 60px;
	text-align: center;
}

.p-member-content__sub {
	color: #666;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.p-member-content__title {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
}

.p-member-content__title span {
	background: #000;
	display: block;
	height: 3px;
	margin: 15px auto 0;
	width: 60px;
}

.p-member-content__text {
	color: #333;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.8;
	margin: 60px auto 0;
	max-width: 1000px;
}

.p-member-content__img {
	margin-top: 20px;
	padding: 0 10px;
}

.p-member-content__img a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.p-member-content__img-bane {
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
}

.p-member-content__img-bane picture {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-member-content__img-bane picture::after {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-member-content__img-bane picture img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
	width: 100%;
}

.p-member-content__img-bane:hover picture img {
	transform: scale(1.1);
}

.p-member-content__img-bane-message-top {
	color: #fff;
	left: 5vw;
	position: absolute;
	top: 5vw;
	z-index: 2;
}

.p-member-content__img-bane-message-top .bane_heading {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.p-member-content__img-bane-message-top .bane_title {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	text-indent: -0.5em;
}

.p-member-content__img-bane-message-top .bane_title-sub {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
}

.p-member-content__img-bane-message-bottom {
	bottom: 30px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	left: 5vw;
	position: absolute;
	right: 40px;
	z-index: 2;
}

.p-member-content__img-bane-message-bottom .bane_desc {
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.member-page {
	background: #fff;
	padding: 120px 0 80px;
}

.p-member-page {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}

.p-member-page__header {
	margin-bottom: 60px;
	text-align: center;
}

.p-member-page__title {
	color: #333;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.p-member-page__subtitle {
	color: #666;
	font-size: 1.2rem;
	font-weight: 400;
}

.p-member-page__filter {
	margin-bottom: 60px;
	text-align: center;
}

.p-member-page__filter-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-member-page__filter-item {
	margin: 0;
}

.p-member-page__filter-btn {
	background: transparent;
	border: 2px solid #333;
	border-radius: 30px;
	color: #333;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	min-width: 120px;
	padding: 12px 24px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.p-member-page__filter-btn.active {
	background: #333;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	color: #fff;
}

.p-member-page__grid {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	margin: 0 auto;
	max-width: 1200px;
}

.p-member-page__item {
	opacity: 1;
	transition: opacity 0.3s ease;
}

.p-member-page__member {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease;
}

.p-member-page__member:hover {
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
	transform: translateY(-8px);
}

.p-member-page__member:hover .p-member-page__image img {
	transform: scale(1.05);
}

.p-member-page__image {
	aspect-ratio: 1;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-member-page__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.p-member-page__image::after {
	background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.1));
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.p-member-page__info {
	background: #fff;
	padding: 24px;
	text-align: center;
	transition: all 0.3s ease;
}

.p-member-page__name {
	color: #333;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 0 0 8px 0;
	transition: color 0.3s ease;
}

.p-member-page__position {
	color: #666;
	font-size: 0.95rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin: 0;
	transition: color 0.3s ease;
}

.p-member-page__header {
	margin-bottom: 48px;
	position: relative;
	text-align: center;
}

.p-member-page__title {
	color: #222;
	font-family: "Montserrat", "Noto Sans JP", Arial, sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.1;
	margin-bottom: 0.3em;
}

.sns {
	padding: 50px 0 0;
}

.p-sns-content {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}

.p-sns-content__message {
	margin-bottom: 60px;
	text-align: center;
}

.p-sns-content__sub {
	color: #666;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.p-sns-content__title {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
}

.p-sns-content__title span {
	background: #000;
	display: block;
	height: 3px;
	margin: 15px auto 0;
	width: 60px;
}

.p-sns-content__text {
	color: #333;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.8;
	margin: 60px auto 0;
	max-width: 1000px;
}

.sns-yt {
	background: #FFA143;
	margin: 0 auto;
	width: 100%;
}

.yrc-sections .yrc-item-list ul li {
	margin-left: 15px !important;
	margin-right: 15px !important;
	padding: 70px 0 60px;
	width: 350px !important;
}

.yrc-sections .yrc-item-list ul img {
	border-radius: 3px;
	margin-bottom: 12px;
}

.yrc-sections .pb-block {
	font-size: 0.9rem;
	font-weight: 700;
}

.yrc-sections .yrc-item-desc {
	display: none;
}

.yrc-core {
	width: 100%;
}

#yrc-shell-0 .yrc-item .yrc-thumb a.yrc-video-link:before {
	background-size: 18% !important;
}

.communism {
	padding: 80px 0;
	text-align: center;
}

.communism .p-communism__title {
	color: #000;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
}

.communism .p-communism__desc {
	color: #000;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.communism .p-communism__img {
	margin-bottom: 10px;
}

.communism .p-communism__img img {
	border-radius: 10px;
	height: auto;
	max-width: 100%;
	padding-bottom: 30px;
}

.links {
	padding: 100px 40px 0;
}

.p-links__content {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin: 0 auto;
	max-width: 1200px;
	padding: 90px 20px;
}

.p-links__content-title {
	color: #222;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 40px;
}

.p-links__content-img {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: space-between;
}

.p-links__content-img img {
	-o-object-fit: contain;
	border-radius: 10px;
	height: auto;
	object-fit: contain;
	transition: transform 0.3s;
	width: 190px;
}

.p-links__content-img img:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	transform: scale(1.05);
}

.fade-in-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-up.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-down {
	opacity: 0;
	transform: translateY(-24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-down.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.scroll-down {
	bottom: -80px;
	padding-left: 140px;
	position: absolute;
	right: 5%;
	transform: rotateZ(-90deg);
	transform-origin: right bottom;
	z-index: 201;
}

.scroll-down__line {
	height: 0px;
	left: 40px;
	margin-top: -1px;
	position: absolute;
	top: -97%;
	width: 170px;
}

.scroll-down__line:after {
	border-bottom: 2px solid #000;
	content: "";
	display: block;
	height: 0;
	opacity: 0;
	transform: scale(0.001, 1);
	transform-origin: right center;
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s linear 0.5s;
	width: 100%;
}

.scroll-down__text {
	color: #000;
	font-family: "Replica-Bold", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
	overflow: hidden;
	text-transform: uppercase;
}

.scroll-down__text span {
	display: block;
	transform: translate3d(0, 100%, 0);
	transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.scroll-down.is-active.is-inview .scroll-down__text {
	animation: bounce 2.5s infinite;
}

.scroll-down.is-active.is-inview .scroll-down__text span {
	transform: none;
}

.scroll-down.is-active.is-inview .scroll-down__line {
	animation: scroll-down-line 2.5s infinite 851ms;
}

.scroll-down.is-active.is-inview .scroll-down__line:after {
	opacity: 1;
	transform: none;
	transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s linear;
}

.is-body-touch .scroll-down {
	display: none;
}

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

.header .header__inner .header__nav {
	align-items: center;
	display: flex;
	gap: 40px;
	margin-right: auto;
	position: fixed;
	right: 50px;
}

.header .header__inner .header__open {
	display: none;
}

.u-is-pc {
	display: none;
}

}

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

.work .p-work-content .p-work-content__items .p-work-content__item {
	height: auto;
	width: 100%;
}

.u-is-tab {
	display: none;
}

}

@media (max-width: 1024px) {

.p-member-content__title {
	font-size: 2.5rem;
}

.p-member-content__img-bane-message-top {
	left: 4vw;
	top: 4vw;
}

.communism .p-communism__title {
	font-size: 2.2rem;
}

.communism .p-communism__desc {
	font-size: 1rem;
}

}

@media (max-width: 768px) {

.p-news-archive__title {
	font-size: 2.5rem;
}

.p-news-archive__grid {
	gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.p-contact__title {
	font-size: 2.5rem;
}

.p-event-archive__title {
	font-size: 2.5rem;
}

.p-event-archive__grid {
	gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.p-member-content__sub {
	font-size: 0.9rem;
}

.p-member-content__title {
	font-size: 2rem;
}

.p-member-content__img-bane-message-top {
	left: 3vw;
	top: 3vw;
}

.p-member-page__title {
	font-size: 2.5rem;
}

.p-member-page__grid {
	gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	padding: 0 20px;
}

.p-member-page__name {
	font-size: 1.2rem;
}

.p-member-page__position {
	font-size: 0.9rem;
}

.p-member-page {
	padding: 60px 0;
}

.p-member-page__title {
	font-size: 2.5rem;
}

.p-member-page__subtitle {
	font-size: 1rem;
}

.p-member-page__filter-list {
	gap: 15px;
}

.p-member-page__filter-btn {
	font-size: 0.85rem;
	min-width: 100px;
	padding: 10px 20px;
}

.p-member-page__grid {
	gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	padding: 0 20px;
}

.p-member-page__image {
	aspect-ratio: 1;
}

.p-member-page__info {
	padding: 20px;
}

.p-member-page__name {
	font-size: 1.2rem;
}

.p-member-page__position {
	font-size: 0.9rem;
}

.communism .p-communism__title {
	font-size: 2rem;
	margin-bottom: 25px;
}

.communism .p-communism__desc {
	font-size: 0.95rem;
	margin-bottom: 35px;
}

}

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

.label {
	font-size: 1rem;
	margin-bottom: -12px;
}

input[type=text],
input[type=email] {
	font-size: 0.9rem;
	padding: 0.4rem;
}

textarea {
	font-size: 0.9rem;
	margin-top: 1px;
	padding: 0.4rem;
}

input[type=submit] {
	font-size: 1rem;
}

}

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

.l-inner {
	padding: 0 20px;
}

.c-utility-title {
	font-size: 1.7rem;
}

.btn .btn-link {
	padding: 7px 40px;
}

.btn-r {
	text-align: center;
}

.c-button {
	display: block;
	font-size: 1rem;
	margin: 0 auto;
	max-width: 340px;
	padding: 14px 0;
	width: 100%;
}

.bane-btn {
	bottom: 0;
	height: 40px;
	position: absolute;
	right: -1px;
	width: 40px;
}

.bane-btn .arrow-icon {
	height: 6px;
	width: 6px;
}

.p-communism-list__button a {
	border-radius: 4px;
	font-size: 12px;
	padding: 10px 30px;
}

.header .header__inner {
	padding: 20px 20px;
	z-index: 1004;
}

.header .header__inner .p-header__logo {
	left: 10px;
}

.header .header__inner .p-header__logo a img {
	height: auto;
	width: 100px;
}

.header .header__inner .header__nav {
	display: none;
}

.header .header__inner .drawer-icon {
	z-index: 1009;
}

.header .header__inner .drawer-icon .drawer-icon__bar {
	z-index: 1008;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(1) {
	top: 3px;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(2) {
	top: 21px;
}

.drawer-content {
	padding: 90px 20px 40px;
	width: 100%;
}

.drawer-content.is-checked {
	transform: translateX(0);
}

.footer .p-footer__content {
	align-items: center;
	flex-direction: column;
	padding: 10px 0;
}

.footer .p-footer__content .p-footer__content-logo img {
	width: 140px;
}

.footer .p-footer__content .p-footer__content-nav {
	align-items: center;
	flex-direction: column;
	gap: 16px;
	margin-top: 24px;
}

.footer .p-footer__content .p-footer__content-nav ul {
	margin: 0;
	padding: 0;
}

.footer .p-footer__content .p-footer__content-nav ul li a {
	font-size: 0.9rem;
}

.footer .footer-copy-right {
	font-size: 0.7rem;
}

.fv {
	height: 32vh;
}

.news {
	margin-top: 0;
	padding: 20px;
}

.news .p-head-title {
	font-size: 1.5rem;
}

.news .p-news-list {
	flex-direction: column;
	margin: 15px 0 30px;
}

.news .p-news-list__item {
	margin-bottom: 20px;
	width: 100%;
}

.news .p-news-list__title {
	font-size: 0.9rem;
	margin-top: 5px;
}

.news .p-news-list__date {
	font-size: 0.7rem;
}

.news-archive {
	padding: 80px 0 10px;
}

.p-news-archive {
	padding: 0 15px;
}

.p-news-archive__header {
	margin-bottom: 60px;
}

.p-news-archive__title {
	font-size: 2rem;
	margin-bottom: 15px;
}

.p-news-archive__subtitle {
	font-size: 0.9rem;
}

.p-news-archive__grid {
	gap: 25px;
	grid-template-columns: 1fr;
	margin-bottom: 60px;
}

.p-news-archive__info {
	padding: 20px;
}

.p-news-archive__meta {
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 12px;
}

.p-news-archive__title-item {
	font-size: 1rem;
}

.p-news-archive__excerpt {
	-webkit-line-clamp: 2;
	font-size: 0.9rem;
}

.company {
	margin-top: 80px;
}

.company .p-company-content {
	margin-top: 40px;
}

.company .p-company-content table tr {
	width: 100%;
}

.company .p-company-content table tr td {
	display: block;
	padding: 15px 0 15px 0;
	width: 100%;
}

.company .p-company-content table tr .t-s {
	font-size: 0.875rem;
	padding-left: 50px;
}

.schedule {
	font-size: 0.8rem;
	margin: 90px auto 0;
}

.schedule .p-schedule__content-title {
	font-size: 0.8rem;
}

.schedule .p-schedule__content-title-sub {
	font-size: 1.3rem;
	margin-bottom: 40px;
}

.schedule .p-schedule__image-wrapper {
	max-width: 100%;
	overflow: hidden;
}

.schedule .p-schedule__zoom-hint {
	display: none;
}

.schedule .p-schedule__download {
	margin-top: 20px;
}

.schedule .p-schedule__download-btn {
	font-size: 0.9rem;
	gap: 6px;
	padding: 10px 20px;
}

.schedule .p-schedule__download-text {
	font-size: 0.85rem;
}

.image-modal__close {
	font-size: 28px;
	padding: 15px;
}

.image-modal__content {
	max-height: 85%;
	max-width: 95%;
}

.work .p-work-content .p-work-content__items {
	display: block;
}

.work .p-work-content .p-work-content__items .p-work-content__item .p-work-content__item-text .p-work-content__item-text-title {
	font-size: 1rem;
}

.work .p-work-content .p-work-content__items .p-work-content__item .p-work-content__item-text .p-work-content__item-text-category {
	gap: 10px;
}

.work .p-work-content .p-work-content__items .p-work-content__item .p-work-content__item-text .p-work-content__item-text-category .p-work-content__item-text-category-c,
.work .p-work-content .p-work-content__items .p-work-content__item .p-work-content__item-text .p-work-content__item-text-category .p-work-content__item-text-category-s {
	font-size: 0.7rem;
}

.p-contact {
	margin: 80px auto 0;
	padding: 0 15px;
}

.p-contact__title {
	font-size: 2rem;
	margin-bottom: 15px;
}

.p-contact__subtitle {
	font-size: 0.9rem;
}

.contactForm {
	padding: 0 20px;
}

input[type=submit] {
	padding: 20px 70px;
}

.privacy .privacy-title {
	font-size: 1.3rem;
}

.privacy .privacy-content {
	margin-top: 60px;
	padding: 0 20px;
}

.privacy .privacy-content p {
	font-size: 0.9rem;
}

.privacy .btn {
	margin-top: 50px;
}

.thanks-content {
	margin: 150px auto 100px;
	padding: 0 20px;
}

.thanks-content .thanks-content-items .thanks-content-title {
	font: 700 2.8rem/1 "Times New Roman", Times, serif;
	margin-bottom: 80px;
}

.thanks-content .thanks-content-items .thanks-content-text {
	font: 300 1rem/1 "Times New Roman", Times, serif;
	line-height: 1.5;
}

.first-title .title-f {
	font-size: 1.5rem;
	left: 15px;
}

.first-title .title-s {
	font-size: 1.5rem;
	top: 90px;
}

.first-title .title-t {
	font-size: 1.5rem;
	right: 15px;
	top: 130px;
}

.event {
	margin-top: 220px;
	padding: 20px 20px 40px;
}

.event .p-head-title {
	font-size: 1.5rem;
}

.event .p-news-list {
	flex-direction: column;
	margin: 15px 0 30px;
}

.event .p-news-list__item {
	margin-bottom: 20px;
	width: 100%;
}

.event .p-news-list__title {
	font-size: 0.9rem;
}

.event .p-news-list__date {
	font-size: 0.7rem;
}

.event-archive {
	padding: 80px 0 60px;
}

.p-event-archive {
	padding: 0 15px;
}

.p-event-archive__header {
	margin-bottom: 60px;
}

.p-event-archive__title {
	font-size: 2rem;
	margin-bottom: 15px;
}

.p-event-archive__subtitle {
	font-size: 0.9rem;
}

.p-event-archive__grid {
	gap: 25px;
	grid-template-columns: 1fr;
	margin-bottom: 60px;
}

.p-event-archive__info {
	padding: 20px;
}

.p-event-archive__meta {
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 12px;
}

.p-event-archive__title-item {
	font-size: 1rem;
}

.event-single {
	padding: 80px 0 60px;
}

.p-event-single {
	padding: 0 15px;
}

.p-event-single__header {
	margin-bottom: 30px;
}

.p-event-single__header {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	gap: 8px;
}

.p-event-single__meta {
	flex-direction: column;
	gap: 10px;
	margin-bottom: 15px;
}

.p-event-single__title {
	font-size: 1.2rem;
}

.p-event-single__image {
	margin-bottom: 30px;
}

.p-event-single__content {
	font-size: 1rem;
	margin-bottom: 40px;
}

.p-event-single__content p {
	font-size: 0.9rem;
}

.p-event-single__back {
	margin-top: 40px;
}

.member {
	padding: 60px 0;
}

.p-member-content__message {
	margin-bottom: 40px;
}

.p-member-content__sub {
	font-size: 0.8rem;
}

.p-member-content__title {
	font-size: 24px;
}

.p-member-content__text {
	font-size: 0.9rem;
	margin: 30px auto 0;
}

.p-member-content__img-bane-message-top {
	left: 20px;
	top: 20px;
}

.p-member-content__img-bane-message-top .bane_heading {
	font-size: 0.7rem;
}

.p-member-content__img-bane-message-top .bane_title {
	font-size: 1.1rem;
}

.p-member-content__img-bane-message-top .bane_title-sub {
	font-size: 1.1rem;
}

.p-member-content__img-bane-message-bottom {
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.p-member-content__img-bane-message-bottom .bane_desc {
	display: none;
	font-size: 14px;
	margin-bottom: 15px;
}

.member-page {
	padding: 80px 0 60px;
}

.p-member-page {
	padding: 0 15px;
}

.p-member-page__header {
	margin-bottom: 60px;
}

.p-member-page__title {
	font-size: 2rem;
	margin-bottom: 15px;
}

.p-member-page__filter {
	margin-bottom: 40px;
}

.p-member-page__filter-list {
	gap: 10px;
}

.p-member-page__filter-btn {
	font-size: 0.8rem;
	min-width: 100px;
	padding: 10px 20px;
}

.p-member-page__grid {
	gap: 25px;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.p-member-page__info {
	padding: 20px;
}

.p-member-page__name {
	font-size: 1rem;
}

.p-member-page__position {
	font-size: 0.8rem;
}

.sns {
	padding: 10px 0;
}

.p-sns-content__message {
	margin-bottom: 40px;
}

.p-sns-content__title {
	font-size: 24px;
}

.p-sns-content__text {
	font-size: 0.9rem;
	margin: 30px auto 0;
}

.yrc-sections .yrc-item-list ul li {
	margin-left: 0 !important;
	padding: 20px 10px 20px;
	text-align: center;
	width: 100% !important;
}

.yrc-sections .yrc-item-list ul img {
	margin-bottom: 5px;
}

#yrc-shell-0 .yrc-item .yrc-thumb a.yrc-video-link:before {
	display: none;
}

.communism {
	margin-top: 60px;
	padding: 0 15px;
}

.communism .p-communism__title {
	font-size: 20px;
	margin-bottom: 20px;
}

.communism .p-communism__desc {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 30px;
	padding: 0 10px;
}

.communism .p-communism__img {
	margin-bottom: 0;
}

.communism .p-communism__img img {
	border-radius: 0;
}

.links {
	padding: 50px 29px;
}

.p-links__content {
	padding: 50px 10px;
}

.p-links__content-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.p-links__content-img {
	gap: 12px;
}

.p-links__content-img img {
	width: 100px;
}

.u-is-sp {
	display: none;
}

.scroll-down {
	bottom: -90px;
	display: none;
	padding-left: 100px;
	right: 5%;
}

.scroll-down__line {
	width: 130px;
}

.scroll-down__line:after {
	width: 80%;
}

.scroll-down__text {
	font-size: 0.8rem;
}

}

@media (max-width: 767px) {

.spinner {
	font-size: 1.1rem;
}

}

@media (max-width: 480px) {

.p-member-page {
	padding: 40px 0;
}

.p-member-page__title {
	font-size: 2rem;
}

.p-member-page__filter-list {
	align-items: center;
	flex-direction: column;
	gap: 10px;
}

.p-member-page__filter-btn {
	width: 200px;
}

.p-member-page__grid {
	gap: 25px;
	grid-template-columns: 1fr;
	padding: 0 15px;
}

.p-member-page__image {
	aspect-ratio: 1;
}

}

@keyframes scroll-down-line {

0% {
	transform: scale(1, 1);
	transform-origin: 0% 50%;
}

20% {
	transform: scale(0.001, 1);
	transform-origin: 0% 50%;
}

20.01% {
	transform-origin: 100% 50%;
}

38% {
	transform: scale(1, 1);
	transform-origin: 100% 50%;
}

}

@keyframes bounce {

0%,15%,38%,60%,75% {
	transform: translateX(0);
}

30% {
	transform: translateX(10px);
}

45% {
	transform: translateX(5px);
}

}

