/* 沿革ページ */
.chart_box {
	margin-bottom: 20px;
}
.parts.accordion-container {
	padding: unset !important;
}
.parts.accordion-container summary {
	position: relative;
}

@media screen and (max-width: 750px) {
	.accordion-container.parts {
		margin-top: 20px;
	}
}

@media screen and (max-width: 750px) {
	.admin-bar  .hamburger-menu{
		top: 15px !important;
		position: absolute;
	}
	.admin-bar .is-fixed .hamburger-menu{
		top: 15px;
		position: fixed;
	}
}

/* Contact form 7 プラグインのスタイル */
.wpcf7-response-output {
	padding: 15px 25px !important;
	border-color: #dc3232 !important;
}

.text_btn_pdf_btn {
	margin: 30px 0 0 0 !important;
}

.column3_movie_h3 {
	padding-top: 0 !important;
}
.column_movie_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	width: 100%;
}

.parts_left_btn_box .btn {
	margin: 0 0 60px 0;
	text-align: center !important;
}
@media screen and (max-width: 750px) {
	.parts_left_btn_box .btn {
		margin: 0 0 20px 0;
	}
}

.sized_img_box {
	width: 100%;
}
@media screen and (min-width: 751px) {
	.column1_movie_parts.movie_thumb {
		margin: 0 70px 40px 70px;
	}
	.column1_movie_parts {
		margin-bottom: 40px;
	}
	.parts_left_btn_box .btn {
		margin: 0 30px 60px 0;
		text-align: center !important;
	}
	.sized_img_box {
		width: 600px;
		margin: 0 auto;
	}
}

.h3_parts_underline {
	border-bottom: 1px solid #000;
	display: block;
	margin: 0 5.1%;
	padding: 20px 0 5px 0 !important;
}

.h3_parts_underline + .parts_left_btn_box {
	text-align: left !important;
}

.parts_left_btn_box .arrow_blue::before {
	content: none;
}

.parts_left_btn_box .arrow_blue {
	padding: 18px 30px 18px 30px;
}
.h3_parts_underline + p {
	margin-bottom: 40px;
}
.parts_left_btn_box {
	padding-top: 0px;
}
.h3_parts_underline {
	border-color: #aac2df;
}

@media screen and (max-width: 750px) {
	/*body:not(.home) section {*/
	/*    margin-bottom: 60px;*/
	/*}*/

	/* 	.bgradation {
		padding: 0;
	} */

	.parts_btn_box {
		margin-top: 20px;
	}
}

.txt_sized_img_block {
	display: flex;
	gap: 40px;
}
.txt_sized_img_block img {
	width: 300px;
	height: 200px;
	object-fit: cover;
}

@media screen and (max-width: 750px) {
	.txt_sized_img_block img {
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 750px) {
	.txt_sized_img_block {
		display: block;
	}
}
.header_parts.inner {
	margin-top: 0;
}

.logout_button {
	position: fixed; /* 固定位置 */
	left: 0; /* 左端に配置 */
	bottom: 25px;
	padding: 10px; /* パディング */
	background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
	color: #fff; /* 文字色 */
	border: none; /* 枠線なし */
	z-index: 1000; /* 重なり順 */
	width: 288px;
	height: 70px;
	@media screen and (max-width: 750px) {
		bottom: 10px;
	}
}

.logout_button a {
	padding: 26px 60px 26px 30px;
	line-height: 18px;
}
.logout_button button {
	cursor: pointer; /* カーソルをポインタに */
}

.logout_button {
	@media screen and (max-width: 750px) {
		width: 200px;
		height: 50px;
	}

	a {
		font-size: 16px;
		@media screen and (max-width: 750px) {
			font-size: 12px;
			width: 200px;
			height: 50px;
			padding: 0 50px 0 0px;
			font-size: 12px;
			display: grid;
			place-items: center;
			&::before {
				right: 20px;
			}
		}
	}
}

.logout_button a::before {
	position: absolute;
	content: "";
	background-image: url(../img/member_img.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 30px;
}

.img_row_parts {
	display: inline-flex;
	gap: 10px;
}
.img_box {
	flex: 1;
}

@media screen and (max-width: 750px) {
	.history_group,
	.history_hoya {
		margin: unset !important;
		width: 768px;
		word-break: initial;
	}
	.history_year {
		padding-right: 10px !important;
	}
}
.tab li a {
	width: 100%;
	padding: 18px 44px 18px 17px;
}

.kasou_fv_img.page_background_color_bb::before {
	background-image: url(../img/kasou_header_cover_blue.png);
}
.default {
	background-color: white;
}

@media screen and (max-width: 750px) {
	.img_box {
		width: 48%;
	}
	.img_row_parts {
		flex-wrap: wrap;
		gap: 4px;
	}
}

.filter_box {
	.btn + .btn {
		margin-top: 30px;
		@media screen and (max-width: 750px) {
			margin-top: 0;
		}
	}
}
.header_nav_li {
	word-break: normal;
}


/* モーダル */
.layer {
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s linear, visibility 0.5s linear, z-index 0.5s linear;
}

.layer.is-open {
	z-index: 999;
	opacity: 1;
	visibility: visible;
}

.layer.is-open .modal-pdf{
	opacity: 1;
	visibility: visible;
}

.modal__button-wrap {
	position: absolute;
	right: -50px;
	top: -25px;
	display: inline-flex;
}


.close-button {
	position: relative;
	width: 50px;
	height: 50px;
	background: transparent;
	border-radius: 50%;
	padding: 0;
	border: transparent;
	cursor: pointer;
}

.close-button span {
	width: 50px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: calc(50% - 12px);
	top: 50%;
	border-radius: 20px;
}

.close-button span:nth-child(1) {
	transform: rotate(45deg) translate(-1px, -1px);
}

.close-button span:nth-child(2) {
	transform: rotate(-45deg) translate(1px, -1px);
}

.js-modal-button {
	cursor: pointer;
}

.modal-pdf {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	min-width: 440px;
	opacity: 0;
	visibility: hidden;
	transition:  visibility 0.4s linear, opacity 0.4s linear;
}


.modal__inner {
	margin-top: 100px;
	margin-bottom: 100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 13px;
	display: block;
	padding: 0;
	height: auto;
}

.modal__content {
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 13px;
	overflow: hidden
}

.modal__content iframe {
	width: 100%;
	height: calc(100vh - 200px);
}


.modal__button-area {
	max-width: 843px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 17px;
	padding-top: 15px;
}
/* モーダル */

/* サイトマップ矢印の表示/非表示 */
span.sitemap__index__link {
	background: none ;
}

.news_category {
/* 	min-width: 8.5em; */
	width: auto;
	text-align: center;
	white-space: nowrap; 
}
/* .en .news_category {
	min-width: 12.5em;
} */

@media screen and (min-width: 751px) {
.footer_nav01 {
	max-width: 23.5%;
    width: auto !important;
}
}

.dropdown_nav ul:first-of-type {
	margin-top: 97px;
}

.dropdown_nav > div > div {
	align-items: flex-start !important;
}

.dropdown_nav03 > div > div, .dropdown_nav04 > div > div {
	margin-top: 0 !important;
}

.header.-fv {
	background: linear-gradient(180deg, rgb(255, 255, 255, 0.95), rgb(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
}