@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.header_list_inner li a.company .text_1 {
	color: #25c600;
}

.company.js_hover::after {
	content: "";
	opacity: 1;
}

.drawer__list li a.company .text_1 {
	color: #25c600;
}

/* ---------------------------------------------------------------------------------------------------- */

.section .heading_wrap .heading .sub {
	color: #0090ff;
}

.section .heading_wrap .heading .sub::first-letter {
	color: #0049c2;
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {
	padding: 20% 0;
}

.section_1 .wrap {
	gap: 24px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {
	color: #0090ff;
}

.section_1 .heading_wrap .heading .sub::first-letter {
	color: #0049c2;
}

.section_1 .content_wrap {
	padding: 24px 0;
	background-image: linear-gradient(270deg, rgba(0, 144, 255, 1), rgba(29, 213, 230, 1));
}

.section_1 .content_wrap .content {
	width: 90%;
	max-width: 1024px;
	padding: 24px 0;
	border-radius: 36px;
	background-color: #ffffff;
}

.section_1 .content_wrap .content .item_wrap {
	width: 90%;
}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .text_wrap {
	gap: 12px;
}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text_2 {
	margin-left: auto;
	text-align: right;
}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text .highlight {
	font-size: 1.125em;
}

@media screen and (min-width: 768px) {
	.section_1 {}

	.section_1 .inner {
		padding: 10% 0;
	}

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .heading_wrap .heading .sub::first-letter {}

	.section_1 .content_wrap {
		position: relative;
	}

	.section_1 .content_wrap::before,
	.section_1 .content_wrap::after {
		content: "";
		position: absolute;
		z-index: 1;
		left: 2.5%;
		width: auto;
		height: 50%;
		aspect-ratio: 2 / 4;
		clip-path: polygon(40% 0, 100% 95%, 100% 100%, 65% 100%, 0 0);
		background-color: #ffffff;
		opacity: 0.5;
	}

	.section_1 .content_wrap::before {
		bottom: 0;
	}

	.section_1 .content_wrap::after {
		bottom: 20%;
	}

	.section_1 .content_wrap .content {
		width: 50%;
	}

	.section_1 .content_wrap .content .item_wrap {}

	.section_1 .content_wrap .content .item_wrap .item {}

	.section_1 .content_wrap .content .item_wrap .item .text_wrap {}

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {}

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .text_2 {}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_1 .wrap {
		gap: 120px;
	}

	.section_1 .content_wrap {
		padding: 60px 0;
	}

	.section_1 .content_wrap::before,
	.section_1 .content_wrap::after {
		left: 5%;
	}

	.section_1 .content_wrap .content {
		padding: 60px 0;
	}

	.section .content_wrap .content .item_wrap .item .text_wrap {
		gap: 36px;
	}

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {
		font-size: 1.125rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .text_2 {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_2 {}

.section_2 .inner {
	padding: 20% 0;
}

.section_2 .wrap {
	gap: 24px;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {
	gap: 24px;
}

.section_2 .content_wrap .content {}

.section_2 .content_wrap .content .item_wrap {}

.section_2 .content_wrap .content .item_wrap .item {}

.section_2 .content_wrap .content .item_wrap .item .text_wrap {}

.section_2 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_2 .content_wrap .content_1 {
	width: 90%;
	max-width: 768px;
}

.section_2 .content_wrap .content_2 {
	width: 90%;
	max-width: 1024px;
}

.section_2 .table {
	width: 100%;
}

.section_2 .table tr th,
.section_2 .table tr td {
	display: block;
	border: 0;
	font-weight: 700;
}

.section_2 .table tr th {
	border-bottom: 1px #0049c2 solid;
}

.section_2 .table tr td {
	border-bottom: 1px #c3c3c3 solid;
}

.section_2 .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(100% * (2 / 3));
    overflow-y: hidden;
}

.section_2 .map iframe {
	position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: calc(100% + (150px * 2));
}

@media screen and (min-width: 768px) {
	.section_2 {}

	.section_2 .inner {
		padding: 10% 0;
	}

	.section_2 .wrap {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content_wrap {}

	.section_2 .content_wrap .content {}

	.section_2 .content_wrap .content .item_wrap {}

	.section_2 .content_wrap .content .item_wrap .item {}

	.section_2 .content_wrap .content .item_wrap .item .text_wrap {}

	.section_2 .content_wrap .content .item_wrap .item .text_wrap .text {}

	.section_2 .content_wrap .content_1 {
		width: 60%;
	}

	.section_2 .content_wrap .content_2 {
		width: 80%;
	}

	.section_2 .table {}

	.section_2 .table tr th,
	.section_2 .table tr td {
		display: table-cell;
	}

	.section_2 .table tr th {
		width: 30%;
	}

	.section_2 .table tr td {
		width: 70%;
	}

	.section_2 .map {
		padding-top: calc(100% * (1 / 2));
	}

	.section_2 .map iframe {}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_2 .wrap {
		gap: 120px;
	}

	.section_2 .content_wrap {
		gap: 108px;
	}

	.section_2 .table tr th,
	.section_2 .table tr td {
		font-size: 1.125rem;
	}

	.section_2 .table tr td {
		padding-left: 60px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */
