@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Roboto:ital,wght@0,100;0,300;0,500;0,700;1,400;1,500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


/*===================================
  XXX:基本設定
===================================*/

html {
  font-size: 16px;
}

.impact {
 font-family: Impact,Charcoal,"游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
 
}
@media only screen and (max-width: 599px) {
  .impact {
     font-family: 'Anton', sans-serif;
 letter-spacing: 2px;
    font-weight: bold;
  }
 
}
.color01,
.mc1 {
  color:#fff;
}

.mc2 {
  display: inline-block;
    background: rgb(252,238,33);
    background: linear-gradient(0deg, rgba(252,238,33,1) 0%, rgba(252,238,33,1) 50%, rgba(255,255,255,0) 50%);
}


.mcg {
  color: #b3b3b3;
}

.mcw {
  color: #fff;
}

.mck {
  color: #000;
}

.color04 {
  color: #000;
}

.bgcolor01 {
  background-color: #fcee21;
}

.bgcolor02 {
  background-color: #000;
}

.bgcolor03 {
  background-color: #000;
}

.bgcolor04 {
  background-color: #000;
}

.bgk {
  position: relative;
}

.bgk:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  z-index: -4;
  opacity: 1;
}

.bgk.__onmc1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: #fff;
  z-index: -3;
  opacity: 1;
}

.bgk.__l90p:after {
  width: 90%;
}

.bgk.__r90p:after {
  width: 90%;
  left: auto;
  right: 0;
}

.bgk.js-bgChange .t {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #000;
}

.bgk.js-bgChange:after {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.bgk.js-bgChange.bg .t {
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}
[data-element-id] .bgk.js-bgChange .t {
  /* color: #fff;
  text-shadow: 1px 1px 0 #000; */
}

.bgk.js-bgChange.bg .t.__y {
  color: #fcee21;
}

.bgk.js-bgChange.bg:after {
  opacity: 1;
  visibility: visible;
}
[data-element-id] .bgk.js-bgChange:after {
  /* opacity: 1;
  visibility: visible; */
}

@media only screen and (max-width: 599px) {
  .bgk.__onmc1:before {
    width: 100%;
  }
  .bgk.__l90p:after {
    width: 100%;
  }
}

.bgnoise {
  position: relative;
}

.bgnoise:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/import/tenant_2/160.16.201.231/html/images/common/bg.png) repeat;
  z-index: -5;
}

.robo {
  font-family: 'Roboto', sans-serif;
}

.allu {
  /* font-family: 'Allura', cursive; */
  font-weight: bold;
}

/* fead */

[data-element-id] .fead-right {
  opacity: 1;
  transform: none;
}

.fead-right.mv {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
      -webkit-transition: 1.5s;
    transition: 1.5s;
}

/* 共通コンテンツ間隔 */
.area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.area.__tall {
  padding-top: 150px;
  padding-bottom: 150px;
}

.areas + .areas {
  padding-top: 80px;
}

@media only screen and (max-width: 599px) {
  .area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .areas + .areas {
    padding-top: 50px;
  }
  .area.__tall {
    padding: 75px 0;
  }
}

/* 共通要素読み込みコメント（取り込み後削除） */
[class*='load-'] {
  position: relative;
  min-height: 50px;
  border: 3px solid #00bcd4;
}

[class*='load-']:before {
  position: absolute;
  z-index: 100;
  display: block;
  background: #00bcd4;
  color: #ff0;
  content: '共通要素';
  text-align: center;
  font-weight: bold;
}

.up-fxd-even .box + .box,
.up-fxd-odd .box + .box {
  margin-top: 50px;
}



.js-thumb:hover {
  opacity: .6;
  cursor: pointer;
}

/*===================================
  XXX:共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  XXX:共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
  position: relative;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 4px;
}

/* .ttl-cmn01:after {
  position: absolute;
  display: block;
  top: .25em;
  right: -2rem;
  content: "";
  background: url(/import/tenant_2/160.16.201.231/html/images/common/i_ttl-cmn01.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 26px;
  z-index: 1;
} */

.ttl-cmn01.__white {
  color: #fff;
}

.ttl-cmn01.__white:after {
  background: url(/import/tenant_2/160.16.201.231/html/images/common/i_ttl-cmn01__white.png) no-repeat;
}

.ttl-cmn01.__mid {
  font-size: 60px;
}

.ttl-cmn01.__small {
  font-size: 34px;
  font-weight: bold;
}

.under_ttl_box {
   padding: 80px 1rem;
}

.under_ttl_box .ttl-cmn01 {
  font-family: 'Roboto', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  /* font-size: 36px; */
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
}

.under_ttl_box .ttl-cmn01.__english {
  font-size: 60px;
  font-style: italic;
  font-weight: 500;
}

.under_ttl_box .ttl-cmn01.__english:after {
  top: .5rem;
  right: -3rem;
}

.under_ttl_box .ttl-cmn01:after {
  top: -1rem;
}

.ttl-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ttl-num .no {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 200px;
  font-style: italic;
  color: #b3b3b3;
}

.ttl-num .s {
  font-family: 'Roboto', sans-serif;
  font-size: 64px;
  display: block;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 2px;
}

.ttl-num .t {
  font-size: 22px;
}

.ttl-num.__up {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ttl-num.__up .no {
  font-size: 80px;
  font-weight: 500;
  line-height: 60px;
}

.ttl-num.__up .t {
  font-weight: bold;
  line-height: 1.2;
  font-size: 30px;
/*   padding-left: 1rem; */
}

.ttl-num.__bdb {
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}

.ttl-num.__bdbw {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
}

.ttl-num.__noflex {
    display: block;
}

.ttl-num.__noflex > * {
    display: block;
}

.ttl-num.__noflex .t {
    padding: 0;
    margin-top: 10px;
}

.ttl-cmn03 {
  position: relative;
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  text-shadow: 1px 1px #fff;
}

/* .ttl-cmn03:after {
  position: absolute;
  display: block;
  top: -1rem;
  right: -3rem;
  content: "";
  background: url(/import/tenant_2/160.16.201.231/html/images/common/i_ttl-cmn01.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 26px;
  z-index: 1;
} */

.ttl-cmn03.__white {
  color: #fff;
  text-shadow: 1px 1px #000;
}

.ttl-cmn03.__white:after {
  background: url(/import/tenant_2/160.16.201.231/html/images/common/i_ttl-cmn01__white.png);
}

.ttl-cmn03.__no-i::after {
  display: none;
}

.ttl-bdb {
  font-size: 24px;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  /* color: #fcee21; */
  font-weight: bold;
  /* text-shadow: 1px 1px #000; */
}

.ttl-bdb.__white {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.ttl-bdb.__mc1 {
  border-bottom: 1px solid #fff;
  color: #fcee21;
}

@media only screen and (max-width: 1024px) {
  .ttl-cmn01 {
    font-size: 60px;
  }
  .ttl-cmn01.__mid {
    font-size: 35px;
  }
  .ttl-num .no {
    font-size: 130px;
  }
  .under_ttl_box {
    padding: 50px 1rem;
  }
  .under_ttl_box .ttl-cmn01 {
    font-size: 30px;
  }
  .under_ttl_box .ttl-cmn01.__english {
    font-size: 40px;
  }
  .ttl-num.__up .no {
    font-size: 60px;
    line-height: 40px;
  }
  .ttl-num.__up .t {
    font-size: 24px;
  }
  .ttl-cmn03 {
    font-size: 28px;
  }
  .ttl-bdb {
    font-size: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .ttl-cmn01 {
    font-size: 35px;
  }
  .ttl-cmn01:after {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .under_ttl_box .ttl-cmn01.__english {
    font-size: 30px;
  }
  .ttl-num .no {
    font-size: 75px;
  }
  .ttl-num.__up .no {
    font-size: 48px;
  }
  .ttl-num .s {
    font-size: 30px;
  }
  .ttl-num .t {
    font-size: 18px;
  }
  
  .under_ttl_box .ttl-cmn01 {
    font-size: 20px;
  }
  .ttl-cmn03 {
    font-size: 22px;
  }
  .ttl-num.__up .t {
    /* font-size: 20px; */
    font-size: 16px;
  }
  .ttl-cmn03.__white {
    color: #121212;
    text-shadow: unset;
  }
}

/*===================================
  XXX:共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
.list-dq > li {
  position: relative;
  /* padding-left: 1rem; */
}

/* .list-dq > li:before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  background: url(/import/tenant_2/160.16.201.231/html/images/common/i.png) no-repeat;
  background-size: contain;
  width: 7px;
  height: 7px;
  z-index: 1;
} */

.list-dq.__black > li:before {
  background: url(/import/tenant_2/160.16.201.231/html/images/common/i_black.png) no-repeat;
}

.border_effect a {
  display: block;
}

.border_effect .mov,
.border_effect .pic {
  position: relative;
}

.border_effect .mov:before,
.border_effect .pic:before {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 30px;
  right: 10px;
  bottom: 30px;
  left: 10px;
  border: 1px solid #fff;
  content: '';
  z-index: 2;
}

.border_effect li:hover .mov:before,
.border_effect li:hover .pic:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.box-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-li .item01 {
  background: #fff;
  font-size: 16px;
  padding: 1.5rem 2rem;
  margin: 5px;
}

@media only screen and (max-width: 1024px) {
  .box-li .item01 {
    padding: 1rem;
    font-size: 14px;
  }
}

.mc1_li .item01 {
  background: #fcee21;
  padding: 1rem;
  font-size: 16px;
}

.mc1_li .item01 + .item01 {
  margin-top: 2rem;
}

@media only screen and (max-width: 1024px) {
  .mc1_li .item01 {
    font-size: 14px;
  }
}

.works_li .h {
  background: #000;
  color: #fff;
  padding: 5px;
  margin: 5px 0;
  display: inline-block;
}

.works_li .cat {
  margin-bottom: 1rem;
}

.works_li .cat .s {
  display: inline-block;
  background: #4d4d4d;
  color: #fff;
  font-style: italic;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  margin: 3px;
  padding: 5px;
}

.live_li .fig01 .img {
  max-height: 600px;
  overflow: hidden;
}

.live_li .img {
  margin-bottom: 30px;
}

.live_li .txt_wrap {
  margin-left: 0;
}

.live_li .dt01 {
  font-size: 24px;
  background: #000;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}

.live_li .dd01 {
  background: #000;
  color: #fff;
  padding: 1rem;
  line-height: 2;
  font-size: 16px;
}

.live_li .item01 + .item01 {
  margin-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .live_li .dt01 {
    font-size: 20px;
  }
  .live_li .item01 + .item01 {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 599px) {
  .live_li .dt01 {
    font-size: 18px;
  }
  .live_li .item01 + .item01 {
    margin-top: 50px;
  }
}

.pic_li .item01 + .item01 {
  margin-left: 1rem;
}

.pic_li .item01 .img {
  height: 100%;
}

.slick01 .item01 {
  padding: 0 10px;
}

.slick01 .item01 .persona {
  /* display: none; */
  margin-top: -1.5rem;
  position: relative;
  z-index: 1;
}

.slick01 .item01.slick-center {
  /* -webkit-transform: scale(1); */
          /* transform: scale(1); */
}

.slick01 .item01.slick-center .persona {
  /* display: block; */
}

.slick01 .item01 .fig01 [class*="up-ofi"] {
    overflow: hidden;
}

.slick01 .item01 .fig01 img {
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.slick01 .item01:hover .fig01 img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

@media only screen and (max-width: 599px){
  .slick01 .item01 .persona {
    font-size: 16px;
  }
}

/*===================================
  XXX:共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 a, .btn-cmn01 button {
  display: inline-block;
  padding: 1.5rem 7rem;
  text-align: center;
  position: relative;
  font-family: 'Roboto', sans-serif;
  /* font-style: italic; */
  border: 2px solid #fff;
  overflow: hidden;
  color: #fff;
}

.btn-cmn01 a span, .btn-cmn01 button span {
  position: relative;
  z-index: 5;
}

/* .btn-cmn01.__bdr a {
  color: #fff;
} */


/* .btn-cmn01.__white a span:after {
  content: url(/import/tenant_2/160.16.201.231/html/images/common/btn_dq__white.png);
} */

.btn-cmn01.__black a, .btn-cmn01.__black button {
  color: #fff;
  background: #000;
  border-color: #000;
}
/* .btn-cmn01.__black a:hover {
  border-color: #fff;
} */

/* .btn-cmn01.__black a span:after {
  content: url(/import/tenant_2/160.16.201.231/html/images/common/btn_dq__black.png);
} */

/* .btn-cmn01 a span:after {
  position: absolute;
  right: -1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: url(/import/tenant_2/160.16.201.231/html/images/common/btn_dq.png);
} */

.btn-cmn01.btn-back a:after, .btn-cmn01.btn-back button:after {
  content: "\f053";
  right: inherit;
  left: 5px;
}

.btn-cmn01 a:before, .btn-cmn01 a:after,
.btn-cmn01 button:before, .btn-cmn01 button:after {
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.btn-cmn01 a:before,
.btn-cmn01 button:before {
    border-bottom: 80px solid #fff;
    border-right: 50px solid transparent;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    right: -50px;
}

.btn-cmn01 a:after,
.btn-cmn01 button:after {
    border-top: 80px solid #fff;
    border-left: 50px solid transparent;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: -50px;
}

.btn-cmn01 a:hover,
.btn-cmn01 button:hover {
  color: #000;
  opacity: 1;
}

.btn-cmn01 a:hover:before,
.btn-cmn01 button:hover:before {
    -webkit-transform: translateX(-49%);
    transform: translateX(-49%);
}

.btn-cmn01 a:hover:after,
.btn-cmn01 button:hover:after {
    -webkit-transform: translateX(49%);
    transform: translateX(49%);
}

.btn-cmn01.__white a,
.btn-cmn01.__white button {
  border-color: #000;
  background-color: #fff;
  color: #fff;
}
.btn-cmn01.__white a:before, .btn-cmn01.__white button:before, .btn-cmn01.__white a:after, .btn-cmn01.__white button:after {
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.btn-cmn01.__white a:before, .btn-cmn01.__white button:before {
    border-bottom: 80px solid #020709;
    border-right: 50px solid transparent;
    -webkit-transform: translateX(-49%);
    transform: translateX(-49%);
    right: -50px;
}
.btn-cmn01.__white a:after, .btn-cmn01.__white button:after {
    border-top: 80px solid #020709;
    border-left: 50px solid transparent;
    -webkit-transform: translateX(49%);
    transform: translateX(49%);
    left: -50px;
}
.btn-cmn01.__white a:hover, .btn-cmn01.__white button:hover {
  color: #000;
}
.btn-cmn01.__white a:hover:before, .btn-cmn01.__white button:hover:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.btn-cmn01.__white a:hover:after, .btn-cmn01.__white button:hover:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}


.btn-cmn02 a,.btn-cmn02 button {
  display: inline-block;
  font-size: 16px;
  background: #fff;
  padding: 15px 45px;
}

@media only screen and (max-width: 1024px) {
  .btn-cmn01 a,.btn-cmn01 button {
    padding: 1.2rem 3rem 1.2rem 3rem;
  }
}

@media only screen and (max-width: 599px) {
  .btn-cmn01 a, .btn-cmn01 button {
    padding: 1rem 2.5rem 1rem 2.5rem;
  }
}

/*===================================
  XXX:共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
  color: #fff;
}

/**
ヘッダー
XXX:header
*/
/* XXX:下部固定コンテンツ */
.fix-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 240;
  display: none;
  width: 100%;
}
[data-element-id].fix-bottom {
  display: block;
  position: relative;
  
}

.fix-bottom .item {
  width: 100%;
  text-align: center;
}

.fix-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 10px 5px;
}
.fix-bottom .tel-box {
  background: #ccc;
  color: #121212;
}
.fix-bottom .tel-box a:before {
  margin-right: 5px;
  content: '\f879';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}
.fix-bottom >* {
  height: 100%;
  width: 100%;
  display: block;
}
.fix-bottom >* >* {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fix-bottom >* >* >* {
  width: 50%;
}
.fix-bottom >* a {
  width: 100%;
  height: 100%;
  display: block;
}

.fix-bottom .test-a .contact{
  background: #fcee21;
  color: #121212;
}
.fix-bottom .test-b .contact {
  color: #fcee21;
  background: #121212;
}
.fix-bottom .contact a:before {
  margin-right: 5px;
  content: '\f0e0';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}

[data-element-id].fix-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: auto;
  left: auto;
}

@media only screen and (max-width: 1024px) {
  .fix-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/**
XXX:グローバルナビ
gnav
*/
.gnav {
  position: relative;
  z-index: 100;
  background: #000;
}

.gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  -webkit-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 5px 0 #999;
}

.gnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gnav .navlogo {
  display: none;
}

.gnav .navlogo img {
  max-height: 40px;
}

.gnav .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}

.gnav .item01 {
  text-align: center;
  font-size: 16px;
  font-style: normal;
}

.gnav .list01,
.gnav .list02 {
  height: 100%;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: italic;
}

.gnav .list01 .list02.list-dq li,
.gnav .list02 .list02.list-dq li {
  padding: 1rem 2rem 1rem 1rem;
}

.gnav .item-contact {
  background: #fcee21;
  color: #000;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-align: center;
  font-style: normal;
}

.gnav .item-contact .s {
  font-size: 24px;
  display: block;
  font-style: italic;
}

.gnav .item-contact a {
  display: block;
  height: 100%;
  padding: 14px 1.5rem;
}

.gnav .item-contact .ab-test {
  background: #000;
  color: #fcee21;
}

.gnav .item01 > a,
.gnav .item01 .itemin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  cursor: pointer;
  padding: 30px 1.5rem;
}

.gnav .item01 > a:hover,
.gnav .item01 .itemin:hover {
  /* background: #1a1a1a; */
  background: #666666;
  opacity: 1;
  cursor: pointer;
}

.gnav .item01.-parent > a,
.gnav .item01.-parent > .itemin {
  position: relative;
  padding-right: 3rem;
}

.gnav .item01.-parent > a:after,
.gnav .item01.-parent > .itemin:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  font-style: normal;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
}

.gnav .list02 {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  width: 100%;
  height: auto;
  background: #1a1a1a;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gnav .item02 a {
  display: block;
  padding: 5px;
}

@media only screen and (max-width: 1024px) {
  .pagettl {
    font-size: 14px;
  }
  .header .address {
    font-size: 14px;
  }
  .gnav {
    /* position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-overflow-scrolling: touch;
    padding: 1rem; */
  }
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;
    -webkit-overflow-scrolling: touch;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    z-index: -250;
  }
  .gnav .item01 > a,
  .gnav .item01 .itemin {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px;
    height: auto;
  }
  .gnav .item01.-parent > a:after,
  .gnav .item01.-parent > .itemin:after {
    display: none;
  }
  .gnav.action {
    opacity: 1;
    visibility: visible;
    z-index: 250;
  }
  .gnav .wrap {
    padding-bottom: 100px;
  }
  .gnav .navlogo {
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
  }
  .gnav .item01 {
    margin: 0 0 10px 0;
    width: 100%;
    text-align: left;
  }
  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-left: 40px;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    display: block;
  }
  .gnav .list02 .item02 {
    margin: 0 0 10px 0;
  }
  .gnav .list01 .list02.list-dq li,
  .gnav .list02 .list02.list-dq li {
    padding: 0;
  }
  .gnav .list02 a {
    position: relative;
    padding: 10px;
  }
  .gnav .list02 a:before {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    content: '';
  }
}

@media only screen and (max-width: 599px){
  .pagettl {
    font-size: 11px;
  }
  .header .address {
    font-size: 11px;
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
  position: fixed !important;
  top: 0px;
  right: 0px;
  z-index: 251;
  width: 42px;
  height: 42px;
  background: #fcee21;
  opacity: 0.8;
  cursor: pointer;
  display: none;
}

.toggle .bar {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -1px;
  padding: 0;
  width: 28px;
  height: 2px;
  background: #000;
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
}

.toggle .bar:before,
.toggle .bar:after {
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 2px;
  background: #000;
  content: '';
}

.toggle .bar:before {
  top: -10px;
}

.toggle .bar:after {
  top: 10px;
}

.toggle.active .bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.toggle.active .bar:after,
.toggle.active .bar:before {
  top: 0;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

@media only screen and (max-width: 1024px) {
  .toggle {
    display: block !important;
  }
  .overlay:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 249;
    width: 100%;
    height: 100vh;
    background: #000;
    content: '';
    opacity: 0.3;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }
}

/*トップへ戻る*/
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}

.totop:before {
  content: '\f077';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}

@media only screen and (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 60px;
  }
}

/**
XXX:フッター
footer
*/
.footvisual {
  position: relative;
}

.footvisual .mov video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.footvisual .box {
  position: relative;
  width: 100%;
  padding: 75px 1rem;
  font-size: 16px;
  text-align: center;
  font-weight: 200;
  line-height: 2;
  color: #fff;
}

.footvisual .box .logo {
  display: block;
  font-size: 60px;
  font-style: italic;
}

.footer {
  position: relative;
  background: #000;
}

.footer:before {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  top: 0;
  left: 0;
  content: "";
  background: url(/import/tenant_2/160.16.201.231/html/images/common/breakline.png) repeat-x;
  background-size: contain;
  width: 100%;
  height: 9px;
  z-index: 2;
}

.fnav {
  padding: 50px 0;
}

.fnav .list01 {
  width: 20%;
}

.fnav .list01 > li {
  color: #fff;
}

.fnav .list01 > li + li {
  margin-top: 1rem;
}

.fnav .list01 > li .list02 {
  padding-left: 3rem;
}

.fnav .list01 > li .list02 .item02 {
  margin-top: 1rem;
  position: relative;
}

.fnav .list01 > li .list02 .item02:before {
  position: absolute;
  top: 0px;
  left: -10px;
  content: "-";
}

.fnav .list01 > li:before {
  left: 0;
  top: 10px;
}

.list-bnr-wrap {
  width: 35%;
}

.list-bnr-wrap .tit {
  color: #fff;
  margin-bottom: 5px;
}

.list-bnr {
  width: 100%;
}

.list-bnr .item01 a {
  position: relative;
  display: block;
  padding: 1rem;
}

.list-bnr .item01 + .item01 {
  margin-top: 1rem;
}

.list-bnr .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-bnr .txt_box {
  position: relative;
  z-index: 1;
}

.footer .copy {
  padding: 5px 0;
  color: #fff;
  text-align: right;
  font-style: italic;
}

@media only screen and (max-width: 1024px) {
  .footvisual .box .logo {
    font-size: 40px;
  }
  .fnav .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
/*   .fnav .list01 {
  margin-bottom: 50px;
  width: 33%;
}
.fnav .list02 {
  width: 100%;
} */
  .footer .copy {
    padding-bottom: 50px;
  }
  /* .list-bnr-wrap {
    width: 100%;
  } */
  .list-bnr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    flex-wrap: wrap;
  }
  .list-bnr .item01 {
    width: 100%;
  }
  .list-bnr .item01 a {
    padding: 0.5rem;
  }
  .list-bnr .item01 + .item01 {
    /* margin-top: 0;
    margin-left: 1rem; */
    margin-top: 0.5rem;
  }
}

@media only screen and (max-width: 599px) {
  .footvisual .box {
    padding: 50px 1rem;
  }
  .footvisual .box .logo {
    font-size: 30px;
  }
  .fnav .list01 {
    width: 48%;
    margin-bottom: 50px;
  }
  .fnav .list02 {
    width: 100%;
  }
  .fnav .list01 > li .list02 {
    padding-left: 1.5rem;
  }
  .list-bnr-wrap {
    width: 100%;
  }
  .list-bnr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-bnr .item01 {
    width: 100%;
  }
  .list-bnr .item01 + .item01 {
    margin-top: 1rem;
    margin-left: 0;
  }
}

.top-map {
  position: relative;
  height: 400px;
}
.top-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
XXX:下層ページのfooter上map
*/
.under-map {
  position: relative;
  padding: 100px 0;
}

.under-map .mov video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.under-map .box {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

.under-map .logo {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .under-map .logo {
    font-size: 30px;
  }
}

/**
XXX:2カラムページ
*/
.column2 .side {
  width: 220px;
}

.column2 .side .ttl01 {
  position: relative;
  margin-bottom: 3rem;
}

.column2 .side .ttl01 .s {
  background: #000;
  font-size: 32px;
  color: #fff;
  padding: 15px;
}

.column2 .side .ttl01:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background: #000;
  z-index: -1;
}

.column2 .side .dd01 {
  position: relative;
  padding-left: 3rem;
  font-size: 24px;
  line-height: 24px;
}

.column2 .side .dd01 + .dd01 {
  margin-top: 2rem;
}

.column2 .side .dd01:before {
  position: absolute;
  height: 5px;
  width: 5px;
  background: #000;
  top: 10px;
  left: 24px;
  display: block;
  content: "";
}

.column2 .side .__cat .dd01 {
  font-size: 16px;
}

.column2 .mainwrap {
  width: calc(100% - 250px);
}

@media only screen and (max-width: 1024px) {
  .column2 .side {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 50px;
    width: 100%;
  }
  .column2 .mainwrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
}

/* サイドメニュー */
.side .list {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .side .list {
    width: 48%;
  }
}

@media only screen and (max-width: 599px) {
  .side .list {
    width: 100%;
  }
  .column2 .side .ttl01 .s {
    font-size: 18px;
  }
  .column2 .side .dd01 {
    font-size: 16px;
  }
}

.list-side .datattl {
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 2em;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.list-side .data {
  margin-bottom: 10px;
  padding-left: 10px;
}

.list-side a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.list-side a:before {
  position: absolute;
  left: 0;
  color: #000;
  content: '>';
}

@media only screen and (max-width: 1024px) {
  .list-side.type-archive .datawrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .list-side.type-archive .datawrap .datattl {
    width: 100%;
  }
  .list-side.type-archive .datawrap .data {
    width: 48%;
  }
}

/*===================================
  各個別コンテンツ
===================================*/
/**
XXX:トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
  position: relative;
}

.homevisual .h1_wrap {
  position: absolute !important;
  color: #fff;
  top: 0;
  left: 50%;
  width: 100%;
  font-size: 14px;
  padding: 30px 1rem 1rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.homevisual .mov {
  position: relative;
  min-height: 300px;
  /* max-height: 800px; */
  height: 100vh;
}

.homevisual .mov:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 50%;
  content: '';
}

.homevisual .mov video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

/*IE対策*/
.homevisual .head {
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 1rem;
  font-weight: bold;
  font-size: 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 200;
  line-height: 2;
}


.homevisual .head .s {
  display: block;
  font-size: calc(100vw * 89 / 1024);
}
@media only screen and (min-width: 1380px){
  .homevisual .head .s {
    font-size: 120px;
  }
}

@media only screen and (max-width: 1024px) {
  .homevisual .mov:before {
    padding-top: 60%;
  }
  .homevisual .h1_wrap {
    padding: 5px 50px 5px 5px;
  }
  .homevisual .head {
    font-size: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .homevisual .h1_wrap {
    font-size: 10px;
  }
  .homevisual .head .ja {
        font-size: calc(100vw * 20 / 599);
  }
  .homevisual .head {
    font-size: 18px;
    line-height: 1.6;
  }
}

.t-concept {
  position: relative;
}

.t-concept .box {
  position: relative;
  min-height: 800px;
}

.t-concept .small {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
  transform: translate(0, -50%) rotate(-180deg);
  /* color: #fff; */
  color: #444;
  z-index: 3;
}


.t-concept .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.t-concept .bg:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}

.t-concept .bg[data-element-id]:before {
  display: none;
}

.t-concept .ttl_box {
  /* background: #fcee21; */
  background: #fff;
}

.t-concept .ttl01 {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 5;
}

.t-concept .ttl01 .s {
  display: block;
  width: 100%;
  font-size: 60px;
  font-weight: bold;
}

.t-concept .ttl01 .t {
  display: block;
  width: 100%;
}

.t-concept .txt_box {
  padding: 100px 0;
  position: relative;
  max-width: 850px;
}

.t-concept .txt_box > * {
    /* transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s; */
}

.t-concept .lead .s {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.t-concept .lead .s:not(:first-child) {
  margin-top: 20px;
}

.t-service .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #fff;
  /* transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s; */
}

.t-service .box + .box {
  margin-top: 70px;
}

.t-service .intro {
    position: relative;
}

.t-service .intro .t {
    /* transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s; */
}

.t-service .intro .img {
    width: 30%;
    width: 25%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.ts {
  text-shadow: 1px 1px #000;
}

.tsw {
  text-shadow: 1px 1px #fff;
}

.pic_box {
  position: relative;
}

.pic_box .pic {
  width: 75%;
  max-height: 400px;
}

.pic_box .wrap {
  position: relative;
}

.pic_box .type {
  position: absolute;
  font-size: 56px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-8deg);
  transform: translate(0, -50%) rotate(-8deg);
  z-index: 2;
  line-height: 1.0;
}

.pic_box.__right .pic {
  margin-left: auto;
}

.pic_box.__right .type {
  left: 10%;
}

.pic_box.__left .pic {
  margin-right: auto;
}

.pic_box.__left .type {
  right: 10%;
}

.pic_box .list-dq .item01 {
  margin-top: 1rem;
}

.pic_box .list-dq .item01:before {
  top: 0.75rem;
}

.t-staff {
  position: relative;
}

.t-staff .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.t-staff .bg:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}

.t-staff .bg[data-element-id]:before {
  display: none;
}

.t-staff .txt_box {
  position: relative;
  z-index: 6;
}

.t-works .item01 * {
  color: #fff;
}

.t-works .item01 .cat {
  margin: 1rem 0;
  display: inline-block;
  background: #4d4d4d;
  padding: 5px 10px;
}

.t-works .item01 .title {
  font-size: 24px;
}

.t-works .item01 .title .s {
  display: inline-block;
  padding-right: 1rem;
  position: relative;
}

/* .t-works .item01 .title .s:after {
  position: absolute;
  display: block;
  top: 1rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  content: "";
  background: url(/import/tenant_2/160.16.201.231/html/images/common/i_article-titile-dq.png) no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  z-index: 1;
} */
figure .mov,
.border_effect .mov,
.cont .mov{
  position: relative;
}
figure .mov:after,
.border_effect .mov:after,
.cont .mov:after {
  content: "";
  display: block;
  padding-top: 65%;
}

figure .mov iframe,
.border_effect .mov iframe,
.cont .mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.t-news,
.t-blog {
  position: relative;
  text-align: center;
  padding: 0 2rem;
}

.t-news .list01,
.t-blog .list01 {
  font-size: 16px;
}

.t-news .list01 a,
.t-blog .list01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.t-news .list01 .date,
.t-blog .list01 .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.t-news .list01 .title,
.t-blog .list01 .title {
  padding-left: 1rem;
  text-align: left;
}

.t-news .list01 .item01 + .item01,
.t-blog .list01 .item01 + .item01 {
  margin-top: 2rem;
}

.t-news:after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  content: "";
  background: url(/import/tenant_2/160.16.201.231/html/images/common/breakline_h.png) repeat-y;
  background-size: contain;
  width: 9px;
  height: 100%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.t-bnr_ul .item01 > * {
  display: block;
  position: relative;
  padding: 50px 1rem;
}

/* .t-bnr_ul .item01 > *:after {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  content: "";
  background: url(/import/tenant_2/160.16.201.231/html/images/common/bnr_dq.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 29px;
  z-index: 1;
} */

.t-bnr_ul .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.t-bnr_ul .txt_box {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.t-bnr_ul .txt_box .s {
  font-size: 16px;
  display: block;
}

.t-bnr_ul .txt_box .t {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  font-style: italic;
}

.t-bnr_ul .item01 .bg img {
  opacity: 0.7;
}
.t-bnr_ul .item01 .bg {
  background-color: #000;
}

.t-bnr_ul_under .txt_box .t {
    font-size: 32px;
}

@media only screen and (max-width: 1024px) {
  .t-concept .txt_box {
    margin-left: 0;
    padding: 75px 1rem;
  }
  .t-concept .ttl01 {
    font-size: 16px;
  }
  .t-concept .ttl01 .s {
    font-size: 45px;
  }
  .t-concept .lead .s {
    font-size: 20px;
  }
  .t-works .item01 .title {
    font-size: 20px;
  }
  .t-bnr_ul .txt_box .t {
    font-size: 50px;
  }
  
  .t-bnr_ul_under .txt_box .t {
    font-size: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .t-concept .small {
    position: relative;
    top: 0;
    left: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: none;
            transform: none;
    background: #fcee21;
    text-align: center;
    padding-top: 1rem;
  }
  .t-concept .ttl_box {
    padding: 1rem;
  }
  .t-concept .ttl01 {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
  .t-concept .ttl01 .s {
    font-size: 28px;
  }
  .t-concept .txt_box {
    padding: 50px 1rem;
  }
  .t-concept .lead .s {
    font-size: 16px;
  }
  .t-service .box {
    flex-direction: column-reverse;
  }
  .t-service .intro .img {
    width: 80%;
    margin: 0 0 0 auto ;
    position: static;
    transform: none;
    -webkit-transform: none;
  }
  .pic_box .type {
    font-size: 30px;
  }
  .pic_box.__right .type {
    left: 5%;
  }
  .pic_box.__left .type {
    right: 5%;
  }
  .t-works .item01 .title {
    font-size: 18px;
  }
  .t-news .list01,
  .t-blog .list01 {
    padding: 0 1rem;
  }
  .t-news .list01 a,
  .t-blog .list01 a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .t-news .list01 a .title,
  .t-blog .list01 a .title {
    padding-left: 0;
  }
  .t-bnr_ul .txt_box {
    padding: 10px 1rem;
  }
  .t-bnr_ul .txt_box .t {
    font-size: 24px;
  }
  
  .t-bnr_ul_under .txt_box .t {
    font-size: 30px;
  }
}

/* A-BiSUスライダー用 */
/*IE対策*/
/* XXX:スリックスライダー（トップ） */
.slick01 {
  padding: 0 20px;
}

.slick01.slick-dotted {
  margin-bottom: 50px;
}

.slick01 .btn-slick {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
  background: #fff;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}

.slick01 .btn-slick.btn-back {
  left: 0;
}

.slick01 .btn-slick.btn-next {
  right: 0;
}

.slick01 .slick-dots {
  bottom: -40px;
  left: 0;
}

@media only screen and (max-width: 599px) {
  .slick01 {
    padding: 0 10px;
  }
  .slick01 .btn-slick {
    font-size: 20px;
  }
}

/**
下層共通
*/
/* XXX:トップビジュアル（下層共通） */
.h1_wrap.__underpage {
  background: #000;
  padding: 10px 0;
  color: #fff;
}

.topvisual {
  position: relative;
  padding: 0 0 50px;
}

.topvisual .img {
  position: relative;
  min-height: 200px;
  max-height: 500px;
}

.topvisual .img:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.topvisual .img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 40%;
  content: '';
}

[data-element-id] .topvisual .img:after {
  display: none;
}

.topvisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.topvisual .head {
  position: absolute !important;
  width: 96%;
  max-width: 1000px;
  text-align: center;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-size: 34px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
}

.topvisual .lead {
  color: #fff;
  font-size: 16px;
}

.topvisual .lead_box {
  text-shadow: 1px 1px #000;
}

@media only screen and (max-width: 1024px) {
  .h1_wrap.__underpage {
    padding: 5px 50px 5px 5px;
  }
  .topvisual {
    padding: 50px 0 30px;
  }
}

@media only screen and (max-width: 599px) {
  .topvisual {
    padding: 50px 0 25px;
  }
  .topvisual .head {
    font-size: 24px;
  }
  .topvisual .lead {
    text-align: left;
  }
}

/* パンくずリスト */
.breadcrumb {
  margin: 20px 0 50px;
}

.breadcrumb .list {
  font-size: 16px;
  text-align: right;
}

.breadcrumb .item {
  display: inline-block;
}

.breadcrumb .item:not(:last-of-type):after {
  content: '\f054';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
  color: #fff;
}

.breadcrumb .home {
  color: #fff;
}

.breadcrumb .now {
  color: #fcee21;
}

@media only screen and (max-width: 1024px) {
  .breadcrumb {
    margin: 20px 0 30px;
  }
}

/* XXX:ページネーション */
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagenation .item {
  margin: 0 10px;
}

.pagenation .prev {
  position: relative;
  margin-right: 20px;
  color: #fff;
  font-size: 30px;
}

.pagenation .prev a:before {
  content: "\f053";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation .next {
  position: relative;
  margin-left: 20px;
  color: #fff;
  font-size: 30px;
}

.pagenation .next a:before {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation a,
.pagenation .now {
  font-weight: bold;
}

.pagenation .number a,
.pagenation .now {
  display: block;
  padding: 2px 8px;
  width: 75px;
  height: 75px;
  color: #000;
  text-align: center;
  font-size: 30px;
  line-height: 75px;
  background: #fff;
}

.pagenation .number a:hover,
.pagenation .now {
    background: #000;
    color: #fff;
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .pagenation .number a,
  .pagenation .now {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }
  .pagenation .prev,
  .pagenation .next {
    font-size: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }
  .pagenation .prev {
    margin-right: 10px;
  }
  .pagenation .next {
    margin-left: 10px;
  }
}

.bgk_txt .s {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 10px;
  font-size: 28px;
}

.bgk_txt .s:not(:first-child) {
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .bgk_txt .s {
    font-size: 22px;
  }
}

@media only screen and (max-width: 599px) {
  .bgk_txt .s {
    font-size: 18px;
  }
}

.div_mc1_box {
  position: relative;
  overflow: hidden;
}

.div_mc1_box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .div_mc1_box .mc1_box {
  background: #fcee21;
} */

/* .div_mc1_box .ttl-cmn03 {
  text-shadow: 1px 1px #fcee21;
} */

/* .div_mc1_box .ttl-cmn03:after {
  background: url(/import/tenant_2/160.16.201.231/html/images/common/i_ttl-div_mc1_box.png) no-repeat;
  width: 29px;
  height: 31px;
} */

.div_mc1_box .txt_box {
  padding: 100px 1rem;
  position: relative;
  z-index: 1;
}

.info_dl {
  margin-bottom: 30px;
}

.info_dl .dt01 {
  font-size: 24px;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

.info_dl .dt01.__bdk {
  border-bottom: 1px solid #000;
}

.info_dl .dd01 {
  font-size: 16px;
}

.info_dl .dd-pic img {
  object-position: 50% 0%;
}

@media only screen and (max-width: 1024px) {
  .info_dl .dt01 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .info_dl .dt01 {
    font-size: 18px;
    padding-bottom: 0;
  }
}

.gaiyo-box,
.yoko-box {
  position: relative;
  overflow: hidden;
}

.gaiyo-box .bg,
.yoko-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gaiyo-box .bg .img,
.yoko-box .bg .img {
  position: relative;
  height: 100%;
}

.gaiyo-box .bg .img:before,
.yoko-box .bg .img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: black;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(33, 33, 33, 0.6)), color-stop(80%, #212121));
  background: linear-gradient(270deg, rgba(33, 33, 33, 0.6) 0, #212121 80%);
}

.gaiyo-box .txt_box,
.yoko-box .txt_box {
  position: relative;
  z-index: 3;
}

.gaiyo-box [data-element-id] img:before,
.yoko-box [data-element-id] img:before {
  display: none;
}

.gaiyo-box .dl01 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yoko-box .dl01 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gaiyo-box .dt01 {
  font-weight: bold;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15%;
  color: #fff;
}
.yoko-box .dt01 {
  font-weight: bold;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15%;
}

.gaiyo-box .dd01 {
  color: #fff;
  padding-left: 1rem;
  font-size: 16px;
}
.yoko-box .dd01 {
  padding-left: 1rem;
  font-size: 16px;
}

.gaiyo-box .__price .dl01,
.yoko-box .__price .dl01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.gaiyo-box .__price .dd01,
.yoko-box .__price .dd01 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-right: 1rem;
}

.gaiyo-box .__price .dd02,
.yoko-box .__price .dd02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  color: #fff;
  font-size: 24px;
}

.yoko-box .dl_wrap {
  border: 1px solid #000;
  padding: 2rem;
  border-radius: 5px;
}

.yoko-box .tabnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
}

.yoko-box .tabnav .item01 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  height: 100%;
  background: #ccc;
  margin: 0 2px;
  padding: 1.5rem 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
  color: #666;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.yoko-box .tabnav .item01.on {
  background: #000;
  color: #fff;
}

.yoko-box .tabnav .item01:hover {
  cursor: pointer;
  opacity: .6;
}

@media only screen and (max-width: 599px) {
  .yoko-box .dl01,
  .gaiyo-box .dl01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .yoko-box .dt01,
  .gaiyo-box .dt01 {
    width: 100%;
    margin-bottom: 10px;
  }
  .yoko-box .dd01,
  .gaiyo-box .dd01 {
    width: 100%;
    padding: 0 !important;
  }
  .gaiyo-box .dd02 {
    width: 100%;
    padding: 0 !important;
    font-size: 20px;
  }
}

.overflow_map {
  position: relative;
  padding: 75px 0;
}

.overflow_map:after {
  position: absolute;
  display: block;
  content: "";
  background: #000;
  width: 90%;
  height: 100%;
  top: 0;
  left: 10%;
  z-index: -1;
}

.overflow_map .map {
  width: 85%;
  margin-right: auto;
  max-height: 650px;
}

/*.works-list_wrap {
  min-height: 1100px;
}*/

.works-list_wrap .ttl01 {
  position: absolute;
  top: 50%;
  left: 13%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: auto;
  display: inline-block;
  z-index: -1;
}

.works-list_wrap .ttl01 .en {
  display: block;
  font-size: 80px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}

.works-list_wrap .ttl01 .jp {
  display: block;
  font-size: 22px;
}

@media only screen and (max-width: 1024px) {
  .works-list_wrap {
    min-height: 1000px;
  }
  .works-list_wrap .ttl01 {
    top: 40%;
  }
  .works-list_wrap .ttl01 .en {
    font-size: 50px;
  }
  .works-list_wrap .ttl01 .jp {
    font-size: 18px;
  }
}

@media only screen and (max-width: 599px) {
  .inner\@sp {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    width: 96%;
  }
  .works-list_wrap {
    min-height: auto;
  }
  .works-list_wrap .ttl01 {
    color: #121212;
    text-shadow: unset;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 3rem;
  }
  .works-list_wrap .ttl01 .en {
    font-size: 28px;
  }
  .overflow_map {
    padding: 0;
  }
  .overflow_map .map {
    width: 100%;
  }
  .overflow_map:after {
    display: none;
  }
}

.live-list_wrap {
  min-height: 1100px;
}

.live-list_wrap .ttl01 {
  position: absolute;
  top: 10%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: auto;
  display: inline-block;
  z-index: -1;
  text-align: right;
}

.live-list_wrap .ttl01 .en {
  display: block;
  font-size: 80px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}

.live-list_wrap .ttl01 .jp {
  display: block;
  font-size: 22px;
  text-align-last: left;
}

@media only screen and (max-width: 1024px) {
  .live-list_wrap {
    min-height: 1000px;
  }
  .live-list_wrap .ttl01 .en {
    font-size: 50px;
  }
  .live-list_wrap .ttl01 .jp {
    font-size: 18px;
  }
}

@media only screen and (max-width: 599px) {
  .inner\@sp {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    width: 96%;
  }
  .live-list_wrap .ttl01 {
    text-shadow: 1px 1px #fff;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 3rem;
  }
  .live-list_wrap .ttl01 .en {
    font-size: 28px;
  }
}

/**
XXX:各下層ページ
*/
/********************************
/********************************
/********************************

XXX:l_02beginnersguide

********************************/
.beginners_wrap .box + .box {
  margin-top: 50px;
}

/********************************
/********************************
/********************************

XXX:l_03company

********************************/
.history_wrap .dl01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 24px;
}

.history_wrap .dl01:after {
  position: absolute;
  display: block;
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  top: 24px;
  left: 0;
  z-index: -1;
}

.history_wrap .dl01 + .dl01 {
  margin-top: 1rem;
}

.history_wrap .dt01 {
  background: #000;
  padding: 10px;
  position: relative;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.history_wrap .dd01 {
  text-align: left;
  color: #fff;
  background: #000;
  padding: 10px;
  width: 65%;
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
  .history_wrap .dd01 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 599px) {
  .history_wrap .dd01 {
    font-size: 16px;
  }
}

.history_box [data-element-id] .filter:before {
  display: none;
}

.history_box .filter {
  position: relative;
}

.history_box .filter:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
}

.num-ttl_box .ttl-num {
  margin-top: 30px;
}

.num-ttl_box .box + .box {
  margin-top: 50px;
}

@media only screen and (max-width: 599px){
  .company .history_box .filter:before {
    content: none;
  }
}

/********************************
/********************************
/********************************

XXX:l_04flow

********************************/
.flow_li .ttl-num.__up .t {
  font-size: 24px;
}

.mc1_box {
  background: #fff;
  padding: 2rem;
  text-align: center;
}

/********************************
/********************************

m_04flow

********************************/
@media only screen and (max-width: 1024px) {
  .flow_li .ttl-num.__up .t {
    font-size: 20px;
  }
}

/********************************

s_04flow

********************************/
/********************************
/********************************
/********************************

XXX:l_07live

********************************/
.live_list .box + .box {
  margin-top: 75px;
}

.live_flow {
  margin: 0 auto;
}

.live_flow_title {
  text-align: left;
  margin-left: 50px;
  margin-bottom: 20px;
}

.live_flow_box {
  margin-bottom: 20px;
  text-align: left;
  height: 120px;
}

.live_flow_no {
  font-size: 80px;
  font-weight: 500;
  line-height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  color: #b3b3b3;
}

.live_flow_item {
  font-weight: bold;
  line-height: 1.2;
  font-size: 30px;
}

.live_flow_text {
  margin-left: 180px;
  padding-right: 80px;
}

/********************************
/********************************

m_07live

********************************/
@media only screen and (max-width: 1024px) {
  .live_list .box + .box {
    margin-top: 50px;
  }
}

/********************************

s_07live

********************************/

@media only screen and (max-width: 599px) {
  .live_flow_box {
    margin-bottom: 0;
    text-align: left;
    height: auto;
  }

  .live_flow_title {
    text-align: left;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .live_flow_no {
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    color: #b3b3b3;
  }

  .live_flow_text {
    margin-left: 10px;
    padding-right: 0;
  }
}

/********************************
/********************************
/********************************

XXX:l_07_* live_detail

********************************/
/*.live_detail01 .bgk:not(:first-of-type) {
  margin-top: 100px;
}*/

.live_detail01 .__r90p .pic_li {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 85%;
  margin-left: auto;
}

.live_detail01 .__r90p .pic_li .item01 {
  width: 28%;
}

.live_detail01 .__r90p .pic_li .item01:first-of-type {
  width: 46%;
}

.live_detail01 .__r90p .__inn {
  margin-left: 15%;
  width: 83%;
}

.live_detail01 .__l90p .pic_li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 85%;
  margin-right: auto;
  margin-left: 0;
}

.live_detail01 .__l90p .pic_li .item01 {
  width: 28%;
}

.live_detail01 .__l90p .pic_li .item01:last-of-type {
  width: 46%;
}

.live_detail01 .__l90p .__inn {
  margin-right: 15%;
  width: 83%;
}

.live_detail03 .live_li .txt_wrap {
  margin-left: auto;
  text-align: left;
}

/********************************
/********************************

m_07_* live_detail

********************************/
/*@media only screen and (max-width: 1024px) {
  .live_detail01 .bgk:not(:first-of-type) {
    margin-top: 0;
  }
}*/

/********************************

s_07_* live_detail

********************************/
/*@media only screen and (max-width: 599px) {
  .live_detail01 .bgk:not(:first-of-type) {
    margin-top: 0;
  }
}*/

/********************************
/********************************
/********************************

XXX:l_08bridal

********************************/
.bridal_li .item01 + .item01 {
  margin-top: 100px;
}

.bridal_li .item01 .__inn {
  margin-right: 0;
}

.mov_wrap {
  position: relative;
}

.mov_wrap .type {
  position: absolute;
  font-size: 56px;
  top: 1rem;
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
  transform: translate(-50%, -50%) rotate(-15deg);
  z-index: 2;
  line-height: 1.0;
  /* text-shadow: 1px 1px #000; */
}

.mov_wrap .mov,
.mov_wrap .img {
  position: relative;
  margin-bottom: 30px;
}

.mov_wrap .mov:after {
  display: block;
  padding-top: 56%;
  content: "";
}

.mov_wrap .mov iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: initial;
  width: 100%;
  height: 100%;
}

.bd_box {
  border: 1px solid #000;
  padding: 2rem;
}

.caret_li {
  margin-left: 3rem;
}

.caret_li .item02 {
  position: relative;
  background: #fcee21;
  padding: 10px 20px;
  font-size: 24px;
}

.caret_li .item02 + .item02 {
  margin-top: 1rem;
}

.caret_li .item02:before {
  position: absolute;
  top: 50%;
  left: -2rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
}

.caret_li .item02:after {
  position: absolute;
  width: 1000%;
  height: 100%;
  content: "";
  background: #fcee21;
  top: 0;
  left: 100%;
}

/********************************
/********************************

m_08bridal

********************************/
@media only screen and (max-width: 1024px) {
  .mov_wrap .type {
    font-size: 40px;
    left: -1rem;
    top: -1rem;
    -webkit-transform: translate(0, -50%) rotate(-15deg);
    transform: translate(0, -50%) rotate(-15deg);
  }
  .bridal_li .item01 + .item01 {
    margin-top: 75px;
  }
  .bd_box {
    padding: 1.5rem;
  }
  .caret_li {
    margin-left: 2rem;
  }
  .caret_li .item02 {
    font-size: 20px;
    padding: 10px 15px;
  }
}

/********************************

s_08bridal

********************************/
@media only screen and (max-width: 599px) {
  .bridal_li .item01 + .item01 {
    margin-top: 50px;
  }
  .bd_box {
    padding: 1rem;
  }
  .caret_li {
    margin-left: 1rem;
  }
  .caret_li .item02 {
    font-size: 18px;
  }
  .caret_li .item02:before {
    left: -1.5rem;
  }
  .mov_wrap .type {
    font-size: 30px;
  }
}

/********************************
/********************************
/********************************


XXX:l_10staff

********************************/
.staff_wrap .box .txt_box,
.staff_wrap .box .pic_box {
  max-width: 500px;
}

.staff_wrap .box .posi{
  color: #666666;
  font-weight: 200;
  font-style: italic;
}

.staff_wrap .box .name {
  font-weight: 200;
  font-style: italic;  
}

.staff_wrap .box .history {
  background: #fff;
  padding: 1rem;
  font-size: 24px;
  margin-bottom: 1rem;
}

.staff_wrap .box:nth-of-type(3n + 1) {
  background: #eaebef;
}

.staff_wrap .box:nth-of-type(3n + 2) {
  background: #f5f4f9;
}

.staff_wrap .box:nth-of-type(even) .history {
  padding-left: 9999px;
  margin-left: -9999px;
}

.staff_wrap .box:nth-of-type(odd) .history {
  padding-right: 9999px;
  margin-right: -9999px;
}

.staff_wrap .box + .box {
  margin-top: 0;
}

/********************************
/********************************

m_10staff

********************************/
@media only screen and (max-width: 1024px) {
  .staff_wrap .box .history {
    font-size: 18px;
  }
  .staff_wrap .box:nth-of-type(even) .history {
    padding-left: 1rem;
    margin-left: 0;
  }
}

/********************************

s_10staff

********************************/
@media only screen and (max-width: 599px) {
  .staff_wrap .box {
    padding: 0 0 30px 0;
    flex-direction: column-reverse;
  }
}

/********************************
/********************************
/********************************

l_12news

********************************/
.news_li .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
}

.news_li .cat {
  padding-left: 1rem;
}

.news_li .cat .s {
  background: #fff;
  color: #000;
  padding: 5px 20px;
  display: inline-block;
  margin: 3px;
}

.news_li .title {
  width: 100%;
  font-size: 28px;
  line-height: 1.5;
  margin-top: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}

.news_li .item01 + .item01 {
  margin-top: 50px;
}

/********************************
/********************************

m_12news

********************************/
@media only screen and (max-width: 1024px) {
  .news_li .title {
    font-size: 24px;
  }
}

/********************************

s_12news

********************************/
@media only screen and (max-width: 599px) {
  .news_li .title {
    font-size: 18px;
  }
}

/********************************
/********************************
/********************************

XXX:l_11works

********************************/
.cat_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.cat_li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cat_li .item01 {
  margin: 0 5px 10px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  width: calc(25% - 10px);
}

.cat_li .item01 a {
  padding: 10px 20px;
  display: block;
  height: 100%;
}

.article_works_li .item01 + .item01 {
  margin-top: 100px;
}

.article_works_li .mov_box a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.article_works_li .mov_box a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 2;
}

.article_works_li .title {
  font-size: 30px;
  /* color: #fff; */
  color: #444;
}

.article_works_li .p {
  /* color: #fff; */
  color: #444;
}
.works_detail_box {
  background: #000;
  padding-left: 2rem;
}
.works_detail_box .cat {
  text-align: right;
  margin-bottom: 30px;
}

.works_detail_box .cat .s {
  background: #fcee21;
  padding: 10px 20px;
  font-size: 20px;
  margin: 5px;
  display: inline-block;
}

.works_detail_box .title {
  margin-bottom: 30px;
}

.works_detail_box .title .s {
  color: #fff;
  background: #000;
  font-size: 24px;
  padding: 5px;
}

.works_detail_box .cost {
  color: #fff;
}

.works_detail_box .cost .dl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  width: 40%;
}

.works_detail_box .cost .dt01 {
  margin-bottom: 10px;
  width: 20%;
}

.works_detail_box .cost .dd01 {
  width: 75%;
  text-align: right;
}

.works_detail_box .bg_box {
  background: #000;
  padding: 2rem;
}

/********************************
/********************************

m_11works

********************************/
@media only screen and (max-width: 1024px) {
  .cat_li .item01 {
    width: calc(33.33333% - 10px);
  }
  .article_works_li .item01 + .item01 {
    margin-top: 75px;
  }
  .article_works_li .title {
    font-size: 24px;
  }
  .works_detail_box .cat .s {
    font-size: 18px;
  }
  .works_detail_box .title .s {
    font-size: 20px;
  }
  .works_detail_box .cost .dl01 {
    width: 70%;
  }
  .works_detail_box .bg_box {
    padding: 1rem;
  }
}

/********************************

s_11works

********************************/
@media only screen and (max-width: 599px) {
  .cat_li .item01 {
    width: calc(50% - 10px);
  }
  .article_works_li .item01 + .item01 {
    margin-top: 50px;
  }
  .article_works_li .title {
    font-size: 18px;
  }
  .works_detail_box .cat .s {
    font-size: 14px;
  }
  .works_detail_box .cost .dl01 {
    width: 100%;
    text-shadow: 1px 1px #000;
  }
  .works_detail_box .cost .dd01 {
    text-align: left;
  }
}

/********************************
/********************************
/********************************

XXX:l_13blog

********************************/

.blog_li .cat .s {
  background: #fff;
  color: #000;
  padding: 5px 20px;
  display: inline-block;
  margin: 3px;
  font-size: 12px;
}

.article_detail_wrap .cont,
.article_detail_wrap .cont * {
  font-size: 16px;
}

.article_detail_head .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
}

.article_detail_head .cat {
  padding-left: 1rem;
}

.article_detail_head .cat .s {
  background: #fff;
  color: #000;
  padding: 5px 20px;
  display: inline-block;
  margin: 3px;
}

.article_detail_head .title {
  width: 100%;
  font-size: 24px;
  margin-top: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

/********************************
/********************************

m_13blog

********************************/
@media only screen and (max-width: 1024px) {
  .article_detail_head .title {
    font-size: 20px;
  }
}

/********************************

s_13blog

********************************/
@media only screen and (max-width: 599px) {
  .article_detail_head .title {
    font-size: 18px;
  }
}

/********************************
/********************************
/********************************

XXX:l15faq

********************************/
.faq_dl + .faq_dl {
  margin-top: 50px;
}

.faq_dl .dt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  margin-bottom: 10px;
}

.faq_dl .dt01 .q {
  padding-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 46px;
  color: #b3b3b3;
}

.faq_dl .dd01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start; 
  font-size: 16px;
}

.faq_dl .dd01 .a {
  padding-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 46px;
  line-height: 1;
}

/********************************
/********************************

m15faq

********************************/
@media only screen and (max-width: 1024px) {
  .faq_dl .dt01 {
    font-size: 24px;
  }
}

/********************************

s15faq

********************************/
@media only screen and (max-width: 599px) {
  .faq_dl .dt01 {
    font-size: 20px;
  }
  .faq_dl .dt01 .q,
  .faq_dl .dd01 .a {
    font-size: 34px;
    padding-right: 0.5rem;
  }
  .faq_dl .dd01 .a {
    padding-right: 2.5rem;
  }
}

/* XXX:記事一覧ページ */
.list-article .cate span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px 2px 0px;
}

.list-article .cate .cate1 {
  background: #00f;
}

/* 記事詳細ページ */
.articledtl01 .cate span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px 2px 0px;
}

.articledtl01 .cate .cate1 {
  background: #00f;
}

/* XXX:ギャラリー */
.list-gallery01 a {
  display: block;
  position: relative;
}

.list-gallery01 .img {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-gallery01 .block-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
  overflow: hidden;
  visibility: hidden;
}

.list-gallery01 .cate {
  font-size: 14px;
  margin-bottom: 5px;
}

.list-gallery01 .head {
  font-size: 18px;
}

.list-gallery01 a:hover {
  opacity: 1;
}

.list-gallery01 a:hover .img {
  opacity: 0.5;
}

.list-gallery01 a:hover .block-txt {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 599px) {
  .list-gallery01 .block-txt {
    display: none;
  }
  .list-gallery01 .head {
    font-size: 14px;
  }
}

/* ギャラリー詳細 */
.gallerydtl01 .thumbnail {
  cursor: pointer;
}

/* XXX:フォーム */
.form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 5px 0;
  font-size: 16px;
}

.form .datattl {
  display: block;
  width: 270px;
  padding: 20px 0;
  font-weight: bold;
}
.contact-confirm .form .data {
    padding: 20px 0;
    font-weight: bold;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.6em;
}

.form .data {
  padding-left: 20px;
  width: 100%;
}

.form .data input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px 5px;
  width: 100%;
}

.form .data input[type='radio'] {
  display: none;
}

.form .data input[type='radio'] + label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 200%;
}

.form .data input[type='radio'] + label:hover {
  cursor: pointer;
}

.form .data input[type='radio'] + label::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 0 1px #999;
  box-shadow: inset 1px 1px 0 1px #999;
  content: '';
}

.form .data input[type='radio']:checked + label::after {
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  content: '✔';
  font-size: 24px;
}

.form .data input[type='radio']:checked + label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}

.form .data select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999;
  color: inherit;
}

.form .data textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
  border: 1px solid #999;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.form .data01 div {
  display: inline-block;
}

.form .btn {
  margin-top: 30px;
}

.form .btn button {
  margin: 10px 20px;
  padding: 10px 20px;
  width: 200px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.form .btn button:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .form .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form .datattl {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 0;
  }
  .form .data {
    padding-left: 0;
  }
}


/* fead */

.fead-up02 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.fead-up02.mv {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  transition-delay: 0.2s;
}

.fead-up03 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.fead-up03.mv {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  transition-delay: 0.4s;
}

.fead-text {
    opacity: 0;
}
[data-element-id] .fead-text {
  opacity: 1;
}

.fead-text.mv {
    opacity: 1;
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.fead-text .str {
    opacity: 0;
}

[data-element-id] .fead-text .str {
  opacity: 1;
}

.fead-text .str.mv {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    /* -webkit-transition-delay: 1.0s;
    transition-delay: 1.0s; */
}

.fead-cover {
    position: relative;
}

.fead-cover:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #000000;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15;
}
[data-element-id] .fead-cover:before {
  content: none;
}

.fead-cover.mv:before {
    width: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}



[data-element-id] .slick01 .item01 {
  width: 20%;
  
}
[data-element-id] .slick01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-element-id] .t-concept .ttl01 {
      position: absolute!important;
    top: auto;
    left: 0;
    -webkit-transform: none;
    transform: none;
    bottom: 0;
}
[data-element-id] .pic_box .type {
    position: absolute!important;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.up-show\@tb,
.up-show\@sp {
  display: none;
}

[data-element-id].up-show\@tb,
[data-element-id].up-show\@sp {
  display: block;
}
.section-py {
  padding: 50px 0 !important;
}
@media only screen and (max-width: 1024px) {
  .up-show\@tb {
    display: block;
  }
}

@media only screen and (max-width: 599px) {
  .up-show\@sp {
    display: block;
  }
  .h-auto-sp {
    height: auto !important;
  }
}



/* 2022.07.19 */

.gaisanhiyo01{
  color: #fff;
    background: #000;
    font-size: 18px;
    padding: 5px;
    text-align: right;
}

.mt10{
  margin-top: 10px;
}


@media only screen and (max-width: 599px){
  .mr-sp-30{
    margin-right: 30px;
  }
}



/* 2022.07.29 */

.prores01{
  font-size: 74px !important;
} 

@media only screen and (max-width: 1024px){
  .prores01 {
    font-size: 50px !important;
}
}

@media only screen and (max-width: 599px){
  .prores01 {
    font-size: 28px !important;
}
}

/* 企業映像制作 Flow */
.flow_li .item01 + .item01 {
  margin-top: 0;
}


/* 2023/01/17 */
@media only screen and (min-width: 1025px){


.btn_fixed_right {
    min-width: 45px;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    z-index: 999;
}
.btnsize{
  font-size: 100%;
    -webkit-text-size-adjust: none;
    line-height: 1.9em;
}
.btn_fixed_right ul li a {
    width: 45px;
    height: 150px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
  
    color: #333333;
    text-decoration: none;
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    position: relative;
}


.btn_fixed_right ul li a::before {
    left: 0px;
    width: 2em;
    height: 1em;
    top: 0.3em;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-bottom: 10px;
    content: '\f0e0';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
}






.mov03{
  display: none;
}

.mov0303{
  display: block;
}

.yellow{
    background-color: rgb(252,238,33);
}

.black{
  background-color: #333333 !important;
}
}
.mgb40{
      margin-bottom: 40%;
}

.siryou{
background-image: url(/file_contents/1648/get);
}

.pdt10{
      padding-top: 10px;
}


/* safari　ハック */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.yellow{
        background-color: rgb(252,238,33) !important;
}

.yellow a{
        background-color: rgb(252,238,33) !important;
}

.black{
  background-color: #333333 !important;
}

.black a{
  background-color: #333333 !important;
}
}

@media only screen and (max-width: 1024px){
  .btn_fixed_right{
    display: none !important;
  }
}


.btn_fixed_right ul li:first-of-type a::before {
    left: 0px;
    width: 2em;
    height: 1em;
    top: 0.3em;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-bottom: 10px;
    content: '\f0e0';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: rgb(252,238,33) !important;
}

@media only screen and (min-width: 1025px){
.btn_fixed_right ul li:first-of-type a {
    width: 45px;
    height: 150px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    color: rgb(252,238,33) !important;
    text-decoration: none;
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    position: relative;
}
}
.bdcs{
  border-style: solid;
  border-color: rgb(252,238,33) !important;
}

.reason04{
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
    margin: 0 auto 70px;
}

.reason04 li{
  width: 47%;
}

.reason-span{
  font-size: 22px;
    font-weight: bold;
}



@media only screen and (max-width: 1024px){
.reason04 {
    width: 95%;
}
}


@media only screen and (max-width: 599px) {
  .reason04 {
    width: 95%;
    display: block;
    margin: 0 auto 20px;
}

.reason04 li {
    width: 100%;
    margin-bottom: 20px;
}


}

/* 2025/03/07 */
.video-container-parent{
  margin-top: 20px;
}

.video-container {
    position: relative;
    height: 0;
    padding-top: 56.25%; /* 16:9 の比率（9 ÷ 16 = 0.5625 → 56.25%） */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.staff_wrap.ver02 .box{
    padding-top: 100px;
}

.staff_wrap.top{
    margin-top: 50px;
}

.staff_wrap.top .box{
    background: transparent;
    width: 48%;
    padding-top: 0;
}

.staff_wrap.top .box .name {
    color: #000;
}

.staff_wrap.top .box .subname {
    color: #000;
    font-size: 24px;
    text-align: center;
    font-style: italic;
}

@media(max-width:1024px){
.staff_wrap.ver02 .box{
    padding-top: 50px;
}

.staff_wrap.top .box .subname {
    font-size: 18px;
}
}

@media(max-width:599px){
.staff_wrap.ver02 .box{
    padding-top: 0px;
}

.staff_wrap.top .box {
    flex-direction: row-reverse;
    width: 100%;
}
}

.staff_wrap.ver02 .box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.t-service .box {
  flex-direction: initial;
}
.staff_wrap.ver02 .box > div {
  width: 48%;
  margin: 5px auto;
}
.staff_wrap.ver02 .box iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

@media (max-width: 599px){
  .staff_wrap.ver02 .box > div {
    width: 98%;
  }
}

.fs22{
  font-size: 22px !important;
}
