@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	line-height: calc(.25rem + 1em + .25rem)
}

*,
::after,
::before {
	box-sizing: border-box
}

:where(:not(fieldset, progress, meter)) {
	border-width: 0;
	border-style: solid;
	background-origin: border-box;
	background-repeat: no-repeat
}

html {
	block-size: 100%;
	-webkit-text-size-adjust: none
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
	min-block-size: 100%
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
	display: block
}

:where(img, svg, video) {
	block-size: auto;
	max-inline-size: 100%
}

:where(svg) {
	stroke: none;
	fill: currentColor
}

:where(svg):where(:not([fill])) {
	stroke: currentColor;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round
}

:where(svg):where(:not([width])) {
	inline-size: 5rem
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
	color: inherit;
	font: inherit;
	font-size: inherit;
	letter-spacing: inherit
}

:where(textarea) {
	resize: vertical
}

@supports (resize:block) {
	:where(textarea) {
		resize: block
	}
}

:where(p, h1, h2, h3, h4, h5, h6) {
	overflow-wrap: break-word
}

h1 {
	font-size: 2em
}

:where(ul, ol)[role=list] {
	list-style: none
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
	cursor: pointer;
	touch-action: manipulation
}

:where(input[type=file]) {
	cursor: auto
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
	cursor: pointer
}

:where(:not(:active)):focus-visible {
	outline-offset: 5px
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	text-align: center
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
	cursor: not-allowed
}

.is-pc {
	display: block
}

.is-sp {
	display: none
}

.is-sp-s {
	display: none
}

[data-anim-style] {
	opacity: 0
}

[v-cloak] {
	display: none
}

a {
	text-decoration: none
}

.main_wrapper {
	display: flex
}

.main_wrapper .main_container {
	width: 100%;
	flex-basis: auto
}

html {
	scroll-behavior: smooth
}

body {
	font-family: "Noto Sans JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic ", YuGothic, Osaka, メイリオ, Meiryo, "MS Pゴシック", "MS P Gothic", sans-serif;
	background: #fff
}

.c-btn-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 20px
}

.c-btn {
	color: #fff;
	background: #000;
	padding: 8px 12px 10px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-column-gap: 24px;
	column-gap: 24px;
	font-size: 14px;
	font-weight: 700;
	align-self: center;
	transition: opacity .4s cubic-bezier(.22, 1, .36, 1)
}

.c-btn::after {
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../img/common/ico_btn_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 2px
}


.r-btn-wrapper
{
	display: flex;
	flex-direction: column;
	row-gap: 20px
}
.r-btn
{
	color: #fff;
	background: #000;
	padding: 8px 15px 10px 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-column-gap: 24px;
	column-gap: 24px;
	font-size: 14px;
	font-weight: 700;
	align-self: center;
	transition: opacity .4s cubic-bezier(.22, 1, .36, 1)
}
.r-btn::before
{
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../img/common/ico_btn_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 2px;
	transform: rotate(-180deg)
}



.contact_block {
	max-width: 1040px;
	padding: 0 80px;
	width: 100%;
	margin: auto;
	padding: 78px 0 110px
}

.contact_block__inner .c-tit + .contact_block_caption {
	margin-top: 45px
}

.contact_block__inner .contact_block_caption {
	text-align: center;
	font-size: 14px
}

.contact_block__inner .contact_block_btn {
	margin-top: 57px
}

.contact_block__inner .contact_block_btn .c-btn--contact {
	font-size: 18px;
	padding: 15px 10px 19px 60px;
	-webkit-column-gap: 35px;
	column-gap: 35px
}

.footer_block {
	display: flex;
	flex-direction: column;
	align-items: center
}

.header_block {
	max-width: 240px;
	width: 100%;
	height: 100vh;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 60px 20px 10px;
	display: flex;
	flex-direction: column;
	z-index: 3;
	--header-height-sp: 5rem
}

.header_block::-webkit-scrollbar {
	display: none
}

.header_block.is-active .header_block__head .header_block_head_right .header_block_menu_btn span:nth-of-type(1) {
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.header_block.is-active .header_block__head .header_block_head_right .header_block_menu_btn span:nth-of-type(2) {
	opacity: 0
}

.header_block.is-active .header_block__head .header_block_head_right .header_block_menu_btn span:nth-of-type(3) {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.header_block__head {
	display: flex;
	flex-direction: column
}

.header_block__head .header_block_head_left .header_block_logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 20px;
	padding: 0 20px;
	transition: opacity .4s cubic-bezier(.22, 1, .36, 1)
}

.header_block__head .header_block_head_left .header_block_logo__img img {
	width: 100%
}

.header_block__head .header_block_head_right {
	display: flex;
	align-items: center
}

.header_block__head .header_block_head_right .header_block_lang_btn {
	display: flex;
	align-self: center;
	justify-content: center;
	margin: auto;
	margin-top: 50px;
	visibility: hidden
}

.header_block__head .header_block_head_right .header_block_lang_btn .header_block_lang_btn_item {
	font-family: "EB Garamond", serif;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	padding: 2px 13px
}

.header_block__head .header_block_head_right .header_block_lang_btn .header_block_lang_btn_item:not(.header_block_lang_btn_item--link) {
	pointer-events: none
}

.header_block__head .header_block_head_right .header_block_lang_btn .header_block_lang_btn_item--link {
	background: #8d8d8d
}

.header_block__head .header_block_head_right .header_block_menu_btn {
	width: 3rem;
	height: 1.3rem;
	position: relative;
	background: 0 0
}

.header_block__head .header_block_head_right .header_block_menu_btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	transition: opacity .3s cubic-bezier(.22, 1, .36, 1), top .3s cubic-bezier(.22, 1, .36, 1), -webkit-transform .3s cubic-bezier(.22, 1, .36, 1);
	transition: transform .3s cubic-bezier(.22, 1, .36, 1), opacity .3s cubic-bezier(.22, 1, .36, 1), top .3s cubic-bezier(.22, 1, .36, 1);
	transition: transform .3s cubic-bezier(.22, 1, .36, 1), opacity .3s cubic-bezier(.22, 1, .36, 1), top .3s cubic-bezier(.22, 1, .36, 1), -webkit-transform .3s cubic-bezier(.22, 1, .36, 1)
}

.header_block__head .header_block_head_right .header_block_menu_btn span:nth-of-type(1) {
	top: 0
}

.header_block__head .header_block_head_right .header_block_menu_btn span:nth-of-type(2) {
	top: 50%
}

.header_block__head .header_block_head_right .header_block_menu_btn span:nth-of-type(3) {
	top: 100%
}

.header_block__bottom .header_block_menu {
	display: flex;
	flex-direction: column;
	margin-top: 46px;
	row-gap: 24px;
	padding: 0 20px
}

.header_block__bottom .header_block_menu .header_block_menu_item {
	color: #000;
	font-family: "EB Garamond", serif;
	font-size: 20px;
	font-weight: 700;
	transition: opacity .4s cubic-bezier(.22, 1, .36, 1)
}

.header_block__bottom .header_block_banner {
	margin-top: 70px
}

.header_block__bottom .header_block_banner .header_block_banner_item {
	transition: opacity .4s cubic-bezier(.22, 1, .36, 1)
}

.header_block .header_block_copyright {
	margin-top: auto;
	padding-top: 24px
}

.member_block {
	max-width: 1040px;
	padding: 0 80px;
	width: 100%;
	margin: auto
}

.member_block__inner .c-tit + .member_block_caption {
	margin-top: 47px
}

.member_block__inner .c-tit + .member_block_list {
	margin-top: 53px
}

.member_block__inner .member_block_caption {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4
}

.member_block__inner .member_block_caption + .member_block_list {
	margin-top: 57px
}

.member_block__inner .member_block_list {
	display: flex;
	flex-wrap: wrap;
	gap: 48px 50px
}

.member_block__inner .member_block_list .member_block_list_item {
	flex-basis: 260px;
	display: flex;
	flex-direction: column;
	color: #000;
	transition: opacity .4s cubic-bezier(.22, 1, .36, 1)
}

.member_block__inner .member_block_list .member_block_list_item__img img {
	width: 100%
}

.member_block__inner .member_block_list .member_block_list_item__role {
	font-size: 12px;
	margin-top: 12px
}

.member_block__inner .member_block_list .member_block_list_item__name {
	font-size: 16px;
	font-weight: 700;
	margin-top: 3px
}

.member_page .notice_block {
	margin-top: 100px
}

.news_block {
	max-width: 1040px;
	padding: 0 80px;
	width: 100%;
	margin: auto
}

.news_block__inner .c-tit + .news_block_list {
	margin-top: 44px
}

.news_block__inner .news_block_list {
	display: flex;
	flex-direction: column;
	row-gap: 38px
}

.news_block__inner .news_block_list .news_block_list_item {
	display: flex;
	-webkit-column-gap: 40px;
	column-gap: 40px;
	color: #000;
	transition: opacity .4s cubic-bezier(.22, 1, .36, 1)
}

.news_block__inner .news_block_list .news_block_list_item__date {
	font-size: 17px;
	flex-shrink: 0;
	font-weight: 700;
	font-family: "DIN 2014", serif
}

.news_block__inner .news_block_list .news_block_list_item__txt {
	font-size: 14px;
	line-height: 1.65;
	flex-grow: 1
}

.news_block__inner .news_block_list_btn .c-btn {
	padding: 8px 27px 10px
}

.news_block__inner .news_block_list_btn .c-btn:after {
	display: none
}

.news_block__inner .news_block_btn {
	margin-top: 46px
}

.notice_block {
	max-width: 1040px;
	padding: 0 80px;
	margin: auto
}

.notice_block__inner {
	width: 100%;
	display: flex;
	justify-content: center;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 18px 20px 17px;
	color: #000;
	transition: opacity .4s cubic-bezier(.22, 1, .36, 1)
}

.notice_block__inner .notice_block_txt {
	text-align: center;
	font-size: 14px
}

.opening_movie_block {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	overscroll-behavior: none;
	overflow: auto;
	background: #000;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.opening_movie_block::-webkit-scrollbar {
	display: none
}

.opening_movie_block .opening_movie_block_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 1px)
}

.swiper.swiper-horizontal > .swiper-pagination-bullets {
	position: relative;
	bottom: auto;
	left: auto;
	margin-top: 15px
}

.swiper.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 40px;
	height: 6px;
	border-radius: 0;
	background: #8d8d8d;
	opacity: 1;
	margin: 0 7px
}

.swiper.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #5cc6e4
}

.c-tit {
	font-family: "EB Garamond", serif;
	text-align: center;
	font-size: 36px;
	font-weight: 700
}

.works_block {
	width: 100%;
	margin: auto
}

.works_block__inner {
	max-width: 1040px;
	width: 100%;
	padding: 0 80px;
	margin: auto
}

.works_block__inner .c-tit + .works_block_menu {
	margin-top: 50px
}

.works_block__inner .c-tit + .works_block_list {
	margin-top: 50px
}

.works_block__inner .works_block_menu {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 20px;
	justify-content: center
}

.works_block__inner .works_block_menu + .works_block_list {
	margin-top: 60px
}

.works_block__inner .works_block_menu .works_block_menu_item {
	padding: 2px 14px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	transition: opacity .4s cubic-bezier(.22, 1, .36, 1)
}

.works_block__inner .works_block_menu .works_block_menu_item--current {
	pointer-events: none;
	background-color: #000;
	color: #fff
}

.works_block__inner .works_block_list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 80px
}

.works_block__inner .works_block_list .works_block_list_item {
	flex-basis: 400px;
	display: flex;
	flex-direction: column;
	transition: opacity .4s cubic-bezier(.22, 1, .36, 1)
}

.works_block__inner .works_block_list .works_block_list_item__img img {
	width: 100%
}

.works_block__inner .works_block_list .works_block_list_item__info {
	display: flex;
	flex-wrap: wrap;
	-webkit-column-gap: 18px;
	column-gap: 18px;
	margin-top: 24px
}

.works_block__inner .works_block_list .works_block_list_item__info .works_block_list_item_info_role {
	width: 100%;
	font-size: 14px;
	margin-bottom: 3px;
	color: #000
}

.works_block__inner .works_block_list .works_block_list_item__info .works_block_list_item_info_cat {
	padding: 2px 5px 3px;
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	min-width: 60px;
	align-self: flex-start
}

.works_block__inner .works_block_list .works_block_list_item__info .works_block_list_item_info_tit {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	width: calc(100% - 78px)
}

.works_block__inner .works_block_list .works_block_list_btn {
	width: 100%
}

.works_block__inner .works_block_list .works_block_list_btn .c-btn {
	margin: auto;
	padding: 8px 27px 10px
}

.works_block__inner .works_block_list .works_block_list_btn .c-btn:after {
	display: none
}

.works_block__inner .works_block_btn {
	margin-top: 59px
}

.not_found_page {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	justify-content: center;
	padding: 40px 20px
}

.not_found_page h2 {
	font-family: "EB Garamond", serif;
	font-size: 30px
}

.not_found_page p {
	font-size: 1.2rem
}

.article_page {
	padding-top: 57px
}

.article_page .article_block {
	padding: 0 80px;
	width: 100%;
	margin: auto
}

.article_page .article_block h1 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1rem
}

.article_page .article_block h2 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1rem
}

.article_page .article_block h3 {
	font-size: 1.3rem;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1rem
}

.article_page .article_block h4 {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1rem
}

.article_page .article_block h5 {
	font-size: .9rem;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1rem
}

.article_page .article_block h6 {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1rem
}

.article_page .article_block p {
	margin-bottom: 1rem;
	line-height: 1.86;
	font-size: 15px
}

.article_page .article_block ul {
	list-style: disc;
	margin-bottom: 1rem
}

.article_page .article_block li {
	margin-bottom: .5rem
}

.article_page .article_block img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1rem
}

.article_page .article_block strong {
	font-weight: 700
}

.article_page .article_block a {
	text-decoration: underline
}

.article_page .article_block hr {
	margin: 2rem 0;
	border-top: 1px solid #c1c1c1
}

.index_page .mainvisual img {
	width: 100%
}

.index_page .news_block {
	margin-top: 84px
}

.index_page .notice_block {
	margin-top: 100px
}

.index_page .member_block {
	margin-top: 85px
}

.index_page .works_block {
	margin-top: 87px
}

.index_page .about_block {
	margin-top: 88px;
	background: #f8f8f8;
	padding: 73px 2rem 80px;
	text-align: center
}

.index_page .about_block__inner {
	max-width: 1040px;
	width: 100%;
	margin: auto
}

.index_page .about_block__inner .about_block_caption {
	margin-top: 45px;
	font-size: 18px;
	line-height: 1.7
}

.index_page .about_block__inner .about_block_works {
	margin-top: 53px
}

.index_page .about_block__inner .about_block_works .about_block_works_tit {
	font-size: 20px;
	font-weight: 700
}

.index_page .about_block__inner .about_block_works .about_block_works_txt {
	margin-top: 16px;
	/* font-size: 14px */
	font-size: 18px;
	line-height: 1.7;
}

.member_page {
	padding-top: 57px
}
.member_page .member_block {
    margin-top: 84px;
}

.member_article_page {
	padding-top: 57px
}

.member_article_page .mainvisual {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 80px;
	width: 100%;
	margin: auto
}

.member_article_page .mainvisual .mainvisual_left {
	flex-grow: 1;
	flex-shrink: 0
}

.member_article_page .mainvisual .mainvisual_left__role {
	font-size: 16px
}

.member_article_page .mainvisual .mainvisual_left__name {
	font-size: 24px;
	margin-top: 12px;
	font-weight: 700
}

.member_article_page .mainvisual .mainvisual_left__kana {
	font-size: 13px;
	margin-top: 6px
}

.member_article_page .mainvisual .mainvisual_right {
	width: 72.7%
}

.member_article_page .mainvisual .mainvisual_right img {
	width: 100%
}

.member_article_page .profile_block {
	max-width: 1040px;
	padding: 0 80px;
	width: 100%;
	margin: auto;
	margin-top: 88px
}
.member_article_page .profile_block__inner .profile_block_tit + .profile_block_txt
{
	margin-top: 46px
}

.member_article_page .profile_block__inner .profile_block_txt
{
	font-size: 15px;
	line-height: 1.86
}


.member_article_page .profile_buttons
{
	display: flex;	flex-direction: column;	align-items: center;
	gap: 50px;
	padding: 60px 0 20px;
}
.member_article_page .profile_button .c-btn-wrapper:not(:last-child){	margin: 0 auto 10px;	}
.member_article_page .profile_button_sub
{
	font-size: 12px;
	text-align: center;
}


.member_article_page .works_block {
	margin-top: 84px
}

.member_article_page .member_block {
	margin-top: 85px
}

.member_article_page .notice_block {
	margin-top: 100px
}

.news_article_page {
	padding-top: 57px
}

.news_article_page .mainvisual {
	padding: 0 80px;
	width: 100%;
	margin: auto
}

.news_article_page .mainvisual img {
	width: 100%
}

.news_article_page .news_article_block {
	padding: 0 80px;
	width: 100%;
	margin: auto;
	margin-top: 84px
}

.news_article_page .news_article_block__inner .news_article_block_date {
	font-size: 17px;
	font-weight: 700;
	font-family: "DIN 2014", serif
}

.news_article_page .news_article_block__inner .news_article_block_tit {
	margin-top: 28px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4
}

.news_article_page .news_article_block__inner .news_article_block_txt {
	margin-top: 60px;
	line-height: 1.86;
	font-size: 15px
}

.news_article_page .news_article_block__inner .news_article_block_txt a {
	color: currentColor
}

.news_article_page .news_article_block__inner .news_article_block_img {
	margin-top: 60px
}

.news_article_page .news_article_block__inner .news_article_block_img img {
	width: 100%
}

.news_article_page .news_article_block__inner .news_article_block_btn {
	margin-top: 60px
}

.news_article_page .notice_block {
	margin-top: 100px
}

.news_page {
	padding-top: 57px
}

.news_page .mainvisual {
	padding: 0 80px;
	width: 100%;
	margin: auto
}

.news_page .mainvisual img {
	width: 100%
}

.news_page .news_block {
	margin-top: 84px
}

.news_page .notice_block {
	margin-top: 100px
}

.works_article_page {
	padding-top: 57px
}

.works_article_page .mainvisual {
	padding: 0 80px;
	width: 100%;
	margin: auto
}

.works_article_page .mainvisual img {
	width: 100%
}

.works_article_page .works_article_tit {
	max-width: 1080px;
	padding: 0 80px;
	width: 100%;
	margin: auto;
	margin-top: 84px;
	text-align: center;
	font-size: 32px;
	font-weight: 700
}

.works_article_page .works_txt_section {
	max-width: 1080px;
	padding: 0 80px;
	width: 100%;
	margin: auto;
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	row-gap: 90px
}

.works_article_page .works_txt_section .works_txt_section_item--award .works_txt_section_item__txt,
.works_article_page .works_txt_section .works_txt_section_item--cast .works_txt_section_item__txt {
	text-align: center
}

.works_article_page .works_txt_section .works_txt_section_item__txt {
	margin-top: 46px
}

.works_article_page .works_txt_section .works_txt_section_item__txt p {
	line-height: 1.86;
	font-size: 15px
}

.works_article_page .member_block {
	margin-top: 85px
}

.works_article_page .works_block {
	margin-top: 105px;
	padding: 73px 0 78px;
	background: #f8f8f8
}

.works_article_page .notice_block {
	margin-top: 100px
}

.works_page {
	padding-top: 57px
}

.works_page .mainvisual {
	padding: 0 80px;
	width: 100%;
	margin: auto
}

.works_page .mainvisual img {
	width: 100%
}

.works_page .works_block {
	margin-top: 84px
}

.works_page .notice_block {
	margin-top: 100px
}

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s top, .2s -webkit-transform;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s left, .2s -webkit-transform;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s right, .2s -webkit-transform;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

@media screen and (min-width:769px) {
	.footer_block .footer_block_copyright {
		display: none
	}

	.header_block__head .header_block_head_right .header_block_menu_btn {
		display: none
	}

	.header_block__bottom .header_block_menu .header_block_menu_item {
		align-self: flex-start
	}

	.works_block--3col .works_block__inner .works_block_list {
		gap: 50px 56px
	}

	.works_block--3col .works_block__inner .works_block_list .works_block_list_item {
		flex-basis: 256px
	}
}

@media screen and (max-width:769px) {
	.is-pc {
		display: none
	}

	.is-sp {
		display: block
	}

	.main_wrapper {
		flex-direction: column
	}

	html {
		font-size: calc(10 / 375 * 100vw)
	}

	.c-btn {
		font-size: 1rem;
		padding: .7rem .7rem .8rem 2.2rem
	}

	.c-btn::after {
		width: 1.2rem;
		height: 1.2rem
	}

	.r-btn {
		font-size: 1rem;
		padding: .7rem 2.2rem .8rem .7rem;
	}

	.r-btn::after {
		width: 1.2rem;
		height: 1.2rem
	}

	.contact_block {
		padding: 3.2rem 1rem 0
	}

	.contact_block__inner .c-tit + .contact_block_caption {
		margin-top: 1.4rem
	}

	.contact_block__inner .contact_block_caption {
		font-size: 1.2rem
	}

	.contact_block__inner .contact_block_btn {
		margin-top: 3rem
	}

	.contact_block__inner .contact_block_btn .c-btn--contact {
		font-size: 1rem;
		padding: 1.2rem .7rem 1.3rem 5rem
	}

	.footer_block .footer_block_copyright {
		margin-top: 5.4rem;
		padding-bottom: 4.5rem
	}

	.header_block {
		max-width: 100%;
		width: 100%;
		height: auto;
		padding: 0;
		overflow: visible
	}

	.header_block__head {
		flex-direction: row;
		justify-content: space-between;
		padding: 1rem;
		height: var(--header-height-sp);
		background: #fff
	}

	.header_block__head .header_block_head_left .header_block_logo {
		-webkit-column-gap: .7rem;
		column-gap: .7rem;
		flex-direction: row;
		padding: 0
	}

	.header_block__head .header_block_head_left .header_block_logo__img {
		width: 5.7rem
	}

	.header_block__head .header_block_head_left .header_block_logo__txt {
		width: 8.1rem
	}

	.header_block__head .header_block_head_right {
		-webkit-column-gap: 2rem;
		column-gap: 2rem
	}

	.header_block__head .header_block_head_right .header_block_lang_btn {
		margin-top: 0
	}

	.header_block__head .header_block_head_right .header_block_lang_btn .header_block_lang_btn_item {
		padding: 0 .9rem .1rem;
		font-size: 1rem
	}

	.header_block__bottom {
		display: none;
		top: var(--header-height-sp);
		height: calc(100svh - var(--header-height-sp));
		background: rgba(0, 0, 0, .8);
		position: absolute;
		overflow: auto;
		padding: 3.2rem 0
	}

	.header_block__bottom .header_block_menu {
		align-items: center;
		margin-top: 0
	}

	.header_block__bottom .header_block_menu .header_block_menu_item {
		color: #fff
	}

	.header_block__bottom .header_block_banner {
		padding: 0 4rem;
		margin-top: 3.7rem
	}

	.header_block .header_block_copyright {
		display: none
	}

.member_page {
	padding-top: 2.4rem;
}
.member_page .member_block {
    margin-top: 5.5rem;
}

	.member_block {
		padding: 0 3rem
	}

	.member_block__inner .c-tit + .member_block_caption {
		margin-top: 2.2rem
	}

	.member_block__inner .c-tit + .member_block_list {
		margin-top: 2.5rem
	}

	.member_block__inner .member_block_caption {
		font-size: 1.3rem
	}

	.member_block__inner .member_block_caption + .member_block_list {
		margin-top: 3rem
	}

	.member_block__inner .member_block_list {
		gap: 2rem 1.5rem
	}

	.member_block__inner .member_block_list .member_block_list_item {
		width: 46%;
		flex-basis: auto
	}

	.member_block__inner .member_block_list .member_block_list_item__role {
		font-size: 1rem;
		margin-top: .8rem
	}

	.member_block__inner .member_block_list .member_block_list_item__name {
		font-size: 1.2rem;
		margin-top: .3rem
	}

	.member_page .notice_block {
		margin-top: 4rem;
	}

	.news_block {
		padding: 0 3rem
	}

	.news_block__inner .c-tit + .news_block_list {
		margin-top: 2rem
	}

	.news_block__inner .news_block_list {
		row-gap: 2.6rem
	}

	.news_block__inner .news_block_list .news_block_list_item {
		flex-direction: column;
		row-gap: 1rem
	}

	.news_block__inner .news_block_list .news_block_list_item__date {
		font-size: 1.4rem
	}

	.news_block__inner .news_block_list .news_block_list_item__txt {
		font-size: 1.2rem;
		line-height: 2
	}

	.notice_block {
		padding: 0 3rem
	}

	.notice_block__inner {
		padding: 1.5rem 0
	}

	.notice_block__inner .notice_block_txt {
		font-size: 1.2rem
	}

	.swiper.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 2rem;
		height: .3rem;
		margin: 0 .3rem
	}

	.c-tit {
		font-size: 2.4rem
	}

	.works_block__inner {
		padding: 0 3rem
	}

	.works_block__inner .c-tit + .works_block_menu {
		margin-top: 2.5rem
	}

	.works_block__inner .c-tit + .works_block_list {
		margin-top: 2.5rem
	}

	.works_block__inner .works_block_menu {
		width: 100%;
		gap: 1rem .5rem
	}

	.works_block__inner .works_block_menu + .works_block_list {
		margin-top: 3rem
	}

	.works_block__inner .works_block_menu .works_block_menu_item {
		font-size: 1.5rem;
		padding: .3rem 1.4rem
	}

	.works_block__inner .works_block_list {
		gap: 2rem 1.5rem
	}

	.works_block__inner .works_block_list .works_block_list_item {
		width: 46%;
		flex-basis: auto
	}

	.works_block__inner .works_block_list .works_block_list_item__info {
		flex-direction: column;
		-webkit-column-gap: normal;
		column-gap: normal;
		margin-top: .8rem
	}

	.works_block__inner .works_block_list .works_block_list_item__info .works_block_list_item_info_role {
		font-size: 1rem
	}

	.works_block__inner .works_block_list .works_block_list_item__info .works_block_list_item_info_cat {
		min-width: 4.2rem;
		padding: .1rem .2rem .2rem;
		font-size: .9rem
	}

	.works_block__inner .works_block_list .works_block_list_item__info .works_block_list_item_info_tit {
		width: 100%;
		margin-top: .4rem;
		font-size: 1.1rem
	}

	.works_block__inner .works_block_btn {
		margin-top: 2.8rem
	}

	.not_found_page {
		padding: 1.875rem 1.25rem;
		gap: 1.875rem
	}

	.not_found_page h2 {
		font-size: 2.375rem
	}

	.article_page {
		padding-top: 2.4rem
	}

	.article_page .article_block {
		padding: 0 3rem
	}

	.article_page .article_block p {
		font-size: 1.3rem;
		margin-top: 4rem
	}

	.index_page .news_block {
		margin-top: 2.1rem
	}

	.index_page .notice_block {
		margin-top: 4rem
	}

	.index_page .member_block {
		margin-top: 3.3rem
	}

	.index_page .works_block {
		margin-top: 5.5rem
	}

	.index_page .about_block {
		margin-top: 4rem;
		padding: 2.7rem 0 3.5rem
	}

	.index_page .about_block__inner {
		padding: 0 2rem
	}

	.index_page .about_block__inner .about_block_caption {
		margin-top: 1.4rem;
		font-size: 1.4rem;		
	}

	.index_page .about_block__inner .about_block_works {
		margin-top: 2.5rem
	}

	.index_page .about_block__inner .about_block_works .about_block_works_tit {
		font-size: 1.2rem
	}

	.index_page .about_block__inner .about_block_works .about_block_works_txt {
		margin-top: 2.1rem;
		font-size: 1.4rem
	}

	.member_article_page {
		padding-top: 2.4rem
	}

	.member_article_page .mainvisual {
		padding: 0 3rem;
		-webkit-column-gap: 1rem;
		column-gap: 1rem
	}

	.member_article_page .mainvisual .mainvisual_left__role {
		font-size: 1.1rem
	}

	.member_article_page .mainvisual .mainvisual_left__name {
		font-size: 2rem;
		margin-top: .8rem
	}

	.member_article_page .mainvisual .mainvisual_left__kana {
		font-size: 1.1rem;
		margin-top: .4rem
	}

	.member_article_page .profile_block {
		padding: 0 3rem;
		margin-top: 3rem
	}

	.member_article_page .profile_block__inner .profile_block_tit + .profile_block_txt {
		margin-top: 2.2rem
	}

	.member_article_page .profile_block__inner .profile_block_txt {
		font-size: 1.4rem
	}


.member_article_page .profile_buttons
{
	gap: 10vw;
	padding: 15vw 0 5vw;
}
.member_article_page .profile_button .c-btn-wrapper:not(:last-child){	margin: 0 auto 3vw;	}
.member_article_page .profile_button_sub{	font-size: 1.2rem;	}

	.member_article_page .works_block {
		margin-top: 5.5rem
	}

	.member_article_page .member_block {
		margin-top: 3.3rem
	}

	.member_article_page .notice_block {
		margin-top: 4rem
	}

	.news_article_page {
		padding-top: 2.4rem
	}

	.news_article_page .mainvisual {
		padding: 0 3rem
	}

	.news_article_page .news_article_block {
		margin-top: 5rem;
		padding: 0 3rem
	}

	.news_article_page .news_article_block__inner .news_article_block_date {
		font-size: 1.6rem
	}

	.news_article_page .news_article_block__inner .news_article_block_tit {
		margin-top: 2.5rem;
		font-size: 1.8rem
	}

	.news_article_page .news_article_block__inner .news_article_block_txt {
		font-size: 1.3rem;
		margin-top: 4rem
	}

	.news_article_page .news_article_block__inner .news_article_block_img {
		margin-top: 4rem
	}

	.news_article_page .news_article_block__inner .news_article_block_btn {
		margin-top: 4rem
	}

	.news_article_page .notice_block {
		margin-top: 4rem
	}

	.news_page {
		padding-top: 2.4rem
	}

	.news_page .mainvisual {
		padding: 0 3rem
	}

	.news_page .news_block {
		margin-top: 5.5rem
	}

	.news_page .notice_block {
		margin-top: 4rem
	}

	.works_article_page {
		padding-top: 2.4rem
	}

	.works_article_page .mainvisual {
		padding: 0 3rem
	}

	.works_article_page .works_txt_section {
		margin-top: 5.5rem;
		padding: 0 3rem
	}

	.works_article_page .member_block {
		margin-top: 3.3rem
	}

	.works_article_page .works_block {
		margin-top: 5.5rem
	}

	.works_article_page .notice_block {
		margin-top: 4rem
	}

	.works_page {
		padding-top: 2.4rem
	}

	.works_page .mainvisual {
		padding: 0 3rem
	}

	.works_page .works_block {
		margin-top: 5.5rem
	}

	.works_page .notice_block {
		margin-top: 4rem
	}
}

@media screen and (max-width:320px) {
	.is-sp-s {
		display: block
	}
}

@media (hover:hover) and (pointer:fine) {
	.c-btn:hover {
		opacity: .5
	}
	.r-btn:hover {
		opacity: .5
	}

	.header_block__head .header_block_head_left .header_block_logo:hover {
		opacity: .5
	}

	.header_block__bottom .header_block_menu .header_block_menu_item:hover {
		opacity: .5
	}

	.header_block__bottom .header_block_banner .header_block_banner_item:hover {
		opacity: .5
	}

	.member_block__inner .member_block_list .member_block_list_item:hover {
		opacity: .5
	}

	.news_block__inner .news_block_list .news_block_list_item:hover {
		opacity: .5
	}

	.notice_block__inner:hover {
		opacity: .5
	}

	.works_block__inner .works_block_menu .works_block_menu_item:hover {
		opacity: .5
	}

	.works_block__inner .works_block_list .works_block_list_item:hover {
		opacity: .5
	}
}

@media (prefers-reduced-motion:no-preference) {
	html:focus-within {
		scroll-behavior: smooth
	}

	:focus-visible {
		transition: outline-offset 145ms cubic-bezier(.25, 0, .4, 1)
	}

	:where(:not(:active)):focus-visible {
		transition-duration: .25s
	}
}


.mainvisual .swiper a{	transition: 0.3s ease-in-out 0s;	}
.mainvisual .swiper a[disabled]{	pointer-events: none;	}
.mainvisual .swiper a:hover{	opacity: 0.7;	}