@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  line-height: 1; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

ol, ul {
  list-style: none; }

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

.clear {
  clear: both; }

em.red {
  color: #d4145a; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a img {
  border: none; }

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

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom; }

/*------------------------------------------
  body
------------------------------------------*/
body {
  color: #000;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", 'ヒラギノ角ゴシック Pro', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 1000px; }

.lato {
  font-family: 'Lato', sans-serif; }

@media screen and (max-width: 768px) {
  body {
    min-width: 100%; }
  .hidden-sp {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important; } }

/*------------------------------------------
  内枠
------------------------------------------*/
.inner {
  max-width: 980px;
  margin: 0 auto; }

/*------------------------------------------
  header
------------------------------------------*/
.header h1, .header p, .header li {
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", 'ヒラギノ角ゴシック Pro', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 0; }

.header a, .header span {
  color: inherit;
  text-decoration: none;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit; }

.header img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom; }

.header .titWrap {
  margin: 20px auto 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.header .header__logo {
  width: 388px;
  height: 44px;
  text-indent: -9999px; }
  .header .header__logo a {
    width: 100%;
    height: 100%;
    display: block;
    background: url("../img/header-logo.png") no-repeat center;
    background-size: contain; }

.header .header__title {
  color: #42A5F5;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 4px 21px; }

.header .main_img {
  position: relative; }
  .header .main_img .img {
    display: block !important; }
  .header .main_img .main_txt {
    width: 90%;
    max-width: 855px;
    height: 130px;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 2.5px;
    position: absolute;
    top: 51%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: skewX(-9deg);
    -ms-transform: skewX(-9deg);
    transform: skewX(-9deg);
    background: -moz-linear-gradient(left, #094099 0%, #42a5f5 100%);
    background: -webkit-linear-gradient(left, #094099 0%, #42a5f5 100%);
    background: -webkit-gradient(linear, left top, right top, from(#094099), to(#42a5f5));
    background: -o-linear-gradient(left, #094099 0%, #42a5f5 100%);
    background: linear-gradient(to right, #094099 0%, #42a5f5 100%); }
    .header .main_img .main_txt span {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transform: skewX(9deg);
      -ms-transform: skewX(9deg);
      transform: skewX(9deg); }

@media screen and (min-width: 769px) {
  .header .hidden-pc {
    display: none; } }

@media screen and (max-width: 768px) {
  .header {
    margin-bottom: 20px; }
    .header .hidden-sp {
      display: none; }
    .header .titWrap {
      display: block;
      padding: 8px 5px;
      margin: 0; }
    .header .header__logo {
      width: 177px;
      height: 20px; }
    .header .header__title {
      font-size: 12px;
      line-height: 1.4;
      margin: 5px auto 0; }
    .header .main_img .main_txt {
      font-size: 18px;
      font-size: 4vw;
      height: 50%;
      top: auto;
      bottom: -20px; } }

/* slick */
#mvSlider {
  overflow: hidden; }
  #mvSlider img {
    height: auto !important; }

/*------------------------------------------
  footer
------------------------------------------*/
.footer {
  padding: 0;
  background: #fff;
}
.footer .inner {
  overflow: hidden;
}
.footer p,
.footer li {
  line-height: 1.1;
  letter-spacing: .5px;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", 'ヒラギノ角ゴシック Pro', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}
.footer a,
.footer span {
  color: inherit;
  text-decoration: none;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.footer a,
.footer li,
.footer div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .inner {
  width: 100% !important;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 82px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.footer .footer__logo {
  max-width: 40%;
  float: left;
  display: table;
}
.footer .footer__logo img {
  width: 100%;
}
.footer .listWrap {
  width: 54.3%;
  float: right;
  margin-top: 6px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.footer ul {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.footer ul:first-child {
  flex-grow: 0;
  width: 100%;
  margin-right: 46px;
}
.footer ul:last-child {
  flex-shrink: 0;
}
.footer ul li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.footer ul li a:not(:first-child) {
  margin-top: 30px;
}
.footer ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer .copyright {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 24px 10px;
  background: #42A5F5;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    padding: 20px 0 0 !important;
  }
  .footer .footer__logo {
    max-width: 80%;
    float: none;
    margin: 0 auto 15px 10px;
  }
  .footer .listWrap {
    width: 100%;
    padding: 0 15px;
    float: none;
    margin: 0 auto;
  }
  .footer ul {
    margin-top: 14px;
    display: block;
  }
  .footer ul:first-child {
    margin-right: 20px;
  }
  .footer ul:last-child {
    min-width: 36%;
  }
  .footer ul li {
    font-size: 14px;
  }
  .footer ul li a {
    margin-bottom: 30px;
  }
  .footer ul li a:not(:first-child) {
    margin-top: 0;
  }
  .footer .copyright {
    font-size: 12px;
    line-height: 1.5;
    padding: 12px 10px;
  }
}

.retop {
  width: 80px;
  height: 80px;
  z-index: 9990;
  right: 30px;
  bottom: 30px;
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }
  .retop a {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .retop {
      width: 40px;
      height: 40px;
      right: 0;
      bottom: 0; } }

/*------------------------------------------
	menu
------------------------------------------*/
.gnav ul {
  margin: 0;
  padding: 0; }

.gnav li, .gnav a {
  font-family: 'Lato', sans-serif; }

.gnav a {
  display: block; }

.gnav .gnav__list .gnav__list__item {
  line-height: 1.7;
  list-style: none; }

/* PC */
@media screen and (min-width: 769px) {
  #menu {
    width: 100%;
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    background: #42A5F5; }
    #menu.fixed {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999; }
  .gnav {
    width: 100%;
    max-width: 920px;
    margin: 0 auto; }
    .gnav .gnav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .gnav .gnav__list .gnav__list__item {
        font-size: 16px;
        text-align: center;
        line-height: 1.3; }
        .gnav .gnav__list .gnav__list__item a {
          height: 72px;
          padding: 0 30px;
          color: #fff;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .gnav .gnav__list .gnav__list__item a:before {
            content: "";
            display: block;
            width: 100%;
            max-width: 95px;
            height: 0;
            background: #fff;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; }
          .gnav .gnav__list .gnav__list__item a:hover {
            opacity: 1; }
            .gnav .gnav__list .gnav__list__item a:hover:before {
              height: 6px; } }

/* SP */
@media screen and (max-width: 768px) {
  .navBtn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    background: #42A5F5; }
    .navBtn a {
      height: 100%;
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .navBtn, .navBtn span {
      display: inline-block;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .navBtn span {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      width: 60%;
      height: 2px;
      background-color: #fff; }
      .navBtn span:nth-of-type(1) {
        top: 11px; }
      .navBtn span:nth-of-type(2) {
        top: 0;
        bottom: 0;
        margin: auto; }
      .navBtn span:nth-of-type(3) {
        bottom: 11px; }
    .navBtn.close span:nth-of-type(1) {
      -webkit-transform: translateY(8px) rotate(-45deg);
      -ms-transform: translateY(8px) rotate(-45deg);
      transform: translateY(8px) rotate(-45deg); }
    .navBtn.close span:nth-of-type(2) {
      left: 50%;
      opacity: 0;
      -webkit-animation: active-menu-bar02 .8s forwards;
      animation: active-menu-bar02 .8s forwards; }
    .navBtn.close span:nth-of-type(3) {
      -webkit-transform: translateY(-8px) rotate(45deg);
      -ms-transform: translateY(-8px) rotate(45deg);
      transform: translateY(-8px) rotate(45deg); }
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0; } }
  @keyframes active-menu-bar02 {
    100% {
      height: 0; } }
  #menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.7);
    overflow: auto; }
    #menu::-webkit-scrollbar {
      display: none; }
  .gnav {
    padding: 40px 0 0;
    background: #fff; }
    .gnav .gnav__list .gnav__list__item {
      font-size: 15px;
      font-weight: 500;
      border-bottom: 1px solid #333; }
      .gnav .gnav__list .gnav__list__item a {
        padding: 15px 8% 15px 15px;
        background: url("../img/ico_arrow01.svg") no-repeat 95% center;
        background-size: 8px; }
      .gnav .gnav__list .gnav__list__item .en {
        margin: 0 0 0 10px; } }

/*------------------------------------------
  コンテンツエリア
------------------------------------------*/
.body {
  padding: 0 0 80px; }
  @media screen and (max-width: 768px) {
    .body {
      padding-top: 0 !important;
      padding-bottom: 30px; }
      .body .inner {
        padding-left: 15px !important;
        padding-right: 15px !important; } }

.secTit {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #094099;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
  padding: 0 0 17px;
  border-bottom: 1px solid #094099; }
  .secTit .en {
    color: #42A5F5;
    font-size: 30px;
    font-weight: 300;
    display: block;
    font-family: 'Lato', sans-serif;
    margin: 7px auto 0; }
  @media screen and (max-width: 768px) {
    .secTit {
      padding: 0 0 5px;
      margin-bottom: 25px !important; }
      .secTit .en {
        font-size: 22px; } }

/*------------------------------------------
	求人一覧
------------------------------------------*/
.go-list-btn {
  width: 482px;
  height: 80px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto; }
  .go-list-btn a {
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #094099 url("../img/ico_arrow02.svg") no-repeat 96% center; }
  @media screen and (max-width: 768px) {
    .go-list-btn {
      width: 90%;
      height: 55px;
      font-size: 16px;
      max-width: 300px; }
      .go-list-btn a {
        background-position: 95% center;
        background-size: 8px; } }

/*------------------------------------------
	エリアから探す
------------------------------------------*/
#area {
  padding: 81px 0 0; }
  #area .secTit {
    margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    #area {
      padding: 40px 0 0; } }

/*------------------------------------------
	職種から探す
------------------------------------------*/
#job {
  padding: 80px 0 0; }
  #job .secTit {
    margin-bottom: 60px; }
  #job .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #job .list .item {
      color: #fff;
      width: 32.2%;
      margin: 0 1.7% 16px 0;
      overflow: hidden; }
      #job .list .item:nth-of-type(3n) {
        margin-right: 0; }
      #job .list .item a {
        display: block;
        position: relative; }
      #job .list .item .img {
        width: 100%; }
      #job .list .item .txtBox {
        height: 60px;
        background: rgba(66, 165, 245, 0.8);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        #job .list .item .txtBox:before {
          content: "";
          display: block;
          background: url("../img/ico_arrow02.svg") no-repeat center;
          background-size: contain;
          width: 10px;
          height: 19px;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 15px;
          margin: auto;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      #job .list .item .titBox {
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      #job .list .item .tit {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.3; }
        #job .list .item .tit span {
          font-weight: normal;
          font-size: 14px; }
      #job .list .item .txt {
        height: 0;
        width: 83%;
        opacity: 0;
        visibility: hidden;
        margin: 4px auto 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: opacity .5s ease-in-out;
        -o-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out; }
  @media screen and (min-width: 769px) {
    #job .list .item a:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: rgba(66, 165, 245, 0.8);
      position: absolute;
      left: 0;
      top: -80%;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    #job .list .item a:hover {
      opacity: 1; }
      #job .list .item a:hover .txtBox:before {
        right: 10px;
        width: 15px;
        height: 26px; }
      #job .list .item a:hover:before {
        top: 0;
        opacity: 1; }
      #job .list .item a:hover .txtBox {
        height: 100%;
        background: none; }
      #job .list .item a:hover .txt {
        height: 100%;
        opacity: 1;
        visibility: visible; } }
  @media screen and (max-width: 768px) {
    #job {
      padding: 40px 0 0; }
      #job .list {
        display: block;
        max-width: 400px;
        margin: 0 auto; }
        #job .list .item {
          width: 100%;
          margin: 0 auto 20px !important; }
          #job .list .item .txtBox {
            height: 100%;
            background: rgba(66, 165, 245, 0.7); }
            #job .list .item .txtBox:before {
              width: 15px;
              height: 26px;
              right: 10px; }
          #job .list .item .titBox {
            height: auto; }
          #job .list .item .txt {
            width: 80%;
            height: auto;
            opacity: 1;
            visibility: visible;
            font-size: 14px;
            margin: 20px auto 0; } }

/*------------------------------------------
	働き方から探す
------------------------------------------*/
#style {
  padding: 66px 0 80px; }
  #style .secTit {
    margin-bottom: 60px; }
  #style .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #style .list .item {
      width: 32.2%;
      height: 70px;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      display: table;
      text-align: center;
      line-height: 1.2; }
      #style .list .item span {
        font-size: 14px;
        font-weight: normal; }
      #style .list .item a {
        color: #42A5F5;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        display: table-cell;
        border: 1px solid #42A5F5;
        background: #fff url("../img/ico_arrow01.svg") no-repeat 94% center; }
        #style .list .item a:hover {
          color: #fff;
          opacity: 1;
          background-color: #42A5F5;
          background-image: url("../img/ico_arrow02.svg"); }
  @media screen and (max-width: 768px) {
    #style {
      padding: 40px 0; }
      #style .list {
        display: block;
        max-width: 400px;
        margin: 0 auto; }
        #style .list .item {
          width: 100%;
          height: 55px;
          font-size: 16px;
          margin: 0 auto 15px; }
          #style .list .item:last-of-type {
            margin-bottom: 0; }
          #style .list .item a {
            background-position: 95% center;
            background-size: 8px; }
          #style .list .item span {
            font-size: 12px; } }

/*------------------------------------------
	アクトスで働く理由
------------------------------------------*/
#point {
  padding: 80px 0;
  background: #F8F8F8; }
  #point .secTit {
    margin-bottom: 60px; }
  #point .box {
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #point .box:last-of-type {
      margin-bottom: 0; }
    #point .box:nth-of-type(even) .txtBox {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    #point .box .txtBox {
      width: 45%; }
      #point .box .txtBox .tit {
        font-weight: bold;
        font-size: 24px;
        margin: 0 auto 15px; }
        #point .box .txtBox .tit span {
          color: #42A5F5; }
      #point .box .txtBox .txt {
        line-height: 2.7; }
    #point .box .imgBox {
      width: 49.2%;
      position: relative; }
      #point .box .imgBox:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #42A5F5;
        position: absolute;
        top: 10px;
        left: 10px; }
      #point .box .imgBox img {
        width: 100%; }
  @media screen and (max-width: 768px) {
    #point {
      padding: 40px 0; }
      #point .box {
        display: block;
        margin-bottom: 70px; }
        #point .box:last-of-type {
          margin-bottom: 0; }
        #point .box .txtBox {
          width: 100%;
          margin: 0 auto 20px; }
          #point .box .txtBox .tit {
            font-size: 20px;
            line-height: 1.4;
            margin: 0 auto 8px; }
          #point .box .txtBox .txt {
            font-size: 14px;
            line-height: 2; }
        #point .box .imgBox {
          width: 100%;
          max-width: 400px;
          margin: 0 auto; }
          #point .box .imgBox:before {
            top: 5px;
            left: 5px; } }

/*------------------------------------------
	現場の声
------------------------------------------*/
#voice {
  padding: 80px 0 37px; }
  #voice .secTit {
    margin-bottom: 40px; }
  #voice .boxWrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #voice .box {
    width: 48.1%;
    padding: 37px 27px 34px;
    margin: 0 0 40px;
    background: #F8F8F8;
    position: relative; }
    #voice .box .tit {
      color: #42A5F5;
      font-size: 24px;
      text-align: center;
      font-weight: bold;
      line-height: 1.6;
      margin: 0 auto 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #voice .box .img {
      position: absolute;
      bottom: 0;
      left: 40px; }
    #voice .box .txt {
      width: 46%;
      margin: 0 12px 0 auto; }
  @media screen and (max-width: 768px) {
    #voice {
      padding: 40px 15px; }
      #voice .boxWrap {
        display: block; }
      #voice .box {
        width: 100%;
        padding: 30px 20px;
        margin-bottom: 20px; }
        #voice .box .tit {
          font-size: 18px;
          display: block;
          margin: 0 auto 15px; }
        #voice .box .img {
          width: 210px;
          display: block;
          margin: 0 auto 15px;
          position: static; }
        #voice .box .txt {
          width: 100%;
          font-size: 14px;
          margin: 0 auto; } }

/*------------------------------------------
	よくある質問
------------------------------------------*/
#faq {
  padding: 80px 0;
  margin: 0 auto 60px;
  background: #F8F8F8; }
  #faq .secTit {
    margin-bottom: 60px; }
  #faq .faqBox .tit, #faq .faqBox .txt {
    position: relative; }
    #faq .faqBox .tit:before, #faq .faqBox .txt:before {
      display: block;
      width: 58px;
      height: 58px;
      text-align: center;
      font-size: 30px;
      font-weight: bold;
      font-style: italic;
      font-family: 'Lato', sans-serif;
      line-height: 54px;
      border-radius: 50%;
      position: absolute;
      top: 26px;
      left: 26px; }
  #faq .faqBox .tit {
    height: 110px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    padding: 0 0 0 112px;
    background: #42A5F5;
    border-radius: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #faq .faqBox .tit.open {
      border-radius: 10px 10px 0 0; }
    #faq .faqBox .tit:before {
      content: "Q";
      color: #42A5F5;
      background: #fff; }
    #faq .faqBox .tit.open {
      border-radius: 10px 10px 0 0; }
      #faq .faqBox .tit.open .btn:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #faq .faqBox .tit.open .btn:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    #faq .faqBox .tit .btn {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto;
      width: 50px;
      height: 50px; }
      #faq .faqBox .tit .btn:before, #faq .faqBox .tit .btn:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #faq .faqBox .tit .btn:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  #faq .faqBox .txt {
    display: none;
    padding: 39px 30px 43px 112px;
    background: #fff;
    border-radius: 0 0 10px 10px; }
    #faq .faqBox .txt:before {
      color: #fff;
      content: "A";
      background: #42A5F5; }
    #faq .faqBox .txt + .tit {
      margin-top: 10px; }
  @media screen and (max-width: 768px) {
    #faq {
      padding: 40px 0;
      margin-bottom: 30px; }
      #faq .faqBox .tit:before, #faq .faqBox .txt:before {
        width: 35px;
        height: 35px;
        line-height: 35px;
        left: 12px;
        font-size: 18px; }
      #faq .faqBox .tit {
        height: auto;
        display: block;
        font-size: 16px;
        padding: 15px 40px 15px 60px; }
        #faq .faqBox .tit .btn {
          width: 25px;
          height: 25px;
          right: 12px; }
        #faq .faqBox .tit:before {
          top: 0;
          bottom: 0;
          margin: auto; }
      #faq .faqBox .txt {
        font-size: 14px;
        padding: 15px 15px 15px 60px; }
        #faq .faqBox .txt:before {
          top: 18px; } }
