@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  background: #fff;
  margin: 0;
  letter-spacing: 0.1em;
  font-feature-settings: "palt"1 !important;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* TEXT */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  font-weight: normal;
}

h1 {
  font-size: 32px;
  font-weight: 200;
}

h2 {
  font-size: 24px;
  font-weight: 200;
}

h3 {
  font-size: 18px;
  font-weight: 200;
}

h4 {
  font-size: 16px;
  font-weight: 200;
}

p,
ol,
ul,
li {
  line-height: 1.8;
}

.clear-fix {
  clear: both;
}

p {
  margin: 0;
  padding: 0;
}

.b {
  font-weight: 500;
}

/* MARGIN ============================== */

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

/* TEXT ============================== */

.t10 {
  font-size: 10px;
}

.t12 {
  font-size: 12px;
}

.t13 {
  font-size: 13px;
}

.t14 {
  font-size: 14px;
}

.t16 {
  font-size: 16px;
}

.t18 {
  font-size: 18px;
}

.t21 {
  font-size: 21px;
}

.t24 {
  font-size: 24px;
}

.t28 {
  font-size: 28px;
}

.t32 {
  font-size: 32px;
}

.t36 {
  font-size: 36px;
}

.t12b {
  font-size: 12px;
  font-weight: 500;
}

.t14b {
  font-size: 14px;
  font-weight: 500;
}

.t16b {
  font-size: 16px;
  font-weight: 400;
}

.t18b {
  font-size: 18px;
  font-weight: 400;
}

.t21b {
  font-size: 21px;
  font-weight: 400;
}

.t24b {
  font-size: 24px;
  font-weight: 400;
}

.t28b {
  font-size: 28px;
  font-weight: 400;
}

.t32b {
  font-size: 32px;
  font-weight: 400;
}

.t36b {
  font-size: 32px;
  font-weight: 400;
}

.txt-center {
  text-align: center;
}

.navyblue {
  color: #43388a;
}


/* LINK BTN */

a:link {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:focus,
*:focus {
  outline: none;
}

a.btn {
  color: #fff;
}

/* HEADER LINK */

ul.header-link {
  font-size: 12px;
  padding: 0;
  text-align: right;
}

ul.header-link li {
  display: inline-block;
  margin-left: .5em;
}

ul.header-link li a {
  color: #999;
  letter-spacing: 0;
}

ul.header-link li a:visited {
  color: #999;
}

ul.header-link li a:hover {
  color: #999;
}

ul.header-link li.primary {
  border-bottom: 1px solid #000;
}

/* LAYOUT =====================================*/

.container-fluid {
  max-width: 800px;
}

/* HEADER Nav */

.navbar {
  background: #43388a !important;
  font-family: 'Roboto', sans-serif;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.nav li a {
  color: #fff !important;
  letter-spacing: 0.1em;
  cursor: pointer !important;
}

.nav li {
  color: #fff !important;
  letter-spacing: 0.1em;
  cursor: pointer !important;
}

.navbar-default {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.nav>li>a {
  cursor: pointer !important;
}

#slide-line {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* VISUAL */

#main-wrap {
  width: 100%;
  height: 800px;
  height: 600px;
  position: relative;
  overflow: hidden;
  pointer-events: none !important;
}

#cover-wrap {
  width: 100%;
  height: 800px;
  height: 600px;
  position: absolute;
  overflow: hidden;
  z-index: 90;
  pointer-events: none !important;
}

#geo-wrap {
  width: 100%;
  opacity: 0.4;
  height: auto;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none !important;
}

#bg-wrap {
  width: 100%;
  height: 800px;
  height: 600px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: top;
  pointer-events: none !important;
}

#bg-wrap2 {
  width: 100%;
  height: 800px;
  height: 600px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: top;
  pointer-events: none !important;
}

#geo-bottom {
  position: absolute;
  z-index: 10;
  bottom: 0;
}

#text-wrap {
  width: 100%;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.visual-text {
  margin-top: -20px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1em;
  font-feature-settings: "palt"1;
}

.text-white {
  color: #fff !important;
}

.text-blue {
  color: #43388a !important;
}

#news ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100px;
  line-height: 30px;
  overflow: hidden;
}

/* HEADING */

h1.heading {
  font-size: 32px;
  font-weight: 200;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

h2.heading {
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

h3.heading {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-weight: 300;
}

h4.heading {
  font-size: 14px;
  font-weight: 200;
  margin-top: 30px;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.lead-text {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 300;
}

/* NEWS */

.news-wrap {
  font-weight: 200;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  max-width: 740px;
}

.news-wrap dt {
  font-weight: 400;
  float: left !important;
  clear: left !important;
  width: 240px;
  padding-bottom: 5px;
}

.news-wrap dd {
  font-weight: 300;
  float: left !important;
  max-width: 500px;
  padding-bottom: 15px;
  font-weight: 300 !important;
}

.news-label {
  text-align: right;
}

.bg-blue-link a:link {
  color: #fff;
  transition: 0.3s;
}

.bg-blue-link a:visited {
  color: #fff;
}

.bg-blue-link a:hover {
  opacity: 0.5;
  color: #fff;
}

/* INFO WRAP */

.info-wrap {
  padding: 20px;
  border: solid 1px #fff;
  color: #fff;
  margin-bottom: 50px;
  font-size: 13px;
}

.info-wrap h2 {
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
}

/* SECTION BG */

.container-fluid {
  background-color: transparent;
}

.bg-blue {
  background: #43388a;
}

.bg-lgray {
  background: #e4e7eb;
}

.bg-gray {
  background: #f4f4f4;
}

/* COMPANY */

ul.company {
  margin: 0 0 0 30px;
  padding: 0;
}

ul.company li {
  margin: 0;
  padding: 0;
}

.ceo-wrap {
  display: none;
}

.ceo-table {
  margin-top: -5px;
}

.ceo-table th {
  width: 60px;
  font-weight: 300;
  vertical-align: top;
  font-size: 13px;
}

.ceo-table td {
  font-weight: 300;
  vertical-align: top;
  font-size: 13px;
}

.advisory-table {
  margin-top: -5px;
  font-size: 12px;
}

.advisory-table th {
  width: 60px;
  font-weight: 300;
  vertical-align: top;
}

.advisory-table td {
  font-weight: 300;
  vertical-align: top;
}

/* FOOTER */

footer {
  margin-top: 50px;
  width: 100%;
}

.footer-inner {
  text-align: center;
  padding: 30px 10px 30px;
  font-size: 10px;
  font-weight: 300;
  background: #43388a !important;
  color: #ccc;
  letter-spacing: 0.1em;
}

.copyright {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

footer a:link {
  font-size: 12px;
  color: #ccc;
  letter-spacing: 0;
}

footer a:visited {
  color: #ccc;
}

footer a:hover {
  color: #ccc;
}

/* CONTACT */

.iframe-wrap {
  width: 100%;
}

/* SCROLL TOP */

.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: none;
}

/* GOOGLE MAP */

#map_canvas {
  position: relative;
  padding: 0 0 40%;
  height: 0;
  overflow: hidden;
}

#map_canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* NEWS //////////////////////////// */

.news-title {
  font-size: 18px;
  line-height: 1.6;
  padding-top: 10px;
  margin-bottom: 30px;
  font-weight: 400;
}

/* RECRUIT //////////////////////////// */

.recruit-table {
  width: 100%;
  border-top: solid 1px #ccc;
}

.recruit-table th {
  border-bottom: solid 1px #ccc;
  padding: 10px;
  vertical-align: top;
  font-weight: normal;
  font-weight: 200;
  font-size: 14px;
}

.recruit-table td {
  border-bottom: solid 1px #ccc;
  padding: 10px;
  vertical-align: top;
  font-weight: 200;
  font-size: 14px;
}

.recruit-ceo-main {
  width: 100%;
  height: 750px;
  position: relative;
}

.interview-title {
  position: absolute;
  top: 50px;
  left: 50px;
  color: #fff;
  font-size: 56px;
  line-height: 1.4;
  font-weight: 200;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1em;
}

/* PRIVACY POLICY */

.policy-list {
  margin-left: 20px;
  padding: 0;
}

.policy-table {
  width: 100%;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.policy-table th {
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 10px;
  vertical-align: top;
  font-weight: 200;
  font-size: 14px;
}

.policy-table td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 10px;
  vertical-align: top;
  font-weight: 200;
  font-size: 14px;
}

/* BTN */

a.btn1 {
  max-width: 300px;
  margin: 0 auto 0;
  padding: 10px;
  border: solid 2px #43388a;
  color: #43388a;
  background-color: #fff;
  font-size: 14px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  font-weight: 300;
}

a.btn1:hover {
  background-color: #43388a;
  border: solid 2px #43388a;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}

/* rec1 */

.circle-rec1 {
  margin: 0 auto 0;
  width: 180px;
  height: 180px;
  -webkit-animation: anim 0s linear 0s 1 normal;
}

.circle-rec1-circle {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.circle-rec1-outer {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(319deg, #09f7f9, #f5fb00, #92f235);
  background-size: 100% 100%;
  -webkit-animation: rec1 5s linear infinite;
  -moz-animation: rec1 5s linear infinite;
  -ms-animation: rec1 5s linear infinite;
  -o-animation: rec1 5s linear infinite;
  animation: rec1 5s linear infinite;
}

.circle-rec1-inner {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 35px;
  left: 35px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 200;
}

.circle-rec1.ml20 {
  margin-left: 20px;
}

@-webkit-keyframes rec1 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rec1 {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes rec1 {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes rec1 {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes rec1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* rec2 */

.circle-rec2 {
  margin: 0 auto 0;
  width: 180px;
  height: 180px;
  -webkit-animation: anim 0s linear 0s 1 normal;
}

.circle-rec2-circle {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.circle-rec2-outer {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(316deg, #fded0b, #f9a211, #f248f3);
  background-size: 100% 100%;
  -webkit-animation: rec2 5s linear infinite;
  -moz-animation: rec2 5s linear infinite;
  -ms-animation: rec2 5s linear infinite;
  -o-animation: rec2 5s linear infinite;
  animation: rec2 5s linear infinite;
}

.circle-rec2-inner {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 35px;
  left: 35px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 200;
}

@-webkit-keyframes rec2 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rec2 {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes rec2 {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes rec2 {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes rec2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* rec3 */

.circle-rec3 {
  margin: 0 auto 0;
  width: 180px;
  height: 180px;
  -webkit-animation: anim 0s linear 0s 1 normal;
}

.circle-rec3.ml20 {
  margin-left: 20px;
}

.circle-rec3-circle {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.circle-rec3-outer {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(270deg, #ff78d9, #51acff);
  background-size: 100% 100%;
  -webkit-animation: rec3 5s linear infinite;
  -moz-animation: rec3 5s linear infinite;
  -ms-animation: rec3 5s linear infinite;
  -o-animation: rec3 5s linear infinite;
  animation: rec3 5s linear infinite;
}

.circle-rec3-inner {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 35px;
  left: 35px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 200;
}

@-webkit-keyframes rec3 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rec3 {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes rec3 {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes rec3 {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes rec3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* rec4 */

.circle-rec4 {
  margin: 0 auto 0;
  width: 180px;
  height: 180px;
  -webkit-animation: anim 0s linear 0s 1 normal;
}

.circle-rec4-circle {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.circle-rec4-outer {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(319deg, #09f7f9, #37aaf9, #03d439);
  background-size: 100% 100%;
  -webkit-animation: rec4 5s linear infinite;
  -moz-animation: rec4 5s linear infinite;
  -ms-animation: rec4 5s linear infinite;
  -o-animation: rec4 5s linear infinite;
  animation: rec4 5s linear infinite;
}

.circle-rec4-inner {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 35px;
  left: 35px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 200;
}

@-webkit-keyframes rec4 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rec4 {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes rec4 {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes rec4 {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes rec4 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* rec5 */

.circle-rec5 {
  margin: 0 auto 0;
  width: 180px;
  height: 180px;
  -webkit-animation: anim 0s linear 0s 1 normal;
}

.circle-rec5.mr20 {
  margin-right: 20px
}

.circle-rec5-circle {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.circle-rec5-outer {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(316deg, #f9d409, #f93737, #f337aa);
  background-size: 100% 100%;
  -webkit-animation: rec5 5s linear infinite;
  -moz-animation: rec5 5s linear infinite;
  -ms-animation: rec5 5s linear infinite;
  -o-animation: rec5 5s linear infinite;
  animation: rec5 5s linear infinite;
}

.circle-rec5-inner {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 35px;
  left: 35px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 200;
}

@-webkit-keyframes rec5 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rec5 {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes rec5 {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes rec5 {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes rec5 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.circle-rec-mr {
  margin-right: 20px;
}

.circle-rec-ml {
  margin-left: 20px;
}

.submit-info {
  border-bottom: solid 1px #ccc;
  max-width: 700px;
  margin: 0 auto 0;
  padding-bottom: 10px;
}

.submit-info dt {
  font-weight: 200;
}

.submit-info dd {
  font-weight: 200;
}

/* GUTTER */

.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0>div {
  padding-right: 0px;
  padding-left: 0px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10>div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20>div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30>div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40>div {
  padding-right: 20px;
  padding-left: 20px;
}

.row-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.row-50>div {
  padding-right: 25px;
  padding-left: 25px;
}

/* XXS SIZE : iPhone Retina Display xxs ============================== */

@media only screen and (min-width: 320px) {

  /* LAYOUT */
  .container-fluid {
    padding: 20px;
  }

  /* HEADING */
  h1.heading {
    font-size: 28px;
  }

  h2.heading {
    font-size: 28px;
  }

  .sub-heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
    letter-spacing: 0;
  }

  /* BG */
  #bg-wrap {
    display: none;
  }

  #bg-wrap2 {
    display: inline;
  }

  /* NAVI */
  .nav .active {
    background: #fff;
    border-bottom: none;
  }

  .nav>li {
    position: relative;
    display: block;
    text-align: center;
  }

  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 7px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .dropdown-menu li {
    text-align: center;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 500px;
  }

  #slide-line {
    display: none;
  }

  .sp-center {
    text-align: center;
  }

  /* RECRUIT */
  .recruit-table th {
    width: 90px;
    font-size: 14px;
  }

  .recruit-table td {
    font-size: 14px;
  }

  .recruit-ceo-main {
    width: 100%;
    height: 300px;
    position: relative;
  }

  .interview-title {
    display: none;
  }

  .middle-copy {
    font-size: 14px;
  }
}

/* End */

/* XS SIZE : Extra Small Devices, Phones xs ============================== */

@media only screen and (min-width: 480px) {

  /* NAVI */
  .navbar-toggle {
    display: inline;
  }

  .sub-heading {
    font-size: 12px;
    letter-spacing: 0;
  }

  /* BG */
  #bg-wrap {
    display: inline;
  }

  #bg-wrap2 {
    display: none;
  }

  .sp-center {
    text-align: center;
  }

  /* RECRUIT */
  .recruit-table th {
    width: 150px;
    font-size: 14px;
    background: none;
  }

  .recruit-table td {
    font-size: 14px;
  }
}

/* End */

/* S SIZE tablet : Small Devices, Tablets sm ============================== */

@media only screen and (min-width: 768px) {

  /* LAYOUT */
  .container-fluid {
    padding: 30px;
  }

  /* NAVI */
  .navbar .container {
    max-width: 100% !important;
  }

  .navbar-toggle {
    display: none !important;
  }

  .nav .active {
    background: #fff;
    border-bottom: solid 2px #000;
  }

  .nav>li {
    position: relative;
    display: block;
    text-align: center;
  }

  #slide-line {
    display: block;
  }

  /* HEADING */
  h1.heading {
    font-size: 32px;
  }

  h2.heading {
    font-size: 32px;
  }

  .sp-center {
    text-align: left;
  }

  .recruit-ceo-main {
    width: 100%;
    height: 750px;
    position: relative;
  }

  .interview-title {
    display: block;
  }
}

/* End */

/* M SIZE desktop : Medium Devices, Desktops md ============================== */

@media only screen and (min-width: 992px) {
  .navbar .container {
    max-width: 100% !important;
  }

  .sp-center {
    text-align: left;
  }

  .middle-copy {
    font-size: 16px;
  }
}

/* End */

/* L SIZE widescreen : Large Devices, Wide Screens lg ============================== */

@media only screen and (min-width: 1200px) {
  .navbar .container {
    max-width: 100% !important;
    width: 100% !important;
  }

  .sp-center {
    text-align: left;
  }
}

/* End */

@media only screen and (max-width: 767px) {
  .circle-rec1.ml20 {
    margin-left: auto;
  }

  .circle-rec3.ml20 {
    margin-left: auto;
  }

  .circle-rec5.mr20 {
    margin-right: auto;
  }
}

/* End */