@charset "utf-8";



/* メインビジュアル */

/* index - header設定 */
#top {
	position: relative;
    height: 100vh;
    text-align: center;
    color: #fff;
    background: url("../img/movie.jpg") no-repeat;
    background-size: cover;
	z-index: 1;
}

/* ローディングアイコン設定 */
#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    font-weight: bold;
}

/* youtube設定 */
#youtube-area {
    position: fixed;
    z-index: 1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
 	opacity: 0;    
}

/*jQuery付与appearクラス表示*/
#youtube-area.appear {
	animation-name:PageAnimeAppear;
	animation-duration:.5s;
	animation-fill-mode:forwards;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
	}
}

#youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

/* youtubeマスク */
#youtube-mask {
    position: absolute;
    z-index: 2;
    top:0;
    width:100%;
    height: 100%;
}

/* youtube ONテキスト */
.youtube_txt {
	display: block;
	position: absolute;
	bottom: 60px;
	left: 7%;
	color:#fff;
	z-index: 2;
}

.slogan_en1 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 3em;
	line-height: 1.2em;
	width: 90%;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	letter-spacing: -1px;
}

.slogan_en2 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 5.4em;
	line-height: 1.04em;
	width: 100%;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	letter-spacing: -2px;
	font-style: italic;
}

.slogan_en2 span {
	color: #fae110;
}

.slogan_jp {
	display: block;
	position: relative;
	padding: 40px 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.2em;
	line-height: 1.2em;
	width: 100%;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
}

.slogan_jp br {
	display: none;
}


@media only screen and (max-width: 1200px) {
	
	.slogan_en1 {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 2.4em;
		line-height: 1.2em;
		width: 100%;
		font-weight: 900;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: left;
		letter-spacing: -1px;
	}
	
	.slogan_en2 {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 4em;
		line-height: 1.04em;
		width: 100%;
		font-weight: 900;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: left;
		letter-spacing: -2px;
	}
	
	.slogan_jp {
		display: block;
		position: relative;
		padding: 40px 0 0 0;
		margin: 0 0 0 0;
		font-size: 1.2em;
		line-height: 1.2em;
		width: 100%;
		font-weight: 600;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: left;
	}

}

@media only screen and (max-width: 768px) {

	.youtube_txt {
		display: block;
		position: absolute;
		bottom: 120px;
		left: 7%;
		color:#fff;
		z-index: 2;
	}

	.slogan_en1 {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 1.8em;
		line-height: 1.2em;
		width: 100%;
		font-weight: 900;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: left;
		letter-spacing: -1px;
	}
	
	.slogan_en2 {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 3em;
		line-height: 1em;
		width: 100%;
		font-weight: 900;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: left;
		letter-spacing: -2px;
	}
	
	.slogan_jp {
		display: block;
		position: relative;
		padding: 28px 0 0 0;
		margin: 0 0 0 0;
		font-size: 1.1em;
		line-height: 1.3em;
		width: 100%;
		font-weight: 600;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: left;
	}
	
	.slogan_jp br {
		display: block;
	}

}












#content {
	display: block;
	position: relative;
	padding:  0 0 0 0;
	margin:  0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 1200px;
	/*background: #eeeeee;*/
	background: #f5f6f5;
	overflow: hidden;
}


#index-content {
	display: block;
	position: relative;
	padding: 260px 0 40px 0;
	margin: 0 0 40px 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	
	background-image: url("../images/bg_logo.png"),url("../images/bg_logo.png"),url("../images/bg_logo.png");
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-position: left 1900px,right 760px,left -100px;
}


@media screen and (max-width:768px) {
	
	#index-content {
		background-image: url("../images/bg_logo.png"),url("../images/bg_logo.png"),url("../images/bg_logo.png");
		background-repeat: no-repeat,no-repeat,no-repeat;
		background-position: left 2800px,100px 1000px,-120px -120px;
	}	
	
}

@media screen and (max-width:430px) {
	
	#index-content {
		background-image: none;
	}	
	
}





#clear {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0 0 120px 0;
}

.content-area01 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
}

.content-area01-inner {
	display: block;
	position: relative;
	padding: 0 22px 80px 50px;
	margin: 0 auto 0 0;
	width: 97%;
	max-width: 2400px;
	height: auto;
	min-height: 500px;
	background: #fff;
	border-bottom-right-radius: 60px;
	overflow: hidden;
}

.content-area01 .company {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 2.2em;
	line-height: 1.1em;
	top : -90px;
	left: 8%;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	z-index: 10;
}

.content-area01 .name {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.3em;
	line-height: 1.2em;
	top : -80px;
	left: 8%;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	z-index: 10;
}

.content-area01 .title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 3.4em;
	line-height: 1.2em;
	top : -60px;
	left: 8%;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	z-index: 10;
}

.content-area01 .sub-title {
	display: block;
	position: relative;
	padding: 12px 6px 16px 32px;
	margin: 8px 0 18px 0;
	top : 50px;
	left: 30px;
	font-size: 1.6em;
	line-height: 1.4em;
	color: #fff;
	background-color: #0a3782;
	width: 60%;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	z-index: 10;
	/*border-top-left-radius: 20px;*/
	border-bottom-left-radius: 12px;
}

.content-area01 .content-img {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top : -100px;
	right: 8%;
	width: 35%;
	max-width: 560px;
	height: auto;
	z-index: 8;
}

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

	.content-area01 .content-img {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top : -100px;
		right: 0;
		left: 55%;
		width: 35%;
		max-width: 560px;
		height: auto;
		z-index: 8;
	}

}

.content-area01 .content-img img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

.content-area01 .content-lead {
	display: block;
	position: relative;
	padding: 0 0 80px 0;
	margin: 0 0 0 0;
	top : 80px;
	left: 30px;
	width: 60%;
	text-align: left;
	font-size: 1.3em;
	line-height: 200%;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
	overflow: hidden;
}

.content-area01 .content-lead p {
	display: block;
	position: relative;
	padding: 0 0 1em 0;
	width: 100%;
	height: 22px;
}













.content-area02 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
}

.content-area02-inner {
	display: block;
	position: relative;
	padding: 0 22px 80px 50px;
	margin: 0 0 0 auto;
	width: 97%;
	max-width: 2400px;
	height: auto;
	min-height: 500px;
	background: #fff;
	border-bottom-left-radius: 60px;
	overflow: hidden;
}

.content-area02 .company {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 2.2em;
	line-height: 1.1em;
	top : -90px;
	right: 10%;
	text-align: right;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	z-index: 10;
}

.content-area02 .name {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.3em;
	line-height: 1.2em;
	top : -80px;
	right: 10.2%;
	text-align: right;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	z-index: 10;
}

.content-area02 .title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 3.4em;
	line-height: 1.2em;
	top : -60px;
	right: 10%;
	text-align: right;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	z-index: 10;
}

.content-area02 .sub-title {
	display: block;
	position: relative;
	padding: 12px 6px 16px 32px;
	margin: 8px 0 18px 30%;
	top : 50px;
	font-size: 1.6em;
	line-height: 1.4em;
	color: #fff;
	background-color:rgba(0,129,194,0.8);
	width: 60%;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	z-index: 10;
	/*border-top-left-radius: 20px;*/
	border-bottom-right-radius: 12px;
}

.content-area02 .content-img {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top : -100px;
	left: 8%;
	width: 35%;
	max-width: 560px;
	height: auto;
	z-index: 8;
}

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

	.content-area02 .content-img {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top : -100px;
		left: 12%;
		width: 35%;
		max-width: 560px;
		height: auto;
		z-index: 8;
	}

}

.content-area02 .content-img img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

.content-area02 .content-lead {
	display: block;
	position: relative;
	padding: 0 0 80px 0;
	margin: 0 0 0 50%;
	top : 80px;
	right: 30px;
	width: 50%;
	text-align: left;
	font-size: 1.3em;
	line-height: 200%;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
	overflow: hidden;
}

.content-area02 .content-lead p {
	display: block;
	position: relative;
	padding: 0 0 1em 0;
	width: 100%;
	height: 22px;
}






@media screen and (max-width: 1024px) {



	.content-area01 .sub-title {
		display: block;
		position: relative;
		padding: 12px 18px 16px 22px;
		margin: 8px auto 18px auto;
		top : 40px;
		left: 0;
		font-size: 1.6em;
		line-height: 1.3em;
		color: #fff;
		background-color: background-color: #0a3782;
		width: 80%;
		font-weight: 400;
		font-family: 'Noto Serif JP', serif;
		z-index: 10;
		border-top-left-radius: 20px;
		/*border-bottom-right-radius: 20px;*/
	}
	
	.content-area02 .sub-title {
		display: block;
		position: relative;
		padding: 12px 18px 16px 22px;
		margin: 8px auto 18px auto;
		top : 40px;
		font-size: 1.6em;
		line-height: 1.3em;
		color: #fff;
		background-color:rgba(0,129,194,0.8);
		width: 80%;
		font-weight: 400;
		font-family: 'Noto Serif JP', serif;
		z-index: 10;
		/*border-top-left-radius: 20px;*/
		border-bottom-right-radius: 20px;
	}


	.content-area01 .sub-title br,
	.content-area01 .sub-title br {
		display: none;
	}


	.content-area01 .content-lead {
		display: block;
		position: relative;
		padding: 0 0 80px 0;
		margin: 0 auto 0 auto;
		top : 60px;
		left: 0;
		width: 80%;
		text-align: left;
		font-size: 1.2em;
		line-height: 180%;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		z-index: 10;
		overflow: hidden;
	}
	
	.content-area02 .content-lead {
		display: block;
		position: relative;
		padding: 0 0 80px 0;
		margin: 0 auto 0 auto;
		top : 60px;
		right: 0;
		width: 80%;
		text-align: left;
		font-size: 1.2em;
		line-height: 180%;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		z-index: 10;
		overflow: hidden;
	}


}




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

	.content-area01-inner {
		display: block;
		position: relative;
		padding: 0 24px 80px 24px;
		margin: 0 0 0 0;
		width: 100%;
		max-width: 2400px;
		height: auto;
		min-height: 500px;
		background: #fff;
		border-bottom-right-radius: 60px;
		overflow: hidden;
	}
	
	.content-area02-inner {
		display: block;
		position: relative;
		padding: 0 24px 80px 24px;
		margin: 0 0 0 0;
		width: 100%;
		max-width: 2400px;
		height: auto;
		min-height: 500px;
		background: #fff;
		border-bottom-left-radius: 60px;
		overflow: hidden;
	}



	.content-area01 .content-img {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top : -50px;
		right: 8%;
		width: 35%;
		max-width: 560px;
		height: auto;
		z-index: 8;
	}
	
	.content-area02 .content-img {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top : -50px;
		left: 8%;
		width: 35%;
		max-width: 560px;
		height: auto;
		z-index: 8;
	}



	.content-area01 .sub-title {
		display: block;
		position: relative;
		padding: 8px 18px 16px 18px;
		margin: 8px auto 18px auto;
		top : 50px;
		left: 0;
		font-size: 1.6em;
		line-height: 1.4em;
		color: #fff;
		background-color: background-color: #0a3782;
		width: 80%;
		font-weight: 400;
		font-family: 'Noto Serif JP', serif;
		z-index: 10;
		/*border-top-left-radius: 20px;*/
		border-bottom-right-radius: 20px;
	}
	
	.content-area02 .sub-title {
		display: block;
		position: relative;
		padding: 8px 18px 16px 18px;
		margin: 8px auto 18px auto;
		top : 50px;
		font-size: 1.6em;
		line-height: 1.4em;
		color: #fff;
		background-color:rgba(0,129,194,0.8);
		width: 80%;
		font-weight: 400;
		font-family: 'Noto Serif JP', serif;
		z-index: 10;
		border-top-left-radius: 20px;
		/*border-bottom-right-radius: 20px;*/
	}

}




@media screen and (max-width: 640px) {

	.content-area01 .company {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 1.5em;
		line-height: 1.1em;
		top : -50px;
		left: 0;
		text-align: center;
		font-weight: 700;
		font-family: 'Noto Serif JP', serif;
		z-index: 10;
	}
	.content-area01 .name {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 1.3em;
		line-height: 1.2em;
		top : -40px;
		left: 0;
		text-align: center;
		font-weight: 700;
		font-family: 'Noto Serif JP', serif;
		z-index: 10;
	}
	.content-area01 .title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 3.4em;
		line-height: 1.2em;
		top : -20px;
		left: 0;
		text-align: center;
		font-weight: 400;
		font-family: 'Noto Serif JP', serif;
		z-index: 10;
	}
	
	
	
	.content-area02 .company {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 1.5em;
		line-height: 1.1em;
		top : -50px;
		left: 0;
		text-align: center;
		font-weight: 700;
		font-family: 'Noto Serif JP', serif;
		z-index: 10;
	}
	.content-area02 .name {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 1.3em;
		line-height: 1.2em;
		top : -40px;
		right: 0;
		text-align: center;
		font-weight: 700;
		font-family: 'Noto Serif JP', serif;
		z-index: 10;
	}
	.content-area02 .title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 3.4em;
		line-height: 1.2em;
		top : -20px;
		right: 0;
		text-align: center;
		font-weight: 400;
		font-family: 'Noto Serif JP', serif;
		z-index: 10;
	}



	.content-area01 .content-img {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		top : -70px;
		right: 0;
		width: 70%;
		max-width: 560px;
		height: auto;
		z-index: 8;
	}
	
	.content-area02 .content-img {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		top : -70px;
		left: 0;
		width: 70%;
		max-width: 560px;
		height: auto;
		z-index: 8;
	}



	.content-area01 .sub-title {
		display: block;
		position: relative;
		padding: 8px 0 24px 0;
		margin: 8px auto 0 auto;
		top : 50px;
		left: 0;
		font-size: 1.6em;
		line-height: 1.4em;
		color: #333;
		background:none;
		width: 90%;
		font-weight: 700;
		font-family: 'Noto Serif JP', serif;
		z-index: 10;
		border-radius: none;
	}
	
	.content-area02 .sub-title {
		display: block;
		position: relative;
		padding: 8px 0 24px 0;
		margin: 8px auto 0 auto;
		top : 50px;
		font-size: 1.6em;
		line-height: 1.4em;
		color: #333;
		background:none;
		width: 90%;
		font-weight: 700;
		font-family: 'Noto Serif JP', serif;
		z-index: 10;
		border-radius: none;
	}


	.content-area01 .content-lead {
		display: block;
		position: relative;
		padding: 0 0 80px 0;
		margin: 0 auto 0 auto;
		top : 60px;
		left: 0;
		width: 90%;
		text-align: left;
		font-size: 1.2em;
		line-height: 200%;
	}
	
	.content-area02 .content-lead {
		display: block;
		position: relative;
		padding: 0 0 80px 0;
		margin: 0 auto 0 auto;
		top : 60px;
		right: 0;
		width: 90%;
		text-align: left;
		font-size: 1.2em;
		line-height: 200%;
	}
	
	
	
	
}





@media screen and (max-width: 430px) {

	.content-area01 .content-img {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		top : -70px;
		right: 0;
		width: 80%;
		max-width: 560px;
		height: auto;
		z-index: 8;
	}
	
	.content-area02 .content-img {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		top : -70px;
		left: 0;
		width: 80%;
		max-width: 560px;
		height: auto;
		z-index: 8;
	}

	.content-area01 .sub-title {
		display: block;
		position: relative;
		padding: 8px 0 24px 0;
		margin: 8px 0 0 0;
		top : 50px;
		left: 0;
		font-size: 1.6em;
		line-height: 1.4em;
		color: #333;
		background:none;
		width: 100%;
		font-weight: 700;
		font-family: 'Noto Serif JP', serif;
		z-index: 10;
		border-radius: none;
	}
	
	.content-area02 .sub-title {
		display: block;
		position: relative;
		padding: 8px 0 24px 0;
		margin: 8px 0 0 0;
		top : 50px;
		font-size: 1.6em;
		line-height: 1.4em;
		color: #333;
		background:none;
		width: 100%;
		font-weight: 700;
		font-family: 'Noto Serif JP', serif;
		z-index: 10;
		border-radius: none;
	}


	.content-area01 .content-lead {
		display: block;
		position: relative;
		padding: 0 0 80px 0;
		margin: 0 0 0 0;
		top : 60px;
		left: 0;
		width: 100%;
		text-align: left;
		font-size: 1.2em;
		line-height: 220%;
	}
	
	.content-area02 .content-lead {
		display: block;
		position: relative;
		padding: 0 0 80px 0;
		margin: 0 0 0 0;
		top : 60px;
		right: 0;
		width: 100%;
		text-align: left;
		font-size: 1.2em;
		line-height: 220%;
	}
	
	
}





/* LINEブロック */

.content-line {
	display: block;
	position: relative;
	padding: 65px 80px 65px 80px;
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 1040px;
	height: auto;
	min-height: 420px;
	background: #fff;
	border-radius: 12px;
	background: repeating-linear-gradient(135deg, #f1fbf2, #f1fbf2 20px, #fff 20px, #fff 40px);
	border: 1px solid #333;
	overflow: hidden;
}

.line-circle-left {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #333;
	top: 20px;
	left: 20px;
	font-size: 1.1em;
}

.line-circle-right {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #333;
	top: 20px;
	right: 20px;
	font-size: 1.1em;
}

.line-name {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.9em;
	line-height: 1em;
	color: #00e210;
	font-weight: 500;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: left;
}

.line-title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 30px 0 0 0;
	font-size: 2.6em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: left;
}

.line-sub-title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 4px 0 0 0;
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: left;
}

.line-lead {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 60px 0 0 0;
	font-size: 1.2em;
	line-height: 200%;
	font-weight: 400;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.line-bt {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 260px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	background: #00e210;
	border-radius: 31px;
	font-size: 1.5em;
	top: 280px;
	right: 70px;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.line-bt a,
.line-bt a:hover {
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 260px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	background: #00e210;
	border-radius: 31px;
	text-decoration: none;
}

.line-lead br {
	display: block;
}





@media screen and (max-width: 1200px) {
	
	
	.content-line {
		display: block;
		position: relative;
		padding: 75px 24px 65px 45px;
		margin: 0 auto 0 auto;
		width: 90%;
		max-width: 780px;
		height: auto;
		min-height: 420px;
		/*background: #fff;*/
		border-radius: 12px;
		overflow: hidden;
	}
/*
	.line-bt {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 260px;
		height: 62px;
		line-height: 62px;
		text-align: center;
		color: #fff;
		background: #00e210;
		border-radius: 31px;
		font-size: 1.5em;
		top: 40px;
		right: 35px;
		font-weight: 400;
		font-family: 'Noto Sans Japanese', sans-serif;
	}
*/
	.line-bt {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 50px auto 0 auto;
		width: 260px;
		height: 62px;
		line-height: 62px;
		text-align: center;
		color: #fff;
		background: #00e210;
		border-radius: 31px;
		font-size: 1.5em;
		top: 0;
		right: 0;
		font-weight: 400;
		font-family: 'Noto Sans Japanese', sans-serif;
	}
	
}


@media screen and (max-width: 640px) {

	.content-line {
		display: block;
		position: relative;
		padding: 75px 24px 40px 24px;
		margin: 0 auto 0 auto;
		width: 90%;
		height: auto;
		min-height: 420px;
		background: #fff;
		border-radius: 12px;
		overflow: hidden;
	}
		
	.line-name {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 1.9em;
		line-height: 1em;
		color: #00e210;
		font-weight: 500;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		text-align: center;
	}
	
	.line-title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 30px 0 0 0;
		font-size: 2.4em;
		line-height: 1.1em;
		font-weight: 400;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		text-align: center;
	}

	.line-sub-title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 12px 0 0 0;
		font-size: 1.4em;
		line-height: 1.3em;
		font-weight: 400;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		text-align: center;
	}
	
	.line-bt {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 50px auto 0 auto;
		width: 260px;
		height: 62px;
		line-height: 62px;
		text-align: center;
		color: #fff;
		background: #00e210;
		border-radius: 31px;
		font-size: 1.5em;
		top: 0;
		right: 0;
		font-weight: 400;
		font-family: 'Noto Sans Japanese', sans-serif;
	}

	.line-lead {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 60px 0 0 0;
		font-size: 1.2em;
		line-height: 180%;
		font-weight: 400;
		font-family: 'M PLUS Rounded 1c', sans-serif;
	}
	
	.line-lead br {
		display: none;
	}
	
	
}
	
	
	
	
	
	
	
	
	
	
	
/*==================================================
　スクロールを促す
===================================*/

.scrolldown1 {
	position:absolute;
	right:40px;
	bottom:3%;
	height:50px;
	z-index: 1000;
}

@media screen and (max-width: 1024px) {

	.scrolldown1 {
		position:a bsolute;
		right: 40px;
		bottom: 6%;
		height: 50px;
		z-index: 1000;
	}

}

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

	.scrolldown1 {
		position:a bsolute;
		right: 40px;
		bottom: 12%;
		height: 50px;
		z-index: 1000;
	}

}

.scrolldown1 span {
	position: absolute;
	color: #0081c2;
	font-size: 0.9em;
	letter-spacing: 0.05em;
}

.scrolldown1 span {
    transform: rotate(-90deg);
    text-transform:uppercase;
    left: -28px;
    top: -40px;
    font-weight: 300;
    font-style: italic;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}


.scrolldown1::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #0081c2;
	animation: pathmove 1.8s ease-in-out infinite;
	opacity:0;
}

@keyframes pathmove {
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}










/* content-02 */


.content-02 {
	clear: both;
	display: block;
	position: relative;
	padding: 60px 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
}

.content-02L-inner {
	display: block;
	position: relative;
	padding: 0 12% 0 0;
	margin: 0 0 80px 0;
	width: 100%;
	overflow: hidden;
}

.content-02R-inner {
	display: block;
	position: relative;
	padding: 0 0 0 12%;
	margin: 0 0 80px 0;
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 1800px) {

	.content-02L-inner {
		display: block;
		position: relative;
		padding: 0 5% 0 0;
		margin: 0 0 80px 0;
		width: 100%;
		overflow: hidden;
	}
	
	.content-02R-inner {
		display: block;
		position: relative;
		padding: 0 0 0 5%;
		margin: 0 0 80px 0;
		width: 100%;
		overflow: hidden;
	}

}


.content-02L-pic {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 720px;
	height: auto;
	float: left;
	overflow: hidden;
}

.content-02R-pic {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 720px;
	height: auto;
	float: right;
	overflow: hidden;
}




.content-02-block {
	position: relative;
	padding: 40px 50px 0 50px;
	margin: 0 0 0 0;
	height: auto;
	overflow: hidden;
}

/*
.content-02-block_title {
  display: inline-block;
	position: relative;
	padding: 8px 14px 8px 14px;
	margin: 0 0 18px 0;
	width: 100%;
	font-size: 2.2em;
	line-height: 1.5em;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: 4px;
	color: #fff;
	background: #0081c2;
	text-align: center;
}

.content-02-block_title:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 110px;
  height: 2px;
  background-color: #d3d3d3;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.content-02-block_title:before {
  left: 0;
}
*/



.content-02-block_title {
	display: block;
    position: relative;
    padding: 16px 12px 20px 20px;
    margin: 0 0 18px 0;
	font-weight: 700;
	font-family: "BIZ UDPGothic", serif;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #333;
	background-color: #fff;
	letter-spacing: 0.5px;
}

.content-02-block_title:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 7px;
	background: rgb(62,175,54);
	background: linear-gradient(90deg, rgba(62,175,54,1) 0%, rgba(54,159,173,1) 15%, rgba(198,213,46,1) 93%);
	bottom: 0;
	left: 0;
	z-index: 0;
}








.content-02-block_ti {
	display: block;
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 32px 0;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", serif;
	letter-spacing: 2px;
}

.content-02-block_ti br {
	display: block;
}

.content-02-block_qes {
	display: block;
	position: relative;
	padding: 0 0 0 22px;
	margin: 0 0 18px 0;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: 300;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #0071C5;
}

.content-02-block_txt {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 18px 0;
	font-size: 1.2em;
	line-height: 220%;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #333;
	text-align : justify
}


@media screen and (max-width: 1400px) {
	
	.content-02L-pic {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 580px;
		height: auto;
		float: left;
		overflow: hidden;
	}
	
	.content-02R-pic {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 580px;
		height: auto;
		float: right;
		overflow: hidden;
	}

}


@media screen and (max-width: 1100px) {
	
	.content-02L-pic {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 520px;
		height: auto;
		float: left;
		overflow: hidden;
	}
	
	.content-02R-pic {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 520px;
		height: auto;
		float: right;
		overflow: hidden;
	}

}



@media screen and (max-width: 980px) {

	.content-02L-inner,
	.content-02R-inner {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 80px auto;
		width: 95%;
		overflow: hidden;
	}
	
	.content-02L-pic {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 80%;
		height: auto;
		float: none;
		overflow: hidden;
	}
	
	.content-02R-pic {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 80%;
		height: auto;
		float: none;
		overflow: hidden;
	}

}


@media screen and (max-width:430px) {

	.content-02-block {
		position: relative;
		padding: 40px 12px 0 12px;
		margin: 0 0 0 0;
		height: auto;
		overflow: hidden;
	}
	
	.content-02-block_ti {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 32px 0;
		font-size: 1.4em;
		line-height: 1.5em;
		font-weight: 700;
		font-family: 'Noto Sans Japanese', sans-serif;
		letter-spacing: 2px;
	}

	.content-02-block_ti br {
		display: none;
	}

	.content-02-block_txt {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 18px 0;
		font-size: 1.1em;
		line-height: 180%;
		font-weight: 400;
		font-family: 'Noto Sans Japanese', sans-serif;
		color: #333;
		text-align : justify
	}


}
	




























/**/
/*下のコンテンツ*/
#container {
	display: block;
    position: relative;
    z-index: 10;
	background: #fff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
    overflow-x: hidden;
    z-index: 10;
}
   
.index {
	display: block;
    position: relative;
	background:#fff;
	color: #333;
	padding: 60px 060px 0;
	margin: 0 0 0 0;
	text-align: center;
	width: 100%;
	height: 1400px;
}

.index p {
	display: block;
	position: relative;
	font-size: 1.4em;
	line-height: 1.8em;
	text-align: center;
}


