@charset "UTF-8";
/*-----------------------------------
	main_img
-----------------------------------*/

.box-fadein img {
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
.box-fadein.lazyloaded img.lazyloaded {
	opacity: 1;
}
.swiper-wrapper {
	width: 34% !important;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #3455ce;
}

#main_wrap {
	width: 100%;
	height: 55.9vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
	min-height: 100%;
	min-width: 100%;
	margin-top: -58px;
	display: inline-block;
	background-size: cover;
	background-position: center;
	box-shadow: inset 0 0 40px 3px rgb(0 0 0 / 0.2);
}
#main_wrap .bg {
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 0%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
#main_img {
	width: 100%;
	height: 660px;
	position: relative;
}
#main_img video.pc,
#main_img video.tab {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	height: 730px;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*
#main_img:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
}
*/
#main_img .text_box {
	position: absolute;
	left: 10%;
	top: 25%;
}
#main_img .text_box h2 {
	display: block;
	font-size: 50px;
	margin-bottom: 40px;
	color: #fff;
	text-shadow: 2px 1px 3px #000;
}
#main_img .text_box h2 span {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 44px;
	margin-bottom: 37px;
}
#main_img .text_box p {
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	line-height: 200%;
	letter-spacing: 0.1em;
	text-shadow: 2px 1px 3px #000;
}
#main_img .scroll_arrow,
#main_img_sp .scroll_arrow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: 0 auto;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 13px;
	text-align: center;
	z-index: 20;
}
#main_img .scroll_arrow a,
#main_img_sp .scroll_arrow a {
	position: relative;
	color: #fff;
}
#main_img .scroll_arrow a:before,
#main_img_sp .scroll_arrow a:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
#main_img .scroll_arrow a:hover,
#main_img_sp .scroll_arrow a:hover {
	opacity: 0.7;
}
.hu_hu {
	animation: hu_hu infinite 1.5s ease;
}
@keyframes hu_hu {
	50% { transform: translateY(3px) }
}

.ytp-chrome-top .ytp-show-cards-title {
	display: none !important;
}

@media screen and (max-width: 1500px) {

	#main_img {
		height: 560px;
	}
	#main_img video.pc,
	#main_img video.tab {
		bottom: 0;
		height: 560px;
	}

}

@media screen and (max-width: 1300px) {

	#main_img {
		height: 560px !important;
	}
	#main_img video {
		margin-left: 0;
		height: 560px;
	}
	#main_img .text_box {
		width: 90%;
		left: 6%;
		top: 28%;
	}

}

@media screen and (max-width: 840px) {

	#main_img video {
		width: 100%;
		height: auto;
		position: static;
	}
	#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 {
		display: none !important;
	}
	#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 {
		font-size: 11px;
		bottom: 25px;
	}
	/*
	#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: 8px;
		height: 8px;
		border-top: 1px solid #000;
		border-right: 1px 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;
	}

}

@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 h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 200%;
	color: #1d1d1d;
	margin-bottom: 5px;
}
.title_box p {
	font-size: 15px;
	font-weight: 500;
	line-height: 230%;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 1380px) {
	.title_box p {
		font-size: 14px;
		line-height: 220%;
		text-align: left;
	}
}

@media screen and (max-width: 1280px) {
	.title_box h2 {
		font-size: 30px;
	}
}

@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;
	}
	.title_box h2 {
		font-size: 18px;
		text-align: center;
		margin-top: 5px;
	}
	.title_box p {
		font-size: 14px;
		line-height: 200%;
		text-align: left;
	}

}

/*-----------------------------------

	bnr_area_top

-----------------------------------*/
#bnr_area_top .swiper-container {
	padding-bottom: 0;
}
#bnr_area_top .swiper-pagination-bullet {
    background: #5f676f !important;
}
#bnr_area_top .swiper-pagination-fraction,
#bnr_area_top .swiper-pagination-custom,
#bnr_area_top .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: -40px;
}
#bnr_area_top .swiper-wrapper {
	width: 31.8% !important;
}
#bnr_area_top .swiper-slide {
	color: #ffffff;
	width: 100% !important;
	height: 100%;
	text-align: center;
	line-height: 250px;
}
#bnr_area_top .swiper-slide-duplicate a {

}
#bnr_area_top .swiper-button-prev::before,
#bnr_area_top .swiper-button-next::before {
	font-size:32px;
	color:#fff;
	font-weight:900;
}
#bnr_area_top {
	max-width: 1300px;
	/*max-width: 90%;*/
	margin: 0 auto;
	padding: 60px 0 100px;
	background-image: url(../img/common/dot.svg);
	background-repeat: repeat;
	background-size: 5px;
	position: relative;
}
#bnr_area_top h2 {
	font-size: 28px;
	text-align: center;
	color: #000;
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative;
}
/*
#bnr_area_top h2:after {
	content: "";
	width: 25px;
	height: 3px;
	background: #335fce;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
*/
#bnr_area_top a {
	display: block;
	margin: 0 auto;
}
#bnr_area_top img {
	margin: 0 auto;
	border: 5px solid #f3f3f3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#bnr_area_top img.pc {
	display: block;
	/*height: 200px;*/
}
#bnr_area_top img.sp {
	display: none;
}
#bnr_area_top p {
	font-size: 16px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0.1em;
	text-align: center;
	color: #333;
	margin-top: 20px;
}

@media screen and (max-width: 1020px) {
	#bnr_area_top a {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#bnr_area_top {
		margin-top: 0;
		padding: 50px 0 65px;
		background: none;
	}
	#bnr_area_top .swiper-container {
		overflow: unset;
	}
	#bnr_area_top .swiper-pagination-fraction,
	#bnr_area_top .swiper-pagination-custom,
	#bnr_area_top .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: -30px;
	}
	#bnr_area_top h2 {
		font-size: 20px;
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	#bnr_area_top img {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
	}
	#bnr_area_top .swiper-slide {
		color: #ffffff;
		width: 65% !important;
		height: 100%;
		text-align: center;
		line-height: 250px;
	}
	#bnr_area_top img.pc {
		display: none;
	}
	#bnr_area_top img.sp {
		display: block;
	}
	#bnr_area_top p {
		font-size: 14px;
		line-height: 220%;
		text-align: left;
	}
	#bnr_area_top .swiper-wrapper {
		width: 100% !important;
	}

}

/*-----------------------------------

	about_block

-----------------------------------*/
#about_block {
	padding: 0 0 10vw;
	position: relative;
	overflow: hidden;
}
#about_block .txtad_box {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 9vw;
	font-weight: 700;
	letter-spacing: -0.04em;
	color: #f3f5f8;
	position: absolute;
	bottom: 0.6vw;
	left: 4vw;
	z-index: -1;
}
#about_block .text_box {
	width: 48%;
	padding: 5vw 0 0 0;
	background: #fff;
	float: left;
}
#about_block .text_box h3 {
	font-size: 30px;
	line-height: 180%;
	margin-bottom: 25px;
}
#about_block .text_box h3 span {
	display: block;
	font-size: 48px;
	margin-bottom: 30px;
}
#about_block .catch_txt {
	color: #000;
	font-size: 20px;
	font-weight: 800;
	line-height: 180%;
	letter-spacing: 0.1em;
	margin: 2vw 0 1.5vw;
}
#about_block .text_box h2 {
	font-size: 18px;
}
#about_block .text_box h2 span {
	display: block;
	text-align: left;
	margin-bottom: 15px;
}
#about_block .text_box .text p {
	font-size: 15px;
	font-weight: 500;
	line-height: 230%;
	margin-bottom: 1.5em;
}
#about_block .link_btn {
	width: 240px;
	margin-top: 30px;
}
#about_block .img_box {
	width: 36vw;
	height: auto;
	float: left;
	margin: 0 0 0 30px;
	max-width: 700px;
	position: absolute;
	top: 2vw;
	right: 10%;
}
#about_block .img_box img {
	object-fit: cover;
	width: 100%;
	border-radius: 25px;
}

@media screen and (max-width: 1300px) {
	#about_block .text_box {
		width: 36vw;
	}
	#about_block .text_box h3 {
		font-size: 25px;
		line-height: 160%;
	}
	#about_block .img_box {
		width: 46vw;
		right: 7%;
	}
}

@media screen and (max-width: 1170px) {
	/*
	#about_block .text_box {
		width: 45vw;
	}
	*/
	#about_block .text_box h3 {
		font-size: 24px;
	}
}

@media screen and (max-width: 840px) {
	#about_block .img_box {
		width: 85%;
		float: none;
		margin: 0 auto;
		margin-top: none;
		position: static;
	}
	#about_block .text_box {
		width: 100%;
	}

}

@media screen and (max-width: 640px) {
	#about_block {
		padding: 0 0 10vw;
	}
	#about_block .square_box {
		display: none;
		width: 42vw;
		height: 32vw;
		top: 0;
		background-size: 7px;
	}
	#about_block .text_box {
		background: none;
		padding: 4vw 0 0 0;
		float: none;
	}
	#about_block .text_box h3 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	#about_block .text_box h3 span {
		font-size: 20px;
		margin-bottom: 0;
		text-align: center;
	}
	#about_block .text_box .text p {
		font-size: 14px;
		line-height: 200%;
		margin-bottom: 1.5em;
	}
	#about_block .img_box {
		width: 100%;
		height: auto;
		float: none;
		margin: 40px auto 0;
		margin-left: 1%;
    }
	#about_block .txtad_box {
		display: none;
		bottom: -0.2vw;
	}
}

/*-----------------------------------

	service_block

-----------------------------------*/

#service_block {
	padding: 7vw 0 4vw;
	position: relative;
	background: #f3f5f8;
}
#service_block .title_box {
	text-align: center;
}
#service_block .title_box h3 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 40px;
}
#service_block .title_box h3 span {
	display: block;
	font-size: 44px;
	margin-bottom: 15px;
}
#service_block .service_wrap {
	position: relative;
}
#service_block .catch_txt {
	color: #000;
	font-size: 20px;
	font-weight: 800;
	line-height: 180%;
	letter-spacing: 0.1em;
	margin-bottom: 2vw;
}
#service_block .intro_text {
	font-size: 15px;
	font-weight: 400;
	line-height: 220%;
	letter-spacing: 0.05em;
	text-align: left;
	margin-top: 20px;
}
#service_block .link_btn {
	width: 240px;
	margin-top: 30px;
}
#service_block .contents_inner {
	margin: 0 auto;
	width: 80%;
}
#service_block .service_inner {
	position: relative;
	overflow: hidden;
}
#service_block .img_content {
	width: 43vw;
	height: 50vh;
	background-image: url(../img/index/service_img_01.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}
/*
#service_block .img_content:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(82 235 255 / 18%);
	position: absolute;
	top: 0;
	left: 0;
}
*/
#service_block .text_box:before {
	/*
	content: "";
	width: 20px;
	height: 2px;
	background: #333;
	position: absolute;
	right: 43px;
	bottom: 10%;
	z-index: 99;
	*/

	content: "";
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #333;
	position: absolute;
	top: 40px;
	right: 35px;
	margin: auto 0;
}
#service_block .text_box:after {
	/*
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 0px 6.7px;
	border-color: transparent transparent transparent #333;
	position: absolute;
	right: 37px;
	bottom: 10%;
	z-index: 99;
	margin: auto 0;
	visibility: initial;
	*/
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #0d0d0d;
	border-right: solid 2px #0d0d0d;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 44px;
	top: 49px;
    z-index: 99;
}
#service_block .service_inner:hover .text_box:before {
	background: #333;
	border-color: #333;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	/*
	right: 42px;
	width: 30px;
	*/
}
#service_block .service_inner:hover .text_box:after {
	border-color: #fff;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}
#service_block .list_wrap {
	margin-top: 40px;
	position: relative;
}
#service_block .list_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#service_block .list_wrap li {
	position: relative;
	width: 32.5%;
	margin-bottom: 5vh;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 0 30px rgb(183 183 183 / 20%);
}
#service_block .list_wrap li .service_info_wrap:hover {
	box-shadow: none;
	transition : 0.2s;
	-webkit-transition : 0.2s;
	-moz-transition    : 0.2s;
	-o-transition      : 0.2s;
	-ms-transition     : 0.2s;
}
#service_block .list_wrap li .img_box {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position-y: center;
	position: relative;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-ms-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-ms-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}
#service_block .list_wrap li:nth-child(1) .img_box {
	background-image: url(../img/index/service_img_01.jpg);
}
#service_block .list_wrap li:nth-child(2) .img_box {
	background-image: url(../img/index/service_img_02.jpg);
}
#service_block .list_wrap li:nth-child(3) .img_box {
	background-image: url(../img/index/service_img_03.jpg);
}
#service_block .list_wrap li:nth-child(4) .img_box {
	background-image: url(../img/index/service_img_04.jpg);
}
#service_block .list_wrap li:nth-child(5) .img_box {
	background-image: url(../img/index/service_img_05.jpg);
}
#service_block .list_wrap li:nth-child(6) .img_box {
	background-image: url(../img/index/service_img_06.jpg);
}
#service_block .list_wrap li .img_box:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition : 0.2s;
	-webkit-transition : 0.2s;
	-moz-transition    : 0.2s;
	-o-transition      : 0.2s;
	-ms-transition     : 0.2s;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-ms-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-ms-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}
#service_block .list_wrap li:hover .img_box:before {
	opacity: 1;
}
#service_block .list_wrap li:hover {
	box-shadow: none;
}
#service_block .list_wrap li .text_box {
	padding: 25px 30px 20px;
	position: relative;
}
#service_block .list_wrap li .text_box h3 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #000;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}
#service_block .list_wrap li .text_box h3:after {
	content: "";
	width: 25px;
	height: 1px;
	background: #335fce;
	position: absolute;
	left: 0;
	bottom: -1px;
}
#service_block .list_wrap li .text_box h3 span {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 1px;
	color: #e2e2e2;
}
#service_block .list_wrap li .text_box p,
#service_block .other_box li p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 180%;
}

/* other_box */
#service_block .other_box {
	height: 200px;
}
#service_block .other_box li {
	float: left;
	width: 49%;
	background: #fff;
	margin-right: 2%;
	box-shadow: 0 0 20px rgb(142 142 142 / 30%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
#service_block .other_box li:nth-child(2n) {
	margin-right: 0;
}
#service_block .other_box li:hover {
	box-shadow: none;
}
#service_block .other_box li h3 {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}
#service_block .other_box li h3:before {
	content: "";
	width: 25px;
	height: 1px;
	background: #335fce;
	position: absolute;
	left: 0;
	bottom: -1px;
}
#service_block .other_box li h3 span {
	float: right;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 3px;
	color: #335fce;
}
#service_block .other_box li .img_box {
	float: left;
	width: 34%;
	height: 180px;
	background-size: cover;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-ms-border-top-left-radius: 6px;
	-o-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-ms-border-bottom-left-radius: 6px;
	-o-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#service_block .other_box li:nth-child(1) .img_box {
	background-image: url(../img/index/service_img_04.jpg);
}
#service_block .other_box li:nth-child(2) .img_box {
	background-image: url(../img/index/service_img_05.jpg);
}
#service_block .other_box li .img_box img {
	display: none;
}
#service_block .other_box li .text {
	float: right;
	width: 56%;
	margin: 22px 24px 0 0;
}
#service_block .other_box .sp_btn {
	display: none !important;
}

@media screen and (max-width: 1580px) {

	#service_block .contents_inner {
		width: 90%;
	}
	#service_block .list_wrap:before {
		font-size: 50px;
		right: 3%;
		top: 0;
	}

}

@media screen and (max-width: 1300px) {

	#service_block {
		padding: 8vw 0 4vw;
	}
	#service_block .list_wrap ul {
		margin: 5% auto 15px;
	}
	#service_block .list_wrap li .img_box {
		height: 200px;
	}
	#service_block .list_wrap li .text_box p {
		font-size: 15px;
		line-height: 200%;
	}

}

@media screen and (max-width: 1280px) {

	#service_block .text_box .txt p {
		font-size: 16px;
	}
	#service_block .img_box {
		height: 430px;
	}
	#service_block .img_content {
		width: 36vw;
	}
	#service_block .text_content {
		width: 46vw;
		margin-right: 10vw;
	}
	#service_block .list_wrap li .text_box {
		padding: 25px 20px;
	}
	#service_block .list_wrap {
		margin: 60px 0 0;
	}
	#service_block .service_wrap:after {
		width: 60%;
		height: 950px;
		top: -60px;
	}
	#service_block .list_wrap li .text_box h3 {
		font-size: 20px;
	}
	#service_block .list_wrap li .text_box h3 span {
		font-size: 14px;
	}
}

@media screen and (max-width: 1180px) {
	#service_block .catch_txt {
		font-size: 20px;
	}
}

@media screen and (max-width: 1040px) {
	#service_block .list_wrap li {
		width: 32%;
	}
	#service_block .list_wrap li .text_box p {
		font-size: 13.5px;
	}
	#service_block .list_wrap li .img_box {
		height: 180px;
	}
}

@media screen and (max-width: 850px) {
	#service_block {
		padding: 16vw 0;
	}
	#service_block .intro_text {
		width: 100%;
	}
	#service_block .img_content {
		margin-top: 0;
		height: 410px;
	}
	#service_block .list_wrap li .text_box {
		padding: 25px 20px;
		float: right;
		width: 62%;
	}
	#service_block .service_wrap:before {
		display: none;
	}
	#service_block .service_wrap:after {
		width: 39%;
		height: 330px;
	}
	#service_block ul {
		margin-top: 0;
	}
	#service_block .list_wrap ul {
		height: auto;
		margin-bottom: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#service_block .list_wrap li .img_box {
		float: left;
		width: 34%;
		height: 29vw;
		-webkit-border-top-left-radius: 6px;
		-moz-border-top-left-radius: 6px;
		-ms-border-top-left-radius: 6px;
		-o-border-top-left-radius: 6px;
		border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 0;
		-moz-border-top-right-radius: 0;
		-ms-border-top-right-radius: 0;
		-o-border-top-right-radius: 0;
		border-top-right-radius: 0;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-bottom-left-radius: 6px;
		-ms-border-bottom-left-radius: 6px;
		-o-border-bottom-left-radius: 6px;
		border-bottom-left-radius: 6px;
	}
	#service_block .list_wrap li {
		width: 100%;
		margin-bottom: 20px;
	}
	#service_block .list_wrap li:nth-child(1) {
		margin-top: 0;
	}
	#service_block .list_wrap {
		margin: 40px 0 0;
	}
	#service_block .list_wrap:before {
		position: static;
	}
	#service_block .service_inner:hover:before {
		right: 20px;
	}
	#service_block .service_inner:before {
		right: 20px;
	}
	#service_block .service_inner:after {
		right: 18px;
	}
/* other_box */
	#service_block .other_box {
		height: auto;
	}
	#service_block .other_box li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	#service_block .other_box li .img_box {
		height: 29vw;
	}
}

@media screen and (max-width: 640px) {

	#service_block:after {
		display: none;
	}
	#service_block .title_box h3 {
		font-size: 16px;
		margin-bottom: 30px;
		text-align: left;
	}
	#service_block .title_box h3 span {
	    font-size: 34px;
	    margin-bottom: 10px;
	}
	#service_block .service_wrap {
		width: 90%;
		margin: 0 auto;
	}
	#service_block .img_content {
		display: none;
	}
	#service_block .service_wrap:after {
		width: 55%;
		height: 170px;
		top: 0;
	}
	#service_block .h2_style,
	#service_block .h2_style span {
		text-align: center;
		font-size: 30px;
	}
	#service_block .catch_txt {
		font-size: 20px;
		text-align: left;
		letter-spacing: 0.1em;
		margin: 20px 0 0;
	}
	#service_block .service_section_img {
		width: 100%;
		height: 290px;
		background-image: url(../img/index/about_img.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	#service_block .list_wrap:before {
		display: none;
		font-size: 30px;
		margin-left: 0;
		top: auto;
		left: auto;
		right: auto;
		position: static;
		text-align: left;
		margin-bottom: 20px;
	}
	#service_block .contents_inner {
		width: 90%;
	}
	#service_block .intro_text {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 200%;
		text-align: left;
	}
	#service_block ul {
		margin: 0 auto;
	}
	#service_block .list_wrap li .text_box {
		width: 100%;
		height: auto;
		margin: 0 auto 0;
	}
	#service_block .text_content {
		width: 100%;
		margin: 45px auto 0;
		padding-right: 0;
	}
	#service_block .img_content {
		display: none;
		float: none !important;
	}
	#service_block .list_wrap {
		margin: 0;
	}
	#service_block .service_inner {
		padding-bottom: 0;
	}
	#service_block .list_wrap li {
		display: block !important;
		width: 90%;
		margin: 25px auto 0;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	#service_block .list_wrap li:hover {
		box-shadow: none;
	}
	#service_block .list_wrap ul {
		margin: 5% auto 0;
	}
	#service_block .list_wrap li .img_box {
		float: none;
		width: 100%;
		height: 160px;
		-webkit-border-top-left-radius: 6px;
		-moz-border-top-left-radius: 6px;
		border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-top-right-radius: 6px;
		border-top-right-radius: 6px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-bottom-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	#service_block .list_wrap li:nth-child(1) .img_box,
	#service_block .list_wrap li:nth-child(2) .img_box,
	#service_block .list_wrap li:nth-child(3) .img_box {
		background-position: center;
	}
	#service_block .list_wrap li .text_box h3 span {
		font-size: 11px;
		margin-bottom: 0;
	}
	#service_block .list_wrap li .text_box {
		float: none;
		width: 100%;
		padding: 20px 15px 20px 15px;
	}
	#service_block .list_wrap li .text_box h3 {
		font-size: 18px;
		text-align: center;
		margin-left: 0;
		margin-bottom: 20px;
	}
	#service_block .list_wrap li .text_box h3:after {
		right: 0;
		margin: 0 auto;
	}
	#service_block .list_wrap li .text_box p,
	#service_block .other_box li p {
		font-size: 15px;
		font-weight: 600;
		line-height: 180%;
	}
	#service_block .service_inner:before {
		bottom: 5%;
	}
	#service_block .service_inner:after {
		bottom: 5%;
	}
	#service_block .text_box .link_btn {
		width: 70%;
		margin: 25px auto 0;
	}
	#service_block .other_box li {
		display: block !important;
		width: 90%;
		margin: 0 auto 30px;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	#service_block .list_wrap li .text_box:before,
	#service_block .text_box:after {
		display: none;
	}
	#service_block .other_box li .img_box {
		float: none;
		width: 100%;
		height: 160px;
	}
	#service_block .other_box li .text {
		float: none;
		width: 100%;
		margin: 15px 0 0;
		padding: 0 15px 15px;
	}
	#service_block .other_box li h3 {
		text-align: center;
	}
	#service_block .other_box li h3 span {
		font-size: 11px;
		text-align: center;
		display: block;
		float: none;
		margin-bottom: 5px;
	}
	#service_block .other_box .sp_btn {
		display: block !important;
	}
	#service_block .link_btn {
		margin: 0 auto;
	}


}

/*-----------------------------------

	info_block

-----------------------------------*/

#info_block {
	padding: 6vw 0 5vw;
	background: #ffffff;
	position: relative;
	border-bottom: 1px solid #f3f3f3;
}
#info_block .all_btn {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	margin-top: 5px;
}
#info_block .all_btn:hover {
	color: #3546b4;
}
#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 .h2_style {
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
#info_block .info_list {
	margin: 10px auto 0;
	overflow: hidden;
}
#info_block .info_list li {
	width: 49.25%;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
	float: left;
	background: #fff;
	border: 1px solid #eef1f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#info_block .info_list li:nth-child(2n) {
	margin-right: 0;
}
#info_block .info_list li:hover {
	box-shadow: none;
	transition: 0.1s;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	-ms-transition: 0.1s;
}
#info_block .info_list li a {
	display: block;
	font-size: 14.5px;
	color: #5b5b5b;
	padding: 25px 20px;
	position: relative;
}
#info_block .info_list li a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	width: 14px;
	height: 14px;
	border-top: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#info_block .info_list li a:hover:after {
	right: 28px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	border-top: 1px solid #3546b4;
	border-right: 1px solid #3546b4;
}
#info_block .info_list li p {
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#info_block .info_list li:hover p {
	color: #3546b4;
}
#info_block .info_list .day {
	margin-right: 15px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #292929;
}
#info_block .info_list .category {
	font-size: 11.5px;
	color: #fff;
	background: #2639b8;
	padding: 1px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#info_block .blog_box {
	display: block;
	margin-top: 60px;
}
#info_block .blog_list {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#info_block .blog_list li {
	width: 30.5%;
	margin-right: 1%;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	/*box-shadow: 0 0 30px rgb(183 183 183 / 20%);*/
}
#info_block .blog_list li:hover {
	box-shadow: none;
}
#info_block .blog_list li:nth-child(4n) {
	margin-right: 0;
	display: none;
}
/*
#info_block .blog_list li:nth-child(2) {
	display: none;
}
#info_block .blog_list li:nth-child(1) {
	display: none;
}
*/
#info_block .blog_list li img {
	margin-bottom: 15px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
#info_block .blog_list li .day {
	float: left;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
}
#info_block .blog_list li .text_box {
	padding: 0 0 20px;
}
#info_block .blog_list li .category {
	float: right;
	background: #000;
	color: #fff;
	font-size: 11.5px;
	line-height: 1;
	text-align: center;
	padding: 5px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#info_block .blog_list li h3 {
	font-size: 16px;
	line-height: 180%;
	margin-top: 10px;
}
#info_block .blog_list li:hover h3 {
	color: #989898;
}

/* sns_box  */

#info_block .sns_box {
	margin-top: 80px;
}
#info_block .sns_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#info_block .sns_box .sns_inner {
	width: 48%;
}

#info_block .link_btn {
	float: right;
	width: 140px;
	padding: 10px 0 10px 15px;
	color: #fff;
	background: #333;
	border-bottom: none;
}
#info_block .link_btn:after {
	border-color: transparent transparent transparent #fff;
}


@media screen and (max-width: 1280px) {
	#info_block {
		padding: 100px 0;
	}
}

@media screen and (max-width: 1240px) {

	#info_block .blog_list li {
		width: 30%;
		margin-right: 3%;
	}
	#info_block .blog_list li h3 {
		font-size: 15px;
	}

}

@media screen and (max-width: 840px) {
	#info_block {
		padding: 80px 0 50px;
	}
	#info_block .info_list {
		margin-top: 20px;
		border-bottom: 1px solid #eeeeee;
	}
	#info_block .info_list li {
		width: 100%;
		float: none !important;
		margin-bottom: 0;
		border-bottom: none;
		box-shadow: none;
		border-radius: 0;
	}
	#info_block .info_list li a {
		padding: 20px 20px;
		font-size: 12.5px;
	}
	#info_block .info_list li p {
		margin-top: 5px;
		font-size: 14px;
	}
	#info_block .all_btn {
		margin-top: 13px;
	}
	#info_block .all_btn:hover {
		text-decoration: none;
	}
	#info_block .blog_box {
		margin-top: 80px;
	}
	#info_block .blog_list li {
		width: 48%;
		margin-right: 3.5%;
		margin-bottom: 25px;
	}
	#info_block .blog_list li:nth-child(3n) {
		/*margin-right: 0;*/
	}
	#info_block .blog_list li:nth-child(2n) {
		margin-right: 0;
	}
	#info_block .blog_list li:nth-child(4) {
		display: block;
	}
	#info_block .blog_list li .day {
		display: block;
		float: none;
		margin-bottom: 5px;
	}
	#info_block .blog_list li .category {
		float: none;
		display: inline-block;
		padding: 5px 10px;
	}
	#info_block .blog_list li h3 {
		font-size: 14px;
		margin-top: 5px;
	}
	#info_block .blog_list li img {
		object-fit: cover;
		width: 100%;
		height: 28vw;
	}

}

@media screen and (max-width: 640px) {

	#info_block {
		background: #f9fafd;
		padding: 14vw 0 2vw;
	}
	#info_block .h2_style {
		width: auto;
		font-size: 20px;
	}
	#info_block .all_btn {
		margin-top: 3px;
		font-size: 14px;
	}
	#info_block .info_list li {
		background: none;
	}
	#info_block .info_list li a {
		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 {
		border-bottom: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
	#info_block .info_list li {
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom: 1px solid #e8e8e8;
		border-radius: 0;
	}
	#info_block .info_list li p {
		font-size: 12.5px;
		width: 90%;
	}
	#info_block .blog_box {
		margin-top: 70px;
	}
	#info_block .blog_list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		background: none;
		box-shadow: none;
		border-bottom: 1px solid #ededed;
		border-radius: 0;
	}
	#info_block .blog_list li a {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	#info_block .blog_list li img {
		width: 40%;
		height: 26vw;
		margin-bottom: 20px;
		border-radius: 5px;
	}
	#info_block .blog_list li .text_box {
		padding: 0 15px 5px;
		width: 60%;
	}
	#info_block .blog_list li .text_box .clearfix {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		margin-bottom: 5px;
	}
	#info_block .blog_list li:nth-child(3n) {
		margin-right: 0;
	}
	#info_block .blog_list li:nth-child(4) {
	}
	#info_block .blog_list li:last-child {
		border-bottom: none;
	}
	#info_block .blog_list li h3 {
		font-size: 13px;
		font-weight: 500;
		line-height: 160%;
		margin-top: 0;
	}
	#info_block .blog_list li .day {
		font-size: 13px;
		margin-bottom: 0;
	}
	#info_block .blog_list li .category {
		font-size: 10px;
		padding: 3px 8px;
	}
}


/*-----------------------------------

	works_block

-----------------------------------*/
#works_block {
	width: 100%;
	padding-top: 20vw;
	padding-bottom: 6vw;
	position: relative;
	overflow: hidden;
}
#works_block:before {
	content: "";
	width: 100%;
	height: 40vw;
	background: url(../img/index/recruit_bnr.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#works_block .h2_style,
#works_block .h2_style span {
	color: #1a1a1a;
	position: relative;
	z-index: 10;
}
#works_block .h2_style span {
	margin-top: 30px;
}
#works_block .h2_style:after {
	content: "";
	width: 30px;
	height: 3px;
	background: #335fce;
	position: absolute;
	bottom: -15px;
	left: 0;
}
#works_block .works_head {
	width: 920px;
	padding: 70px 10px 55px 100px;
	background: #fff;
	position: relative;
	z-index: 99;
	box-shadow: 0 12px 10px 0 rgb(0 0 0 / 20%);
	-webkit-border-top-right-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
}
#works_block .works_head .intro_text {
	width: 95%;
	color: #fff;
	position: relative;
	z-index: 10;
}
#works_block .contents_inner {
	max-width: 1200px;
}
#works_block .catch_txt {
	color: #282828;
	font-size: 26px;
	font-weight: 800;
	line-height: 160%;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 10;
}
#works_block .catch_box {
	margin-left: 6vw;
	margin-top: 0;
}
#works_block .link_btn {
	margin: 40px auto 0;
	width: 330px;
}
#works_block .swiper-container {
	width: 100%;
	margin: 0 auto !important;
	background: #fff;
	z-index: 99;
}
#works_block .swiper-slide {
	float: left;
	cursor: pointer;
}
#works_block .swiper-slide .text_box {
	padding: 25px 20px;
	background: #fff;
}
#works_block .swiper-slide .title_text {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
#works_block .swiper-slide .category_text {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-top: 5px;
}
#works_block .swiper-slide .category_text span {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	background: #3550cb;
	margin-right: 10px;
	padding: 4px 10px 2px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
#works_block .swiper-slide a img:hover {
	opacity: 0.6 !important;
}
.swiper-button-prev:after, .swiper-button-next:after {
	font-size: 24px !important;
}
#works_block .works_slide .swiper-button-prev,
#works_block .works_slide .swiper-button-next {
	width: 40px;
	height: 70px;
	color: #ffffff !important;
	background: rgba(15, 15, 15, 0.8);
}
#works_block .works_slide .swiper-button-prev:hover,
#works_block .works_slide .swiper-button-next:hover {
	background: rgba(15, 15, 15, 1);
}
#works_block .swiper-button-prev,
#works_block .swiper-container-rtl .swiper-button-next {
	left: 25px !important;
}
#works_block .swiper-button-next,
#works_block .swiper-container-rtl .swiper-button-prev {
	right: 25px !important;
}
#works_block .btm_txt {
	font-size: 20px;
	font-weight: 600;
	line-height: 220%;
	text-align: center;
	margin: 50px 5% 0;
}

@media screen and (max-width: 1640px) {

	#works_block .h2_style {
		/*
		text-align: center;
		*/
	}

}

@media screen and (max-width: 1390px) {
	#works_block .works_head {
		width: 70vw;
	}
}

@media screen and (max-width: 1280px) {

	#works_block .catch_box {
		margin-left: 13%;
	}
	#works_block .works_head {
		width: 70%;
		padding: 6vw 1vw 5vw 4vw;
	}

}

@media screen and (max-width: 1180px) {

	#works_block .catch_txt {
		font-size: 20px;
	}

}

@media screen and (max-width: 980px) {
	#works_block .works_head {
		width: 80%;
	}
}

@media screen and (max-width: 840px) {

	#works_block {
		width: 100%;
		padding-top: 38vw;
		padding-bottom: 50px;
		margin-top: -40px;
	}
	#works_block .works_head {
		width: 100%;
		margin: 0 auto;
		padding: 9vw 0 6vw;
		-webkit-border-top-right-radius: 0;
		-moz-border-top-right-radius: 0;
		border-top-right-radius: 0;
	}
	#works_block .h2_style {
		width: 100%;
		float: none !important;
		margin-bottom: 45px;
	}
	#works_block .h2_style:after {
		right: 0;
		margin: 0 auto;
	}
	#works_block .swiper-slide {
		float: left;
		width: 50%;
	}
	#works_block .catch_box {
		text-align: center;
		margin-left: 0;
		float: none !important;
	}
	#works_block .link_btn:before {
		bottom: 34px
	}

}

@media screen and (max-width: 640px) {

	#works_block {
		margin-top: 50px;
		padding: 0 0 60px;
	}
	#works_block:before {
		display: none;
	}
	#works_block .works_head {
		width: 100%;
		padding: 20px 0 30px;
		background-attachment: inherit;
		box-shadow: none;
		background: none;
	}
	#works_block .h2_style {
		text-align: center;
		float: none !important;
	}
	#works_block .h2_style span {
	    margin-top: 20px;
	}
	#works_block .catch_box {
		width: 90%;
		float: none !important;
		margin: 0 auto;
	}
	#works_block .catch_txt {
		font-size: 20px;
		letter-spacing: 0.05em;
		margin: 30px 0 0;
		text-align: left;
	}
	#works_block .catch_txt br {
		display: none;
	}
	#works_block .swiper-container {
		width: 90%;
		margin: 0 auto 20px !important;
		background: #f8f8f8;
	}
	#works_block .swiper-slide .text_box {
	}
	#works_block .works_slide .swiper-button-prev,
	#works_block .works_slide .swiper-button-next {
		width: 35px;
		height: 60px;
	}
	#works_block .swiper-slide .title_text {
		font-size: 13.5px;
		font-weight: 800;
	}
	#works_block .swiper-slide .category_text {
		font-size: 13px;
		letter-spacing: 0;
		margin-top: 10px;
	}
	#works_block .swiper-slide .category_text span {
		width: 80px;
		font-size: 11px;
		text-align: center;
		display: block;
		margin: 0 auto 5px;
		padding: 0px;
	}
	#works_block .link_btn {
		width: 90%;
		margin-top: 30px;
	}
	#works_block .swiper-button-prev,
	#works_block .swiper-container-rtl .swiper-button-next {
		left: 0 !important;
	}
	#works_block .swiper-button-next,
	#works_block .swiper-container-rtl .swiper-button-prev {
		right: 0 !important;
	}
	#works_block .btm_txt {
		margin-top: 0;
		font-size: 14px;
		font-weight: 500;
		line-height: 200%;
		text-align: left;
	}


}

/*-----------------------------------

	menu_block

-----------------------------------*/


#menu_block {
	display: none;
	padding: 120px 0;
	position: relative;
}
#menu_block:after {
	content: "";
	width: 170px;
	height: 1070px;
	background: #bb2d2d;
	box-shadow: -40px 0 0 #f3f3f3;
	position: absolute;
	right: 5%;
	top: -10%;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
	z-index: -1;
}
#menu_block .contents_inner {
	width: 1200px !important;
}
#menu_block .menu_list li {
	float: left;
	width: 49%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#menu_block .menu_list li:nth-child(1) {
	margin-right: 2%;
	background-image: url("../img/index/menu_bg_01.jpg");
}
#menu_block .menu_list li:nth-child(2) {
	background-image: url("../img/index/menu_bg_02.jpg");
}
#menu_block .menu_list li a {
	display: block;
	height: 260px;
}
#menu_block .menu_list li a:hover {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#menu_block .menu_list li .list_inner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
	transition-duration: 0.3s;
	opacity: 0;
}
#menu_block .menu_list li:hover .list_inner:before {
	opacity: 1;
}
#menu_block .menu_list li h3 {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding-left: 90px;
	padding-top: 60px;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
	position: relative;
	z-index: 99;
}
#menu_block .menu_list li h3 span {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	margin-bottom: 8px;
}
#menu_block .menu_list li p {
	width: 155px;
	margin-top: 25px;
	margin-left: 90px;
	padding: 10px 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	background: rgba(29, 29, 29, 0.8);
	position: relative;
	z-index: 99;
}

@media screen and (max-width: 1200px) {

	#menu_block .contents_inner {
		width: 90% !important;
	}

}

@media screen and (max-width: 840px) {

	#menu_block {
		padding: 60px 0;
	}
	#menu_block:after {
		display: none;
	}
	#menu_block .menu_list li a {
		height: 250px;
	}
	#menu_block .menu_list li h3 {
		padding: 60px 0 0 40px;
	}
	#menu_block .menu_list li p {
		margin-left: 40px;
		font-size: 13px;
	}

}

@media screen and (max-width: 640px) {

	#menu_block {
		padding: 50px 0;
	}
	#menu_block .menu_list li {
		float: none;
		width: 100%;
	}
	#menu_block .menu_list li a {
		height: 200px;
	}
	#menu_block .menu_list li h3 {
		text-align: center;
		font-size: 13px;
		padding-left: 0;
		padding-top: 40px;
	}
	#menu_block .menu_list li h3 span {
		font-size: 20px;
	}
	#menu_block .menu_list li p {
		margin: 25px auto 0;
		padding: 5px 0;
		font-size: 12px;
	}

}