@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,500i,700,700i");
/*******************************
Reset CSS
*******************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll;
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */ }

body {
  font-size: 1.6rem; }

img {
  vertical-align: middle; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:not(.noOpa) img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

a:not(.noOpa):hover img {
  opacity: 0.8; }

a:focus {
  outline: none; }

button {
  border: none;
  background-color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0; }

/*******************************
Default Style
*******************************/
body * {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI','Noto Sans Japanese','Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  /*font-family:  "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif; */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

iframe[name=google_conversion_frame] {
  position: absolute;
  top: 0; }

.telLink {
  pointer-events: none; }

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

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select, textarea {
  border: 1px solid #bbb;
  font-size: 1.4rem; }

.clm2 .clm {
  float: left; }
  .clm2 .clm:nth-child(2n) {
    float: right; }
  .clm2 .clm:nth-child(2n+1) {
    clear: both; }

.clm3 .clm {
  float: left; }
  .clm3 .clm:nth-child(3n) {
    margin-right: 0; }
  .clm3 .clm:nth-child(3n+1) {
    clear: both; }

/*******************************
Common Style
*******************************/
body {
  color: #292826; }

.txt {
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.66; }

.wrapper {
  width: 1203px;
  margin: 0 auto;
  position: relative; }

/*******************************
Header
*******************************/
/*******************************
Footer
*******************************/
/*******************************
Home
*******************************/
#header {
  height: 59px; }

.headInner {
  position: relative;
  height: 59px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 2000;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); }

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 16px 0 17px 22px; }

#gNavi {
  text-align: center; }
  #gNavi .parent > li {
    display: inline-block;
    padding: 0 18px;
    position: relative;
    vertical-align: top; }
    #gNavi .parent > li > span,
    #gNavi .parent > li > a {
      display: block;
      padding: 22px 0;
      position: relative;
      color: #292826;
      text-decoration: none;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1;
      overflow: hidden;
      cursor: pointer; }
      #gNavi .parent > li > span:after,
      #gNavi .parent > li > a:after {
        content: "";
        width: 100%;
        height: 4px;
        background-color: #8ec555;
        position: absolute;
        bottom: 0px;
        left: 0px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transform: translate(0, 4px);
        -ms-transform: translate(0, 4px);
        transform: translate(0, 4px); }
      #gNavi .parent > li > span:hover:after,
      #gNavi .parent > li > a:hover:after {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
  #gNavi .child {
    position: absolute;
    padding-top: 10px;
    width: 174px;
    top: 63px;
    left: 50%;
    margin-left: -87px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden;
    z-index: 1000; }
    #gNavi .child ul {
      background-color: #8ec555;
      position: relative;
      padding-left: 18px;
      padding-top: 20px; }
      #gNavi .child ul:before {
        content: "";
        background: url(../img/arrow_up.png) no-repeat center top;
        height: 8px;
        width: 100%;
        position: absolute;
        top: -8px;
        left: 0px; }
      #gNavi .child ul li {
        padding-left: 13px;
        padding-bottom: 16px;
        background: url(../img/arrow_right_white.png) no-repeat 1px 6px;
        text-align: left; }
        #gNavi .child ul li a {
          color: #fff;
          text-decoration: none;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.2; }
          #gNavi .child ul li a:hover {
            text-decoration: underline; }

@media screen and (min-width: 1250px) {
  #gNavi .toggle:hover {
    height: 300px; }
    #gNavi .toggle:hover .child {
      opacity: 1;
      visibility: visible; } }

#entryBtn {
  position: fixed;
  top: 0px;
  right: 0px; }

#mainImg {
  height: calc(100vh - 59px);
  background: url(../img/main_img.jpg) no-repeat center;
  background-size: cover; }
  #mainImg h1 {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    margin-top: -102px; }

section > h2 {
  font-family: 'Roboto','Noto Sans Japanese','Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  text-align: center;
  line-height: 45px;
  font-size: 60px;
  font-size: 6rem;
  margin-bottom: 50px; }
  section > h2 span {
    color: #8ec555;
    font-family: inherit; }
  section > h2 small {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 16px; }
  section > h2 img {
    margin-bottom: 5px; }

#message {
  padding: 66px 0 80px;
  background-color: #fafafa; }
  #message .wrapper {
    padding-left: 50px;
    padding-right: 50px; }
  #message .messageBox {
    background-color: #fff;
    width: 956px;
    height: 519px;
    padding: 56px 70px 0;
    margin-top: -95px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    position: relative; }
    #message .messageBox h3 {
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 50px;
      margin-bottom: 20px;
      font-weight: 600; }
    #message .messageBox .txt {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 2; }
    #message .messageBox .name {
      text-align: right;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 500; }

#business {
  padding: 47px 0 79px;
  background: url(../img/bg_business.jpg) no-repeat center;
  background-size: cover; }
  #business .businessList {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto; }
    #business .businessList .clm {
      width: 498px;
      height: 398px;
      padding-right: 13px;
      padding-bottom: 13px;
      display: inline-block;
      vertical-align: top;
      background: url(../img/square_green.png) no-repeat right bottom;
      margin: 0 15px 15px; }
      #business .businessList .clm .white {
        padding: 18px 18px 0;
        background-color: #fff;
        height: 100%;
        border-radius: 4px; }
        #business .businessList .clm .white .img {
          margin-bottom: 10px; }
      #business .businessList .clm h3 {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 5px; }
      #business .businessList .clm .txt {
        text-align: left;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.8; }
      #business .businessList .clm.long {
        height: 438px;
        background: url(../img/square_green_long.png) no-repeat right bottom; }

#interview {
  padding-top: 65px;
  padding-bottom: 60px;
  background: url(../img/bg_glass.png) no-repeat center; }
  #interview .interviewList {
    text-align: center; }
    @media screen and (max-width: 1024px) {
      #interview .interviewList {
        max-width: 750px;
        margin: 0 auto; } }
    #interview .interviewList li {
      display: inline-block;
      margin: 0 14px;
      position: relative; }
      #interview .interviewList li a {
        text-decoration: none;
        color: #292826;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        #interview .interviewList li a:hover {
          opacity: 0.8; }
      #interview .interviewList li .img {
        margin-bottom: 12px; }
      #interview .interviewList li h3 {
        font-weight: 600;
        font-size: 18px;
        font-size: 1.8rem; }
      #interview .interviewList li .num {
        font-family: 'Roboto','Noto Sans Japanese','Hiragino Kaku Gothic ProN', meiryo, sans-serif;
        opacity: 0.3;
        font-style: italic;
        font-size: 50px;
        font-size: 5rem;
        line-height: 1;
        position: absolute;
        top: -19px;
        left: -20px; }
      #interview .interviewList li:after {
        content: "";
        background: url(../img/arrow_down_min.png) no-repeat center;
        height: 10px;
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: -25px; }

.intSec {
  padding-bottom: 64px; }
  .intSec .heading {
    border-top: 3px solid #8ec555;
    height: 450px;
    background-position: center;
    background-size: cover;
    position: relative; }
    .intSec .heading .headBox {
      width: 534px;
      height: 250px;
      background-color: #fff;
      position: absolute;
      left: 50%;
      top: 120px;
      margin-left: -534px;
      padding: 58px 0 0 36px; }
      .intSec .heading .headBox h2 {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.3;
        font-weight: 600;
        margin-bottom: 24px; }
      .intSec .heading .headBox .txt {
        font-size: 20px;
        font-size: 2rem; }
      .intSec .heading .headBox .num {
        color: #dadada;
        font-family: 'Roboto','Noto Sans Japanese','Hiragino Kaku Gothic ProN', meiryo, sans-serif;
        font-style: italic;
        position: absolute;
        top: -74px;
        left: -74px;
        line-height: 1;
        font-size: 120px;
        font-size: 12rem;
        letter-spacing: -0.05em; }
    .intSec .heading.right .headBox {
      margin-left: 0; }
      @media screen and (min-width: 1200px) {
        .intSec .heading.right .headBox .num {
          left: 412px; } }
  .intSec .faqList {
    width: 1008px;
    margin: 50px auto 0; }
    .intSec .faqList dt {
      margin-bottom: 10px;
      color: #8ec555;
      font-size: 30px;
      font-size: 3rem;
      font-weight: 600; }
      .intSec .faqList dt strong {
        font-family: 'Roboto','Noto Sans Japanese','Hiragino Kaku Gothic ProN', meiryo, sans-serif;
        font-weight: bold;
        font-size: 52px;
        font-size: 5.2rem;
        margin-right: 6px; }
    .intSec .faqList dd {
      margin-bottom: 38px;
      width: 858px;
      margin-left: auto;
      margin-right: auto; }

#interview01 .heading {
  background-image: url(../img/bg_interview01.jpg); }

#interview02 .heading {
  background-image: url(../img/bg_interview02.jpg); }

#interview03 .heading {
  background-image: url(../img/bg_interview03.jpg); }

#interview04 .heading {
  background-image: url(../img/bg_interview04.jpg); }

#numbers {
  background-color: #f1f1f1;
  padding: 63px 0 81px; }

.numberList .clm {
  width: 50%;
  height: 504px;
  float: left;
  padding-top: 39px; }
  .numberList .clm h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center; }
    .numberList .clm h3 span {
      font-size: 40px;
      font-size: 4rem;
      font-family: 'Roboto','Noto Sans Japanese','Hiragino Kaku Gothic ProN', meiryo, sans-serif;
      font-weight: bold;
      margin-right: 10px;
      color: #8ec555; }
  .numberList .clm .img {
    height: 300px;
    text-align: center; }
    .numberList .clm .img img {
      position: relative;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .numberList .clm .txt {
    padding: 0 80px;
    font-size: 14px;
    font-size: 1.4rem; }

@media screen and (min-width: 1200px) {
  .numberList .clm:nth-child(4n+1), .numberList .clm:nth-child(4n) {
    background-color: #fff;
    border-top: 3px solid #8ec555; } }

#job {
  padding: 80px 0 84px;
  background: url(../img/bg_glass2.png) repeat-y center top; }
  #job .wrapper {
    padding-right: 50px; }
  #job .row {
    margin-bottom: 52px; }
    #job .row .left {
      float: left; }
    #job .row .right {
      float: right;
      width: 476px;
      padding-top: 18px;
      position: relative; }
      #job .row .right h3 {
        font-size: 40px;
        font-size: 4rem;
        text-align: center;
        font-weight: 600;
        line-height: 50px;
        position: relative;
        z-index: 2; }
        #job .row .right h3 span {
          color: #8ec555;
          font-family: 'Roboto','Noto Sans Japanese','Hiragino Kaku Gothic ProN', meiryo, sans-serif;
          font-weight: normal;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 16px;
          position: relative;
          top: -20px; }
      #job .row .right .num {
        position: absolute;
        z-index: 1;
        font-size: 120px;
        font-size: 12rem;
        top: -27px;
        left: -18px;
        color: #f1f1f1;
        font-family: 'Roboto','Noto Sans Japanese','Hiragino Kaku Gothic ProN', meiryo, sans-serif;
        font-style: italic;
        line-height: 1; }

#environment {
  padding: 78px 0 74px;
  background: url(../img/bg_env.jpg) no-repeat center;
  background-size: cover; }
  #environment .caution {
    width: 980px;
    margin: 0 auto; }

.envList {
  text-align: center;
  margin-bottom: 30px;
  max-width: 1200px;
  margin: 0 auto; }
  .envList .clm {
    display: inline-block;
    width: 365px;
    height: 302px;
    padding-right: 7px;
    padding-bottom: 7px;
    margin: 0 3px 20px;
    background: url(../img/square_orange_01.png) no-repeat right bottom;
    vertical-align: top; }
    .envList .clm .white {
      padding-top: 28px;
      background-color: #fff;
      border-radius: 6px;
      height: 100%; }
    .envList .clm h3 {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 17px; }
    .envList .clm .img {
      height: 158px; }
    .envList .clm span {
      font-size: 13px;
      font-size: 1.3rem; }
    .envList .clm.long {
      height: 405px;
      background-image: url(../img/square_orange_02.png); }
      .envList .clm.long .img {
        height: 200px; }
      .envList .clm.long:last-child .img {
        height: 163px; }
      .envList .clm.long:last-child .txt {
        padding: 0 20px;
        text-align: left; }

#event {
  padding-top: 66px;
  padding-bottom: 54px;
  background: url(../img/bg_stripe.png); }

.eventList {
  width: 1204px;
  margin: 0 auto 30px; }
  .eventList li {
    text-align: center;
    float: left; }
    .eventList li .imgCap {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 600;
      margin-top: 6px; }

.evCap {
  width: 890px;
  margin: 0 auto; }

#ideal {
  padding: 51px 0 25px;
  background: url(../img/bg_ideal.png) no-repeat 35% 130px; }
  #ideal .img {
    text-align: center;
    margin-bottom: 25px; }
  #ideal .idealList {
    width: 830px;
    margin: 0 auto; }
    #ideal .idealList dt {
      color: #f27e16;
      font-size: 30px;
      font-size: 3rem;
      font-weight: 600;
      margin-bottom: 18px; }
      #ideal .idealList dt span {
        font-size: 52px;
        font-size: 5.2rem;
        font-weight: bold;
        font-family: 'Roboto','Noto Sans Japanese','Hiragino Kaku Gothic ProN', meiryo, sans-serif;
        margin-right: 10px; }
    #ideal .idealList dd {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.9;
      font-weight: 500;
      margin-bottom: 35px; }

#requirement {
  padding: 50px 0 62px;
  background-color: #fafafa; }
  #requirement .wrapper {
    padding-left: 50px;
    padding-right: 50px; }
  #requirement .reqTab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 17px; }
    #requirement .reqTab li {
      width: 181px;
      text-align: center;
      background-color: #eaeaea;
      padding: 25px 0;
      line-height: 1.2;
      position: relative;
      cursor: pointer; }
      #requirement .reqTab li:hover, #requirement .reqTab li.active {
        background-color: #8ec555;
        color: #fff; }
        #requirement .reqTab li:hover:after, #requirement .reqTab li.active:after {
          content: "";
          background: url(../img/arrow_down.png) no-repeat center bottom;
          height: 10px;
          width: 100%;
          position: absolute;
          top: 100%;
          left: 0px; }
  #requirement > p {
    margin-bottom: 40px;
    text-align: center; }
  #requirement .panel {
    overflow: hidden; }
    #requirement .panel li {
      float: left;
      width: 31%;
      margin: 0 3.5% 20px 0; }
      #requirement .panel li:nth-of-type(3n) {
        margin-right: 0; }
      @media screen and (max-width: 750px) {
        #requirement .panel li {
          width: 48.25%; }
          #requirement .panel li:nth-of-type(odd) {
            margin-right: 3.5%; }
          #requirement .panel li:nth-of-type(even) {
            margin-right: 0; } }
      #requirement .panel li a {
        display: block;
        padding: 30px 0;
        color: #292826;
        background-color: #eaeaea;
        text-align: center;
        text-decoration: none;
        line-height: 1.4; }
        #requirement .panel li a:hover {
          color: #fff;
          background-color: #8ec555; }

.target table {
  border: 1px solid #eaeaea;
  width: 100%; }
  .target table th {
    border-bottom: 1px solid #eaeaea;
    width: 220px;
    padding: 20px 0 20px 24px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    background-color: #c4dfa7; }
  .target table td {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0 20px 24px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #fff; }

.hide {
  display: none; }

#flow {
  padding: 47px 0 89px;
  background-color: #e8e8e8; }
  #flow .flowList {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #flow .flowList li {
      text-align: center;
      background-color: #fff;
      width: 218px;
      height: 273px;
      padding-top: 65px;
      position: relative; }
      #flow .flowList li .img {
        height: 114px;
        width: 100%;
        text-align: center;
        position: relative; }
        #flow .flowList li .img img {
          position: relative;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      #flow .flowList li p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 20px;
        font-weight: 600;
        margin-top: 29px; }
        #flow .flowList li p span {
          font-weight: 500;
          font-size: 15px;
          font-size: 1.5rem; }
      #flow .flowList li:not(:last-child):after {
        content: "";
        background: url(../img/arrow_right.png) no-repeat center;
        width: 21px;
        height: 44px;
        position: absolute;
        top: 50%;
        right: -10px;
        margin-top: -22px;
        z-index: 3; }

#faq {
  padding: 44px 0 80px; }
  #faq .faqList {
    width: 1100px;
    margin: 0 auto 8px; }
    #faq .faqList dt {
      border: 1px solid #bbbbbb;
      border-top-style: none;
      padding: 22px 0 18px 67px;
      position: relative;
      font-size: 25px;
      font-size: 2.5rem;
      color: #fff;
      background: #8ec555 url(../img/icon_plus.png) no-repeat 98% center;
      cursor: pointer; }
      #faq .faqList dt:before {
        content: "Q.";
        font-family: 'Roboto','Noto Sans Japanese','Hiragino Kaku Gothic ProN', meiryo, sans-serif;
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 19px;
        left: 28px;
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1; }
      #faq .faqList dt:hover {
        opacity: 0.8; }
      #faq .faqList dt.active {
        background: #8ec555 url(../img/icon_minus.png) no-repeat 98% center; }
    #faq .faqList dd {
      border: 1px solid #bbbbbb;
      border-top-style: none;
      padding: 30px 82px 28px 72px;
      position: relative;
      font-size: 15px;
      font-size: 1.5rem;
      display: none; }
      #faq .faqList dd:before {
        content: "A.";
        font-family: 'Roboto','Noto Sans Japanese','Hiragino Kaku Gothic ProN', meiryo, sans-serif;
        font-weight: bold;
        color: #8ec555;
        position: absolute;
        top: 25px;
        left: 29px;
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1; }

.lastSection {
  padding-bottom: 89px; }
  .lastSection.wrapper {
    padding-left: 50px;
    padding-right: 50px; }
  .lastSection .bnr {
    margin-bottom: 25px; }
  .lastSection .entry a {
    display: block;
    text-align: center;
    background-color: #f27e16;
    color: #fff;
    border-radius: 8px;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 100px;
    font-weight: 600;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 0px 0px #9e520e;
    box-shadow: 0 4px 0px 0px #9e520e;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s; }
    .lastSection .entry a:hover {
      -webkit-transform: translate(0, 4px);
      -ms-transform: translate(0, 4px);
      transform: translate(0, 4px);
      -webkit-box-shadow: 0 0px 0px 0px #9e520e;
      box-shadow: 0 0px 0px 0px #9e520e; }

.fTel {
  text-align: center; }
  .fTel .cap {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px; }
  .fTel .tel {
    font-family: 'Roboto','Noto Sans Japanese','Hiragino Kaku Gothic ProN', meiryo, sans-serif;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1;
    margin-bottom: 55px;
    font-weight: 500; }
    .fTel .tel span {
      color: #8ec555; }
    .fTel .tel a {
      color: #292826;
      text-decoration: none; }

#footer {
  text-align: center; }
  #footer .goTop {
    background-color: #414042; }
    #footer .goTop a {
      display: block;
      padding: 30px 0; }
  #footer .fBg {
    height: 373px;
    padding-top: 145px;
    background: url(../img/bg_footer.jpg) no-repeat center;
    background-size: cover; }
  #footer .copyRight {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
    color: #fff; }

.entryTable {
  border: 1px solid #eaeaea;
  width: 100%;
  margin-bottom: 50px; }
  .entryTable th {
    border-bottom: 1px solid #eaeaea;
    width: 256px;
    padding: 24px 0 20px 24px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    background-color: #c4dfa7;
    vertical-align: top; }
    .entryTable th span.hissu {
      background-color: #ffffff;
      font-size: 12px;
      font-size: 1.2rem;
      width: 40px;
      line-height: 18px;
      color: #f27e16;
      border: 1px solid #f27e16;
      display: inline-block;
      margin-left: 8px;
      text-align: center; }
  .entryTable td {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 24px 20px 24px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #fff; }
  .entryTable input[type="text"],
  .entryTable input[type="email"],
  .entryTable input[type="tel"] {
    height: 2.2em;
    width: 100%;
    text-indent: 0.5em; }
    .entryTable input[type="text"].short,
    .entryTable input[type="email"].short,
    .entryTable input[type="tel"].short {
      width: auto; }
  .entryTable textarea {
    width: 100%;
    text-indent: 0.5em; }
  .entryTable input[type="checkbox"] {
    margin-right: 5px; }
  .entryTable ul li {
    margin-bottom: 10px; }
  .entryTable p.lastJob {
    padding-left: 25px; }

#entryPage {
  padding-bottom: 160px;
  padding-top: 64px;
  display: block; }

.formBtn {
  text-align: center; }
  .formBtn input,
  .formBtn a {
    -webkit-appearance: none;
    background-color: #f27e16;
    color: #fff;
    border-radius: 8px;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 70px;
    font-weight: 600;
    width: 376px;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 0px 0px #9e520e;
    box-shadow: 0 4px 0px 0px #9e520e;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    cursor: pointer;
    border-style: none;
    margin: 0 5px;
    text-decoration: none;
    display: inline-block; }
    .formBtn input:hover,
    .formBtn a:hover {
      -webkit-transform: translate(0, 4px);
      -ms-transform: translate(0, 4px);
      transform: translate(0, 4px);
      -webkit-box-shadow: 0 0px 0px 0px #9e520e;
      box-shadow: 0 0px 0px 0px #9e520e; }
    .formBtn input.back,
    .formBtn a.back {
      background-color: #c3c3c3;
      -webkit-box-shadow: 0 4px 0px 0px #7f7f7f;
      box-shadow: 0 4px 0px 0px #7f7f7f; }
      .formBtn input.back:hover,
      .formBtn a.back:hover {
        -webkit-box-shadow: 0 0px 0px 0px #7f7f7f;
        box-shadow: 0 0px 0px 0px #7f7f7f; }
  .formBtn input[disabled="disabled"] {
    pointer-events: none;
    opacity: 0.5; }

.privacyBox {
  height: 204px;
  padding: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  overflow: auto;
  border: 1px solid #d3d3d3;
  margin-top: 10px; }

.finish {
  text-align: center; }
  .finish h3 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px; }
  .finish .txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 60px; }

form.inline {
  display: inline-block; }

.error {
  color: red; }

.separate:not(:last-child) {
  margin-bottom: 10px; }
