@charset "utf-8";
/* CSS Document */
/*//////////////////////////////////////////
PC
////////////////////////////////////////// */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
  background: #0c0e12;
}

body {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.18rem;
  font-size: 15px;
  font-weight: normal;
  color: #0c0e12;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #fff;
}

button, input, select, textarea {
  font-family : inherit;
  font-size : 100%;
  border-radius: 0;
  resize: vertical;
}

a {
  text-decoration: none;
  color: #52d524;
}

a:hover {
  text-decoration: underline;
}

a:link, a:visited, a:active {
  color: #52d524;
  text-decoration: none;
}

selector {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
  line-height: 0px;
}

/* 改行 */
br.is-sp {
  display: none;
}

.c-bold {
  font-weight: bold;
}

.c-red {
  color: #f14942;
}

.c-s-font {
  font-size: 12px;
}

header {
  padding: 50px 0 0 0;
}

header .logo {
  text-align: center;
  margin-bottom: 40px;
}

header .logo a {
  display: inline-block;
}

.header_menu {
  background: #fff;
}

.header_menu ul {
  display: table;
  margin: 0 auto 30px;
}

.header_menu ul li {
  display: table-cell;
  padding: 15px 20px;
  vertical-align: middle;
}

.header_menu ul li a {
  font-family: 'Slabo 13px', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #0c0e12;
  display: block;
  text-align: center;
  letter-spacing: 0.1rem;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

.header_menu ul li a:hover {
  opacity: .5;
}

.header_menu ul li a span {
  color: #52d524;
  display: block;
  font-size: 10px;
  margin-top: 2px;
  letter-spacing: 0.1rem;
}

.header_menu ul li.contact-btn a {
  background: #0c0e12;
  padding: 8px 15px 8px 25px;
  color: #fff;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

.header_menu ul li.contact-btn a:hover {
  background:#59c333;
  opacity: 1;
}

.header_menu ul li.contact-btn a:after {
 content: "";
 background: url(../img/arrow.svg) no-repeat;
 background-size: contain;
 width: 10px;
 height: 10px;
 display: inline-block;
 margin-left: 10px;
}

h2 {
  font-family: 'Slabo 13px', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #0c0e12;
  text-align: center;
  font-size: 30px;
  margin-bottom: 60px;
}

h2 span {
  color: #52d524;
  display: block;
  font-size: 12px;
  letter-spacing: 0.1rem;
}

section .inner {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}

article {
  background: #fff;
}

.keyvisual {
  /*background: #f3f3f3;*/
  position: relative;
  background-color: #0f1115; /* オーロラと粒子が映えるように黒に近づける */
  color: #fff;
  height: 510px;
  overflow: hidden;
  z-index: 1;
}

.keyvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_keyvisual.webp) no-repeat center center;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  animation: kvBgInitialFade 3s ease forwards, kvBgBreathe 12s ease-in-out 3s infinite alternate;
}

@keyframes kvBgInitialFade {
  0% { opacity: 0; }
  100% { opacity: 0.15; }
}

@keyframes kvBgBreathe {
  0% { opacity: 0.1; }
  100% { opacity: 0.4; }
}

@media (prefers-reduced-motion: reduce) {
  .keyvisual::before {
    animation: kvBgInitialFade 3s ease forwards; /* 軽減時は呼吸を停止 */
  }
}

.keyvisual .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.keyvisual .kv_text {
  max-width: 500px;
  padding: 105px;
}

.keyvisual .kv_text .kv_title {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",UtsukushiFONT,serif;
  font-size: 30px;
  margin-bottom: 30px;
  visibility: hidden;
}

.keyvisual .kv_text .kv_title span {
  display: block;
}

.kv-text-sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .kv-text-pc {
    display: none !important;
  }
  .keyvisual .kv_text .kv_title span.kv-text-sp {
    display: block !important;
  }
}

.keyvisual .kv_text p {
  font-size: 14px;
  line-height: 1.7rem;
  opacity: 0;
}

.keyvisual .kv_text p.is-animate {
  transition: all 1.5s 1.5s ease;
  -webkit-transition: all 1.5s 1.5s ease;
  opacity: 1;
}

.keyvisual .kv_text + img {
  position: absolute;
  top: -20px;
  right: -90px;
}

.keyvisual .kv_anime {
  opacity: 0;
  position: absolute;
  top: 50px;
  left: -10%;
}
.keyvisual .kv_anime.is-animate {
  transition: all 3s 3s ease;
  -webkit-transition: all 3s 3s ease;
  opacity: 1;
}
.keyvisual .kv_anime canvas {
  height: 130%;
  width: 130%;
}

.business {
  padding: 80px 30px;
  background: url('../img/bg_business_media.jpg') no-repeat center;
  background-size: cover;
}

.business .inner .business_list {
  line-height: 2.5rem;
  max-width: 435px;
  margin: 0 auto 150px;
}

.business .inner .business_list li {
  line-height: 1.8;
  text-indent: -1em;
  margin: 0 0 1rem 1em;
}

.business .inner .business_list li:before {
  content: "・";
}

.business .inner .business_list li span {
  color: #666;
  font-size: 12px;
}

.business .inner .media-list {
  max-width: 730px;
  margin: 0 auto;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.business .inner .media-list li {
  width: 50%;
}

.business .inner .media-list li a {
  display: inline-block;
  padding: 15px 43px;
  background: #f6f6f6;
  text-align: center;
  min-height: 130px;
  margin: 15px;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  position: relative;
  overflow: hidden;
}

.business .inner .media-list li a:hover {
  text-decoration: none;
}

.business .inner .media-list li a:after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #eaeaea;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.business .inner .media-list li a:hover:after {
  -moz-animation: hoverSlide .5s cubic-bezier(.78,.07,0,1) normal;
  -webkit-animation: hoverSlide .5s cubic-bezier(.78,.07,0,1) normal;
  animation: hoverSlide .5s cubic-bezier(.78,.07,0,1) normal;
}

.media-list li .media-list_desc {
  color: #0c0e12;
  display: block;
  font-size: 13px;
  letter-spacing: 1.5px;
}


@keyframes hoverSlide {
  50% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: .6
  }
}

.business .inner .media-list li a img {
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.news {
  background: #f3f3f3;
  padding: 80px 30px 70px;
}

.news .inner ul {
  max-width: 820px;
  margin: 0 auto;
}

.news .inner ul li {
  display: table;
  margin-bottom: 14px;
}

.news .inner ul li span:nth-child(1) {
  font-weight: 600;
  display: table-cell;
  width: 180px;
}

.news .inner ul li span:nth-child(2) {
  display: table-cell;
}

.client {
  padding: 100px 30px;
  overflow: hidden;
}

.client .inner {
  max-width: 1050px;
  margin: 0 auto;
}

.client .inner .in_left {
  width: 40%;
  float: left;
  margin-left: 10%;
}

.client .inner .in_right {
 width: 50%;
 float: left;
}

.client .inner h2 {
  text-align: left;
}

.client .inner ul {
  line-height: 2rem;
}

.client .inner ul li:before {
  content: "・";
}

.company {
  padding: 50px 30px 120px;
  overflow: hidden;
}

.company .inner {
  max-width: 1050px;
  margin: 0 auto;
}

.company .inner .in_left {
  width: 50%;
  float: left;
}

.company .inner .in_right {
  width: 40%;
  float: right;
}

.company .inner h2 {
  text-align: left;
}

.company .inner ul {
  line-height: 2rem;
}

.company .inner ul li {
  display: table;
}

.company .inner ul li span {
  display: table-cell;
}

.company .inner ul li span:nth-child(1) {
  width: 80px;
  font-weight: 600;
}

.recruit {
  background: #f3f3f3;
  padding: 50px 30px;
}

.recruit .inner {
  display: table;
  border-spacing: 0 70px;
}

.recruit .inner h2 {
  display: table-cell;
  padding-right: 130px;
}

.recruit .inner p {
  display: table-cell;
}

.go-form {
  text-align: center;
  padding: 80px 30px;
}
.go-form.is-gray-bg {
  background: #f3f3f3;
}
.go-form .inner {
  text-align: center;
}
.go-form .inner p {
  margin-bottom: 55px;
}

a.bt,
input.bt {
  color: #fff;
  background: #0c0e12;
  padding: 20px;
  width: 285px;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  border: none;
}

a.bt:hover,
input.bt:hover {
  background:#59c333;
}

footer {
  position: relative;
  overflow: hidden;
  background: #0c0e12;
  color: #fff;
  height: 220px;
}

footer .copyright {
  text-align: center;
  padding: 170px 0 0 0;
}

/*パララックス幾何学ボール*/
.polygonball_01 {
  background: url('../img/polygonball_01.png') no-repeat;
  background-size: contain;
  height: 60px;
  width: 60px;
  position: absolute;
  top: -26px;
  right: 133px;
}

.polygonball_02 {
  background: url('../img/polygonball_02.png') no-repeat;
  background-size: contain;
  height: 90px;
  width: 90px;
  position: absolute;
  top: 26px;
  left: 30px;
}

.polygonball_03 {
  background: url('../img/polygonball_03.png') no-repeat;
  background-size: contain;
  height: 70px;
  width: 70px;
  position: absolute;
  top: -16px;
  left: 138px;
}

.polygonball_04 {
  background: url('../img/polygonball_04.png') no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 74px;
  right: 83px;
}

.polygonball_05 {
  background: url('../img/polygonball_05.png') no-repeat;
  background-size: contain;
  height: 85px;
  width: 85px;
  position: absolute;
  top: 34px;
  right: -60px;
}

.polygonball_06 {
  background: url('../img/polygonball_06.png') no-repeat;
  background-size: contain;
  height: 85px;
  width: 85px;
  position: absolute;
  bottom: -540px;
  left: 380px;
}

.polygonball_07 {
  background: url('../img/polygonball_07.png') no-repeat;
  background-size: contain;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 290px;
  right: -42px;
}

.polygonball_08 {
  background: url('../img/polygonball_08.png') no-repeat;
  background-size: contain;
  height: 70px;
  width: 70px;
  position: absolute;
  bottom: -90px;
  right: 336px;
}

.polygonball_09 {
  background: url('../img/polygonball_09.png') no-repeat;
  background-size: contain;
  height: 60px;
  width: 60px;
  position: absolute;
  bottom: -420px;
  left: -50px;
}

.polygonball_10 {
  background: url('../img/polygonball_10.png') no-repeat;
  background-size: contain;
  height: 70px;
  width: 70px;
  position: absolute;
  top: 554px;
  right: -37px;
}

.polygonball_11 {
  background: url('../img/polygonball_11.png') no-repeat;
  background-size: contain;
  height: 90px;
  width: 90px;
  position: absolute;
  bottom: -510px;
  left: 0;
}

.menu_bg {
  display: none;
}

/*コンタクトフォーム　お問い合わせページ*/
#contact-form {
  margin-bottom: 50px;
}
#contact article,
#recruit article {
  background: #f3f3f3;
}

#contact article .go-form,
#recruit article .go-form {
  padding: 90px 30px;
}

#contact-form ul {
  max-width: 500px;
  margin: 0 auto 30px;
}

#contact-form li {
  text-align: left;
}

#contact-form li input {
  width: 100%;
  padding: 5px;
  outline: none;
  border: none;
  box-sizing: border-box;
}

#contact-form li textarea {
  height: 150px;
  width: 100%;
  padding: 5px;
  outline: none;
  border: none;
  box-sizing: border-box;
}

input[type="radio"] {
  display: none;
}
.form-label {
  margin-left: -14px;
  padding: 0 0 0 42px;
  position: relative;
}
.form-label:after,
.form-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.form-label:after {
  left: 15px;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
}
.form-label:before {
  left: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #52d524;
  border-radius: 50%;
  opacity: 0;
}
input[type=radio]:checked + .form-label:before {
  opacity: 1;
}
.form-label:hover:after {
  border-color: #52d524;
}

#contact-form li p {
  margin: 25px 0 10px;
}

/* formメッセージ */
.form__message {
  display: none;
  margin: 0 auto 30px;
  padding: 12px 0;
  text-align: center;
  width: 500px;
}
.form__message.form__success {
  border: 1px solid #259f3c;
  background-color: #fff;
  color: #259f3c;
}
.form__message.form__error {
  border: 1px solid #f00;
  background-color: #fff2f2;
  color: #f00;
}

/*トップへ戻る*/
#page_top {
  background: #000;
  border: 1px solid rgba(255, 255, 255, .4);
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#page_top img {
  display: block;
  padding: 17px 10px;
}

/*グローバルナビ*/
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-200%);
  background: #fff;
  height: 80px;
}

.is-show {
  transform: translateY(0);
}

header.is-show {
  padding: 15px 0 0 0;
  z-index: 99999;
  border-bottom: 1px solid #999;
}

header.is-show .logo {
  float: left;
  margin: 12px 0 0 20px;
  width: 160px;
}

.is-show .header_menu ul {
  margin: 0 auto 0;
}

.scroll {
  position: absolute;
  bottom: 0;
  top: 92%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
}

.scroll > div {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1rem;
}

.scroll span {
 position: relative;
 display: block;
 height: 35px;
 width: 50px;
 text-align: center;
 margin: 0 auto;
}

.scroll span:after {
  background: #fff;
  content: '';
  width: 1px;
  position: absolute;
  animation: scroll 1.5s ease infinite;
  -webkit-animation: scroll 1.5s ease infinite;
}

@keyframes scroll {
  0% { height: 0%; top: 0;}
  40% { height: 100%; top: 0;}
  60% { height: 100%; bottom: 0;}
  100% { height: 0%; bottom: 0;}
}

@media screen and (max-width: 980px) {
  /*ナビメニュー*/
  article {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    overflow: hidden;
  }
  .is-t {
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -o-transform: translateX(-15%);
    transform: translateX(-15%);
  }
  .sp-menu-bt {
    display: inline-block;
    z-index: 99999;
    position: absolute;
    top: 25px;
    right: 25px;
  }
  .menu-trigger {
    margin-top: 5px;
    position: relative;
    width: 20px;
    height: 18px;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
    width: 80%;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header .logo a img {
    width: 170px;
  }
  header {
    padding: 25px 0 0 0;
  }
  header .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  header .logo a {
    display: inline-block;
  }
  .header_menu ul li {
    display: block;
  }
  .header_menu .menu_bg {
    background: url(../img/img_about_team_bg.png) repeat;
    background-size: 20%;
    height: 75px;
    display: block;
    text-align: center;
  }
  .header_menu .menu_bg a {
    display: inline-block;
  }
  .header_menu .menu_bg img {
    padding: 28px;
    width: 135px;
    margin: 0 auto;
    display: block;
  }
  .header_menu {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100%;
    width: 80%;
    right: -80%;
    transition: all .2s ease;
    z-index: 10000;
    overflow-y: scroll;
  }
  .header_menu ul li a {
    padding: 5px 0;
  }
  .header_menu ul li.contact-btn a {
    padding: 15px 0;
    margin-left: 0;
  }
  .header_menu ul {
    display: block;
    margin: 20px 0 0 0;
  }
  .header_menu-item {
    padding: 0;
    table-layout: auto;
    width: 100%;
    float: left;
  }
  .header_menu-item li:first-child {
    padding-top: 15px;
  }
  .header_menu-item li {
    display: block;
    text-align: left;
    vertical-align: middle;
    padding: 10px 0;
    margin: 0 20px;
  }
  .header_menu-item li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
  }
  .header_menu-item li a {
    color: #fff;
    font-size: 16px;
    transition: all .2s ease;
  }
  .is-open .header_menu {
    transition: all .2s ease;
    right: 0;
  }
  .is-open .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    background: #0c0e12;
  }
  .is-open .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .is-open .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    background: #0c0e12;
  }
  .nav-bg {
    display: block;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.39);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .2s ease;
  }
  .nav-bg.is-open {
    display: block;
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.39);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .2s ease;
  }
  .hidden {
    overflow: hidden;
  }
  #main {
    overflow: hidden;
  }
  .clone-nav {
    height: 60px;
  }
  header.is-show .logo {
    float: none;
    margin: 12px auto 0;
  }
}
/*media screen_end*/


/* //////////////////////////////////////////
  TABLET / SP
  ////////////////////////////////////////// */

  /*iPad縦 / iPhone 8 Plus横*/
  @media screen and (max-width: 768px) {

    /*スマフォボタンリセット*/
    * { -webkit-appearance: none; }

    body {
      font-size: 14px;
      -webkit-overflow-scrolling: touch;
      -webkit-text-size-adjust: 100%;
    }
    /* 改行 */
    br.is-sp {
      display: block;
    }
    .keyvisual {
      height: auto;
    }
    .keyvisual .kv_text {
      max-width: 290px;
      padding: 80px 50px;
    }
    .business .inner .media-list li a {
      width: 234px;
    }
  }
  /*media screen_end*/

  /*iPhone 8 Plus縦*/
  @media screen and (max-width: 480px) {
    .keyvisual {
      height: auto;
    }
    .keyvisual .kv_text {
      max-width: 100%;
      padding: 60px 25px;
      position: relative;
      z-index: 1;
    }
    .keyvisual .kv_text h1 {
      font-size: 22px;
      margin-bottom: 30px;
      font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",UtsukushiFONT,serif;
      width: 100%;
      white-space: nowrap;
    }
    .keyvisual .kv_text p {
      font-size: 12px;
      line-height: 1.5rem;
    }

    .keyvisual .kv_anime {
      top: 100px;
      left: 0;
    }
    h2 {
      margin-bottom: 40px;
      font-size: 25px;
    }
    .business {
      padding: 60px 30px 40px;
    }
    .business .inner .business_list {
      line-height: 2.5rem;
      margin: 0px auto 80px;
      letter-spacing: 0.1rem;
    }
    .business .inner .media-list li {
      width: 100%;
    }
    .business .inner .media-list li a {
      padding: 5px 0;
      width: 100%;
      margin: 0 0 20px;
    }
    .media-list li a span.media-list_desc {
      margin-top: -15px;
      padding-bottom: 20px;
    }

    .news {
      background: #f3f3f3;
      padding: 45px 30px 30px;
    }
    .news .inner ul li span:nth-child(1) {
      font-weight: 600;
      display: block;
      width: 100%;
      margin-bottom: 10px;
    }
    .news .inner ul li span:nth-child(2) {
      display: block;
      margin-bottom: 20px;
    }
    .client {
      overflow: auto;
      padding: 60px 30px 20px;
    }
    .client .inner .in_left {
      width: 100%;
      float: none;
      margin-left: 0;
      margin-bottom: 30px;
    }
    .client .inner .in_right {
      width: 100%;
      float: none;
    }
    .company {
      padding: 50px 30px 60px;
      overflow: hidden;
    }
    .company .inner .in_left {
      width: 100%;
      float: none;
    }
    .company .inner .in_right {
      width: 100%;
      float: none;
      margin-bottom: 30px;
    }
    .company .inner ul {
      letter-spacing: 0.1rem;
    }
    .recruit .inner {
      display: block;
    }
    .recruit .inner h2 {
      display: block;
      padding-right: 0;
      width: 100%;
    }
    .recruit .inner p {
      display: block;
      text-align: center;
    }
    .go-form {
      padding: 50px 30px;
    }
    .go-form .inner p {
      letter-spacing: 0.1rem;
    }
    .form__message {
      width: 100%;
    }
    .polygonball_01 {
      right: 0;
    }
    .polygonball_02 {
      height: 40px;
      width: 40px;
    }
    .polygonball_03 {
      top: 44px;
      left: 0;
    }
    .polygonball_04 {
      top: 94px;
      right: 20px;
    }
    .polygonball_05 {
      top: 74px;
      right: -15px;
      height: 55px;
      width: 55px;
    }
    .polygonball_06 {
      bottom: 220px;
      left: 170px;
      height: 65px;
      width: 65px;
    }
    .polygonball_07 {
      right: 20px;
      height: 60px;
      width: 60px;
    }
    .polygonball_08 {
      bottom: -260px;
      right: 40px;
    }
    .polygonball_09 {
      bottom: -520px;
      left: -10px;
    }
    .polygonball_10 {
      top: 404px;
      right: -17px;
      height: 40px;
      width: 40px;
    }
    .polygonball_11 {
      display: none;
    }
    footer {
      font-size: 11px;
      height: 90px;
    }
    footer .copyright {
      padding: 60px 0 0 0;
    }
    a.bt,
    input.bt {
      letter-spacing: 0.1rem;
    }
  }
  /*media screen_end*/



