@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;
  -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; }

a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5; }

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; }

*:focus {
  outline: none; }

/*------------------------------------------
  body
------------------------------------------*/
body {
  color: #192f60;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", 'ヒラギノ角ゴシック Pro', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }

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

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

.anime-scale01 {
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media screen and (min-width: 769px) {
    .anime-scale01:hover {
      opacity: 1;
      -webkit-animation: scale01 .5s;
      animation: scale01 .5s; } }

@-webkit-keyframes scale01 {
  50% {
    -webkit-transform: scale(1.1); } }

@keyframes scale01 {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.anime-scale02 {
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media screen and (min-width: 769px) {
    .anime-scale02:hover {
      opacity: 1;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); } }

.js-objectfit {
  overflow: hidden; }
  .js-objectfit img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: center;'; }

/*------------------------------------------
  内枠
------------------------------------------*/
.inner {
  max-width: 970px;
  margin: 0 auto; }
  @media screen and (max-width: 970px) {
    .inner {
      padding: 0 30px; } }

/*------------------------------------------
  header
------------------------------------------*/
.header {
  margin: 0 auto 50px; }
  .header h1, .header p, .header li {
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", 'ヒラギノ角ゴシック Pro', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, 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 .headerTop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9997;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .header .headerTop.bg {
      background: rgba(255, 255, 255, 0.7); }
    .header .headerTopIn {
      width: 100%;
      margin: 0 auto;
      max-width: 1390px;
      height: 70px;
      padding: 4px 30px;
      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; }
  .header .header__logo {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    width: 305px;
    height: 38px;
    line-height: 1.5;
    position: relative;
    z-index: 9997; }
    .header .header__logo a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 0 0 117px;
      background: url("../img/logo01.svg") no-repeat left center;
      background-size: 98px 38px; }
  .header .main_img {
    overflow: hidden; }
    .header .main_img .img {
      width: 100% !important; }
  @media screen and (min-width: 769px) and (max-width: 1920px) {
    .header .main_img .mv-pc {
      width: auto !important;
      position: relative; } }
  @media screen and (min-width: 769px) {
    .header .mv-tab {
      display: none; } }
  @media screen and (max-width: 768px) {
    .header {
      margin-bottom: 10px; }
      .header .mv-pc {
        display: none; }
      .header .headerTopIn {
        padding: 0 17px; }
      .header .header__logo {
        width: 240px;
        height: 30px;
        font-size: 10px;
        margin: -10px auto 0 0; }
        .header .header__logo a {
          padding: 0 0 0 81px;
          background-size: 70px 30px; } }
  @media screen and (min-width: 376px) and (max-width: 768px) {
    .header .mv-tab {
      display: block !important; } }
  @media screen and (max-width: 580px) {
    .header .main_img .mv-tab {
      width: auto !important;
      left: 50%;
      max-width: 580px;
      margin-left: -290px;
      position: relative; } }
  @media screen and (min-width: 376px) {
    .header .mv-sp {
      display: none; } }
  @media screen and (max-width: 375px) {
    .header .mv-tab {
      display: none; }
    .header .mv-sp {
      display: block !important; } }

.logoSlider {
  margin: 16px auto 0; }
  .logoSlider img {
    margin: 0 20px; }
  @media screen and (max-width: 768px) {
    .logoSlider {
      margin: 7px auto 0; }
      .logoSlider img {
        height: 65px;
        margin: 0 10px; } }

/*------------------------------------------
  footer
------------------------------------------*/
.footer {
  background: #192f60; }
  .footer p, .footer li, .footer a {
    color: #fff;
    line-height: 1.3;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", 'ヒラギノ角ゴシック Pro', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, 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: 1030px;
    padding: 19px 30px;
    margin: 0 auto;
    background: #192f60;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }
  .footer ul {
    float: right;
    display: table;
    padding: 0;
    overflow: hidden; }
    .footer ul li {
      float: left;
      font-size: 12px;
      text-align: center;
      list-style: none; }
      .footer ul li + li {
        margin-left: 23px;
        position: relative; }
        .footer ul li + li:before {
          content: "";
          display: block;
          width: 1px;
          height: 80%;
          background: #fff;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
        .footer ul li + li a {
          padding-left: 23px; }
      .footer ul li a {
        color: inherit;
        text-decoration: none; }
        .footer ul li a:hover {
          opacity: 1;
          text-decoration: underline; }
  .footer .copyright {
    float: left;
    font-size: 12px; }
  @media screen and (min-width: 769px) {
    .footer .hidden-pc {
      display: none !important; } }
  @media screen and (max-width: 768px) {
    .footer {
      position: relative; }
      .footer .hidden-pc {
        display: block; }
      .footer .inner {
        padding: 31px 15px !important;
        position: relative;
        z-index: 9992; }
      .footer ul {
        float: none;
        margin: 0 auto 31px; }
        .footer ul li {
          font-size: 12px;
          text-align: left; }
          .footer ul li + li {
            margin-left: 12px; }
            .footer ul li + li a {
              padding-left: 12px; }
      .footer .copyright {
        float: none;
        font-size: 10px;
        text-align: center;
        line-height: 1.5; } }

.pagetop {
  color: #f3a300;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
  width: 101px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9990;
  position: fixed;
  display: none;
  right: 30px;
  bottom: 35px;
  -webkit-box-shadow: 4px 4px 0 rgba(110, 110, 110, 0.2);
  box-shadow: 4px 4px 0 rgba(110, 110, 110, 0.2);
  border-radius: 10px;
  overflow: hidden; }
  .pagetop a {
    width: 100%;
    height: 71px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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: #192f60; }
    .pagetop a:hover {
      opacity: 1; }
  @media screen and (min-width: 769px) {
    .pagetop {
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .pagetop:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px); } }
  @media screen and (max-width: 768px) {
    .pagetop {
      width: 70px;
      font-size: 15px;
      right: 10px;
      bottom: 10px; }
      .pagetop.sp-posi {
        bottom: 131px;
        position: absolute; }
      .pagetop a {
        height: 47px; } }

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

.gnav a {
  display: block; }

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

.gnav .btnJoblist {
  height: 50px;
  font-weight: bold;
  font-size: 15px;
  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: #f3a300;
  border-radius: 25px;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2); }
  .gnav .btnJoblist span {
    font-size: 19px; }

/* PC */
@media screen and (min-width: 1025px) {
  .gnav {
    width: 630px;
    margin: 0 0 0 auto;
    height: auto !important;
    display: block !important;
    overflow: visible !important; }
    .gnav .gnav__list-wrap {
      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; }
    .gnav .gnav__list {
      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; }
      .gnav .gnav__list .gnav__list__item {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        margin: 0 28px 0 0; }
        .gnav .gnav__list .gnav__list__item:last-of-type {
          margin-right: 0; }
        .gnav .gnav__list .gnav__list__item a {
          height: 50px;
          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;
          position: relative; }
          .gnav .gnav__list .gnav__list__item a:hover {
            opacity: 1; }
    .gnav .btnJoblist {
      width: 156px; }
  .navBtn {
    display: none; }
  .gnavImg {
    display: none; } }

/* humberger */
@media screen and (max-width: 1024px) {
  .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: 57px;
    height: 57px;
    border: none;
    z-index: 9997;
    position: fixed;
    top: 4px;
    right: 8px;
    background: #192f60;
    -webkit-box-shadow: 4px 4px 0 rgba(110, 110, 110, 0.4);
    box-shadow: 4px 4px 0 rgba(110, 110, 110, 0.4);
    border-radius: 50%; }
    .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: 25px;
      height: 2px;
      background-color: #fff; }
      .navBtn span:nth-of-type(1) {
        top: 18px; }
      .navBtn span:nth-of-type(2) {
        top: 0;
        bottom: 0;
        margin: auto; }
      .navBtn span:nth-of-type(3) {
        bottom: 18px; }
    .navBtn.close span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
      -ms-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg); }
    .navBtn.close span:nth-of-type(2) {
      left: 50%;
      opacity: 0; }
    .navBtn.close span:nth-of-type(3) {
      -webkit-transform: translateY(-9px) rotate(45deg);
      -ms-transform: translateY(-9px) rotate(45deg);
      transform: translateY(-9px) rotate(45deg); }
  .gnav {
    display: none;
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9996;
    overflow: auto;
    opacity: 1 !important; }
    .gnav::-webkit-scrollbar {
      display: none; }
    .gnav .gnavInner {
      padding: 100px 30px 47px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      background: rgba(223, 237, 242, 0.9);
      -webkit-box-shadow: 0 4px 0 rgba(110, 110, 110, 0.2);
      box-shadow: 0 4px 0 rgba(110, 110, 110, 0.2);
      position: relative;
      z-index: 2;
      overflow: hidden; }
    .gnav .gnavImg {
      width: 44.5%;
      margin: 0 auto 0 13px; }
    .gnav .gnav__list-wrap {
      width: 48%; }
    .gnav .gnav__list {
      margin: 0 auto 34px;
      border: 3px solid #192f60;
      border-radius: 10px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .gnav .gnav__list .gnav__list__item {
        width: 50%;
        text-align: center;
        font-size: 14px;
        font-weight: bold; }
        .gnav .gnav__list .gnav__list__item:nth-of-type(odd) {
          border-right: 4px dotted #192f60; }
        .gnav .gnav__list .gnav__list__item:nth-of-type(n + 3) {
          border-top: 4px dotted #192f60; }
        .gnav .gnav__list .gnav__list__item a {
          height: 52px;
          padding: 2px;
          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 #overlay {
      cursor: pointer;
      background: rgba(255, 255, 255, 0.7);
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      display: none; } }

@media screen and (max-width: 1024px) and (max-width: 767px) {
  .gnav .gnavInner {
    padding: 100px 30px 30px;
    display: block; }
  .gnav .gnavImg {
    width: 100%;
    display: block;
    margin: 0 auto 25px; }
  .gnav .gnav__list-wrap {
    width: 100%; }
  .gnav .gnav__list {
    margin-bottom: 29px; } }

/*------------------------------------------
  コンテンツエリア
------------------------------------------*/
.cmnBg01 {
  position: relative; }
  .cmnBg01:before, .cmnBg01:after {
    content: "";
    display: block;
    width: 100%;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none; }
  .cmnBg01:before {
    top: 0;
    background-image: url("../img/bg_shape01.png"); }
  .cmnBg01:after {
    bottom: 0;
    background-image: url("../img/bg_shape02.png"); }
  .cmnBg01 .inner {
    padding-top: 165px;
    padding-bottom: 140px;
    position: relative;
    z-index: 2; }
  @media screen and (min-width: 1921px) {
    .cmnBg01:before, .cmnBg01:after {
      background-size: 100% 100%; } }
  @media screen and (max-width: 768px) {
    .cmnBg01:before, .cmnBg01:after {
      height: 40px;
      background-size: 120% 100%; }
    .cmnBg01 .inner {
      padding-top: 77px;
      padding-bottom: 65px; } }

.cmnTit01 {
  text-align: center;
  margin: 0 auto 60px; }
  .cmnTit01 img {
    width: 100%;
    max-width: 505px; }
  @media screen and (max-width: 768px) {
    .cmnTit01 {
      margin-bottom: 36px; } }

.cmnTit02 {
  width: 100%;
  max-width: 630px;
  color: #192f60;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 10px 0;
  margin: 0 auto 3px;
  border: 4px dotted #192f60;
  border-left: none;
  border-right: none; }
  .cmnTit02 span {
    display: block;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 768px) {
    .cmnTit02 {
      font-size: 16px; } }

/*------------------------------------------
	#search
------------------------------------------*/
#search {
  background: url("../img/search/bg_search01.jpg") repeat center top; }

/*	#work
---------------------------*/
#work {
  margin: 0 auto 73px; }
  #work .subTit {
    margin-bottom: 50px; }
  #work .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #work .list .item {
      width: 22.5%;
      margin: 0 3.33% 30px 0; }
      #work .list .item:nth-of-type(4n) {
        margin-right: 0; }
  @media screen and (max-width: 768px) {
    #work {
      margin-bottom: 33px; }
      #work .subTit {
        margin-bottom: 28px; }
      #work .list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #work .list .item {
          width: 48%;
          margin: 0 0 5% !important; } }
  @media screen and (min-width: 736px) and (max-width: 768px) {
    #work .list .item {
      width: 24%; } }

/*	#type
---------------------------*/
#type .subTit {
  margin-bottom: 40px; }

#type .lead {
  color: #192f60;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 35px; }

@media screen and (max-width: 768px) {
  #type .subTit {
    margin-bottom: 23px; }
  #type .lead {
    font-size: 14px;
    margin-bottom: 21px; } }

.type-tab-btn {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 25px; }
  .type-tab-btn .list {
    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; }
    .type-tab-btn .list .item {
      cursor: pointer;
      width: 19%;
      max-width: 160px;
      border: 4px solid #192f60;
      border-radius: 10px; }
      .type-tab-btn .list .item a:hover {
        opacity: 1; }
      .type-tab-btn .list .item .imgBox {
        height: 63px;
        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: #fff;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        border-radius: 5px 5px 0 0; }
        .type-tab-btn .list .item .imgBox img {
          width: 50px; }
      .type-tab-btn .list .item .txt {
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        padding: 4px 0;
        background: #192f60;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: relative;
        z-index: 2; }
      .type-tab-btn .list .item.tab-btn {
        position: relative; }
        .type-tab-btn .list .item.tab-btn:before {
          content: "";
          display: block;
          width: 37px;
          height: 20px;
          position: absolute;
          background: url("../img/search/type/bg_type01.png") no-repeat center;
          background-size: contain;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
      .type-tab-btn .list .item.tab-btn.is-active, .type-tab-btn .list .item:hover {
        -webkit-box-shadow: 5px 5px 0 rgba(110, 110, 110, 0.4);
        box-shadow: 5px 5px 0 rgba(110, 110, 110, 0.4); }
        .type-tab-btn .list .item.tab-btn.is-active:before, .type-tab-btn .list .item:hover:before {
          bottom: -23px;
          -webkit-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
        .type-tab-btn .list .item.tab-btn.is-active .imgBox, .type-tab-btn .list .item:hover .imgBox {
          background: #f3a300; }
        .type-tab-btn .list .item.tab-btn.is-active .txt, .type-tab-btn .list .item:hover .txt {
          color: #f3a300; }
  @media screen and (max-width: 768px) {
    .type-tab-btn {
      width: auto;
      padding: 0 0 23px;
      margin: 0 -30px 0 -15px;
      overflow-x: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .type-tab-btn::-webkit-scrollbar {
        display: none; }
      .type-tab-btn .list {
        min-width: 550px;
        padding: 0 20px 0 0; }
        .type-tab-btn .list .item {
          width: 17.8%;
          border-width: 3px;
          border-radius: 5px; }
          .type-tab-btn .list .item:before {
            width: 33px;
            height: 16px; }
          .type-tab-btn .list .item .imgBox {
            height: 36px;
            border-radius: 2px 2px 0 0; }
            .type-tab-btn .list .item .imgBox img {
              width: 35px; }
          .type-tab-btn .list .item .txt {
            font-size: 12px;
            padding: 1px 0; }
          .type-tab-btn .list .item.tab-btn.is-active:before, .type-tab-btn .list .item:hover:before {
            height: 16px;
            bottom: -19px; } }

.type-tab-content {
  padding: 32px 30px 45px;
  background: #fff;
  border: 4px solid #192f60;
  border-radius: 10px;
  display: none; }
  .type-tab-content.is-show {
    display: block; }
  .type-tab-content .boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 30px; }
  .type-tab-content .box01 {
    width: 45%;
    margin: 8px auto 0 0; }
    .type-tab-content .box01 .img {
      display: block;
      margin: 0 auto 24px; }
    .type-tab-content .box01 .txt {
      font-weight: bold; }
      .type-tab-content .box01 .txt + .txt {
        margin-top: 30px; }
  .type-tab-content .box02 {
    width: 51.5%; }
    .type-tab-content .box02 .tit {
      width: 145px;
      text-align: center;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 3px;
      padding: 0 0 5px;
      margin: 0 auto 15px;
      border-bottom: 4px dotted #192f60; }
    .type-tab-content .box02 .list {
      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;
      background: url("../img/search/type/bg_schedule02.svg") repeat-y 14px top;
      background-size: 25px; }
      .type-tab-content .box02 .list .time {
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        width: 70px;
        height: 67px;
        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: url("../img/search/type/bg_schedule01.svg") no-repeat center top;
        background-size: contain; }
      .type-tab-content .box02 .list .txtBox {
        min-height: 67px;
        margin: -10px 0 20px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(100% - 85px);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .type-tab-content .box02 .list .txtBox:last-of-type {
          margin-bottom: 0; }
        .type-tab-content .box02 .list .txtBox .name {
          width: 100%;
          font-weight: bold;
          font-size: 16px; }
        .type-tab-content .box02 .list .txtBox .txt {
          width: 100%;
          font-size: 12px;
          line-height: 1.4;
          padding: 7px 10px;
          background: #dfedf2;
          border-radius: 6px; }
  .type-tab-content .btn {
    width: 100%;
    max-width: 464px;
    height: 60px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    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: #f3a300;
    border-radius: 30px;
    -webkit-box-shadow: 5px 5px 0 rgba(110, 110, 110, 0.4);
    box-shadow: 5px 5px 0 rgba(110, 110, 110, 0.4); }
  @media screen and (max-width: 768px) {
    .type-tab-content {
      padding: 23px 10px 30px;
      margin: 0 -15px; }
      .type-tab-content .boxWrap {
        display: block; }
      .type-tab-content .box01 {
        width: 100%;
        margin: 0 auto 10px; }
        .type-tab-content .box01 .img {
          margin-bottom: 15px; }
        .type-tab-content .box01 .txt {
          width: 90%;
          margin: 0 auto;
          font-size: 13px; }
      .type-tab-content .box02 {
        width: 100%; }
        .type-tab-content .box02 .tit {
          width: 145px;
          font-size: 18px;
          margin-bottom: 20px; }
        .type-tab-content .box02 .list {
          background-size: 24px; }
          .type-tab-content .box02 .list .time {
            font-size: 15px;
            width: 60px;
            height: 56px; }
          .type-tab-content .box02 .list .txtBox {
            width: calc(100% - 76px);
            min-height: 57px;
            margin: -5px 0 15px auto; }
            .type-tab-content .box02 .list .txtBox .name {
              font-size: 15px; }
      .type-tab-content .btn {
        font-size: 16px;
        height: 50px; } }

/*------------------------------------------
	#interview
------------------------------------------*/
#interview {
  padding: 84px 0; }
  @media screen and (max-width: 768px) {
    #interview {
      padding: 26px 0 87px; } }

@media screen and (max-width: 768px) {
  .interviewBoxWrap {
    margin: 0 -30px; } }

.interviewBox {
  width: 230px;
  padding: 0 0 5px;
  margin: 0 17px 0 0; }
  .interviewBox:last-of-type {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .interviewBox {
      padding: 0 12px 5px;
      margin: 0; } }

.interviewFront a {
  display: block; }

.interviewFront .img {
  display: block;
  margin: 0 auto 25px; }

.interviewFront .nameBox {
  width: 84%;
  margin: 0 auto;
  border: 4px solid #192f60;
  border-radius: 7px;
  -webkit-box-shadow: 5px 5px 0 rgba(110, 110, 110, 0.4);
  box-shadow: 5px 5px 0 rgba(110, 110, 110, 0.4);
  overflow: hidden; }
  .interviewFront .nameBox .tit {
    display: table;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    font-size: 1.4vw;
    padding: 5px 14px 10px;
    margin-top: -1px;
    background: #192f60;
    border-radius: 0 0 5px 0; }
  .interviewFront .nameBox .name {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-size: 1.6vw; }
    .interviewFront .nameBox .name .big {
      font-size: 28px;
      font-size: 3vw; }
    .interviewFront .nameBox .name .age {
      font-size: 19px;
      font-size: 1.9vw; }
  .interviewFront .nameBox .prof {
    text-align: center;
    font-size: 1.4vw;
    padding: 5px 2px 7px;
    margin: 5px auto 0;
    border-top: 4px dotted #192f60; }

@media screen and (min-width: 981px) {
  .interviewFront .nameBox .tit {
    font-size: 16px; }
  .interviewFront .nameBox .name {
    font-size: 16px; }
    .interviewFront .nameBox .name .big {
      font-size: 28px; }
    .interviewFront .nameBox .name .age {
      font-size: 19px; }
  .interviewFront .nameBox .prof {
    font-size: 14px; } }

@media screen and (max-width: 768px) {
  .interviewFront .nameBox {
    min-width: 150px;
    width: calc(100% - 40px); }
    .interviewFront .nameBox .tit {
      font-size: 14px; }
    .interviewFront .nameBox .name {
      font-size: 14px;
      padding: 0 2px; }
      .interviewFront .nameBox .name .big {
        font-size: 26px; }
      .interviewFront .nameBox .name .age {
        font-size: 18px; }
    .interviewFront .nameBox .prof {
      font-size: 12px; } }

/* slick */
.js-interview-slider .slick-prev, .js-interview-slider .slick-next {
  width: 26px;
  height: 44px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.js-interview-slider .slick-prev {
  left: 15px;
  background-image: url("../img/interview/ico_arrow01.png"); }

.js-interview-slider .slick-next {
  right: 15px;
  background-image: url("../img/interview/ico_arrow02.png"); }

.js-interview-slider .slick-dots li {
  width: 15px;
  height: 15px;
  border: 3px solid #192f60;
  border-radius: 50%; }
  .js-interview-slider .slick-dots li.slick-active button:before {
    background: #192f60; }
  .js-interview-slider .slick-dots li button {
    width: 100%;
    height: 100%; }
    .js-interview-slider .slick-dots li button:before {
      width: 100%;
      height: 100%;
      background: #fff; }

.interviewContent {
  padding: 150px 0; }
  .interviewContentIn {
    padding: 0 0 30px;
    background: #fff;
    border: 5px solid #192f60;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 0 rgba(110, 110, 110, 0.4);
    box-shadow: 10px 10px 0 rgba(110, 110, 110, 0.4);
    position: relative;
    overflow: hidden; }
  .interviewContent .cateogry {
    width: 150px;
    background: #192f60;
    border: 4px solid #192f60;
    position: absolute;
    top: -4px;
    left: -4px;
    border-radius: 10px 0 10px 0; }
    .interviewContent .cateogry .imgBox {
      height: 61px;
      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: #fff; }
      .interviewContent .cateogry .imgBox img {
        height: 50px; }
    .interviewContent .cateogry .txt {
      color: #fff;
      text-align: center;
      font-weight: bold;
      font-size: 16px;
      padding: 5px 2px; }
  .interviewContent .nameBoxWrap {
    width: 230px;
    position: absolute;
    top: 18px;
    right: 18px; }
    .interviewContent .nameBoxWrap .img {
      display: block;
      margin: 0 auto 9px; }
    .interviewContent .nameBoxWrap .nameBox {
      width: calc(100% - 38px);
      margin: 0 auto;
      text-align: center;
      border: 4px solid #192f60;
      border-radius: 7px;
      background: #fff;
      -webkit-box-shadow: 5px 5px 0 rgba(110, 110, 110, 0.3);
      box-shadow: 5px 5px 0 rgba(110, 110, 110, 0.3); }
      .interviewContent .nameBoxWrap .nameBox .name {
        font-weight: bold;
        font-size: 16px;
        padding: 4px 1px; }
        .interviewContent .nameBoxWrap .nameBox .name .big {
          font-size: 28px; }
        .interviewContent .nameBoxWrap .nameBox .name .age {
          font-size: 19px; }
      .interviewContent .nameBoxWrap .nameBox .prof {
        padding: 5px 2px;
        border-top: 4px dotted #192f60; }
  .interviewContent .topImg {
    height: 386px;
    border-bottom: 4px solid #192f60; }
  .interviewContent .commentBoxWrap {
    padding: 30px 15px 10px;
    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; }
  .interviewContent .commentBox {
    width: 49%;
    margin: 0 0 20px;
    border: 3px solid #192f60;
    border-radius: 7px; }
    .interviewContent .commentBox .tit {
      color: #fff;
      font-size: 16px;
      padding: 11px 10px 11px 48px;
      background: #192f60;
      position: relative; }
      .interviewContent .commentBox .tit:before {
        content: "Q.";
        font-size: 22px;
        font-weight: bold;
        line-height: 1;
        height: 27px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 17px;
        margin: auto; }
    .interviewContent .commentBox .txt {
      padding: 17px 20px 25px; }
  @media screen and (max-width: 768px) {
    .interviewContent {
      padding: 45px 0; }
      .interviewContent .inner {
        padding: 0 12px !important; }
      .interviewContentIn {
        border-width: 4px;
        -webkit-box-shadow: 5px 5px 0 rgba(110, 110, 110, 0.4);
        box-shadow: 5px 5px 0 rgba(110, 110, 110, 0.4); }
      .interviewContent .cateogry {
        width: 100px;
        border-width: 3px; }
        .interviewContent .cateogry .imgBox {
          height: 35px; }
          .interviewContent .cateogry .imgBox img {
            height: 34px; }
        .interviewContent .cateogry .txt {
          font-size: 12px;
          padding: 2px; }
      .interviewContent .nameBoxWrap {
        position: static;
        width: 95%;
        width: calc(100% - 30px);
        margin: 0 auto 20px;
        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; }
        .interviewContent .nameBoxWrap .img {
          width: 39%;
          margin: 0 10px 0 0; }
        .interviewContent .nameBoxWrap .nameBox {
          width: 60%; }
          .interviewContent .nameBoxWrap .nameBox .name {
            font-size: 15px; }
            .interviewContent .nameBoxWrap .nameBox .name .big {
              font-size: 25px; }
            .interviewContent .nameBoxWrap .nameBox .name .age {
              font-size: 17px; }
          .interviewContent .nameBoxWrap .nameBox .prof {
            font-size: 13px; }
      .interviewContent .topImg {
        height: auto;
        margin: 0 auto 15px; }
        .interviewContent .topImg img {
          height: auto;
          font-family: inherit;
          -o-object-fit: fill;
          object-fit: fill; }
      .interviewContent .commentBoxWrap {
        padding: 0 16px 20px;
        display: block; }
      .interviewContent .commentBox {
        width: 100%;
        margin-bottom: 17px; }
        .interviewContent .commentBox:last-of-type {
          margin-bottom: 0; }
        .interviewContent .commentBox .tit {
          font-size: 14px;
          padding: 8px 10px 12px 38px; }
          .interviewContent .commentBox .tit:before {
            font-size: 19px;
            height: 26px;
            left: 10px; }
        .interviewContent .commentBox .txt {
          font-size: 13px;
          padding: 11px 14px; } }

/* modal */
.mfp-bg {
  z-index: 9998 !important;
  background: #dfedf2 !important; }

.mfp-wrap {
  z-index: 9999 !important; }

@media screen and (min-width: 768px) and (max-width: 969px) {
  .mfp-wrap {
    max-width: 600px;
    margin: 0 auto;
    right: 0; } }

body .mfp-close {
  opacity: 1 !important;
  cursor: pointer;
  color: #192f60 !important;
  width: 156px;
  height: 50px;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  margin: 0 auto;
  background: #fff !important;
  border: 3px solid #192f60 !important;
  border-radius: 25px;
  -webkit-box-shadow: 4px 4px 0 rgba(110, 110, 110, 0.4);
  box-shadow: 4px 4px 0 rgba(110, 110, 110, 0.4);
  position: static;
  font-family: inherit; }
  @media screen and (max-width: 768px) {
    body .mfp-close {
      font-size: 14px; } }

/*------------------------------------------
	#more
------------------------------------------*/
#more {
  background: url("../img/bg_stripe01.png"); }
  @media screen and (max-width: 768px) {
    #more {
      background-size: 9px; } }

/*	#point
---------------------------*/
#point {
  margin-bottom: 97px; }
  #point .subTit {
    margin-bottom: 50px; }
  #point .imgBox {
    text-align: center; }
  @media screen and (max-width: 768px) {
    #point {
      margin-bottom: 53px; }
      #point .subTit {
        margin-bottom: 30px; }
      #point .imgBox {
        margin: 0 -15px; } }

/*	#faq
---------------------------*/
#faq .subTit {
  margin-bottom: 46px; }

#faq .faqBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#faq .faqBox {
  width: 48.6%;
  margin: 0 0 28px;
  background: #fff;
  border: 3px solid #192f60;
  border-radius: 28px; }
  #faq .faqBox .tit {
    cursor: pointer;
    font-size: 16px;
    padding: 10px 50px;
    position: relative; }
    #faq .faqBox .tit.open .btn {
      height: calc(100% + 5px);
      border-radius: 0 28px 0 0;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #faq .faqBox .tit.open .btn:after {
        opacity: 0;
        top: -20px; }
    #faq .faqBox .tit:before {
      height: 23px;
      content: "Q.";
      font-size: 22px;
      font-weight: bold;
      line-height: 1;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 19px;
      margin: auto; }
    #faq .faqBox .tit .btn {
      display: block;
      width: 55px;
      height: 100%;
      height: calc(100% + 3px);
      position: absolute;
      top: -1px;
      right: -3px;
      margin: auto;
      background: #192f60;
      border-radius: 0 28px 28px 0;
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
      #faq .faqBox .tit .btn:before, #faq .faqBox .tit .btn:after {
        content: "";
        width: 20px;
        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 .txtBox {
    height: 371px;
    display: none;
    padding: 23px 25px;
    border-top: 4px dotted #192f60; }
    #faq .faqBox .txtBox.is-pB0 {
      padding-bottom: 0; }
    #faq .faqBox .txtBox .txt + .txt {
      margin-top: 27px; }
    #faq .faqBox .txtBox img {
      width: auto;
      display: block;
      margin: 0 auto; }
    #faq .faqBox .txtBox .mt_faq {
      margin-top: 40px; }
  #faq .faqBox .txtBox02 {
    height: 220px;
    display: none;
    padding: 23px 25px;
    border-top: 4px dotted #192f60; }
    #faq .faqBox .txtBox02.is-pB0 {
      padding-bottom: 0; }
    #faq .faqBox .txtBox02 .txt + .txt {
      margin-top: 27px; }
  #faq .faqBox .txtBox03 {
    height: 75px;
    display: none;
    padding: 23px 25px;
    border-top: 4px dotted #192f60; }
    #faq .faqBox .txtBox03.is-pB0 {
      padding-bottom: 0; }
    #faq .faqBox .txtBox03 .txt + .txt {
      margin-top: 27px; }
  #faq .faqBox .txtBox04 {
    height: 120px;
    display: none;
    padding: 23px 25px;
    border-top: 4px dotted #192f60; }
    #faq .faqBox .txtBox04.is-pB0 {
      padding-bottom: 0; }
    #faq .faqBox .txtBox04 .txt + .txt {
      margin-top: 27px; }

@media screen and (max-width: 768px) {
  #faq .subTit {
    margin-bottom: 30px; }
  #faq .faqBoxWrap {
    display: block; }
  #faq .faqBox {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px; }
    #faq .faqBox:last-of-type {
      margin-bottom: 0; }
    #faq .faqBox .tit {
      font-size: 14px;
      line-height: 1.5;
      padding: 9px 50px 9px 40px; }
      #faq .faqBox .tit.open .btn {
        border-radius: 0 25px 0 0; }
      #faq .faqBox .tit:before {
        font-size: 19px;
        top: 2px;
        left: 14px; }
      #faq .faqBox .tit .btn {
        width: 43px;
        right: 0;
        border-radius: 0 25px 26px 0; }
    #faq .faqBox .txtBox, #faq .faqBox .txtBox02, #faq .faqBox .txtBox03, #faq .faqBox .txtBox04 {
      padding: 15px;
      height: auto; }
      #faq .faqBox .txtBox .txt, #faq .faqBox .txtBox02 .txt, #faq .faqBox .txtBox03 .txt, #faq .faqBox .txtBox04 .txt {
        font-size: 12px; }
        #faq .faqBox .txtBox .txt + .txt, #faq .faqBox .txtBox02 .txt + .txt, #faq .faqBox .txtBox03 .txt + .txt, #faq .faqBox .txtBox04 .txt + .txt {
          margin-top: 15px; }
      #faq .faqBox .txtBox .mt_faq, #faq .faqBox .txtBox02 .mt_faq, #faq .faqBox .txtBox03 .mt_faq, #faq .faqBox .txtBox04 .mt_faq {
        margin-top: 0; } }

/*------------------------------------------
	#company
------------------------------------------*/
#company {
  padding: 112px 0 22px; }
  #company .mapBox {
    height: 370px;
    margin-bottom: 45px; }
    #company .mapBox iframe {
      width: 100%;
      height: 100%; }
  #company .data {
    width: 100%;
    max-width: 625px;
    margin: 0 auto; }
    #company .data .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 4px dotted #c9c9c9; }
      #company .data .item:last-of-type {
        border-bottom: none; }
      #company .data .item .tit {
        width: 140px;
        text-align: right;
        font-size: 15px;
        font-weight: bold;
        padding: 10px 0; }
      #company .data .item .txt {
        width: 100%;
        padding: 11px 0 10px 47px; }
      #company .data .item .btn {
        float: left;
        width: 210px;
        height: 80px;
        text-align: center;
        line-height: 1.4;
        font-weight: bold;
        background: #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;
        border: 3px solid #192f60;
        border-radius: 40px;
        -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2); }
        #company .data .item .btn.is-tel {
          font-size: 20px;
          margin-right: 20px; }
          @media screen and (min-width: 769px) {
            #company .data .item .btn.is-tel {
              pointer-events: none; } }
          #company .data .item .btn.is-tel .time {
            display: block;
            font-size: 14px; }
        #company .data .item .btn.is-hp {
          font-size: 16px; }
  @media screen and (max-width: 767px) {
    #company {
      padding: 62px 0 47px; }
      #company .mapBox {
        height: 250px; }
      #company .data {
        width: calc(100% - 30px);
        max-width: none; }
        #company .data .item .tit {
          width: 147px;
          font-size: 13px; }
        #company .data .item .txt {
          font-size: 13px;
          line-height: 1.3;
          padding: 13px 0 13px 21px; }
        #company .data .item .btn {
          float: none;
          width: 100%;
          max-width: 210px;
          height: 67px; }
          #company .data .item .btn.is-tel {
            font-size: 17px;
            margin-bottom: 10px; }
            #company .data .item .btn.is-tel .time {
              font-size: 13px; }
          #company .data .item .btn.is-hp {
            font-size: 17px; } }

/*------------------------------------------
	loading
------------------------------------------*/
#loading {
  text-align: center;
  position: fixed;
  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;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999; }

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #192f60;
  background: -moz-linear-gradient(left, #192f60 10%, rgba(76, 76, 76, 0) 42%);
  background: -webkit-linear-gradient(left, #192f60 10%, rgba(76, 76, 76, 0) 42%);
  background: -o-linear-gradient(left, #192f60 10%, rgba(76, 76, 76, 0) 42%);
  background: -ms-linear-gradient(left, #192f60 10%, rgba(76, 76, 76, 0) 42%);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #192f60), color-stop(42%, rgba(76, 76, 76, 0)));
  background: linear-gradient(to right, #192f60 10%, rgba(76, 76, 76, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.loader:before {
  width: 50%;
  height: 50%;
  background: #192f60;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
