@charset "utf-8";

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

.pc_only {
	display: none;
}

.pc_only_2 {
	display: none;
}

.pc_only_3 {
	display: none;
}

.sp_only {
	display: inherit;
}

.sp_only_2 {
	display: inherit;
}

.sp_only_3 {
	display: inherit;
}

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

	.sp_only{
		display: none;
	}
}

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

	.sp_only_2{
		display: none;
	}
}

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

	.sp_only_3 {
		display: none;
	}
}

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

body {
	font-family: "Roboto", "Kiwi Maru", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #052A48;
	background-color: #fff;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 0.5em;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

a :hover{
	cursor: pointer;
}

.en {
	font-family: "Alex Brush", cursive;
}

.inversion_x {
	transform: scale(-1, 1);
}

.inversion_y {
	transform: scale(1, -1);
}

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

}

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

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

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

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

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 72px;
	padding: 0 5%;
	background-color: #fff;
	z-index: 100;
}

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

.header_logo {
	width: 45%;
	height: auto;
}

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

.header_link img {
	display: block;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width: 768px) {
	.header {
		height: auto;
		padding: 0;
	}

	.header_inner {
		justify-content: flex-end;
		gap: 24px;
	}

	.header_logo {
		width: 14%;
	}

	.header_list_inner {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 12px;
		width: 100%;
		margin: 0 auto 0;
		padding-left: 24px;
	}

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

	.header_list_inner li a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		font-family: "Roboto", "Kiwi Maru", sans-serif;
		font-size: 0.7rem;
	}

	.header_list_inner li a span {
		
	}

	.header_list_inner li a span:nth-of-type(1) {
		
	}

	.header_list_inner li a span:nth-of-type(2) {
		font-size: 0.8em;
	}

	.header_contact {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
		width: 35%;
		height: auto;
	}

	.header_contact a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 5%;
	}

	.header_contact a:nth-of-type(1) {
		width: 60%;
		background-color: #BAE0FF;
	}

	.header_contact a:nth-of-type(2) {
		width: 40%;
		background-color: #33A1F9;
	}
}

@media screen and (min-width: 1024px) {
	.header_list_inner li a {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1440px) {
	.header_logo {
		width: 14%;
	}

	.header_inner {
		gap: 36px;
	}

	.header_list_inner {
		gap: 36px;
		padding-left: 36px;
	}

	.header_list_inner li a {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.header_inner {
		gap: 72px;
	}

	.header_list_inner {
		gap: 36px;
		padding-left: 72px;
	}
}

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

.heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: max-content;
	gap: 24px;
	margin: 0 auto 0;
	padding: 0;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
}

.heading .main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: max-content;
	gap: 4px;
	margin: 0 auto 0;
	padding: 0;
}

.heading .main span::first-letter {
	color: #33A1F9;
}

.heading .main img {
	width: 48px;
}

.heading .sub {
	font-size: 0.4em;
	font-weight: 500;
}

.heading_2 {
	position: relative;
	width: 90%;
	margin: 0 auto 10% 5%;
	padding: 24px 0 0 0;
	font-size: 2rem;
	line-height: 1;
	border-top: 2px #EBEFF3 solid;
}

.heading_2::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 120px;
	height: 2px;
	background-color: #33A1F9;
}

.text {
	font-size: 1rem;
}

.text_en {
	font-size: 0.8rem;
	color: #024f5f;
}

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

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

	.heading .main img {
		width: 84px;
	}

	.heading .sub {
		font-size: 0.3em;
	}

	.heading_2 {
		width: 70%;
		margin: 0 auto 10%;
		font-size: 3rem;
	}

	.heading_2::before {
		width: 240px;
	}

	.text_en {
		font-size: 1rem;
	}
}

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

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

.btn {
	display: block;
	width: 205px;
	margin: 0 auto 0;
}

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

@media screen and (min-width: 1440px) {
	.btn {
		width: 325px;
	}
}

.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_1 iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}

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

@media screen and (min-width: 768px) {
	.map_1 {
		width: 100%;
		height: 100%;
	}

	.map_1 iframe {
		aspect-ratio: auto;
		width: 100%;
		height: 100%;
	}

	.map_2 iframe {
		aspect-ratio: 3 / 1;
	}
}

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

.footer_inner {
	padding: 10% 0;
}

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

.footer_content {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.footer_content .heading {
	width: 75%;
	margin: 0;
}

.footer_acctel table {
	width: max-content;
	margin: 0 auto 0;
}

.footer_acctel th,
.footer_acctel td {
	padding: 12px;
	border: 0;
	font-weight: 500;
}

.footer_acctel .first_line th {
	padding-top: 0;
	padding-left: 0;
}

.footer_acctel .first_line td {
	padding-top: 0;
	padding-right: 0;
}

.footer_acctel .last_line th {
	padding-bottom: 0;
	padding-left: 0;
}

.footer_acctel .last_line td {
	padding-bottom: 0;
	padding-right: 0;
}

.footer_list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: max-content;
	margin: 0 auto 0;
}

.footer_list_inner {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.footer_list_inner li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
	padding-left: 24px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
}

.footer_list_inner li::before {
	content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    /* transform: translate(0, -50%); */
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid #33A1F9;
    border-right: 0;
}

.footer_list_inner a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
}

.footer_list_inner span {
	display: block;
	line-height: 1;
}

.footer_list_inner .sublist {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
}

.footer_list_inner .sublist li {
	position: relative;
	display: block;
}

.footer_list_inner .sublist li::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
    width: 12px;
    height: 2px;
	border: 0;
	background-color: #33A1F9;
}

.footer_list_inner .sublist a {
	display: block;
	width: fit-content;
	margin: 0 auto 0 0;
}

.footer_list_inner .sublist span {
	text-align: left;
	font-size: 0.75em;
}

.copyright {
	display: block;
	padding: 5% 5%;
	background-color: #33A1F9;
	text-align: center;
	font-size: 1rem;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.footer_inner {
		padding: 5% 0;
	}

	.footer_container_inner {
		flex-direction: row;
		justify-content: space-evenly;
		gap: 0;
	}

	.footer_content {
		align-items: flex-start;
	}

	.footer_content_2 {
		width: auto;
		margin: 0;
	}

	.footer_content .heading {}

	.footer_acctel table {}

	.footer_acctel th,
	.footer_acctel td {}

	.footer_acctel .first_line th {}

	.footer_acctel .first_line td {}

	.footer_acctel .last_line th {}

	.footer_acctel .last_line td {}

	.footer_list {
		flex-direction: row;
		align-items: flex-start;
	}

	.footer_list_inner {
		width: max-content;
	}

	.footer_list_inner li {}

	.footer_list_inner li::before {}

	.footer_list_inner a {}

	.footer_list_inner span {}

	.footer_list_inner .sublist {}

	.footer_list_inner .sublist li {}

	.footer_list_inner .sublist li::before {}

	.footer_list_inner .sublist a {}

	.footer_list_inner .sublist span {}

	.copyright {
		padding: 2.5% 5%;
	}
}

@media screen and (min-width: 1024px) {
	.footer_container_inner {

	}
}

@media screen and (min-width: 1440px) {
	.footer_content {
		gap: 60px;
	}

	.footer_acctel th,
	.footer_acctel td {
		font-size: 1.2rem;
	}

	.footer_list {
		gap: 120px;
	}

	.footer_list_inner li {
		font-size: 1.5rem;
	}

	.copyright {
		padding: 1.25% 5%;
	}
}

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