._ff_en {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

._light {
	font-weight: 300;
}

._medium {
	font-weight: 500;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
	overflow-x: auto;
	width: 100%;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: inherit;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

*:focus {
	outline: none;
}

body {
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	animation: fadeIn 1s ease 0s 1 normal;
	background-color: #fff;
	color: #000;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic", "Yu Gothic", "Yu Gothic UI", "MS PGothic", "MS Gothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6666;
	overflow-wrap: break-word;
}

*::-moz-selection {
	background-color: #000;
	color: #fff;
}

*::selection {
	background-color: #000;
	color: #fff;
}

img {
	height: auto;
	width: 100%;
}

a {
	display: inline-block;
}

.inner {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1800px;
}

.small-inner {
	margin: 0 auto;
	max-width: 1034px;
}

.small-inner > span._ja {
	margin-top: 1.66em;
}

.small-inner > .space-txt {
	margin-top: 50px;
}

span._en,
span._ja {
	display: block;
}

.lang-tit {
	font-size: 13px;
	letter-spacing: 0.1em;
}

.lang-tit > span._en {
	font-weight: 700;
}

.lang-tit > span._ja {
	margin-top: 2px;
}

.page-tit {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 0.1em;
}

.sub-tit {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-top: 109px;
	position: relative;
}

.sub-tit > span {
	font-size: 13px;
}

.sub-tit:before {
	-webkit-transform: translateX(-50%);
	background-color: #707070;
	content: "";
	height: 91px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 0.5px;
}
.sub-tit2 {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	position: relative;
}
.line-tit {
	border-bottom: 1px solid #D6D6D6;
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
}

.large-txt {
	font-size: 13px;
	line-height: 1.8461;
}

._color_white {
	color: #fff;
}

._bold {
	font-weight: 700;
}

._custom_scroll {
	scrollbar-color: #000 #EDEDED;
	scrollbar-width: thin;
}

._custom_scroll::-webkit-scrollbar-track {
	background: #EDEDED;
}

._custom_scroll::-webkit-scrollbar-thumb {
	-webkit-box-shadow: none;
	background-color: #000;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.footer {
	border-top: 1px solid #D6D6D6;
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

.footer-item {
	text-align: center;
}

.footer-tit {
	color: #000;
	font-size: 15px;
	letter-spacing: 0.1em;
}

.footer-txt {
	color: #888888;
	margin-top: 5px;
}

.footer-arr {
	-webkit-transition: -webkit-transform 0.2s;
	border-bottom: 0.5px solid #000;
	bottom: 1px;
	display: inline-block;
	margin-left: 6px;
	margin-top: 36px;
	position: relative;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	width: 54px;
}

.footer-arr:after {
	-webkit-transform: skew(60deg);
	border-right: 1px solid #000;
	bottom: 0;
	content: "";
	height: 4px;
	position: absolute;
	right: 3.6px;
	transform: skew(60deg);
	width: 19px;
}

.footer-bottom {
	border-top: 1px solid #eaeaea;
}

.footer-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer-link {
	font-size: 12px;
	letter-spacing: 0.1em;
}

.footer-link a {
	color: #000;
	font-weight: 200;
}

.footer-link:nth-of-type(n + 2) ._icon {
	border-bottom: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-style: solid;
	border-top: 7px solid #000000;
	display: inline-block;
	height: 0;
	margin-left: 6px;
	vertical-align: middle;
	width: 0;
}

.footer-copy {
	font-size: 10px;
	font-weight: 200;
}

.fv {
	position: relative;
}

.fv-inner {
	-webkit-transform: translateX(-50%);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.fv-links {
	-webkit-transform: translateX(-50%);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.fv-links:has(> .fv-link:only-child) {
	-webkit-transform: translateX(-50%) translateY(calc(-100% - 21px));
	transform: translateX(-50%) translateY(calc(-100% - 21px));
}

.fv-link {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
	font-weight: 200;
	letter-spacing: 0.1em;
}

.fv-link a {
	-webkit-transition: width 0.3s;
	color: #fff;
	line-height: 1.4;
	max-width: 100%;
	position: relative;
	transition: width 0.3s;
}

.fv-link a:before {
	-webkit-transition: background-color 0.2s;
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 0.5px;
	left: 0;
	position: absolute;
	transition: background-color 0.2s;
	width: 100%;
}

.fv-link a:after {
	-webkit-transform: skew(60deg);
	-webkit-transition: border-color 0.2s;
	border-right: 1px solid #fff;
	bottom: 0;
	content: "";
	height: 4px;
	position: absolute;
	right: 2.7px;
	transform: skew(60deg);
	transition: border-color 0.2s;
	width: 19px;
}

.fv-ptit {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
	letter-spacing: 0.08em;
}

.fv-tit {
	font-size: 20px;
	font-weight: 700;
	margin-top: 4px;
}

.fvImg {
	color: #fff;
}

.fvImg._mind {
	background: url(../img/mind/fvImg.jpg) center/cover no-repeat;
}

.fvImg._recruit {
	background: url(../img/recruit/fvImg.jpg) center/cover no-repeat;
}

.fvImg._recruit .sub-tit:before {
	background-color: #AFAFAF;
}

.fvImg._service {
	background: url(../img/service/fvImg.jpg) center/cover no-repeat;
}

.fvImg-head {
	text-align: right;
}

.fvImg-head > div {
	display: inline-block;
	text-align: center;
}

.fvImg .sub-tit {
	letter-spacing: 0.05em;
	margin-top: 28px;
}

.fvImg .sub-tit:before {
	width: 1px;
}

.fvImg-tit {
	font-size: 13px;
}

.fvImg-tit > span:nth-of-type(n + 2) {
	margin-left: 20px;
}

.header {
	left: 0;
	position: fixed;
	right: 0;
	right: 0;
	top: 0;
	z-index: 10;
}

.header-bg {
	-webkit-transition: opacity 0.4s;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.91)), color-stop(25%, rgba(255, 255, 255, 0.87)), color-stop(45%, rgba(255, 255, 255, 0.8)), color-stop(60%, rgba(255, 255, 255, 0.72)), color-stop(75%, rgba(255, 255, 255, 0.55)), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.87) 25%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.72) 60%, rgba(255, 255, 255, 0.55) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.87) 25%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.72) 60%, rgba(255, 255, 255, 0.55) 75%, rgba(255, 255, 255, 0) 100%);
	height: 100%;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s;
	width: 100%;
}

.header._show .header-bg {
	opacity: 1;
}

.header._show .header-logo ._white {
	display: none;
}

.header._show .header-logo ._bk {
	display: block;
}

.header._show .header-inner {
	padding-top: 0;
}

.header._show .nav-icon > div > span {
	background: #000;
}

.header._show .nav-insta ._white {
	display: none;
}

.header._show .nav-insta ._bk {
	display: block;
}

.header-inner {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.header-logo ._bk {
	display: none;
}

.header-logo ._white {
	display: block;
}

.header-logo a {
	display: block;
	position: relative;
	width: 100%;
}

.header-logo img {
	-webkit-transition: opacity 0.2s;
	left: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.2s;
}

.link {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
	font-weight: 200;
	text-align: right;
}

.link._white a {
	color: #fff;
}

.link._white a > ._arr {
	border-bottom: 0.5px solid #fff;
}

.link._white a > ._arr:after {
	border-right: 1px solid #fff;
}

.link a {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #000;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	letter-spacing: 0.1em;
	line-height: 1;
}

.link a > ._arr {
	-webkit-transition: -webkit-transform 0.2s;
	border-bottom: 0.5px solid #000;
	bottom: 1px;
	display: inline-block;
	margin-left: 6px;
	position: relative;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	width: 54px;
}

.link a > ._arr:after {
	-webkit-transform: skew(60deg);
	border-right: 1px solid #000;
	bottom: 0;
	content: "";
	height: 4px;
	position: absolute;
	right: 3.6px;
	transform: skew(60deg);
	width: 19px;
}

.nav-icon {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	height: 14px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 31;
}

.nav-icon._bk > div > span {
	background: #000;
}

.nav-icon > div {
	position: relative;
}

.nav-icon > div > span {
	-webkit-transition: all 0.2s ease-out;
	background: #fff;
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: all 0.2s ease-out;
	width: 100%;
}

.nav-icon > div > span:nth-of-type(1) {
	top: 0;
}

.nav-icon > div > span:nth-of-type(2) {
	top: 7px;
}

.nav-icon > div > span:nth-of-type(3) {
	top: 14px;
}

.nav-list._bk .nav-item a {
	color: #000;
}

.nav-list._bk .nav-item a:before {
	background-color: #000;
}

.nav-item {
	letter-spacing: 0.09em;
}

.nav-item._page a:before {
	opacity: 1;
}

.nav-item a {
	-webkit-transition: color 0.2s;
	color: #fff;
	position: relative;
	transition: color 0.2s;
}

.nav-item a:before {
	-webkit-transform: translateX(-50%);
	-webkit-transition: opacity 0.2s, background-color 0.2s;
	background-color: #fff;
	border-radius: 100px;
	content: "";
	display: inline-block;
	height: 3px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: -7px;
	transform: translateX(-50%);
	transition: opacity 0.2s, background-color 0.2s;
	width: 3px;
}

.nav-insta {
	height: 16px;
	width: 16px;
}

.nav-insta ._white {
	display: block;
}

.nav-insta ._bk {
	display: none;
}

.nav-insta a {
	display: block;
	position: relative;
	width: 100%;
}

.nav-insta img {
	left: 0;
	position: absolute;
	top: 0;
}
._open .nav-copyright{
    margin-top:105px;
    margin-bottom: 50px;
    font-size: 10px;
    color:#AFAFAF;
}
._open .nav-list .nav-item a {
	color: #fff !important;
    font-size: 14px;
    line-height: 1;
}

._open .nav-list .nav-item a:before {
	background-color: #fff !important;
}

._open .nav-icon > div > span:nth-of-type(1) {
	-webkit-transform: rotate(30deg);
	top: 7px;
	transform: rotate(30deg);
}

._open .nav-icon > div > span:nth-of-type(2) {
	left: 50%;
	width: 0;
}

._open .nav-icon > div > span:nth-of-type(3) {
	-webkit-transform: rotate(-30deg);
	top: 7px;
	transform: rotate(-30deg);
}

._open .nav-icon > div > span {
	background: #fff !important;
}

._open .nav-inner {
	opacity: 1;
	visibility: visible;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
._open .nav-inner::-webkit-scrollbar {
  display: none;
}
.scroll {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	align-items: center;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	position: absolute;
	right: 0;
	z-index: 5;
}

.scroll-txt {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	font-weight: 200;
	letter-spacing: 0.11em;
	position: relative;
	right: 1px;
	writing-mode: vertical-rl;
}

.scroll-bar {
	background-color: #fff;
	height: 54px;
	left: 0;
	margin-top: 8.4px;
	overflow: hidden;
	position: relative;
	width: 1px;
}

.scroll-bar:after {
	-webkit-animation: bar 2s infinite;
	animation: bar 2s infinite;
	background-color: #000;
	content: "";
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.visual._mind {
	background: url(../img/mind/visual.jpg) center/cover no-repeat;
}

.visual._recruit {
	background: url(../img/recruit/visual.jpg) center/cover no-repeat;
}

.visual._service {
	background: url(../img/service/visual.jpg) center/cover no-repeat;
}
.visual._company {
	background: url(../img/company/visual.jpg) center/cover no-repeat;
}

.error {
	height: 100vh;
	width: 100%;
}

.error > .inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.error-content {
	color: #fff;
}

.error-tit {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.error .space-txt {
	margin-top: 37px;
}

.error .link {
	padding-bottom: 78px;
}

.approach-tit {
	font-size: 13px;
	font-weight: 700;
}

.approach-tit > span._ja {
	margin-top: 4px;
}

.approach-txt > span._ja {
	margin-top: 1.66em;
}

.approach-item {
	letter-spacing: 0;
}

.approach-item .space-txt {
	margin-top: 12px;
}

.essential {
	overflow-x: hidden;
}
/* service sp*/
.servicelist > .inner {
    margin: 80px auto 0;
}
.servicelist .line-tit{
    max-width: 455px;
    font-size: 13px;
    line-height: 1;
    padding-bottom: 15px;
}
.servicelist .line-tit .line-tit_en{
    margin-bottom: 12px; 
    display: inline-block;
    width: 100%;
    font-weight: 700;
}
.servicelist .servicelist-inner {
      margin:30px 0px 20px 0px;
}
.servicelist .link._side{
    margin:0px 0px 30px 0px;
}
.servicelist .link._side._sp{
    margin-top:16px;
}
.servicelist .servicelist-content_wrap p{
    margin-bottom: 30px;
}
.servicelist .servicelist-about ._en{
    margin-bottom: 20px;
}
.servicelist .servicelist-about ._ja{
    margin-bottom: 20px;
}
.servicelist .servicelist-content .lang-tit {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1;
}
.servicelist .servicelist-content .lang-tit span {
    font-weight: 700;
}
.servicelist .servicelist-imgs{
    margin-bottom: 30px;
}
.servicelist .servicelist-item{
    margin-bottom: 80px;
}
.clientslist {
    margin-top: 40px;
}
.clientslist .small-inner {
	margin-top: 30px;
    margin-left: 5%;
}
.clientslist-list ul li{
    margin-bottom: 10px;
    padding-left:1em;
	text-indent:-1em;
} 
.clientslist-list ._en{
    margin-bottom: 30px;
}

/* company sp*/
h1.page-tit#company{
    display: inline-block;
    font-size: 15px;
    letter-spacing: .1em;
    padding-bottom: 109px;
    position: relative;
}
h1.page-tit#company::after{
    webkit-transform: translateX(-50%);
    background-color: #707070;
    content: "";
    height: 91px;
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    width: .5px;
}
.companyceo > .inner{
    max-width: 100%;
}
.companyceo .companyceo-inner{
    margin-top:40px;
}
.companyceo .companyceo-inner .ceo-img-wrap .ceo-img{
    margin-bottom: 40px;
}
.companyceo .companyceo-inner .ceo-img-wrap ._en{
    margin-bottom: 40px;
}
.companyceo .companyceo-inner .ceo-img-wrap ._ja{
    margin-bottom: 40px;
}
.companyceo .no-margin{
    margin-top:0px;
}
.companyceo .name{
    margin-bottom: 40px;
    font-size:15px;
    line-height: 1;
}
.companyceo .name ._en{
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 14px;
}
.companyceo .name ._ja{
    font-size: 13px;
}
.companyceo .ceoprofile-position{
    margin-bottom: 40px;
    line-height: 1;
}
.companyceo .ceoprofile-position span{
    font-size: 13px; 
}
.companyceo .ceoprofile-position span._en{
    margin-bottom: 14px;
}
.companyceo .ceo-about-wrap ._en{
    margin-bottom: 35px;
}
.companyceo .ceo-about-wrap ._ja{
    margin-bottom: 35px;
}
.companyceo .ceo-about-wrap p{
    line-height: 2;
}
.companyceo ._small{
    display: none;
}
.companyceo ._small2{
    display: inline-block;
}
.profile > .inner{    
    padding-top:60px;
    padding-bottom: 100px;
}
.profile .title-area-wrap .sub-tit{
    padding-top:0px; 
}
.profile .title-area-wrap{    
    margin-bottom: 30px;
}

.profile dl.profile-overview-table{
    border-top: 1px solid #D6D6D6;
 }
.profile dl.profile-overview-table .row {
    padding:20px 0px 10px 0px;
    border-bottom: 1px solid #D6D6D6;
}
.profile dt.year{
    padding-bottom: 18px;
    line-height: 1;
}

.awards{
    background: url(../img/company/awards_bg.jpg?1) center/cover no-repeat;
    color:#ffffff;
}
.awards > .inner{
    padding-top:70px;
    padding-bottom: 50px;
}
.awards dl.awards-table{
   padding-top:40px; 
}    
.awards dl.awards-table .row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom:25px;
}
.awards dt.year{
    width:  70px;
    position: relative;
}

.awards dt.year::after{
    background-color: #AFAFAF;
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    top:14%;
    right: 0px;
}
.awards dd.awards-about{
    width: calc(100% - 70px);
    padding-left: 3%;
}   
.media > .inner{
    padding-top:60px;
    padding-bottom: 75px;
}
.media h2.line-tit{
    margin-bottom: 14px;
    font-weight: 400;
}
.media .madia-wrap{
    max-width: 710px;
    margin-left: auto;
}
.media dl.media-table{
   display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}    
.media dt.date{
    width:  100px;
    padding:14px 10px 10px 0px;
}
.media dd.about{
    width: calc(100% - 100px);
    padding: 14px 0px 10px 0px;
}
.companyprofile > .inner{   
   margin-bottom: 120px;
   line-height: 2;
}
.companyprofile .companyprofile-inner{
    max-width: 1100px;
    margin:0px auto;
}
.companyprofile .small-inner{
    max-width: 1100px;
}
.companyprofile .small-inner .companyprofile-about-wrap{
    padding-bottom: 40px;
}
.companyprofile h2.sub-tit{
    margin-bottom: 50px;
}
.companyprofile .name{
    margin-bottom: 40px;
    font-weight: 700;
}
.companyprofile .name span{
    display: inline-block;
    width: 100%;
    font-size: 13px;
}
.companyprofile .registration-no{
    margin-bottom: 20px;
}       
.companyprofile dl.companyprofile-table {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.companyprofile dt, dd{
    margin-bottom: 10px
}
.companyprofile dt._en{
    width:  145px;
    position: relative;
}
.companyprofile dd._en{
    width: calc(100% - 145px);
}
.companyprofile dt._ja{
    width:  85px;
    position: relative;
}
.companyprofile dd._ja{
    width: calc(100% - 85px);
}
.companyprofile dt::after{
    content: "：";
    position: absolute;
    right: 8px;
}
.score-of-business > .inner{
    max-width: 1100px;
}
.score-of-business .small-inner{
    margin-left: 0;
}
.score-of-business h2.line-tit{
    margin-bottom: 45px;
    font-size: 13px;
    line-height: 1;
    padding-bottom: 15px;
}
.score-of-business h2.line-tit .line-tit_en{
    margin-bottom: 12px; 
    display: inline-block;
    width: 100%;
    font-weight: 700;
}
.score-of-business .score-list ol{
    padding-left: 2%;
    list-style: none;
    margin: 0;
    counter-reset: num;
}     
.score-of-business .score-list ol._en{
    margin-bottom: 40px;
} 
.score-of-business .score-list li {
    counter-increment: num;
    display: grid;
    grid-template-columns: 1.9em 1fr;
    column-gap: 0.2em;
    margin-bottom: 14px;
}
.score-of-business .score-list li::before {
  content: counter(num) ".";
  text-align: left; 
}

.access .inner{
    padding-top:40px;
}
.access h2.sub-tit{
    margin-bottom: 50px;
}
.access .add{
    margin-bottom: 20px;
}
.access p{
    margin-bottom: 35px;
    line-height: 2;
}
.access .googlemap{
    display: inline-block;
    border-bottom: 1px solid #333;
    margin-bottom: 55px;
}
.access .googlemap a{
    color:#000000;
}

/*kafilms sp*/
.kafilms > .inner{
    padding-top:80px;
    max-width: 1800px;
    margin:0px auto;
}
.kafilms .filmsdata-wrap{
    width: 100%;
}
.kafilms .filmsmovie-wrap{
    width: 100%;
}
.kafilms ul.kafilms-archive li{
    margin-bottom: 30px;
}
.kafilms h2.linetop-tit{
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    letter-spacing: .1em;
    padding-top: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
	position: relative;
}

.kafilms h2.linetop-tit:before {
	background-color: #d6d6d6;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 345px
}

.kafilms h2.linetop-tit span._en{
    font-size: 12px;
    color:#888888;
    margin-bottom: 10px;
}
.kafilms h2.linetop-tit span._ja{
    font-size: 13px;
}
.kafilms .link{
    margin-bottom: 20px;
    margin-top: 30px;
}
/*contactform sp*/
.contact .head-wrap{
    margin-top:0px;
}
.contact .reqired-fields{
    color:#af4541;
    padding-top:23px;
    padding-left: 0px;
}
.contactform > .inner{
    max-width: 1000px;
    margin:0 auto;
}
.contact .successfully{
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 700;
}
.contact-back-btn{
    padding-left: 20px;
    padding-right: 20px;
}
.contact-back-btn .contact-back-btn-wrap{
    max-width: 620px;
    margin:0 auto;
}
.contact-back-btn .contact-back-btn-wrap a{
    display: block;
    font-size: 13px;
    background:#000000;
    color:#ffffff;
    text-align: center;
    padding:20px 20px;
    transition: background .25s ease-out, padding .25s ease-out;
}
.contact-back-btn .contact-back-btn-wrap a:hover{
    background:#333333;
}
.thanks > .inner{
    max-width: 1000px;
    margin:0 auto;
    padding-top: 30px;
}
.thanks .thanks-img{
    margin-bottom: 30px;
}
.newsList-ctgr a {
	color: #000;
	letter-spacing: 0.1em;
}

.newsList-ctgr a._select {
	border-bottom: 1px solid #000;
}

.newsList-list {
	border-top: #d6d6d6 solid 1px;
}

.newsList-item {
	border-bottom: #d6d6d6 solid 1px;
}

.newsList-item {
	color: #000;
}

.newsList-item > time {
	letter-spacing: 0.1em;
}

.newsList-tit {
	font-size: 15px;
	font-weight: 700;
	margin-top: 6px;
}

.newsList-img {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	margin-top: 30px;
}

.newsList-img img {
	-o-object-fit: contain;
	display: block;
	height: auto;
	max-height: 380px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.newsList .space-txt > div a {
	color: inherit;
	text-decoration: underline;
}

.paging {
	text-align: center;
}

.paging {
	font-size: 15px;
	letter-spacing: 0.08em;
}

.paging a {
	color: #000;
}

.page-numbers {
	display: inline-block;
	margin: 0 12px;
}

.page-numbers.current {
	font-weight: 700;
}

.art {
	overflow-x: hidden;
}

.art-tit {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7692;
}

.art-movie {
	cursor: pointer;
	position: relative;
}

.art-movie:before {
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.2s;
	background: url(../img/icon_movie.png) center/contain no-repeat;
	content: "";
	display: inline-block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s;
}

.art-fig._vertical {
	margin-left: auto;
	margin-right: auto;
}

.art-fig > figcaption {
	margin-top: 1em;
}

.art-img {
	width: 100vw;
}

.art-img {
	position: relative;
}

.art-inner {
	-webkit-transform: translateX(-50%);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.art-dtit {
	font-weight: 700;
	margin-top: 20px;
}

.head-item {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
	letter-spacing: 0.1em;
}

.head-item:nth-of-type(n + 2) {
	margin-top: 7px;
}

.head-item a {
	color: #000;
}

.head-item a > ._icon {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: 0;
	vertical-align: middle;
	width: 14px;
}

.head-item a > ._icon img {
	vertical-align: middle;
}

.head-wrap {
	margin-top: 53px;
}

.head-txt {
	line-height: 1.8461;
}

.linear {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.linear {
	border-top: 1px solid #d6d6d6;
	padding-top: 28px;
}

.linear-link:nth-of-type(1),
.linear-link:nth-of-type(3) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 calc(100% - 17px);
	-ms-flex: 0 1 calc(100% - 17px);
	flex: 0 1 calc(100% - 17px);
}

.linear-link:nth-of-type(2) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 34px;
	-ms-flex: 0 0 34px;
	flex: 0 0 34px;
	margin: 0 10px;
	text-align: center;
}

.linear-link a {
	letter-spacing: 0.08em;
}

.linear-link._prev > .link-btn {
	text-align: left;
}

.linear-link._prev > .link-btn a > ._arr {
	-webkit-transform: scale(-1, 1);
	margin-left: 0;
	margin-right: 6px;
	transform: scale(-1, 1);
}

.modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 120;
}

.modal-bg {
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	height: 100%;
}

.modal-container {
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	height: calc(100% - 94px);
	left: 50%;
	max-width: 1200px;
	position: absolute;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
}

.modal-inner {
	height: 100%;
	overflow-y: scroll;
}

.modal-inner > div {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1000px;
}

.modal-close {
	background: url(../img/modal_close_icon.png) no-repeat center/cover;
	height: 23px;
	position: absolute;
	width: 23px;
}

.modal-close {
	cursor: pointer;
}

.modal-head {
	border-bottom: 1px solid #D6D6D6;
}

.modal-body {
	max-width: 900px;
}

.modal-fig:nth-of-type(n + 2) {
	margin-top: 47px;
}

.modal-fig > figcaption {
	margin-top: 8px;
}

.proArt-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.proArt-item a {
	width: 100%;
}

.proArt-img {
	overflow: hidden;
	position: relative;
}

.proArt-img:after {
	content: "";
	display: block;
	padding-top: 66.5714%;
}

.proArt-img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.proArt-content {
	margin-top: 17px;
}

.proArt-ctgr {
	color: #888;
}

.proArt-txt {
	color: #000;
}

.proArt-txt > ._tit {
	display: block;
	margin-bottom: 1.7em;
}

.position-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.position-list:first-of-type {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 140px;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
}

.position-item:nth-of-type(n + 2) {
	margin-top: 20px;
}

.circles {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15px; /* 丸の間隔 */
	justify-content: center;
	position: absolute;
	z-index: 3;
}

.circle-wrap {
	height: 8px;
	position: relative;
	width: 8px;
}

.circle-wrap:before {
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 100px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 3px;
}

.circle {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	width: 100%;
}

.circle circle {
	fill: none;
	stroke: #fff;
	stroke-width: 1;
	stroke-dasharray: 18.8; /* 2 * π * r = 2 * 3.14 * 3 */
	stroke-dashoffset: 18.8;
}

.circle circle._test {
	-webkit-animation: draw 5s linear infinite;
	animation: draw 5s linear infinite;
}

/* 5つ順番に動く */
/* circle-wrap:nth-child(1) circle {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.circle-wrap:nth-child(2) circle {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.circle-wrap:nth-child(3) circle {
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
}

.circle-wrap:nth-child(4) circle {
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
}

.circle-wrap:nth-child(5) circle {
	-webkit-animation-delay: 20s;
	animation-delay: 20s;
}
*/
.mv {
    position:relative;
	width:100%;
	height:100svh;
	min-height:100svh;
	height:calc(var(--vh, 1vh) * 100);
	overflow:hidden;
	background:#000;
	transform: translateZ(0);
}
.mv .kv-poster{
	position:absolute; inset:0;
	width:100%; height:100%;
	object-fit:cover;
	z-index:3;
	opacity:1;
	transition:opacity .6s ease;
	transform:translateZ(0);
	backface-visibility:hidden;
	will-change:opacity;
}
.mv .kv-poster.is-hide{
	opacity:0 !important;
	pointer-events:none;
}
.mv .kv-video{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  z-index:1;
  opacity:0;
  visibility:hidden;
  background:#000;
  transform:translateZ(0);
  -webkit-transform:translateZ(0);
  backface-visibility:hidden;
  will-change:opacity;
}
.mv .kv-video.is-front{
	opacity:1;
	visibility:visible;
	z-index:2;
}

.mv-info {
    opacity: 0;
    transition: all .25s ease-out;
}
.mv-info.is-active {
    opacity: 1;
}
.circle circle._active {
    -webkit-animation: draw2 6s linear both;
    animation: draw2 6s linear both;
}

.mind {
	background: url(../img/top/mind_bg.jpg) center/cover no-repeat;
	color: #fff;
}
.mind h3.page-subtit{
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-top: 40px;
}
.mind h3.page-subtit span{
    font-size: 13px;
    padding-left: 13px;
}
.mind-wrap {
	margin-top: 55px;
}
.mind .large-txt {
	margin-top: 44px;
}

.mv {
	height: 100vh;
	position: relative;
}

.mv-inner {
	-webkit-transform: translateX(-50%);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: 3;
}

.mv-tit {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}

.mv .link {
	margin-top: 16px;
	text-align: left;
}
.news-item a{
    color:#000000;
}
.news-item:nth-of-type(n + 2) {
	margin-top: 21px;
}

.news-item > time {
	letter-spacing: 0.1em;
}

.news-item > p {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-item > p > span[lang=en]:after {
	content: " / ";
}

.project-ctgr {
	color: #888;
}

.project-tit {
	color: #000;
	margin-top: 4px;
}
/*films top*/
.films {
	margin-top: 75px;
}

.films {
	margin-top: 75px;
}

.films .films-wrap {
	margin:0 auto;
    margin-top: 46px;
}
.films .films-txt {
	margin-top: 17px;
}
.films .link {
	margin-top: 46px;
}
.films .films-list {
    margin-top: 40px; 
}
.films .films-content {
	margin-top: 20px;
}
.films .films-list {
	color: #888;
}
.films .films-item:nth-of-type(n + 2) {
	margin-top: 38px;
}
.films .films-tit {
	color: #000;
	margin-top: 4px;
    font-size: 13px;
}

.service-txt {
	margin-top: 17px;
}

.service-txt[lang=en] {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.service-tit {
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
}

@media (any-hover: hover) {

._hoverOpacity a {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

._hoverOpacity a:hover {
	opacity: 0.7;
}

.footer-item a:hover > .footer-arr {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}

.fv-link a:hover {
	width: 195px;
}

.link a:hover > ._arr {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}

.nav-item a:hover:before {
	opacity: 1;
}

.art-movie:hover:before {
	opacity: 0.7;
}

.linear-link._prev > .link-btn a:hover > ._arr {
	-webkit-transform: scale(-1, 1) translateX(8px);
	transform: scale(-1, 1) translateX(8px);
}

.proArt-item a:hover .proArt-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.proArt-img {
	overflow: hidden;
}

.proArt-img img {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.project-item a:hover .project-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.project-img {
	overflow: hidden;
}

.project-img img {
	-webkit-transition: -webkit-transform 0.8s;
	transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	transition: transform 0.8s, -webkit-transform 0.8s;
}

}

.fv-overlay-wrap{
    background: rgba(0, 0, 0, 0.3);
}

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

.inner {
	padding: 0 100px;
}

.space-txt {
	line-height: 2;
}

._sp {
	display: none;
}

._custom_scroll::-webkit-scrollbar {
	height: 5px;
	width: 5px;
}

.modal-container._custom_scroll::-webkit-scrollbar {
	height: 11px;
	width: 11px;
}

.footer {
	margin-top: 176px;
}

.footer-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 33.3333%;
	-ms-flex: 0 1 33.3333%;
	flex: 0 1 33.3333%;
	margin: 45px 0;
	padding: 88px 20px 85px;
}

.footer-item:nth-of-type(n + 2) {
	border-left: 1px solid #eaeaea;
}

.footer-bottom {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 75px 60px;
}

.footer-link:nth-of-type(n + 2) {
	margin-left: 36px;
}

.footer-copy {
	letter-spacing: 0.17em;
	text-align: center;
}

.fv {
	height: 100vh;
}

.fv._project {
	background: url(../img/project/fv_bg.jpg) center/cover no-repeat;
}

.fv-inner {
	bottom: 166px;
	padding: 0 60px;
}

.fv-links {
	bottom: 50px;
	gap: 21px;
	padding: 0 60px;
}

.fv-link {
	font-size: 14px;
}

.fv-link a {
	padding-bottom: 7px;
	width: 187px;
}

.fvImg {
	padding-top: 228px;
}

.fvImg .small-inner {
	margin-top: 130px;
}

.fvImg._mind {
	padding-bottom: 95px;
}

.fvImg._mind .space-txt._en {
	max-width: 422px;
}

.fvImg._mind .space-txt._ja {
	margin-left: 45px;
	margin-top: 357px;
	max-width: 438px;
}

.fvImg._recruit {
	padding-bottom: 114px;
}

.fvImg._recruit .fvImg-head {
	max-width: 495px;
}

.fvImg._recruit .space-txt._en {
	max-width: 495px;
}

.fvImg._recruit .space-txt._ja {
	margin-top: 43px;
}
    
.fvImg._service {
	padding-bottom: 95px;
}
.fvImg._service .sub-tit:before {
	background-color: #868686;
}
.fvImg._service .space-txt {
	max-width: 550px;
}

.fvImg._service .space-txt {
	max-width: 550px;
}
    

.fvImg-head {
	margin: 0 auto;
	max-width: 518px;
}

.fvImg .sub-tit {
	padding-top: 109px;
}

.fvImg-tit {
	margin-top: 30px;
}

.fvImg-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 79px;
}

.header._show .header-inner {
	padding-bottom: 30px;
}

.header._show .nav-list .nav-item a {
	color: #000;
}

.header._show .nav-list .nav-item a:before {
	background-color: #000;
}

.header._show .nav-icon {
	padding-top: 37px;
}

.header-inner {
	-webkit-transition: padding-top 0.4s;
	height: 120px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 9px;
	transition: padding-top 0.4s;
}

.header-logo {
	margin-bottom: 18px;
	width: 379.8px;
}

.link._side {
	margin-top: -2em;
}

.nav-icon {
	-webkit-transition: padding-top 0.2s;
	padding-right: 50px;
	padding-top: 58px;
	transition: padding-top 0.2s;
	width: 40px;
}

.scroll {
	padding: 0 44px 36px 0;
}

.visual {
	margin-top: 214px;
	padding-top: 26.3543%;
}

.visual._recruit {
	padding-top: 42.1669%;
}

.error {
	background: url(../img/error.jpg) center/cover no-repeat;
}

.error-content {
	padding-top: 16.6%;
}

.approach {
	margin-top: 61px;
}

.approach-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.approach-inner {
	margin-left: 66px;
	margin-right: 20px;
	margin-top: 105px;
	max-width: 358px;
}

.approach-txt {
	margin-top: 60px;
}

.approach-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 44.5%;
	-ms-flex: 0 1 44.5%;
	flex: 0 1 44.5%;
}

.approach-img {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-flex: 0 1 55.5%;
	-ms-flex: 0 1 55.5%;
	flex: 0 1 55.5%;
	flex-grow: 1;
	margin-right: 5px;
	margin-top: 61px;
}

.approach-list {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 145px auto 0;
	max-width: 1094px;
}

.approach-item:nth-of-type(n + 2) {
	margin-left: 6.033%;
}

.essential {
	margin-top: 61px;
}

.essential .small-inner {
	margin-top: 70px;
}

.essential-list {
	margin: 107px auto 0;
	max-width: 1108px;
}

.essential-item:nth-of-type(n + 2) {
	margin-top: 123px;
}

.essential-imgs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.essential-img:nth-of-type(n + 2) {
	margin-left: 29px;
}

.essential-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 42px auto 0;
	max-width: 1010px;
}

.essential .lang-tit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 215px;
	-ms-flex: 0 0 215px;
	flex: 0 0 215px;
}

.essential-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.essential .space-txt {
	max-width: 359px;
}

.essential .space-txt._ja {
	margin-left: 5.85%;
}
/* service pc */
.servicelist > .inner {
    margin: 120px auto 0;
    max-width: 1108px;
}
.servicelist .servicelist-inner {
      margin:50px 0px 20px 0px;
}
.servicelist .link._side{
    margin:0px 0px 55px 0px;
}
.servicelist .link_app{
    margin-right: 35px;
}
.servicelist .servicelist-about{
      max-width: 455px;
}    
.servicelist .servicelist-imgs{
    margin-bottom: 45px;
}
.servicelist .servicelist-item{
    margin-bottom: 195px;
}
.servicelist .servicelist-content{   
    display: flex;
    justify-content: space-between;
    max-width: 860px;
    margin:0px auto;
}
.servicelist .servicelist-content_wrap{
    width:46.51%;
} 
.servicelist .servicelist-content_wrap p{
    line-height: 2;
}
.clientslist {
	margin-top: 61px;
}
.clientslist .small-inner {
	margin-top: 80px;
}
.clientslist-list {
	display: flex;
    max-width: 850px; 
}
.clientslist-list ul{
    width: 50%;
}
.clientslist-list ul:first-of-type{
    margin-right: 21.8%;
}
.clientslist-list ul li{
    margin-bottom: 20px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1;
}

/* company pc */
.companyceo > .inner{
    padding-right: 0;
    max-width: 100%;
}
.companyceo .companyceo-inner{
    display: flex;
    justify-content: space-between;
}

.companyceo .companyceo-inner .ceoprofile-wrap{
    width: 400px;
    position: relative;
}
.companyceo .companyceo-inner .ceo-img-wrap{
    padding-left: 5%;
    width: calc(100% - 400px);
}

    
.companyceo .companyceo-inner .ceo-img-wrap .ceo-img{
    margin-bottom: 93px;
}
.companyceo .companyceo-inner .ceo-img-wrap ._en{
    margin-bottom: 75px;
}
.companyceo .name{
    margin-bottom: 65px;
}
.companyceo .ceoprofile-position{
    margin-bottom: 210px;
}
.companyceo .ceo-about-wrap{
    padding-left: 5%;
    width: calc(100% - 400px);
}
.companyceo .ceo-about-wrap ._en{
    margin-bottom: 55px;
}
.companyceo .ceo-about-wrap ._ja{
    margin-bottom: 30px;
}
.companyceo ._small{
    display: inline-block;
    position: absolute;
    left:0;
    bottom:0;
}
.companyceo ._small2{
    display: none;
}  
.profile > .inner{
    display: flex;
    justify-content: space-between;
    padding-top:175px;
    padding-bottom: 220px;
}
.profile .title-area-wrap{
    width: 65px;
}
.profile .profile_overview-wrap{
    width: 82.79%;
}
.profile dl.profile-overview-table{
    
 }
.profile dl.profile-overview-table .row {
    display: flex;
    flex-wrap: wrap;
    padding:40px 0px;
}
.profile dt.year{
    width:  17.15%;
    max-width: 208px;
}
.profile dd._en{
    width: 40%;
    padding-right: 3%;
}
.profile dd._ja{
    width: 40%;
    padding-left: 3%;
}
.awards > .inner{
    padding-top:175px;
    padding-bottom: 135px;
}
.awards dl.awards-table{
   padding-top:90px; 
}    
.awards dl.awards-table .row {
    padding-bottom:40px;
}
.awards dt.year{
    width:  155px;
}
.awards dt.year::after{
    width: 90px;
    top:15%;
}
.awards dd.awards-about{
    width: 60%;
} 
.media > .inner{
    padding-top:120px;
    padding-bottom: 95px;
}
.media dt.date{
    width:  140px;
    padding:14px 10px 10px 10px;
}
.media dd.about{
    width: calc(100% - 140px);
    padding: 14px 10px 10px 0px;
} 
.media .link._side{
    margin-top: 50px;
 }
.companyprofile .small-inner{
    display: flex;
    justify-content: space-between;
    margin-right: 0px;
}
.companyprofile .small-inner .companyprofile-about-wrap{
    width: 44.2%;
    padding-right: 2%;
    padding-bottom: 0px;
}
.companyprofile .small-inner .companyprofile-img-wrap{
    width: 55.8%;
    position: relative;
}
.companyprofile .small-inner .companyprofile-img-wrap .companyprofile-img{
    position: absolute;
    top:-170px;
}
.companyprofile h2.sub-tit{
    margin-bottom: 100px;
}
.companyprofile .name{
    margin-bottom: 78px;
}
.companyprofile dt, dd{
    margin-bottom: 0px
}
.score-of-business > .inner{
    margin-bottom: 210px;
}
.score-of-business .score-list ol._en{
    margin-bottom: 0px;
}
.score-of-business .score-list ol._ja{
    padding-left: 65px;
}  
.score-of-business .score-list{
    display: flex;
    justify-content: space-between;
}     
.score-of-business ol li{
    margin-bottom: 15px;
}
.access .inner{
    padding-top:65px;
}
.access h2.sub-tit{
    margin-bottom: 110px;
}
.access .small-inner{
    display: flex;
    justify-content: space-between;  
}
.access .access-info-wrap{
    width: 49%;
}
.access .googlemap{
    margin-bottom: 95px;
}
.access .announce{
    max-width: 360px;
}
.access .access-map-wrap {
    width: 48%;
    position: relative;
}
.access .access-map-wrap .access-map-img{
    position: absolute;
    top:-155px;
}
/*kafilms pc*/
.kafilms .page-tit{
    width: 160px;
}
.kafilms .head-wrap{
    margin-top: 0px;
}
.kafilms .head-content{
    margin-left: 20px;
}
.kafilms > .inner{
    padding-top:180px;
}
.kafilms .filmsdata-wrap{
    max-width: 43%;
    padding-right: 20px;
}
.kafilms .filmsmovie-wrap{
    max-width: 57%;
}
.kafilms ul.kafilms-archive li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.kafilms h2.linetop-tit{
    padding-top: 28px;
    margin-bottom: 40px;
}
.kafilms .link{
    text-align: left;
}
/*contactform pc*/

.contact .reqired-fields{
    padding-left: 170px;
}
.contact .successfully{
    margin-bottom: 50px;
}
.thanks > .inner{
    padding-top: 90px;
}
.thanks .thanks-img{
    margin-bottom: 70px;
}
.newsList {
	margin-top: 84px;
}

.newsList > .inner {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.newsList-ctgr {
	margin-top: -2px;
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
}

.newsList-ctgr > p:nth-of-type(n + 2) {
	margin-top: 21px;
}

.newsList-body {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 100px;
	max-width: 900px;
}

.newsList-item {
	padding: 67px 0 143px;
}

.newsList-tit > span[lang=en]:after {
	content: " / ";
}

.newsList .space-txt {
	line-height: 2;
	margin-top: 44px;
}

.newsList .space-txt > div:nth-of-type(n + 2) {
	margin-top: 2em;
}

.paging {
	margin-top: 57px;
}

.art {
	margin-bottom: 180px;
}

.art-head {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 94px;
}

.art-boxs {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
}

.art-box {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	max-width: 373px;
}

.art-box:nth-of-type(n + 2) {
	margin-left: 10.0728%;
}

.art-txt {
	margin-top: 38px;
}

.art-body {
	margin-top: 145px;
}

.art-movie:before {
	height: 112px;
	width: 112px;
}

.art-fig {
	margin-top: 50px;
}

.art-fig._vertical {
	max-width: min(36.6032210835vw, 730px);
}

.art-img {
	height: 100vh;
	margin: 50px calc(50% - 50vw) 0;
}

.art-inner {
	bottom: 84px;
	padding: 0 100px;
}

.art-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 98px;
}

.art-def {
	max-width: 373px;
}

.art-def:nth-of-type(n + 2) {
	margin-left: 80px;
}

.head {
	padding-top: 278px;
}

.head > .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.head-content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 87px;
}

.head-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.head-txt:nth-of-type(n + 2) {
	margin-left: 50px;
}

.head-txt[lang=en] {
	max-width: 452px;
}

.linear {
	margin-top: 155px;
}

.modal-container {
	top: calc(50% + 30px);
}

.modal-inner {
	padding: 100px 0 147px;
}

.modal-inner > div {
	padding: 0 80px;
}

.modal-close {
	right: 35px;
	top: 35px;
}

.modal-head {
	padding-bottom: 93px;
}

.modal-body {
	margin: 70px auto 0;
}

.proArt {
	margin-top: -15px;
}

.proArt-wrap {
	padding-top: 120px;
}

.proArt-wrap:nth-of-type(n + 2) {
	margin-top: 52px;
}

.proArt-list {
	margin-top: 50px;
}

.proArt-list > * {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(33.33% - 58px * 2 / 3);
	-ms-flex: 0 0 calc(33.33% - 58px * 2 / 3);
	flex: 0 0 calc(33.33% - 58px * 2 / 3);
	margin-right: 58px;
}

.proArt-list > *:nth-of-type(3n) {
	margin-right: 0;
}

.proArt-item:nth-of-type(n + 4) {
	margin-top: 69px;
}

.cta {
	margin-top: 61px;
}

.cta .small-inner {
	margin-top: 69px;
}

.cta .small-inner > .space-txt {
	margin-top: 43px;
}

.gallery {
	margin-top: 105px;
}

.gallery > .inner {
	grid-column-gap: 7px;
	grid-row-gap: 7px;
	display: grid;
	grid-template-columns: 334fr 141fr 525fr;
}

.gallery-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 7px;
}

.gallery-img:first-child {
	grid-area: 1/1/3/3;
}

.gallery-img:nth-child(2) {
	grid-area: 1/3/2/4;
}

.gallery-img:nth-child(3) {
	grid-area: 2/3/3/4;
}

.gallery-img:nth-child(4) {
	grid-area: 3/1/4/2;
}

.gallery-img:nth-child(5) {
	grid-area: 3/2/4/4;
}

.position {
	margin-top: 61px;
}

.position-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.position-content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 107px;
	padding-top: 110px;
}

.position-list:nth-of-type(n + 2) {
	margin-left: 60px;
}

.circles {
	right: 100px;
}

.mind {
	margin-top: 177px;
	padding: 178px 0;
}
.mind h3.page-subtit{
	padding-top: 90px;
}
.mind h3.page-subtit span{
    padding-left: 20px;
}
.mind-wrap {
	margin-top: 65px;
	max-width: 417px;
}

/* .mv {
	background: url(../img/top/mv_bg.jpg) center/cover no-repeat;
} */

.mv-inner {
	bottom: 69px;
	padding: 0 60px;
}

.news {
	margin-top: 105px;
}

.news-box {
	margin-left: auto;
	max-width: 709px;
}

.news-list {
	margin-top: 24px;
	padding: 0 10px;
}

.news-item {

}
.news-item a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.news-item > a > time {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 90px;
	-ms-flex: 0 0 90px;
	flex: 0 0 90px;
	margin-right: 6.8%;
}

.news-item > a > p {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-line-clamp: 1;
	flex-grow: 1;
	max-height: 1.6666em;
}

.news .link {
	margin-top: 71px;
}

.project {
	margin-top: 173px;
}

.project-list {
	margin-top: 50px;
}

.project-item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.project-item:nth-of-type(n + 2) {
	margin-top: 40px;
}

.project-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 68.61%;
	-ms-flex: 0 1 68.61%;
	flex: 0 1 68.61%;
}


.project-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 31.39%;
	-ms-flex: 0 1 31.39%;
	flex: 0 1 31.39%;
	margin-top: 27px;
	padding-left: 2.83%;
}

.project .link {
	margin-top: 122px;
}

.service {
	margin-top: 88px;
}

.service .line-tit {
	max-width: 372.5px;
}

.service-wrap {
	margin-top: 46px;
/* 	max-width: 380px; */
}

.service .link {
	margin-top: -8px;
}

.service-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 53px;
}

.service-item:nth-of-type(n + 2) {
	margin-left: 58px;
}

.service-tit {
	margin-top: 20px;
}

/*films top*/
.films {
	margin-top: 180px;
}
    
.films .films-wrap {
	margin:0 auto;
    margin-top: 46px;
}
.films .link {
	margin-top: 112px;
}
.films .films-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin:0 auto;
    margin-top: 53px;
	padding: 0 66px;
}
.films .films-list .films-item{
    width: 50%;
}
.films .films-item:nth-of-type(n + 2) {
	margin-top:0px;
    margin-left: 80px;
}
.films .films-content {
	margin-top: 35px;
}


}


@media (min-width: 766px) and (max-width: 1190px) {
    .profile dd._en{
        padding-left: 3%;
        padding-right: 3%
    }
    .companyceo .companyceo-inner .ceoprofile-wrap{
        width: 30%;
    }
    .companyceo .companyceo-inner .ceo-img-wrap{
        padding-left: 5%;
        width: calc(100% - 30%);
    }
    .companyceo .ceo-about-wrap{
        padding-left: 5%;
        width: calc(100% - 30%);
    }
    .companyceo .companyceo-inner .ceo-img-wrap .ceo-img{
        margin-bottom: 55px;
    }
}


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

.mv-inner {
	max-width: 1250px;
}

}

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

._sm {
	display: none;
}

.nav-inner {
	position: relative;
	top: -9px;
}

.nav-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.nav-item:nth-of-type(n + 2) {
	margin-left: 28px;
}

.nav-insta {
	margin-bottom: 7px;
	margin-left: auto;
}

}

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

.mv-inner {
	max-width: 85%;
}

}

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

._md {
	display: none;
}

.nav-inner {
	-webkit-transition: opacity 0.5s, visibility 0.5s;
	background-color: #000;
	height: 100vh;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.5s, visibility 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 30;
    background: url(../img/nav_bg.jpg) center/cover no-repeat;
}

.nav-logo {
	margin: 80px auto 90px;
	max-width: 300px;
}
  
.nav-list {
	text-align: center;
}

.nav-item:nth-of-type(n + 2) {
	/*margin-top: 1.5em;*/
    margin-top:2.8em;
}

.nav-insta {
	margin: 0 auto;
}

}

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

.inner {
	padding: 0 20px;
}

.space-txt {
	line-height: 1.8461;
}

._pc {
	display: none;
}

._custom_scroll::-webkit-scrollbar {
	height: 3px;
	width: 3px;
}

.footer {
	margin-top: 147px;
}

.footer-item {
	margin: 0 20px;
	padding: 58px 10px 55px;
}

.footer-item:nth-of-type(n + 2) {
	border-top: 1px solid #eaeaea;
}

.footer-bottom {
	padding: 40px 10px;
}

.footer-left {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-link:nth-of-type(n + 2) {
	margin-left: 26px;
}

.footer-copy {
	letter-spacing: 0.15em;
	margin-top: 24px;
	text-align: center;
}

.fv {
	padding-top: 133.3333%;
}

.fv._project {
	background: url(../img/project/fv_bg_sp.jpg) center/cover no-repeat;
	min-height: 510px;
}

.fv-inner {
	bottom: 120px;
	padding: 0 20px;
}

.fv-links {
	bottom: 30px;
	gap: 18px;
	padding: 0 20px;
}

.fv-link {
	font-size: 12px;
}

.fv-link a {
	padding-bottom: 6px;
	width: 170px;
}

.fvImg {
	padding-bottom: 95px;
	padding-top: 140px;
}

.fvImg .small-inner {
	margin-top: 64px;
}

.fvImg._mind .fvImg-head {
	max-width: 90%;
}

.fvImg._mind .space-txt._ja {
	margin-top: 34px;
}

.fvImg._recruit .fvImg-head {
	max-width: 87%;
}

.fvImg._recruit .space-txt._ja {
	margin-top: 34px;
}

.fvImg._service .fvImg-head {
	max-width: 90%;
}

.fvImg._service .space-txt._ja {
	margin-top: 34px;
}
    
.fvImg-tit {
	margin-top: 68px;
}

.fvImg-wrap {
	margin-top: 40px;
}

.header-inner {
	height: 90px;
	padding-bottom: 20px;
	padding-inline: 20px;
}

.header-logo {
	line-height: 1.1;
	margin-bottom: 12px;
	width: 246px;
}

.link {
	margin-top: 46px;
}

.nav-icon {
	padding: 28px 25px 0 0;
	width: 35px;
}

.visual {
	height: 200px;
	margin-top: 80px;
}

.error {
	background: url(../img/error_sp.jpg) center/cover no-repeat;
}

.error-content {
	padding-top: 22%;
}

.approach {
	margin-top: 40px;
}

.approach-inner {
	margin-top: 49px;
}

.approach-txt {
	margin-top: 30px;
}

.approach-img {
	margin: 39px auto 0;
	max-width: 400px;
}

.approach-list {
	margin-top: 58px;
}

.approach-item:nth-of-type(n + 2) {
	margin-top: 35px;
}

.essential {
	margin-top: 40px;
}

.essential .small-inner {
	margin-top: 37px;
}

.essential-list {
	margin-top: 50px;
}

.essential-item:nth-of-type(n + 2) {
	margin-top: 100px;
}

.essential-imgs {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.essential-img:nth-of-type(n + 2) {
	margin-top: 20px;
}

.essential-content {
	margin-top: 33px;
}

.essential-wrap {
	margin-top: 27px;
}

.essential .space-txt._ja {
	margin-top: 1.66em;
}

.newsList {
	margin-top: 65px;
}

.newsList-ctgr {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.newsList-ctgr > p:nth-of-type(n + 2) {
	margin-left: 20px;
}

.newsList-body {
	margin-top: 58px;
}

.newsList-item {
	padding: 58px 0 77px;
}

.newsList-tit > span {
	display: block;
}

.newsList .space-txt {
	line-height: 1.8461;
	margin-top: 33px;
}

.newsList .space-txt > div:nth-of-type(n + 2) {
	margin-top: 1.8em;
}

.paging {
	margin-top: 24px;
}

.art {
	margin-bottom: 100px;
}

	.art-head {
		margin-top: 46px;
	}

.art-box:nth-of-type(n + 2) {
	margin-top: 50px;
}

.art-txt {
	margin-top: 32px;
}

.art-body {
	margin: 80px -20px 0;
}

.art-movie:before {
	height: 60px;
	width: 60px;
}

.art-fig {
	margin-top: 30px;
}

.art-fig._vertical {
	max-width: 500px;
}

.art-fig > figcaption {
	padding: 0 20px;
}

.art-img {
	margin: 30px calc(50% - 50vw) 0;
	padding-top: 133.3333%;
}

.art-inner {
	bottom: 40px;
	padding: 0 20px;
}

.art-info {
	margin-top: 82px;
}

.art-def:nth-of-type(n + 2) {
	margin-top: 50px;
}

.head {
	padding-top: 140px;
}

.head-content {
	margin-top: 65px;
}

.head-txt:nth-of-type(n + 2) {
	margin-top: 31px;
}

.linear {
	margin-top: 82px;
}

.linear .link {
	margin-top: 0;
}

.modal-container {
	padding: 50px 0 0;
	top: 50%;
}

.modal-inner {
	padding: 0 0 50px;
}

.modal-inner > div {
	padding: 0 20px;
}

.modal-close {
	right: 18px;
	top: 16px;
}

.modal-head {
	padding-bottom: 54px;
}

.modal-body {
	margin: 54px auto 0;
}

.proArt-wrap {
	padding-top: 94px;
}

.proArt-list {
	margin-top: 30px;
}

.proArt-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
}

.proArt-list > * {
	max-width: 100%;
	width: 510px;
}

.proArt-item:nth-of-type(n + 2) {
	margin-top: 38px;
}

.cta {
	margin-top: 40px;
}

.cta .small-inner {
	margin-top: 40px;
}

.cta .small-inner > .space-txt {
	margin-top: 34px;
}

.gallery {
	margin-top: 77px;
}

.gallery-img:nth-of-type(n + 2) {
	margin-top: 7px;
}

.position {
	margin-top: 40px;
}

.position > .small-inner {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0 20px;
}

.position-content {
	padding-top: 40px;
}

.position-list:nth-of-type(n + 2) {
	margin-left: 30px;
}

.circles {
	-webkit-transform: translateX(-50%);
	left: 50%;
	transform: translateX(-50%);
}

.mind {
	margin-top: 80px;
	padding: 80px 0;
}

.mind-wrap {
	margin-top: 52px;
}

/* .mv {
	background: url(../img/top/mv_bg_sp.jpg) center/cover no-repeat;
}
 */
.mv-inner {
	bottom: 80px;
}

.mv-inner > div {
	padding: 0 20px;
}

.news {
	margin-top: 80px;
}

.news-list {
	margin-top: 27px;
}

.news-item > p {
	-webkit-line-clamp: 2;
	max-height: 3.3332em;
}

.project {
	margin-top: 75px;
}

.project-list {
	margin-top: 30px;
}

.project-item:nth-of-type(n + 2) {
	margin-top: 38px;
}

.project-content {
	margin-top: 20px;
}

.project .link {
	margin-top: 46px;
}

.service {
	margin-top: 80px;
}

.service-wrap {
	margin-top: 27px;
}

.service-list {
	margin-top: 39px;
}

.service-item:nth-of-type(n + 2) {
	margin-top: 37px;
}

.service-tit {
	margin-top: 15px;
}

}
.project-img._pickup {
  width: 100%;
  aspect-ratio: 21 / 10; /* ≒ 2.1 : 1 */
  overflow: hidden;
}

.project-img._pickup img {
  width: 100%;
  height: 100%;
  object-fit: cover;        /* はみ出した部分をトリミング */
  object-position: center;  /* 中央基準で切り抜き */
}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeInUp {

0% {
	-webkit-transform: translateY(10px);
	opacity: 0;
	transform: translateY(10px);
}

100% {
	-webkit-transform: translateY(0px);
	opacity: 1;
	transform: translateY(0px);
}

}

@keyframes fadeInUp {

0% {
	-webkit-transform: translateY(10px);
	opacity: 0;
	transform: translateY(10px);
}

100% {
	-webkit-transform: translateY(0px);
	opacity: 1;
	transform: translateY(0px);
}

}

@-webkit-keyframes bar {

0% {
	opacity: 0;
	top: 2%;
}

10% {
	opacity: 0;
	top: 2%;
}

20% {
	opacity: 1;
}

75% {
	opacity: 1;
}

100% {
	opacity: 0;
	top: calc(100% - 23px);
}

}

@keyframes bar {

0% {
	opacity: 0;
	top: 2%;
}

10% {
	opacity: 0;
	top: 2%;
}

20% {
	opacity: 1;
}

75% {
	opacity: 1;
}

100% {
	opacity: 0;
	top: calc(100% - 23px);
}

}

@-webkit-keyframes draw {

0% {
	stroke-dashoffset: 18.8; /* 線がまだ無い */
	opacity: 1; /* 表示 */
}

80% {
	stroke-dashoffset: 0; /* 線が描かれた状態 */
	opacity: 1;
}

98% {
	stroke-dashoffset: 0; /* 線が描かれた状態 */
	opacity: 1;
}

100% {
	stroke-dashoffset: 0;
	opacity: 0; /* フェードアウトして消える */
}

}

@keyframes draw {

0% {
	stroke-dashoffset: 18.8; /* 線がまだ無い */
	opacity: 1; /* 表示 */
}

80% {
	stroke-dashoffset: 0; /* 線が描かれた状態 */
	opacity: 1;
}

98% {
	stroke-dashoffset: 0; /* 線が描かれた状態 */
	opacity: 1;
}

100% {
	stroke-dashoffset: 0;
	opacity: 0; /* フェードアウトして消える */
}

}

.grecaptcha-badge { visibility: hidden; }


@-webkit-keyframes draw2 {
	0% {
		stroke-dashoffset: 18.8; /* 線がまだ無い */
		opacity: 1; /* 表示 */
	}
	100% {
		stroke-dashoffset: 0; /* 線が描かれた状態 */
		opacity: 1;
	}
}

@keyframes draw2 {
	0% {
		stroke-dashoffset: 18.8; /* 線がまだ無い */
		opacity: 1; /* 表示 */
	}
	100% {
		stroke-dashoffset: 0; /* 線が描かれた状態 */
		opacity: 1;
	}
}

.fvImg._mind .fvImg-tit {
	font-weight: 700;
	font-size: 15px;
}

._sp_block { display: inline; }
@media (max-width: 767px){
  ._sp_block { display: block; }
}


.fv._project {
	position: relative;
}

.fv._project::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.3);
  pointer-events: none;
  z-index: 1;
}

.fv._project .fv-inner,
.fv._project .fv-links,
.fv._project .scroll{
  z-index: 2;
}

.art-txt p {
margin: 0.5em 0 1em;
}