@charset "UTF-8";
.mt0 {
	margin-top: 0;
}

.single_contents h2 {
	padding-bottom: 13px;
	position: relative;

	&:not(:first-of-type) {
		margin-top: 2em;
	}
}

.single_contents h2::before {
	position: absolute;
	content: "";
	background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
	width: 100%;
	height: 2px;
	bottom: 0;
}

.single_contents h3 {
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(42, 113, 209, 0.4);
	margin: 80px 5.1% 18px 5.1%;
	background-image: none;
	color: #2c66b0;
	display: block;
	-webkit-text-fill-color: initial;
	padding-left: 0;
	padding-right: 0;
}

.single_contents .inner h3:nth-child(2) {
	margin-top: 0;
}

.single_contents h4 {
	margin-inline: 5.1%;
}

.single_contents p {
	margin: 0 5.1% 30px 5.1%;
}

.single_contents strong {
	font-weight: bold;
}

.wp-block-image {
	margin: 0 5.1% 1lh;
	text-align: center;
	display: grid;
	justify-items: center;
	gap: 20px;
}

/* .single_contents .wp-block-image img {
	width: 56.6%;
	max-width: 600px;
	max-height: 400px;
} */

.wp-block-image figcaption {
	/* width: 56.6%;
	max-width: 600px;
	margin: 0 !important; */
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: calc(26 / 14);
}

.wp-block-media-text {
	margin: 0 5.1%;
	display: flex !important;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	gap: 45px;
	margin-bottom: 40px;
}

.wp-block-media-text__media {
	width: 30%;
}

.wp-block-media-text__media img {
	margin-bottom: 0 !important;
}

.wp-block-media-text__content {
	width: 70%;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 0 !important;
}

.wp-block-media-text .wp-block-media-text__content p {
	margin: 0 0 30px 0 !important;
}

.wp-block-columns {
	align-items: flex-start;
	gap: 25px;
	margin: 0 5.1% !important;
}

.wp-block-column {
	width: 33%;
}

.wp-block-column .wp-block-image {
	margin: 0;
}

.wp-block-column p {
	margin: 0 0 30px 0 !important;
}

.single_contents ul {
	margin: 40px 5.1%;
}

.single_contents ul li {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}

.single_contents ul li::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 12px;
	margin: auto;
	left: 0;
	background-image: url(../img/dot.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.wp-block-buttons {
	margin: 0 5.1%;
}
.wp-block-button.is-style-outline a {
	font-size: 16px;
	line-height: 16px;
	padding: 18px 30px 18px 30px !important;
	letter-spacing: 0.1em;
	position: relative;
	margin: 0 10px 30px 10px;
	background-color: #ffffff;
	color: #2c66b0 !important;
	border: 2px solid #2c66b0 !important;
	border-radius: 0 !important;
}

.wp-block-button.is-style-fill a {
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.1em;
	position: relative;
	margin: 0 10px 30px 10px;
	padding: 20px 30px 20px 30px !important;
	background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
	color: #ffffff;
	border-radius: 0 !important;
}

.wp-block-video {
	margin: 0 5.1%;
	text-align: center;
}

.wp-block-video video {
	width: 83.96% !important;
	margin-bottom: 20px;
}

.wp-block-video figcaption {
	margin: 0 !important;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: calc(26 / 14);
}

.wp-block-flexible-table-block-table {
	margin: 2lh 5.1%;
	@media screen and (max-width: 750px) {
		margin-block: 40px;
	}
}
.wp-block-table {
	margin: 80px 5.1%;
	text-align: center;

	table tbody tr:first-child {
		background-color: #2c66b0;
		color: #ffffff;
	}

	table,
	table th,
	table td {
		border: 1px solid #2c66b0;
		border-collapse: collapse;
		font-size: 16px;
	}
}

.wp-block-media-text.back {
	background-color: #f2f7fb;
	padding: 30px 50px;
}

.back .wp-block-media-text__content p:last-child {
	text-align: right;
	margin-bottom: 0 !important;
}

.wp-block-media-text__content a {
	display: inline-block;
	color: #2c66b0;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
	text-decoration: underline;
}

.wp-block-coblocks-accordion {
	margin: 60px 5.1%;
}

.wp-block-coblocks-accordion-item details {
	border: 1px solid #2c66b0;
	margin-bottom: 20px;
}

.wp-block-coblocks-accordion-item__title {
	padding: 28px 60px !important;
	font-size: 24px;
	border-radius: 0 !important;
	color: #2c66b0;
	font-weight: 500;
	cursor: pointer;
}

.wp-block-coblocks-accordion-item__title::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 60px;
	background-image: url(../img/filter_plus.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: transform 0.3s;
}

details[open] .wp-block-coblocks-accordion-item__title::before {
	background-image: url(../img/filter_minus.svg) !important;
	background-repeat: no-repeat;
	background-size: contain;
}

.wp-block-coblocks-accordion-item__title.has-background:hover:after,
.wp-block-coblocks-accordion-item__title:hover:after {
	background: none !important;
	background-color: #ffffff;
}

.wp-block-coblocks-accordion-item__content {
	padding: 0 60px 28px 60px !important;
	text-align: left;
}

.wp-block-coblocks-accordion-item__title.has-background:focus,
.wp-block-coblocks-accordion-item__title:focus {
	outline: none !important;
	outline-offset: 0 !important;
}

.wp-block-coblocks-accordion-item__content p {
	margin: 0;
}

summary {
	display: block;
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

@media screen and (max-width: 750px) {
	.single_contents p,
	.single_contents ul li,
	.wp-block-table table,
	.wp-block-table table th,
	.wp-block-table table td,
	.wp-block-media-text__content a {
		font-size: 15px;
	}

	.single_contents h3,
	.single_contents h4,
	.single_contents p,
	.wp-block-image,
	.wp-block-media-text,
	.wp-block-columns,
	.single_contents ul,
	.wp-block-buttons,
	.wp-block-video,
	.wp-block-table {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.single_contents h3 {
		margin-top: 60px;
	}

	.single_contents img,
	.wp-block-image figcaption {
		width: 100%;
	}

	.wp-block-media-text {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 0;
	}

	.has-media-on-the-right {
		flex-direction: column-reverse;
	}

	.wp-block-media-text__media,
	.wp-block-media-text__content {
		width: 100%;
	}

	.wp-block-columns {
		margin-bottom: 30px !important;
	}

	.wp-block-column p {
		margin: 0 !important;
	}

	.wp-block-button {
		width: 100%;
	}

	.wp-block-button.is-style-outline a,
	.wp-block-button.is-style-fill a {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.wp-block-image figcaption {
		font-size: 13px;
	}

	.wp-block-video figcaption {
		font-size: 13px;
	}

	.wp-block-media-text.back {
		padding: 30px 10px;
	}

	.wp-block-coblocks-accordion {
		margin: 60px 0;
	}

	.wp-block-coblocks-accordion-item__title {
		padding: 18px 60px 18px 10px !important;
		font-size: 18px;
	}

	.wp-block-coblocks-accordion-item__title::before {
		right: 10px;
	}

	.wp-block-coblocks-accordion-item__content {
		padding: 0 10px 18px 10px !important;
		overflow: auto;
	}
}

.gradation {
	background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
	background-image: -webkit-linear-gradient(0, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.download_white {
	min-width: 363px;
	padding: 20px 160px 20px 30px;
}

.download_white {
	margin-top: 0;
	margin-bottom: 10px !important;
}

.download_white::before {
	width: 14px;
	height: 14px;
	background-image: url(../img/download_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.single_text_block {
	margin-bottom: 80px;
}

.single_img_center {
	text-align: center;
	margin-bottom: 20px;
}

.single_ul {
	margin: 40px 0;
}

.single_img_center img {
	width: 56.6%;
	max-height: 400px;
}

.caption {
	font-size: 14px;
}

.single_video_center {
	position: relative;
	text-align: center;
}

.single_video_center::before {
	content: "";
	position: absolute;
	width: 157px;
	height: 157px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-image: url(../img/video_btn.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.single_video_center img {
	width: 83.96%;
}

.single_column2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	gap: 45px;
	margin-bottom: 40px;
}

.single_column2_img {
	width: 300px;
}

.single_column2_txt {
	width: calc(100% - 345px);
}

.reverse {
	flex-direction: row-reverse;
}

.single_column3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.single_btn {
	margin-top: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.single_btn .btn {
	margin: 0 !important;
}
.btn_box {
	&:has(.previous_btn),
	&:has(.next_btn),
	&:has(.previous_btn, .next_btn) {
		padding-inline: 0 !important;
		gap: 20px;
		@media screen and (max-width: 750px) {
			gap: 0;
			justify-content: space-between;
		}

		.btn {
			@media screen and (max-width: 750px) {
				width: calc(100% - (34px * 2) - 20px);
			}
		}
	}
}

.previous_btn a,
.next_btn a {
	width: 34px;
	height: 34px;
	position: relative;
}

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

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

/* アコーディオン */

.accordion_item {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #2c66b0;
	font-size: 24px;
}

.accordion_item summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 28px 60px;
	color: #2c66b0;
	font-weight: 500;
	cursor: pointer;
}

.accordion_item summary::-webkit-details-marker {
	display: none;
}

.accordion_item summary::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 60px;
	background-image: url(../img/filter_plus.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: transform 0.3s;
}

.accordion_item[open] summary::after {
	background-image: url(../img/filter_minus.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.accordion_item p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 0 60px 28px 60px;
	color: #333333;
	transition: transform 0.5s, opacity 0.5s;
}

.accordion_item[open] p {
	transform: none;
	opacity: 1;
}

@media screen and (max-width: 750px) {
	.single_btn {
		margin-top: 0;
	}

	.single_btn .btn {
		margin-top: 0;
	}
}

form.post-password-form {
	max-width: 800px;
	margin: 40px auto;
	> p {
		display: grid;
		gap: 20px;
	}
	[type="submit"] {
		max-width: 300px;
		margin-inline: auto;
		text-align: center;
		padding: 1em;
		letter-spacing: 0.1em;
	}
}
