@charset "UTF-8";
/**/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html, body {
  font-size: 62.5%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  letter-spacing: 0.13em;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

video {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

li {
  list-style: none;
}

.dmy {
  display: block;
  position: absolute;
  left: 50%;
  width: 1400px;
  margin: 0 0 0 -700px;
}

a {
  color: #000;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wrapper__inner {
  position: relative;
}

.spSideNavArea {
  display: none;
}

.headerArea {
  position: relative;
  height: 200px;
}
.headerArea--sp1, .headerArea--sp2 {
  display: none;
}
.headerArea__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 20px 15px;
  width: 1040px;
}
.headerArea .headerBlock1 {
  position: relative;
}
.headerArea .headerBlock1__logo {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 50px 0 26px;
  background: url(../img/share/header_logo_bg1.png) 71px 0 no-repeat;
}
.headerArea .headerBlock1__logo__bg {
  position: absolute;
  left: 50px;
  top: 22px;
}
.headerArea .headerBlock1__logo__img {
  position: relative;
}
.headerArea .headerBlock1__nav {
  margin: 0;
  padding: 100px 0 0 366px;
  width: 674px;
  height: 32px;
}
.headerArea .headerBlock1__list {
  position: relative;
  float: left;
  padding: 0;
  width: 168px;
  height: 40px;
  text-align: center;
}
.headerArea .headerBlock1__list:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 9px;
  width: 2px;
  height: 18px;
  background: #000;
}
.headerArea .headerBlock1__list:last-child:after {
  content: '';
  position: absolute;
  right: -1px;
  top: 9px;
  width: 2px;
  height: 18px;
  background: #000;
}
.headerArea .headerBlock1__list__inner {
  position: relative;
  margin: 0 10px;
  z-index: 1;
}
.headerArea .headerBlock1__navLink {
  position: relative;
  display: block;
  padding: 8px 0 15px;
}
.headerArea .headerBlock1__navLink--3 {
  padding: 10px 0 16px;
}
.headerArea .headerBlock1__navLink:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  background: #ffed2a;
  opacity: 0;
  -ms-transform: translate(0, 20px) scale(0);
      transform: translate(0, 20px) scale(0);
}
.headerArea .headerBlock1__navLink__arr {
  position: absolute;
  left: 50%;
  bottom: -3px;
  bottom: 1px;
  width: 12px;
  height: 6px;
  margin: 0 0 0 -3px;
  background-image: url(../img/sprite.png);
  background-position: -995px -152px;
  width: 12px;
  height: 6px;
  z-index: 1;
}
.headerArea .headerBlock1__navLink.cre .headerBlock1__navLink__arr:after {
  content: '';
  left: 0;
  bottom: 6px;
  position: absolute;
  width: 100px;
  height: 2px;
  margin: 0 0 0 -47px;
  background: #000;
}
.headerArea .headerBlock1__navLink img {
  position: relative;
}
.headerArea .headerBlock1__pullBox {
  opacity: 0;
  -ms-transform: translate(0, -100px) scale(0.5);
      transform: translate(0, -100px) scale(0.5);
  position: absolute;
  left: 50%;
  top: 40px;
  top: -1000px;
  margin: 0 0 0 -130px;
  border-radius: 10px;
  padding: 5px 20px 20px;
  width: 260px;
  box-sizing: border-box;
  text-align: left;
  background: #ffed2a;
}
.headerArea .headerBlock1__pullBox--l {
  width: 280px;
  margin: 0 0 0 -140px;
}
.headerArea .headerBlock1__pullBox--s {
  width: 200px;
  margin: 0 0 0 -100px;
  padding: 5px 20px 10px;
}
.headerArea .headerBlock1__pullBox__title {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
.headerArea .headerBlock1__pullBox__title span {
  border-bottom: 1px solid #000;
}
.headerArea .headerBlock1__pullBox__title.cs {
  opacity: .3;
}
.headerArea .headerBlock1__pullBox__title.cs span {
  border: none;
}
.headerArea .headerBlock1__pullBox__title.noLink span {
  border: none;
}
.headerArea .headerBlock1__pullBox__line {
  background: #fff;
  margin: 0;
  border: none;
  height: 1px;
}
.headerArea .headerBlock1__pullLinkBox {
  border-bottom: 1px solid #fff;
  padding: 6px 23px;
  background: #fff695;
}
.headerArea .headerBlock1__pullLinkBox:last-child {
  border-bottom: none;
}
.headerArea .headerBlock1__pullLinkBox__list {
  font-size: 12px;
  font-size: 1.2rem;
}
.headerArea .headerBlock1__pullLinkBox__list a {
  display: block;
  text-decoration: none;
  padding: 5px 0;
}
.headerArea .headerBlock1__pullLinkBox__list.cs {
  opacity: .3;
}
.headerArea .headerBlock2 {
  overflow: hidden;
  margin: 70px 0 0;
}
.headerArea .headerBlock2__link {
  float: left;
  display: block;
  width: 500px;
}
.headerArea .headerBlock2__link:first-child {
  margin: 0 40px 0 0;
}
.headerArea .entryBlock {
  position: absolute;
  right: 30px;
  top: 0;
}
.headerArea .entryBlock--fixed {
  display: none;
}
.headerArea .entryBlock--corp {
  right: 250px;
}
@media only screen and (min-width: 1080px) {
  .headerArea .entryBlock {
    display: none;
  }
  .headerArea .entryBlock--fixed {
    display: block;
  }
}
.headerArea .entryBlock a {
  position: relative;
  display: block;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 17px 70px 17px 22px;
  background: #fff;
}
.headerArea .entryBlock a:before {
  content: '';
  position: absolute;
  left: 11px;
  top: 0;
  border-radius: 20px;
  width: 152px;
  width: 130px;
  height: 49px;
  background: #ffed2a;
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
}
.headerArea .entryBlock a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-left: 2px solid #000;
  width: 48px;
  height: 49px;
  background: #ffed2a url(../img/share/header_entry_arr.png) center no-repeat;
  background-color: #ffed2a;
}
.headerArea .entryBlock a img {
  position: relative;
}

.footerArea {
  position: relative;
  width: 100%;
  background: #fff;
}
.footerArea__inner {
  position: relative;
  margin: 0 auto;
  padding: 40px 0 67px;
  width: 1080px;
}
.footerArea .entryBlock {
  display: none;
}
.footerArea .linkBlock {
  overflow: hidden;
}
.footerArea .linkBlock__box {
  display: block;
}
.footerArea .linkBlock__list {
  float: left;
  padding: 0 20px;
  width: 25%;
  box-sizing: border-box;
}
.footerArea .linkBlock__link {
  display: inline-block;
  margin: 10px 0 0 20px;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
  box-sizing: border-box;
}
.footerArea .linkBlock__link--title {
  position: relative;
  margin: 0 0 15px 15px;
  padding: 0;
  border: none;
}
.footerArea .linkBlock__link--title:after {
  content: '';
  display: block;
  opacity: 0;
}
.footerArea .linkBlock__link--title-1 {
  background-image: url(../img/sprite.png);
  background-position: -622px -427px;
  width: 102px;
  height: 19px;
}
.footerArea .linkBlock__link--title-1:after {
  background-image: url(../img/sprite.png);
  background-position: -734px -427px;
  width: 102px;
  height: 19px;
}
.footerArea .linkBlock__link--title-2 {
  background-image: url(../img/sprite.png);
  background-position: -846px -427px;
  width: 102px;
  height: 19px;
}
.footerArea .linkBlock__link--title-2:after {
  background-image: url(../img/sprite.png);
  background-position: -510px -427px;
  width: 102px;
  height: 19px;
}
.footerArea .linkBlock__link--title-3 {
  background-image: url(../img/sprite.png);
  background-position: -383px -684px;
  width: 102px;
  height: 17px;
}
.footerArea .linkBlock__link--title-3:after {
  background-image: url(../img/sprite.png);
  background-position: -271px -684px;
  width: 102px;
  height: 17px;
}
.footerArea .linkBlock__link--title-4 {
  background-image: url(../img/sprite.png);
  background-position: -356px -727px;
  width: 83px;
  height: 19px;
}
.footerArea .linkBlock__link--title-4:after {
  background-image: url(../img/sprite.png);
  background-position: -263px -727px;
  width: 83px;
  height: 19px;
}
.footerArea .linkBlock__link--title:before {
  content: '';
  position: absolute;
  left: -14px;
  top: 5px;
  width: 6px;
  height: 10px;
  background: url(../img/share/footer_arr.png) no-repeat;
  background-size: contain;
}
.footerArea .linkBlock__link--title img {
  display: none;
}
.footerArea .linkBlock__link--l {
  margin: 15px 0 0;
  border-bottom: 1px solid #000;
  font-size: 14px;
  font-size: 1.4rem;
}
.footerArea .linkBlock__link--fst {
  margin: 16px 0 0 20px;
}
.footerArea .linkBlock__link.noLink {
  border: none;
}
.footerArea .dogBlock {
  position: absolute;
  left: 23px;
  bottom: 60px;
  width: 140px;
  height: 66px;
  background: url(../img/share/footer_inu.png) 0 0 no-repeat;
  animation: inu 1s steps(3) 0.7s infinite;
}
@keyframes inu {
  0% {
    background-position: 0 0;
  }
  80%, 100% {
    background-position: -420px 0;
  }
}
.footerArea .dogBlock__imgSp {
  display: none;
}
.footerArea .crBlock {
  text-align: center;
}
.footerArea .crBlock__com {
  overflow: hidden;
  margin: 44px 0 0;
  display: inline-block;
}
.footerArea .crBlock__cr {
  margin: 27px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.footerArea .crBlock__cr--sp {
  display: none;
}
.footerArea .crBlock__logo {
  float: left;
  padding: 4px 0;
}
.footerArea .crBlock__link {
  float: left;
  position: relative;
  margin: 0 0 0 15px;
  border-radius: 20px;
  padding: 9px 15px 7px 30px;
  background: #eee;
  font-size: 14px;
  text-decoration: none;
}
.footerArea .crBlock__link:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 11px;
  width: 6px;
  height: 8px;
  background: url(../img/share/footer_linkArr2.png) center no-repeat;
  background-size: contain;
}
.footerArea .pageTopBlock {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}
.footerArea .pageTopBlock--sp {
  display: none;
}
.footerArea .pageTopBlock--fixed {
  display: none;
}
@media only screen and (min-width: 1080px) {
  .footerArea .pageTopBlock {
    display: none;
  }
  .footerArea .pageTopBlock--fixed {
    display: block;
  }
}
.footerArea .pageTopBlock:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  background: #ffed2a;
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
}
.footerArea .pageTopBlock:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #000;
  width: 60px;
  height: 60px;
  background: url(../img/share/footer_pagetop.png) center no-repeat;
  box-sizing: border-box;
}

.bgArea {
  position: absolute;
  left: 540px;
  top: 0;
  width: 0;
  height: 0;
}
@media only screen and (min-width: 1080px) {
  .bgArea {
    left: 50%;
  }
}
.bgArea .kumobg1_s1 {
  background-image: url(../img/sprite.png);
  background-position: -179px -790px;
  width: 36px;
  height: 21px;
}
.bgArea .kumobg1_s2 {
  background-image: url(../img/sprite.png);
  background-position: -49px -847px;
  width: 40px;
  height: 24px;
}
.bgArea .kumobg1_s3 {
  background-image: url(../img/sprite.png);
  background-position: -959px -608px;
  width: 45px;
  height: 26px;
}
.bgArea .kumobg1_s4 {
  background-image: url(../img/sprite.png);
  background-position: -193px -727px;
  width: 60px;
  height: 36px;
}
.bgArea .kumobg2_s1 {
  background-image: url(../img/sprite.png);
  background-position: -119px -790px;
  width: 50px;
  height: 22px;
}
.bgArea .kumobg2_s2 {
  background-image: url(../img/sprite.png);
  background-position: -55px -790px;
  width: 54px;
  height: 26px;
}
.bgArea .kumobg2_s3 {
  background-image: url(../img/sprite.png);
  background-position: -193px -684px;
  width: 68px;
  height: 33px;
}
.bgArea .kumobg2_s4 {
  background-image: url(../img/sprite.png);
  background-position: -866px -608px;
  width: 83px;
  height: 40px;
}
.bgArea .toribg1 {
  width: 40px;
  height: 42px;
  background: url(../img/share/bg_tori1.png) no-repeat;
  animation: tori1 1s steps(2) infinite;
}
@keyframes tori1 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -80px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.bgArea .toribg2 {
  width: 40px;
  height: 34px;
  background: url(../img/share/bg_tori2.png) no-repeat;
  animation: tori2 1s steps(2) 0.7s infinite;
}
@keyframes tori2 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -80px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.bgArea .amebg1 {
  width: 80px;
  height: 163px;
  background: url(../img/share/bg_ame.png) no-repeat;
  -ms-transform-origin: top center;
      transform-origin: top center;
}
.bgArea .amebg1.ame_ani {
  animation: ame1 6s steps(36) 0.3s 1;
}
@keyframes ame1 {
  0% {
    background-position: 0 0;
  }
  15% {
    background-position: -2880px 0;
    transform: scale(1);
  }
  15.001% {
    background-position: -2880px 0;
    transform: scale(0);
  }
  30%, 100% {
    background-position: -2880px 0;
    transform: scale(1);
  }
}
.bgArea .amebg2 {
  width: 80px;
  height: 163px;
  background: url(../img/share/bg_ame.png) no-repeat;
  -ms-transform: scale(0.9);
      transform: scale(0.9);
  -ms-transform-origin: top center;
      transform-origin: top center;
}
.bgArea .amebg2.ame_ani {
  animation: ame2 6s steps(36) 0.3s 1;
}
@keyframes ame2 {
  0% {
    background-position: 0 0;
  }
  15% {
    background-position: -2880px 0;
    transform: scale(0.9);
  }
  15.001% {
    background-position: -2880px 0;
    transform: scale(0);
  }
  30%, 100% {
    background-position: -2880px 0;
    transform: scale(0.9);
  }
}
.bgArea .kibg {
  background-image: url(../img/sprite.png);
  background-position: 0px -684px;
  width: 87px;
  height: 96px;
}
.bgArea .linebg {
  width: 850px;
  height: 6px;
  background: #E2F3FF;
}
.bgArea .linebg {
  width: 1200px;
  height: 6px;
  background: #E2F3FF;
}
.bgArea .kumo_ani1 {
  animation: kumo_ani1 25s ease-in-out 3s infinite;
}
@keyframes kumo_ani1 {
  0%, 50%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(20px);
  }
  75% {
    transform: translateX(-20px);
  }
}
.bgArea .kumo_ani2 {
  animation: kumo_ani2 20s ease-in-out 5s infinite;
}
@keyframes kumo_ani2 {
  0%, 50%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(30px);
  }
  75% {
    transform: translateX(-30px);
  }
}
.bgArea .kumo_ani3 {
  animation: kumo_ani3 30s ease-in-out infinite;
}
@keyframes kumo_ani3 {
  0%, 50%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(30px);
  }
  75% {
    transform: translateX(-30px);
  }
}
.bgArea .yamaBg {
  background-image: url(../img/sprite.png);
  background-position: -726px -152px;
  width: 109px;
  height: 90px;
}
.bgArea .kumoHeader1 {
  position: absolute;
  left: -28px;
  top: 15px;
  background-image: url(../img/sprite.png);
  background-position: -193px -684px;
  width: 68px;
  height: 33px;
}
.bgArea .kumoHeader2 {
  position: absolute;
  left: 114px;
  top: 40px;
  background-image: url(../img/sprite.png);
  background-position: -49px -847px;
  width: 40px;
  height: 24px;
}
.bgArea .kumoHeader3 {
  position: absolute;
  left: 241px;
  top: -9px;
  background-image: url(../img/sprite.png);
  background-position: -55px -790px;
  width: 54px;
  height: 26px;
}
.bgArea__fstRightBlock {
  position: absolute;
  top: 65px;
  left: 214px;
  width: 616px;
  height: 768px;
}
.bgArea__fstRightBlock > * {
  position: absolute;
}
.bgArea__fstRightBlock .kumo1 {
  left: 386px;
  top: 641px;
}
.bgArea__fstRightBlock .kumo2 {
  left: 443px;
  top: 688px;
}
.bgArea__fstRightBlock .ki {
  left: 300px;
  top: 710px;
}
.bgArea__fstRightBlock .tori {
  left: 353px;
  top: 670px;
}
.bgArea__fstRightBlock .ame1 {
  left: 340px;
  top: 0px;
}
.bgArea__fstRightBlock .ame2 {
  left: 420px;
  top: 0px;
}
.bgArea__fstRightBlock .ame3 {
  left: 500px;
  top: 0px;
}
.bgArea__fstRightBlock .ame4 {
  left: 380px;
  top: 40px;
}
.bgArea__fstRightBlock .ame5 {
  left: 460px;
  top: 40px;
}
.bgArea__fstRightBlock .ame6 {
  left: 540px;
  top: 40px;
}
.bgArea__fstRightBlock .ame7 {
  left: 340px;
  top: 80px;
}
.bgArea__fstRightBlock .ame8 {
  left: 420px;
  top: 80px;
}
.bgArea__fstRightBlock .ame9 {
  left: 500px;
  top: 80px;
}
.bgArea__fstRightBlock .ame10 {
  left: 380px;
  top: 120px;
}
.bgArea__fstRightBlock .ame11 {
  left: 460px;
  top: 120px;
}
.bgArea__fstRightBlock .ame12 {
  left: 540px;
  top: 120px;
}
.bgArea__fstRightBlock .ame13 {
  left: 340px;
  top: 160px;
}
.bgArea__fstRightBlock .ame14 {
  left: 420px;
  top: 160px;
}
.bgArea__fstRightBlock .ame15 {
  left: 500px;
  top: 160px;
}
.bgArea__fstRightBlock .ame16 {
  left: 380px;
  top: 200px;
}
.bgArea__fstRightBlock .ame17 {
  left: 460px;
  top: 200px;
}
.bgArea__fstRightBlock .line1 {
  left: -120px;
  top: 180px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.bgArea__fstRightBlock .line2 {
  left: -105px;
  top: 198px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.bgArea__fstRightBlock .line3 {
  left: -90px;
  top: 216px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.bgArea__fstRightBlock .line4 {
  left: -75px;
  top: 234px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.bgArea__fstRightBlock .line5 {
  left: -60px;
  top: 252px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.bgArea__fstRightBlock .line6 {
  left: -45px;
  top: 270px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.bgArea__fstRightBlock .line7 {
  left: -30px;
  top: 288px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.bgArea__fstRightBlock .line8 {
  left: -15px;
  top: 306px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.bgArea__fstLeftBlock {
  position: absolute;
  top: 228px;
  right: 410px;
  width: 336px;
  height: 503px;
}
.bgArea__fstLeftBlock > * {
  position: absolute;
}
.bgArea__fstLeftBlock .kumo1 {
  right: 175px;
  top: 0;
}
.bgArea__fstLeftBlock .kumo2 {
  right: 230px;
  top: 61px;
}
.bgArea__fstLeftBlock .kumo3 {
  right: 45px;
  top: 108px;
}
.bgArea__fstLeftBlock .kumo4 {
  right: 139px;
  top: 157px;
}
.bgArea__fstLeftBlock .tori {
  right: 0;
  top: 70px;
}
.bgArea__repeatLeftBlock {
  position: absolute;
  right: 543px;
  width: 300px;
  height: 370px;
}
.bgArea__repeatLeftBlock--1 {
  top: 939px;
}
.bgArea__repeatLeftBlock--2 {
  top: 2139px;
}
.bgArea__repeatLeftBlock--3 {
  top: 3339px;
}
.bgArea__repeatLeftBlock > * {
  position: absolute;
}
.bgArea__repeatLeftBlock .kumo1 {
  right: 93px;
  top: 0;
}
.bgArea__repeatLeftBlock .kumo2 {
  right: -15px;
  top: 68px;
}
.bgArea__repeatLeftBlock .tori {
  right: 102px;
  top: 332px;
}
.bgArea__repeatLeftBlock .ki {
  right: 0;
  top: 274px;
}
.bgArea__repeatLeftBlock .ame1 {
  right: 50px;
  top: 80px;
}
.bgArea__repeatLeftBlock .ame2 {
  right: 120px;
  top: 80px;
}
.bgArea__repeatLeftBlock .ame3 {
  right: 190px;
  top: 80px;
}
.bgArea__repeatLeftBlock .ame4 {
  right: 15px;
  top: 115px;
}
.bgArea__repeatLeftBlock .ame5 {
  right: 85px;
  top: 115px;
}
.bgArea__repeatLeftBlock .ame6 {
  right: 155px;
  top: 115px;
}
.bgArea__repeatLeftBlock .ame7 {
  right: 225px;
  top: 115px;
}
.bgArea__repeatLeftBlock .ame8 {
  right: 50px;
  top: 150px;
}
.bgArea__repeatLeftBlock .ame9 {
  right: 120px;
  top: 150px;
}
.bgArea__repeatLeftBlock .ame10 {
  right: 190px;
  top: 150px;
}
.bgArea__repeatLeftBlock .ame11 {
  right: 15px;
  top: 185px;
}
.bgArea__repeatLeftBlock .ame12 {
  right: 85px;
  top: 185px;
}
.bgArea__repeatLeftBlock .ame13 {
  right: 155px;
  top: 185px;
}
.bgArea__repeatLeftBlock .ame14 {
  right: 225px;
  top: 185px;
}
.bgArea__repeatLeftBlock .ame15 {
  right: 50px;
  top: 220px;
}
.bgArea__repeatLeftBlock .ame16 {
  right: 120px;
  top: 220px;
}
.bgArea__repeatLeftBlock .ame17 {
  right: 190px;
  top: 220px;
}
.bgArea__repeatLeftBlock .ame18 {
  right: 85px;
  top: 255px;
}
.bgArea__repeatLeftBlock .ame19 {
  right: 155px;
  top: 255px;
}
.bgArea__repeatRightBlock {
  position: absolute;
  left: 543px;
  width: 300px;
  height: 458px;
}
.bgArea__repeatRightBlock--1 {
  top: 1473px;
}
.bgArea__repeatRightBlock--2 {
  top: 2673px;
}
.bgArea__repeatRightBlock--3 {
  top: 3873px;
}
.bgArea__repeatRightBlock > * {
  position: absolute;
}
.bgArea__repeatRightBlock .kumo1 {
  left: 96px;
  top: 0;
}
.bgArea__repeatRightBlock .kumo2 {
  left: 8px;
  top: 39px;
}
.bgArea__repeatRightBlock .tori {
  left: 92px;
  top: 72px;
}
.bgArea__repeatRightBlock .ki {
  left: 16px;
  top: 112px;
}
.bgArea__repeatRightBlock .ame1 {
  left: 10px;
  top: 230px;
}
.bgArea__repeatRightBlock .ame2 {
  left: 90px;
  top: 230px;
}
.bgArea__repeatRightBlock .ame3 {
  left: 170px;
  top: 230px;
}
.bgArea__repeatRightBlock .ame4 {
  left: 50px;
  top: 270px;
}
.bgArea__repeatRightBlock .ame5 {
  left: 130px;
  top: 270px;
}
.bgArea__repeatRightBlock .ame6 {
  left: 210px;
  top: 270px;
}
.bgArea__repeatRightBlock .ame7 {
  left: 10px;
  top: 310px;
}
.bgArea__repeatRightBlock .ame8 {
  left: 90px;
  top: 310px;
}
.bgArea__repeatRightBlock .ame9 {
  left: 170px;
  top: 310px;
}
.bgArea__repeatRightBlock .ame10 {
  left: 50px;
  top: 350px;
}
.bgArea__repeatRightBlock .ame11 {
  left: 130px;
  top: 350px;
}
.bgArea__repeatRightBlock .ame12 {
  left: 210px;
  top: 350px;
}
.bgArea__repeatRightBlock .ame13 {
  left: 10px;
  top: 390px;
}
.bgArea__repeatRightBlock .ame14 {
  left: 90px;
  top: 390px;
}
.bgArea__repeatRightBlock .ame15 {
  left: 170px;
  top: 390px;
}
.bgArea__repeatRightBlock .ame16 {
  left: 50px;
  top: 430px;
}
.bgArea__repeatRightBlock .ame17 {
  left: 130px;
  top: 430px;
}

.contentsArea {
  position: relative;
}

.footclumb {
  padding: 0px 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 80px;
}
.footclumb__list {
  overflow: hidden;
  padding: 13px 0;
}
.footclumb__list li {
  float: left;
  padding-left: 10px;
  font-size: 14px;
}
.footclumb__list li a {
  color: #00adec;
  text-decoration: none;
}
.footclumb__list li a:hover {
  text-decoration: underline;
}

.mgb0 {
  margin-bottom: 0 !important;
}

.sp-on {
  display: none;
}

.recruit {
  text-align: center;
}
.recruit__inner {
  width: 1040px;
  margin: 0 auto;
}
.recruit__topcatch {
  font-size: 16px;
  line-height: 2;
  padding: 22px 0 42px;
}
.recruit__nav {
  overflow: hidden;
}
.recruit__nav li {
  float: left;
  width: 320px;
}
.recruit__nav__people {
  margin-right: 39px;
  margin-bottom: 36px;
  float: left;
}
.recruit__nav__requirements {
  margin-right: 39px;
  margin-bottom: 36px;
  float: left;
}
.recruit__nav__welfare {
  margin-bottom: 36px;
  float: left;
}
.recruit__nav__training {
  margin-right: 39px;
  float: left;
}
.recruit__nav__license {
  margin-right: 39px;
  float: left;
}
.recruit__nav__faq {
  float: left;
}
.recruit__nav a {
  position: relative;
  display: block;
  padding: 10px 0;
  border-radius: 20px;
  background: #FFED2A;
}
.recruit__nav a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #DCF1FF;
  border-radius: 100px 20px 200px 20px;
}
.recruit__nav a:after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 34px;
  width: 7px;
  height: 9px;
  background: url(../img/company/btn_nav_arr.png);
}
.recruit__nav a img {
  position: relative;
}
.recruit__nav__text {
  padding: 20px 0;
}
.recruit__nav__text--1 {
  width: 115px;
}
.recruit__nav__text--2 {
  width: 96px;
}
.recruit__nav__text--3 {
  width: 96px;
}
.recruit__nav__text--4 {
  width: 96px;
}
.recruit__nav__text--5 {
  width: 96px;
}
.recruit__nav__text--6 {
  width: 49px;
}
.recruit__topnav {
  overflow: hidden;
  margin-bottom: 37px;
}
.recruit__topnav li {
  float: left;
  margin-right: 40px;
}
.recruit__topnav li.last {
  margin-right: 0;
}
.recruit__topnav__link {
  display: block;
}
.recruit__topnav__link--1 {
  background-image: url(../img/sprite.png);
  background-position: -780px -532px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--1:before {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -600px -608px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--1.cre {
  background-image: url(../img/sprite.png);
  background-position: -600px -608px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--1.cre:before {
  display: none;
}
.recruit__topnav__link--2 {
  background-image: url(../img/sprite.png);
  background-position: -840px -351px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--2:before {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -840px -275px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--2.cre {
  background-image: url(../img/sprite.png);
  background-position: -840px -275px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--2.cre:before {
  display: none;
}
.recruit__topnav__link--3 {
  background-image: url(../img/sprite.png);
  background-position: -630px -532px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--3:before {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -300px -608px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--3.cre {
  background-image: url(../img/sprite.png);
  background-position: -300px -608px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--3.cre:before {
  display: none;
}
.recruit__topnav__link--4 {
  background-image: url(../img/sprite.png);
  background-position: -480px -532px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--4:before {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -330px -532px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--4.cre {
  background-image: url(../img/sprite.png);
  background-position: -330px -532px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--4.cre:before {
  display: none;
}
.recruit__topnav__link--5 {
  background-image: url(../img/sprite.png);
  background-position: -150px -608px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--5:before {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: 0px -608px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--5.cre {
  background-image: url(../img/sprite.png);
  background-position: 0px -608px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--5.cre:before {
  display: none;
}
.recruit__topnav__link--6 {
  background-image: url(../img/sprite.png);
  background-position: -845px -152px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--6:before {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -450px -608px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--6.cre {
  background-image: url(../img/sprite.png);
  background-position: -450px -608px;
  width: 140px;
  height: 66px;
}
.recruit__topnav__link--6.cre:before {
  display: none;
}
.recruit__keyvisual__sp {
  display: none;
}
.recruit__keyvisual {
  position: relative;
  height: 295px;
}
.recruit__keyvisual img {
  position: absolute;
  left: 50%;
  margin-left: -520px;
}
.recruit__heading {
  margin-bottom: 30px;
}
.recruit__heading__imgSp {
  display: none;
}

.people__subttl {
  margin-top: 63px;
}
.people__sentence1 {
  font-size: 16px;
  line-height: 38px;
  margin: 45px auto;
  text-align: center;
}
.people__sentence2 {
  font-size: 16px;
  line-height: 38px;
  margin: 45px auto;
  text-align: center;
}
.people__human {
  width: 860px;
  margin: 0 auto;
}
.people__human__name {
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  margin-top: 30px;
}
.people__title {
  margin: 60px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.people__text {
  margin: 60px 0 0;
}
.people__text__imgSp {
  display: none;
}

.requirements__tbl {
  border-top: 1px solid #000;
  margin-top: 50px;
  line-height: 1.8;
}
.requirements__tbl th {
  background-color: #e8f5ff;
  padding: 20px 0 20px 30px;
  width: 270px;
  border-bottom: 1px solid #000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.requirements__tbl td {
  background-color: #FFF;
  padding: 20px 0 20px 30px;
  width: 770px;
  border-bottom: 1px solid #000;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}
.requirements__tbl__btn {
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
  padding: 10px 45px 10px 25px;
  background: #FFED2A;
  font-size: 14px;
  text-decoration: none;
}
.requirements__tbl__btn:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 16px;
  width: 7px;
  height: 12px;
  background: url(../img/recruit/link_arr.png) no-repeat;
  background-size: contain;
}
.requirements__map {
  margin: 10px 0 10px 100px;
}

.faq__contents {
  margin-top: 39px;
}
.faq__block {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.faq__block.last {
  margin-bottom: 0;
}
.faq__question {
  overflow: hidden;
  margin-bottom: 20px;
}
.faq__question__icon {
  float: left;
}
.faq__question__open {
  position: relative;
  float: right;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/recruit/faq_open_off.png);
}
.faq__question__open:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../img/recruit/faq_open_on.png);
  opacity: 0;
}
.faq__question__open.cre {
  background: url(../img/recruit/faq_close_off.png);
}
.faq__question__open.cre:before {
  background: url(../img/recruit/faq_close_on.png);
}
.faq__question__copy {
  font-size: 14px;
  float: left;
  padding-top: 14px;
  margin-left: 29px;
  text-align: left;
}
.faq__answer {
  padding: 20px;
  background-color: #e8f5ff;
  overflow: hidden;
  display: none;
  margin-bottom: 20px;
}
.faq__answer__icon {
  float: left;
}
.faq__answer__copy {
  padding-top: 10px;
  font-size: 14px;
  line-height: 28px;
  float: left;
  margin-left: 29px;
  width: 930px;
  text-align: left;
}

.welfare__ttl {
  margin-bottom: 28px;
}
.welfare__ttl__top {
  height: 41px;
  line-height: 41px;
}
.welfare__ttl__bottom {
  margin-top: 14px;
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}
.welfare__ttl.first {
  margin-top: 39px;
}
.welfare__ttl.second {
  margin-top: 50px;
}
.welfare__system {
  border-top: 1px solid #000;
  text-align: left;
}
.welfare__system__block {
  overflow: hidden;
  padding: 20px 0 16px;
  border-bottom: 1px solid #000;
}
.welfare__system__left {
  float: left;
  width: 380px;
  overflow: hidden;
}
.welfare__system__left--1, .welfare__system__left--2 {
  padding-top: 7px;
}
.welfare__system__left--3 {
  padding-top: 0;
}
.welfare__system__right {
  float: right;
  width: 660px;
  overflow: hidden;
}
.welfare__system__icon {
  margin: 0 10px 0 20px;
  float: left;
  width: 40px;
}
.welfare__system__ttl {
  font-size: 18px;
  line-height: 42px;
  font-weight: bold;
  color: #00abeb;
  float: left;
  width: 310px;
}
.welfare__system__list {
  font-size: 14px;
  line-height: 28px;
  float: left;
}
.welfare__system__list .min-line {
  line-height: 16px;
}
.welfare__system__list--last {
  padding-top: 5px;
}
.welfare__system__btn {
  position: relative;
  float: right;
  display: inline-block;
  margin-top: 5px;
  padding: 15px 45px 15px 25px;
  background: #FFED2A;
  font-size: 14px;
  text-decoration: none;
}
.welfare__system__btn:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 16px;
  width: 7px;
  height: 12px;
  background: url(../img/recruit/link_arr.png) no-repeat;
  background-size: contain;
}
.welfare__sentence {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 23px;
}
.welfare__club {
  overflow: hidden;
}
.welfare__club__block {
  background-color: #e8f5ff;
  padding: 40px 0 40px 40px;
  box-sizing: border-box;
  width: 500px;
  margin-right: 40px;
  text-align: left;
  position: relative;
  float: left;
  margin-bottom: 40px;
}
.welfare__club__block.even {
  margin-right: 0px;
}
.welfare__club__ttl {
  color: #00abeb;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 3px;
}
.welfare__club__maintext {
  font-size: 14px;
  line-height: 28px;
  width: 190px;
}
.welfare__club__img {
  position: absolute;
  right: 0;
  top: 72px;
  width: 256px;
}

.training__ttl {
  margin-bottom: 28px;
}
.training__ttl__top {
  height: 41px;
  line-height: 41px;
}
.training__ttl__bottom {
  margin-top: 14px;
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}
.training__ttl.first {
  margin-top: 39px;
}
.training__ttl.second {
  margin-top: 50px;
}
.training__tbl {
  width: 861px;
  margin: 0 auto;
}
.training__tbl__ttl {
  font-size: 18px;
  line-height: 28px;
  width: 287px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
}
.training__tbl__ttl--blue {
  background-color: #00abeb;
}
.training__tbl__ttl--blue.even {
  background-color: #77c3f8;
}
.training__tbl__ttl--red {
  background-color: #eb5c24;
}
.training__tbl__ttl--green {
  background-color: #a4c945;
}
.training__tbl__detail {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  height: 60px;
  vertical-align: middle;
}
.training__tbl__detail--blue {
  background-color: #d9f2fc;
}
.training__tbl__detail--red {
  background-color: #fce7de;
}
.training__tbl__detail--green {
  background-color: #f1f7e3;
}
.training__tbl__detail--blue.even {
  background-color: #c7edfb;
}
.training__tbl__detail--red.even {
  background-color: #fbdbcf;
}
.training__tbl__detail--green.even {
  background-color: #e8f1d0;
}
.training__tbl__detail--4 {
  height: 48px;
}
.training__tbl__detail--5 {
  height: 48px;
}
.training__tbl__detail--6 {
  height: 55px;
}
.training__tbl__detail--7 {
  height: 80px;
}
.training__sentence {
  font-size: 14px;
  line-height: 28px;
  margin: 25px auto;
}

.license__ttl {
  margin-bottom: 28px;
}
.license__ttl__top {
  height: 41px;
  line-height: 41px;
}
.license__ttl__bottom {
  margin-top: 14px;
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}
.license__ttl.first {
  margin-top: 39px;
}
.license__ttl.second {
  margin-top: 50px;
}
.license__money {
  overflow: hidden;
  margin-top: 25px;
}
.license__money__left {
  width: 500px;
  float: left;
}
.license__money__right {
  padding-top: 5px;
  width: 500px;
  float: right;
}
.license__money__right ul li {
  margin-bottom: 40px;
}
.license__money__explain {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}
.license__money__caption {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  margin: 12px 0 22px;
}
.license__money__caphead {
  float: left;
  width: 20px;
}
.license__money__capdetail {
  float: left;
  width: 480px;
}
.license__money .money__example {
  background-color: #e8f5ff;
  padding: 30px 40px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: left;
}
.license__money .money__example__head {
  font-size: 12px;
  line-height: 28px;
}
.license__money .money__example__top {
  overflow: hidden;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.license__money .money__example__bottom {
  overflow: hidden;
}
.license__money .money__example__ttl {
  width: 190px;
  float: left;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
}
.license__money .money__example__detail {
  overflow: hidden;
  width: 230px;
  float: right;
  font-size: 14px;
  line-height: 28px;
}
.license__money .money__example__detail__left {
  float: left;
  width: 125px;
}
.license__money .money__example__detail__right {
  float: right;
  width: 85px;
}
.license__money .money__example__detail__ttl {
  font-size: 14px;
  font-weight: bold;
}
.license__money .money__example__detail__ttl:before {
  content: '●';
  display: inline-block;
  color: #00adec;
}
.license__human {
  overflow: hidden;
}
.license__human__left {
  position: relative;
  width: 521px;
  float: left;
  overflow: hidden;
}
.license__human__right {
  width: 450px;
  float: right;
  overflow: hidden;
}
.license__human__border {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  color: transparent;
  background: url(../img/recruit/license_border.png);
}
.license__human__list {
  width: 450px;
  float: left;
}
.license__human__list li {
  height: 31px;
  font-size: 14px;
  line-height: 31px;
  text-align: left;
  padding-left: 13px;
}
.license__human__list li.even {
  background-color: #f2f2f2;
  height: 25px;
  line-height: 25px;
}

@media only screen and (min-width: 681px) {
  .wrapper {
    min-width: 1080px;
  }

  .headerBlock1__list__inner.cs .headerBlock1__navLink__arr,
  .headerBlock1__list__inner.cs .headerBlock1__pullBox,
  .headerBlock1__list__inner.cs .headerBlock1__navLink:before {
    display: none;
  }
  .headerBlock1__list__inner.cs .headerBlock1__navLink {
    opacity: .3;
  }
  .headerBlock1__list__inner .headerBlock1__navLink:before {
    transition: transform 0.3s cubic-bezier(0.15, 1, 0.34, 1) 0s, opacity 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .headerBlock1__list__inner .headerBlock1__pullBox {
    transition: transform 0.3s cubic-bezier(0.7, 1.5, 0.71, 0.97) 0s, opacity 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .headerBlock1__list__inner:hover .headerBlock1__navLink:before {
    opacity: 1;
    -ms-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    transition: transform 0.3s cubic-bezier(0.15, 1, 0.34, 1) 0s, opacity 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .headerBlock1__list__inner:hover .headerBlock1__pullBox {
    top: 40px;
    opacity: 1;
    -ms-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    transition: transform 0.3s cubic-bezier(0.7, 1.5, 0.71, 0.97) 0s, opacity 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }

  .headerArea .headerBlock1__pullBox__title span {
    transition: color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, border 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .headerArea .headerBlock1__pullBox__title:hover span {
    transition: color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, border 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    color: #00abeb;
    border-bottom: 1px solid #ffed2a;
  }

  .headerArea .headerBlock1__pullBox__title.noLink:hover span,
  .headerArea .headerBlock1__pullBox__title.cs:hover span {
    color: #000;
    border: none;
  }

  .headerArea .headerBlock1__pullLinkBox__list a {
    transition: color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .headerArea .headerBlock1__pullLinkBox__list a:hover {
    transition: color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    color: #00abeb;
  }

  .headerArea .headerBlock1__pullLinkBox__list.cs a:hover {
    color: #000;
  }

  .footerArea .linkBlock__link {
    transition: color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, border 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .footerArea .linkBlock__link:hover {
    transition: color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, border 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    color: #00abeb;
    border-bottom: 1px solid #fff;
  }
  .footerArea .linkBlock__link--l:hover {
    border-bottom: 1px solid #fff;
  }
  .footerArea .linkBlock__link--title:after {
    transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .footerArea .linkBlock__link--title:hover {
    border-bottom: none;
  }
  .footerArea .linkBlock__link--title:hover:after {
    transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    opacity: 1;
  }
  .footerArea .linkBlock__link.cs {
    color: #000;
    border-bottom: none;
    opacity: .3;
  }
  .footerArea .linkBlock__link.cs:after {
    display: none;
  }
  .footerArea .linkBlock__link.noLink {
    color: #000;
    border-bottom: none;
  }

  .entryBlock a:before {
    transition: transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, left 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, width 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, border-radius 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .entryBlock a:hover:before {
    left: 0;
    border-radius: 0;
    width: 100%;
    opacity: 1;
    -ms-transform: scale(1);
        transform: scale(1);
    transition: transform 0.3s cubic-bezier(0.7, 2, 0.71, 0.97) 0s, left 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, width 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, border-radius 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }

  .pageTopBlock:before {
    transition: transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, border-radius 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .pageTopBlock:hover:before {
    border-radius: 0;
    opacity: 1;
    -ms-transform: scale(1);
        transform: scale(1);
    transition: transform 0.3s cubic-bezier(0.7, 2, 0.71, 0.97) 0s, left 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }

  .crBlock__link {
    transition: background 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .crBlock__link:hover {
    background: #e8f5ff;
    transition: background 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }

  .recruit__nav a .recruit__nav__thum {
    transition: opacity .2s ease .0s;
  }
  .recruit__nav a:before {
    transition: transform .2s ease 0s, border-radius .2s ease 0s;
  }
  .recruit__nav a:hover:before {
    transition: transform .5s ease .2s, border-radius .3s ease 0s;
    border-radius: 20px 100px 20px 200px;
    -ms-transform: rotate(-180deg) scale(0);
        transform: rotate(-180deg) scale(0);
  }
  .recruit__nav a:hover .recruit__nav__thum {
    transition: opacity .4s ease .0s;
    opacity: .7;
  }

  .recruit__topnav__link:before {
    transition: transform .2s ease-in 0s, opacity .2s ease-in 0s;
    -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    opacity: 0;
  }
  .recruit__topnav__link:hover:before {
    transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s, opacity 0.3s ease-in 0s;
    -ms-transform: translateY(0);
        transform: translateY(0);
    opacity: 1;
  }

  .requirements__tbl__btn,
  .welfare__system__btn {
    transition: background 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .requirements__tbl__btn:hover,
  .welfare__system__btn:hover {
    transition: background 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    background: #DCF1FF;
  }

  .faq__question__open:before {
    transition: opacity 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .faq__question__open:hover:before {
    transition: opacity 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    opacity: 1;
  }
}
@media only screen and (max-width: 680px) {
  img {
    width: 100%;
  }

  .spSideNavArea {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0 0 0 20%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: transform .8s ease 0s;
  }
  .spSideNavArea.cre {
    transition: transform .8s ease 0s;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
  }
  .spSideNavArea__inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5px 0 0 8%;
    background: #ffed2a;
    box-sizing: border-box;
  }
  .spSideNavArea__closeBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
  }
  .spSideNavArea__closeBtn__img {
    display: block;
    position: absolute;
    left: 50%;
    top: 34px;
    margin: 0 0 0 -14.5px;
    width: 29px;
  }
  .spSideNavArea__closeBtn__line {
    position: absolute;
    border-radius: 2px;
    width: 30px;
    height: 2px;
    background: #000;
  }
  .spSideNavArea__closeBtn__line--1 {
    left: 10px;
    top: 18px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  .spSideNavArea__closeBtn__line--2 {
    left: 10px;
    top: 18px;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  .spSideNavArea__fstLink {
    position: relative;
    display: block;
    margin: 20px 0 0;
    padding: 7px 12px;
  }
  .spSideNavArea__fstLink--0 {
    padding: 9px 12px;
    width: 37px;
  }
  .spSideNavArea__fstLink--1, .spSideNavArea__fstLink--2, .spSideNavArea__fstLink--3 {
    width: 91px;
  }
  .spSideNavArea__fstLink--3 {
    padding: 8.5px 12px;
  }
  .spSideNavArea__fstLink--4 {
    width: 74px;
  }
  .spSideNavArea__fstLink:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    display: block;
    width: 6px;
    height: 9px;
    background: url(../img/share/sp_nav_arr.png);
    background-size: contain;
  }
  .spSideNavArea__fstLink.cs {
    opacity: .3;
    text-decoration: none;
  }
  .spSideNavArea__secText {
    position: relative;
  }
  .spSideNavArea__secLink {
    display: inline-block;
    padding: 7.5px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .spSideNavArea__secLink.cs {
    opacity: .3;
    text-decoration: none;
  }
  .spSideNavArea__pullBtn {
    display: block;
    position: absolute;
    right: 10px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: url(../img/share/sp_nav_pull_off.png);
    background-size: contain;
  }
  .spSideNavArea__pullBtn.cre {
    background: url(../img/share/sp_nav_pull_on.png);
    background-size: contain;
  }
  .spSideNavArea__thrLinkBox {
    display: none;
    padding: 0 0 0 20px;
  }
  .spSideNavArea__thrLink {
    display: block;
    padding: 5px 0;
    font-size: 10px;
    font-size: 1rem;
  }
  .spSideNavArea__thrLink.cs {
    opacity: .3;
    text-decoration: none;
  }

  .wrapper__inner {
    transition: transform .8s ease 0s;
  }
  .wrapper__inner.cre {
    transition: transform .8s ease 0s;
    -ms-transform: translateX(-80%);
        transform: translateX(-80%);
  }

  .headerArea {
    display: none;
  }
  .headerArea--sp1 {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 1000;
  }
  .headerArea--sp1__inner {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .headerArea--sp1__title {
    padding: 12px 0 0;
    width: 182.5px;
  }
  .headerArea--sp1__menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
  }
  .headerArea--sp1__menu__img {
    position: absolute;
    left: 50%;
    top: 34px;
    width: 27px;
    margin: 0 0 0 -13.5px;
  }
  .headerArea--sp1__menu__line {
    position: absolute;
    left: 50%;
    border-radius: 2px;
    width: 27px;
    height: 3px;
    background: #000;
  }
  .headerArea--sp1__menu__line--1 {
    margin: 8.5px 0 0 -13.5px;
  }
  .headerArea--sp1__menu__line--2 {
    margin: 17px 0 0 -13.5px;
  }
  .headerArea--sp1__menu__line--3 {
    margin: 25.5px 0 0 -13.5px;
  }
  .headerArea--sp2 {
    display: block;
    padding: 0;
  }
  .headerArea--sp2__inner {
    position: relative;
    width: 100%;
  }
  .headerArea--sp2__title {
    position: relative;
    padding: 9.4% 0 5% 6.2%;
    width: 36%;
  }
  .headerArea--sp2__title__logo {
    position: relative;
  }
  .headerArea--sp2__bg1 {
    position: absolute;
    left: 15.7%;
    top: 0;
    width: 9.6%;
  }
  .headerArea--sp2__bg2 {
    position: absolute;
    left: 12%;
    top: 12%;
    width: 17.5%;
  }
  .headerArea--sp2__bgAme {
    position: absolute;
    width: 100%;
    left: 45%;
    top: -28%;
  }
  .headerArea--sp2__ame {
    display: block;
    position: absolute;
    right: 4%;
    top: 9%;
    width: 33%;
  }
  .headerArea--sp2__kumo1 {
    display: block;
    position: absolute;
    right: 44%;
    top: 34%;
    width: 10.6%;
  }
  .headerArea--sp2__kumo2 {
    display: block;
    position: absolute;
    right: 35%;
    top: 20%;
    width: 5.8%;
  }
  .headerArea--sp2__tori {
    display: block;
    position: absolute;
    right: 43%;
    top: 67%;
    width: 7.1%;
  }

  .footerArea__inner {
    padding: 0 10px 30px;
    width: 100%;
    box-sizing: border-box;
  }
  .footerArea .entryBlock {
    display: block;
    margin: 0 20px;
  }
  .footerArea .entryBlock img {
    width: auto;
    height: 14px;
  }
  .footerArea .entryBlock--sec {
    margin: 20px 20px 0;
  }
  .footerArea .entryBlock a {
    position: relative;
    display: block;
    border: 1px solid #000;
    padding: 13px 0 13px 11px;
  }
  .footerArea .entryBlock a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #000;
    width: 40px;
    height: 40px;
    background: #ffed2a url(../img/share/sp_footer_entry_arr.png) center no-repeat;
    background-size: 5.5px;
  }
  .footerArea .linkBlock {
    margin: 20px 0 0;
  }
  .footerArea .linkBlock__box {
    display: none;
  }
  .footerArea .linkBlock__box:first-child {
    display: block;
  }
  .footerArea .linkBlock__list {
    border-top: 1px solid #000;
    padding: 0;
    width: calc(50% - 5px);
    height: 40px;
  }
  .footerArea .linkBlock__list:nth-child(2n-1) {
    margin: 0 10px 0 0;
  }
  .footerArea .linkBlock__list:nth-child(3), .footerArea .linkBlock__list:nth-child(4) {
    border-bottom: 1px solid #000;
  }
  .footerArea .linkBlock__link--title {
    display: block;
    margin: 0;
    width: 100%;
    background: none;
    box-sizing: border-box;
  }
  .footerArea .linkBlock__link--title-1, .footerArea .linkBlock__link--title-2, .footerArea .linkBlock__link--title-3 {
    padding: 13.5px 0 13.5px 22px;
  }
  .footerArea .linkBlock__link--title-1 img, .footerArea .linkBlock__link--title-2 img, .footerArea .linkBlock__link--title-3 img {
    display: block;
    width: 70px;
  }
  .footerArea .linkBlock__link--title-3 {
    padding: 14.5px 0 14.5px 22px;
  }
  .footerArea .linkBlock__link--title-4 {
    padding: 13.5px 0 13.5px 22px;
  }
  .footerArea .linkBlock__link--title-4 img {
    display: block;
    width: 57px;
  }
  .footerArea .linkBlock__link--title:before {
    width: 4.5px;
    height: 7.5px;
    left: 10px;
    top: 17px;
  }
  .footerArea .linkBlock__link--title.cs {
    opacity: .3;
  }
  .footerArea .pageTopBlock {
    display: none;
  }
  .footerArea .pageTopBlock--sp {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
    margin: 20px auto 0;
    width: 30px;
    height: 30px;
    background: url(../img/share/footer_pagetop.png) center no-repeat;
    background-size: 11px;
  }
  .footerArea .pageTopBlock--sp:after {
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    background: none;
  }
  .footerArea .crBlock__com {
    margin: 33px 0 0;
    width: 65.7%;
  }
  .footerArea .crBlock__cr {
    display: none;
  }
  .footerArea .crBlock__cr--sp {
    display: block;
    margin: 20px auto 0;
    width: 283px;
  }
  .footerArea .crBlock__logo {
    float: none;
    display: block;
  }
  .footerArea .crBlock__link {
    float: none;
    display: inline-block;
    margin: 10px auto 0;
    padding: 7px 15px 6px 27px;
    font-size: 12px;
  }
  .footerArea .crBlock__link:before {
    left: 17px;
    top: 9px;
    width: 4.5px;
    height: 6.5px;
  }
  .footerArea .dogBlock {
    left: 36px;
    top: 230px;
    bottom: auto;
    width: 67.5px;
    background: none;
  }
  .footerArea .dogBlock__imgSp {
    display: block;
  }

  .bgArea {
    display: none;
  }

  .footclumb {
    padding: 0px 5px;
    margin: 35px 0 20px;
  }
  .footclumb__list {
    overflow: hidden;
    padding: 10px 0;
    line-height: 1.7;
  }
  .footclumb__list li {
    float: left;
    padding-left: 10px;
    font-size: 11px;
  }
  .footclumb__list li a {
    color: #00adec;
    text-decoration: none;
  }
  .footclumb__list li a:hover {
    text-decoration: underline;
  }

  .pc-on {
    display: none;
  }

  .sp-on {
    display: block;
  }

  .recruit {
    text-align: center;
    padding: 0 10px;
  }
  .recruit__ttl {
    width: 24px;
    margin: 20px auto 0;
  }
  .recruit__inner {
    width: auto;
    margin: 0 auto;
  }
  .recruit__topcatch {
    font-size: 12px;
    line-height: 22px;
    padding: 30px 0 28px;
    text-align: left;
  }
  .recruit__nav {
    overflow: hidden;
  }
  .recruit__nav li {
    width: 48.3%;
  }
  .recruit__nav__people {
    margin-right: 3.4%;
    margin-bottom: 10px;
  }
  .recruit__nav__requirements {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .recruit__nav__welfare {
    margin-right: 3.4%;
    margin-bottom: 10px;
  }
  .recruit__nav__training {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .recruit__nav__license {
    margin-right: 3.4%;
  }
  .recruit__nav__text {
    padding: 10px 0;
  }
  .recruit__nav__text--1 {
    width: 62.5px;
  }
  .recruit__nav__text--2, .recruit__nav__text--3, .recruit__nav__text--4, .recruit__nav__text--5 {
    width: 52.5px;
  }
  .recruit__nav__text--6 {
    width: 26.5px;
  }
  .recruit__nav a {
    padding: 5px 0;
  }
  .recruit__nav a:before {
    border-radius: 50px 10px 100px 10px;
  }
  .recruit__nav a:after {
    width: 3.5px;
    height: 4.5px;
    right: 10px;
    bottom: 18px;
    background-size: contain;
  }
  .recruit__topnav {
    display: none;
  }
  .recruit__keyvisual__pc {
    display: none;
  }
  .recruit__keyvisual__sp {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .recruit__keyvisual {
    position: static;
    height: auto;
    margin-bottom: 33px;
  }
  .recruit__keyvisual img {
    position: static;
    left: auto;
    margin-left: 0;
  }
  .recruit__heading {
    margin: 20px auto 13px;
  }
  .recruit__heading__imgPc {
    display: none;
  }
  .recruit__heading__imgSp {
    display: block;
  }

  .people .recruit__heading {
    width: 170.5px;
  }
  .people__subttl {
    width: 240px;
    margin: 0 auto;
  }
  .people__sentence1 {
    font-size: 12px;
    line-height: 22px;
    width: auto;
    margin: 21px 10px 30px;
    text-align: left;
  }
  .people__sentence2 {
    font-size: 12px;
    line-height: 22px;
    width: auto;
    margin: 30px 10px 15px;
    text-align: left;
  }
  .people__human {
    width: auto;
    margin: 0;
  }
  .people__human__name {
    font-size: 12px;
    line-height: 19px;
    text-align: right;
    margin-top: 11px;
  }
  .people__text {
    margin: 15px 0 0;
  }
  .people__text__imgPc {
    display: none;
  }
  .people__text__imgSp {
    display: block;
    margin: 0 auto;
  }
  .people__text__imgSp--1 {
    width: 82%;
  }
  .people__text__imgSp--2 {
    width: 98.3%;
  }
  .people__text__imgSp--3 {
    width: 90%;
  }

  .requirements .recruit__heading {
    width: 102px;
  }
  .requirements__tbl {
    border-top: 1px solid #000;
    margin: 26px 10px 0;
  }
  .requirements__tbl th {
    padding: 10px 0 10px 10px;
    width: auto;
    border-bottom: none;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    display: block;
  }
  .requirements__tbl td {
    padding: 10px 0 10px 10px;
    width: auto;
    border-bottom: 1px solid #000;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    display: block;
  }
  .requirements__tbl td.requirements__tbl__map {
    padding: 10px 0;
  }
  .requirements__tbl__btn {
    font-size: 12px;
  }
  .requirements__tbl__btn:after {
    top: 14px;
    width: 4px;
  }
  .requirements__map {
    margin: 2px 0 2px 0;
  }

  .faq .recruit__heading {
    width: 51px;
  }
  .faq__contents {
    margin: 24px 10px 0;
  }
  .faq__block {
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .faq__block.last {
    margin-bottom: 0;
  }
  .faq__question {
    overflow: hidden;
    margin-bottom: 11px;
  }
  .faq__question__icon {
    float: left;
    width: 28px;
  }
  .faq__question__open {
    display: none;
  }
  .faq__question__copy {
    font-size: 12px;
    float: left;
    line-height: 22px;
    padding-top: 4px;
    margin-left: 10px;
    text-align: left;
    width: 86%;
  }
  .faq__answer {
    padding: 10px;
    background-color: #e8f5ff;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
  }
  .faq__answer__icon {
    float: left;
    width: 28px;
  }
  .faq__answer__copy {
    font-size: 12px;
    float: left;
    line-height: 22px;
    padding-top: 4px;
    margin-left: 10px;
    text-align: left;
    width: 85%;
  }

  .welfare .recruit__heading {
    width: 95px;
  }
  .welfare__ttl {
    margin-bottom: 15px;
    padding: 0 10px;
  }
  .welfare__ttl__top {
    height: 30px;
    line-height: 30px;
    width: 18px;
    margin: 0 auto;
  }
  .welfare__ttl__bottom {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-align: left;
  }
  .welfare__ttl.first {
    margin-top: 20px;
  }
  .welfare__ttl.second {
    margin-top: 30px;
  }
  .welfare__system {
    border-top: 1px solid #000;
    text-align: left;
    margin: 0 10px;
  }
  .welfare__system__block {
    overflow: hidden;
    padding: 8px 0 8px;
    border-bottom: 1px solid #000;
  }
  .welfare__system__left {
    float: none;
    width: auto;
    overflow: hidden;
  }
  .welfare__system__left--1 {
    padding-top: 0;
  }
  .welfare__system__left--2 {
    padding-top: 0;
  }
  .welfare__system__left--3 {
    padding-top: 0;
  }
  .welfare__system__right {
    float: none;
    width: auto;
    overflow: hidden;
  }
  .welfare__system__icon {
    margin: 0 10px 0 0px;
    float: left;
    width: 27px;
  }
  .welfare__system__ttl {
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    width: 80%;
    color: #00abeb;
    float: left;
  }
  .welfare__system__list {
    margin-top: 5px;
    font-size: 12px;
    line-height: 17px;
    float: none;
  }
  .welfare__system__list .min-line {
    line-height: 17px;
  }
  .welfare__system__list--last {
    padding-top: 0;
  }
  .welfare__system__btn {
    float: none;
    display: block;
    width: 188px;
    margin: 12px auto;
  }
  .welfare__sentence {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 17px;
    text-align: left;
    padding: 0 10px;
  }
  .welfare__club {
    overflow: hidden;
    padding: 0 10px;
  }
  .welfare__club__block {
    background-color: #e8f5ff;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    width: auto;
    margin-right: 0px;
    text-align: left;
    position: relative;
    float: left;
    margin-bottom: 10px;
  }
  .welfare__club__block.even {
    margin-right: 0px;
  }
  .welfare__club__block.welfare__club__block--takkyu {
    margin-bottom: 10px !important;
  }
  .welfare__club__ttl {
    color: #00abeb;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
  }
  .welfare__club__maintext {
    font-size: 12px;
    line-height: 22px;
    width: auto;
    margin-bottom: 8px;
    padding-right: 10px;
  }
  .welfare__club__img {
    position: static;
    right: auto;
    top: auto;
    width: 100%;
  }

  .training .recruit__heading {
    width: 95px;
  }
  .training__ttl {
    margin-bottom: 15px;
    padding: 0 10px;
  }
  .training__ttl__top {
    height: 30px;
    line-height: 30px;
    width: 18px;
    margin: 0 auto;
  }
  .training__ttl__bottom {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-align: left;
  }
  .training__ttl.first {
    margin-top: 20px;
  }
  .training__ttl.second {
    margin-top: 30px;
  }
  .training__tbl {
    width: auto;
    margin: 0 10px;
  }
  .training__tbl__ttl {
    font-size: 10px;
    line-height: 13px;
    width: 287px;
    height: 40px;
  }
  .training__tbl__detail {
    font-size: 10px;
    line-height: 13px;
    height: 40px;
  }
  .training__tbl__detail--4 {
    height: 48px;
  }
  .training__tbl__detail--5 {
    height: 48px;
  }
  .training__tbl__detail--6 {
    height: 55px;
  }
  .training__tbl__detail--7 {
    height: 80px;
  }
  .training__sentence {
    font-size: 12px;
    line-height: 22px;
    margin: 15px 10px;
    text-align: left;
  }
  .training__chart {
    margin: 0 10px;
  }

  .license .recruit__heading {
    width: 95px;
  }
  .license__ttl {
    margin-bottom: 15px;
    padding: 0 10px;
  }
  .license__ttl__top {
    height: 30px;
    line-height: 30px;
    width: 18px;
    margin: 0 auto;
  }
  .license__ttl__bottom {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-align: left;
  }
  .license__ttl.first {
    margin-top: 20px;
  }
  .license__ttl.second {
    margin-top: 30px;
  }
  .license__money {
    overflow: hidden;
    margin: 15px 10px 0;
  }
  .license__money__left {
    width: auto;
    float: none;
  }
  .license__money__right {
    padding-top: 20px;
    width: auto;
    float: none;
  }
  .license__money__right ul li {
    margin-bottom: 10px;
  }
  .license__money__explain {
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
  .license__money__caption {
    overflow: hidden;
    font-size: 10px;
    line-height: 15px;
    text-align: left;
    margin: 10px 0 14px;
  }
  .license__money__caphead {
    float: left;
    width: 16px;
  }
  .license__money__capdetail {
    float: left;
    width: calc(100% - 16px);
  }
  .license__money .money__example {
    background-color: #e8f5ff;
    padding: 20px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: left;
  }
  .license__money .money__example__head {
    font-size: 12px;
    line-height: 28px;
  }
  .license__money .money__example__top {
    overflow: hidden;
    border-bottom: 1px solid #000;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .license__money .money__example__bottom {
    overflow: hidden;
  }
  .license__money .money__example__ttl {
    width: auto;
    float: none;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .license__money .money__example__detail {
    overflow: hidden;
    width: auto;
    float: none;
    font-size: 12px;
    line-height: 17px;
  }
  .license__money .money__example__detail__left {
    float: left;
    width: 125px;
  }
  .license__money .money__example__detail__right {
    float: right;
    width: 85px;
  }
  .license__money .money__example__detail__ttl {
    margin: 5px 0 0;
  }
  .license__human {
    overflow: hidden;
    padding: 0 10px;
  }
  .license__human__left {
    width: auto;
    float: none;
    overflow: hidden;
  }
  .license__human__right {
    width: auto;
    float: none;
    overflow: hidden;
  }
  .license__human__border {
    display: none;
  }
  .license__human__list {
    width: auto;
    float: none;
  }
  .license__human__list li {
    height: 19px;
    font-size: 12px;
    line-height: 19px;
    text-align: left;
    padding-left: 10px;
  }
  .license__human__list li.even {
    background-color: #f2f2f2;
    height: 19px;
    line-height: 19px;
  }
  .license__human__list--2 li {
    background-color: #f2f2f2;
  }
  .license__human__list--2 li.even {
    background-color: #fff;
  }
}
