@charset "utf-8"; 

.motion-txt {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.motion-txt:after {
	content: "";
	position: absolute;
	opacity: 1;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: #ccc;
	transform: translate3d(-101%, 0, 0);
}
.motion-txt.motion-txt--wh:after {
	background-color: #fff;
}
.js-scroll.show .motion-txt:after {
	transition-property: transform, opacity;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: translate3d(0, 0, 0);
}
.js-scroll.done .motion-txt:after {
	transition-property: transform;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: translate3d(103%, 0, 0);
}
.motion-txt .motion-inner {
	display: inline-block;
	width: 100%;
	opacity: 0;
}
.js-scroll.done .motion-txt .motion-inner {
	opacity: 1;
}
.js-scroll02.show .motion-txt:after {
	transition-property: transform, opacity;
	transition-duration: 0;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: translate3d(0, 0, 0);
}
.js-scroll02.done .motion-txt:after {
	transition-property: transform;
	transition-duration: 1s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: translate3d(103%, 0, 0);
}
.js-scroll02.done .motion-txt .motion-inner {
	opacity: 1;
}

#mv{
	position: relative;
	margin-bottom: 3.25em;
}
.slide-animation{
	animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
#mv::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
#mv .txt{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	z-index: 2;
}
#mv .txt .ttl{
	text-align: center;
	color: #fff;
	line-height: 1.5;
	font-size: 8.0rem;
	font-weight: 700;
}
#mv .txt .sub{
	text-align: center;
	color: #fff;
	font-size: 4.0rem;
	font-weight: 700;
}
#mv .sliderWrap{
	position: relative;
}
#mv .sliderWrap .slider{
	max-height: 100vh;
	overflow: hidden;
}
#mv .slick-dots{
	position: absolute;
	bottom: 3.125em;
	right: calc(((100% - 1536px) / 2) + 0.4em);
	z-index: 2;
}
#mv .slick-dots li{
	line-height: 0;
}
#mv .slick-dots li+li{
	margin-top: 0.75em;
}
#mv .slick-dots li button{
	cursor: pointer;
	width: 5px;
	height: 5px;
	font-size: 0;
	background: #999;
	border: 0;
	padding: 0;
	outline: none;
	vertical-align: top;
	border-radius: 100%;
}
#mv .slick-dots .slick-active button{
	background: #fff;
}
#mv .slick-counter_wrap{
	position: absolute;
	bottom: 8.75em;
	right: calc((100% - 1536px) / 2);
	font-size: 1.3rem;
	color: #fff;
	font-weight: 700;
	z-index: 2;
}

@media screen and (max-width : 1536px){
	#mv .txt .ttl{
		font-size: 4vw;
	}
	#mv .txt .sub{
		font-size: 2vw;
	}
}

/* @media screen and (max-width : 1240px) {
	
	#mv .slick-dots{
		right: 3.9%;
	}
	#mv .slick-counter_wrap{
		right: 3.5%;
	}
} */
@media screen and (max-width : 1600px) {
	
	#mv .slick-dots{
		right: 3.9%;
	}
	#mv .slick-counter_wrap{
		right: 3.5%;
	}
}

#mv .slick-counter{
	position: relative;
}
#mv .slick-counter .bar{
	content: '';
	position: absolute;
	top: 1.5em;
	left: 50%;
	width: 2px;
	height: 0;
	background: #fff;
	transform: translateX(-50%);
}
#mv .slick-counter .counter{
	display: block;
	text-align: center;
}
#mv .slick-counter .total{
	display: block;
	text-align: center;
	margin-top: 4.375em;
}
.section{
	padding: 6.25em 0;
	border-bottom: 1px solid #ccc;
}
#service{
	/* padding-top: 3em; */
  padding-top: calc(3em + 1rem);
}
#service .arrow{
	text-align: center;
	margin: 15px 0 30px;
	font-size: 5.0rem;
}
#service .arrow img{
	width: 3em;
	max-width: 45px;
	height: auto;
}
#service .img{
	margin: 0 0 3em 0;
}
#service .img img{
	width: 100%;
	height: auto;
}
#service .check li{
	position: relative;
	font-weight: 700;
	font-size: 3.0rem;
	line-height: 1.6;
	padding: 0 0 0 1em;
}
#service .check li+li{
	margin-top: 0.5em;
}
#service .check li::before{
	content: '\f14a';
	font-family: "Font Awesome 5 PRO";
	font-weight: 300;
	font-size: 2.4rem;
	position: absolute;
	top: 0.3em;
	left: 0;
}
#service .imgBlock{
	display: flex;
	justify-content: space-between;
}
#service .imgBlock .txt{
	width: 56%;
}
#service .imgBlock .js-scroll{
	max-width: 400px;
	width: 39%;
}
#service .imgBlock img{
	width: 100%;
	height: auto;
}
#service .imgBlock .txt p{
	font-weight: 700;
	line-height: 2.0;
}
#service .imgBlock .txt .ttl{
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 0.3em;
}
#service .five{
	position: relative;
	border: 1px solid #000;
	border-radius: 20px;
	margin-top: 6em;
	padding: 4.75em 0 3.5em;
}
#service .five .ttl{
	position: absolute;
	top: -1.3em;
	left: 50%;
	font-weight: 700;
	background: #fff;
	font-size: 2.4rem;
	transform: translateX(-50%);
	padding: 0 1.5em;
}
#service .five .ttl span{
	font-size: 7.2rem;
	margin: 0 0.05em 0 0.2em;
}
#service .five ul{
	display: flex;
	justify-content: center;
}
#service .five ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: column;
	position: relative;
	width: 12em;
	height: 12em;
	background: #eee;
	border-radius: 100%;
	padding: 2.5em 0 1.4em;
	box-sizing: border-box;
}
#service .five ul li+li{
	margin-left: 1em;
}
#service .five ul li .txt{
	display: flex;
	align-items: center;
	min-height: 4.2em;
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}
#service .five ul li .num{
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
	width: 2.5em;
}
#service .five ul li > img{
	width: 4.1em;
	height: auto;
}
#service .five ul li .num img{
	width: 100%;
	height: auto;
}
.stroke{
	-webkit-text-stroke: 2px #000;
	color: #fff;
}
.ie .stroke{
	text-shadow:
		2px 2px 1px #000, -2px -2px 1px #000,
		-2px 2px 1px #000,  2px -2px 1px #000,
		2px 0px 1px #000, -2px  0px 1px #000,
		0px 2px 1px #000,  0px -2px 1px #000;
}
.stroke_wh{
	color: #000;
	text-shadow:
		2px 2px 1px #fff, -2px -2px 1px #fff,
		-2px 2px 1px #fff,  2px -2px 1px #fff,
		2px 0px 1px #fff, -2px  0px 1px #fff,
		0px 2px 1px #fff,  0px -2px 1px #fff;
}
#scene .intro{
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
}
#scene ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2.5em 0 0;
}
#scene ul li{
	width: 32%;
	margin-top: 4.275em;
}
#scene ul li img{
	width: 100%;
	height: auto;
}
#scene ul li:nth-child(-n+3){
	margin-top: 0;
}
#scene ul li .ttl{
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin: 0.8em 0 0.4em;
}
#scene ul li .txt{
	line-height: 1.8;
	text-align: center;
	font-weight: 500;
}
#plan .sliderWrap{
	position: relative;
}
#plan .arrow .slick-arrow{
	position: absolute;
	top: 75px;
	font-size: 0;
	border: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	transition: 0.3s;
	outline: none;
}
@media screen and (max-width : 1240px) {
	#plan .arrow .slick-arrow{
		top: 5.6vw;
		width: 4vw;
		height: 4vw;
	}
}
#plan .arrow .slick-arrow:hover{
	opacity: 0.7;
}
#plan .arrow .slick-prev{
	left: 0;
	background: url(../img/index/icon_plan_arrow_prev.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#plan .arrow .slick-next{
	right: 0;
	background: url(../img/index/icon_plan_arrow_next.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#plan .slider {
	overflow: hidden;
}
#plan .slider .slick-list {
	margin-right: -2.75em;
}
#plan .slider .link {
	position: relative;
	display: block;
	width: 18em;
	margin-right: 2.76em;
	outline: none;
}
#plan .slider .link .img {
	position: relative;
}
#plan .slider .link .img::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: calc(100% - 2px);
	z-index: 1;
	content: '';
	background: rgba(0,0,0,0.5);
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
#plan .slider .link .img::after{
	content: 'MORE';
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	transform: translate(-50%,-50%);
	opacity: 0;
	z-index: 2;
	transition: 0.3s;
}
#plan .slider .link:hover .img::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
#plan .slider .link:hover .img::after{
	opacity: 1;
}
#plan .slider .link img{
	width: 100%;
	height: auto;
}
#plan .slider .ttl{
	font-weight: 500;
	line-height: 1.6;
	margin: 1em 0 0;
}
@media screen and (max-width : 1320px) {
	#plan .sliderWrap{
		margin: 0 2em;
	}
	#plan .slider .link{
		width: 20.4vw;
		margin-right: 3vw;
	}
}
.btn{
	width: 23.125em;
	text-align: center;
	font-weight: 700;
	border: 1px solid #000;
	margin: 2.875em auto 0;
}
.btn-pdf a i{
	position: relative;
	top: auto;
	right: auto;
	font-size: 1em;
	transform: none;
	margin-right: 0.5em;
	margin-top: 0.1em;
}
.btn-pdf a{
	display: flex;
	justify-content: center;
	align-items: center;
}
#equip .imgBlock{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#equip .imgBlock .js-scroll{
	width: 42%;
	max-width: 500px;
}
#equip .imgBlock .js-scroll img{
	width: 100%;
	height: auto;
}
#equip .imgBlock .txt{
	width: 55%;
}
#equip .sub{
	font-weight: 700;
	font-size: 1.5rem;
}
#equip .ttl{
	font-size: 3.0rem;
	font-weight: 700;
	margin: 0 0 0.5em;
}
#equip .ttl span{
	font-size: 2.4rem;
}
#equip .txt .detail+.detail{
	margin-top: 1em;
}
#equip .imgBlockWrap{
	display: flex;
	justify-content: space-between;
	margin-top: 3.125em;
}
#equip .imgBlockWrap .imgBlock{
	align-items: flex-start;
	width: 47%;
}
#equip .imgBlockWrap .imgBlock .js-scroll{
	width: 35%;
	max-width: 200px;
}
#equip .imgBlockWrap .imgBlock .txt{
	width: 60%;
}
#equip .imgBlockWrap .detail{
	font-size: 1.3rem;
}
#about .inner{
	position: relative;
}
#about .inner .txt{
	width: 29%;
	max-width: 340px;
}
#about .inner .txt p+p{
	margin-top: 1em;
}
#about .inner .imgWrap{
	position: absolute;
	top: 0;
	left: 32%;
	overflow: hidden;
}
#about .inner .img{
	display: flex;
	justify-content: space-between;
	width: 135em;
	max-height: 210px;
}
#about .inner .img li{
	width: 22em;
	margin-right: 0.5em;
}
#about .inner .img li img{
	width: 100%;
	height: auto;
}
#studio .img{
	display: flex;
	justify-content: space-between;
}
#studio .img .js-scroll{
	width: 48.5%;
	max-width: 470px;
}
#studio .img img{
	width: 100%;
	height: auto;
}
#studio p{
	margin-top: 1.5em;
}
#studio .btn{
	margin-top: 1.56em;
}

#blog .list{
	display: flex;
	justify-content: flex-start;
}
#blog .list  .inner{
	width: 30%;
	line-height: 1.0;
	max-width: 310px;
	margin-right: 50px;
}
#blog .list  .inner img{
	width: 100%;
	height: auto;
}
#blog .list  .inner .js-scroll{
	position: relative;
}
#blog .list  .inner .js-scroll::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: calc(100% - 2px);
	z-index: 1;
	content: '';
	background: rgba(0,0,0,0.5);
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
#blog .list  .inner .js-scroll::after{
	content: 'MORE';
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	transform: translate(-50%,-50%);
	opacity: 0;
	z-index: 2;
	transition: 0.3s;
}
#blog .list  .inner a:hover .js-scroll::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
#blog .list  .inner a:hover .js-scroll::after{
	opacity: 1;
}
#blog .list .date{
  display: block;
	font-size: 1.3rem;
	font-weight: 500;
	margin: 1em 0 0 0;
}
#blog .list .ttl{
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0.4em 0;
}
#blog .list .txt{
	font-weight: 500;
	margin-bottom: 1em;
}
#blog .list .cat{
	font-size: 0;
}
#blog .list .cat li{
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 0.2em 0.7em;
	margin: 0.5em 0.5em 0 0;
}
#blog .sliderWrap{
	position: relative;
}
#blog .arrow .slick-arrow{
	position: absolute;
	top: 75px;
	font-size: 0;
	border: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	transition: 0.3s;
	outline: none;
}
@media screen and (max-width : 1240px) {
	#blog .arrow .slick-arrow{
		top: 5.6vw;
		width: 4vw;
		height: 4vw;
	}
}
#blog .arrow .slick-arrow:hover{
	opacity: 0.7;
}
#blog .arrow .slick-prev{
	left: 0;
	background: url(../img/index/icon_plan_arrow_prev.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#blog .arrow .slick-next{
	right: 0;
	background: url(../img/index/icon_plan_arrow_next.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#blog .slider {
	overflow: hidden;
}
#blog .slider .slick-list {
	margin-right: -2.75em;
}
#message .imgBlock{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#message .imgBlock .js-scroll{
	width: 45.4%;
	max-width: 470px;
}
#message .imgBlock .js-scroll img{
	width: 100%;
	height: auto;
}
#message .imgBlock + .imgBlock{
	margin-top: 2em;
}
#message .imgBlock .txt{
	width: 49%;
}
#message .imgBlock p{
	font-weight: 500;
}
#message .imgBlock .sign{
	text-align: right;
	font-weight: 700;
	margin-top: 2em;
}
#message .imgBlock .sign span{
	display: block;
	line-height: 1.4;
	font-size: 2.4rem;
	font-weight: 700;
}
#company table{
	width: 100%;
	border-spacing: 0;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
}
#company table th{
	width: 16em;
	font-weight: 700;
	line-height: 1.7;
	border-top: 1px solid #ccc;
	padding: 1.5em 0 1.5em 7.5em;
	box-sizing: border-box;
}
#company table th .l2{
	letter-spacing: 2em;
}
#company table th .l3{
	letter-spacing: 0.5em;
}
#company table th .l3en{
	letter-spacing: 1em;
}
#company table td{
	border-top: 1px solid #ccc;
	line-height: 1.7;
	padding: 1.5em 0;
}
#company .btnWrap{
	display: flex;
	justify-content: center;
	width: 770px;
	margin: 0 auto;
}
#company .btnWrap .btn{
	line-height: 1.4;
	border-width: 3px;
	margin: 2em 0 0 0;
}
#company .btnWrap .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
}
#company .btnWrap .btn + .btn{
	margin-left: 2em;
}
#flow ul {
	display: flex;
	justify-content: space-between;
}
#flow ul li{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	width: 12em;
	height: 12em;
	box-sizing: border-box;
	padding: 1em 0 0;
}
#flow ul li + li::before{
	content: '';
	position: absolute;
	top: 50%;
	left: -2em;
	width: 2.5em;
	height: 2.5em;
	background: url(../img/index/icon_flow_arrow_pc.png) 0 0 no-repeat;
	background-size: 100% auto;
	transform: translateY(-50%);
}
#flow .num{
	position: absolute;
	top: 1.4em;
	left: 50%;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.0;
	transform: translateX(-50%);
}
#flow .txt{
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	font-weight: 700;
}
#question dl{
	border: 1px solid #000;
	padding: 0 1.6em;
}
#question dl + dl{
	margin-top: 2em;
}
#question dl .que{
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 1em 3em 1em 2.6em;
	cursor: pointer;
}
#question dl .que::after{
	content: '\f067';
	font-family: "Font Awesome 5 PRO";
	font-size: 2.4rem;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	font-weight: 300;
}
#question dl .que.open::after{
	content: '\f00d';
}
#question dl .que span{
	position: absolute;
	top: 1.1em;
	left: 0.8em;
	line-height: 1.0;
}
#question dl .ans{
	position: relative;
	font-weight: 500;
	line-height: 1.7;
	border-top: 1px solid #ccc;
	padding: 1.6em 0 1.6em 4.2em;
}
#question dl .ans span{
	position: absolute;
	top: 1.1em;
	left: 0.8em;
	font-size: 2.4rem;
	line-height: 1.0;
	font-weight: 700;
}
#contact .intro{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
}
#contact table{
	width: 100%;
	border-spacing: 0;
	border-bottom: 1px solid #ccc;
	margin: 2.7em auto 3.3em;
}
#contact table th{
	width: 20em;
	line-height: 1.7;
	font-weight: 500;
	box-sizing: border-box;
	vertical-align: top;
	border-top: 1px solid #ccc;
	padding: 2.8em 0 2.8em 2em;
}
#contact table th span{
	display: inline-block;
	width: 5.4em;
	color: #fff;
	background: #000;
	font-size: 1.3rem;
	line-height: 1.0;
	font-weight: 700;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	text-align: center;
	margin-right: 1em;
	padding: 0.5em 0;
}
#contact table th .any{
	background: #999;
}
#contact table td{
	line-height: 1.7;
	border-top: 1px solid #ccc;
	padding: 2em 2em 2em 0;
}
#contact table td input[type="text"],
#contact table td input[type="tel"],
#contact table td input[type="email"]{
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	border: 0;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 0;
	border: 1px solid #000;
	padding: 0.9em 1em;
	box-sizing: border-box;
	outline: none;
}
#contact table td textarea{
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 13em;
	border: 0;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 1em;
	resize: vertical;
	box-sizing: border-box;
	border-radius: 0;
	border: 1px solid #000;
	vertical-align: top;
	outline: none;
}
#contact table td .wpcf7-radio .wpcf7-list-item{
	display: block;
}
#contact .submitWrap{
	width: 28.6em;
	background: #000;
	margin: 0 auto;
	position: relative;
}
#contact .submitWrap button,
#contact .submitWrap input{
	position: relative;
	display: block;	
	width: 100%;
	background: transparent;
	color: #fff;
	font-weight: 500;
	font-size: 2.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.0;
	border: 1px solid #000;
	text-align: center;
	appearance: none;
	padding: 1.4em 0;
	cursor: pointer;
	transition: 0.3s;
}
#contact .submitWrap:before{
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 2.2em;
	font-size: 1.4rem;
	font-weight: 900;
	transform: translateY(-50%);
	z-index: 3;
	color: #fff;
}
#contact .submitWrap button:hover,
#contact .submitWrap input:hover{
	background: #fff;
	color: #000;
}
#contact .submitWrap:hover:before{
	color: #000;
}
#contact .submitWrap .ajax-loader{
	display: none;
}
#contact .policy{
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#contact .policy .inner{
	position: relative;
	height: 16em;
	overflow: auto;
	padding: 2em;
}
.ps__rail-y{
	width: auto;
}
.ps__thumb-y{
	background: #000;
	right: 0;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	background-color: #000;
}
.ps__rail-x, .ps__rail-y {
	opacity: 1!important;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y{
	width: 6px;
	background: #000;
}
#contact .policy .inner p{
	font-weight: 500;
	line-height: 1.8;
}
#contact .policy .inner .ttl{
	font-size: 1.8rem;
	font-weight: 500;
	margin: 1.5em 0 0.5em;
}
#contact .policy .inner .subttl{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
	padding-left: 1em;
	margin: 0.5em 0 0.2em;
}
#contact .policy .inner .subttl + p{
	padding-left: 1em;
}
.checkbox{
	font-size: 1.5rem;
	width: 100%;
	text-align: center;
	margin: 2em 0;
}
.checkbox .checkBtn{
	display: none;
}
.checkbox.check-txt{
	width: auto;
}
.checkParts{
	display: inline-block;
	position: relative;
	height: 20px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 20px;
	padding-left: 25px;
	cursor: pointer;
}
.checkParts::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	box-sizing: border-box;
}
.win .checkParts::before{
	top: 1px;
}
.checkBtn:checked + .checkParts::after{
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 6px;
	width: 6px;
	height: 11px;
	transform: rotate(40deg);
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}
.checkbox a{
	color: #5b8934;
	text-decoration: underline;
}
.checkbox a:hover{
	text-decoration: none;
}

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

	#service .imgBlock .txt p{
		font-size: 1.9rem;
	}
	#service .five ul li .txt{
		font-size: 1.7rem;
	}
	#scene .intro,
	#scene ul li .ttl,
	#blog .list .ttl{
		font-size: 2.2rem;
	}
	#scene ul li .txt,
	#plan .slider .ttl,
	#equip .detail,
	#equip .imgBlockWrap .detail,
	#about .inner .txt p,
	#studio p,
	#blog .list .txt,
	#message .imgBlock p,
	#company table th,
	#company table td,
	#contact table th,
	#contact table td{
		font-size: 1.8rem;
	}
	#scene ul li .txt br{
		display: none!important;
	}
	#plan .slider .link{
		width: 14.2em;
		margin-right: 1.8em;
	}
	#about .inner .img{
		max-height: 335px;
	}
	#about .inner .img li{
		width: 36em;
	}
	#blog .list .date{
		font-size: 1.8rem;
	}
	#flow ul li{
		width: 10em;
		height: 10em;
	}
	#flow .txt{
		font-size: 2.0rem;
	}

}

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

	.section{
		padding: 10vw 0;
	}
	.btn{
		width: auto;
		margin: 2em auto 0;
	}
	#mv{
		margin-bottom: 4em;
	}
	#mv .txt{
		padding: 0;
		box-sizing: border-box;
	}
	#mv .txt .ttl{
		font-size: 2.4rem;
		line-height: 1.5;
	}
	#mv .txt .sub{
		font-size: 1.6rem;
		margin: 1em 0 0;
	}
	#mv .sliderWrap{
		height: 140vw;
		max-height: 100vh;
	}
	#mv .slick-slide img{
		height: 140vw;
		max-height: 100vh;
		object-fit: cover;
	}
	#mv .slick-counter_wrap{
		right: 4%;
	}
	#mv .slick-dots{
		right: 5.3%;
	}
	#service{
		padding-top: 2em;
	}
	#service .img{
		margin: 0 0 2em;
	}
	#service .img img{
		width: 100%;
		height: 50vw;
		object-fit: cover;
	}
	#service .check li{
		font-size: 2.4rem;
	}
	#service .check li::before{
		top: 0;
	}
	#service .arrow img{
		width: 2em;
	}
	#service .imgBlock{
		display: block;
	}
	#service .imgBlock .js-scroll{
		width: 100%;
		max-width: inherit;
	}
	#service .imgBlock .txt{
		width: auto;
	}
	#service .imgBlock .txt .ttl{
		font-size: 2.4rem;
		margin: 0.67em 0 0.5em;
	}	
	#service .five {
		margin-top: 2em;
		padding: 3em 0 1.5em;
	}
	#service .five .ttl{
		top: -1em;
		width: 16em;
		font-size: 1.8rem;
		text-align: center;
		padding: 0;
		box-sizing: border-box;
	}
	#service .five .ttl span{
		font-size: 3.8rem;
		margin: 0;
	}
	#service .five ul{
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 5vw;
	}
	#service .five ul li{
		width: 10em;
		height: 10em;
		padding: 1.5em 0 1.3em;
		margin-top: 2em;
	}
	#service .five ul li:nth-child(-n+2){
		margin-top: 0;
	}
	#service .five ul li+li{
		margin-left: 0;
	}
	#service .five ul li:nth-child(even){
		margin-left: 2em;
	}
	#service .five ul li .num{
		text-align: center;
	}
	#scene .intro{
		font-size: 1.6rem;
		padding: 0 5vw;
	}
	#scene ul li{
		width: 48%;
		margin-top: 2em;
	}
	#scene ul li:nth-child(-n+3){
		margin-top: 2em;
	}
	#scene ul li:nth-child(-n+2){
		margin-top: 0;
	}
	#scene ul li .txt{
		text-align: left;
	}
	#plan .sliderWrap,
  #blog .sliderWrap{
		margin: 0 5vw;
	}
	#plan .slider .link{
		width: 80vw;
		margin-right: 0;
	}
	#plan .arrow .slick-arrow{
		top: 27vw;
		width: 10vw;
		height: 10vw;
	}
	#equip .btn,
	#plan .btn{
		width: calc(100% - 10vw);
	}
	#equip .imgBlock{
		display: block;
	}
	#equip .imgBlock .js-scroll{
		width: 100%;
		max-width: inherit;
	}
	#equip .imgBlock .txt{
		width: auto;
		margin: 3vw 0 0;
	}
	#equip .sub{
		font-size: 1.2rem;
		margin: 0 0 0.4em;
	}
	#equip .ttl{
		font-size: 2.4rem;
		line-height: 1.3;
	}
	#equip .ttl span{
		font-size: 1.4rem;
	}
	#equip .imgBlockWrap{
		margin: 2em 0 0;
	}
	#equip .imgBlockWrap .imgBlock .js-scroll{
		width: 100%;
		max-width: inherit;
	}
	#equip .imgBlockWrap .imgBlock .txt{
		width: 100%;
	}
	#about .inner .txt{
		width: auto;
		max-width: inherit;
	}
	#about .inner .imgWrap{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		margin: 4vw 0 0;
	}
	#about .inner .img img{
		width: 60vw;
	}
	#studio .img{
		display: block;
	}
	#studio .img .js-scroll{
		width: 100%;
		max-width: inherit;
	}
	#studio .img .js-scroll + .js-scroll{
		margin-top: 5vw;
	}
	#blog .list .inner{
		width: auto;
		max-width: 80vw;
	}
	#blog .arrow .slick-arrow{
		top: 27vw;
		width: 10vw;
		height: 10vw;
	}
	#message .imgBlock{
		display: block;
	}
	#message .imgBlock .js-scroll{
		width: 100%;
		max-width: inherit;
	}
	#message .imgBlock .txt{
		width: 100%;
		padding: 4vw 0 0 0;
	}
	#message .imgBlock .sign{
		margin-top: 1em;
	}
	#message .imgBlock + .imgBlock{
		margin-top: 3em;
	}
	#message .imgBlock .sign span{
		font-size: 2.0rem;
	}
	#company table th{
		width: 7em;
		padding: 1em;
	}
	#company table td{
		padding: 1em 0;
	}
	#company .btnWrap{
		display: block;
		width: auto;
		padding: 0 5vw;
	}
	#company .btnWrap .btn a{
		padding: 0.8em 0;
	}
	#company .btnWrap .btn + .btn{
		margin: 1em 0 0 0;
	}
	#company .btnWrap .btn + .btn a{
		padding: 1.375em 0;
	}
	#flow{
		display: none
	}
	#flow ul{
		display: block;
	}
	#flow ul li{
		width: 100%;
		height: 6em;
		padding: 1.8em 0 0;
	}
	#flow ul li + li{
		margin-top: 1.5em;
	}
	#flow .num{
		top: 0.9em;
		font-size: 1.8rem;
	}
	#flow .txt{
		font-size: 2.0rem;
	}
	#flow .txt br{
		display: none;
	}
	#flow ul li + li::before{
		top: -1.8em;
		left: 50%;
		width: 2em;
		height: 2em;
		background: url(../img/index/icon_flow_arrow_sp.png) 0 0 no-repeat;
		background-size: 100% auto;
		transform: translateX(-50%);
	}
	#question dl + dl{
		margin-top: 1.5em;
	}
	#question dl{
		padding: 0 1em;
	}
	#question dl .que{
		font-size: 1.8rem;
		padding: 1em 2em 1em 1.5em;
	}
	#question dl .que span{
		left: 0;
	}
	#question dl .ans{
		padding: 1em 1em 1em 1.8em;
	}
	#question dl .ans span{
		font-size: 1.8rem;
		top: 1.1em;
		left: 0;
	}
	#question dl .que::after{
		right: 0;
	}
	#contact table{
		margin: 2em 0;
	}
	#contact table th{
		display: block;
		width: auto;
		padding: 1em 0 0 0;
	}
	#contact table td{
		display: block;
		padding: 1em 0;
		border-top: 0;
	}
	#contact .policy .inner{
		height: 14em;
		padding: 1em 1.5em;
	}
	#contact .submitWrap{
		width: 100%;
	}
	#contact .submitWrap button{
		width: 100%;
		font-size: 2.0rem;
	}
}
@media (orientation: landscape) and (max-width : 767px){


}