@charset "utf-8";

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

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

body {
	background-color: #F8F8F8;
	background-image: url(../img/bg_sp.png);
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: contain;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #303030;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

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

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

a :hover{
	cursor: pointer;
}

.en {
	/* font-family: ; */
}

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

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

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

@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;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 1);
	/* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    transition: background-color 1s ease; /* ←ここでフワッと */
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	z-index: 100;
}

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

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

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

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

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

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

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

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

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

	.header_logo {
		width: 120px;
		height: auto;
		aspect-ratio: 382 / 60;
		background-color: transparent;
	}

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

	.header_content {
		width: max-content;
		max-width: 100%;
	}

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

	.header_list {
		width: max-content;
		max-width: 100%;
	}

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

	.header_list_inner li {
		width: max-content;
		max-width: 100%;
	}

	.header_list_inner li a {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		font-size: 0.625rem;
		line-height: 1;
		color: #000;
	}

	.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_btn {
		display: block;
		width: 120px;
	}
}

@media screen and (min-width: 1280px) {
	.header_logo {
		width: 192px;
	}

	.header_content_wrap {
		gap: 24px;
	}

	.header_list_inner {
		gap: 16px;
	}

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

	.header_btn {
		width: 276px;
	}
}

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

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

	.header_content_wrap {
		gap: 108px;
	}

	.header_list_inner {
		gap: 48px;
	}
}

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

.fv_top{
	position: relative;
	overflow: hidden;
}

.fv_top .inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

.fv_top .wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_top .slider_wrap {
	width: 100%;
}

.fv_top .fv_text_posi {
	position: absolute;
	z-index: 1;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
}

.fv_top .fv_text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 2.75rem;
}

.fv_top .fv_text_1 {
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
	font-size: 1em;
	font-weight: 700;
	color: #fff;
}

.fv_top .fv_text_2 {
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
	font-size: 0.67em;
	font-weight: 700;
	color: #fff;
}

.fv_top .band {
	z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
}

.fv_top .band::before {
    top: auto;
    bottom: 28.5%;
    left: auto;
    right: 0;
    transform: rotate(-57.25deg);
    height: 100px;
    transform-origin: top right;
	background-color: rgba(21, 144, 239, 0.875);
}

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

	.fv_top .inner {}

	.fv_top .wrap {}

	.fv_top .slider_wrap {}

	.fv_top .fv_text_wrap {
		gap: 12px;
		width: 90%;
		max-width: 1280px;
		font-size: 1.75rem;
	}

	.fv_top .fv_text_1 {
		position: relative;
	}

	.fv_top .fv_text_1::after {
		content: "";
		position: absolute;
		top: 50%;
		right: -5%;
		transform: translate(100%, -50%);
		width: 25%;
		height: 1px;
		background-color: #ffffff;
	}

	.fv_top .fv_text_2 {}

	.fv_top .band::before {
        bottom: 40.625%;
        transform: rotate(-56.875deg);
        height: 22.5%;
	}
}

@media screen and (min-width: 1280px) {
	.fv_top .fv_text_wrap {
		font-size: 2.5rem;
	}
}

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

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

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

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

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

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

.fv_other .text_wrap {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	max-width: 100%;
	font-size: 2rem;
}

.fv_other .text_wrap .text {
	width: max-content;
	max-width: 100%;
	font-weight: 700;
	line-height: 1;
}

.fv_other .text_wrap .text_1 {
	font-size: 0.75em;
}

.fv_other .text_wrap .text_2 {
	font-family: "Poppins", sans-serif;
	font-size: 1em;
	font-weight: 700;
}

.fv_other .band {
	z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
}

.fv_other .band::before {
    top: auto;
    bottom: 31.25%;
    left: auto;
    right: 0;
    transform: rotate(-57.25deg);
    height: 62.5px;
    transform-origin: top right;
	background-color: rgba(21, 144, 239, 0.875);
}

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

	.fv_other .inner {}

	.fv_other .wrap {}

	.fv_other .img {
		width: 45%;
		margin-left: auto;
	}

	.fv_other .text_wrap {
		top: 50%;
		align-items: flex-start;
		width: 90%;
		max-width: 1280px;
		font-size: 1.75rem;
	}

	.fv_other .text_wrap .text {}

	.fv_other .text_wrap .text_1 {}

	.fv_other .text_wrap .text_2 {}

	.fv_other .band {}

	.fv_other .band::before {
        bottom: 34.5%;
        transform: rotate(-58.1deg);
        height: 28%;
	}
}

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

@media screen and (min-width: 1440px) {
	.fv_other .text_wrap {
		gap: 24px;
		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;
	margin: 0;
	padding: 0;
	width: 100%;
}

.heading {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 0;
	font-size: 2rem;
}

.heading > * {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.heading .main {
	position: relative;
	font-size: 1em;
	font-weight: 700;
}

.heading .sub {
	position: relative;
	font-size: 1em;
	font-weight: 700;
}

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

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

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

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

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

.btn {
	width: 180px;
}

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

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

.band_wrap {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.band {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	z-index: 0;
}

.band::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12000px;
    height: 60px;
    background-color: #1590ef;
    transform: rotate(60deg);
    transform-origin: top left;
}

.band_top_1::before {
	top: 0px;
	height: 120px;
}

.band_top_2::before {
	top: calc(0px + (120px * 2) + 40px); /* .band_top_1::beforeのtop + .band_top_1::beforeの高さの2倍 + 隙間 */
	height: 60px; /* .band_top_1::beforeの高さの半分 */
}

.band_other_1::before {
	top: 120px;
	height: 120px;
}

.band_other_2::before {
	top: calc((120px * 2) * 1.75);
	height: 60px; /* .band_other_1::beforeの高さの半分 */
}

@media screen and (min-width: 768px) {
	.band_top_1::before {
		top: 120px;
	}

	.band_top_2::before {
		top: calc(120px + (180px * 2) + 40px);
	}

	.band_other_1::before,
	.band_other_2::before {
		transform: rotate(55deg);
	}

	.band_other_1::before {
		top: 240px;
	}

	.band_other_2::before {
		top: calc((240px * 2) * 1.0625);
	}
}

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

@media screen and (min-width: 1440px) {
	.band_other_1::before,
	.band_other_2::before {}

	.band_other_1::before {
		top: 360px;
		height: 240px;
	}

	.band_other_2::before {
		top: calc((360px * 2) * 1.25);
		height: 120px;
	}
}

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

.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 .inner {
	padding: 0;
}

.section_floating .wrap {
	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 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 50%;
	height: auto;
	padding: 24px 0;
	color: #ffffff;
}

.section_floating .flex .link_1 {
	background-color: #0093EE;
}

.section_floating .flex .link_2 {
	background-color: #EEA300;
}

.section_floating .flex .link img {
    width: auto;
    max-width: 100%;
    height: 1rem;
    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) {
	
}

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

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

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

@media screen and (min-width: 768px) {
	.map {
		padding-top: calc(100% * (1 / 3));
	}

	.map iframe {}
}

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

.maxwidth {
	width: 90%;
	max-width: 1280px;
}

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

.footer {
	background-color: #F8F8F8;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.footer .inner {
	padding: 0;
}

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

.footer .text {
	text-align: center;
}

.footer .logo {
	display: block;
	width: 180px;
	height: auto;
	aspect-ratio: 382 / 60;
	background-color: transparent;
}

.footer .btn {
	display: block;
	width: 240px;
}

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

.footer .content_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 100%;
	padding-bottom: 48px;
}

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

.footer .content_wrap .content_bottom {
	gap: 48px;
}

.footer .content_wrap .content_bottom .content_bottom_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 100%;
}

.footer .list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 24px 12px;
	width: max-content;
	max-width: 95%;
}

.footer .list li {
	position: relative;
	width: max-content;
	max-width: 100%;
}

.footer .list li a {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 4px;
	width: max-content;
	max-width: 100%;
	font-size: 1rem;
	line-height: 1;
	color: #000000;
}

.copyright {
	width: 100%;
	padding: 24px 5%;
	text-align: center;
	font-size: 0.875rem;
	color: #303030;
}

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

	.footer .inner {}

	.wrap {}

	.footer .text {}

	.footer .logo {
		width: 120px;
	}

	.footer .btn {
		width: 120px;
	}

	.footer .img picture,
	.footer .img img {}

	.footer .content_wrap {}

	.footer .content_wrap .content {}

	.footer .content_wrap .content_bottom {
		flex-direction: row;
		justify-content: space-between;
		gap: 12px;
		padding-left: 24px;
		padding-right: 12px;
	}

	.footer .content_wrap .content_bottom .content_bottom_content {
		flex-direction: row-reverse;
		justify-content: flex-start;
		gap: 12px;
	}

	.footer .list {}

	.footer .list li {}

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

	.copyright {}
}

@media screen and (min-width: 1280px) {
	.footer .logo {
		width: 192px;
	}

	.footer .btn {
		width: 276px;
	}

	.footer .content_wrap .content_bottom .content_bottom_content {
		gap: 24px;
	}

	.footer .list {
		gap: 16px;
	}

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

@media screen and (min-width: 1440px) {
	.footer .list li a {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	.footer .content_wrap .content_bottom {
		padding-left: 48px;
		padding-right: 24px;
	}

	.footer .content_wrap .content_bottom .content_bottom_content {
		gap: 108px;
	}

	.footer .list {
		gap: 48px;
	}
}

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

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

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