@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400);
@font-face {
  font-family: 'koz';
  src: url(../fonts/KozGoPro-Regular.ttf); }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-smoothing: antialiased;
  text-rendering: auto; }

body {
  font-family: "游ゴシック", "YuGothic","Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #222;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 1px;
  min-width: 1080px; }

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

a img {
  border: none;
  height: auto; }

section {
  position: relative;
  min-width: 1080px; }

.pc {
  display: block; }

.sp {
  display: none; }

::-webkit-input-placeholder {
  color: #aaa; }

::-moz-placeholder {
  color: #aaa; }

:-ms-input-placeholder {
  color: #aaa; }

:-o-input-placeholder {
  color: #aaa; }

input[type=checkbox] {
  display: none; }

input[type=radio], input[type=checkbox] {
  display: none;
  margin: 0; }

input[type=radio] + label, input[type=checkbox] + label {
  padding: 0 0 0 24px;
  position: relative;
  display: inline-block;
  cursor: pointer; }

input[type=radio] + label::before, input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF; }

input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px; }

input[type=checkbox] + label::before {
  border: 2px solid #ccc; }

input[type=radio]:checked + label::after, input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block; }

input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #222;
  border-radius: 8px; }

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #222;
  border-bottom: 3px solid #222;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.roboto {
  font-family: 'Raleway', sans-serif; }

.clearfix:after {
  content: ' ';
  display: block;
  clear: both; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.container {
  position: relative;
  width: 980px;
  margin: 0 auto;
  display: block; }
  .container:after {
    content: ' ';
    display: block;
    clear: both; }
  .container.sp {
    display: none; }
  .container.pc {
    display: block; }

.single_container {
  position: relative;
  margin: 0 auto;
  display: block; }
  .single_container:after {
    content: ' ';
    display: block;
    clear: both; }
  .single_container.sp {
    display: none; }
  .single_container.pc {
    display: block;
    width: 980px; }

.comming {
  font-family: 'Raleway', sans-serif;
  color: #888;
  font-size: 38px;
  font-weight: bold;
  text-align: center; }

.bg_white {
  background: #fff; }

.wp-pagenavi {
  text-align: center;
  margin: 1rem 0; }

.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #111 !important;
  padding: 7px 10px !important;
  margin: 5px !important; }
  .wp-pagenavi a.current,
  .wp-pagenavi span.current {
    color: #fff;
    background: #111; }

.wp-pagenavi a {
  color: #888; }

.customize-support #mainMenu {
  top: 32px !important; }

.viewmore {
  font-family: 'Montserrat', sans-serif;
  font-weight: lighter; }

#loading_page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100; }
  #loading_page .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8); }
    #loading_page .loader svg path,
    #loading_page .loader svg rect {
      fill: rgba(0, 0, 0, 0.6); }

#background {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: -99; }
  #background video {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -100; }

#contents {
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 0; }
  #contents .sub_ttl {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 30px; }
    #contents .sub_ttl .about_mission {
      display: none !important; }
    #contents .sub_ttl.roboto {
      font-family: 'Roboto Condensed';
      padding-top: 1rem; }
      #contents .sub_ttl.roboto span {
        font-size: 32px;
        letter-spacing: 2px; }
    #contents .sub_ttl span {
      display: inline-block;
      padding: 1rem 2rem 0.5rem;
      font-size: 27px;
      font-weight: 500;
      letter-spacing: 3px; }
    #contents .sub_ttl img {
      height: 50px;
      width: auto;
      margin: 50px 0 10px; }
    #contents .sub_ttl.mine_logo span img {
      height: 30px; }
      #contents .sub_ttl.mine_logo span img.pc {
        display: block; }
      #contents .sub_ttl.mine_logo span img.sp {
        display: none; }
    #contents .sub_ttl.interview_magFix {
      margin-top: 0rem;
      margin-bottom: 0; }

#main-contents {
  margin: 0 auto 7rem;
  min-height: 460px; }
  #main-contents.margin0 {
    margin: 0 auto; }

.viewTrans {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border: 1px solid #111;
  border-radius: 50px;
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 4px;
  color: #fff;
  background: #111;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .viewTrans span {
    position: relative;
    z-index: 9; }
  .viewTrans.white {
    border: 1px solid #fff;
    color: #111;
    background: #fff; }
    .viewTrans.white:hover {
      color: #fff; }
      .viewTrans.white:hover:after {
        background: #111; }
    .viewTrans.white.border {
      background: #111;
      border: 1px solid #fff;
      color: #fff; }
      .viewTrans.white.border:hover {
        color: #111; }
        .viewTrans.white.border:hover:after {
          background: #fff; }
  .viewTrans.border {
    background: #fff;
    border: 1px solid #111;
    color: #111; }
    .viewTrans.border:hover {
      color: #fff; }
      .viewTrans.border:hover:after {
        background: #111; }
  .viewTrans:hover {
    color: #111; }
    .viewTrans:hover:after {
      -webkit-transform: scale(1.2) rotate(180deg);
      transform: scale(1.2) rotate(180deg);
      background: #fff; }
  .viewTrans::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .viewTrans::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.listTrans li {
  position: relative; }
  .listTrans li a {
    display: block;
    cursor: pointer; }
    .listTrans li a * {
      -webkit-transition: all .35s ease-in-out;
      -moz-transition: all .35s ease-in-out;
      -ms-transition: all .35s ease-in-out;
      -o-transition: all .35s ease-in-out;
      transition: all .35s ease-in-out; }
    .listTrans li a:hover .thumb img {
      -webkit-filter: blur(7px);
      filter: blur(7px);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .listTrans li a:hover .ttl {
      bottom: 10%;
      opacity: 1;
      -webkit-filter: blur(0);
      filter: blur(0); }
    .listTrans li a:hover hr {
      bottom: 3%;
      opacity: 1;
      -webkit-filter: blur(0);
      filter: blur(0); }
    .listTrans li a:hover .overlay {
      opacity: 1; }
    .listTrans li a .thumb {
      position: relative;
      overflow: hidden; }
      .listTrans li a .thumb img {
        width: 100%; }
    .listTrans li a .ttl {
      position: absolute;
      bottom: 15%;
      opacity: 0;
      color: #fff;
      text-align: left;
      font-size: 14px;
      margin: 0 1rem;
      font-weight: bold;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      z-index: 6;
      -moz-transition-delay: 0.1s;
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      -ms-transition-delay: 0.1s;
      transition-delay: 0.1s;
      -webkit-filter: blur(7px);
      filter: blur(7px); }
    .listTrans li a hr {
      position: absolute;
      left: 50%;
      margin-left: -47%;
      bottom: 32%;
      display: block;
      width: 94%;
      height: 2px;
      background: #fff;
      color: #fff;
      border: none;
      z-index: 6;
      opacity: 0; }
    .listTrans li a .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 5;
      opacity: 0;
      background: rgba(0, 0, 0, 0.1); }
      .listTrans li a .overlay:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("../images/dotted-cover.png") repeat; }

.table dl {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .table dl dt {
    display: table-cell;
    width: 20%; }
  .table dl dd {
    display: table-cell;
    width: 40%; }

.exp-area {
  position: relative;
  margin: 5px 0;
  padding: 70px 30px 70px;
  overflow: hidden; }
  .exp-area .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1; }
  .exp-area .manage {
    font-size: 14px; }
  .exp-area h3 {
    font-weight: bold;
    font-size: 26px; }
    .exp-area h3 span {
      font-size: 14px;
      line-height: 0.8rem;
      vertical-align: text-bottom;
      margin-left: 1rem;
      font-weight: lighter; }
  .exp-area .txt {
    font-size: 13px;
    margin-top: 1rem; }

.message-content .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #111; }

.message-content .txt {
  margin: 10px 0 35px; }

.message-content img {
  display: inline-block;
  margin-bottom: 35px; }

.message-content .message_content_thumb {
  margin-bottom: 35px; }
  .message-content .message_content_thumb img {
    margin-bottom: 0; }

#main {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }
  #main #scr {
    width: 4%;
    height: auto;
    margin: 0 auto 5rem;
    text-align: center;
    display: block;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
    #main #scr:hover {
      opacity: 0.6; }
    #main #scr img {
      height: auto;
      margin: 0 auto 80px auto; }

#sub_contents .container {
  min-height: 36px; }

#sp_sub_contents {
  display: none; }
  #sp_sub_contents .container {
    min-height: 30px; }

#sub_contents,
#sp_sub_contents {
  background: #000; }
  #sub_contents.white,
  #sp_sub_contents.white {
    background: none; }
    #sub_contents.white ul li a,
    #sp_sub_contents.white ul li a {
      color: #000; }
      #sub_contents.white ul li a:hover,
      #sp_sub_contents.white ul li a:hover {
        color: #aaa; }
        #sub_contents.white ul li a:hover:after,
        #sp_sub_contents.white ul li a:hover:after {
          color: #000; }
  #sub_contents ul,
  #sp_sub_contents ul {
    text-align: center;
    margin: 0; }
    #sub_contents ul li,
    #sp_sub_contents ul li {
      display: inline-block; }
      #sub_contents ul li:last-child a:after,
      #sp_sub_contents ul li:last-child a:after {
        display: none; }
      #sub_contents ul li a,
      #sp_sub_contents ul li a {
        position: relative;
        color: #fff;
        text-decoration: none;
        padding: 3px 10px;
        margin: 3px 15px;
        font-size: 13px;
        display: block;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out; }
        #sub_contents ul li a:after,
        #sp_sub_contents ul li a:after {
          content: '|';
          display: block;
          position: absolute;
          right: -1rem;
          top: 50%;
          transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          font-weight: lighter; }
        #sub_contents ul li a:hover,
        #sp_sub_contents ul li a:hover {
          color: #aaa; }
          #sub_contents ul li a:hover:after,
          #sp_sub_contents ul li a:hover:after {
            color: #fff; }

@keyframes logoAnima {
  0% {
    transform: scale(1); }
  35% {
    transform: scale(0.9); }
  70% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes logoAnima {
  0% {
    transform: scale(1); }
  35% {
    transform: scale(0.9); }
  70% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

#breadcrumb {
  margin: 10px 0 40px; }
  #breadcrumb a {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none; }

#mainMenu {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: solid 1px #ccc; }
  #mainMenu * {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  #mainMenu.top {
    background: none;
    border-bottom: none; }
    #mainMenu.top #logo {
      position: relative;
      display: block;
      left: initial;
      margin: 30px auto 0; }
    #mainMenu.top .wh {
      display: block; }
    #mainMenu.top .bl {
      display: none; }
    #mainMenu.top nav li a {
      color: #fff; }
      #mainMenu.top nav li a:after {
        background: #fff; }
  #mainMenu.recruit_head {
    background: none;
    border-bottom: 0; }
    #mainMenu.recruit_head .wh {
      display: block; }
    #mainMenu.recruit_head .bl {
      display: none; }
    #mainMenu.recruit_head nav li a {
      color: #fff; }
      #mainMenu.recruit_head nav li a:after {
        background: #fff; }
  #mainMenu .wh {
    display: none; }
  #mainMenu .bl {
    display: block; }
  #mainMenu #logo {
    position: absolute;
    left: 0;
    width: 10%;
    margin: 15px auto 0;
    display: inline-block;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    #mainMenu #logo:hover {
      opacity: 0.6; }
  #mainMenu nav {
    display: inline-block; }
    #mainMenu nav li {
      float: left; }
      #mainMenu nav li.active a {
        color: #fff; }
        #mainMenu nav li.active a:after {
          background: #000; }
      #mainMenu nav li a {
        position: relative;
        display: block;
        margin: 10px 10px 5px;
        padding: 7px 10px;
        font-size: 13px;
        text-decoration: none;
        font-weight: bold;
        color: #000; }
        #mainMenu nav li a:after {
          content: ' ';
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -50%;
          display: block;
          height: 2px;
          width: 0%;
          background: #000;
          -webkit-transition: all .25s ease;
          -moz-transition: all .25s ease;
          -ms-transition: all .25s ease;
          -o-transition: all .25s ease;
          transition: all .25s ease; }
        #mainMenu nav li a:hover:after {
          width: 100%; }

#top #bg,
#top_hasVideo #bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 900px;
  z-index: -1; }
  #top #bg.overlay_black:before,
  #top_hasVideo #bg.overlay_black:before {
    content: ' ';
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6; }
  #top #bg.overlay_black #bg_movie img,
  #top_hasVideo #bg.overlay_black #bg_movie img {
    height: 135vh; }
  #top #bg #bg_movie video,
  #top_hasVideo #bg #bg_movie video {
    width: 100%;
    min-width: 1080px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 5; }
  #top #bg #bg_movie img,
  #top_hasVideo #bg #bg_movie img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1; }
  #top #bg #bg_movie *::-webkit-media-controls-panel,
  #top_hasVideo #bg #bg_movie *::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none; }
  #top #bg #bg_movie *::--webkit-media-controls-play-button,
  #top_hasVideo #bg #bg_movie *::--webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none; }
  #top #bg #bg_movie *::-webkit-media-controls-start-playback-button,
  #top_hasVideo #bg #bg_movie *::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none; }

#top .top_ttl,
#top_hasVideo .top_ttl {
  text-align: center;
  padding: 50px 0;
  width: 250px;
  margin: 0 auto;
  display: block; }

#top #main,
#top_hasVideo #main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  min-height: 45rem; }
  #top #main #copy,
  #top_hasVideo #main #copy {
    width: 50%;
    margin: 30% auto 10%; }
  #top #main #scr,
  #top_hasVideo #main #scr {
    width: 6%;
    height: auto;
    margin: 0 auto 5rem;
    text-align: center;
    display: block;
    cursor: pointer; }
  #top #main .simple_btn,
  #top_hasVideo #main .simple_btn {
    font-size: 15px;
    z-index: 5;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 10px 30px;
    display: inline-block;
    transition: all .3s;
    text-decoration: none;
    color: #fff; }

#top .works,
#top_hasVideo .works {
  background: #fff;
  padding: 0; }
  #top .works .works_list,
  #top_hasVideo .works .works_list {
    text-align: center; }
    #top .works .works_list li,
    #top_hasVideo .works .works_list li {
      width: 33.3%;
      margin: 0;
      float: left;
      display: inline-block;
      vertical-align: top; }
      #top .works .works_list li a,
      #top_hasVideo .works .works_list li a {
        display: block; }
  #top .works .viewmore,
  #top_hasVideo .works .viewmore {
    padding: 40px 0;
    line-height: 40px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    letter-spacing: 3px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
    #top .works .viewmore:hover,
    #top_hasVideo .works .viewmore:hover {
      background: #000;
      color: #fff;
      letter-spacing: 7px; }
    #top .works .viewmore i,
    #top_hasVideo .works .viewmore i {
      margin-left: 1rem;
      font-size: 26px; }
    #top .works .viewmore img,
    #top_hasVideo .works .viewmore img {
      width: 1rem;
      line-height: 2.4rem;
      display: inline-block;
      vertical-align: baseline;
      margin-left: 1rem; }

#top .instagramjp,
#top_hasVideo .instagramjp {
  background: #fff;
  color: #fff;
  text-align: center; }
  #top .instagramjp h2,
  #top_hasVideo .instagramjp h2 {
    font-size: 3rem; }
    #top .instagramjp h2 img,
    #top_hasVideo .instagramjp h2 img {
      width: 100%;
      display: block; }
  #top .instagramjp p,
  #top_hasVideo .instagramjp p {
    position: absolute;
    top: -10rem;
    display: block;
    width: 100%;
    margin: 1.2rem auto 2rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: lighter; }
  #top .instagramjp .overlay,
  #top_hasVideo .instagramjp .overlay {
    background: rgba(0, 0, 0, 0.5); }
  #top .instagramjp .link,
  #top_hasVideo .instagramjp .link {
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
    #top .instagramjp .link:hover,
    #top_hasVideo .instagramjp .link:hover {
      opacity: 0.8; }

#top .main-service,
#top_hasVideo .main-service {
  text-align: center;
  height: 430px;
  overflow: hidden; }
  #top .main-service.mine,
  #top_hasVideo .main-service.mine {
    background: #000;
    color: #fff; }
    #top .main-service.mine h2 img,
    #top_hasVideo .main-service.mine h2 img {
      width: auto;
      height: 1.9rem; }
  #top .main-service.gini,
  #top_hasVideo .main-service.gini {
    background: #fff; }
    #top .main-service.gini h2 img,
    #top_hasVideo .main-service.gini h2 img {
      width: auto;
      height: 4rem; }
  #top .main-service .left,
  #top_hasVideo .main-service .left {
    width: 50%;
    float: left;
    display: inline-block;
    vertical-align: top; }
    #top .main-service .left img,
    #top_hasVideo .main-service .left img {
      position: absolute;
      left: 12%;
      bottom: 0%;
      width: 28%; }
  #top .main-service .right,
  #top_hasVideo .main-service .right {
    width: 50%;
    float: right;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding-left: 2rem; }
    #top .main-service .right h2,
    #top_hasVideo .main-service .right h2 {
      font-size: 5rem;
      padding: 4rem 0 3rem; }
    #top .main-service .right .txt,
    #top_hasVideo .main-service .right .txt {
      padding-bottom: 2rem;
      line-height: 2; }
    #top .main-service .right p a {
      color: #fff;
    }
    #top .main-service .right .viewmore,
    #top_hasVideo .main-service .right .viewmore {
      width: 46%;
      padding: 0.7rem 0;
      display: inline-block; }
      #top .main-service .right .viewmore.border,
      #top_hasVideo .main-service .right .viewmore.border {
        margin-left: 1rem; }
    #top .main-service .right .kind,
    #top_hasVideo .main-service .right .kind {
      font-weight: lighter;
      padding: 2rem 0 4rem; }

#top .eimy,
#top_hasVideo .eimy {
  background: #fff; }
  #top .eimy a,
  #top_hasVideo .eimy a {
    display: block; }
    #top .eimy a img,
    #top_hasVideo .eimy a img {
      width: 100%;
      display: block; }

#top .company,
#top_hasVideo .company {
  width: 100%;
  text-align: center; }
  #top .company .bg_white,
  #top_hasVideo .company .bg_white {
    background: #fff;
    padding-bottom: 50px; }
  #top .company h2,
  #top_hasVideo .company h2 {
    position: relative;
    text-align: center;
    padding: 50px 0 50px; }
    #top .company h2 img,
    #top_hasVideo .company h2 img {
      width: 40%;
      display: inline-block; }
    #top .company h2 .overlay,
    #top_hasVideo .company h2 .overlay {
      background: rgba(0, 0, 0, 0.3); }
  #top .company .txt,
  #top_hasVideo .company .txt {
    padding: 40px 0 15px;
    width: 70%;
    margin: 0 auto;
    line-height: 2;
    font-weight: lighter; }
  #top .company .en_jp,
  #top_hasVideo .company .en_jp {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: bold; }
    #top .company .en_jp a,
    #top_hasVideo .company .en_jp a {
      color: #aaa; }
      #top .company .en_jp a.on,
      #top_hasVideo .company .en_jp a.on {
        color: #000;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out; }
        #top .company .en_jp a.on:hover,
        #top_hasVideo .company .en_jp a.on:hover {
          color: #888; }
      #top .company .en_jp a.off,
      #top_hasVideo .company .en_jp a.off {
        text-decoration: none;
        cursor: text; }
      #top .company .en_jp a .middle,
      #top_hasVideo .company .en_jp a .middle {
        color: #555; }
  #top .company .viewmore,
  #top_hasVideo .company .viewmore {
    width: 17%;
    padding: 0.7rem 0;
    margin: 25px auto 0; }

#about .thumb_img {
  width: 100%; }
  #about .thumb_img.foot {
    margin-top: 5rem; }

#about .msg_page_ttl {
  position: relative;
  margin-bottom: 2rem;
  font-family: 'Montserrat', sans-serif; }
  #about .msg_page_ttl .span_txt {
    position: static; }
  #about .msg_page_ttl span {
    position: relative;
    color: #fff;
    font-size: 3.6rem;
    letter-spacing: 0.8rem;
    padding-left: 0.6rem;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 27%;
    line-height: 1.3;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #about .msg_page_ttl span:after {
      position: absolute;
      content: ' ';
      left: 0;
      bottom: -0.1rem;
      width: 100%;
      height: 4px;
      background: #fff;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.1); }

#about .ceo .exp-area {
  margin: 5px 0 40px;
  text-align: right;
  color: #222; }

#about .message-content .ttl {
  font-size: 28px; }

#about .message-top-area .top_ttl {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5; }
  #about .message-top-area .top_ttl .f_light {
    font-weight: 100; }

#about .message-top-area .txt {
  background-color: #f2f1eb;
  padding: 1rem 1.5rem;
  margin: 2rem 0 3rem;
  border: 2px solid #e2e2e2; }

#about .question_area {
  margin-bottom: 3rem; }
  #about .question_area .question_ttl {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-left: 1.5rem;
    line-height: 1.3;
    margin: 0.2rem 0 0.5rem; }
    #about .question_area .question_ttl:before {
      content: ' ';
      display: block;
      width: 1rem;
      height: 2px;
      background: #111;
      position: absolute;
      left: 0;
      top: 0.8rem; }
  #about .question_area .question_txt_area {
    margin: 1rem 0 1rem; }
  #about .question_area .name {
    position: relative;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border-radius: 2px; }
    #about .question_area .name:after {
      content: ":";
      position: absolute;
      right: -0.5rem;
      color: #111; }
    #about .question_area .name.red {
      color: #d45151; }
    #about .question_area .name.blue {
      color: #2e89ef; }
    #about .question_area .name.green {
      color: #82c16b; }
  #about .question_area .txt {
    display: inline;
    vertical-align: middle; }

#about .officer_top {
  margin-bottom: 3rem; }

#about .officer {
  margin: 0 0 7rem; }

#about .officer-container {
  width: auto;
  min-width: 980px;
  max-width: 1300px;
  padding: 0 3rem; }

#about .overview video {
  width: 100%;
  display: block;
  margin: 0 0 50px; }

#about .overview .table {
  width: 80%;
  margin: 0 auto; }
  #about .overview .table dl {
    margin: 3px; }
    #about .overview .table dl dt {
      background: #DFDEDE;
      border-right: 3px solid #fff;
      padding: 1rem;
      font-weight: bold; }
    #about .overview .table dl dd {
      background: #F9F9F9;
      padding: 1rem; }
      #about .overview .table dl dd .manage {
        width: 40%;
        display: inline-block; }
      #about .overview .table dl dd.sp {
        display: none; }
      #about .overview .table dl dd a {
        text-decoration: underline;
        color: #111; }

#about .vision_mission .content_ttl {
  text-align: center;
  margin: 20px 0; }
  #about .vision_mission .content_ttl span {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 5px 50px; }

#about .vision_mission .mission {
  margin: 0 0 80px 0; }
  #about .vision_mission .mission .content_sub_ttl img {
    width: auto;
    height: 4rem;
    display: block;
    margin: 0px auto 10px; }
  #about .vision_mission .mission p {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px; }
  #about .vision_mission .mission ul {
    text-align: center; }
    #about .vision_mission .mission ul li {
      width: 27%;
      display: inline-block;
      text-align: center;
      vertical-align: top; }
      #about .vision_mission .mission ul li img {
        display: inline-block;
        width: auto;
        height: 4rem; }
      #about .vision_mission .mission ul li .sub_txt {
        margin-top: 10px; }

#about .vision_mission .vision {
  margin: 0 0 80px 0; }
  #about .vision_mission .vision .content_sub_ttl img {
    width: auto;
    height: 6rem;
    font-size: 28px;
    display: block;
    margin: 70px auto 100px;
    letter-spacing: 3px; }
  #about .vision_mission .vision ul {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 3px;
    margin: -5px 0 0 0; }
    #about .vision_mission .vision ul li {
      margin: 0 10px; }
      #about .vision_mission .vision ul li img {
        display: block; }
  #about .vision_mission .vision .txt {
    text-align: center;
    margin-top: 90px; }
  #about .vision_mission .vision .big_txt {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin: 35px 0 70px; }

#about .vision_mission .value {
  margin: 0 0 80px 0; }
  #about .vision_mission .value p {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-left: 10px; }
  #about .vision_mission .value ul {
    width: 620px;
    margin: 0 auto;
    letter-spacing: 3px; }
    #about .vision_mission .value ul li {
      margin: 0 0 40px 0; }
      #about .vision_mission .value ul li .value_ttl {
        text-align: left;
        border-bottom: 1px solid #111;
        margin: 0 auto;
        padding: 0 0 5px 0; }
      #about .vision_mission .value ul li .value_main_ttl {
        margin: 0 30px 0 0;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4; }
      #about .vision_mission .value ul li .value_sub_ttl {
        font-size: 16px;
        font-weight: bold; }
      #about .vision_mission .value ul li .value_description {
        font-size: 16px;
        letter-spacing: 3px;
        text-align: left;
        padding: 5px 0 0 0; }

#service #works_slide {
  position: relative; }

#service .works .ttl {
  font-size: 17px;
  font-weight: bold; }

#service .works .txt {
  margin: 1.5rem 0 2rem; }

#service #related_works {
  position: relative;
  width: 100%; }
  #service #related_works .bx-pager,
  #service #related_works .bx-controls-direction {
    display: none; }
  #service #related_works ul {
    position: relative;
    width: 100%; }
    #service #related_works ul li {
      text-align: center;
      width: 25%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      font-size: 1.1rem; }
      #service #related_works ul li .ttl {
        font-size: 13px;
        padding-bottom: 10px; }

#service .works_list ul li {
  width: 33.3%;
  float: left;
  padding: 1px; }

#service .works_main .works_video video {
  width: 100%; }

#service .works_main .thumb {
  display: block;
  margin-top: 10px; }
  #service .works_main .thumb.pc {
    display: block; }
  #service .works_main .thumb.sp {
    display: none; }

#service .works_main .ttl {
  font-size: 17px;
  font-weight: bold;
  margin: 40px 0 25px; }

#service .works_main .txt {
  font-size: 13px;
  margin-bottom: 40px; }

#service .works_eimy .box_1 {
  background: #000;
  color: #fff;
  text-align: center; }
  #service .works_eimy .box_1 .top_exp {
    width: 35%;
    margin: 5rem auto 1rem;
    display: inline-block; }
  #service .works_eimy .box_1 h2 {
    width: 70%;
    display: inline-block;
    margin: 20px 0; }
  #service .works_eimy .box_1 .txt {
    margin: 10px 0 40px; }
  #service .works_eimy .box_1 .img_content {
    margin: 1% 0; }
    #service .works_eimy .box_1 .img_content img {
      width: 49.5%;
      display: inline-block;
      float: left; }
      #service .works_eimy .box_1 .img_content img:nth-child(2) {
        float: right; }
  #service .works_eimy .box_1 .official_img {
    width: 35%;
    display: inline-block;
    padding-bottom: 1.5rem; }
  #service .works_eimy .box_1 .social {
    padding: 6rem 0 4rem; }
    #service .works_eimy .box_1 .social .ul a {
      display: inline-block;
      width: 21%;
      padding: 0.2rem 0;
      margin: 0 0.2rem;
      border: 1px solid #fff; }
      #service .works_eimy .box_1 .social .ul a:hover {
        border: 1px solid #fff; }

#service .works_eimy .box_2 {
  text-align: left; }
  #service .works_eimy .box_2 .left {
    width: 50%;
    display: inline-block;
    vertical-align: middle; }
  #service .works_eimy .box_2 .right {
    text-align: center;
    width: 49.5%;
    display: inline-block;
    vertical-align: middle; }
    #service .works_eimy .box_2 .right .top_txt {
      width: 60%;
      display: inline-block;
      padding: 1% 0 2%; }
    #service .works_eimy .box_2 .right .txt {
      font-size: 12px; }
    #service .works_eimy .box_2 .right .ul {
      margin-top: 3%; }
      #service .works_eimy .box_2 .right .ul a {
        display: inline-block;
        width: 11rem;
        padding: 0.2rem 0;
        margin: 0 0.2rem; }

#service .social ul li {
  display: inline-block;
  margin-right: 0.5rem; }
  #service .social ul li a {
    font-size: 11px;
    letter-spacing: 4px;
    display: block;
    width: 180px;
    text-align: center;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  #service .social ul li.official a {
    background: #000;
    border: 2px solid #000; }
    #service .social ul li.official a:hover {
      background: #fff;
      color: #000; }
  #service .social ul li.fb a {
    background: #3b5997;
    border: 2px solid #3b5997; }
    #service .social ul li.fb a:hover {
      background: #fff;
      color: #3b5997; }
  #service .social ul li.tw a {
    background: #55abed;
    border: 2px solid #55abed; }
    #service .social ul li.tw a:hover {
      background: #fff;
      color: #55abed; }
  #service .social ul li.insta a {
    background: #3f729a;
    border: 2px solid #3f729a; }
    #service .social ul li.insta a:hover {
      background: #fff;
      color: #3f729a; }

#service_all #main-contents {
  margin: 0 auto 1rem; }

#service_all .sub_ttl {
  margin-bottom: 10px; }

#service_all .service_sub_txt {
  text-align: center; }

#service_all .content_ttl {
  font-family: 'Raleway', sans-serif;
  font-weight: 500; }

#service_all .agency {
  padding: 0 0 4rem; }
  #service_all .agency .content_ttl {
    position: relative;
    text-align: center;
    font-size: 24px;
    margin-top: 2rem;
    letter-spacing: 2px; }
    #service_all .agency .content_ttl span {
      position: relative;
      display: inline-block; }
      #service_all .agency .content_ttl span:after {
        position: absolute;
        content: ' ';
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 130%;
        height: 1px;
        background: #111; }
    #service_all .agency .content_ttl .fa {
      display: none; }
  #service_all .agency .agency_list {
    text-align: center;
    margin: 2rem 0; }
    #service_all .agency .agency_list li img {
      width: 100%;
      margin: 0 auto;
      display: block; }
  #service_all .agency .sub_agency_txt {
    text-align: center;
    margin: 2rem 0; }
  #service_all .agency .agency_box_area {
    text-align: center;
    padding: 1rem 0 3rem; }
    #service_all .agency .agency_box_area .agency_box {
      width: 27%;
      display: inline-block;
      margin: 0rem 1rem;
      vertical-align: top; }
      #service_all .agency .agency_box_area .agency_box h3 {
        position: relative;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        padding: 0.3rem 0;
        letter-spacing: 2px; }
        #service_all .agency .agency_box_area .agency_box h3:after {
          position: absolute;
          content: ' ';
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 100%;
          height: 1px;
          background: #111; }
      #service_all .agency .agency_box_area .agency_box p {
        text-align: left;
        padding: 0.5rem 0;
        line-height: 1.9;
        font-size: 12px;
        height: 176px; }

#service_all .service_box {
  padding: 3rem 0; }
  #service_all .service_box.bg_f7 {
    background: #F7F7F7; }
  #service_all .service_box .content_ttl {
    position: relative;
    font-size: 24px;
    text-align: center;
    letter-spacing: 3px; }
    #service_all .service_box .content_ttl span {
      position: relative;
      display: inline-block; }
      #service_all .service_box .content_ttl span:after {
        position: absolute;
        content: ' ';
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 130%;
        height: 1px;
        background: #111; }
    #service_all .service_box .content_ttl .fa {
      display: none; }
  #service_all .service_box .service_content {
    padding: 2rem 0; }
    #service_all .service_box .service_content .thumb {
      display: inline-block;
      width: 42%;
      vertical-align: top; }
      #service_all .service_box .service_content .thumb.pc {
        display: inline-block; }
      #service_all .service_box .service_content .thumb.sp {
        display: none; }
    #service_all .service_box .service_content .txt_box {
      display: inline-block;
      width: 48%;
      vertical-align: top;
      margin-left: 4%; }
      #service_all .service_box .service_content .txt_box:after {
        content: " ";
        display: block;
        clear: both; }
      #service_all .service_box .service_content .txt_box h2 {
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: bold; }
      #service_all .service_box .service_content .txt_box p {
        font-size: 12px;
        margin: 1.5rem 0; }
        #service_all .service_box .service_content .txt_box p a {
          color: #111; }
          #service_all .service_box .service_content .txt_box p a:hover {
            text-decoration: none; }
      #service_all .service_box .service_content .txt_box .link {
        position: relative;
        top: 0.7rem;
        display: inline-block;
        font-size: 14px; }
        #service_all .service_box .service_content .txt_box .link a {
          color: #111; }
          #service_all .service_box .service_content .txt_box .link a:hover {
            text-decoration: none; }
      #service_all .service_box .service_content .txt_box .more_link {
        float: right;
        display: inline-block;
        text-align: right; }
        #service_all .service_box .service_content .txt_box .more_link li {
          display: inline-block;
          margin-left: 0.5rem; }
          #service_all .service_box .service_content .txt_box .more_link li.br {
            display: none; }
          #service_all .service_box .service_content .txt_box .more_link li a {
            display: block; }
            #service_all .service_box .service_content .txt_box .more_link li a img {
              display: block;
              width: auto;
              height: 2rem; }

#service_all .viewmore_area.contact_btn {
  text-align: center; }
  #service_all .viewmore_area.contact_btn .viewmore {
    font-size: 15px; }
  #service_all .viewmore_area.contact_btn .sub_txt {
    color: #8B8989; }

#service_all .viewmore {
  width: 200px;
  padding: 0.5rem 0;
  margin: 10px auto;
  font-size: 13px; }

#news #contents .sub_ttl {
  margin-bottom: 0px; }

#news #contents #sub_contents {
  margin-bottom: 30px; }

#news .exp-area {
  margin: 5px 0 40px; }

#news .news-list li {
  position: relative;
  width: 33.3%;
  float: left;
  margin: 3px 0;
  padding: 0.3rem; }
  #news .news-list li a {
    display: block;
    color: #333;
    text-decoration: none; }
    #news .news-list li a .thumb {
      position: relative;
      height: 12rem;
      overflow: hidden;
      border: 1px solid #ccc; }
      #news .news-list li a .thumb img {
        height: 100%;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    #news .news-list li a .txt {
      font-weight: bold;
      font-size: 0.9rem;
      padding: 0.5rem 0; }
      #news .news-list li a .txt .ttl {
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        height: 4.7rem;
        overflow: hidden; }
      #news .news-list li a .txt .date {
        font-size: 0.7rem;
        display: block;
        margin-top: 0.3rem; }
        #news .news-list li a .txt .date.sp {
          display: block; }
        #news .news-list li a .txt .date.pc {
          display: none; }

#news .news_single.pc {
  width: 980px;
  margin: 0 auto; }

#news .news_single .thumb {
  display: block;
  margin-bottom: 35px; }

#news .news_single .ttl {
  font-size: 18px;
  font-weight: bold; }

#news .news_single .txt {
  margin: 10px 0 80px; }

#news .news_single .txt h1 {
  font-size: 18px; }

#news .news_single .txt h2 {
  font-size: 17px; }

#news .news_single .txt h3 {
  font-size: 16px; }

#news .news_single .txt .wp-caption {
  max-width: 100%; }

#news .news_single .txt img {
  width: auto;
  max-width: 100%;
  height: auto; }
  #news .news_single .txt img.aligncenter {
    margin: 0 auto; }
  #news .news_single .txt img.alignright {
    float: right;
    clear: both; }

#news .news_single .txt strong {
  font-weight: bold; }

#news .news_single .txt ul li {
  list-style-type: disc; }

#news .news_single .txt ol li {
  list-style-type: decimal; }

#history .history_dl {
  width: 100%;
  margin-top: 3px; }
  #history .history_dl dl {
    font-size: 13px;
    display: table;
    width: 100%; }
    #history .history_dl dl dt {
      display: table-cell;
      width: 10%;
      text-align: center;
      border-right: 3px solid #fff;
      background: #DFDEDE;
      height: 100%;
      padding: 1rem;
      font-weight: bold; }
      #history .history_dl dl dt:nth-child(2) {
        width: 8%; }
    #history .history_dl dl dd {
      display: table-cell;
      padding: 0.2rem 1rem;
      background: #F9F9F9;
      text-align: left; }
    #history .history_dl dl:first-child dd {
      padding: 1rem 1rem 0.5rem; }
    #history .history_dl dl:last-child dd {
      padding: 1rem; }

#modal_video {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
  #modal_video .video_area {
    position: relative;
    z-index: 5;
    max-width: 880px;
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #modal_video .video_area video {
      position: relative;
      width: 100%; }
    #modal_video .video_area .close_btn {
      position: absolute;
      bottom: -2.2rem;
      right: 0;
      height: 1.5rem;
      cursor: pointer; }
      #modal_video .video_area .close_btn img {
        height: 100%;
        width: auto; }
  #modal_video .modal_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.73); }

#recruit_main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }
  #recruit_main .container {
    width: 880px;
    height: 100vh;
    padding-top: 25vh; }
  #recruit_main #main_txt {
    text-align: center;
    overflow: hidden; }
    #recruit_main #main_txt img {
      width: auto;
      height: 12.05vh;
      display: inline-block;
      margin: 0 0.6vh;
      vertical-align: middle;
      transform: translate(0, 120%);
      -webkit-transform: translate(0, 120%);
      -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); }
      #recruit_main #main_txt img:first-child {
        margin-left: 0;
        height: 12.9vh; }
      #recruit_main #main_txt img:nth-child(3) {
        margin-left: 0.9vh; }
      #recruit_main #main_txt img:nth-child(4) {
        margin: 0 1vh; }
      #recruit_main #main_txt img.show {
        transform: translate(0, 0%);
        -webkit-transform: translate(0, 0%); }
  #recruit_main #main_sub_txt {
    text-rendering: optimizeLegibility;
    font-family: 'Roboto Condensed';
    color: #fff;
    text-align: center;
    font-size: 16.4vh;
    font-weight: bold;
    line-height: 21.5vh;
    letter-spacing: 4.2px;
    opacity: 0.9;
    overflow: hidden; }
    #recruit_main #main_sub_txt.show {
      opacity: 0.9;
      -webkit-filter: blur(0px);
      filter: blur(0px); }
    #recruit_main #main_sub_txt span {
      display: inline-block;
      transform: translate(0, 120%);
      -webkit-transform: translate(0, 120%);
      -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); }
      #recruit_main #main_sub_txt span.show {
        transform: translate(0, 0%);
        -webkit-transform: translate(0, 0%); }
  #recruit_main .arrow_scroll {
    width: 3.1rem;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 20vh;
    left: 50%;
    margin-left: -2rem;
    cursor: pointer; }
    #recruit_main .arrow_scroll.pc {
      display: block; }
    #recruit_main .arrow_scroll.sp {
      display: none; }
  #recruit_main .play_btn {
    font-family: 'Roboto Condensed';
    position: absolute;
    right: 0;
    bottom: 20vh;
    cursor: pointer; }
    #recruit_main .play_btn img {
      height: 2.3rem;
      width: auto; }

#next_area {
  height: 100vh; }

#recruit_main_top {
  background: #F4F4F4; }
  #recruit_main_top .rec_min_container {
    position: relative;
    width: 880px;
    margin: 0 auto;
    display: block; }
  #recruit_main_top .recruit_news {
    background: #222222;
    color: #fff;
    padding: 3rem;
    position: absolute;
    left: 0;
    right: 0;
    top: -5rem; }
    #recruit_main_top .recruit_news .rec_news_ttl {
      font-size: 1.5rem;
      font-family: 'Raleway';
      font-weight: normal;
      border-bottom: 1px solid #fff;
      padding-bottom: 0.5rem; }
    #recruit_main_top .recruit_news .rec_news_descript {
      font-size: 0.8125rem;
      letter-spacing: 1px;
      padding-top: 1.1rem; }
  #recruit_main_top .recruit_middle_area {
    padding: 11rem 0 6rem; }
    #recruit_main_top .recruit_middle_area .recruit_middle_wrapper {
      position: relative; }
      #recruit_main_top .recruit_middle_area .recruit_middle_wrapper .middle_ttl {
        font-family: 'Roboto Condensed';
        font-size: 4.2rem;
        font-weight: bold;
        letter-spacing: 3px;
        position: absolute;
        left: -3.3rem;
        top: 0.5rem;
        line-height: 4.7rem; }
      #recruit_main_top .recruit_middle_area .recruit_middle_wrapper .middle_box {
        width: 55%;
        right: -3.3rem;
        bottom: -6.6rem;
        position: absolute;
        background: #222222; }
        #recruit_main_top .recruit_middle_area .recruit_middle_wrapper .middle_box p {
          color: #fff;
          font-size: 1rem;
          letter-spacing: 0.8px;
          line-height: 2;
          font-weight: bold;
          padding: 2.5rem; }
        #recruit_main_top .recruit_middle_area .recruit_middle_wrapper .middle_box .wantedly_link {
          font-size: 1.25rem;
          font-weight: bold;
          text-decoration: none;
          text-align: center;
          background: #fff;
          display: block;
          color: #222;
          border: 4px solid #222222;
          padding: 1rem 0;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          #recruit_main_top .recruit_middle_area .recruit_middle_wrapper .middle_box .wantedly_link:hover {
            background: #9C9C9C;
            color: #fff; }
  #recruit_main_top .recruit_about {
    padding-bottom: 5rem; }
    #recruit_main_top .recruit_about .recruit_sub_ttl {
      font-size: 3rem;
      font-family: 'Roboto Condensed';
      letter-spacing: 3px;
      font-weight: bold; }
    #recruit_main_top .recruit_about .rec_about_box {
      padding: 3rem;
      background: #fff; }
      #recruit_main_top .recruit_about .rec_about_box:after {
        content: ' ';
        display: block;
        clear: both; }
      #recruit_main_top .recruit_about .rec_about_box .rec_about_thumb {
        display: inline-block;
        width: 41.6%;
        padding-right: 7rem;
        vertical-align: middle; }
      #recruit_main_top .recruit_about .rec_about_box .rec_about_descript {
        display: inline-block;
        width: 57.7%;
        font-size: 1rem;
        line-height: 2;
        letter-spacing: 0.89px;
        vertical-align: middle; }

#recruit_main_bottom {
  overflow: hidden; }
  #recruit_main_bottom.interview_page .recruit_interview {
    padding-top: 0; }
    #recruit_main_bottom.interview_page .recruit_interview .rec_inter_area {
      background: none; }
      #recruit_main_bottom.interview_page .recruit_interview .rec_inter_area .rec_inter_box {
        margin-bottom: 8rem; }
  #recruit_main_bottom .recruit_service {
    position: relative; }
    #recruit_main_bottom .recruit_service:before {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 97%;
      background: #222; }
    #recruit_main_bottom .recruit_service .recruit_sub_ttl {
      font-family: 'Roboto Condensed';
      font-size: 2.25rem;
      letter-spacing: 3px;
      color: #fff;
      font-weight: bold;
      padding-top: 1rem;
      padding-bottom: 1rem; }
    #recruit_main_bottom .recruit_service .rec_service_area {
      text-align: center; }
      #recruit_main_bottom .recruit_service .rec_service_area:after {
        content: ' ';
        display: block;
        clear: both; }
      #recruit_main_bottom .recruit_service .rec_service_area .rec_service_box {
        width: calc(50% - 0.5%);
        display: inline-block;
        float: left;
        vertical-align: top;
        color: #222222;
        background: #FFFFFF;
        border: 1px solid #E1E1E1;
        letter-spacing: 1px;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        #recruit_main_bottom .recruit_service .rec_service_area .rec_service_box:hover {
          background: #DDDCDC; }
          #recruit_main_bottom .recruit_service .rec_service_area .rec_service_box:hover .rec_service_thumb img {
            width: 110%; }
        #recruit_main_bottom .recruit_service .rec_service_area .rec_service_box:nth-child(2) {
          margin-left: 1%; }
        #recruit_main_bottom .recruit_service .rec_service_area .rec_service_box h3 {
          font-size: 1.75rem;
          font-weight: bold;
          text-align: center;
          font-family: 'Roboto Condensed';
          padding: 2rem 0 1rem; }
        #recruit_main_bottom .recruit_service .rec_service_area .rec_service_box p {
          font-size: 0.8125rem;
          padding: 0 1.5rem 0;
          height: 10.5rem;
          line-height: 2;
          text-align: left; }
        #recruit_main_bottom .recruit_service .rec_service_area .rec_service_box .rec_service_thumb {
          position: relative;
          margin-top: 0px;
          height: 270px;
          overflow: hidden;
          background: #fff; }
          #recruit_main_bottom .recruit_service .rec_service_area .rec_service_box .rec_service_thumb img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 101%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: all .25s ease;
            transition: all .25s ease; }
  #recruit_main_bottom .recruit_interview {
    padding-top: 5rem; }
    #recruit_main_bottom .recruit_interview .recruit_sub_ttl {
      font-family: 'Roboto Condensed';
      font-size: 3rem;
      letter-spacing: 3px;
      color: #fff;
      font-weight: bold; }
    #recruit_main_bottom .recruit_interview .rec_inter_area {
      background: #F4F4F4;
      padding-top: 1rem;
      text-align: center; }
      #recruit_main_bottom .recruit_interview .rec_inter_area .rec_inter_box {
        position: relative;
        width: 30%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 7rem;
        text-align: left; }
        #recruit_main_bottom .recruit_interview .rec_inter_area .rec_inter_box.mgb_more {
          margin-bottom: 8rem; }
        #recruit_main_bottom .recruit_interview .rec_inter_area .rec_inter_box:nth-child(3n+2) {
          margin: 0 4.5%; }
        #recruit_main_bottom .recruit_interview .rec_inter_area .rec_inter_box .rec_inter_txt {
          display: block;
          text-decoration: none;
          color: #111;
          position: absolute;
          bottom: -20%;
          width: 85%;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          border: 4px solid #111111;
          background: #fff;
          padding: 1.5rem;
          letter-spacing: 1px;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          #recruit_main_bottom .recruit_interview .rec_inter_area .rec_inter_box .rec_inter_txt:hover {
            background: #9C9C9C;
            color: #fff; }
            #recruit_main_bottom .recruit_interview .rec_inter_area .rec_inter_box .rec_inter_txt:hover .box_ttl,
            #recruit_main_bottom .recruit_interview .rec_inter_area .rec_inter_box .rec_inter_txt:hover .name {
              color: #fff;
              -webkit-transition: all .3s ease;
              transition: all .3s ease; }
          #recruit_main_bottom .recruit_interview .rec_inter_area .rec_inter_box .rec_inter_txt .box_ttl {
            font-size: 1.125rem;
            font-weight: bold;
            color: #111;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            -moz-box-orient: vertical;
            -moz-line-clamp: 3;
            height: 6rem;
            overflow: hidden; }
          #recruit_main_bottom .recruit_interview .rec_inter_area .rec_inter_box .rec_inter_txt .name {
            font-size: 0.75rem;
            font-weight: bold;
            color: #888888;
            margin-top: 1rem;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            -moz-box-orient: vertical;
            -moz-line-clamp: 2;
            height: 2.7rem;
            overflow: hidden; }
    #recruit_main_bottom .recruit_interview .link_area {
      text-align: center;
      padding: 2rem 0 5rem; }
    #recruit_main_bottom .recruit_interview .go_interview {
      font-size: 1.5rem;
      font-weight: bold;
      border: 4px solid #111111;
      text-align: center;
      padding: 1rem 0;
      display: inline-block;
      text-decoration: none;
      width: 31.5rem;
      color: #111;
      letter-spacing: 1.2px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      #recruit_main_bottom .recruit_interview .go_interview:hover {
        background: #9C9C9C;
        color: #fff; }
      #recruit_main_bottom .recruit_interview .go_interview .fa {
        display: none;
        position: absolute;
        font-size: 2rem;
        vertical-align: middle;
        line-height: 2.8rem;
        margin-left: -3rem; }
      #recruit_main_bottom .recruit_interview .go_interview span {
        line-height: 2.8rem;
        vertical-align: middle; }
  #recruit_main_bottom .recruit_activity {
    background: #fff;
    padding-top: 4.5rem; }
    #recruit_main_bottom .recruit_activity .recruit_sub_ttl {
      font-family: 'Roboto Condensed';
      font-size: 3rem;
      letter-spacing: 3px;
      font-weight: bold; }
      #recruit_main_bottom .recruit_activity .recruit_sub_ttl .sub {
        display: inline-block;
        font-size: 1.5rem;
        letter-spacing: 1.3px;
        font-family: 'Roboto Condensed';
        margin-left: 2rem;
        font-weight: normal; }
        #recruit_main_bottom .recruit_activity .recruit_sub_ttl .sub .sp {
          display: none; }
        #recruit_main_bottom .recruit_activity .recruit_sub_ttl .sub .pc {
          display: inline-block; }
    #recruit_main_bottom .recruit_activity .insta_list .insta_thumb {
      position: relative;
      width: 32.6%;
      display: inline-block;
      margin-bottom: 1.1%;
      vertical-align: top;
      overflow: hidden; }
      #recruit_main_bottom .recruit_activity .insta_list .insta_thumb:nth-child(3n+2) {
        margin: 0 0.6%; }
      #recruit_main_bottom .recruit_activity .insta_list .insta_thumb img {
        position: relative; }
        #recruit_main_bottom .recruit_activity .insta_list .insta_thumb img.height_max {
          position: absolute;
          height: 100%;
          width: auto;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    #recruit_main_bottom .recruit_activity .insta_link_area {
      text-align: center;
      padding: 2rem 0 5rem; }
    #recruit_main_bottom .recruit_activity .go_insta {
      font-size: 1.5rem;
      font-weight: bold;
      border: 4px solid #111111;
      text-align: center;
      padding: 1rem 0;
      display: inline-block;
      text-decoration: none;
      width: 31.5rem;
      color: #111;
      letter-spacing: 1.2px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      #recruit_main_bottom .recruit_activity .go_insta:hover {
        background: #9C9C9C;
        color: #fff; }
      #recruit_main_bottom .recruit_activity .go_insta .fa {
        display: none;
        position: absolute;
        font-size: 2rem;
        vertical-align: middle;
        line-height: 2.8rem;
        margin-left: -3rem; }
      #recruit_main_bottom .recruit_activity .go_insta span {
        line-height: 2.8rem;
        vertical-align: middle; }
  #recruit_main_bottom .moreinfo_area {
    text-align: center;
    padding: 2rem 0 3.5rem;
    background-image: url(../images/recruit/more_info_bk_2@2x.png);
    background-position: center;
    background-size: cover;
    border-bottom: 2px solid #fff; }
    #recruit_main_bottom .moreinfo_area .entry_ttl {
      font-family: 'Roboto Condensed';
      letter-spacing: 1px;
      color: #fff;
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.3;
      margin-top: 10px; }
    #recruit_main_bottom .moreinfo_area .recruit_contact_btn {
      font-size: 1.5rem;
      font-weight: bold;
      display: inline-block;
      background: rgba(255, 255, 255, 0.85);
      color: #2F3036;
      border: 4px solid #2F3036;
      text-align: center;
      text-decoration: none;
      padding: 1rem 0;
      width: 31.5rem;
      letter-spacing: 2px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      height: 83px; }
      #recruit_main_bottom .moreinfo_area .recruit_contact_btn .btnimage {
        width: 46%;
        margin: 0 auto; }
      #recruit_main_bottom .moreinfo_area .recruit_contact_btn:hover {
        background: #9C9C9C;
        color: #fff; }
      #recruit_main_bottom .moreinfo_area .recruit_contact_btn .sp {
        display: none; }
    #recruit_main_bottom .moreinfo_area .sub_txt {
      margin-bottom: 1rem;
      font-size: 0.75rem;
      font-weight: bold;
      color: #fff;
      letter-spacing: 1px; }
      #recruit_main_bottom .moreinfo_area .sub_txt a {
        color: #fff; }
  #recruit_main_bottom .entry_area {
    text-align: center;
    padding: 2rem 0 3.5rem;
    background: rgba(0, 0, 0, 0.3); }
    #recruit_main_bottom .entry_area .entry_ttl {
      font-family: 'Roboto Condensed';
      letter-spacing: 1px;
      color: #fff;
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 0.2rem; }
    #recruit_main_bottom .entry_area .recruit_contact_btn {
      font-size: 1.5rem;
      font-weight: bold;
      display: inline-block;
      background: rgba(255, 255, 255, 0.85);
      color: #2F3036;
      border: 4px solid #2F3036;
      text-align: center;
      text-decoration: none;
      padding: 1rem 0;
      width: 31.5rem;
      letter-spacing: 2px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      #recruit_main_bottom .entry_area .recruit_contact_btn:hover {
        background: #9C9C9C;
        color: #fff; }
      #recruit_main_bottom .entry_area .recruit_contact_btn .sp {
        display: none; }
    #recruit_main_bottom .entry_area .sub_txt {
      margin-top: 1rem;
      font-size: 0.75rem;
      font-weight: bold;
      color: #fff;
      letter-spacing: 1px; }
      #recruit_main_bottom .entry_area .sub_txt a {
        color: #fff; }

#recruit .exp-area {
  margin: 5px 0 40px; }

#recruit .recruit video {
  display: block;
  width: 100%;
  margin: 0 0 50px; }

#recruit .interview {
  letter-spacing: 2px; }
  #recruit .interview .exp-top-area .top-area {
    background: #111; }
    #recruit .interview .exp-top-area .top-area .left_img {
      width: 59.4%;
      vertical-align: middle; }
      #recruit .interview .exp-top-area .top-area .left_img.pc {
        display: inline-block; }
      #recruit .interview .exp-top-area .top-area .left_img.sp {
        display: none; }
    #recruit .interview .exp-top-area .top-area .right-info {
      width: 40%;
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      padding: 0 40px; }
      #recruit .interview .exp-top-area .top-area .right-info .manage {
        font-size: 15px;
        margin-bottom: 10px; }
      #recruit .interview .exp-top-area .top-area .right-info h3 {
        font-size: 36px;
        font-weight: bold; }
        #recruit .interview .exp-top-area .top-area .right-info h3 span {
          display: block;
          font-size: 14px;
          font-weight: lighter; }
  #recruit .interview .exp-top-area .bottom-area {
    padding: 35px 0 70px; }

#recruit 　
.interview-list li {
  position: relative;
  width: 50%;
  float: left;
  margin: 3px 0; }
  #recruit 　
.interview-list li:nth-child(odd) {
    padding-right: 3px; }
  #recruit 　
.interview-list li:nth-child(even) {
    padding-left: 3px; }
  #recruit 　
.interview-list li a {
    display: block;
    color: #111; }
    #recruit 　
.interview-list li a img {
      width: 100%; }
    #recruit 　
.interview-list li a .txt {
      position: absolute;
      bottom: 20%;
      left: 10%; }
      #recruit 　
.interview-list li a .txt h3 {
        font-size: 1.6rem;
        font-weight: bold; }
        #recruit 　
.interview-list li a .txt h3 span {
          font-size: 0.9rem;
          display: block; }

#recruit .recruit_side {
  font-size: 13px;
  font-weight: bold;
  width: 30%;
  float: left;
  margin-top: 40px;
  position: relative; }
  #recruit .recruit_side.fixed {
    position: fixed;
    top: 50px; }
    #recruit .recruit_side.fixed.bottomFixed {
      position: absolute;
      top: initial;
      bottom: -40px; }
  #recruit .recruit_side a:hover {
    opacity: 0.7; }
  #recruit .recruit_side ul li {
    list-style-type: disc;
    list-style-position: inside; }
    #recruit .recruit_side ul li a {
      color: #000;
      text-decoration: none;
      font-size: 13px;
      margin: 7px 0;
      display: inline-block;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
      #recruit .recruit_side ul li a:hover {
        opacity: 0.5; }

#recruit .Department_ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-left: 10px;
  border-bottom: 2px solid #111;
  display: inline-block; }

#recruit .recruit_ttl {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 30px 0px 0px; }

#recruit .recruit_right {
  width: 70%;
  float: right;
  margin-top: 40px; }

#recruit .recruit_bn {
  width: 220px; }

#recruit .recruit_dl {
  width: 100%;
  margin: 50px 0; }
  #recruit .recruit_dl.first {
    margin-top: 0; }
  #recruit .recruit_dl .recruit_ttl {
    margin-left: 10px; }
  #recruit .recruit_dl#internship .recruit_ttl {
    display: none; }
  #recruit .recruit_dl#internship .Department_ttl {
    display: inline-block; }
  #recruit .recruit_dl dl {
    font-size: 12px;
    display: table;
    width: 100%; }
    #recruit .recruit_dl dl dt {
      display: table-cell;
      width: 20%;
      height: 100%;
      padding: 10px;
      font-weight: bold; }
    #recruit .recruit_dl dl dd {
      display: table-cell;
      padding: 5px 10px; }
    #recruit .recruit_dl dl:first-child dd {
      padding: 10px; }
    #recruit .recruit_dl dl:last-child dd {
      padding: 10px; }

#recruit .fix_btn {
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 47px;
  background: #222;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-top: 2px solid #222;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  #recruit .fix_btn i {
    margin-left: 10px;
    vertical-align: middle; }
  #recruit .fix_btn:hover {
    background: #fff;
    color: #222;
    letter-spacing: 5px; }

#access #main-contents {
  margin: 0 auto;
  min-height: 80vh; }

#access .access_area.bg_f7 {
  height: 70vh; }

#access #map_canvas {
  height: 400px;
  width: 40%; }

#access .office_name {
  margin-bottom: 5px; }

#access .access_box {
  text-align: center;
  margin-bottom: 60px;
  width: 48%;
  display: inline-block; }
  #access .access_box a {
    color: #111; }
  #access .access_box .map_link {
    margin-top: 5px;
    font-size: 1rem;
    display: inline-block; }
  #access .access_box h3 {
    font-size: 1.25rem;
    line-height: 1.5; }
  #access .access_box h4 {
    font-size: 0.8rem;
    color: #9e9e9e; }
  #access .access_box .left_logo {
    width: 15%;
    display: inline-block;
    margin-right: 60px;
    text-align: center;
    vertical-align: top;
    padding-top: 5px; }
    #access .access_box .left_logo img {
      margin-bottom: 25px;
      height: 2.5rem;
      width: auto;
      display: inline-block; }
  #access .access_box .right_detail {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    #access .access_box .right_detail h3 {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
      letter-spacing: 1px; }
    #access .access_box .right_detail p {
      line-height: 2; }
    #access .access_box .right_detail a {
      color: #111; }

#contact .contact {
  width: 70%;
  margin: 0 auto;
  text-align: center; }
  #contact .contact.finish .viewmore {
    width: 40%;
    padding: 5px 0;
    margin: 50px auto; }
    #contact .contact.finish .viewmore:hover {
      color: #000; }

#contact .ajax-loader {
  display: none !important; }

#contact .exp {
  text-align: center;
  line-height: 1.2; }

#contact .contact-table {
  text-align: left; }
  #contact .contact-table dl {
    margin: 20px 0; }
    #contact .contact-table dl input,
    #contact .contact-table dl textarea {
      width: 100%;
      padding: 0.3rem;
      font-size: 0.9rem;
      line-height: 1.3;
      border: 1px solid #222; }
    #contact .contact-table dl textarea {
      height: 15rem;
      line-height: 1.8; }
    #contact .contact-table dl select {
      position: relative;
      -webkit-appearance: none;
      appearance: none;
      border: 1px solid #111;
      background: #fff;
      border-radius: 0;
      display: block;
      padding: 0.3rem 2rem 0.3rem 0.5rem;
      text-align: center;
      background: url(../images/arrow_bottom.png) no-repeat;
      background-size: 0.8rem;
      background-position: right 0.4rem center; }
    #contact .contact-table dl dt {
      margin-bottom: 0.3rem; }
      #contact .contact-table dl dt .req {
        background: #bf3232;
        color: #fff;
        font-size: 0.8rem;
        font-weight: lighter;
        padding: 0.2rem 0.3rem;
        margin-left: 0.5rem; }
    #contact .contact-table dl dd .file_list.none {
      display: none; }
    #contact .contact-table dl dd .file_list .file {
      border: 1px solid #111;
      background: #111;
      color: #fff;
      padding: 0.5rem;
      border: 1px solid #222;
      cursor: pointer; }
      #contact .contact-table dl dd .file_list .file input {
        opacity: 0;
        width: 0;
        margin-bottom: 1rem; }
    #contact .contact-table dl dd .file_name {
      vertical-align: middle;
      padding: 0.2rem 0.5rem;
      display: inline-block;
      margin-left: 1rem;
      padding: 0.2rem 0.5rem; }
    #contact .contact-table dl dd.sns_input textarea {
      height: 7rem; }

#contact .pri_txt {
  margin-bottom: 0.5rem; }

#contact .main_check {
  margin: 2rem 0; }
  #contact .main_check.txt_align_center {
    margin: 0; }

#contact #recaptcha {
  display: inline-block; }

#contact .send {
  padding: 0.7rem 7rem;
  margin: 3rem auto;
  font-size: 1.1rem;
  cursor: pointer; }
  #contact .send:hover {
    background: #fff; }

#contact .exp_txt {
  font-size: 0.7rem; }

#contact .wpcf7-response-output {
  text-align: center;
  padding: 0.5rem; }

#privacy .exp {
  text-align: center;
  padding: 2rem 5rem; }

#privacy .privacy-area .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-top: 1.5rem; }

#privacy .privacy-area .txt {
  font-size: 13px;
  margin: 1rem 0 1.5rem; }
  #privacy .privacy-area .txt .sub {
    display: block;
    margin-left: 3rem; }

#privacy .privacy-area ul.txt_list {
  list-style-type: disc;
  margin: 0.5rem 1rem; }

#privacy .privacy-area h3 {
  font-size: 20px;
  font-weight: bold; }

#privacy .privacy-area h4 {
  font-size: 18px;
  margin-top: 0.75rem; }

#privacy .privacy-area ol, #privacy .privacy-area ul {
  margin: 0.75rem 0 2rem; }

#footer {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  background: #fff;
  color: #555;
  font-size: 0.8rem;
  padding: 0 0 2rem;
  z-index: 100; }
  #footer.layer {
    background: #111;
    color: #fff; }
    #footer.layer .right .sub_list li a {
      color: #fff; }
  #footer .container {
    text-align: left; }
    #footer .container.pc {
      padding-top: 2rem; }
      #footer .container.pc.social_footer {
        padding-top: 0; }
  #footer .contact_footer {
    padding: 2.5rem 0;
    background: url(../images/bk_footer.png) no-repeat;
    background-size: cover; }
    #footer .contact_footer .viewmore {
      width: 24%;
      font-size: 17px;
      background: rgba(255, 255, 255, 0.6);
      border: none;
      padding: 0.8rem 0;
      margin: 20px auto 10px; }
    #footer .contact_footer .sub_txt {
      color: #fff;
      letter-spacing: 2px; }
  #footer .foot_sns_main {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 3rem; }
    #footer .foot_sns_main li {
      display: inline-block;
      vertical-align: bottom;
      margin-left: 0.3rem;
      max-width: 37px; }
      #footer .foot_sns_main li:first-child {
        margin-left: 0; }
      #footer .foot_sns_main li a {
        color: #fff;
        font-size: 1.8rem;
        display: inline-block;
        height: 1.8rem;
        vertical-align: top;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out; }
        #footer .foot_sns_main li a:hover {
          opacity: 0.6; }
        #footer .foot_sns_main li a i {
          vertical-align: top; }
  #footer #foot_sns_main_sp {
    display: none; }
  #footer .left {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-top: 2rem; }
    #footer .left .left_top {
      margin-bottom: 1rem; }
      #footer .left .left_top .logo {
        width: 25%;
        display: inline-block;
        vertical-align: bottom;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out; }
        #footer .left .left_top .logo:hover {
          opacity: 0.6; }
    #footer .left .address,
    #footer .left .tel_foot {
      font-size: 11px; }
  #footer .right {
    width: 25%;
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    font-size: 11px; }
    #footer .right .sub_list {
      margin-top: 1rem;
      text-align: left; }
      #footer .right .sub_list li {
        position: relative;
        display: inline-block;
        margin: 0 0.7rem; }
        #footer .right .sub_list li:first-child {
          margin: 0 0.7rem 0 0; }
        #footer .right .sub_list li a {
          text-decoration: none;
          color: #fff; }
    #footer .right .privacy_foot {
      color: #fff;
      text-decoration: none;
      letter-spacing: 2px; }
  #footer .sns {
    position: absolute;
    right: 0;
    top: -2.5rem; }
    #footer .sns li {
      display: inline-block;
      vertical-align: middle; }
      #footer .sns li .fb-like {
        position: relative;
        vertical-align: top; }
      #footer .sns li .twitter-share-button {
        position: relative !important;
        top: 3px !important;
        vertical-align: top; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.grecaptcha-badge {
  display: none !important; }

#contact .grecaptcha-badge {
  display: block !important; }
