@charset "UTF-8";
/* line 2, style.scss */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

/* line 2, style.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 2, style.scss */
body {
  line-height: 1; }

/* line 2, style.scss */
ol, ul {
  list-style: none; }

/* line 2, style.scss */
blockquote, q {
  quotes: none; }

/* line 2, style.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

/* line 2, style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 4, style.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

/* line 12, style.scss */
.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
/* line 14, style.scss */
* html .clearfix {
  height: 1%; }

/* line 15, style.scss */
.clearfix {
  display: block; }

/* ---------- 初期 ---------- */
/* line 18, style.scss */
body {
  letter-spacing: 0;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #333333; }

/* line 19, style.scss */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 0; }

/* line 20, style.scss */
a {
  text-decoration: none; }

/* line 21, style.scss */
strong {
  font-weight: bold; }

/* ---------- /共通部分 ---------- */
/* line 23, style.scss */
#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto; }

/* line 24, style.scss */
#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

/* line 25, style.scss */
#resbtn {
  -webkit-appearance: none; }

/* line 26, style.scss */
.ancr {
  position: relative;
  transition: 0.5s; }

/* line 27, style.scss */
.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer; }

/* line 28, style.scss */
.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer; }

/* ---------- /参考タグ部分 ---------- */
/* line 31, style.scss */
.barlow {
  font-family: "Barlow", serif; }

/* PC */
@media screen and (min-width: 769px) {
  /* line 38, style.scss */
  .sponly {
    display: none !important; }

  /* line 42, style.scss */
  header {
    width: 95%;
    max-width: 1083px;
    position: fixed;
    left: 50%;
    top: 20px;
    z-index: 10;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); }
    /* line 53, style.scss */
    header .header_inner {
      width: 92.7%;
      max-width: 1004px;
      margin: 0 auto;
      padding: 26px 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      /* line 61, style.scss */
      header .header_inner .logo {
        font-size: 19px;
        letter-spacing: 0.06em;
        line-height: 1.47em;
        font-weight: bold; }
        /* line 66, style.scss */
        header .header_inner .logo a {
          display: block;
          color: #333333; }
      /* line 71, style.scss */
      header .header_inner nav {
        width: 280px;
        display: flex;
        justify-content: space-between; }
        /* line 75, style.scss */
        header .header_inner nav a {
          display: block;
          font-size: 16px;
          letter-spacing: 0.06em;
          line-height: 1.5em;
          font-weight: bold;
          color: #333333; }
          /* line 82, style.scss */
          header .header_inner nav a:hover {
            text-decoration: underline; }

  /* line 90, style.scss */
  main.top {
    overflow: hidden;
    background: url("../img/main_bg.jpg") no-repeat center top;
    background-size: 1920px auto;
    position: relative; }
    /* line 95, style.scss */
    main.top .inner {
      width: 95%;
      max-width: 1080px;
      margin: 0 auto;
      position: relative; }
    /* line 101, style.scss */
    main.top .ob {
      position: absolute;
      z-index: 1; } }
@media screen and (min-width: 769px) and (min-width: 1921px) {
  /* line 107, style.scss */
  main.top {
    background: url("../img/main_bg.jpg") no-repeat center top;
    background-size: 100% auto; } }
@media screen and (min-width: 769px) {
  /* line 113, style.scss */
  #mv {
    position: relative; }
    /* line 115, style.scss */
    #mv::after {
      width: 100%;
      height: 100vh;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #7F98DD;
      z-index: 11;
      transition: 1s cubic-bezier(0.24, 0.155, 0.275, 0.945);
      transition-delay: .3s; }
    /* line 129, style.scss */
    #mv.active::after {
      width: 0;
      left: 100%; }
    /* line 133, style.scss */
    #mv .inner {
      padding: 210px 0 0;
      margin-bottom: 170px; }
      /* line 136, style.scss */
      #mv .inner h1 {
        font-size: 42px;
        letter-spacing: 0.06em;
        line-height: 1.54em;
        font-weight: bold;
        margin-bottom: 30px;
        transition: 1s cubic-bezier(0.24, 0.155, 0.275, 0.945);
        transition-delay: .4s;
        opacity: 0;
        transform: translateX(-80px); }
        /* line 146, style.scss */
        #mv .inner h1.active {
          opacity: 1;
          transform: translateX(0); }
      /* line 151, style.scss */
      #mv .inner .mv_txt {
        font-size: 16px;
        line-height: 2.56em;
        font-weight: 500;
        transition: 1s cubic-bezier(0.24, 0.155, 0.275, 0.945);
        transition-delay: .7s;
        opacity: 0;
        transform: translateX(-80px); }
        /* line 159, style.scss */
        #mv .inner .mv_txt.active {
          opacity: 1;
          transform: translateX(0); }

  /* line 168, style.scss */
  #top_news .inner {
    margin-bottom: 80px; }
    /* line 170, style.scss */
    #top_news .inner .top_news_ttl {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      padding-left: 81px;
      background: url("../img/top_news_ttl_icon.png") no-repeat 6px 14px;
      background-size: 53px;
      color: #7F98DD;
      margin-bottom: 15px;
      transform: translate(0, 103%);
      transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
      overflow: hidden; }
      /* line 182, style.scss */
      #top_news .inner .top_news_ttl h2 {
        font-size: 60px;
        line-height: 1.2em;
        font-weight: 600;
        margin-right: 22px; }
      /* line 189, style.scss */
      #top_news .inner .top_news_ttl .ja_ttl {
        font-size: 16px;
        line-height: 1.5em;
        font-weight: bold;
        padding-bottom: 14px; }
      /* line 195, style.scss */
      #top_news .inner .top_news_ttl.active {
        transform: translate(0, 0); }
    /* line 199, style.scss */
    #top_news .inner .top_news_cont {
      background: #fff;
      border-top: solid 1px #E6E6E6;
      margin-bottom: 40px;
      transition-delay: .1s;
      transform: translateY(40px); }
      /* line 205, style.scss */
      #top_news .inner .top_news_cont.active {
        transform: translateY(0); }
      /* line 208, style.scss */
      #top_news .inner .top_news_cont .top_news_box {
        box-sizing: border-box;
        padding: 18px 27px;
        border-bottom: solid 1px #E6E6E6;
        display: flex;
        justify-content: space-between; }
        /* line 214, style.scss */
        #top_news .inner .top_news_cont .top_news_box .date {
          width: 84px;
          font-size: 16px;
          letter-spacing: 0.06em;
          line-height: 1.5em;
          font-weight: 600;
          color: #7F98DD;
          margin-right: 20px; }
        /* line 223, style.scss */
        #top_news .inner .top_news_cont .top_news_box .ttl {
          width: calc( 100% - 104px);
          font-weight: 500;
          color: #333333; }
          /* line 227, style.scss */
          #top_news .inner .top_news_cont .top_news_box .ttl a {
            display: inline-block;
            font-size: 16px;
            line-height: 1.5em;
            font-weight: 500;
            color: #333333; }
            /* line 233, style.scss */
            #top_news .inner .top_news_cont .top_news_box .ttl a.pdf {
              display: inline;
              padding-right: 30px;
              background: url("../img/pdf_icon.png") no-repeat right center;
              background-size: 20px; }
            /* line 239, style.scss */
            #top_news .inner .top_news_cont .top_news_box .ttl a:hover {
              text-decoration: underline; }
    /* line 246, style.scss */
    #top_news .inner .top_news_btn {
      width: 280px;
      margin: 0 auto;
      font-size: 16px;
      font-weight: bold;
      text-align: center; }
      /* line 252, style.scss */
      #top_news .inner .top_news_btn a {
        display: block;
        color: #fff;
        padding: 14px 0;
        border: solid 3px #7F98DD;
        border-radius: 40px;
        background: url("../img/arrow_white.png") no-repeat right 18px center #7F98DD;
        background-size: 12px;
        transition: 0.3s; }
        /* line 261, style.scss */
        #top_news .inner .top_news_btn a:hover {
          color: #7F98DD;
          background: url("../img/arrow_blue.png") no-repeat right 18px center #fff;
          background-size: 12px; }
    /* line 268, style.scss */
    #top_news .inner .ob01 {
      width: 345px;
      left: -420px;
      top: -121px; }
    /* line 273, style.scss */
    #top_news .inner .ob02 {
      width: 107px;
      right: -259px;
      bottom: -86px; }

  /* line 282, style.scss */
  #top_company .inner {
    margin-bottom: 80px; }
    /* line 284, style.scss */
    #top_company .inner .top_company_box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 136px;
      background: #fff;
      box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
      position: relative; }
      /* line 292, style.scss */
      #top_company .inner .top_company_box:first-of-type {
        margin-bottom: 40px; }
      /* line 295, style.scss */
      #top_company .inner .top_company_box .top_company_box_img {
        width: 44.229%;
        min-height: 271px;
        border-radius: 136px 136px 0 136px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        /* line 302, style.scss */
        #top_company .inner .top_company_box .top_company_box_img.img01 {
          background-image: url("../img/top_company_img_01.png"); }
        /* line 305, style.scss */
        #top_company .inner .top_company_box .top_company_box_img.img02 {
          background-image: url("../img/top_company_img_02.png"); }
      /* line 309, style.scss */
      #top_company .inner .top_company_box .top_company_box_txt {
        width: 49.861%;
        box-sizing: border-box;
        padding-right: 10.157%; }
        /* line 313, style.scss */
        #top_company .inner .top_company_box .top_company_box_txt h2 {
          font-size: 26px;
          line-height: 1.46em;
          font-weight: bold;
          opacity: 0;
          transform: translateY(30px);
          transition: 1s cubic-bezier(0.24, 0.155, 0.275, 0.945);
          transition-delay: .3s; }
        /* line 322, style.scss */
        #top_company .inner .top_company_box .top_company_box_txt h3 {
          font-size: 17px;
          line-height: 1.17em;
          font-weight: 600;
          color: #7F98DD;
          margin: 7px 0 10px;
          opacity: 0;
          transform: translateY(30px);
          transition: 1s cubic-bezier(0.24, 0.155, 0.275, 0.945);
          transition-delay: .6s; }
        /* line 333, style.scss */
        #top_company .inner .top_company_box .top_company_box_txt .txt {
          font-size: 16px;
          line-height: 1.81em;
          opacity: 0;
          transform: translateY(30px);
          transition: 1s cubic-bezier(0.24, 0.155, 0.275, 0.945);
          transition-delay: .9s; }
      /* line 342, style.scss */
      #top_company .inner .top_company_box a {
        position: absolute;
        bottom: 32px;
        right: 109px;
        display: inline-block;
        font-size: 16px;
        line-height: 1.5em;
        font-weight: bold;
        color: #7F98DD;
        padding-right: 38px;
        background: url("../img/arrow_blue.png") no-repeat right center;
        background-size: 12px;
        opacity: 0;
        transform: translateY(30px);
        transition: 1s cubic-bezier(0.24, 0.155, 0.275, 0.945);
        transition-delay: 1.2s; }
        /* line 358, style.scss */
        #top_company .inner .top_company_box a:hover {
          text-decoration: underline; }
      /* line 363, style.scss */
      #top_company .inner .top_company_box.active h2 {
        opacity: 1;
        transform: translateY(0); }
      /* line 367, style.scss */
      #top_company .inner .top_company_box.active h3 {
        opacity: 1;
        transform: translateY(0); }
      /* line 371, style.scss */
      #top_company .inner .top_company_box.active .txt {
        opacity: 1;
        transform: translateY(0); }
      /* line 375, style.scss */
      #top_company .inner .top_company_box.active a {
        opacity: 1;
        transform: translateY(0); }
    /* line 381, style.scss */
    #top_company .inner .ob03 {
      width: 85px;
      left: -73px;
      top: 62px;
      z-index: -1; }
    /* line 387, style.scss */
    #top_company .inner .ob04 {
      width: 345px;
      right: -258px;
      bottom: -247px;
      z-index: -1; }
    /* line 393, style.scss */
    #top_company .inner .ob05 {
      width: 215px;
      left: -291px;
      bottom: -290px; }

  /* line 402, style.scss */
  #top_recruit .inner {
    margin-bottom: 80px;
    position: relative;
    background: url("../img/top_recruit_bg.jpg") no-repeat center;
    background-size: cover;
    padding: 145px 0; }
    /* line 408, style.scss */
    #top_recruit .inner .top_recruit_box {
      width: 90%;
      max-width: 887px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff; }
      /* line 416, style.scss */
      #top_recruit .inner .top_recruit_box h2 {
        font-size: 60px;
        line-height: 1.2em;
        font-weight: 600;
        margin-right: 47px;
        transition-delay: .4s; }
      /* line 423, style.scss */
      #top_recruit .inner .top_recruit_box .top_recruit_box_right {
        flex: 1; }
        /* line 425, style.scss */
        #top_recruit .inner .top_recruit_box .top_recruit_box_right h3 {
          font-size: 26px;
          line-height: 1.46em;
          font-weight: bold;
          margin-bottom: 15px;
          transition-delay: .6s; }
        /* line 432, style.scss */
        #top_recruit .inner .top_recruit_box .top_recruit_box_right .txt {
          font-size: 16px;
          line-height: 1.81em;
          transition-delay: .8s; }
    /* line 439, style.scss */
    #top_recruit .inner a {
      position: absolute;
      bottom: 30px;
      right: 37px;
      display: inline-block;
      font-size: 16px;
      line-height: 1.5em;
      font-weight: bold;
      color: #fff;
      padding-right: 38px;
      background: url("../img/arrow_white.png") no-repeat center right;
      background-size: 12px;
      transition-delay: .9s; }
      /* line 452, style.scss */
      #top_recruit .inner a:hover {
        text-decoration: underline; }

  /* line 459, style.scss */
  #top_banner .inner {
    margin-bottom: 120px; }
    /* line 461, style.scss */
    #top_banner .inner .top_banner_cont {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      /* line 465, style.scss */
      #top_banner .inner .top_banner_cont .top_banner_box {
        width: 23.33%;
        line-height: 0;
        margin-right: 2.22%; }
        /* line 469, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(4n) {
          margin-right: 0; }
        /* line 472, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(n+5) {
          margin-top: 20px; }
        /* line 475, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(1) {
          transition-delay: .2s; }
        /* line 478, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(2) {
          transition-delay: .3s; }
        /* line 481, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(3) {
          transition-delay: .4s; }
        /* line 484, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(4) {
          transition-delay: .5s; }
        /* line 487, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(5) {
          transition-delay: .6s; }
        /* line 490, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(6) {
          transition-delay: .7s; }
        /* line 493, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(7) {
          transition-delay: .8s; }
        /* line 496, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(8) {
          transition-delay: .9s; }
        /* line 499, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(9) {
          transition-delay: 1s; }
        /* line 502, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(10) {
          transition-delay: 1.1s; }
        /* line 505, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(11) {
          transition-delay: 1.2s; }
        /* line 508, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(12) {
          transition-delay: 1.3s; }
        /* line 511, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box a {
          display: block;
          width: 100%;
          line-height: 0;
          border-radius: 5px;
          overflow: hidden;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          transition: 0.3s; }
          /* line 519, style.scss */
          #top_banner .inner .top_banner_cont .top_banner_box a:hover {
            opacity: 0.8; }
    /* line 525, style.scss */
    #top_banner .inner .ob06 {
      width: 85px;
      right: -180px;
      bottom: -85px; }

  /* line 534, style.scss */
  footer .footer_nav {
    padding: 34px;
    box-sizing: border-box;
    background: #8BA3E5; }
    /* line 538, style.scss */
    footer .footer_nav ul {
      display: flex;
      justify-content: center; }
      /* line 541, style.scss */
      footer .footer_nav ul li {
        font-size: 15px;
        letter-spacing: 0.06em;
        line-height: 1.466em;
        font-weight: bold;
        margin: 0 10px; }
        /* line 547, style.scss */
        footer .footer_nav ul li a {
          display: inline-block;
          color: #fff; }
          /* line 550, style.scss */
          footer .footer_nav ul li a:hover {
            text-decoration: underline; }
  /* line 557, style.scss */
  footer .footer_btm {
    padding: 27px 0 19px;
    text-align: center;
    color: #fff;
    background: #7F98DD; }
    /* line 562, style.scss */
    footer .footer_btm .footer_logo {
      width: 645px;
      margin: 0 auto 14px; }
    /* line 566, style.scss */
    footer .footer_btm .address {
      font-size: 16px;
      letter-spacing: 0.06em;
      line-height: 1.5em;
      margin-bottom: 14px; }
    /* line 572, style.scss */
    footer .footer_btm .copyright {
      font-size: 10px;
      line-height: 1.5em; }

  /* line 579, style.scss */
  .fadeIn {
    opacity: 0;
    transition: 1s cubic-bezier(0.24, 0.155, 0.275, 0.945);
    transition-delay: .2s;
    transform: translateY(20px); }
    /* line 584, style.scss */
    .fadeIn.active {
      opacity: 1;
      transform: translateY(0); }

  /*下層共通*/
  /* line 591, style.scss */
  .under {
    overflow: hidden;
    background: url("../img/under_bg.jpg") no-repeat center top;
    background-size: 1920px auto;
    position: relative; }
    /* line 596, style.scss */
    .under .inner {
      width: 95%;
      max-width: 1080px;
      margin: 0 auto;
      padding: 120px 0;
      position: relative; }
      /* line 602, style.scss */
      .under .inner .breadcrumb {
        margin-bottom: 60px; }
        /* line 604, style.scss */
        .under .inner .breadcrumb ul {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          /* line 608, style.scss */
          .under .inner .breadcrumb ul li {
            font-size: 14px;
            line-height: 1.428em;
            color: #4795FD;
            vertical-align: middle; }
            /* line 613, style.scss */
            .under .inner .breadcrumb ul li.arrow {
              width: 9.5px;
              margin: 0 20px;
              line-height: 0; }
            /* line 618, style.scss */
            .under .inner .breadcrumb ul li a {
              display: inline-block;
              color: #333333; }
              /* line 621, style.scss */
              .under .inner .breadcrumb ul li a:hover {
                text-decoration: underline; }
      /* line 628, style.scss */
      .under .inner h2 {
        font-size: 34px;
        line-height: 1.38em;
        font-weight: bold;
        color: #7F98DD;
        text-align: center;
        margin-bottom: 7px; }
      /* line 636, style.scss */
      .under .inner .en_ttl {
        font-size: 14px;
        line-height: 1.21em;
        font-weight: 600;
        color: #7F98DD;
        text-align: center;
        margin-bottom: 40px; }
      /* line 644, style.scss */
      .under .inner .under_head_txt {
        font-size: 16px;
        line-height: 1.81em;
        margin-bottom: 60px; }
      /* line 649, style.scss */
      .under .inner h3 {
        font-size: 26px;
        line-height: 1.46em;
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom: solid 3px #7F98DD;
        margin-bottom: 20px; }
      /* line 657, style.scss */
      .under .inner h4 {
        font-size: 22px;
        line-height: 1.5em;
        font-weight: bold;
        margin: 40px 0 10px; }
      /* line 664, style.scss */
      .under .inner .under_cont p {
        font-size: 16px;
        line-height: 1.81em; }
        /* line 667, style.scss */
        .under .inner .under_cont p.bold {
          font-weight: bold; } }
@media screen and (min-width: 769px) and (min-width: 1921px) {
  /* line 675, style.scss */
  .under {
    background: url("../img/under_bg.jpg") no-repeat center top;
    background-size: 100% auto; } }
@media screen and (min-width: 769px) {
  /*個人情報保護宣言*/
  /* line 684, style.scss */
  #pp .inner .under_head {
    margin-bottom: 60px; }
    /* line 686, style.scss */
    #pp .inner .under_head .under_head_txt {
      margin-bottom: 0; }
    /* line 689, style.scss */
    #pp .inner .under_head .pp_date {
      text-align: right;
      margin-top: 30px; }
      /* line 692, style.scss */
      #pp .inner .under_head .pp_date a {
        color: #014DA0;
        text-decoration: underline; }
  /* line 699, style.scss */
  #pp .inner .under_cont .pp_box {
    font-size: 16px;
    line-height: 1.81em;
    margin-top: 60px; }
    /* line 703, style.scss */
    #pp .inner .under_cont .pp_box:last-child {
      margin-bottom: 0; }
    /* line 706, style.scss */
    #pp .inner .under_cont .pp_box h3.blue {
      color: #7F98DD; }
    /* line 709, style.scss */
    #pp .inner .under_cont .pp_box.right {
      margin-top: 0; }

  /*サイトポリシー*/
  /* line 722, style.scss */
  #site_policy .inner .under_cont .pp_box {
    margin-bottom: 60px; }
    /* line 724, style.scss */
    #site_policy .inner .under_cont .pp_box:last-of-type {
      margin-bottom: 0; }
    /* line 727, style.scss */
    #site_policy .inner .under_cont .pp_box .pp_box_txt {
      font-size: 16px;
      line-height: 1.81em; }
      /* line 730, style.scss */
      #site_policy .inner .under_cont .pp_box .pp_box_txt span.bold {
        font-weight: bold; }
      /* line 733, style.scss */
      #site_policy .inner .under_cont .pp_box .pp_box_txt a {
        color: #333333;
        text-decoration: underline; }
      /* line 737, style.scss */
      #site_policy .inner .under_cont .pp_box .pp_box_txt.right {
        text-align: right;
        margin-top: 1em; }
    /* line 742, style.scss */
    #site_policy .inner .under_cont .pp_box h3.blue {
      color: #7F98DD; }
    /* line 745, style.scss */
    #site_policy .inner .under_cont .pp_box span.right {
      display: block;
      text-align: right; }
  /* line 750, style.scss */
  #site_policy .inner .under_cont .pp_box_txt {
    font-size: 16px;
    line-height: 1.81em; }
    /* line 753, style.scss */
    #site_policy .inner .under_cont .pp_box_txt.right {
      text-align: right;
      margin-top: 1em; }

  /*女性の活躍に関する情報の公表*/
  /* line 766, style.scss */
  #women .inner .under_cont .women_box {
    margin-bottom: 60px; }
    /* line 768, style.scss */
    #women .inner .under_cont .women_box:last-child {
      margin-bottom: 0; }
    /* line 771, style.scss */
    #women .inner .under_cont .women_box .women_box_txt {
      color: #7F98DD; }
      /* line 773, style.scss */
      #women .inner .under_cont .women_box .women_box_txt span {
        display: inline-block;
        font-size: 22px;
        line-height: 1.31em;
        font-weight: bold; }
    /* line 780, style.scss */
    #women .inner .under_cont .women_box table {
      width: 100%; }
      /* line 783, style.scss */
      #women .inner .under_cont .women_box table tr th {
        width: 16.667%;
        font-size: 16px;
        line-height: 1.5em;
        font-weight: bold;
        color: #fff;
        text-align: left;
        vertical-align: middle;
        box-sizing: border-box;
        padding: 19px 20px 19px 30px;
        background: #7F98DD;
        border: solid 1px #C9C9C9;
        border-collapse: collapse; }
        /* line 796, style.scss */
        #women .inner .under_cont .women_box table tr th.long {
          width: 33.333%; }
      /* line 800, style.scss */
      #women .inner .under_cont .women_box table tr td {
        font-size: 16px;
        line-height: 1.5em;
        vertical-align: middle;
        box-sizing: border-box;
        padding: 19px 20px 19px 30px;
        border: solid 1px #C9C9C9;
        border-collapse: collapse; }
        /* line 808, style.scss */
        #women .inner .under_cont .women_box table tr td.bg {
          font-weight: bold;
          color: #fff;
          background: #7F98DD; }

  /*一般事業主行動計画について*/
  /* line 825, style.scss */
  #action .inner .under_cont .action_box {
    margin-bottom: 60px; }
    /* line 827, style.scss */
    #action .inner .under_cont .action_box:last-child {
      margin-bottom: 0; }
    /* line 830, style.scss */
    #action .inner .under_cont .action_box .action_box_txt {
      font-size: 16px;
      line-height: 1.81em; }

  /*問い合わせ共通*/
  /* line 841, style.scss */
  #inquiry .inner {
    padding-bottom: 300px; }
    /* line 843, style.scss */
    #inquiry .inner h2 {
      margin-bottom: 40px; }
    /* line 846, style.scss */
    #inquiry .inner .under_head_txt {
      margin-bottom: 80px; }
    /* line 850, style.scss */
    #inquiry .inner .under_cont .inquiry_btn {
      width: 420px;
      margin: 0 auto; }
      /* line 853, style.scss */
      #inquiry .inner .under_cont .inquiry_btn .btn {
        width: 100%;
        font-size: 16px;
        line-height: 1;
        font-weight: bold;
        text-align: center;
        margin-bottom: 34px; }
        /* line 860, style.scss */
        #inquiry .inner .under_cont .inquiry_btn .btn:last-child {
          margin-bottom: 0; }
        /* line 863, style.scss */
        #inquiry .inner .under_cont .inquiry_btn .btn a {
          display: block;
          width: 100%;
          color: #fff;
          box-sizing: border-box;
          padding: 13px 0 15px;
          border: solid 3px #7F98DD;
          border-radius: 40px;
          background-color: #7F98DD;
          background-image: url("../img/arrow_white.png");
          background-repeat: no-repeat;
          background-position: right 15px center;
          background-size: 12px;
          transition: 0.3s; }
          /* line 877, style.scss */
          #inquiry .inner .under_cont .inquiry_btn .btn a:hover {
            color: #7F98DD;
            background-color: #fff;
            background-image: url("../img/arrow_blue.png"); }
          /* line 882, style.scss */
          #inquiry .inner .under_cont .inquiry_btn .btn a.white {
            color: #7F98DD;
            background-color: #fff;
            background-image: url("../img/arrow_blue.png"); }
            /* line 886, style.scss */
            #inquiry .inner .under_cont .inquiry_btn .btn a.white:hover {
              color: #fff;
              background-color: #7F98DD;
              background-image: url("../img/arrow_white.png"); }

  /*会社概要*/
  /* line 900, style.scss */
  #outline {
    background: url("../img/outline_bg.jpg") no-repeat center top;
    background-size: 1440px auto; }
    /* line 903, style.scss */
    #outline .outline_box {
      margin-bottom: 60px; }
      /* line 905, style.scss */
      #outline .outline_box:last-child {
        margin-bottom: 0; }
      /* line 908, style.scss */
      #outline .outline_box h3 {
        position: relative; }
        /* line 910, style.scss */
        #outline .outline_box h3 span {
          font-size: 14px;
          font-weight: 400;
          position: absolute;
          right: 0;
          bottom: 9px; }
      /* line 918, style.scss */
      #outline .outline_box h4 {
        color: #7F98DD;
        padding-bottom: 9px;
        border-bottom: solid 1px #7F98DD;
        margin-bottom: 20px; }
      /* line 924, style.scss */
      #outline .outline_box .outline_box_txt {
        margin-bottom: 20px; }
        /* line 926, style.scss */
        #outline .outline_box .outline_box_txt.indent {
          text-indent: 1em; }
          /* line 928, style.scss */
          #outline .outline_box .outline_box_txt.indent:last-of-type {
            margin-bottom: 20px; }
      /* line 933, style.scss */
      #outline .outline_box .name {
        font-size: 19px;
        line-height: 1.47em;
        text-align: right; }
        /* line 937, style.scss */
        #outline .outline_box .name span {
          display: inline-block;
          font-size: 14px; }
      /* line 942, style.scss */
      #outline .outline_box table {
        width: 100%;
        border-collapse: collapse; }
        /* line 946, style.scss */
        #outline .outline_box table tr th {
          width: 27.777%;
          font-size: 16px;
          line-height: 1.75em;
          font-weight: bold;
          color: #fff;
          text-align: left;
          box-sizing: border-box;
          padding: 17px 30px;
          vertical-align: top;
          border: solid 1px #E6E6E6; }
          /* line 957, style.scss */
          #outline .outline_box table tr th.bg01 {
            background: #7F98DD; }
          /* line 960, style.scss */
          #outline .outline_box table tr th.bg02 {
            color: #333333;
            background: #E6F0FF; }
        /* line 965, style.scss */
        #outline .outline_box table tr td {
          width: 72.223%;
          font-size: 16px;
          line-height: 1.75em;
          box-sizing: border-box;
          padding: 17px 24px 17px 31px;
          border: solid 1px #E6E6E6; }
          /* line 972, style.scss */
          #outline .outline_box table tr td .indent {
            display: inline-block;
            padding-left: 9em;
            text-indent: -9em; }
          /* line 977, style.scss */
          #outline .outline_box table tr td .history_box {
            display: flex;
            justify-content: space-between;
            margin-bottom: 5px; }
            /* line 981, style.scss */
            #outline .outline_box table tr td .history_box:last-child {
              margin-bottom: 0; }
            /* line 984, style.scss */
            #outline .outline_box table tr td .history_box .month {
              width: 48px; }
            /* line 987, style.scss */
            #outline .outline_box table tr td .history_box .txt {
              flex: 1; } }
@media screen and (min-width: 769px) and (min-width: 1441px) {
  /* line 997, style.scss */
  #outline {
    background: url("../img/outline_bg.jpg") no-repeat center top;
    background-size: 100% auto; } }
@media screen and (min-width: 769px) {
  /*業務紹介*/
  /* line 1004, style.scss */
  #company {
    background: url("../img/company_bg.jpg") no-repeat center top;
    background-size: 1440px auto; }
    /* line 1007, style.scss */
    #company .company_box {
      margin-bottom: 60px; }
      /* line 1009, style.scss */
      #company .company_box:last-child {
        margin-bottom: 0; }
      /* line 1012, style.scss */
      #company .company_box h3 {
        position: relative; }
        /* line 1014, style.scss */
        #company .company_box h3 span {
          font-size: 14px;
          font-weight: 400;
          position: absolute;
          right: 0;
          bottom: 9px; }
      /* line 1023, style.scss */
      #company .company_box h4:first-of-type {
        margin-top: 0; }
      /* line 1026, style.scss */
      #company .company_box h4.blue {
        color: #7F98DD;
        padding-bottom: 9px;
        border-bottom: solid 1px #7F98DD;
        margin: 40px 0 20px; }
      /* line 1032, style.scss */
      #company .company_box h4 span {
        color: #7F98DD; }
      /* line 1037, style.scss */
      #company .company_box .company_box_txt.indent {
        text-indent: 1em; }
      /* line 1041, style.scss */
      #company .company_box .company_box_img {
        margin: 40px auto 0; }
        /* line 1043, style.scss */
        #company .company_box .company_box_img.img01 {
          width: 100%; }
        /* line 1046, style.scss */
        #company .company_box .company_box_img.img02 {
          width: 700px; }
        /* line 1049, style.scss */
        #company .company_box .company_box_img.img03 {
          width: 500px;
          margin-bottom: 40px; }
        /* line 1053, style.scss */
        #company .company_box .company_box_img.img04 {
          max-width: 915px; }
      /* line 1057, style.scss */
      #company .company_box .company_box_line_txt {
        max-width: 900px;
        margin: 30px auto 0;
        line-height: 1.75em;
        box-sizing: border-box;
        padding: 31px 37px;
        border: solid 1px #7F98DD; }
      /* line 1065, style.scss */
      #company .company_box .num_boxes {
        max-width: 907px;
        margin: 40px auto 0;
        display: flex;
        justify-content: space-between; }
        /* line 1070, style.scss */
        #company .company_box .num_boxes .num_box {
          width: 31.422%; }
          /* line 1072, style.scss */
          #company .company_box .num_boxes .num_box .company_box_txt {
            width: 96.842%;
            margin: 10px auto 0;
            color: #7F98DD; } }
@media screen and (min-width: 769px) and (min-width: 1441px) {
  /* line 1082, style.scss */
  #company {
    background: url("../img/company_bg.jpg") no-repeat center top;
    background-size: 100% auto; } }
@media screen and (min-width: 769px) {
  /*お知らせ（一覧）*/
  /* line 1090, style.scss */
  #news .news_cont {
    margin-bottom: 40px;
    border-top: solid 1px #E6E6E6; }
    /* line 1093, style.scss */
    #news .news_cont .news_box {
      padding: 18px 24px;
      display: flex;
      justify-content: space-between;
      border-bottom: solid 1px #E6E6E6; }
      /* line 1098, style.scss */
      #news .news_cont .news_box .date {
        width: 104px;
        font-size: 16px;
        letter-spacing: 0.03em;
        line-height: 1.5em;
        font-weight: 600;
        color: #7F98DD; }
      /* line 1106, style.scss */
      #news .news_cont .news_box .ttl {
        width: 100%;
        max-width: 922px;
        font-size: 16px;
        line-height: 1.5em;
        font-weight: 500; }
        /* line 1112, style.scss */
        #news .news_cont .news_box .ttl a {
          display: inline-block;
          color: #333333; }
          /* line 1115, style.scss */
          #news .news_cont .news_box .ttl a.pdf {
            padding-right: 30px;
            background: url("../img/pdf_icon.png") no-repeat right center;
            background-size: 20px; }
          /* line 1120, style.scss */
          #news .news_cont .news_box .ttl a:hover {
            text-decoration: underline; }
  /* line 1127, style.scss */
  #news .pagenation {
    text-align: center; }
    /* line 1129, style.scss */
    #news .pagenation a {
      display: inline-block;
      margin: 0 15px;
      vertical-align: middle;
      font-size: 18px;
      line-height: 1;
      font-weight: 600;
      color: #C9C9C9;
      border: none;
      padding: 0;
      transition: 0.3s; }
      /* line 1140, style.scss */
      #news .pagenation a:hover {
        text-decoration: underline; }
      /* line 1143, style.scss */
      #news .pagenation a.nextpostslink {
        width: 50px;
        height: 50px;
        background: url("../img/next_arrow.png") no-repeat;
        background-size: contain;
        font-size: 0; }
      /* line 1150, style.scss */
      #news .pagenation a.previouspostslink {
        width: 50px;
        height: 50px;
        background: url("../img/prev_arrow.png") no-repeat;
        background-size: contain;
        font-size: 0; }
    /* line 1158, style.scss */
    #news .pagenation span {
      display: inline-block;
      margin: 0 15px;
      vertical-align: middle;
      font-size: 18px;
      line-height: 1;
      font-weight: 600;
      color: #C9C9C9;
      border: none;
      padding: 0; }
      /* line 1168, style.scss */
      #news .pagenation span.current {
        color: #7F98DD; }

  /*お知らせ（一覧）*/
  /* line 1178, style.scss */
  #news_d .news_d_inner .date {
    font-size: 16px;
    font-weight: 600;
    color: #7F98DD;
    margin-bottom: 20px; }
  /* line 1184, style.scss */
  #news_d .news_d_inner h2 {
    font-size: 30px;
    line-height: 1.566em;
    font-weight: bold;
    color: #333333;
    text-align: left;
    margin-bottom: 20px; }
  /* line 1192, style.scss */
  #news_d .news_d_inner .news_d_cont {
    color: #333333; }
    /* line 1194, style.scss */
    #news_d .news_d_inner .news_d_cont img {
      margin-bottom: 60px; }
    /* line 1197, style.scss */
    #news_d .news_d_inner .news_d_cont h3 {
      font-size: 26px;
      line-height: 1.5em;
      font-weight: bold;
      padding-bottom: 10px;
      border-bottom: solid 3px #7F98DD;
      margin-bottom: 15px; }
    /* line 1205, style.scss */
    #news_d .news_d_inner .news_d_cont h4 {
      font-size: 22px;
      line-height: 1.5em;
      font-weight: bold;
      margin: 0 0 10px; }
    /* line 1211, style.scss */
    #news_d .news_d_inner .news_d_cont h5 {
      font-size: 20px;
      line-height: 1.5em;
      font-weight: bold;
      margin: 0 0 10px; }
    /* line 1217, style.scss */
    #news_d .news_d_inner .news_d_cont p {
      margin-bottom: 40px; } }
/* SP */
@media screen and (max-width: 768px) {
  /* line 1227, style.scss */
  .pconly {
    display: none !important; }

  /* line 1231, style.scss */
  header {
    width: 100%;
    position: fixed;
    top: 3.46vw;
    z-index: 10; }
    /* line 1236, style.scss */
    header .header_inner {
      width: 96.266vw;
      margin: 0 auto;
      height: 12.8vw;
      box-sizing: border-box;
      padding: 4vw 0 3.73vw 5.06vw;
      background: #fff;
      border-radius: 6.4vw;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      /* line 1247, style.scss */
      header .header_inner .logo {
        font-size: 3.46vw;
        letter-spacing: 0.06em;
        line-height: 1.46em;
        font-weight: bold;
        position: relative;
        z-index: 22; }
        /* line 1254, style.scss */
        header .header_inner .logo a {
          display: block;
          color: #333333; }

  /*ハンバーガー メニュー*/
  /* line 1263, style.scss */
  nav.hum {
    display: block;
    position: fixed;
    top: 0;
    right: -100vw;
    /*bottom: 0;*/
    width: 95.733vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 21;
    opacity: 1;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 17.33vw; }

  /* line 1281, style.scss */
  .open nav.hum {
    right: 0;
    opacity: 1; }

  /* line 1287, style.scss */
  nav.hum .inner {
    width: 81.33vw;
    margin-left: 5.33vw;
    padding: 23.2vw 0 0; }
    /* line 1291, style.scss */
    nav.hum .inner .hum_nav {
      border-top: solid 0.266vw #E6E6E6;
      margin-bottom: 8vw; }
      /* line 1294, style.scss */
      nav.hum .inner .hum_nav a {
        display: block;
        width: 100%;
        padding: 5.33vw 0;
        box-sizing: border-box;
        border-bottom: solid 0.266vw #E6E6E6;
        background: url("../img/arrow_blue.png") no-repeat right 4.53vw top 9.06vw;
        background-size: 3.23vw; }
        /* line 1302, style.scss */
        nav.hum .inner .hum_nav a .ja {
          font-size: 4.533vw;
          letter-spacing: 0.06em;
          line-height: 1.47em;
          font-weight: bold;
          color: #333333; }
        /* line 1309, style.scss */
        nav.hum .inner .hum_nav a .en {
          font-size: 3.466vw;
          line-height: 1.23em;
          font-weight: 600;
          color: #7F98DD; }
    /* line 1318, style.scss */
    nav.hum .inner ul li {
      font-size: 4vw;
      line-height: 1.46em;
      margin-bottom: 5.33vw; }
      /* line 1322, style.scss */
      nav.hum .inner ul li:last-child {
        margin-bottom: 0; }
      /* line 1325, style.scss */
      nav.hum .inner ul li a {
        display: inline-block;
        color: #333333; }

  /*============
  .toggle_btn
  =============*/
  /* line 1338, style.scss */
  .toggle_btn {
    display: block;
    position: fixed;
    top: 3.46vw;
    right: 1.866vw;
    width: 12.8vw;
    height: 12.8vw;
    transition: all .5s;
    cursor: pointer;
    border-radius: 50%;
    background: #7F98DD;
    z-index: 23; }

  /* line 1351, style.scss */
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 5.33vw;
    height: 0.533vw;
    background-color: #fff;
    transition: all .5s; }

  /* line 1361, style.scss */
  .toggle_btn span:nth-child(1) {
    top: 4vw; }

  /* line 1364, style.scss */
  .toggle_btn span:nth-child(2) {
    top: 6.13vw; }

  /* line 1367, style.scss */
  .toggle_btn span:nth-child(3) {
    top: 8.26vw; }

  /* line 1370, style.scss */
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateX(-50%) translateY(2.13vw) rotate(-315deg);
    transform: translateX(-50%) translateY(2.13vw) rotate(-315deg); }

  /* line 1374, style.scss */
  .open .toggle_btn span:nth-child(2) {
    opacity: 0; }

  /* line 1377, style.scss */
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateX(-50%) translateY(-2.13vw) rotate(315deg);
    transform: translateX(-50%) translateY(-2.13vw) rotate(315deg); }

  /*============
  #mask
  =============*/
  /* line 1385, style.scss */
  #mask {
    display: none;
    transition: all .5s; }

  /* line 1389, style.scss */
  .open #mask {
    display: block;
    transition: all .5s;
    position: absolute;
    top: 13.73vw;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 20; }

  /* line 1394, style.scss */
  main.top {
    background: url("../img/main_bg_sp.jpg") no-repeat center top;
    background-size: 100% auto;
    position: relative;
    overflow: hidden; }
    /* line 1399, style.scss */
    main.top .inner {
      width: 89.866vw;
      margin: 0 auto;
      position: relative; }
    /* line 1404, style.scss */
    main.top .ob {
      position: absolute;
      z-index: -1; }

  /* line 1410, style.scss */
  #mv {
    position: relative; }
    /* line 1412, style.scss */
    #mv::after {
      width: 100%;
      height: 100vh;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #7F98DD;
      z-index: 11;
      transition: 1s cubic-bezier(0.24, 0.155, 0.275, 0.945);
      transition-delay: .3s; }
    /* line 1426, style.scss */
    #mv.active::after {
      width: 0;
      left: 100%; }
    /* line 1430, style.scss */
    #mv .inner {
      padding: 60.266vw 0 0;
      margin-bottom: 10.66vw; }
      /* line 1433, style.scss */
      #mv .inner h1 {
        font-size: 7.2vw;
        letter-spacing: 0.06em;
        line-height: 1.518em;
        font-weight: bold;
        transition: 1s cubic-bezier(0.24, 0.155, 0.275, 0.945);
        transition-delay: .4s;
        opacity: 0;
        transform: translateX(-21.33vw); }
        /* line 1442, style.scss */
        #mv .inner h1.active {
          opacity: 1;
          transform: translateX(0); }
      /* line 1447, style.scss */
      #mv .inner .mv_txt {
        font-size: 4vw;
        line-height: 2.2em;
        font-weight: 500;
        margin-top: 2.66vw;
        transition: 1s cubic-bezier(0.24, 0.155, 0.275, 0.945);
        transition-delay: .7s;
        opacity: 0;
        transform: translateX(-21.33vw); }
        /* line 1456, style.scss */
        #mv .inner .mv_txt.active {
          opacity: 1;
          transform: translateX(0); }

  /* line 1464, style.scss */
  #top_news {
    position: relative;
    z-index: 2; }
    /* line 1467, style.scss */
    #top_news .inner {
      margin-bottom: 18.4vw; }
      /* line 1469, style.scss */
      #top_news .inner .top_news_ttl {
        color: #7F98DD;
        margin-bottom: 8vw;
        transform: translate(0, 103%);
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
        overflow: hidden; }
        /* line 1475, style.scss */
        #top_news .inner .top_news_ttl h2 {
          font-size: 10.66vw;
          line-height: 1.2em;
          font-weight: 600;
          margin-bottom: 0.53vw; }
        /* line 1481, style.scss */
        #top_news .inner .top_news_ttl .ja_ttl {
          font-size: 4.26vw;
          line-height: 1.5em;
          font-weight: bold; }
        /* line 1486, style.scss */
        #top_news .inner .top_news_ttl.active {
          transform: translate(0, 0); }
      /* line 1490, style.scss */
      #top_news .inner .top_news_cont {
        border-top: solid 0.266vw #E6E6E6;
        margin-bottom: 10.66vw;
        transition-delay: .1s;
        transform: translateY(10.66vw); }
        /* line 1495, style.scss */
        #top_news .inner .top_news_cont.active {
          transform: translateY(0); }
        /* line 1498, style.scss */
        #top_news .inner .top_news_cont .top_news_box {
          box-sizing: border-box;
          padding: 4.26vw 0;
          border-bottom: solid 0.266vw #E6E6E6; }
          /* line 1502, style.scss */
          #top_news .inner .top_news_cont .top_news_box .date {
            font-size: 3.2vw;
            letter-spacing: 0.03em;
            line-height: 1.16em;
            font-weight: 600;
            color: #7F98DD;
            margin-bottom: 1.6vw; }
          /* line 1510, style.scss */
          #top_news .inner .top_news_cont .top_news_box .ttl {
            font-weight: 500;
            color: #333333; }
            /* line 1513, style.scss */
            #top_news .inner .top_news_cont .top_news_box .ttl a {
              display: inline-block;
              font-size: 3.73vw;
              line-height: 1.71em;
              font-weight: 500;
              color: #333333; }
              /* line 1519, style.scss */
              #top_news .inner .top_news_cont .top_news_box .ttl a.pdf {
                display: inline;
                padding-right: 8vw;
                background: url("../img/pdf_icon.png") no-repeat right center;
                background-size: 5.33vw; }
      /* line 1529, style.scss */
      #top_news .inner .top_news_btn {
        width: 74.66vw;
        margin: 0 auto;
        font-size: 4.266vw;
        font-weight: bold;
        text-align: center; }
        /* line 1535, style.scss */
        #top_news .inner .top_news_btn a {
          display: block;
          color: #fff;
          padding: 4.533vw 0;
          border-radius: 10.66vw;
          background: url("../img/arrow_white.png") no-repeat right 4.8vw center #7F98DD;
          background-size: 3.2vw; }
      /* line 1544, style.scss */
      #top_news .inner .ob01 {
        width: 41.066vw;
        right: -25.6vw;
        top: 0.53vw; }

  /* line 1553, style.scss */
  #top_company .inner {
    margin-bottom: 10.93vw; }
    /* line 1555, style.scss */
    #top_company .inner .top_company_box {
      border-radius: 24vw;
      background: #fff;
      box-shadow: 0 0 5.06vw rgba(0, 0, 0, 0.16);
      position: relative;
      padding-bottom: 13.06vw;
      text-align: center; }
      /* line 1562, style.scss */
      #top_company .inner .top_company_box:first-of-type {
        margin-bottom: 10.93vw; }
      /* line 1565, style.scss */
      #top_company .inner .top_company_box .top_company_box_img {
        width: 100%;
        height: 48vw;
        border-radius: 24vw 24vw 0 24vw;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        /* line 1572, style.scss */
        #top_company .inner .top_company_box .top_company_box_img.img01 {
          background-image: url("../img/top_company_img_01.png"); }
        /* line 1575, style.scss */
        #top_company .inner .top_company_box .top_company_box_img.img02 {
          background-image: url("../img/top_company_img_02.png"); }
      /* line 1579, style.scss */
      #top_company .inner .top_company_box .top_company_box_txt {
        width: 73.866vw;
        margin: 0 auto 7.73vw;
        padding-top: 4.8vw; }
        /* line 1583, style.scss */
        #top_company .inner .top_company_box .top_company_box_txt h2 {
          font-size: 5.866vw;
          line-height: 1.5em;
          font-weight: bold;
          opacity: 0;
          transform: translateY(30px);
          transition: 1s cubic-bezier(0.24, 0.155, 0.275, 0.945);
          transition-delay: .3s; }
        /* line 1592, style.scss */
        #top_company .inner .top_company_box .top_company_box_txt h3 {
          font-size: 3.2vw;
          line-height: 1.17em;
          font-weight: 600;
          color: #7F98DD;
          margin: 0.8vw 0 4vw;
          opacity: 0;
          transform: translateY(30px);
          transition: 1s cubic-bezier(0.24, 0.155, 0.275, 0.945);
          transition-delay: .6s; }
        /* line 1603, style.scss */
        #top_company .inner .top_company_box .top_company_box_txt .txt {
          font-size: 4vw;
          line-height: 1.93em;
          text-align: left;
          opacity: 0;
          transform: translateY(30px);
          transition: 1s cubic-bezier(0.24, 0.155, 0.275, 0.945);
          transition-delay: .9s; }
      /* line 1613, style.scss */
      #top_company .inner .top_company_box a {
        display: inline-block;
        font-size: 4vw;
        line-height: 1.46em;
        font-weight: bold;
        color: #7F98DD;
        padding-right: 8.67vw;
        background: url("../img/arrow_blue.png") no-repeat right center;
        background-size: 2.86vw;
        opacity: 0;
        transform: translateY(30px);
        transition: 1s cubic-bezier(0.24, 0.155, 0.275, 0.945);
        transition-delay: 1.2s; }
      /* line 1628, style.scss */
      #top_company .inner .top_company_box.active h2 {
        opacity: 1;
        transform: translateY(0); }
      /* line 1632, style.scss */
      #top_company .inner .top_company_box.active h3 {
        opacity: 1;
        transform: translateY(0); }
      /* line 1636, style.scss */
      #top_company .inner .top_company_box.active .txt {
        opacity: 1;
        transform: translateY(0); }
      /* line 1640, style.scss */
      #top_company .inner .top_company_box.active a {
        opacity: 1;
        transform: translateY(0); }
    /* line 1646, style.scss */
    #top_company .inner .ob03 {
      width: 66.13vw;
      left: -33.06vw;
      top: -34.93vw; }
    /* line 1651, style.scss */
    #top_company .inner .ob04 {
      width: 34.26vw;
      right: -11.86vw;
      top: 95.866vw; }
    /* line 1656, style.scss */
    #top_company .inner .ob05 {
      width: 74.86vw;
      right: -49.28vw;
      bottom: -37.333vw; }

  /* line 1665, style.scss */
  #top_recruit .inner {
    width: 100%;
    margin-bottom: 16vw;
    position: relative;
    background: url("../img/top_recruit_bg_sp.jpg") no-repeat center;
    background-size: cover;
    padding: 24vw 0 26.66vw;
    text-align: center; }
    /* line 1673, style.scss */
    #top_recruit .inner .top_recruit_box {
      color: #fff; }
      /* line 1675, style.scss */
      #top_recruit .inner .top_recruit_box h2 {
        font-size: 10.66vw;
        line-height: 1.2em;
        font-weight: 600;
        margin-bottom: 10.66vw;
        transition-delay: .4s; }
      /* line 1682, style.scss */
      #top_recruit .inner .top_recruit_box .top_recruit_box_right {
        width: 73.866vw;
        margin: 0 auto 12.8vw; }
        /* line 1685, style.scss */
        #top_recruit .inner .top_recruit_box .top_recruit_box_right h3 {
          font-size: 5.86vw;
          line-height: 1.5em;
          font-weight: bold;
          margin-bottom: 4vw;
          transition-delay: .6s; }
        /* line 1692, style.scss */
        #top_recruit .inner .top_recruit_box .top_recruit_box_right .txt {
          font-size: 4vw;
          line-height: 1.93em;
          text-align: left;
          transition-delay: .8s; }
    /* line 1700, style.scss */
    #top_recruit .inner a {
      display: inline-block;
      font-size: 4vw;
      line-height: 1.46em;
      font-weight: bold;
      color: #fff;
      padding-right: 8.67vw;
      background: url("../img/arrow_white.png") no-repeat right center;
      background-size: 2.86vw;
      transition-delay: 1s; }

  /* line 1714, style.scss */
  #top_banner .inner {
    width: 74.666vw;
    margin-bottom: 21.333vw; }
    /* line 1717, style.scss */
    #top_banner .inner .top_banner_cont {
      width: 100%; }
      /* line 1719, style.scss */
      #top_banner .inner .top_banner_cont .top_banner_box {
        width: 100% vw;
        line-height: 0;
        margin-bottom: 6.93vw; }
        /* line 1723, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:last-child {
          margin-bottom: 0; }
        /* line 1726, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(1) {
          transition-delay: .2s; }
        /* line 1729, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(2) {
          transition-delay: .3s; }
        /* line 1732, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(3) {
          transition-delay: .4s; }
        /* line 1735, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(4) {
          transition-delay: .5s; }
        /* line 1738, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(5) {
          transition-delay: .6s; }
        /* line 1741, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(6) {
          transition-delay: .7s; }
        /* line 1744, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(7) {
          transition-delay: .8s; }
        /* line 1747, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(8) {
          transition-delay: .9s; }
        /* line 1750, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(9) {
          transition-delay: 1s; }
        /* line 1753, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box:nth-child(10) {
          transition-delay: 1.1s; }
        /* line 1756, style.scss */
        #top_banner .inner .top_banner_cont .top_banner_box a {
          display: block;
          width: 100%;
          line-height: 0;
          border-radius: 1.33vw;
          overflow: hidden;
          box-shadow: 0 0 2.66vw rgba(0, 0, 0, 0.16); }

  /* line 1770, style.scss */
  footer .footer_nav {
    padding: 12.266vw 10.4vw;
    box-sizing: border-box;
    background: #8BA3E5; }
    /* line 1775, style.scss */
    footer .footer_nav ul li {
      font-size: 3.73vw;
      letter-spacing: 0.06em;
      line-height: 1.428em;
      font-weight: bold;
      margin-bottom: 5.33vw; }
      /* line 1781, style.scss */
      footer .footer_nav ul li:last-child {
        margin-bottom: 0; }
      /* line 1784, style.scss */
      footer .footer_nav ul li a {
        display: inline-block;
        color: #fff; }
        /* line 1787, style.scss */
        footer .footer_nav ul li a:hover {
          text-decoration: underline; }
  /* line 1794, style.scss */
  footer .footer_btm {
    padding: 13.066vw 0 8.53vw;
    text-align: center;
    color: #fff;
    background: #7F98DD; }
    /* line 1799, style.scss */
    footer .footer_btm .footer_logo {
      width: 74.666vw;
      margin: 0 auto 2.66vw; }
    /* line 1803, style.scss */
    footer .footer_btm .address {
      font-size: 3.733vw;
      letter-spacing: 0.06em;
      line-height: 1.71em;
      margin-bottom: 2.66vw; }
    /* line 1809, style.scss */
    footer .footer_btm .copyright {
      font-size: 2.66vw;
      line-height: 1.5em; }

  /* line 1816, style.scss */
  .fadeIn {
    opacity: 0;
    transition: 1s cubic-bezier(0.24, 0.155, 0.275, 0.945);
    transition-delay: .2s;
    transform: translateY(5.33vw); }
    /* line 1821, style.scss */
    .fadeIn.active {
      opacity: 1;
      transform: translateY(0); }

  /*下層共通*/
  /* line 1828, style.scss */
  .under {
    overflow: hidden;
    background: url("../img/under_bg_sp.jpg") no-repeat center top;
    background-size: 100% auto;
    position: relative; }
    /* line 1833, style.scss */
    .under .inner {
      width: 89.333vw;
      margin: 0 auto;
      padding: 26.666vw 0 21.333vw;
      position: relative; }
      /* line 1838, style.scss */
      .under .inner .breadcrumb {
        display: none;
        margin-bottom: 60px; }
        /* line 1841, style.scss */
        .under .inner .breadcrumb ul {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          /* line 1845, style.scss */
          .under .inner .breadcrumb ul li {
            font-size: 14px;
            line-height: 1.428em;
            color: #4795FD;
            vertical-align: middle; }
            /* line 1850, style.scss */
            .under .inner .breadcrumb ul li.arrow {
              width: 9.5px;
              margin: 0 20px;
              line-height: 0; }
            /* line 1855, style.scss */
            .under .inner .breadcrumb ul li a {
              display: inline-block;
              color: #333333; }
              /* line 1858, style.scss */
              .under .inner .breadcrumb ul li a:hover {
                text-decoration: underline; }
      /* line 1865, style.scss */
      .under .inner h2 {
        font-size: 6.133vw;
        line-height: 1.478em;
        font-weight: bold;
        color: #7F98DD;
        text-align: center;
        margin-bottom: 2.13vw; }
      /* line 1873, style.scss */
      .under .inner .en_ttl {
        font-size: 3.733vw;
        line-height: 1.21em;
        font-weight: 600;
        color: #7F98DD;
        text-align: center;
        margin-bottom: 10.66vw; }
      /* line 1881, style.scss */
      .under .inner .under_head_txt {
        font-size: 4.266vw;
        line-height: 1.81em;
        margin-bottom: 16vw; }
      /* line 1886, style.scss */
      .under .inner h3 {
        font-size: 5.6vw;
        line-height: 1.52em;
        font-weight: bold;
        padding-bottom: 2.93vw;
        border-bottom: solid 0.8vw #7F98DD;
        margin-bottom: 5.33vw; }
      /* line 1894, style.scss */
      .under .inner h4 {
        font-size: 5.066vw;
        line-height: 1.52em;
        font-weight: bold;
        margin: 8vw 0 2.66vw; }
      /* line 1901, style.scss */
      .under .inner .under_cont p {
        font-size: 4.266vw;
        line-height: 1.81em; }
        /* line 1904, style.scss */
        .under .inner .under_cont p.bold {
          font-weight: bold; }

  /*個人情報保護宣言*/
  /* line 1915, style.scss */
  #pp .inner .under_head {
    margin-bottom: 16vw; }
    /* line 1917, style.scss */
    #pp .inner .under_head .under_head_txt {
      margin-bottom: 0; }
    /* line 1920, style.scss */
    #pp .inner .under_head .pp_date {
      margin-top: 8vw; }
      /* line 1922, style.scss */
      #pp .inner .under_head .pp_date a {
        color: #014DA0;
        text-decoration: underline; }
  /* line 1929, style.scss */
  #pp .inner .under_cont .pp_box {
    font-size: 4.266vw;
    line-height: 1.81em;
    margin-top: 16vw; }
    /* line 1933, style.scss */
    #pp .inner .under_cont .pp_box:last-child {
      margin-bottom: 0; }
    /* line 1936, style.scss */
    #pp .inner .under_cont .pp_box h3.blue {
      color: #7F98DD; }
    /* line 1939, style.scss */
    #pp .inner .under_cont .pp_box span.right {
      display: block;
      text-align: right; }
    /* line 1943, style.scss */
    #pp .inner .under_cont .pp_box.right {
      margin-top: 0;
      text-align: right; }

  /*サイトポリシー*/
  /* line 1956, style.scss */
  #site_policy .inner .under_cont .pp_box {
    font-size: 4.266vw;
    line-height: 1.81em;
    margin-bottom: 16vw; }
    /* line 1960, style.scss */
    #site_policy .inner .under_cont .pp_box:last-child {
      margin-bottom: 0; }
    /* line 1964, style.scss */
    #site_policy .inner .under_cont .pp_box .pp_box_txt span.bold {
      font-weight: bold; }
    /* line 1967, style.scss */
    #site_policy .inner .under_cont .pp_box .pp_box_txt a {
      color: #333333;
      text-decoration: underline; }
    /* line 1972, style.scss */
    #site_policy .inner .under_cont .pp_box h3.blue {
      color: #7F98DD; }
    /* line 1975, style.scss */
    #site_policy .inner .under_cont .pp_box span.right {
      display: block;
      text-align: right; }
  /* line 1980, style.scss */
  #site_policy .inner .under_cont .pp_box_txt {
    font-size: 4.266vw;
    line-height: 1.81em; }
    /* line 1983, style.scss */
    #site_policy .inner .under_cont .pp_box_txt.right {
      text-align: right;
      margin-top: 1em; }

  /*女性の活躍に関する情報の公表*/
  /* line 1996, style.scss */
  #women .inner .under_cont .women_box {
    margin-bottom: 16vw; }
    /* line 1998, style.scss */
    #women .inner .under_cont .women_box:last-child {
      margin-bottom: 0; }
    /* line 2001, style.scss */
    #women .inner .under_cont .women_box .women_box_txt {
      color: #7F98DD; }
      /* line 2003, style.scss */
      #women .inner .under_cont .women_box .women_box_txt span {
        display: inline-block;
        font-size: 5.066vw;
        line-height: 1.47em;
        font-weight: bold; }
    /* line 2010, style.scss */
    #women .inner .under_cont .women_box table {
      width: 100%; }
      /* line 2013, style.scss */
      #women .inner .under_cont .women_box table tr th {
        font-size: 4.266vw;
        line-height: 1.8125em;
        font-weight: bold;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        box-sizing: border-box;
        padding: 4.8vw 0;
        background: #7F98DD;
        border: solid 0.266vw #C9C9C9;
        border-collapse: collapse; }
        /* line 2025, style.scss */
        #women .inner .under_cont .women_box table tr th.blank {
          width: 28.4%; }
        /* line 2028, style.scss */
        #women .inner .under_cont .women_box table tr th.long {
          width: 71.6%; }
      /* line 2032, style.scss */
      #women .inner .under_cont .women_box table tr td {
        font-size: 4.266vw;
        line-height: 1.8125em;
        vertical-align: middle;
        text-align: center;
        box-sizing: border-box;
        padding: 4.8vw 0;
        border: solid 0.266vw #C9C9C9;
        border-collapse: collapse; }
        /* line 2041, style.scss */
        #women .inner .under_cont .women_box table tr td.bg {
          font-weight: bold;
          color: #fff;
          background: #7F98DD; }
      /* line 2048, style.scss */
      #women .inner .under_cont .women_box table.table02 {
        margin-top: 4vw; }
        /* line 2051, style.scss */
        #women .inner .under_cont .women_box table.table02 tr th {
          text-align: left;
          padding: 3.33vw 0 3.33vw 5.33vw; }
        /* line 2055, style.scss */
        #women .inner .under_cont .women_box table.table02 tr td {
          text-align: left;
          padding-left: 5.33vw; }
          /* line 2058, style.scss */
          #women .inner .under_cont .women_box table.table02 tr td.bg {
            text-align: center;
            padding-left: 0; }

  /*一般事業主行動計画について*/
  /* line 2075, style.scss */
  #action .inner .under_cont .action_box {
    margin-bottom: 16vw; }
    /* line 2077, style.scss */
    #action .inner .under_cont .action_box:last-child {
      margin-bottom: 0; }
    /* line 2080, style.scss */
    #action .inner .under_cont .action_box .action_box_txt {
      font-size: 4.266vw;
      line-height: 1.81em; }

  /*問い合わせ共通*/
  /* line 2091, style.scss */
  #inquiry .inner {
    padding-bottom: 42.66vw; }
    /* line 2093, style.scss */
    #inquiry .inner h2 {
      margin-bottom: 10.66vw; }
    /* line 2097, style.scss */
    #inquiry .inner .under_cont .inquiry_btn {
      width: 74.666vw;
      margin: 0 auto; }
      /* line 2100, style.scss */
      #inquiry .inner .under_cont .inquiry_btn .btn {
        width: 100%;
        font-size: 4.266vw;
        line-height: 1.375em;
        font-weight: bold;
        text-align: center;
        margin-bottom: 8vw; }
        /* line 2107, style.scss */
        #inquiry .inner .under_cont .inquiry_btn .btn:last-child {
          margin-bottom: 0; }
        /* line 2110, style.scss */
        #inquiry .inner .under_cont .inquiry_btn .btn a {
          display: block;
          width: 100%;
          color: #fff;
          box-sizing: border-box;
          padding: 4vw 0;
          border: solid 0.8vw #7F98DD;
          border-radius: 10.66vw;
          background-color: #7F98DD;
          background-image: url("../img/arrow_white.png");
          background-repeat: no-repeat;
          background-position: right 4vw center;
          background-size: 3.232vw; }
          /* line 2123, style.scss */
          #inquiry .inner .under_cont .inquiry_btn .btn a.white {
            color: #7F98DD;
            background-color: #fff;
            background-image: url("../img/arrow_blue.png"); }

  /*会社概要*/
  /* line 2136, style.scss */
  #outline {
    background: url("../img/outline_bg_sp.jpg") no-repeat center top;
    background-size: 100% auto; }
    /* line 2139, style.scss */
    #outline .outline_box {
      margin-bottom: 16vw; }
      /* line 2141, style.scss */
      #outline .outline_box:last-child {
        margin-bottom: 0; }
      /* line 2144, style.scss */
      #outline .outline_box h3 {
        position: relative; }
        /* line 2146, style.scss */
        #outline .outline_box h3 span {
          font-size: 3.73vw;
          font-weight: 400;
          position: absolute;
          right: 1.46vw;
          bottom: 2.4vw; }
          /* line 2152, style.scss */
          #outline .outline_box h3 span.row {
            display: block;
            width: 100%;
            line-height: 1.4em;
            position: inherit;
            right: inherit;
            bottom: inherit;
            text-align: right; }
      /* line 2163, style.scss */
      #outline .outline_box h4 {
        color: #7F98DD;
        padding-bottom: 2.4vw;
        border-bottom: solid 0.266vw #7F98DD;
        margin-bottom: 2.66vw; }
      /* line 2169, style.scss */
      #outline .outline_box .outline_box_txt {
        margin-bottom: 5.33vw; }
        /* line 2171, style.scss */
        #outline .outline_box .outline_box_txt.indent {
          text-indent: 1em; }
          /* line 2173, style.scss */
          #outline .outline_box .outline_box_txt.indent:last-of-type {
            margin-bottom: 5.33vw; }
      /* line 2178, style.scss */
      #outline .outline_box .name {
        font-size: 5.066vw;
        line-height: 1.47em;
        text-align: right; }
        /* line 2182, style.scss */
        #outline .outline_box .name span {
          display: inline-block;
          font-size: 3.73vw; }
      /* line 2187, style.scss */
      #outline .outline_box table {
        width: 100%;
        border-collapse: collapse; }
        /* line 2191, style.scss */
        #outline .outline_box table tr th {
          width: 25.333vw;
          font-size: 4.266vw;
          line-height: 1.75em;
          font-weight: bold;
          color: #fff;
          text-align: left;
          box-sizing: border-box;
          padding: 4.8vw 1.866vw;
          vertical-align: top;
          border: solid 0.266vw #E6E6E6; }
          /* line 2202, style.scss */
          #outline .outline_box table tr th.bg01 {
            background: #7F98DD; }
          /* line 2205, style.scss */
          #outline .outline_box table tr th.bg02 {
            color: #333333;
            background: #E6F0FF; }
        /* line 2210, style.scss */
        #outline .outline_box table tr td {
          width: 64vw;
          font-size: 16px;
          line-height: 1.75em;
          box-sizing: border-box;
          padding: 4.8vw 3.2vw 4.8vw 4.8vw;
          border: solid 0.266vw #E6E6E6; }
          /* line 2217, style.scss */
          #outline .outline_box table tr td .history_box {
            display: flex;
            justify-content: space-between;
            margin-bottom: 2.13vw; }
            /* line 2221, style.scss */
            #outline .outline_box table tr td .history_box:last-child {
              margin-bottom: 0; }
            /* line 2224, style.scss */
            #outline .outline_box table tr td .history_box .month {
              width: 10.4vw; }
            /* line 2227, style.scss */
            #outline .outline_box table tr td .history_box .txt {
              flex: 1; }
        /* line 2235, style.scss */
        #outline .outline_box table.history_table tr td {
          padding: 4.8vw 3.2vw; }

  /*業務紹介*/
  /* line 2245, style.scss */
  #company {
    background: url("../img/company_bg_sp.jpg") no-repeat center top;
    background-size: 100% auto; }
    /* line 2248, style.scss */
    #company .company_box {
      margin-bottom: 10.66vw; }
      /* line 2250, style.scss */
      #company .company_box:last-child {
        margin-bottom: 0; }
      /* line 2253, style.scss */
      #company .company_box h3 {
        position: relative; }
        /* line 2255, style.scss */
        #company .company_box h3 span {
          display: block;
          width: 100%;
          text-align: right;
          font-size: 3.73vw;
          font-weight: 400; }
      /* line 2264, style.scss */
      #company .company_box h4:first-of-type {
        margin-top: 0; }
      /* line 2267, style.scss */
      #company .company_box h4.blue {
        color: #7F98DD;
        padding-bottom: 2.4vw;
        border-bottom: solid 0.266vw #7F98DD;
        margin: 8vw 0 2.66vw; }
      /* line 2273, style.scss */
      #company .company_box h4 span {
        color: #7F98DD; }
      /* line 2278, style.scss */
      #company .company_box .company_box_txt.indent {
        text-indent: 1em; }
      /* line 2282, style.scss */
      #company .company_box .company_box_img {
        width: 80vw;
        margin: 8vw auto 0; }
        /* line 2285, style.scss */
        #company .company_box .company_box_img.img03 {
          width: 100%;
          margin-bottom: 8vw; }
        /* line 2289, style.scss */
        #company .company_box .company_box_img.img04 {
          width: 100%;
          margin: 5.33vw auto 8vw; }
      /* line 2294, style.scss */
      #company .company_box .company_box_line_txt {
        margin: 8vw auto 0;
        box-sizing: border-box;
        padding: 5.86vw 6.4vw;
        border: solid 0.266vw #7F98DD; }
      /* line 2300, style.scss */
      #company .company_box .num_boxes {
        width: 74.66vw;
        margin: 8vw auto 0; }
        /* line 2303, style.scss */
        #company .company_box .num_boxes .num_box {
          width: 100%; }
          /* line 2305, style.scss */
          #company .company_box .num_boxes .num_box:nth-child(n+2) {
            margin-top: 8vw; }
          /* line 2308, style.scss */
          #company .company_box .num_boxes .num_box .company_box_txt {
            margin-top: 2.66vw;
            color: #7F98DD; }

  /*お知らせ（一覧）*/
  /* line 2319, style.scss */
  #news .news_cont {
    margin-bottom: 10.66vw;
    border-top: solid 0.266vw #E6E6E6; }
    /* line 2322, style.scss */
    #news .news_cont .news_box {
      padding: 4vw 0;
      border-bottom: solid 0.266vw #E6E6E6; }
      /* line 2325, style.scss */
      #news .news_cont .news_box .date {
        font-size: 3.2vw;
        letter-spacing: 0.03em;
        line-height: 1.16em;
        font-weight: 600;
        color: #7F98DD;
        margin-bottom: 1.866vw; }
      /* line 2333, style.scss */
      #news .news_cont .news_box .ttl {
        font-size: 3.73vw;
        line-height: 1.71em;
        font-weight: 500; }
        /* line 2337, style.scss */
        #news .news_cont .news_box .ttl a {
          display: inline-block;
          color: #333333; }
          /* line 2340, style.scss */
          #news .news_cont .news_box .ttl a.pdf {
            padding-right: 8vw;
            background: url("../img/pdf_icon.png") no-repeat right center;
            background-size: 5.33vw; }
  /* line 2349, style.scss */
  #news .pagenation {
    text-align: center;
    font-size: 0; }
    /* line 2352, style.scss */
    #news .pagenation a {
      display: inline-block;
      margin: 0 4vw;
      vertical-align: middle;
      font-size: 4.8vw;
      line-height: 1;
      font-weight: 600;
      color: #C9C9C9;
      border: none;
      padding: 0; }
      /* line 2362, style.scss */
      #news .pagenation a.nextpostslink {
        width: 13.33vw;
        height: 13.33vw;
        background: url("../img/next_arrow.png") no-repeat;
        background-size: contain;
        font-size: 0;
        margin-right: 0; }
      /* line 2370, style.scss */
      #news .pagenation a.previouspostslink {
        width: 13.33vw;
        height: 13.33vw;
        background: url("../img/prev_arrow.png") no-repeat;
        background-size: contain;
        font-size: 0;
        margin-left: 0; }
    /* line 2379, style.scss */
    #news .pagenation span {
      display: inline-block;
      margin: 0 4vw;
      vertical-align: middle;
      font-size: 4.8vw;
      line-height: 1;
      font-weight: 600;
      color: #C9C9C9;
      border: none;
      padding: 0; }
      /* line 2389, style.scss */
      #news .pagenation span.current {
        color: #7F98DD; }

  /*お知らせ（詳細）*/
  /* line 2399, style.scss */
  #news_d .news_d_inner .date {
    font-size: 4.266vw;
    font-weight: 600;
    color: #7F98DD;
    margin-bottom: 5.33vw; }
  /* line 2405, style.scss */
  #news_d .news_d_inner h2 {
    font-size: 6.933vw;
    line-height: 1.538em;
    font-weight: bold;
    color: #333333;
    text-align: left;
    margin-bottom: 4.8vw; }
  /* line 2413, style.scss */
  #news_d .news_d_inner .news_d_cont {
    color: #333333; }
    /* line 2415, style.scss */
    #news_d .news_d_inner .news_d_cont img {
      margin-bottom: 10.66vw; }
    /* line 2418, style.scss */
    #news_d .news_d_inner .news_d_cont h3 {
      font-size: 5.866vw;
      line-height: 1.5em;
      font-weight: bold;
      padding-bottom: 2.66vw;
      border-bottom: solid 0.8vw #7F98DD;
      margin-bottom: 4vw; }
    /* line 2426, style.scss */
    #news_d .news_d_inner .news_d_cont h4 {
      font-size: 5.066vw;
      line-height: 1.5em;
      font-weight: bold;
      margin: 0 0 2.66vw; }
    /* line 2432, style.scss */
    #news_d .news_d_inner .news_d_cont h5 {
      font-size: 4.533vw;
      line-height: 1.5em;
      font-weight: bold;
      margin: 0 0 2.66vw; }
    /* line 2438, style.scss */
    #news_d .news_d_inner .news_d_cont p {
      margin-bottom: 8vw; } }

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