@charset 'utf-8';

/*PC用CSS(ipad mini 7.9インチ対応)*/
@media only screen and (min-width: 768px) {
	.pc_none{
		display: none!important;
	}
}
/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px) {
	.sp_none{
		display: none!important;
	}
}


/*リキッドの場合に使用*/
@media only screen and (min-width: 768px){
/*	768px-1280px 画面幅1280px閲覧で1px=0.1rem可変*/
	html{
/*			font-size: 0.782vw;*/
		}
}
@media only screen and (max-width: 767px){
/*	-767px 画面幅375px閲覧で1px=0.1rem可変*/
	html{
/*			font-size: 2.67vw;*/
		}
}
@media only screen and (max-width: 374px){
/*	-374px 画面幅374pxで1px=0.1rem固定*/
	html{
/*			font-size: 62.5%;*/
		}
}
@media only screen and (min-width: 1280px){
/*	1280px- 画面幅1280pxで1px=0.1rem固定*/
	html{
/*		font-size: 62.5%;*/
	}
}

/*Googleフォントここから*/
body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #71B3D3;
	letter-spacing: calc((0/1000)*1em);
	/*text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #000000;
	text-decoration-style: solid;
	text-underline-offset: 3px;
	text-decoration-skip-ink: none;*/
}
html.active,
body.active{
	overflow: hidden;
}

.thin{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 100;
}
.elight{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 200;
}
.light{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.regular{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.mid{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.sbold{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.bold{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.ebold{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
}
.black{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}

.g_font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.g_mid {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.g_semi {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.g_bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*Franklinフォント　フォント読み込み*/
@font-face {
	font-family: 'Franklin';
	src: url('../font/Franklin/Franklin Gothic Extra Condensed.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.frank{
	font-family: "Franklin", sans-serif;
}

/*Googleフォントここまで*/
*{
	box-sizing: border-box;
}

svg{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
.iframe > iframe{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
::-webkit-scrollbar{
	display: none;
}
::scrollbar{
	display: none;
}
::before,
::after{
	box-sizing: border-box;
}

body,
main,
header,
footer{
	min-width: 1286px;
}
@media only screen and (max-width: 767px){
	body,
	main,
	header,
	footer{
		min-width: 320px;
	}
}

body{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}

main{
	width: 100%;
	height: auto;
	/*padding-top: 74px;*/
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	main{
	}
}

/*headerここから*/
header{
	width: 100%;
	height: auto;
	display: block;
	z-index: 100;
	padding-top: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 767px){
	header{
		padding-top: 25px;
	}
}
header .header01{
	width: 1290px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01{
		width: 90%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
}
header .header01 nav{
	box-sizing: border-box;
	width: auto;
	height: auto;
	display: block;
}
header .header01 nav .nav_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 85px;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01{
		gap: 43px;
	}
}
header .header01 nav .nav_01 > li{
	width: auto;
	height: auto;
	display: block;
	text-align: center;
}
header .header01 nav .nav_01 > li > a{
	box-sizing: border-box;
	width: auto;
	height: auto;
	display: block;
	font-size: 30px;
	line-height: 28px;
	border-bottom: 3px solid #71B3D3;
	transition: all .3s;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li > a{
		font-size: 15px;
		line-height: 13px;
		border-bottom: 3px solid #71B3D3;
		transition: all .3s;
	}
}
header .header01 nav .nav_01 > li > a:hover{
	color: #11318F;
	border-bottom: 3px solid #11318F;
}

/*headerここまで*/

/*footerここから*/
footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #71B3D3;
	display: block;
}
footer .footer01{
	width: 100%;
	height: auto;
	padding: 55px 34px 55px 30px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
@media only screen and (max-width: 767px){
	footer .footer01{
		width: 90%;
		min-width: 339px;
		margin: 0 auto;
		padding: 24px 0 18px 0;
		align-items: flex-start;
		flex-direction: column-reverse;
	}
}
footer .footer01 p{
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
@media only screen and (max-width: 767px){
	footer .footer01 p{
		margin-top: 32px;
	}
}
footer .footer01 .f_logo{
	width: auto;
	height: auto;
}
@media only screen and (max-width: 767px){
	footer .footer01 .f_logo{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
	}
}
footer .footer01 .f_logo .logo{
	width: 185px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	footer .footer01 .f_logo .logo{
		width: 149px;
		height: auto;
		display: block;
	}
}
footer .footer01 .f_logo .logo img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
/*footerここまで*/

/*btn-topここから*/
.btn-top{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: auto;
	bottom: 0;
	left: auto;
	right: 20px;
	margin: auto;
	z-index: 10;
	cursor: pointer;
}
.btn-top::before{
	content: '';
	width: 50%;
	height: 40%;
	margin: 0;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
	background-color: #104EA3;
	display: block;
}
@media only screen and (max-width: 767px) {
	.btn-top {
		right: 0;
	}
}
/*btn-topここまで*/