@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*全デバイス共通設定*/
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  /**font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;**/
  font-family: 'Noto Sans JP', "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 1.00);
  background: #f8f8f8;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* スマホのハイライトデザインを無効にする */
}
a:focus {
  outline: none;
}
a.block {
  display: inline-block;
}
img {
  vertical-align: bottom;
  pointer-events: none;
}
li {
  list-style: none;
  margin-bottom: -5px;
  padding: 0;
}
svg {
  overflow: visible;
}
/*chrome動画の枠線消す*/
*:focus {
  outline: none;
}
.weight100 {
  font-weight: 100
}
.weight300 {
  font-weight: 300
}
.weight400 {
  font-weight: 400
}
.weight500 {
  font-weight: 500
}
.weight600 {
  font-weight: 600
}
.weight700 {
  font-weight: 700
}
.weight900 {
  font-weight: 900
}
.fiximg img {
  width: 100%;
}
.fix95img img {
  width: 100%;
}
.fiximg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fiximg_cov img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mgnb_off {
  margin-bottom: 0 !important;
}
.mgnb_35 {
  margin-bottom: 35px !important;
}
/***↓レスポンシブ設定↓**********************************************************************/
/*タブレット以上*/
@media screen and (min-width: 768px) and (max-width: 1920px) {
  #wrap {
    width: calc(100% - 120px);
    max-width: 1920px;
    margin: auto 70px;
  }
  header.top {
    width: calc(100% - 140px);
    height: 250px;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 60px;
    background: rgba(248, 248, 248, 0.8);
    display: none;
  }
  header.top .box {
    position: absolute;
    top: 0;
    right: 0;
  }
  header.top .box p.privacy {
    text-align: left;
    margin-top: 5px;
    font-size: clamp(10px, 0.7142vw, 10px);
    transform: scale(0.9);
    color: #555;
  }
  header.top .box p.privacy a {
    transition: .3s;
  }
  header.top .box p.privacy a:hover {
    background: #333;
    color: #fff;
  }
  header.detail {
    width: calc(100% - 140px);
    height: 250px;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 60px;
    background: rgba(248, 248, 248, 1);
    display: none;
  }
  footer {
    width: 90%;
    margin: 0 auto;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(10px, 0.7142vw, 10px);
  }
  footer .box_emp {
    width: 33%;
  }
  footer .box {
    width: 33%;
    display: none;
  }
  footer .box p.copyright {
    text-align: center;
  }
  footer .box p.privacy {
    text-align: right;
  }
  footer .box p.privacy a {
    transition: .3s;
  }
  footer .box p.privacy a:hover {
    background: #333;
    color: #fff;
  }
  nav {
    width: 400px;
    margin: 80px 0 0 150px;
  }
  nav.menu ul {
    width: 400px;
    display: flex;
    flex-wrap: wrap;
  }
  nav.menu ul li {
    width: 180px;
    height: 20px;
    margin: 0 40px 20px 0;
    padding: 0 0 0 2px;
    line-height: 1;
    background: #e0e0e1;
    font-size: clamp(20px, 1.428vw, 20px);
  }
  nav.menu ul li.middle {
    width: 106px;
    height: 20px;
    margin: 0 40px 20px 0;
    padding: 0 0 0 2px;
    line-height: 1;
    background: #e0e0e1;
    font-size: clamp(20px, 1.428vw, 20px);
  }
  nav.menu ul li.long {
    width: 400px;
    margin: 0;
    background: #e0e0e1;
    line-height: 1;
  }
  nav.menu ul li:nth-child(2n+2) {
    margin-right: 0;
  }
  nav.menu ul li.middle {
    margin-right: 40px;
  }
  nav.menu ul li.cancel {
    margin-right: 0;
  }
  nav.openmenu {
    width: 100%;
    margin: 200px auto 0 auto;
  }
  nav.openmenu ul {}
  nav.openmenu ul li {
    text-align: center;
    line-height: 1;
    margin: 0 0 30px 0;
  }
  a.menubtn {
    width: 180px;
    height: 20px;
    position: relative;
    display: inline-block;
    transition: .3s;
  }
  a.menubtn:hover {
    color: #fff;
    background: #333;
  }
  a.menubtn_middle {
    width: 106px;
    height: 20px;
    position: relative;
    display: inline-block;
    transition: .3s;
  }
  a.menubtn_middle:hover {
    color: #fff;
    background: #333;
  }
  a.menubtn_long {
    width: 400px;
    height: 20px;
    position: relative;
    display: inline-block;
    transition: .3s;
  }
  a.menubtn_long:hover {
    color: #fff;
    background: #333;
  }
  a.openmenubtn {
    transition: .3s;
  }
  a.openmenubtn:hover {
    background: #333;
    color: #fff;
  }
  .light_logo {
    width: 50px;
    position: absolute;
    z-index: 15000;
    top: 80px;
    right: 80px;
    display: none;
  }
  .light_logo a {
    display: inline-block;
    transition: .3s;
  }
  .light_logo a:hover {
    opacity: 0.2;
  }
  .logo {
    width: 50px;
    position: fixed;
    z-index: 15000;
    top: 80px;
    right: 80px;
    display: none;
  }
  .lp {
    width: 60px;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    margin: 10px 5px 0 0;
    margin-top: 2000px;
  }
  .lp a {
    display: inline-block;
    transition: .3s;
  }
  .lp a:hover {
    opacity: 0.2;
  }
  .lp_in {
    width: 60px;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    margin: 10px 5px 0 0;
    display: none;
  }
  .lp_in a {
    display: inline-block;
    transition: .3s;
  }
  .lp_in a:hover {
    opacity: 0.2;
  }
  .gnavi {
    position: fixed;
    z-index: 15002;
    width: 100px;
    height: 50px;
    top: 50px;
    right: 0;
    cursor: pointer;
    display: none;
  }
  .overrap {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s;
  }
  .overrap.panelactive {
    z-index: 15001;
    opacity: 1;
  }
  /*ボタン内側*/
  .gnavi span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 1px;
    background-color: #222;
  }
  .gnavi span:nth-of-type(1) {
    top: 22px;
    width: 50%;
  }
  .gnavi span:nth-of-type(2) {
    top: 32px;
    width: 50%;
  }
  .gnavi span:nth-of-type(3) {
    top: 42px;
    width: 30%;
  }
  .gnavi.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  .gnavi.active span:nth-of-type(2) {
    opacity: 0;
  }
  .gnavi.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  .content {
    width: 100%;
    margin: 250px 0 0 0;
    display: none;
  }
  .content_new {
    width: 100%;
    margin: 0 0 0 0;
    display: none;
  }
  .item_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s all;
  }
  .item_inner:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.5s all;
    opacity: 0.5;
  }
  .item_inner iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: auto;
    min-width: 100%;
    min-height: 100%;
    width: calc(100% * 16 / 9);
    height: 100%;
    pointer-events: none;
  }
  .item_inner iframe.hifit {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    height: calc(100% * 16 / 9);
    min-width: 110%;
    pointer-events: none;
  }
  a.blk {
    display: block;
    overflow: hidden;
  }
  .box01 {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 2;
    background: rgba(0, 0, 0, 1);
  }
  .box01 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box01 .item02 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box01 .item03 {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box02 {
    width: 100%;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 2;
    background: rgba(0, 0, 0, 1);
  }
  .box02 .item01 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box02 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box02 .item03 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box03 {
    height: 100%;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 1;
    background: rgba(0, 0, 0, 1);
  }
  .box03 .item01 {
    grid-row: 1 / 1;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box03 .item02 {
    grid-row: 1 / 1;
    grid-column: 2 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box04 {
    width: 100%;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 2;
    background: rgba(0, 0, 0, 1);
  }
  .box04 .item01 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box04 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box04 .item03 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box05 {
    width: 100%;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 1.6 / 1;
    background: rgba(0, 0, 0, 1);
  }
  .box05 .item01 {
    grid-row: 1 / 1;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box05 .item02 {
    grid-row: 1 / 1;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box06 {
    width: 100%;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 1;
    overflow: hidden;
    background: rgba(0, 0, 0, 1);
  }
  .box06 .item01 {
    grid-row: 1 / 1;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box06 .item02 {
    grid-row: 1 / 1;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box07 {
    width: 100%;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: rgba(0, 0, 0, 1);
    position: relative;
  }
  .box07 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box07 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box07 .item03 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box07 .item04 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box08 {
    width: 100%;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: rgba(0, 0, 0, 1);
    position: relative;
  }
  .box08 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box08 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box08 .item03 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box08 .item04 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .inner_txt {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
  }
  .inner_txt p.middle {
    background: #e0e0e1;
    line-height: 1;
    font-size: clamp(30px, 2.857vw, 40px);
    padding: 0 10px;
    margin: -6px 0 0 0;
  }
  p.caption_link a {
    transition: .3s;
  }
  p.caption_link a:hover {
    background: #333;
    color: #fff;
  }
  .to_top {
    width: 5%;
    margin: 50px auto 0 auto;
    display: none;
  }
  .to_top img {
    width: 100%;
  }
  .to_top_lower {
    width: 5%;
    margin: 0 auto;
    display: none;
    position: fixed;
    bottom: 5%;
    left: 1%;
    z-index: 100000;
  }
  .to_top_lower img {
    width: 100%;
  }
  .to_top_lower a {
    transition: .3s;
  }
  .to_top_lower a:hover {
    opacity: 0.4;
  }
  /**サムネの自動切り替え**/
  .change_img {
    position: absolute;
    opacity: 0;
    animation: change-img-anim 3s infinite;
  }
  .change_img:nth-of-type(1) {
    animation-delay: 0s;
  }
  .change_img:nth-of-type(2) {
    animation-delay: 1s;
  }
  .change_img:nth-of-type(3) {
    animation-delay: 2s;
  }
  @keyframes change-img-anim {
    0% {
      opacity: 1;
    }
    31% {
      opacity: 1;
    }
    33% {
      opacity: 1;
    }
    35% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  /***詳細ページ用***/
  .works_title {
    font-size: clamp(20px, 1.5714vw, 22px);
    text-align: center;
    margin: 330px 0 80px 0;
  }
  .works_title2 {
    font-size: clamp(20px, 1.5714vw, 22px);
    text-align: center;
    margin: 80px 0;
  }
  .otherworks_title {
    font-size: clamp(20px, 1.5714vw, 22px);
    text-align: center;
    margin: 150px 0 50px 0;
  }
  .portfolio_box {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    text-align: right;
  }
  .works_clm1 {
    width: 100%;
    margin: 0 0 100px 0;
  }
  .works_clm1_5 {
    width: 50%;
    margin: 0 0 100px 0;
  }
  .works_clm2 {
    width: 46.5%;
    margin: 0 7% 100px 0;
  }
  .works_clm2:nth-child(2n+2) {
    margin: 0 0 100px 0;
  }
  .works_clm2_2 {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .works_clm2_2:nth-child(2n+2) {
    margin: 0 0 20px 0;
  }
  .works_clm2_3_1 {
    width: 32.5%;
    margin: 0 5% 50px 0;
  }
  .works_clm2_3_2 {
    width: 62.5%;
    margin: 0 0 50px 0;
  }
  .works_clm2_3_3 {
    width: 62.5%;
    margin: 0 5% 50px 0;
  }
  .works_clm2_3_4 {
    width: 32.5%;
    margin: 0 0 50px 0;
  }
  .works_clm2_4_1 {
    width: 43.4%;
    margin: 0 6.5% 50px 0;
  }
  .works_clm2_4_2 {
    width: 50.1%;
    margin: 0 0 50px 0;
  }
  .works_clm2_4_3 {
    width: 44.5%;
    margin: 0 6.5% 50px 0;
  }
  .works_clm2_4_4 {
    width: 49%;
    margin: 0 0 50px 0;
  }
  .works_clm2_4_5 {
    width: 32.1%;
    margin: 0 6.5% 50px 0;
  }
  .works_clm2_4_6 {
    width: 61.4%;
    margin: 0 0 50px 0;
  }
  .works_clm2_4_7 {
    width: 47.9%;
    margin: 0 6.5% 50px 0;
  }
  .works_clm2_4_8 {
    width: 45.6%;
    margin: 0 0 50px 0;
  }
  .works_clm3 {
    width: 29%;
    margin: 0 6.5% 100px 0;
  }
  .works_clm3:nth-child(3n+3) {
    margin: 0 0 100px 0;
  }
  .works_clm3_p01 {
    width: 20.8%;
    margin: 0 1.9% 100px 0;
  }
  .works_clm3_p02 {
    width: 37.7%;
    margin: 0 1.9% 100px 0;
  }
  .works_clm3_p03 {
    width: 37.7%;
    margin: 0 0 100px 0;
  }
  .works_clm4 {
    width: 22%;
    margin: 0 4% 35px 0;
    overflow: hidden;
  }
  .works_clm4:nth-child(4n+4) {
    margin: 0 0 35px 0;
  }
  /**行1列1の100%**/
  .works_gridbox_y1t1_100 {
    width: 90%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 100%;
  }
  .works_gridbox_y1t1_100 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行1列1の50%**/
  .works_gridbox_y1t1_50 {
    width: 50%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 100%;
  }
  .works_gridbox_y1t1_50 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行2列1の50%**/
  .works_gridbox_y2t1_5050 {
    width: 90%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 47% 47%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 6%;
  }
  .works_gridbox_y2t1_5050 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y2t1_5050 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行2列2の50%**/
  .works_gridbox_y2t2_5050 {
    width: 90%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 47% 47%;
    grid-template-columns: 47% 47%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 6%;
    grid-row-gap: 6%;
  }
  .works_gridbox_y2t2_5050 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y2t2_5050 .item02 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y2t2_5050 .item03 {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行2列1の40%60%**/
  .works_gridbox_y2t1_4060 {
    width: 90%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 34% 60%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 6%;
  }
  .works_gridbox_y2t1_4060 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y2t1_4060 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行2列1の60%40%**/
  .works_gridbox_y2t1_6040 {
    width: 90%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 60% 34%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 6%;
  }
  .works_gridbox_y2t1_6040 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y2t1_6040 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行3列1の30%**/
  .works_gridbox_y3t1_30 {
    width: 90%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 29% 29% 29%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 6%;
  }
  .works_gridbox_y3t1_30 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y3t1_30 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y3t1_30 .item03 {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行3列1の20,40,40%**/
  .works_gridbox_y3t1_204040 {
    width: 90%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 20% 38% 38%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 2%;
  }
  .works_gridbox_y3t1_204040 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y3t1_204040 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y3t1_204040 .item03 {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行4列5の23.5%**/
  .works_gridbox_y4t1_235 {
    width: 90%;
    margin: 0 auto 20px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    /*aspect-ratio: 1 / 1.6;*/
    grid-column-gap: 2%;
  }
  .works_gridbox_y4t1_235 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y4t1_235 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y4t1_235 .item03 {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y4t1_235 .item04 {
    grid-row: 1 / 2;
    grid-column: 4 / 5;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p01 {
    width: 90%;
    margin: 0 auto 100px auto;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 68.4% 30%;
    aspect-ratio: 2.2 / 1;
    grid-row-gap: 3%;
    grid-column-gap: 1.6%;
  }
  .works_gridbox_p01 .item01 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p01 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p01 .item03 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p02 {
    width: 90%;
    margin: 100px auto 100px auto;
    display: grid;
    grid-template-rows: 65% 33.4%;
    grid-template-columns: 48.4% 50%;
    aspect-ratio: 1 / 1;
    grid-row-gap: 1.6%;
    grid-column-gap: 1.6%;
  }
  .works_gridbox_p02 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p02 .item02 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p02 .item03 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p03 {
    width: 90%;
    margin: 0 auto 100px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 75% 24%;
    aspect-ratio: 1.8 / 1;
    grid-column-gap: 1%;
  }
  .works_gridbox_p03 .item01 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p03 .item02 {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p04 {
    width: 90%;
    margin: 0 auto 100px auto;
    display: grid;
    grid-template-rows: 47% 47%;
    grid-template-columns: 47% 47%;
    aspect-ratio: 1.4 / 1;
    grid-column-gap: 6%;
    grid-row-gap: 6%;
  }
  .works_gridbox_p04 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p04 .item02 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p04 .item03 {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .ditem_inner {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
  }
  .ditem_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .ditem_inner2 {
    position: relative;
    height: 0;
    padding: 0 0 100%;
    overflow: hidden;
  }
  .ditem_inner2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .ditem_inner4 {
    position: relative;
    height: 0;
    padding: 0 0 125%;
    overflow: hidden;
  }
  .ditem_inner4 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .caption_box {
    width: 90%;
    margin: 100px auto;
    font-size: clamp(12px, 1.142vw, 16px);
  }
  .stafflist_box {
    width: 90%;
    margin: 100px auto;
    font-size: clamp(12px, 1vw, 14px);
    text-align: center;
  }
  .stafflist_box p {
    margin: 0 0 40px 0;
  }
  .otherworks_box {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  .slider .slide {
    margin-right: 10px;
    background: rgba(0, 0, 0, 1);
  }
  .slider .slide a:hover {
    transition: 0.5s all;
    opacity: 0.5;
  }
  .onsp {
    display: none;
  }
  span.credit {
    font-size: clamp(10px, 0.7142vw, 10px);
  }
  .p_topspace {
    padding-top: 100px;
  }
  /*MAP*/
  .map_content {
    width: 80%;
    margin: 0 auto 80px auto;
    padding: 50px 0;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
  }
  .map_content p {
    margin: 0 0 0 10%;
  }
  .map_content p.company {
    font-size: clamp(13px, 1.143vw, 16px);
  }
  .map_content p.address {
    font-size: clamp(11px, 1vw, 14px);
  }
  .map_content p a {
    transition: .3s;
  }
  .map_content p a:hover {
    background: #333;
    color: #fff;
  }
  .map_content .map {
    margin: 50px 0;
  }
  .map_content .line {
    border-top: solid 1px #000;
    margin: 50px 0;
  }
  /*COMPANY*/
  .company_content01 {
    width: 80%;
    margin: 0 auto 80px auto;
    padding: 80px 0 50px 0;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
  }
  .company_content01 .inner {
    width: 75%;
    margin: 0 auto;
  }
  .company_content01 .inner .svg {
    width: 60%;
    margin: 0 0 50px 0;
  }
  .company_content01 .inner p {
    font-size: clamp(13px, 1.143vw, 16px);
    margin: 0 0 30px 0;
  }
  .company_content02 {
    width: 80%;
    margin: 0 auto 80px auto;
    padding: 50px 0;
    border-bottom: solid 1px #000;
  }
  .company_content02 p.tt {
    font-size: clamp(15px, 1.285vw, 18px);
    margin: 0 0 30px 0;
  }
  .company_content02 p.ex {
    font-size: clamp(13px, 1.143vw, 16px);
    margin: 0 0 50px 0;
  }
  .company_content02 .orgbox {
    width: 60%;
    margin: 0 auto;
  }
  .company_content02 .orgbox .btn {
    margin: 30px 0 0 0;
    width: 49%;
  }
  .company_content02 .orgbox .btn a {
    transition: 0.3s;
  }
  .company_content02 .orgbox .btn a:hover {
    opacity: 0.8;
  }
  .company_content03 {
    width: 80%;
    margin: 0 auto 80px auto;
    padding: 50px 0;
  }
  .company_content03 p.tt {
    font-size: clamp(15px, 1.285vw, 18px);
    margin: 0 0 30px 0;
  }
  .company_content03 .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(11px, 1vw, 14px);
  }
  .company_content03 .inner .left {
    width: 50%;
    margin: 0;
  }
  .company_content03 .inner .right {
    width: 50%;
    margin: 0;
  }
  table {
    width: 100%;
    line-height: 1.5;
  }
  table tr th {
    width: 30%;
    font-weight: normal;
    padding: 0 0 20px 0;
  }
  table tr td {
    padding: 0 0 20px 0;
  }
  /*NEWS*/
  .news_content01 {
    width: 80%;
    margin: 0 auto 80px auto;
    border-top: solid 1px #000;
  }
  .news_content01 .onebox {
    width: 100%;
    border-bottom: solid 1px #000;
  }
  .news_content01 .onebox .inner {
    width: 80%;
    margin: 20px auto 50px auto;
  }
  .news_content01 .onebox .inner p.date {
    font-size: clamp(10px, 0.857vw, 12px);
    text-align: right;
    margin: 0 0 15px 0;
  }
  .news_content01 .onebox .inner p.tt {
    font-size: clamp(14px, 1.142vw, 16px);
    text-align: left;
    margin: 50px 0 25px 0;
  }
  .news_content01 .onebox .inner p.tt2 {
    font-size: clamp(14px, 1.142vw, 16px);
    text-align: left;
    margin: 50px 0 25px 0;
    padding: 15px 0 0 0;
    border-top: dashed 1px #222;
  }
  .news_content01 .onebox .inner p.ex {
    font-size: clamp(11px, 1vw, 14px);
    text-align: justify;
    line-height: 1.5;
  }
  .news_content01 .onebox .inner p.ex2 {
    font-size: clamp(11px, 1vw, 14px);
    text-align: justify;
    line-height: 1.5;
    margin: 25px 0 0 0;
  }
  .news_content01 .onebox .inner p.ex3 {
    font-size: clamp(11px, 1vw, 14px);
    text-align: justify;
    line-height: 1.5;
    margin: 25px 0 0 0;
    border-top: dashed 1px #222;
    padding: 10px 0;
  }
  .news_content01 .onebox .inner ul li {
    font-size: clamp(11px, 1vw, 14px);
    text-align: justify;
    line-height: 1.5;
  }
  .news_content01 .onebox .inner p.ex a {
    text-decoration: underline;
  }
  .recruitbtn {
    width: 100%;
    border: solid 1px #222;
    padding: 10px;
    margin: 50px 0 0 0;
    font-size: clamp(11px, 1vw, 14px);
    text-align: center;
    line-height: 1.5;
  }
  /*CONTACT*/
  .contact_content {
    text-align: center;
  }
  .contact_content div {
    margin: 0 0 30px 0;
  }
  .contact_content .mail a {
    transition: .3s;
  }
  .contact_content .mail a:hover {
    background: #333;
    color: #fff;
  }
  .contact_content .p {
    font-size: clamp(10px, 0.785vw, 11px);
    margin: 0 0 250px 0;
  }
  .contact_content .p a {
    transition: .3s;
  }
  .contact_content .p a:hover {
    background: #333;
    color: #fff;
  }
  /*PRIVACY POLICY*/
  .privacy_content {
    width: 80%;
    margin: 0 auto 80px auto;
    border-top: solid 1px #000;
  }
  .privacy_content h1 {
    font-size: clamp(14px, 1.142vw, 16px);
    margin: 50px 0 0 0;
  }
  .privacy_content h2 {
    font-size: clamp(20px, 1.714vw, 24px);
    margin: 50px 0 0 0;
  }
  .privacy_content h3 {
    font-size: clamp(14px, 1.142vw, 16px);
    margin: 50px 0 0 0;
  }
  .privacy_content ul li {
    font-size: clamp(14px, 1.142vw, 16px);
    margin: 30px 0 0 2rem;
    list-style: decimal;
  }
  .privacy_content ul li.syo {
    font-size: clamp(14px, 1.142vw, 16px);
    margin: 0 0 0 2rem;
    list-style: decimal;
  }
  .privacy_content ul li.syod {
    font-size: clamp(14px, 1.142vw, 16px);
    margin: 0 0 0 2rem;
    list-style: disc;
  }
  .privacy_content ul.syom {
    margin: 0 0 30px 0;
  }
  .privacy_content p.name {
    font-size: clamp(14px, 1.142vw, 16px);
    margin: 50px 0 0 0;
  }
  .privacy_content .pmark {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px 0 0 0;
  }
  .privacy_content .pmark p {
    font-size: clamp(10px, 0.785vw, 11px);
  }
  .privacy_content .pmark .img {
    width: 100px;
  }
}
/*スマートフォン*/
@media screen and (max-width: 767px) {
  img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    touch-callout: none;
    user-select: none;
  }
  #wrap {
    width: 90%;
    margin: auto 5%;
  }
  header.top {
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    background: rgba(248, 248, 248, 0.8);
    display: none;
  }
  header.detail {
    width: 100%;
    height: 125px;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    background: rgba(248, 248, 248, 0.8);
    display: none;
  }
  footer {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    font-size: clamp(10px, 2.6666vw, 10px);
  }
  footer .box {
    width: 100%;
    display: none;
  }
  footer .box p.copyright {
    text-align: center;
    margin-top: 5px;
  }
  footer .box p.privacy {
    text-align: left;
    margin-top: 5px;
    color: #555;
  }
  footer .box p.privacy a {
    transition: .3s;
  }
  footer .box p.privacy a:hover {
    background: #333;
    color: #fff;
  }
  footer .sp_disp_none {
    display: none;
  }
  nav.menu {
    width: 67%;
    margin: 30px 0 0 8.8%;
  }
  nav.menu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  nav.menu ul li {
    width: 45%;
    height: 10px;
    margin: 0 10% 15px 0;
    line-height: 1;
    background: #e0e0e1;
    font-size: clamp(10px, 2.6666vw, 10px);
  }
  nav.menu ul li.middle {
    width: 26.5%;
    margin: 0 10% 15px 0;
    background: #e0e0e1;
    line-height: 1;
  }
  nav.menu ul li.long {
    width: 100%;
    margin: 0;
    background: #e0e0e1;
    line-height: 1;
  }
  nav.menu ul li:nth-child(2n+2) {
    margin-right: 0;
  }
  nav.menu ul li.middle {
    margin-right: 10%;
  }
  nav.menu ul li.cancel {
    margin-right: 0;
  }
  nav.openmenu {
    width: 100%;
    margin: 150px 0 0 0;
    display: block;
  }
  nav.openmenu ul {
    width: 90%;
    margin: 0 auto;
  }
  nav.openmenu ul li {
    width: 100%;
    height: 20px;
    margin: 0 auto 30px auto;
    line-height: 1;
    font-size: clamp(12px, 3.7333vw, 14px);
    text-align: center;
  }
  a.openmenubtn {
    width: 100%;
    height: 10px;
    position: relative;
    display: inline-block;
    transition: .3s;
  }
  a.openmenubtn {
    width: 100%;
    transition: .3s;
  }
  .light_logo {
    width: 7%;
    position: absolute;
    z-index: 15000;
    top: 30px;
    right: 5%;
    display: none;
  }
  .logo {
    width: 7%;
    position: absolute;
    top: 35px;
    right: 5%;
  }
  .lp {
    width: 5%;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    margin: 10px 5px 0 0;
    margin-top: 2000px;
  }
  .lp_in {
    width: 5%;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    margin: 10px 5px 0 0;
    display: none;
  }
  .gnavi {
    position: fixed;
    z-index: 15002;
    width: 20%;
    top: 10px;
    right: -20px;
    cursor: pointer;
    display: none;
  }
  .overrap {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s;
  }
  .overrap.panelactive {
    z-index: 15001;
    opacity: 1;
  }
  /*ボタン内側*/
  .gnavi span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 1px;
    background-color: #222;
  }
  .gnavi span:nth-of-type(1) {
    top: 22px;
    width: 50%;
  }
  .gnavi span:nth-of-type(2) {
    top: 32px;
    width: 50%;
  }
  .gnavi span:nth-of-type(3) {
    top: 42px;
    width: 30%;
  }
  .gnavi.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  .gnavi.active span:nth-of-type(2) {
    opacity: 0;
  }
  .gnavi.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  .content {
    width: 100%;
    margin: 120px 0 0 0;
    display: none;
  }
  .item_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s all;
  }
  .item_inner:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.5s all;
    opacity: 0.5;
  }
  .item_inner iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: auto;
    min-width: 100%;
    min-height: 100%;
    width: calc(100% * 16 / 9);
    height: 100%;
    pointer-events: none;
  }
  .item_inner iframe.hifit {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    height: calc(100% * 16 / 9);
    min-width: 110%;
    pointer-events: none;
  }
  a.blk {
    display: block;
    overflow: hidden;
  }
  .box01 {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 2;
    background: rgba(0, 0, 0, 1);
  }
  .box01 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box01 .item02 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box01 .item03 {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box02 {
    width: 100%;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 2;
    background: rgba(0, 0, 0, 1);
  }
  .box02 .item01 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box02 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box02 .item03 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box03 {
    height: 100%;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 1;
    background: rgba(0, 0, 0, 1);
  }
  .box03 .item01 {
    grid-row: 1 / 1;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box03 .item02 {
    grid-row: 1 / 1;
    grid-column: 2 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box04 {
    width: 100%;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 2;
    background: rgba(0, 0, 0, 1);
  }
  .box04 .item01 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box04 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box04 .item03 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box05 {
    width: 100%;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 1.6 / 1;
    background: rgba(0, 0, 0, 1);
  }
  .box05 .item01 {
    grid-row: 1 / 1;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box05 .item02 {
    grid-row: 1 / 1;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box06 {
    width: 100%;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 1;
    overflow: hidden;
    background: rgba(0, 0, 0, 1);
  }
  .box06 .item01 {
    grid-row: 1 / 1;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box06 .item02 {
    grid-row: 1 / 1;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box07 {
    width: 100%;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: rgba(0, 0, 0, 1);
    position: relative;
  }
  .box07 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box07 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box07 .item03 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box07 .item04 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box08 {
    width: 100%;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: rgba(0, 0, 0, 1);
    position: relative;
  }
  .box08 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box08 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box08 .item03 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box08 .item04 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .inner_txt {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
  }
  .inner_txt p.middle {
    background: #e0e0e1;
    line-height: 1;
    font-size: clamp(10px, 2.6666vw, 10px);
    padding: 0 10px;
  }
  .to_top {
    width: 5%;
    margin: 50px auto 0 auto;
    display: none;
  }
  .to_top img {
    width: 100%;
  }
  /*.to_top_lower {
    width: 15%;
    margin: 0 auto 50px auto;
    display: none;
  }*/
	.to_top_lower {
    width: 10%;
    margin: 0 auto;
    display: none;
    position: fixed;
    bottom: 5%;
    left: 2%;
    z-index: 100000;
  }
  .to_top_lower img {
    width: 100%;
  }
  /**サムネの自動切り替え**/
  .change_img {
    position: absolute;
    opacity: 0;
    animation: change-img-anim 3s infinite;
  }
  .change_img:nth-of-type(1) {
    animation-delay: 0s;
  }
  .change_img:nth-of-type(2) {
    animation-delay: 1s;
  }
  .change_img:nth-of-type(3) {
    animation-delay: 2s;
  }
  @keyframes change-img-anim {
    0% {
      opacity: 1;
    }
    31% {
      opacity: 1;
    }
    33% {
      opacity: 1;
    }
    35% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  /***詳細ページ用***/
  .works_title {
    font-size: clamp(12px, 3.7333vw, 14px);
    text-align: center;
    margin: 150px 0 50px 0;
  }
  .works_title2 {
    font-size: clamp(12px, 3.7333vw, 14px);
    text-align: center;
    margin: 50px 0;
  }
  .works_title2 {
    font-size: clamp(12px, 3.7333vw, 14px);
    text-align: center;
    margin: 50px 0;
  }
  .otherworks_title {
    font-size: clamp(12px, 3.7333vw, 14px);
    text-align: center;
    margin: 50px 0 20px 0;
  }
  .portfolio_box {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin: 0 auto;
    text-align: right;
  }
  .works_clm1 {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .works_clm1_5 {
    width: 50%;
    margin: 0 0 50px 0;
  }
  .works_clm2 {
    width: 46.5%;
    margin: 0 7% 50px 0;
  }
  .works_clm2:nth-child(2n+2) {
    margin: 0 0 50px 0;
  }
  .works_clm2_2 {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .works_clm2_2:nth-child(2n+2) {
    margin: 0 0 20px 0;
  }
  .works_clm2_3_1 {
    width: 32.5%;
    margin: 0 5% 50px 0;
  }
  .works_clm2_3_2 {
    width: 62.5%;
    margin: 0 0 50px 0;
  }
  .works_clm2_3_3 {
    width: 62.5%;
    margin: 0 5% 50px 0;
  }
  .works_clm2_3_4 {
    width: 32.5%;
    margin: 0 0 50px 0;
  }
  .works_clm2_3_5 {
    width: 75%;
    margin: 0 1% 50px 0;
  }
  .works_clm2_3_6 {
    width: 24%;
    margin: 0 0 50px 0;
  }
  .works_clm3 {
    width: 29%;
    margin: 0 6.5% 50px 0;
  }
  .works_clm3:nth-child(3n+3) {
    margin: 0 0 50px 0;
  }
  .works_clm3_p01 {
    width: 20.8%;
    margin: 0 1.9% 50px 0;
  }
  .works_clm3_p02 {
    width: 37.7%;
    margin: 0 1.9% 50px 0;
  }
  .works_clm3_p03 {
    width: 37.7%;
    margin: 0 0 50px 0;
  }
  .works_clm4 {
    width: 22%;
    margin: 0 4% 35px 0;
    overflow: hidden;
  }
  .works_clm4:nth-child(4n+4) {
    margin: 0 0 35px 0;
  }
  /**行1列1の100%**/
  .works_gridbox_y1t1_100 {
    width: 100%;
    margin: 0 auto 50px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 100%;
  }
  .works_gridbox_y1t1_100 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行1列1の50%**/
  .works_gridbox_y1t1_50 {
    width: 80%;
    margin: 0 auto 50px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 100%;
  }
  .works_gridbox_y1t1_50 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行2列1の50%**/
  .works_gridbox_y2t1_5050 {
    width: 90%;
    margin: 0 auto 50px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 47% 47%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 6%;
  }
  .works_gridbox_y2t1_5050 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y2t1_5050 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行2列2の50%**/
  .works_gridbox_y2t2_5050 {
    width: 90%;
    margin: 0 auto 50px auto;
    display: grid;
    grid-template-rows: 47% 47%;
    grid-template-columns: 47% 47%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 6%;
    grid-row-gap: 6%;
  }
  .works_gridbox_y2t2_5050 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y2t2_5050 .item02 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y2t2_5050 .item03 {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行2列1の40%60%**/
  .works_gridbox_y2t1_4060 {
    width: 90%;
    margin: 0 auto 50px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 34% 60%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 6%;
  }
  .works_gridbox_y2t1_4060 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y2t1_4060 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行2列1の60%40%**/
  .works_gridbox_y2t1_6040 {
    width: 90%;
    margin: 0 auto 50px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 60% 34%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 6%;
  }
  .works_gridbox_y2t1_6040 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y2t1_6040 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行3列1の30%**/
  .works_gridbox_y3t1_30 {
    width: 90%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 29% 29% 29%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 6%;
  }
  .works_gridbox_y3t1_30 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y3t1_30 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y3t1_30 .item03 {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行3列1の20,40,40%**/
  .works_gridbox_y3t1_204040 {
    width: 90%;
    margin: 0 auto 50px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 20% 38% 38%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 2%;
  }
  .works_gridbox_y3t1_204040 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y3t1_204040 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y3t1_204040 .item03 {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行4列5の23.5%**/
  .works_gridbox_y4t1_235 {
    width: 90%;
    margin: 0 auto 15px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    /*aspect-ratio: 1 / 1.6;*/
    grid-column-gap: 2%;
  }
  .works_gridbox_y4t1_235 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y4t1_235 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y4t1_235 .item03 {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y4t1_235 .item04 {
    grid-row: 1 / 2;
    grid-column: 4 / 5;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p01 {
    width: 90%;
    margin: 50px auto 50px auto;
    display: grid;
    grid-template-rows: 65% 33.4%;
    grid-template-columns: 48.4% 50%;
    aspect-ratio: 1 / 1;
    grid-row-gap: 1.6%;
    grid-column-gap: 1.6%;
  }
  .works_gridbox_p01 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p01 .item02 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p01 .item03 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p02 {
    width: 90%;
    margin: 50px auto 50px auto;
    display: grid;
    grid-template-rows: 65% 33.4%;
    grid-template-columns: 48.4% 50%;
    aspect-ratio: 1 / 1;
    grid-row-gap: 1.6%;
    grid-column-gap: 1.6%;
  }
  .works_gridbox_p02 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p02 .item02 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p02 .item03 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p03 {
    width: 90%;
    margin: 0 auto 100px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 75% 24%;
    aspect-ratio: 1.8 / 1;
    grid-column-gap: 1%;
  }
  .works_gridbox_p03 .item01 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p03 .item02 {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .ditem_inner {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
  }
  .ditem_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .ditem_inner2 {
    position: relative;
    height: 0;
    padding: 0 0 140%;
    overflow: hidden;
  }
  .ditem_inner2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .ditem_inner4 {
    position: relative;
    height: 0;
    padding: 0 0 125%;
    overflow: hidden;
  }
  .ditem_inner4 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .att_box_sp {
    width: 90%;
    margin: 0 auto 50px auto;
    line-height: 1;
  }
  .caption_box {
    width: 90%;
    margin: 0 auto 100px auto;
    font-size: clamp(12px, 3.2vw, 12px);
    text-align: justify;
    text-align-last: left;
  }
  .caption_box br {
    display: none;
  }
  .stafflist_box {
    width: 90%;
    margin: 0 auto 100px auto;
    font-size: clamp(10px, 2.6666vw, 10px);
    text-align: center;
  }
  .stafflist_box p {
    margin: 0 0 40px 0;
  }
  .otherworks_box {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  .slider .slide {
    margin-right: 10px;
    background: rgba(0, 0, 0, 1);
  }
  .slider .slide a:hover {
    transition: 0.5s all;
    opacity: 0.5;
  }
  span.credit {
    font-size: clamp(10px, 2.6666vw, 10px);
  }
  .p_topspace {
    padding-top: 50px;
  }
  /*MAP*/
  .map_content {
    width: 90%;
    margin: 0 auto 50px auto;
    padding: 50px 0;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
  }
  .map_content p.company {
    font-size: clamp(13px, 1.143vw, 16px);
  }
  .map_content p.address {
    font-size: clamp(11px, 1vw, 14px);
  }
  .map_content p a {
    transition: .3s;
  }
  .map_content p a:hover {
    background: #333;
    color: #fff;
  }
  .map_content .map {
    margin: 50px 0;
  }
  .map_content .line {
    border-top: solid 1px #000;
    margin: 50px 0;
  }
  /*COMPANY*/
  .company_content01 {
    width: 90%;
    margin: 0 auto 30px auto;
    padding: 80px 0 50px 0;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
  }
  .company_content01 .inner {
    width: 75%;
    margin: 0 auto;
  }
  .company_content01 .inner .svg {
    width: 60%;
    margin: 0 0 50px 0;
  }
  .company_content01 .inner p {
    font-size: clamp(13px, 1.143vw, 16px);
    margin: 0 0 30px 0;
    text-align: justify;
  }
  .company_content01 .inner p br {
    display: none;
  }
  .company_content02 {
    width: 90%;
    margin: 0 auto 30px auto;
    padding: 0 0 50px 0;
    border-bottom: solid 1px #000;
  }
  .company_content02 p.tt {
    font-size: clamp(15px, 1.285vw, 18px);
    margin: 0 0 30px 0;
  }
  .company_content02 p.ex {
    font-size: clamp(13px, 1.143vw, 16px);
    margin: 0 0 50px 0;
    text-align: justify;
  }
  .company_content02 .btn {
    width: 50%;
    margin: 10px 0 0 0;
  }
  .company_content02 .btn a {
    transition: 0.3s;
  }
  .company_content02 .btn a:hover {
    opacity: 0.8;
  }
  .company_content03 {
    width: 90%;
    margin: 0 auto 30px auto;
    padding: 0 0 50px 0;
  }
  .company_content03 p.tt {
    font-size: clamp(15px, 1.285vw, 18px);
    margin: 0 0 30px 0;
  }
  .company_content03 .inner {
    width: 100%;
    font-size: clamp(11px, 1vw, 14px);
  }
  .company_content03 .inner .left {
    width: 100%;
    margin: 0;
  }
  .company_content03 .inner .right {
    width: 100%;
    margin: 0;
  }
  table {
    width: 100%;
    line-height: 1.5;
  }
  table tr th {
    width: 30%;
    font-weight: normal;
  }
  table tr td {
    padding: 0 0 20px 0;
  }
  .news_content01 {
    width: 90%;
    margin: 0 auto 80px auto;
    border-top: solid 1px #000;
  }
  .news_content01 .onebox {
    width: 100%;
    border-bottom: solid 1px #000;
  }
  .news_content01 .onebox .inner {
    width: 80%;
    margin: 20px auto 50px auto;
  }
  .news_content01 .onebox .inner p.date {
    font-size: clamp(10px, 0.857vw, 12px);
    text-align: right;
    margin: 0 0 15px 0;
  }
  .news_content01 .onebox .inner p.tt {
    font-size: clamp(14px, 1.142vw, 16px);
    text-align: left;
    margin: 50px 0 25px 0;
  }
  .news_content01 .onebox .inner p.tt2 {
    font-size: clamp(14px, 1.142vw, 16px);
    text-align: left;
    margin: 50px 0 25px 0;
    padding: 15px 0 0 0;
    border-top: dashed 1px #222;
  }
  .news_content01 .onebox .inner p.ex {
    font-size: clamp(11px, 1vw, 14px);
    text-align: justify;
    line-height: 1.5;
  }
  .news_content01 .onebox .inner p.ex2 {
    font-size: clamp(11px, 1vw, 14px);
    text-align: justify;
    line-height: 1.5;
    margin: 25px 0 0 0;
  }
  .news_content01 .onebox .inner p.ex3 {
    font-size: clamp(11px, 1vw, 14px);
    text-align: justify;
    line-height: 1.5;
    margin: 25px 0 0 0;
    border-top: dashed 1px #222;
    padding: 10px 0;
  }
  .news_content01 .onebox .inner ul li {
    font-size: clamp(11px, 1vw, 14px);
    text-align: justify;
    line-height: 1.5;
  }
  .news_content01 .onebox .inner p.ex a {
    text-decoration: underline;
  }
  .recruitbtn {
    width: 100%;
    border: solid 1px #222;
    padding: 10px;
    margin: 50px 0 0 0;
    font-size: clamp(11px, 1vw, 14px);
    text-align: center;
    line-height: 1.5;
  }
  .onpc {
    display: none;
  }
  /*CONTACT*/
  .contact_content {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .contact_content div {
    margin: 0 0 30px 0;
  }
  .contact_content .p {
    font-size: clamp(10px, 0.785vw, 11px);
    margin: 0 0 250px 0;
  }
  /*PRIVACY POLICY*/
  .privacy_content {
    width: 80%;
    margin: 0 auto 80px auto;
    border-top: solid 1px #000;
  }
  .privacy_content h1 {
    font-size: clamp(11px, 3.4666vw, 13px);
    margin: 50px 0 0 0;
  }
  .privacy_content h2 {
    font-size: clamp(16px, 5.3333vw, 20px);
    margin: 50px 0 0 0;
  }
  .privacy_content h3 {
    font-size: clamp(11px, 3.4666vw, 13px);
    margin: 50px 0 0 0;
  }
  .privacy_content ul li {
    font-size: clamp(11px, 3.4666vw, 13px);
    margin: 30px 0 0 2rem;
    list-style: decimal;
  }
  .privacy_content ul li.syo {
    font-size: clamp(11px, 3.4666vw, 13px);
    margin: 0 0 0 2rem;
    list-style: decimal;
  }
  .privacy_content ul li.syod {
    font-size: clamp(11px, 3.4666vw, 13px);
    margin: 0 0 0 2rem;
    list-style: disc;
  }
  .privacy_content ul.syom {
    margin: 0 0 30px 0;
  }
  .privacy_content p.name {
    font-size: clamp(11px, 3.4666vw, 13px);
    margin: 50px 0 0 0;
  }
  .privacy_content .pmark {
    margin: 50px 0 0 0;
  }
  .privacy_content .pmark p {
    font-size: clamp(10px, 2.6666vw, 10px);
  }
  .privacy_content .pmark .img {
    width: 35%;
    margin: 30px 0 0 0;
  }
}
/*1920以上*/
@media screen and (min-width: 1920px) {
  #wrap {
    width: calc(100% - 120px);
    max-width: 1920px;
    margin: auto 70px;
  }
  header.top {
    width: calc(100% - 140px);
    height: 250px;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 60px;
    background: rgba(248, 248, 248, 0.8);
    display: none;
  }
  header.top .box {
    position: absolute;
    top: 0;
    right: 0;
  }
  header.top .box p.privacy {
    text-align: left;
    margin-top: 5px;
    font-size: clamp(10px, 0.7142vw, 10px);
    transform: scale(0.9);
    color: #555;
  }
  header.top .box p.privacy a {
    transition: .3s;
  }
  header.top .box p.privacy a:hover {
    background: #333;
    color: #fff;
  }
  header.detail {
    width: calc(100% - 140px);
    height: 250px;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 60px;
    background: rgba(248, 248, 248, 1);
    display: none;
  }
  footer {
    width: 90%;
    margin: 0 auto;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(10px, 0.7142vw, 10px);
  }
  footer .box_emp {
    width: 33%;
  }
  footer .box {
    width: 33%;
    display: none;
  }
  footer .box p.copyright {
    text-align: center;
  }
  footer .box p.privacy {
    text-align: right;
  }
  footer .box p.privacy a {
    transition: .3s;
  }
  footer .box p.privacy a:hover {
    background: #333;
    color: #fff;
  }
  nav {
    width: 400px;
    margin: 80px 0 0 150px;
  }
  nav.menu ul {
    width: 400px;
    display: flex;
    flex-wrap: wrap;
  }
  nav.menu ul li {
    width: 180px;
    height: 20px;
    margin: 0 40px 20px 0;
    padding: 0 0 0 2px;
    line-height: 1;
    background: #e0e0e1;
    font-size: clamp(20px, 1.428vw, 20px);
  }
  nav.menu ul li.long {
    width: 400px;
    margin: 0;
    background: #e0e0e1;
    line-height: 1;
  }
  nav.menu ul li:nth-child(2n+2) {
    margin-right: 0;
  }
  nav.menu ul li.middle {
    margin-right: 40px;
  }
  nav.menu ul li.cancel {
    margin-right: 0;
  }
  nav.openmenu {
    width: 100%;
    margin: 200px auto 0 auto;
  }
  nav.openmenu ul {}
  nav.openmenu ul li {
    text-align: center;
    line-height: 1;
    margin: 0 0 30px 0;
  }
  a.menubtn {
    width: 180px;
    height: 20px;
    position: relative;
    display: inline-block;
    transition: .3s;
  }
  a.menubtn:hover {
    color: #fff;
    background: #333;
  }
  a.menubtn_middle {
    width: 106px;
    height: 20px;
    position: relative;
    display: inline-block;
    transition: .3s;
  }
  a.menubtn_middle:hover {
    color: #fff;
    background: #333;
  }
  a.menubtn_long {
    width: 400px;
    height: 20px;
    position: relative;
    display: inline-block;
    transition: .3s;
  }
  a.menubtn_long:hover {
    color: #fff;
    background: #333;
  }
  a.openmenubtn {
    transition: .3s;
  }
  a.openmenubtn:hover {
    background: #333;
    color: #fff;
  }
  .light_logo {
    width: 50px;
    position: absolute;
    z-index: 15000;
    top: 80px;
    right: 80px;
    display: none;
  }
  .light_logo a {
    display: inline-block;
    transition: .3s;
  }
  .light_logo a:hover {
    opacity: 0.2;
  }
  .logo {
    width: 50px;
    position: fixed;
    z-index: 15000;
    top: 80px;
    right: 80px;
    display: none;
  }
  .lp {
    width: 60px;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    margin: 10px 5px 0 0;
    margin-top: 2000px;
  }
  .lp a {
    display: inline-block;
    transition: .3s;
  }
  .lp a:hover {
    opacity: 0.2;
  }
  .lp_in {
    width: 60px;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    margin: 10px 5px 0 0;
    display: none;
  }
  .lp_in a {
    display: inline-block;
    transition: .3s;
  }
  .lp_in a:hover {
    opacity: 0.2;
  }
  .gnavi {
    position: fixed;
    z-index: 15002;
    width: 100px;
    height: 50px;
    top: 50px;
    right: 0;
    cursor: pointer;
    display: none;
  }
  .overrap {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s;
  }
  .overrap.panelactive {
    z-index: 15001;
    opacity: 1;
  }
  /*ボタン内側*/
  .gnavi span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 1px;
    background-color: #222;
  }
  .gnavi span:nth-of-type(1) {
    top: 22px;
    width: 50%;
  }
  .gnavi span:nth-of-type(2) {
    top: 32px;
    width: 50%;
  }
  .gnavi span:nth-of-type(3) {
    top: 42px;
    width: 30%;
  }
  .gnavi.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  .gnavi.active span:nth-of-type(2) {
    opacity: 0;
  }
  .gnavi.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  .content {
    width: 100%;
    margin: 250px 0 0 0;
    display: none;
  }
  .content_new {
    width: 100%;
    margin: 0 0 0 0;
    display: none;
  }
  .item_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s all;
  }
  .item_inner:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.5s all;
    opacity: 0.5;
  }
  .item_inner iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: auto;
    min-width: 100%;
    min-height: 100%;
    width: calc(100% * 16 / 9);
    height: 100%;
    pointer-events: none;
  }
  .item_inner iframe.hifit {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    height: calc(100% * 16 / 9);
    min-width: 100%;
    pointer-events: none;
  }
  a.blk {
    display: block;
    overflow: hidden;
  }
  .box01 {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 2;
    background: rgba(0, 0, 0, 1);
  }
  .box01 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box01 .item02 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box01 .item03 {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box02 {
    width: 100%;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 2;
    background: rgba(0, 0, 0, 1);
  }
  .box02 .item01 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box02 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box02 .item03 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box03 {
    height: 100%;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 1;
    background: rgba(0, 0, 0, 1);
  }
  .box03 .item01 {
    grid-row: 1 / 1;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box03 .item02 {
    grid-row: 1 / 1;
    grid-column: 2 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box04 {
    width: 100%;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 2;
    background: rgba(0, 0, 0, 1);
  }
  .box04 .item01 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box04 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box04 .item03 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box05 {
    width: 100%;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 1.6 / 1;
    background: rgba(0, 0, 0, 1);
  }
  .box05 .item01 {
    grid-row: 1 / 1;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box05 .item02 {
    grid-row: 1 / 1;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box06 {
    width: 100%;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 1;
    overflow: hidden;
    background: rgba(0, 0, 0, 1);
  }
  .box06 .item01 {
    grid-row: 1 / 1;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box06 .item02 {
    grid-row: 1 / 1;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box07 {
    width: 100%;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: rgba(0, 0, 0, 1);
    position: relative;
  }
  .box07 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box07 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box07 .item03 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box07 .item04 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box08 {
    width: 100%;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: rgba(0, 0, 0, 1);
    position: relative;
  }
  .box08 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box08 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box08 .item03 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .box08 .item04 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .inner_txt {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
  }
  .inner_txt p.middle {
    background: #e0e0e1;
    line-height: 1;
    font-size: clamp(30px, 2.857vw, 40px);
    padding: 0 10px;
    margin: -6px 0 0 0;
  }
  p.caption_link a {
    transition: .3s;
  }
  p.caption_link a:hover {
    background: #333;
    color: #fff;
  }
  .to_top {
    width: 5%;
    margin: 50px auto 0 auto;
    display: none;
  }
  .to_top img {
    width: 100%;
  }
  .to_top_lower {
    width: 5%;
    margin: 0 auto;
    display: none;
    position: fixed;
    bottom: 5%;
    left: 1%;
    z-index: 100000;
  }
  .to_top_lower img {
    width: 100%;
  }
  .to_top_lower a {
    transition: .3s;
  }
  .to_top_lower a:hover {
    opacity: 0.4;
  }
  /**サムネの自動切り替え**/
  .change_img {
    position: absolute;
    opacity: 0;
    animation: change-img-anim 3s infinite;
  }
  .change_img:nth-of-type(1) {
    animation-delay: 0s;
  }
  .change_img:nth-of-type(2) {
    animation-delay: 1s;
  }
  .change_img:nth-of-type(3) {
    animation-delay: 2s;
  }
  @keyframes change-img-anim {
    0% {
      opacity: 1;
    }
    31% {
      opacity: 1;
    }
    33% {
      opacity: 1;
    }
    35% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  /***詳細ページ用***/
  .works_title {
    font-size: clamp(20px, 1.5714vw, 22px);
    text-align: center;
    margin: 330px 0 80px 0;
  }
  .works_title2 {
    font-size: clamp(20px, 1.5714vw, 22px);
    text-align: center;
    margin: 80px 0;
  }
  .otherworks_title {
    font-size: clamp(20px, 1.5714vw, 22px);
    text-align: center;
    margin: 150px 0 50px 0;
  }
  .portfolio_box {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    text-align: right;
  }
  .works_clm1 {
    width: 100%;
    margin: 0 0 100px 0;
  }
  .works_clm1_5 {
    width: 50%;
    margin: 0 0 100px 0;
  }
  .works_clm2 {
    width: 46.5%;
    margin: 0 7% 100px 0;
  }
  .works_clm2:nth-child(2n+2) {
    margin: 0 0 100px 0;
  }
  .works_clm2_2 {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .works_clm2_2:nth-child(2n+2) {
    margin: 0 0 20px 0;
  }
  .works_clm2_3_1 {
    width: 32.5%;
    margin: 0 5% 50px 0;
  }
  .works_clm2_3_2 {
    width: 62.5%;
    margin: 0 0 50px 0;
  }
  .works_clm2_3_3 {
    width: 62.5%;
    margin: 0 5% 50px 0;
  }
  .works_clm2_3_4 {
    width: 32.5%;
    margin: 0 0 50px 0;
  }
  .works_clm2_4_1 {
    width: 43.4%;
    margin: 0 6.5% 50px 0;
  }
  .works_clm2_4_2 {
    width: 50.1%;
    margin: 0 0 50px 0;
  }
  .works_clm2_4_3 {
    width: 44.5%;
    margin: 0 6.5% 50px 0;
  }
  .works_clm2_4_4 {
    width: 49%;
    margin: 0 0 50px 0;
  }
  .works_clm2_4_5 {
    width: 32.1%;
    margin: 0 6.5% 50px 0;
  }
  .works_clm2_4_6 {
    width: 61.4%;
    margin: 0 0 50px 0;
  }
  .works_clm2_4_7 {
    width: 47.9%;
    margin: 0 6.5% 50px 0;
  }
  .works_clm2_4_8 {
    width: 45.6%;
    margin: 0 0 50px 0;
  }
  .works_clm3 {
    width: 29%;
    margin: 0 6.5% 100px 0;
  }
  .works_clm3:nth-child(3n+3) {
    margin: 0 0 100px 0;
  }
  .works_clm3_p01 {
    width: 20.8%;
    margin: 0 1.9% 100px 0;
  }
  .works_clm3_p02 {
    width: 37.7%;
    margin: 0 1.9% 100px 0;
  }
  .works_clm3_p03 {
    width: 37.7%;
    margin: 0 0 100px 0;
  }
  .works_clm4 {
    width: 22%;
    margin: 0 4% 35px 0;
    overflow: hidden;
  }
  .works_clm4:nth-child(4n+4) {
    margin: 0 0 35px 0;
  }
  /**行1列1の100%**/
  .works_gridbox_y1t1_100 {
    width: 90%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 100%;
  }
  .works_gridbox_y1t1_100 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行1列1の50%**/
  .works_gridbox_y1t1_50 {
    width: 50%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 100%;
  }
  .works_gridbox_y1t1_50 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行2列1の50%**/
  .works_gridbox_y2t1_5050 {
    width: 90%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 47% 47%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 6%;
  }
  .works_gridbox_y2t1_5050 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y2t1_5050 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行2列2の50%**/
  .works_gridbox_y2t2_5050 {
    width: 90%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 47% 47%;
    grid-template-columns: 47% 47%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 6%;
    grid-row-gap: 6%;
  }
  .works_gridbox_y2t2_5050 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y2t2_5050 .item02 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y2t2_5050 .item03 {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行2列1の40%60%**/
  .works_gridbox_y2t1_4060 {
    width: 90%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 34% 60%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 6%;
  }
  .works_gridbox_y2t1_4060 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y2t1_4060 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行2列1の60%40%**/
  .works_gridbox_y2t1_6040 {
    width: 90%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 60% 34%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 6%;
  }
  .works_gridbox_y2t1_6040 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y2t1_6040 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行3列1の30%**/
  .works_gridbox_y3t1_30 {
    width: 90%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 29% 29% 29%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 6%;
  }
  .works_gridbox_y3t1_30 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y3t1_30 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y3t1_30 .item03 {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行3列1の20,40,40%**/
  .works_gridbox_y3t1_204040 {
    width: 90%;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 20% 38% 38%;
    /**aspect-ratio: 1.6 / 1;**/
    grid-column-gap: 2%;
  }
  .works_gridbox_y3t1_204040 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y3t1_204040 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y3t1_204040 .item03 {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /**行4列5の23.5%**/
  .works_gridbox_y4t1_235 {
    width: 90%;
    margin: 0 auto 20px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    /*aspect-ratio: 1 / 1.6;*/
    grid-column-gap: 2%;
  }
  .works_gridbox_y4t1_235 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y4t1_235 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y4t1_235 .item03 {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_y4t1_235 .item04 {
    grid-row: 1 / 2;
    grid-column: 4 / 5;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p01 {
    width: 90%;
    margin: 0 auto 100px auto;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 68.4% 30%;
    aspect-ratio: 2.2 / 1;
    grid-row-gap: 3%;
    grid-column-gap: 1.6%;
  }
  .works_gridbox_p01 .item01 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p01 .item02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p01 .item03 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p02 {
    width: 90%;
    margin: 100px auto 100px auto;
    display: grid;
    grid-template-rows: 65% 33.4%;
    grid-template-columns: 48.4% 50%;
    aspect-ratio: 1 / 1;
    grid-row-gap: 1.6%;
    grid-column-gap: 1.6%;
  }
  .works_gridbox_p02 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p02 .item02 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p02 .item03 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p03 {
    width: 90%;
    margin: 0 auto 100px auto;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 75% 24%;
    aspect-ratio: 1.8 / 1;
    grid-column-gap: 1%;
  }
  .works_gridbox_p03 .item01 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p03 .item02 {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p04 {
    width: 90%;
    margin: 0 auto 100px auto;
    display: grid;
    grid-template-rows: 47% 47%;
    grid-template-columns: 47% 47%;
    aspect-ratio: 1.4 / 1;
    grid-column-gap: 6%;
    grid-row-gap: 6%;
  }
  .works_gridbox_p04 .item01 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p04 .item02 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .works_gridbox_p04 .item03 {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .ditem_inner {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
  }
  .ditem_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .ditem_inner2 {
    position: relative;
    height: 0;
    padding: 0 0 100%;
    overflow: hidden;
  }
  .ditem_inner2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .ditem_inner4 {
    position: relative;
    height: 0;
    padding: 0 0 125%;
    overflow: hidden;
  }
  .ditem_inner4 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .caption_box {
    width: 90%;
    margin: 100px auto;
    font-size: clamp(12px, 1.142vw, 16px);
  }
  .stafflist_box {
    width: 90%;
    margin: 100px auto;
    font-size: clamp(12px, 1vw, 14px);
    text-align: center;
  }
  .stafflist_box p {
    margin: 0 0 40px 0;
  }
  .otherworks_box {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  .slider .slide {
    margin-right: 10px;
    background: rgba(0, 0, 0, 1);
  }
  .slider .slide a:hover {
    transition: 0.5s all;
    opacity: 0.5;
  }
  .onsp {
    display: none;
  }
  span.credit {
    font-size: clamp(10px, 0.7142vw, 10px);
  }
  .p_topspace {
    padding-top: 100px;
  }
  /*MAP*/
  .map_content {
    width: 80%;
    margin: 0 auto 80px auto;
    padding: 50px 0;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
  }
  .map_content p {
    margin: 0 0 0 10%;
  }
  .map_content p.company {
    font-size: clamp(13px, 1.143vw, 16px);
  }
  .map_content p.address {
    font-size: clamp(11px, 1vw, 14px);
  }
  .map_content p a {
    transition: .3s;
  }
  .map_content p a:hover {
    background: #333;
    color: #fff;
  }
  .map_content .map {
    margin: 50px 0;
  }
  .map_content .line {
    border-top: solid 1px #000;
    margin: 50px 0;
  }
  /*COMPANY*/
  .company_content01 {
    width: 80%;
    margin: 0 auto 80px auto;
    padding: 80px 0 50px 0;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
  }
  .company_content01 .inner {
    width: 75%;
    margin: 0 auto;
  }
  .company_content01 .inner .svg {
    width: 60%;
    margin: 0 0 50px 0;
  }
  .company_content01 .inner p {
    font-size: clamp(13px, 1.143vw, 16px);
    margin: 0 0 30px 0;
  }
  .company_content02 {
    width: 80%;
    margin: 0 auto 80px auto;
    padding: 50px 0;
    border-bottom: solid 1px #000;
  }
  .company_content02 p.tt {
    font-size: clamp(15px, 1.285vw, 18px);
    margin: 0 0 30px 0;
  }
  .company_content02 p.ex {
    font-size: clamp(13px, 1.143vw, 16px);
    margin: 0 0 50px 0;
  }
  .company_content02 .orgbox {
    width: 60%;
    margin: 0 auto;
  }
  .company_content02 .orgbox .btn {
    margin: 30px 0 0 0;
    width: 49%;
  }
  .company_content02 .orgbox .btn a {
    transition: 0.3s;
  }
  .company_content02 .orgbox .btn a:hover {
    opacity: 0.8;
  }
  .company_content03 {
    width: 80%;
    margin: 0 auto 80px auto;
    padding: 50px 0;
  }
  .company_content03 p.tt {
    font-size: clamp(15px, 1.285vw, 18px);
    margin: 0 0 30px 0;
  }
  .company_content03 .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(11px, 1vw, 14px);
  }
  .company_content03 .inner .left {
    width: 50%;
    margin: 0;
  }
  .company_content03 .inner .right {
    width: 50%;
    margin: 0;
  }
  table {
    width: 100%;
    line-height: 1.5;
  }
  table tr th {
    width: 30%;
    font-weight: normal;
    padding: 0 0 20px 0;
  }
  table tr td {
    padding: 0 0 20px 0;
  }
  /*NEWS*/
  .news_content01 {
    width: 80%;
    margin: 0 auto 80px auto;
    border-top: solid 1px #000;
  }
  .news_content01 .onebox {
    width: 100%;
    border-bottom: solid 1px #000;
  }
  .news_content01 .onebox .inner {
    width: 80%;
    margin: 20px auto 50px auto;
  }
  .news_content01 .onebox .inner p.date {
    font-size: clamp(10px, 0.857vw, 12px);
    text-align: right;
    margin: 0 0 15px 0;
  }
  .news_content01 .onebox .inner p.tt {
    font-size: clamp(14px, 1.142vw, 16px);
    text-align: left;
    margin: 50px 0 25px 0;
  }
  .news_content01 .onebox .inner p.tt2 {
    font-size: clamp(14px, 1.142vw, 16px);
    text-align: left;
    margin: 50px 0 25px 0;
    padding: 15px 0 0 0;
    border-top: dashed 1px #222;
  }
  .news_content01 .onebox .inner p.ex {
    font-size: clamp(11px, 1vw, 14px);
    text-align: justify;
    line-height: 1.5;
  }
  .news_content01 .onebox .inner p.ex2 {
    font-size: clamp(11px, 1vw, 14px);
    text-align: justify;
    line-height: 1.5;
    margin: 25px 0 0 0;
  }
  .news_content01 .onebox .inner p.ex3 {
    font-size: clamp(11px, 1vw, 14px);
    text-align: justify;
    line-height: 1.5;
    margin: 25px 0 0 0;
    border-top: dashed 1px #222;
    padding: 10px 0;
  }
  .news_content01 .onebox .inner ul li {
    font-size: clamp(11px, 1vw, 14px);
    text-align: justify;
    line-height: 1.5;
  }
  .news_content01 .onebox .inner p.ex a {
    text-decoration: underline;
  }
  .recruitbtn {
    width: 100%;
    border: solid 1px #222;
    padding: 10px;
    margin: 50px 0 0 0;
    font-size: clamp(11px, 1vw, 14px);
    text-align: center;
    line-height: 1.5;
  }
  /*CONTACT*/
  .contact_content {
    text-align: center;
  }
  .contact_content div {
    margin: 0 0 30px 0;
  }
  .contact_content .mail a {
    transition: .3s;
  }
  .contact_content .mail a:hover {
    background: #333;
    color: #fff;
  }
  .contact_content .p {
    font-size: clamp(10px, 0.785vw, 11px);
    margin: 0 0 250px 0;
  }
  .contact_content .p a {
    transition: .3s;
  }
  .contact_content .p a:hover {
    background: #333;
    color: #fff;
  }
  /*PRIVACY POLICY*/
  .privacy_content {
    width: 80%;
    margin: 0 auto 80px auto;
    border-top: solid 1px #000;
  }
  .privacy_content h1 {
    font-size: clamp(14px, 1.142vw, 16px);
    margin: 50px 0 0 0;
  }
  .privacy_content h2 {
    font-size: clamp(20px, 1.714vw, 24px);
    margin: 50px 0 0 0;
  }
  .privacy_content h3 {
    font-size: clamp(14px, 1.142vw, 16px);
    margin: 50px 0 0 0;
  }
  .privacy_content ul li {
    font-size: clamp(14px, 1.142vw, 16px);
    margin: 30px 0 0 2rem;
    list-style: decimal;
  }
  .privacy_content p.name {
    font-size: clamp(14px, 1.142vw, 16px);
    margin: 50px 0 0 0;
  }
  .privacy_content .pmark {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px 0 0 0;
  }
  .privacy_content .pmark p {
    font-size: clamp(10px, 0.785vw, 11px);
  }
  .privacy_content .pmark .img {
    width: 100px;
  }
}