@charset "UTF-8";
/*********************************************
reset
*********************************************/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

* {
  box-sizing: border-box; }

/*********************************************
基本タグ
*********************************************/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  font-size: 15px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  background: url("../img/back_dot.svg") repeat;
  letter-spacing: 0.75px;
  padding-top: 70px;
  margin-top: -70px; }

img {
  max-width: 100%; }

img, iframe {
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit; }
  a:hover {
    opacity: 0.5;
    transition: 0.5s;
    text-decoration: none; }
  a:active {
    opacity: 1; }

/********************************************
共通パーツ
********************************************/
.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 800ms;
  filter: blur(8px); }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  filter: blur(0); }

.fl {
  float: left; }

.fr {
  float: right; }

.pc {
  display: block; }

.sp {
  display: none; }

.area {
  position: relative;
  width: 100%;
  box-sizing: border-box; }

.f {
  position: absolute;
  z-index: 1; }

.tr {
  text-align: right; }

.tc {
  text-align: center;
  margin: 0 auto; }

.bold {
  font-weight: bold; }

.btn {
  display: block;
  margin: 0 auto;
  background: black;
  color: white;
  border-radius: 36px;
  padding: 20px 0;
  line-height: 1;
  font-size: 18px;
  font-weight: bold; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.pt10 {
  padding-top: 10px; }

.pb10 {
  padding-bottom: 10px; }

.pl10 {
  padding-left: 10px; }

.pr10 {
  padding-right: 10px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.pt20 {
  padding-top: 20px; }

.pb20 {
  padding-bottom: 20px; }

.pl20 {
  padding-left: 20px; }

.pr20 {
  padding-right: 20px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.pt30 {
  padding-top: 30px; }

.pb30 {
  padding-bottom: 30px; }

.pl30 {
  padding-left: 30px; }

.pr30 {
  padding-right: 30px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.pt40 {
  padding-top: 40px; }

.pb40 {
  padding-bottom: 40px; }

.pl40 {
  padding-left: 40px; }

.pr40 {
  padding-right: 40px; }

.mt50 {
  margin-top: 50px; }

.mb50 {
  margin-bottom: 50px; }

.pt50 {
  padding-top: 50px; }

.pb50 {
  padding-bottom: 50px; }

.pl50 {
  padding-left: 50px; }

.pr50 {
  padding-right: 50px; }

.mt60 {
  margin-top: 60px; }

.mb60 {
  margin-bottom: 60px; }

.pt60 {
  padding-top: 60px; }

.pb60 {
  padding-bottom: 60px; }

.pl60 {
  padding-left: 60px; }

.pr60 {
  padding-right: 60px; }

.mt70 {
  margin-top: 70px; }

.mb70 {
  margin-bottom: 70px; }

.pt70 {
  padding-top: 70px; }

.pb70 {
  padding-bottom: 70px; }

.pl70 {
  padding-left: 70px; }

.pr70 {
  padding-right: 70px; }

.mt80 {
  margin-top: 80px; }

.mb80 {
  margin-bottom: 80px; }

.pt80 {
  padding-top: 80px; }

.pb80 {
  padding-bottom: 80px; }

.pl80 {
  padding-left: 80px; }

.pr80 {
  padding-right: 80px; }

.mt90 {
  margin-top: 90px; }

.mb90 {
  margin-bottom: 90px; }

.pt90 {
  padding-top: 90px; }

.pb90 {
  padding-bottom: 90px; }

.pl90 {
  padding-left: 90px; }

.pr90 {
  padding-right: 90px; }

.mt100 {
  margin-top: 100px; }

.mb100 {
  margin-bottom: 100px; }

.pt100 {
  padding-top: 100px; }

.pb100 {
  padding-bottom: 100px; }

.pl100 {
  padding-left: 100px; }

.pr100 {
  padding-right: 100px; }

.mt110 {
  margin-top: 110px; }

.mb110 {
  margin-bottom: 110px; }

.pt110 {
  padding-top: 110px; }

.pb110 {
  padding-bottom: 110px; }

.pl110 {
  padding-left: 110px; }

.pr110 {
  padding-right: 110px; }

.mt120 {
  margin-top: 120px; }

.mb120 {
  margin-bottom: 120px; }

.pt120 {
  padding-top: 120px; }

.pb120 {
  padding-bottom: 120px; }

.pl120 {
  padding-left: 120px; }

.pr120 {
  padding-right: 120px; }

.mt130 {
  margin-top: 130px; }

.mb130 {
  margin-bottom: 130px; }

.pt130 {
  padding-top: 130px; }

.pb130 {
  padding-bottom: 130px; }

.pl130 {
  padding-left: 130px; }

.pr130 {
  padding-right: 130px; }

.mt140 {
  margin-top: 140px; }

.mb140 {
  margin-bottom: 140px; }

.pt140 {
  padding-top: 140px; }

.pb140 {
  padding-bottom: 140px; }

.pl140 {
  padding-left: 140px; }

.pr140 {
  padding-right: 140px; }

.mt150 {
  margin-top: 150px; }

.mb150 {
  margin-bottom: 150px; }

.pt150 {
  padding-top: 150px; }

.pb150 {
  padding-bottom: 150px; }

.pl150 {
  padding-left: 150px; }

.pr150 {
  padding-right: 150px; }

.mt160 {
  margin-top: 160px; }

.mb160 {
  margin-bottom: 160px; }

.pt160 {
  padding-top: 160px; }

.pb160 {
  padding-bottom: 160px; }

.pl160 {
  padding-left: 160px; }

.pr160 {
  padding-right: 160px; }

.mt170 {
  margin-top: 170px; }

.mb170 {
  margin-bottom: 170px; }

.pt170 {
  padding-top: 170px; }

.pb170 {
  padding-bottom: 170px; }

.pl170 {
  padding-left: 170px; }

.pr170 {
  padding-right: 170px; }

.mt180 {
  margin-top: 180px; }

.mb180 {
  margin-bottom: 180px; }

.pt180 {
  padding-top: 180px; }

.pb180 {
  padding-bottom: 180px; }

.pl180 {
  padding-left: 180px; }

.pr180 {
  padding-right: 180px; }

.mt190 {
  margin-top: 190px; }

.mb190 {
  margin-bottom: 190px; }

.pt190 {
  padding-top: 190px; }

.pb190 {
  padding-bottom: 190px; }

.pl190 {
  padding-left: 190px; }

.pr190 {
  padding-right: 190px; }

.mt200 {
  margin-top: 200px; }

.mb200 {
  margin-bottom: 200px; }

.pt200 {
  padding-top: 200px; }

.pb200 {
  padding-bottom: 200px; }

.pl200 {
  padding-left: 200px; }

.pr200 {
  padding-right: 200px; }

.mt210 {
  margin-top: 210px; }

.mb210 {
  margin-bottom: 210px; }

.pt210 {
  padding-top: 210px; }

.pb210 {
  padding-bottom: 210px; }

.pl210 {
  padding-left: 210px; }

.pr210 {
  padding-right: 210px; }

.mt220 {
  margin-top: 220px; }

.mb220 {
  margin-bottom: 220px; }

.pt220 {
  padding-top: 220px; }

.pb220 {
  padding-bottom: 220px; }

.pl220 {
  padding-left: 220px; }

.pr220 {
  padding-right: 220px; }

.mt230 {
  margin-top: 230px; }

.mb230 {
  margin-bottom: 230px; }

.pt230 {
  padding-top: 230px; }

.pb230 {
  padding-bottom: 230px; }

.pl230 {
  padding-left: 230px; }

.pr230 {
  padding-right: 230px; }

.mt240 {
  margin-top: 240px; }

.mb240 {
  margin-bottom: 240px; }

.pt240 {
  padding-top: 240px; }

.pb240 {
  padding-bottom: 240px; }

.pl240 {
  padding-left: 240px; }

.pr240 {
  padding-right: 240px; }

.contentWidth {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 20; }

.p-r {
  position: relative; }

.p-a {
  position: absolute; }

.t-normal {
  font-weight: normal; }

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

.ttl_svg {
  position: relative;
  z-index: 30;
  width: 40px; }

.areaMainDesc {
  padding: 60px 0;
  width: 530px;
  margin: 0 auto; }
  .areaMainDesc .ttl {
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px; }
  .areaMainDesc .box {
    padding-top: 20px; }
    .areaMainDesc .box .fl {
      width: 200px;
      height: 220px; }
    .areaMainDesc .box .fr {
      width: 330px;
      height: 220px;
      padding: 40px 40px;
      background: #efefef; }
      .areaMainDesc .box .fr .ttl {
        font-size: 18px;
        font-weight: bold; }
      .areaMainDesc .box .fr .txt {
        font-size: 14px; }

.mv {
  background-size: auto 100%;
  background-position: center center;
  padding-top: 0px;
  padding-bottom: 40px; }
  .mv .imgmv img {
    max-width: none;
    width: 100%; }

.president .copy {
  max-width: 50%;
  margin-left: auto;
  margin-bottom: 80px;
  padding-top: 120px;
  text-align: center; }
  .president .copy img {
    width: 250px; }
.president .desc {
  width: 560px;
  margin-left: auto;
  border-radius: 15px;
  background: #e1f0f0;
  padding: 50px 60px; }
  .president .desc .ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px; }
.president .img {
  max-width: 60vw;
  top: 0;
  left: 0; }
  .president .img .name {
    bottom: 0;
    left: 0;
    width: 320px;
    height: 80px;
    line-height: 80px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    background: #00aae6;
    text-align: center; }
    .president .img .name span {
      font-size: 22px; }

.areaLink .box .fl, .areaLink .box .fr {
  width: 50%; }
  .areaLink .box .fl img, .areaLink .box .fr img {
    max-width: none;
    width: 100%; }

@keyframes bg {
  0% {
    left: -100%;
    height: 100%; }
  100% {
    left: 101%; } }
@keyframes cp {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  51% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes clipanime {
  0% {
    visibility: visible;
    -webkit-clip-path: circle(0 at 55%); }
  100% {
    visibility: visible;
    -webkit-clip-path: circle(900px at 55%); } }
/********************************************
コンテンツ
********************************************/
.area {
  width: 100%;
  position: relative; }

#pageIndex .contentWidth {
  padding-top: 75px; }
#pageIndex .fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 800ms;
  filter: blur(8px); }
  #pageIndex .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0); }
  #pageIndex .fadein.d1 {
    transition-delay: 500ms; }
  #pageIndex .fadein.d2 {
    transition-delay: 1000ms; }
#pageIndex .desc {
  max-width: 560px;
  background: white;
  border-radius: 10px;
  padding: 50px 65px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  opacity: 0; }
  #pageIndex .desc.desc-right {
    margin-left: auto; }
  #pageIndex .desc .copy {
    text-align: center;
    margin-bottom: 16px; }
    #pageIndex .desc .copy img {
      max-width: 300px; }
  #pageIndex .desc .ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px; }
  #pageIndex .desc .txt {
    margin-bottom: 20px; }
  #pageIndex .desc .btnMore {
    width: 330px;
    margin: 0 auto; }
#pageIndex .animeClip .img {
  clip-path: circle(50px at 55%);
  -webkit-clip-path: circle(50px at 55%);
  animation-name: clipanime;
  animation-fill-mode: forwards;
  animation-duration: 500ms;
  -webkit-animation-name: clipanime;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-duration: 500ms; }
#pageIndex .img {
  position: absolute;
  max-width: 800px;
  visibility: hidden; }
  #pageIndex .img.img-right {
    right: 0;
    top: 0; }
#pageIndex .mv {
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 60px; }
  #pageIndex .mv iframe {
    transform: scale(1.6); }
  #pageIndex .mv video {
    position: relative;
    z-index: 1; }
  #pageIndex .mv .img1 {
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 550px;
    overflow: hidden; }
    #pageIndex .mv .img1 .bg {
      width: 100%;
      height: 100%;
      background: white;
      left: -100%;
      right: 0; }
      #pageIndex .mv .img1 .bg.anime {
        animation-duration: 1.5s;
        animation-name: bg;
        animation-delay: 0.5s;
        animation-timing-function: ease; }
    #pageIndex .mv .img1 .mainCopy {
      opacity: 0; }
      #pageIndex .mv .img1 .mainCopy.anime {
        animation-duration: 1s;
        animation-delay: 0.5s;
        animation-name: cp;
        animation-fill-mode: forwards; }
  #pageIndex .mv .img2 {
    top: 80vh;
    width: 79px;
    left: 50%;
    transform: translateX(-50%); }
#pageIndex .area1, #pageIndex .area2 {
  margin-bottom: 60px; }
#pageIndex .area3 {
  margin-bottom: 120px; }
#pageIndex .area4 {
  padding: 60px 0;
  width: 100%;
  margin-bottom: 80px; }
  #pageIndex .area4 .ttl {
    width: 280px;
    margin: 0 auto 40px; }
  #pageIndex .area4 .btnMore {
    width: 330px;
    margin: 0 auto; }
  #pageIndex .area4 .bg {
    background: url("../img/top_product_back_pc.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 100%;
    margin-bottom: 40px; }
    #pageIndex .area4 .bg .txt {
      font-size: 26px;
      font-weight: bold;
      left: 35%;
      top: 40px; }
      #pageIndex .area4 .bg .txt p {
        margin-bottom: 10px; }
        #pageIndex .area4 .bg .txt p span {
          background: #dcdddd;
          line-height: 1.5;
          padding: 0 10px; }

#pageAbout .mv .img1 {
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px; }
#pageAbout .area1 {
  margin-bottom: 80px; }
  #pageAbout .area1 .img {
    width: 100%;
    height: 500px;
    background: url("../img/about_us_3_pc.png") no-repeat, #efefef;
    background-size: auto 100%;
    background-position: center;
    z-index: 1; }
    #pageAbout .area1 .img img {
      width: 300px;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #pageAbout .area1 .box {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    z-index: 2; }
    #pageAbout .area1 .box > div {
      width: 240px;
      height: 300px;
      background: #e1f0f0;
      border-radius: 15px;
      margin-top: -150px; }
      #pageAbout .area1 .box > div .no {
        top: -20px;
        left: 50%;
        transform: translateX(-50%); }
        #pageAbout .area1 .box > div .no img {
          width: auto;
          height: 40px; }
      #pageAbout .area1 .box > div .ttl {
        height: 120px;
        line-height: 120px;
        text-align: center;
        font-size: 20px;
        font-weight: bold; }
      #pageAbout .area1 .box > div .txt {
        background: #c3e1f0;
        font-size: 14px;
        line-height: 24px;
        padding: 18px 20px;
        letter-spacing: 0;
        border-radius: 0 0 15px 15px; }
        #pageAbout .area1 .box > div .txt small {
          font-size: 11px; }
#pageAbout .area2 {
  margin-bottom: 120px; }
#pageAbout .area3 {
  background: url("../img/company_back_pc.jpg") no-repeat;
  background-size: cover;
  padding: 80px 0 120px; }
  #pageAbout .area3 .copy {
    width: 300px;
    margin: 0 auto 40px; }
  #pageAbout .area3 .table {
    width: 600px;
    margin: 0 auto; }
    #pageAbout .area3 .table th, #pageAbout .area3 .table td {
      color: white;
      font-size: 16px;
      font-weight: bold;
      padding: 20px 0; }
    #pageAbout .area3 .table tr {
      border-top: 2px solid white; }
      #pageAbout .area3 .table tr:last-child {
        border-bottom: 2px solid white; }
      #pageAbout .area3 .table tr th {
        width: 200px;
        padding-left: 30px; }
      #pageAbout .area3 .table tr td {
        width: 400px; }
        #pageAbout .area3 .table tr td .small {
          font-size: 11px; }
#pageAbout .area4 {
  padding: 120px 0; }
  #pageAbout .area4 .copy {
    width: 270px;
    margin: 0 auto 60px; }
  #pageAbout .area4 .table {
    width: 500px;
    margin: 0 auto; }
    #pageAbout .area4 .table table tr td, #pageAbout .area4 .table table tr th {
      vertical-align: top; }
    #pageAbout .area4 .table table tr td {
      font-weight: bold;
      font-size: 16px; }
      #pageAbout .area4 .table table tr td:nth-child(1) {
        width: 140px; }
      #pageAbout .area4 .table table tr td:nth-child(2) {
        width: 60px; }
      #pageAbout .area4 .table table tr td:nth-child(3) {
        width: 300px;
        padding-left: 30px;
        padding-bottom: 40px; }
      #pageAbout .area4 .table table tr td .t-normal {
        letter-spacing: 0;
        font-size: 14px; }
#pageAbout .area5 {
  padding: 80px 0 120px;
  background: #e1f0f0; }
  #pageAbout .area5 .copy {
    text-align: center;
    font-size: 30px;
    font-weight: bold; }
  #pageAbout .area5 .hr {
    width: 80px;
    margin: 0 auto 40px;
    border-top: 1px solid #00aae6;
    padding: 5px 0; }
  #pageAbout .area5 .ttl {
    font-size: 20px;
    font-weight: bold; }
  #pageAbout .area5 .address {
    margin-bottom: 20px; }
  #pageAbout .area5 .map {
    margin-bottom: 40px; }
  #pageAbout .area5 .btnMap a {
    display: block;
    width: 500px;
    border-radius: 40px;
    background: white;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold; }

#pageService .mv .img1 {
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px; }
#pageService .area1 {
  margin-bottom: 160px; }
  #pageService .area1 .img {
    width: 100%;
    height: 600px;
    background: url("../img/service_iso.jpg");
    background-size: cover;
    background-position: center;
    z-index: 1; }
    #pageService .area1 .img .copy {
      width: 300px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #pageService .area1 .box {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    z-index: 2; }
    #pageService .area1 .box > div {
      width: 240px;
      height: 160px;
      background: #e1f0f0;
      border-radius: 15px;
      margin-top: -80px;
      padding: 40px 20px 0; }
      #pageService .area1 .box > div .no {
        top: -20px;
        left: 50%;
        transform: translateX(-50%); }
        #pageService .area1 .box > div .no img {
          width: auto;
          height: 40px; }
      #pageService .area1 .box > div .txt {
        font-size: 14px;
        line-height: 24px;
        border-radius: 0 0 15px 15px; }
#pageService .area2 {
  margin-bottom: 0; }
  #pageService .area2 .img {
    width: 100%;
    height: 600px;
    background: url("../img/service_machine.jpg");
    background-size: cover;
    background-position: center;
    z-index: 1; }
    #pageService .area2 .img .copy {
      width: 300px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #pageService .area2 .box {
    width: 800px;
    padding: 30px 50px;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 2;
    background: #e1f0f0;
    border-radius: 15px; }
    #pageService .area2 .box .ttl {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px; }
    #pageService .area2 .box .txt {
      line-height: 26px; }
#pageService .area3 {
  padding-bottom: 160px; }
  #pageService .area3 .copy {
    margin-bottom: 40px;
    width: 300px;
    margin: 0 auto; }
  #pageService .area3 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; }
    #pageService .area3 .box > div {
      width: 245px; }
      #pageService .area3 .box > div .img {
        margin-bottom: 10px; }
      #pageService .area3 .box > div .desc .ttl {
        font-weight: bold;
        font-size: 22px; }
      #pageService .area3 .box > div .desc .txt {
        line-height: 26px; }

#pageRecruit .mv .img1 {
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px; }
#pageRecruit #link_interview {
  padding-top: 130px;
  margin-top: -130px; }
#pageRecruit .area1 {
  margin-bottom: 70px; }
  #pageRecruit .area1 .box {
    width: 880px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto; }
    #pageRecruit .area1 .box p {
      width: 260px; }
#pageRecruit .area2 {
  margin-bottom: 180px; }
#pageRecruit .area3 {
  background: #efefef;
  padding: 120px 0; }
  #pageRecruit .area3 .copy {
    width: 320px;
    margin: 0 auto 0;
    top: -40px;
    left: 50%;
    transform: translateX(-50%); }
  #pageRecruit .area3 .contentWidth {
    padding: 40px 0; }
  #pageRecruit .area3 .staf .name {
    bottom: 0;
    left: 0;
    width: 320px;
    height: 80px;
    line-height: 80px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    background: #00aae6;
    text-align: center; }
    #pageRecruit .area3 .staf .name span {
      font-size: 22px; }
  #pageRecruit .area3 .staf .img img {
    max-width: none;
    width: 100%; }
  #pageRecruit .area3 .staf .img .no {
    bottom: 60px;
    right: 30px;
    width: 70px; }
  #pageRecruit .area3 .staf .blkFaq {
    width: 460px;
    margin-top: -230px;
    border-radius: 15px;
    background: white;
    padding: 50px 30px 10px; }
    #pageRecruit .area3 .staf .blkFaq .faq {
      margin-bottom: 40px; }
      #pageRecruit .area3 .staf .blkFaq .faq .q {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px; }
      #pageRecruit .area3 .staf .blkFaq .faq .hr {
        width: 120px;
        margin-bottom: 5px;
        height: 1px;
        border-top: 1px solid #00aae6; }
  #pageRecruit .area3 .staf .blkSchedule {
    width: 460px;
    border-radius: 15px;
    background: white;
    padding: 40px 20px 40px 40px; }
    #pageRecruit .area3 .staf .blkSchedule .ttl {
      font-size: 22px;
      font-weight: bold;
      text-align: center; }
    #pageRecruit .area3 .staf .blkSchedule .hr {
      width: 80px;
      height: 1px;
      border-top: 1px solid #00aae6;
      margin: 0 auto 20px; }
    #pageRecruit .area3 .staf .blkSchedule .schedules .schedule .time, #pageRecruit .area3 .staf .blkSchedule .schedules .schedule .txt {
      padding-left: 20px;
      border-left: 1px solid #00aae6; }
    #pageRecruit .area3 .staf .blkSchedule .schedules .schedule:last-child .txt {
      border-left: none; }
    #pageRecruit .area3 .staf .blkSchedule .schedules .schedule .time {
      position: relative;
      line-height: 1;
      font-size: 14px;
      font-weight: bold; }
      #pageRecruit .area3 .staf .blkSchedule .schedules .schedule .time:before {
        position: absolute;
        font-size: 14px;
        content: '●';
        color: #00aae6;
        left: -7px;
        top: -1px; }
    #pageRecruit .area3 .staf .blkSchedule .schedules .schedule .txt {
      font-size: 13px;
      padding-top: 10px;
      padding-bottom: 20px; }
  #pageRecruit .area3 .staf1 .contentWidth {
    padding-right: 30px; }
  #pageRecruit .area3 .staf1 .name {
    right: 0;
    left: auto; }
  #pageRecruit .area3 .staf1 .blkSchedule {
    margin-bottom: 120px; }
  #pageRecruit .area3 .staf2 .contentWidth {
    padding-left: 30px; }
  #pageRecruit .area3 .staf2 .name {
    right: auto;
    left: 0; }
  #pageRecruit .area3 .staf2 .img .no {
    left: 30px;
    right: auto; }
#pageRecruit .area4 {
  padding: 170px 0 0;
  margin-top: -70px; }
  #pageRecruit .area4 .copy {
    text-align: center;
    font-size: 30px;
    font-weight: bold; }
  #pageRecruit .area4 .hr {
    width: 80px;
    margin: 0 auto 30px;
    border-top: 1px solid #00aae6;
    padding: 5px 0; }
  #pageRecruit .area4 .table {
    background: #e1f0f0;
    padding: 80px 120px;
    margin: 0 auto;
    width: 900px;
    border-radius: 15px; }
    #pageRecruit .area4 .table tr {
      border-top: 1px solid black; }
      #pageRecruit .area4 .table tr:last-child {
        border-bottom: 1px solid black; }
      #pageRecruit .area4 .table tr th, #pageRecruit .area4 .table tr td {
        padding: 10px 0; }
      #pageRecruit .area4 .table tr th {
        width: 120px;
        font-weight: bold;
        font-size: 16px; }
#pageRecruit .area5 {
  padding: 80px 0; }
  #pageRecruit .area5 .copy {
    text-align: center;
    font-size: 30px;
    font-weight: bold; }
  #pageRecruit .area5 .hr {
    width: 80px;
    margin: 0 auto 30px;
    border-top: 1px solid #00aae6;
    padding: 5px 0; }
  #pageRecruit .area5 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 920px;
    margin: 0 auto; }
    #pageRecruit .area5 .box .step {
      width: 280px;
      position: relative; }
      #pageRecruit .area5 .box .step:nth-child(1):after, #pageRecruit .area5 .box .step:nth-child(2):after {
        content: '';
        width: 40px;
        height: 32px;
        background: url("../img/arrow.svg") no-repeat;
        position: absolute;
        right: -40px;
        top: 30%; }
      #pageRecruit .area5 .box .step .no {
        top: 0;
        left: 0;
        width: 70px; }
      #pageRecruit .area5 .box .step .img {
        padding: 30px 70px 0;
        margin: 0 auto 20px; }
        #pageRecruit .area5 .box .step .img img {
          width: 140px;
          height: 140px; }
      #pageRecruit .area5 .box .step .desc .ttl {
        font-size: 22px;
        font-weight: bold; }

/********************************************
ヘッダー
********************************************/
header {
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 100;
  transition: 0.5s; }
  header.scroll {
    background: white;
    transition: 0.5s;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); }
    header.scroll .logo {
      opacity: 0;
      transition: 0.5s; }
    header.scroll .logob {
      opacity: 1;
      transition: 0.5s; }
    header.scroll nav ul.gNavi li {
      color: black; }
  header .contentWidth {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
    max-width: none; }
  header .logo, header .logob {
    position: absolute;
    width: 200px;
    top: 15px;
    left: 15px; }
  header .logob {
    opacity: 0; }
  header nav {
    position: absolute;
    width: 600px;
    margin: 0 0 0 auto;
    right: 0;
    top: 0; }
    header nav ul.gNavi {
      display: flex;
      justify-content: space-between;
      white-space: nowrap;
      height: 70px; }
      header nav ul.gNavi li {
        font-size: 17px;
        padding-top: 20px;
        font-weight: bold;
        color: white; }
        header nav ul.gNavi li a:hover {
          color: #00AAE6; }
        header nav ul.gNavi li.bg {
          background: #3e3a39;
          width: 140px;
          text-align: center;
          padding: 9px 0;
          font-size: 14px;
          color: white !important; }
          header nav ul.gNavi li.bg img {
            width: 32px;
            margin-bottom: 5px; }
        header nav ul.gNavi li.parent {
          position: relative; }
          header nav ul.gNavi li.parent .sub {
            position: absolute;
            top: 60px;
            left: 0;
            width: 100%;
            display: none; }
            header nav ul.gNavi li.parent .sub li {
              float: none;
              color: white;
              line-height: 50px;
              padding-top: 0;
              padding-left: 20px;
              border-bottom: 2px solid white;
              background: url("../img/sub_arrow.png") no-repeat, #00aae6;
              background-position: 90% 15px; }
              header nav ul.gNavi li.parent .sub li:last-child {
                border-bottom: none; }
              header nav ul.gNavi li.parent .sub li a {
                display: block; }
                header nav ul.gNavi li.parent .sub li a:hover {
                  color: white; }

/********************************************
フッター
********************************************/
.totop {
  display: none; }
  .totop a {
    position: fixed;
    width: 80px;
    right: 30px;
    bottom: 30px;
    z-index: 100; }

footer {
  width: 100%; }
  footer .areaContact {
    padding: 60px 0 80px;
    background: #efefef;
    width: 100%;
    text-align: center; }
    footer .areaContact a {
      color: inherit; }
    footer .areaContact .ttl {
      width: 270px;
      margin: 0 auto 40px; }
    footer .areaContact .box {
      font-size: 20px;
      font-weight: bold;
      display: flex;
      color: white;
      height: 160px; }
      footer .areaContact .box .fl {
        padding: 30px 70px;
        width: 50%;
        background: #00aae6; }
        footer .areaContact .box .fl .txt1 {
          margin-bottom: 8px; }
        footer .areaContact .box .fl .txt2 {
          font-size: 15px; }
          footer .areaContact .box .fl .txt2 .large {
            font-size: 24px; }
        footer .areaContact .box .fl .txt3 {
          font-size: 15px;
          font-weight: normal; }
      footer .areaContact .box .fr {
        padding: 30px 70px;
        width: 50%;
        background: #3e3a39; }
        footer .areaContact .box .fr .txt1 {
          margin-bottom: 8px; }
        footer .areaContact .box .fr .btn {
          background: white;
          color: black; }
          footer .areaContact .box .fr .btn a {
            display: block; }
  footer .areaProfile {
    padding: 60px 0;
    text-align: center; }
    footer .areaProfile .logo {
      text-align: center;
      margin-bottom: 15px; }
      footer .areaProfile .logo img {
        width: 220px; }
    footer .areaProfile .name {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.9; }
    footer .areaProfile .address {
      font-size: 15px;
      line-height: 26px; }
    footer .areaProfile .sns {
      padding: 15px 0; }
      footer .areaProfile .sns img {
        width: 46px; }
    footer .areaProfile .copy {
      font-size: 12px; }
