@charset "utf-8";
/*
theme Name: box2
Author: Atomic Flow
Description: original theme
version： 1.0.0
*/
body * {
  box-sizing: border-box !important;
}
body {
  /*フォントの指定*/
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  /*サイト全体のフォントサイズを指定*/
  font-size: 15px;
  /*行間の指定*/
  line-height: 1.7;
  /*サイト全体にかかるmarginをリセット*/
  margin: 0;
  /*サイト全体にかかるpaddingをリセット*/
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #333;
  background: #fafafa;
}
.black-ob {
  background-color: #000;
  width: 80%;
  max-width: 1100px;
  padding: 0px;
  margin: 0 auto;
  box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  position: relative;
  text-align: center;
}
.black-ob .stitle {
  color: #fff;
}
.clear-ob {
  width: 80%;
  max-width: 1100px;
  padding: 0px;
  margin: 30px auto 0;
  position: relative;
  text-align: center;
}
.clearsub-ob {
  box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
}
.cap p {
  line-height: 100%;
}
.white-ob {
  background-color: #fff;
  width: 80%;
  max-width: 1100px;
  padding: 0px;
  margin: 0 auto;
  box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  position: relative;
  text-align: center;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
/*見出しを全て太字で表示するように指定*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
/*画像の最大幅を画面のサイズの最大幅に設定*/
img {
  max-width: 100%;
  height: auto;
}
/*リセット*/
img,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
textarea,
address,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  list-style-type: none;
}
/*リンク*/
a:link {
  color: #0089ff;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
a:visited {
  color: #0089ff;
}
/*アイキャッチ*/
.eyecatch {
  width: 100%;
  height: 260px;
  background-position: center center;
  background-size: cover;
}
/*ワークススライド*/
.works-s {
  width: 100%;
  height: 60vh !important;
  background-position: center center;
  background-size: cover;
}
.slider .slick-dots {
  margin-top: -30px;
}
/*続きを読む*/
.cp_box *,
.cp_box *:before,
.cp_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_box {
  position: relative;
}
.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 140px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(
    to bottom,
    rgba(250, 252, 252, 0) 0%,
    rgba(250, 252, 252, 0.95) 90%
  );
}
.cp_box input:checked + label {
  background: inherit;
  /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: "Material Icons";
  content: "\ead0""　続きをよむ";
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
  display: none;
}
.cp_box .cp_container {
  overflow: hidden;
  height: 250px;
  /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
/*.cp_box input:checked+label {
	display: none ; 閉じるボタンを消す場合解放
}*/
.cp_box input:checked + label:after {
  font-family: "Material Icons";
  content: "\e5cd"" 閉じる";
}
.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}
/*トップページ-トップ項目*/
.greet {
  width: 100%;
  position: relative;
  text-align: center;
}
.greet h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.greet p {
  line-height: 2.2;
  letter-spacing: 0.2;
  margin-bottom: 20px;
  text-indent: 1em;
}
.greet strong {
  font-size: 17px;
}
/*.greet .renew {
	border-bottom: 1px solid #ddd;
}*/
.top_service__btn {
  text-align: center;
}
.top_advantage__btn {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .img-max {
    width: 100%;
  }
  #move {
    width: 100%;
    margin-top: 30px;
  }
  #move iframe {
    width: 100%;
    height: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .img-max2 {
    display: block;
    margin: auto;
  }
  #move {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #move iframe {
    width: 100%;
    height: 500px;
  }
}
/* header
--------------------------------------------------*/
#header {
  width: 100%;
  min-height: 100px;
  height: 100px;
  z-index: 20;
  /* 20 */
  top: 0;
  left: 0;
  position: fixed;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#hello-world #header {
  position: absolute;
}
#hello-world #header.fixed,
#service #header.fixed,
#about #header.fixed,
#recruit #header.fixed,
#works #header.fixed {
  position: fixed;
}
#header .headInner {
  position: relative;
}
#header .headInner .logoArea {
  position: absolute;
  top: 20px;
  left: 80px;
  width: 183px;
  height: 61px;
}
#header .headInner .logoArea a {
  background: url(../img/common/box2-logo.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 61px;
  width: 183px;
}
#header #gNav ul {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  position: relative;
  display: table;
  margin-left: 320px;
  padding-top: 35px;
}
#header #gNav ul li {
  float: left;
}
#header #gNav ul li + li {
  margin-left: 55px;
}
#header #gNav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 114%;
  position: relative;
}
.noTouch #header #gNav li a:hover {
  color: #0065b5;
}
#header #gNav ul li a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #0065b5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.noTouch #header #gNav ul li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header #gNav ul li.tel {
  display: none;
}
#header #gNav .contact {
  position: absolute;
  right: 0;
  top: 0;
  display: table;
  height: 100px;
  width: 100px;
  background: #0065b5;
  text-align: center;
}
#header #gNav .contact a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  font-size: 114%;
}
.noTouch #header #gNav .contact a:hover {
  background-color: #037ad8;
}
@media only screen and (max-width: 1140px) {
  #header .headInner .logoArea {
    left: 15px;
  }
  #header #gNav ul {
    margin-left: 230px;
  }
  #header #gNav ul li + li {
    margin-left: 45px;
  }
}
/* TB */
@media only screen and (max-width: 1024px) {
  #header {
    overflow: auto;
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: 30;
    width: 100%;
    height: auto !important;
    max-height: 100%;
    min-height: 55px;
    background: #ccc;
    /* -webkit-overflow-scrolling: touch; */
  }
  #hello-world #header,
  #service #header,
  #about #header,
  #recruit #header,
  #works #header {
    position: fixed;
  }
  #header .headInner .headerBg {
    position: relative;
    z-index: 20;
    background: #fff;
    height: 55px;
  }
  #header .headInner .logoArea {
    position: absolute;
    top: 12px;
    width: 91px;
    height: 30px;
  }
  #header .headInner .logoArea a {
    width: 91px;
    height: 30px;
  }
  #header #gNav {
    display: none;
    position: relative;
    z-index: 2;
    padding: 10px 20px 0px;
    /*		top: 55px;*/
    background: #fff;
    box-sizing: border-box;
  }
  #header #gNav ul {
    display: block;
    margin-left: auto;
    padding: 0px;
    display: block;
    margin-left: 0;
    padding-top: 0;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    border-right: 2px solid #333;
  }
  #header #gNav ul li {
    float: none;
    border-bottom: 2px solid #333;
  }
  #header #gNav ul li + li {
    margin-left: 0px;
  }
  #header #gNav ul li a {
    padding: 15px;
    display: block;
  }
  .noTouch #header #gNav li a:hover {
    color: #333;
  }
  #header #gNav ul li a:after {
    display: none;
  }
  #header #gNav ul li a:before {
    display: block;
    content: "";
    z-index: 1;
    position: absolute;
    top: inherit;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    width: 9px;
    height: 9px;
    border-top: #333 solid 3px;
    border-right: #333 solid 3px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header #gNav ul li.tel {
    display: block;
    text-align: center;
    font-size: 178%;
    line-height: 1;
  }
  #header #gNav ul li.tel span {
    color: #999999;
  }
  #header #gNav ul li.tel a:before {
    display: none;
  }
  #header #gNav .contactArea {
    padding: 0 0 20px;
  }
  #header #gNav .contact {
    margin-top: 20px;
    position: relative;
    right: inherit;
    top: inherit;
    display: block;
    height: inherit;
    width: inherit;
  }
  #header #gNav .contact a {
    display: block;
    font-size: 135%;
    padding: 25px;
    line-height: 1;
  }
}
/* spMenu
--------------------------------------------------*/
#nav-toggle {
  display: none;
}
/* TB */
@media only screen and (max-width: 1024px) {
  #nav-toggle {
    display: block;
    position: fixed;
    right: -1px;
    top: 0px;
    z-index: 9999999;
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 55px;
    height: 55px;
    text-align: center;
  }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    cursor: pointer;
    height: 1px;
    width: 30px;
    background: #333;
    position: absolute;
    display: block;
    content: "";
    margin: -3px 0 0 -15px;
    top: 50%;
    left: 50%;
  }
  #nav-toggle span:before {
    top: -6px;
  }
  #nav-toggle span:after {
    top: 12px;
  }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
  }
  #nav-toggle.active span {
    background-color: transparent;
  }
  #nav-toggle.active span:before,
  #nav-toggle.active span:after {
    top: 3px;
  }
  #nav-toggle.active span:before {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
  }
  #nav-toggle.active span:after {
    transform: translateY(-10px) rotate(-225deg);
    -webkit-transform: translateY(-10px) rotate(-225deg);
    -ms-transform: translateY(-10px) rotate(-225deg);
    top: 13px;
  }
}
/* mainVisual */
#mainVisual {
  position: relative;
}
#mainVisual .slideImg {
  position: absolute;
  height: 90vh;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
}
#mainVisual .slideImg.slide01 {
  background: url(../img/top/boxnewyear.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#mainVisual .slideImg.slide02 {
  background: url(../img/top/boxnewyear.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#mainVisual .slideImg.slide03 {
  background: url(../img/top/boxnewyear.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media only screen and (max-width: 1024px) {
  #mainVisual {
    padding-top: 55px;
    margin-bottom: -120px;
  }
  #mainVisual .slideImg {
    height: 560px;
  }
  .slick-dots {
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #mainVisual .slideImg {
    height: 280px;
  }
  #mainVisual .slideImg.slide01 {
    background: url(../img/top/boxnewyear.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #mainVisual .slideImg.slide02 {
    background: url(../img/top/boxnewyear.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #mainVisual .slideImg.slide03 {
    background: url(../img/top/boxnewyear.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
/* pager */
.slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0px;
}
.slick-dots li:first-child button {
  border-left: 1px solid #fff;
}
.slick-dots li button {
  display: block;
  width: 16px;
  height: 18px;
  padding: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: none;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}
.slick-dots li.slick-active button,
.noTouch .slick-dots li button:hover {
  background: #000;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0px;
}
/* wrapper */
#wrapper {
  color: #000;
  /*	line-height: 1.8;*/
  text-align: left;
}
#container {
  padding-top: 50px;
}
.wrap {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .wrap {
    margin: 0 20px;
  }
  #container {
    padding-top: 0px;
    box-sizing: border-box;
  }
  #hello-world #container {
    padding-top: 0px;
  }
}
/* whole */
#whole {
  z-index: 5000;
  position: absolute;
  top: 100vh;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background: transparent;
}
@media only screen and (max-width: 1024px) {
  #whole {
    position: relative;
    overflow-x: inherit;
    top: 0px !important;
  }
}
.contentTtl {
  font-size: 185%;
  color: #0065b5;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
.contentTtl span {
  color: #fff;
  position: absolute;
  left: 12px;
  z-index: 1;
}
.contentTtl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0px;
  width: 32px;
  height: 32px;
  background: #0065b5;
}
@media only screen and (max-width: 767px) {
  .contentTtl {
    font-size: 150%;
    margin-bottom: 20px;
    padding-left: 25px;
    text-align: left;
  }
  .contentTtl span {
    left: 8px;
  }
  .contentTtl:after {
    margin-top: -11px;
    width: 22px;
    height: 22px;
  }
}
/* 【トップ】 */
.cap i {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-style: normal;
}
.cap i:after {
  bottom: -7px;
  background-color: currentColor;
}
.cap i:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translate(0, 0) rotate(0deg);
  -ms-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg);
}
h2 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 34px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  padding-left: 13px;
  display: block;
  margin-block-start: 25px;
  margin-block-end: 25px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  letter-spacing: 0.1em;
  z-index: 2;
}
h2.stitle {
  line-height: 1.5;
}
h2 span {
  color: #fff;
  position: relative;
  left: -0.2em;
  z-index: 1;
}
h2 span::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -7px;
  width: calc(100% + 10px);
  height: calc(100%);
  background-color: #0065b5;
  z-index: -1;
}
h3 {
  position: relative;
  line-height: 1;
  font-size: 25px;
  font-weight: bold;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
}
h3 span {
  color: #fff;
  position: relative;
  left: -0.2em;
  z-index: 1;
}
h3 span::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: #0065b5;
  z-index: -1;
}
h4 {
  font-size: 25px;
}
h4.stitle {
  font-size: 25px;
  color: #000;
  position: relative;
  letter-spacing: 0.2em;
  display: block;
}
h4.stitle span {
  color: #fff;
  /*background-color: #0065b5;*/
  padding: 5px 7px;
  position: relative;
  /*left: -9px;*/
  z-index: 1;
}
h4.stitle span::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -3px; /* 右に10pxずらす */
  width: calc(100%); /* パディング分を考慮 */
  height: calc(100%); /* パディング分を考慮 */
  background-color: #0065b5;
  z-index: -1; /* テキストの後ろに配置 */
}
/*h4.stitle:after {
	content: '';
	display: block;
	position: absolute;
	top: 45%;
	margin-top: -20px;
	left: 0px;
	width: 38px;
	height: 38px;
	background: #0065b5;
}*/
.uline {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
@media only screen and (max-width: 767px) {
  .sub-inner h2 {
    font-size: 24px;
  }
  /*h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0px;
    width: 38px;
    height: 38px;
    background: #0065b5;
  }*/
  .top-works h2:after {
    top: 50% !important;
  }
  .title-ob {
    width: 90% !important;
    margin: auto;
  }
  .contents {
    width: 90% !important;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  /*h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0px;
    width: 38px;
    height: 38px;
    background: #0065b5;
  }*/
}
p {
  font-size: 14px;
  line-height: 200%;
}
/* PC */
@media only screen and (min-width: 1101px) {
  body * {
    box-sizing: border-box !important;
  }
  #pageTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    margin-bottom: 265px;
  }
  .s-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
  }
  .inner {
    width: 100%;
    display: block;
    padding: 0 20px;
    position: relative;
  }
  .inner2 {
    width: 100%;
    display: block;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
    padding-bottom: 25px;
    clear: both;
  }
  .info {
    background-color: #fff;
    width: 100%;
    padding: 56px;
    margin: 0px;
    margin-top: -20px;
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    position: relative;
    left: 0;
  }
  .info .list {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  .info .list li {
    padding: 10px 0;
    display: list-item;
    border-bottom: 1px solid #e5e5e5;
    text-align: -webkit-match-parent;
    color: #333;
  }
  .info .list li a {
    display: block;
    text-decoration: none;
    color: #333;
  }
  .info .list li p {
    display: block;
    text-decoration: none;
    margin-left: 30px;
    margin-bottom: 0;
  }
  .left-box {
    width: 30%;
    float: left;
    margin-right: 5%;
  }
  .left-box img {
    width: 100%;
    margin-bottom: 50px;
  }
  .right-box {
    width: 65%;
    float: left;
    text-align: left;
  }
  .merit .left-box {
    width: 15%;
  }
  .merit .right-box {
    width: 80%;
  }
  .top_service {
    padding: 0;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .top_service_left {
    width: 55%;
    margin: 0px;
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .top_service_right {
    width: 50%;
    position: absolute;
    right: 0%;
    z-index: 2;
  }
  .top_service_right img {
    width: 100%;
    /*    opacity: 0;
    -webkit-transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;
    transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;*/
    height: auto;
    z-index: 2;
  }
  .top_service_right:after {
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    left: 0;
    width: 100%;
  }
  .top_service_right:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #1f1f1f;
  }
  .top_advantage {
    padding: 0;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .top_advantage_right {
    width: 55%;
    margin: 0px;
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
    z-index: 3;
    position: absolute;
    right: 0%;
  }
  .top_advantage_left {
    width: 55%;
    position: relative;
    left: 0;
    z-index: 2;
  }
  .top_advantage_left img {
    width: 100%;
    /*    opacity: 0;
`	-webkit-transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;
    transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;*/
    height: auto;
    z-index: 2;
  }
  .top_advantage_left:after {
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    background-color: #1f1f1f;
  }
  .top_comNY {
    padding: 0;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
    position: relative;
  }
  .top_comNY_right {
    background-color: #fff;
    width: 52%;
    padding: 47px;
    margin: 0px;
    margin-top: -510px;
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
    z-index: 3;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    position: absolute;
    right: 0%;
  }
  .top_comNY_right h2 {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 34px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 42px;
    display: block;
    margin-block-start: 0px;
    margin-block-end: 25px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    letter-spacing: 0.1em;
  }
  .top_comNY_right h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0px;
    width: 38px;
    height: 38px;
    background: #0065b5;
  }
  .top_comNY_right p {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 0px;
  }
  .top_comNY_left {
    width: 45%;
    position: relative;
    top: 105px;
    z-index: 2;
  }
  .top_comNY_left img {
    width: 100%;
    /*    opacity: 0;
`	-webkit-transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;
    transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;*/
    height: auto;
    z-index: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  body * {
    box-sizing: border-box !important;
  }

  #pageTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    margin-bottom: 255px;
  }
  .sub-inner h2 {
    font-size: 30px;
  }
  .s-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .clear-ob {
    margin: -70px auto 0;
  }
  /* TB*/
  .inner {
    padding: 0px 50px;
    margin: auto;
    width: 100%;
    position: relative;
  }
  .inner2 {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
    padding-bottom: 50px;
    clear: both;
  }
  .merit {
    padding: 0px 50px;
    margin: auto;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
  }
  .greet {
    background-color: #fff;
    width: 100%;
    padding: 56px;
    margin: 0px;
    margin-top: 80px;
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    position: relative;
    text-align: center;
  }
  .greet h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .greet p {
    line-height: 2.2;
    letter-spacing: 0.2;
  }
  .greet strong {
    font-size: 17px;
  }
  .greet .renew {
    border-bottom: 1px solid #ddd;
  }
  .info {
    background-color: #fff;
    width: 100%;
    padding: 28px;
    margin: auto;
    margin-top: -150px;
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    position: relative;
    margin-bottom: 100px;
    left: 0;
  }
  .info h2:after {
    margin-top: -20px;
  }
  .info .list {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  .info .list li {
    padding: 10px 0;
    display: list-item;
    border-bottom: 1px solid #e5e5e5;
    text-align: -webkit-match-parent;
    color: #333;
  }
  .info .list li a {
    display: block;
    text-decoration: none;
    color: #333;
  }
  .info .list li p {
    display: block;
    text-decoration: none;
    margin-left: 30px;
    margin-bottom: 0;
  }
  .top_service {
    margin-top: -230px !important;
  }
  .top_service_left {
    background-color: #fff;
    width: 60%;
    margin: 0px;
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    position: relative;
  }
  .top_service_right {
    top: 110px;
  }
  .top_service_right img {
    width: 100%;
    /*    opacity: 0;
    -webkit-transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;
    transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;*/
    height: auto;
    z-index: 2;
  }
  .top_service_right:after {
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    left: 0;
    width: 100%;
  }
  .top_service_right:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #1f1f1f;
  }
  .top_advantage {
    margin-top: -130px !important;
  }
  .top_advantage_right {
    background-color: #fff;
    width: 60%;
    margin: 0px;
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
    z-index: 3;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    position: absolute;
    right: 0%;
  }
  .top_advantage_left {
    top: 110px;
  }
  .top_advantage_left img {
    width: 100%;
    /*    opacity: 0;
    -webkit-transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;
    transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;*/
    height: auto;
    z-index: 2;
  }
  .top_advantage_left:after {
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    left: 0;
    width: 100%;
  }
  .top_advantage_left:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #1f1f1f;
  }
  .top_comNY_right {
    background-color: #fff;
    width: 55%;
    padding: 28px;
    margin: auto;
    margin-top: -380px;
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
    z-index: 3;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    position: absolute;
    right: 0%;
  }
  .top_comNY_right h2 {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 34px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 42px;
    display: block;
    margin-block-start: 0px;
    margin-block-end: 25px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    letter-spacing: 0.1em;
  }
  .top_comNY_right h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0px;
    width: 38px;
    height: 38px;
    background: #0065b5;
  }
  .top_comNY_right p {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 0px;
  }
  .top_comNY_left {
    width: 50%;
    position: relative;
    top: 145px;
    z-index: 2;
  }
  .top_comNY_left img {
    width: 95%;
    /*    opacity: 0;
    -webkit-transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;
    transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;*/
    height: auto;
    z-index: 2;
  }
  .top-works {
    width: 90%;
    margin: auto;
    margin-top: 290px;
    background-color: #000;
    text-align: center;
    color: #fff;
  }
  .top-works h2:after {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  body * {
    box-sizing: border-box;
  }
  #mainVisual {
    padding-top: 55px;
    margin-bottom: 0px;
  }
  #mainVisual .slideImg {
    height: 560px;
  }
  #pageTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    margin-bottom: 390px;
  }
  .s-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .slick-dots {
    bottom: 10px;
  }
  .clear-ob {
    margin: -70px auto 0;
  }
  /* SP*/
  .inner {
    margin: auto;
    width: 100%;
  }
  .inner2 {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
    padding-bottom: 25px;
    clear: both;
  }
  .info {
    background-color: #fff;
    width: 90%;
    padding: 25px;
    margin: auto;
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    position: relative;
    top: -80px;
    left: 0;
  }
  .info .list {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  .info .list li {
    padding: 10px 0;
    display: list-item;
    border-bottom: 1px solid #e5e5e5;
    text-align: -webkit-match-parent;
    color: #333;
  }
  .info .list li a {
    display: block;
    text-decoration: none;
    color: #333;
  }
  .info .list li p {
    display: block;
    text-decoration: none;
    margin-left: 30px;
    margin-bottom: 0;
  }
  .greet {
    margin: 0px auto 0px;
    margin-top: 0px;
    position: relative;
    text-align: center;
  }
  .top_service {
    margin-top: -80px !important;
  }
  .top_service_left {
    background-color: #fff;
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
  }
  .top_service_right {
    margin: auto;
  }
  .top_service_right img {
    width: 100%;
    /*    opacity: 0;
    -webkit-transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;
    transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;*/
    height: auto;
    z-index: 2;
  }
  .top_service_right:after {
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    left: 0;
    width: 100%;
  }
  .top_service_right:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #1f1f1f;
  }
  .top_advantage {
    margin-top: -110px !important;
  }
  .top_advantage_right {
    background-color: #fff;
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
  }
  .top_advantage_left {
    margin: 70px auto 0;
  }
  .top_advantage_left img {
    width: 100%;
    /*    opacity: 0;
    -webkit-transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;
    transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;*/
    height: auto;
    z-index: 2;
  }
  .top_advantage_left:after {
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    left: 0;
    width: 100%;
  }
  .top_advantage_left:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #1f1f1f;
  }
  .top_comNY {
    margin-top: 70px;
    margin-bottom: 180px;
  }
  .top_comNY_right {
    background-color: #fff;
    width: 90%;
    padding: 25px;
    margin: -100px 18.75px;
    box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
    transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
  }
  .top_comNY_right h2 {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 34px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 42px;
    display: block;
    margin-block-start: 0px;
    margin-block-end: 25px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    letter-spacing: 0.1em;
  }
  .top_comNY_right p {
    font-size: 14px;
    line-height: 200%;
    margin-bottom: 10px;
  }
  .top_comNY_right h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: 0px;
    width: 38px;
    height: 38px;
    background: #0065b5;
  }
  .top_comNY_left {
    width: 90%;
    z-index: 2;
    position: relative;
    margin: auto;
  }
  .top_comNY_left img {
    width: 100%;
    z-index: 2;
    position: relative;
    margin: auto;
    /*    opacity: 0;
    -webkit-transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;
    transition: all .1s cubic-bezier(.04,.435,.315,.9) .4s;*/
    height: auto;
  }
  .top-works {
    margin-top: -10px !important;
  }
}
.top-works {
  width: 90%;
  margin: auto;
  margin-top: 290px;
  background-color: #000;
  text-align: center;
  color: #fff;
}
.top-works h2 {
  color: #fff;
  display: inline-block;
  margin-top: 40px;
  padding-left: 45px;
}
.top-works h2:after {
  width: 38px;
}
.top-works-inner {
  width: 90%;
  margin: auto;
}
.top-works-inner li {
  float: left;
  margin-right: 2%;
  width: 32%;
}
.top-works-inner li:last-child {
  margin-right: 0%;
}
.top-works-inner li img {
  width: 100%;
}
.top-works__btn {
  clear: both;
  padding-top: 50px;
  padding-bottom: 50px;
}
/* 【WORKS】
--------------------------------------------------*/
.title-wrapper {
  width: 100%;
  display: block;
  position: relative;
}
.title-inner {
  width: 100%;
  margin: auto;
  background-color: #000;
  text-align: center;
  color: #fff;
  height: 325px;
  z-index: 1;
  position: relative;
}
.title-inner.works-t h2 {
  color: #fff;
  display: inline-block;
  margin-top: 100px;
  padding-left: 55px;
}
.title-inner h2 {
  color: #fff;
  display: inline-block;
  margin-top: 100px;
  padding-left: 43px;
}
.title-inner.works-t h2:after {
  width: 50px;
}
.title-inner.links h2:after {
  width: 40px;
}
.title-ob {
  background-color: #fff;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: -200px;
  box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
  position: relative;
  text-align: center;
}
.title-ob h3 {
  color: #000;
  font-family: "Raleway", sans-serif;
}
.title-ob ul {
  display: inline-block;
}
.contents {
  background-color: #fff;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .title-inner h2 {
    padding-left: 30px;
  }
  .title-ob li {
    float: none !important;
    margin-right: 0px !important;
    margin-bottom: 10px;
  }
  .title-ob h3 {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
  }
  .content-wrapper {
    width: 90% !important;
    text-align: center;
    margin: auto !important;
    clear: both;
  }
  /*h4.stitle:after {
		content: '';
		display: block;
		position: absolute;
		top: 25% !important;
		margin-top: -20px;
		left: 0px;
		width: 38px;
		height: 38px;
		background: #0065b5;
	}
	h4.stitle.last:after {
		top: 45% !important;
	}*/
  h4.stitle span {
    color: #fff;
    background-color: #0065b5;
    padding: 5px 7px;
    /*position: absolute;*/
    /*left: 9px;*/
    /*z-index: 1;*/
  }
  .left-box {
    width: 100% !important;
    float: none !important;
    margin-top: 15px;
    margin-right: 0% !important;
  }
  .right-box {
    width: 100% !important;
    float: none !important;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .left-box img {
    width: auto !important;
  }
  .right-box h5 {
    text-align: center;
    margin-top: 10px;
  }
  .right-box h5:empty {
    display: none;
  }
  .right-box span:empty {
    display: none;
  }
  #move iframe {
    width: 100%;
    height: 300px !important;
  }
  .system-m li {
    float: left;
    width: 100% !important;
    margin-right: 6% !important;
  }
  .system-m li:nth-child(3n) {
    margin-right: 6% !important;
  }
  .system-m li:nth-child(2n) {
    margin-right: 0% !important;
  }
  h2.works-h2:after {
    top: 25% !important;
  }
  .works-works-inner li {
    float: none !important;
    margin-right: 0% !important;
    width: 100% !important;
  }
  .eyecatch {
    height: 200px !important;
  }
  .slide-base h4 {
    padding-bottom: 0px !important;
  }
  .works-s {
    height: 30vh !important;
  }
  .prev a {
    position: relative !important;
    left: 0;
    top: 0;
    margin-bottom: 50px !important;
  }
  .next a {
    position: relative !important;
    right: 0;
    top: 0;
  }
  .btn-mid {
    width: 252px;
    padding: 20px 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .pager {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  #about .top-works-inner li {
    padding: 20px !important;
  }
  .top-works-inner.about-idea {
    margin-bottom: 0px !important;
  }
  .sec-shadow {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 30px !important;
  }
  .title-ob.links li {
    width: 100% !important;
    text-align: center;
    padding: 20px;
  }
  .height100 {
    clear: both;
    height: 200px;
  }
  .white-ob,
  .black-ob,
  .clear-ob,
  .recruit-wrapper {
    width: 90% !important;
  }
  .top_service_left p,
  .top_advantage_right p {
    margin-bottom: 0px !important;
  }
  .top-works__btn {
    clear: both;
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }
}
.title-ob li {
  float: left;
  margin-right: 50px;
}
.title-ob li:last-child {
  margin-right: 0px;
}
.title-ob.links ul {
  display: inline-block;
}
.title-ob.links li {
  float: left;
  margin-right: 10%;
  width: 45%;
  text-align: center;
  padding: 20px;
}
.title-ob.links li:nth-child(2n) {
  margin-right: 0px;
}
.title-ob.privacy p {
  text-align: left;
}
.title-ob.privacy h4 {
  border-bottom: solid 1px #000;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}
.topbox {
  padding-top: 100px !important;
}
.endbox {
  padding-bottom: 100px;
}
.content-wrapper {
  width: auto;
  text-align: center;
  clear: both;
}
.content-wrapper h2 {
  color: #000;
  display: inline-block;
  margin-top: 100px;
  padding-left: 45px;
  margin-bottom: 0px;
}
.content-wrapper h2.second {
  color: #000;
  display: inline-block;
  margin-top: 0px;
  padding-left: 45px;
  margin-bottom: 0px;
}
.works-works-inner {
  width: 100%;
  margin: auto;
  max-width: 1300px;
  padding: 0 30px;
}
.works-works-inner li {
  float: left;
  margin-right: 2%;
  width: 32%;
}
.works-works-inner li:nth-child(3n) {
  margin-right: 0%;
}
.works-works-inner li img {
  width: 100%;
}
.works-works-inner h4 {
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 30px;
  color: black;
}
#works-detail h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 80px;
  color: #0065b5;
}
.slide-base {
  max-width: 1100px;
  width: 100%;
  background-color: black;
  margin: auto;
}
.slide-base h4 {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.w-outline {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  text-align: left;
}
.w-outline span {
  padding-right: 10px;
}
.comment {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.slide-main img {
  width: 100%;
}
.pager {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: relative;
}
.next a {
  position: absolute;
  right: 0;
  top: 0;
  border: solid 1px #000;
  font-size: 15px;
  padding: 19px;
  letter-spacing: 0em;
  background-color: black;
  font-weight: bold;
  color: #fff;
  font-family: "Raleway", sans-serif;
}
.prev a {
  position: absolute;
  left: 0;
  top: 0;
  border: solid 1px #000;
  font-size: 15px;
  padding: 19px;
  letter-spacing: 0em;
  background-color: black;
  font-weight: bold;
  color: #fff;
  font-family: "Raleway", sans-serif;
}
/* 【INFORMATION】
--------------------------------------------------*/
/* #information .s-title{
	font-size: 13px;
} */
#information .contents .part {
  width: 100%;
  display: block;
  padding: 0 20px;
  position: relative;
}
#information .contents .part .left-box {
  width: 60%;
  float: left;
  margin-right: 5%;
  text-align: left;
}
#information .contents .part .right-box {
  float: right;
  width: 30%;
  text-align: center;
  letter-spacing: 0em;
}
/* 【SERVICE】
--------------------------------------------------*/
#service h3 {
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  color: #0065b5;
  text-align: center;
  letter-spacing: 0.3em;
}
#service strong {
  font-weight: bold;
  color: #0065b5;
}
.right-box h5 {
  font-size: 20px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.right-box h5 span {
  font-size: 40px;
  color: #0065b5;
  margin-right: 10px;
}
.right-box h5:empty {
  display: none;
}
.right-box span:empty {
  display: none;
}
.check-empty:has(span:empty) {
  display: none;
}
.serive-sec {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 auto;
  position: relative;
  max-width: 1100px;
  padding-bottom: 50px;
  clear: both;
}
.serive-sec:last-child {
  padding-bottom: 0px;
}
#service .system-m p {
  margin-bottom: 0px;
}
ul.system-m {
  margin-top: 10px;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.system-m li {
  float: left;
  width: 30%;
  margin-right: 5%;
  text-align: left;
  margin-bottom: 10px;
}
.system-m li:nth-child(3n) {
  margin-right: 0;
}
.pannel-j {
  font-size: 16px;
}
.pannel-e {
  font-size: 10px;
  color: #999;
}
/* 【ABOUTUS】
--------------------------------------------------*/
.t-aboutus {
  text-align: left;
}
.t-aboutus h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
#about h3 {
  font-size: 25px;
  color: #000;
  position: relative;
  padding-left: 42px;
  margin-block-start: 25px;
  margin-block-end: 40px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  letter-spacing: 0em;
  display: inline-block;
  margin-bottom: 25px;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
}
#about h3 span {
  color: #fff;
  position: absolute;
  left: 9px;
  z-index: 1;
}
#about h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  margin-top: -20px;
  left: 0px;
  width: 38px;
  height: 38px;
  background: #0065b5;
}
#about .title-ob {
  background-color: #fff;
  width: 80%;
  max-width: 1100px;
  padding: 30px 50px 10px;
  margin: 0 auto;
  margin-top: -200px;
  box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
  position: relative;
  text-align: left;
}
#about .top-works h3 {
  color: #fff;
  margin-top: 100px;
}
#about .top-works h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}
#about .top-works-inner li img {
  width: auto;
}
#about .top-works-inner li p {
  color: #000;
}
#about .top-works-inner li {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-works-inner li {
    float: none;
    margin-right: 0%;
    width: 100%;
    margin-bottom: 20px;
  }
  .top-works-inner {
    width: 90%;
    margin: auto;
    margin-bottom: -200px;
  }
  #about .title-ob {
    width: 90% !important;
    padding: 20px 30px 10px;
  }
  #about h2 {
    font-size: 30px;
  }
  h2.stitle {
    margin: 0;
  }
}
#about .top-works-inner ul {
  padding-bottom: 100px;
}
.t-aboutus-inner .left-box {
  float: left;
  width: 65%;
  margin-right: 5%;
}
.t-aboutus-inner .right-box {
  float: left;
  width: 30%;
  text-align: center;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .t-aboutus-inner .left-box {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
  .t-aboutus-inner .right-box {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.t-aboutus-inner .right-box strong {
  font-size: 20px;
  margin-left: 5px;
}
.sec-shadow {
  background-color: #fff;
  width: 100%;
  max-width: 1100px;
  padding: 56px;
  margin: 0 auto;
  box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
  transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
  position: relative;
  text-align: left;
  margin-bottom: 100px;
}
.bottoms {
  margin-bottom: 200px;
}
#table {
  width: 100%;
  border-collapse: collapse;
}
#table td,
#table th {
  padding: 20px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
}
#table th {
  font-weight: bold;
}
#table thead th {
  background: #0065b5;
  color: #fff;
}
#table thead tr th:first-child {
  text-align: center;
}
#table tbody tr th:first-child {
  width: 130px;
  text-align: center;
  color: #0065b5;
}
#table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  #table {
    display: block;
  }
  #table td,
  #table th {
    padding: 3px 10px;
  }
  #table tbody tr:nth-child(even) {
    background: none;
  }
  #table thead {
    display: none;
  }
  #table tbody {
    display: block;
    font-size: 85%;
    line-height: 1.4;
  }
  #table tbody tr {
    display: block;
    margin-bottom: 1.5em;
  }
  #table tbody tr th:first-child {
    width: inherit;
    text-align: left;
    color: #fff;
  }
  #table tbody th,
  #table tbody td {
    display: list-item;
    border: none;
  }
  #table tbody th {
    margin-bottom: 5px;
    list-style-type: none;
    background: #0065b5;
    color: #fff;
  }
  #table tbody td {
    margin-left: 0px;
    padding: 0;
    padding-top: 18px;
    position: relative;
    margin-bottom: 3px;
  }
  #table tbody td:nth-of-type(1):before {
    content: "BOXの出来事";
    position: absolute;
    top: 0px;
    font-weight: bold;
  }
  #table tbody td:nth-of-type(2):before {
    content: "主な事柄";
    position: absolute;
    top: 0px;
    font-weight: bold;
  }
  #langEn #table tbody td:nth-of-type(1):before {
    content: "Events at BOX-1";
  }
  #langEn #table tbody td:nth-of-type(2):before {
    content: "Main events";
  }
  #table tbody td.none {
    display: none;
  }
}
table.table2 {
  margin: auto;
  width: 90%;
}
.table2 tr {
  border-top: solid #000 1px;
}
.table2 tr:last-child {
  border-top: solid #000 1px;
  /*border-bottom: solid #000 1px;*/
}
.table2 th {
  padding: 20px;
  width: 150px;
}
.table2 td {
  padding: 20px;
}
.table2 span {
  color: #0065b5;
}
.table2 a:link,
.table2 a:visited {
  color: #0065b5;
}
.table2 a:hover {
  color: #0065b5;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .last td:last-child {
    border-bottom: solid 1px #000;
    width: 100%;
  }
  .table2 {
    width: 100%;
  }
  .table2 th,
  .table2 td {
    display: block;
    width: 100%;
  }
  .table2 th {
    padding-bottom: 0px;
  }
}
/* 【RECRUIT】
--------------------------------------------------*/
#recruit table.table2 {
  text-align: left;
}
.recruit-wrapper {
  width: 100%;
  max-width: 1100px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
table.table3 {
  margin: auto;
  width: 90%;
  border: solid #000 1px;
  text-align: left;
  /*margin-bottom: 100px;*/
}
.table3 th {
  padding: 20px;
  width: 150px;
}
.table3 td {
  padding: 20px;
}
.table3 tr {
  border: solid #000 1px;
}
@media screen and (max-width: 767px) {
  .table3 {
    width: 100%;
  }
  .table3 th,
  .table3 td {
    display: block;
    width: 100%;
  }
  .table3 th {
    padding-bottom: 0px;
  }
}
/* pageTop
--------------------------------------------------*/

#pageTop.bottom {
  position: absolute;
}
#pageTop a {
  display: block;
  overflow: hidden;
  position: relative;
  top: 100px;
  width: 48px;
  height: 48px;
  border: 2px solid #333;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  opacity: 0;
}
#pageTop a:before {
  display: block;
  content: "";
  z-index: 1;
  position: absolute;
  top: inherit;
  right: 50%;
  top: 50%;
  margin-top: -4px;
  margin-right: -6px;
  width: 9px;
  height: 9px;
  border-top: #333 solid 2px;
  border-right: #333 solid 2px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pageTop a:hover {
  background: #333;
}
#pageTop a:hover:before {
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
}
#pageTop.show a {
  top: 0;
  opacity: 1;
}
/* ボタン */
.btn-mid {
  width: 252px;
  padding: 20px 0;
}
.btn-white {
  color: #000;
  background-color: #fff;
}
.btn {
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  text-decoration: none;
}
.btn.is-animation div:first-child {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.btn div:first-child {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.btn.is-animation div:nth-child(2) {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.btn div:nth-child(2) {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.btn.is-animation div:nth-child(3) {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.btn div:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.btn.is-animation div:nth-child(4) {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.btn div:nth-child(4) {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.btn div {
  background-color: currentColor;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9);
}
.btn div,
.btn i {
  color: currentColor;
  z-index: 2;
  position: absolute;
}
.btn-mid span,
.btn-submit {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.btn-en span {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
.btn i:before,
.btn span {
  color: currentColor;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn-submit:hover,
.btn-white:after {
  background-color: #000;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 1;
  z-index: 1;
}
/* footer
--------------------------------------------------*/
#footer {
  position: relative;
  bottom: 0;
  z-index: 1;
  /*margin-top: 200px;*/
  clear: both;
}
#whole #footer {
  margin-top: 0px;
}
#footer .footBox {
  border-top: solid 1px #000;
  padding: 40px 0 40px;
}
#footer .wrap {
  max-width: 800px;
}
#footer .footInner {
  margin-right: -2.33%;
  box-sizing: border-box;
}
#footer .footInner .footContent {
  display: block;
  width: 31%;
  float: left;
  margin-right: 2.33%;
  height: 220px;
}
#footer .footInner .footContent .companyName {
  font-weight: bold;
  font-size: 142%;
  margin-bottom: 20px;
  padding-top: 10px;
}
#footer .footInner .footContent .companyName span {
  display: block;
  font-size: 70%;
  font-weight: normal;
  line-height: 100%;
}
#footer .footInner .footContent .footLogo {
  margin: 0 auto;
  width: 180px;
  height: 180px;
}
#footer .footInner .footContent .footLogo span {
  background: url(../img/common/box2-footer.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 180px;
  height: 180px;
}
#footer .footInner .footContent .contactArea {
  padding-left: 50px;
  padding-top: 10px;
}
#footer .footInner .footContent .contactArea .ttl {
  font-size: 142%;
  margin-bottom: 10px;
}
#footer .footInner .footContent .contactArea .tel,
#footer .footInner .footContent .contactArea .mail {
  font-size: 114%;
  line-height: 1.4;
  margin-bottom: 50px;
}
#footer .footInner .footContent .contactArea .tel span,
#footer .footInner .footContent .contactArea .mail span {
  color: #999999;
  display: block;
}
#footer .footInner .footContent .contactArea .tel {
  margin-bottom: 15px;
}
#footer #copyright {
  clear: both;
  text-align: center;
  padding: 10px 0;
  background: #333333;
  color: #fff;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1100px) {
  #footer .wrap {
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #whole #footer {
    margin-top: -100px;
  }
  #footer .footBox {
    padding: 30px 0 25px;
  }
  #footer .wrap {
    margin: 0 20px;
    padding: 0;
  }
  #footer .footInner {
    margin-right: 0;
    margin-bottom: -50px;
  }
  #footer .footInner .footContent {
    display: block;
    width: inherit;
    float: none;
    margin-right: 0;
    text-align: center;
    height: 130px;
  }
  #footer .footInner .footContent .companyName {
    margin-bottom: 15px;
    padding-top: 0;
  }
  #footer .footInner .footContent .footLogo {
    width: 112px;
    height: 112px;
    margin-bottom: 50px;
  }
  #footer .footInner .footContent .footLogo span {
    width: 112px;
    height: 112px;
  }
  #footer .footInner .footContent .contactArea {
    padding-left: 0px;
    padding-top: 0px;
  }
  #footer .footInner .footContent .contactArea .ttl {
    font-size: 142%;
    margin-bottom: 10px;
  }
  #footer .footInner .footContent .contactArea .tel span,
  #footer .footInner .footContent .contactArea .mail span {
    display: inline-block;
    padding-right: 5px;
  }
  #footer .footInner .footContent .contactArea .tel {
    margin-bottom: 8px;
  }
  #footer .footInner .footContent .contactArea .mail {
    margin-bottom: 16px;
  }
}
