@charset "UTF-8";


/*-----------------------------------
	main_img
-----------------------------------*/
.box-fadein img {
	opacity: 0;
	transition: opacity 3s;
}
.box-fadein.lazyloaded img.lazyloaded {
	opacity: 1;
}
#main_img {
	width: 1100px;
	height: 500px;
	margin: 15px auto 60px;
	background-image: url(../img/index/main_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 60%;
	position: relative;
}
#main_img img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
	}
}

#main_img .scrolldown {
    position:absolute;
    right:35px;
    bottom:30px;
    height:50px;
}
#main_img .scrolldown span {
    transform: rotate(-90deg);
    text-transform:uppercase;
    left: -23px;
    top: -31px;
}
#main_img .scrolldown span{
    position: absolute;
    left: -15px;
    top: -15px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.05em;
}
#main_img .scrolldown::after{
	content: "";
	position: absolute;
	top: 0;
	right: 3px;
	width: 2px;
	height: 80px;
	background: #fff;
	animation: pathmove 1.7s ease-in-out infinite;
	opacity: 0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
    0%{height:0;top:0;opacity: 0;}
    30%{height:50px;opacity: 1;}
    100%{height:0;top:80px;opacity: 0;}
}
@keyframes vidualbgRLextendAnime {
    0% {width:0;}
    100% {width:40%;}
}

@media screen and (max-width: 840px) {
	#main_img video {
		object-fit: cover;
		height: 360px !important;
		width: 100%;
		position: static;
	}
	#main_img .info_box {
		bottom: 195px;
	}
	#main_img .text_box h2 {
		font-size: 38px;
	}
	#main_img .text_box h2 span {
		font-size: 38px;
	}
	#main_img .text_box p {
		font-size: 16px;
	}
	#main_img .text_box a {
		margin: 70px auto 0;
		padding: 25px 15px;
	}
	#main_wrap {
		height: 57vw;
	}
}

@media screen and (max-width: 640px) {

	#main_img,
	#main_wrap {
		width: 100%;
	}
	#main_img img {
		width: 90%;
	}
	#main_img_sp {
		height: auto !important;
		position: relative;
	}
	#main_img .scroll_arrow a, #main_img_sp .scroll_arrow a {
		color: #000;
	}
	#main_img .scroll_arrow, #main_img_sp .scroll_arrow {
		bottom: 30px;
	}
	/*
	#main_img_sp:after {
		content: "";
		width: 100%;
		height: 490px;
		background: rgb(55 194 220 / 0.15);
		z-index: 9999;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	*/
	#main_img_sp video {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		min-width: 100%;
		min-height: 100%;
		z-index: -1;
	}
	#main_img .scroll_arrow a:before,
	#main_img_sp .scroll_arrow a:before {
		width: 10px;
		height: 10px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
	#main_img .text_box {
		left: 0;
		right: 0;
		top: 22%;
		margin: 0 auto;
		z-index: 10;
	}
	#main_img .text_box h2 {
		width: auto;
		font-size: 26px;
		padding: 0;
		margin-bottom: 7%;
		color: #fff;
	}
	#main_img .text_box h2 span {
		font-size: 15px;
		line-height: 130%;
		margin-bottom: 15px;
	}
	#main_img .text_box p {
		font-size: 14.5px;
		line-height: 180%;
		letter-spacing: 0;
	}
	#main_img .text_box p br {
		display: none;
	}
	#main_img .text_box a {
		display: none;
	}
	#main_img .text_box .text_01 {
		width: 100%;
	}
	#main_img .text_box .text_02 {
		width: 100%;
	}
	#main_img .scroll_arrow {
		bottom: 50px;
		font-size: 14px;
	}
	#main_img .scroll_arrow a {
		pointer-events: none;
	}
	.link_btn_sub {
		width: 180px;
		padding: 12px 0 12px 21px;
	}
}

@media screen and (max-width: 320px) {

	#main_img {
		height: 510px !important;
	}
	#main_img .text_box p {
		font-size: 13px;
		line-height: 180%;
	}
	#main_img .text_box a {
		margin-top: 40px;
		font-size: 14px;
	}


}

.intro_text {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	line-height: 200%;
	color: #161616;
}
.title_box p {
	font-size: 15px;
	font-weight: 500;
	line-height: 230%;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 1380px) {

}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1200px) {
	.intro_text {
		width: 90%;
	}
}

@media screen and (max-width: 640px) {
	.intro_text {
		margin: 20px auto 0;
		font-size: 13px;
		line-height: 180%;
		text-align: left;
	}
}
/*-----------------------------------
	about_block
-----------------------------------*/
#about_block {
	background: #FAFAFA;
    padding: 55px 45px 40px;
}
#about_block .text_box .text {
    margin-top: 35px;
}
#about_block .text_box .text p {
	font-size: 15px;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 1.5em;
}
#about_block .link_btn {
	width: 240px;
	margin-top: 30px;
}
@keyframes rotate-anime {
	0% {
		transform: rotate(0);
	}
	70% {
		transform: rotate(280deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes move-y {
	0% {
		transform: translateY(0px) translate(-50%, -50%);
	}
	100% {
		transform: translateY(5px) translate(-50%, -50%);
	}
}
@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop-slide_r {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0%);
	}
}

@media screen and (max-width: 1340px) {
	#about_block .text_box {
		width: 100%;
	}
	#about_block .text_box h3 {
		font-size: 24px;
	}
	#about_block .text_box .text p {
		font-size: 15px;
		line-height: 250%;
	}
}

@media screen and (max-width: 840px) {
	#about_block .img_box {
		width: 90%;
		margin: 0 auto;
	}
	#about_block .text_box {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	#about_block {
		padding: 4vw 0;
	}
	#about_block .text_box {
		padding: 20px;
	}
	#about_block .text_box h3 {
		font-size: 4vw;
	}
	#about_block .text_box h3 span {
		font-size: 34px;
		margin-bottom: 15px;
	}
	#about_block .txtad_box {
		width: 70rem;
		font-size: 80px;
		bottom: 0.05em;
	}
}

/*-----------------------------------
	service_block
-----------------------------------*/
#service_block {
	padding: 80px 0;
	position: relative;
}
#service_block .service_list {
	margin-top: 25px;
}
#service_block .service_content {
    margin-bottom: 25px;
}
#service_block .service_content h3 {
	font-size: 22px;
	color: #fff;
	padding: 12px 25px 12px 25px;
}
#service_block #service_01 h3 {background: #e30d0d;}
#service_block #service_02 h3 {background: #2bb4f1;}
#service_block #service_03 h3 {background: #679f01;}
#service_block .inner_box {
	padding: 25px;
}
#service_block #service_01 .inner_box {	background: #F6FCFF;}
#service_block #service_02 .inner_box {	background: #F5F9FC;}
#service_block #service_03 .inner_box {	background: #F8F8F8;}

#service_block .service_detail {
	margin-top: 15px;
}
#service_block .service_detail h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}
#service_block .service_detail ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#service_block .service_detail li {
	font-size: 16px;
    margin-right: 3%;
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
}
#service_block .service_detail li:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	border-radius: 50%;
}
#service_block #service_01 .service_detail li:before {
	background: #00A5EA;
}
#service_block #service_02 .service_detail li:before {
	background: #3281D1;
}
#service_block #service_03 .service_detail li:before {
	background: #1AB8AD;
}
#service_block .service_detail .link_btn_sub {
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
	padding-right: 20px;
	position: relative;
	float: right;
}
#service_block .service_detail .link_btn_sub:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	margin: auto 0;
}

@media screen and (max-width: 1580px) {

	#service_block .contents_inner {
		width: 90%;
	}

}
@media screen and (max-width: 1300px) {

	#service_block {
		padding: 13vw 0 9vw;
	}

}

@media screen and (max-width: 1280px) {

	#service_block .text_box .txt p {
		font-size: 16px;
	}

}

@media screen and (max-width: 1180px) {
	#service_block .catch_txt {
		font-size: 20px;
	}
}
@media screen and (max-width: 1040px) {

}
@media screen and (max-width: 850px) {
	#service_block {
		padding: 14vw 0;
	}

}

@media screen and (max-width: 640px) {

}

/*-----------------------------------
	info_block
-----------------------------------*/
#info_block {
	margin-bottom: 80px;
}
/* #info_block .all_btn:before { */
	/* content: url(../img/common/icon_all.svg); */
	/* margin-right: 10px; */
	/* vertical-align: -4px; */
	/* width: 20px; */
	/* height: 20px; */
	/* display: inline-block; */
/* } */
/* #info_block .info_box { */
	/* margin-bottom: 50px; */
	/* display: -webkit-flex; */
	/* display: flex; */
	/* -webkit-flex-wrap: nowrap; */
	/* flex-wrap: nowrap; */
	/* -webkit-justify-content: space-between; */
	/* justify-content: space-between; */
/* } */
#info_block .info_list {
	margin-top: 35px;
	padding: 20px 20px;
	border: 1px solid #707070;
}
#info_block .info_list a .list{
	padding: 25px 35px 25px 20px;
	justify-content: flex-start;
	position: relative;
	border-bottom: 1px solid #E6ECF2;
	transition: 0.3s;
}
#info_block .info_list a .list:hover{
	background: #F5F9FC;
}
#info_block .info_list a .list .date{
	font-size: 12px;
	color: #000;
	margin-right: 20px;
	color: #00a5ea;
}
#info_block .info_list a .list .cate{
	font-size: 11px;
	color: #00a5ea;
	line-height: 1;
	background: #fff;
	border: 1px solid #00a5ea;
	padding: 4px 5px;
	box-sizing: border-box;
	margin: 2px 20px auto 0;
}
#info_block .info_list a .list .txt{
	width: calc(100% - 230px);
	font-size: 16px;
	font-weight: 400;
}

/* #info_block .info_list li { */
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* -ms-flex-wrap: wrap; */
	/* -webkit-box-pack: start; */
	/* -ms-flex-pack: start; */
	/* justify-content: flex-start; */
	/* border-bottom: 1px solid #E6ECF2; */
/* } */
/* #info_block .info_list li:last-child { */
	/* border-bottom: none; */
/* } */
/* #info_block .info_list li > a, */
/* #info_block .info_list li > span { */
	/* display: block; */
	/* width: 100%; */
	/* padding: 25px 0; */
	/* transition: all 0.3s; */
/* } */
/* #info_block .info_list li > a:hover { */
	/* background: #fff; */
/* } */
/* #info_block .info_list li > span a { */
	/* color: #00A5EA; */
	/* text-decoration: underline; */
/* } */
/* #info_block .info_list li > span a:hover { */
	/* text-decoration: none; */
/* } */
/* #info_block .info_list li .day { */
	/* display: inline-block; */
	/* width: 100px; */
	/* font-size: 14px; */
	/* font-weight: 600; */
	/* color: #00A5EA; */
	/* vertical-align: top; */
/* } */
/* #info_block .info_list li .tag { */
	/* display: inline-block; */
	/* width: 100px; */
	/* font-size: 12px; */
	/* font-weight: 500; */
	/* text-align: center; */
	/* line-height: 1; */
	/* color: #252D31; */
	/* margin: 0 40px; */
	/* padding: 3px 0; */
	/* border: 1px solid #252D31; */
	/* border-radius: 2px; */
/* } */
/* #info_block .info_list li p { */
	/* display: inline-block; */
	/* max-width: 82%; */
	/* font-size: 16px; */
	/* color: #232323; */
	/* vertical-align: middle; */
/* } */
#info_block .link_btn{
    width: 240px;
    margin-top: 30px;
}
@media screen and (max-width: 840px) {
	#info_block .info_box {
		display: block;
	}
	/* #info_block .info_box .title_box { */
		/* width: 100%; */
		/* display: flex; */
		/* justify-content: space-between; */
	/* } */
	/* #info_block .info_list { */
		/* width: 100%; */
	/* } */
	/* #info_block .info_list li { */
		/* width: 100%; */
		/* margin-bottom: 0; */
		/* border-bottom: none; */
		/* box-shadow: none; */
	/* } */
	/* #info_block .info_list li > a, */
	/* #info_block .info_list li > span { */
		/* padding: 12px 15px; */
		/* font-size: 12.5px; */
	/* } */
	/* #info_block .info_list li p { */
		/* margin-top: 5px; */
		/* font-size: 14px; */
	/* } */
	/* #info_block .all_btn { */
		/* margin-top: 5px; */
	/* } */
	/* #info_block .all_btn:hover { */
		/* text-decoration: none; */
	/* } */
}
@media screen and (max-width: 640px) {
	#info_block {
		margin-bottom: 80px;
	}
	#info_block .all_btn {
		font-size: 14px;
		margin-top: 5px;
	}
	#info_block .info_list a .list{
		padding: 15px 25px 15px 10px;
	}
	#info_block .info_list a .list .date{
		margin-right: 15px;
	}
	#info_block .info_list a .list .cate{
		margin: 2px 0 auto;
	}
	#info_block .info_list a .list .txt{
		width: 100%;
		margin: 5px 0 0;
        font-size: 14px;
	}
	/* #info_block .info_list li { */
		/* background: none; */
	/* } */
	/* #info_block .info_list li > a, */
	/* #info_block .info_list li > span { */
		/* padding: 15px 10px; */
		/* font-size: 12px; */
		/* color: #000; */
	/* } */
	/* #info_block .info_list li > a:after { */
		/* right: 5%; */
		/* width: 7px; */
		/* height: 7px; */
	/* } */
	/* #info_block .info_list .day { */
		/* font-size: 14px; */
	/* } */
	/* #info_block .info_list .category { */
		/* font-size: 11px; */
	/* } */
	/* #info_block .info_list li p { */
		/* font-size: 12.5px; */
		/* width: 90%; */
	/* } */
}