@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 768px) and (max-width: 1399px){
	html {font-size: calc(100vw * 10 / 1400);
		text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	}
	
}

@media screen and (min-width: 1400px){
	html{
	font-size: 62.5%;
	font-size: 10px;
}
}
/*html{
	font-size: 62.5%;
	font-size: 10px;
}*/

html.is-fixed{
	height: 100%;
    overflow: hidden;
}

body {
	font-family:'Noto Sans JP', sans-serif,'Raleway',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MSPゴシック','MS PGothic',sans-serif;
	font-weight: 300;
	line-height: 1.0;
	letter-spacing: 0;
	color: var(--text-color);
	font-size: 0;
	
}


/**************************************************
 usually
**************************************************/
.clearFix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}
*:first-child+html .clearFix:after{ zoom: 1; } /* IE7 */

/* align */
.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* inner */
.inner{
	max-width: 1200px;
	margin: auto;
}

/* a img input */
a,a img,input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"]{
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
}

a img:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="image"]:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/**************************************************
 common
**************************************************/
p,ol,table,ol,dl{
	padding: 1.6rem 0 0 0;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	color: var(--default-textcolor);
}

ul li{
	/*margin: 0 0 0 20px;*/
	/*list-style: disc;*/
	list-style: none;
}

/* ol li{
	margin: 0 0 0 2.5px;
	list-style: decimal;
} */


table{
  border-collapse: separate;
  border-spacing: 0.1rem;
}

/* table th,table td{ padding: 1rem;} */
/*table th{ background-color: rgba(255,255,255,0.3);}
table td{ background-color: rgba(255,255,255,0.2);}*/

a{
	color: #000;
	text-decoration: none;
	outline:none;
	font-weight: var(--font-bold);
	line-height: 1.5;
}
a:hover{ color: #000;}

img{
	max-width: 100%;
	height: auto;
}
/* img[src$=".svg"] {width: 100%;} */

.smp{display: none;}


:root{
	--main-color: #0059A6;
	--btn-color:#45D29C;
	--nav-color:#333;
	--text-color: #333333;
	--border-color: #D9DEE6;
	--box-color:#F5EFF9;
	--max:104rem;
	--barl: "Barlow", sans-serif;
	--font-bold:700;
}

h1{
	width: 16.2rem;
	position: relative;
	z-index: 9999;
	padding-inline-start: 2.4rem;
	padding-block-start: 2.4rem;
}

h1 img{
	width: 24.6rem;
	margin-inline-end: 1.6rem;
}

h2{
	width: 28rem;
	margin-inline: auto;
	text-align: center;
}
h3{
	font-size: 3.2rem;
	margin-block-start: 3.2rem;
}

.contentInner{
	max-width: 104rem;
	margin-inline: auto;
}

.wrapper{}

header{position: absolute;top: 0;}

.main{
	padding-block-start:24rem;
	
	text-align: center;
	height: 100vh;
	position: relative;
	background: url(../img/bg.webp)no-repeat center center;
	background-size: cover;
}

.main_content{
padding-block: 8rem;
	background-color: rgba(255,255,255,0.6);
}

.main p:first-of-type{padding-block-start: 2.4rem;}

.main p:last-of-type{padding-block-start: 3.2rem;}

.main p span{
	font-size: 2.4rem;
	font-weight: var(--font-bold);
}

.copyRight{
	font-size: 1.2rem;
	font-weight: 500;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	bottom: 2.4rem;
}



/**************************************************
 responsive
**************************************************/
@media screen and (max-width: 767px){
	html{
		font-size: 62.5%;
		font-size: 10px;
	}

body{}
/**************************************************
 common
**************************************************/
	p,ol,table,ol,dl{
		padding: 1.6rem 0 0 0;
		font-size: 1.6rem;
		font-weight: normal;
	}
	
	.pc{display: none;}
	.smp{display: block;}

	.mainInner,
	.infoInner,
	.contentInner{width: 100%;}

	h1{
		font-size: 1.2rem;}
	
	h1 img{
		width: 17rem;
		margin-inline-end: 0.8rem;
	}

	.re{flex-direction: column-reverse;}

	h1{
	width: 12rem;
	position: relative;
	z-index: 9999;
	padding-inline-start: 1.6rem;
	padding-block-start: 1.6rem;
}


h2{
	width: 20rem;
	margin-inline: auto;
	text-align: center;
}
h3{
	font-size: 2.2rem;
	margin-block-start: 2.4rem;
}

.contentInner{
	max-width: 104rem;
	margin-inline: auto;
}

.wrapper{}

header{position: absolute;top: 0;}

.main{
	padding-block-start:20rem;
	
	text-align: center;
	height: 100vh;
	position: relative;
}

.main_content{
	padding-block: 4rem;
	padding-inline: 2.4rem;
}

.main p:first-of-type{padding-block-start: 2.4rem;}

.main p:last-of-type{padding-block-start: 2.4rem;}

.main p:last-of-type{font-size: 1.5rem;line-height: 1.7;}

.main p span{
	font-size: 1.7rem;
	font-weight: var(--font-bold);
}

.copyRight{
	font-size: 1.2rem;
	font-weight: 500;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	bottom: 2.4rem;
}


}