/* CSS Document */

/* ----------
 *   home
 * ---------- */

.home_slick {
	background-color: #c5edff;

	margin: 0.3rem 0 12rem;
	padding: 1rem 0;
}

.home_slick_main {
	width: 110rem;
}

.home_slick_image {
	width: 110rem;
}

.slick-prev:before {
	border-left: 0.7rem solid #0052a5;
	content: '';

	position: absolute;
	top: -2rem;
	left: -3.5rem;
	width: 5.2rem;
	height: 5.2rem;
	opacity: 1;
	transform: rotateZ(35deg);
}

.slick-prev:after {
	border-left: 0.7rem solid #0052a5;
	content: '';

	position: absolute;
	top: -0.6rem;
	left: -3.5rem;
	width: 5rem;
	height: 5rem;
	opacity: 1;
	transform: rotateZ(-35deg);
}

.slick-prev:hover {
	opacity: 0.6;
}

.slick-next:before {
	border-left: 0.7rem solid #0052a5;
	content: '';

	position: absolute;
	top: -2rem;
	left: 0.5rem;
	width: 5.2rem;
	height: 5.2rem;
	opacity: 1;
	transform: rotateZ(-215deg);
}

.slick-next:after {
	border-left: 0.7rem solid #0052a5;
	content: '';

	position: absolute;
	top: -0.6rem;
	left: 0.7rem;
	width: 5rem;
	height: 5rem;
	opacity: 1;
	transform: rotateZ(-145deg);
}

.slick-next:hover {
	opacity: 0.6;
}

.slick-dots {
	bottom: -4.5rem;
}

.slick-dots li {
	margin: 0 -0.2rem;
}

.slick-dots li:hover {
	opacity: 0.6;
}

.slick-dots li button:before {
	color: #ccc;
	font-size: 1rem;

	opacity: 1;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #0052a5;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.home_section_hr {
	border: none;
	background-color: #ccc;

	width: 81.3rem;
	height: 0.2rem;
	margin: 0 auto;
}

/* Home Section1 */
.home_section1 {
	margin-bottom: 13rem;
}

.home_section1_image {
	width: 80.7rem;
}

/* Home Section2 */
.home_section2 {
	margin-bottom: 10rem;
}

.home_section2_image {
	width: 62.6rem;
	transition: opacity 0.3s;
}

.home_section2_image:hover {
	opacity: 0.7;
}

/* Home Section3 */
.home_section3 {
	background-color: #eee7d8;

	margin: 10rem 0;
	padding: 7rem 0 10rem;
}

.home_section3_image {
	width: 81.4rem;
}

/* Home Section4 */
.home_section4 {
	max-width: 81.4rem;
	margin-bottom: 5.5rem;
}

.home_section4_image {
	width: 39.8rem;
}

.home_section4_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	max-width: 40.7rem;
}

/* Home Section5 */
.home_section5 {
	margin-bottom: 6rem;
}

.home_section5_image {
	width: 81.6rem;
}

/* Home Section6 */
.home_section6 {
	margin-bottom: 7rem;
}

.home_section6_image {
	width: 61.7rem;
}

/* Home Section7 */
.home_section7 {
	margin-bottom: 9.5rem;
}

.home_section7_image {
	width: 81.6rem;
}

/* Home Section8 */
.home_section8 {
	margin-bottom: 10rem;
}

.home_section8_image {
	width: 83rem;
}

/* Home Section9 */
.home_section9 {
	position: relative;
	margin-bottom: 18rem;
}

.home_section9_image {
	width: 82.5rem;
}

.home_section9_imgmap1,
.home_section9_imgmap2,
.home_section9_imgmap3 {
	color: transparent;
	font-size: 2.4rem;
	white-space: nowrap;

	position: absolute;
}

.home_section9_imgmap1_active,
.home_section9_imgmap2_active,
.home_section9_imgmap3_active {
	background-color: #fff;
	border-radius: 12.8rem;

	position: absolute;
	opacity: 0;
	transition: opacity 0.3s;
}

.home_section9_imgmap1_active {
	top: 0.7rem;
	left: 7.6rem;
	width: 23.6rem;
	height: 23.6rem;
}

.home_section9_imgmap2_active {
	top: 20.8rem;
	left: 63.1rem;
	width: 25.6rem;
	height: 25.6rem;
}

.home_section9_imgmap3_active {
	top: 43.8rem;
	left: 7.6rem;
	width: 23.8rem;
	height: 23.8rem;
}

.home_section9_imgmap1:hover + .home_section9_imgmap1_active,
.home_section9_imgmap2:hover + .home_section9_imgmap2_active,
.home_section9_imgmap3:hover + .home_section9_imgmap3_active {
	opacity: 0.3;
}

.home_section9_imgmap1:hover,
.home_section9_imgmap2:hover,
.home_section9_imgmap3:hover,
.home_section9_imgmap1:active,
.home_section9_imgmap2:active,
.home_section9_imgmap3:active {
	color: transparent;
	text-decoration: none;
}

.home_section9_imgmap1 {
	top: 13.1rem;
	left: 51.7rem;
}

.home_section9_imgmap2 {
	top: 34.3rem;
	left: 44.3rem;
}

.home_section9_imgmap3 {
	top: 56.6rem;
	left: 58rem;
}

/* Home Section10 */
.home_section10 {
	background-color: #0bb5cb;

	position: relative;
	height: 15.5rem;
	margin-bottom: 21.5rem;
}

.home_section10_image {
	width: 60.1rem;
	transform: translateY(-7rem);
}

/* Home Section11 */
.home_section11 {
	position: relative;
	width: 81.3rem;
	margin-bottom: 8rem;
}

.home_section11a_image {
	width: 81.3rem;
}

.home_section11b_image {
	width: 39.2rem;
	margin-top: 13rem;
}

.home_section11_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	max-width: 40.7rem;
	padding-top: 1rem;
}

.home_section11_block span {
	color: #d95246;
	text-decoration: underline;
}

/* Home Section12 */
.home_section12 {
	margin: 9rem 0 14rem;
}

.home_section12_image {
	width: 82.7rem;
}

/* Home Section13 */
.home_section13 {
	margin: 9rem 0 14rem;
}

.home_section13a_image {
	width: 81.3rem;
}

.home_section13b_image {
	width: 81.9rem;
}

.home_section13_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	max-width: 81.3rem;
	margin: 4rem 0;
}

/* Home Section14 */
.home_section14 {
	margin-bottom: 19rem;
}

.home_section14a_image {
	width: 81.3rem;
}

.home_section14b_image {
	width: 40.1rem;
}

.home_section14c_image {
	width: 81.9rem;
}

.home_section14_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;
	white-space: nowrap;

	max-width: 40.7rem;
	margin: 7rem 0 5rem;
}

.home_section14_block span {
	font-size: 2.4rem;
}

/* Home Section15 */
.home_section15 {
	margin-bottom: 13rem;
}

.home_section15a_image {
	width: 81.3rem;
}

.home_section15b_image {
	width: 35.3rem;
}

.home_section15c_image {
	width: 81.9rem;
}

.home_section15_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	margin: 6.5rem 0 5rem;
}

.home_section15_block:nth-of-type(2) {
	max-width: 43.7rem;
}

.home_section15_block:nth-of-type(3) {
	max-width: 37.7rem;
}

/* Home Section16 */
.home_section16 {
	margin-bottom: 15rem;
}

.home_section16a_image {
	width: 88.6rem;
}

.home_section16b_image {
	width: 39.7rem;
}

.home_section16_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;
	white-space: nowrap;

	max-width: 40.7rem;
}

.home_section16_block:nth-of-type(2) {
	margin-top: 11.5rem;
}

.home_section16_block:nth-of-type(3) {
	margin-top: 10rem;
}

.home_section16_block span {
	color: #d95246;
	text-decoration: underline;
}

/* Home Section17 */
.home_section17 {
	margin: 11.5rem 0;
}

.home_section17_image {
	width: 68.3rem;
}

/* Home Section18 */
.home_section18 {
	background-color: #0052a5;

	position: relative;
	height: 8.3rem;
	margin-bottom: 60.7rem;
}

.home_section18_image {
	width: 69.5rem;
	transform: translateY(2.6rem);
}

/* Home Section19 */
.home_section19 {
	background-color: #fff8a5;
	background-image: url('../images/home/home_section19a.png');
	background-repeat: repeat-x;
	background-size: auto 14.6rem;

	margin-bottom: 12rem;
}

.home_section19b_image {
	width: 83.9rem;
	transform: translateY(4rem);
}

.home_section19c_image {
	width: 39.6rem;
	margin-top: 2rem;
}

.home_section19d_image {
	width: 83.9rem;
	padding-bottom: 18rem;
	transform: translateY(4rem);
}

.home_section19_block {
	background-color: #fff;

	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;
	white-space: nowrap;

	max-width: 43rem;
	padding: 9rem 0 0.5rem;
	transform: translateY(4rem);
}

.home_section19_block span {
	color: #d95246;
	text-decoration: underline;
}

/* Home Section20 */
.home_section20 {
	background-color: #0052a5;

	position: relative;
	height: 10.3rem;
	margin-bottom: 11.5rem;
}

.home_section20_image {
	width: 82.1rem;
}

/* Home Section21 */
.home_section21 {
	margin: 10.5rem 0 16rem;
}

.home_section21_image {
	width: 81.9rem;
}

/* Home Section22 */
.home_section22 {
	background-color: #0bb5cb;

	position: relative;
	height: 9.1rem;
	margin-bottom: 112.3rem;
}

.home_section22_image {
	width: 81.3rem;
}

/* Home Section23 */
.home_section23 {
	background-color: #0052a5;

	position: relative;
	height: 13rem;
	margin-bottom: 131rem;
}

.home_section23_image {
	width: 81.9rem;
}

.home_section23_imgmap1,
.home_section23_imgmap2,
.home_section23_imgmap3,
.home_section23_imgmap4 {
	color: transparent;
	font-size: 2.4rem;
	white-space: nowrap;

	position: absolute;
}

.home_section23_imgmap1_active,
.home_section23_imgmap2_active,
.home_section23_imgmap3_active,
.home_section23_imgmap4_active {
	background-color: #fff;
	border-radius: 12.8rem;

	position: absolute;
	opacity: 0;
	transition: opacity 0.3s;
}

.home_section23_imgmap1_active {
	top: 19.2rem;
	left: 7.8rem;
	width: 23.6rem;
	height: 23.6rem;
}

.home_section23_imgmap2_active {
	top: 46.8rem;
	left: 7.8rem;
	width: 23.8rem;
	height: 23.8rem;
}

.home_section23_imgmap3_active {
	top: 74.4rem;
	left: 7.8rem;
	width: 23.8rem;
	height: 23.8rem;
}

.home_section23_imgmap4_active {
	top: 102rem;
	left: 7.8rem;
	width: 23.8rem;
	height: 23.8rem;
}

.home_section23_imgmap1:hover + .home_section23_imgmap1_active,
.home_section23_imgmap2:hover + .home_section23_imgmap2_active,
.home_section23_imgmap3:hover + .home_section23_imgmap3_active,
.home_section23_imgmap4:hover + .home_section23_imgmap4_active {
	opacity: 0.3;
}

.home_section23_imgmap1:hover,
.home_section23_imgmap2:hover,
.home_section23_imgmap3:hover,
.home_section23_imgmap4:hover,
.home_section23_imgmap1:active,
.home_section23_imgmap2:active,
.home_section23_imgmap3:active,
.home_section23_imgmap4:active {
	color: transparent;
	text-decoration: none;
}

.home_section23_imgmap1 {
	top: 34.7rem;
	left: 36.5rem;
}

.home_section23_imgmap2 {
	font-size: 2.3rem;

	top: 62.4rem;
	left: 36.6rem;
}

.home_section23_imgmap3 {
	top: 90.3rem;
	left: 37rem;
}

.home_section23_imgmap4 {
	font-size: 2.2rem;

	top: 118rem;
	left: 36.5rem;
}

/* Home Section24 */
.home_section24 {
	background-color: #0052a5;

	position: relative;
	height: 11.2rem;
	margin-bottom: 58.7rem;
}

.home_section24_image {
	width: 81.7rem;
}

/* Home Section25 */
.home_section25 {
	padding: 3rem 0;
}

.home_section25a_image {
	position: absolute;
	top: 6rem;
	right: 0;
	width: 40.4rem;
	z-index: -1;
}

.home_section25b_image {
	position: absolute;
	top: 41rem;
	right: 0;
	width: 40.7rem;
	z-index: -1;
}

.home_section25c_image {
	width: 27rem;
	transition: opacity 0.3s;
}

.home_section25c_image:hover {
	opacity: 0.7;
}

.home_section25d_image {
	width: 9.5rem;
	transition: opacity 0.3s;
}

.home_section25d_image:hover {
	opacity: 0.7;
}

.home_section25_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	max-width: 81.7rem;
	text-shadow:
		#fff 0.2rem  0.0rem, #fff -0.2rem  0.0rem,
		#fff 0.0rem -0.2rem, #fff  0.0rem  0.2rem,
		#fff 0.2rem  0.2rem, #fff -0.2rem  0.2rem,
		#fff 0.2rem -0.2rem, #fff -0.2rem -0.2rem,
		#fff 0.1rem  0.2rem, #fff -0.1rem  0.2rem,
		#fff 0.1rem -0.2rem, #fff -0.1rem -0.2rem,
		#fff 0.2rem  0.1rem, #fff -0.2rem  0.1rem,
		#fff 0.2rem -0.1rem, #fff -0.2rem -0.1rem;
}

.home_section25_block span {
	color: #d95246;
}

/* クリックして続きを読む */
.accordion-box {
	position: relative;
}

.accordion-box label {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
	cursor: pointer;

	position: absolute;
	bottom: -3rem;
	width: 100%;
	height: 28rem; /* グラデーションの高さ */
	padding-top: 18.5rem;
}

.accordion-box input {
	display: none;
}

.accordion-box input + label .home_section25c_image {
	display: block;
}

.accordion-box input + label .home_section25d_image {
	display: none;
}

.accordion-box .accordion-container {
	max-height: 66rem; /* 展開する前の高さ */
	overflow: hidden;
	transition: all 1s;
}

.accordion-box input:checked + label {
	height: 0;
	padding-top: 0;
	padding-bottom: 1.5rem;
}

.accordion-box input:checked + label .home_section25c_image {
	display: none;
}

.accordion-box input:checked + label .home_section25d_image {
	display: block;
}

.accordion-box input:checked ~ .accordion-container {
	max-height: 640rem; /* 展開した後の高さの最大 */
	margin-bottom: 5rem;
	transition: all 1s;
}

/* Home Section26 */
.home_section26 {
	margin-bottom: 14rem;
}

.home_section26 > div {
	max-width: 106.4rem;
}

.home_section26a_image {
	width: 80.9rem;
	margin-bottom: 10rem;
}

.home_section26b_image {
	width: 100%;
	max-width: 109.4rem;
	padding: 0 1.5rem;
}

@media screen and (max-width: 1200px) {
	.home_slick_main {
		width: 100%;
	}

	.home_slick_image {
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
	.slick-dots {
		bottom: -7.5vw;
	}

	.slick-dots li {
		margin: 0 -0.6vw;
	}

	.slick-dots li button::before {
		font-size: 2vw;
	}
}

/* ----------
 *   support
 * ---------- */

/* Support Section3 */
.support_section3 {
	margin-top: 4rem;
	margin-bottom: 6rem;
}

.support_section3a_image {
	width: 87.6rem;
	padding: 0 1.5rem;
}

.support_section3b_image {
	width: 72.3rem;
	padding: 0 1.5rem;
}

.support_section3_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;
	white-space: nowrap;

	max-width: 84.6rem;
	margin: 3rem 0 5rem;
}

/* Support Section4 */
.support_section4 {
	margin-bottom: 3rem;
}

.support_section4a_image {
	width: 87.8rem;
	padding: 0 1.5rem;
}

.support_section4b_image {
	width: 40.6rem;
}

.support_section4c_image {
	width: 87.8rem;
	padding: 0 1.5rem;
}

.support_section4d_image {
	width: 38.6rem;
}

.support_section4e_image {
	width: 87.8rem;
	padding: 0 1.5rem;
}

.support_section4f_image {
	width: 42rem;
}

.support_section4_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	width: 42.4rem;
	margin: 3rem 0 8.5rem;
}

.support_section4_block > div span {
	color: #d95246;
	text-decoration: underline;
}

/* Support Section5 */
.support_section5 {
	margin-bottom: 11.5rem;
}

.support_section5 > div {
	max-width: 98.1rem;
}

.support_section5_image {
	width: 98.1rem;
}

.support_section5_image {
	width: 100%;
	max-width: 98.1rem;
	padding: 0 1.5rem;
}

/* Support Section6 */
.support_section6 {
	margin-bottom: 9rem;
}

.support_section6_image {
	width: 83.6rem;
	padding: 0 1.5rem;
}

.support_section6_block {
	color: #555;
	font-size: 1.9rem;
	line-height: 1.7;
	white-space: nowrap;

	margin-top: 2rem;
}

.support_section6_block span.point {
	color: #d95246;
	font-size: 2.4rem;
	text-decoration: underline;
}

.support_section6_block span.marker {
	background: linear-gradient(transparent 50%, #fff000 50%);
	display: inline-block;
}

/* Support Section7 */
.support_section7 {
	margin-bottom: 13.5rem;
}

.support_section7 > div {
	max-width: 98.1rem;
}

.support_section7a_image {
	width: 98.1rem;
}

.support_section7a_image {
	width: 100%;
	max-width: 98.1rem;
	padding: 0 1.5rem;
}

.support_section7b_image {
	width: 41.8rem;
	padding: 0 1.5rem;
}

.support_section7c_image {
	width: 50.7rem;
	margin-top: 11.5rem;
	padding: 0 1.5rem;
}

.support_section7_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;
	white-space: nowrap;

	width: 45.8rem;
	margin-top: 5rem;
}

.support_section7_block span {
	font-weight: bold;
	letter-spacing: -0.1rem;
	text-decoration: underline;
}

.support_section7_block2 {
	color: #555;
	font-size: 1.9rem;
	line-height: 1.7;
	white-space: nowrap;

	margin-top: 5rem;
}

/* Support Section1 */
.support_section1 {
	background-image: url('../images/support/support_section1d.png');
	background-repeat: no-repeat;
	background-position: center -5rem;
	background-size: 120rem 90rem;

	padding-top: 6.5rem;
	padding-bottom: 13.5rem;
	margin-bottom: 7rem;
}

.support_section1a_image {
	width: 43.6rem;
}

.support_section1b_image {
	width: 41.9rem;
	margin-left: 2rem;
}

.support_section1c_image {
	width: 82.3rem;
}

.support_section1_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	width: 46.1rem;
	margin: 4rem 0 6.5rem;
}

/* Support Section8 */
.support_section8 {
	background-color: #0052a5;

	position: relative;
	height: 13.4rem;
	margin-bottom: 10rem;
}

.support_section8 > div {
	max-width: 110.1rem;
}

.support_section8_image {
	width: 110.1rem;
}

.support_section8_image {
	width: 100%;
	max-width: 110.1rem;
	padding: 0 1.5rem;
}

/* Support Section2 */
.support_section2 {
	margin-bottom: 12rem;
}

.support_section2a_image {
	width: 76.7rem;
	padding: 0 1.5rem;
}

.support_section2b_image {
	width: 40.6rem;
}

.support_section2_block1 {
	background-image: url('../images/support/support_section2b.png');
	background-position: right 0.5rem;
	background-repeat: no-repeat;
	background-size: 48.1rem;

	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;
	white-space: nowrap;

	max-width: 86.7rem;
	margin: 7rem 0 4rem;
}

.support_section2_block1 span {
	color: #d95246;
	text-decoration: underline;
}

.support_section2_block2 {
	background-color: #fff8a5;
	border-radius: 3rem;

	color: #0961b2;
	font-size: 1.9rem;
	line-height: 1.5;
	white-space: nowrap;

	max-width: 82.3rem;
	padding: 3rem!important;
}

.support_section2_block2 a {
	color: #0961b2;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.support_section2_block2 a:hover {
	opacity: 0.7;
}

/* ----------
 *   elementary
 * ---------- */

/* Elementary Section1 */
.elementary_section1 {
	margin-top: 10rem;
	margin-bottom: 7rem;
}

.elementary_section1_image {
	width: 56.9rem;
}

/* Elementary Section2 */
.elementary_section2 {
	margin-bottom: 10.5rem;
}

.elementary_section2_image {
	width: 74.6rem;
}

/* Elementary Section3 */
.elementary_section3 {
	margin-bottom: 7.5rem;
}

.elementary_section3_image {
	width: 77.8rem;
}

/* Elementary Section4 */
.elementary_section4 {
	margin-bottom: 4rem;
}

.elementary_section4_image {
	width: 39.1rem;
}

.elementary_section4_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	width: 41.7rem;
}

.elementary_section4_block span {
	color: #d95246;
	text-decoration: underline;
}

/* Elementary Section5 */
.elementary_section5 {
	margin-bottom: 17rem;
}

.elementary_section5_image {
	width: 82.3rem;
}

/* Elementary Section6 */
.elementary_section6 {
	margin-bottom: 10rem;
}

.elementary_section6_image {
	width: 97.7rem;
	padding-left: 1.5rem;
	padding-right: 3rem;
}

/* Elementary Section7 */
.elementary_section7 {
	background-image: url('../images/elementary/elementary_section7d.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 85.2rem;

	margin-bottom: 11rem;
	padding-bottom: 7rem;
}

.elementary_section7a_image {
	width: 38.8rem;
	margin: 10rem 0 3rem;
}

.elementary_section7b_image {
	width: 38.4rem;
	margin-top: 7rem;
	transform: translateX(-0.5rem);
}

.elementary_section7c_image {
	width: 38.4rem;
	margin-top: 6rem;
	transform: translateX(-0.5rem);
}

.elementary_section7_block {
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.7;

	width: 42.8rem;
}

/* Elementary Section8 */
.elementary_section8 {
	margin-bottom: 14.5rem;
}

.elementary_section8a_image {
	width: 86.9rem;
	margin-bottom: 13.5rem;
}

.elementary_section8c_image {
	width: 49.2rem;
	margin-top: 8rem;
}

.elementary_section8_block {
	background-image: url('../images/elementary/elementary_section8b.png');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 38.6rem;

	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;
	text-shadow:
		#fff 0.2rem  0.0rem, #fff -0.2rem  0.0rem,
		#fff 0.0rem -0.2rem, #fff  0.0rem  0.2rem,
		#fff 0.2rem  0.2rem, #fff -0.2rem  0.2rem,
		#fff 0.2rem -0.2rem, #fff -0.2rem -0.2rem,
		#fff 0.1rem  0.2rem, #fff -0.1rem  0.2rem,
		#fff 0.1rem -0.2rem, #fff -0.1rem -0.2rem,
		#fff 0.2rem  0.1rem, #fff -0.2rem  0.1rem,
		#fff 0.2rem -0.1rem, #fff -0.2rem -0.1rem;

	width: 80.6rem;
}

.elementary_section8_block span {
	font-size: 2.1rem;
	line-height: 1.5;
}

/* Elementary Section9 */
.elementary_section9 {
	background-color: #0052a5;

	position: relative;
	height: 16.2rem;
	margin-bottom: 79rem;
}

.elementary_section9_image {
	width: 86.4rem;
}

/* Elementary Section10 */
.elementary_section10 {
	background-color: #0bb5cb;

	position: relative;
	height: 7.6rem;
	margin-bottom: 10rem;
}

.elementary_section10a_image {
	width: 77rem;
}

/* Elementary Section10x */
.elementary_section10x {
	width: 81.3rem;
	margin-bottom: 8.5rem;
}

.elementary_section10b_image {
	width: 35.4rem;
}

.elementary_section10c_image {
	width: 41.8rem;
	padding: 1rem 0 3rem;
}

.elementary_section10d_image {
	width: 38.7rem;
	margin-bottom: 3rem;
	transform: translateX(-2rem);
}

.elementary_section10e_image {
	width: 37.7rem;
	margin-top: 2rem;
}

.elementary_section10f_image {
	width: 66.8rem;
	margin-bottom: 6rem;
}

.elementary_section10g_image {
	width: 36.4rem;
	margin-top: 2rem;
}

.elementary_section10h_image {
	width: 42.1rem;
	margin-bottom: 3rem;
}

.elementary_section10x_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.5;

	width: 39rem;
}

.elementary_section10xx_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.5;

	width: 77rem;
}

.elementary_section10xx_block span {
	color: #d95246;
	text-decoration: underline;
}

/* Elementary Section10i */
.elementary_section10i {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	margin-bottom: 13rem;
}

.elementary_section10i_image {
	width: 68.3rem;
}

.elementary_section10i_block {
	margin: 4.5rem 0 3rem;
}

.elementary_section10i_block iframe {
	border-width: 0;

	width: 64rem;
	height: 36rem;
}

/* Elementary Section11 */
.elementary_section11 {
	background-color: #fff8a5;
	background-image: url('../images/elementary/elementary_section11a.png');
	background-repeat: repeat-x;
	background-size: auto 14.6rem;

	margin-bottom: 12rem;
}

.elementary_section11b_image {
	width: 83.9rem;
	transform: translateY(4rem);
}

.elementary_section11c_image {
	width: 39.6rem;
	margin-top: 2rem;
}

.elementary_section11d_image {
	width: 83.9rem;
	padding-bottom: 18rem;
	transform: translateY(4rem);
}

.elementary_section11_block {
	background-color: #fff;

	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;
	white-space: nowrap;

	max-width: 43rem;
	padding: 9rem 0 0.5rem;
	transform: translateY(4rem);
}

.elementary_section11_block span {
	color: #d95246;
	text-decoration: underline;
}

/* Elementary Section12 */
.elementary_section12 {
	margin-bottom: 11rem;
}

.elementary_section12_image {
	width: 85.5rem;
}

/* Elementary Section13 */
.elementary_section13 {
	margin-bottom: 18rem;
}

.elementary_section13_image {
	width: 80.4rem;
}

/* Elementary Section14 */
.elementary_section14 {
	background-color: #0052a5;

	position: relative;
	height: 12.9rem;
	margin-bottom: 67.4rem;
}

.elementary_section14a_image {
	width: 81.3rem;
}

.elementary_section14b_image {
	width: 81.3rem;
}

.elementary_section14_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	max-width: 69.2rem;
	margin-bottom: 9rem;
}

.elementary_section14_block span {
	color: #d95246;
	text-decoration: underline;
}

/* Elementary Section15 */
.elementary_section15_image {
	width: 80.9rem;
	margin-bottom: 2rem;
}

.elementary_section15_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	width: 80.9rem;
	margin-bottom: 9rem;
}

/* Elementary Section16 */
.elementary_section16 {
	background-color: #0052a5;

	position: relative;
	height: 10.3rem;
	margin-bottom: 11.5rem;
}

.elementary_section16_image {
	width: 82.1rem;
}

/* ----------
 *   highschool
 * ---------- */

/* Highschool Section1 */
.highschool_section1 {
	position: relative;
	width: 78.4rem;
	margin-top: 6rem;
	margin-bottom: 10rem;
}

.highschool_section1_image {
	width: 78.4rem;
}

.highschool_section1_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	max-width: 78.4rem;
	padding-top: 2rem;
}

.highschool_section1_block span {
	color: #d95246;
	text-decoration: underline;
}

/* Highschool Section2 */
.highschool_section2 {
	position: relative;
	width: 78.4rem;
	margin-bottom: 10rem;
}

.highschool_section2_image {
	width: 78.4rem;
}

.highschool_section2_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	max-width: 78.4rem;
	padding-top: 2rem;
}

.highschool_section2_block span {
	color: #417ad7;
	text-decoration: underline;
}

/* Highschool Section3 */
.highschool_section3 {
	position: relative;
	width: 78.4rem;
	margin-bottom: 10rem;
}

.highschool_section3_image {
	width: 78.4rem;
}

.highschool_section3_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	max-width: 78.4rem;
	padding-top: 2rem;
}

.highschool_section3_block span {
	color: #417ad7;
	text-decoration: underline;
}

/*  Highschool Section4 */
.highschool_section4 {
	background-color: #0052a5;

	position: relative;
	height: 12.5rem;
	margin-bottom: 73rem;
}

.highschool_section4a_image,
.highschool_section4b_image {
	width: 90.9rem;
}

/*  Highschool Section5 */
.highschool_section5 {
	background-color: #0bb5cb;

	position: relative;
	height: 7.7rem;
	margin-bottom: 12.5rem;
}

.highschool_section5a_image {
	width: 78.8rem;
}

/*  Highschool Section5x */
.highschool_section5x {
	margin-bottom: 15.5rem;
}

.highschool_section5b_image {
	width: 35.7rem;
}

.highschool_section5c_image {
	width: 40.7rem;
	padding-bottom: 1rem;
}

.highschool_section5d_image {
	width: 40.7rem;
	margin-bottom: 3rem;
}

.highschool_section5e_image {
	width: 37rem;
	height: 25.3rem;
}

.highschool_section5f_image {
	width: 34.7rem;
}

.highschool_section5g_image {
	width: 41.3rem;
	padding-bottom: 3rem;
}

.highschool_section5x_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.5;

	width: 39.4rem;
	z-index: -1;
}

.highschool_section5x_comment {
	color: #555;
	font-size: 1.8rem;

	position: absolute;
	right: 0;
}

.highschool_section5xx_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.5;

	max-width: 78.8rem;
	margin-bottom: 2rem;
	z-index: -1;
}

.highschool_section5xx_block span {
	color: #d95246;
	text-decoration: underline;
}

.highschool_section5y_image {
	width: 27rem;
	transition: opacity 0.3s;
}

.highschool_section5y_image:hover {
	opacity: 0.7;
}

.highschool_section5z_image {
	width: 9.5rem;
	transition: opacity 0.3s;
}

.highschool_section5z_image:hover {
	opacity: 0.7;
}

/* クリックして続きを読む */
.accordion-box2 {
	position: relative;
	width: 78.8rem;
}

.accordion-box2 label {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 64%);
	cursor: pointer;

	position: absolute;
	bottom: -3rem;
	width: 78.8rem;
	height: 20rem; /* グラデーションの高さ */
	padding-top: 14.5rem;
}

.accordion-box2 input {
	display: none;
}

.accordion-box2 input + label .highschool_section5y_image {
	display: block;
}

.accordion-box2 input + label .highschool_section5z_image {
	display: none;
}

.accordion-box2 .accordion-container2 {
	max-height: 66rem; /* 展開する前の高さ */
	overflow: hidden;
	transition: all 1s;
}

.accordion-box2 .accordion-container2.tall {
	max-height: 86rem; /* 展開する前の高さ */
}

.accordion-box2 input:checked + label {
	height: 0;
	padding-top: 0;
	padding-bottom: 1.5rem;
}

.accordion-box2 input:checked + label .highschool_section5y_image {
	display: none;
}

.accordion-box2 input:checked + label .highschool_section5z_image {
	display: block;
}

.accordion-box2 input:checked ~ .accordion-container2 {
	max-height: 640rem; /* 展開した後の高さの最大 */
	margin-bottom: 5rem;
	transition: all 1s;
}

/* Highschool Section6 */
.highschool_section6 {
	background-color: #0052a5;

	position: relative;
	height: 10.3rem;
	margin-bottom: 11.5rem;
}

.highschool_section6_image {
	width: 82.1rem;
}

/* ----------
 *   university
 * ---------- */

/* University Section1 */
.university_section1 {
	margin: 2.5rem;
	margin-bottom: 11rem;
}

.university_section1_image {
	width: 80.2rem;
}

/* University Section2 */
.university_section2 {
	margin-bottom: 8.5rem;
}

.university_section2_image {
	width: 56.3rem;
	margin-bottom: 5rem;
}

.university_section2_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	width: 81.3rem;
}

.university_section2_block span {
	color: #417ad7;
	text-decoration: underline;
}

/* University Section3 */
.university_section3 {
	background-color: #dceff9;

	margin-bottom: 11rem;
}

.university_section3a_image {
	position: absolute;
	top: -2rem;
	left: calc((85.5rem - 54rem) / 2);
	width: 54rem;
	z-index: 1;
}

.university_section3c_image {
	float: right;
	width: 38.6rem;
	margin-left: 1rem;
	transform: translateY(-1rem);
}

.university_section3d_image {
	width: 61.6rem;
	margin: 10.5rem 0 4.5rem;
	margin-left: calc((100% - 61.6rem) / 2)
}

.university_section3_block {
	background-color: #fff;
	background-image: url('../images/university/university_section3b.png');
	background-repeat: no-repeat;
	background-position: 2rem 12.2rem;
	background-size: 15.9rem;
	border-radius: 0.5rem;

	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;
	text-shadow:
		#fff 0.2rem  0.0rem, #fff -0.2rem  0.0rem,
		#fff 0.0rem -0.2rem, #fff  0.0rem  0.2rem,
		#fff 0.2rem  0.2rem, #fff -0.2rem  0.2rem,
		#fff 0.2rem -0.2rem, #fff -0.2rem -0.2rem,
		#fff 0.1rem  0.2rem, #fff -0.1rem  0.2rem,
		#fff 0.1rem -0.2rem, #fff -0.1rem -0.2rem,
		#fff 0.2rem  0.1rem, #fff -0.2rem  0.1rem,
		#fff 0.2rem -0.1rem, #fff -0.2rem -0.1rem;

	width: 85.5rem;
	margin: 3.5rem 0 8.5rem;
	padding: 2.5rem;
	padding-top: 17rem;
	padding-bottom: 5rem;
}

.university_section3_block span {
	color: #417ad7;
	text-decoration: underline;
	text-shadow: none;
}

.university_section3_block span.red {
	color: #d95246;
	text-decoration: underline;
	text-shadow: none;
}

/* University Section4 */
.university_section4 {
	margin-bottom: 16rem;
}

.university_section4_image {
	width: 79.6rem;
}

/* University Section5 */
.university_section5 {
	margin-bottom: 17.5rem;
}

.university_section5_image {
	width: 56.3rem;
}

/* University Section6 */
.university_section6 {
	background-color: #0bb5cb;

	position: relative;
	height: 17.6rem;
	margin-bottom: 7rem;
}

.university_section6a_image {
	width: 81.3rem;
	transform: translateY(-7.3rem);
}

/* University Section6x */
.university_section6x {
	margin-bottom: 7rem;
}

.university_section6b_image {
	width: 81.3rem;
	margin: 6rem 0 3rem;
}

.university_section6x_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	width: 81.3rem;
}

.university_section6x_block p {
	color: #d95246;
	text-align: center;
}

/* University Section7 */
.university_section7 {
	background-color: #0052a5;

	position: relative;
	height: 10.3rem;
	margin-bottom: 11.5rem;
}

.university_section7_image {
	width: 82.1rem;
}

/* ----------
 *   foreign
 * ---------- */

/* Foreign Section1 */
.foreign_section1 {
	max-width: 81.4rem;
	margin-top: 5rem;
	margin-bottom: 8.5rem;
}

.foreign_section1a_image {
	width: 39.8rem;
	margin-bottom: 5rem;
}

.foreign_section1b_image {
	width: 39.4rem;
}

.foreign_section1_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	width: 40.7rem;
}

/* Foreign Section2 */
.foreign_section2 {
	background-color: #0bb5cb;

	position: relative;
	height: 7.6rem;
	margin-bottom: 60.6rem;
}

.foreign_section2a_image {
	width: 81rem;
}

/* Foreign Section2x */
.foreign_section2x {
	width: 79rem;
	margin-bottom: 8.5rem;
}

.foreign_section2b_image {
	width: 38.9rem;
	margin-left: 2rem;
	float: right;
}

.foreign_section2c_image {
	width: 62.5rem;
	margin-top: 10rem;
	margin-bottom: 3rem;
}

.foreign_section2d_image {
	width: 38.9rem;
	margin-left: 2rem;
	float: right;
}

.foreign_section2e_image {
	width: 28.9rem;
	margin-top: 10rem;
	margin-bottom: 3rem;
}

.foreign_section2f_image {
	width: 38.9rem;
	margin-left: 2rem;
	float: right;
}

.foreign_section2x_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	width: 79rem;
}

.foreign_section2x_block span {
	color: #417ad7;
	text-decoration: underline;
}

/* Foreign Section3 */
.foreign_section3 {
	background-color: #eee7d8;

	margin-bottom: 9.5rem;
}

.foreign_section3_image {
	width: 52.5rem;
}

.foreign_section3_block {
	background-color: #fff;
	border-radius: 0.5rem;

	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	width: 81rem;
	margin: 3rem;
	padding: 4.5rem;
}

.foreign_section3_block div {
	margin-top: 3rem;
	padding: 0 4.5rem;
	text-align: left;
}

/* Foreign Section4 */
.foreign_section4 {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	margin-bottom: 13rem;
}

.foreign_section4_image {
	width: 68.3rem;
}

.foreign_section4_block {
	margin: 4.5rem 0 3rem;
}

.foreign_section4_block iframe {
	border-width: 0;

	width: 64rem;
	height: 36rem;
}

/* Foreign Section5 */
.foreign_section5 {
	background-color: #0bb5cb;

	position: relative;
	height: 7.6rem;
	margin-bottom: 10rem;
}

.foreign_section5a_image {
	width: 81rem;
}

/* Foreign Section5x */
.foreign_section5x {
	width: 81.3rem;
	margin-bottom: 8.5rem;
}

.foreign_section5b_image {
	width: 39.7rem;
	margin-bottom: 7rem;
	padding-right: 1rem;
}

.foreign_section5c_image {
	width: 39.7rem;
	margin-right: 1rem;
	padding-right: 1rem;
}

.foreign_section5d_image {
	width: 41.7rem;
	margin-bottom: 3rem;
}

.foreign_section5x_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.5;

	width: 40.7rem;
}

.foreign_section5xx_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.5;

	width: 81.3rem;
}

.foreign_section5xx_block span {
	color: #d95246;
	text-decoration: underline;
}

/* Foreign Section6 */
.foreign_section6 {
	background-color: #0052a5;

	position: relative;
	height: 10.3rem;
	margin-bottom: 11.5rem;
}

.foreign_section6_image {
	width: 82.1rem;
}

/* ----------
 *   institution
 * ---------- */

/* Institution Section0 */
.institution_section0 {
	margin-bottom: 10rem;
}

.institution_section0_image {
	width: 58.9rem;
	transition: opacity 0.3s;
}

.institution_section0_image:hover {
	opacity: 0.7;
}

/* Institution Section1 */
.institution_section1 {
	background-color: #0052a5;

	position: relative;
	height: 10.3rem;
	margin-bottom: 11.5rem;
}

.institution_section1_image {
	width: 82.1rem;
}

/* Institution Section2 */
.institution_section2 {
	margin-top: 6rem;
	margin-bottom: 10rem;
}

.institution_section2a_image {
	width: 80.8rem;
	margin-bottom: 2.5rem;
}

.institution_section2b_image {
	width: 79.4rem;
	margin: 7rem 0;
}

.institution_section2c_image {
	width: 70.1rem;
	margin-top: 7.5rem;
}

.institution_section2_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	width: 80.8rem;
}

.institution_section2_block:nth-of-type(4) {
	font-size: 2rem;

	width: 74.8rem;
}

/* Institution Section3 */
.institution_section3 {
	background-color: #0bb5cb;

	position: relative;
	height: 10.2rem;
	margin-bottom: 94.5rem;
}

.institution_section3_image {
	width: 82.4rem;
}

/* Institution Section3x */
.institution_section3x {
	width: 59rem;
	margin-bottom: 8.5rem;
}

.institution_section3x_block {
	color: #555;
	font-size: 2rem;
	line-height: 1.7;

	width: 59rem;
}

/* Institution Section4 */
.institution_section4 {
	background-color: #0052a5;

	position: relative;
	height: 12.8rem;
	margin-bottom: 117.5rem;
}

.institution_section4_image {
	width: 85.5rem;
}

/* Institution Section5 */
.institution_section5 {
	margin-bottom: 8rem;
}

.institution_section5a_image {
	width: 58.2rem;
	margin-bottom: 6rem;
}

.institution_section5b_image {
	width: 36.5rem;
}

.institution_section5_block {
	color: #555;
	font-size: 2.1rem;
	line-height: 1.7;
	white-space: nowrap;

	width: 46rem;
}

/* ----------
 *   LAW
 * ---------- */

.law_header {
	height: 17rem;
}

.law_header h2 {
	color: #555;
	font-size: 2.8rem;

	margin: 0;
	padding-top: 2rem;
}

.law_table {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.3;

	margin-bottom: 10rem;
}

.law_table > div {
	padding: 0 4.5rem;
}

.law_table_head {
	background-color: #c5edff;

	white-space: nowrap;

	display: flex;
	align-items: center;
	margin-bottom: 0.4rem;
	padding: 2rem 1.5rem;
}

.law_table_data {
	background-color: #f5fcff;

	display: flex;
	align-items: center;
	margin-bottom: 0.4rem;
	padding: 2rem 1.5rem;
}

/* ----------
 *   privacy
 * ---------- */

.privacy_header {
	height: 23rem;
}

.privacy_sub {
	color: #555;
	font-size: 1.8rem;
	text-align: center;

	transform: translateY(3rem);
}

.privacy_header h2 {
	color: #555;
	font-size: 2.8rem;

	margin: 0;
	padding-top: 2rem;
}

.privacy_table {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.3;

	margin-bottom: 10rem;
}

.privacy_table > div {
	padding: 0 4.5rem;
}

.privacy_table_head {
	background-color: #c5edff;

	line-height: 1.3;
	white-space: nowrap;

	display: flex;
	align-items: flex-start;
	margin-bottom: 0.4rem;
	padding: 2.4rem 1.5rem 2rem;
}

.privacy_table_data {
	background-color: #f5fcff;

	line-height: 1.8;

	display: flex;
	align-items: center;
	margin-bottom: 0.4rem;
	padding: 2rem 1.5rem;
}

/* ----------
 *   tokubetsu
 * ---------- */

/* Tokubetsu Section1 */
.tokubetsu_section1 {
	margin-top: 6rem;
	margin-bottom: 5rem;
}

.tokubetsu_section1 > div {
	max-width: 110.1rem;
}

.tokubetsu_section1_image {
	width: 110.1rem;
}

.tokubetsu_section1_image {
	width: 100%;
	max-width: 110.1rem;
	padding: 0 1.5rem;
}

/* Tokubetsu Section2 */
.tokubetsu_section2 {
	margin-bottom: 6rem;
}

.tokubetsu_section2 > div {
	max-width: 110.1rem;
}

.tokubetsu_section2_image {
	width: 110.1rem;
}

.tokubetsu_section2_image {
	width: 100%;
	max-width: 110.1rem;
	padding: 0 1.5rem;
}

/* Tokubetsu Section3 */
.tokubetsu_section3 {
	margin-bottom: 6rem;
}

.tokubetsu_section3a_image {
	width: 87.6rem;
	padding: 0 1.5rem;
}

.tokubetsu_section3b_image {
	width: 72.3rem;
	padding: 0 1.5rem;
}

.tokubetsu_section3_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;
	white-space: nowrap;

	max-width: 84.6rem;
	margin: 3rem 0 5rem;
}

/* Tokubetsu Section4 */
.tokubetsu_section4 {
	margin-bottom: 3rem;
}

.tokubetsu_section4a_image {
	width: 87.8rem;
	padding: 0 1.5rem;
}

.tokubetsu_section4b_image {
	width: 40.6rem;
}

.tokubetsu_section4c_image {
	width: 87.8rem;
	padding: 0 1.5rem;
}

.tokubetsu_section4d_image {
	width: 38.6rem;
}

.tokubetsu_section4e_image {
	width: 87.8rem;
	padding: 0 1.5rem;
}

.tokubetsu_section4f_image {
	width: 42rem;
}

.tokubetsu_section4_block {
	color: #555;
	font-size: 1.8rem;
	line-height: 1.7;

	width: 42.4rem;
	margin: 3rem 0 8.5rem;
}

.tokubetsu_section4_block > div span {
	color: #d95246;
	text-decoration: underline;
}

/* Tokubetsu Section5 */
.tokubetsu_section5 {
	margin-bottom: 11.5rem;
}

.tokubetsu_section5 > div {
	max-width: 98.1rem;
}

.tokubetsu_section5_image {
	width: 98.1rem;
}

.tokubetsu_section5_image {
	width: 100%;
	max-width: 98.1rem;
	padding: 0 1.5rem;
}

/* Tokubetsu Section6 */
.tokubetsu_section6 {
	margin-bottom: 13rem;
}

.tokubetsu_section6_image {
	width: 83.6rem;
	padding: 0 1.5rem;
}

.tokubetsu_section6_block {
	color: #555;
	font-size: 1.9rem;
	line-height: 1.7;
	white-space: nowrap;

	margin-top: 2rem;
}

.tokubetsu_section6_block span.point {
	color: #d95246;
	font-size: 2.4rem;
	text-decoration: underline;
}

.tokubetsu_section6_block span.marker {
	background: linear-gradient(transparent 50%, #fff000 50%);
	display: inline-block;
}

/* Tokubetsu Section7 */
.tokubetsu_section7 {
	margin-bottom: 9rem;
}

.tokubetsu_section7 > div {
	max-width: 98.1rem;
}

.tokubetsu_section7a_image {
	width: 98.1rem;
}

.tokubetsu_section7a_image {
	width: 100%;
	max-width: 98.1rem;
	padding: 0 1.5rem;
}

.tokubetsu_section7b_image {
	width: 40.2rem;
	padding: 0 1.5rem;
}

.tokubetsu_section7c_image {
	width: 50.7rem;
	margin-top: 11.5rem;
	padding: 0 1.5rem;
}

.tokubetsu_section7_block {
	color: #555;
	font-size: 1.9rem;
	line-height: 1.7;
	white-space: nowrap;

	width: 45.8rem;
	margin-top: 5rem;
}

.tokubetsu_section7_block2 {
	color: #555;
	font-size: 1.9rem;
	line-height: 1.7;
	white-space: nowrap;

	margin-top: 5rem;
}

/* Tokubetsu Section8 */
.tokubetsu_section8 {
	background-image: url('../images/tokubetsu/tokubetsu_section8c.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 160rem 112.7rem;

	padding-top: 6.5rem;
	padding-bottom: 12rem;
}

.tokubetsu_section8a_image {
	width: 76.6rem;
	padding: 0 1.5rem 6rem;
}

.tokubetsu_section8b_image {
	width: 54.8rem;
	padding: 0 1.5rem 7rem;
	transition: opacity 0.3s;
}

.tokubetsu_section8b_image:hover {
	opacity: 0.7;
}

@media screen and (max-width: 992px) {
	/* ----------
	 *   home
	 * ---------- */

	.home_slick {
		margin: 0 0 10rem;
		padding: 0.5rem 0;
	}

	.slick-dots li {
		margin: 0 0.2rem;
	}

	.home_section1 {
		margin-bottom: 6.5rem;
	}

	.home_section1_image {
		width: calc(84.9rem * 0.9 / 2);
	}

	.home_section2 {
		margin-bottom: 6rem;
	}

	.home_section2_image {
		width: calc(84.3rem * 0.9 / 2);
	}

	.home_section3 {
		margin: 6rem 0;
		padding: 2rem 0 4rem;
	}

	.home_section3_image {
		width: calc(99.3rem * 0.9 / 2);
	}

	.home_section4 {
		margin-bottom: 6.3rem;
	}

	.home_section4_block {
		max-width: 90%;
	}

	.home_section4_image {
		width: calc(77.4rem * 0.9 / 2);
		margin-bottom: 4rem;
	}

	.home_section5 {
		margin-bottom: 5.5rem;
	}

	.home_section5_image {
		width: calc(99.7rem * 0.9 / 2);
	}

	.home_section6 {
		margin-bottom: 6.3rem;
	}

	.home_section6_image {
		width: calc(99rem * 0.9 / 2);
	}

	.home_section7 {
		margin-bottom: 8rem;
	}

	.home_section7_image {
		width: calc(77.3rem * 0.9 / 2);
	}

	.home_section8 {
		margin-bottom: 5.5rem;
	}

	.home_section8_image {
		width: calc(99.2rem * 0.9 / 2);
	}

	.home_section9 {
		margin-bottom: 12.7rem;
	}

	.home_section9_image {
		width: calc(99.6rem * 0.9 / 2);
	}

	.home_section9_imgmap1 {
		top: 7.8rem;
		left: 31rem;
	}

	.home_section9_imgmap1_active {
		top: 0.4rem;
		left: 0.6rem;
		width: 13.6rem;
		height: 13.6rem;
	}

	.home_section9_imgmap2 {
		top: 22.5rem;
		left: 22.2rem;
	}

	.home_section9_imgmap2_active {
		top: 15.2rem;
		left: 30.5rem;
		width: 13.6rem;
		height: 13.6rem;
	}

	.home_section9_imgmap3 {
		top: 37.3rem;
		left: 35rem;
	}

	.home_section9_imgmap3_active {
		top: 29.9rem;
		left: 0.6rem;
		width: 13.6rem;
		height: 13.6rem;
	}

	.home_section10 {
		height: 20.1rem;
		margin-bottom: 12rem;
	}

	.home_section10_image {
		width: calc(99.1rem * 0.9 / 2);
		transform: translateY(-4.7rem);
	}

	.home_section11a_image {
		width: calc(99rem * 0.9 / 2);
	}

	.home_section11 {
		margin-bottom: 6rem;
	}

	.home_section11_block {
		max-width: 90%;
		padding-top: 3.5rem;
	}

	.home_section11b_image {
		width: calc(76.8rem * 0.9 / 2);
		margin-top: 3rem;
	}

	.home_section_hr {
		width: 90%;
	}

	.home_section_hr:nth-of-type(1) {
		width: 72%;
	}

	.home_section12 {
		margin: 5.5rem 0 7.3rem;
	}

	.home_section12_image {
		width: calc(94.7rem * 0.9 / 2);
	}

	.home_section13 {
		margin: 5.5rem 0 7.3rem;
	}

	.home_section13a_image {
		width: calc(98.8rem * 0.9 / 2);
	}

	.home_section13_block {
		max-width: 90%;
	}

	.home_section13b_image {
		width: calc(99.7rem * 0.9 / 2);
	}

	.home_section14 {
		margin-bottom: 6.8rem;
	}

	.home_section14_block {
		 margin: 0 0 5rem;
	}

	.home_section14a_image {
		width: calc(99.1rem * 0.9 / 2);
		margin-bottom: 4.5rem;
	}

	.home_section14b_image {
		width: calc(78rem * 0.9 / 2);
	}

	.home_section14c_image {
		width: calc(99.7rem * 0.9 / 2);
	}

	.home_section15 {
		margin-bottom: 8rem;
	}

	.home_section15_block {
		margin: 3.5rem 0 0;
	}

	.home_section15_block:nth-of-type(2) {
		max-width: 90%;
	}

	.home_section15a_image {
		width: calc(99.1rem * 0.9 / 2);
	}

	.home_section15b_image {
		width: calc(52.8rem * 0.9 / 2);
	}

	.home_section15c_image {
		width: calc(111.4rem * 0.9 / 2);
		margin-top: 3.5rem;
		transform: translateX(-5%);
	}

	.home_section16 {
		margin-bottom: 8rem;
	}

	.home_section16_block:nth-of-type(3) {
		margin-top: 7.2rem;
	}

	.home_section16_block:nth-of-type(2) {
		margin-top: 4.5rem;
	}

	.home_section16a_image {
		width: calc(99.3rem * 0.9 / 2);
	}

	.home_section16b_image {
		width: calc(78rem * 0.9 / 2);
	}

	.home_section17 {
		margin: 6.8rem 0 9.5rem;
	}

	.home_section17_image {
		width: calc(96rem * 0.9 / 2);
	}

	.home_section18 {
		height: 14.4rem;
		margin-bottom: 36.6rem;
	}

	.home_section18_image {
		width: calc(99.1rem * 0.9 / 2);
		transform: translateY(0);
	}

	.home_section19 {
		background-image: url('../images/home/sp/sp_home_section19a.png');
		background-size: auto 19.4rem;
		margin-bottom: 10.5rem;
	}

	.home_section19_block {
		font-size: 1.65rem;
		max-width: 99.9%;
	}

	.home_section19_block:nth-of-type(2) {
		padding: 3.8rem 0 7rem;
		padding-left: 4.5rem!important;
	}

	.home_section19b_image {
		width: calc(99.1rem * 0.9 / 2);
	}

	.home_section19c_image {
		width: calc(78rem * 0.9 / 2);
	}

	.home_section19d_image {
		width: calc(99.5rem * 0.9 / 2);
		padding-bottom: 12rem;
	}

	.home_section20 {
		height: 10.8rem;
		margin-bottom: 3.5rem;
	}

	.home_section20_image {
		width: calc(99.1rem * 0.9 / 2);
	}

	.home_section21 {
		margin: 7.5rem 0 8rem;
	}

	.home_section21_image {
		width: calc(109.6rem * 0.9 / 2);
		transform: translateX(-4%);
	}

	.home_section22 {
		height: 12.6rem;
		margin-bottom: 64.3rem;
	}

	.home_section22_image {
		width: calc(99.1rem * 0.9 / 2);
	}

	.home_section23 {
		height: 18.65rem;
		margin-bottom: 91rem;
	}

	.home_section23_image {
		width: calc(112.5rem * 0.9 / 2);
		transform: translateX(-5%);
	}

	.home_section23_imgmap1,
	.home_section23_imgmap2,
	.home_section23_imgmap3,
	.home_section23_imgmap4 {
		font-size: 1.5rem;
	}

	.home_section23_imgmap1 {
		top: 32.4rem;
		left: 17.1rem;
	}

	.home_section23_imgmap1_active {
		top: 23.9rem;
		left: 0.7rem;
		width: 13.6rem;
		height: 13.6rem;
	}

	.home_section23_imgmap2 {
		font-size: 1.5rem;
		top: 52.4rem;
		left: 16.5rem;
	}

	.home_section23_imgmap2_active {
		top: 43.5rem;
		left: 0.8rem;
		width: 13.6rem;
		height: 13.6rem;
	}

	.home_section23_imgmap3 {
		top: 72.5rem;
		left: 17.1rem;
	}

	.home_section23_imgmap3_active {
		top: 64.1rem;
		left: 0.9rem;
		width: 13.6rem;
		height: 13.6rem;
	}
	.home_section23_imgmap4 {
		font-size: 1.15rem;
		top: 92.5rem;
		left: 17rem;
	}

	.home_section23_imgmap4_active {
		top: 83.8rem;
		left: 0.8rem;
		width: 13.6rem;
		height: 13.6rem;
	}

	.home_section24 {
		height: 11.55rem;
		margin-bottom: 80.7rem;
	}

	.home_section24_image {
		width: calc(99.1rem * 0.9 / 2);
	}

	.home_section25_block {
		font-size: 1.6rem;
		line-height: 1.5;
		max-width: 90%;
	}

	.home_section25_block span {
		font-size: 1.8rem;
	}

	.home_section25a_image {
		display: none;
	}

	.home_section25b_image {
		display: none;
	}

	.home_section25c_image {
		width: calc(27rem * 0.9 / 1);
	}

	.home_section25d_image {
		width: calc(9.5rem * 0.9 / 1);
	}

	.home_section26 {
		margin-bottom: 10rem;
	}

	.home_section26a_image {
		width: calc(88.1rem * 0.9 / 2);
		margin-bottom: 8.5rem;
	}

	.home_section26b_image {
		width: calc(90.7rem * 0.9 / 2);
		padding: 0;
	}

	/* ----------
	 *   support
	 * ---------- */

	.support_section1 {
		background-size: 180rem;
		padding-top: 10rem;
		padding-bottom: 7.5rem;
	}

	.support_section1_block {
		text-align: center;
		margin: 6rem 0;
	}

	.support_section1_block:nth-of-type(3) {
		font-size: 2rem;
		margin-top: 0;
	}

	.support_section1a_image {
		width: calc(98.2rem * 0.9 / 2);
	}

	.support_section1b_image {
		width: calc(77.6rem * 0.9 / 2);
	}

	.support_section1c_image {
		width: calc(83.7rem * 0.9 / 2);
	}

	.support_section2 {
		margin-bottom: 6rem;
	}

	.support_section2_block1 {
		background-image: url('../images/support/sp/sp_support_section2b.png');
		background-position: top;
		background-size: 90%;
		white-space: normal;
		max-width: 85%;
		padding-top: 32rem;
	}

	.support_section2_block2 {
		white-space: normal;
	}

	.support_section2a_image {
		width: calc(98.7rem * 0.9 / 2);
		padding: 0;
	}

	.support_section3 {
		margin-top: 3rem;
	}

	.support_section3_block {
		white-space: normal;
		max-width: 95%;
	}

	.support_section3a_image {
		width: calc(91.5rem * 0.9 / 2);
		padding: 0;
	}

	.support_section3b_image {
		width: calc(99.1rem * 0.9 / 2);
		padding: 0;
	}

	.support_section4 {
		margin-bottom: 9.5rem;
	}

	.support_section4_block {
		width: 90%;
		margin: 2rem 0 0;
	}

	.support_section4_block:last-of-type {
		font-size: 1.9rem;
		text-align: center;
		white-space: nowrap;
		padding: 0 3.5rem!important;
	}

	.support_section4a_image {
		width: calc(74.7rem * 0.9 / 2);
		padding: 0;
	}

	.support_section4b_image {
		width: calc(78rem * 0.9 / 2);
	}

	.support_section4c_image {
		width: calc(79.5rem * 0.9 / 2);
		padding: 6rem 0 0;
	}

	.support_section4d_image {
		width: calc(78rem * 0.9 / 2);
	}

	.support_section4e_image {
		width: calc(83.4rem * 0.9 / 2);
		padding: 6rem 0 0;
	}

	.support_section4f_image {
		width: calc(78rem * 0.9 / 2);
		padding: 3rem 0 0;
	}

	.support_section5 {
		margin-bottom: 9.5rem;
	}

	.support_section5_image {
		width: calc(112.5rem * 0.9 / 2);
		padding: 0;
	}

	.support_section6_block {
		white-space: normal;
		max-width: 92%;
	}

	.support_section6_block span.point {
		font-size: 1.9rem;
	}

	.support_section6_image {
		width: calc(108rem * 0.9 / 2);
		padding: 0;
		transform: translateX(-2.3rem);
	}

	.support_section7 {
		margin-bottom: 5.5rem;
	}

	.support_section7_block {
		white-space: normal;
		width: 80%;
		margin-top: 7rem;
	}

	.support_section7_block:nth-of-type(2) {
		margin-top: 0;
	}

	.support_section7_block2 {
		white-space: normal;
		width: 80%;
	}

	.support_section7_block2 p {
		white-space: nowrap;
		margin: 0;
	}

	.support_section7a_image {
		width: calc(112.5rem * 0.9 / 2);
		padding: 0;
		transform: translateX(-1%);
	}

	.support_section7b_image {
		width: calc(83.6rem * 0.9 / 2);
	}

	.support_section7c_image {
		width: calc(78.2rem * 0.9 / 2);
		margin-top: 8.5rem;
	}

	.support_section8 {
		height: 10rem;
		margin-bottom: 3.3rem;
	}

	.support_section8_image {
		width: calc(99.1rem * 0.9 / 2);
	}

	/* ----------
	 *   elementary
	 * ---------- */

	.elementary_section1 {
		margin-top: 4.5rem;
		margin-bottom: 8.8rem;
	}

	.elementary_section1_image {
		width: calc(101.2rem * 0.9 / 2);
		transform: translateX(-0.3rem);
	}

	.elementary_section2 {
		margin-bottom: 5.5rem;
	}

	.elementary_section2_image {
		width: calc(79.9rem * 0.9 / 2);
		transform: translateX(0.6rem);
	}

	.elementary_section3 {
		margin-bottom: 11rem;
	}

	.elementary_section3_image {
		width: calc(86.1rem * 0.9 / 2);
	}

	.elementary_section4_block {
		width: 86%;
		padding: 0!important;
	}

	.elementary_section4_image {
		width: calc(77.6rem * 0.9 / 2);
		margin-bottom: 4.5rem;
	}

	.elementary_section5 {
		margin-bottom: 8rem;
	}

	.elementary_section5_image {
		width: calc(99.7rem * 0.9 / 2);
	}

	.elementary_section6 {
		margin-bottom: 4.5rem;
	}

	.elementary_section6_image {
		width: calc(112.5rem * 0.9 / 2);
		padding: 0;
		transform: translateX(-3rem);
	}

	.elementary_section7 {
		background-size: cover;
		width: 90%;
		margin: 0 auto;
	}

	.elementary_section7 {
		position: relative;
	}

	.elementary_section7_block:nth-of-type(2) {
		position: absolute;
		top: 15rem;
	}

	.elementary_section7 {
		margin: 0 auto 9rem;
	}

	.elementary_section7a_image {
		width: calc(80.9rem * 0.9 / 2);
		margin: 6rem 0 56rem;
		transform: translateX(-2rem);
	}

	.elementary_section7b_image {
		width: calc(77.6rem * 0.9 / 2);
		transform: translateX(0.1rem);
	}

	.elementary_section7c_image {
		width: calc(77.6rem * 0.9 / 2);
		margin-top: 8.8rem;
		transform: translateX(0.1rem);
	}

	.elementary_section8 {
		margin-bottom: 7rem;
	}

	.elementary_section8_block {
		background-image: none;
		width: 85%;
	}

	.elementary_section8_block span {
		font-weight: bold;
		white-space: nowrap;
	}

	.elementary_section8a_image {
		width: calc(111.8rem * 0.9 / 2);
		margin-bottom: 15.5rem;
		transform: translateX(-2.6rem);
	}

	.elementary_section8b_image {
		width: calc(77.6rem * 0.9 / 2);
		margin: 0 auto 6.2rem;
	}

	.elementary_section8c_image {
		width: calc(81rem * 0.9 / 2);
		margin-top: 10rem;
		transform: translateX(3rem);
	}

	.elementary_section9 {
		height: 18.7rem;
		margin-bottom: 100rem;
	}

	.elementary_section9_image {
		width: calc(112.5rem * 0.9 / 2);
		transform: translateX(-3rem);
	}

	.elementary_section10 {
		height: 10.8rem;
		margin-bottom: 8rem;
	}

	.elementary_section10x {
		margin-bottom: 13.5rem;
	}

	.elementary_section10x_block {
		width: 86%;
	}

	.elementary_section10x_block[data-list='hide'] {
		display: none
	}

	.elementary_section10xx_block {
		width: 86%;
	}

	.elementary_section10xx_block p {
		white-space: nowrap;
		font-size: 1.7rem;
	}

	.elementary_section10a_image {
		width: calc(112.5rem * 0.9 / 2);
		transform: translateX(-3rem);
	}

	.elementary_section10c_image {
		width: calc(77.7rem * 0.9 / 2);
		margin-left: 1.5rem;
	}

	.elementary_section10d_image {
		width: calc(84.5rem * 0.9 / 2);
		margin-left: 2.3rem;
	}

	.elementary_section10f_image {
		width: calc(99.3rem * 0.9 / 2);
	}

	.elementary_section10h_image {
		width: calc(77.8rem * 0.9 / 2);
		margin-left: 1.5rem;
	}

	.elementary_section10i {
		margin-top: -3.5rem;
		margin-bottom: 8rem;
	}

	.elementary_section10i_block iframe {
		width: calc(78.7rem * 0.9 / 2);
		height: calc(43.3rem * 0.9 / 2);
	}

	.elementary_section10i_image {
		width: calc(83.2rem * 0.9 / 2);
	}

	.elementary_section11 {
		background-image: url('../images/elementary/sp/sp_elementary_section11a.png');
		background-size: auto 19.4rem;
		margin-bottom: 5.5rem;
	}

	.elementary_section11_block {
		font-size: 1.65rem;
		max-width: 99.9%;
	}

	.elementary_section11_block:nth-of-type(2) {
		padding: 2.8rem 0 7rem;
		padding-left: 4.5rem!important;
	}

	.elementary_section11b_image {
		width: calc(99.1rem * 0.9 / 2);
	}

	.elementary_section11c_image {
		width: calc(78rem * 0.9 / 2);
	}

	.elementary_section11d_image {
		width: calc(99.5rem * 0.9 / 2);
		padding-bottom: 12rem;
	}

	.elementary_section12 {
		margin-bottom: 7.3rem;
	}

	.elementary_section12_image {
		width: calc(87.9rem * 0.9 / 2);
	}

	.elementary_section13 {
		margin-bottom: 10.3rem;
	}

	.elementary_section13_image {
		width: calc(97.1rem * 0.9 / 2);
	}

	.elementary_section14 {
		height: 15rem;
		margin-bottom: 54rem;
	}

	.elementary_section14_block {
		max-width: 86%;
		margin-bottom: 7.5rem;
	}

	.elementary_section14a_image {
		width: calc(112.5rem * 0.9 / 2);
		transform: translateX(-3rem);
	}

	.elementary_section14b_image {
		width: calc(112.5rem * 0.9 / 2);
		transform: translateX(-3rem);
	}

	.elementary_section15_block {
		white-space: nowrap;
		width: 86%;
		margin-bottom: 8rem;
	}

	.elementary_section15_image {
		width: calc(88.4rem * 0.9 / 2);
		margin-top: 4rem;
		margin-bottom: 4rem;
		transform: translateX(-3.1rem);
	}

	.elementary_section16 {
		height: 10.8rem;
		margin-bottom: 3.5rem;
	}

	.elementary_section16_image {
		width: calc(99.1rem * 0.9 / 2);
	}

	/* ----------
	 *   highschool
	 * ---------- */

	.highschool_section1 {
		margin-top: 3rem;
		margin-bottom: 7.5rem;
	}

	.highschool_section1_block {
		max-width: 85%;
	}

	.highschool_section1_image {
		width: calc(87.6rem * 0.9 / 2);
	}

	.highschool_section1 {
		margin-top: 3rem;
		margin-bottom: 7.5rem;
	}

	.highschool_section2 {
	   margin-bottom: 7.5rem;
	}

	.highschool_section2_block {
		max-width: 85%;
	}

	.highschool_section2_image {
		width: calc(88.3rem * 0.9 / 2);
	}

	.highschool_section3 {
	   margin-bottom: 10rem;
	}

	.highschool_section3_block {
		max-width: 85%;
	}

	.highschool_section3_image {
		width: calc(87.7rem * 0.9 / 2);
	}

	.highschool_section4[data-list='1st'] {
		height: 14rem;
		margin-bottom: 92rem;
	}

	.highschool_section4[data-list='2nd'] {
		height: 20.4rem;
		margin-bottom: 98rem;
	}

	.highschool_section4a_image {
		width: calc(112.5rem * 0.9 / 2);
		transform: translateX(-3rem);
	}

	.highschool_section4b_image {
		width: calc(112.5rem * 0.9 / 2);
		transform: translateX(-3rem);
	}

	.highschool_section5 {
		height: 11.3rem;
		margin-bottom: 7.5rem;
	}

	.highschool_section5x {
		margin-bottom: 19.5rem;
	}

	.highschool_section5x_comment {
		bottom: -5rem;
		left: 1.5rem;
		right: auto;
	}

	.highschool_section5x_block[data-list='hide'] {
		display: none!important;
	}

	.highschool_section5xx_block {	
		max-width: 90%;
	}

	.highschool_section5a_image {
		width: calc(112.5rem * 0.9 / 2);
		transform: translateX(-3rem);
	}

	.highschool_section5c_image {
		width: calc(77.9rem * 0.9 / 2);
		margin: 0 2rem 2rem;
	}

	.highschool_section5d_image {
		width: calc(84.8rem * 0.9 / 2);
		margin-left: 0.5rem;
	}

	.highschool_section5g_image {
		width: calc(77.6rem * 0.9 / 2);
		margin-left: 2rem;
	}

	.accordion-box2 {
		width: 100%;
	}

	.accordion-box2
	.accordion-container2 {
		max-height: 82rem;
	}

	.highschool_section6 {
		height: 10.8rem;
		margin-bottom: 3.5rem;
	}

	.highschool_section6_image {
		width: calc(99.1rem * 0.9 / 2);
	}

	/* ----------
	 *   university
	 * ---------- */

	.university_section1 {
		margin-bottom: 8.5rem;
	}

	.university_section1_image {
		width: calc(96.2rem * 0.9 / 2);
		transform: translate(-1.5rem, -1rem);
	}

	.university_section2_block {
		width: 85%;
	}

	.university_section2_image {
		width: calc(84.1rem * 0.9 / 2);
	}

	.university_section3a_image {
		width: calc(98.8rem * 0.9 / 2);
		top: -0.8rem;
		left: 0;
	}

	.university_section3 {
		margin-bottom: 10rem;
	}

	.university_section3_block {
		background-image: none;
		margin: 5.5rem 0 8.5rem;
		padding: 2.5rem 3.2rem 6rem;
	}

	.university_section3b_image {
		width: calc(26.2rem * 0.9 / 2);
		position: absolute;
		top: 13rem;
		left: 0.5rem;
		z-index: 2;
	}

	.university_section3c_image {
		float: none;
		width: calc(77.6rem * 0.9 / 2);
		margin: 18.3rem 0 2rem;
		transform: translate(1.6rem, -1rem);
	}

	.university_section3d_image {
		width: calc(89.6rem * 0.9 / 2);
		margin: 8.5rem 0 4rem;
		transform: translateX(-1rem);
	}

	.university_section4 {
		margin-bottom: 11rem;
	}

	.university_section4_image {
		width: calc(85.3rem * 0.9 / 2);
	}

	.university_section5 {
		margin-bottom: 11.5rem;
	}

	.university_section5_image {
		width: calc(99rem * 0.9 / 2);
	}

	.university_section6 {
		height: 21.2rem;
		margin-bottom: 4.5rem;
	}

	.university_section6x {
		margin-bottom: 9rem;
	}

	.university_section6a_image {
		width: calc(112.5rem * 0.9 / 2);
		transform: translate(-3rem, -5.3rem);
	}

	.university_section6b_image {
		width: calc(99.1rem * 0.9 / 2);
		margin: 4.5rem 0 3rem;
	}

	.university_section7 {
		height: 10.8rem;
		margin-bottom: 3.5rem;
	}

	.university_section7_image {
		width: calc(99.1rem * 0.9 / 2);
	}

	/* ----------
	 *   foreign
	 * ---------- */

	.foreign_section1 {
		margin-top: 3rem;
		margin-bottom: 10rem;
	}

	.foreign_section1_block {
		width: 90%;
	}

	.foreign_section1_block div {
		margin-left: 1.8rem;
	}

	.foreign_section1_block div:before {
		content: '※';
		position: absolute;
		left: 0;
	}

	.foreign_section1a_image {
		width: calc(88rem * 0.9 / 2);
		margin-bottom: 3rem;
	}

	.foreign_section1b_image {
		width: calc(77.7rem * 0.9 / 2);
		margin-top: 6.5rem;
	}

	.foreign_section2 {
		height: 12.6rem;
		margin-bottom: 80.6rem;
	}

	.foreign_section2x {
		margin-bottom: 12rem;
	}

	.foreign_section2x_block {
		width: 95%;
	}

	.foreign_section2a_image {
		width: calc(112.5rem * 0.9 / 2);
		transform: translateX(-3rem);
	}

	.foreign_section2b_image {
		float: none;
		position: absolute;
		top: -61rem;
		left: 50%;
		width: calc(77.3rem * 0.9 / 2);
		margin-left: 0;
		transform: translateX(-50%);
	}

	.foreign_section2c_image {
		width: calc(71rem * 0.9 / 2);
		margin-top: 9rem;
		transform: translateX(-4.4rem);
	}

	.foreign_section2d_image {
		float: none;
		width: calc(77.3rem * 0.9 / 2);
		margin-left: 3.8rem;
		margin-bottom: 3rem;
	}

	.foreign_section2e_image {
		width: calc(51rem * 0.9 / 2);
		margin-top: 9rem;
		transform: translateX(-4.4rem);
	}

	.foreign_section2f_image {
		float: none;
		width: calc(77.3rem * 0.9 / 2);
		margin: 1.5rem 0 0;
		margin-left: 3.8rem;
	}

	.foreign_section3_block {
		margin: 6rem 3rem;
	}

	.foreign_section3_block div {
		margin-top: 5rem;
		padding: 0 2rem;
	}

	.foreign_section3_image {
		width: calc(98.8rem * 0.9 / 2);
	}

	.foreign_section4 {
		margin-bottom: 11rem;
	}

	.foreign_section4_block {
		margin: 3.5rem 0 3rem;
	}

	.foreign_section4_block iframe {
		width: calc(78.7rem * 0.9 / 2);
		height: calc(43.3rem * 0.9 / 2);
	}

	.foreign_section4_image {
		width: calc(77.6rem * 0.9 / 2);
	}

	.foreign_section5 {
		height: 12.6rem;
		margin-bottom: 8rem;
	}

	.foreign_section5x {
		margin-bottom: 10rem;
	}

	.foreign_section5xx_block {
		width: 90%;
	}

	.foreign_section5xx_block p {
		white-space: nowrap;
		margin-top: 1rem;
	}

	.foreign_section5a_image {
		width: calc(112.5rem * 0.9 / 2);
		transform: translateX(-3rem);
	}

	.foreign_section5b_image {
		width: calc(77.3rem * 0.9 / 2);
		padding-right: 0;
		position: absolute;
		top: 16.5rem;
		left: 50%;
		transform: translateX(-50%);
	}

	.foreign_section5c_image {
		width: calc(77.5rem * 0.9 / 2);
		margin-right: 0;
		padding-right: 0;
		position: absolute;
		top: 46rem;
		left: 50%;
		transform: translateX(-50%);
	}

	.foreign_section5d_image {
		width: calc(77.5rem * 0.9 / 2);
		margin-left: 2.8rem;
	}

	.foreign_section6 {
		height: 10.8rem;
		margin-bottom: 3.5rem;
	}

	.foreign_section6_image {
		width: calc(99.1rem * 0.9 / 2);
	}

	/* ----------
	 *   institution
	 * ---------- */



	/* ----------
	 *   LAW
	 * ---------- */

	.law_table > div {
		padding: 0;
	}

	.law_table_head {
		padding: 1rem 1.5rem;
	}

	/* ----------
	 *   privacy
	 * ---------- */

	.privacy_table > div {
		padding: 0;
	}

	.privacy_table_head {
		padding: 1rem 1.5rem;
	}

	.privacy_table {
		margin-top: 3rem;
	}

	/* ----------
	 *   tokubetsu
	 * ---------- */


}
