@charset "UTF-8";
/*
  reset
--------------------------------------------- */
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; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

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 img {
  border: none; }

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

input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

/*
  base
--------------------------------------------- */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  border-style: none;
  display: block;
  vertical-align: bottom; }

a,
a img,
button {
  -webkit-transition: .4s;
  transition: .4s; }

a img:hover {
  opacity: .7; }

a:link {
  color: #404040;
  text-decoration: none; }

a:visited {
  color: #404040; }

a:hover {
  color: #e50012;
  text-decoration: none; }

a:active {
  color: #404040; }

.center {
  text-align: center; }

.t_left {
  text-align: left; }

.t_right {
  text-align: right; }

.mb_10 {
  margin-bottom: 10px; }

.mb_20 {
  margin-bottom: 20px; }

.mb_30 {
  margin-bottom: 30px; }

.mb_40 {
  margin-bottom: 40px; }

.mb_50 {
  margin-bottom: 50px; }

.mb_60 {
  margin-bottom: 60px; }

.mb_70 {
  margin-bottom: 70px; }

.mb_80 {
  margin-bottom: 80px; }

.mb_90 {
  margin-bottom: 90px; }

.mb_100 {
  margin-bottom: 100px; }

.mt_10 {
  margin-top: 10px; }

.mt_20 {
  margin-top: 20px; }

.mt_30 {
  margin-top: 30px; }

.mt_40 {
  margin-top: 40px; }

.mt_50 {
  margin-top: 50px; }

.mt_60 {
  margin-top: 60px; }

.mt_70 {
  margin-top: 70px; }

.mt_80 {
  margin-top: 80px; }

.mt_90 {
  margin-top: 90px; }

.mt_100 {
  margin-top: 100px; }

.pb_10 {
  padding-bottom: 10px; }

.pb_20 {
  padding-bottom: 20px; }

.pb_30 {
  padding-bottom: 30px; }

.pb_40 {
  padding-bottom: 40px; }

.pb_50 {
  padding-bottom: 50px; }

.pb_60 {
  padding-bottom: 60px; }

.pb_70 {
  padding-bottom: 70px; }

.pb_80 {
  padding-bottom: 80px; }

.pb_90 {
  padding-bottom: 90px; }

.pb_100 {
  padding-bottom: 100px; }

.pt_10 {
  padding-top: 10px; }

.pt_20 {
  padding-top: 20px; }

.pt_30 {
  padding-top: 30px; }

.pt_40 {
  padding-top: 40px; }

.pt_50 {
  padding-top: 50px; }

.pt_60 {
  padding-top: 60px; }

.pt_70 {
  padding-top: 70px; }

.pt_80 {
  padding-top: 80px; }

.pt_90 {
  padding-top: 90px; }

.pt_100 {
  padding-top: 100px; }

@media (min-width: 768px) {
  /*
 PC common
---------------------------------------- */
  .sp-on {
    display: none; }
  .pc-on {
    display: block; }
  body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .06em;
    color: #404040;
    min-width: 1100px;
    text-align: justify; }
  img, svg {
    width: 100%;
    height: auto; }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%; }
  /*
 PC header
---------------------------------------- */
  .header {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0 0;
    position: relative;
    z-index: 99999;
    background: #fff; }
    .header_logo {
      width: 170px;
      height: 64px; }
    .header_btn_entry {
      width: 224px;
      position: absolute;
      right: 0;
      top: 22px; }
      .header_btn_entry a {
        margin: 0 0 0 auto;
        width: 124px;
        display: block;
        border: 2px #e50012 solid;
        border-radius: 6px;
        padding: 2px 26px 0; }
        .header_btn_entry a svg {
          height: 11px; }
          .header_btn_entry a svg path {
            color: #e50012;
            fill: #e50012; }
        .header_btn_entry a:hover {
          background: #e50012; }
          .header_btn_entry a:hover svg path {
            color: #fff;
            fill: #fff; }
    .header_btn_entry_none {
      width: 224px;
      position: absolute;
      right: 0;
      top: 22px; }
      .header_btn_entry_none span {
        margin: 0 0 0 auto;
        width: 124px;
        display: block;
        border: 2px #ccc solid;
        border-radius: 6px;
        padding: 2px 26px 0; }
        .header_btn_entry_none span img {
          opacity: 0; }
        .header_btn_entry_none span svg {
          height: 11px; }
          .header_btn_entry_none span svg path {
            color: #ccc;
            fill: #ccc; }
    .header_entry_min_txt {
      font-size: 10px;
      text-align: right;
      padding-top: 3px;
      color: #999; }
    .header_nav {
      padding: 14px 0;
      background: #fff; }
      .header_nav ul {
        width: 960px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .header_nav ul li {
          width: 25%;
          position: relative; }
          .header_nav ul li a {
            display: block;
            border-left: 3px #e0e0dd solid;
            padding: 7px 0;
            text-align: center; }
            .header_nav ul li a img, .header_nav ul li a svg {
              margin: 0 auto;
              width: auto;
              height: 13px; }
            .header_nav ul li a:hover svg path {
              color: #e50012;
              fill: #e50012; }
          .header_nav ul li:last-child a {
            border-right: 3px #e0e0dd solid; }
          .header_nav ul li ul {
            display: block;
            position: absolute;
            z-index: 9999;
            width: 100%;
            top: 50%;
            left: 0;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .5s;
            transition: .5s;
            padding: 14px 12px 2px;
            background: #fff; }
            .header_nav ul li ul li {
              width: 100%; }
              .header_nav ul li ul li a {
                letter-spacing: normal;
                font-size: 13px;
                text-align: left;
                padding: 0 6px;
                line-height: 36px;
                display: block;
                border: none;
                border-bottom: 1px #e50012 solid; }
              .header_nav ul li ul li:last-child a {
                border: none; }
              .header_nav ul li ul li:hover > a {
                color: #e50012; }
          .header_nav ul li:hover ul {
            top: 100%;
            visibility: visible;
            opacity: 1; }
  /*
 PC common
---------------------------------------- */
  .wrapper {
    width: 1040px;
    margin: 0 auto; }
  .main {
    padding-bottom: 120px; }
  .inner {
    width: 910px;
    margin: 0 auto; }
  .page_copy {
    font-size: 50px;
    letter-spacing: .22em;
    text-align: center;
    color: #e50012;
    padding: 70px 0 20px;
    line-height: 1.4; }
  .cont_tit {
    font-size: 50px;
    color: #e50012;
    text-align: center;
    letter-spacing: .32em;
    margin-bottom: 55px; }
    .cont_tit:after {
      content: '';
      width: 126px;
      height: 1px;
      border-bottom: 4px #e50012 solid;
      text-align: center;
      margin: 0 auto;
      display: block; }
  /*
 PC footer
---------------------------------------- */
  .footer {
    width: 960px;
    padding: 20px 0;
    margin: 0 auto;
    position: relative; }
    .footer .pagetop {
      width: 49px;
      position: absolute;
      right: 0;
      top: 0; }
    .footer_logo_mark {
      width: 58px;
      margin: 0 auto 20px; }
    .footer_logo_txt {
      width: 199px;
      margin: 0 auto 80px; }
    .footer .copyright {
      font-size: 11px;
      text-align: center; }
  /*
 PC index
---------------------------------------- */
  .home .hero {
    width: 100%;
    height: calc(100vh - 154px);
    position: relative; }
    .home .hero_slide {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1; }
      .home .hero_slide ul {
        height: 100%; }
        .home .hero_slide ul li {
          height: calc(100vh - 154px); }
          .home .hero_slide ul li:nth-child(1) {
            background: url(../img/hero_01.jpg) no-repeat center 30%;
            background-size: cover; }
          .home .hero_slide ul li:nth-child(2) {
            background: url(../img/hero_02.jpg) no-repeat center 30%;
            background-size: cover; }
          .home .hero_slide ul li:nth-child(3) {
            background: url(../img/hero_03.jpg) no-repeat center 30%;
            background-size: cover; }
          .home .hero_slide ul li:nth-child(4) {
            background: url(../img/hero_04.jpg) no-repeat center 30%;
            background-size: cover; }
          .home .hero_slide ul li:nth-child(5) {
            background: url(../img/hero_05.jpg) no-repeat center 30%;
            background-size: cover; }
          .home .hero_slide ul li:nth-child(6) {
            background: url(../img/hero_06.jpg) no-repeat center 30%;
            background-size: cover; }
          .home .hero_slide ul li:nth-child(7) {
            background: url(../img/hero_07.jpg) no-repeat center 30%;
            background-size: cover; }
          .home .hero_slide ul li img {
            width: auto;
            height: 105%;
            margin: 0 auto; }
    .home .hero_copy {
      padding-top: 50px;
      margin: 0 auto;
      position: relative;
      z-index: 999; }
      .home .hero_copy_catch {
        margin: 0 auto;
        width: 674px;
        padding-bottom: 36px;
        position: relative; }
        .home .hero_copy_catch:after {
          content: '';
          width: 174px;
          height: 1px;
          border-bottom: 3px #e50012 solid;
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -87px; }
      .home .hero_copy_min {
        margin: 0 auto;
        width: 267px;
        padding-top: 26px;
        position: relative;
        z-index: 10; }
    .home .hero_btn_message {
      position: absolute;
      width: 161px;
      bottom: 28px;
      left: 50%;
      margin-left: -80.5px;
      z-index: 999; }
  .home .sec_message {
    width: 804px;
    margin: 124px auto; }
  .home .sec_people {
    width: 930px;
    margin: 0 auto;
    padding-bottom: 95px; }
    .home .sec_people_cont {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .home .sec_people_cont .box {
        text-align: center;
        letter-spacing: .12em; }
        .home .sec_people_cont .box .boxtit {
          padding-top: 10px;
          font-size: 18px; }
        .home .sec_people_cont .box .name {
          color: #e50012;
          font-weight: bold;
          line-height: 1.2; }
          .home .sec_people_cont .box .name span {
            color: #404040;
            font-size: 24px;
            padding: 0 20px;
            font-weight: 500; }
        .home .sec_people_cont .box a:hover .boxtit, .home .sec_people_cont .box a:hover .name, .home .sec_people_cont .box a:hover .name span {
          color: #e50012; }
  .home .sec_interview {
    width: 1006px;
    margin: 0 auto;
    padding-bottom: 210px; }
    .home .sec_interview_cont {
      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; }
      .home .sec_interview_cont .box {
        text-align: center;
        letter-spacing: .05em; }
        .home .sec_interview_cont .box .boxtit {
          font-size: 17px;
          margin-top: -10px; }
        .home .sec_interview_cont .box .detail {
          font-size: 14px;
          line-height: 1.45;
          padding-bottom: 20px; }
        .home .sec_interview_cont .box a:hover .boxtit, .home .sec_interview_cont .box a:hover .detail {
          color: #e50012; }
  .home .sec_company {
    width: 660px;
    margin: 0 auto;
    padding-bottom: 160px; }
    .home .sec_company_cont {
      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; }
      .home .sec_company_cont .box {
        text-align: center;
        letter-spacing: .05em; }
        .home .sec_company_cont .box .boxtit {
          font-size: 20px;
          letter-spacing: 0.12em;
          padding: 5px 0 40px; }
        .home .sec_company_cont .box a:hover .boxtit {
          color: #e50012; }
  .home .sec_information {
    padding-bottom: 40px; }
    .home .sec_information .txt {
      padding-top: 30px; }
    .home .sec_information_cont {
      padding: 20px 0;
      text-align: center;
      margin: 0 auto; }
      .home .sec_information_cont .ico {
        width: 82px;
        display: inline-block;
        vertical-align: top; }
      .home .sec_information_cont .link {
        padding-left: 44px;
        line-height: 92px;
        vertical-align: top;
        display: inline-block;
        font-size: 23px;
        letter-spacing: .12em; }
      .home .sec_information_cont a:hover .link {
        color: #e50012; }
  .home .subtit {
    width: 660px;
    margin: 0 auto; }
    .home .subtit_interview {
      width: 470px;
      margin: 0 auto; }
    .home .subtit_min {
      font-size: 20px;
      color: #e50012;
      letter-spacing: .25em;
      text-align: center;
      padding: 10px 0 20px; }
  .home .txt {
    line-height: 2;
    text-align: center;
    padding-bottom: 40px; }
  .home .copy_message_modal {
    background: url(../img/hero_mark_modal.png) no-repeat center 320px;
    padding: 140px 0 100px; }
    .home .copy_message_modal .hero_copy {
      padding: 70px 0 80px; }
    .home .copy_message_modal .txt {
      font-size: 18px;
      letter-spacing: .25em;
      line-height: 1.7;
      margin-bottom: 1em; }
    .home .copy_message_modal .close-copyMessage {
      width: 160px;
      line-height: 24px;
      border: 1px #e50012 solid;
      border-radius: 13px;
      margin: 0 -80px 100px;
      text-align: center;
      cursor: pointer;
      color: #e50012;
      font-size: 15px;
      font-weight: bold;
      position: absolute;
      left: 50%;
      -webkit-transition: .4s;
      transition: .4s; }
      .home .copy_message_modal .close-copyMessage:hover {
        opacity: .7;
        -webkit-transition: .4s;
        transition: .4s; }
  /*
 PC message
---------------------------------------- */
  .message .header_nav ul li:nth-child(1) a svg path {
    color: #e50012;
    fill: #e50012; }
  .message .hero {
    background: url(../img/topmessage_01.jpg) no-repeat center 18%;
    background-size: cover; }
    .message .hero_inner {
      width: 910px;
      margin: 0 auto;
      padding-top: 60px; }
    .message .hero_tit {
      width: 202px;
      text-align: center;
      display: inline-block;
      font-size: 11px;
      letter-spacing: .22em;
      color: #fff;
      background: #e50012;
      border-radius: 1.5px;
      line-height: 1;
      padding: 4px 0; }
    .message .hero_copy {
      color: #fff;
      letter-spacing: .27em;
      font-size: 34px;
      padding: 40px 0 90px; }
  .message .message_wrap {
    width: 910px;
    margin: 0 auto;
    padding-top: 100px; }
    .message .message_wrap .txt {
      margin-bottom: 1.8em;
      font-size: 17px;
      letter-spacing: normal;
      text-align: justify; }
    .message .message_wrap .name {
      text-align: right;
      font-size: 22px; }
      .message .message_wrap .name span {
        font-size: 19px;
        padding-right: 20px; }
  /*
 PC company / job
---------------------------------------- */
  .company .header_nav ul li:nth-child(3) a svg path, .job .header_nav ul li:nth-child(3) a svg path {
    color: #e50012;
    fill: #e50012; }
  .business .hero {
    background: url(../img/company_01_hero.jpg) no-repeat center;
    background-size: cover; }
    .business .hero_inner {
      width: 910px;
      margin: 0 auto;
      padding: 263px 0; }
    .business .hero_tit {
      color: #fff;
      text-align: center;
      font-size: 50px;
      letter-spacing: .32em;
      background: #e50012;
      line-height: 58px;
      width: 660px;
      margin: 0 auto;
      border-radius: 5px; }
  .business .business_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 177px 70px;
    margin: 0 auto;
    border-bottom: 2px #e50012 solid; }
    .business .business_cont div {
      width: 229px; }
  .business .business_wrap {
    padding: 110px 0 150px;
    border-bottom: 1px #e50012 dotted; }
  .business .business_tit_cont {
    background: #fce8db;
    margin-bottom: 110px; }
    .business .business_tit_cont .tit {
      width: 229px;
      display: inline-block;
      vertical-align: middle; }
    .business .business_tit_cont .txt {
      width: 675px;
      vertical-align: middle;
      display: inline-block;
      padding: 0 70px; }
  .business .business_box {
    *zoom: 1;
    padding-bottom: 58px; }
    .business .business_box:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .business .business_box_txt {
      float: left;
      width: 490px; }
      .business .business_box_txt .subtit {
        display: inline-block;
        color: #e50012;
        font-size: 35px;
        letter-spacing: .12em;
        border-bottom: 1px #e50012 solid;
        padding-right: 50px; }
      .business .business_box_txt .min_tit {
        font-size: 25px;
        letter-spacing: .06em;
        color: #e50012;
        padding: 25px 0 20px; }
    .business .business_box_img {
      width: 365px;
      float: right; }
  .business .business_new_cont {
    margin-top: 40px;
    border: 1px #9e9f9f solid;
    padding: 20px 40px 20px 30px;
    border-radius: 10px;
    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; }
    .business .business_new_cont .point {
      width: 144px; }
    .business .business_new_cont .box_txt {
      width: 400px; }
      .business .business_new_cont .box_txt .tit {
        font-size: 25px;
        color: #e50012; }
      .business .business_new_cont .box_txt .txt {
        font-size: 16px;
        letter-spacing: normal; }
    .business .business_new_cont .img {
      width: 210px; }
  .business .business_other .tit {
    width: 460px;
    margin: 0 auto;
    padding: 120px 0 50px; }
  .business .business_other_list {
    width: 500px;
    margin: 0 auto;
    padding-top: 60px; }
    .business .business_other_list li {
      font-size: 27px;
      letter-spacing: .12em;
      color: #e50012; }
      .business .business_other_list li:before {
        display: inline-block;
        content: '';
        width: 20px;
        height: 20px;
        background: url(../img/ico_arw_02.svg) no-repeat left center;
        background-size: cover;
        margin-right: 10px; }
  .business .sec_02 .business_tit_cont {
    background: #fbf5d0; }
  .businessmodel .hero {
    background: url(../img/company_02_hero.jpg) no-repeat center;
    background-size: cover; }
    .businessmodel .hero_inner {
      width: 910px;
      margin: 0 auto;
      padding: 263px 0; }
    .businessmodel .hero_tit {
      color: #fff;
      text-align: center;
      font-size: 50px;
      letter-spacing: .32em;
      background: #e50012;
      line-height: 58px;
      width: 660px;
      margin: 0 auto;
      border-radius: 5px; }
  .businessmodel .businessmodel_cont {
    padding-top: 50px; }
    .businessmodel .businessmodel_cont .txt {
      margin-bottom: 50px; }
    .businessmodel .businessmodel_cont .img {
      width: 813px;
      margin: 0 auto 50px; }
  .job .hero {
    background: url(../img/company_03_hero.jpg) no-repeat center;
    background-size: cover; }
    .job .hero_inner {
      width: 910px;
      margin: 0 auto;
      padding: 263px 0; }
    .job .hero_tit {
      color: #fff;
      text-align: center;
      font-size: 50px;
      letter-spacing: .32em;
      background: #e50012;
      line-height: 58px;
      width: 660px;
      margin: 0 auto;
      border-radius: 5px; }
  .job .main_img {
    width: 624px;
    margin: 0 auto -30px;
    padding-top: 70px; }
  .job .job_cont {
    padding-top: 100px; }
    .job .job_cont_tit {
      *zoom: 1;
      padding-bottom: 50px; }
      .job .job_cont_tit:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      .job .job_cont_tit .img {
        float: left; }
      .job .job_cont_tit .tit {
        float: right;
        width: 574px; }
        .job .job_cont_tit .tit h4 {
          font-size: 37px;
          letter-spacing: .18em;
          line-height: 1.16;
          padding: 10px 0 14px; }
        .job .job_cont_tit .tit:after {
          display: block;
          width: 100%;
          height: 28px; }
    .job .job_cont .subtit {
      font-size: 37px;
      letter-spacing: .35em;
      padding: 40px 0 0; }
    .job .job_cont_people {
      padding-top: 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; }
      .job .job_cont_people_box {
        padding-top: 40px;
        width: 252px;
        text-align: center; }
        .job .job_cont_people_box .name {
          padding-top: 10px;
          font-size: 19px; }
        .job .job_cont_people_box .detail {
          font-size: 14px;
          letter-spacing: normal; }
    .job .job_cont.sec_01 .job_cont_tit .img {
      width: 270px; }
    .job .job_cont.sec_01 .job_cont_tit .tit:after {
      background: #e84467;
      background: -webkit-linear-gradient(left, #e84467 0%, #ee8393 100%);
      background: linear-gradient(to right, #e84467 0%, #ee8393 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84467', endColorstr='#ee8393',GradientType=1 );
      content: ''; }
    .job .job_cont.sec_01 .job_cont_tit .tit h4, .job .job_cont.sec_01 .subtit, .job .job_cont.sec_01 .job_cont_people_box .name {
      color: #d94463; }
    .job .job_cont.sec_02 .job_cont_tit .img {
      width: 229px; }
    .job .job_cont.sec_02 .job_cont_tit .tit:after {
      background: #c2c913;
      background: -webkit-linear-gradient(left, #c2c913 0%, #e8e7ab 100%);
      background: linear-gradient(to right, #c2c913 0%, #e8e7ab 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c913', endColorstr='#e8e7ab',GradientType=1 );
      content: ''; }
    .job .job_cont.sec_02 .job_cont_tit .tit h4, .job .job_cont.sec_02 .subtit, .job .job_cont.sec_02 .job_cont_people_box .name {
      color: #99b31f; }
    .job .job_cont.sec_03 .job_cont_tit .img {
      width: 299px; }
    .job .job_cont.sec_03 .job_cont_tit .tit:after {
      background: #009bdc;
      background: -webkit-linear-gradient(left, #009bdc 0%, #c1ddf4 100%);
      background: linear-gradient(to right, #009bdc 0%, #c1ddf4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bdc', endColorstr='#c1ddf4',GradientType=1 );
      content: ''; }
    .job .job_cont.sec_03 .job_cont_tit .tit h4, .job .job_cont.sec_03 .subtit, .job .job_cont.sec_03 .job_cont_people_box .name {
      color: #1691cc; }
    .job .job_cont.sec_04 .job_cont_tit .img {
      width: 233px; }
    .job .job_cont.sec_04 .job_cont_tit .tit h4 {
      padding: 50px 0 20px; }
    .job .job_cont.sec_04 .job_cont_tit .tit:after {
      background: #ea5504;
      background: -webkit-linear-gradient(left, #ea5504 0%, #ef812b 100%);
      background: linear-gradient(to right, #ea5504 0%, #ef812b 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5504', endColorstr='#ef812b',GradientType=1 );
      content: ''; }
    .job .job_cont.sec_04 .job_cont_tit .tit h4, .job .job_cont.sec_04 .subtit, .job .job_cont.sec_04 .job_cont_people_box .name {
      color: #e56f04; }
  .company-index .hero {
    background: url(../img/company_04_hero.jpg) no-repeat center;
    background-size: cover; }
    .company-index .hero_inner {
      width: 910px;
      margin: 0 auto;
      padding: 263px 0; }
    .company-index .hero_tit {
      color: #fff;
      text-align: center;
      font-size: 50px;
      letter-spacing: .32em;
      background: #e50012;
      line-height: 58px;
      width: 660px;
      margin: 0 auto;
      border-radius: 5px; }
  .company-index .company_tbl {
    margin-top: 70px;
    width: 100%; }
    .company-index .company_tbl tr {
      border: 1px #e50012 solid; }
    .company-index .company_tbl th {
      width: 190px;
      border-right: 1px #e50012 solid;
      background: #fad2bd;
      padding: 14px 28px;
      vertical-align: top; }
    .company-index .company_tbl td {
      padding: 14px 46px; }
  .company-index .company_cont {
    padding-top: 140px; }
    .company-index .company_cont_office .box {
      padding-bottom: 100px; }
      .company-index .company_cont_office .box:last-child {
        padding-bottom: 0; }
      .company-index .company_cont_office .box .name {
        font-size: 33px;
        letter-spacing: .35em;
        border-bottom: 1px #e50012 dotted;
        color: #e50012;
        text-align: center;
        margin-bottom: 25px; }
      .company-index .company_cont_office .box .detail {
        *zoom: 1; }
        .company-index .company_cont_office .box .detail:after {
          content: ".";
          display: block;
          clear: both;
          height: 0;
          visibility: hidden; }
        .company-index .company_cont_office .box .detail .txt {
          width: 670px;
          float: left; }
          .company-index .company_cont_office .box .detail .txt p:first-child {
            padding-bottom: 20px; }
        .company-index .company_cont_office .box .detail .img {
          width: 175px;
          float: right; }
      .company-index .company_cont_office .box .map {
        padding-top: 25px; }
        .company-index .company_cont_office .box .map iframe {
          width: 100%;
          height: 460px; }
    .company-index .company_cont .company_tbl_history {
      width: 100%;
      line-height: 1.4;
      border-top: 1px #e50012 solid; }
      .company-index .company_cont .company_tbl_history th {
        width: 190px;
        background: #eee;
        text-align: right;
        padding: 12px 48px;
        vertical-align: top;
        border-bottom: 1px #e50012 solid; }
      .company-index .company_cont .company_tbl_history td {
        padding: 12px 40px;
        border-bottom: 1px #e50012 solid; } }

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  .company .hero_tit, .job .hero_tit {
    padding: .3em .3em 0; } }

@media (min-width: 768px) {
  /*
 PC information
---------------------------------------- */
  .information .header_nav ul li:nth-child(4) a svg path {
    color: #e50012;
    fill: #e50012; }
  .information_cont {
    padding-top: 70px; }
  .information_tbl {
    width: 100%;
    border-top: 1px #404040 dotted;
    margin-bottom: 20px; }
    .information_tbl tr {
      border-bottom: 1px #404040 dotted; }
    .information_tbl th {
      width: 194px;
      padding: 14px;
      color: #e50012;
      vertical-align: top; }
    .information_tbl td {
      padding: 14px 0;
      vertical-align: top; }
      .information_tbl td.img {
        width: 182px; }
  .information_tbl_02 {
    width: 100%;
    border-top: 1px #404040 dotted;
    margin-bottom: 20px; }
    .information_tbl_02 tr {
      border-bottom: 1px #404040 dotted; }
    .information_tbl_02 th {
      width: 194px;
      padding: 14px;
      color: #e50012;
      vertical-align: top; }
    .information_tbl_02 td {
      padding: 14px 0;
      vertical-align: top; }
      .information_tbl_02 td.txt_min {
        padding-right: 40px; }
      .information_tbl_02 td.img {
        width: 370px;
        text-align: right; }
        .information_tbl_02 td.img .img_01 {
          width: 182px;
          margin: 0 0 0 auto; }
        .information_tbl_02 td.img .img_02 {
          width: 182px;
          display: inline-block;
          vertical-align: bottom; }
  /*
 PC staff
---------------------------------------- */
  .people .header_nav ul li:nth-child(2) a svg path {
    color: #e50012;
    fill: #e50012; }
  .people_wrap {
    width: 960px;
    margin: 0 auto;
    letter-spacing: normal; }
  .people_read {
    width: 740px;
    margin: 0 auto;
    padding: 34px 0 70px;
    font-size: 15px; }
  .people .txt {
    text-align: justify; }
  .people_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 180px; }
  .people_box_txt {
    width: 454px;
    margin-right: 20px; }
    .people_box_txt .people_tit {
      font-size: 24px;
      letter-spacing: .2em;
      color: #e50012; }
      .people_box_txt .people_tit:after {
        margin-top: 5px;
        display: block;
        content: '';
        width: 452px;
        height: 9px;
        background: url(../img/staff_line.svg) no-repeat;
        background-size: 100%; }
    .people_box_txt .people_copy {
      font-size: 33px;
      letter-spacing: .14em;
      line-height: 1.36;
      padding: 40px 0; }
    .people_box_txt .txt {
      font-size: 15px; }
  .people.symposium .hero {
    position: relative;
    height: 80vh; }
  .people.symposium .people_cont .people_01 {
    color: #e50012;
    font-weight: bold; }
  .people.symposium .people_cont .people_02 {
    color: #f29700;
    font-weight: bold; }
  .people.symposium .sec_01 .people_box_img, .people.symposium .sec_03 .people_box_img {
    width: 420px; }
  .people.symposium .sec_02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse; }
    .people.symposium .sec_02 .people_box_img {
      width: 350px; }
  .people.symposium .people_last_img {
    width: 750px;
    margin: 0 auto 20px; }
  .people.staff .hero {
    position: relative;
    height: 70vh; }
  .people.staff .sec_01 {
    padding-top: 110px; }
    .people.staff .sec_01 .people_box_img {
      width: 420px; }
  .people.staff .sec_02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse; }
    .people.staff .sec_02 .people_box_img {
      width: 370px; }
  .people.staff .sec_03 .people_box_img {
    width: 455px; }
  .people.staff .sec_04 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    padding-bottom: 20px; }
    .people.staff .sec_04 .people_box_img {
      width: 456px; }
    .people.staff .sec_04 .people_box_txt {
      margin-right: 0; }
  .people.symposium_01 .hero {
    background: url(../img/staff_01_hero.jpg) no-repeat center -120px;
    background-size: cover; }
    .people.symposium_01 .hero_tit {
      width: 284px;
      padding: 60px 0 250px;
      margin: 0 auto; }
    .people.symposium_01 .hero_people_01 {
      width: 243px;
      position: absolute;
      left: 4%;
      top: 16px; }
    .people.symposium_01 .hero_people_02 {
      width: 244px;
      position: absolute;
      right: 3%;
      top: 16px; }
  .people.symposium_01 .people_cont .img_01 {
    padding-top: 220px; }
  .people.symposium_01 .people_cont .img_02 {
    padding-bottom: 20px; }
  .people.symposium_01 .people_cont .img_03 {
    padding-top: 50px; }
  .people.symposium_01 .sec_02 .people_box_txt {
    padding-top: 40px; }
  .people.symposium_02 .hero {
    background: url(../img/staff_02_hero.jpg) no-repeat center -120px;
    background-size: cover; }
    .people.symposium_02 .hero_tit {
      width: 284px;
      padding: 60px 0 250px;
      margin: 0 auto; }
    .people.symposium_02 .hero_people_01 {
      width: 243px;
      position: absolute;
      left: 4%;
      top: 16px; }
    .people.symposium_02 .hero_people_02 {
      width: 244px;
      position: absolute;
      right: 3%;
      top: 16px; }
  .people.symposium_02 .people_cont .img_01 {
    padding-top: 150px; }
  .people.symposium_02 .people_cont .img_02 {
    padding: 220px 0 20px; }
  .people.staff_01 .hero {
    background: url(../img/staff_03_hero.jpg) no-repeat center top;
    background-size: cover; }
    .people.staff_01 .hero_tit {
      width: 352px;
      position: absolute;
      right: 2%;
      top: 25%; }
    .people.staff_01 .hero_people_01 {
      width: 243px;
      position: absolute;
      left: 8%;
      top: 25%; }
  .people.staff_01 .people_cont.sec_01 {
    background: url(../img/staff_03_03.png) no-repeat 10px bottom; }
  .people.staff_01 .people_cont.sec_03 {
    background: url(../img/staff_03_04.png) no-repeat 710px 480px; }
  .people.staff_01 .people_cont .img_02 {
    padding-top: 165px; }
  .people.staff_01 .people_cont .img_03 {
    padding-top: 50px; }
  .people.staff_01 .people_cont .img_04 {
    padding-top: 144px; }
  .people.staff_02 .hero {
    background: url(../img/staff_04_hero.jpg) no-repeat center top;
    background-size: cover; }
    .people.staff_02 .hero_tit {
      width: 430px;
      position: absolute;
      right: 8%;
      top: 10%; }
    .people.staff_02 .hero_people_01 {
      width: 243px;
      position: absolute;
      left: 8%;
      top: 30%; }
  .people.staff_02 .people_cont.sec_01 {
    background: url(../img/staff_04_03.png) no-repeat 10px bottom; }
  .people.staff_02 .people_cont.sec_03 {
    background: url(../img/staff_04_04.png) no-repeat 710px 600px; }
  .people.staff_02 .people_cont .img_02 {
    padding-top: 165px; }
  .people.staff_02 .people_cont .img_03 {
    padding-top: 50px; }
  .people.staff_02 .people_cont .img_04 {
    padding-top: 144px; }
  .people.staff_03 .hero {
    background: url(../img/staff_05_hero.jpg) no-repeat center top;
    background-size: cover; }
    .people.staff_03 .hero_tit {
      width: 342px;
      position: absolute;
      left: 8%;
      top: 10%; }
    .people.staff_03 .hero_people_01 {
      width: 243px;
      position: absolute;
      right: 6%;
      top: 50%; }
  .people.staff_03 .people_cont.sec_01 {
    background: url(../img/staff_05_03.png) no-repeat 210px 620px; }
  .people.staff_03 .people_cont.sec_04 {
    background: url(../img/staff_05_04.png) no-repeat left top; }
  .people.staff_03 .people_cont .img_02 {
    padding-top: 165px; }
  .people.staff_03 .people_cont .img_03 {
    padding-top: 50px; }
  .people.staff_03 .people_cont .img_04 {
    padding-top: 177px; }
  .people.staff_04 .hero {
    background: url(../img/staff_06_hero.jpg) no-repeat center top;
    background-size: cover; }
    .people.staff_04 .hero_tit {
      width: 408px;
      position: absolute;
      right: 8%;
      top: 20%; }
    .people.staff_04 .hero_people_01 {
      width: 243px;
      position: absolute;
      left: 8%;
      top: 25%; }
  .people.staff_04 .people_cont.sec_01 {
    background: url(../img/staff_06_03.png) no-repeat 170px bottom; }
  .people.staff_04 .people_cont.sec_02 {
    background: url(../img/staff_06_04.png) no-repeat 840px 730px; }
  .people.staff_04 .people_cont.sec_04 {
    background: url(../img/staff_06_05.png) no-repeat 70px top;
    padding-top: 100px;
    margin-top: -100px; }
  .people.staff_04 .people_cont .img_02 {
    padding-top: 165px; }
  .people.staff_04 .people_cont .img_03 {
    padding-top: 134px; }
  .people.staff_04 .people_cont .img_04 {
    padding-top: 190px; }
  .people.staff_04 .people_copy span {
    font-size: 18px;
    vertical-align: top; }
  .people.staff_04 .cap {
    font-size: 12px;
    padding-top: 20px; } }

@media (max-width: 767px) {
  /*
 SP common
---------------------------------------- */
  .sp-on {
    display: block; }
  .pc-on {
    display: none; }
  body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: .06em;
    color: #404040;
    text-align: justify; }
  img, svg {
    width: 100%;
    height: auto; }
  /*
 SP header
---------------------------------------- */
  .header {
    width: 100%;
    height: 51px;
    margin: 0 auto;
    padding: 0 4%;
    position: fixed;
    background: #fff;
    z-index: 99999;
    border-bottom: 1px #e50012 solid; }
    .header_logo {
      width: 42%;
      height: 40px;
      margin: 5px 0 6px;
      padding-right: 10%;
      display: inline-block;
      vertical-align: middle; }
      .header_logo img {
        width: auto;
        height: 100%; }
    .header_btn_entry {
      width: 40%;
      margin-right: 5%;
      vertical-align: middle;
      display: inline-block; }
      .header_btn_entry a {
        width: 88px;
        display: block;
        border: 1.5px #e50012 solid;
        border-radius: 4px;
        padding: 3px 12% 5px;
        margin: 0 auto; }
        .header_btn_entry a svg {
          vertical-align: middle; }
          .header_btn_entry a svg path {
            color: #e50012;
            fill: #e50012; }
        .header_btn_entry a:hover {
          background: #e50012; }
          .header_btn_entry a:hover svg path {
            color: #fff;
            fill: #fff; }
    .header_btn_entry_none {
      width: 40%;
      margin-right: 5%;
      vertical-align: middle;
      display: inline-block; }
      .header_btn_entry_none span {
        width: 88px;
        display: block;
        border: 1.5px #ccc solid;
        border-radius: 4px;
        padding: 2px 12% 4px;
        margin: 0 auto; }
        .header_btn_entry_none span img {
          opacity: 0; }
        .header_btn_entry_none span svg {
          vertical-align: middle; }
          .header_btn_entry_none span svg path {
            color: #ccc;
            fill: #ccc; }
    .header_entry_min_txt {
      font-size: 10px;
      color: #999;
      line-height: 1em;
      padding-top: 2px;
      text-align: center; }
    .header_nav {
      -webkit-transition: .3s;
      transition: .3s;
      position: fixed;
      right: -100%;
      width: 90%;
      height: 0%;
      background: #fff;
      opacity: 0;
      text-align: center;
      visibility: hidden;
      overflow-y: scroll;
      z-index: 3000; }
      .header_nav.open {
        -webkit-transition: .3s;
        transition: .3s;
        position: fixed;
        display: block;
        opacity: 1;
        right: 0;
        height: 100%;
        opacity: 1;
        visibility: visible; }
      .header_nav ul {
        width: 100%;
        padding: 0 6% 70px;
        margin: 0 auto; }
        .header_nav ul li {
          position: relative;
          text-align: left; }
          .header_nav ul li a {
            display: block;
            line-height: 42px;
            border-top: 1px #e50012 solid;
            background: url(../img/ico_arw.svg) no-repeat 98% center;
            background-size: 8px auto; }
            .header_nav ul li a img, .header_nav ul li a svg {
              margin: 0 auto;
              width: auto;
              height: 11px;
              vertical-align: middle; }
            .header_nav ul li a:hover svg path {
              color: #e50012;
              fill: #e50012; }
          .header_nav ul li:first-child a {
            border-top: none; }
          .header_nav ul li:last-child a {
            border-bottom: 1px #e50012 solid; }
          .header_nav ul li ul {
            display: block;
            padding-bottom: 10px; }
            .header_nav ul li ul li {
              width: 100%; }
              .header_nav ul li ul li a {
                font-size: 10px;
                text-align: left;
                padding: 0 6px;
                line-height: 26px;
                display: block;
                border: none;
                background: none; }
              .header_nav ul li ul li:last-child a {
                border: none; }
              .header_nav ul li ul li:hover > a {
                color: #e50012; }
  /*
 SP nav
---------------------------------------- */
  .container {
    position: relative;
    top: 51px; }
    .container.open {
      position: fixed; }
  .menu_btn,
  .menu_btn span {
    display: inline-block;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    box-sizing: border-box; }
  .menu_btn {
    position: absolute;
    display: block;
    width: 51px;
    height: 50px;
    right: 0;
    top: 0;
    z-index: 6000;
    cursor: pointer;
    border-left: 1px #e50012 solid; }
    .menu_btn span {
      position: absolute;
      left: 50%;
      width: 20px;
      height: 2px;
      margin-left: -10px;
      background-color: #e50012; }
      .menu_btn span:nth-of-type(1) {
        top: 16px; }
      .menu_btn span:nth-of-type(2) {
        top: 50%;
        margin-top: -1px; }
      .menu_btn span:nth-of-type(3) {
        bottom: 16px; }
  .menu_btn:not(.active):hover span:nth-of-type(1) {
    top: 16px; }
  .menu_btn:not(.active):hover span:nth-of-type(3) {
    bottom: 16px; }
  .menu_btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg); }
  .menu_btn.active span:nth-of-type(2) {
    opacity: 0; }
  .menu_btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg); }
  /*
 SP common
---------------------------------------- */
  .wrapper {
    width: 92%;
    margin: 0 auto; }
  .main {
    padding-bottom: 40px; }
  .inner {
    width: 92%;
    margin: 0 auto; }
  .page_copy {
    font-size: 25px;
    letter-spacing: .22em;
    text-align: center;
    color: #e50012;
    padding: 30px 0 10px;
    line-height: 1.4; }
  .cont_tit {
    font-size: 30px;
    color: #e50012;
    text-align: center;
    letter-spacing: .32em;
    margin-bottom: 20px; }
    .cont_tit:after {
      content: '';
      width: 70px;
      height: 1px;
      border-bottom: 2px #e50012 solid;
      text-align: center;
      margin: 0 auto;
      display: block; }
  /*
 SP footer
---------------------------------------- */
  .footer {
    width: 100%;
    padding: 60px 0 10px;
    margin: 0 auto;
    position: relative; }
    .footer .pagetop {
      width: 40px;
      position: absolute;
      right: 4%;
      top: 0; }
    .footer_logo_mark {
      width: 36px;
      margin: 0 auto 14px; }
    .footer_logo_txt {
      width: 140px;
      margin: 0 auto 40px; }
    .footer .copyright {
      font-size: 6px;
      text-align: center; }
  /*
 SP index
---------------------------------------- */
  .home .hero {
    width: 100%;
    position: relative; }
    .home .hero_sp {
      position: relative;
      z-index: -1; }
    .home .hero_copy {
      width: 100%;
      padding-top: 30px;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
      .home .hero_copy_catch {
        margin: 0 auto;
        width: 92%;
        padding-bottom: 16px;
        position: relative; }
        .home .hero_copy_catch:after {
          content: '';
          width: 74px;
          height: 1px;
          border-bottom: 1.5px #e50012 solid;
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -37px; }
      .home .hero_copy_min {
        margin: 0 auto;
        width: 50%;
        padding-top: 14px;
        position: relative;
        z-index: 10; }
    .home .hero_btn_message {
      position: absolute;
      width: 80px;
      bottom: 28px;
      left: 50%;
      margin-left: -40px; }
  .home .sec_message {
    margin: 28px auto 48px; }
  .home .sec_people {
    margin: 0 auto;
    padding-bottom: 40px; }
    .home .sec_people_cont {
      width: 85%;
      margin: 0 auto; }
      .home .sec_people_cont .box {
        text-align: center;
        letter-spacing: .12em; }
        .home .sec_people_cont .box .boxtit {
          padding-top: 10px;
          font-size: 11px; }
        .home .sec_people_cont .box .name {
          color: #e50012;
          font-weight: bold;
          line-height: 1.4;
          padding-bottom: 20px; }
          .home .sec_people_cont .box .name span {
            color: #404040;
            font-size: 15px;
            padding: 0 10px;
            font-weight: 500; }
        .home .sec_people_cont .box a:hover .boxtit, .home .sec_people_cont .box a:hover .name, .home .sec_people_cont .box a:hover .name span {
          color: #e50012; }
  .home .sec_interview {
    margin: 0 auto;
    padding-bottom: 50px; }
    .home .sec_interview_cont .box {
      text-align: center;
      letter-spacing: .05em; }
      .home .sec_interview_cont .box .boxtit {
        font-size: 17px;
        margin-top: -10px; }
      .home .sec_interview_cont .box .detail {
        font-size: 11px;
        line-height: 1.45;
        padding-bottom: 10px; }
      .home .sec_interview_cont .box a:hover .boxtit, .home .sec_interview_cont .box a:hover .detail {
        color: #e50012; }
  .home .sec_company {
    margin: 0 auto;
    padding-bottom: 30px; }
    .home .sec_company_cont {
      width: 60%;
      margin: 0 auto; }
      .home .sec_company_cont .box {
        text-align: center;
        letter-spacing: .05em; }
        .home .sec_company_cont .box .boxtit {
          font-size: 16px;
          letter-spacing: 0.12em;
          padding: 5px 0 20px; }
        .home .sec_company_cont .box a:hover .boxtit {
          color: #e50012; }
  .home .sec_information .txt {
    padding-top: 20px; }
  .home .sec_information_cont {
    text-align: center;
    margin: 0 auto; }
    .home .sec_information_cont .ico {
      width: 82px;
      display: inline-block;
      vertical-align: top; }
    .home .sec_information_cont .link {
      padding-left: 20px;
      line-height: 92px;
      vertical-align: top;
      display: inline-block;
      font-size: 16px;
      letter-spacing: .12em; }
    .home .sec_information_cont a:hover .link {
      color: #e50012; }
  .home .subtit {
    margin: 0 auto; }
    .home .subtit_interview {
      width: 90%;
      margin: 0 auto; }
    .home .subtit_min {
      font-size: 18px;
      color: #e50012;
      letter-spacing: .25em;
      text-align: center;
      padding: 10px 0; }
  .home .txt {
    line-height: 2;
    text-align: center;
    padding-bottom: 30px; }
  .home .copy_message_modal {
    background: url(../img/hero_mark_modal.png) no-repeat center 200px;
    background-size: 100%;
    padding-bottom: 40px;
    top: 51px !important;
    height: calc(100% - 51px) !important; }
    .home .copy_message_modal .hero_copy {
      padding: 30px 0 20px;
      position: relative; }
    .home .copy_message_modal .txt {
      width: 100%;
      margin: 0 auto;
      padding-bottom: 1em;
      font-size: 12px;
      letter-spacing: .25em;
      line-height: 1.7; }
    .home .copy_message_modal .close-copyMessage {
      width: 80px;
      line-height: 12px;
      border: 1px #e50012 solid;
      border-radius: 6px;
      margin-left: -40px;
      text-align: center;
      cursor: pointer;
      color: #e50012;
      font-size: 10px;
      font-weight: bold;
      position: absolute;
      left: 50%;
      -webkit-transition: .4s;
      transition: .4s; }
      .home .copy_message_modal .close-copyMessage:hover {
        opacity: .7;
        -webkit-transition: .4s;
        transition: .4s; }
  /*
 SP message
---------------------------------------- */
  .message .hero {
    background: url(../img/topmessage_01_sp.jpg) no-repeat center top;
    background-size: cover; }
    .message .hero_inner {
      width: 90%;
      margin: 0 auto;
      padding-top: 90px; }
    .message .hero_tit {
      width: 50%;
      text-align: center;
      display: inline-block;
      font-size: 10px;
      letter-spacing: .22em;
      color: #fff;
      background: #e50012;
      border-radius: 1.5px;
      line-height: 1;
      padding: 3px 0; }
    .message .hero_copy {
      color: #fff;
      letter-spacing: .19em;
      font-size: 19px;
      padding: 20px 0 30px;
      line-height: 1.4; }
  .message .message_wrap {
    width: 92%;
    margin: 0 auto;
    padding-top: 30px; }
    .message .message_wrap .txt {
      margin-bottom: 1.6em;
      letter-spacing: normal;
      text-align: justify; }
    .message .message_wrap .name {
      text-align: right;
      font-size: 15px; }
      .message .message_wrap .name span {
        font-size: 13px;
        padding-right: 1em; }
  /*
 SP company / job
---------------------------------------- */
  .business .hero {
    background: url(../img/company_01_hero_sp.jpg) no-repeat center;
    background-size: cover; }
    .business .hero_inner {
      width: 88%;
      margin: 0 auto;
      padding: 143.5px 0; }
    .business .hero_tit {
      color: #fff;
      text-align: center;
      font-size: 21px;
      letter-spacing: .32em;
      background: #e50012;
      line-height: 26px;
      width: 100%;
      margin: 0 auto;
      border-radius: 3px; }
  .business .business_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 20px 8% 40px;
    border-bottom: 2px #e50012 solid; }
    .business .business_cont div {
      width: 47%; }
  .business .business_wrap {
    padding: 30px 0 40px;
    border-bottom: 1px #e50012 dotted; }
  .business .business_tit_cont {
    background: #fce8db;
    margin-bottom: 36px; }
    .business .business_tit_cont .tit {
      width: 38%;
      display: inline-block;
      vertical-align: middle; }
    .business .business_tit_cont .txt {
      width: 60%;
      vertical-align: middle;
      display: inline-block;
      padding: 0 3% 0 2%; }
  .business .business_box {
    padding-bottom: 20px; }
    .business .business_box_txt .subtit {
      display: inline-block;
      color: #e50012;
      font-size: 22px;
      letter-spacing: .12em;
      border-bottom: 1px #e50012 solid;
      padding-right: 10%; }
    .business .business_box_txt .min_tit {
      font-size: 15px;
      letter-spacing: .06em;
      color: #e50012;
      padding: 12px 0 10px; }
    .business .business_box_img {
      width: 80%;
      padding-top: 20px;
      margin: 0 auto; }
  .business .business_new_cont {
    margin-top: 20px;
    border: 1px #9e9f9f solid;
    padding: 10px 4%;
    border-radius: 5px; }
    .business .business_new_cont .point {
      width: 28%;
      display: inline-block;
      vertical-align: top; }
    .business .business_new_cont .box_txt {
      width: 70%;
      padding-left: 3%;
      display: inline-block; }
      .business .business_new_cont .box_txt .tit {
        font-size: 16px;
        color: #e50012; }
      .business .business_new_cont .box_txt .txt {
        font-size: 11px;
        letter-spacing: normal; }
    .business .business_new_cont .img {
      width: 80%;
      margin: 0 auto;
      padding-top: 10px; }
  .business .business_other .tit {
    width: 74%;
    margin: 0 auto;
    padding: 40px 0 20px; }
  .business .business_other_list {
    margin: 0 auto;
    padding-top: 20px; }
    .business .business_other_list li {
      background: url(../img/ico_arw_02.svg) no-repeat left center;
      background-size: 14px;
      padding-left: 20px;
      font-size: 16px;
      letter-spacing: .12em;
      color: #e50012; }
  .business .sec_02 .business_tit_cont {
    background: #fbf5d0; }
  .businessmodel .hero {
    background: url(../img/company_02_hero_sp.jpg) no-repeat center;
    background-size: cover; }
    .businessmodel .hero_inner {
      width: 88%;
      margin: 0 auto;
      padding: 143.5px 0; }
    .businessmodel .hero_tit {
      color: #fff;
      text-align: center;
      font-size: 21px;
      letter-spacing: .32em;
      background: #e50012;
      line-height: 26px;
      width: 100%;
      margin: 0 auto;
      border-radius: 3px; }
  .businessmodel .businessmodel_cont {
    padding-top: 20px; }
    .businessmodel .businessmodel_cont .txt {
      margin-bottom: 20px; }
    .businessmodel .businessmodel_cont .img {
      width: 92%;
      margin: 0 auto 20px; }
  .job .hero {
    background: url(../img/company_03_hero_sp.jpg) no-repeat center;
    background-size: cover; }
    .job .hero_inner {
      width: 88%;
      margin: 0 auto;
      padding: 143.5px 0; }
    .job .hero_tit {
      color: #fff;
      text-align: center;
      font-size: 21px;
      letter-spacing: .32em;
      background: #e50012;
      line-height: 26px;
      width: 100%;
      margin: 0 auto;
      border-radius: 3px; }
  .job .main_img {
    width: 92%;
    margin: 0 auto -10px;
    padding-top: 30px; }
  .job .job_cont {
    padding-top: 40px; }
    .job .job_cont_tit .img {
      margin: 0 auto 10px; }
    .job .job_cont_tit .tit h4 {
      font-size: 18px;
      letter-spacing: .18em;
      line-height: 1.16;
      padding: 10px 0; }
    .job .job_cont_tit .tit:after {
      display: block;
      width: 100%;
      height: 14px; }
    .job .job_cont .read {
      padding-top: 20px; }
    .job .job_cont .subtit {
      font-size: 18px;
      letter-spacing: .35em;
      padding: 20px 0 0; }
      .job .job_cont .subtit_02 {
        letter-spacing: 1px; }
    .job .job_cont_people {
      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; }
      .job .job_cont_people_box {
        padding-top: 20px;
        width: 48%;
        text-align: center; }
        .job .job_cont_people_box .name {
          padding-top: 5px;
          font-size: 13px; }
        .job .job_cont_people_box .detail {
          font-size: 10px;
          letter-spacing: normal; }
    .job .job_cont.sec_01 .job_cont_tit .img {
      width: 135px; }
    .job .job_cont.sec_01 .job_cont_tit .tit:after {
      background: #e84467;
      background: -webkit-linear-gradient(left, #e84467 0%, #ee8393 100%);
      background: linear-gradient(to right, #e84467 0%, #ee8393 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84467', endColorstr='#ee8393',GradientType=1 );
      content: ''; }
    .job .job_cont.sec_01 .job_cont_tit .tit h4, .job .job_cont.sec_01 .subtit, .job .job_cont.sec_01 .job_cont_people_box .name {
      color: #d94463; }
    .job .job_cont.sec_02 .job_cont_tit .img {
      width: 114.5px; }
    .job .job_cont.sec_02 .job_cont_tit .tit:after {
      background: #c2c913;
      background: -webkit-linear-gradient(left, #c2c913 0%, #e8e7ab 100%);
      background: linear-gradient(to right, #c2c913 0%, #e8e7ab 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c913', endColorstr='#e8e7ab',GradientType=1 );
      content: ''; }
    .job .job_cont.sec_02 .job_cont_tit .tit h4, .job .job_cont.sec_02 .subtit, .job .job_cont.sec_02 .job_cont_people_box .name {
      color: #99b31f; }
    .job .job_cont.sec_03 .job_cont_tit .img {
      width: 149.5px; }
    .job .job_cont.sec_03 .job_cont_tit .tit:after {
      background: #009bdc;
      background: -webkit-linear-gradient(left, #009bdc 0%, #c1ddf4 100%);
      background: linear-gradient(to right, #009bdc 0%, #c1ddf4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bdc', endColorstr='#c1ddf4',GradientType=1 );
      content: ''; }
    .job .job_cont.sec_03 .job_cont_tit .tit h4, .job .job_cont.sec_03 .subtit, .job .job_cont.sec_03 .job_cont_people_box .name {
      color: #1691cc; }
    .job .job_cont.sec_04 .job_cont_tit .img {
      width: 116.5px; }
    .job .job_cont.sec_04 .job_cont_tit .tit:after {
      background: #ea5504;
      background: -webkit-linear-gradient(left, #ea5504 0%, #ef812b 100%);
      background: linear-gradient(to right, #ea5504 0%, #ef812b 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5504', endColorstr='#ef812b',GradientType=1 );
      content: ''; }
    .job .job_cont.sec_04 .job_cont_tit .tit h4, .job .job_cont.sec_04 .subtit, .job .job_cont.sec_04 .job_cont_people_box .name {
      color: #e56f04; }
  .company-index .hero {
    background: url(../img/company_04_hero_sp.jpg) no-repeat center;
    background-size: cover; }
    .company-index .hero_inner {
      width: 88%;
      margin: 0 auto;
      padding: 143.5px 0; }
    .company-index .hero_tit {
      color: #fff;
      text-align: center;
      font-size: 21px;
      letter-spacing: .32em;
      background: #e50012;
      line-height: 26px;
      width: 100%;
      margin: 0 auto;
      border-radius: 3px; }
  .company-index .company_tbl {
    margin-top: 30px;
    width: 100%; }
    .company-index .company_tbl tr {
      border: 1px #e50012 solid; }
    .company-index .company_tbl th {
      width: 30%;
      border-right: 1px #e50012 solid;
      background: #fad2bd;
      padding: 7px 2%;
      vertical-align: top; }
    .company-index .company_tbl td {
      padding: 7px 4%; }
      .company-index .company_tbl td.left, .company-index .company_tbl td.right {
        display: block;
        border-right: 1px #e50012 solid; }
      .company-index .company_tbl td.left {
        padding-bottom: 0; }
      .company-index .company_tbl td.right {
        padding-top: 0; }
  .company-index .company_cont {
    padding-top: 60px; }
    .company-index .company_cont_office .box {
      padding-bottom: 30px; }
      .company-index .company_cont_office .box:last-child {
        padding-bottom: 0; }
      .company-index .company_cont_office .box .name {
        font-size: 19px;
        letter-spacing: .35em;
        border-bottom: 1px #e50012 dotted;
        color: #e50012;
        text-align: center;
        margin-bottom: 25px; }
      .company-index .company_cont_office .box .detail .txt {
        width: 100%; }
        .company-index .company_cont_office .box .detail .txt p:first-child {
          padding-bottom: 1em; }
      .company-index .company_cont_office .box .detail .img {
        display: none; }
      .company-index .company_cont_office .box .map {
        padding-top: 10px; }
        .company-index .company_cont_office .box .map iframe {
          width: 100%;
          height: 230px; }
    .company-index .company_cont .company_tbl_history {
      width: 100%;
      line-height: 1.4;
      border-top: 1px #e50012 solid;
      font-size: 10px; }
      .company-index .company_cont .company_tbl_history th {
        width: 25%;
        background: #eee;
        text-align: right;
        padding: 5px 2%;
        vertical-align: top;
        border-bottom: 1px #e50012 solid; }
      .company-index .company_cont .company_tbl_history td {
        padding: 5px 4%;
        border-bottom: 1px #e50012 solid; }
  /*
 SP information
---------------------------------------- */
  .information_cont {
    padding-top: 30px; }
  .information_tbl {
    width: 100%;
    border-top: 1px #404040 dotted;
    margin-bottom: 20px; }
    .information_tbl tr {
      border-bottom: 1px #404040 dotted; }
    .information_tbl th {
      width: 26%;
      padding: 7px 2%;
      color: #e50012;
      vertical-align: top; }
    .information_tbl td {
      padding: 7px 0;
      vertical-align: top; }
  .information_tbl_02 {
    width: 100%;
    border-top: 1px #404040 dotted;
    margin-bottom: 20px; }
    .information_tbl_02 tr {
      border-bottom: 1px #404040 dotted; }
    .information_tbl_02 th {
      width: 26%;
      padding: 7px 2%;
      color: #e50012;
      vertical-align: top; }
    .information_tbl_02 td {
      display: block;
      padding: 7px 0;
      vertical-align: top; }
      .information_tbl_02 td.txt {
        padding-bottom: 0; }
      .information_tbl_02 td.img .img_01 {
        width: 91px; }
      .information_tbl_02 td.img .img_02 {
        width: 91px;
        display: inline-block; }
  /*
 SP staff
---------------------------------------- */
  .people_wrap {
    width: 92%;
    margin: 0 auto;
    letter-spacing: normal; }
  .people_read {
    padding: 0 0 20px;
    text-align: justify; }
  .people .txt {
    text-align: justify; }
  .people_box_txt .people_tit {
    padding-top: 30px;
    font-size: 15px;
    letter-spacing: .2em;
    color: #e50012; }
    .people_box_txt .people_tit:after {
      margin-top: 5px;
      display: block;
      content: '';
      width: 100%;
      height: 9px;
      background: url(../img/staff_line.svg) repeat-x;
      background-size: 100%; }
  .people_box_txt .people_copy {
    font-size: 21px;
    letter-spacing: .14em;
    line-height: 1.36;
    padding: 25px 0; }
  .people .hero {
    position: relative;
    height: 313px;
    margin-bottom: 170px; }
  .people.symposium .people_cont .people_01 {
    color: #e50012;
    font-weight: bold; }
  .people.symposium .people_cont .people_02 {
    color: #f29700;
    font-weight: bold; }
  .people.symposium .people_cont .img_01 {
    padding: 20px 0 10px; }
  .people.symposium .people_cont .img_02 {
    padding: 20px 0 6px; }
  .people.symposium .people_cont .img_03 {
    padding-top: 20px; }
  .people.symposium .sec_01 .people_box_img, .people.symposium .sec_03 .people_box_img {
    width: 210px;
    margin: 0 auto; }
  .people.symposium .sec_02 .people_box_img {
    width: 175px;
    margin: 0 auto 10px; }
  .people.symposium .people_last_img {
    display: none; }
  .people.staff .people_cont .img_01 {
    padding: 20px 0 10px; }
  .people.staff .people_cont .img_02 {
    padding: 20px 0 10px; }
  .people.staff .people_cont .img_03 {
    padding: 20px 0 10px; }
  .people.staff .people_cont .img_04 {
    padding-top: 20px; }
  .people.staff .sec_01 .people_box_img {
    width: 210px;
    margin: 0 auto; }
  .people.staff .sec_02 .people_box_img {
    width: 185px;
    margin: 0 auto; }
  .people.staff .sec_03 .people_box_img {
    width: 227.5px;
    margin: 0 auto; }
  .people.staff .sec_04 .people_box_img {
    width: 228px;
    margin: 0 auto; }
  .people.symposium_01 .hero {
    background: url(../img/staff_01_hero.jpg) no-repeat center bottom;
    background-size: cover; }
    .people.symposium_01 .hero_tit {
      width: 142px;
      padding: 20px 0 0;
      margin: 0 auto; }
    .people.symposium_01 .hero_people_01 {
      width: 145.8px;
      position: absolute;
      left: 4%;
      bottom: -140px; }
    .people.symposium_01 .hero_people_02 {
      width: 146.4px;
      position: absolute;
      right: 4%;
      bottom: -140px; }
  .people.symposium_02 .hero {
    background: url(../img/staff_02_hero.jpg) no-repeat 60% bottom;
    background-size: cover; }
    .people.symposium_02 .hero_tit {
      width: 142px;
      padding: 20px 0 0px;
      margin: 0 auto; }
    .people.symposium_02 .hero_people_01 {
      width: 145.8px;
      position: absolute;
      left: 4%;
      bottom: -140px; }
    .people.symposium_02 .hero_people_02 {
      width: 145.8px;
      position: absolute;
      right: 4%;
      bottom: -140px; }
  .people.staff_01 .hero {
    background: url(../img/staff_03_hero.jpg) no-repeat 30% bottom;
    background-size: cover; }
    .people.staff_01 .hero_tit {
      width: 176px;
      position: absolute;
      left: 4%;
      top: 10%; }
    .people.staff_01 .hero_people_01 {
      width: 182px;
      position: absolute;
      left: 50%;
      bottom: -170px;
      margin-left: -91px; }
  .people.staff_02 .hero {
    background: url(../img/staff_04_hero.jpg) no-repeat 70% bottom;
    background-size: cover; }
    .people.staff_02 .hero_tit {
      width: 215px;
      position: absolute;
      right: 4%;
      top: 10%; }
    .people.staff_02 .hero_people_01 {
      width: 182px;
      position: absolute;
      left: 50%;
      bottom: -170px;
      margin-left: -91px; }
  .people.staff_03 .hero {
    background: url(../img/staff_05_hero.jpg) no-repeat 45% bottom;
    background-size: cover; }
    .people.staff_03 .hero_tit {
      width: 171px;
      position: absolute;
      left: 4%;
      top: 10%; }
    .people.staff_03 .hero_people_01 {
      width: 182px;
      position: absolute;
      left: 50%;
      bottom: -170px;
      margin-left: -91px; }
  .people.staff_04 .hero {
    background: url(../img/staff_06_hero.jpg) no-repeat 60% bottom;
    background-size: cover; }
    .people.staff_04 .hero_tit {
      width: 204px;
      position: absolute;
      right: 4%;
      top: 10%; }
    .people.staff_04 .hero_people_01 {
      width: 182px;
      position: absolute;
      left: 50%;
      bottom: -170px;
      margin-left: -91px; }
  .people.staff_04 .people_copy span {
    font-size: 12px;
    vertical-align: top; }
  .people.staff_04 .cap {
    font-size: 10px;
    padding-top: 10px; } }

/*# sourceMappingURL=maps/style.css.map */
