@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #484849;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a {
  color: #484849;
}

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

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

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, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #484849;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", '小塚ゴシック Pr6N','Kozuka Gothic Pr6N', "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

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

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  -moz-font-feature-settings: "palt";
       font-feature-settings: "palt";
}

@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
    min-width: 900px;
  }
  .row {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .tt {
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    color: #AC3134;
    margin-bottom: 50px;
    text-align: center;
  }
  body {
    padding-top: 160px;
  }
  body#top {
    padding-top: 0;
  }
  .other {
    background: #484849;
    padding-top: 65px;
    z-index: 1;
    position: relative;
    margin-bottom: -60px;
  }
  .other ul {
    max-width: 550px;
    margin: 0 auto;
  }
  .other ul li {
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 1px 1px 15.24px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 15.24px rgba(0, 0, 0, 0.2);
    padding: 18px 31px 25px 48px;
    background: #F4F4F4;
  }
  .other ul li + li {
    margin-top: 28px;
  }
  .other ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .other ul li a .other__thumb {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .other ul li a .other__thumb:before {
    content: '';
    width: 145px;
    height: 145px;
    background: url("../img/ic_circle.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 0;
    left: -31px;
    z-index: -1;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
  }
  .other ul li a .other__thumb figure {
    width: 145px;
    height: 145px;
    text-align: center;
    background: -webkit-linear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: -moz- oldlinear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: linear-gradient(-139.2deg, #CFCFCF 0%, #fff 100%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .other ul li a .other__thumb figure figcaption {
    font-size: 1rem;
    line-height: 1.2;
    display: block;
    margin-top: 10px;
  }
  .other ul li a .other__thumb--cons figure img {
    width: 26px;
  }
  .other ul li a .other__thumb--recruit figure img {
    width: 34px;
  }
  .other ul li a .other__thumb--pro figure img {
    width: 34px;
  }
  .other ul li a dl {
    width: -webkit-calc(100% - 142px);
    width: -moz-calc(100% - 142px);
    width: calc(100% - 142px);
    padding-left: 20px;
    margin-top: 30px;
  }
  .other ul li a dl dt {
    font-size: 1.8rem;
    line-height: 1.55556;
    font-weight: bold;
    color: #AC3134;
    margin-bottom: 8px;
  }
  .other ul li a dl dd {
    font-size: 1.3rem;
    line-height: 1.76923;
    color: #484849;
    font-weight: 400;
  }
  .other ul li a:hover {
    opacity: 1;
  }
  .other ul li a:hover .other__thumb:before {
    background: url("../img/ic_circle_hv.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
  }
  .header__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .header__left {
    width: 40px;
  }
  .header__left h1 {
    line-height: 0;
  }
  .header__left h1 a {
    display: inline-block;
  }
  .header__left h1 a img {
    width: 100%;
  }
  .header__nav {
    margin-left: 42px;
  }
  .header__nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav ul li:not(:first-child) {
    margin-left: 60px;
  }
  .header__nav ul li a {
    font-weight: 400;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.75;
    color: #D2D2D2;
    padding-bottom: 3px;
    position: relative;
  }
  .header__nav ul li a:before {
    content: '';
    width: 0;
    height: 1px;
    background: #D2D2D2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width .3s ease-out;
    -moz-transition: width .3s ease-out;
    transition: width .3s ease-out;
  }
  .header__nav ul li a:hover:before {
    width: 100%;
    background: #fff;
  }
  .header.fixed {
    background: #fff;
    -moz-box-shadow: 1px 1px 15.24px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 15.24px rgba(0, 0, 0, 0.2);
  }
  .header.fixed .header__nav ul li a {
    color: #484849;
  }
  .header.fixed .header__nav ul li a:hover {
    color: #AC3134;
  }
  .header.fixed .header__nav ul li a:hover:before {
    background: #AC3134;
  }
  .footer__bot {
    background: #484849;
    text-align: center;
    padding: 45px 0 53px;
  }
  .footer__bot p {
    font-size: 1.5rem;
    line-height: 1.73333;
    font-weight: bold;
    color: #D2D2D2;
    margin-bottom: 20px;
  }
  .footer__bot ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__bot ul li {
    padding: 0 7px;
  }
  .footer__bot ul li a {
    font-size: 1.2rem;
    line-height: 2.16667;
    color: #D2D2D2;
    text-underline-position: under;
    text-decoration: underline;
  }
  .footer__bot ul li a:hover {
    text-decoration: none;
  }
  .footer__bot ul li:not(:last-child) {
    position: relative;
  }
  .footer__bot ul li:not(:last-child):after {
    content: '/';
    display: inline-block;
    color: #D2D2D2;
    position: absolute;
    top: 2px;
    right: -4px;
  }
  .footer__top {
    padding: 121px 0 191px;
    text-align: center;
    background: #484849;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .footer__top a {
    width: 250px;
    height: 55px;
    -moz-border-radius: 7px;
         border-radius: 7px;
    font-size: 1.4rem;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-box-shadow: 1px 1px 6.24px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 6.24px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    background: #fff;
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .footer__top a:before {
    content: '';
    width: 36px;
    height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 18px;
    background: url("../img/ic_home.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .footer__top a:after {
    content: '';
    width: 10px;
    height: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
    background: url("../img/ic_arr.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .footer__top figure {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .banner {
    position: relative;
  }
  .banner picture img {
    width: 100%;
    height: auto;
  }
  .banner .row {
    position: absolute;
    top: 45.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .banner .row h3 {
    text-align: center;
    color: #D2D2D2;
    font-size: 2.1rem;
    line-height: 1;
  }
  .info {
    padding: 80px 0 30px;
    text-align: center;
  }
  .info dl + dl {
    border-top: 1px solid #D2D2D2;
    padding-top: 55px;
    margin-top: 55px;
  }
  .info dl dt {
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    color: #AC3134;
    margin-bottom: 50px;
  }
  .info dl dd p {
    font-size: 1.3rem;
    line-height: 2.15385;
    font-weight: 400;
  }
  .info dl dd p + p {
    margin-top: 30px;
  }
  .info picture {
    margin-top: 15px;
  }
  .service {
    background: #F4F4F4;
    padding: 90px 0;
  }
  .service__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service__main {
    width: 267px!important;
    height: 267px;
    margin-right: 50px;
    margin-left: 26px;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: -60px;
  }
  .service__main:before {
    content: '';
    width: 274px;
    height: 274px;
    background: url("../img/ic_circle.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -81px;
    left: 0;
    z-index: -1;
  }
  .service__main .service__ct {
    background: -webkit-linear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: -moz- oldlinear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: linear-gradient(-139.2deg, #CFCFCF 0%, #fff 100%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    -moz-box-shadow: -30px 26px 12px rgba(0, 0, 0, 0.1);
         box-shadow: -30px 26px 12px rgba(0, 0, 0, 0.1);
  }
  .service__main .service__ct p {
    padding: 0 25px;
  }
  .service__main figure {
    margin-bottom: 18px;
  }
  .service__main figure img {
    width: 79px;
  }
  .service__main h3 {
    font-size: 2.1rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 18px;
    color: #AC3134;
  }
  .service__main p {
    font-size: 1.3rem;
    line-height: 1.23077;
    font-weight: 400;
  }
  .service__list {
    width: 550px;
  }
  .service__list li {
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 1px 1px 15.24px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 15.24px rgba(0, 0, 0, 0.2);
    padding: 18px 31px 25px 48px;
  }
  .service__list li + li {
    margin-top: 28px;
  }
  .service__list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service__list li a .service__thumb {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .service__list li a .service__thumb:before {
    content: '';
    width: 145px;
    height: 145px;
    background: url("../img/ic_circle.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 0;
    left: -31px;
    z-index: -1;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
  }
  .service__list li a .service__thumb figure {
    width: 145px;
    height: 145px;
    text-align: center;
    background: -webkit-linear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: -moz- oldlinear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: linear-gradient(-139.2deg, #CFCFCF 0%, #fff 100%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service__list li a .service__thumb figure figcaption {
    font-size: 1rem;
    line-height: 1.2;
    display: block;
    margin-top: 10px;
  }
  .service__list li a:hover {
    opacity: 1;
  }
  .service__list li a:hover .service__thumb:before {
    background: url("../img/ic_circle_hv.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .service__list li dl {
    width: -webkit-calc(100% - 142px);
    width: -moz-calc(100% - 142px);
    width: calc(100% - 142px);
    padding-left: 20px;
    margin-top: 30px;
  }
  .service__list li dl dt {
    font-size: 1.8rem;
    line-height: 1.55556;
    font-weight: bold;
    color: #AC3134;
    margin-bottom: 8px;
  }
  .service__list li dl dd {
    font-size: 1.3rem;
    line-height: 1.76923;
    color: #484849;
    font-weight: 400;
  }
  .service__list li:first-child figure img {
    width: 34px;
  }
  .service__list li:nth-child(2) figure img {
    width: 26px;
  }
  .service__list li:nth-child(3) figure img {
    width: 34px;
  }
  .about {
    padding: 87px 0;
  }
  .about .tt {
    margin-bottom: 70px;
  }
  .about__list {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .about__list dl {
    border-bottom: 1px dotted #484849;
    padding: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__list dl dt {
    font-size: 1.3rem;
    line-height: 1.76923;
    width: 200px;
    padding: 0 60px;
  }
  .about__list dl dd {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    font-size: 1.3rem;
    line-height: 1.76923;
  }
  .about__list dl dd small {
    font-size: 1.1rem;
    display: block;
  }
  .about__btn {
    text-align: center;
    margin-bottom: 20px;
  }
  .about__btn a {
    width: 250px;
    height: 55px;
    -moz-border-radius: 7px;
         border-radius: 7px;
    font-size: 1.4rem;
    line-height: 2.35714;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-box-shadow: 1px 1px 6.24px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 6.24px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
  }
  .about__btn a i {
    width: 36px;
    height: 35px;
    margin-right: 25px;
  }
  .about__gr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__gr li {
    margin: 0 5px;
  }
  .about__gr li a {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 2.53846;
    text-decoration: underline;
    text-underline-position: under;
  }
  .about__gr li a:hover {
    text-decoration: none;
  }
  .access {
    padding: 90px 0 123px;
    background: #F4F4F4;
  }
  .access .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 750px;
  }
  .access .row .tt {
    width: 162px;
    text-align: left;
  }
  .access .row .access__ct {
    width: -webkit-calc(100% - 162px);
    width: -moz-calc(100% - 162px);
    width: calc(100% - 162px);
    padding-left: 25px;
    border-left: 1px solid #AC3134;
  }
  .access .row .access__ct .access__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
  }
  .access .row .access__ct .access__top figure {
    width: 196px;
  }
  .access .row .access__ct .access__top ul {
    width: -webkit-calc(100% - 196px);
    width: -moz-calc(100% - 196px);
    width: calc(100% - 196px);
    padding-right: 20px;
  }
  .access .row .access__ct .access__top ul li + li {
    margin-top: 35px;
  }
  .access .row .access__ct .access__top ul li h4 {
    font-size: 1.6rem;
    line-height: 2.0625;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .access .row .access__ct .access__top ul li p {
    font-size: 1.3rem;
    line-height: 1.53846;
  }
  .access .row .access__ct .access__map {
    -moz-box-shadow: 1px 1px 6.24px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 6.24px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 7px;
         border-radius: 7px;
    padding: 9px;
  }
  .access .row .access__ct .access__map a {
    font-size: 1.2rem;
    line-height: 1.66667;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .access .row .access__ct .access__map a i {
    width: 22px;
    line-height: 0;
  }
  .access .row .access__ct .access__map a span {
    width: -webkit-calc(100% - 22px);
    width: -moz-calc(100% - 22px);
    width: calc(100% - 22px);
    padding-left: 12px;
  }
  .service--page {
    background: #fff;
    padding: 0 0 66px;
  }
  .service--page .service__l {
    width: 300px;
    text-align: center;
  }
  .service--page .service__l .service__thumb {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .service--page .service__l .service__thumb:before {
    content: '';
    width: 233px;
    height: 233px;
    background: url("../img/ic_circle.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
  }
  .service--page .service__l .service__thumb figure {
    margin-left: 58px;
    width: 233px;
    height: 233px;
    text-align: center;
    background: -webkit-linear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: -moz- oldlinear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: linear-gradient(-139.2deg, #CFCFCF 0%, #fff 100%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service--page .service__l .service__thumb figure img {
    width: 56px;
  }
  .service--page .service__l .service__thumb figure figcaption {
    font-size: 1.6rem;
    line-height: 1.1875;
    display: block;
    margin-top: 10px;
  }
  .service--page .service__l dl {
    margin-top: 30px;
  }
  .service--page .service__l dl dt {
    font-size: 1.8rem;
    line-height: 1.55556;
    font-weight: bold;
    color: #AC3134;
    margin-bottom: 8px;
  }
  .service--page .service__l dl dd {
    font-size: 1.5rem;
    line-height: 1.73333;
    color: #484849;
    font-weight: 400;
  }
  .service--page .service__r {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    padding-left: 93px;
  }
  .service--page .service__r li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .service--page .service__r li figure {
    width: 96px;
  }
  .service--page .service__r li figure img {
    width: 59px;
  }
  .service--page .service__r li dl {
    width: -webkit-calc(100% - 96px);
    width: -moz-calc(100% - 96px);
    width: calc(100% - 96px);
  }
  .service--page .service__r li dl dt {
    font-size: 1.5rem;
    line-height: 1.53333;
    font-weight: bold;
    margin-bottom: 10px;
    color: #484849;
  }
  .service--page .service__r li dl dd {
    font-size: 1.3rem;
    line-height: 1.61538;
    color: #484849;
  }
  .service--page .service__r li:nth-child(2) figure img {
    width: 52px;
  }
  .service--page .service__r li:nth-child(3) figure img {
    width: 63px;
  }
  .service--page .service__r li:nth-child(4) figure img {
    width: 64px;
  }
  .service--page .service__r li:nth-child(5) figure img {
    width: 70px;
  }
  .service--cons .service__r li figure img {
    width: 62px;
  }
  .service--cons .service__r li:nth-child(2) figure img {
    width: 69px;
  }
  .service--cons .service__r li:nth-child(3) figure img {
    width: 65px;
  }
  .service--cons .service__r li:nth-child(4) figure img {
    width: 62px;
  }
  .service--cons .service__r li:nth-child(5) figure img {
    width: 62px;
  }
  .recruit__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .recruit__main {
    width: -webkit-calc(100% - 550px - 55px);
    width: -moz-calc(100% - 550px - 55px);
    width: calc(100% - 550px - 55px);
    margin-right: 55px;
  }
  .recruit__main figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 233px;
    height: 233px;
    position: relative;
    -webkit-transform: translate3d(53px, 0, 0);
       -moz-transform: translate3d(53px, 0, 0);
            transform: translate3d(53px, 0, 0);
  }
  .recruit__main figure::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: -moz- oldlinear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: linear-gradient(-139.2deg, #CFCFCF 0%, #fff 100%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 2px solid #fff;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .recruit__main figure::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/ic_circle.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: -53px;
    z-index: -2;
  }
  .recruit__main figure img {
    width: 55px;
    height: auto;
  }
  .recruit__main figure figcaption {
    text-align: center;
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 400;
    margin-top: 20px;
  }
  .recruit__main dl {
    margin-top: 30px;
    text-align: center;
  }
  .recruit__main dl dt {
    font-size: 1.8rem;
    line-height: 1.55556;
    font-weight: bold;
    color: #AC3134;
    margin-bottom: 8px;
  }
  .recruit__main dl dd {
    font-size: 1.5rem;
    line-height: 1.73333;
    color: #484849;
    font-weight: 400;
  }
  .recruit__detail {
    width: 540px;
    font-size: 1.3rem;
    line-height: 26px;
    font-weight: 400;
    color: #484849;
  }
  .recruit__detail .txt {
    margin-bottom: 30px;
  }
  .recruit__detail dl dt {
    font-size: 1.5rem;
    line-height: 21px;
    font-weight: 700;
    color: #AC3134;
    padding-bottom: 7px;
    border-bottom: 1px solid #AC3134;
  }
  .recruit__detail dl dd {
    font-size: 1.3rem;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin-top: 6px;
  }
  .recruit__detail dl + dl {
    margin-top: 27px;
  }
  .recruit__box {
    width: 100%;
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruit__box article {
    border: 1px solid #AC3134;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 35px 22px;
    background: #fff;
    width: 435px;
  }
  .recruit__box article h3 {
    text-align: center;
    color: #AC3134;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
  }
  .recruit__box article h3 span {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 33px;
  }
  .recruit__box article p {
    font-size: 1.3rem;
    line-height: 26px;
    font-weight: 400;
    margin-top: 30px;
  }
  .recruit__btnForm {
    background: #E6E6E6;
    margin-top: 60px;
    padding: 53px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recruit__btnForm a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 55px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    color: #484849;
    -moz-border-radius: 5px;
         border-radius: 5px;
    -moz-box-shadow: 1.2px 1.2px 1.2px rgba(0, 0, 0, 0.3);
         box-shadow: 1.2px 1.2px 1.2px rgba(0, 0, 0, 0.3);
    padding: 0 0 0 25px;
  }
  .recruit__btnForm a:not(:first-child) {
    margin-left: 60px;
  }
  .recruit__btnForm a::before {
    content: "";
    width: 36.5px;
    height: 35px;
    display: inline-block;
    margin-right: 33px;
  }
  .recruit__btnForm a.recruitCandinate::before {
    background: url("../img/ic_recruitCandinate.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .recruit__btnForm a.recruitClient::before {
    background: url("../img/ic_recruitClient.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .privacy {
    padding-bottom: 114px;
  }
  .privacy .row {
    padding: 0 37px;
  }
  .privacy .tt {
    margin-bottom: 80px;
  }
  .privacy__list dl + dl {
    margin-top: 35px;
  }
  .privacy__list dl dt {
    font-size: 1.5rem;
    line-height: 1.73333;
    font-weight: bold;
  }
  .privacy__list dl dd {
    font-size: 1.5rem;
    line-height: 1.73333;
  }
  .terms {
    padding-bottom: 114px;
  }
  .terms .row {
    padding: 0 37px;
  }
  .terms__des {
    text-align: center;
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 60px;
  }
  .terms__list dl + dl {
    margin-top: 30px;
  }
  .terms__list dl dt {
    font-size: 1.5rem;
    line-height: 1.73333;
    font-weight: bold;
  }
  .terms__list dl dd p {
    font-size: 1.5rem;
    line-height: 1.73333;
  }
  .terms__list dl dd ul li {
    font-size: 1.5rem;
    line-height: 1.73333;
  }
  .leader {
    padding-bottom: 114px;
  }
  .leader .row {
    padding: 0 75px;
  }
  .leader .tt {
    margin-bottom: 60px;
  }
  .leader__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 0;
    border-bottom: 1px dotted #484849;
  }
  .leader__list li:first-child {
    padding-top: 0;
  }
  .leader__list li figure {
    width: 123px;
  }
  .leader__list li dl {
    width: -webkit-calc(100% - 123px);
    width: -moz-calc(100% - 123px);
    width: calc(100% - 123px);
    padding-left: 33px;
  }
  .leader__list li dl dt {
    font-size: 1.7rem;
    line-height: 1.52941;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .leader__list li dl dt small {
    font-size: 1.3rem;
    line-height: 2;
    margin-left: 24px;
    font-weight: 400;
  }
  .leader__list li dl dd {
    font-size: 1.3rem;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
  body,
  td,
  th,
  input,
  textarea {
    font-size: 2.03125vw;
    font-weight: 400;
    line-height: 1.5;
  }
  .tt {
    font-size: 3.125vw;
    line-height: 1;
    font-weight: bold;
    color: #AC3134;
    margin-bottom: 7.8125vw;
    text-align: center;
  }
  body {
    padding-top: 31.25vw;
  }
  body#top {
    padding-top: 0;
  }
  .other {
    background: #484849;
    padding-top: 15.625vw;
    z-index: 1;
    position: relative;
    margin-bottom: vww(-60);
  }
  .other ul {
    width: 100%;
  }
  .other ul li {
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    -moz-box-shadow: 1px 1px 2.38125vw rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 2.38125vw rgba(0, 0, 0, 0.2);
    padding: 2.8125vw 4.84375vw 3.90625vw 7.5vw;
    background: #F4F4F4;
  }
  .other ul li + li {
    margin-top: 4.6875vw;
  }
  .other ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .other ul li a .other__thumb {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .other ul li a .other__thumb:before {
    content: '';
    width: 22.65625vw;
    height: 22.65625vw;
    background: url("../img/ic_circle.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 0;
    left: -4.84375vw;
    z-index: -1;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
  }
  .other ul li a .other__thumb figure {
    width: 22.65625vw;
    height: 22.65625vw;
    text-align: center;
    background: -webkit-linear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: -moz- oldlinear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: linear-gradient(-139.2deg, #CFCFCF 0%, #fff 100%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .other ul li a .other__thumb figure figcaption {
    font-size: 1.5625vw;
    line-height: 1.2;
    display: block;
    margin-top: 2.34375vw;
  }
  .other ul li a .other__thumb--cons figure img {
    width: 4.0625vw;
  }
  .other ul li a .other__thumb--recruit figure img {
    width: 5.3125vw;
  }
  .other ul li a .other__thumb--pro figure img {
    width: 5.3125vw;
  }
  .other ul li a dl {
    width: -webkit-calc(100% - 22.65625vw);
    width: -moz-calc(100% - 22.65625vw);
    width: calc(100% - 22.65625vw);
    padding-left: 3.125vw;
    margin-top: 4.6875vw;
  }
  .other ul li a dl dt {
    font-size: 2.8125vw;
    line-height: 1.55556;
    font-weight: bold;
    color: #AC3134;
    margin-bottom: 1.5625vw;
  }
  .other ul li a dl dd {
    font-size: 2.03125vw;
    line-height: 1.76923;
    color: #484849;
    font-weight: 400;
  }
  .other ul li a:hover {
    opacity: 1;
  }
  .other ul li a:hover .other__thumb:before {
    background: url("../img/ic_circle_hv.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
  }
  .header__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.73438vw 5.15625vw;
    position: relative;
  }
  .header__left h1 {
    line-height: 0;
  }
  .header__left h1 a {
    display: inline-block;
    width: 10.15625vw;
  }
  .header__nav {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.43);
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .header__nav ul {
    border-top: 1px solid #fff;
  }
  .header__nav ul li {
    border-bottom: 1px solid #fff;
  }
  .header__nav ul li a {
    font-size: 2.5vw;
    line-height: 1.3125;
    color: #484849;
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 6.25vw 0;
    background: #D2D2D2;
  }
  .header__nav ul li a:hover {
    background: #484849;
    opacity: 1;
    color: #fff;
  }
  .header__right .menu_icon i {
    font-size: 2.5vw;
    line-height: 1;
    font-style: normal;
    color: #000;
    margin-top: 1.5625vw;
    text-transform: uppercase;
  }
  .header__right .menu_icon.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(3.125vw) rotate(-45deg);
       -moz-transform: translateY(3.125vw) rotate(-45deg);
        -ms-transform: translateY(3.125vw) rotate(-45deg);
            transform: translateY(3.125vw) rotate(-45deg);
  }
  .header__right .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header__right .menu_icon.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-3.125vw) rotate(45deg);
       -moz-transform: translateY(-3.125vw) rotate(45deg);
        -ms-transform: translateY(-3.125vw) rotate(45deg);
            transform: translateY(-3.125vw) rotate(45deg);
  }
  .header__right .menu_icon_in {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__right .menu_icon_in .menu-trigger,
  .header__right .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header__right .menu_icon_in .menu-trigger {
    position: relative;
    width: 7.8125vw;
    height: 6.25vw;
  }
  .header__right .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.15625vw;
    background-color: #fff;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .header__right .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header__right .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 3.125vw;
  }
  .header__right .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .header.fixed {
    background: #fff;
    -moz-box-shadow: 1px 1px 15.24px rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 15.24px rgba(0, 0, 0, 0.2);
  }
  .header.fixed .header__nav ul {
    border-top: 1px solid #D2D2D2;
  }
  .header.fixed .header__nav ul li {
    border-bottom: 1px solid #D2D2D2;
  }
  .header.fixed .header__nav ul li a {
    color: #484849;
    background: #fff;
  }
  .header.fixed .header__nav ul li a:hover {
    background: #D2D2D2;
    opacity: 1;
    color: #fff;
  }
  .header.fixed .header__right .menu_icon_in .menu-trigger span {
    background-color: #484849;
  }
  .footer__bot {
    background: #484849;
    text-align: center;
    padding: 7.03125vw 0 7.8125vw;
  }
  .footer__bot p {
	  width: 30%;
	  margin-left: 35%;
	  margin-left:35%;
    margin-bottom: 3.125vw;
  }
  .footer__bot ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__bot ul li {
    padding: 0 0.78125vw;
  }
  .footer__bot ul li a {
    font-size: 1.875vw;
    line-height: 2.16667;
    color: #D2D2D2;
    text-underline-position: under;
    text-decoration: underline;
  }
  .footer__bot ul li:not(:last-child) {
    position: relative;
  }
  .footer__bot ul li:not(:last-child):after {
    content: '/';
    font-size: 1.875vw;
    line-height: 2.16667;
    display: inline-block;
    color: #D2D2D2;
    position: absolute;
    top: 0;
    right: -0.625vw;
  }
  .footer__top {
    padding: 9.53125vw 0 43.4375vw;
    text-align: center;
    background: #484849;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .footer__top a {
    width: 39.0625vw;
    height: 8.59375vw;
    -moz-border-radius: 1.09375vw;
         border-radius: 1.09375vw;
    font-size: 2.1875vw;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-box-shadow: 1px 1px 0.975vw rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 0.975vw rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    background: #fff;
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .footer__top a:before {
    content: '';
    width: 5.625vw;
    height: 5.46875vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 2.8125vw;
    background: url("../img/ic_home.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .footer__top a:after {
    content: '';
    width: 1.5625vw;
    height: 2.96875vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2.8125vw;
    background: url("../img/ic_arr.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .footer__top picture {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .banner {
    position: relative;
  }
  .banner picture img {
    width: 100%;
    height: auto;
  }
  .banner .row {
    position: absolute;
    top: 45.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .banner .row h3 {
    text-align: center;
    color: #D2D2D2;
    font-size: 3.28125vw;
    line-height: 1;
  }
  .info {
    padding: 14.6875vw 0 4.6875vw;
    text-align: center;
  }
  .info dl + dl {
    border-top: 1px solid #D2D2D2;
    padding-top: 14.84375vw;
    margin-top: 14.84375vw;
  }
  .info dl dt {
    font-size: 2.96875vw;
    line-height: 1;
    font-weight: bold;
    color: #AC3134;
    margin-bottom: 5.46875vw;
  }
  .info dl dd p {
    font-size: 2.03125vw;
    line-height: 2.15385;
    font-weight: 400;
  }
  .info picture {
    margin-top: 3.125vw;
  }
  .service {
    background: #F4F4F4;
    padding: 15.625vw 0;
  }
  .service__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service__main {
    width: 41.71875vw;
    height: 41.71875vw;
    margin-right: 7.8125vw;
    margin-left: 4.0625vw;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 0 auto 20.3125vw;
  }
  
  
  .service__main:before {
    content: '';
    width: 41.71875vw;
    height: 41.71875vw;
    background: url("../img/ic_circle.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -12.65625vw;
    left: 0;
    z-index: -1;
  }
  .service__main .service__ct {
    background: -webkit-linear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: -moz- oldlinear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: linear-gradient(-139.2deg, #CFCFCF 0%, #fff 100%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    -moz-box-shadow: -4.6875vw 4.0625vw 1.875vw rgba(0, 0, 0, 0.1);
         box-shadow: -4.6875vw 4.0625vw 1.875vw rgba(0, 0, 0, 0.1);
  }
  .service__main .service__ct p {
    padding: 0.3.90625vw;
  }
  .service__main figure {
    margin-bottom: 2.8125vw;
  }
  .service__main figure img {
    width: 12.34375vw;
  }
  .service__main h3 {
    font-size: 3.28125vw;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1.125vw;
    color: #AC3134;
  }
  .service__main p {
    font-size: 1.7vw;
    line-height: 1;
    font-weight: 400;
  }
  .service__list {
    width: 100%;
  }
  .service__list li {
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    -moz-box-shadow: 1px 1px 2.38125vw rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 2.38125vw rgba(0, 0, 0, 0.2);
    padding: 2.8125vw 4.84375vw 3.90625vw 7.5vw;
  }
  .service__list li + li {
    margin-top: 4.6875vw;
  }
  .service__list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service__list li a .service__thumb {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .service__list li a .service__thumb:before {
    content: '';
    width: 22.65625vw;
    height: 22.65625vw;
    background: url("../img/ic_circle.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 0;
    left: -4.84375vw;
    z-index: -1;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
  }
  .service__list li a .service__thumb figure {
    width: 22.65625vw;
    height: 22.65625vw;
    text-align: center;
    background: -webkit-linear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: -moz- oldlinear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: linear-gradient(-139.2deg, #CFCFCF 0%, #fff 100%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service__list li a .service__thumb figure figcaption {
    font-size: 1.5625vw;
    line-height: 1.2;
    display: block;
    margin-top: 2.34375vw;
  }
  .service__list li a:hover {
    opacity: 1;
  }
  .service__list li a:hover .service__thumb:before {
    background: url("../img/ic_circle_hv.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .service__list li dl {
    width: -webkit-calc(100% - 22.65625vw);
    width: -moz-calc(100% - 22.65625vw);
    width: calc(100% - 22.65625vw);
    padding-left: 3.125vw;
    margin-top: 4.6875vw;
  }
  .service__list li dl dt {
    font-size: 2.8125vw;
    line-height: 1.55556;
    font-weight: bold;
    color: #AC3134;
    margin-bottom: 1.5625vw;
  }
  .service__list li dl dd {
    font-size: 2.03125vw;
    line-height: 1.76923;
    color: #484849;
    font-weight: 400;
  }
  .service__list li:first-child figure img {
    width: 5.3125vw;
  }
  .service__list li:nth-child(2) figure img {
    width: 4.0625vw;
  }
  .service__list li:nth-child(3) figure img {
    width: 5.3125vw;
  }
  .about {
    padding: 15.625vw 0;
  }
  .about .tt {
    margin-bottom: 10.9375vw;
  }
  .about__list {
    margin: 0 5.46875vw 9.375vw;
  }
  .about__list dl {
    border-bottom: 1px dotted #484849;
    padding: 2.34375vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__list dl dt {
    font-size: 2.03125vw;
    line-height: 1.76923;
    width: 28.125vw;
    padding-left: 6.25vw;
  }
  .about__list dl dd {
    width: -webkit-calc(100% - 28.125vw);
    width: -moz-calc(100% - 28.125vw);
    width: calc(100% - 28.125vw);
    font-size: 2.03125vw;
    line-height: 1.76923;
  }
  .about__list dl dd small {
    font-size: 1.71875vw;
    display: block;
  }
  .about__btn {
    text-align: center;
    margin-bottom: 3.125vw;
  }
  .about__btn a {
    width: 39.0625vw;
    height: 8.59375vw;
    -moz-border-radius: 1.09375vw;
         border-radius: 1.09375vw;
    font-size: 2.1875vw;
    line-height: 2.35714;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-box-shadow: 1px 1px 0.975vw rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 0.975vw rgba(0, 0, 0, 0.2);
    margin: 0 auto;
  }
  .about__btn a i {
    width: 5.625vw;
    height: 5.46875vw;
    margin-right: 3.90625vw;
  }
  .about__gr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__gr li {
    margin: 0 0.78125vw;
  }
  .about__gr li a {
    display: inline-block;
    font-size: 2.03125vw;
    line-height: 2.53846;
    text-decoration: underline;
    text-underline-position: under;
  }
  .about__gr li a:hover {
    text-decoration: none;
  }
  .access {
    padding: 15vw 0 15.625vw;
    background: #F4F4F4;
  }
  .access .row .tt {
    margin-bottom: 15.625vw;
  }
  .access .row .access__ct .access__top {
    padding-left: 3.28125vw;
    border-left: 1px solid #AC3134;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6.25vw;
  }
  .access .row .access__ct .access__top figure {
    width: 30.625vw;
  }
  .access .row .access__ct .access__top ul {
    width: -webkit-calc(100% - 30.625vw);
    width: -moz-calc(100% - 30.625vw);
    width: calc(100% - 30.625vw);
    padding-right: 3.125vw;
  }
  .access .row .access__ct .access__top ul li + li {
    margin-top: 5.46875vw;
  }
  .access .row .access__ct .access__top ul li h4 {
    font-size: 2.5vw;
    line-height: 2.0625;
    font-weight: bold;
    margin-bottom: 0.78125vw;
  }
  .access .row .access__ct .access__top ul li p {
    font-size: 2.03125vw;
    line-height: 1.53846;
  }
  .access .row .access__ct .access__map {
    -moz-box-shadow: 1px 1px 0.975vw rgba(0, 0, 0, 0.2);
         box-shadow: 1px 1px 0.975vw rgba(0, 0, 0, 0.2);
    -moz-border-radius: 1.09375vw;
         border-radius: 1.09375vw;
    padding: 1.5625vw;
    background: #fff;
  }
  .access .row .access__ct .access__map a {
    font-size: 1.875vw;
    line-height: 1.66667;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .access .row .access__ct .access__map a i {
    width: 3.4375vw;
    line-height: 0;
  }
  .access .row .access__ct .access__map a span {
    width: -webkit-calc(100% - 3.4375vw);
    width: -moz-calc(100% - 3.4375vw);
    width: calc(100% - 3.4375vw);
    padding-left: 2.34375vw;
  }
  .service--page {
    background: #fff;
    padding: 0 0 15.625vw;
  }
  .service--page .service__l {
    text-align: center;
    margin-bottom: 9.375vw;
    width: 100%;
  }
  .service--page .service__l .service__thumb {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .service--page .service__l .service__thumb:before {
    content: '';
    width: 36.40625vw;
    height: 36.40625vw;
    background: url("../img/ic_circle.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 0;
    left: 22.8125vw;
    z-index: -1;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
  }
  .service--page .service__l .service__thumb figure {
    width: 36.40625vw;
    height: 36.40625vw;
    text-align: center;
    background: -webkit-linear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: -moz- oldlinear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: linear-gradient(-139.2deg, #CFCFCF 0%, #fff 100%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 31.25vw;
  }
  .service--page .service__l .service__thumb figure img {
    width: 8.75vw;
  }
  .service--page .service__l .service__thumb figure figcaption {
    font-size: 2.5vw;
    line-height: 1.1875;
    display: block;
    margin-top: 1.5625vw;
  }
  .service--page .service__l dl {
    margin-top: 4.6875vw;
  }
  .service--page .service__l dl dt {
    font-size: 2.8125vw;
    line-height: 1.55556;
    font-weight: bold;
    color: #AC3134;
    margin-bottom: 1.5625vw;
  }
  .service--page .service__l dl dd {
    font-size: 2.34375vw;
    line-height: 1.73333;
    color: #484849;
    font-weight: 400;
  }
  .service--page .service__r {
    padding: 0 5.3125vw;
  }
  .service--page .service__r li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4.6875vw 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .service--page .service__r li figure {
    width: 15vw;
  }
  .service--page .service__r li figure img {
    width: 9.21875vw;
  }
  .service--page .service__r li dl {
    width: -webkit-calc(100% - 15vw);
    width: -moz-calc(100% - 15vw);
    width: calc(100% - 15vw);
  }
  .service--page .service__r li dl dt {
    font-size: 2.34375vw;
    line-height: 1.53333;
    font-weight: bold;
    margin-bottom: 1.5625vw;
    color: #484849;
  }
  .service--page .service__r li dl dd {
    font-size: 2.03125vw;
    line-height: 1.61538;
    color: #484849;
  }
  .service--page .service__r li:nth-child(2) figure img {
    width: 8.125vw;
  }
  .service--page .service__r li:nth-child(3) figure img {
    width: 9.84375vw;
  }
  .service--page .service__r li:nth-child(4) figure img {
    width: 10vw;
  }
  .service--page .service__r li:nth-child(5) figure img {
    width: 10.9375vw;
  }
  .service--cons .service__r li figure img {
    width: 9.6875vw;
  }
  .service--cons .service__r li:nth-child(2) figure img {
    width: 10.78125vw;
  }
  .service--cons .service__r li:nth-child(3) figure img {
    width: 10.15625vw;
  }
  .service--cons .service__r li:nth-child(4) figure img {
    width: 9.6875vw;
  }
  .service--cons .service__r li:nth-child(5) figure img {
    width: 9.6875vw;
  }
  .recruit__main {
    width: 100%;
    text-align: center;
  }
  .recruit__main figure {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 36.40625vw;
    height: 36.40625vw;
    position: relative;
    -webkit-transform: translate3d(8.28125vw, 0, 0);
       -moz-transform: translate3d(8.28125vw, 0, 0);
            transform: translate3d(8.28125vw, 0, 0);
  }
  .recruit__main figure::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: -moz- oldlinear-gradient(229.2deg, #CFCFCF 0%, #fff 100%);
    background: linear-gradient(-139.2deg, #CFCFCF 0%, #fff 100%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 2px solid #fff;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .recruit__main figure::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/ic_circle.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: -15.625vw;
    z-index: -2;
  }
  .recruit__main figure img {
    width: 8.59375vw;
    height: auto;
  }
  .recruit__main figure figcaption {
    font-size: 2.5vw;
    line-height: 1.1875;
    display: block;
    margin-top: 1.5625vw;
  }
  .recruit__main dl {
    margin-top: 4.6875vw;
    text-align: center;
  }
  .recruit__main dl dt {
    font-size: 2.8125vw;
    line-height: 1.55556;
    font-weight: bold;
    color: #AC3134;
    margin-bottom: 1.5625vw;
  }
  .recruit__main dl dd {
    font-size: 2.34375vw;
    line-height: 1.73333;
    color: #484849;
    font-weight: 400;
  }
  .recruit__detail {
    font-size: 2.03125vw;
    line-height: 2;
    font-weight: 400;
    color: #484849;
    margin-top: 4.6875vw;
  }
  .recruit__detail .txt {
    margin-bottom: 4.6875vw;
  }
  .recruit__detail dl dt {
    font-size: 2.34375vw;
    line-height: 1.4;
    font-weight: 700;
    color: #AC3134;
    padding-bottom: 1.09375vw;
    border-bottom: 1px solid #AC3134;
  }
  .recruit__detail dl dd {
    font-size: 2.03125vw;
    line-height: 1.61538;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin-top: 0.9375vw;
  }
  .recruit__detail dl + dl {
    margin-top: 4.6875vw;
  }
  .recruit__box {
    width: 100%;
    margin-top: 7.8125vw;
  }
  .recruit__box article {
    border: 1px solid #AC3134;
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    padding: 5.46875vw 3.4375vw;
    background: #fff;
  }
  .recruit__box article:not(:first-child) {
    margin-top: 4.6875vw;
  }
  .recruit__box article h3 {
    text-align: center;
    color: #AC3134;
    font-size: 2.03125vw;
    font-weight: 400;
    line-height: 1;
  }
  .recruit__box article h3 span {
    display: block;
    font-weight: 700;
    font-size: 2.34375vw;
    line-height: 2.2;
  }
  .recruit__box article p {
    font-size: 2.03125vw;
    line-height: 2;
    font-weight: 400;
    margin-top: 4.6875vw;
  }
  .recruit__btnForm {
    background: #E6E6E6;
    margin-top: 9.375vw;
    padding: 8.28125vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recruit__btnForm a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 31.25vw;
    height: 8.59375vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    font-size: 2.1875vw;
    font-weight: 700;
    color: #484849;
    -moz-border-radius: 0.78125vw;
         border-radius: 0.78125vw;
    -moz-box-shadow: 1.2px 1.2px 1.2px rgba(0, 0, 0, 0.3);
         box-shadow: 1.2px 1.2px 1.2px rgba(0, 0, 0, 0.3);
    padding: 0 0 0 3.90625vw;
  }
  .recruit__btnForm a:not(:first-child) {
    margin-left: 9.375vw;
  }
  .recruit__btnForm a::before {
    content: "";
    width: 5.625vw;
    height: 5.46875vw;
    display: inline-block;
    margin-right: 5.15625vw;
  }
  .recruit__btnForm a.recruitCandinate::before {
    background: url("../img/ic_recruitCandinate.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .recruit__btnForm a.recruitClient::before {
    background: url("../img/ic_recruitClient.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .privacy {
    padding-bottom: 17.8125vw;
  }
  .privacy .tt {
    margin-bottom: 12.5vw;
  }
  .privacy__list dl + dl {
    margin-top: 5.46875vw;
  }
  .privacy__list dl dt {
    font-size: 2.34375vw;
    line-height: 1.73333;
    font-weight: bold;
  }
  .privacy__list dl dd {
    font-size: 2.34375vw;
    line-height: 1.73333;
  }
  .terms {
    padding-bottom: 17.8125vw;
  }
  .terms__des {
    text-align: center;
    font-size: 2.03125vw;
    line-height: 2;
    margin-bottom: 9.375vw;
  }
  .terms__list dl + dl {
    margin-top: 4.6875vw;
  }
  .terms__list dl dt {
    font-size: 2.34375vw;
    line-height: 1.73333;
    font-weight: bold;
  }
  .terms__list dl dd p {
    font-size: 2.34375vw;
    line-height: 1.73333;
  }
  .terms__list dl dd ul li {
    font-size: 2.34375vw;
    line-height: 1.73333;
  }
  .leader {
    padding-bottom: 17.8125vw;
  }
  .leader .tt {
    margin-bottom: 14.53125vw;
  }
  .leader__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.90625vw 3.125vw;
    border-bottom: 1px dotted #484849;
  }
  .leader__list li:first-child {
    padding-top: 0;
  }
  .leader__list li figure {
    width: 19.21875vw;
  }
  .leader__list li dl {
    width: -webkit-calc(100% - 19.21875vw);
    width: -moz-calc(100% - 19.21875vw);
    width: calc(100% - 19.21875vw);
    padding-left: 5.15625vw;
  }
  .leader__list li dl dt {
    font-size: 2.65625vw;
    line-height: 1.52941;
    font-weight: bold;
    margin-bottom: 0.78125vw;
  }
  .leader__list li dl dt small {
    font-size: 2.03125vw;
    line-height: 1;
    font-weight: 400;
    margin-left: 3.90625vw;
  }
  .leader__list li dl dd {
    font-size: 2.03125vw;
    line-height: 2;
  }
}
