@charset "UTF-8";
/* 1.html5doctor.com Reset Stylesheet
-----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* 1.5 リストマーカー無
-----------------------------------------*/
ol, ul {
  list-style: none; }

/* 2．スクロールバーを常に表示
-----------------------------------------*/
html {
  overflow-y: scroll;
  scroll-behavior: smooth; }

/* 3．フォント関連半角英数字折り返しする
-----------------------------------------*/
body {
  word-break: break-all;
  /* 常に行末で改行 */
  word-wrap: break-word;
  /* 英数半角の改行 */
  font-family: 'Helvetica Neue', 'Helvetica',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ＭＳ ゴシック','Helvetica Neue','Helvetica','Arial',sans-serif;
  text-align: justify;
  /*テキストを両端揃え*/
  text-justify: inter-ideograph;
  /*テキストを両端揃えIE用*/ }

/* 6．画像余白を消す
-----------------------------------------*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%; }

/* 【カラー設定】 */
.pt100 {
  padding-top: 100px !important; }

.mt100 {
  margin-top: 100px !important; }

.mt-10 {
  margin-top: -10px !important; }

@media screen and (max-width: 768px) {
  .sp-mt-1 {
    margin-top: -1vw !important; }

  .sp-mt-3 {
    margin-top: -3vw !important; }

  .sp-mt20 {
    margin-top: 20vw !important; } }
.site-content-width {
  width: 1050px;
  margin: auto;
  padding: 0 75px; }

body {
  color: #333;
  line-height: 1.8;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    body {
      overflow: hidden; } }
  body#wrap {
    padding-top: 100px; }
    @media screen and (max-width: 768px) {
      body#wrap {
        padding-top: 20vw; } }
    body#wrap.top {
      padding-top: 0; }
  body a {
    color: #6492CD;
    text-decoration: none; }

.pc-none {
  display: none; }

.sp-none {
  display: block; }

@media screen and (max-width: 768px) {
  .pc-none {
    display: block; }

  .sp-none {
    display: none; } }
.txt__center {
  text-align: center; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000; }
  @media screen and (max-width: 768px) {
    header {
      width: 100vw; } }
  header .header-upper {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    max-width: 94%;
    margin: auto;
    min-width: 1200px; }
    @media screen and (max-width: 768px) {
      header .header-upper {
        padding: 0;
        overflow: hidden; } }
    header .header-upper .logo {
      min-width: 200px; }
      @media screen and (max-width: 768px) {
        header .header-upper .logo {
          padding: 3vw; }
          header .header-upper .logo img {
            width: 35vw; } }
    header .header-upper .header-right-navi {
      padding-top: 5px; }
      header .header-upper .header-right-navi ul {
        display: flex;
        justify-content: space-between;
        font-family: 'Helvetica Neue', 'Helvetica','Arial','Noto Sans JP',sans-serif;
        min-width: 1070px; }
        @media screen and (max-width: 768px) {
          header .header-upper .header-right-navi ul {
            display: none; } }
        header .header-upper .header-right-navi ul a {
          display: flex;
          align-items: center;
          color: #000;
          text-decoration: none;
          padding-top: 30px;
          margin: 5px;
          padding: 1px 10px 5px;
          font-size: .9rem;
          font-weight: Medium;
          position: relative;
          transition: .4s; }
          header .header-upper .header-right-navi ul a img {
            width: 14px;
            margin-left: 5px; }
          header .header-upper .header-right-navi ul a span.txtlight {
            font-weight: 200; }
          header .header-upper .header-right-navi ul a:hover {
            color: #6492CD;
            transition: .3s; }
          header .header-upper .header-right-navi ul a.contact {
            color: #6492CD;
            border: 1px solid #6492CD;
            border-radius: 20px;
            padding: 5px 40px;
            margin-top: -2px;
            overflow: hidden; }
            header .header-upper .header-right-navi ul a.contact span {
              position: relative;
              z-index: 2;
              transition: all .3s ease; }
            header .header-upper .header-right-navi ul a.contact::after {
              display: none; }
            header .header-upper .header-right-navi ul a.contact::before {
              content: "";
              width: 150px;
              height: 50px;
              top: 0;
              left: -150px;
              background: #6492CD;
              position: absolute;
              transition: all .3s ease;
              z-index: 1; }
            header .header-upper .header-right-navi ul a.contact:hover {
              color: #fff; }
              header .header-upper .header-right-navi ul a.contact:hover::before {
                left: 0; }
    header .header-upper .smt-search {
      display: none; }
      @media screen and (max-width: 768px) {
        header .header-upper .smt-search {
          display: block;
          top: 4.7vw;
          right: 18vw;
          position: absolute; } }
    header .header-upper .header-smt-navi {
      display: none; }
      @media screen and (max-width: 768px) {
        header .header-upper .header-smt-navi {
          display: block;
          position: absolute;
          width: 10vw;
          height: 10vw;
          top: 6vw;
          right: 3vw;
          cursor: pointer; }
          header .header-upper .header-smt-navi .menu_btn::before, header .header-upper .header-smt-navi .menu_btn::after {
            content: "";
            display: block;
            font-size: 10px;
            width: 28px;
            height: 1px;
            background: #000;
            position: absolute;
            top: 0;
            right: 0;
            width: 9vw;
            margin: auto; }
          header .header-upper .header-smt-navi .menu_btn::after {
            top: 2.5vw; } }
    header .header-upper .smt_nav {
      display: none;
      position: fixed;
      z-index: 9999;
      top: 0;
      width: 100%;
      height: 100vh;
      right: -100%;
      overflow: auto;
      background: #fff; }
      header .header-upper .smt_nav .close_btn {
        width: 10vw;
        height: 10vw;
        position: absolute;
        top: 8vw;
        right: 8vw; }
        header .header-upper .smt_nav .close_btn::after, header .header-upper .smt_nav .close_btn::before {
          content: "";
          display: block;
          height: 1px;
          background: #000;
          position: absolute;
          top: 5vw;
          right: 0;
          width: 9vw;
          margin: auto;
          transform: rotate(45deg); }
        header .header-upper .smt_nav .close_btn::after {
          transform: rotate(135deg); }
      header .header-upper .smt_nav ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 70vw;
        padding: 20vw 15vw 10vw; }
        header .header-upper .smt_nav ul li {
          width: 100%;
          text-align: left;
          padding: 0;
          font-size: 5vw; }
          header .header-upper .smt_nav ul li a {
            text-decoration: none;
            color: #000;
            padding: 2vw 0;
            font-weight: 500;
            display: flex;
            align-items: center;
            width: 100%;
            white-space: nowrap; }
            header .header-upper .smt_nav ul li a img {
              width: 19px;
              margin-left: 6px; }
            header .header-upper .smt_nav ul li a .txtlight {
              font-weight: 200; }
            header .header-upper .smt_nav ul li a.contact {
              color: #6492CD;
              border: 2px solid #6492CD;
              border-radius: 10vw;
              padding: 5px 40px;
              margin-top: 2vw;
              overflow: hidden;
              width: 30vw;
              text-align: center; }
      header .header-upper .smt_nav a.header-sns-icon1 {
        margin-left: 33vw; }
      header .header-upper .smt_nav a.header-sns-icon2 {
        margin-left: 3vw; }
      header .header-upper .smt_nav .nav_append {
        text-align: center;
        margin-top: 10vw; }
        header .header-upper .smt_nav .nav_append .sns-link a {
          display: inline-block;
          padding: 1vw 6vw; }
      @media screen and (max-width: 768px) {
        header .header-upper .smt_nav {
          display: block; } }
    header .header-upper .search-form {
      position: absolute;
      top: 60px;
      right: 48px; }
      header .header-upper .search-form [type="search"]::-webkit-search-cancel-button,
      header .header-upper .search-form [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
      header .header-upper .search-form #search-form {
        display: none; }
        header .header-upper .search-form #search-form input {
          border: 1px solid #666;
          padding: 5px 15px;
          border-radius: 50px;
          margin-top: 8px; }
          header .header-upper .search-form #search-form input::placeholder {
            color: #999; }
          @media screen and (max-width: 768px) {
            header .header-upper .search-form #search-form input {
              padding: 2vw 4vw; } }
        header .header-upper .search-form #search-form button {
          border: 0;
          background: transparent;
          position: absolute;
          right: 10px;
          top: 12px;
          width: 25px;
          opacity: .8; }
          @media screen and (max-width: 768px) {
            header .header-upper .search-form #search-form button {
              background-color: #fff; }
              header .header-upper .search-form #search-form button img {
                display: none; } }
    header .header-upper .header-banner {
      position: absolute;
      top: 100px;
      right: 37px;
      width: 270px;
      opacity: 0; }

h1.number, h2.number {
  font-size: 58px;
  font-weight: 300;
  position: relative;
  min-width: 460px; }
  @media screen and (max-width: 768px) {
    h1.number, h2.number {
      padding-top: 10px;
      min-width: auto;
      font-size: 16.5vw; } }
  h1.number .no, h2.number .no {
    font-size: 18px;
    position: absolute;
    top: -5px;
    left: 0;
    font-weight: 600; }
  h1.number .small, h2.number .small {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
    font-weight: 500; }
    h1.number .small::after, h2.number .small::after {
      content: "";
      display: block;
      position: absolute;
      height: 20px;
      width: 1px;
      background: #000;
      top: 0;
      left: -10px; }
    @media screen and (max-width: 768px) {
      h1.number .small, h2.number .small {
        position: absolute;
        top: 2px;
        left: 30px;
        margin-left: -4vw; }
        h1.number .small::after, h2.number .small::after {
          top: 6px; } }

.inner-1450 {
  width: 1200px;
  margin: auto;
  padding: 0 75px; }
  @media screen and (max-width: 768px) {
    .inner-1450 {
      width: 85%;
      padding: 0; }
      .inner-1450 .inner-1290 {
        width: 100%; }
      .inner-1450 .inner-880 {
        width: 100%; } }

.inner-1290 {
  width: 1000px;
  margin: auto;
  padding: 0 75px; }
  @media screen and (max-width: 768px) {
    .inner-1290 {
      width: 85%;
      padding: 0; } }

.inner-880 {
  width: 880px;
  margin: auto;
  padding: 0 75px; }
  @media screen and (max-width: 768px) {
    .inner-880 {
      width: 85%;
      padding: 0; } }

.flex-box {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .flex-box {
      display: block; } }

.back-gray {
  background: #E5E5E5; }

aside.bottom a {
  background-color: #999;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  font-size: 3.5rem;
  letter-spacing: .2em;
  font-weight: 600;
  line-height: .8;
  position: relative;
  transition: .5s; }
  @media screen and (max-width: 960px) {
    aside.bottom a {
      font-size: 5vw; } }
  @media screen and (max-width: 768px) {
    aside.bottom a {
      font-size: 7vw;
      padding: 8vw 20vw 8vw 0; } }
  aside.bottom a:hover {
    opacity: .8;
    transition: .5s; }
  aside.bottom a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 16rem;
    right: 0;
    top: 0; }
    @media screen and (max-width: 768px) {
      aside.bottom a::before {
        width: 25vw; } }
  aside.bottom a::after {
    content: "";
    position: absolute;
    width: 14rem;
    height: 1px;
    background: #fff;
    right: 2rem;
    top: 50%;
    opacity: .6; }
    @media screen and (max-width: 768px) {
      aside.bottom a::after {
        right: 3vw;
        width: 22vw; } }
  aside.bottom a .contact-text__small {
    font-size: .8rem;
    font-weight: 300;
    letter-spacing: .05em; }
    @media screen and (max-width: 768px) {
      aside.bottom a .contact-text__small {
        margin-top: 5vw;
        display: block;
        line-height: 1.5; } }
    aside.bottom a .contact-text__small::after {
      content: "";
      position: absolute;
      width: 5rem;
      height: 1px;
      background: #fff;
      right: calc(2rem - 6px);
      top: calc(50% - 20px);
      opacity: .6;
      transform: rotate(30deg); }
      @media screen and (max-width: 768px) {
        aside.bottom a .contact-text__small::after {
          right: 2vw;
          top: calc(50% - 2vw);
          width: 8vw; } }

footer {
  background: #F2F2F2;
  font-weight: 200;
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 10vw 0; } }
  footer .footer-contact {
    width: 1200px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      footer .footer-contact {
        width: 85%; } }
    footer .footer-contact a {
      display: block;
      border: 1px solid #000;
      color: #000;
      text-decoration: none;
      padding: 55px 0;
      text-align: center;
      margin: 0 0 100px;
      font-weight: 500;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        footer .footer-contact a {
          padding: 4vw 0;
          border: 0;
          background: #6492CD;
          color: #fff;
          margin: auto; } }
      footer .footer-contact a .footer-contact-inner {
        z-index: 2;
        position: relative;
        background: url(../img/common/icon-mail.svg) no-repeat calc(50% + 110px) 30px/35px; }
        @media screen and (max-width: 768px) {
          footer .footer-contact a .footer-contact-inner {
            background: url(../img/common/icon-mail-w.svg) no-repeat calc(50% + 25vw) 6.5vw/8vw; } }
        footer .footer-contact a .footer-contact-inner p {
          font-weight: bold;
          font-size: 16px; }
      footer .footer-contact a::before {
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        background: #6492CD;
        position: absolute;
        transition: all .3s ease;
        z-index: 1; }
        @media screen and (max-width: 768px) {
          footer .footer-contact a::before {
            display: none; } }
      footer .footer-contact a .footer-contact-ttl {
        font-size: 44px;
        font-weight: 300;
        font-family: 'Helvetica Neue', 'Helvetica','Arial','Noto Sans JP',sans-serif; }
        @media screen and (max-width: 768px) {
          footer .footer-contact a .footer-contact-ttl {
            font-size: 10vw;
            padding-right: 10vw; } }
        footer .footer-contact a .footer-contact-ttl img {
          vertical-align: middle;
          margin-left: 15px;
          padding-bottom: 8px; }
      footer .footer-contact a:hover {
        border-color: #6492CD;
        color: #fff; }
        footer .footer-contact a:hover::before {
          left: 0; }
        footer .footer-contact a:hover .footer-contact-inner {
          background-image: url(../img/common/icon-mail-w.svg); }
  footer .inner {
    width: 1200px;
    margin: auto;
    min-width: 1200px;
    padding: 60px 0 15px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      footer .inner {
        display: block;
        padding-top: 10vw;
        position: relative;
        min-width: auto;
        margin-top: 10vw;
        width: 85%; } }
    footer .inner a {
      color: #000;
      text-decoration: none; }
      footer .inner a:hover {
        color: #6492CD; }
    footer .inner p {
      color: #000; }
    footer .inner h3 {
      color: #000;
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        footer .inner h3 {
          font-size: 4vw; } }
    footer .inner ul {
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        footer .inner ul {
          margin-bottom: 5vw; } }
      footer .inner ul li {
        position: relative;
        line-height: 2;
        margin-left: 25px;
        font-size: 12px;
        position: relative; }
        footer .inner ul li a:hover::after {
          background: #6492CD; }
        footer .inner ul li a::after {
          content: "";
          display: block;
          position: absolute;
          height: 1px;
          width: 10px;
          background: #000;
          top: 50%;
          left: -25px;
          transition: .5s; }
    @media screen and (max-width: 768px) {
      footer .inner .footer-leftblock {
        width: 40vw; } }
    footer .inner .footer-leftblock .company-name {
      margin-bottom: 30px; }
      footer .inner .footer-leftblock .company-name .footer-logo {
        margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        footer .inner .footer-leftblock .company-name {
          text-align: center;
          margin-bottom: 8vw; } }
    @media screen and (max-width: 768px) {
      footer .inner .footer-leftblock .sns-link {
        position: absolute;
        top: 10vw;
        right: 0; } }
    footer .inner .footer-leftblock .sns-link a {
      display: inline-block;
      padding-right: 12px;
      width: 30px; }
      footer .inner .footer-leftblock .sns-link a.linkin {
        width: 35px; }
    footer .inner .footer-rightblock {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        footer .inner .footer-rightblock {
          display: block;
          margin-bottom: 10vw;
          position: relative;
          margin-left: 5vw; } }
      footer .inner .footer-rightblock .footer-rightblock__inner {
        width: 100px;
        margin-left: 3rem; }
        footer .inner .footer-rightblock .footer-rightblock__inner.middle {
          width: 180px; }
        footer .inner .footer-rightblock .footer-rightblock__inner.wider {
          width: 220px; }
        @media screen and (max-width: 768px) {
          footer .inner .footer-rightblock .footer-rightblock__inner {
            margin: 0;
            width: 100%; } }
        footer .inner .footer-rightblock .footer-rightblock__inner:first-child {
          margin-left: 0; }
        @media screen and (max-width: 768px) {
          footer .inner .footer-rightblock .footer-rightblock__inner nav {
            width: auto;
            margin: auto; } }
        @media screen and (max-width: 768px) {
          footer .inner .footer-rightblock .footer-rightblock__inner.smt-right-block {
            position: absolute;
            top: 0;
            right: 0;
            width: 35vw; }
            footer .inner .footer-rightblock .footer-rightblock__inner.smt-right-block.under {
              top: 28vw; } }
  footer .foot-text {
    color: #fff;
    text-align: center;
    margin-top: -3rem;
    padding-bottom: 2rem;
    font-size: 0.9rem; }
    @media screen and (max-width: 768px) {
      footer .foot-text {
        font-size: 3.5vw;
        margin-top: 0;
        padding-bottom: 2vw; } }
  footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    width: 1200px;
    margin: 100px auto 0;
    padding: 0; }
    @media screen and (max-width: 768px) {
      footer .footer-bottom {
        flex-direction: column-reverse;
        margin-top: 0;
        width: 90vw; } }
    footer .footer-bottom .copyright {
      color: #666;
      font-size: 12px;
      font-weight: 300; }
      @media screen and (max-width: 768px) {
        footer .footer-bottom .copyright {
          font-size: 3vw; } }
    footer .footer-bottom .footer-bottom-link {
      position: relative; }
      footer .footer-bottom .footer-bottom-link ul {
        display: flex;
        justify-content: right;
        padding-right: 100px; }
        @media screen and (max-width: 768px) {
          footer .footer-bottom .footer-bottom-link ul {
            display: block;
            margin-bottom: 8vw; } }
        footer .footer-bottom .footer-bottom-link ul li {
          margin-left: 20px; }
          @media screen and (max-width: 768px) {
            footer .footer-bottom .footer-bottom-link ul li {
              margin-left: 0; } }
          footer .footer-bottom .footer-bottom-link ul li a {
            color: #000;
            text-decoration: none;
            font-size: 12px; }
            footer .footer-bottom .footer-bottom-link ul li a:hover {
              opacity: .5;
              text-decoration: underline; }
      footer .footer-bottom .footer-bottom-link .p-mark {
        position: absolute;
        bottom: 0;
        right: 0; }
        footer .footer-bottom .footer-bottom-link .p-mark img {
          width: 80px; }

.side-menu {
  writing-mode: vertical-rl;
  position: fixed;
  opacity: 0;
  bottom: 50px;
  text-align: center;
  font-weight: 200;
  width: 30px;
  transition-duration: 1s, 1s;
  right: 20px; }
  @media screen and (max-width: 768px) {
    .side-menu {
      display: none; } }
  .side-menu .side-text {
    display: inline-block;
    margin-bottom: 80px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 15px; }
    .side-menu .side-text::after {
      content: "";
      display: block;
      position: absolute;
      height: 60px;
      width: 1px;
      background: #000;
      bottom: 70px;
      left: calc(50% - 2px); }
  .side-menu img {
    vertical-align: middle;
    margin-bottom: 3px; }
    .side-menu img.side-fb {
      width: 25px; }
    .side-menu img.side-li {
      width: 28px;
      margin-left: 4px; }
  .side-menu a {
    pointer-events: none; }
  .side-menu.-visible {
    opacity: 1;
    transition: all .5s ease; }
    .side-menu.-visible a {
      pointer-events: auto; }

.fadein {
  opacity: 0;
  transform: translateY(40px) scale(0.94);
  transition-property: opacity, transform;
  transition-duration: 0.8s, 0.8s;
  transition-timing-function: ease, ease; }
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0); }

.bottom-link-wrapper {
  overflow: hidden; }

a.viewall, a.back-btn, a.site-link, .btn_area a, .btn_area .form-btn-wrap, div.viewall {
  width: 144px;
  padding: 10px 50px 10px 30px;
  color: #000;
  font-size: 18px;
  border: 1px solid #000;
  text-decoration: none;
  display: block;
  margin: 50px 0;
  font-weight: 300;
  position: relative;
  float: right;
  overflow: hidden;
  transition: all .3s ease; }
  @media screen and (max-width: 768px) {
    a.viewall, a.back-btn, a.site-link, .btn_area a, .btn_area .form-btn-wrap, div.viewall {
      width: auto;
      margin: 10px auto 50px;
      float: none; } }
  a.viewall::before, a.back-btn::before, a.site-link::before, .btn_area a::before, .btn_area .form-btn-wrap::before, div.viewall::before {
    content: "";
    width: 300px;
    height: 100%;
    top: 0;
    left: -300px;
    background: #000;
    position: absolute;
    transition: all .3s ease;
    z-index: 1; }
  a.viewall span, a.viewall .ver_submit, a.back-btn span, a.back-btn .ver_submit, a.site-link span, a.site-link .ver_submit, .btn_area a span, .btn_area a .ver_submit, .btn_area .form-btn-wrap span, .btn_area .form-btn-wrap .ver_submit, div.viewall span, div.viewall .ver_submit {
    z-index: 2;
    position: relative;
    width: 160px;
    display: block; }
    @media screen and (max-width: 768px) {
      a.viewall span, a.viewall .ver_submit, a.back-btn span, a.back-btn .ver_submit, a.site-link span, a.site-link .ver_submit, .btn_area a span, .btn_area a .ver_submit, .btn_area .form-btn-wrap span, .btn_area .form-btn-wrap .ver_submit, div.viewall span, div.viewall .ver_submit {
        width: auto; } }
    a.viewall span:before, a.viewall .ver_submit:before, a.back-btn span:before, a.back-btn .ver_submit:before, a.site-link span:before, a.site-link .ver_submit:before, .btn_area a span:before, .btn_area a .ver_submit:before, .btn_area .form-btn-wrap span:before, .btn_area .form-btn-wrap .ver_submit:before, div.viewall span:before, div.viewall .ver_submit:before {
      content: '';
      position: absolute;
      top: calc(50% - 4px);
      right: 0;
      width: 8px;
      height: 8px;
      border-right: 1px solid #333;
      border-top: 1px solid #333;
      transform: rotate(45deg);
      transition: all .3s ease; }
      @media screen and (max-width: 768px) {
        a.viewall span:before, a.viewall .ver_submit:before, a.back-btn span:before, a.back-btn .ver_submit:before, a.site-link span:before, a.site-link .ver_submit:before, .btn_area a span:before, .btn_area a .ver_submit:before, .btn_area .form-btn-wrap span:before, .btn_area .form-btn-wrap .ver_submit:before, div.viewall span:before, div.viewall .ver_submit:before {
          top: calc(50% - 4px);
          right: 0; } }
    a.viewall span:after, a.viewall .ver_submit:after, a.back-btn span:after, a.back-btn .ver_submit:after, a.site-link span:after, a.site-link .ver_submit:after, .btn_area a span:after, .btn_area a .ver_submit:after, .btn_area .form-btn-wrap span:after, .btn_area .form-btn-wrap .ver_submit:after, div.viewall span:after, div.viewall .ver_submit:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 16px;
      background: #333;
      height: 1px;
      transition: all .3s ease; }
      @media screen and (max-width: 768px) {
        a.viewall span:after, a.viewall .ver_submit:after, a.back-btn span:after, a.back-btn .ver_submit:after, a.site-link span:after, a.site-link .ver_submit:after, .btn_area a span:after, .btn_area a .ver_submit:after, .btn_area .form-btn-wrap span:after, .btn_area .form-btn-wrap .ver_submit:after, div.viewall span:after, div.viewall .ver_submit:after {
          top: 50%;
          right: 0; } }
  a.viewall:hover, a.viewall.over, a.back-btn:hover, a.back-btn.over, a.site-link:hover, a.site-link.over, .btn_area a:hover, .btn_area a.over, .btn_area .form-btn-wrap:hover, .btn_area .form-btn-wrap.over, div.viewall:hover, div.viewall.over {
    color: #fff;
    transition: all .3s ease; }
    a.viewall:hover::before, a.viewall.over::before, a.back-btn:hover::before, a.back-btn.over::before, a.site-link:hover::before, a.site-link.over::before, .btn_area a:hover::before, .btn_area a.over::before, .btn_area .form-btn-wrap:hover::before, .btn_area .form-btn-wrap.over::before, div.viewall:hover::before, div.viewall.over::before {
      left: 0; }
    a.viewall:hover span::before, a.viewall.over span::before, a.back-btn:hover span::before, a.back-btn.over span::before, a.site-link:hover span::before, a.site-link.over span::before, .btn_area a:hover span::before, .btn_area a.over span::before, .btn_area .form-btn-wrap:hover span::before, .btn_area .form-btn-wrap.over span::before, div.viewall:hover span::before, div.viewall.over span::before {
      border-right-color: #fff;
      border-top-color: #fff;
      right: -10px;
      transition: all .3s ease; }
    a.viewall:hover span::after, a.viewall.over span::after, a.back-btn:hover span::after, a.back-btn.over span::after, a.site-link:hover span::after, a.site-link.over span::after, .btn_area a:hover span::after, .btn_area a.over span::after, .btn_area .form-btn-wrap:hover span::after, .btn_area .form-btn-wrap.over span::after, div.viewall:hover span::after, div.viewall.over span::after {
      background-color: #fff;
      right: -10px;
      transition: all .3s ease; }

section.news {
  margin-top: 100px;
  padding: 130px 0;
  background: url(../img/top/news-back.png) top center/cover;
  /*タブ実装*/ }
  @media screen and (max-width: 768px) {
    section.news {
      margin-top: 5vw;
      padding: 15vw 0;
      background-image: url(../img/top/news-back_sp.svg); } }
  section.news .tab_box .btn_area {
    display: flex;
    justify-content: space-between; }
  section.news .tab_box .tab_btn {
    width: 49%;
    padding: 15px 0;
    color: #000;
    background: #F2F2F2;
    font-size: 28px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    @media screen and (max-width: 768px) {
      section.news .tab_box .tab_btn {
        padding: 10px 0;
        font-size: 5vw;
        font-weight: 300; } }
    section.news .tab_box .tab_btn:hover {
      background-color: #6492CD;
      color: #fff; }
    section.news .tab_box .tab_btn.active {
      background: #fff; }
      section.news .tab_box .tab_btn.active:hover {
        color: #000; }
  section.news .tab_box .panel_area {
    background: #fff;
    padding: 20px 100px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      section.news .tab_box .panel_area {
        padding: 5vw; }
        section.news .tab_box .panel_area a.viewall {
          margin-bottom: 8vw; } }
    section.news .tab_box .panel_area a.viewall {
      margin: 20px 0 0 0; }
  section.news .tab_box .tab_panel {
    display: none; }
    section.news .tab_box .tab_panel.active {
      display: block; }
  section.news .tab_box ul li a p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  @media screen and (max-width: 768px) {
    section.news ul {
      margin-bottom: 8vw; } }
  section.news ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 20px;
    position: relative; }
    @media screen and (max-width: 768px) {
      section.news ul li {
        padding: 3vw 0; } }
    section.news ul li a {
      text-decoration: none; }
      section.news ul li a:before {
        content: '';
        position: absolute;
        top: calc(50% - 4px);
        right: 25px;
        width: 8px;
        height: 8px;
        border-right: 1px solid #333;
        border-top: 1px solid #333;
        transform: rotate(45deg);
        transition: all .3s ease; }
        @media screen and (max-width: 768px) {
          section.news ul li a:before {
            display: none; } }
      section.news ul li a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 25px;
        width: 16px;
        background: #333;
        height: 1px;
        transition: all .3s ease; }
        @media screen and (max-width: 768px) {
          section.news ul li a:after {
            display: none; } }
      section.news ul li a .news-info span.cat {
        border: 1px solid #6492CD;
        color: #6492CD;
        padding: 2px 16px;
        border-radius: 30px;
        margin-left: 20px;
        font-size: 13px; }
      section.news ul li a .news-info span.day {
        font-size: 15px; }
      section.news ul li a p {
        margin-top: 10px;
        width: 90%;
        color: #000;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          section.news ul li a p {
            width: auto;
            font-size: 4vw; } }
        section.news ul li a p::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #6492CD;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
        section.news ul li a p svg.grgr {
          transform: rotate(-90deg);
          position: absolute;
          right: 0;
          top: calc(50% - 32px);
          transform: scale(0.7); }
          section.news ul li a p svg.grgr circle {
            fill: transparent;
            stroke-width: 1; }
        section.news ul li a p.news-ttl {
          font-size: 16px;
          margin-top: 10px; }
      @media (hover: hover) {
        section.news ul li a:hover:before {
          right: 20px;
          border-right: 1px solid #6492CD;
          border-top: 1px solid #6492CD;
          transition: all .3s ease; }
        section.news ul li a:hover:after {
          top: 50%;
          right: 20px;
          background: #6492CD;
          transition: all .3s ease; }
        section.news ul li a:hover p::after {
          transform-origin: left top;
          transform: scale(1, 1); }
        section.news ul li a:hover p svg.grgr {
          transform: rotate(-45deg); }
          section.news ul li a:hover p svg.grgr circle {
            stroke: #6492CD;
            animation: circle .2s ease-in forwards; }
        @keyframes circle {
          0% {
            stroke-dasharray: 0 119; }
          100% {
            stroke-dasharray: 119 119; } } }
  section.news ul.irnews li {
    background: url(../img/common/icon-pdf.svg) no-repeat 96% 50%; }
    @media screen and (max-width: 768px) {
      section.news ul.irnews li {
        background: none; } }
    section.news ul.irnews li a::after, section.news ul.irnews li a::before {
      display: none; }
    section.news ul.irnews li a .grgr {
      display: none; }

nav.breadcrumb {
  font-size: 18px;
  padding: 20px 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    nav.breadcrumb {
      display: none; } }
  nav.breadcrumb a {
    color: #999 !important;
    text-decoration: none; }
  nav.breadcrumb ul li {
    display: inline-block;
    margin-right: 10px;
    font-weight: 300;
    font-size: 15px; }
    nav.breadcrumb ul li a {
      position: relative;
      margin-right: 20px; }
      nav.breadcrumb ul li a:before {
        content: '';
        position: absolute;
        top: calc(50% - 4px);
        right: -25px;
        width: 8px;
        height: 8px;
        border-right: 1px solid #333;
        border-top: 1px solid #333;
        transform: rotate(45deg);
        transition: transform .5s; }
        @media screen and (max-width: 768px) {
          nav.breadcrumb ul li a:before {
            display: none; } }
      nav.breadcrumb ul li a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -25px;
        width: 13.5px;
        background: #333;
        height: 1px;
        transition: transform .5s; }
        @media screen and (max-width: 768px) {
          nav.breadcrumb ul li a:after {
            display: none; } }
nav.paging {
  text-align: center;
  margin-top: 60px; }
  nav.paging a, nav.paging span {
    display: inline-block;
    padding: 0 5px;
    background: #000;
    color: #fff;
    margin: 5px;
    width: 20px;
    line-height: 1.8rem;
    text-align: center;
    border-radius: 30px; }
    @media screen and (max-width: 768px) {
      nav.paging a, nav.paging span {
        margin: 0; } }
  nav.paging a, nav.paging span.dots {
    color: #333;
    text-decoration: none;
    background: #fff;
    position: relative; }
    nav.paging a.prev, nav.paging a.next, nav.paging span.dots.prev, nav.paging span.dots.next {
      width: 40px; }
      nav.paging a.prev:before, nav.paging a.next:before, nav.paging span.dots.prev:before, nav.paging span.dots.next:before {
        content: '';
        position: absolute;
        top: calc(50% - 4px);
        right: -25px;
        width: 8px;
        height: 8px;
        border-right: 1px solid #333;
        border-top: 1px solid #333;
        transform: rotate(45deg);
        transition: transform .5s;
        background-color: transparent; }
      nav.paging a.prev:after, nav.paging a.next:after, nav.paging span.dots.prev:after, nav.paging span.dots.next:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -25px;
        width: 15px;
        background: #333;
        height: 1px;
        transition: transform .5s; }
    @media screen and (max-width: 768px) {
      nav.paging a.prev, nav.paging span.dots.prev {
        margin-left: 5vw; } }
    nav.paging a.prev::before, nav.paging span.dots.prev::before {
      transform: rotate(225deg);
      left: -25px;
      right: auto; }
    nav.paging a.prev::after, nav.paging span.dots.prev::after {
      right: auto;
      left: -25px; }
    @media screen and (max-width: 768px) {
      nav.paging a.next, nav.paging span.dots.next {
        margin-right: 5vw; } }
  nav.paging a {
    border: 1px solid #fff;
    transition: all .3s ease; }
    nav.paging a:hover {
      border: 1px solid #000;
      transition: all .3s ease; }
    nav.paging a.prev:hover, nav.paging a.next:hover {
      border: 1px solid #fff;
      color: #6492CD; }
      nav.paging a.prev:hover::before, nav.paging a.next:hover::before {
        left: -28px;
        border-right-color: #6492CD;
        border-top-color: #6492CD;
        transition: all .3s ease; }
      nav.paging a.prev:hover::after, nav.paging a.next:hover::after {
        left: -28px;
        background: #6492CD;
        transition: all .3s ease; }
    nav.paging a.next:hover::before, nav.paging a.next:hover::after {
      right: -28px;
      left: auto;
      transition: all .3s ease; }

.float_fbox {
  display: none;
  position: fixed;
  bottom: 0;
  height: 100px;
  background: #fff;
  padding: 30px 30px 90px;
  font-size: 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  line-height: 1.4;
  width: 800px;
  z-index: 1111;
  left: calc(50% - 400px);
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .float_fbox {
      padding-bottom: 30px; } }
  .float_fbox a, .float_fbox .cursor {
    text-decoration: underline;
    cursor: pointer;
    color: #000; }
  @media screen and (max-width: 1000px) {
    .float_fbox {
      line-height: 1.2;
      width: auto;
      height: auto;
      left: auto; } }
  @media screen and (max-width: 599px) {
    .float_fbox {
      height: auto;
      font-size: 3vw; } }
  .float_fbox .inner {
    display: flex;
    max-width: 1200px;
    margin: auto !important; }
    @media screen and (max-width: 1000px) {
      .float_fbox .inner {
        display: block; } }
    .float_fbox .inner .btn {
      width: 80px;
      position: absolute;
      bottom: 10px;
      right: 20px;
      text-align: right; }
      @media screen and (max-width: 1000px) {
        .float_fbox .inner .btn {
          width: auto; } }

@media (max-width: 768px) {
  .iziModal-wrap {
    top: 48px; } }

.iziModal {
  background: rgba(43, 46, 56, 0.9) !important; }

@media (max-width: 768px) {
  .iziModal-content {
    padding: 0 0 100px !important; } }

/*　共通：プライバシーポリシー　*/
.iziModal-style {
  z-index: 9101 !important; }
  @media (max-width: 768px) {
    .iziModal-style .iziModal-wrap {
      top: 48px !important;
      bottom: 96px !important; } }
  .iziModal-style .iziModal-wrap {
    background: #fff;
    padding: 50px 64px; }
    @media (max-width: 768px) {
      .iziModal-style .iziModal-wrap {
        padding: 10px 15px; } }
    .iziModal-style .iziModal-wrap .astr {
      color: #6492CD; }
    .iziModal-style .iziModal-wrap section {
      margin-bottom: 30px; }
      .iziModal-style .iziModal-wrap section:last-of-type {
        margin-bottom: 0; }
      .iziModal-style .iziModal-wrap section h3 {
        margin-bottom: 1.1em;
        font-size: 1.3rem; }
      .iziModal-style .iziModal-wrap section p,
      .iziModal-style .iziModal-wrap section li {
        margin-bottom: 1em; }
    .iziModal-style .iziModal-wrap button {
      display: block;
      background: #6492CD;
      color: #fff;
      width: 177px;
      height: 43px;
      line-height: 43px;
      margin: 30px auto 0;
      letter-spacing: .25em;
      font-weight: bold;
      border: 0;
      border-radius: 100px;
      font-size: 1.1rem; }

.iziModal-style a {
  color: #3b77b5;
  text-decoration: underline; }
  .iziModal-style a:hover {
    text-decoration: none; }

.iziModal-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #000;
  z-index: 9999;
  font-size: 40px;
  padding: 5px 20px; }
  @media (max-width: 768px) {
    .iziModal-close {
      font-size: 25px; } }

aside.scroll {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  opacity: 0;
  transition-duration: 1s, 1s; }
  @media screen and (max-width: 768px) {
    aside.scroll {
      margin-bottom: 20vw; } }
  aside.scroll .scroll-arrow {
    background: url(../img/top/scroll-arrow.svg) no-repeat top center/contain;
    display: block;
    width: 20px;
    height: 50px;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      aside.scroll .scroll-arrow {
        background-image: url(../img/top/scroll-arrow_sp.svg);
        height: 85px; } }
  aside.scroll.-visible {
    opacity: 1;
    transition: all .5s ease; }
  @media screen and (max-width: 768px) {
    aside.scroll .header-banner {
      width: 86vw;
      margin: 0 auto 4vw; } }

.up-title {
  overflow: hidden;
  padding-right: 350px; }
  @media screen and (max-width: 768px) {
    .up-title {
      padding: 0; } }
  .up-title p {
    overflow: hidden;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .up-title p:first-child {
        margin-top: 0; } }
    .up-title p img {
      display: block;
      transform: translate(0, 205%);
      transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
      opacity: 0; }
    .up-title p:nth-child(2) img {
      transition-delay: 0.24s; }
    .up-title p:nth-child(3) img {
      transition-delay: 0.48s; }
    .up-title p:nth-child(4) img {
      transition-delay: 0.72s; }
    .up-title p:nth-child(5) img {
      transition-delay: 0.96s; }
    .up-title p:nth-child(6) img {
      transition-delay: 1.20s; }
    .up-title p:nth-child(7) img {
      transition-delay: 1.44s; }
  .up-title.-visible p img {
    transform: translate(0, 0);
    opacity: 1; }

.top header {
  opacity: 0;
  transition-duration: 1s, 1s; }
  .top header.-visible {
    opacity: 1; }
    .top header.-visible .header-banner {
      opacity: 1;
      transition-duration: 1s, 1s; }
      .top header.-visible .header-banner.dspn {
        opacity: 0;
        transition-duration: 1s, 1s; }
        .top header.-visible .header-banner.dspn a {
          pointer-events: none; }
        .top header.-visible .header-banner.dspn.go {
          display: none; }

section#mainvisual {
  padding: 200px 0 100px;
  width: 1200px; }
  @media screen and (max-width: 768px) {
    section#mainvisual {
      padding-bottom: 8vw;
      padding-top: 35vw;
      width: 90%; } }

section.top-upper-text {
  padding: 0 75px 130px;
  opacity: 0;
  transform: translate(0, 0);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    section.top-upper-text {
      padding: 0 0 10vw; } }
  section.top-upper-text h2 {
    padding: 0 50px; }
    @media screen and (max-width: 768px) {
      section.top-upper-text h2 {
        padding: 0; }
        section.top-upper-text h2 img {
          max-width: none;
          width: 135vw; } }
  section.top-upper-text p {
    padding: 0 50px;
    color: #000;
    line-height: 2.3;
    margin-top: 60px;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      section.top-upper-text p {
        padding: 0;
        font-size: 3.5vw;
        margin-top: 15vw; } }
  section.top-upper-text.-visible {
    transition: all .5s ease;
    opacity: 1; }

section.group-company {
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    section.group-company {
      padding-bottom: 20px; } }
  section.group-company h2 {
    margin-bottom: 10px; }
  section.group-company .group-company-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; }
    @media screen and (max-width: 768px) {
      section.group-company .group-company-list {
        display: block; } }
    section.group-company .group-company-list a {
      color: #000;
      text-decoration: none;
      background: #fff;
      width: 32.5%;
      display: block;
      padding: 30px;
      margin-bottom: 20px;
      box-sizing: border-box;
      transition: .3s;
      outline: 2px solid rgba(100, 146, 205, 0); }
      @media screen and (max-width: 768px) {
        section.group-company .group-company-list a {
          width: auto; } }
      section.group-company .group-company-list a:hover {
        outline: 2px solid #6492cd;
        outline-offset: -2px;
        transition: .3s; }
      section.group-company .group-company-list a dl dt {
        text-align: center; }
        section.group-company .group-company-list a dl dt img {
          width: 70%;
          margin: 22px auto; }
      section.group-company .group-company-list a dl dd h3 {
        margin-bottom: 12px;
        font-size: 16px;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          section.group-company .group-company-list a dl dd h3 {
            font-size: 4vw; } }
      section.group-company .group-company-list a dl dd p {
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          section.group-company .group-company-list a dl dd p {
            font-size: 3.5vw; } }

.company-info, .IR-info {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 0;
  border-bottom: 1px solid #000;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .company-info, .IR-info {
      display: block;
      padding-top: 0;
      margin-bottom: 50px;
      margin-left: auto;
      margin-right: auto;
      width: 80vw; } }
  .company-info a, .IR-info a {
    color: #000; }
  .company-info h2, .IR-info h2 {
    width: 35%; }
    @media screen and (max-width: 768px) {
      .company-info h2, .IR-info h2 {
        width: auto; } }
  .company-info p, .IR-info p {
    width: calc(65% - 380px);
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .company-info p, .IR-info p {
        width: auto; } }
  .company-info a.viewall, .IR-info a.viewall {
    margin-left: 10px; }
    @media screen and (max-width: 768px) {
      .company-info a.viewall, .IR-info a.viewall {
        margin-top: 20px;
        margin-left: auto; } }

.company-info {
  padding-top: 100px;
  margin-bottom: 50px; }

.pickup-service {
  padding-top: 150px; }
  @media screen and (max-width: 768px) {
    .pickup-service {
      padding-top: 0;
      margin-left: auto;
      margin-right: auto;
      width: 80vw; }
      .pickup-service span.ttl {
        line-height: 1;
        display: block;
        padding-top: 30px; } }

.slider {
  position: relative;
  left: calc(50% - 725px);
  width: 1450px;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .slider {
      width: auto;
      left: 0; } }
  .slider::before, .slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 188px;
    background: url(../img/top/mask-l.png) repeat-y right top/contain;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      .slider::before, .slider::after {
        width: 6vw; } }
  .slider::after {
    left: auto;
    right: 0;
    background-image: url(../img/top/mask-r.png); }
  .slider button {
    position: absolute;
    top: -100px;
    right: 8.5%;
    text-indent: -999px;
    overflow: hidden;
    width: 72px;
    height: 72px;
    border-width: 0;
    border-radius: 50%;
    background: url(../img/common/btn-arr-r.svg) no-repeat center center/25px #F2F2F2;
    transform: scale(0.7); }
    @media screen and (max-width: 768px) {
      .slider button {
        top: 46vw;
        width: 13vw;
        height: 13vw;
        right: 35vw; } }
    .slider button.slick-prev {
      right: calc(8.5% + 65px);
      background-image: url(../img/common/btn-arr-l.svg); }
      .slider button.slick-prev::after {
        right: 29px; }
        @media screen and (max-width: 768px) {
          .slider button.slick-prev::after {
            right: 19px; } }
      .slider button.slick-prev:before {
        right: 35px;
        transform: rotate(225deg); }
        @media screen and (max-width: 768px) {
          .slider button.slick-prev:before {
            right: 6.5vw; } }
      @media screen and (max-width: 768px) {
        .slider button.slick-prev {
          right: 52vw; } }
    .slider button:hover {
      background-color: #fff;
      background-position: 30px center;
      transition: all .3s ease;
      background-image: url(../img/common/btn-arr-r-over.svg); }
      .slider button:hover.slick-prev {
        background-position: 20px center;
        background-image: url(../img/common/btn-arr-l-over.svg); }
    .slider button svg.grgr {
      transform: rotate(-90deg);
      position: absolute;
      right: 1px;
      top: calc(50% - 36px); }
      .slider button svg.grgr circle {
        fill: transparent;
        stroke-width: 1; }
    @media (hover: hover) {
      .slider button:hover.slick-prev::before {
        right: 40px; }
      .slider button:hover.slick-prev::after {
        right: 34px; }
      .slider button:hover svg.grgr {
        transform: rotate(-45deg); }
        .slider button:hover svg.grgr circle {
          stroke: #6492CD;
          animation: circle-bt .2s ease-in forwards; }
      @keyframes circle-bt {
        0% {
          stroke-dasharray: 0 190; }
        100% {
          stroke-dasharray: 190 190; } } }

.slider-img {
  margin: 0 15px; }
  .slider-img img {
    height: auto;
    width: 100%;
    border: 1px solid #999; }

section.backgray-area {
  background-color: #5A5A5A;
  color: #fff; }
  section.backgray-area a.backgray-area-block {
    display: block;
    width: 45%;
    padding: 50px 0 40px;
    color: #fff; }
    @media screen and (max-width: 768px) {
      section.backgray-area a.backgray-area-block {
        padding: 12vw 0;
        width: 80vw;
        margin: 0 auto; } }
    section.backgray-area a.backgray-area-block:first-child {
      border-right: 1px solid #fff;
      padding-right: 5%;
      margin-right: 5%; }
      @media screen and (max-width: 768px) {
        section.backgray-area a.backgray-area-block:first-child {
          padding-right: 0;
          border-right: 0;
          position: relative; }
          section.backgray-area a.backgray-area-block:first-child::after {
            content: "";
            display: block;
            position: absolute;
            height: 1px;
            width: 100vw;
            background: #fff;
            bottom: 0;
            left: -10vw; } }
  section.backgray-area h2 {
    font-size: 57px;
    font-weight: 300; }
    @media screen and (max-width: 768px) {
      section.backgray-area h2 {
        font-size: 10.5vw; } }
    section.backgray-area h2 span.small {
      font-size: 14px;
      display: block;
      padding-left: 15px;
      margin-top: -22px;
      position: relative; }
      @media screen and (max-width: 768px) {
        section.backgray-area h2 span.small {
          font-size: 3.5vw;
          margin-top: -3vw;
          font-weight: bold; } }
      section.backgray-area h2 span.small::before {
        content: "";
        display: block;
        position: absolute;
        height: 16px;
        width: 1px;
        background: #fff;
        bottom: 5px;
        left: 0; }
        @media screen and (max-width: 768px) {
          section.backgray-area h2 span.small::before {
            bottom: 1.5vw;
            height: 3vw; } }
  section.backgray-area p {
    margin-top: 50px;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      section.backgray-area p {
        margin: 8vw auto 10vw; } }
  section.backgray-area div.viewall {
    border-color: #fff;
    color: #fff; }
    @media screen and (max-width: 768px) {
      section.backgray-area div.viewall {
        margin-bottom: 0; } }
    section.backgray-area div.viewall::before {
      background-color: #fff; }
    section.backgray-area div.viewall span::before {
      border-color: #fff; }
    section.backgray-area div.viewall span::after {
      background-color: #fff; }
    section.backgray-area div.viewall.over {
      color: #000; }
      section.backgray-area div.viewall.over span::before {
        border-color: #000; }
      section.backgray-area div.viewall.over span::after {
        background-color: #000; }

@media screen and (max-width: 768px) {
  .top .group-company h2.number {
    width: 85%;
    margin: auto; } }
@media screen and (max-width: 768px) {
  .top h2.number .no {
    top: 0;
    font-size: 4.5vw; } }
@media screen and (max-width: 768px) {
  .top h2.number .small {
    margin-left: 4vw;
    font-size: 4vw; } }

@media screen and (max-width: 768px) {
  section.news .tab_box .panel_area a.viewall {
    width: auto; } }

body.news section.news, body.irnews section.news {
  margin-top: 0;
  background: none;
  padding-top: 20px; }
@media screen and (max-width: 768px) {
  body.news h2.number .small, body.irnews h2.number .small {
    margin-left: -4vw; }
    body.news h2.number .small::after, body.irnews h2.number .small::after {
      height: 4vw; } }

.news-inner {
  padding: 0 75px;
  width: 1000px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .news-inner {
      padding: 0;
      width: 80vw;
      margin: auto; } }
  .news-inner .news-info span.cat {
    border: 1px solid #6492CD;
    color: #6492CD;
    padding: 2px 16px;
    border-radius: 30px;
    margin-left: 20px;
    font-size: 13px; }
  .news-inner .news-info span.day {
    font-size: 15px; }
  .news-inner ul {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .news-inner ul {
        margin-top: 10vw; } }
  .news-inner h1.page-ttl {
    margin: 50px 0;
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      .news-inner h1.page-ttl {
        font-size: 5vw; } }
  .news-inner p {
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .news-inner p {
        font-size: 4vw; } }
  .news-inner p + p {
    margin-top: 40px; }
  .news-inner a.back-btn {
    float: left; }
    @media screen and (max-width: 768px) {
      .news-inner a.back-btn {
        margin-top: 10vw;
        margin-bottom: 0;
        float: none; } }
    .news-inner a.back-btn span {
      text-align: right; }
      .news-inner a.back-btn span::before {
        transform: rotate(225deg);
        left: 0;
        right: auto; }
      .news-inner a.back-btn span::after {
        left: 0;
        right: auto; }

nav.narrowdown {
  display: flex;
  margin-top: 70px; }
  @media screen and (max-width: 768px) {
    nav.narrowdown {
      margin-top: 15vw;
      font-size: 3.5vw; } }
  nav.narrowdown p {
    position: relative;
    margin-right: 50px;
    padding: 5px 0; }
    @media screen and (max-width: 768px) {
      nav.narrowdown p {
        margin-right: 6vw;
        min-width: 8vw; } }
    nav.narrowdown p::after {
      content: "";
      display: block;
      position: absolute;
      height: 18px;
      width: 1px;
      background: #333;
      top: 9px;
      right: -25px; }
      @media screen and (max-width: 768px) {
        nav.narrowdown p::after {
          right: -3vw; } }
  nav.narrowdown .cp_ipselect.cp_sl01 {
    /*セレクトにボーダーを設置*/
    position: relative;
    border-bottom: 1px solid #cccccc;
    background: #ffffff;
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      nav.narrowdown .cp_ipselect.cp_sl01 {
        margin-right: 0;
        margin-left: 5vw; }
        nav.narrowdown .cp_ipselect.cp_sl01.ml0 {
          margin-left: 0; } }
    nav.narrowdown .cp_ipselect.cp_sl01::before {
      /*セレクトに矢印を設置*/
      position: absolute;
      top: 13px;
      right: 0;
      width: 0;
      height: 0;
      padding: 0;
      content: '';
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #666666;
      pointer-events: none; }
    nav.narrowdown .cp_ipselect.cp_sl01 select {
      padding: 6px 38px 0px 0;
      color: #666666;
      width: 100%;
      padding-right: 1em;
      cursor: pointer;
      text-indent: 0.01px;
      text-overflow: ellipsis;
      border: none;
      outline: none;
      background: transparent;
      background-image: none;
      box-shadow: none;
      appearance: none;
      font-size: 14px;
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        nav.narrowdown .cp_ipselect.cp_sl01 select {
          font-size: 3.5vw;
          padding-right: 3vw; } }

body section.company, body section.group {
  margin-top: 20px;
  background: none; }
@media screen and (max-width: 768px) {
  body h2.number .small {
    margin-left: -4vw; }
    body h2.number .small::after {
      height: 4vw; } }

.company-inner {
  padding: 0 120px;
  min-width: 700px; }
  @media screen and (max-width: 768px) {
    .company-inner {
      padding: 0;
      min-width: auto; } }
  .company-inner ul {
    margin-top: 50px;
    margin-bottom: 180px; }
    @media screen and (max-width: 768px) {
      .company-inner ul {
        margin-top: 10vw;
        margin-bottom: 10vw; } }
    .company-inner ul li {
      overflow: hidden;
      border-bottom: 1px solid #333;
      font-size: 40px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .company-inner ul li {
          border: 0;
          font-size: 10vw;
          padding-top: 3vw;
          width: 80vw;
          margin: auto; } }
      .company-inner ul li span.no {
        font-size: 18px;
        top: 28px;
        position: absolute;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .company-inner ul li span.no {
            top: 0;
            font-size: 4vw; } }
      .company-inner ul li .menu-ttl {
        position: absolute;
        top: 42px;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          .company-inner ul li .menu-ttl {
            position: relative;
            top: 0; } }
      .company-inner ul li a {
        display: block;
        overflow: hidden;
        color: #333; }
      .company-inner ul li div.viewall {
        margin: 40px 0; }

nav.page-link {
  text-align: right;
  margin: 50px auto 20px; }
  @media screen and (max-width: 768px) {
    nav.page-link {
      margin-right: 10%;
      margin-top: 8vw;
      font-size: 3.5vw; } }
  nav.page-link a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin-left: 4rem;
    position: relative; }
    @media screen and (max-width: 768px) {
      nav.page-link a {
        margin-left: 10vw;
        display: block; } }
    nav.page-link a:first-child {
      margin-left: 0; }
    nav.page-link a:before {
      content: '';
      position: absolute;
      top: calc(50% - 2px);
      right: -22px;
      width: 8px;
      height: 8px;
      border-right: 1px solid #333;
      border-top: 1px solid #333;
      transform: rotate(135deg);
      transition: transform .5s; }
    nav.page-link a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -25px;
      width: 15px;
      background: #333;
      height: 1px;
      transition: transform .5s;
      transform: rotate(90deg); }

#group-company {
  scroll-margin-top: 80px;
  background: #F2F2F2;
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    #group-company {
      scroll-margin-top: 65px; } }
  #group-company h3 {
    font-size: 2.4rem;
    padding: 50px 0 0; }
    @media screen and (max-width: 768px) {
      #group-company h3 {
        font-size: 7vw;
        padding: 10vw 0 0; } }
  #group-company h4 {
    color: #919191;
    font-size: 1.9rem;
    margin-top: 80px;
    padding-left: 2rem;
    font-weight: 400;
    border-left: 1px solid #000;
    line-height: 1.3; }
    @media screen and (max-width: 768px) {
      #group-company h4 {
        margin-top: 15vw;
        font-size: 7vw;
        padding-left: 5vw; } }
    #group-company h4 span.small {
      display: block;
      font-size: 1rem; }
      @media screen and (max-width: 768px) {
        #group-company h4 span.small {
          font-size: 3.5vw; } }
  #group-company h5 {
    border-bottom: 1px solid #000;
    font-size: 1.6rem;
    margin-top: 50px;
    margin-bottom: 24px;
    padding-bottom: 10px; }
    @media screen and (max-width: 768px) {
      #group-company h5 {
        font-size: 5vw;
        margin-top: 76vw; } }
  #group-company .group-company-info {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #group-company .group-company-info {
        display: block;
        margin-top: -88vw;
        padding-bottom: 5vw; }
        #group-company .group-company-info.double {
          margin-top: -100vw; } }
    #group-company .group-company-info figure {
      width: 288px; }
      @media screen and (max-width: 768px) {
        #group-company .group-company-info figure {
          width: auto;
          margin-bottom: 22vw; }
          #group-company .group-company-info figure.double {
            margin-bottom: 35vw; } }
    #group-company .group-company-info .text-area {
      width: calc(100% - 338px); }
      @media screen and (max-width: 768px) {
        #group-company .group-company-info .text-area {
          width: auto; } }
      #group-company .group-company-info .text-area dl {
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          #group-company .group-company-info .text-area dl {
            display: block; } }
        #group-company .group-company-info .text-area dl dt {
          font-weight: bold;
          width: 90px;
          position: relative; }
          @media screen and (max-width: 768px) {
            #group-company .group-company-info .text-area dl dt {
              width: auto;
              display: inline-block;
              padding-right: 20px; } }
          #group-company .group-company-info .text-area dl dt::after {
            content: "";
            position: absolute;
            right: 0;
            top: 4px;
            width: 1px;
            height: 20px;
            background: #000; }
        #group-company .group-company-info .text-area dl dd {
          width: calc(100% - 120px); }
          @media screen and (max-width: 768px) {
            #group-company .group-company-info .text-area dl dd {
              width: auto; } }
      #group-company .group-company-info .text-area dl + dl {
        margin-top: 30px; }
      #group-company .group-company-info .text-area dl + dl.second {
        margin-top: 0; }
        #group-company .group-company-info .text-area dl + dl.second dt::after {
          display: none; }
      #group-company .group-company-info .text-area a.site-link {
        float: none;
        margin: 30px 0 50px 120px; }
        @media screen and (max-width: 768px) {
          #group-company .group-company-info .text-area a.site-link {
            margin: 8vw auto; } }
        #group-company .group-company-info .text-area a.site-link span {
          background: url(../img/common/link-out.svg) no-repeat 150px 10px/16px;
          transition: all .3s ease;
          width: 180px; }
          @media screen and (max-width: 768px) {
            #group-company .group-company-info .text-area a.site-link span {
              width: 60vw; } }
          #group-company .group-company-info .text-area a.site-link span::before {
            display: none; }
          #group-company .group-company-info .text-area a.site-link span::after {
            display: none; }
        #group-company .group-company-info .text-area a.site-link:hover span {
          background-image: url(../img/common/link-out-ov.svg); }

#pickup-service {
  scroll-margin-top: 80px; }
  @media screen and (max-width: 768px) {
    #pickup-service {
      scroll-margin-top: 65px; }
      #pickup-service.inner-1450 {
        width: 80%; } }
  #pickup-service h3 {
    font-size: 2.4rem;
    padding: 80px 0 0; }
    @media screen and (max-width: 768px) {
      #pickup-service h3 {
        font-size: 6.5vw; } }
  #pickup-service .pickup-service-inner {
    margin: 0 0 100px; }
    #pickup-service .pickup-service-inner ul {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        #pickup-service .pickup-service-inner ul {
          display: block; } }
      #pickup-service .pickup-service-inner ul li {
        width: 30%;
        margin-top: 60px;
        margin-right: 5%; }
        @media screen and (max-width: 768px) {
          #pickup-service .pickup-service-inner ul li {
            width: auto;
            margin: 10vw 0; } }
        #pickup-service .pickup-service-inner ul li:nth-child(3n) {
          margin-right: 0; }
        #pickup-service .pickup-service-inner ul li .logo img {
          max-height: 40px; }
          @media screen and (max-width: 768px) {
            #pickup-service .pickup-service-inner ul li .logo img {
              max-height: 10vw; } }
        #pickup-service .pickup-service-inner ul li figure {
          margin: 25px 0;
          border: 1px solid #999; }
        #pickup-service .pickup-service-inner ul li h4 {
          font-size: 1.2rem;
          position: relative;
          background: url(../img/common/link-out.svg) no-repeat right 10px/16px;
          padding-right: 30px; }
        #pickup-service .pickup-service-inner ul li p {
          margin-top: 20px; }
        #pickup-service .pickup-service-inner ul li a {
          text-decoration: none;
          color: #000;
          transition: .5s; }
          #pickup-service .pickup-service-inner ul li a:hover {
            opacity: .5;
            transition: .5s; }

@media screen and (max-width: 768px) {
  .outline-inner {
    margin-top: 20vw; } }
.outline-inner a.map {
  display: inline-block;
  background: #5A5A5A;
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
  border-radius: 20px;
  line-height: 1.3; }
.outline-inner p + p {
  margin-top: 14px; }
.outline-inner h3 {
  font-size: 36px;
  padding: 70px 0 0;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .outline-inner h3 {
      font-size: 7vw;
      padding: 10vw 0 0;
      margin-bottom: 8vw; } }
.outline-inner dl {
  display: flex;
  border-top: 1px solid #C6C6C6;
  padding: 25px 0 0;
  margin-top: 25px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .outline-inner dl {
      font-size: 3.5vw;
      padding: 5vw 0 0;
      margin-top: 5vw; } }
  .outline-inner dl:last-child {
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .outline-inner dl:last-child {
        padding-bottom: 5vw; }
        .outline-inner dl:last-child::after {
          height: 1px;
          width: 100px;
          content: "";
          position: absolute;
          bottom: -1px;
          left: 0;
          background: #000; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      .outline-inner dl:last-child::after {
        width: 70px; } }

  .outline-inner dl dt {
    width: 300px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .outline-inner dl dt {
        width: 22vw; } }
    .outline-inner dl dt::after {
      height: 1px;
      width: 100px;
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      background: #000; }
      @media screen and (max-width: 768px) {
        .outline-inner dl dt::after {
          width: 70px; } }
  .outline-inner dl dd {
    width: 58vw; }
    @media screen and (max-width: 768px) {
      .outline-inner dl dd div.ir {
        width: calc(100% - 18vw); } }
    .outline-inner dl dd figure.jpx {
      display: block;
      background: #fff;
      position: absolute;
      width: 150px;
      height: 100px;
      top: 32px;
      right: 0;
      z-index: 100;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .outline-inner dl dd figure.jpx {
          width: 17vw;
          height: 20vw;
          top: 14vw;
          padding-left: 3vw; } }
      .outline-inner dl dd figure.jpx img {
        width: 79px; }
        @media screen and (max-width: 768px) {
          .outline-inner dl dd figure.jpx img {
            width: 14vw; } }
.outline-inner .access-inner {
  display: flex; }
  @media screen and (max-width: 768px) {
    .outline-inner .access-inner {
      flex-direction: column-reverse; } }
  .outline-inner .access-inner figure {
    width: 343px;
    margin: 0 40px 40px 0; }
    @media screen and (max-width: 768px) {
      .outline-inner .access-inner figure {
        width: auto;
        margin: 5vw auto 10vw; } }
.outline-inner#company-profile {
  margin-top: 0; }
  .outline-inner#company-profile h3 {
    padding-top: 35px; }
    @media screen and (max-width: 768px) {
      .outline-inner#company-profile h3 {
        padding-top: 8vw; } }
@media screen and (max-width: 768px) {
  .outline-inner#officer dl dt {
    width: 30vw; } }
@media screen and (max-width: 768px) {
  .outline-inner#officer dl dd {
    width: 50vw; } }
.outline-inner#access {
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .outline-inner#access {
      padding-bottom: 15vw; } }

.history .inner-880 {
  margin: 50px auto 0; }
  @media screen and (max-width: 768px) {
    .history .inner-880 {
      margin-top: 8vw; } }
  .history .inner-880 dl {
    position: relative;
    margin-bottom: 40px; }
    .history .inner-880 dl::before {
      content: "";
      position: absolute;
      top: 3rem;
      left: 32px;
      height: 100%;
      width: 1px;
      background: #6492CD;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .history .inner-880 dl::before {
          left: 30px; } }
    .history .inner-880 dl dt {
      width: 150px;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 30px;
      font-weight: 300;
      line-height: 4rem;
      background: #fff; }
      @media screen and (max-width: 768px) {
        .history .inner-880 dl dt {
          font-size: 7vw;
          width: 20vw;
          line-height: 10vw;
          top: 3vw; } }
    .history .inner-880 dl dd {
      width: calc(100% - 210px);
      margin-left: 210px;
      text-indent: -30px;
      padding-top: 8px;
      padding-top: 1.3rem; }
      @media screen and (max-width: 768px) {
        .history .inner-880 dl dd {
          margin-left: 20vw;
          width: 65vw;
          padding-top: 4vw;
          text-indent: 0;
          font-size: 4vw; } }
      .history .inner-880 dl dd span {
        display: inline-block;
        width: 30px; }
        @media screen and (max-width: 768px) {
          .history .inner-880 dl dd span {
            display: block;
            width: auto; } }
  .history .inner-880 .movie-area {
    margin: 200px auto;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .history .inner-880 .movie-area {
        margin: 20vw 0; } }
    .history .inner-880 .movie-area img {
      width: 100%; }
    .history .inner-880 .movie-area iframe {
      margin: auto; }

.awards-inner {
  margin-top: 60px;
  margin-bottom: 160px; }
  @media screen and (max-width: 768px) {
    .awards-inner {
      margin-top: 8vw;
      margin-bottom: 20vw; } }
  .awards-inner dl {
    display: flex;
    border-top: 1px solid #ccc;
    padding-top: 25px;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .awards-inner dl {
        display: block;
        padding-top: 4vw;
        margin-bottom: 4vw; } }
    @media screen and (max-width: 768px) {
      .awards-inner dl:first-child {
        border-top: 0;
        padding-top: 0; } }
    .awards-inner dl:last-child {
      border-bottom: 1px solid #ccc;
      padding-bottom: 30px; }
    .awards-inner dl dt {
      width: 200px; }
      @media screen and (max-width: 768px) {
        .awards-inner dl dt {
          width: auto;
          font-size: 5vw; } }
    .awards-inner dl dd {
      width: calc(100% - 200px); }
      @media screen and (max-width: 768px) {
        .awards-inner dl dd {
          width: auto; } }

section.news.ir h3.ttl {
  margin-top: 80px;
  font-size: 36px; }
  @media screen and (max-width: 768px) {
    section.news.ir h3.ttl {
      margin-top: 10vw;
      font-size: 6vw; } }
section.news.ir .news-inner.ir nav.narrowdown {
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    section.news.ir .news-inner.ir nav.narrowdown {
      margin-top: 10vw; } }
@media screen and (max-width: 768px) {
  section.news.ir ul {
    margin-top: 5vw; } }
section.news.ir ul li {
  background: url(../img/common/icon-pdf.svg) no-repeat 96% 50%; }
  @media screen and (max-width: 768px) {
    section.news.ir ul li {
      background: none; } }
  section.news.ir ul li a::after, section.news.ir ul li a::before {
    display: none; }
  section.news.ir ul li a .grgr {
    display: none; }
section.news.ir .gray-back-area {
  background: #F2F2F2;
  padding: 1px 0 80px;
  margin-top: 80px; }
@media screen and (max-width: 768px) {
  section.news.ir .inner-1290 h3.ttl {
    margin-top: 20vw;
    font-size: 5.6vw; } }
section.news.ir .inner-1290 h4 {
  margin-top: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 20px; }
  @media screen and (max-width: 768px) {
    section.news.ir .inner-1290 h4 {
      margin-top: 8vw;
      font-size: 4vw; } }
section.news.ir .inner-1290 p {
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    section.news.ir .inner-1290 p {
      font-size: 3.7vw; } }
section.news.ir .inner-1290 h4 + p {
  margin-top: 20px; }

#irnews, #disclaimer, #disclosure-policy, #ir-contact, #official-notice {
  scroll-margin-top: 80px; }
  @media screen and (max-width: 768px) {
    #irnews, #disclaimer, #disclosure-policy, #ir-contact, #official-notice {
      scroll-margin-top: 60px; } }

.text-area {
  width: calc(100% - 440px); }
  @media screen and (max-width: 768px) {
    .text-area {
      width: auto; } }
  .text-area h4 {
    font-size: 22px;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .text-area h4 {
        font-size: 5vw;
        margin-bottom: 1vw; } }
  @media screen and (max-width: 768px) {
    .text-area p {
      font-size: 4vw; } }
  .text-area a.map {
    display: inline-block;
    background: #5A5A5A;
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
    border-radius: 20px;
    line-height: 1.3; }

iframe#irnews-wrap {
  width: 100%; }

body.contact {
  background: #F2F2F2; }

section.contact {
  padding-top: 20px; }

.contact-inner {
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .contact-inner {
      min-width: auto;
      margin-top: 8vw; }
      .contact-inner.inner-880 {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .contact-inner p {
      font-size: 4vw; } }
  .contact-inner .introduction {
    margin-bottom: 100px; }
    @media screen and (max-width: 768px) {
      .contact-inner .introduction {
        margin-bottom: 8vw; } }
  .contact-inner h2 {
    font-size: 20px;
    margin: 60px 0 20px; }
    @media screen and (max-width: 768px) {
      .contact-inner h2 {
        font-size: 6vw;
        margin: 8vw 0 4vw; } }
  .contact-inner form .hissu {
    display: inline-block;
    color: #e70005;
    padding: 0 10px;
    font-weight: normal;
    border: 1px solid #e70005;
    margin-left: 15px;
    line-height: 1.2; }
  .contact-inner dl.form-content {
    border-bottom: #ccc 1px solid;
    padding: 30px 0;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .contact-inner dl.form-content {
        display: block;
        padding: 4vw 0; } }
    .contact-inner dl.form-content dt {
      font-weight: 600;
      width: 300px; }
      @media screen and (max-width: 768px) {
        .contact-inner dl.form-content dt {
          width: auto;
          margin-bottom: 2vw; } }
    .contact-inner dl.form-content dd {
      width: calc(100% - 300px);
      position: relative; }
      @media screen and (max-width: 768px) {
        .contact-inner dl.form-content dd {
          width: auto; } }
    .contact-inner dl.form-content.name-area dd {
      box-sizing: border-box;
      width: calc((100% - 300px) / 2); }
      @media screen and (max-width: 768px) {
        .contact-inner dl.form-content.name-area dd {
          width: auto; } }
      .contact-inner dl.form-content.name-area dd.sei {
        width: calc(50% - 160px);
        margin-right: 10px; }
        @media screen and (max-width: 768px) {
          .contact-inner dl.form-content.name-area dd.sei {
            width: auto;
            margin-right: 0;
            margin-bottom: 3vw; } }
      .contact-inner dl.form-content.name-area dd input.short {
        width: 100%; }
  .contact-inner input, .contact-inner textarea {
    padding: 10px;
    border: 1px solid #9D9D9D;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ＭＳ ゴシック','Helvetica Neue','Helvetica','Arial',sans-serif; }
    .contact-inner input.short, .contact-inner textarea.short {
      width: 48%; }
      .contact-inner input.short.mr6, .contact-inner textarea.short.mr6 {
        margin-right: 4%; }
    .contact-inner input::placeholder, .contact-inner textarea::placeholder {
      color: #9D9D9D; }
  .contact-inner .text-area-wrapper {
    margin-top: 20px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .contact-inner .text-area-wrapper {
        margin-top: 2vw; } }
  .contact-inner .kokuchi-wrapper {
    background: #fff;
    border: 1px solid #9D9D9D;
    padding: 20px 40px;
    margin-bottom: 40px;
    height: 400px;
    overflow-y: scroll; }
    @media screen and (max-width: 768px) {
      .contact-inner .kokuchi-wrapper {
        padding: 3vw 4vw;
        height: 50vw;
        margin-bottom: 4vw; } }
    .contact-inner .kokuchi-wrapper h3 {
      font-size: 16px;
      margin-top: 30px;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .contact-inner .kokuchi-wrapper h3 {
          font-size: 4vw; } }
    .contact-inner .kokuchi-wrapper ol, .contact-inner .kokuchi-wrapper ul {
      margin: 10px 0 10px 1.2rem; }
      .contact-inner .kokuchi-wrapper ol li, .contact-inner .kokuchi-wrapper ul li {
        list-style-type: decimal; }
        @media screen and (max-width: 768px) {
          .contact-inner .kokuchi-wrapper ol li, .contact-inner .kokuchi-wrapper ul li {
            font-size: 4vw; } }
    .contact-inner .kokuchi-wrapper ul li {
      list-style-type: disc; }
    .contact-inner .kokuchi-wrapper p {
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .contact-inner .kokuchi-wrapper p {
          font-size: 4vw; } }
  .contact-inner .btn_area {
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .contact-inner .btn_area {
        width: auto; } }
    .contact-inner .btn_area a {
      font-weight: 400;
      padding: 15px 50px 15px 40px;
      float: none;
      margin: 80px auto 200px;
      font-size: 14px; }
      @media screen and (max-width: 768px) {
        .contact-inner .btn_area a {
          margin-top: 10vw;
          margin-bottom: 20vw; } }
    .contact-inner .btn_area .form-btn-wrap {
      padding: 0;
      float: none;
      margin: 80px auto 200px;
      width: 295px; }
    .contact-inner .btn_area input[type="submit"] {
      font-size: 1.2rem;
      border: 0;
      padding: 15px 50px 15px 40px;
      background: transparent;
      text-align: left;
      line-height: 30px;
      background: url(../img/common/icon-arrow-r.svg) no-repeat 240px center/5%;
      color: #000;
      font-weight: bold; }
      .contact-inner .btn_area input[type="submit"]:hover {
        color: #fff;
        position: relative;
        z-index: 10;
        background: url(../img/common/icon-arrow-r-w.svg) no-repeat 250px center/5%; }
    .contact-inner .btn_area .form-btn-wrap.confirm {
      display: none; }

.mw_wp_form_confirm .kokuchi {
  display: none; }

.form-thanks .contact-inner {
  margin-bottom: 200px; }

.form-confirm .contact-inner .btn_area .form-btn-wrap {
  margin-bottom: 40px; }
  .form-confirm .contact-inner .btn_area .form-btn-wrap.confirm {
    display: block;
    margin-top: 0;
    margin-bottom: 200px; }
    .form-confirm .contact-inner .btn_area .form-btn-wrap.confirm input[type="submit"] {
      text-align: right;
      background-position: 50px center;
      background-image: url(../img/common/icon-arrow-l.svg); }
      .form-confirm .contact-inner .btn_area .form-btn-wrap.confirm input[type="submit"]:hover {
        background-position: 40px center;
        background-image: url(../img/common/icon-arrow-l-w.svg); }

.search h1 {
  font-size: 2.5rem;
  text-align: center;
  margin: 50px 0 70px; }
  @media screen and (max-width: 768px) {
    .search h1 {
      font-size: 6vw;
      margin-bottom: 8vw; } }
.search .search-inner {
  margin-bottom: 200px;
  border-top: 1px solid #ccc;
  padding-top: 50px; }
  @media screen and (max-width: 768px) {
    .search .search-inner {
      padding-top: 5vw;
      margin-bottom: 20vw; } }
  .search .search-inner .page-link {
    margin-bottom: 20px; }
    .search .search-inner .page-link a {
      text-decoration: underline;
      color: #0052D6; }
      .search .search-inner .page-link a:hover {
        opacity: .7; }

section.policy {
  margin-bottom: 150px; }
  @media screen and (max-width: 768px) {
    section.policy {
      margin-bottom: 10vw; } }
  section.policy h1 {
    font-size: 2.5rem;
    margin: 80px 0; }
    @media screen and (max-width: 768px) {
      section.policy h1 {
        font-size: 7vw;
        margin: 8vw 0; } }
  section.policy p {
    font-size: 16px;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      section.policy p {
        font-size: 3.5vw; } }
    section.policy p.text-gray {
      color: #777; }
    section.policy p a {
      color: #777;
      text-decoration: underline; }
  section.policy p + p {
    margin-top: 30px; }
  section.policy p + p.text-gray {
    margin-top: 10px; }
  section.policy h2 {
    font-size: 1.7rem;
    padding: 0 0 15px;
    margin: 70px 0 30px;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 768px) {
      section.policy h2 {
        font-size: 4.5vw;
        margin: 6vw 0 3vw;
        padding-bottom: 3vw; } }
  section.policy h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 50px 0 10px; }
    @media screen and (max-width: 768px) {
      section.policy h3 {
        font-size: 3.8vw;
        margin: 8vw 0 2vw; } }
  section.policy ol, section.policy ul {
    padding-left: 1.5rem; }
    section.policy ol li, section.policy ul li {
      list-style-type: decimal;
      line-height: 2;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        section.policy ol li, section.policy ul li {
          font-size: 3.5vw; } }
  section.policy ul li {
    list-style-type: disc; }
  section.policy ol.alpha li {
    list-style-type: upper-alpha; }

section.recruit {
  padding-top: 20px; }
  @media screen and (max-width: 768px) {
    section.recruit {
      padding-top: 8vw; } }
  section.recruit .recruit-inner {
    margin-top: 60px;
    margin-bottom: 140px; }
    @media screen and (max-width: 768px) {
      section.recruit .recruit-inner {
        margin-top: 8vw;
        margin-bottom: 18vw; } }
  section.recruit .introduction {
    padding-bottom: 60px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 768px) {
      section.recruit .introduction {
        margin-bottom: 8vw;
        padding-bottom: 8vw; } }
  @media screen and (max-width: 768px) {
    section.recruit .inner-1290 {
      min-width: auto;
      width: auto; } }
  section.recruit .group-list-block {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 40px;
    align-items: center; }
    @media screen and (max-width: 768px) {
      section.recruit .group-list-block {
        display: block;
        margin-bottom: 8vw;
        padding-bottom: 7vw; } }
    section.recruit .group-list-block figure {
      padding: 0 80px; }
      @media screen and (max-width: 768px) {
        section.recruit .group-list-block figure {
          margin: 6vw auto;
          padding: 0;
          width: 60vw;
          text-align: center; } }
    section.recruit .group-list-block .text-link {
      width: calc(100% - 400px); }
      @media screen and (max-width: 768px) {
        section.recruit .group-list-block .text-link {
          width: auto; } }
      section.recruit .group-list-block .text-link h2 {
        font-size: 20px;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          section.recruit .group-list-block .text-link h2 {
            font-size: 5vw;
            margin-bottom: 0; } }
      section.recruit .group-list-block .text-link a.site-link {
        float: left;
        margin: 10px 30px 10px 0;
        padding: 13px 50px 13px 40px;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          section.recruit .group-list-block .text-link a.site-link {
            margin: 3vw 0 0;
            width: auto;
            float: none;
            font-size: 4vw; } }
        section.recruit .group-list-block .text-link a.site-link span {
          background: url(../img/common/link-out.svg) no-repeat right center/15px; }
          @media screen and (max-width: 768px) {
            section.recruit .group-list-block .text-link a.site-link span {
              width: auto; } }
          section.recruit .group-list-block .text-link a.site-link span::before, section.recruit .group-list-block .text-link a.site-link span::after {
            display: none; }
        section.recruit .group-list-block .text-link a.site-link:hover span {
          background: url(../img/common/link-out-ov.svg) no-repeat right center/15px; }

.sustainability {
  padding-top: 20px; }
  @media screen and (max-width: 768px) {
    .sustainability {
      margin-top: 4vw; }
      .sustainability h1 {
        font-size: 11vw;
        padding-top: 3vw; }
        .sustainability h1.number .small::after {
          height: 4vw; } }

.sustainability-inner {
  margin-bottom: 250px; }
  @media screen and (max-width: 768px) {
    .sustainability-inner {
      margin-bottom: 10vw; } }
  .sustainability-inner #business, .sustainability-inner #person, .sustainability-inner #society, .sustainability-inner #environment {
    scroll-margin-top: 90px; }
  .sustainability-inner h2 {
    font-size: 36px;
    margin-top: 75px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .sustainability-inner h2 {
        margin-top: 10vw; } }
    .sustainability-inner h2 span.no {
      font-size: 18px;
      top: -14px;
      position: absolute; }
    .sustainability-inner h2 span.small {
      font-size: 20px;
      font-weight: 200; }
  .sustainability-inner figure.logo {
    margin: 110px 0 0 80px;
    width: 280px; }
    @media screen and (max-width: 768px) {
      .sustainability-inner figure.logo {
        width: 55vw;
        margin: 7vw auto 15vw; } }
  @media screen and (max-width: 768px) {
    .sustainability-inner .flex-box {
      display: block; } }
  .sustainability-inner .flex-box .txt-area {
    width: calc(100% - 380px); }
    @media screen and (max-width: 768px) {
      .sustainability-inner .flex-box .txt-area {
        width: auto; } }
    .sustainability-inner .flex-box .txt-area h2 {
      margin-bottom: 36px; }
      @media screen and (max-width: 768px) {
        .sustainability-inner .flex-box .txt-area h2 {
          font-size: 7vw;
          margin-bottom: 5vw; } }
  .sustainability-inner p.lead {
    font-size: 16px; }
  .sustainability-inner table {
    border-top: 1px solid #C6C6C6;
    border-collapse: collapse;
    min-width: 100%;
    margin-top: 20px;
    background: #fff; }
    .sustainability-inner table th, .sustainability-inner table td {
      vertical-align: middle;
      padding: 10px;
      border-right: 1px solid #C6C6C6;
      border-bottom: 1px solid #C6C6C6; }
      @media screen and (max-width: 768px) {
        .sustainability-inner table th, .sustainability-inner table td {
          border-left: 1px solid #C6C6C6; } }
      .sustainability-inner table th img, .sustainability-inner table td img {
        width: 50px;
        margin-left: 8px;
        margin-bottom: 8px; }
        .sustainability-inner table th img:first-child, .sustainability-inner table th img:nth-child(3n + 1), .sustainability-inner table td img:first-child, .sustainability-inner table td img:nth-child(3n + 1) {
          margin-left: 0; }
        @media screen and (max-width: 768px) {
          .sustainability-inner table th img, .sustainability-inner table td img {
            margin-left: 0; } }
      .sustainability-inner table th:last-child, .sustainability-inner table td:last-child {
        border-right: 0; }
        @media screen and (max-width: 768px) {
          .sustainability-inner table th:last-child, .sustainability-inner table td:last-child {
            border-right: 1px solid #C6C6C6; } }
    @media screen and (max-width: 768px) {
      .sustainability-inner table td {
        font-size: 3.5vw; }
        .sustainability-inner table td:first-child {
          text-align: center; } }
    .sustainability-inner table th {
      font-weight: bold;
      background: #f2f2f2;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .sustainability-inner table th {
          font-size: 3.5vw;
          padding: 10px 0; } }
      .sustainability-inner table th:first-child {
        width: 17%; }
        @media screen and (max-width: 768px) {
          .sustainability-inner table th:first-child {
            width: 32%; } }
      .sustainability-inner table th:last-child {
        width: 20%; }
    .sustainability-inner table a {
      text-decoration: underline; }
    .sustainability-inner table span.apl {
      color: #6492CD; }
  .sustainability-inner a.viewall {
    margin-top: 30px;
    margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .sustainability-inner.policy table tr.pc-none {
      display: table-row; } }
  .sustainability-inner.policy table th.sp-none, .sustainability-inner.policy table td.sp-none {
    display: table-cell; }
    @media screen and (max-width: 768px) {
      .sustainability-inner.policy table th.sp-none, .sustainability-inner.policy table td.sp-none {
        display: none; } }
  @media screen and (max-width: 768px) {
    .sustainability-inner.policy table th.blank, .sustainability-inner.policy table td.blank {
      border-left: 0 !important;
      border-right: 0 !important; } }
  .sustainability-inner.policy table th:first-child {
    width: 12%; }
    @media screen and (max-width: 768px) {
      .sustainability-inner.policy table th:first-child {
        display: none; } }
  .sustainability-inner.policy table th:nth-child(2) {
    width: 110px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .sustainability-inner.policy table th:nth-child(2) {
        width: 25%; } }
  .sustainability-inner.policy table th:last-child {
    width: 13%; }
    @media screen and (max-width: 768px) {
      .sustainability-inner.policy table th:last-child {
        width: 20%; } }
  @media screen and (max-width: 768px) {
    .sustainability-inner.policy table td {
      vertical-align: top; }
      .sustainability-inner.policy table td.pc-none {
        display: table-cell; } }
  .sustainability-inner.policy table td:first-child {
    text-align: center; }
  .sustainability-inner.policy table td img.cp-logo {
    width: 100px; }
  .sustainability-inner.policy table td.center {
    text-align: center; }
  .sustainability-inner.policy table td:last-child {
    border-right: 1px solid #C6C6C6; }
  .sustainability-inner.policy table td.no-border-right {
    border-right: 0; }
    @media screen and (max-width: 768px) {
      .sustainability-inner.policy table td.no-border-right {
        border-right: 1px solid #C6C6C6; } }

.sitemap h1 {
  font-size: 2.5rem;
  text-align: center;
  margin: 50px 0 70px; }
  @media screen and (max-width: 768px) {
    .sitemap h1 {
      font-size: 6vw;
      margin-bottom: 8vw;
      margin-top: 0;
      text-align: left; } }
.sitemap .sitemap-inner {
  margin-bottom: 150px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .sitemap .sitemap-inner {
      margin-bottom: 15vw; } }
  .sitemap .sitemap-inner a {
    color: #000;
    text-decoration: none; }
    .sitemap .sitemap-inner a:hover {
      color: #6492CD; }
  .sitemap .sitemap-inner p {
    color: #000; }
  .sitemap .sitemap-inner h3 {
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .sitemap .sitemap-inner h3 {
        font-size: 4vw; } }
  .sitemap .sitemap-inner h3 + h3 {
    margin-top: 20px; }
  .sitemap .sitemap-inner ul {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .sitemap .sitemap-inner ul {
        margin-bottom: 5vw; } }
    .sitemap .sitemap-inner ul li {
      position: relative;
      line-height: 2;
      margin-left: 25px;
      font-size: 14px;
      position: relative; }
      .sitemap .sitemap-inner ul li a:hover::after {
        background: #6492CD; }
      .sitemap .sitemap-inner ul li a::after {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        width: 10px;
        background: #000;
        top: 50%;
        left: -25px;
        transition: .5s; }
      .sitemap .sitemap-inner ul li.outlink a {
        background: url(../img/common/link-out.svg) no-repeat right center/12px;
        padding-right: 20px; }
        .sitemap .sitemap-inner ul li.outlink a:hover {
          background-image: url(../img/common/link-out-blue.svg); }
  .sitemap .sitemap-inner .other {
    margin-top: 40px; }
    .sitemap .sitemap-inner .other a {
      font-size: 14px;
      display: inline-block;
      margin-right: 40px; }
      @media screen and (max-width: 768px) {
        .sitemap .sitemap-inner .other a {
          margin-bottom: 3vw; } }
  @media screen and (max-width: 768px) {
    .sitemap .sitemap-inner .spf {
      position: absolute;
      top: 0;
      right: 6vw; } }

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