@charset "utf-8";

@font-face {
	font-family: "";
	src: url("../font/") format("truetype");
}

html {
	/* scroll-padding-top: 120px; */
	scroll-behavior: smooth;
}

body {
	background-color: #ffffff;
	background-image: url(../img/);
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: contain;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	/* letter-spacing: 0.1em; */
	color: #313131;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 16px 8px;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

.img picture,
.img img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

a:hover {
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	body {
		background-image: url(../img/);
	}
}

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

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

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

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

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	padding: 8px 8px 8px 16px;
	background-color: #ffffff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: background-color 1s ease; /* ←ここでフワッと */
	z-index: 100;
}

.header.scrolled {
	/* background-color: #fe6628; */
}

.header_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	width: 100%;
	height: 100%;
}

.header_inner {
	width: 100%;
	height: 100%;
}

.header_content_wrap.sp_only {
	width: max-content;
	max-width: 100%;
	margin-right: -120px;
}

.header_content_wrap.sp_only .header_content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	max-width: 100%;
}

.header_logo_wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
	width: auto;
	height: 100%;
}

.header_logo_wrap .header_logo {
	display: block;
	width: 140px;
	height: auto;
	aspect-ratio: 570 / 69;
}

.header_logo_wrap .header_logo picture,
.header_logo_wrap .header_logo img {
	display: block;
	width: 100%;
	height: auto;
    max-width: 100%;
    max-height: 100%;
}

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

@media screen and (min-width: 1280px) {
	.header {
		height: auto;
		padding: 16px;
		padding-left: 36px;
		padding-right: 24px;
	}

	.header.scrolled {
		/* background-color: #fe6628; */
	}

	.header_inner {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 12px;
		padding: 0;
	}

	.header_logo_wrap {}

	.header_logo_wrap .header_logo {
		width: 280px;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		margin: 0;
		padding: 0;
		background-color: transparent;
	}

	.header_logo_wrap .header_logo picture,
	.header_logo_wrap .header_logo img {
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}

	.header_content_wrap {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
		gap: 72px;
		width: 100%;
	}

	.header_content_wrap.sp_only {
		display: none;
	}

	.header_content_wrap .header_content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		gap: 12px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.header_content_wrap .header_content_1 {
		flex: 1;
		gap: 12px;
	}

	.header_content_wrap .header_content_2 {
		gap: 4px;
		width: max-content;
		max-width: 100%;
		font-size: 0.8125rem;
	}

	.header_content_wrap .header_content_2 .flex {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 4px;
		width: 100%;
		padding-left: 0.5em;
	}

	.header_content_wrap .header_content_2 .text {
		font-weight: 600;
		line-height: 1;
	}

	.header_content_wrap .header_content_2 .text_1 {
		font-size: 1.23076923em;
	}

	.header_content_wrap .header_content_2 .text_2 {
		font-size: 2.92307692em;
		color: #20386C;
	}

	.header_content_wrap .header_content_2 .text_3 {
		font-size: 1em;
	}

	.header_btn_wrap {
		display: none;
		/* display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		gap: 12px;
		width: 50%; */
	}

	.header_btn_wrap .header_btn {
		display: block;
		width: max-content;
		font-size: 0.75rem;
		line-height: 1;
		color: #fff;
	}

	.header_btn_wrap .header_btn .highlight {
		font-size: 1.25em;
	}

	.header_btn_wrap .header_btn img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.header_list_wrap {
		width: max-content;
	}

	.header_list_wrap .header_list {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		gap: 36px;
		width: 100%;
		margin: 0 auto 0;
	}

	.header_list_wrap .header_list li {
		width: max-content;
		margin: 0 auto 0;
	}

	.header_list_wrap .header_list li a {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		font-size: 1rem;
		font-weight: 600;
		line-height: 1;
	}

	.header_list_wrap .header_list li a::after {
		content: none;
		position: absolute;
		bottom: -12px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 73px;
		height: auto;
		aspect-ratio: 73 / 4;
		background-color: #20386C;
	}

	.header_list_wrap .header_list li a.now {
		color: #20386C;
	}

	.header_list_wrap .header_list li a.now::after {
		content: "";
	}
}

@media screen and (min-width: 1440px) {
    .header {
		padding: 24px;
		padding-left: 60px;
		padding-right: 48px;
	}

	.header_logo_wrap {
		top: 36px;
		width: 320px;
	}

	.header_list_wrap .header_list {
		gap: 48px;
	}

	.header_list_wrap .header_list li a {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
    .header {
		padding-left: 120px;
		padding-right: 60px;
	}

	.header_logo_wrap {
		top: 36px;
		left: 48px;
		width: 375px;
	}
}

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

.header_2 {}

.header_2.scrolled {}

.header_2 .header_inner {}

.header_2 .header_content_wrap.sp_only {}

.header_2 .header_content_wrap.sp_only .header_content {}

.header_2 .header_logo_wrap {}

.header_2 .header_logo_wrap .header_logo {}

.header_2 .header_logo_wrap .header_logo picture,
.header_2 .header_logo_wrap .header_logo img {}

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

@media screen and (min-width: 1280px) {
    .header_2 {
        height: auto;
        padding: 8px 24px 8px 36px;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .header_2.scrolled {
        /* background-color: #fe6628; */
    }

    .header_2 .header_inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
        padding: 0;
    }

    .header_2 .header_logo_wrap {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
        width: auto;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .header_2 .header_logo_wrap .header_logo {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 0;
        padding: 0;
        background-color: transparent;
    }

    .header_2 .header_logo_wrap .header_logo picture,
    .header_2 .header_logo_wrap .header_logo img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .header_2 .header_content_wrap {
		position: relative;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: stretch;
        gap: 8px;
        width: 100%;
    }

    .header_2 .header_content_wrap.sp_only {
        display: none;
    }

    .header_2 .header_content_wrap .header_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        gap: 12px;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .header_2 .header_content_wrap .header_content_1 {
        flex: 1;
        gap: 12px;
    }

    .header_2 .header_content_wrap .header_content_2 {
        font-size: 1.5rem;
		line-height: 1;
		color: #20386C;
    }

	.header_2 .header_content_wrap .header_content_2 .highlight {
        font-size: 0.65em;
    }

	.header_2 .header_content_wrap .header_content_3 {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 12px;
		width: max-content;
		max-width: 100%;
    }

	.header_2 .header_content_wrap .header_content_3 .link {
        width: auto;
		height: 35px;
    }

	.header_2 .header_content_wrap .header_content_3 .link img {
        width: auto;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
    }

    .header_2 .header_btn_wrap {
        display: none;
        /* display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
        width: 50%; */
    }

    .header_2 .header_btn_wrap .header_btn {
        display: block;
        width: max-content;
        font-size: 0.75rem;
        line-height: 1;
        color: #fff;
    }

    .header_2 .header_btn_wrap .header_btn .highlight {
        font-size: 1.25em;
    }

    .header_2 .header_btn_wrap .header_btn img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
    }

    .header_2 .header_list_wrap {
        width: max-content;
    }

    .header_2 .header_list_wrap .header_list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        gap: 24px;
        width: 100%;
        margin: 0 auto 0;
    }

    .header_2 .header_list_wrap .header_list li {
        width: max-content;
        margin: 0 auto 0;
    }

    .header_2 .header_list_wrap .header_list li a {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1;
		color: #333333;
    }

    .header_2 .header_list_wrap .header_list li a::after {
        /* content: "";
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 4px;
        height: auto;
        aspect-ratio: 3 / 2;
        background-color: #041E3E; */
    }

    .header_2 .header_list_wrap .header_list li a p:nth-of-type(1) {
        font-size: 0.888888889em;
        color: #ff0b21;
    }
}

@media screen and (min-width: 1440px) {
    .header_2 {
        padding: 8px 48px;
    }

	.header_2 .header_inner {
		gap: 36px;
	}

	.header_2 .header_content_wrap .header_content_2 {
		font-size: 2.5rem;
	}

	.header_2 .header_content_wrap .header_content_3 {
		gap: 36px;
	}

    .header_2 .header_list_wrap .header_list {
        gap: 48px;
    }

    .header_2 .header_list_wrap .header_list li a {
        font-size: 1.125rem;
    }
}

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

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

.fv_top {
	position: relative;
	background-color: transparent;
	/* overflow: hidden; */
	/* overflow-x: hidden; */
}

.fv_top::before {
	content: "SCROLL";
	position: absolute;
	z-index: 1;
	bottom: 35px;
	left: 50%;
	transform: translate(-50%, 0);
	width: auto;
	height: auto;
	font-size: 0.9375rem;
	color: #ffffff;
}

.fv_top::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 1px;
	height: 60px;
	background-color: #D9D9D9;
}

.fv_top .inner {
	position: relative;
}

.fv_top .wrap {
	position: relative;
}

.fv_top .text_wrap {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.75rem;
}

.fv_top .text_wrap .text {
	padding: 12px;
	border: 8px #ffffff solid;
	font-size: 1em;
	font-weight: 600;
	color: #ffffff;
}

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

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

	.fv_top::before {}

	.fv_top::after {}

	.fv_top .inner {}

	.fv_top .wrap {}

	.fv_top .text_wrap {
		font-size: 3rem;
	}

	.fv_top .text_wrap .text {
		padding: 12px 24px;
		border: 10px #ffffff solid;
	}
}

@media screen and (min-width: 1440px) {
	.fv_top .text_wrap {
		font-size: 3.25rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv_top .text_wrap {
		font-size: 4rem;
	}

	.fv_top .text_wrap .text {
		padding: 16px 32px;
	}
}

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

.fv_other {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_other.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 65% 0;
}

.fv_other .inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_other .wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto 0;
}

.fv_other .content_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.fv_other .content_wrap .content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.fv_other .text_wrap {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fv_other .text_wrap .text {
	width: max-content;
	max-width: 100%;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
}

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

@media screen and (min-width: 1280px) {
	.fv_other {
		height: auto;
		background-image: none;
	}

	.fv_other .inner {}

	.fv_other .wrap {}

	.fv_other .content_wrap {}

	.fv_other .content_wrap .content {}

	.fv_other .text_wrap {}

	.fv_other .text_wrap .text {
		font-size: 2.25rem;
	}
}

@media screen and (min-width: 1440px) {
	.fv_other .text_wrap .text {
		font-size: 3rem;
	}
}

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

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

.heading_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.heading {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.75rem;
	color: #20386C;
}

.heading > * {
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0;
	/* line-height: 1; */
	/* letter-spacing: 0.1em; */
}

.heading .main {
	position: relative;
	font-size: 1em;
	font-weight: 600;
	line-height: 1;
}

.heading .main::before,
.heading .main::after {
	/* content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	aspect-ratio: 1 / 1; */
}

.heading .sub {
	position: relative;
	font-size: 1em;
	font-weight: 300;
	font-style: italic;
	line-height: 1;
}

.heading picture,
.heading img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

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

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

@media screen and (min-width: 1440px) {
	.heading {
		font-size: 2.5rem;
	}
}

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

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

.table_common {
	width: 100%;
}

.table_common tr th,
.table_common tr td {
	display: block;
	border: 0;
	border: 1px #20386C solid;
	font-weight: 600;
}

.table_common tr th {
	background-color: #20386C;
	color: #ffffff;
}

.table_common tr td {}

.table_common tr td .flex_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: max-content;
	max-width: 100%;
	margin: 0 auto;
}

.table_common tr td .flex_wrap .flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: max-content;
	max-width: 100%;
}

.table_common tr td .flex_wrap .flex_r {
	flex-direction: row;
}

.table_common tr td .flex_wrap .flex_c {
	flex-direction: column;
}

.table_common tr td .left {
	text-align: left;
}

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

@media screen and (min-width: 1280px) {
	.table_common {
		border-collapse: separate;
		border-spacing: 0 12px;
	}

	.table_common tr th,
	.table_common tr td {
		display: table-cell;
		width: 50%;
		text-align: center;
		vertical-align: middle;
	}

	.table_common tr td .flex_wrap {
		width: max-content;
		max-width: 100%;
		margin: 0 auto;
	}

	.table_common tr td .flex_wrap .flex {}

	.table_common tr td .flex_wrap .flex_r {}

	.table_common tr td .flex_wrap .flex_c {}
}

@media screen and (min-width: 1440px) {
	.table_common {
		border-spacing: 0 24px;
	}

	.table_common tr th,
	.table_common tr td {
		font-size: 1.5rem;
	}
}

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

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

.band {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
    bottom: -5vw;
    right: 0;
	z-index: 0;
}

.band::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 150%;
    height: 60px;
    background-color: #fe6628;
    transform: rotate(45deg);
    transform-origin: top left;
}

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

.btn {
	/* display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: fit-content;
	margin: 0 auto;
	padding: 12px 36px;
	background-color: #fff;
	border-radius: 60px;
	font-weight: 700;
	color: #ccc; */
}

.btn {
	display: block;
	width: 230px;
}

.btn img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

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

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

.mouse_drag_scroll {
	cursor: grab;
}

.mouse_drag_scroll:active {
	cursor: grabbing;
}

@media screen and (min-width: 768px) {
	.mouse_drag_scroll {
		cursor: auto;
	}

	.mouse_drag_scroll:active {
		cursor: auto;
	}
}

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

.map {
    /* width: 100%; */
}

.map iframe {
    /* width: 100%;
    height: auto;
	aspect-ratio: 1 / 1; */
}

@media screen and (min-width: 768px) {
	.map iframe {
		/* aspect-ratio: 2 / 1; */
	}
}

@media screen and (min-width: 1280px) {
	.map iframe {
		/* aspect-ratio: 3 / 1; */
	}
}

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

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

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

.section {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../img/);
	background-size: contain;
	background-position: 50% 0;
	background-repeat: repeat;
	overflow: hidden;
}

.section .inner {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.section .wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.section .content_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	max-width: 100%;
}

.section .content_wrap .content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	max-width: 100%;
}

.section .content_wrap .content .item_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	max-width: 100%;
}

.section .content_wrap .content .item_wrap .item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	max-width: 100%;
}

.section .content_wrap .content .item_wrap .item .text {
	width: max-content;
	max-width: 100%;
}

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

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

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

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

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

.section_floating {
	position: fixed;
	bottom: 0;
	z-index: 5;
}

.section_floating .section_inner {
	padding: 0;
}

.section_floating .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_floating .flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_floating .flex .link {
	width: auto;
	height: auto;
}

.section_floating .flex .link img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

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

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

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

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

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

.section_company {}

.section_company .inner {
	padding: 20% 0 5%;
}

.section_company .wrap {
	gap: 48px;
	width: 90%;
	max-width: 1395px;
	margin: 0 auto;
}

.section_company .heading_wrap {}

.section_company .heading_wrap .heading {}

.section_company .heading_wrap .heading .main {}

.section_company .heading_wrap .heading .sub {}

.section_company .content_wrap {}

.section_company .content_wrap .content {}

.section_company .content_wrap .content .item_wrap {}

.section_company .content_wrap .content .item_wrap .item {}

.section_company .content_wrap .content_1 .item_wrap .item .table {
	width: 100%;
	border-top: 1px solid #9D9D9D;
}

.section_company .content_wrap .content_1 .item_wrap .item .table tr {
    border-bottom: 1px solid #9D9D9D;
}

.section_company .content_wrap .content_1 .item_wrap .item .table tr th,
.section_company .content_wrap .content_1 .item_wrap .item .table tr td {
	border: 0;
}

.section_company .content_wrap .content_1 .item_wrap .item .table tr th {
	width: auto;
	background-color: #EFEFEF;
	white-space: nowrap;
}

.section_company .content_wrap .content_1 .item_wrap .item .table tr td {
	width: auto;
}

.section_company .content_wrap .content_1 .item_wrap .item .table tr div {}

.section_company .content_wrap .content_1 .item_wrap .item .table tr p {}

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

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

	.section_company .inner {
		padding: 10% 0 2.5%;
	}

	.section_company .wrap {
		gap: 12px;
		width: 80%;
	}

	.section_company .heading_wrap {
		align-items: flex-start;
	}

	.section_company .heading_wrap .heading {}

	.section_company .heading_wrap .heading .main {}

	.section_company .heading_wrap .heading .sub {}

	.section_company .content_wrap {
		flex-direction: row;
		gap: 12px;
	}

	.section_company .content_wrap .content {}

	.section_company .content_wrap .content .item_wrap {}

	.section_company .content_wrap .content .item_wrap .item {}

	.section_company .content_wrap .content_1 {
		width: calc((100% - (12px * 1)) * 0.6);
	}

	.section_company .content_wrap .content_1 .item_wrap .item .table {}

	.section_company .content_wrap .content_1 .item_wrap .item .table tr {}

	.section_company .content_wrap .content_1 .item_wrap .item .table tr th,
	.section_company .content_wrap .content_1 .item_wrap .item .table tr td {}

	.section_company .content_wrap .content_1 .item_wrap .item .table tr th {}

	.section_company .content_wrap .content_1 .item_wrap .item .table tr td {}

	.section_company .content_wrap .content_1 .item_wrap .item .table tr div {}

	.section_company .content_wrap .content_1 .item_wrap .item .table tr p {}

	.section_company .content_wrap .content_2 {
		width: calc((100% - (12px * 1)) * 0.4);
	}

	.section_company .content_wrap .content_2 .item_wrap .item {
		box-shadow: 0px 0px 4.8px 3px rgba(0, 0, 0, 0.25);
	}
}

@media screen and (min-width: 1440px) {
	.section_company .inner {
		padding: 5% 0 2.5%;
	}

	.section_company .content_wrap .content_1 .item_wrap .item .table tr th,
	.section_company .content_wrap .content_1 .item_wrap .item .table tr td {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_company .content_wrap .content_1 {
		width: calc((100% - (12px * 1)) * 0.65);
	}

	.section_company .content_wrap .content_1 .item_wrap .item .table tr th,
	.section_company .content_wrap .content_1 .item_wrap .item .table tr td {
		padding: 16px 24px;
	}

	.section_company .content_wrap .content_1 .item_wrap .item .table tr td {
		padding-left: 48px;
	}

	.section_company .content_wrap .content_2 {
		width: calc((100% - (12px * 1)) * 0.35);
	}
}

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

.section_map {}

.section_map .inner {
	padding: 0 0 15%;
}

.section_map .wrap {
	width: 90%;
	max-width: 1395px;
	margin: 0 auto 0;
}

.section_map .content_wrap {}

.section_map .content_wrap .content {}

.section_map .content_wrap .content .item_wrap {}

.section_map .content_wrap .content .item_wrap .item {}

.section_map .content_wrap .content .item_wrap .item .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(100% * (3 / 5));
	overflow-y: hidden;
}

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

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

}

@media screen and (min-width: 1280px) {
	.section_map .inner {
		padding: 0 0 10%;
	}

	.section_map .wrap {
		width: 80%;
	}

	.section_map .content_wrap .content .item_wrap .item .map {
		padding-top: calc(100% / 3);
	}
}

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

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

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

.footer {}

.footer .inner {
	padding: 0;
	background-image: url(../img/);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.footer .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.footer .content_1 {}

.footer .content_2 {}

.footer .content_3 {}

.copyright_wrap {
	width: 100%;
	padding: 24px 0;
	background-color: #20386C;
}

.copyright_wrap .copyright {
	width: max-content;
	max-width: 100%;
	/* max-width: 1395px; */
	margin: 0 auto 0;
	text-align: center;
	color: #fff;
}

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

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

@media screen and (min-width: 1440px) {
	.copyright_wrap {
		padding: 48px 0;
	}

	.copyright {
		font-size: 1.125rem;
	}
}

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

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

.pc_only {
    display: none !important;
}

.pc_only_2 {
    display: none !important;
}

.pc_only_3 {
    display: none !important;
}

.sp_only {
    display: inherit !important;
}

.sp_only_2 {
    display: inherit !important;
}

.sp_only_3 {
    display: inherit !important;
}

.sp_only_4 {
    display: inherit !important;
}

@media screen and (min-width: 768px) {
    .pc_only {
        display: inherit !important;
    }

    .sp_only {
        display: none !important;
    }
}

@media screen and (min-width: 1280px) {
    .pc_only_2 {
        display: inherit !important;
    }

    .sp_only_2 {
        display: none !important;
    }
}

@media screen and (min-width: 1440px) {
    .pc_only_3 {
        display: inherit !important;
    }

    .sp_only_3 {
        display: none !important;
    }
}

@media screen and (min-width: 1920px) {
    .sp_only_4 {
        display: none !important;
    }
}

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