@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&display=swap');

/*
Theme Name: inovis
Theme URI: inovis.co.jp
Description: 株式会社Inovis
Author: marmelo
Author URI: http://marmelo-design.com/
Version: 1.0
*/
/* ==================================================================================
   general style
===================================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, main, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic,
    "Yu Gothic", "游ゴシック体", "YuGothic", "Roboto", "Avenir Next",
    "Helvetica Neue", Helvetica, Verdana, "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  min-height: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
.wrap, .wrap-m, .wrap-s {
  width: calc(100% - 48px);
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/*--- Link ---*/
a {
  text-decoration: none;
  color: #252525;
  transition: all 0.15s;
}
a:link {
  text-decoration: none;
  color: #252525;
}
a:visited {
  text-decoration: none;
  color: #252525;
}
a:hover {
  text-decoration: none;
  color: #252525;
  opacity: 1;
}
a:active {
  text-decoration: none;
}
.form-control {
  transition: all 0.15s ease-in-out 0s;
}

a,
.btn {
  transition: all 0.15s;
  border-radius: 0px;
}
button {
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
::-moz-selection {
  background-color:#1D333C;
  color: #fafafa;
  text-shadow:none
}
::selection {
  background-color:#1D333C;
  color: #fafafa;
  text-shadow:none
}
/*--- Typography ---*/
.serif {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
p {
  font-size: 14px;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 700 16px/1.5;
  margin: 0;
  font-feature-settings: "palt";
}
h1 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 2px;
}
h2 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0;
}
h3 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 8px;
}
h4 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
h6 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

/*--- Color ---*/
.blue-d {
  color: #005A80;
}
.blue-d-bg {
  background: #005A80;
}
.navy {
  color: #041821;
}
.navy-bg {
  background: #041821;
}
.navy-m {
  color: #1D333C;
}
.navy-m-bg {
  background: #1D333C;
}
.navy-l {
  color: #57646A;
}
.navy-l-bg {
  background: #57646A;
}
.black {
  color: #000;
}
.black-bg {
  background: #000;
}
.black-25 {
  color: #252525;
}
.black-25-bg {
  background: #252525;
}
.black-66 {
  color: #666;
}
.black-66-bg {
  background: #666;
}
.black-99 {
  background: #999;
}
.black-99-bg {
  color: #999;
}
.black-dd {
  background: #ddd;
}
.black-dd-bg {
  color: #ddd;
}
.black-ef {
  background: #efefef;
}
.black-ef-bg {
  background: #efefef;
}
.black-fa {
  background: #fafafa;
}
.black-fa-bg {
  background: #fafafa;
}
.white {
  background: #fff;
}
.white-gb {
  background: #fff;
}

/* -----------------------------------
   Loader
-------------------------------------- */
#lottie{
  width:50%;
  height:50%;
  display:block;
  overflow: hidden;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
  z-index: 99999999;
}
#lottie {
  -webkit-animation: lotties 3s forwards;
          animation: lotties 3s forwards;
}
@-webkit-keyframes lotties {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes lotties {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
.loader{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: #fff;
  z-index:999999;
}
.loader {
  -webkit-animation: loaderbg 3.2s forwards;
          animation: loaderbg 3.2s forwards;
          transition: transform 0.2s cubic-bezier(0, 0.55, 0.45, 1);
}
@-webkit-keyframes loaderbg {
  70% {
    opacity: 1;
    height: 100%;
  }
  100% {
    opacity: 1;
    display: none;
    height: 0;
    top: 0;
    bottom: auto;
  }
}
@keyframes loaderbg {
  70% {
    opacity: 1;
    height: 100%;
  }
  100% {
    opacity: 1;
    display: none;
    height: 0;
    top: 0;
    bottom: auto;
  }
}


/* -----------------------------------
   header
-------------------------------------- */
#header {
  width: 100%;
  height: 80px;
  display: block;
  margin: 0 auto;
  position: fixed;
  z-index: 9999;
  transition: all 0.15s ease-in-out;
  background: none;
}
#header.hide{
  transform: translateY(-100%);
}
.header-wrap {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-logo {
  margin-right: auto;
  height: 30px;
}
.header-logo img {
  width: auto;
  height: 30px;
  margin-left: 24px;
}

/* hmb menu */
#hmb {
  position: absolute;
  top: 16px;
  right:24px;
}
.nav-open #hmb {
  position: fixed;

}
.line-list {
  display: block;
  transition: all 0.2s;
  box-sizing: border-box;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 0;
  margin-left: auto;
  z-index: 9999;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, .2);
}
.line-list span {
  display: block;
  transition: all 0.2s;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  border-radius: 4px;
  background: #fff;
}
.line-list span:nth-child(1) {
  margin-top: -10px;
}
.line-list span:nth-child(2) {
  margin-top: -2px;
}
.line-list span:nth-child(3) {
  margin-top: 6px;
}

.line-list.active span:nth-child(1) {
  width:20px;
  height: 1px;
  transform: translateY(8px) rotate(-45deg);
  left: 9px;
  margin-top: -9px;
  background: #fff;
}
.line-list.active span:nth-child(2) {
  opacity: 0;
}
.line-list.active span:nth-child(3) {
  width:20px;
  height: 1px;
  transform: translateY(-8px) rotate(45deg);
  left: 9px;
  margin-top: 7px;
  background: #fff;
}
/* メニューの中身 */
#hmb-content{
  position:fixed;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  top:0;
  left: 0;
  right: 0;
  width:100%;
  height: 100%;
  background: linear-gradient(-125deg, #57646A, #041821);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
#hmb-content .header-logo{
  top: 25px;
  height: 30px;
  display: none;
  transition: all 0.15s ease-in-out;
}
.nav-open #hmb-content .header-logo{
  z-index: 999;
  display: block;
  position: fixed;
}
.nav-open #hmb-content{
  position:fixed;
  visibility: visible;
  opacity: 1;
  z-index:999;
  top:0;
  left: 0;
  right: 0;
  width:100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.header-menu-list{
  display: flex;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 24px;
}
#hmb ul {
  display: flex;
  position: relative;
  flex-direction: column;
  list-style: none;
  margin-right: auto;
  width: auto;
  padding: 0;
  padding-left: 40px;
}
#hmb ul li {
  text-align: left;
  font-family: 'Roboto';
  padding: 8px 0;
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
  display: inline-block;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
#hmb ul a {
  font-family: 'Roboto';
  color: #fff;
  text-align: left;
  width: 100%;
  height: auto;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.header-menu-list-img{
  width: 80px;
  opacity: 0.2;
}
.header-menu-list-img img{
  width: 100%;
}
#hmb-content .hmb-contact{
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 auto;
  width: calc(100% - 80px);
  padding: 24px 0 0;
  position: relative;
}
#hmb-content .hmb-contact a{
  font-family: 'Roboto';
  letter-spacing: 2px;
  color: #999;
  margin-bottom: 16px;
}
#hmb-content .hmb-contact p{
  font-family: 'Roboto';
  font-weight: 400;
  letter-spacing: 2px;
  color: #999;
}
#hmb-content .hmb-contact .copyrights{
  margin-top: 24px;
  font-size: 0.75rem;
  font-family: 'Roboto';
  font-weight: 400;
  letter-spacing: 0;
  color: #999;
}
.header-menu-list{
  position: relative;
  width: 100%;
  height: auto;
}
#hmb ul li{
  opacity: 0.2;
  transform: translateY(80px);
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
.nav-open #hmb ul li{
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 1 !important;
  transform: translateY(0);
}
#hmb ul li:nth-child(2){
  transition-delay: 0.05s;
}
#hmb ul li:nth-child(3){
  transition-delay: 0.1s;
}
#hmb ul li:nth-child(4){
  transition-delay: 0.15s;
}
#hmb ul li:nth-child(5){
  transition-delay: 0.2s;
}
#hmb ul li:nth-child(6){
  transition-delay: 0.25s;
}
#hmb ul li:nth-child(7){
  transition-delay: 0.3s;
}
.hmb-contact{
  opacity: 0.2;
  transform: translateY(80px);
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
.nav-open #hmb .hmb-contact{
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 1 !important;
  transform: translateY(0);
}
.header-menu-img{
  width: 80px;
  height: auto;
  position: absolute;
  top: 100px;
  right: 24px;
  overflow: hidden;
}
.header-menu-img img{
  width: 100%;
}
.header-menu-img{
  opacity: 0;
  transform: translateY(80px);
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
.nav-open .header-menu-img{
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  opacity: 0.2 !important;
  transform: translateY(0);
}
.header-menu-txt{
  position: relative;
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header-menu-txt-item{
  left: 0;
  top:0;
  transition: all .3s;
  transform: translate(0, 0);
  display: block;
  opacity:1;
  z-index: 999;
  line-height: 1;
  padding: 0;
}
.header-menu-txt-item:nth-child(2){
  opacity:0;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0,100%);
}
.header-menu ul li:hover .header-menu-txt-item:nth-child(1){
  opacity:0;
  transform: translate(0,-100%);
}
.header-menu ul li:hover .header-menu-txt-item:nth-child(2){
  opacity:1;
  transform: translate(0, 0);
}



/* black */
.header-wrap.bl{
  color: #252525;
}
.header-wrap.bl .header-menu ul li a{
  color: #252525;
}
.header-wrap.bl .header-menu-txt-item::after{
  background: #252525;
}
.header-wrap.bl .line-list{
  border: 1px solid rgba(37, 37, 37, .2);
}
.header-wrap.bl .line-list span{
  background: #252525;
}
.header-wrap.bl .svgpath circle:hover{
  stroke: #252525;
}
.header-wrap.bl .line-list.active span{
  background: #fff;
}



/* -----------------------------------
   animation
-------------------------------------- */
.container{
  position: relative;
}

.contents, .about, .works, .service{
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.fade{
  opacity: 0.2;
  transform: translateY(16px);
}
.fade-on{
  transition: all 1s linear;
  opacity: 1 !important;
  transform: translateY(0);
}

.fadeup{
  opacity: 0.2;
  transform: translateY(24px);
}
.fadeup-on{
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  opacity: 1;
  transform: translateY(0);
}
.fadeup:nth-child(2) {
  transition-delay: 0.4s;
}
.fadeup:nth-child(3) {
  transition-delay: 0.8s;
}
.fadeup:nth-child(4) {
  transition-delay: 1.2s;
}
.fadeup:nth-child(5) {
  transition-delay: 1.6s;
}
.fadeup2{
  opacity: 0;
}
.fadeup2-on{
  -webkit-animation: fadeUp2 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeUp2 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@-webkit-keyframes fadeUp2 {
  0% {
    transform: translateY(24px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp2 {
  0% {
    transform: translateY(24px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeup2:nth-child(2) {
  transition-delay: 0.4s;
}
.fadeup2:nth-child(3) {
  transition-delay: 0.8s;
}
.fadeup2:nth-child(4) {
  transition-delay: 1.2s;
}
.fadeup2:nth-child(5) {
  transition-delay: 1.6s;
}
.fadeup3{
  opacity: 0;
}
.fadeup3:nth-child(2) {
  transition-delay: 0.4s;
}
.fadeup3:nth-child(3) {
  transition-delay: 0.8s;
}
.fadeup3:nth-child(4) {
  transition-delay: 1.2s;
}
.fadeup3:nth-child(5) {
  transition-delay: 1.6s;
}
.fadeup3.fadeup3-on {
  -webkit-animation: fadeUp3 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeUp3 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@-webkit-keyframes fadeUp3 {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp3 {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.top-service-list-wrap .list-item{
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.list-item-s::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #252525;
  width: 0;
  transition: all 0.1s ease;
}
.list-item-s:hover:nth-child(1)::after{
  width: 50%;
}
.list-item-s:hover:nth-child(2)::after{
  width: 100%;
}
.list-item-s{
  left: 0;
  bottom:0;
  transition: all 0.7s;
  transform: translate(0, 0);
  display: block;
  opacity:1;
  white-space: nowrap;
  z-index: 999;
}
.list-item-s:nth-child(2){
  position: absolute;
  opacity:0;
  transform: translate(0,100%);
}
.list-item:hover .list-item-s:nth-child(1){
  opacity:0;
  transform: translate(0,-100%);
}
.list-item:hover .list-item-s:nth-child(2){
  opacity:1;
  transform: translate(0, 0);
}




/* txt fadeup */
.txtup span {
  display: block;
  transform: translate(0, 110%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition-delay: 0.2s;
}
.txtup.txtup-on span{
  transform: translate(0, 0);
}
.txtup span:nth-child(2) {
  transition-delay: 0.05s;
}
.txtup span:nth-child(3) {
  transition-delay: 0.1s;
}
.txtup span:nth-child(4) {
  transition-delay: 0.15s;
}
.txtup span:nth-child(5) {
  transition-delay: 0.2s;
}
.txtup span:nth-child(6) {
  transition-delay: 0.25s;
}
.txtup span:nth-child(7) {
  transition-delay: 0.3s;
}
.txtup span:nth-child(8) {
  transition-delay: 0.35s;
}
.txtup span:nth-child(9) {
  transition-delay: 0.4s;
}
.txtup span:nth-child(10) {
  transition-delay: 0.45s;
}
.txtup span:nth-child(11) {
  transition-delay: 0.5s;
}
.txtup span:nth-child(12) {
  transition-delay: 0.55s;
}
h1{
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flipup{
  left: 0;
  bottom:0;
  transition: all 0.7s;
  transform: translate(0, 0);
  display: block;
  opacity:1;
  white-space: nowrap;
  z-index: 999;
}
.flipup:nth-child(2){
  position: absolute;
  opacity:0;
  transform: translate(0,100%);
}
.flipup.flipup-on:nth-child(1){
  opacity:0;
  transform: translate(0,-100%);
}
.flipup.flipup-on:nth-child(2){
  opacity:1;
  transform: translate(0, 0);
}

.infinity-slide{
  overflow: hidden;
}
.infinity-slide-inner, .infinity-slide-inner-2{
  display: flex;
  width: 100%;
}

.title-catch{
  -webkit-animation: infinity-loop 40s infinite linear 1s both;
          animation: infinity-loop 40s infinite linear 1s both;
  display: flex;
  height: auto;
  position: relative;
  padding-right: 24px;
  font-family: 'Roboto';
  font-size: 10rem;
  line-height: 1;
  font-weight: 100;
  color: #041821;

  background-size: 200% 200%;
  opacity: 0.5;
}
.title-catch span{
  background: linear-gradient(45deg, #efefef, #041821);
  background: -webkit-linear-gradient(45deg, #efefef, #041821);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-catch:nth-child(2){
  transition-delay: 5s;
}
@-webkit-keyframes infinity-loop {
  0% {
    transform: translateX(0vw);
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    transform: translateX(-100%);
    background-position: 0% 50%;
  }
}
@keyframes infinity-loop {
  0% {
    transform: translateX(0vw);
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    transform: translateX(-100%);
    background-position: 0% 50%;
  }
}
.title-catch:hover{
  background-position: 100% 50%;
}




/* -----------------------------------
   common/sp
-------------------------------------- */
.top-link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: auto;
  text-align: left;
  text-decoration: none;
  line-height: 1;
  font-weight: 400;
}
.top-link:link, .top-link:visited{
  color: #999;
}
.top-link::after {
  right: 0;
  width: 12px;
  height: 12px;
  margin-left: 12px;
  line-height: 1;
  content: "";
  background-image: url(images/arrow_link.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  transform: translateX(0);
}
.top-link:hover::after {
  -webkit-animation: cubic-bezier(0.165, 0.84, 0.44, 1) slide-in .4s forwards;
  animation: cubic-bezier(0.165, 0.84, 0.44, 1) slide-in .4s forwards;
}
@-webkit-keyframes slide-in{
  0%{opacity:0}25%{opacity:0;transform:translateX(-1.5625rem)}100%{opacity:1;transform:translateX(0)}}
@keyframes slide-in{
  0%{opacity:0}25%{opacity:0;transform:translateX(-1.5625rem)}100%{opacity:1;transform:translateX(0)}}@media screen and (max-width: 769px){.profile .profile-link_work{margin-top:2.9375rem}}
  @-webkit-keyframes fadeIn-label-anim{0%{content:attr(data-download-label)}45%{opacity:0}50%{opacity:0}55%{opacity:0}100%{content:attr(data-download-hover-label);opacity:1}
}
.more-btn {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.more-btn a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border:1px solid #252525;
  color: #252525;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  transition: transform ease 0.3s;

}
.more-b a{
  border:1px solid #252525;
  color: #252525;
}
.more-w a{
  border:1px solid #fff;
  color: #fff;
}

/* cross */
.cross{
  position: fixed;
  width: 260px;
  height: 260px;
  top:0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cross-l, .cross-r{
  width: 48px;
  height: auto;
  opacity: 0;
}
.page-cross{
  position: fixed;
  width: 260px;
  height: 260px;
  top: 24px;
  right: 24px;
  margin: auto;
  z-index: 0;
  opacity: 1;
}
.page-cross-img{
  width: 260px;
  height: 260px;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
.page-cross2{
  position: absolute;
  width: 260px;
  height: 260px;
  top: 24px;
  left: 24px;
  margin: auto;
  z-index: 99;
  opacity: 1;
  display: none;
}
.page-cross2-img{
  width: 260px;
  height: 260px;
}

/* title-common/sp */
.head-title{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 0;
}
.head-title-l{
  width: 100%;
}
.head-title-m{
  width: 40%;
}
.head-title::before{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.head-title h5{
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 500;
}
.top-link{
  font-family: 'Roboto';
  position: absolute;
  right: 0;
  font-size: 0.75rem;
  color: #999;
}
.head-title-cap{
  padding: 8px 0 0;
}
.head-title-cap p{
  line-height: 2;
}
.title-l{
  position: relative;
}
.title-l h1{
  font-family: 'Roboto';
  font-weight: 300;
  padding: 8px 0;
}
.title-l .title-l-h1{
  font-family: 'Roboto';
  font-weight: 300;
  padding: 8px 0;
  font-size: 3rem;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.title-l h2{
  font-family: 'Roboto';
  font-weight: 300;
  padding: 8px 0;
}


.title-l h4{
  padding: 8px 0;
  letter-spacing: 2px;
  line-height: 1.6;
}

.title-copy h4{
  letter-spacing: 8px;
}

.title-l p{
  text-align: justify;
  padding: 12px 0 16px;
  line-height: 2.25;
  letter-spacing: 1px;
}

/* white */
.head-title.wh{
  color: #fff;
}
.head-title.wh::before{
  background: rgba(255, 255, 255, .1);
}
.head-title-cap.wh{
  color: #fff;
}

.title-l .mvv-txt{
  letter-spacing: 2px;
}


.block{
  position: relative;
  padding: 24px 0;
}
.block-nop{
  padding: 0;
}
/* -----------------------------------
   top/sp
-------------------------------------- */
.contents{
  position: relative;
  min-height: 100%;
}

/*--- kv ---*/
.mv {
  position: relative;
  display: block;
  width: 100%;
  z-index: 99;
}
.mv-wrap {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

/* mv slide */
.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 80vh;
}
.fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
  box-sizing: border-box;
}
.fnc-slider__slides {
  position: relative;
  height: 100%;
  transition: transform 1s 0.6666666667s;
}
.fnc-slider .m--blend-blue .fnc-slide__inner {
  background-color: #fff;
}
.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
  background-color: #0078AA;
}

.fnc-slider .m--blend-dblue .fnc-slide__inner {
  background-color: #fff;
}
.fnc-slider .m--blend-dblue .fnc-slide__mask-inner {
  background-color: #57646A;
}

.fnc-slider .m--blend-red .fnc-slide__inner {
  background-color: #fff;
}
.fnc-slider .m--blend-red .fnc-slide__mask-inner {
  background-color: #990e13;
}

.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.fnc-slide.m--before-sliding {
  z-index: 2 !important;
  transform: translate3d(100%, 0, 0);
}
.fnc-slide.m--active-slide {
  z-index: 1;
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  transform: translate3d(0, 0, 0);
}
.m--global-blending-active .fnc-slide__inner, .m--blend-bg-active .fnc-slide__inner {
  background-blend-mode: luminosity;
}
.m--before-sliding .fnc-slide__inner {
  transform: translate3d(-100%, 0, 0);
}
.m--active-slide .fnc-slide__inner {
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.fnc-slide__mask {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 140px;
  height: 140px;
  margin: auto;
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask {
  transform: rotate(-10deg) translate3d(200px, 0, 0);
  opacity: 0;
}
.m--active-slide .fnc-slide__mask {
  transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.m--previous-slide .fnc-slide__mask {
  transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  transform: rotate(10deg) translate3d(-200px, 0, 0);
  opacity: 0;
}
.fnc-slide__mask-inner {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  background-blend-mode: luminosity;
  transform-origin: 50% 16.5vh;
  transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask-inner {
  transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}
.m--active-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 1.2222222222s;
  transform: translateX(0);
}
.m--previous-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 0.3333333333s;
  transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}
.fnc-slide__content {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fnc-slide__heading {
  margin: 0;
  display: flex;
}
.fnc-slide__heading-line {
  overflow: hidden;
  position: relative;
  padding: 0;
  font-size: 2.45rem;
  color: #fff;
  font-family: 'Roboto';
  font-weight: 100;
}
.fnc-slide__heading-line:first-child{
  margin-right: 16px;
}
.m--before-sliding .fnc-slide__heading-line {
  transform: translateY(100%);
}
.m--active-slide .fnc-slide__heading-line {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line {
  transition: transform 1.5s;
  transform: translateY(-100%);
}
.fnc-slide__heading-line span {
  display: block;
}
.m--before-sliding .fnc-slide__heading-line span {
  transform: translateY(-100%);
}
.m--active-slide .fnc-slide__heading-line span {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line span {
  transition: transform 1.5s;
  transform: translateY(100%);
}
.fnc-nav {
  z-index: 5;
  position: absolute;
  width: calc(100% - 32px);
  height: 50%;
  display: flex;
  left: 16px;
  bottom: 16px;
}
.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.fnc-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  transform: translateX(100%);
}
.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: transform 1s 0.6666666667s;
  transform: translateX(0);
}
.fnc-nav__controls {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.fnc-nav__control {
  overflow: hidden;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  background: transparent;
  border: none;
  outline: none;
  transition: background-color 0.5s;
  position: absolute;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 120px;
  text-align: left;
  font-family: 'Roboto';
}
.fnc-nav__control-txt{
  display: none;
}
.m--active-control .fnc-nav__control-txt{
  display: block;
}
.fnc-nav__control-txt p{
  font-size: 0.75rem;
  margin-bottom: 8px;
  font-weight: 400;
}
.fnc-nav__control-txt h5{
  font-size: 1rem;
  margin-bottom: 16px;
  font-weight: 400;
}
.fnc-nav__control-cap{
  display: none;
}
.m--active-control .fnc-nav__control-cap{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.75rem;
  opacity: 0.7;
}


.fnc-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 100%;
  height: 4px;
  background: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-timing-function: linear !important;
  z-index: 1;
}
.fnc-nav__control-progress-base{
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 32px;
  background: rgba(255, 255, 255, .1)
}
.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  transform: scaleX(1);
}
.m--prev-control .fnc-nav__control-progress {
  transform: translateX(100%);
  transition: transform 0.5s !important;
}
.m--reset-progress .fnc-nav__control-progress {
  transform: scaleX(0);
  transition: transform 0s 0s !important;
}
.m--autosliding-blocked .fnc-nav__control-progress {
  transition: all 0s 0s !important;
  transform: scaleX(0) !important;
}

/* NOT PART OF COMMON SLIDER STYLES */
.mvslide {
  overflow: hidden;
  position: relative;
  height: 100%;
  perspective: 1500px;
  background: #000;
}

.mv-slider {
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
}
.mv-slider .fnc-slide-1 .fnc-slide__inner{
  background-position: center;
}
.mv-slider .fnc-slide-1 .fnc-slide__inner,
.mv-slider .fnc-slide-1 .fnc-slide__mask-inner {
  background-image: url(images/mv_slide_01_sp.jpg);
}
.mv-slider .fnc-slide-2 .fnc-slide__inner,
.mv-slider .fnc-slide-2 .fnc-slide__mask-inner {
  background-image: url(images/mv_slide_02_sp.jpg);
}
.mv-slider .fnc-slide-3 .fnc-slide__inner,
.mv-slider .fnc-slide-3 .fnc-slide__mask-inner {
  background-image: url(images/mv_slide_03_sp.jpg);
}
.mv-slider .fnc-slide-3 .fnc-slide__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.fnc-slide__inner::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.mv-slider .fnc-slide__heading,
.mv-slider .fnc-nav__control {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
/* top-news/sp */
.top-news{
  width: 100%;
  position: relative;
  background: #efefef;
  height: 120px;
  overflow: auto;
}
.top-news-wrap{
  padding: 24px 0;
}
.top-news-head{
  margin-bottom: 8px;
  display: none;
}
.top-news-head h5{
  font-family: 'Roboto';
}

.top-news-contents-wrap{
  margin-bottom: 12px;
}
.top-news-time{
  font-family: 'Roboto';
  font-size: 0.75rem;
  margin-bottom: 4px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #666;
}
.top-news-title h3{
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
}

/* top-about/sp */
.top-about, .top-works, .top-service{
  position: relative;
  padding: 48px 0 0;
}
.top-about{
  padding: 48px 0 40px;
}
.title-copy h1{
  font-family: 'Noto Sans JP';
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.title-copy h1:nth-child(2){
  padding-top: 4px;
}
.title-copy h1:nth-child(3){
  padding-top: 4px;
}
.top-about .title-copy p{
  padding-top: 24px;
}

.top-about .title-l .mvv-txt{
  line-height: 1.25;
  padding: 0;
}





/* top-works/sp */
.slider1 .swiper-wrapper{
  margin: 0;
  position: relative;
}
.slider1 .swiper-button-wrap{
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  bottom: 40px;
  left: 24px;
  line-height: 1;
  z-index: 10;
  color: #fff;
}
.slider1 .swiper-button-prev, .slider1 .swiper-button-next{
  position: relative;
  width: 20px;
  height: 20px;
  right: auto;
  left: auto;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
}
.slider1 .swiper-button-next:after, .slider1 .swiper-button-prev:after {
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0;
}
.slide1-button-txt{
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  width: auto;
  height: 20px;
}
.top-works{
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(0deg, #1D333C, #041821);
}
.works-mv{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.works-mv-wrap{
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  z-index: 9;
  color: #fff;
  padding-top: 64px;
  width: 100%;
}
.works-mv-img{
  position: relative;
  width: 100%;
  height: auto;
  margin-left: 24px;
  display: flex;
  z-index: 2;
}
.works-mv-img img{
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
}
.works-mv-img::after{
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  border-radius: 6px;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}
.works-mv-bg{
  position: absolute;
  width: 100%;
  height: 680px;
  overflow: hidden;
  bottom: 0;
}
.works-mv-bg p{
  position: absolute;
  width: 100%;
  height: 680px;
  overflow: hidden;
}
.works-mv-bg img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.works-mv-bg::after{
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}


.works-mv-txt{
  position: relative;
  padding: 32px 0 80px;
  font-family: 'Roboto','Noto Sans JP';
  z-index: 2;
}
.works-mv-no{
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 1.25rem;
  font-weight: 500;
  opacity: 0.3;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.works-mv-no span{
  font-size: 3rem;
  margin-left: 4px;
  line-height: 1;
  margin-bottom: -4px;
}
.works-mv:nth-child(1) .works-mv-no span::after{
  content: "1";
}
.works-mv:nth-child(2) .works-mv-no span::after{
  content: "2";
}
.works-mv:nth-child(3) .works-mv-no span::after{
  content: "3";
}
.works-mv:nth-child(4) .works-mv-no span::after{
  content: "4";
}

/* .works-mv-no::before{
  content:"#";
  padding-bottom: 8px;
}
.works-mv-no span::after{
  content:"01";
  font-size: 3rem;
  margin-left: 4px;
} */

.works-mv-cat{
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.7;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 16px;
}
.works-cat{
  padding-right: 6px;
  border-right: 1px solid #fff;
}
.works-tag{
  padding-left: 6px;
}
.works-mv-title{
  font-size: 1.75rem;
  font-weight: 100;
  line-height: 1.2;
  padding: 8px 0;
}
.works-mv-cap{
  position: relative;
  padding: 16px 0 0;
  opacity: 0.5;
  font-size: 0.75rem;
}
.works-cap{
  display: block;
  margin-bottom: 8px;
}

.works-more .more-btn{
  width: auto;
  position: absolute;
  bottom:24px;
  right: 24px;
  z-index: 10;
}
/* top-service/sp */
.top-service-sp{
  position: relative;
  padding: 24px 0 16px;
  width: 100%;
}
.top-service-sp-wrap a{
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 0;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top-service-sp-wrap .list-item{
  font-family: 'Roboto';
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 2px;
}


.top-service-sp-slide{
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  padding: 0 24px;
}
.top-service-sp-slide-item{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
}
.top-service-sp-slide-item p{
  width: 100%;
  font-size: 0.75rem;
  line-height: 2.25;
  margin-top: 16px;
  padding-bottom: 16px;
}
.top-service-sp-slide-item img{
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
}




/* top-service-contents/sp */
.top-service-contents{
  width: 100%;
  position: relative;
  padding: 48px 0 0;
}
.top-service-contents-wrap{
  position: relative;
  min-width: 80%;
  height: 620px;
}
.top-service-contents-img{
  width: 100%;
  height: 620px;
  position: relative;
}
.top-service-contents-img::after{
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}
.top-service-contents-img img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;

}
.top-service-contents-inner{
  position: absolute;
  z-index: 99;
  bottom: 120px;
  left: 24px;
  width: calc(100% - 48px);
}
.top-service-contents-inner h3{
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.top-service-contents-inner p{
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 24px;
}
.service-more{
  position: absolute;
  display: block;
  left: 32px;
  bottom: 32px;
  z-index: 99;
}
.service-more a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border:1px solid #ddd;
  color: #252525;
  background: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
}
.service-more a img{
  width: 12px;
  height: auto;
}




/* -----------------------------------
   page/sp
-------------------------------------- */
.page-mv{
  position: relative;
  width: 100%;
  height: 80vh;
}
.page-mv-title{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 24px;
  margin: auto;
  z-index: 999;
}
.page-mv-title h5{
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 500;
}
.page-mv-title h1{
  font-family: 'Roboto';
  font-weight: 300;
  margin: 12px 0 8px;
}
/* about page title */
.about .page-mv-title h1{
  font-family: 'Noto Sans JP';
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}
.about .page-mv-title h1:nth-child(2){
  margin-top: 12px;
  margin-bottom: 8px;
}
.about .page-mv-title h1:nth-child(3){
  margin-bottom: 12px;
}
.page-mv-title p{
  text-align: justify;
  font-size: 0.75rem;
  padding: 4px 0 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.page-mv-bg{
  width: 100%;
  height: 80vh;
  position: relative;
}
.page-mv-bg img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image:
  linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%);
}
.title-l.page-title p{
  line-height: 2;
  padding: 16px 0;
}
.title-l.page-title-eng{
  margin-bottom: 16px;
}
.title-l.page-title-eng h4{
  letter-spacing: 0;
  font-size: 1.325rem;
}
.value-wrap .title-l.page-title p{
  line-height: 2;
  padding: 0;
}
/* -----------------------------------
   about/sp
-------------------------------------- */
.about-mission-ph{
  position: relative;
  width: 100%;
  height: 350px;
  display: block;
  margin-bottom: 24px;
}
.about-mission-ph img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-vv-img-wrap{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: calc(100% - 24px);
  height: 90%;
  margin: 0 auto;
}
.about-vv-img-wrap img{
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-vv-img-inner{
  width: 50%;
}
.about-vv-img-wrap .about-vv-img-01{
  width: 100%;
  height: auto;
  top: 10%;
}
/*.about-vv-img-wrap .about-vv-img-02{
  width: 115%;
  height: auto;
  top: 0;
  right: 15%;
}
.about-vv-img-wrap .about-vv-img-03{
  width: 120%;
  height: auto;
  top: 20%;
  left: 5%;
}*/
.about-vv-img-wrap .about-vv-img-04{
  width: 102%;
  height: auto;
  top: -45%;
  right: 5%;
}
/*.about-vv-img-wrap .about-vv-img-05{
  width: 90%;
  height: auto;
  top: -70%;
  margin-left: 10%;
}*/
.about-vv-img-wrap .about-vv-img-02 {
  width: 235%;
  height: auto;
  top: 0;
  right: 15%;
}
.about-vv-img-wrap .about-vv-img-03 {
  width: 120%;
  height: auto;
  top: 20%;
  left: 0%;
}
.about-vv-img-wrap .about-vv-img-05 {
  width: 90%;
  height: auto;
  top: -80%;
  margin-left: 10%;
}
.about-gallery{
  position: relative;
  padding: 0 0 48px;
}
.slider3 .swiper-container{
  width: 100%;
  height: 100%;
  position: relative;
}
.slider3 .swiper-wrapper{
  margin-left: 0;
  transition: all 0.15s linear;
  margin-left: 24px;
}
.slider3 .swiper-slide {
  position: relative;
  width: 100%;
  height: 240px;
}
.slider3 .swiper-slide img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;

}
.slider3-btn{
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: 24px;
  right: 0;
  left: auto;
  line-height: 1;
  z-index: 10;
  letter-spacing: 1px;
  color: #999;
  font-size: 0.75rem;
  font-family: 'Roboto';
}
.slider3-btn p{
  position: relative;
  width: auto;
  height: 20px;
  right: 0;
  left: auto;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #999;
}
/* .slider3-btn .swiper-button-next:after {
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0;
  color: #999;
  margin-left: 8px;
} */
.slider3-btn2 .swiper-button-next{
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
}
.slider3-btn2 .swiper-button-next:after {
  font-size: 0.75rem;
  font-weight: 600;
  color: #252525;
}

/* -----------------------------------
   works/sp
-------------------------------------- */
.works{
  color: #fff;
  background: linear-gradient(90deg, #1D333C, #041821);
  border-bottom: 1px solid #1D333C;
}
.works-credit{
  position: relative;
  padding: 40px 0;
}
.works-credit-wrap{
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 0 0;
}
.works-credit-wrap::before{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .1);
}
.works-credit-title{
  display: block;
  margin-bottom: 32px;
}
.works-credit-title h5{
  font-size: 1rem;
  font-weight: 500;
}
.works-credit-item{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works-credit-item-wrap{
  width: 48%;
  margin-bottom: 32px;
}
.works-credit-item-head{
  color: rgba(255, 255, 255, .5);
  font-family: 'Roboto';
  font-size: 0.875rem;
  margin-bottom: 16px;
}
.works-credit-item-txt{
  font-family: 'Roboto';
  font-size: 1rem;
}
a.works-credit-item-txt, .a.works-credit-item-txt:link, .a.works-credit-item-txt:visited, .a.works-credit-item-txt:active {
  color: #fff;
  text-decoration: underline;
  display: block;
}

.works-list{
  position: relative;
  padding: 24px 0;
}
.works-list-wrap{
  display: flex;
  flex-direction: column;
}
.works-list-item{
  width: 100%;
  margin-bottom: 48px;
}
.works-list-item a{
  color: #fff;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}
.works-list-img{
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 24px;
  display: flex;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.works-list-item img{
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 1px 16px rgba(0, 0, 0, .2);
}
.works-list-img::after{
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(0,0,0,0.2);
  z-index: 10;
}
.works-list-cat{
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.7;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 16px;
  font-family: 'Roboto';
}
.works-list-cat .works-cat{
  padding-right: 6px;
}
.works-list-cat .works-cat::after{
  border-right: 1px solid #fff;
  line-height: 0.5;
}
.works-list-title{
  font-family: 'Roboto','Noto Sans JP';
  font-weight: 100;
  font-size: 1.5rem;
}
.works-list-img img{
  transform: scale(1);
}
.works-list-item a:hover{
  opacity: 1;
}
.works-list-item a:hover .works-list-img{
  transform: scale(0.95);
  -webkit-animation: flash .3s;
          animation: flash .3s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
/* article sp */
.article .works-mv-wrap {
  padding-top: 120px;
}
/* pagenation */
.article-page-wrap{
  width: 100%;
  position: relative;
  padding: 24px 0 80px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 9;
}
.page-numbers {
  font-family: 'Roboto';
  display: block;
  font-size: 1rem;
  border-bottom: 1px solid #fff;
  padding: 8px;
  margin: 6px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
.article-page-wrap .page-numbers{
  color: #fff;
}
.page-numbers:link{
  color: #fff;
}
.page-numbers.current{
  color:#999;
  border-bottom: 1px solid #999;
}
.next{
  position: relative;
  width: auto;
  height: auto;
  padding-right:28px;
  color: #fff;
}
.next::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 20px;
  height: 10px;
  line-height: 1;
  content: "";
  background-image: url(images/arrow_next.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  transform: translateX(0);
}
.next:hover::after {
  -webkit-animation: cubic-bezier(0.165, 0.84, 0.44, 1) slide-in .4s forwards;
  animation: cubic-bezier(0.165, 0.84, 0.44, 1) slide-in .4s forwards;
}
.prev{
  position: relative;
  width: auto;
  height: auto;
  padding-left:28px;
}
.prev::after {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 20px;
  height: 10px;
  line-height: 1;
  content: "";
  background-image: url(images/arrow_prev.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  transform: translateX(0);
}
.prev:hover::after {
  -webkit-animation: cubic-bezier(0.165, 0.84, 0.44, 1) slide-in .4s forwards;
  animation: cubic-bezier(0.165, 0.84, 0.44, 1) slide-in .4s forwards;
}

/* -----------------------------------
   service/sp
-------------------------------------- */
.service-strategy{
  position: relative;
  padding: 24px 0;
}
.service-contents-item{
  position: relative;
  width: 100%;
}
.service-contents-item-wrap{
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 0;
}
.service-contents-img{
  width: 100%;
  height: auto;
  padding: 24px 0 16px;
}
.service-contents-img img{
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-contents-img-01{
  margin-bottom: 24px;
}
.service-contents-txt .title-l h4{
  padding: 16px 0 8px;
}
.service-detail{
  position: relative;
  padding: 48px 0 64px;
  background: linear-gradient(90deg, #1D333C, #041821);
  color: #fff;
}
.service-contents-icon{
  position: relative;
  width: 100%;
  padding: 32px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 32px;
}
.service-contents-icon img{
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* -----------------------------------
   company/sp
-------------------------------------- */
.company{
  overflow: hidden;
}
.company-copy {
  width: 100%;
  overflow: hidden;
}
.company-member{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.company-member .block{
  padding: 24px 0;
  overflow: hidden;
}
.company-member-contents{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  width: 100vw;
}
.company-member-1, .company-member-2, .company-member-3{
  display: flex;
  width: 100%;
  height: 160px;
}
.company-member-1 img, .company-member-2 img, .company-member-3 img{
  width: 160px;
  height: 160px;
}
.company-member-1{
  -webkit-animation: vision-slide-loop 20s infinite linear 1s both;
          animation: vision-slide-loop 20s infinite linear 1s both;
  }
  .company-member-2{
  -webkit-animation: vision-slide-loop 30s infinite linear 1s both;
          animation: vision-slide-loop 30s infinite linear 1s both;
  }
  .company-member-3{
    -webkit-animation: vision-slide-loop 25s infinite linear 1s both;
            animation: vision-slide-loop 25s infinite linear 1s both;
    }
  @-webkit-keyframes vision-slide-loop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100vw);
    }
  }
  @keyframes vision-slide-loop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100vw);
    }
  }
.member-profile{
  position: relative;
  padding: 80px 0 0;
}
.member-profile-item{
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
}
.member-profile-item:last-child{
  margin-bottom: 0;
}
.member-profile-item-ph{
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.member-profile-item-ph img{
  width: 80px;
  height: 80px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  margin-right: 16px;
}
.member-profile-item-ph p{
  font-size: 0.875rem;
  letter-spacing: 2px;
}
.member-profile-item-ph h6{
  font-size: 1rem;
  letter-spacing: 6px;
}
.member-profile-item-txt p{
  text-align: justify;
  font-size: 0.75rem;
  line-height: 1.8;
}


.company-profile{
  position: relative;
  padding: 80px 0 0;
}
.company-table{
  position: relative;
  padding: 32px 0 80px;
}
.company-table-wrap{
  font-size: 0.875rem;
  line-height: 1.75;
}
.company-table-wrap dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.company-table-wrap dl:nth-child(1){
  border-top: solid 1px #ddd;
}
.company-table-wrap dt{
  font-weight: 600;
  width: 25%;
  padding: 24px 0;
  border-bottom: solid 1px #ddd;
}
.company-table-wrap dd{
  width: 75%;
  padding: 24px 0;
  border-bottom: solid 1px #ddd;
}
.company-table-wrap dd a{
  margin-left: 8px;
}
.company-table-wrap dd p{
  margin-bottom: 6px;
}
/* googlemap */
.profile-access iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.profile-access-txt h4{
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.profile-access-txt p{
  margin-bottom: 4px;
}
.profile-access-gmaplink a{
  font-size: 0.875rem;
  font-family: 'Roboto';
  font-weight: 700;
  margin-top: 16px;
  position: relative;
  display: inline-block;
  padding-right:20px;
}
.profile-access-gmaplink a::after{
  position: absolute;
  top: 2px;
  right: 0;
  content: "";
  background-image: url(images/icon_map.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  transform: translateX(0);
  width: 14px;
  height: 14px;
}

/* ---------------------
   404
------------------------ */
.error-404{
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(45deg, #fafafa, #ddd);
}
.error-title{
  width: 80%;
  margin: 0 auto;
}
.error-title h5{
  font-family: 'Roboto';
  font-weight: 100;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 16px;
}
.error-title p{
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.error-404 .top-link{
 position: relative;
}


@media only screen and (min-width: 768px) {
  .error-404{
    height: 100vh;
  }
  .error-title h5{
    font-size: 3rem;
  }
  .error-title p{
    margin-bottom: 40px;
  }
}
/* -----------------------------------
   contact/sp
-------------------------------------- */
.form-wrap input[type=text]    {
  -webkit-border-radius : 0;
  -webkit-appearance : none;
  -webkit-tap-highlight-color : rgba(0,0,0,0);
}
.form-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7{
  padding-bottom: 40px;
}
.page-id-14 .footer-contact, .page-id-134 .footer-contact{
  display: none;
}

.contact-head{
  position: relative;
  padding: 160px 0 40px;
}
.contact-head-wrap{
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
  z-index: 9;
}
.contact-head-wrap h1{
  font-family: 'Roboto';
    font-weight: 300;
    margin: 12px 0 16px;
}
.contact-head-tel{
  display: block;
}
.contact-head-tel:link{
  text-decoration: underline;
}
.contact-cap{
  position: relative;
  padding: 48px 0 24px;
}
.contact-cap{
  font-size: 0.875rem;
  line-height: 2;
  border-bottom: 1px solid #ddd;
}
.contact-cap span{
  font-size: 0.75rem;
}
.form-wrap{
  position: relative;
  padding: 24px 0;
}
.form-title{
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
}

.wpcf7-form-control-wrap input {
  display: inline-block;
  width: calc(100% - 16px);
  padding: 16px 8px;
  border: none;
  background: #efefef;
}
.wpcf7-form-control-wrap .wpcf7-select{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 16px 0;
  padding-left: 8px;
  border: none;
  background: #efefef;
  background-image: url(images/arrow_pd.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}
.wpcf7-form-control-wrap .wpcf7-select::after{
  position: absolute;
  right: 24px;
  bottom: 8px;
  width: 12px;
  height: 12px;
  line-height: 1;
  content: "";
  background-image: url(images/arrow_pd.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  transform: translateX(0);
}
.wpcf7-textarea{
  width: calc(100% - 16px);
  padding: 16px 8px;
  border: none;
  background: #efefef;
}
.form-accept {
  padding: 32px 0;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 0.875rem;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-weight: 600;
  text-align: center;
}
.form-accept a {
  width: 100%;
  margin-top: 12px;
  text-decoration: underline;
  font-size: 0.75rem;
  font-weight: 400;
}
.form-accept .wpcf7-form-control-wrap input {
  width: auto;
  margin-right: 8px;
}

.sub-btn .wpcf7-submit{
  position: relative;
  display: block;
  margin-top: 24px;
  width: 100%;
  height: 48px;
  background: #3F3D3C;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 4px;
}
.sub-btn .wpcf7-submit:hover{
  opacity:1;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
  border:2px solid #C11023;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 80%;
  border-radius: 4px;
  color: #C11023;
}
.wpcf7 form.sent .wpcf7-response-output{
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 40px;
  border:none;
  background: #efefef;
  width: 80%;
  margin: 0 auto;
  color: #3F3D3C;
}
.form-must::after{
  content: '*';
  width: 14px;
  height: 14px;
  font-size: 1rem;
  color: #C11023;
  padding-left: 4px;
}





/* ==================================================================================
   PC min-width:768px
===================================================================================== */
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }

  .wrap {
    width: calc(100% - 160px);
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  .wrap-m{
    width: calc(100% - 160px);
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  .wrap-s{
    width: calc(100% - 80px);
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }

  .serif {
    font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
      "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
      "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  p {
    font-size: 14px;
    line-height: 1.75;
  }

  h1, h2, h3, h4, h5, h6 {
    font: 400 16px/1.5;
    margin: 0;
    font-feature-settings: "palt";
  }
  h1 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 2px;
  }
  h2 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0;
  }
  h3 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
  }
  h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
  }
  h5 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
  }
  h6 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
  }
  #lottie {
    width: 17%;
    height: 17%;
  }



/* ===================================
   header pc
====================================== */
#header {
  width: 100%;
  height: 120px;
  display: block;
  position: fixed;
  z-index: 99999;
}
#header.hide{
  transform: translateY(-100%);
}
#header.on-bg{
  background: rgba(250, 250, 250, .4);
}
#header.off-bg{
  background:none;
}
.header-wrap {
  display: flex;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 9;
}
.header-logo {
  margin-left: 80px;
  margin-right: 40px;
  height: 36px;
}
.header-logo img {
  width: auto;
  height: 36px;
  margin: 0;
}
.header-menu{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: 160px;
}
.header-menu ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.header-menu ul li{
  list-style: none;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  margin-left: 24px;
}
.header-menu ul li a {
  position: relative;
  line-height: 1;
  font-family: 'Roboto';
  font-weight: 500;
  color: #fff;
  transition: all 0.15s ease-in-out;
  padding: 8px 0;
}
.header-menu-txt{
  position: relative;
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header-menu-txt-item{
  left: 0;
  top:0;
  transition: all .3s;
  transform: translate(0, 0);
  display: inline-block;
  opacity:1;
  z-index: 999;
  line-height: 1;
  padding: 4px 0;
}
.header-menu-txt-item:nth-child(2){
  opacity:0;
  position: absolute;
  transform: translate(0,100%);
}
.header-menu-list ul li:hover .header-menu-txt-item:nth-child(1){
  opacity:0;
  transform: translate(0,-100%);
}
.header-menu-list ul li:hover .header-menu-txt-item:nth-child(2){
  opacity:1;
  transform: translate(0, 0);
}
.header-menu-txt-item::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  border-radius: 1px;
  background: #fff;
  width: 0;
  transition: all 0.2s ease-in-out;
}
.header-menu-txt-item:hover::after{
  width: 100%;
}
.header-wrap.bl .header-menu-list .header-menu-txt-item::after{
  background: #fff;
}



#hmb {
  top: 38px;
  right: 80px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  box-sizing: border-box;
}
.line-list {
  display: block;
  transition: all 0.2s;
  box-sizing: border-box;
  position: relative;
  width: 44px;
  height: 44px;
  margin-right: 0;
  margin-left: auto;
  z-index: 9999;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, .2);
  transition: all 0.15s ease-in-out;
}
.svgpath{
  position: absolute;
  width: 44px;
  height: 44px;
  top: -1px;
  bottom:0;
  left: -1px;
  right: 0;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.15s ease-in-out;
}
.svgpath svg {
  transform: rotate(-90deg);
}
.svgpath circle{
  fill: transparent;
}
.svgpath circle:hover{
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
  -webkit-animation: circle .5s;
          animation: circle .5s;
}
@-webkit-keyframes circle {
0% { stroke-dasharray: 0 138; }
99.9%,to { stroke-dasharray: 138 138; }
}
@keyframes circle {
0% { stroke-dasharray: 0 138; }
99.9%,to { stroke-dasharray: 138 138; }
}
.line-list:hover{
  transform: scale(1.3,1.3);
}
.line-list.active span:nth-child(1) {
  left: 11px;
  margin-top: -9px;

}
.line-list.active span:nth-child(3) {
  left: 11px;
  margin-top: 7px;
}

#hmb-content .header-logo{
  top: 42px;
  height: 32px;
  display: none;
  left: 0;
  transition: all 0.15s ease-in-out;
}


#hmb ul {
  width: 50%;
  padding: 0;
  padding-left: 0;
  padding-bottom: 24px;
  margin: 0;
}
#hmb ul li {
  padding: 6px 0;
  font-size: 2rem;
  font-weight: 100;
}
#hmb-content .hmb-contact{
  width: calc(100% - 120px);
  padding-left: 120px;
  padding-top: 24px;
  margin: 0;
}
.header-menu-list{
display: flex;
position: relative;
width: calc(100% - 120px);
justify-content: flex-start;
align-items: flex-start;
transition: all 0.2s ease-in-out;
overflow: hidden;
padding-top: 120px;
padding-bottom: 0;
padding-left: 120px;
}
.header-menu-list-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
  height: auto;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  max-width:none;
  opacity: 0.03;
}
.header-menu-list-img img{
  width: 100%;
  height:auto;
}
/* ===================================
   animation pc
====================================== */
.fade{
  opacity: 0.2;
  transform: translateY(16px);
  transition-delay:0.2s;
}
.fade-on{
  transition: all 1s ease-in-out;
  opacity: 1 !important;
  transform: translateY(0);
}
.title-catch{
  -webkit-animation: infinity-loop 60s infinite linear 1s both;
          animation: infinity-loop 60s infinite linear 1s both;
}


/* ===================================
   common pc
====================================== */
/* title-common/pc */
.head-title{
  padding: 24px 0;
}
.head-title-cap p{
  line-height: 2.25;
}
.head-title-m{
  width: 160px;
}
.top-link{
  font-size: 0.875rem;
  color: #999;
}
.top-link::after{
  margin-left: 16px;
}
.title-copy h4{
  padding: 16px 0;
}
.title-copy h1{
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 2px;
}
.title-copy h1:nth-child(2){
  padding-top: 8px;
}
.title-copy h1:nth-child(3){
  padding-top: 8px;
}
.top-about .title-copy p{
  padding-top: 24px;
}
.top-about .title-l.col2-l{
  width: 80%;
}
.top-about .title-l .mvv-txt{
  line-height: 1.25;
  padding: 0;
}



.title-l.col2-l{
  width: 48%;
}
.head-title-cap.col2-l{
  width: 48%;
}
.title-l h1 {
  padding: 16px 0 0;
}
.title-l .title-l-h1{
  font-family: 'Roboto';
  font-weight: 300;
  padding: 16px 0 0;
  font-size: 4.5rem;
}
.title-l h4{
  line-height: 1.8;
  padding: 16px 0;
}
.title-l h4 span{
  display: inline-block;
}
.title-l p{
  text-align: justify;
  padding: 16px 0 0;
  line-height: 2.5;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
.title-l.page-title p{
  line-height: 2.5;
}
.title-l.page-title{
  width: 100%;
}
.more-btn{
  position: absolute;
  right: 0;
  bottom: 0;
}
.title-catch{
  font-size: 18rem;
}
.title-l.col2-r{
  width: 48%;
  margin-left: 50%;
}
.title-l .mvv-txt{
  line-height: 1.5;
}
.title-l.page-title-eng h4{
  font-size: 1.75rem;
  padding: 16px 0 8px;
}
.block{
  position: relative;
  padding: 64px 0 0;
}
.block-nop{
  padding: 0;
}

.more-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1, 1);
  transition: transform ease 0.3s;
  z-index: -1;
}
.more-b a:hover:after {
  transform: translate(-50%, -50%) scale(1.3, 1.3);
  background-color: #252525;
}
.more-b a:hover{
  color: #fff;
  z-index: 9;
}
.more-w a:hover:after {
  transform: translate(-50%, -50%) scale(1.3, 1.3);
  background-color: #fff;
}
.more-w a:hover{
  color: #252525;
  z-index: 9;
}

/* cross */
.cross{
  position: fixed;
  width: 480px;
  height: 480px;
  top:0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cross-l, .cross-r{
  width: 80px;
  height: auto;
  opacity: 0;
}
.page-cross{
  width: 400px;
  height:400px;
  top: 40px;
  right: 40px;
  z-index: 0;
  opacity: 0.5;
}
.page-cross-img{
  width: 400px;
  height: 400px;
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
.page-cross2{
  position: absolute;
  width: 400px;
  height:400px;
  top: 120px;
  right: 40px;
  left: auto;
  z-index: 99;
  opacity: 0.5;
  -webkit-animation: rotate-anim 8s linear infinite;
          animation: rotate-anim 8s linear infinite;
  display: block;
}
.page-cross2-img{
  width: 400px;
  height:400px;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}


/* ===================================
   top pc
====================================== */
.mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.mv-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.fnc-slider {
  height: 100vh;
}

.fnc-nav {
  z-index: 5;
  position: absolute;
  width: 40%;
  min-width: 400px;
  max-width: 480px;
  height: 50%;
  display: flex;
  left: 80px;
  bottom: 64px;
}
.fnc-slide__mask {
  width: 220px;
  height: 220px;
  margin: auto;
  -webkit-clip-path: url(#svgPath_pc);
  clip-path: url(#svgPath_pc);
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
}
.fnc-slide__heading-line {
  font-size: 3.75rem;
  letter-spacing: 2px;
}
.fnc-slide__heading-line:first-child{
  margin-right: 24px;
}
.fnc-nav__control-txt h5{
  font-size: 1.125rem;
}
/* slide image */
.mv-slider .fnc-slide-1 .fnc-slide__inner,
.mv-slider .fnc-slide-1 .fnc-slide__mask-inner {
  background-image: url(images/mv_slide_01.jpg);
}
.mv-slider .fnc-slide-2 .fnc-slide__inner,
.mv-slider .fnc-slide-2 .fnc-slide__mask-inner {
  background-image: url(images/mv_slide_02.jpg);
}
.mv-slider .fnc-slide-3 .fnc-slide__inner,
.mv-slider .fnc-slide-3 .fnc-slide__mask-inner {
  background-image: url(images/mv_slide_03.jpg);
}

  .mv-scroll{
    position: absolute;
    width: 14px;
    height: 90px;
    right: 32px;
    top: auto;
    bottom: 40px;
    margin: auto;
    z-index: 99;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .mv-scroll-txt{
    margin-bottom: 8px;
  }
  .mv-scroll-arrow{
    -webkit-animation: scrolldown 2s ease-in-out infinite;
            animation: scrolldown 2s ease-in-out infinite;
    opacity:0;
    margin-top: -8px;
  }
  @-webkit-keyframes scrolldown{
    0%{
      opacity: 0;
    }
    50%{
      opacity: 1;
    }
    100%{
      margin-top: 30px;
      opacity: 0;
    }
  }
  @keyframes scrolldown{
    0%{
      opacity: 0;
    }
    50%{
      opacity: 1;
    }
    100%{
      margin-top: 30px;
      opacity: 0;
    }
  }

/* top-news/pc */
.top-news{
  height: 100px;
  overflow: auto;
}
.top-news-wrap{
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
}
.top-news-head{
  margin-bottom: 0;
  display: block;
  width: 15%;
}
.top-news-head h5{
  font-family: 'Roboto';
  line-height: 1;
}
.top-news-contents{
  margin-bottom: 0;
  width: 85%;
  display: flex;
  flex-direction: column;
}
.top-news-contents-wrap{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 16px;
}
.top-news-contents-wrap:nth-child(2){
  margin-bottom: 24px;
}
.top-news-time{
  font-family: 'Roboto';
  font-size: 0.875rem;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 1px;
  color: #252525;
  margin-right: 40px;
}
.top-news-title h3{
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1.5px;
}


/* top/pc */
.top-about, .top-works, .top-service{
  position: relative;
  padding: 160px 0 0;
}
.top-about{
  padding: 160px 0 140px;
}
/* top-works/pc */
.top-works .swiper-container{
  background: none;
  position: relative;
  margin-top: 48px;
}
.slider1 .swiper-wrapper{
  position: relative;
}
.slider1 .swiper-button-wrap{
  position: absolute;
  width: 50%;
  bottom: 64px;
  left: 80px;
  line-height: 1;
  z-index: 10;
}
.works-mv{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.works-mv-wrap{
  position: relative;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 120px 0 80px;
  width: 100%;
}
.works-mv-img{
  position: relative;
  bottom: 0;
  right: 0;
  width: 60%;
  height: auto;
  overflow: hidden;
  margin: 0;
  margin-right: -10%;
}
.works-mv-bg{
  position: absolute;
  display: flex;
  width: 80%;
  bottom: 0;
  right: -10%;
  height: auto;
  max-height: 900px;
  overflow: hidden;
}
.works-mv-bg p {
  position: relative;
  height: 100%;
}
.works-mv-txt{
  position: absolute;
  width: 80%;
  height: auto;
  left: 80px;
  z-index: 99;
  padding: 0;
  padding-bottom: 64px;
}
.works-mv-no{
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  opacity: 0.3;
  margin-bottom: 20%;
}
.works-mv-no span{
  font-size: 6rem;
  margin-left: 4px;
}
.works-mv-cat{
  margin-bottom: 24px;
  letter-spacing: 2px;
  font-size: 0.875rem;
}
.works-cat{
  padding-right: 8px;
}
.works-tag{
  padding-left: 8px;
}
.works-mv-title{
  font-size: 4vw;
  font-weight: 100;
  line-height: 1.2;
  padding: 8px 0;
}
.works-mv-cap{
  padding: 24px 0 0;
}
.works-cap{
  display: block;
  margin-bottom: 12px;
}
.works-more .more-btn{
  bottom:48px;
  right: 48px;
  z-index: 10;
}
.article-page-wrap{
  padding: 0 0 160px;
}
/* top-service/pc */
.top-service{
  position: relative;
  width: 100%;
  height: auto;
}
.top-service-list{
  padding: 24px 0;
}

.top-service-list-wrap{
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}
.top-service-list-wrap .list-item {
  font-size: 4.5rem;
  font-weight: 100;
  font-family: 'Roboto';
  display: block;
  position: relative;
  width: 100%;
  height: 90px;
  padding: 0;
  transition:all 0.2s ease-in-out;
  overflow: hidden;
}
.top-service-list-wrap a{
  display: block;
  width: 50%;
  margin-bottom: 12px;
}
.top-service-list-wrap[data-fx="1"] a:hover::after {
  transform: scale3d(1,1,1)
}
.hover-reveal {
  position: fixed;
  width: 400px;
  height: 520px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.list-link1 .hover-reveal{
  width: 400px;
  height: 520px;
}
.list-link2 .hover-reveal{
  width: 580px;
  height: 420px;
}
.list-link3 .hover-reveal{
  width: 580px;
  height: 420px;
}
.hover-reveal__inner,
.hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.hover-reveal__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #252525;
}
.hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 8px;
}

.list-item-s::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #252525;
  width: 0;
  transition: all 0.1s ease;
}
.list-item-s:hover:nth-child(1)::after{
  width: 50%;
}
.list-item-s:hover:nth-child(2)::after{
  width: 100%;
}
.list-item-s{
  left: 0;
  bottom:0;
  transition: all 0.5s;
  transform: translate(0, 0);
  display: block;
  opacity:1;
  white-space: nowrap;
  z-index: 999;
}
.list-item-s:nth-child(2){
  position: absolute;
  opacity:0;
  transform: translate(0,100%);
}
.list-item:hover .list-item-s:nth-child(1){
  opacity:0;
  transform: translate(0,-100%);
}
.list-item:hover .list-item-s:nth-child(2){
  opacity:1;
  transform: translate(0, 0);
}

.list-item-txt{
  position: relative;
  width: 45%;
  transition: all 0.2s ease-in-out;
  font-size: 0.75rem;
  line-height: 2;
  padding-top: 24px;
  margin-top: 80px;
  border-top: 1px solid #ddd;
  z-index: 999;
}

/* .top-service-contents */
.top-service-contents{
  width: 100%;
  margin: 80px 0 0;
  padding: 0;
}
.slider2 .swiper-container{
  width: 100%;
  height: 100%;
  position: relative;
}
.slider2 .swiper-wrapper{
  margin-left: 0;
  transition: all 0.15s linear;
}
.top-service-contents-wrap{
  position: relative;
  width: auto;
  min-width: auto;
  height: 80vh;
}
.service-contents-boader{
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 999;
}
.top-service-contents-img{
  height: 100%;
}
.top-service-contents-img img{
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.15s linear;
}
.top-service-contents-img.is-hover{
  background: rgba(0, 0, 0, 0.1);
}
.top-service-contents-img.is-hover img{
  opacity: 0;
}
.top-service-contents-inner{
  position: absolute;
  width: calc(100% - 80px);
  height: auto;
  left: 40px;
  bottom: 200px;
  transition: all 0.15s linear;

}
.top-service-contents-inner h3{
  font-size: 3.25rem;
  font-weight: 100;
  line-height: 1.125;
  transition: all 0.15s linear;
  opacity: 1;
}
.top-service-contents-inner .top-service-contents-txt{
 display: none;
 transition: all 0.15s linear;
}

.top-service-contents-wrap:hover .top-service-contents-inner{
    bottom: 220px;
}
.top-service-contents-wrap:hover .top-service-contents-inner .top-service-contents-txt{
  display: block;
 }
 .top-service-contents-wrap:hover .top-service-contents-inner h3{
  opacity: 1;
}
 .service-more{
   width: 64px;
  left: 40px;
  bottom: 80px;
  z-index: 99;
}
.service-more a:hover{
  border:none;
}
.service-more a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1, 1);
  transition: transform ease 0.3s;
  z-index: -1;
}

.service-more a:hover:after {
  transform: translate(-50%, -50%) scale(1.3, 1.3);
  background-color: #fff;
  border:1px solid #ddd;
}


.img-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  background-color: rgba(255, 255, 255, 1);
  background-size: 100%;
  background-position: center;
  overflow: hidden;
}
.img-bg.is-hover{
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  transition: all 0.15s;

}
.img-bg.is-hover::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
}
.img-bg.bg1 {
  background-image: url(images/service_con_01_l.jpg);
  -webkit-animation: bganime 0.6s linear;
          animation: bganime 0.6s linear;
}
.img-bg.bg2 {
  background-image: url(images/service_con_02_l.jpg);
  -webkit-animation: bganime 0.6s linear;
          animation: bganime 0.6s linear;
}
.img-bg.bg3 {
  background-image: url(images/service_con_03_l.jpg);
  -webkit-animation: bganime 0.6s linear;
          animation: bganime 0.6s linear;
}
@-webkit-keyframes bganime {
  0% {opacity: 0; background-size: 100%;}
  100% {opacity: 1; background-size: 100%;}
}
@keyframes bganime {
  0% {opacity: 0; background-size: 100%;}
  100% {opacity: 1; background-size: 100%;}
}




/* ===================================
   page pc
====================================== */
.page-mv{
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0;
}
.page-mv-title{
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  bottom:64px;
  left: 80px;
}
.page-mv-title h5{
  font-size: 1rem;
}
.page-mv-title h1{
  font-size: 4.5rem;
}
/* about page title */
.about .page-mv-title h1{
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-size: 1.75rem;
  margin: 0;
}
.about .page-mv-title h1:nth-child(2){
  margin-top: 24px;
  margin-bottom: 8px;
}
.about .page-mv-title h1:nth-child(3){
  margin-bottom: 12px;
}
.page-mv-title p{
  width: 40%;
  font-size: 0.75rem;
  line-height: 2.25;
  padding: 12px 0;
}
.page-mv-bg{
  position: absolute;
  display: block;
  width: 80%;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: -1;
}
.page-mv-bg img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image:
  linear-gradient(to bottom, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
  -o-object-position: left;
     object-position: left;
}
.page-mv-title-arrow{
  position:absolute;
  width: 300px;
  height: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-mv-title-arrow img{
  width: 300px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}



/* ===================================
   about pc
====================================== */
.about-mission{
  position: relative;
  padding: 80px 0 80px;
}
.about-mission-wrap{
  display: flex;
  flex-direction: row-reverse;
  width: calc(100% - 160px);
  max-width: 1440px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.about-mission-wrap .block{
  width: 46%;
  padding: 0;
  margin: 0;
}
.about-mission-ph{
  width: 110%;
  height: 90vh;
  max-height: 800px;
  margin-left: -10%;
}
.about-mission-ph img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-mission-wrap .page-title p{
  width: 80%;
}
.about-vv{
  position: relative;
  padding: 80px 0;
}
.about-vv-wrap{
  position: relative;
  display: flex;
  width: calc(100% - 160px);
  max-width: 1440px;
  margin: 0 auto;
  /* add */
  align-items: center;
}
.about-vv-txt{
  width: 48%;
  margin-right: 2%;
}
.about-vv-txt .page-title p{
  width: 85%;
}
.about-vv-img {
  width: 50%;
  padding: 0;
  margin-bottom: -15%;
}
.about-vv-img-wrap{
  width: 130%;
}
.about-vv-img-inner:hover{
  z-index: 9;;
}
/*.about-vv-img-wrap .about-vv-img-01{
  width: 110%;
  height: auto;
  top: 10%;
  max-height: 680px;
}*/
.about-vv-img-wrap .about-vv-img-01 {
  width: 110%;
  height: auto;
  top: 30%;
  max-height: 680px;
}
/*.about-vv-img-wrap .about-vv-img-02{
  width: 118%;
  height: auto;
  top: 0;
  right: 18%;
  max-height: 420px;
}*/
.about-vv-img-wrap .about-vv-img-02 {
  width: 140%;
  height: auto;
  top: 100px;
  right: 60%;
  max-height: 420px;
}
/*.about-vv-img-wrap .about-vv-img-03{
  width: 120%;
  height: auto;
  top: 0;
  left: 5%;
}*/
.about-vv-img-wrap .about-vv-img-03 {
  width: 120%;
  height: auto;
  top: 20%;
  left: 0%;
}
.about-vv-img-wrap .about-vv-img-04{
  width: 110%;
  height: auto;
  top: -80%;
  right: 10%;
  max-height: 380px;
}
/*.about-vv-img-wrap .about-vv-img-05{
  width: 120%;
  height: auto;
  top: -90%;
  margin-left: 0;
  max-height: 420px;
}*/
.about-vv-img-wrap .about-vv-img-05 {
  width: 90%;
  height: auto;
  top: -80%;
  margin-left: 10%;
}

.vision-wrap{
  padding: 48px 0;
  width: 100%;
}
.value-wrap{
  width: 100%;
  padding: 24px 0;
}
.value-wrap .title-l.page-title p{
  padding: 0;
}
.about-gallery{
  padding: 0 0 160px;
}
.about-gallery-wrap {
  width: 100%;
}
.slider3 .swiper-wrapper {
  margin-left: 80px;
}
.slider3 .swiper-slide {
  position: relative;
  width: 100%;
  height: 80vh;
  max-height: 720px;
}
.slider3-btn{
  top: 24px;
  font-size: 0.875rem;
}
/* .slider3-btn .swiper-button-next:after {
  font-size: 0.75rem;
  font-weight: 600;
  margin-left: 16px;
  color: #999;
} */
.slider3-btn2 .swiper-button-next{
  width: 64px;
  height: 64px;
  background: #fff;
  right: 40px;
  border-radius: 50%;
}
.slider3-btn2 .swiper-button-next:after {
  font-size: 0.75rem;
  font-weight: 600;
  color: #252525;
}


/* ===================================
   works pc
====================================== */
.works-detail{
  padding-top: 80px;
}
.works-credit{
  position: relative;
  padding: 64px 0;
}
.works-credit-wrap{
  flex-direction: row;
  padding: 40px 0;
}
.works-credit-title{
  width: 40%;
  margin-bottom: 0;
}
.works-credit-item{
  width: 60%;
  justify-content: flex-start;
}
.works-credit-item-wrap{
  width: 32%;
  margin-bottom: 40px;
  margin-right: 1.33%;
}
.works-credit-item-txt {
  font-size: 0.875rem;
}
.works-list{
  padding: 80px 0;
}
.works-list-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works-list-item{
  width: 46%;
  margin-bottom: 96px;
}
.works-list-title {
  font-size: 1.75rem;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.works-list-img{
  margin-bottom: 32px;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.works-list-cat{
  margin-bottom: 20px;
  font-size: 0.875rem;
}

.works-list-item a{
  cursor: url('images/icon_pointer.svg'), pointer;
  mix-blend-mode: color-burn;
}
.works-list-item :hover .list-item-s:nth-child(1){
  opacity:0;
  transform: translate(0,-100%);
}
.works-list-item :hover .list-item-s:nth-child(2){
  opacity:1;
  transform: translate(0, 0);
}
/* article pc */
.article .works-mv-wrap {
  padding-top: 120px;
}
.article .works-mv-bg {
  height: 100vh;
  max-height: none;
  top: 0;
}
.article .works-detail{
  padding: 0;
}
/* ===================================
   service pc
====================================== */
.service-copy-wrap{
  width: 50%;
  margin-left: 50%;;
}
.service-copy-wrap .block{
  margin: 0;
}
.service-strategy{
  position: relative;
  padding: 120px 0 80px;
}
.service-detail{
  padding: 48px 0 80px;
}
.service-contents-item-wrap{
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 0 80px;
}
.service-contents-txt{
  width: 40%;
}
.service-contents-img{
  width: 50%;
  height: auto;
  padding: 0;
  margin-top: -24px;
}
.service-strategy .service-contents-img{
  width: 48%;
  margin-top: -64px;
}
.service-contents-icon img{
  width: 360px;
}

/* ===================================
   profile pc
====================================== */

.company-copy-wrap{
  width: 50%;
  margin-left: 50%;
  overflow: hidden;
}
.company-copy-wrap .block{
  margin: 0;
}
.company-member{
  position: relative;
  padding: 100px 0 0;
}
.company-member-contents{
  padding: 40px 0 0;
}
.company-member-1, .company-member-2, .company-member-3{
  display: flex;
  height: 280px;
}
.company-member-1 img, .company-member-2 img, .company-member-3 img{
  width: 280px;
  height: 280px;
  /* margin-left: 16px; */
}
.company-member-1{
  /* margin-bottom: 16px; */
  -webkit-animation: vision-slide-loop 40s infinite linear 1s both;
          animation: vision-slide-loop 40s infinite linear 1s both;
  }
  .company-member-2{
  -webkit-animation: vision-slide-loop 60s infinite linear 1s both;
          animation: vision-slide-loop 60s infinite linear 1s both;
  }
  .company-member-3{
    -webkit-animation: vision-slide-loop 50s infinite linear 1s both;
            animation: vision-slide-loop 50s infinite linear 1s both;
    }
  @-webkit-keyframes vision-slide-loop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100vw);
    }
  }
  @keyframes vision-slide-loop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100vw);
    }
  }
  .member-profile{
    padding: 140px 0 0;
  }
  .member-profile-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .member-profile-item{
    width: 30%;
    margin-bottom: 0;
    margin-right: 5%;
  }
  .member-profile-item:last-child{
    margin-right: 0;
  }

  .member-profile-item-ph img{
    width: 80px;
    height: 80px;
    margin-right: 24px;
  }
  .member-profile-item-txt p{
    line-height: 2;
  }

.company-profile{
  padding: 140px 0 160px;
}
.company-table{
  padding: 64px 0 0;
}
.company-table-wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.company-table-wrap dl{
  width: 45%;
  border-top: solid 1px #ddd;
}
.company-table-wrap dd{
  height: auto;
}
/* contact/pc */

.wpcf7{
  padding-bottom: 80px;
}
.contact-wrap {
  display: flex;
  justify-content: space-between;
  padding: 200px 0 0;
}
.contact-head{
  width: 48%;
  padding: 64px 0 0;
}
.form-wrap{
  width: 48%;
}

.contact-cap{
  position: relative;
  padding:64px 0;
}
.form-wrap{
  position: relative;
  padding: 40px 0;
}
.sub-btn .wpcf7-submit{
  margin-top: 40px;
  width: 100%;
  height: 64px;
  transition: all 0.2s;
}
.sub-btn .wpcf7-submit:hover{
  opacity: 0.8;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
  text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output{
  width: calc(100% - 80px);
}

}

/* -----------------------------------
   footer
-------------------------------------- */
/* footer-contact */
.footer-contact{
  position: relative;
  padding: 48px 0;
  background: #57646A;
  z-index: 9;
}
.footer-contact-wrap{
  color: #fff;
  position: relative;
  z-index: 9;
}
.footer-contact-cross{
  position: absolute;
  width: 260px;
  height: 260px;
  top: 80px;
  bottom: 0;
  left:0;
  right: 0;
  margin: auto;
  opacity: 0.1;
}
.footer-contact-cross img{
  width: 100%;
  height: 100%;
  -webkit-animation: rotate-anim 8s linear infinite;
          animation: rotate-anim 8s linear infinite;
}
@-webkit-keyframes rotate-anim {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}
@keyframes rotate-anim {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}
.footer {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(-125deg, #1D333C, #041821);
  color: #fff;
  z-index: 999;
}
.footer-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer-logo img {
  width: auto;
  height: 28px;
  margin-bottom: 40px;
}
.footer-menu-main ul{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
  flex-wrap: wrap;
  flex-direction: row;
}
.footer-menu-main ul li{
  list-style: none;
  padding: 0;
  color: #fff;
  font-family: 'Roboto';
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  padding-right: 24px;
  margin-bottom: 16px;
}
.footer-menu-main ul li:first-child{
  padding-left: 0;
}
.footer-menu-main ul li a{
  color: #fff;
}
.footer-menu-sub ul{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.footer-menu-sub ul li{
  list-style: none;
  color: #999;
  font-family: 'Roboto';
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  margin-right: 24px;
  margin-bottom: 24px;
  letter-spacing: 2px;
}
.footer-menu-sub ul li a{
  color: #999;
}
.footer-menu ul li a:hover{
  color: #efefef;
}
.footer-menu ul li a:active{
  color: #efefef;
}
.footer-menu ul li a:visited{
  color: #efefef;
}
.footer-menu-txt{
  position: relative;
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.footer-menu-txt-item{
  left: 0;
  top:0;
  transition: all .3s;
  transform: translate(0, 0);
  display: block;
  opacity:1;
  z-index: 999;
  line-height: 1;
  padding: 8px 0;
}
.footer-menu-txt-item:nth-child(2){
  opacity:0;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0,100%);
}
.footer-menu ul li:hover .footer-menu-txt-item:nth-child(1){
  opacity:0;
  transform: translate(0,-100%);
}
.footer-menu ul li:hover .footer-menu-txt-item:nth-child(2){
  opacity:1;
  transform: translate(0, 0);
}



.footer-lower{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #555;
  padding-top: 40px;
}
.footer-partner {
  margin-bottom: 40px;
}
.footer-partner img {
  width: 120px;
}
.footer-address{
  display: flex;
  flex-direction: column;
}

.footer-address-wrap{
  margin-bottom: 16px;
}
.footer-address-wrap h6{
  padding: 0;
  display: inline-block;
  color: #999;
  font-family: 'Roboto';
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 16px;
}
.footer-address-wrap p{
  color: #999;
  font-family: 'Roboto';
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.footer-address-wrap p{
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}
.footer-txt p {
  font-family: 'Roboto';
  text-align: right;
  font-size: 0.75rem;
  color: #999;
  letter-spacing: 2px;
}
.p-mark {
  max-width: 80px;
  width: 100%;
  padding-bottom: 15px;
  margin-left: auto;
}
.p-mark img {
  width: 100%;
  height: auto;
}

/* PC */
@media only screen and (min-width: 768px) {
  .footer {
    padding: 160px 0;
  }
  .footer-contact{
    padding: 96px 0 160px;
  }
  .footer-contact-cross{
    width: 400px;
    height: 400px;
    top: 40px;
  }
  .footer-upper {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: row;
  }
  .footer-logo{
    width: 40%;
  }
  .footer-logo img {
    height: 32px;
    margin-bottom:0;
  }
.footer-menu{
  position: relative;
  width: 60%;
}
.footer-menu-main ul{
  margin-bottom: 48px;
  justify-content: flex-end;
}
.footer-menu-main ul li{
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  margin-left: 24px;
  margin-bottom: 0;
}
.footer-menu-main ul li a {
  position: relative;
  line-height: 1;
  font-family: 'Roboto';
  font-weight: 500;
  color: #fff;
  transition: all 0.15s ease-in-out;
  padding: 4px 0;
}
.footer-menu-txt{
  position: relative;
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.footer-menu-txt-item{
  left: 0;
  top:0;
  transition: all .3s;
  transform: translate(0, 0);
  display: block;
  opacity:1;
  z-index: 999;
  line-height: 1;
  padding: 8px 0;
}
.footer-menu-txt-item:nth-child(2){
  opacity:0;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0,100%);
}
.footer-menu ul li:hover .footer-menu-txt-item:nth-child(1){
  opacity:0;
  transform: translate(0,-100%);
}
.footer-menu ul li:hover .footer-menu-txt-item:nth-child(2){
  opacity:1;
  transform: translate(0, 0);
}
.footer-menu-txt-item::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  border-radius: 1px;
  background: #fff;
  width: 0;
  transition: all 0.2s ease-in-out;
}
.footer-menu-txt-item:hover::after{
  width: 100%;
}

.footer-menu-sub ul{
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.footer-lower{
  padding-top: 40px;
  flex-direction: row;
  justify-content: space-between;
}
.footer-address{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 60%;
}
.footer-address-wrap{
  width: 100%;
  margin-bottom: 32px;
  text-align: right;
}
.footer-txt p {
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer-partner img {
  width: 150px;
}

}

/* ==================================================================================
   PCL min-width:1600px
===================================================================================== */
@media only screen and (min-width: 1600px) {

}


/* ==================================================================================
   tablet max-width:1080px
===================================================================================== */
@media only screen and (min-width:479px) and (max-width:1079px) {
  .about-vv-wrap{
    display: block;
  }
  .about-vv-txt, .about-vv-img{
    width: 100%;
  }
  .about-vv-img-wrap{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: calc(100% - 24px);
    height: 90%;
    margin: 0 auto;
  }
  .about-vv-img-wrap img{
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about-vv-img-inner{
    width: 50%;
  }
  .about-vv-img-wrap .about-vv-img-01{
    width: 100%;
    height: auto;
    top: 10%;
  }
  .about-vv-img-wrap .about-vv-img-02{
    width: 115%;
    height: auto;
    top: 0;
    right: 15%;
  }
  .about-vv-img-wrap .about-vv-img-03{
    width: 120%;
    height: auto;
    top: 20%;
    left: 5%;
  }
  .about-vv-img-wrap .about-vv-img-04{
    width: 102%;
    height: auto;
    top: -45%;
    right: 5%;
  }
  .about-vv-img-wrap .about-vv-img-05{
    width: 90%;
    height: auto;
    top: -70%;
    margin-left: 10%;
  }
  }

@media only screen and (max-width: 767px) {
  .form-accept {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 0;
    margin-top: 16px;
    margin-bottom: 24px;
    justify-content: center;
    text-align: center;
    font-size: 0.875rem;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-weight: initial;
  }
  .form-accept .wpcf7-list-item {
    margin: 0 0.5em;
  }
}
.title-policy {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.base-txt {
  padding: 24px 0;
}
.base-box {
  padding: 8px 0;
}

.base-box span {
  display: block;
  padding-left: 30px;
  line-height: 1.8;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN";
}
.custom-flex {
  display: flex;
  justify-content: end;
}
.custom-flex .base-txt {
  text-align: end;
}
h5.title-small {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.base-txt p {
  margin-bottom: 8px;
}
p {
  font-size: 16px;
  line-height: 1.75;
}
.policy-contact p:first-child {
  margin-bottom: 24px;
}
.base-head h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Noto Sans JP";
  color: #3f3d3c;
  margin-bottom: 16px;
}
.base-txt-item {
  padding: 24px 0;
}
.base-txt-item.policy-sign h6.title-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.base-txt-item.policy-sign p {
  padding-left: 30px;
}
.base-txt-item.policy-sign div.title-small {
  font-size: 16px;
  line-height: 24px;
  color: #3f3d3c;
  margin-bottom: 8px;
  font-weight: 700;
  margin-top: 16px;
}
table.table-policy {
  width: 100%;
}
table.table-policy,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}
table.table-policy th,
td {
  padding: 5px 10px;
}
table.table-policy th {
  font-weight: 400;
}
.policy2 .base-txt-item {
  padding-top: 24px;
  padding-bottom: 0;
}
.policy2 {
  padding-bottom: 100px;
}
.desc-sub {
  margin-top: 16px;
  display: block;
  margin-bottom: 40px;
}
.policy .base {
  padding: 240px 0 40px;
}
.base-box div {
  margin-bottom: 8px;
}
a.footer-link__policy {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  display: block;
  margin-bottom: 24px;
}
a.footer-link__policy:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .policy .base {
    padding: 120px 0 60px;
  }
  .base-head h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .base-txt-item {
    padding: 16px 0;
  }
  .base-txt {
    padding: 16px 0;
  }
  p {
    font-size: 14px;
    line-height: 1.75;
  }
  .policy2 .base-txt-item {
    padding-top: 16px;
    padding-bottom: 0;
  }
  h5.title-small {
    font-size: 18px;
    line-height: 1.5;
  }

}
