@charset "UTF-8";

.inner {
	width: 100%;
	max-width: 1180px;
	margin: 80px auto 60px auto;
	margin-bottom: 60px;
	/* text-align: center; */
}

/* .inner > h2,
.inner > h3,
.table td {
	text-align: left;
}

.inner > h3,
.inner > h4,
.inner > p,
.inner > div:not(.product_box),
.inner ul {
	padding-left: 5.1%;
	padding-right: 5.1%;
	text-align: left;
}

.inner table {
	width: 89.8%;
	margin: auto;
	@media screen and (max-width: 750px) {
		margin: auto auto 80px;
	}
} */

.inner > .template-parts {
	padding-inline: 5%;
	@media screen and (max-width: 750px) {
		padding-inline: 0;
	}
}

.back .inner {
	margin: 0 auto;
}

h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: calc(45 / 32);
	margin-bottom: 40px;
	color: #2c66b0;
}

.h2_bb {
	padding-bottom: 13px;
	position: relative;
}

.h2_bb::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;
}

.area {
	margin: 0 5.1%;
}

.area_back {
	background-color: #ffffff;
	padding: 40px 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.area_back > div,
.area_back > ul {
	margin: 0 5.1%;
}

.area_back.page_link_lists {
	padding: 0 0 20px 0 !important;
}

.area_none {
	padding: 0 !important;
}

.link_list {
	padding: 0 !important;
}

.link_list li::before,
.tag_link_list li::before {
	display: none;
}

h3 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 18px;
	line-height: 1.3;
	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;
	display: inline-block;
}

/* h3 span {
    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;
} */

/* h3.gradation {
    display: inline-block;
} */

.h3_center {
	text-align: center !important;
}

.h3_bb {
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(42, 113, 209, 0.4);
}

h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	/* margin: 0 0 8px 60px; */
	margin-bottom: 8px;
	color: #2c66b0;
}

.text_block {
	margin-bottom: 40px;
}

/* .text_block p {
    font-size: 16px;
    
    line-height: 32px;
    margin-bottom: 18px;
} */

p {
	font-size: 16px;

	line-height: 32px;
	/* margin: 0 60px 18px 60px; */
	margin-bottom: 18px;
}

.bold {
	font-weight: bold;
}

.link {
	display: inline-block;
	color: #2c66b0;
	font-size: 16px;

	line-height: 1.7;
	text-decoration: underline;
	/* border-bottom: 1px solid #2C66B0; */
}

.text_block .txt_center {
	text-align: center;
}

.text_block span {
	font-weight: bold;
}

.supplement {
	color: #ff0000;
	margin-top: -10px;
}

.part_ul {
	/* margin: 70px 0; */
	margin: 60px 0;
}

.part_ul li {
	font-size: 16px;

	line-height: 30px;
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}

.part_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;
}

.txt_img_block1 {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 100px;
	margin-bottom: 60px;
}

.txt_img_block1_text {
	width: calc(100% - 400px);
}

.txt_img_block1_img {
	width: 300px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.txt_img_block1_img img {
	width: 100%;
}

/* .txt_img_block1_img4_block {
    margin-bottom: 60px;
} */

.txt_img_block1_img4_block_box {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.txt_img_block1_img4_block_box img {
	width: 25%;
	&:only-child {
		width: 100%;
		max-width: 600px;
	}
}

.txt_img_block1_img4_block_item {
	width: 49.5%;
	max-height: 400px;
}

.txt_img_block2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px 6.94vw;
	margin-bottom: 60px;
}

.txt_img_block2:last-child {
	margin-bottom: 0;
}

.txt_img_block2_text {
	width: calc(100% - 45.28% - 6.94vw);
}

.txt_img_block2_img {
	width: 480px;
	width: 45.28%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

section.back {
	background-color: #f2f7fb;
}

.txt_img_section2_back .txt_img_block2 {
	margin: 0 60px 60px 60px;
}

.txt_img_block2_box .txt_img_block2:last-child {
	margin-bottom: 0;
}

.table {
	width: 100%;
	margin-bottom: 40px;
	@media screen and (max-width: 750px) {
		margin-bottom: 20px;
	}
}

.area_back .table {
	margin-bottom: 0;
}

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

.table,
.table th {
	border-left: 0 !important;
	line-height: calc(24 / 16);
}

.table,
.table td {
	border-right: 0 !important;
}

.table th,
.table td {
	font-size: 16px;
	letter-spacing: 0;
	padding: 25px 20px;
	vertical-align: middle;
}

.table th {
	width: 155px;
	color: #2c66b0;
}

.table th > span > span {
	font-size: 12px;
	margin-top: 10px;
}

.table td {
	width: calc(100% - 150px);
	line-height: 28px;
	padding: 25px 30px;
}

.products_table th {
	width: 300px;
}

.products_table td {
	width: calc(100% - 300px);
}

input,
select,
textarea {
	border: 1px solid #bebebe;
	border-radius: 7px;
	width: 100%;
	padding: 8px 15px;
	line-height: 16px;
}

textarea {
	height: 124px;
}

[type="radio"],
[type="checkbox"] {
	width: initial;
}

.require {
	position: relative;
	height: 22px;
}

.require::before {
	position: absolute;
	content: "*";
	font-size: 100%;
	top: 0;
	right: -8px;
}

.btn_box {
	display: block;
	text-align: center;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.btn {
	font-size: 16px;
	padding: 18px 30px 18px 30px;
	letter-spacing: 0.1em;
	position: relative;
	margin: 30px 10px;
	text-align: left;
}

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

.text_btn_part_btn {
	margin: 0;
	/* min-width: initial!important; */
}

.btn::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
}

.btn_back_white {
	/* background-color: #FFFFFF; */
	color: #2c66b0;
	border: 2px solid #2c66b0;
}

.btn_back_white:hover {
	background-color: #2c66b0;
	color: #fff;
	border: 2px solid #2c66b0;
	opacity: 1;
}

.btn_back_gradetion {
	padding: 20px 30px 20px 30px;
	background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
	color: #ffffff;
}

.arrow_blue,
.arrow_white,
.arrow_link,
.download {
	padding: 18px 70px 18px 30px;
	min-width: 316px;
	transition: all 0.5s;
}

.download::before {
	width: 14px;
	height: 14px;
	background-image: url(../img/download.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.5s;
}

.arrow_blue::before {
	width: 20px;
	height: 5px;
	background-image: url(../img/arrow_right_blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.5s;
}

.arrow_white::before {
	width: 20px;
	height: 5px;
	background-image: url(../img/arrow_right_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.5s;
}

.arrow_link::before {
	right: 10px;
	width: 13.76px;
	height: 13.76px;
	background-image: url(../img/arrow_link.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.5s;
}

.arrow_blue:hover.arrow_blue::before,
.arrow_white:hover.arrow_white::before,
.arrow_link:hover.arrow_link::before,
.download:hover.download::before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	transition: all 0.5s;
}

.reset_btn {
	/* margin: 0; */
	padding: 18px 54px 18px 54px;
}

.search_btn {
	/* margin: 0; */
	padding: 20px 54px 20px 54px;
}

.button_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0 20px;
	padding-bottom: 35px;
	border-bottom: 1px solid rgb(44 102 176 / 40%);
	&:not(:last-of-type) {
		margin-bottom: 30px;
	}
}

.button_block_link {
	border-bottom: none;
	justify-content: flex-start;
}

.button_block p {
	/* width: 67.5%; */
	width: 100%;
}

.notes {
	font-size: 14px;
}

.tag_link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 30px;
}

.tag_link_list li {
	padding: 0;
	margin-bottom: 0;
	line-height: 14px;
}

.tag_link_list li a {
	font-size: 14px;
	color: #2c66b0;
	text-decoration: underline;
}

.special_txt_box,
.special_txt_box_onlytxt {
	background-color: #f2f7fb;
	padding: 40px 50px;
	margin: 0 5% 30px;
	@media screen and (max-width: 750px) {
		padding: 40px 20px;
		margin: 0 0 30px;
	}
}

.special_txt_box p {
	margin-bottom: 0;
}

.special_txt_box_onlytxt p {
	margin-bottom: 30px;
}

.special_txt_box_onlytxt p:last-child {
	margin-bottom: 0;
}

.special_txt_box {
	padding: 30px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	margin-bottom: 60px;
}

.special_txt_box_img {
	width: 300px;
}

.special_txt_box_img img {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.special_txt_box_txt {
	width: calc((100% - 30px - 300px));
}

.special_txt_box_txt div {
	text-align: end;
}

.special_txt_box_txt p {
	margin-bottom: 30px;
}

.column_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 25px;
}

.column_item {
	width: calc((100% - 50px) / 3);
}

.column_item > a {
	display: block;
}

.column_item_img {
	background-color: #f7f7f7;
	height: auto;
	margin-bottom: 20px;
	aspect-ratio: 3 / 2;
}

.column_item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.movie_thumb {
	position: relative;
}

.movie_thumb::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 29%;
	aspect-ratio: 1 / 1;
	background-image: url(../img/movie_start.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.column_item_title {
	font-size: 24px;
	font-weight: bold;
	color: #2c66b0;
	margin-bottom: 0;
}

.column_item_detail {
	font-size: 16px;
	line-height: 28px;
}

.column_item_txt div {
	display: block;
	text-align: end;
	margin-top: 25px;
}

.accordion_section .area_back {
	border: 1px solid rgba(42, 113, 209, 0.5);
	margin-bottom: 20px;
	padding: 25px 0;
}

.accordion_title {
	position: relative;
}

.accordion_title.close::before {
	background-image: url(../img/filter_minus.svg);
}

.accordion_area li {
	padding: 0;
	position: relative;
}

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

.accordion_area h3 {
	margin-bottom: 0;
}

.accordion_box {
	display: none;
}

.accordion_box > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 100px;
	border-top: 1px solid rgba(42, 113, 209, 0.4);
	margin-top: 18px;
	padding-top: 30px;
}

.accordion_box_img {
	width: 41.8%;
}

.accordion_box_img img {
	padding-left: 19.1%;
}

.accordion_box_txt {
	width: calc((100% - 41.8% - 100px));
}

.accordion_box_txt span {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 25px;
}

.banner_box {
	flex-wrap: wrap;
}

.banner_item {
	width: calc((100% - 20px) / 2);
	height: 240px;
	color: #2c66b0;
	position: relative;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-image: url(../img/banner_dummy.png);
	background-size: cover;
}

.banner_item_big {
	width: 100% !important;
}

.banner_item div {
	position: absolute;
	bottom: 15px;
	font-size: 28px;
}

.banner_item span {
	font-size: 28px;
}

.banner_item p {
	margin-bottom: 0;
	line-height: 1;
}

/* .banner_item:first-child {
    width: 100%;
} */

/* モーダル表示 */

.modal_toggle {
	position: absolute;
	width: 100%;
	height: 100%;
}

.modal {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all 1s ease-in-out;
}

.modal_container p:first-child {
	margin-bottom: 15px;
}

.modal_title {
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}

.modal_text {
	color: #fff;
}

.modal_content {
	width: 90%;
	max-width: 772px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: show 0.6s linear 0s;
}

.modal_container iframe {
	width: 100%;
	height: 28vw;
	margin-bottom: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.modal_top {
	display: inline-block;
	position: absolute;
	right: 190px;
	top: 30px;
}

.modal_close {
	width: 30px;
	height: 30px;
	background-image: url("../img/movie_close.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.modal_close:hover,
.modal_close:focus {
	text-decoration: none;
	cursor: pointer;
}

.modal-title {
	color: #fff;
}

@keyframes show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.academic_page .chart {
	margin-bottom: 20px;
	padding: 0;
}

.academic_page .chart:last-child {
	margin-bottom: 0;
}

.chart_box {
	background-color: #ffffff;
	padding: 40px 0;
	padding-left: 5.1%;
	padding-right: 5.1%;
}

.chart_box table {
	width: 100%;
}

.chart_btn {
	text-align: center;
}

.chart_none_text {
	text-align: center;
	margin: 0;
}

/* テキストボタンブロック2 */

.text_btn_pdf {
	width: 45.2%;
}

.text_btn_pdf p {
	width: 100%;
}

.text_btn_pdf_label_none {
	display: none;
}

.text_btn_pdf_label {
	font-size: 14px;
	color: #fff;
	padding: 6px 15px;
	background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
	margin-bottom: 10px;
}

.text_btn_pdf h4 {
	font-size: 24px;
	margin-bottom: 25px;
}

.text_btn_pdf_tag {
	font-size: 14px;
	color: #2c66b0;
	margin-right: 14px;
	margin-bottom: 8px;
}

.text_btn_pdf_element,
.text_btn_pdf_category {
	font-size: 14px;
	color: #2c66b0;
	margin-right: 14px;
}

.text_btn_pdf_btn {
	margin-top: 30px;
}

/* 3カラムテキストの一部追加 */

.column_item_img {
	position: relative;
}

.column_item_label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #fff;
	padding: 6px 15px;
	background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
}

.column3_text_part_tag {
	font-size: 14px;
	color: #2c66b0;
	margin-right: 14px;
	margin-bottom: 8px;
}

.column3_text_part_category {
	font-size: 14px;
	color: #2c66b0;
	margin-right: 14px;
}

.column_item_title {
	margin-bottom: 18px;
}

.column_box {
	padding-top: 40px;
	padding-bottom: 40px;
}

.column3_text_parts_bg_blue,
.column3_parts_movie_bg_blue {
	background-color: #f2f7fb;
}

.column_item .link {
	margin-bottom: 0;
}

.column3_movie_h3 {
	margin-bottom: 0;
	padding-top: 40px;
	background-color: #f2f7fb;
}

/* imgのみパーツ */

.img_box img {
	width: 100%;
	height: auto;
	aspect-ratio: 257 / 193;
	object-fit: cover;
	/* background: url(...); */
}

.parts_btn_box {
	text-align: center !important;
}

p.tag-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	@media screen and (max-width: 1060px) {
		flex-direction: column;
		gap: 20px;
	}
}

.page.page-id-1711 #basic p a {
	font-weight: bold;
}
