
@charset "UTF-8";
@import url(reset.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*----------------------------------------------------
site common
----------------------------------------------------*/
body {
  font-family: 'Noto Sans Japanese',Hiragino Sans,"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #949494;
  background-color: #0D0D0D;
}
@media screen and (min-width: 980px) {
  body {
    font-size: 14px;
  }
}
body.line {
  background: url(../img/common/bg_line@2x.png) center;
  background-size: 250px;
}
body.fixed {
  position: fixed;
  max-width: 100vw;
}
body.home {
  overflow: hidden;
}
body.loaded {
  overflow: visible !important;
}

.robo {
  font-family: 'Roboto', sans-serif;
}

.yellow {
  color: #e0d52a;
}

.mini {
  font-size: 0.9em;
}
.mini_opt {
  margin-top: 10px;
}

.space {
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: perspective(300px) rotateX(25deg) translate(0%, -200px);
  transform: perspective(300px) rotateX(25deg) translate(0%, -200px);
}
.space.scrollin {
  opacity: 1;
  -webkit-transform: perspective(300px) rotateX(0deg) translate(0%, 0%);
  transform: perspective(300px) rotateX(0deg) translate(0%, 0%);
}

h1, h2, h3, h4, h5, h6, span {
  font-family: 'Noto Sans Japanese',Hiragino Sans,"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 300;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

/* 20190911 廃止　----(ここから)----
a {
  text-decoration: none;
  font-weight: 200;
  color: #0d0d0d;
}
 20190911 廃止　----(ここまで)---- */


/*20190911追加　----（ここから）---- */
a {
  text-decoration: none;
  color: #BABABA;
  font-weight: 300;
}
/*20190911に ここのcolorを #BABABA（白）にしてしまっていたため、黒色のため隠れていた各製品ページのFooterの下のリンク文字が露呈してしまったので、a全体は元の#0d0d0dに戻した */
/*元々*　color: #0d0d0d;/
/*20190911追加*　----(ここまで)---- */


/*20191224追加　----（ここから）---- */
/*上で指定したa要素（リンクタグ）のうち、マウスオーバー前のテキスト色を黒にならないようにした */
a.beforemouseover {
  text-decoration: none;
  color: #BABABA;
  font-weight: 300;
}
/*20191224追加*　----(ここまで)---- */


/*20191226追加　----（ここから）---- */
/*classとして追加。マウスオーバー前のテキスト色を黒にならないように */
.beforemouseover {
  text-decoration: none;
  font-weight: 300;
  color: #BABABA;
}
/*20191226追加*　----(ここまで)---- */


/*20190911追加　----（ここから）---- */
.mouseover:hover {
  color: #e0d52a;
}
/*20190911追加*　----(ここまで)---- */


ul {
  list-style: none;
}

.mini {
  font-size: 0.9em;
}

.wrap {
  max-width: 1000px;
  padding: 0px 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1360px) {
  .wrap {
    max-width: 1400px;
    padding: 0px;
  }
}

.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}

.dot {
  background: url(../img/common/dot@2x.png) repeat-x bottom;
  background-size: 9px;
}

.common_main {
  padding-bottom: 60px;
}
@media screen and (min-width: 680px) {
  .common_main {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 980px) {
  .common_main {
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 980px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 980px) {
  .pc {
    display: none !important;
  }
}


input[type=text], input[type=submit], input[type=email], button, textarea, select {
  display: block;
  min-height: 50px;
  background: none;
  background-color: #bdbdbd;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.secret_link {
  opacity: 0.4;
  pointer-events: none;
}

/*----------------------------------------------------
head_bt
----------------------------------------------------*/
#head_bt,
#head_bt span {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  z-index: 1000;
}

#head_bt {
  position: relative;
  width: 30px;
  height: 14px;
}

#head_bt span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
#head_bt span:nth-of-type(1) {
  top: 0;
}
#head_bt span:nth-of-type(2) {
  bottom: 0;
}
#head_bt.active span:nth-of-type(1) {
  background-color: #F75A5A;
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

#head_bt.active span:nth-of-type(2) {
  background-color: #F75A5A;
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

#head_bt {
  margin-left: auto;
}

/*----------------------------------------------------
jayro_wrap
----------------------------------------------------*/

@media screen and (max-width: 679px) {
  #jayro_wrap {
    position: relative;
    width: 120%;
    height: 100vh;
    color: #fff;
    background: url(../img/sample.jpg) no-repeat;
    background-size: cover;
    margin-left: -10%;
  }
  #jayro_wrap.off {
    background: none;
  }
  #jayro_wrap h1 {
    font-size: 3.4em;
    font-weight: 200;
    margin-bottom: 10px;
  }
  #jayro_wrap .center {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    text-align: center;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
  }
  #jayro_wrap {
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #jayro_wrap .center {
    width: 100vw;
  }
}
@media screen and (min-width: 680px) {
#jayro_wrap {
  position: relative;
  width: 120%;
  height: 100vh;
  color: #fff;
  background: url(../img/sample.jpg) no-repeat;
  background-size: cover;
  margin-left: -10%;
  -webkit-transition: all 0.4s cubic-bezier(0, 1.5, 0.58, 1.26);
  -o-transition: all 0.4s cubic-bezier(0, 1.5, 0.58, 1.26);
  transition: all 0.4s cubic-bezier(0, 1.5, 0.58, 1.26);
}
#jayro_wrap.off {
  background: none;
}
#jayro_wrap h1 {
  font-size: 3.4em;
  font-weight: 200;
  margin-bottom: 10px;
}
#jayro_wrap .center {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.8s cubic-bezier(0, 1.5, 0.58, 1.26);
  -o-transition: all 0.8s cubic-bezier(0, 1.5, 0.58, 1.26);
  transition: all 0.8s cubic-bezier(0, 1.5, 0.58, 1.26);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

#jayro_wrap {
  overflow: hidden;
  -webkit-transition: all 2.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 2.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 2.2s cubic-bezier(0, 1.14, 0.83, 1);
  -webkit-animation: AnimationName 5s ease;
  animation: AnimationName 5s ease;
}
#jayro_wrap .center {
  width: 100vw;
}

@-webkit-keyframes AnimationName {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes AnimationName {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
}

/*----------------------------------------------------
result
----------------------------------------------------*/
#result {
  display: block;
  width: 100%;
  text-align: center;
  margin-left: auto;
}

/*----------------------------------------------------
demo
----------------------------------------------------*/
#demo {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 680px) {
  #demo {
    display: none;
  }
}

/*----------------------------------------------------
border_wrap
----------------------------------------------------*/
#border_wrap {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0D0D0D;
  -webkit-transition: all 2s cubic-bezier(0, 1.5, 0.58, 1.26);
  -o-transition: all 2s cubic-bezier(0, 1.5, 0.58, 1.26);
  transition: all 2s cubic-bezier(0, 1.5, 0.58, 1.26);
  overflow: hidden;
  z-index: -1;
}

/*----------------------------------------------------
bar
----------------------------------------------------*/
.bar {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 120%;
  height: 1px;
  background-color: #ff4f50;
  margin-left: -10%;
  opacity: 0.4;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-animation: move 4s linear infinite alternate;
  animation: move 4s linear infinite alternate;
}

.bar_1 {
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  -webkit-animation: move_1 5s ease-in-out   infinite alternate;
  animation: move_1 5s ease-in-out   infinite alternate;
}

.bar_2 {
  opacity: 0.5;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-animation: move_2 3s linear infinite alternate;
  animation: move_2 3s linear infinite alternate;
}

.bar_3 {
  -webkit-animation: move_3 9s ease-in-out   infinite alternate;
  animation: move_3 9s ease-in-out   infinite alternate;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  opacity: 0.5; }

.bar_4 {
  opacity: 0.3;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-animation: move_4 9s linear infinite alternate;
  animation: move_4 9s linear infinite alternate;
}

.bar_5 {
  opacity: 0.3;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  -webkit-animation: move_5 5s linear infinite alternate;
  animation: move_5 5s linear infinite alternate;
}

.bar_6 {
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -webkit-animation: move_6 4s linear infinite alternate;
  animation: move_6 4s linear infinite alternate;
}

@-webkit-keyframes move {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@keyframes move {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes move_1 {
  0% {
    top: 10%;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  100% {
    top: 100%;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
}

@keyframes move_1 {
  0% {
    top: 10%;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  100% {
    top: 100%;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
}

@-webkit-keyframes move_2 {
  0% {
    top: 12%;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    top: 100%;
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
  }
}

@keyframes move_2 {
  0% {
    top: 12%;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    top: 100%;
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
  }
}

@-webkit-keyframes move_3 {
  0% {
    top: 40%;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    top: 100%;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}

@keyframes move_3 {
  0% {
    top: 40%;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    top: 100%;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}

@-webkit-keyframes move_4 {
  0% {
    top: 28%;
  }
  100% {
    top: 100%;
  }
}

@keyframes move_4 {
  0% {
    top: 28%;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes move_5 {
  0% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}

@keyframes move_5 {
  0% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}

@-webkit-keyframes move_6 {
  0% {
    top: 70%;
  }
  100% {
    top: 0%;
  }
}

@keyframes move_6 {
  0% {
    top: 70%;
  }
  100% {
    top: 0%;
  }
}

/*----------------------------------------------------
common_wrap
----------------------------------------------------*/
#common_wrap {
  position: relative;
  width: 100vw;
  height: 40vw;
  min-height: 260px;
  margin-top: 0%;
  margin-bottom: 50px;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  overflow: hidden;
}
@media screen and (min-width: 680px) {
  #common_wrap {
    height: 30vw;
  }
}
@media screen and (min-width: 1360px) {
  #common_wrap {
    height: 50vw;
    max-height: 360px;
  }
}
#common_wrap #common_mv_center {
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}

/*----------------------------------------------------
bg_wrap
----------------------------------------------------*/
#bg_wrap {
  width: 100%;
  height: 100%;
  -webkit-transition: all 5.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 5.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 5.2s cubic-bezier(0, 1.14, 0.83, 1);
}
#bg_wrap.bg_1 {
  background: url(../img/service/01/mv@2x.jpg) no-repeat center;
  background-size: cover;
}
#bg_wrap.bg_2 {
  background: url(../img/service/02/mv@2x.jpg) no-repeat center;
  background-size: cover;
}
#bg_wrap.bg_3 {
  background: url(../img/service/03/mv@2x.jpg) no-repeat center;
  background-size: cover;
}
#bg_wrap.bg_4 {
  background: url(../img/service/04/mv@2x.jpg) no-repeat center;
  background-size: cover;
}
#bg_wrap.bg_5 {
  background: url(../img/service/05/mv@2x.jpg) no-repeat center;
  background-size: cover;
}
#bg_wrap.bg_6 {
  background: url(../img/service/06/mv@2x.jpg) no-repeat center;
  background-size: cover;
}
#bg_wrap.bg_7 {
  background: url(../img/service/07/mv@2x.jpg) no-repeat center;
  background-size: cover;
}
#bg_wrap.bg_company {
  background: url(../img/company/mv@2x.jpg) no-repeat center;
  background-size: cover;
}
#bg_wrap.bg_culture {
  background: url(../img/culture/mv@2x.jpg) no-repeat center;
  background-size: cover;
}
#bg_wrap.bg_topics {
  background: url(../img/topics/mv@2x.jpg) no-repeat center;
  background-size: cover;
}
#bg_wrap.bg_product {
  background: url(../img/product/mv@2x.jpg) no-repeat center;
  background-size: cover;
}
#bg_wrap.bg_contact {
  background: url(../img/contact/mv@2x.jpg) no-repeat center;
  background-size: cover;
}


/* 20190612に追加　ここから----------------------------------------*/
#bg_wrap.bg_ISO27001 {
  background: url(../img/ISO27001/mv@2x.jpg) no-repeat center;
  background-size: cover;
}
/* 20190612に追加　ここまで----------------------------------------*/


/* 20190917に追加　ここから----------------------------------------*/
#bg_wrap.bg_privacy {
  background: url(../img/privacy/mv@2x.jpg) no-repeat center;
  background-size: cover;
}
/* 20190917に追加　ここまで----------------------------------------*/


/* 20191212に追加　ここから----------------------------------------*/
#bg_wrap.bg_JQA-certified {
  background: url(../img/JQA-certified/mv@2x.jpg) no-repeat center;
  background-size: cover;
}
/* 20191212に追加　ここまで----------------------------------------*/


/* 20200521に追加byマーベリックス　ここから----------------------------------------*/
#bg_wrap.bg_OB-VAN {
  background: url(../img/OB-VAN/mv@2x.jpg) no-repeat center;
  background-size: cover;
}
/* 20200521に追加byマーベリックス　ここまで----------------------------------------*/


/* 20210909に追加　ナゴヤドームのタイトルBG　ここから----------------------------------------*/
#bg_wrap.bg_nagoya_dome {
  background: url(../achievement/1/img/nagoya_dome/top_bg@2x.jpg) no-repeat center;
  background-size: cover;
}
/* 20210909に追加　ここまで----------------------------------------*/

/* 20240514に追加　BIRD SCOREのタイトルBG　ここから----------------------------------------*/
#bg_wrap.bg_birdscore {
  background: url(../achievement/2/img/birdscore/BS_top-bg.jpg) no-repeat center;
  background-size: cover;
}
/* 20240514に追加　ここまで----------------------------------------*/

/*----------------------------------------------------
common
----------------------------------------------------*/
#common_service_lead {
  position: relative;
  text-align: left;
  padding: 20px;
  margin: 0px 0 40px 0;
  z-index: 10;
}
@media screen and (min-width: 680px) {
  #common_service_lead {
    text-align: center;
  }
}
#common_mv_center {
  position: absolute;
  bottom: 25%;
  left: 50%;
  width: 98%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 680px) {
  #common_mv_center {
    bottom: 20%;
  }
}
@media screen and (min-width: 980px) {
  #common_mv_center {
    bottom: 20%;
  }
}
#common_mv_center .ttl {
  text-align: center;
  font-size: 5vw;
  font-weight: 100;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 680px) {
  #common_mv_center .ttl {
    font-size: 30px;
  }
}
@media screen and (min-width: 1360px) {
  #common_mv_center .ttl {
    font-size: 36px;
  }
}
#common_mv_center .sub {
  text-align: center;
  font-size: 1.3em;
}
#common_content, #service_achievement {
  position: relative;
}
#common_content .common_wrap, #service_achievement .common_wrap {
  position: relative;
  z-index: 3;
}
#common_content:after, #service_achievement:after {
  content: "";
  position: absolute;
  bottom: -85%;
  left: 0;
  width: 100%;
  height: 85%;
  background-color: #1C1D1F;
  -webkit-transition: all 4.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 4.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 4.2s cubic-bezier(0, 1.14, 0.83, 1);
  z-index: 0;
}
#common_content.scrollin:after, #common_content.scrollin:before, #service_achievement.scrollin:after, #service_achievement.scrollin:before {
  bottom: 0;
  -webkit-transform: skewY(-8deg);
  -ms-transform: skewY(-8deg);
  transform: skewY(-8deg);
}

.common_mt {
  margin-top: 30px;
}
@media screen and (min-width: 680px) {
  .common_mt {
    margin-top: 100px;
  }
}
.common_mb {
  margin-bottom: 30px;
}
@media screen and (min-width: 680px) {
  .common_mb {
    margin-bottom: 100px;
  }
}
.common_wrap {
  max-width: 1200px;
  -webkit-transition: all 3s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 3s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 3s cubic-bezier(0, 1.14, 0.83, 1);
}
.common_wrap.max1000 {
  max-width: 1000px;
}
.common_wrap .fx {
  margin-bottom: 50px;
}
@media screen and (min-width: 680px) {
  .common_wrap .fx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 980px) {
  .common_wrap .fx {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 680px) {
  .common_wrap .half {
    max-width: 45%;
  }
  .common_wrap .half.img_fx {
    margin-top: 70px;
  }
}
.common_wrap .full {
  max-width: 800px;
  margin: 0 auto;
}
.common_sec {
  margin-bottom: 50px;
}
@media screen and (min-width: 980px) {
  .common_sec {
    margin-bottom: 100px;
  }
}
.common_sec .sec_ttl {
  position: relative;
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .common_sec .sec_ttl {
    font-size: 24px;
  }
  .common_sec .sec_ttl.mt {
    margin-top: 80px;
  }
}
.common_sec .sec_ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #e0d52a;
}
.common_sec .sec_ttl.tac:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.common_sec .bg_lead {
  background-color: #373A40;
  padding: 20px;
}
@media screen and (min-width: 980px) {
  .common_sec .bg_lead {
    padding: 20px 50px;
  }
}
.common_sec .sp_ttl {
  text-align: center;
  font-size: 1.5em;
  color: #e0d52a;
  margin: 20px 0;
}
.common_sec .text {
  margin-bottom: 30px;
}
.common_sec .text.power {
  font-size: 1.1em;
  color: #e0d52a;
}
.common_sec .text.mar {
  margin: 30px auto;
}

/*----------------------------------------------------
service_achievement
----------------------------------------------------*/
#service_achievement {
  overflow: visible;
}
#service_achievement:after {
  content: "";
  position: absolute;
  bottom: -85%;
  left: 0;
  width: 100%;
  height: 101%;
  background-color: #0d0d0d;
  -webkit-transition: all 4.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 4.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 4.2s cubic-bezier(0, 1.14, 0.83, 1);
  z-index: 2;
}
@media screen and (min-width: 680px) {
  #service_achievement:after {
    height: 103%;
  }
}
#service_achievement h2.ttl {
  text-align: center;
  font-size: 20px;
  color: #e0d52a;
  margin: 20px 0;
}
@media screen and (min-width: 680px) {
  #service_achievement h2.ttl {
    font-size: 26px;
    margin: 40px 0;
  }
}
#service_achievement .heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 680px) {
  #service_achievement .heading {
    margin-bottom: 40px;
  }
}
#service_achievement .achievement_box {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 680px) {
  #service_achievement .achievement_box {
    margin-bottom: 80px;
  }
}
#service_achievement .block_lead {
  position: relative;
  font-size: 1.1em;
  padding: 20px 20px 20px 40px;
  border-bottom: 1px solid #707070;
}
#service_achievement .block_lead:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 15px;
  height: 1px;
  background-color: #e0d52a;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#service_achievement .block {
  color: #BABABA;
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}
#service_achievement .normal_list li {
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}
#service_achievement .normal_list li .lead {
  padding: 0 20px;
  margin-bottom: 5px;
}
@media screen and (min-width: 680px) {
  #service_achievement .normal_list li .lead {
    margin-bottom: 10px;
  }
}
#service_achievement .normal_list li .line {
  position: relative;
  font-size: 0.9em;
  color: #BABABA;
  padding: 0 20px;
}
#service_achievement .normal_list li .line:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0%;
  width: 10px;
  height: 1px;
  background-color: #BABABA;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/*----------------------------------------------------
service_icon
----------------------------------------------------*/
#service_icon {
  position: relative;
  width: 90px;
  margin: 0 auto;
  z-index: 10;
}

/*----------------------------------------------------
ol
----------------------------------------------------*/
/*20191003　追加　ようやく完成　ここから */
ol.list_kakko{
  /* padding:0 0 0 2em; */
  margin:0 0 0 0px;
}
ol.list_kakko li{
  list-style-type:none;
  /* list-style-position:inside; */
  counter-increment: cnt;
  padding-left: 22px;
  margin-left: 0px;
  margin-bottom: 15px;
}
ol.list_kakko li:before{
  /* display: marker; */
  /* display: inline-block; */
  display:inline-block;
  content: "(" counter(cnt) ") ";
  margin-left: -22px;
  padding-left: 0px;
}
/*20191003　追加　ようやく完成　ここまで */


/*20191003　追加　ここから*/
ol li{
  padding-left: 10px;
  padding-bottom: 20px
}
/*20191003　追加　ここまで*/

/*----------------------------------------------------
img_fx
----------------------------------------------------*/
.img_fx .img, .common_sec .img {
  display: block;
  margin-bottom: 20px;
}
.img_fx .img.small, .common_sec .img.small {
  max-width: 60%;
  margin: 15px auto;
}
@media screen and (min-width: 680px) {
  .img_fx .img.small, .common_sec .img.small {
    max-width: 60%;
    margin-left: auto;
    margin-right: 0;
  }
}
.img_fx .cap, .common_sec .cap {
  font-size: 0.9em;
  color: #BABABA;
  margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
  .img_fx .cap, .common_sec .cap {
    text-align: center;
  }
}

/*----------------------------------------------------
img_col_list
----------------------------------------------------*/
@media screen and (min-width: 680px) {
  .img_col_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 680px) {
  .img_col_list.col_3 .img {
    width: 32%;
  }
  .img_col_list.col_2 .img {
    width: 49%;
  }
}
.img_col_list .cap {
  font-size: 0.9em;
  color: #BABABA;
  margin: 15px 0;
}
@media screen and (max-width: 680px) {
  .img_col_list .cap {
    text-align: center;
  }
}

/*----------------------------------------------------
fx_list
----------------------------------------------------*/
.fx_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}
/*
.fx_list li:last-child {
  border-bottom: none; }
*/
.fx_list li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}

.fx_list li h4 {
  min-width: 70px;
}
@media screen and (min-width: 680px) {
  .fx_list li h4 {
    margin-right: 30px;
  }
}

/*20220831追加 .fx_list li h5 ：主にcompany.htmlの「主要取引先」用　ここから*/
.fx_list li h5 {
  min-width: 85px;
}
@media screen and (min-width: 680px) {
  .fx_list li h5 {
    margin-right: 30px;
  }
}
/*20220831追加　ここまで*/

/*20220901追加 .fx_list li h6 ：主にcompany.htmlの英語版用　ここから*/
.fx_list li h6 {
  min-width: 150px;
}
@media screen and (min-width: 680px) {
  .fx_list li h6 {
    margin-right: 30px;
  }
}
/*20220831追加　ここまで*/


.fx_list li .gray {
  color: #888888;
}
  /* ↑もともと888888*/
.fx_list li .text {
  color: #BABABA;
  margin-bottom: 0;
}


/* 20191226追加　ここから iOS+Safari　環境での電話番号リンクが黒色になってしまうのを白色に修正*/
.fx_list li .beforemouseover {
  color: #BABABA;
  margin-bottom: 0;
}
/* 20191226追加　ここまで*/


/* 20191213追記ここから　JQA-certified.html用*/
/* company.htmlの会社情報表記のCSSの流用*/
/* 項目のタテ並びを揃えるには、下記の「.fx_list_JQA li .gray　の　width:XX」の値が鍵です！*/
.fx_list_JQA li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #707070;
  /* border-bottom: 1px solid #707070; */
}
.fx_list_JQA li:last-child {
  border-bottom: 1px solid #707070;
}
.fx_list_JQA li h4 {
  min-width: 90px;/*←90px*/
}
@media screen and (min-width: 680px) { /*←元々680px*/
  .fx_list_JQA li h4 {
    margin-right: 30px;/*30px*/
  }
}
.fx_list_JQA li .gray {
  width: 90px;/* ←　liの項目のテキスト幅　90px*/
  color: #888888;/* ←　liの項目の色 　元々888888*/
}
.fx_list_JQA li .text {
  max-width: 680px;/*←20200108追加　英語改行時対策*/
  word-break: normal;/*←20200108追加　英語改行時対策*/
  color: #BABABA;/* ←liの項目の説明テキストの色 　元々BABABA*/
  margin-bottom: 0;
}
/* 20191213追記ここまで　JQA-certified.html用*/


.fx_list.pad li {
  font-size: 0.9em;
  padding: 20px;
}
@media screen and (min-width: 980px) {
  .fx_list.pad li {
    padding: 20px 50px;
  }
}

/*----------------------------------------------------
achievement_list
----------------------------------------------------*/
#achievement_list ul {
  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;
}
#achievement_list li {
  list-style: none;
  color: #BABABA;
  margin-bottom: 20px;
}
@media screen and (min-width: 680px) {
  #achievement_list li {
    width: 48%;
  }
}
@media screen and (min-width: 980px) {
  #achievement_list li {
    width: 32%;
  }
}
#achievement_list img {
  margin-bottom: 10px;
}

/*----------------------------------------------------

----------------------------------------------------*/
.fa-tv {
  margin-right: 10px;
}

.cap {
  font-size: 0.8em;
  color: #BABABA;
}

/*----------------------------------------------------
service_slide
----------------------------------------------------*/
#service_slide {
  position: relative;
  max-width: 1200px;
  padding-bottom: 40px;
  margin: 40px auto;
  z-index: 100;
}
#service_slide img {
  width: 100%;
}
#service_slide #prev_pt, #service_slide #next_pt {
  position: absolute;
  bottom: 0;
  font-size: 1.2em;
  color: #5D5D5D;
  z-index: 11;
}
#service_slide #prev_pt:hover .fa-chevron-right, #service_slide #next_pt:hover .fa-chevron-right {
  color: #F75A5A;
}
#service_slide #prev_pt:hover .fa-chevron-left, #service_slide #next_pt:hover .fa-chevron-left {
  color: #F75A5A;
}
#service_slide #prev_pt {
  left: 15px;
}
#service_slide #next_pt {
  right: 15px;
}
#service_slide .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 10;
}
#service_slide .slick-dots li button:before {
  font-size: 60px;
  color: #fff;
}
#service_slide .slick-dots li.slick-active button:before {
  color: #F75A5A !important;
}

/*----------------------------------------------------
mark_lead
----------------------------------------------------*/
.mark_lead {
  font-size: 1.2em;
  margin: 40px 0;
}
@media screen and (min-width: 680px) {
  .mark_lead {
    font-size: 1.4em;
  }
}
.mark_lead span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  z-index: 10;
}
@media screen and (min-width: 680px) {
  .mark_lead span {
    padding: 0 40px;
  }
}
.mark_lead span:after, .mark_lead span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 25px;
  height: 43px;
  opacity: 0.5;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1;
}
@media screen and (min-width: 680px) {
  .mark_lead span:after, .mark_lead span:before {
    width: 50px;
    height: 43px;
  }
}
.mark_lead span:after {
  right: -10px;
  background: url(../img/common/mark_right@2x.png) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 680px) {
  .mark_lead span:after {
    right: -40px;
  }
}
.mark_lead span:before {
  left: -10px;
  background: url(../img/common/mark_left@2x.png) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 680px) {
  .mark_lead span:before {
    left: -40px;
  }
}

/*----------------------------------------------------
company_message
----------------------------------------------------*/
#company_message {
  margin: 0 auto;
}
#company_message .photo {
  margin-bottom: 50px;
}
#company_message .text {
  font-size: 1.1em;
  margin-bottom: 30px;
}
#company_message .name {
  color: #BABABA;
}

/*20191226追加　ISO27001.html その他ページ用*/
#company_message li {
  font-size: 1.1em;
}
/*20191226追加　ISO27001.html　その他ページ用*/

#company_info {
  margin: 40px 0;
}
@media screen and (min-width: 680px) {
  #company_info {
    margin: 80px 0;
  }
}


/*20191213追記ここから　JQA-certified.html用　*/
#JQA {
  margin: 40px 0;
}
@media screen and (min-width: 680px) {
  #JQA {
    /* margin: 80px 0; */
    margin: 40px 0px 160px 0px;/*20200109追記*/
  }
}
/*20191213追記ここまで　JQA-certified.html用*/


/*----------------------------------------------------
gmap
----------------------------------------------------*/
#gmap iframe {
  width: 100%;
  height: 680px;
  background-color: #333;
  margin-bottom: 30px;
}

/*----------------------------------------------------
acccess_info
----------------------------------------------------*/
.acccess_info .info {
  margin-bottom: 20px;
}
@media screen and (min-width: 680px) {
  .acccess_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .acccess_info .info {
    margin-bottom: 0;
  }
}
.acccess_info a {
  display: inline-block;
  color: #fff;
  padding: 5px 35px;
  border: 1px solid #F75A5A;
  border-radius: 5px;
  margin-left: auto;
  margin-bottom: auto;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
.acccess_info a:hover {
  background-color: #F75A5A;
}
.acccess_info a .fa-map {
  margin-left: 10px;
}

/*----------------------------------------------------
culture_lead
----------------------------------------------------*/
.culture_lead {
  margin-top: 100px;
}
@media screen and (min-width: 680px) {
  .culture_lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.culture_lead span {
  display: block;
}
@media screen and (min-width: 680px) {
  .culture_lead span {
    padding: 0 30px;
  }
}
.culture_lead .robo {
  text-align: left;
  font-size: 2.2em;
  color: #BABABA;
  opacity: 0.5;
}
@media screen and (min-width: 680px) {
  .culture_lead .robo {
    border-right: 1px solid #BABABA;
  }
}
@media screen and (min-width: 1360px) {
  .culture_lead .robo {
    min-width: 400px;
    text-align: right;
  }
}
.culture_lead .ttl {
  text-align: left;
}
@media screen and (min-width: 1360px) {
  .culture_lead .ttl {
    min-width: 400px;
  }
}

/*----------------------------------------------------
culture_lead
----------------------------------------------------*/
.culture_box {
  max-width: 800px;
  margin: 20px auto;
}
@media screen and (min-width: 680px) {
  .culture_box {
    margin: 50px auto;
  }
}
.culture_box p {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (min-width: 680px) {
  .culture_box p {
    text-align: center;
  }
}

/*----------------------------------------------------
culture_img
----------------------------------------------------*/
.culture_img {
  position: relative;
  margin: 100px 0;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -webkit-transform: skewY(-8deg);
  -ms-transform: skewY(-8deg);
  transform: skewY(-8deg);
  overflow: hidden;
  z-index: 10;
}
@media screen and (min-width: 680px) {
  .culture_img {
    margin: 150px 0;
  }
}
.culture_img .culture_bg {
  width: 100%;
  height: 400px;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -webkit-transform: skewY(8deg) scale(1.4);
  -ms-transform: skewY(8deg) scale(1.4);
  transform: skewY(8deg) scale(1.4);
  opacity: .4;
}
@media screen and (min-width: 680px) {
  .culture_img .culture_bg {
    height: 600px;
  }
}
.culture_img .culture_bg_1 {
  background: url(../img/culture/bg_1@2x.jpg) no-repeat center;
  background-size: cover;
}
.culture_img .culture_bg_2 {
  background: url(../img/culture/bg_2@2x.jpg) no-repeat center;
  background-size: cover;
}

/*----------------------------------------------------
section
----------------------------------------------------*/
#section_01, #section_02, #section_03, #service_achievement {
  padding-top: 80px;
  margin-top: -80px;
}

/*----------------------------------------------------
sp_hide_tg
----------------------------------------------------*/
.sp_hide_tg {
  position: relative;
  font-size: 1.2em;
  padding: 15px 0;
  border-bottom: 1px solid #BABABA;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  z-index: 10;
}
@media screen and (min-width: 680px) {
  .sp_hide_tg {
    display: none;
  }
}
.sp_hide_tg.active {
  margin-bottom: 30px;
}
.sp_hide_tg.active .fa-plus-circle {
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*----------------------------------------------------

----------------------------------------------------*/
.fa-plus-circle {
  color: #FFF;
  margin-right: 10px;
}

@media screen and (max-width: 680px) {
  .sp_hide_bx {
    display: none;
  }
}

/*----------------------------------------------------
products、product(製品情報)
----------------------------------------------------*/
.products_box, .product_box {
  max-width: 980px;
  margin: 30px auto;
}
@media screen and (min-width: 680px) {
  .products_box, .product_box {
    margin: 30px auto 50px auto;
  }
}
.products_ttl, .product_ttl {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}
.products_ttl:before, .product_ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 55px;
  height: 0px;
  bottom: 0px;
  border-bottom: 1px solid #FFF449;
}
@media screen and (min-width: 680px) {
  .products_ttl, .product_ttl {
    font-size: 25px;
    padding-bottom: 40px;
  }
  .products_ttl:before, .product_ttl:before {
    width: 77px;
  }
}

.product_box, .product_ttl {
  max-width: 1000px;
}
.product_ttl {
  font-size: 17px;
  margin-top: 70px;
}
.product_ttl.big {
  font-size: 18px;
}
@media screen and (min-width: 680px) {
  .product_ttl {
    font-size: 22px;
  }
  .product_ttl.big {
    font-size: 30px;
  }
}

.product_box .text {
  font-size: 1.0em;
  color: #fff;
  margin-top: 30px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.product_box .text .big {
  font-size: 1.1em;
  font-weight: bold;
}
.product_box .text .right {
  display: block;
  text-align: right;
}
.product_box .text a {
  display: inline-block;
  background-color: #fff;
  padding: 3px 5px;
  margin: 10px;
}
.product_box .text a .text_logo {
  max-width: 100px;
  display: inline-block;
  padding: 0 10px;
}

.product_box .image {
  margin-top: 30px;
}
.product_box .image.noMgn {
  margin-top: 0;
}
@media screen and (min-width: 680px) {
  .product_box .image.samplefont {
    width: 72%;
    max-width: 720px;
  }
}

.product_box .comment {
  color: #fff;
  margin-top: 30px;
}
@media screen and (min-width: 680px) {
  .product_box .comment {
    font-size: 1.1em;
  }
}

.product_box .itemWrap .caption {
  padding: 10px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  font-weight: 300;
}

.product_sttl {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  padding: 20px 35px;
  margin-top: 30px;
  letter-spacing: 0.1em;
}
.product_sttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 0px;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #FFF449;
}
.product_sttl.add_bdr_bottom {
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 680px) {
  .product_sttl {
    font-size: 17px;
    margin-top: 70px;
  }
}

@media screen and (min-width: 680px) {
  .product_column {
    overflow: hidden;
    margin-top: 50px;
  }
  .product_column.add_bdr_bottom {
    padding-bottom: 70px;
    border-bottom: 1px solid #707070;
  }
  .product_column .image {
    float: left;
    width: 60%;
    margin-top: 0;
  }
  .product_column .text {
    float: right;
    width: 32%;
    margin-top: 0;
  }
  .product_column.half {
    max-width: none;
  }
  .product_column.half .image {
    width: 47%;
    float: right;
  }
  .product_column.half .text {
    width: 47%;
    float: left;
  }
}
/* ↑この最後の } を消してしまっていたため、レイアウト乱れに苦しんだ 20191219*/
/* ↑}の右にスペースが入っていてもJQAロゴレイアウトが乱れます！ 注意！！　20191224*/


/*20191216追加試行中　ここから　JQA-certified.html用画面分割_左側ロゴ、右側コラム　*/
/*↓元々680px　20200109に320に変更*/
@media screen and (min-width: 320px) {
  .product_column_JQA {
    overflow: hidden;
    margin-top: 0; /*元々50px*/
  }
  .product_column_JQA.add_bdr_bottom {
    padding-bottom: 70px;
    border-bottom: 1px solid #707070;
  }
  .product_column_JQA .image {
    float: left;/*←　JQAロゴ画像の位置　元々productページではrightだったのを左へ*/
    width: 15%;/*←　JQAロゴ画像の大きさ　元々productページでは60％だったのを改修*/
    max-width: 25%;/*←　20200109追記 */
    /* margin-top: 0; */
  　/* margin-bottom:100%  */
  }
  .product_column_JQA .text {
    /*float: right;　←元々　right*配置だったが削除 */
    float: left;
    /* width: auto; ← /* 元々32% */
    /* max-width: 80%; ←　20200109追記 */
    max-width: 90%;/*←　20210114追記 */
    margin-top: 0;/*元々　0*/
  }
  /* margin-left: 20%; }  20%←追加行を消した1217　：leftにあるJQAロゴに対して開ける幅を指定　pxでなく相対値％で指定するのがポイント*/

  .product_column_JQA .half {
    max-width: none;/*none　だった　1217*/
  }
  .product_column_JQA .half .image {
    margin-top: 120px;/*20191217追加 JQAロゴの高さ微調整 当時128px*/
    margin-right: 2%;
    width: 15%;/*←JQAロゴの大きさ*/
    float: left;
  }
  .product_column_JQA .half .text {
    width: 30%;　　/*←元々47％*/
    float: left;
  }
}
/*20191216追加試行中　ここまで　JQA-certified.html用画面分割_左側ロゴ、右側コラム　*/


.product_box .returnBtn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  color: #fff;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.product_box .returnBtn:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  top: 50%;
  left: calc(50% - 100px);
  border-bottom: 1px solid #707070;
}
.product_box .returnBtn:after {
  position: absolute;
  display: block;
  content: "";
  left: calc(50% - 95px);
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #707070;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
@media screen and (min-width: 680px) {
  .product_box .returnBtn {
    font-size: 15px;
    -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  }
  .product_box .returnBtn:before {
    width: 30px;
    left: calc(50% - 130px);
    -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  }
  .product_box .returnBtn:after {
    width: 12px;
    height: 12px;
    left: calc(50% - 124px);
    -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  }
  .product_box .returnBtn:hover {
    color: #FFF449;
    border-top: 1px solid #FFF449;
    border-bottom: 1px solid #FFF449;
  }
  .product_box .returnBtn:hover:before {
    left: calc(50% - 135px);
    border-bottom: 1px solid #FFF449;
  }
  .product_box .returnBtn:hover:after {
    left: calc(50% - 129px);
    border-top: 1px solid #FFF449;
  }
}

.product_info_list li {
  color: #fff;
  padding-left: 2em;
  text-indent: -1em;
  position: relative;
}
.product_info_list li:after {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.product_fx .half, .product_fx .third {
  margin: 10px 0;
}
@media screen and (min-width: 680px) {
  .product_fx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
  }
  .product_fx .half {
    width: 50%;
    max-width: 47%;
  }
  .product_fx .third {
    width: 33%;
    max-width: 30%;
  }
}

/*----------------------------------------------------
ul
----------------------------------------------------*/
ul.pdtlist {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.pdtlist > li {
  width: 100%;
  max-width: 320px;
  margin-bottom: 20px;
}
ul.pdtlist > li a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 680px) {
  ul.pdtlist {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  ul.pdtlist > li {
    margin-bottom: 0;
  }
  ul.pdtlist > li:nth-child(2n+1) {
    margin-right: 10px;
  }
  ul.pdtlist > li:nth-child(2n) {
    margin-right: 10px;
  }
  ul.pdtlist > li:nth-child(n+3) {
    margin-top: 60px;
  }
  ul.pdtlist > li a {
    -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  }
  ul.pdtlist > li a:hover img {
    opacity: 0.9;
  }
  ul.pdtlist > li a:hover .item_nm {
    border: 1px solid #FFF449;
    color: #FFF449;
  }
  ul.pdtlist > li a:hover .item_nm::after {
    right: 20px;
    border-color: #FFF449;
  }
}
@media screen and (min-width: 1200px) {
  ul.pdtlist {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  ul.pdtlist > li {
    margin-bottom: 0;
  }
  ul.pdtlist > li:nth-child(3n+1) {
    margin-right: 10px;
  }
  ul.pdtlist > li:nth-child(3n+2) {
    margin-right: 10px;
  }
  ul.pdtlist > li:nth-child(3n) {
    margin-right: 0px;
  }
  ul.pdtlist > li:nth-child(3) {
    margin-top: 0px;
  }
  ul.pdtlist > li:nth-child(n+4) {
    margin-top: 60px;
  }
}

ul.parts {
  width: 100%;
  font-weight: normal;
}
ul.parts li {
  width: 100%;
  padding: 18px 0;
  border-top: 1px solid #707070;
}
ul.parts li:last-child {
  border-bottom: 1px solid #707070;
}

ul.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
ul.download > li {
  width: 100%;
  max-width: 350px;
  margin-right: 20px;
  margin-top: 20px;
}
ul.download > li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 15px;
  text-align: center;
}
ul.download > li a i {
  font-size: 18px;
  color: #FFF449;
  padding-left: 20px;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
@media screen and (min-width: 680px) {
  ul.download > li a {
    -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  }
  ul.download > li a:hover {
    border: 1px solid #FFF449;
    background: #FFF449;
    color: #0D0D0D;
  }
  ul.download > li a:hover i {
    color: #0D0D0D;
  }
}

ul.imglist {
  width: 100%;
}
ul.imglist li {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 680px) {
  ul.imglist {
    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;
  }
  ul.imglist li {
    width: 48%;
    margin-bottom: 40px;
  }
}

/*----------------------------------------------------
item_nm
----------------------------------------------------*/
.item_nm {
  position: relative;
  background: #1C1D1F;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 15px;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
.item_nm.multiline {
  padding: 1px 15px;
}
.item_nm::after {
  position: absolute;
  display: block;
  content: "";
  right: 25px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #848484;
  border-right: 1px solid #848484;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
@media screen and (min-width: 680px) {
  .item_nm {
    font-size: 15px;
    -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  }
}

/*----------------------------------------------------
table
----------------------------------------------------*/
table.spec {
  width: 100%;
  border-collapse: collapse;
}
table.spec td, table.spec th {
  border: 1px solid #707070;
  padding: 5px;
  color: #fff;
  font-size: 0.9em;
}
table.spec th {
  width: 22%;
  text-align: left;
  font-weight: normal;
  height:25px;
}

/*20230707追記 2ここから-----------------------*/

table.spec th.thinner {
  width: 22%;
  text-align: left;
  font-weight: normal;
}

table.spec td.thinner_size30 {
  width: 30%;
  text-align: left;
  font-weight: normal;
}

table.spec td.thinner_size24 {
  width: 24%;
  text-align: center;
  font-weight: normal;
}

/*20230707追記 ２ここまで-----------------------*/

/*20230707追記 ここから-----------------------
table.spec th-thinner {
  width: 22%;
  text-align: left;
  font-weight: normal;
  height: 10px;
}
table.spec td-thinner {
  width: 78%;
  font-weight: normal;
  height: 10px
}
table.spec td-thinner.td-thinner_size30 {
  width:30%
  text-align:left;
}
table.spec td-thinner.td-thinner_size24 {
  width:24%
  text-align:center;
}
ここまで------------------------------------*/



table.spec td {
  width: 78%;
}
table.spec td.td_size2 {
  width: 39%;
}
table.spec td.td_size3 {
  width: 15%;
}
table.spec td.td_size4 {
  width: 24%;
}

/*20230703追記 ここから-----------------------*/
table.spec td.td_size18 {
  width: 18%;
}
table.spec td.td_size24 {
  width: 24%;
  text-align: center;
}
table.spec td.td_size30 {
  width: 30%;
}
/*ここまで------------------------------------*/

@media screen and (min-width: 680px) {
  table.spec td, table.spec th {
    padding: 20px;
    font-size: 14px;
  }
  table.spec th {
    width: 22%;
  }
  table.spec td {
    width: 78%;
  }
}

/*----------------------------------------------------
achievement_comment
----------------------------------------------------*/
.achievement_comment {
  color: #FFF;
  padding: 20px;
  border: 1px solid #fff;
  margin: 30px 0;
}

/*----------------------------------------------------
link_info
----------------------------------------------------*/
.link_info {
  color: #FFF;
}
.link_info h4 {
  margin-top: 15px;
  font-size: 1.2em;
}
.link_info a {
  color: #fff;
  text-decoration: underline;
}
.link_info a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
topics_content
----------------------------------------------------*/
#topics_content {
  margin: 50px 0 50px 0;
}
@media screen and (min-width: 980px) {
  #topics_content {
    max-width: 1000px;
    min-height: 400px;
    margin: 100px auto 80px auto;
  }
  #topics_content .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/*----------------------------------------------------
topics_left、topics_right
----------------------------------------------------*/
@media screen and (min-width: 980px) {
  #topics_left {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  #topics_right {
    width: 15%;
  }
}
/*----------------------------------------------------
topics_main
----------------------------------------------------*/
#topics_main {
  border-bottom: 1px solid #868686;
}
#topics_main {
  border-top: 1px solid #BABABA;
}
#topics_main a {
  color: #e0d52a;
  text-decoration: underline;
}
#topics_main .date {
  padding-top: 15px;
  font-size: 0.8em;
  color: #BABABA;
  letter-spacing: 0.2em;
}
#topics_main .post_ttl {
  font-size: 1.5em;
  position: relative;
  padding: 25px 0;
  margin-bottom: 20px;
}
#topics_main .post_ttl:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #e0d52a;
  position: absolute;
  left: 0;
  bottom: 0;
}
#topics_main .content {
  margin: 50px 0;
}
#topics_main .content p {
  margin: 20px 0;
  color: #BABABA;
}
#topics_main .content img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 30px 0;
  padding: 10px;
  background-color: #fff;
}

/*----------------------------------------------------
topics_list
----------------------------------------------------*/
.topics_list {
  border-top: 1px solid #868686;
}
.topics_list li {
  display: block;
}
.topics_list a {
  display: block;
  padding: 20px 0;
  color: #BABABA;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #868686;
}
@media screen and (min-width: 680px) {
  .topics_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 20px 0;
    border-right: 1px solid #0d0d0d;
    -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  }
  .topics_list a:hover {
    color: #fff;
    border-right: 1px solid #e0d52a;
  }
  .topics_list a:hover .date {
    color: #e0d52a;
  }
}
.topics_list .date {
  display: block;
  margin-bottom: 5px;
  font-size: 0.8em;
  color: #FFF;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
@media screen and (min-width: 680px) {
  .topics_list .date {
    margin-bottom: 0;
    min-width: 140px;
  }
}

/*----------------------------------------------------
archives
----------------------------------------------------*/
.archives {
  margin-top: 40px;
  padding: 20px;
  background-color: #585858;
}
@media screen and (min-width: 980px) {
  .archives {
    margin-top: 0;
    padding: 20px 30px;
  }
}
.archives h2 {
  font-weight: 200;
  letter-spacing: 0.2em;
  font-size: 1.1em;
  color: #e0d52a;
  margin-bottom: 20px;
}
.archives a {
  color: #fff;
  margin-bottom: 10px;
  display: block;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
.archives a:hover {
  color: #e0d52a;
}
.archives a:hover .fa-caret-right {
  color: #e0d52a;
  margin-right: 10px;
}
.archives .fa-caret-right {
  margin-right: 15px;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}

/*----------------------------------------------------
pagenation
----------------------------------------------------*/
.pagenation {
  margin: 20px 0;
}
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagenation li {
  display: inline-block;
}
.pagenation a {
  color: #BABABA;
  font-size: 1.1em;
  display: inline-block;
}
.pagenation .active {
  font-size: 1.1em;
}
.pagenation .active, .pagenation a {
  padding: 10px;
  margin: 0 10px;
  position: relative;
}
.pagenation .active:after, .pagenation a:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #e0d52a;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
.pagenation .active:after {
  opacity: 1;
}
.pagenation a:hover:after {
  opacity: 1;
}

/*----------------------------------------------------
page_select
----------------------------------------------------*/
#page_select {
  padding: 20px 0;
  min-height: 60px;
  position: relative;
}
#page_select a {
  color: #fff;
}
#page_select .page_prev, #page_select .page_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
#page_select .page_prev:hover, #page_select .page_next:hover {
  color: #e0d52a;
}
#page_select .page_back {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#page_select .page_back:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e0d52a;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
#page_select .page_back:hover:after {
  opacity: 1;
}
#page_select .page_prev {
  left: 0;
}
#page_select .page_next {
  right: 0;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header.fixed {
  background-color: #0d0d0d;
}
@media screen and (max-width: 679px) {
  header {
    top: 0;
  }
}
header.loaded {
  top: 0;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
@media screen and (min-width: 980px) {
  header {
    padding: 30px 30px;
  }
  header.fixed {
    background-color: #0d0d0d;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  header.fixed {
    padding: 20px;
  }
}
@media screen and (min-width: 1360px) {
  header {
    padding: 30px 50px;
  }
}
header #logo {
  max-width: 120px;
  position: relative;
  z-index: 1001;
}
@media screen and (min-width: 680px) {
  header #logo {
    max-width: 175px;
  }
}

/*----------------------------------------------------
home_sp
----------------------------------------------------*/
@media screen and (max-width: 680px) {
  .home_sp {
    background-color: #0d0d0d;
  }
}

/*----------------------------------------------------
home_sp_recruit
----------------------------------------------------*/
#home_sp_recruit {
  position: absolute;
  left: 0;
  top: -60px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
#home_sp_recruit a {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  background-color: #4e4e4e;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#home_sp_recruit .fa-user-circle {
  margin-right: 10px;
  font-size: 1.4em;
}
#home_sp_recruit .fa-chevron-right {
  margin-left: auto;
  font-size: 1.1em;
}
@media screen and (min-width: 680px) {
  #home_sp_recruit {
    display: none;
  }
}
#home_sp_recruit.loaded {
  top: 58px;
}

/*----------------------------------------------------
menu
----------------------------------------------------*/
@media screen and (max-width: 980px) {
  #menu {
    display: block;
    position: fixed;
    padding-top: 100px;
    top: 0px;
    right: 100%;
    z-index: 1000;
    width: 100%;
    height: 100%;
    text-align: left;
    -webkit-transition: all 1.2s cubic-bezier(0.42, 0, 0.35, 0.96);
    -o-transition: all 1.2s cubic-bezier(0.42, 0, 0.35, 0.96);
    transition: all 1.2s cubic-bezier(0.42, 0, 0.35, 0.96);
  }
  #menu.active {
    right: 0;
    background-color: #0d0d0d;
  }
  #menu a, #menu .list_tag, #menu .tg {
    color: #fff;
    display: block;
    padding: 10px 20px 10px 40px;
    position: relative;
  }
  #menu a:after, #menu .list_tag:after, #menu .tg:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-color: #fff;
    display: block;
    width: 5px;
    height: 1px;
    background-color: #fff;
  }
  #menu ul {
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #menu ul li {
    width: 50%;
  }
  #menu .sp_service_list {
    width: 100%;
  }
  #menu .sp_service_hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #menu .sp_service_hide a {
    font-size: 0.9em;
    line-height: 1.5;
    color: #BABABA;
    width: 50%;
    padding: 10px 20px 10px 40px;
  }
  #menu .sp_service_hide a:after {
    top: 18px;
    background-color: #BABABA;
  }
  #menu .tg {
    font-size: 1.1em;
    padding-left: 20px;
  }
  #menu .tg .fa-plus-circle {
    margin-right: 10px;
  }
  #menu .tg:after {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  #menu {
    margin-left: auto;
  }
  #menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  #menu li {
    margin-left: 10px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1360px) {
  #menu li {
    margin-left: 30px;
  }
}

@media screen and (min-width: 980px) {
  #menu .sp_service_list {
    display: none;
  }
  #menu a, #menu .list_tag {
    padding: 5px;
    display: block;
    color: #fff;
    position: relative;
  }
  #menu a:after, #menu .list_tag:after {
    content: "";
    background-color: #e0d52a;
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  }
  #menu a:hover:after, #menu .list_tag:hover:after {
    bottom: 0;
    opacity: 1;
  }
}

#menu .fa-globe {
  margin-right: 15px;
  color: #e0d52a;
}

/*----------------------------------------------------
list_tag
----------------------------------------------------*/
@media screen and (max-width: 980px) {
  .list_tag {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  .list_tag {
    position: relative;
  }
  .list_hide {
    position: absolute;
    top: 100%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 250px;
    pointer-events: none;
  }
  .list_hide.active {
    pointer-events: auto;
  }
  .list_hide.active a {
    opacity: 1;
  }
  .list_hide.active a:nth-child(1) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
  }
  .list_hide.active a:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
  }
  .list_hide.active a:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
  }
  .list_hide.active a:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
  }
  .list_hide.active a:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
  }
  .list_hide.active a:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
  }
  .list_hide.active a:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
  }
  .list_hide a {
    display: block;
    font-size: 0.85em;
    color: #BABABA;
    opacity: 0;
    padding: 20px !important;
    background: rgba(13, 13, 13, 0.9);
    -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  }
}

/*----------------------------------------------------
top_wrap
----------------------------------------------------*/
#top_wrap {
  overflow: hidden;
  height: 100vh;
}
@media screen and (min-width: 680px) {
  #top_wrap {
    overflow: hidden;
    height: 100vh;
    -webkit-transition: all 2.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 2.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 2.2s cubic-bezier(0, 1.14, 0.83, 1);
  }
  #top_wrap.ok.scroll {
    margin-bottom: 80px;
    height: 90vh;
    -webkit-transform: skewY(-8deg);
    -ms-transform: skewY(-8deg);
    transform: skewY(-8deg);
  }
  #top_wrap.ok.scroll #jayro_wrap {
    -webkit-transform: skewY(8deg);
    -ms-transform: skewY(8deg);
    transform: skewY(8deg);
  }
}
@media screen and (min-width: 1360px) {
  #top_wrap.ok.scroll {
    height: 85vh;
  }
}


/*----------------------------------------------------
video
----------------------------------------------------*/
#video-background, #video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#video-background {
  z-index: 1;
}
#video-overlay {
  z-index: 2;
  background: #0d0d0d;
  opacity: 0.7;
}

/*----------------------------------------------------
img-overlay
----------------------------------------------------*/
#img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-color: #0d0d0d;
  opacity: 0.2;
}

/*----------------------------------------------------
fix_info
----------------------------------------------------*/
#fix_info {
  -webkit-transition: all 3.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 3.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 3.2s cubic-bezier(0, 1.14, 0.83, 1);
  z-index: 100;
  right: -100%;
  opacity: 1;
}
#fix_info.loaded {
  right: 15px;
}
@media screen and (max-width: 680px) {
  #fix_info {
    position: absolute;
    top: 130px;
    max-width: 280px;
  }
}
@media screen and (min-width: 680px) {
  #fix_info {
    position: fixed;
    bottom: 15px;
    max-width: 580px;
  }
}
@media screen and (min-width: 980px) {
  #fix_info {
    bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  #fix_info.loaded {
    right: 30px;
  }
}
@media screen and (min-width: 680px) {
  #fix_info.hide {
    right: -50%;
    opacity: 0;
  }
}
#fix_info a {
  max-width: 100%;
  min-width: 130px;
  background-color: #e0d52a;
  display: block;
  color: #0d0d0d;
  padding: 10px 20px;
  font-size: 1em;
  margin-bottom: 4px;
  font-weight: 400;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
#fix_info a.bg_img {
  color: #fff;
}
@media screen and (min-width: 680px) {
  #fix_info a {
    min-width: 260px;
    padding: 20px;
  }
}
#fix_info a:hover {
  opacity: 0.5;
}
#fix_info .update {
  font-size: 0.85em;
}
#fix_info .recruit {
  background-color: #fff;
}
#fix_info .recruit:hover {
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 680px) {
  #fix_info .recruit {
    display: none;
  }
}
#fix_info .fa-external-link {
  margin-left: 5px;
}

/*----------------------------------------------------
signal_wrap
----------------------------------------------------*/
#signal_wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#signal_wrap.loaded {
  z-index: 100;
}

/*----------------------------------------------------
loading
----------------------------------------------------*/
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #0d0d0d;
  position: fixed;
  z-index: 9998;
}
@media screen and (max-width: 680px) {
  #loading {
    display: none;
    top: 0;
    left: 0;
  }
  #loading.fin {
    top: 50vh;
    left: 50%;
  }
}
@media screen and (min-width: 681px) {
  #loading {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#loading.fin {
  -webkit-transition: all 2s cubic-bezier(0.9, -0.01, 0.49, 1.23);
  -o-transition: all 2s cubic-bezier(0.9, -0.01, 0.49, 1.23);
  transition: all 2s cubic-bezier(0.9, -0.01, 0.49, 1.23);
  width: 0px;
  height: 0px;
  opacity: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*----------------------------------------------------
mv_text_lead
----------------------------------------------------*/

@media screen and (max-width: 979px) {
  #mv_text_lead {
    width: 90%;
    max-width: 650px;
    margin: 10px auto;
    opacity: 1;
  }
}
@media screen and (min-width: 980px) {
  #mv_text_lead {
    width: 100%;
    max-width: 650px;
    margin: 10px auto;
    -webkit-transition: all 3.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 3.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 3.2s cubic-bezier(0, 1.14, 0.83, 1);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: perspective(300px) rotateX(25deg) translate(0%, -200px) scale(0.2);
    transform: perspective(300px) rotateX(25deg) translate(0%, -200px) scale(0.2);
    opacity: 0;
  }
  #mv_text_lead.loaded {
    -webkit-transform: perspective(300px) rotateX(0deg) translate(0%, 0%);
    transform: perspective(300px) rotateX(0deg) translate(0%, 0%);
    opacity: 1;
  }
}


#mv_text_lead.english {
  font-size: 4.6vw;
  font-weight: 300;
  color: #fff;
  max-width: 100%;
  margin-top: 50px;
}
@media screen and (min-width: 680px) {
  #mv_text_lead.english {
    font-size: 24px;
    letter-spacing: 0.2em;
    font-weight: 100;
  }
}
@media screen and (min-width: 1360px) {
  #mv_text_lead.english {
    font-size: 42px;
  }
}

/*----------------------------------------------------
mv_text
----------------------------------------------------*/

@media screen and (max-width: 679px) {
  #mv_text {
    font-size: 2.8vw;
    letter-spacing: .3em;
    color: #BABABA;
  }
}
@media screen and (min-width: 680px) {
  #mv_text {
    font-size: 1.15em;
    letter-spacing: .3em;
    color: #BABABA;
    -webkit-transition: all 3.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 3.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 3.2s cubic-bezier(0, 1.14, 0.83, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: perspective(300px) rotateX(25deg) translate(0%, -200px) scale(0.2);
    transform: perspective(300px) rotateX(25deg) translate(0%, -200px) scale(0.2);
    opacity: 0;
  }
  #mv_text.loaded {
    -webkit-transform: perspective(300px) rotateX(0deg) translate(0%, 0%);
    transform: perspective(300px) rotateX(0deg) translate(0%, 0%);
    opacity: 1;
  }
}

/*----------------------------------------------------
top_sec_ttl
----------------------------------------------------*/
.top_sec_ttl {
  position: relative;
  z-index: 100;
}
.top_sec_ttl .ttl {
  color: #F75A5A;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 20px 0;
  font-weight: 200;
}
@media screen and (min-width: 680px) {
  .top_sec_ttl .ttl {
    font-size: 30px;
  }
}
.top_sec_ttl .text {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 200;
}
@media screen and (min-width: 680px) {
  .top_sec_ttl .text {
    font-size: 20px;
  }
}

/*----------------------------------------------------
top_service
----------------------------------------------------*/
#top_service {
  margin: 50px 0 70px 0;
  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;
  overflow: hidden;
}
@media screen and (min-width: 680px) {
  #top_service {
    margin: 100px 0;
  }
}
@media screen and (max-width: 980px) {
  #top_service {
    padding: 0 20px;
  }
}
#top_service a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
}
#top_service .anime {
  width: 100%;
  -webkit-transition: all 2.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 2.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 2.2s cubic-bezier(0, 1.14, 0.83, 1);
  display: block;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  margin: 0 0 20px 0;
  background: rgba(13, 13, 13, 0.5);
  height: 110px;
  color: #fff;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
@media screen and (min-width: 980px) {
  #top_service .anime {
    width: 48%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: perspective(300px) rotateX(25deg) translate(0%, -200px);
    transform: perspective(300px) rotateX(25deg) translate(0%, -200px);
    opacity: 0;
  }
  #top_service .anime.scrollin {
    opacity: 1;
    -webkit-transform: perspective(300px) rotateX(0deg) translate(0%, 0%);
    transform: perspective(300px) rotateX(0deg) translate(0%, 0%);
  }
  #top_service .anime:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  #top_service .anime:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  #top_service .anime:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  #top_service .anime:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  #top_service .anime:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  #top_service .anime:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  #top_service .anime:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
}
@media screen and (min-width: 980px) {
  #top_service .anime {
    height: 160px;
    margin: 0 0 40px 0;
  }
  #top_service .anime a:hover {
    background: #e0d52a;
    border: 1px solid #e0d52a;
  }
  #top_service .anime a:hover .text {
    left: 22%;
    color: #0d0d0d;
  }
  #top_service .anime a:hover .opt {
    color: #0d0d0d;
  }
  #top_service .anime a:hover:after {
    background: url(../img/common/arrow_b_right@2x.png) no-repeat;
    background-size: 100%;
    right: 30px;
  }
  #top_service .anime a:hover.bg_1:before {
    background: url(../img/common/icon_b_1.png) no-repeat;
    background-size: 100%;
    left: 3%;
  }
  #top_service .anime a:hover.bg_2:before {
    background: url(../img/common/icon_b_2.png) no-repeat;
    background-size: 100%;
    left: 3%;
  }
  #top_service .anime a:hover.bg_3:before {
    background: url(../img/common/icon_b_3.png) no-repeat;
    background-size: 100%;
    left: 3%;
  }
  #top_service .anime a:hover.bg_4:before {
    background: url(../img/common/icon_b_4.png) no-repeat;
    background-size: 100%;
    left: 3%;
  }
  #top_service .anime a:hover.bg_5:before {
    background: url(../img/common/icon_b_5.png) no-repeat;
    background-size: 100%;
    left: 3%;
  }
  #top_service .anime a:hover.bg_6:before {
    background: url(../img/common/icon_b_6.png) no-repeat;
    background-size: 100%;
    left: 3%;
  }
  #top_service .anime a:hover.bg_7:before {
    background: url(../img/common/icon_b_7.png) no-repeat;
    background-size: 100%;
    left: 3%;
  }
}
#top_service .anime a:after {
  content: "";
  display: block;
  background: url(../img/common/arrow_y_right@2x.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
@media screen and (min-width: 980px) {
  #top_service .anime a:after {
    width: 15px;
    height: 29px;
    right: 20px;
  }
}
#top_service .anime a.bg_1:before {
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  content: "";
  display: block;
  background: url(../img/common/icon_g_1.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}
@media screen and (min-width: 980px) {
  #top_service .anime a.bg_1:before {
    width: 120px;
    height: 120px;
  }
}
#top_service .anime a.bg_2:before {
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  content: "";
  display: block;
  background: url(../img/common/icon_g_2.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}
@media screen and (min-width: 980px) {
  #top_service .anime a.bg_2:before {
    width: 120px;
    height: 120px;
  }
}
#top_service .anime a.bg_3:before {
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  content: "";
  display: block;
  background: url(../img/common/icon_g_3.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}
@media screen and (min-width: 980px) {
  #top_service .anime a.bg_3:before {
    width: 120px;
    height: 120px;
  }
}
#top_service .anime a.bg_4:before {
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  content: "";
  display: block;
  background: url(../img/common/icon_g_4.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}
@media screen and (min-width: 980px) {
  #top_service .anime a.bg_4:before {
    width: 120px;
    height: 120px;
  }
}
#top_service .anime a.bg_5:before {
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  content: "";
  display: block;
  background: url(../img/common/icon_g_5.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}
@media screen and (min-width: 980px) {
  #top_service .anime a.bg_5:before {
    width: 120px;
    height: 120px;
  }
}
#top_service .anime a.bg_6:before {
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  content: "";
  display: block;
  background: url(../img/common/icon_g_6.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}
@media screen and (min-width: 980px) {
  #top_service .anime a.bg_6:before {
    width: 120px;
    height: 120px;
  }
}
#top_service .anime a.bg_7:before {
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  content: "";
  display: block;
  background: url(../img/common/icon_g_7.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}
@media screen and (min-width: 980px) {
  #top_service .anime a.bg_7:before {
    width: 120px;
    height: 120px;
  }
}
#top_service .text {
-webkit-transition: all 0.6s cubic-bezier(0, 1.14, 0.83, 1);
-o-transition: all 0.6s cubic-bezier(0, 1.14, 0.83, 1);
transition: all 0.6s cubic-bezier(0, 1.14, 0.83, 1);
position: absolute;
width: 70%;
top: 50%;
left: 60px;
-webkit-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
@media screen and (min-width: 980px) {
  #top_service .text {
    width: auto;
    left: 20%;
  }
}
#top_service .ttl {
  font-size: 1.2em;
}
#top_service .opt {
  color: #BABABA;
}

/*----------------------------------------------------
slant_box
----------------------------------------------------*/
.slant_box {
  height: 380px;
  -webkit-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  transform: skewY(-4deg);
  overflow: hidden;
}
@media screen and (min-width: 680px) {
  .slant_box {
    height: 600px;
  }
}
@media screen and (min-width: 1360px) {
  .slant_box {
    height: 800px;
  }
}
.slant_box.scrollin .slang_bg {
  -webkit-transform: skewY(4deg) scale(1.6);
  -ms-transform: skewY(4deg) scale(1.6);
  transform: skewY(4deg) scale(1.6);
}

/*----------------------------------------------------
slang_bg
----------------------------------------------------*/
.slang_bg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 2.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 2.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 2.2s cubic-bezier(0, 1.14, 0.83, 1);
  -webkit-transform: skewY(4deg) scale(1.2);
  -ms-transform: skewY(4deg) scale(1.2);
  transform: skewY(4deg) scale(1.2);
}
.slang_bg.bg_1 {
  background: url(../img/top/top_bg_img_1@2x.jpg) no-repeat right bottom;
  background-size: cover;
}

/*----------------------------------------------------
top_performance
----------------------------------------------------*/
#top_performance {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
@media screen and (min-width: 680px) {
  #top_performance {
    margin: 80px 0;
  }
}
#top_performance a {
  display: block;
  width: 100%;
  color: #fff;
  position: relative;
  margin-bottom: 2%;
  position: relative;
  font-size: 1.2em;
}
@media screen and (min-width: 680px) {
  #top_performance a {
    font-size: 1.1em;
    width: 49%;
    margin-bottom: 1%;
  }
}
@media screen and (min-width: 980px) {
  #top_performance a {
    width: 31%;
    margin: 0 0.5% 2% 0.5%;
  }
  #top_performance a.anime {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: perspective(300px) rotateX(25deg) translate(0%, -200px);
    transform: perspective(300px) rotateX(25deg) translate(0%, -200px);
    opacity: 0;
  }
  #top_performance a.anime.scrollin {
    opacity: 1;
    -webkit-transform: perspective(300px) rotateX(0deg) translate(0%, 0%);
    transform: perspective(300px) rotateX(0deg) translate(0%, 0%);
  }
}
#top_performance a .cap {
  text-align: center;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 1em;
}
@media screen and (min-width: 980px) {
  #top_performance a .cap {
    font-size: 15px;
  }
}
#top_performance a img {
  opacity: 0.3;
}
#top_performance a .photo {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#top_performance a .photo:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.8;
}
@media screen and (min-width: 980px) {
  #top_performance a {
    position: relative;
    -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  }
  #top_performance a:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-color: #e0d52a;
    -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    position: absolute;
  }
  #top_performance a:before {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-color: #e0d52a;
    -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    z-index: 100;
  }
  #top_performance a:hover {
    color: #e0d52a;
    font-size: 1.1em;
  }
  #top_performance a:hover:after, #top_performance a:hover:before {
    width: 100%;
  }
}

/*----------------------------------------------------
center_link
----------------------------------------------------*/
.center_link a {
  color: #fff;
  border: 1px solid #888888;
  padding: 10px;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  position: relative;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
@media screen and (min-width: 980px) {
  .center_link a:hover {
    border: 1px solid #e0d52a;
    letter-spacing: 0.2em;
  }
  .center_link a:hover:after {
    right: -20px;
  }
}

/*----------------------------------------------------
arrow_line
----------------------------------------------------*/
.arrow_line:after {
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  content: "";
  display: block;
  background: url(../img/common/arrow_b_line@2x.png) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/*----------------------------------------------------
top_link_area
----------------------------------------------------*/
#top_link_area {
  margin: 20px 0 40px 0;
}
@media screen and (min-width: 680px) {
  #top_link_area {
    margin: 10px 0 60px 0;
  }
}
@media screen and (min-width: 980px) {
  #top_link_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 25px;
  }
}
#top_link_area a {
  display: block;
  position: relative;
  border: 1px solid #fff;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 80%;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
@media screen and (min-width: 980px) {
  #top_link_area a {
    height: 100px;
    width: 32.5%;
    min-height: 120px;
  }
  #top_link_area a.anime {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: skewX(-15deg) perspective(300px) rotateX(25deg) translate(0%, -200px);
    transform: skewX(-15deg) perspective(300px) rotateX(25deg) translate(0%, -200px);
    opacity: 0;
  }
  #top_link_area a.anime.scrollin {
    -webkit-transform: skewX(-15deg) perspective(300px) rotateX(0deg) translate(0%, 0px);
    transform: skewX(-15deg) perspective(300px) rotateX(0deg) translate(0%, 0px);
    opacity: 1;
  }
}

#top_link_area a .text {
  font-size: 1.2em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 10;
  -webkit-transform: translate(0%, -50%) skewX(15deg);
  -ms-transform: translate(0%, -50%) skewX(15deg);
  transform: translate(0%, -50%) skewX(15deg);
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
@media screen and (min-width: 980px) {
  #top_link_area a .text {
    left: 10%;
  }
}
#top_link_area a .img {
  overflow: hidden;
  display: block;
  opacity: 0;
  height: 100%;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
@media screen and (max-width: 980px) {
  #top_link_area a .img {
    display: none;
  }
}
#top_link_area a img {
  -webkit-transform: skewX(15deg) scale(1.2);
  -ms-transform: skewX(15deg) scale(1.2);
  transform: skewX(15deg) scale(1.2);
}
@media screen and (min-width: 980px) {
  #top_link_area a:hover {
    border: 1px solid #e0d52a;
  }
  #top_link_area a:hover .img {
    opacity: 0.3;
  }
  #top_link_area a:hover .text {
    left: 15%;
  }
  #top_link_area a:hover:after {
    right: -10px;
  }
}

/*----------------------------------------------------
top_topics_fx
----------------------------------------------------*/
#top_topics_fx {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 40px auto;
  padding: 0 10px;
  position: relative;
}
@media screen and (min-width: 680px) {
  #top_topics_fx {
    margin: 30px auto 80px auto;
    padding: 0 50px;
  }
  #top_topics_fx.anime {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: perspective(300px) rotateX(25deg) translate(0%, -200px);
    transform: perspective(300px) rotateX(25deg) translate(0%, -200px);
    opacity: 0;
  }
  #top_topics_fx.anime.scrollin {
    opacity: 1;
    -webkit-transform: perspective(0px) rotateX(0deg) translate(0%, 0%);
    transform: perspective(0px) rotateX(0deg) translate(0%, 0%);
  }
}
#top_topics_fx #prev_bt, #top_topics_fx #next_bt {
  font-size: 1.3em;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
@media screen and (min-width: 980px) {
  #top_topics_fx #prev_bt:hover, #top_topics_fx #next_bt:hover {
    background-color: #3a3a3a;
  }
}
#top_topics_fx #prev_bt .fa-chevron-left, #top_topics_fx #prev_bt .fa-chevron-right, #top_topics_fx #next_bt .fa-chevron-left, #top_topics_fx #next_bt .fa-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#top_topics_fx #prev_bt {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (min-width: 680px) {
  #top_topics_fx #prev_bt {
    left: 0%;
  }
}
#top_topics_fx #next_bt {
  position: absolute;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (min-width: 680px) {
  #top_topics_fx #next_bt {
    right: 0%;
  }
}
#top_topics_fx a {
  display: block;
  padding: 20px;
  margin: 10px;
  background: rgba(45, 45, 45, 0.5);
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}

@media screen and (min-width: 980px) {
  #top_topics_fx a:hover {
    background: rgba(224, 213, 42, 0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
#top_topics_fx .meta {
  font-size: 0.85em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-style: italic;
}
#top_topics_fx .meta .date {
  color: #888888;
  margin-right: 20px;
}
#top_topics_fx .meta .cat {
  color: #FFF;
}
#top_topics_fx .ttl {
  color: #FFF;
  margin-bottom: 20px;
}
#top_topics_fx .line {
  display: inline-block;
  height: 1px;
  width: 20px;
  background-color: #e0d52a;
}

/*----------------------------------------------------
pg_top
----------------------------------------------------*/
#pg_top {
  height: 50px;
  background-color: #000;
}
#pg_top img {
  display: block;
  width: 9px;
  margin: 0 auto;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
footer {
  position: relative;
  z-index: 10;
  padding: 50px 20px;
  overflow: hidden;
  background-color: #0d0d0d;
}
@media screen and (min-width: 980px) {
  footer {
    padding: 50px 0;
  }
}
footer #ft_wrap {
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (min-width: 680px) {
  footer #ft_wrap {
    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;
  }
}
footer .ft_lead {
  width: 100%;
  margin-bottom: 20px;
  color: #F75A5A;
}
footer .ft_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 980px) {
  footer .ft_left {
    width: 85%;
  }
}
footer .ft_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #fff;
  padding-top: 20px;
}
footer .ft_right a {
  margin: 0 2%;
}
@media screen and (min-width: 980px) {
  footer .ft_right {
    display: block;
    min-width: 150px;
    width: 15%;
  }
  footer .ft_right a {
    margin: 0;
    -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    border-left: 2px solid #0d0d0d;
  }
  footer .ft_right a:hover {
    color: #e0d52a;
    border-left: 1px solid #e0d52a;
  }
}
footer .link_box {
  margin-bottom: 30px;
  width: 50%;
}
@media screen and (min-width: 680px) {
  footer .link_box {
    width: 33.33333%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    margin-bottom: 40px;
  }
}
footer .ttl {
  font-size: 0.9em;
  margin-bottom: 10px;
  border-left: 1px solid #fff;
  padding-left: 10px;
}
@media screen and (min-width: 980px) {
  footer .ttl {
    -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
    transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  }
  footer .ttl:hover {
    border-left: 1px solid #e0d52a;
  }
  footer .ttl:hover a {
    color: #e0d52a;
  }
}
footer .ttl a {
  color: #fff;
}
footer .ttl .mini {
  font-size: 0.8em;
}
@media screen and (min-width: 680px) {
  footer .child {
    padding-left: 10px;
  }
}
footer .child a {
  font-size: 0.8em;
  color: #BABABA;
  position: relative;
}
footer .child a:after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0%;
  bottom: 0;
  background-color: #BABABA;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  opacity: 0;
}
footer .child a:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
footer .ft_right a {
  font-size: 0.9em;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 680px) {
  footer .ft_right a {
    text-align: right;
    margin-bottom: 30px;
  }
}
footer .copy {
  display: block;
  text-align: center;
  color: #BABABA;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0.8em;
  margin-bottom: 80px;
}
@media screen and (min-width: 680px) {
  footer .copy {
    text-align: right;
  }
}

/*----------------------------------------------------
pgtop
----------------------------------------------------*/
#pgtop {
  display: block;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: -200px;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  width: 55px;
  height: 55px;
  font-size: 10px;
  letter-spacing: 0.1em;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 680px) {
  #pgtop {
    right: 30px;
    font-size: 12px;
    padding: 20px;
    width: 80px;
    height: 80px;
  }
}
#pgtop.fixed {
  bottom: 20px;
}
@media screen and (min-width: 680px) {
  #pgtop.fixed {
    bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  #pgtop:hover {
    -webkit-box-shadow: 0px 0px 29px 50px #fff inset;
    box-shadow: 0px 0px 29px 50px #fff inset;
    color: #0d0d0d;
  }
}

/*----------------------------------------------------
mouse-icon
----------------------------------------------------*/
#mouse-icon {
  width: 17px;
  height: 30px;
  display: block;
  margin: -20px 0 0 -7px;
  border: 2px solid #fff;
  position: absolute;
  z-index: 700;
  bottom: -5%;
  left: 50%;
  border-radius: 10px;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}
#mouse-icon.loaded {
  opacity: 0.5;
  bottom: 15%;
}
@media screen and (min-width: 680px) {
  #mouse-icon.loaded {
    bottom: 5%;
  }
}
#mouse-icon:hover {
  opacity: 1;
  cursor: pointer;
}
#mouse-icon::before {
  content: 'scroll';
  margin-top: -35px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1em;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*----------------------------------------------------
scroll-wheel
----------------------------------------------------*/
#scroll-wheel {
  width: 2px;
  height: 6px;
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  background: #fff;
  border-radius: 3px;
  -webkit-animation: scrollWheel 1s linear infinite;
  animation: scrollWheel 1s linear infinite;
}

@-webkit-keyframes scrollWheel {
  0% {
    top: 5px;
    opacity: 1;
  }
  100% {
    top: 20px;
    opacity: 0;
  }
}

@-moz-keyframes scrollWheel {
  0% {
    top: 5px;
    opacity: 1;
  }
  100% {
    top: 20px;
    opacity: 0;
  }
}

@-o-keyframes scrollWheel {
  0% {
    top: 5px;
    opacity: 1;
  }
  100% {
    top: 20px;
    opacity: 0;
  }
}

/*----------------------------------------------------
loading_bg
----------------------------------------------------*/
#loading_bg {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
  -webkit-transition: all 1s cubic-bezier(0.84, -0.06, 0.29, 0.99);
  -o-transition: all 1s cubic-bezier(0.84, -0.06, 0.29, 0.99);
  transition: all 1s cubic-bezier(0.84, -0.06, 0.29, 0.99);
}
#loading_bg.loaded {
  opacity: 0;
  pointer-events: none;
}
#loading_bg .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 200px;
}
#loading_bg .sk-circle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#loading_bg .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#loading_bg .sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: red;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
#loading_bg .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#loading_bg .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
#loading_bg .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#loading_bg .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
#loading_bg .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
#loading_bg .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#loading_bg .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
#loading_bg .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
#loading_bg .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#loading_bg .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
#loading_bg .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
#loading_bg .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#loading_bg .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#loading_bg .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#loading_bg .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#loading_bg .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#loading_bg .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#loading_bg .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#loading_bg .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
#loading_bg .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#loading_bg .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#loading_bg .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*----------------------------------------------------
form
----------------------------------------------------*/
#formWrap {
  margin: 50px 0;
  padding: 50px 0;
  border-top: 1px solid #fff;
}
#formWrap .mini {
  color: #BABABA;
  margin-left: 10px;
  font-size: 0.8em;
}

#form_lists .form_list {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 680px) {
  #form_lists .form_list {
    margin-bottom: 50px;
  }
}
#form_lists .form_list .ttl {
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 10px;
}

#form_lists input, #form_lists textarea {
  display: block;
  width: 100%;
  max-width: 900px;
}

#form_lists textarea {
  min-height: 200px;
  width: 100%;
  max-width: 1000px;
  padding: 10px;
}
@media screen and (min-width: 680px) {
  #form_lists textarea {
    padding: 20px;
  }
}

#form_lists input[type=text], #form_lists input[type=submit], #form_lists input[type=email] {
  font-size: 1em;
  padding: 10px;
}
@media screen and (min-width: 680px) {
  #form_lists input[type=text], #form_lists input[type=submit], #form_lists input[type=email] {
    padding: 20px;
  }
}

#form_lists .req {
  color: #F75A5A;
  font-size: 0.8em;
  margin-left: 15px;
}

@media screen and (min-width: 680px) {
  #form_lists .form_box.fx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#form_lists .form_box.fx input {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}

#form_lists .form_box.fx span {
  margin-right: 30px;
  color: #FFF;
}

.submit_wrap {
  width: 100%;
  margin: 50px 0;
}
@media screen and (min-width: 680px) {
  .submit_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.submit_wrap input {
  display: block;
  width: 100%;
  max-width: 400px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.2em;
  margin: 10px 0;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  min-height: 50px;
}
@media screen and (min-width: 680px) {
  .submit_wrap input {
    margin: 0;
  }
  .submit_wrap input:hover {
    background-color: #e0d52a;
    color: #0d0d0d;
  }
}

.formTable {
  width: 100%;
  margin: 40px 0;
  border-top: 1px solid #888888;
}
.formTable th, .formTable td {
  padding: 20px 5px;
  border-bottom: 1px solid #888888;
}
@media screen and (min-width: 680px) {
  .formTable th, .formTable td {
    padding: 30px;
  }
}
.formTable th {
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 680px) {
  .formTable th {
    width: 20%;
  }
}

#thanx {
  font-size: 1.1em;
  color: #fff;
  line-height: 2;
}

.back_top {
  display: block;
  margin: 50px 0;
}
@media screen and (min-width: 680px) {
  .back_top {
    margin: 80px 0;
  }
}
.back_top a {
  display: block;
  padding: 20px 0;
  font-size: 1.1em;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
}
@media screen and (min-width: 680px) {
  .back_top a:hover {
    padding: 18px 0;
    color: #e0d52a;
    border-top: 1px solid #e0d52a;
    border-bottom: 1px solid #e0d52a;
  }
}

/*----------------------------------------------------
auto_video_wrap
----------------------------------------------------*/
.auto_video_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.auto_video_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------------------------------------------
link_block
----------------------------------------------------*/
.link_block {
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  margin: 1.5em 0 0;
  display: inline-block;
  padding: 3px 20px;
  border: 1px solid #e0d52a;
  color: #e0d52a;
  border-radius: 4px;
}
.link_block:hover {
  background-color: #e0d52a;
  color: #0d0d0d;
}
.link_block .fa-angle-right {
  margin-left: 10px;
}

/*----------------------------------------------------
ob
----------------------------------------------------*/
@media screen and (min-width: 980px) {
  .ob_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.ob_left {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .ob_left {
    width: 40%;
  }
}

.ob_right {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .ob_right {
    width: 55%;
  }
}

.ob_imglist li {
  margin-bottom: 2em;
}

.ob_ttl {
  font-size: 1.4em;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 980px) {
  .ob_ttl {
    margin-bottom: 40px;
  }
}
.ob_ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-color: #e0d52a;
  height: 1px;
  width: 15px;
}

.ob_info {
  margin-bottom: 40px;
}
@media screen and (min-width: 980px) {
  .ob_info {
    margin-bottom: 80px;
  }
}

.ob_list {
  border-top: 1px solid #BABABA;
  padding: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ob_label {
  width: 120px;
  padding-right: 10px;
}

.ob_text {
  width: 100%;
  color: #fff;
  margin-left: auto;
}

.ob_back {
  margin-bottom: 80px;
}
.ob_back a {
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  display: block;
  color: #fff;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.ob_back a:after {
  -webkit-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  -o-transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  transition: all 1.2s cubic-bezier(0, 1.14, 0.83, 1);
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-color: #e0d52a;
  height: 1px;
  width: 10px;
}
.ob_back a:hover {
  padding: 10px 10px 10px 0px;
  color: #e0d52a;
  border-bottom: 1px solid #e0d52a;
}
.ob_back a:hover:after {
  width: 0;
}

/*----------------------------------------------------
インタビューページ
----------------------------------------------------*/
/*--池上追加ここから--*/

.white-text {
  color: white; /* Gemini：テキスト色を白に設定 */
}

/* 写真無し　全面文章 */
.interview_column.text_column p {
  margin-left: 2em;
  color:white;
}


/* 「森田氏：」項目 */
.interview_column .text_wrap strong.morita,
.interview_column.text_column strong.morita {
  color: #2d73e3;
  font-size: 1.1em;
  margin-right: 1em; /* 全角スペース相当の余白 */
}

/* 「テクノネット武井：」項目 */
.interview_column .text_wrap strong.takei,
.interview_column.text_column strong.takei {
  color: #d1a72a;
  font-size: 1.1em;
  margin-right: 1em; /* 全角スペース相当の余白 */
}

.interview_column .text_wrap ol li::marker {
  font-size: 1.3em;
}

.interview_column ol li h4 {
  font-size: 1.3em;
}

.interview_column .text_wrap ol li p {
  margin-left: 20px;
}

.interview_column .text_wrap ol li {
  padding-bottom: 20px; /* 20240628　<li>最後の下部の任意スペース量を設定 */
}

.interview_column .text_wrap p {
  margin-left: 30px;
}

.interview_column .text_wrap li {
  display: block; /* 20240628　inline を block に変更 20240628*/
  margin-bottom: 20px; /* <li>最後の下部の任意のスペース量を設定 */
}

/*--20240604 ↓試験運用--「・」で改行せず、右側に文が続く
.interview_column .text_wrap li {
  display: inline;
}
--*/

/*-- 池上追加ここまで--*/

.interview_column {
  margin-top: 30px;
  font-size: 1.0em;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media screen and (min-width: 680px) {
  .interview_column {
    margin-top: 50px;
  }
}
.interview_column .col_ttl {
  position: relative;
  color: #FFF449;
  padding-left: 30px;
  font-size: 1.1em;
  margin-bottom: 12px;
}
@media screen and (min-width: 680px) {
  .interview_column .col_ttl {
    margin-bottom: 16px;
  }
}

.interview_column .col_ttl::after {
  position: absolute;
  left: 0;
  top: 12px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #FFF449;
}

.interview_column p {
  margin-bottom: 1.3em;
}
.interview_column p:last-child {
  margin-bottom: 0;
}

.interview_column.img_text_column {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  justify-content: space-between;
}

.interview_column.img_text_column h4 {
  margin-bottom: 12px; /* 20240628追加 */
}

@media screen and (min-width: 680px) {
  .interview_column.img_text_column {
    flex-direction: row;
  }
  .text_wrap, .image_wrap {
    width: 47%;
  }
}

.interview_column.list_column ol {
  padding-left: 18px;
}

.interview_column.list_column h4 {
  margin-bottom: 6px;
}
