@charset "utf-8";
img,video {
	vertical-align: bottom;
}
.wrap {
	overflow: hidden;
}
.br_400 {
	display: none;
}
.sp_none_mv{
	display: block;
}
.pc_none_mv{
	display: none;
}
/* ---------------------------------- MV */
.mv_area {
	position: relative;
	width: 100%;
	height: 1000px;
	background: url(../img/top/mv_pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mv_area img,
.mv_area video {
	width: 100%;
	height: 1000px;
	object-fit: cover;
}
.mv_txtarea {
	position: absolute;
	top: 0;
	height: 100%;
	padding-top: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.mv_txtarea p {
	text-align: left;
	color: #fff;
}
.mv_t01 {
	font-size: 50px;
	margin-bottom: 60px;
}
.mv_t02 {
	font-size: 18px;
}
.mv_txtarea .mv_t02 .stand {
	font-size: 1em;
}
.mv_txtbox {
	/* display: inline-block;
	height: 1em;
	overflow: hidden; */
}
.t_color {
    color: #56dcf5;
}
.t_color._c01 {
	/* color: #cec164; */
	color: #28f1c6;
	padding-right: 0.2em;
}
.t_color._c02 {
/* 	color: #2b7bb9; */
	padding-right: 0.2em;
}
.t_color._c03 {
	/* color: #93d1cd; */
	color: #fcf791;
	padding-right: 0.2em;
	padding-left: 0.2em;
}
.mv_txtarea .stand {
	font-size: 0.8em;
}
/* ---------------------------------- 強み */
#strength{
/* 	padding: 100px 0; */
	position: relative;
}
.s_bg {
	background: #e9f2f9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.s_bg.s_bg_inview {
	width: 100%;
	transition: 3s;
	box-shadow: 0 7px 17px -6px rgba(0,0,0,0.2);
}
.s_bg.s_bg_inview.is-show {
	width: 100%;
}
.strength_list {
	max-width: 600px;
    margin: 40px auto 50px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
}
.strength_list li {
	padding: 20px 0;
	padding-left: 20px;
	border-bottom: 1px solid #d3d3d3;
	position: relative;
}
.strength_list li::before {
	content:"";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 16px;
	background: #0e7ed0;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
/* ---------------------------------- 事業内容 */
#business {
	/* padding: 100px 0; */
}
main {
	z-index: 1;
}
main section {
	padding: 100px 0; 
}
.bg_wrap {
	position: relative;
}
.bg {
	width: 85vw;
	height: 0%;
	max-width: 1050px;
	background: #e9f2f9;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: -1;
	transition-duration: 7s;
	transition-delay: 1s;
	
}
/* inview */
.bg.is-show {
 height: 100%;
 box-shadow: 0px 7px 17px -6px rgba(0,0,0,0.2);
}
.bg::before {
	content: "";
	display: block;
	background: #e9f2f9;
	width: 100%;
	height: 10px;
	top: -10px;
	position: absolute;
	opacity: 0;
	transition-duration: 7s;
	transition-delay: 1s;
}
.bg.is-show::before {
	opacity: 1;
}
.b_block {
	position: relative;
	width: calc(1200px + 20px + ((100vw - 1200px) / 2));
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 10vw;
}
.b_block.first {
	margin-top: 7.5vw;
}
.b_block.left {
	padding-right: 20px;
	margin-left: 0;
	margin-right: auto;
	flex-direction: row-reverse;
}
.b_block.right {
	padding-left: 20px;
	margin-left: auto;
	margin-right: 0;
}
.left .b_box {
	padding-left: 3vw;
}
.right .b_box {
	padding-right: 3vw;
}
.b_block .b_box {
	width: 29vw;
	max-width: 560px;
}
.b_box h3 {
	position: relative;
	line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
	font-size: 24px;
}
.b_box h3::after {
	content:"";
	display: block;
	width: 60px;
	height: 2px;
	background: #444;
	margin-top: 20px;
}
.b_txt_img {
	height: 6vw;
	max-height: 102px;
	min-height: 60px;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: 0.8s ease;
	transition-delay: 0.5s;
	transform: translateX(-20px);
}
.b_txt_img.is-show {
	opacity: 1;
	transform: translateX(0);

}
.b_txt_img img {
	width: auto;
	height: 100%;
}
.b_txt {
	margin: 50px 0;
}
.b_box .btn_border {
	margin-left:0;
}
.b_img {
	display: flex;
	align-items: center;
	overflow: hidden;
	width: calc(100% - 29vw);
	height: 38vw;
	max-height: 650px;
	/* background: yellow; */
}
.b_img img {
}
/* ---------------------------------- 制作実績 */
#showcase {
	padding-bottom: 200px;
}
.showcase_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
	margin-top: 60px;
}
.showcase_list ul {
	max-width: 200px;
	max-width: 224px;
	width: 19%;
}
.showcase_list ul:nth-child(even) {
	margin-top: 6vw;
}
.showcase_list li {
	overflow: hidden;
	position: relative;
	/* height: 224px; */
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.showcase_list li:not(:first-child) {
	margin-top: 20px;
}
.showcase_list a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: pink;
}
.showcase_list span {
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	transition: 0.3s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
}
.showcase_list a::after {
	content: "";
	display:block;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position:absolute;
	opacity: 0;
	transition: 0.3s;
}
.showcase_list a:hover::after {
	opacity: 1;
}
.showcase_list a:hover span {
	opacity: 1;
	width: calc(100% - 15px);
	height: calc(100% - 15px);
}
.showcase_list a .sc_img {
	transition: 0.3s;
	width: 100%;
}
.showcase_list a:hover .sc_img {
	transform: scale(1.1);
}
/* ---------------------------------- お知らせ */
#news {
	padding-top: 200px;
}
.news_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.news_head {
	width: 33%;
	max-width: 240px;
}
.news_head .ttl {
	margin-bottom: 50px;
}
.news_content {
	width: 67%;
	max-width: 800px;
}
.news_content li {
	border-bottom: 1px solid #d3d3d3;
}
.news_content li:nth-child(1) {
	border-top: 1px solid #d3d3d3;
}
.news_content a {
	display: block;
	padding: 30px 0;
	position: relative;
}
.news_content a::before {
	content:"";
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	background: rgba(249,249,249,0.47);
	transition: 0.6s;
}
.news_content a:hover::before {
	width: 100%;
}
.news_content a span {
	display: inline-block;
}
.news_date {
	padding-right: 45px;
	margin-right: 45px;
	position: relative;
}
.news_date::after {
	content:"";
	display: inline-block;
	width: 1px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	background: #d3d3d3;
}
.newb_txt {
}
/* ---------------------------------- SNS */
#sns {
	padding-bottom: 200px;
}
.sns_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.sns_flex > div {
	width: 32%;
	height: 480px;
	overflow-y: scroll;
}
.sns_flex div.sns_twi {
	border: 1px solid #e9e9e9;
}
.sns_bnr {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sns_bnr li{
	width: 32%;
	margin: 0 10px;
}
.sns_bnr a {
	display: block;
	transition: 0.3s;
}
.sns_bnr a:hover {
	transform: scale(1.02);
	opacity: 0.7;
}
.br_sp{
	display: none;
}
@media screen and (max-width: 1920px) {
	.b_img {
	    max-width: 1000px;
	}
}
@media screen and (max-width: 1300px) {
	/*  */
	/*  */
	.b_block {
		width: 100%;
	}
	.left .b_box {
		padding-left: 20px;
	}
	.right .b_box {
		padding-right: 20px;
	}
	.b_block .b_box {
		width: 40%;
	}
	.b_img {
		width: 60%;
	}
	.b_txt_img {
	}
}
@media screen and (max-width: 1240px) {
	/*  */
	.b_img {
		/* height:; */
	}
/* 	 */
    .showcase_list li:not(:first-child) {
	    margin-top: 1.0417vw;
    }
	
}
@media screen and (max-width: 1000px) {
	.news_head {
		width: 100%;
		max-width: initial;
		margin-bottom: 40px;
	}
	.news_content {
		width: 100%;
		max-width: initial;
	}
	/*  */
	.sns_flex {
		height: auto;
	}
	.sns_flex div.sns_insta {
        width: 48%;
	}
	.sns_flex div.sns_twi {
        width: 48%;
	}
	.sns_flex div.sns_cal {
		margin-top: 20px;
		width: 100%;
	}
	.sns_bnr {
	    justify-content: space-between;
	}
	.sns_bnr li{
		width: 48%;
		margin: 0;
	}
}
@media screen and (max-width: 768px) {
	.mv_txtarea {
		padding-top: 50px;
	}
	/* 	 */
	.strength_list li {
    	padding: 20px 0;
	    padding-left: 20px;
	}
	/*  */
	.b_block {
		width: 100%;
	}
	.b_block.first {
		margin-top: 100px;
	}
	.b_block.left {
		padding: 0 20px;
		margin-left: 0;
		margin-right: auto;
	}
	.b_block.right {
		padding: 0 20px;
		margin-left: auto;
		margin-right: 0;
	}
	.left .b_box {
		padding-left: 0;
	}
	.right .b_box {
		padding-right: 0;
	}
	.b_block .b_box {
		width: 100%;
		max-width: initial;
	}
	.b_box h3 {
		font-size: 20px;
		text-align: center;
		position: relative;
	}
	.b_box h3::after {
		width: 40px;
		height: 2px;
		margin: 20px auto 0;
	}
	.b_txt_img {
		height: 6vw;
		max-height: 102px;
		min-height: 60px;
		position: absolute;
		bottom: 20px;
		right: 0;
		z-index: -1;
	}
	.b_img {
		width: 100%;
		height: 50vw;
		margin-top: 30px;
		max-height: initial;
	}
	.b_txt {
		margin: 30px 0;
	}
	.b_txt_img {
	}
	.b_box .btn_border {
		margin: 0 auto;
	}
    /* 	 */
    .news_content a {
    	padding: 15px 0;
    }
    .news_date {
    	margin: 0 0 10px 0;
    	padding: 0;
    }
    .news_date::after {
    	display:none;
    }
    .newb_txt {
    	width: 100%;
    }
}
@media screen and (max-width: 600px) {
	.sp_none_mv{
		display: none;
	}
	.pc_none_mv{
		display: block;
	}
	.strength_list li {
		font-size: 15px;
	}
	.mv_area{
		height: 700px;
		background: url(../img/top/mv_sp.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.mv_area img {
		height: 700px;
	}
	.mv_t01 {
		font-size: 40px;
	}
	main section {
		padding: 60px 0;
	}
	/*  */
	.strength_list li::before {
		width: 12px;
		height: 12px;
		margin-right: 10px;
	}
	/*  */
	#showcase {
		padding-bottom: 60px;
	}
	.showcase_list ul {
		width: 100%;
		max-width: initial;
		display: flex;
		justify-content: space-between;
	}
	.showcase_list ul:nth-child(even) {
		margin-top: 0;
	}
	.showcase_list ul:nth-child(n+2) {
		margin-top: 16px;
	}
	.showcase_list li {
		width: 48%;
	}
	.showcase_list li:not(:first-child) {
    margin-top: 0;
	}
	/*  */
	#news {
		padding-top: 60px;
	}
	/*  */
	#sns {
		padding-bottom: 120px;
	}
	.sns_flex div.sns_insta {
		width: 100%;
	}
	.sns_flex div.sns_twi {
		width: 100%;
		margin-top: 20px;
	}
	.br_sp{
		display: block;
	}
}
@media screen and (max-width: 500px) {
    .mv_area {
		width: 100%;
		height: 110vw;
		/* object-fit: cover; */
		}
    .mv_area img,
    .mv_area video {
	    width: 100%;
	    height: 110vw;
	    object-fit: cover;
/* 	    height: auto;
	    object-fit: fill; */
	   
    }
	.mv_t01 {
/* 		font-size: 30px;
		margin-bottom: 20px; */
		font-size: 24px;
		margin-bottom: 10px;
	}
	.mv_t02 {
/* 		font-size: 17px; */
        font-size: 14px;
	}
	.sns_bnr li{
		width: 100%;
		margin: 0;
	}
	.sns_bnr li:not(:first-child){
		margin-top: 20px;
	}
}
@media screen and (max-width: 400px) {
	.br_400 {
		display: block;
	}
	
}
/* inview */
.opacity {
	opacity: 0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}
.opacity.is-show {
	opacity: 1;
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}
.fade {
	opacity: 0;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}
.fade.is-show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}
.scale {
	opacity: 0;
	transform: scale(0.8);
	transition-duration: 0.8s;
}
.scale.is-show {
	opacity: 1;
	transform: scale(1);
}
.b_scale {
	/* 事業内容部分 */
	opacity: 0;
	transform: scale(0.95);
	transition-duration: 0.8s;
}
.b_scale.is-show {
	/* 事業内容部分 */
	opacity: 1;
	transform: scale(1);
}
.blur {
	opacity: 0;
	filter: blur(20px);
	-ms-filter: blur(20px);
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.blur.is-show {
	opacity: 1;
	filter: blur(0);
	-ms-filter: blur(0);
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.stand {
	display: inline-block;
	opacity: 0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	transform: translateY(10px) rotateX(40deg);
}
.stand.is-show {
	opacity: 1;
	transform: translateY(0) rotateX(0);
}
.d01 {
	transition-delay: 0.4s;
}
.d02 {
	transition-delay: 0.8s;
}
.d03 {
	transition-delay: 1.2s;
}
.d04 {
	transition-delay: 1.6s;
}
.d05 {
	transition-delay: 2.0s;
}
.d06 {
	transition-delay: 2.4s;
}

.scale.d01 {
	transition-delay: 0.4s;
}
.scale.d02 {
	transition-delay: 0.8s;
}
/*  */
.block-revealer__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #b2bec7;
	pointer-events: none;
	opacity: 0;
}
h3 span {
	padding: 10px 0;
	display: inline-block;
	/* overflow: hidden; */
}
