@charset "UTF-8";
/* CSS Document */
/*
------------------

 .clearfix

------------------
*/
.clearfix {
  zoom: 1; }

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

.forPC {
  display: block; }
  @media screen and (max-width: 1000px) {
    .forPC {
      display: none !important; } }

.forSP {
  display: block; }
  @media screen and (min-width: 1000px) {
    .forSP {
      display: none !important; } }

html {
  overflow: auto;
  font-size: 62.5%;
  /*10px*/
  color: #534741;
  letter-spacing: 0.1em;
  line-height: 1.7rem;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 1000px) {
    html {
      font-size: 50%; } }
  @media screen and (max-width: 320px) {
    html {
      font-size: 40%; } }

body {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }

a {
  color: #333;
  text-decoration: none; }

/* for Teaser */
div#teaser-cont {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  opacity: 0; }
  div#teaser-cont img#logo-teaser {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100px;
    height: auto;
    margin-left: -50px;
    margin-top: -50px; }
    @media screen and (max-width: 1000px) {
      div#teaser-cont img#logo-teaser {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 20%;
        height: auto;
        margin-left: -10%;
        margin-top: -10%; } }

div#wrapper {
  opacity: 0;
  width: 100%;
  height: 100%; }

/* H E A D E R */
header {
  position: relative;
  background-color: #fff; }
  header div.header-wrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 2rem 0;
    height: 60px; }
    @media screen and (max-width: 1000px) {
      header div.header-wrap {
        padding: 0; } }
    header div.header-wrap img#logo-header {
      width: 200px;
      height: 60px;
      display: inline-block;
      float: left; }
      header div.header-wrap img#logo-header:hover {
        opacity: 0.5; }
      @media screen and (max-width: 1000px) {
        header div.header-wrap img#logo-header {
          float: none;
          width: auto;
          height: 30px;
          display: inline-block;
          padding: 0;
          margin-left: 6%;
          margin-top: 34px;
          vertical-align: bottom; } }
    header div.header-wrap p#corp-name {
      font-size: 1.2rem;
      line-height: 63.5px;
      color: #006eab;
      margin-left: 3rem;
      letter-spacing: 0.2rem;
      display: inline-block;
      float: left; }
      @media screen and (max-width: 1000px) {
        header div.header-wrap p#corp-name {
          display: none; } }
    header div.header-wrap a#header-tel {
      position: absolute;
      top: 50%;
      margin-top: -19px;
      right: 70px;
      width: 300px;
      display: block; }
      header div.header-wrap a#header-tel p img {
        width: 100%;
        height: auto; }
      @media screen and (max-width: 1000px) {
        header div.header-wrap a#header-tel {
          display: none; } }
    header div.header-wrap div#icon-menu {
      transform: scale(1);
      position: absolute;
      right: 10px;
      top: 24px;
      /*background-color: rgba(255,255,255,0.5);*/
      z-index: 2000;
      padding: 15px 15px 12px 12px;
      border-bottom-right-radius: 5px;
      display: block; }
    header div.header-wrap .menu-trigger,
    header div.header-wrap .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box; }
    header div.header-wrap .menu-trigger {
      position: relative;
      width: 26px;
      height: 22px; }
      header div.header-wrap .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #006eab;
        border-radius: 4px; }
        header div.header-wrap .menu-trigger span:nth-of-type(1) {
          top: 0; }
        header div.header-wrap .menu-trigger span:nth-of-type(2) {
          top: 10px; }
        header div.header-wrap .menu-trigger span:nth-of-type(3) {
          bottom: 0; }
    header div.header-wrap .menu-trigger.active span:nth-of-type(1) {
      width: 45%;
      -webkit-transform: translate3d(0, 4px, 0) rotate(45deg);
      transform: translate3d(0, 4px, 0) rotate(45deg); }
    header div.header-wrap .menu-trigger.active span:nth-of-type(2) {
      -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
      transform: translate3d(-1px, 0, 0) rotate(-45deg); }
    header div.header-wrap .menu-trigger.active span:nth-of-type(3) {
      width: 45%;
      -webkit-transform: translate3d(11px, -4px, 0) rotate(45deg);
      transform: translate3d(11px, -4px, 0) rotate(45deg); }

ul.nav {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  background-color: #fff; }
  @media screen and (max-width: 1000px) {
    ul.nav {
      display: none; } }
  ul.nav a li {
    display: inline-block;
    padding: 0 3rem 3rem 3rem;
    border-left: thin solid #eeeff0;
    font-size: 1.4rem;
    color: #333; }
    ul.nav a li:hover {
      color: #006eab; }
    ul.nav a li:first-child {
      border: none; }
    ul.nav a li img {
      width: 40px;
      height: auto;
      vertical-align: sub;
      margin-left: 5px; }

header.fixpos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0;
  height: 63px; }
  header.fixpos div.header-wrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 !important;
    height: 60px; }
  header.fixpos img#logo-header {
    height: 40px !important;
    width: auto !important;
    margin-top: 10px; }
    @media screen and (max-width: 1000px) {
      header.fixpos img#logo-header {
        margin-top: 10px !important; } }
  header.fixpos p#corp-name {
    font-size: 1.0rem;
    line-height: 60px;
    color: #006eab;
    margin-left: 1rem !important;
    letter-spacing: 0.2rem;
    display: inline-block; }
  header.fixpos div#icon-menu {
    top: 5px !important; }
  header.fixpos a#header-tel {
    top: 14px !important;
    margin: 0 !important;
    width: 250px !important; }
  header.fixpos ul.nav {
    display: inline-block;
    margin: 0 auto !important; }

/* SP MENU */
div#menu-sp {
  display: none; }

@media screen and (max-width: 1000px) {
  div#menu-sp {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1999;
    background-color: #fff; }
    div#menu-sp ul.nav {
      display: block;
      padding: 0;
      width: 100%; }
      div#menu-sp ul.nav a {
        text-decoration: none; }
      div#menu-sp ul.nav li {
        width: 100%;
        font-size: 3rem;
        text-align: left;
        width: 100%;
        float: none;
        padding: 10px 0 10px 80px;
        letter-spacing: 1px;
        border-right: none;
        border-bottom: thin solid #eeeff0;
        color: #555;
        position: relative;
        color: #006eab;
        line-height: 40px;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
        div#menu-sp ul.nav li img {
          width: 40px;
          height: auto;
          left: 20px;
          position: absolute; }

  div#menu-sp-header {
    position: relative;
    text-align: center; }
    div#menu-sp-header #logo-spmenu {
      width: 46px;
      height: auto;
      padding: 3.5rem 0; }

  ul.sp-snsmenu {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0; }
    ul.sp-snsmenu li {
      background-color: #eeeff0;
      border-radius: 5px;
      padding: 10px 20vw;
      display: inline-block;
      float: none; }
      ul.sp-snsmenu li img {
        width: 4vw;
        height: auto;
        margin-top: 1.4vw; }
    ul.sp-snsmenu li#followus {
      font-family: "Open Sans Condensed", sans-serif;
      background-color: #fff; } }
section.mainimg-fixpos {
  margin-top: 100px !important; }

section#mainimg {
  width: 100%;
  position: relative;
  max-width: none;
  margin-top: 0; }
  @media screen and (max-width: 1000px) {
    section#mainimg {
      margin-top: 33px; } }
  section#mainimg div#mainimg-cont {
    width: 100%;
    padding-top: 43.92%; }
    section#mainimg div#mainimg-cont ul.mainimg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1; }
      section#mainimg div#mainimg-cont ul.mainimg li img {
        width: 100%; }
    section#mainimg div#mainimg-cont ul.mainimg-sp {
      display: none; }
    @media screen and (max-width: 1000px) {
      section#mainimg div#mainimg-cont {
        padding-top: 150%; }
        section#mainimg div#mainimg-cont ul.mainimg {
          display: none; }
        section#mainimg div#mainimg-cont ul.mainimg-sp {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          z-index: 1; }
          section#mainimg div#mainimg-cont ul.mainimg-sp li img {
            width: 100%; } }
  section#mainimg div#wanted-cont {
    position: absolute;
    left: 10%;
    bottom: 10%;
    z-index: 9; }
    section#mainimg div#wanted-cont img {
      width: 120px;
      height: auto; }
    @media screen and (max-width: 1000px) {
      section#mainimg div#wanted-cont {
        left: inherit;
        right: 5% !important;
        bottom: 5%; }
        section#mainimg div#wanted-cont img {
          width: 90px; } }
  section#mainimg div#mainimg-copy {
    color: #000;
    position: absolute;
    z-index: 2;
    right: 10%;
    bottom: 10%; }
    @media screen and (max-width: 1000px) {
      section#mainimg div#mainimg-copy {
        width: 100%; } }
    section#mainimg div#mainimg-copy h1 p {
      display: block;
      padding: 4px 4px;
      margin-bottom: 5px; }
      section#mainimg div#mainimg-copy h1 p img {
        background-color: #fff;
        height: 43px;
        width: auto; }
        @media screen and (max-width: 1000px) {
          section#mainimg div#mainimg-copy h1 p img {
            height: 35px; } }
    section#mainimg div#mainimg-copy div#main-lead {
      margin-top: 3rem; }
      section#mainimg div#mainimg-copy div#main-lead h2 {
        background-color: #fff;
        display: inline;
        font-size: 1.6rem;
        letter-spacing: 0.3rem; }
        section#mainimg div#mainimg-copy div#main-lead h2 span {
          font-size: 1.2rem; }
      section#mainimg div#mainimg-copy div#main-lead p {
        margin-top: 1rem;
        background-color: #fff;
        display: inline;
        font-size: 1.4rem;
        letter-spacing: 0.3rem; }
      section#mainimg div#mainimg-copy div#main-lead div#main-btn {
        background-color: #006eab;
        color: #fff;
        text-align: center;
        padding: 5px 2rem;
        border-radius: 5px;
        width: 50%;
        display: block;
        margin-top: 3rem; }
    @media screen and (max-width: 1000px) {
      section#mainimg div#mainimg-copy {
        position: relative;
        right: inherit;
        bottom: inherit;
        margin-top: 50px;
        text-align: left;
        width: 90%;
        padding: 5%; } }

section {
  max-width: 1000px;
  margin: 3rem auto; }

/* C O N T E N T S */
div#contents ul.nav {
  margin-top: 50px; }
div#contents section {
  padding-bottom: 3rem; }
  div#contents section h1 {
    margin-top: 5rem;
    position: relative;
    line-height: 3rem; }
    div#contents section h1 img {
      position: absolute;
      top: -7px;
      left: 0;
      height: 45px;
      width: auto; }
    div#contents section h1 p {
      display: inline-block;
      margin-left: 6rem;
      color: #006eab;
      font-size: 4rem;
      letter-spacing: 0.3rem; }
    @media screen and (max-width: 1000px) {
      div#contents section h1 {
        margin-left: 10px; } }
  div#contents section h2 {
    text-align: center;
    border-bottom: thin solid #006eab;
    padding-bottom: 1rem;
    color: #006eab;
    width: 80%;
    margin: 30px auto 0; }
    @media screen and (max-width: 1000px) {
      div#contents section h2 {
        width: 95%; } }
  div#contents section div.lead {
    padding: 4rem 0;
    width: 80%;
    margin: 0 auto; }
  div#contents section div.body {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 3rem; }
    div#contents section div.body h3 {
      color: #006eab;
      margin: 3rem 0 1rem;
      text-align: center; }
    div#contents section div.body p {
      margin-bottom: 1rem; }
    div#contents section div.body p.point {
      padding: 2rem;
      background-color: #eeeff0;
      border-radius: 10px; }
  div#contents section div.table-wrap {
    border: thin solid #ccc;
    width: 80%;
    margin: 30px auto;
    padding: 1px; }
    @media screen and (max-width: 1000px) {
      div#contents section div.table-wrap {
        width: 95%;
        font-size: 1.4rem;
        line-height: 2.2rem; } }
    div#contents section div.table-wrap table {
      width: 100%; }
      div#contents section div.table-wrap table tr th.table-ttl {
        background-color: #006eab;
        color: #fff !important; }
      div#contents section div.table-wrap table tr th, div#contents section div.table-wrap table tr td {
        padding: 5px 5px 5px 10px;
        vertical-align: top; }
      div#contents section div.table-wrap table tr th {
        border-right: thin solid #ccc; }
        div#contents section div.table-wrap table tr th span {
          font-weight: bold; }
        div#contents section div.table-wrap table tr th:last-child {
          border-right: none; }
      div#contents section div.table-wrap table tr td {
        border-right: thin solid #ccc;
        text-align: right; }
        div#contents section div.table-wrap table tr td:last-child {
          border-right: none; }
      div#contents section div.table-wrap table tr:nth-child(2n) {
        background-color: #eeeff0; }
  div#contents section div.script {
    font-size: 1.2rem;
    line-height: 2rem;
    width: 80%;
    margin: 1rem auto 3rem auto; }

div.tax-services {
  text-align: center;
  width: 80%;
  margin: 0 auto; }
  div.tax-services h3 {
    color: #006eab;
    padding: 1rem 0; }
  div.tax-services a {
    border: thin solid #006eab;
    background-color: #fff;
    color: #006eab;
    text-align: center;
    padding: 5px 2rem;
    border-radius: 5px;
    width: 200px;
    display: inline-block;
    margin: 0 3rem 1rem 3rem; }
    div.tax-services a:hover {
      opacity: 0.5; }

div#corp-lead p:nth-child(1) {
  float: left;
  width: 60%; }
div#corp-lead p:nth-child(2) {
  float: right;
  width: 250px; }
  div#corp-lead p:nth-child(2) img {
    width: 100%;
    height: auto; }
@media screen and (max-width: 1000px) {
  div#corp-lead p {
    float: none !important;
    width: 100% !important; }
    div#corp-lead p img {
      width: 100% !important;
      height: auto; } }

img#recruit-img {
  width: 100%;
  height: auto; }

div#logo-disp {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  div#logo-disp div#logomark-cont {
    text-align: center;
    padding: 50px 0; }
    div#logo-disp div#logomark-cont img {
      max-width: 200px;
      height: auto; }
  div#logo-disp p {
    width: 80%;
    margin: 0 auto; }

ul#maker {
  margin: 3rem auto;
  width: 80%;
  display: table; }
  ul#maker li {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    ul#maker li img {
      width: 120px;
      height: auto; }
  @media screen and (max-width: 1000px) {
    ul#maker {
      display: block; }
      ul#maker li {
        display: block;
        padding: 3rem 0; }
        ul#maker li img {
          width: 50%;
          height: auto; } }

div.faq-set {
  padding: 0 0 30px 0 !important; }
  div.faq-set div.faq-q, div.faq-set div.faq-a {
    position: relative;
    padding-top: 8px !important;
    padding-left: 60px !important; }
    @media screen and (max-width: 1000px) {
      div.faq-set div.faq-q, div.faq-set div.faq-a {
        padding-left: 0 !important; } }
  div.faq-set div.faq-q:before, div.faq-set div.faq-a:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    left: 0; }
  div.faq-set div.faq-q {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 3rem;
    margin-bottom: 2rem !important;
    color: #006eab; }
    @media screen and (max-width: 1000px) {
      div.faq-set div.faq-q {
        font-size: 1.8rem;
        width: 90%;
        margin-left: 5%; } }
  div.faq-set div.faq-a {
    font-size: 1.6rem;
    line-height: 3rem;
    padding-top: 8px !important; }
    div.faq-set div.faq-a p:nth-child(1) {
      float: left;
      width: 65%; }
    div.faq-set div.faq-a p:nth-child(2) {
      float: right;
      width: 30%; }
      div.faq-set div.faq-a p:nth-child(2) img {
        width: 100%;
        height: auto; }
    @media screen and (max-width: 1000px) {
      div.faq-set div.faq-a p {
        float: none !important;
        margin-left: 5%;
        width: 90% !important; }
        div.faq-set div.faq-a p img {
          width: 100%;
          height: auto;
          margin: 3rem 0; } }

div.gallery {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center; }
  div.gallery > img {
    width: 80%; }

/* FOOTER */
footer {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 5rem 0; }
  footer img {
    width: 6.8%;
    height: auto; }
  footer h1, footer h2 {
    margin: 1rem 0; }
  footer h1 {
    color: #006eab;
    font-size: 3rem;
    letter-spacing: 0.2rem; }
  footer h2 {
    font-size: 1.6rem; }
  footer div#footer-gglbtn {
    background-color: #006eab;
    color: #fff;
    text-align: center;
    padding: 5px 2rem;
    border-radius: 5px;
    width: 200px;
    display: inline-block;
    margin-top: 3rem; }
  footer p#copyright {
    font-size: 1rem;
    font-family: "Open Sans Condensed", sans-serif; }
