@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: 1280px) {
	.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 {
	background-color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #041E3E;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 1em 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: 1280px) {
	
}

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

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

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

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	padding: 0 0 0 5%;
	background-color: rgba(245, 245, 245, 0.5);
	/* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
	z-index: 100;
}

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

.header_logo {
	display: block;
	width: 80%;
}

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

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

/* google翻訳 */
.header_contact .translate {
	position: relative;
	width: 100%;
}

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

.header_contact #google_translate_element {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	overflow: hidden;
	opacity: 0;
}

.header_contact .skiptranslate.goog-te-gadget {
	width: 100%;
	height: 100%;
}

.header_contact #google_translate_element .skiptranslate > div {
	display: block !important;
	height: 100%;
	width: 100%;
}

.header_contact #google_translate_element select {
	color: #333 !important;
	cursor: pointer;
	margin: 0;
	height: 100%;
	width: 100%;
	-webkit-appearance: button;
	appearance: button;
}

.header_contact #google_translate_element .skiptranslate > span {
	display: none;
}
/* google翻訳 / */

@media screen and (min-width: 768px) {
	.header {
		height: auto;
		padding: 0;
		background-color: rgba(243, 241, 245, 0.93);
	}

	.header_inner {
		flex-direction: column-reverse;
		gap: 12px;
		padding: 1.25% 2.5%;
	}

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

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

	.header_logo {
		width: 25%;
		margin: 0;
		background-color: transparent;
	}

	.header_logo picture,
	.header_logo img {
		width: 100%;
	}

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

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

	.header_list_inner li a {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 4px;
		font-size: 0.6rem;
		font-weight: 500;
		color: #041E3E;
	}

	.header_list_inner li a::after {
		content: "";
		position: absolute;
		bottom: -4px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 16px;
		height: 2px;
		background-color: #041E3E;
	}

	.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) {}

	.header_text {
		font-size: 0.6rem;
	}

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

	.header_contact .link {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 4px;
		width: 100%;
		padding: 2.5% 5%;
		background-color: #124B8F;
		border-radius: 80px;
		font-size: 0.6rem;
		line-height: 1;
		color: #fff;
	}

	.header_contact .link_1 {}

	.header_contact .link_2 {}

	.header_contact .link img {
		width: auto;
		height: 0.6rem;
	}

	.header_contact .translate {
		width: 25%;
	}
}

@media screen and (min-width: 1280px) {
	.header_inner {
		padding: 1.25% 5%;
	}

	.header_list_inner li {}

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

	.header_text {
		font-size: 0.8rem;
	}

	.header_contact .link {
		gap: 8px;
		font-size: 0.8rem;
	}

	.header_contact .link img {
		height: 0.8rem;
	}
}

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

	.header_list_inner {
		gap: 36px;
	}

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

	.header_text {
		font-size: 1.2rem;
	}

	.header_contact {
		gap: 24px;
	}

	.header_contact .link {
		gap: 12px;
		font-size: 1rem;
	}

	.header_contact .link img {
		height: 1rem;
	}
}

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

	.header_contact .link {
		font-size: 1.2rem;
	}

	.header_contact .link img {
		height: 1.2rem;
	}
}

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

.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: 12px;
	width: 100%;
	margin: 0 auto 0;
}

.section_floating .flex .link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 5%;
	background-color: #124B8F;
	border-radius: 80px;
	font-size: 1.375rem;
	line-height: 1;
	color: #fff;
}

.section_floating .flex .link_1 {
	flex: 3;
}

.section_floating .flex .link_2 {
	flex: 7;
}

.section_floating .flex .link img {
	width: auto;
	height: 1.375rem;
}

@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_container {
	position: relative;
	z-index: 1;
}

.heading_area {
	width: 100%;
	padding: 0 0 5%;
	background-image: url(../img/heading_bg.png);
	background-size: cover;
	background-position: 50% 0;
}

.heading {
	position: relative;
	width: max-content;
	margin: 0 auto 0;
	padding: 0;
}

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

.heading_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.heading_1 .main {
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 3rem;
	font-weight: 200;
	letter-spacing: 0.1em;
	line-height: 1;
}

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

.heading_1 .sub {
	font-size: 1.2rem;
	line-height: 1;
}

.heading_2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: fit-content;
	max-width: 100%;
	font-size: 4rem;
}

.heading_2 .main {
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	font-weight: 200;
	color: #4A80C1;
}

.heading_2 .sub {
	position: relative;
	text-align: center;
	font-size: 0.3em;
	color: #000;
}

.heading_2 .sub::after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 12px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.heading_2 .sub span {
	
}

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

@media screen and (min-width: 1280px) {
	.heading_1 {
		font-size: 1.35rem;
	}

	.heading_2 {
		
	}
}

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

	.heading_2 {
		font-size: 7.5rem;
	}

	.heading_2 .sub::after {
		bottom: -36px;
		height: 22px;
	}
}

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

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

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

.btn * {
	display: block;
}

.btn img {
	width: 30px;
	height: auto;
}

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

@media screen and (min-width: 1440px) {
	.btn {
		padding: 12px 48px;
		font-size: 1.2rem;
	}
}

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

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

.section_contact {}

.section_contact .section_inner {
    padding: 0;
}

.section_contact .section_inner {}

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

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

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

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

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

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

.footer {
	background-color: #EFF3F4;
}

.footer_inner {
	padding: 0;
}

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

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

.footer .logo {
	width: 60%
}

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

.footer .text {
	text-align: center;
	font-size: 1rem;
}

.copyright {
	width: 100%;
	padding: 2.5% 5%;
	background-color: #92B7E3;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
	color: #3c3c3c;
}

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

	.footer_inner {}

	.footer_container_inner {}

	.footer .flex {
		gap: 24px;
		padding: 5% 0;
	}

	.footer .logo {
		width: 30%;
	}

	.footer .list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto 0;
	}

	.footer .list li {
		width: max-content;
		padding: 0 12px;
		border-left: 1px #041E3E solid;
	}

	.footer .list li:last-child {
		border-right: 1px #041E3E solid;
	}

    .footer .list li a {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 4px;
        font-weight: 500;
        color: #041E3E;
    }

	.copyright {}
}

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

@media screen and (min-width: 1440px) {
	.footer .flex {
		gap: 36px;
	}

	.footer .list li {
		padding: 0 24px;
	}

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

	.footer .text {
		font-size: 1.2rem;
	}

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

@media screen and (min-width: 1920px) {
	.footer .logo {
		width: 25%;
	}
}
