@charset "UTF-8";

/*基本設定*/

html {
  font-size: 18px;
}

/* 横スクロール対応 */
html {
  overflow-x: hidden;
}


body {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #ffffff;
}

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



.wrap {
  padding-top: 50px;
}

.wrap_contact {
  padding-top: 50px;
}


.wrap2{
  margin-top: -3vw;

}

.title_line {
  margin: 0 2vw;
  width: 1px;
  background-color: #000;
}





/* ナビゲーション項目 */

h1 {
  float: left;
  margin-left: 10px;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 1.7rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  font-family: 'ROBOTO';
  letter-spacing: 0.1vw;
}

.site-header {
  background: rgb(37, 37, 37);
  padding: 10px;
  position: fixed;
  top: 0;
  /* transition: .8s; */
  width: 100%;
  z-index: 999;
  height: 50px;
}

/* .site-header.hide {
  transform: translateY(-100%);
} */


/* .site-header {
  -webkit-transform: translateY(0);
  transform: translateFY(0);
} */


.site-header {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}


#gnav__menu {
  float: right;
  height: 18px;
  margin-right: 10px;
  margin-top: 6px;
  display: block;
  list-style-type: disc;
  /* margin-block-start: 1em;
  margin-block-end: 1em; */
  margin-inline-start: 1em;
  margin-inline-end: 1em;
  padding-inline-start: 1em;
}

#gnav__menu li {
  float: left;
  padding-left: 20px;
  font-weight: 500;
  font-size: 0.8rem;
  font-family: 'ROBOTO';
  letter-spacing: 1.5px;
  list-style-type: none;
}


#gnav__menu li a {
  color: #ffffff;
  /* padding-bottom: 8px; */

  /* display: block;
  margin-left: auto;
    margin-right: auto; */
}

/* #gnav__menu li a:hover {
  color: #5e5e5e;
  
}

#gnav__menu li a.current {
  border-bottom: 9px solid #5e5e5e;
} */

#gnav__menu li a.current:after {
  border-bottom: 9px solid #5e5e5e;
  width: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto
}


.site-header2 {
  background: rgb(37, 37, 37);
  padding: 10px;
  position: fixed;
  top: 0;
  /* transition: .8s; */
  width: 100%;
  z-index: 999;
  height: 50px;
  /* transition: .8s cubic-bezier(.4, 0, .2, 1); */

}

/* .site-header2.hide {
transform: translateY(-100%);

} */

.site-header2.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

.site-header2.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}




/* ナビ効果 */

#gnav__menu li a:after {
  content: '';
  width: 0;
  transition: all 0.1s ease;
  border-bottom: 9px solid #5e5e5e;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
}

#gnav__menu li a:hover:after {
  width: 20px;
  border-bottom: 9px solid#5e5e5e;
  display: block;
  margin-left: auto;
  margin-right: auto
}


/* ナビ効果ここまで */



/* #gnav__menu li a.current:after {
  border-bottom: 9px solid #5e5e5e;
  display: block;
margin-left: auto;
    margin-right: auto
    width: 20px;

  } */







/*ヒーローイメージ項目*/

.main_img_container {
  position: relative;
  height: 100%;
}

.main_img_inner{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    height: 100vh;
    height: 100svh;
    min-height: 100%;
}

.main_img {
  background: url(../img/sea_1.jpg);
  z-index: -1;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  top: 0;
  left: 0;
  position: fixed;
}

.main_img_text_large {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.main_img_text_small {
  position: absolute;
  color: rgb(255, 255, 255);
  /* background-color: #00ff6c; */
  font-size: 3vw;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2vw;

}

.main_cmyk {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_c {
  font-size: 10vw;
  font-weight: 700;
  font-family: 'ROBOTO';
  margin-right: 0.2vw;
}

.main_m {
  font-size: 10vw;
  font-weight: 700;
  font-family: 'ROBOTO';
  margin-right: 0.2vw;

}

.main_y {
  font-size: 10vw;
  font-weight: 700;
  font-family: 'ROBOTO';
  margin-right: 0.2vw;

}

.main_k {
  font-size: 10vw;
  font-weight: 700;
  font-family: 'ROBOTO';
}







/*作品項目*/

.wrap_top > .main{
  margin-top: 0;
}

.sample3 .contents {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  pointer-events: none;
  transition: all 500ms ;

}


.sample3 .contents:nth-of-type(1) {
  background-image: url(../img/nolway_sunrise_Moment.jpg);
  position: relative;
}

.sample3 .contents:nth-of-type(2) {
  background-image: url(../img/tokyo_1.jpg);
  position: relative;

}

.sample3 .contents:nth-of-type(3) {
  background-image: url(../img/tokyo_3.jpg);
  position: relative;
}

.sample3 .contents:nth-of-type(4) {
  background-image: url(../img/sea_1.jpg);
  position: relative;
}

.sample3 .contents:nth-of-type(5) {
  background-image: url(../img/snowmountain_Moment.jpg);
  position: relative;
}

.sample3 .contents:nth-of-type(6) {
  background-image: url(../img/tenessy_beach_Moment.jpg);
  position: relative;
}

.sample3 .contents:nth-of-type(7) {
  background-image: url(../img/japan_1.jpg);
  position: relative;
}

.sample3 .contents:nth-of-type(8) {
  background-image: url(../img/city_bw_1.jpg);
  position: relative;
}

.sample3 .contents:nth-of-type(9) {
  background-image: url(../img/sea_1.jpg);
  position: relative;
}

.sample3 .contents:nth-of-type(10) {
  background-image: url(../img/city_2.jpg);
  position: relative;
}

.sample3 .contents:nth-of-type(11) {
  background-image: url(../img/city_1.jpg);
  position: relative;
}

.sample3 .contents:nth-of-type(12) {
  background-image: url(../img/tokyo_5.jpg);
  position: relative;
}

.sample3 .contents:nth-of-type(13) {
  background-image: url(../img/tokyo_1.jpg);
  position: relative;
}


.sample3 .title {
  color: rgb(255, 255, 255);
  font-size: 6vw;
  font-weight: 300;
  text-align: center;
  /* letter-spacing: 2px; */
  margin-bottom: 2vw;
  font-family: 'ROBOTO';
}

.sample3 .title span {
  font-weight: 500;
}

.sample3 .title_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5vh;
  margin-top: 7vw;
  font-family: 'ROBOTO'
}

.sample3 a {
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  display: block;
  width: 30vw;
  font-size: 2vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 0.5vw 0;
  margin: 0 auto;
  /* height: 3.5vw; */
  /* margin-top: 5vw; */
  /* vertical-align: middle; */
  line-height: 1.5;
  /* transition: all 500ms 0.1s; */
  /* box-shadow: 1px 1px 1px #a3a3a3; */
  /* text-shadow: 1px 1px 1px #a3a3a3; */

  position: relative;
  z-index: 2;
  /* line-height: 50px; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s;
  pointer-events: auto;
}

.sample3 .contents:before {
  content: '';
  position: absolute;
  width: 100%;
height: 100%;
background: inherit;
  filter: brightness(1);
    transition: all 500ms ;
}

.sample3 .contents:hover:before{
  filter: brightness(0.5);

}



/* email設定 */


.contact {
  height: 100vh;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(0, 0, 0);
  /* padding-bottom: 1vw; */
}

.contact_info {
  color: rgb(0, 0, 0);
  text-align: center;
  font-weight: 500;

}

.contact_info {
  font-family: 'Noto Serif JP', serif;
}

.contact_exp {
  /* margin-bottom: 1vh; */
  font-size: 2vw;

}

.contact_exp_e {
  font-size: 1.5vw;
  margin-top: 1.5vh;

}

.email {
  /* padding-top: 2vw; */
  font-size: 2vw;
  margin-bottom: 2vw;
  margin-top: 2vw;
  
}

.email a {
  /* border-bottom: 1px solid #000000; */
  /* font-family: 'Roboto', serif; */
  color: #000000;
  transition: all .5s;
  font-size: 1.5vw;
  font-weight: 200;
  font-family: 'Sofia Sans', serif;
  /* font-style: italic; */
}

.email a:hover {
  /* color: #cecece; */
  /* border-bottom: 1px solid #000000; */
}

.email span{
  font-size: 2.5vw;
    font-weight: 100;
    /* vertical-align: ; */
    position: relative;
    top: 0.7vw;
    margin-right: 0vw;
    
}

.contact_explain{
  width: 60vw;
  margin-left: 0vw;
  margin-right: 0vw;
  font-size: 0.9vw;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1.5vw;
line-height: 1.5;
}

#map{ 
  height: 500px; 
  width: 60vw;
  /* margin:0 20vw; */
  /* width: 60vw; */
  margin-bottom: 8vw;
}


/* .email span.address {
  font-weight: 300;
  padding-right: 0.5vw;
} */

.about_box iframe {
  filter: grayscale(1)
}

span.map_address {
  font-size: 0.7vw;
  font-weight: 400;
  color: #7c7c7c;
  padding-left: 1vw;
}




/* フッター設定 */

footer {
  width: 100%;
  /* height: auto; */
  background-color: rgb(37, 37, 37);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(0, 0, 0);
  padding-bottom: 1vw;
}


.footer_info {
  bottom: 0;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 500;
  margin-top: 50px;
  /* letter-spacing: 2px; */
}

p.footer_info_logo {
  font-family: 'ROBOTO';
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.1vw;
}

span.footer_info_logo2 {
  font-family: 'ROBOTO';
  font-size: 0.7rem;
  color: rgb(176, 176, 176);
  letter-spacing: 0vw;
  font-weight: 500;
}

.sns {
  margin-top: 50px;
  margin-bottom: 50px;
}



/* .footer_info:nth-of-type(3) {
  margin-right: 1vw;
  display: flex;
  /* flex-direction: column; 
} */

.footer_info img {
  width: 20px;
  margin-right: 5px;
}

.footer_info img:nth-of-type(2) {
  margin-right: 0;
  width: 30px;
}

.copyright {
  /* margin-top: 4vw; */
  /* font-family: 'Times New Roman', Times, serif; */
  font-size: 0.5rem;
  color: #ffffff;
}

/* .copyright span{
  font-family: 'Noto Sans JP', sans-serif;

} */

.copyright span {
  font-size: 2rem
}







/* アニメーション設定 */

.fadein_title_c {
  animation: CMYK 500ms 1s both;
}

.fadein_title_m {
  animation: CMYK 500ms 1s both;
}

.fadein_title_y {
  animation: CMYK 500ms 1s both;
}

.fadein_title_k {
  animation: CMYK 500ms 1s both;
}

@keyframes CMYK {
  0% {
    transform: translate(0, 2vw);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.fadein_title_sub {
  animation: sub 1000ms 1.5s both;
}

.site-header {
  animation: sub 1000ms 1.5s both;
}

@keyframes sub {
  0% {
    transform: translate(0, -4vw);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.fadein_open_down {
  animation: down 1000ms 1s both;
}

.fadein_open_up {
  animation: up 1000ms 1.5s both;
}

.fadein_open_appear {
  animation: appear 1000ms 1s both;
}

@keyframes down {
  0% {
    transform: translate(0, -5vw);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes up {
  0% {
    transform: translate(0, 5vw);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



/* .fadein_flash{
  animation: flash  1s ease;
}

.fadein_flash2{
  animation: flash  1s 0.1s ease;
} */

/* .flash1 {
  opacity: 0;
  transition: 0.3s;
}

.flash1.is-show {
  opacity: 1;
}

.flash2 {
  opacity: 0;
  transition: 0.3s;
}

.flash2.is-show {
  opacity: 1;
}

.flash3 {
  opacity: 0;
  transition: 0.3s 0.7s;
}

.flash3.is-show {
  opacity: 1;
}

.flash4 {
  opacity: 0;
  transition: 0.3s 0.8s;
}

.flash4.is-show {
  opacity: 1;
}

.flash5 {
  opacity: 0;
  transition: 0.3s 0.9s;
}

.flash5.is-show {
  opacity: 1;
}

.flash6 {
  opacity: 0;
  transition: 0.3s 1s;
}

.flash6.is-show {
  opacity: 1;
}

.flash7 {
  opacity: 0;
  transition: 0.3s 1.1s;
}

.flash7.is-show {
  opacity: 1;
}

.flash8 {
  opacity: 0;
  transition: 0.3s 1.2s;
}

.flash8.is-show {
  opacity: 1;
}

.flash9 {
  opacity: 0;
  transition: 0.3s 0.1s;
}

.flash9.is-show {
  opacity: 1;
}

.flash10 {
  opacity: 0;
  transition: 0.3s 0.2s;
}

.flash10.is-show {
  opacity: 1;
}

.flash11 {
  opacity: 0;
  transition: 0.3s 0.1s;
}

.flash11.is-show {
  opacity: 1;
}

.flash12 {
  opacity: 0;
  transition: 0.3s 0.2s;
}

.flash12.is-show {
  opacity: 1;
} */



.flash_related {
  opacity: 0.01;
  transition: 0.5s 0.1s;
}

.flash_related.is-show {
  opacity: 1;
}

.flash_related2 {
  opacity: 0.01;
  transition: 1s 0.3s;
}

.flash_related2.is-show {
  opacity: 1;
}

.flash_related3 {
  opacity: 0.01;
  transition: 0.5s 0.5s;
}

.flash_related3.is-show {
  opacity: 1;
}

.flash_related4 {
  opacity: 0.01;
  transition: 0.5s 0.6s;
}

.flash_related4.is-show {
  opacity: 1;
}


.flash_main {
  opacity: 0.01;
  transition: 2s 0.3s;
}

.flash_main.is-show {
  opacity: 1;
}

.flash_work_top {
  opacity: 0.01;
  transition: 2s 0.3s;
}

.flash_work_top.is-show {
  opacity: 1;
}

.flash_work_top {
  top: 10vw;
  opacity: 0.01;
  transition: 1s 0.3s;
}

.flash_work_top.is-show {
  opacity: 1;
  top: 0;
}

.flash_appear {
  opacity: 0.01;
  transition: 500ms 0s;
  transform: translate(0, -5vw);

}

.flash_appear.is-show {
  opacity: 1;
  transform: translate(0, 0);

}

.flash_appear_up {
  opacity: 0.01;
  transition: 2s 0.3s;
  transform: translate(0, 0);
}

.flash_appear_up.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

/* @keyframes flash {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
} */

/*フェイドイン設定*/
/* 画面外にいる状態 */
.fadein {
  opacity: 0.01;
  transform: translate(0, 4vw);
  transition: all 500ms 0.3s;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}


/* 画面外にいる状態 */
.fadein_down {
  opacity: 0.01;
  transform: translate(0, -4vw);
  transition: all 500ms 0.2s;
}

/* 画面内に入った状態 */
.fadein_down.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}


/* 画面外にいる状態 */
.fadein_down_2 {
  opacity: 0.01;
  transform: translate(0, -4vw);
  transition: all 500ms 0.4s;
}

/* 画面内に入った状態 */
.fadein_down_2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}




/* Worksページ設定 */

.position {
  position: absolute;
  z-index: 100;
  margin-top: 20px;
}

.position > h3.about_explain_title {
  /* font-size: 3.2vw; */
  color: white;
}

.inner_works {
  width: 60vw;
  margin-left: 20vw;
  margin-right: 20vw;
  justify-content: space-between;
  margin-bottom: 8vw;
  /* margin-top: 80px; */
}

.grid-content {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

li.inview_1 {
  width: 20vw;
  height: 20vw;
  /* margin-bottom: 1px; */
  /* border: #fff 1px solid; */
  /* margin-bottom: 0.1vw; */

}

li.inview_2 {
  width: 40vw;
  height: 20vw;
  /* margin-bottom: 1px; */
  /* border: #fff 1px solid; */

}

/* li.inview_2{
  width: calc(-1px + 19vw);
  margin-bottom: 1px;

} */

.inview_wrap {
  /* width:			35vw;
	height:			30vw; */
  /* margin:			10px 8px 10px 16px; */
  position: relative;
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/



}


.inview_1 .inview_wrap .mask {
  /* color: #454545; */
  /* border-width: 2px; */
  /* border-style: solid; */
  /* border-color: #454545; */
  position: relative;
  margin: 2vw;
  /* padding: 3vw; */
  transition: all 0.3s ease-in-out;
}

.inview_2 .mask {
  position: relative;
  margin: 2vw;
  /* padding: 2vw; */
  transition: all 0.3s ease-in-out;
}

/* .mask:before,
.mask:after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  border-style: solid;
  width: 1px;
  height: 1px;
  transition: all 0.3s ease-in-out;
  border-color: #fff
} */

/* .mask:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
} */

/* .mask:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
} */

/* .mask:hover:before,
.mask:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #fff
} */



/* .inview_wrap {
  position: relative;
  margin: auto;
} */







/* 
.about_explain.contact_explain {
  margin-top: 0;
}

.about_explain_sub.contact_explain {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 50vw;
  margin-top: 0;
} */


/* 
. h3 {
  position: absolute;
  top: 0;
  left: 0;
} */

h3.works_title {
  font-family: 'ROBOTO';
  font-size: 1vw;
  color: #000000;
  /* margin-top: 22px; */
  font-weight: 300;
  letter-spacing: 0.05vw;

}

.works_title {
  /* margin-top: 100px; */
  /* margin-bottom: 3vw;
  margin-top: 3vw; */
  /* text-align: center; */
  margin-bottom: 3vw;
}

h3.work_title {
  font-family: 'ROBOTO';
  font-size: 1vw;
  color: #000000;
  /* margin-top: 22px; */
  font-weight: 300;
  letter-spacing: 0.05vw;
}

.work_title {
  /* margin-top: 100px; */
  margin-bottom: 4vw;
  /* margin-top: 80px; */
  /* margin-top: 10vw; */
}

.mask .caption hr {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
}



.inview_1 .inview_wrap .mask {
  width: 16vw;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;

  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;

  /* padding-top: -2.5vw; */

  /* background-color: rgba(0, 0, 0, 0.1); */

}

.inview_2 .inview_wrap .mask {
  width: 90%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;

  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;

  /* padding-top: -2.5vw; */

}

.inview_wrap:hover .mask {
  opacity: 1;
}

.inview_wrap .caption {
  font-size: 3vw;
  text-align: center;
  color: #fff;
  padding: 1vw;
  line-height: 1.5;
  padding-top: 0vw;
}

.caption hr {
  width: 0.5vw;
  color: #ffffff;
  text-align: center
}

.caption h3.works_detail_category {
  font-size: 0.8vw;
  font-weight: 300;
  color: #ffffff
}

.caption h3.works_detail_category span {
  font-weight: 500;

}

p.works_box_title {
  font-size: 1.5vw;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: 'ROBOTO';
  /* margin-bottom: 0.5vw; */
  letter-spacing: 0.05vw;
  line-height: 1.2;
}

p.works_box_subtitle {
  font-size: 0.7vw;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 0.2vw;
}


.inview_wrap img {
  display: block;
  transition-duration: 0.5s;

  object-fit: cover;
  height: 20vw;
}

.inview_wrap:hover img {
  transform: scale(1.1);
  filter: blur(5px) brightness(90%) saturate(0.8);

}

.about_work_box .inview_wrap img{
  display: block;
  transition-duration: 0.5s;
  object-fit: cover;
  filter: grayscale(1);
}

.about_work_box .inview_wrap:hover img{
  transform: scale(1.1);
  filter: grayscale(0) brightness(90%) saturate(0.8);
}



h2.page_title {
  font-size: 3vw;
  font-weight: 600;
  font-family: 'ROBOTO';
  color: #222222;
  position: relative;
  letter-spacing: 0.02vw;
  /* text-align: center; */
  /* margin-left: 12.5vw; */
}

h2.page_title_sub {
  margin-left: 0;
  font-size: 0.8vw
}

h2.page_title_sub {
  font-size: 1vw;
  margin-bottom: 0.5vw;
  font-weight: 500;

  /* margin-left: 2vw; */
  letter-spacing: 0.02vw;
  width: 100%;
  text-align: left;

}

hr.about_devide {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.about_explain h2.page_title::after,
  {
  margin-left: 1vw;
  margin-top: 0.9vw;
  content: "";
  width: 1px;
  height: 1.8vw;
  background-color: #000;
  position: absolute;

}


.sub_box {
  width: 100vw;
  height: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub_box_pagetop {
  width: 100vw;
  height: 6vw;
  text-align: center;
  background-color: #5e5e5e;
  font-size: 0.8vw;
  font-family: 'ROBOTO';
  color: #f6f6f6;
  align-items: center;
  /* display: flex */
}

a.back_to_list {
  text-align: center;
  height: 6vw;
  width: 100vw;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
}


a.back_to_list:hover {
  color: #f6f6f6 !important;
  background-color: #000000;
}

.sub_box span.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 2.5vw;
  /* Preferred icon size */
  display: inline-block;
  letter-spacing: normal;
  /* color: #2c2c2c; */
  margin-right: 0;
}

/* .as {
  display: none;
} */

p.slide_title_works {
  color: #000000;
  font-size: 0.8vw;
  font-weight: 400;
  line-height: 1.8;
  /* font-family: 'ROBOTO'; */
}


/*Wworks_1000px以下設定 */

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

  .inner_works {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
    justify-content: space-between;
    margin-bottom: 8vw;
  }

  .grid-content {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  li.inview_1 {
    width: 30vw;
    height: 30vw;
    /* margin-bottom: 1px; */
    /* border: #fff 1px solid; */
  }

  li.inview_2 {
    width: 60vw;
    height: 30vw;
  }

  .inview_wrap img {
    width: 60vw;
    height: 30vw;
  }

}







/* works_detail設定 */
.main {
  width: 100vw;
  margin-top: 3vw;
}

.main_work{
  width: 100vw;
  margin-top: 0;
}

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

.main_img_inner_detail{
  margin-top: 3vw;
      top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    height: 100vh;
    height: 100svh;
    min-height: 100%;
}




.main_works_img {
  z-index: -1;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.video {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.video_bg {
  -webkit-transform: translateX(-50%);
  left: 50%;
  max-height: initial;
  max-width: initial;
  min-height: 100vh;
  min-width: 100%;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}



.bgscreen {
  background: url(../img/city_bw_1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  animation: main_scale 3s 0ms both;

}

.bgscreen2 {
  background: url(../img/sunrise_1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bgscreen3 {
  background: url(../img/tokyo_3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  animation: main_scale 3s 0ms both;

}

.bgscreen4 {
  background: url(../img/tokyo_4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bgscreen5 {
  background: url(../img/city_bw_2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bgscreen6 {
  background: url(../img/forest_1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bgscreen7 {
  background: url(../img/tokyo_2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bgscreen8 {
  background: url(../img/sea_1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  animation: main_scale 3s 0ms both;

}

.bgscreen9 {
  background: url(../img/city_2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bgscreen10 {
  background: url(../img/city_1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}



.bgscreen11 {
  background: url(../img/tokyo_1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  animation: main_scale 3s 0ms both;
}



.bgscreen12 {
  background: url(../img/tokyo_5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bgscreen13 {
  background: url(../img/snowmountain_Moment.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  animation: main_scale 3s 0ms both;

}

.bgscreen14 {
  background: url(../img/tenessy_beacj_Moment.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  animation: main_scale 3s 0ms both;

}

.bgscreen15 {
  background: url(../img/japan_1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  animation: main_scale 3s 0ms both;

}

.bgscreen16 {
  background: url(../img/nolway_sunrise_Moment.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  animation: main_scale 3s 0ms both;

}

@keyframes main_scale {
  0% {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}



img.img_1 {
  width: 25vw;
  height: calc(25vw*2000/3000);
}

img.img_2 {
  width: 25vw;
  height: calc(25vw*2000/3000);
}

img.img_3 {
  width: 25vw;
  height: calc(25vw*2000/3000);
}

img.img_4 {
  width: 25vw;
  height: calc(25vw*2667/2000);
}

img.img_5 {
  width: 25vw;
  height: calc(25vw*1997/3000);
}

img.img_6 {
  width: 25vw;
  height: calc(25vw*2007/3000)
}

img.img_7 {
  width: 25vw;
  height: calc(25vw*2084/3125)
}

img.img_8 {
  width: 25vw;
  height: calc(25vw*2667/2000)
}

img.img_9 {
  width: 25vw;
  height: calc(25vw*2650/2000)
}

img.img_10 {
  width: 25vw;
  height: calc(25vw*3264/4800)
}

img.img_11,
video.img_11 {
  width: 25vw;
  height: calc(25vw*1440/2560)
}

img.img_12,
video.img_12 {
  width: 25vw;
  height: calc(25vw*2160/3840)
}

img.img_13,
video.img_13 {
  width: 25vw;
  height: calc(25vw*1080/1920)
}










.main_works_img a {
  display: inline-block;
  position: absolute;
  /* right: 50%; */
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  /* font-family: 'Josefin Sans', sans-serif; */
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  /* writing-mode: vertical-lr; */


  /* 以下一つのみアニメーション用設定 */
  animation: main_scroll 1000ms 1s both;
}

/* アニメーション設定ここから */
@keyframes main_scroll {
  0% {

    opacity: 0.01;
  }

  95% {
    opacity: 0.01;
  }

  100% {

    opacity: 1;
  }
}

/* アニメーション設定ここまで */


.main_works_img a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #fff;


}

.main_works_img a::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}







.works_detail_wrap {
  padding-top: 5vw;
  margin-left: 20vw;
  margin-right: 20vw;
  width: 60vw;
  /* max-width: 1140px; */

}

.inner {
  width: 60vw;
  /* margin-left: 10vw;
  margin-right: 10vw; */
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  /* margin-left: 5vw;
  margin-right: 5vw; */
  /* margin-left: 5vw; */
}

.works_detail_title {
  width: 60vw;
  /* margin-left: 5vw; */
  /* margin-right: 10vw; */


}

.works_description {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  width: 60vw;
  /* margin-left: 5vw;
  margin-right: 5vw; */
}

.description_left {
  width: 30vw;
  margin-right: 5vw;
  margin-left: 0;
  /* margin-left: 10vw; */
  /* padding-left: 2vw;
  padding-right: 2vw;  */
}


.description_img {
  /* width:			35vw;
  height:			30vw; */
  /* margin:			10px 8px 10px 16px; */
  position: relative;
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
  /* height: 23vw; */
  width: 25vw;
  /* margin-right: 10vw; */
}

img.img,
video.img {
  margin-bottom: 5vw;
}

.credits_content {
  width: 30vw;
}


h3.credits {
  font-family: 'ROBOTO';
  font-size: 0.9vw;
  font-weight: 600;
  color: #222222;
}

.credits_content dl {
  display: flex;
  flex-wrap: wrap;
}

.credits_content dd {
  font-family: 'ROBOTO';
  font-size: 0.7vw;
  font-weight: 400;
  width: 70%;
  margin-bottom: 1vw;
}

.credits_content dt {
  font-family: 'ROBOTO';
  font-size: 0.7vw;
  font-weight: 600;
  /* color: #797979; */
  width: 30%;
  margin-bottom: 1vw;
  color: #222222;
}


.credits_content_social {
  width: 30vw;
  display: flex;
  width: 50%;

}



.credits_content_social img {
  width: 1.5vw;
  height: auto;
  display: block;

}





.credits_content_social a {
  /* flex: 0 0 1.5vw; */
  transition: all 0.5s;
  margin-right: 1vw;
  /* border: 2px solid #000000; */

}

/* .credits_content_social a:first-child{
  padding-right: 0.7vw;

  
} */

.credits_content_social a:hover {
  opacity: 0.5;
}








.description_img img {
  display: block;
}







.credits_box {
  margin-top: 1vw;
  margin-bottom: 4vw;
}




h2.works_detail_category {
  font-size: 1vw;
  font-weight: 400;
  /* margin-bottom: 12px; */
  color: #222222
}

h2.works_detail_category span {
  font-weight: 600;

}

h3.works_detail_category_2 {
  font-size: 0.8vw;
  font-weight: 400;
  /* margin-bottom: 1vw; */
  margin-top: 1vw;
  color: #222222;

}

h3.works_detail_category_2 span {
  font-weight: 600;

}

h3.works_detail_title_jp {
  font-size: 4vw;
  font-weight: 600;
  color: #222222;
  font-family: 'ROBOTO';
  letter-spacing: 0.02vw;

}

h3.works_detail_title_en {
  font-size: 1vw;
  margin-bottom: 0.5vw;
  font-weight: 500;
  letter-spacing: 0.02vw;
  color: #222222;
}




p.description_main {
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 2vw;
  /* margin-top: 2.5vw; */
  color: #222222;
}

p.description_sub {
  font-size: 1vw;
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 4vw;
  color: #222222;
  /* padding-left: 2vw; */
  /* padding-right: 2vw; */
}

/* .slick-caption a:hover{
  color: rgb(0, 102, 255);
  text-decoration: underline solid 2px black;
} */















/* .caption_enlarge p.works_box_subtitle {
    font-size: 1vw;
    text-align: 		center;
    width: 60vw;
    padding-top: 10vw;
opacity: 0.7;

  } */

.works_box_subtitle span.material-icons {
  font-size: 15vw;
  opacity: 0.7;
}








hr {
  color: #818181;
  margin-bottom: 1vw;
  margin-top: 1vw;

}

hr.title_bar {
  width: 2vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
}


.works_img {
  margin-bottom: 80px;

}

.works_img_btn {
  width: 10vw;
  height: 3vw;
  /* text-align: center; */
  /* margin-bottom: 80px; */

}







span.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5vw;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  letter-spacing: normal;
  vertical-align: -0.5vw;
  margin-right: 0.5vw;
}



.inner_related{

}

.related_box_service_btn{

}

.next_work_box .inview_wrap img{
filter: grayscale(1);
}

.next_work_box .inview_wrap:hover img{
  filter: grayscale(0) blur(0px) brightness(90%) saturate(0.8)
}


.related_box_service_btn a {
  font-size: 0.8vw;
  font-weight: 400;
  color: #222222;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 0.1vw;
  font-family: 'ROBOTO';
  font-weight: 500;
}

.related_box_service_btn a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #afafaf;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.related_box_service_btn a:hover::after {
  transform: scale(1, 1);
}



.recommend_box {
  background-color: #F6F6F6;
  width: 100vw;
  /* height: 55vw; */
  padding-bottom: 8vw;
}

.next_work_box {
  width: 60vw;
  height: 20vw;
  margin-left: 20vw;
  margin-right: 20vw;
  display: flex;
  justify-content: space-between;
  /* margin-top: 7vw; */
  /* background-color: #5e5e5e; */
/* margin-bottom: 5vw; */
}

.next_work_box_cap {
  width: 60vw;
  /* height: 12vw; */
  /* text-align: center; */
  /* margin-left: 20vw;
  margin-right: 20vw; */
  /* margin-top: 2vw; */
  /* font-size: 1.8vw;
  color: #5e5e5e;
  font-weight: 400; */
  padding-top: 5vw;
  display: flex;
  justify-content: space-between;
  position: relative;
  /* margin-bottom: 2vw; */
  margin-left: 20vw;
  margin-right: 20vw;
  top: 0;
  align-items: baseline;
}

.related_box_service_btn .material-symbols-outlined {
  /* position: relative;
  top: 5px;
  left: 5px; */
  font-size: 1.2vw;
  display: inline-flex;
  vertical-align: middle;
}

p.next_work_jp {
  font-size: 0.8vw;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.5vw;
}



p.next_work_en {
  font-size: 1.2vw;
  font-weight: 600;
  color: #000000;
  font-family: 'ROBOTO';
  margin-bottom: 0.5vw;


}

/* .next_work_description span.material-icons{ 
  font-size: 0.7vw;
  position: absolute;
  bottom: 11.2vw;
  right: 1vw;
} */



.next_work_description hr {
  width: 0.5vw;
  /* text-align: center;
  margin-left: auto;
  margin-right: auto; */
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
}


img.next_work_img {
  width: 19vw;
  height: 12vw;
  filter: grayscale(1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);

}

a.related_work_img:hover img.next_work_img {
  opacity: 1;
  filter: grayscale(0)
}



.next_work_1 {
  width: 19vw;
  height: 22vw;
  position: relative;
}

.next_work_description {
  width: 19vw;
  /* height: 25vw; */
  /* padding: 1vw; */
  background-color: #f6f6f6;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

a.related_work_img:hover .next_work_description {
  /* background-color: #ffffff; */

}



/* 
.caption_relatedworks {
  width: 14.5vw;
  text-align: center;
  margin-left: 2vw;
  margin-right: 2vw;
}


p.relatedworks_box_title {
  font-size: 0.8vw;
  font-weight: 400;
  margin-top: 1vw;
}

p.relatedworks_box_subtitle {
  font-size: 0.6vw;
  font-weight: 400;
  color: #5a5a5a;
} */








.sub_box_worklist {
  width: 15vw;
  height: 2.5vw;
  margin-left: 42.5vw;
  margin-right: 42.5vw;
  font-family: 'ROBOTO';
  /* vertical-align: middle; */
  font-size: 1vw;
  font-weight: 500;
  color: #000000;
  /* border: #000000 1px solid; */
  /* position: absolute; */
  /* top: 52%; */
  /* right: 0; */
  /* text-align: center; */
  /* padding-top: 0.7vw; */
  align-items: center;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
}

/* .sub_box_worklist div{
  width: 15vw;
  height: 2.5vw;
  align-items: center;
  text-align: center;
  justify-content: center;
} */


a.back_to_list_2 {
  display: block;
  text-align: center;
  height: 2.5vw;
  width: 15vw;

  position: relative;
  transition: all 0.5s;
  line-height: 2.2vw;
  border: 2px solid white;
  z-index: 2;
  background-color: #fff;
  color: rgb(0, 0, 0);
  /* line-height: 50px; */
  overflow: hidden;
  /* border: #c9c9c9 1px solid; */


}

a.back_to_list_2:hover {
  color: rgb(255, 255, 255) !important;
  background-color: rgba(0, 0, 0, 1);
  border: rgba(0, 0, 0, 1);
}



a.back_to_list_2::after {
  top: -100%;
  width: 100%;
  height: 100%;


}

a.back_to_list_2:hover::after {
  top: 0;
  background-color: #333;
}

a.back_to_list_2::before,
a.back_to_list_2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

a.back_to_list_2,
a.back_to_list_2::before,
a.back_to_list_2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  width: 15vw;
  height: 3vw;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: 12vw;
}


/*Wworks_detail_1000px以下設定 */

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

  .inner {
    width: 90vw;

    margin-left: 0vw;
  }

  .works_detail_wrap {
    margin-left: 5vw;
    margin-right: 5vw;
    width: 90vw;  }

  .works_description {
    /* margin-top: 5vw; */
    width: 90vw;
    margin-left: 0vw;
    margin-right: 0vw;
    justify-content: space-between;
  }

  .description_left {
    width: 45vw;
    /* margin-right: 5vw;
    margin-left: 0; */

  }

  .description_img {
    width: 40vw;
  }


  img.img_1 {
    width: 40vw;
    height: calc(40vw*2000/3000);
  }

  img.img_2 {
    width: 40vw;
    height: calc(40vw*2000/3000);
  }

  img.img_3 {
    width: 40vw;
    height: calc(40vw*2000/3000);
  }

  img.img_4 {
    width: 40vw;
    height: calc(40vw*2667/2000);
  }

  img.img_5 {
    width: 40vw;
    height: calc(40vw*1997/3000);
  }

  img.img_6 {
    width: 40vw;
    height: calc(40vw*2007/3000)
  }

  img.img_7 {
    width: 40vw;
    height: calc(40vw*2084/3125)
  }

  img.img_8 {
    width: 40vw;
    height: calc(40vw*2667/2000)
  }

  img.img_9 {
    width: 40vw;
    height: calc(40vw*2650/2000)
  }

  img.img_10 {
    width: 40vw;
    height: calc(40vw*3264/4800)
  }

  img.img_11,
  video.img_11 {
    width: 40vw;
    height: calc(40vw*1440/2560)
  }

  img.img_12,
  video.img_12 {
    width: 40vw;
    height: calc(40vw*2160/3840)
  }

  img.img_13,
  video.img_13 {
    width: 40vw;
    height: calc(40vw*1080/1920)
  }

  p.description_main {
    font-size: 2vw;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 2vw;
    color: #222222;
  }

  p.description_sub {
    font-size: 1.5vw;
    /* line-height: 2.5;
    margin-bottom: 4vw; */
  }

  h3.credits {
    font-family: 'ROBOTO';
    font-size: 1.5vw;
    font-weight: 600;
  }

  .credits_content dl {
    display: flex;
    flex-wrap: wrap;
  }

  .credits_content dd {
    font-family: 'ROBOTO';
    font-size: 1.2vw;
    font-weight: 400;
    width: 50%;
    margin-bottom: 1vw;
  }

  .credits_content dt {
    font-family: 'ROBOTO';
    font-size: 1.2vw;
    font-weight: 600;
    /* color: #797979; */
    width: 50%;
    margin-bottom: 1vw;
  }


  .credits_content_social {
    width: 30vw;
    display: flex;
    width: 50%;

  }



  .credits_content_social img {
    width: 3vw;
    height: auto;
    display: block;

  }

  .works_detail_title {
    margin-left: 0vw;
    width: 90vw;
    margin-right: 5vw;
  }



  h2.works_detail_category {
    font-size: 1.5vw;
    font-weight: 400;
    /* margin-bottom: 12px; */
    /* color: #000000 */
  }

  h2.works_detail_category span {
    font-weight: 600;

  }

  h3.works_detail_category_2 {
    font-size: 1.2vw;
    font-weight: 400;
    margin-bottom: 1vw;
    margin-top: 1vw;
    color: #000000;

  }

  h3.works_detail_title_jp {
    font-size: 4.5vw;
    font-weight: 600;
  }

  h3.works_detail_title_en {
    font-size: 1.5vw;
    /* margin-bottom: 0.2vw; */
    font-weight: 500;
  }

  .next_work_box {
    width: 90vw;
    height: 30vw;
    margin-left: 5vw;
    margin-right: 5vw;
    /* margin-bottom: 2vw; */
  }

  .recommend_box {
    /* height: 70vw; */
  }

  .next_work_box_cap {
    width: 90vw;
    /* height: 15vw; */
    margin-left: 5vw;
    margin-right: 5vw;
    /* margin-top: 3vw; */
    /* padding-top: 5vw; */
    margin-bottom: 2vw;

  }

  p.next_work_jp {
    font-size: 0.8vw;
  }

  p.next_work_en {
    font-size: 1.8vw;
    margin-bottom: 0.5vw;
  }

  .next_work_description hr {
    width: 1.6vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  img.next_work_img {
    width: 27vw;
    height: 18vw;
  }

  .next_work_1 {
    width: 29vw;
    height: 33vw;
  }

  .next_work_description {
    width: 29vw;
    height: 35vw;
    padding: 1vw;
  }

  h2.page_title {
    font-size: 4.5vw;
    font-weight: 600;
    font-family: 'ROBOTO'

  }

  h2.page_title_sub {
    font-size: 1.5vw;
    /* margin-bottom: 0.2vw; */
    font-weight: 500;

  }

  a.back_to_list {
    font-size: 1.2vw;
    height: 6vw;
  }

  .sub_box {
    height: 6vw;
  }

  .sub_box_pagetop {
    height: 6vw;
  }

  .sub_box span.material-icons {
    font-size: 4vw;
  }



}


/*Wworks_detail_800px以下設定 */





/*Wworks_detail_700px以下設定 */



/* CONTACT設定項目 */

.inner_contact {
  width: 60vw;
  /* margin-left: 20vw;
  margin-right: 20vw; */
  justify-content: space-between;
  /* margin-bottom: 8vw; */
  /* margin-top: 100px; */
  margin-left: 20vw;
  margin-right: 20vw;
}

.inner_contact_wide {
  width: 100vw;
  justify-content: space-between;
  margin-bottom: 8vw;

}


/* @media screen and (max-width: 800px) {

  .inner_contact {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
    justify-content: space-between;
    margin-bottom: 8vw;
  }

  .contact_img {
    width: 90vw;
  }

} */

.contact_form {
  /* border: 1px solid #cccccc */
}

.contact_img {
  margin-bottom: 2vw;
  /* margin-top: 5vw; */
}

/* .contact_explain {
  margin-left: auto;
  margin-right: auto;
  width: 60vw;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.contact_explain p {
  font-size: 0.9vw;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  margin-right: 5vw;
  margin-left: 5vw;
} */







.job_list {
  margin-top: 20px;
  background-color: white;
  /* padding: 5vw; */
  padding-left: 5vw;
  /* padding-top: 40px; */
  padding-bottom: 5px;
  padding-right: 5vw;
}


.Form-Item-Textarea {
  border: 1px solid #ddd;
  /* margin-left: 40px; */
  padding-left: 1em;
  padding-right: 1em;
  /* height: 216px; */
  flex: 1;
  width: 100%;
  /* max-width: 410px; */
  /* background: #eaedf2; */
  font-size: 1vw;
  height: 8vw;
  margin-bottom: 0.3vw;
  /* margin-top: 2vw; */
}

.Form-Btn {
  margin-top: 32px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 12vw;
  display: block;
  letter-spacing: 0.05em;
  font-weight: 500;
  background: #ffffff;
  color: rgb(255, 255, 255);
  /* font-weight: bold; */
  font-size: 1.2vw;
  /* border: rgb(194, 194, 194) 1px solid; */
  background-color: #e6e6e6;
  text-align: center;
}

.form {
  width: 60vw;
  /* margin:0 auto;
  border: 1px solid #9c9c9c;
  padding: 10px;
  box-sizing: border-box; */
  padding-bottom: 30px;
  padding-top: 20px;
  margin-left: 15vw;
  margin-right: 15vw;
}

label[for] {
  cursor: pointer;
  font-size: 1vw;
  font-family: 'Noto Sans JP';
  font-weight: 400;
  color: #5e5e5e;
}

.item {
  margin-bottom: 20px;
}

.label_left {
  display: inline-block;
  width: 25%;
  border-left: solid 5px #5250e0;
  padding-left: 15px;
  vertical-align: top;
}

.form input[type="text"],
.form input[type="number"],
.form input[type="email"],
.form input[type="password"] {
  width: 60vw;
  margin: 15px 0;
  border: 1px rgb(202, 202, 202) solid;
  height: 70px;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: inherit;
  padding: 10px;
}

.form textarea {
  margin: 10px 0;
  height: 180px;
  font-size: 16px;
  font-family: inherit;
  width: 60vw;
  border: 1px solid rgb(202, 202, 202);
  padding: 10px;
  margin-bottom: 50px;
  resize: vertical;
}

.form select {
  height: 35px;
  width: 65%;
}

.btns {
  display: flex;
  justify-content: center;
}

.form input[type="submit"] {
  text-align: center;
  background: #a5a5a5;
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  /* margin: 0 5px; */
  width: 85vw;
  height: 50px;
  font-family: 'Noto Sans JP';
  transition: 0.5s;

}

.btns input:hover {
  color: rgb(255, 255, 255);
  background-color: #000;
  transition: 0.5s;
}


@media screen and (max-width:999px) {
  .inner_contact {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
    /* margin-top: 10vw; */
  }

  .about_explain {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .form {
    width: 90vw;
    padding-bottom: 30px;
    padding-top: 6vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .form input[type="text"],
  .form input[type="number"],
  .form input[type="email"],
  .form input[type="password"] {
    width: 90vw;
  }

  .form textarea {
    width: 90vw;
  }

  .form input[type="submit"] {
    width: 90vw;
  }

  .job_list {
    padding-left: 0;
  }

  label[for] {
    font-size: 1.5vw;
  }

}

@media screen and (max-width:599px) {
  label[for] {
    font-size: 3.2vw;
  }

  .job_list {
    margin-top: 0;
  }

}






/* アバウト設定 */

h2.page_title_sub_center {
  text-align: center;
  margin-bottom: 0.5vw;
  font-size: 1.3vw;
  font-weight: 500;
  letter-spacing: 0.02vw;
  margin-bottom: 0;
}

.about_explain {
  width: 60vw;
    margin-left: 0vw;
    margin-right: 0vw;
    font-size: 0.9vw;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5vw;
    /* text-align: center; */
    /* margin-top: 3vw; */
}

.about_explain p.about_explain_sub {
  /* margin-left: 5vw; */
  /* margin-right: 5vw; */
  font-size: 1vw;
  font-weight: 400;
  line-height: 2;

}

.about_explain p.about_explain_lead {
  font-size: 2vw;
  font-weight: 600;
  font-family: 'Noto sans JP';
  color: #222222;
  line-height: 1.5;
  margin-bottom: 2vw;
  /* margin-top: 2vw; */
  /* margin-left: 5vw; */
  /* margin-right: 5vw; */
}





.about_explain hr {
  margin-top: 5vw;
  margin-bottom: 5vw;
}




.page_title_box {
  display: flex;
    align-items: center;
    margin-bottom: 3vw;
    flex-wrap: wrap;
    margin-top: 3vw;}


.page_title_box h2.page_title {
  margin-left: 20vw;
}

.about_box {
  width: 100vw;

  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7vw;
  margin-top: 2vw;
  justify-content: space-between;

}

/* .about_box_service_tag {
  margin-top: 2vw;
}

.about_box_service_tag ul {
  display: flex;
  width: 60vw;
}

.about_box_service_tag li {
  font-size: 0.9vw;
  font-weight: 500;
  padding-right: 1vw;
  color: #7c7c7c;
} */



.about_box_service {
  width: 60vw;
  margin-top: 2vw;
  margin-left: 20vw;
  margin-right: 20vw;

}

.about_box_service_title {
  width: 60vw;
  margin-bottom: 1vw;

}

.about_box_service_title h3 {

  font-family: 'ROBOTO';
  line-height: 1.5;

  font-size: 2vw;
  font-weight: 600;
  line-height: 2;
  color: #222222;
  letter-spacing: 0.02vw;
}

.about_box_title_img {
  width: 100%;
  max-width: 100%;
  height: auto;
}



.about_box_service_explain p {
  font-size: 1vw;
  font-weight: 500;
  line-height: 2;
  color: #222222;
}

.about_box_service_explain {
  /* width: 30vw; */

}

/* .about_box_service_example {
  width: 60vw;
  margin-top: 5vw;


}

.example {
  width: 40vw;
  margin-left: 0;
  margin-bottom: 5vw;
}



.example_title {
  padding-top: 0.8vw
}

.example_title p {
  font-size: 0.6vw;
  font-weight: 400;
  color: #7c7c7c;

} */

.about_box_service_tag li a {
  transition: 1s;
}

.about_box_service_tag li a:hover {
  color: #c7c7c7
}

.about_box_service .next_work_box{
     /* width: 100vw; */
    /* height: 25vw; */
    /* margin-left: 0vw;
    margin-right: 0vw;
    display: flex;
    justify-content: space-between;
    padding-top: 3vw; */
}



.about_work_box{
  height: 20vw;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0vw;
    margin-right: 0vw;
    display: flex;
    justify-content: space-between;
    margin-top: 3vw;
}

.next_work_box .grid-content{
  height: 20vw;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_box_service_btn a {
  font-size: 0.8vw;
  font-weight: 400;
  color: #222222;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 0.1vw;
  font-family: 'ROBOTO';
  font-weight: 500;

}

.about_box_service_btn {
  margin-top: 2vw;
  margin-bottom: 1vw;
}

.about_box_service_btn a:hover {
  /* color: #acacac; */

}

.about_box_service_btn a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #afafaf;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.about_box_service_btn a:hover::after {
  transform: scale(1, 1);
}

.about_box_service_btn .material-symbols-outlined {
  font-size: 1.2vw;
  display: inline-flex;
  vertical-align: middle;
position: relative; 
transition: all .3s
}

.about_box_service_btn a:hover .material-symbols-outlined{
  transform: translate(8px,0);

}


.about_explain_ex {
  width: 70vw;
  margin-left: 0vw;
  margin-right: 0vw;
  font-size: 0.9vw;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 6vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.about_explain_box {
  width: 35vw;
}

.about_explain_box2 {
  width: 70vw;
  height:
}

.about_explain_info {
  height: 8vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-right: 1vw;
  padding-left: 1vw;
  /* background-color: #000000 */
}

h2.about_explain_title {
  font-weight: 600;
  font-size: 1vw;
  color: #222222;
  margin-bottom: 1.5vw;
  font-family: 'ROBOTO';
  letter-spacing: 0.02vw;
  /* margin-left: 20vw;
  margin-right: 20vw; */
}

.position > h2.about_explain_title{
  color: white;
}

.inner_contact p.about_explain_sub {
  font-size: 1vw;
  font-weight: 500;
  line-height: 2;
  color: #222222
}

.about_explain span{
  font-size: 0.8vw;
  line-height: 1.2;
}



.about_company_contact {
  width: 75vw;
  margin-left: 12.5vw;
  margin-right: 12.5vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  /* justify-content: space-between; */

  /* margin-left: 15vw; */
}






.page_title_slide_box {
  width: 70vw;
  margin-left: 13vw;
  margin-right: 15vw;
  margin-top: 2vw;
  z-index: 1;
  position: absolute;
  display: flex;
  align-items: center;
  /* color: #c2c2c2;; */
  flex-wrap: wrap;
}

/* .page_title_box h2.page_title::after {
  margin-left: 1vw;
  margin-top: 0.5vw;
  content: "";
  width: 1px;
  height: 1.8vw;
  background-color: #000;
  position: absolute;
}

.page_title_slide_box h2.page_title::after {
  margin-left: 1vw;
  margin-top: 0.2vw;
  content: "";
  width: 1px;
  height: 1.8vw;
  background-color: #000;
  position: absolute;



} */






.slick01 {
  width: 100vw;
  /* margin-top: 3vw; */
  margin-bottom: 5vw;
}

.slick02 {
  width: 75vw;
  /* margin-left: 12.5vw; */
}

.slick02 .slick-img img {
  width: 50vw;
  height: 30vw;
}

.slider-wrapper_works {
  background-color: #ebebeb;
  width: 75vw;
  height: 35vw;
  margin-left: 12.5vw;
  margin-bottom: 5vw;
}



.slick-caption {
  width: 100vw;
  position: absolute;
  z-index: 100;
  top: 0vw;
  /* top:10vw;
  right:0vw; */
  height:calc(var(--vh, 1vh) * 100 - 50px );
  /* background-color: rgb(70 70 70 / 10%); */
    color: white;
  opacity: 1;
  /* margin-top: 5vw; */
  /* margin-left: 20vw; */
  padding-top: calc(var(--vh, 1vh) * 30 - 50px );
    padding-bottom: 3vw;
  padding-left: 2vw;
  padding-right: 2vw;
  text-align: center;
  /* margin-bottom: 2vw; */
  /* -webkit-backdrop-filter: blur(10px) saturate(0.8);
  -moz-backdrop-filter: blur(10px) saturate(0.8);
  -ms-backdrop-filter: blur(10px) saturate(0.8);
  -o-backdrop-filter: blur(10px) saturate(0.8);
  backdrop-filter: blur(10px) saturate(0.8);
  transition: 1s; */
}

.slick-caption:hover{
  /* background-color: rgb(37, 37, 37);
  backdrop-filter: blur(0px) saturate(1); */
}

.slick-btn {
  width: 20vw;
  position: absolute;
  z-index: 100;
  background-color: rgb(255, 255, 255);
  height: 2.5vw;
  top: 25vw;
  margin-left: 68vw;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;

}

a .slick-btn {
  transition: 0.5s;
  letter-spacing: 1.2;
  font-family: 'ROBOTO';
  font-weight: 500;
  font-size: 1vw;
  color: #000000;
}

.slick-btn:hover {
  background-color: #000;
  color: white;
}

.slick-btn:hover a {
  color: rgb(255, 255, 255);
}

/* .slick-caption a:hover {
  color: rgb(165, 165, 165);
  border-bottom: rgb(165, 165, 165) 1px solid;
} */

/* .btn_arrow::before{
box-sizing: border-box;
content: '';
position: absolute;
left: 12vw;
top: -0.5vw;
width: 2vw;
height: 2vw;
border: 2px solid #5e5e5e;
-webkit-border-radius: 50%;
border-radius: 50%;
} */

/* .btn_arrow::after {
  content: '';
  position: absolute;
  top: 0.15vw;
  width: 0.8vw;
  height: 0.8vw;
  border-top: 1px solid #5e5e5e;
  border-right: 1px solid #5e5e5e;
  transform: rotate(45deg);
  transition: .5s;
  margin-left: 15px;
}

.btn_arrow:hover::after {

  transform: translate(10px, 0) rotate(45deg);
} */

/* @keyframes arrow{
  50% {
    right: 10px;
  }

  100% {
    right: 13px;
  }
} */

.slick02 .slick-img .slick-caption_works {
  width: 25vw;
  position: absolute;
  z-index: 100;
  /* bottom: 3vw; */
  top: 0vw;
  right: 0vw;
  /* height: 60vh; */
  /* background-color: rgb(255, 255, 255); */
  /* opacity: 0.9; */
  /* margin-top: 10vw;
  margin-left: 52vw; */
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 2vw;
  padding-right: 2vw;
  /* text-align: center; */

}


h3.slide_category {
  color: rgb(255, 255, 255);
  font-size: 1.2vw;
  font-weight: 300;
  letter-spacing: 1;
  margin-bottom: 1vw;
  line-height: 1.5;
  font-family: 'ROBOTO';
}

h3.slide_category span {
  font-weight: 500;
}

h3.slide_title {
  color: #ffffff;
  font-size: 2.5vw;
  font-weight: 500;
  letter-spacing: 1;
  margin-bottom: 1vw;
  font-family: 'ROBOTO';
}

h3.slide_title_sub {
  color: #ffffff;
  font-size: 0.9vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  /* font-family: 'ROBOTO' */
  margin-bottom: 0.5vw;
}

hr.slide_title_bar {
  margin-top: 2vw;
  margin-bottom: 2vw;
  width: 1vw;

}

hr.slide_title_bar_2 {
  margin-top: 1vw;
  margin-bottom: 1vw;
  width: 1vw;
  margin-left: auto;
  margin-right: auto;
}

p.slide_title_explain {
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 2vw;
}

p.slide_title_works {
  color: #000000;
  font-size: 0.8vw;
  font-weight: 400;
  line-height: 1.8;
}

hr.slide_title_bar_2 {
  color: white;
}






/* .slide_title_btn::after {
  content: ">";
  margin-left: 1em;
} */

.allow {
  line-height: 1.25;
  text-decoration: none;
  /* font-weight:bold; */
  /* background:#8dc21f; */
  /* color:#fff !important; */
  /* border-radius:.5em; */
  padding-right: 1.5em;
  text-align: center;
  position: relative;
  transition: .3s;
}

.allow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 10%;
  margin: auto;
  width: .3em;
  height: .3em;
  border-top: .05em solid rgb(0, 0, 0);
  border-right: .05em solid rgb(0, 0, 0);
  transform: rotate(45deg);
  transition: .3s;
}

a.allow:hover {
  opacity: .75;
}

.allow:hover:after {
  right: 3%;
}


h3.slide_title {
  letter-spacing: 0.02em;
}




/* スライドショー設定 */


.slick-img {
  position: relative;
}

.slick-img img {
  width: 100%;
  /* height: calc(100vh - 50px ); */
  height: calc(var(--vh, 1vh) * 100 - 50px );
margin-left: 0%;
margin-right: 0%;
  object-fit: cover;
}

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  bottom: 5vw;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 1px solid #333;
  /*矢印の色*/
  border-right: 1px solid #333;
  /*矢印の色*/
  height: 7px;
  width: 7px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 71vw;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 15vw;
  transform: rotate(45deg);
}


/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
  /* right: 50vw; */
  /* bottom: 2vw; */
  text-align: center;
  margin: -20px 0 0 0;
}

.slick-dots_works {
  position: absolute;
  z-index: 3;
  right: 48.5vw;
  bottom: 0vw;
  /* text-align: center; */
  /* margin: -50px 0 0 0; */

}

.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slick-dots_works li {
  display: inline-block;
  margin: 0 10px;
}



.slick-dots button {
  color: transparent;
  outline: none;
  width: 4px;
  /*ドットボタンのサイズ*/
  height: 4px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: rgb(0, 0, 0);
  /*ドットボタンの色*/
}

.slick-dots_works button {
  color: transparent;
  outline: none;
  width: 0.3vw;
  /*ドットボタンのサイズ*/
  height: 0.3vw;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}


.slick-dots .slick-active button {
  background: rgb(255, 255, 255);
  /*ドットボタンの現在地表示の色*/
}

.slick-dots_works .slick-active button {
  background: rgb(255, 255, 255);
  /*ドットボタンの現在地表示の色*/
}


/* progress bar */
.slider-progress {
  width: 100%;
  height: 2px;
  background: rgb(0, 0, 0, 0);
  position: absolute;
  bottom: 0.1vh;
}

.slider-progress .progress {
  width: 0%;
  height: 3px;
  background: rgb(255, 255, 255);
}









.office_box {
  display: flex;
  /* padding-top: 12vh; */
  /* flex-wrap: wrap; */
  width: 50vw;
  margin-left: 12vw;
  margin-right: 12vw;
  margin-top: 8vw;
}


.contents_box {
  /* margin-top: 20vh; */
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  /* padding-top: 20vh; */
}

.carrer_box {
  display: flex;

  /* padding-top: 12vh; */
  flex-wrap: wrap;
  width: 74vw;
  margin-left: 0vw;
  margin-right: 0vw;
  margin-top: 10vw;
}



.description_large {
  font-size: 1vw;
  font-weight: 400;
  width: 74vw;
  /* margin-left: 5%; */
  /* margin-top: 30px; */
  margin-bottom: 20px;
  line-height: 1.5;
}

/* 
.description_small {
  font-size: 1vw;
  font-weight: 700;
  width: 30%;
  margin-left: 10%;
  margin-top: 130px;
  line-height: 1.5;
  margin-bottom: 20px;
} */


.description_large p {
  margin-bottom: 1vw;
  margin-left: 5vw;
  margin-right: 5vw;
  font-size: 0.9vw;
  font-weight: 500;
}

p.profile {
  font-size: 1.3vw;
  margin-bottom: 2vw;
  margin-top: 2vw;

  font-weight: 600;
  margin-left: 5vw;
  margin-right: 5vw;
}

/* p.profile_small {
  font-size: 1.5vw;
  margin-bottom: 30px;
} */

.about_img {
  /* position: relative; */
  z-index: -5;
  width: 100vw;
  height: auto;
  margin-left: 0;
  /* margin-right: 5%; */
  margin-top: 0vw;

  /* background-color: #b3b3b3;
  background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-dark.png"); */
}

.office_box .about_img {
  z-index: -5;
  width: 100vw;
  height: auto;
  margin-right: 2%;
  margin-left: 0;
  S
  /* margin-right: 5%; */
  margin-top: 0vw;
}

.about_img_bg {
  background: url(../img/about_profile.jpg) no-repeat;
  padding-bottom: calc(100%*2848/4288);
  background-size: 100% 100%;
  background-position
}

.about_img_bg2 {
  background: url(../img/about_main.jpg) no-repeat;
  padding-bottom: calc(100%*2848/4288);
  background-size: 100% 90%;
  background-position: center
}




/* 999以下設定 */

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

  .Form {
    width: 70vw;
  }

  /* .about_explain_sub.contact_explain {
    width: 70vw;
  } */

  .Form-Item-Label {
    font-size: 1.5vw;
  }

  .Form-Btn {
    margin-top: 32px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 15vw;

    font-size: 1.5vw;

  }

  .carrer_box {
    display: flex;
    width: 90vw;
    /* margin-left: 5vw; */
    /* margin-right: 5vw; */

  }

  .description_large {
    width: 90vw;

  }

  .about_explain {
    width: 90vw;
    /* margin-left: 5vw; */
    /* margin-right: 5vw; */
  }

  .about_box {
    width: 100vw;
    margin-left: 0vw;
    margin-right: 0vw;
  }

  .about_box_service {
    width: 90vw;
    margin-top: 2vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .about_box_service_example {
    width: 90vw;
    margin-top: 5vw;
  }

  .about_box_service_explain p {
    font-size: 1.5vw;
  }

  h2.about_explain_title {
    font-size: 1.5vw;
  }

  .about_box_service_tag li {
    font-size: 1vw;
  }

  .about_box_service_btn a {
    font-size: 1.2vw;
    padding-bottom: 3px;
  }



  .about_img {
    width: 90vw;
  }

  .about_work_box {
    height: 30vw;

  }

  .page_title_slide_box {
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 2vw;
    z-index: 1;
    position: absolute;
    display: flex;
    align-items: center;
  }

  #map {
    height: 500px;
    width: 90vw;

  }

  /* .page_title_box h2.page_title::after {
    margin-left: 1vw;
    margin-top: 1.2vw;
    height: 3vw;
  }

  .page_title_slide_box h2.page_title::after {
    margin-left: 1vw;
    margin-top: 0.8vw;
    height: 3vw;
  } */

  .slick-caption {
    width: 100vw;
    height: 90vw;
    margin-left: 0vw;
    margin-right: 0vw;
  }

  .slick-caption a {
    position: absolute;
    bottom: 3vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.2vw;
  }

  .slick-btn {
    top: 30vw;
    width: 30vw;
    margin-left: 65vw;
    height: 3vw;
  }

  a .slick-btn {
    font-size: 1.2vw;
  }



  /* .btn_arrow::after {
    content: '';
    position: absolute;
    top: -0.1vw;
    width: 1.2vw;
    height: 1.2vw;
    border-top: 1px solid #5e5e5e;
    border-right: 1px solid #5e5e5e;
    transform: rotate(45deg);
    transition: .5s;
    margin-left: 5px;
  } */

  /* .btn_arrow:hover::after {
  
    transform: translate(10px, 0) rotate(45deg);
  } */

  .slick-dots {}

  .slick-next {
    right: 10vw;
  }

  .slick-prev {
    left: 70vw;
  }

  .slider-wrapper_works {
    background-color: #ebebeb;
    width: 90vw;
    height: 55vw;
    margin-left: 5vw;
  }

  .slick02 .slick-img img {
    width: 60vw;
    height: 50vw;
    padding-left: 0;
    padding-right: 0;
  }

  .slick02 .slick-img .slick-caption_works {
    width: 30vw;
    right: 0vw;
  }

  .slick02 {
    width: 90vw;
  }

  .slick-dots_works {
    right: 55vw;
  }

  /* .description_large {
    font-size: 1.4vw;
    font-weight: 500;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.5;
  } */
  /* 
  .description_small {
    font-size: 1.2vw;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
  } */



  h2.page_title {
    font-size: 6vw;
    /* margin-left: 5vw; */
  }

  .page_title_box h2.page_title {
    margin-left: 5vw;
    margin-bottom: 0vw;
  }

  h2.page_title_sub_center {
    font-size: 1.5vw;
  }

  .about_explain p.about_explain_lead {
    font-size: 3.5vw;
  }

  .about_explain p.about_explain_sub {
    font-size: 1.5vw;
  }

  .about_explain span{
    font-size: 1.2vw;
    line-height: 1;
  }

  .about_box_service_title h3 {

    font-size: 3vw;

  }







  .caption h3.works_detail_category {
    font-size: 1vw;
  }

  p.works_box_title {
    font-size: 2.3vw;

  }

  p.works_box_subtitle {
    font-size: 0.9vw;
    margin-bottom: 0.5vw;
  }

  .mask .caption hr {

    margin-top: 1vw;
    margin-bottom: 1vw;
}

.caption hr {
  width: 1vw;
}

  h3.slide_title {
    font-size: 3.5vw;
  }

  h3.slide_category{
    font-size: 2vw;
  }

  hr.slide_title_bar_2 {
    margin-top: 2vw;
    margin-bottom: 2vw;
    width: 2vw;
}

  h3.slide_title_sub {
    font-size: 1.5vw;
    margin-bottom: 1vw;
  }

  p.slide_title_explain {
    font-size: 1.5vw;
  }

  p.slide_title_works {
    font-size: 1.2vw;
  }

  .slide_title_btn {
    font-size: 1.5vw;
  }


  .sub_box_worklist {
    font-size: 1.2vw;
  }


  .inview_1 .inview_wrap .mask {
    margin: 2vw;
    /* padding: 2vw; */
  }

  .inview_2 .mask {
    margin: 2vw;
    /* padding: 2vw; */
  }


  .inview_1 .inview_wrap .mask {
    height: 26vw;
    /* top: 8%; */
    left: 0%;
    opacity: 1;
    /* padding-top: 2.5vw; */
    width: 26vw;

  }

  .inview_2 .inview_wrap .mask {
    height: 75%;
    top: 8%;
    left: 5%;
    opacity: 1;
    /* padding-top: 2.5vw; */
    width: 85%;
  }

  .inview_wrap:hover .mask {
    opacity: 1;
    /* padding-top: 1.5vw; */
  }



}



/* 799以下設定 */

@media screen and (max-width: 799px) {
  .main_img {
    background-attachment: scroll;
  }
}

@media screen and (min-width: 799px) {
  .sample3 .contents {
    height: 100vh;
    /* background-attachment: fixed; */

  }

  .sample3 .title {
    font-weight: 100;
  }

  .sample3 .contents:nth-of-type(1) {
    background-image: url(../img/nolway_sunrise_Moment.jpg);
  }

  .sample3 .contents:nth-of-type(2) {
    background-image: url(../img/tokyo_1.jpg);
  }

  .sample3 .contents:nth-of-type(3) {
    background-image: url(../img/tokyo_3.jpg);
  }

  .sample3 .contents:nth-of-type(4) {
    background-image: url(../img/sea_1.jpg);
  }

  .sample3 .contents:nth-of-type(5) {
    background-image: url(../img/snowmountain_Moment.jpg);
  }

  .sample3 .contents:nth-of-type(6) {
    background-image: url(../img/tenessy_beach_Moment.jpg);
  }

  .sample3 .contents:nth-of-type(7) {
    background-image: url(../img/japan_1.jpg);
  }

  .sample3 .contents:nth-of-type(8) {
    background-image: url(../img/city_bw_1.jpg);
  }

  .sample3 .contents:nth-of-type(9) {
    background-image: url(../img/sea_1.jpg);
  }

  .sample3 .contents:nth-of-type(10) {
    background-image: url(../img/city_2.jpg);
  }

  .sample3 .contents:nth-of-type(11) {
    background-image: url(../img/city_1.jpg);
  }

  .sample3 .contents:nth-of-type(12) {
    background-image: url(../img/tokyo_5.jpg);
  }

  .sample3 .contents:nth-of-type(13) {
    background-image: url(../img/tokyo_1.jpg);
  }


  .sample3 .title {
    font-size: 3vw;
  }

  .sample3 .title_btn {
    height: 5vh;
    margin-top: 5vw;
  }

  .sample3 a,
  a.back_to_list_2 {
    font-size: 1vw;
    font-weight: 500;
    width: 20vw;
    line-height: 1.5;
  }
}

@media screen and (max-width: 999px) {
  .contact_exp {
    /* margin-bottom: 1vh; */
    font-size: 3vw;
    font-weight: 500;
  }

  .contact_exp_e {
    font-size: 2vw;
    font-weight: 500;
  }

  .email {
    /* margin-top: 10vh; */
    font-size: 3vw;
    margin-bottom: 2vw;
    /* margin-top: 5vw; */

  }

  .email a {

    font-size: 2.5vw;
}

.email span {
  font-size: 2.7vw;
  font-weight: 200;
  position: relative;
  top: 0.8vw;
}

  .slick-img img {
    height: calc(var(--vh, 1vh) * 90 - 50px );
    /* margin: 0 5vw; */
    width: 100vw;

  }

  .slick-dots button {
    width: 4px;
    height: 4px;
  }

  
}

@media screen and (min-width: 799px) {
  .sample3 .title {
    /* font-size: 6vw; */
    margin-bottom: 1vw;
  }

  /* .sample3 a {
    width: 220px; 
    /padding: 6px 0;
  } */
}

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

  .as {
    display: block;
  }
}

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

  /* h2.page_title {
    font-size: 6vw;
  }

  h2.page_title_sub {
    font-size: 3vw;
    margin-bottom: 0.2vw;
  } */

  .work_title {

    /* margin-top: 15vw; */
  }


  /* .inview_wrap .mask {
    opacity: 1;
  } */

  li.inview_1 {
    width: 90vw;
    height: 35vw;
    /* margin-bottom: 1px; */
    /* border: #fff 1px solid; */
  }

  .inview_1 .inview_wrap .mask {
    height: 31vw;
    width: 86vw;
  }

  .inview_wrap .caption {
    font-size: 3vw;
    text-align: center;
    color: #fff;
    /* height: 30vw; */
  }

  .caption hr {
    width: 1vw;
    color: #ffffff;
    text-align: center
  }

  .caption h3.works_detail_category span {
    font-weight: 500;

  }

}

@media screen and (max-width: 799px) {
  .main_works_img {
    background-attachment: scroll;
  }
}

@media screen and (max-width:799px) {
  .main_works_img {
    height: calc(var(--vh, 1vh) * 100);
  }
}

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

  a.back_to_list_2,
  a.back_to_list_2::before,
  a.back_to_list_2::after {
    width: 28vw;
    height: 5vw;
    line-height: 5vw;
    font-size: 1.5vw;
  }
}

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

  .contact_img {
    margin-bottom: 2vw;
    /* margin-top: 10vw; */
  }

/* 
  .contact_explain {
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    margin-top: 8vw;

  }

  .contact_explain p {
    font-size: 3vw;
    font-weight: 400;
    line-height: 2;
    color: rgb(0, 0, 0);
    margin-right: 5vw;
    margin-left: 5vw;
  } */

  /* .Form {
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .Form-Item {
    padding-left: 1vw;
    padding-right: 1vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    flex-wrap: wrap;
  }

  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 3vw;
  }

  .Form-Item-Label.isMsg {
    margin-top: 0;
  }

  .Form-Item-Label-Required {
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    width: 5vw;
    font-size: 3vw;
  }

  .Form-Item-Input {
    margin-left: 0;
    margin-top: 1.2vw;
    height: 6vw;
    flex: inherit;
    font-size: 3vw;
  }

  .Form-Item-Textarea {
    margin-top: 1.2vw;
    margin-left: 0;
    height: 30vw;
    flex: inherit;
    font-size: 3vw;
  }

  .Form-Item-Input::placeholder {
    color: rgb(194, 194, 194);
    font-size: 3vw;
    font-weight: 300;
  }

  .Form-Btn {
    margin-top: 5vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    width: 20vw;
    font-size: 3vw;
    margin-left: 2vw;
  } */

}











/* 599以下設定 */

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

  h1 {
    margin-left: 0px;
    /* margin-top: 0px;
  padding-top: 3px; */
    font-size: 1.2rem;
  }

  .site-header {
    height: 40px;

  }

  .site-header2 {
    height: 40px;

  }

  /* .site-header2.hide {
top: -60px;

} */

  #gnav__menu {
    margin-top: 2px;
    height: 18px;
    margin-right: 0px;
    margin-top: 4px;
    margin-inline-start: 0em;
    margin-inline-end: 0em;
    padding-inline-start: 0em;
    /* -moz-margin-top: 10px; */
  }

  /* #gnav__menu li a:after {} */


  #gnav__menu li {
    padding-left: 10px;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 1.3px;
  }

  #gnav__menu li a.current:after {
    border-bottom: 7px solid #5e5e5e;
    width: 17px;
  }

  /* ナビ効果 */

  #gnav__menu li a:after {
    border-bottom: 7px solid #5e5e5e;
    padding-bottom: 5px;
  }

  #gnav__menu li a:hover:after {
    width: 20px;
    border-bottom: 7px solid#5e5e5e;
  }

  /* ナビ効果ここまで */
}

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

  /* .contact_exp_e {
    margin-top: -1vh
  } */

  .email {
    font-size: 5vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }


  .page_title_box {

    margin-top: 0px;
    margin-bottom: 8vw;
    flex-wrap: wrap;
    margin-top: 8vw;
    }

  /* .about_explain.contact_explain {
    margin-top: 0;
    margin-bottom: 10vw;
  } */

  .Form {
    width: 80vw;
  }

  /* .about_explain_sub.contact_explain {
    width: 80vw;
    margin-bottom: 0;
  } */

  .Form-Item-Label {
    font-size: 3.5vw;
  }

  .Form-Btn {
    margin-top: 32px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 30vw;

    font-size: 3.5vw;

  }

  .Form-Item-Input {
    height: 8vw;
    max-width: 100%;
  }

  .Form-Item-Input::placeholder {
    font-size: 2vw;
    ;
  }

  .Form-Item-Textarea {
    height: 30vw;
  }


}

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


  .works_detail_wrap {
    padding-top: 12vw;
  }

  .works_description {
    margin-top: 5vw;
    width: 90vw;
    margin-left: 0vw;
    margin-right: 0vw;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
  }




  .description_left {
    width: 90vw;
    margin-right: 0vw;
    margin-left: 0;
    margin-top: 5vw;
  }

  .description_img {
    width: 85vw;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
  }

  .description_img a img {
    margin-top: 10vw;
  }

  .description_img a img:last-child {
    margin-bottom: 10vw;
  }



  img.img_1 {
    width: 85vw;
    height: calc(85vw*2000/3000);
  }

  img.img_2 {
    width: 85vw;
    height: calc(85vw*2000/3000);
  }

  img.img_3 {
    width: 85vw;
    height: calc(85vw*2000/3000);
  }

  img.img_4 {
    width: 85vw;
    height: calc(85vw*2667/2000);
  }

  img.img_5 {
    width: 85vw;
    height: calc(85vw*1997/3000);
  }

  img.img_6 {
    width: 85vw;
    height: calc(85vw*2007/3000)
  }

  img.img_7 {
    width: 85vw;
    height: calc(85vw*2084/3125)
  }

  img.img_8 {
    width: 85vw;
    height: calc(85vw*2667/2000)
  }

  img.img_9 {
    width: 85vw;
    height: calc(85vw*2650/2000)
  }

  img.img_10 {
    width: 85vw;
    height: calc(85vw*3264/4800)
  }

  img.img_11,
  video.img_11 {
    width: 85vw;
    height: calc(85vw*1440/2560)
  }

  img.img_12,
  video.img_12 {
    width: 85vw;
    height: calc(85vw*2160/3840)
  }

  img.img_13,
  video.img_13 {
    width: 85vw;
    height: calc(85vw*1080/1920)
  }

  p.description_main {
    font-size: 5vw;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 4vw;
  }

  p.description_sub {
    font-size: 3.2vw;
    line-height: 2.5;
    margin-bottom: 10vw;
  }

  .credits_box {
    margin-top: 8vw;
  }

  h3.credits {
    font-family: 'ROBOTO';
    font-size: 3vw;
    font-weight: 600;
    margin-bottom: 2vw;
  }

  .credits_content dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2vw;
  }

  .credits_content dd {
    font-family: 'ROBOTO';
    font-size: 2.5vw;
    font-weight: 400;
    width: 65%;
    margin-bottom: 4vw;
  }

  .credits_content dt {
    font-family: 'ROBOTO';
    font-size: 2.5vw;
    font-weight: 500;
    /* color: #797979; */
    width: 35%;
    margin-bottom: 4vw;
  }

  .credits_content {
    width: 90vw;
  }

  .credits_content_social {
    width: 30vw;
    display: flex;
    width: 50%;
    margin-top: 2.5vw;

  }



  .credits_content_social img {
    width: 5vw;
    height: auto;
    display: block;
    margin-right: 3vw;

  }



  .works_detail_title {
    margin-left: 0vw;
    width: 90vw;
    margin-right: 0vw;
  }



  h2.works_detail_category {
    font-size: 3.5vw;
    font-weight: 400;
    margin-bottom: 12px;
    color: #000000
  }

  h2.works_detail_category span {
    font-weight: 600;

  }

  h3.works_detail_category_2 {
    font-size: 3.5vw;
    font-weight: 400;
    margin-bottom: 3vw;
    margin-top: 3vw;
    color: #000000;

  }



  .next_work_1 h3.works_detail_category_2 {
    margin-left: 4vw;
    margin-right: 10vw
  }

  .next_work_1 p.next_work_en {
    margin-left: 4vw;
    margin-right: 10vw
  }

  .next_work_1 p.next_work_jp {
    margin-left: 4vw;
    margin-right: 10vw
  }

  .next_work_1 hr {
    margin-left: 4vw;

  }

  h3.works_detail_title_jp {
    font-size: 9vw;
    font-weight: 600;
  }

  h3.works_detail_title_en {
    font-size: 3vw;
    margin-bottom: 0.8vw;
    font-weight: 500;
    margin-top: 2vw;
  }

  hr.title_bar {
    width: 2vw;
    margin-top: 4vw;
    margin-bottom: 3vw;
  }

  .next_work_box {
    width: 90vw;
    height: 115vw;
    margin-left: 5vw;
    margin-right: 5vw;
    /* flex-wrap: wrap; */
  }

  .recommend_box {
    /* height: 355vw; */
  }

  .next_work_box_cap {
    /* width: 90vw;
    height: 20vw;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 6vw;
    padding-top: 8vw;
    margin-bottom: 8vw; */

  }




  p.next_work_jp {
    font-size: 3vw;
  }

  p.next_work_en {
    font-size: 6vw;
    margin-bottom: 1vw;
  }

  .next_work_description hr {
    width: 3.2vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }



  img.next_work_img {
    width: 80vw;
    height: 50vw;
  }

  .next_work_1 {
    width: 85vw;
    height: 95vw;
    margin-bottom: 5vw;
  }

  .next_work_1 {
    margin-left: 7.5vw;
    margin-right: 7.5vw;
  }


  .next_work_description {
    width: 84vw;
    height: 95vw;
    padding: 2vw;
  }

  h2.page_title {
    font-size: 9vw;
    font-weight: 600;
    font-family: 'ROBOTO';
    margin-bottom: 10vw;
  }

  h2.page_title_sub {
    font-size: 3vw;
    margin-bottom: 0.4vw;
    font-weight: 500;
    /* padding-left: 2vw; */

    width: 100%;
  }

  a.back_to_list {
    font-size: 3vw;
  }

  .sub_box span.material-icons {
    font-size: 8vw;
  }

  .sub_box_worklist {
    width: 30vw;
    height: 5vw;
    margin-left: 35vw;
    margin-right: 35vw;
  }

  a.back_to_list_2,
  a.back_to_list_2::before,
  a.back_to_list_2::after {
    width: 80vw;
    height: 10vw;
    line-height: 5vw;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 3vw;
    /* margin-top: 5vw; */
  }

  span.material-icons {
    font-size: 5vw;
    margin-right: 2vw;
  }

  .sub_box {
    /* margin-top: 5vw; */
  }

  .sub_box {
    height: 15vw;
  }

  .sub_box span.material-icons {

    font-size: 4vw;
  }

  .sub_box_pagetop {
    height: 15vw;
    font-size: .5vw;
  }

  a.back_to_list {
    height: 15vw;
  }

}

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

  .mask:before,
  .mask:after {
    width: 1px;
    height: 1px;

  }

  .mask:before {
    border-width: 1px 0 0 2px;
  }

  .mask:after {
    bottom: -6px;
    right: -6px;
    border-width: 0 1px 1px 0;
  }

  hr.slide_title_bar_2 {
    margin-top: 4vw;
    margin-bottom: 3vw;
    /* display: none; */
    color: white;
    width: 4vw;
  }

  h2.page_title_sub_center {
    font-size: 3vw;
    font-weight: 500;
  }

  .email a {
    font-size: 5vw;
}

.email span {
  font-size: 4.7vw;
  font-weight: 200;
  position: relative;
  top: 1vw;
}

  .about_explain p.about_explain_lead {
    font-size: 6vw;
    font-weight: 600;
    margin-bottom: 6vw;
    margin-top: 10vw;
  }

  .about_explain p.about_explain_lead:first-child {
    margin-top: 5vw;
  }


  .about_explain {
    font-size: 3.2vw;
    font-weight: 500;
    margin-bottom: 15vw;
    margin-top: 5vw;
  }

  .about_explain p {
    /* margin-bottom: 4vw; */

  }

  .about_box_service_explain p {
    font-size: 3.2vw;
  }

  h2.about_explain_title {
    font-size: 3.2vw;
  }

  .about_box_service_title h3 {
    font-size: 7vw;
  }

  .about_box_service_tag li {
    font-size: 3.2vw;
    padding-right: 3vw;
  }


  .about_box {
    width: 100%;
    margin-left: 0vw;
    margin-right: 0vw;
    display: flex;
    margin-bottom: 15vw;
    margin-top: 5vw;
    flex-wrap: wrap;
  }

  .about_box img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .about_box_service_btn a {
    font-size: 3vw;
  }

  .example_title p {
    font-size: 3.2vw;
  }

  .about_box_service_tag ul {
    padding-top: 2vw;
    padding-bottom: 2vw;
    width: 90vw;
  }

  .about_box_service_tag {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .about_box_service_btn {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .description_large p {
    margin-bottom: 2vw;
    margin-left: 5vw;
    margin-right: 5vw;
    font-size: 3.2vw;
    font-weight: 500;
  }

  p.profile {
    font-size: 4vw;
    margin-bottom: 4vw;
    margin-top: 4vw;
    font-weight: 600;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .carrer_box {
    margin-top: 15vw;
  }

  .slider-wrapper_works {
    background-color: #ebebeb;
    width: 100vw;
    height: 105vw;
    margin-left: 0vw;
  }

  .slick02 .slick-img img {
    width: 90vw;
    height: calc(100vh - 40px );
    padding-top: 5vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .slick02 .slick-img .slick-caption_works {
    width: 88vw;
    padding-top: 5vw;
    right: 1vw;
    top: 60vw;
    height: 35vw;

  }

  .slick02 {
    width: 100vw;
    height: calc(100vh - 40px );
  }

  .slick02 .slick-img {
    height: calc(100vh - 40px );

  }

  .slick-caption_works {
    text-align: center;
  }

  h3.slide_title {
    font-size: 6.5vw;
    letter-spacing: 0.02em;
    /* display: none; */
    color: white;
    font-weight: 500
  }




  .slider-wrapper {
    width: 100vw;
    height: calc(100vh - 40px );
    height: calc(var(--vh, 1vh) * 100 - 40px );
    margin-left: 0vw;
    margin-right: 0vw;
  }

  .slick01 {
    width: 100vw;
    height: calc(100vh - 40px );
    height: calc(var(--vh, 1vh) * 100 - 40px );
/* margin-top: -3vw; */
  }

  .slick01 .slick-img {
    width: 90vw;
    height: calc(100vh - 40px );
    height: calc(var(--vh, 1vh) * 100 - 40px );

  }

  .wrap {
    padding-top: 40px;
  }

  .wrap_contact {
    padding-top: 40px;
  }

  .slick01 .slick-img img {
    height: calc(100vh - 40px );
    height: calc(var(--vh, 1vh) * 100 - 40px );

    filter: brightness(1);

    margin: 0;
    width: 100vw;
  }



  /* .btn_arrow::after {
    content: '';
    position: absolute;
    top: 10%;
    width: 2.5vw;
    height: 2.5vw;
    border-top: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    transform: rotate(45deg);
    transition: .5s;
    margin-left: 5px;
  } */

  /* .btn_arrow:hover::after {
  
    transform: translate(10px, 0) rotate(45deg);
  } */



  .page_title_box h2.page_title::after {
    margin-left: 1vw;
    margin-top: 1vw;
    height: 3vw;
  }

  .page_title_slide_box h2.page_title::after {
    margin-left: 1vw;
    margin-top: 0.6vw;
    height: 3.6vw;
  }

  .page_title_slide_box {
    /* position: relative; */
    margin-bottom: 5vw;
  }

  .slick-caption {
margin: 0;
width: 100vw;
height: (var(--vh, 1vh) * 100 - 40px );
 }

  .slick-caption {
    /* margin-top: 0;
    text-align: center;
    width: 70vw;
    height: 65vw;
    padding: 10vw;
    padding-top: 7.5vw;
    margin-left: 15vw;
    margin-right: 15vw;
    background-color: rgb(70 70 70 / 10%);
    -webkit-backdrop-filter: blur(10px) saturate(0.8);
    -moz-backdrop-filter: blur(10px) saturate(0.8);
    -ms-backdrop-filter: blur(10px) saturate(0.8);
    -o-backdrop-filter: blur(10px) saturate(0.8);
    backdrop-filter: blur(10px) saturate(0.8); */
  }

  .slick-btn {
    top: 80vw;
    width: 70vw;
    margin-left: 15vw;
    height: 8vw;
}

a .slick-btn {
  font-size: 3vw;
}




  p.slide_title_explain {
    /* display: none; */
    font-size: 4vw;
    color: white;
    margin-bottom: 15vw;
  }

  p.slide_title_works {
    /* display: none; */
    font-size: 3.2vw;
  }




  .slide_title_btn {
    font-size: 3vw;
    margin-top: 5vw;
  }


  .slick-dots_works {
    right: 45vw;
    top: 55vw;
  }

  .slick-dots_works button {
    width: 1vw;
    height: 1vw;
    display: none;
  }

  .slick-dots {
    /* right: 42vw; */
    /* bottom: 3vh; */
  }

  .slick-dots button {
    /* width: 8px;
    height: 8px */
  }

  .slider-progress {
    /* display: none; */
  }

  hr.slide_title_bar {
    margin-top: 5vw;
    margin-bottom: 5vw;
    margin-left: auto;
    margin-right: auto;
  }


  h3.slide_title_sub {
    font-size: 3vw;

    /* margin-top: 2vw; */
    /* margin-bottom: 10vw; */
  }

  h3.slide_category {
    color: rgb(255, 255, 255);
    font-size: 3.8vw;
    letter-spacing: 1;
    margin-bottom: 1vw;
    line-height: 1.3;

  }







  hr.about_devide {
    margin-top: 9vw;
    padding-bottom: 0vw;
    height: 1px;
  }



  .about_explain p.about_explain_sub {
    font-size: 3.2vw;
  }

.about_explain span {
    font-size: 2.8vw;
    line-height: 1;
}


  .inview_wrap .mask {
    opacity: 1;
  }

  .inview_wrap:hover .mask {
    padding-top: 0vw;
  }

  .about_explain .inview_wrap .caption {
    height: 20vw;

  }

  .caption h3.works_detail_category {
    font-size: 2.8vw;

  }

  .caption h3.works_detail_category span {
    font-weight: 500;

  }

  .mask .caption hr {
    margin-top: 1vw;
    margin-bottom: 2vw;
    width: 3vw;
}

  p.works_box_title {

    font-size: 4vw;
  }

  p.works_box_subtitle {
    font-size: 2.3vw;
margin-bottom: 1vw;
  }

  .about_work_box {
    height: 105vw;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about_box_service_title {
  width: 90vw;
}

.inview_wrap img {
  width: 90vw;
  height: 35vw;
}

.next_work_box .grid-content {
  height: 105vw;
}

/* .contact_explain {
  width: 90vw;
  font-size: 3vw;
  margin-bottom: 1.5vw;

} */


.about_box_service_btn .material-symbols-outlined {
  font-size: 3vw;
}

.related_box_service_btn a {
  font-size: 3vw;
}

.related_box_service_btn .material-symbols-outlined {
  font-size: 3vw;
}

li.inview_2 {
  width: 90vw;
  height: 35vw;
}

.position {
  position: absolute;
  z-index: 100;
  margin-top: 5vw;
}

.position > h2.about_explain_title {
  /* font-size: 3.2vw; */
  color: white;
}

.inner_contact {
  margin-top: 5vw;
  margin-bottom: 6vw;
}

.inner_works{
  margin-bottom: 8vw;
}

}