@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%;
	        overflow-x: clip;
	}
	
}

@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: #fff;
	font-size: 0;
	position: relative;
	overflow-x: clip;
}

/* body::before{
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/bg/lline.svg)no-repeat top center;
	background-size: 100%;
	position: absolute;
	top: 50rem;
	left: 0;
	mix-blend-mode: multiply;
	z-index: -1;
} */

body::before{
	content: '';
	width: 230%;
	height: 10%;
	background: var(--main-color);
	background-size: 100%;
	transform: rotate(-45deg);
	position: absolute;
	top: 122rem;
	left: -95rem;
	mix-blend-mode: multiply;
	z-index: -1;
}
@media (min-width: 1400px) {
  body { position: relative; }

  body::before{
    content: '';
    position: absolute;
    left: -95rem;
    transform: rotate(-45deg);
    background: var(--main-color);
    background-size: 100%;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: -1;

    width: clamp(3220px,
                calc(156.153846vw + 1033.846154px),
                4032px);

    top: clamp(122rem,
               calc(122rem + 0.0153846 * (100vw - 1400px)),
            130rem);
	height: clamp(550px,
                  calc( 140px + ((154 - 140) / 520) * (100vw - 1400px) ),
				10rem);
}
}

/* 端の固定（安心のため明示） */
@media (max-width: 1399px){
  body::before{ width: 230%; top: 122rem; height: 10%; }
}
@media (min-width: 1920px){
  body::before{ width: 210%; top: 130rem; height: 8%;}
}



.movie_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -2;
}
.movie_bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 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: #538BFC;
	--btn-color:#5ED59E;
	--nav-color:#333;
	--text-color: #333333;
	--border-color: #D9DEE6;
	--box-color:#F5EFF9;
	--arc-color:#EDE153;
	--med-color:#4CE37E;
	--aut-color:#4CB3E3;
	--ret-color:#E34C90;
	--max:104rem;
	--din: "din-2014-narrow", sans-serif;
	--font-bold:700;
}

h1{
	font-size: 1.6rem;
	align-items: center;
	font-weight: var(--font-bold);
	font-family: var(--zenkaku);
	position: relative;
	z-index: 9999;
}

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

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

.wrapper{}

.content_box,.content_inner{
	max-width: 104rem;
	margin: 0 auto;
	padding-inline: 1.2rem;
}

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

/**************************************************
 header
**************************************************/

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
	display: flex;
	justify-content: flex-end;
	z-index: 1000;
}

header a{
	display: inline-flex;
	background-color: var(--main-color);
	font-size: 1.6rem;
	color: #fff;
	justify-content: flex-end;
	margin-inline-end: 3.2rem;
	margin-block-start: 3.2rem;
	align-items: center;
	padding-inline: 3.2rem;
	padding-block: 0.8rem;
	border: 0.1rem solid var(--main-color);
}

header a span{
	font-size: 4.8rem;
	padding-inline-end: 1.6rem;
	font-family: var(--din);
}

header a:hover{
	color: var(--main-color);
	background-color: #fff;
}





/* 

#globalNavi{
	align-items: center;
	justify-content: flex-end;
	margin-block-start: 2.4rem;
}

#globalNavi ul{
	padding-block: 2.4rem;
	padding-inline: 3.2rem 6.4rem;
	border-radius: 40px 0 0 40px;
	align-items: center;
	background-color: #fff;
}

#globalNavi > ul > li{margin-inline-end: 4rem;position: relative;}

#globalNavi > ul > li:last-of-type{margin-inline-end: 0;}

#globalNavi > ul > li > a
{
	display: block;
	font-size: 1.6rem;
	font-weight: var(--font-bold);
	position: relative;
}


#globalNavi > ul > li > a:hover{color: var(--main-color);}

 */


/*

#globalNavi{
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
	background-color: #FFF;
    background-size: cover;
    z-index: 9990;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out;
}

#globalNavi.active{
	opacity: 1;
	visibility: visible;
}

.g_main_navi,.g_main_target{
	margin-block-start: 10.4rem;
	max-width: var(--max);
	margin-inline: auto;
}

.g_main_navi ul,.g_main_target ul{
	border-top: 0.1rem solid #6F88AF;
}

.g_main_navi ul li{
	width: calc(100% / 3);
	margin-block-start: 4rem;
}

.g_main_navi ul li a{
	font-size: 1.6rem;
	position: relative;
}

.g_main_navi ul li a::after{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background: var(--main-color);
	bottom: -0.5rem;
	transform: scale(0,1);
	transform-origin: center top;
	transition: .5s;
}

.g_main_navi ul li a:hover::after{transform: scale(1,1);}

.g_main_target p{
	color: var(--main-color);
	font-weight: var(--font-bold);
	padding-block-end: 1.6rem;
}

.g_main_target ul{justify-content: flex-start;}

.g_main_target ul li{
	width: calc(100% / 3);
	margin-block-start: 4rem;
}

.g_main_target ul li a{
	font-size: 1.6rem;
	position: relative;
}

.g_main_target ul li a::after{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background: var(--main-color);
	bottom: -0.5rem;
	transform: scale(0,1);
	transform-origin: center top;
	transition: .5s;
}

.g_main_target ul li a:hover::after{transform: scale(1,1);}

.g_main_target ul li > ul{
	border: none;
	border-left: 0.2rem solid #6F88AF;
	padding-inline-start: 1.6rem;
}

.g_main_target ul li > ul > li{
	width: 100%;
	margin-block-start: 2.4rem;
}

.g_main_target ul li:first-of-type > ul > li:first-of-type{margin-block-start: 1.6rem;}

.g_main_target ul li > ul > li > a{
	color: #6F88AF;
}

.g_main_target ul li:last-of-type ul{border: none;}

.g_main_target ul li:last-of-type ul li{margin-block-start: 4rem;}

.g_main_target ul li:last-of-type ul li:first-of-type{margin-block-start: 0;}

.g_main_target ul li:last-of-type ul li a{color: var(--text-color);} */



/**************************************************
 menu
**************************************************/
#menu{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 2.4rem;
	right: 2.4rem;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	border: 0.1rem solid var(--main-color);
	text-align: center;
	z-index: 9998;
	background-color: var(--main-color);
	transition: .3s;
	opacity: 1;
	visibility: visible;
	cursor: pointer;
	pointer-events: auto;
	display: none;
}

#menu.active{background-color: #fff;}

#menu.close{
	opacity: 0;
	visibility: hidden;
	transition: .4s ease-in-out;
	pointer-events: none;
}

.menu-btn,
.menu-btn span {
	display: inline-block;
	transition: all .8s;
	box-sizing: border-box;
}

.menu-btn {
	position: relative;
	width: 2rem;
	height: 1.7rem;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
}

.menu-btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background-color: #fff;
	border-radius: 4px;
	transition: .3s;
}

#menu.active .menu-btn span{background-color: var(--main-color)}

.menu-btn span:nth-of-type(1) {top: 0;}
.menu-btn span:nth-of-type(2) {top: 7px;}
.menu-btn span:nth-of-type(3) {bottom: 1px;}

.menu-btn.active span:nth-of-type(1) {transform: translateY(7px) rotate(-45deg);}
.menu-btn.active span:nth-of-type(2) {opacity: 0;}
.menu-btn.active span:nth-of-type(3) {transform: translateY(-7px) rotate(45deg);}

.smp_bottom_menu{display: none;}

/**************************************************
 attend_btn
**************************************************/


/**************************************************
 table
**************************************************/
.t_st1 table{
	width: auto;
	padding: 0;
	/* border: 0.1rem solid #A6ACB5; */
	border-collapse: collapse;
	table-layout: fixed;
	margin-block-start: 2.4rem;
}

.t_st1 table tr th,
.t_st1 table tr td{
	padding-block: 0.8em;
	color: var(--text-color);
	font-size: 1.6rem;
	/* border: 0.1rem solid #A6ACB5; */
	padding-inline: 2.4rem;
}
.t_st1 table tr:nth-of-type(2),
.t_st1 table tr:nth-of-type(3),
.t_st1 table tr:nth-of-type(4),
.t_st1 table tr:nth-of-type(5){
	border-bottom: 0.1rem solid #EAEAEA;
}

.t_st1 table tr:first-of-type th{padding-block: 1.4rem;}

.t_st1 table tr th{
	font-weight: var(--font-bold);
	background-color: #F5EFF9;
}

.t_st1 table tr:first-of-type th:first-of-type{background-color: #ECE1F4}

.t_st1 table tr th:nth-of-type(2),
.t_st1 table tr th:nth-of-type(3),
.t_st1 table tr th:nth-of-type(4),
.t_st1 table tr td:nth-of-type(1),
.t_st1 table tr td:nth-of-type(2),
.t_st1 table tr td:nth-of-type(3)
{
	border-right: 0.1rem solid #EAEAEA;
}

.cau_t_st2 tr:first-of-type th:nth-of-type(3),
.cau_t_st2 tr:first-of-type th:nth-of-type(4),
.cau_t_st2 tr:nth-of-type(2) td:nth-of-type(2),
.cau_t_st2 tr:nth-of-type(2) td:nth-of-type(3){
border: none;
background-color: transparent;
}

.cau_t_st2 table tr:nth-of-type(2){
	border-bottom: none;
}

.cau_t_st2 table tr:nth-of-type(2) td:nth-of-type(1),
.cau_t_st2 table tr:nth-of-type(2) th
{border-bottom: 0.1rem solid #EAEAEA;}

.t_st1 table tr td{
	text-align: center;
	padding-block: 0.8rem;
	background-color: #fff;
}




/**************************************************
 mainVisual
**************************************************/
.mainVisual{
	position: relative;
	height: 100vh;
	width: 100%;
}

.mainVisual h2{
	position: absolute;
	bottom: 7.4rem;
	left: 7.4rem;
	width: 57rem;
}

.mainVisual h2 a{
	display: block;
	background-color: var(--main-color);
	color: #fff;
	border: 0.1rem solid var(--main-color);
	font-size: 1.6rem;
	width: 32rem;
	text-align: center;
	padding-block: 1.6rem;
	margin-block-start: 4rem;
}

.mainVisual h2 a:hover{
	background-color: #fff;
	color: var(--main-color);
}

.main_day{
	position: absolute;
	bottom: 7.4rem;
	right: 0;
	width: 46.8rem;
}

/* .mainVisual .main_img{
	width: 100%;
	height: 100%;
	background: url(../img/main/mv.jpg)no-repeat center center;
	background-size: cover;
} */

/**************************************************
 aboutHanger
**************************************************/

.aboutHanger{padding-block: 11rem 6.4rem;position: relative;}

.aboutHanger::before{
	content: '';
	width: 100%;
	height: 29.5rem;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.4;
	z-index: -1;
}


.aboutHanger h2{
	font-size: 4rem;
	line-height: 1.4;
}

.about_cont{justify-content: space-between;align-items: center;}

.about_txt{width: 50%;}

.about_txt > p{padding-block-start: 2.4rem;}

.about_txt p span{
	padding-block: 2.4rem;
	padding-inline: 2.4rem;
	border: 0.1rem solid #fff;
	display: block;
	margin-block-start: 0.8rem;
}

.about_cont > img{
	width: 45%;
	border: 0.1rem solid #fff;
}

.aboutHanger ul{
	padding: 0;
	margin-block-start: 4rem;
}

.aboutHanger ul li{
	width: calc(100% / 3 - 2.6rem);
	text-align: center;
}

.aboutHanger ul li img{
	border: 0.1rem solid #fff;
}

/**************************************************
 ctaHanger
**************************************************/
.ctaHanger{position: relative;z-index: 4;}

.ctaHanger .contentInner{padding-block: 5.6rem;}

.ctaHanger::before{
	content: '';
	width: 50%;
	height: 100%;
	background-color: var(--main-color);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.ctaHanger::after{
	content: '';
	width: 50%;
	height: 100%;
	background: url(../img/cta/cta_bg.jpg)no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.ctaHanger h2{
	font-size: 16rem;
	color: var(--main-color);
	width: 50%;
	position: absolute;
	bottom: -2.3rem;
	left: calc(100% / 2 - 1.6rem);
	font-family: var(--din);
}


.cta_txt{
	width: 50%;
	padding-inline-end: 6rem;
}

.cta_txt h3{
	font-size: 2.4rem;
	line-height: 1.5;
}

.cta_txt p span{color: #E5FF5D;}

.cta_txt p span strong{
	padding-block-end: 0.8rem;
	font-size: 1.8rem;
	display: block;
}

.cta_txt a{
	margin-block-start: 4rem;
	display: flex;
	background-color: #fff;
	color: var(--main-color);
	border: 0.1rem solid #fff;
	align-items: center;
	justify-content: center;
	padding-block: 0.8rem;
	font-size: 2.4rem;
}

.cta_txt a span{
	font-size: 4.8rem;
	padding-inline-end: 1.6rem;
	font-family: var(--din);
}

.cta_txt a:hover{
	background-color: var(--main-color);
	color: #fff;
}

/**************************************************
 companyHanger
**************************************************/
.companyHanger{
	padding-block: 12rem;
}

.companyHanger h2{
	position: relative;
	font-size: 4rem;
	color: #fff;
	text-align: center;
}

.companyHanger h2::before{
	content: 'COMPANIES';
	font-size: 16rem;
	font-weight: bold;
	font-family: var(--din);
	color: var(--main-color);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-57%);
	z-index: -1;
}

.area_content{
	margin-block-start: 8rem;
}


.area_block{align-items: flex-end;}

.area_title{
	width: 73%;
	position: relative;
	font-size: 2.4rem;
	color: #fff;
	justify-content: flex-start;
	align-items: flex-end;
	font-weight: bold;
	font-family: var(--din);
}

.area_title::before{
	content: '';
	width: 79%;
	height: 0.1rem;
	background: #fff;
	position: absolute;
	top: 60%;
	transform: translate(0,-50%);
	right: 0;
}

.area_title span{
	font-size: 8rem;
	padding-inline-start: 0.8rem;
	position: relative;
	top: 0.85rem;
}

.area_block a{
	width: 24rem;
	background-color: var(--main-color);
	font-size: 1.6rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-block: 2rem;
	border: 0.1rem solid var(--main-color);
}

.area_block a:hover{
	background-color: #fff;
	color: var(--main-color);
}

.area_content ul{
	padding: 0;
	margin-block-start: 4rem;
	justify-content: flex-start;
}

.area_content ul li{
	width: calc(100% / 3 - 2.6rem);
	text-align: center;
	margin-inline-end: 3.85rem;
}

.area_content ul li:nth-of-type(3){margin-inline-end: 0;}

.area_content ul li:nth-of-type(4),
.area_content ul li:nth-of-type(5){margin-block-start: 4rem;}

.area_content ul li h3{
	font-size: 2rem;
	color: #fff;
	margin-block: 1.6rem;
	line-height: 1.4;
}

.area_content ul li span{
	font-size: 1.2rem;
	background-color: #fff;
	padding-inline: 2.4rem;
	padding-block: 0.4rem;
	color: #000;
	font-weight: 600;
	display: inline-block;
}


/**************************************************
 infoHanger
**************************************************/
.infoHanger{
	padding-block: 12rem 8rem;
	position: relative;
}

.infoHanger::before{
	content: '';
	width: 100%;
	height: 78%;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.4;
	z-index: -1;
}

.infoHanger h2{
	position: relative;
	font-size: 4rem;
	color: #fff;
	text-align: center;
}

.infoHanger h2::before{
	content: 'INFORMATION';
	font-size: 16rem;
	font-weight: bold;
	color: var(--main-color);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-57%);
	z-index: -1;
	font-family: var(--din);
}

.infoHanger dl{
	width: 73rem;
	margin-inline: auto;
	border-bottom: 0.1rem solid #fff;
	padding-block: 1.6rem;
}

.infoHanger dl:first-of-type{margin-block-start: 8rem;}

.infoHanger dl dt{
	width: 20%;
	text-align: center;
}

.infoHanger dl dd{
	width: 75%;
}

.infoHanger dl dd a{
	color: var(--main-color);
	text-decoration: underline;
	text-decoration-color: var(--main-color);
}

.infoHanger dl dd a:hover{opacity: 0.5;}

/**************************************************
 footer
**************************************************/
footer{
	background-color: #fff;
	padding-block: 6.4rem 7.2rem;
	position: relative;
}

.footerInner{
	max-width: var(--max);
	margin-inline: auto;
	align-items: flex-start;
}

.fot_cont_left a{
	display: block;
	display: inline-block;
	color: var(--main-color);
	font-size: 1.6rem;
	text-align: left;
}

.fot_cont_left a:hover{
	opacity: 0.5;
}

.fot_cont_left p{
	font-size: 1.6rem;
	color: #50444A;
	padding-block-start: 0.8rem;
}


.fot_cont_right span{
	display: block;
	font-size: 1.2rem;
	color: #50444A;
}

.fot_cont_right img{
	width:7rem;
	display: block;
	margin-inline: auto 0;
	margin-block-end: 1.6rem;
}

/**************************************************
 fade
**************************************************/

.about_cont,.aboutHanger ul li,.ctaHanger,.area_content ul li,.companyHanger h2,.infoHanger h2{
	opacity: 0;
	visibility: hidden;
	transition: 0.8s;
	position: relative;
	top: 6rem;
}

/* .info_cont::before,
.companyHanger::before,
.areaHanger dl:last-of-type,
.methodHanger ul li:last-of-type{
	opacity: 0;
	visibility: hidden;
	transition: 1s;
} */

.about_cont.appear,.aboutHanger ul li.appear,.ctaHanger.appear,
.area_content ul li.appear,.companyHanger h2.appear,.infoHanger h2.appear{
	opacity: 1;
	visibility: visible;
	top: 0;
}

.aboutHanger ul li:nth-of-type(2).appear,
.area_content ul li:nth-of-type(2).appear,
.area_content ul li:nth-of-type(5).appear
{transition-delay: .2s;}

.aboutHanger ul li:nth-of-type(3).appear,
.area_content ul li:nth-of-type(3).appear{transition-delay: .4s;}

/* .info_cont.appear::before,
.companyHanger.appear::before,
.areaHanger dl:last-of-type.appear,
.methodHanger ul li.appear:last-of-type{
	transition-delay: .5s;
	opacity: 1;
	visibility: visible;
} */


@media screen and (min-width: 1400px){
	.cpoy_point::before{
		content: '';
		width: 36.4rem;
		height: 24rem;
		background: url(../img/copy/img01.jpg)no-repeat center center;
		background-size: 100%;
		border-radius: 8px;
		position: absolute;
		top: -13rem;
		left: auto;
		right: calc(100vw - 46vw);
	}
	
	.cpoy_point::after{
		content: '';
		width: 48rem;
		height: 27rem;
		background: url(../img/copy/img02.jpg)no-repeat center center;
		background-size: 100%;
		border-radius: 8px;
		position: absolute;
		bottom: -5rem;
		left: auto;
		right: calc(100vw - 40vw);
	}

}



