@charset "UTF-8";
/* Reset Stylesheet */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, ddress, 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, enu, 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;
}

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

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

/* new clearfix */
.clearfix:after {
  visibility: hidden;
  /*見えなくする*/
  height: 0;
  /*見えなくする*/
  display: block;
  /*block要素にする*/
  font-size: 0;
  content: " ";
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/* CSS Document */
/* Mixin css Document */
/* BASE CSS DOCUMENT */
html {
  font-size: 62.5%;
  -ms-overflow-style: none;
  /* IE10+ */
  scroll-padding-top: 90px;
}

body {
  font-family: "Open Sans" , "小塚ゴシック Pro" , "Kozuka Gothic Pro", "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.8;
  overflow-x: hidden;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

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

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

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}

ul, li {
  list-style: none;
}

input, button, textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
}

/* Layout CSS Document */
.row {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 1040px) {
  .row {
    width: 94.66%;
  }
}

@media screen and (max-width: 641px) {
  .row {
    width: calc(100% - 32px);
  }
}

.fluidBox {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-v-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 370px;
  margin-bottom: 120px;
  margin-top: 80px;
}

@media screen and (max-width: 1040px) {
  .main-v-lower {
    margin-top: 50px;
  }
}

@media screen and (max-width: 667px) {
  .main-v-lower {
    height: 175px;
  }
}

.main-v-lower__left {
  width: 650px;
  background: rgba(0, 19, 57, 0.91);
  color: #fff;
  padding: 220px 0 70px 80px;
  -webkit-transform: skewX(22deg);
          transform: skewX(22deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media screen and (max-width: 768px) {
  .main-v-lower__left {
    width: 400px;
  }
}

@media screen and (max-width: 667px) {
  .main-v-lower__left {
    width: 150px;
    height: 175px;
    padding: 108px 0 20px 50px;
  }
}

.main-v-lower__img {
  width: calc(100% - 650px + 160px);
  background: url("../image/about_header.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: -150px;
}

@media screen and (max-width: 768px) {
  .main-v-lower__img {
    width: calc(100% - 400px + 160px);
  }
}

@media screen and (max-width: 667px) {
  .main-v-lower__img {
    width: 100%;
  }
}

.main-v-lower__title {
  position: absolute;
  top: 210px;
  left: 50px;
  font-size: 4.8rem;
  color: #fff;
  line-height: 1;
  padding-left: 50px;
  letter-spacing: 2px;
}

@media screen and (max-width: 667px) {
  .main-v-lower__title {
    top: 120px;
    left: 20px;
    font-size: 2.1rem;
    padding-left: 25px;
    width: 8em;
  }
}

.main-v-lower__title span {
  display: block;
  font-size: 2rem;
  margin-left: -50px;
  padding-top: 25px;
}

@media screen and (max-width: 667px) {
  .main-v-lower__title span {
    font-size: 1.1rem;
    margin-left: -25px;
    padding-top: 6px;
  }
}

.main-v-lower__title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /*width: 30px;
        height: 44px;
        background: url($img_path + "ico_about_white.png") no-repeat;
        background-size: 100%;
        @include max-screen($breakpointSpL) {
            width: 16px;
            height: 22px;
            top: -2px;
        }*/
}

.main-v-lower2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  margin-bottom: 90px;
  position: relative;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .main-v-lower2 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 667px) {
  .main-v-lower2 {
    height: 118px;
  }
}

@media screen and (max-width: 641px) {
  .main-v-lower2 {
    margin-bottom: 60px;
  }
}

.main-v-lower2__title {
  position: absolute;
  font-size: 4.5rem;
  color: #fff;
  top: 70px;
  left: calc(50% - 200px);
  line-height: 1;
  padding-bottom: 20px;
  padding-left: 60px;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-v-lower2__title {
    left: calc(50% - 180px);
  }
}

@media screen and (max-width: 667px) {
  .main-v-lower2__title {
    font-size: 2.1rem;
    padding-left: 21px;
    width: 8em;
    margin-bottom: 10px;
    left: calc(50% - 100px);
    top: 40px;
  }
}

.main-v-lower2__title span {
  display: block;
  font-size: 2rem;
  font-weight: normal;
  padding-top: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 667px) {
  .main-v-lower2__title span {
    font-size: 1.1rem;
    padding-top: 15px;
  }
}

.main-v-lower2__title::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 44px;
  height: 33px;
  background: url("../image/ico_contact_white.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 667px) {
  .main-v-lower2__title::before {
    width: 20px;
    height: 25px;
    top: 0;
    left: 17px;
  }
}

@media screen and (max-width: 667px) {
  .main-v-lower2 .titleContact {
    left: calc(50% - 90px);
  }
}

@media screen and (max-width: 667px) {
  .main-v-lower2 .titleContact::before {
    left: -4px;
    top: 3px;
  }
}

.main-v-lower2 .titleInfo {
  left: calc(50% - 170px);
}

@media screen and (max-width: 667px) {
  .main-v-lower2 .titleInfo {
    left: calc(50% - 90px);
  }
}

.main-v-lower2 .titleInfo::before {
  background: url("../image/ico_info_white.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 45px;
  top: 3px;
}

@media screen and (max-width: 667px) {
  .main-v-lower2 .titleInfo::before {
    width: 20px;
    height: 25px;
    top: 0;
  }
}

.main-v-lower2__left {
  width: calc(50% + 600px);
  background: rgba(0, 19, 57, 0.91);
  color: #fff;
  padding: 70px 0;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media screen and (max-width: 667px) {
  .main-v-lower2__left {
    width: calc(50% + 880px);
    padding: 0;
  }
}

@media screen and (max-width: 667px) {
  .main-v-lower2__left {
    width: calc(50% + 600px);
  }
}

@media screen and (max-width: 375px) {
  .main-v-lower2__left {
    width: calc(50% + 500px);
  }
}

@media screen and (max-width: 320px) {
  .main-v-lower2__left {
    width: calc(50% + 330px);
  }
}

.main-v-lower2__img {
  width: 50%;
  background: #efefef;
  background-size: cover;
  background-position: center;
  margin-left: -150px;
}

@media screen and (max-width: 667px) {
  .main-v-lower2__img {
    width: 100%;
  }
}

/* header CSS Document */
.header-sp {
  display: none;
  position: relative;
}

@media screen and (max-width: 1040px) {
  .header-sp {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    background: #fff;
    z-index: 100;
  }
}

.header-sp__brand {
  display: inline-block;
  width: 147px;
}

.header-sp__brand__logo {
  margin-left: 20px;
  padding-top: 15px;
}

.drwBtn {
  display: block;
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 100;
  font-size: 1.1rem;
  overflow: hidden;
}

.drwBtn__line {
  position: relative;
  height: 50px;
}

.drwBtn__line div {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 2.35px;
  background-color: #000;
  border-radius: 2px;
  -webkit-transition: .4s;
  transition: .4s;
}

.drwBtn__line div:nth-of-type(1) {
  top: 0px;
}

.drwBtn__line div:nth-of-type(2) {
  top: 8px;
}

.drwBtn__line div:nth-of-type(3) {
  top: 16px;
}

.drwBtn__text {
  font-size: 1.1rem;
  margin-top: -30px;
  text-align: center;
  /*&__close.active {
      display: block;
      color: #000;
    } */
}

.drwBtn__text__close {
  display: none;
}

.drwBtn__text__menu.active {
  opacity: 0;
}

#sp_drw_menu.active div:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
          transform: translateY(11px) rotate(-45deg);
  background-color: #fff;
}

#sp_drw_menu.active div:nth-of-type(2) {
  opacity: 0;
}

#sp_drw_menu.active div:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
          transform: translateY(-5px) rotate(45deg);
  background-color: #fff;
}

#sp-drwNav {
  /*display: none;*/
  right: -100%;
}

#sp-drwNav.active {
  right: 0;
}

.drwNav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 50;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.drwNav ul {
  width: 70%;
  height: 100%;
  overflow: auto;
  display: block;
  position: relative;
  margin: 0 0 0 auto;
  background: #001339;
  padding: 64px 0;
  opacity: 1;
  -webkit-overflow-scrolling: touch;
}

.drwNav ul li {
  display: block;
  height: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 25px;
}

.drwNav ul li a {
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 55px;
  padding-top: 20px;
}

.drwNav ul li a::before {
  position: absolute;
  content: '';
  background-size: 100%;
}

.drwNav ul li a:hover::before {
  opacity: .6;
}

.drwNav ul li .item-home {
  padding-left: 40px;
}

.drwNav ul li .item-home::before {
  width: 20px;
  height: 21px;
  top: 15px;
  left: 0;
  background: url("../image/ico_home_white.png") no-repeat;
  background-size: 100%;
}

.drwNav ul li .item-about {
  padding-left: 35px;
}

.drwNav ul li .item-about::before {
  content: '';
  width: 14px;
  height: 22px;
  top: 15px;
  left: 0;
  background: url("../image/ico_about_white.png") no-repeat;
  background-size: 100%;
}

.drwNav ul li .item-access {
  padding-left: 40px;
}

.drwNav ul li .item-access::before {
  width: 20px;
  height: 20px;
  top: 15px;
  left: 0;
  background: url("../image/ico_access_white.png") no-repeat;
  background-size: 100%;
}

.drwNav ul li .item-business {
  padding-left: 40px;
}

.drwNav ul li .item-business::before {
  width: 20px;
  height: 20px;
  top: 15px;
  left: 0;
  background: url("../image/ico_business_white.png") no-repeat;
  background-size: 100%;
}

.drwNav ul li .item-recruit {
  padding-left: 40px;
}

.drwNav ul li .item-recruit::before {
  width: 20px;
  height: 20px;
  top: 15px;
  left: 0;
  background: url("../image/ico_recruit_white.png") no-repeat;
  background-size: 100%;
}

.drwNav ul li .item-info {
  padding-left: 39px;
}

.drwNav ul li .item-info::before {
  width: 19px;
  height: 20px;
  top: 15px;
  left: 0;
  background: url("../image/ico_info_white.png") no-repeat;
  background-size: 100%;
}

.drwNav ul li .item-contact {
  height: 40px;
  color: #001339;
  font-size: 1.5rem;
  line-height: 55px;
  height: 55px;
}

.drwNav ul li .item-contact {
  padding-left: 27px;
}

.drwNav ul li .item-contact::before {
  width: 19px;
  height: 14px;
  top: 23px;
  left: 0;
  background: url("../image/ico_contact.png") no-repeat;
  background-size: 100%;
}

.drwNav ul .drw-contact {
  width: 160px;
  height: 55px;
  margin-top: 20px;
  padding-top: 0;
  text-align: center;
  background: #fff;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.header {
  position: relative;
  height: 90px;
  margin-bottom: 70px;
  background: #fff;
  padding-top: 20px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1040px) {
  .header {
    display: none;
  }
}

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-nav__list__item {
  padding-top: 7px;
}

.header-nav__list__item a {
  position: relative;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .header-nav__list__item a {
    font-size: 1rem;
    line-height: 1.2;
  }
}

.header-nav__list__item a span {
  display: block;
  font-size: 10px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left;
          transform-origin: left;
  padding-top: 2px;
}

.header-nav__list__item a:hover {
  opacity: 1;
}

.header-nav__list__item a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #d81b23;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: .4s;
  transition: .4s;
}

.header-nav__list__item a:hover::after {
  -webkit-transform: scale(1, 1) skewX(-30deg);
          transform: scale(1, 1) skewX(-30deg);
}

.header-nav__list .current-menu::after {
  -webkit-transform: skewX(-30deg) scale(1, 1);
          transform: skewX(-30deg) scale(1, 1);
}

.header-nav__list a::before {
  position: absolute;
  content: '';
  background-size: 100%;
}

.header-nav__list .item-home {
  padding-left: 33px;
}

@media screen and (max-width: 768px) {
  .header-nav__list .item-home {
    padding-left: 25px;
  }
}

.header-nav__list .item-home::before {
  width: 24px;
  height: 25px;
  top: 0;
  left: 0;
  background: url("../image/ico_home.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .header-nav__list .item-home::before {
    width: 20px;
    height: 21px;
  }
}

.header-nav__list .item-about {
  padding-left: 27px;
}

@media screen and (max-width: 768px) {
  .header-nav__list .item-about {
    padding-left: 20px;
  }
}

.header-nav__list .item-about::before {
  content: '';
  width: 17px;
  height: 25px;
  top: 0;
  left: 0;
  background: url("../image/ico_about.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .header-nav__list .item-about::before {
    width: 14px;
    height: 22px;
  }
}

.header-nav__list .item-access {
  padding-left: 35px;
}

@media screen and (max-width: 768px) {
  .header-nav__list .item-access {
    padding-left: 25px;
  }
}

.header-nav__list .item-access::before {
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: url("../image/ico_access.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .header-nav__list .item-access::before {
    width: 20px;
    height: 20px;
  }
}

.header-nav__list .item-business {
  padding-left: 35px;
}

@media screen and (max-width: 768px) {
  .header-nav__list .item-business {
    padding-left: 25px;
  }
}

.header-nav__list .item-business::before {
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: url("../image/ico_business.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .header-nav__list .item-business::before {
    width: 20px;
    height: 20px;
  }
}

.header-nav__list .item-recruit {
  padding-left: 35px;
}

@media screen and (max-width: 768px) {
  .header-nav__list .item-recruit {
    padding-left: 25px;
  }
}

.header-nav__list .item-recruit::before {
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: url("../image/ico_recruit.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .header-nav__list .item-recruit::before {
    width: 20px;
    height: 20px;
  }
}

.header-nav__list .item-info {
  padding-left: 33px;
}

@media screen and (max-width: 768px) {
  .header-nav__list .item-info {
    padding-left: 24px;
  }
}

.header-nav__list .item-info::before {
  width: 23px;
  height: 25px;
  top: 0;
  left: 0;
  background: url("../image/ico_info.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .header-nav__list .item-info::before {
    width: 19px;
    height: 20px;
  }
}

.header-nav__list .item-contact {
  height: 40px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .header-nav__list .item-contact {
    font-size: 1.1rem;
    line-height: 35px;
    height: 35px;
  }
}

.header-nav__list .item-contact {
  padding-left: 32px;
}

@media screen and (max-width: 768px) {
  .header-nav__list .item-contact {
    padding-left: 27px;
  }
}

.header-nav__list .item-contact::before {
  width: 22px;
  height: 16px;
  top: 12px;
  left: 30px;
  background: url("../image/ico_contact_white.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .header-nav__list .item-contact::before {
    width: 19px;
    height: 14px;
    left: 25px;
  }
}

.header-nav__list__item:last-child {
  width: 160px;
  height: 40px;
  padding-top: 0;
  text-align: center;
  background: #001339;
}

@media screen and (max-width: 768px) {
  .header-nav__list__item:last-child {
    width: 140px;
  }
}

.header-nav__list__item:last-child a:hover {
  opacity: .6;
}

.header-nav__list__item:last-child a:hover::after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}

#top .nav-fixed {
  height: 70px;
  -webkit-transition: .4s;
  transition: .4s;
  padding-top: 8px;
}

/* lower-page header */
.header-lower {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1040px) {
  .header-lower {
    display: none;
  }
}

.header-lower__brand {
  display: inline-block;
  width: 240px;
  margin-left: 5%;
  padding-top: 18px;
}

@media screen and (max-width: 1400px) {
  .header-lower__brand {
    width: 200px;
    padding-top: 24px;
  }
}

.header-lower__nav {
  display: block;
  width: 920px;
  position: absolute;
  top: 20px;
  right: 5%;
}

@media screen and (max-width: 1400px) {
  .header-lower__nav {
    width: 800px;
  }
}

@media screen and (max-width: 1150px) {
  .header-lower__nav {
    width: 700px;
  }
}

.lowerPage-nav__list {
  width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1400px) {
  .lowerPage-nav__list {
    width: 100%;
  }
}

.lowerPage-nav__list__item {
  padding-top: 7px;
}

.lowerPage-nav__list__item a {
  position: relative;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1150px) {
  .lowerPage-nav__list__item a {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list__item a {
    font-size: 1rem;
    line-height: 1.2;
  }
}

.lowerPage-nav__list__item a span {
  display: block;
  font-size: 10px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left;
          transform-origin: left;
  padding-top: 2px;
}

.lowerPage-nav__list__item a:hover {
  opacity: 1;
}

.lowerPage-nav__list__item a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #d81b23;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: .4s;
  transition: .4s;
}

.lowerPage-nav__list__item .current-menu::after {
  -webkit-transform: skewX(-30deg) scale(1, 1);
          transform: skewX(-30deg) scale(1, 1);
}

.lowerPage-nav__list__item a:hover::after {
  -webkit-transform: scale(1, 1) skewX(-30deg);
          transform: scale(1, 1) skewX(-30deg);
}

.lowerPage-nav__list a::before {
  position: absolute;
  content: '';
  background-size: 100%;
}

.lowerPage-nav__list .item-home {
  padding-left: 33px;
}

@media screen and (max-width: 1150px) {
  .lowerPage-nav__list .item-home {
    padding-left: 28px;
  }
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list .item-home {
    padding-left: 25px;
  }
}

.lowerPage-nav__list .item-home::before {
  width: 24px;
  height: 25px;
  top: 0;
  left: 0;
  background: url("../image/ico_home.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list .item-home::before {
    width: 20px;
    height: 21px;
  }
}

.lowerPage-nav__list .item-about {
  padding-left: 27px;
}

@media screen and (max-width: 1150px) {
  .lowerPage-nav__list .item-about {
    padding-left: 22px;
  }
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list .item-about {
    padding-left: 20px;
  }
}

.lowerPage-nav__list .item-about::before {
  content: '';
  width: 17px;
  height: 25px;
  top: 0;
  left: 0;
  background: url("../image/ico_about.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list .item-about::before {
    width: 14px;
    height: 22px;
  }
}

.lowerPage-nav__list .item-access {
  padding-left: 35px;
}

@media screen and (max-width: 1150px) {
  .lowerPage-nav__list .item-access {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list .item-access {
    padding-left: 25px;
  }
}

.lowerPage-nav__list .item-access::before {
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: url("../image/ico_access.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list .item-access::before {
    width: 20px;
    height: 20px;
  }
}

.lowerPage-nav__list .item-business {
  padding-left: 35px;
}

@media screen and (max-width: 1150px) {
  .lowerPage-nav__list .item-business {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list .item-business {
    padding-left: 25px;
  }
}

.lowerPage-nav__list .item-business::before {
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: url("../image/ico_business.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list .item-business::before {
    width: 20px;
    height: 20px;
  }
}

.lowerPage-nav__list .item-recruit {
  padding-left: 35px;
}

@media screen and (max-width: 1150px) {
  .lowerPage-nav__list .item-recruit {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list .item-recruit {
    padding-left: 25px;
  }
}

.lowerPage-nav__list .item-recruit::before {
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: url("../image/ico_recruit.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list .item-recruit::before {
    width: 20px;
    height: 20px;
  }
}

.lowerPage-nav__list .item-info {
  padding-left: 33px;
}

@media screen and (max-width: 1150px) {
  .lowerPage-nav__list .item-info {
    padding-left: 28px;
  }
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list .item-info {
    padding-left: 24px;
  }
}

.lowerPage-nav__list .item-info::before {
  width: 23px;
  height: 25px;
  top: 0;
  left: 0;
  background: url("../image/ico_info.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list .item-info::before {
    width: 19px;
    height: 20px;
  }
}

.lowerPage-nav__list .item-contact {
  height: 40px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list .item-contact {
    font-size: 1.1rem;
    line-height: 35px;
    height: 35px;
  }
}

.lowerPage-nav__list .item-contact {
  padding-left: 32px;
}

@media screen and (max-width: 1150px) {
  .lowerPage-nav__list .item-contact {
    padding-left: 27px;
  }
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list .item-contact {
    padding-left: 27px;
  }
}

.lowerPage-nav__list .item-contact::before {
  width: 22px;
  height: 16px;
  top: 12px;
  left: 30px;
  background: url("../image/ico_contact_white.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1150px) {
  .lowerPage-nav__list .item-contact::before {
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list .item-contact::before {
    width: 19px;
    height: 14px;
    left: 25px;
  }
}

.lowerPage-nav__list__item:last-child {
  width: 160px;
  height: 40px;
  padding-top: 0;
  text-align: center;
  background: #001339;
}

@media screen and (max-width: 1150px) {
  .lowerPage-nav__list__item:last-child {
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .lowerPage-nav__list__item:last-child {
    width: 140px;
  }
}

.lowerPage-nav__list__item:last-child a:hover {
  opacity: .6;
}

.lowerPage-nav__list__item:last-child a:hover::after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

/* footer CSS Document */
@media screen and (max-width: 768px) {
  .sp-behind {
    display: none;
  }
}

.footer {
  width: 100%;
  background: #001339;
}

.footer__upper {
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 768px) {
  .footer__upper {
    height: 38px;
  }
}

.footer__upper__pagetop {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 1.75rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer__upper__pagetop {
    font-size: 1.3rem;
    height: 38px;
    line-height: 38px;
  }
}

.footer__upper__pagetop p {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

.footer__upper__pagetop p::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 28px;
  left: -10px;
}

@media screen and (max-width: 768px) {
  .footer__upper__pagetop p::before {
    width: 5px;
    height: 5px;
    top: 17px;
  }
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .footer__main {
    padding: 20px 0 25px;
  }
}

.footer__main a {
  color: #fff;
}

.footer__main__wrap {
  width: 13.461%;
}

.footer__main__wrap__title {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.footer__main__wrap__list li a {
  position: relative;
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 10px;
  opacity: .5;
}

.footer__main__wrap__list li a::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  top: 6px;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer__main__wrap__list li a:hover {
  opacity: 1;
}

.footer__main__wrap__list li a::before:hover {
  opacity: 1;
}

.footer__main__wrap__companyName {
  display: block;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer__main__wrap__companyName {
    font-size: 1.3rem;
  }
}

.footer__main__wrap__companyInfo {
  font-size: 1.25rem;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .footer__main__wrap__companyInfo {
    font-size: 1.15rem;
  }
}

.footer__main__wrap__contact {
  width: 160px;
  height: 40px;
  background: #fff;
  border: 1px solid #fff;
  margin-top: 15px;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 768px) {
  .footer__main__wrap__contact {
    height: 44px;
    margin: 18px auto 0;
  }
}

.footer__main__wrap__contact a {
  display: block;
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  color: #001339;
  line-height: 40px;
  text-align: center;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .footer__main__wrap__contact a {
    font-size: 1.2rem;
    line-height: 44px;
  }
}

.footer__main__wrap__contact a::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 16px;
  background: url("../image/ico_contact.png") no-repeat;
  background-size: 100%;
  top: 11px;
  left: 27px;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 768px) {
  .footer__main__wrap__contact a::before {
    top: 13px;
  }
}

.footer__main__wrap__contact:hover {
  background: #001339;
  border: 1px solid #fff;
}

.footer__main__wrap__contact:hover a {
  color: #fff;
}

.footer__main__wrap__contact:hover a::before {
  background: url("../image/ico_contact_white.png") no-repeat;
  background-size: 100%;
}

.footer__main__wrap:last-child {
  width: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .footer__main__wrap:last-child {
    margin: 0 auto;
    text-align: center;
  }
}

.footer__lower {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .footer__lower {
    border-top: none;
    padding: 0 0 20px;
  }
}

.footer__lower__copyright {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
}

/* Common CSS Document */
a {
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 860px) {
  a:hover {
    opacity: .6;
  }
}

.titleFont {
  font-family: 'Squada One', cursive;
}

.titleFontJp {
  font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic" ,sans-serif;
}

.cmn-title {
  position: relative;
  font-size: 4rem;
  font-weight: bold;
  color: #001339;
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 667px) {
  .cmn-title {
    font-size: 2.5rem;
  }
}

.cmn-title::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #001339;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 667px) {
  .cmn-title::after {
    width: 20px;
    bottom: -5px;
  }
}

/* 下層ページ最下部ボタン */
.lower-btnArea {
  background: #e5e5e5;
  text-align: center;
  padding: 60px 0;
}

.lower-btnArea__btn {
  width: 230px;
  height: 60px;
  background: #001339;
  margin: 0 auto;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 667px) {
  .lower-btnArea__btn {
    width: 135px;
    height: 44px;
  }
}

.lower-btnArea__btn a {
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  padding-left: 30px;
}

@media screen and (max-width: 667px) {
  .lower-btnArea__btn a {
    height: 44px;
    line-height: 44px;
    font-size: 1.2rem;
    padding-left: 24px;
  }
}

.lower-btnArea__btn:hover {
  opacity: .6;
}

.lower-btnArea__btnWhite {
  width: 230px;
  height: 60px;
  background: #fff;
  border: 1px solid #001339;
  margin: 0 auto;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 667px) {
  .lower-btnArea__btnWhite {
    width: 115px;
    height: 44px;
  }
}

.lower-btnArea__btnWhite a {
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #001339;
  padding-left: 30px;
}

@media screen and (max-width: 667px) {
  .lower-btnArea__btnWhite a {
    height: 44px;
    line-height: 44px;
    font-size: 1.2rem;
    padding-left: 24px;
  }
}

.lower-btnArea__btn:hover {
  opacity: .6;
}

.lum-lightbox-inner img {
  width: auto;
  height: 100%;
  max-height: 1000px;
}

@media screen and (max-width: 641px) {
  .lum-lightbox-inner img {
    max-width: 100vw !important;
    max-height: 100vh !important;
    height: auto;
  }
}

.lum-lightbox {
  z-index: 200;
}

/* toppage CSS Document */
.main-v {
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-v {
    margin-top: 50px;
  }
}

.main-v__tagWrap {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 500px; */
  width: 34.722%;
  max-width: 500px;
  min-width: 350px;
  height: 450px;
  background: #001339;
  color: #fff;
  padding: 110px 0 0 13.888%;
  /* padding: 110px 0 0 200px; */
  z-index: 10;
}

@media screen and (max-width: 1040px) {
  .main-v__tagWrap {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .main-v__tagWrap {
    padding: 60px 0 0 6%;
    height: 330px;
  }
}

@media screen and (max-width: 641px) {
  .main-v__tagWrap {
    width: 100%;
    min-width: initial;
    height: 165px;
    padding: 40px 0 0 20px;
    margin-top: -85px;
  }
}

.main-v__tagWrap__logo {
  display: block;
  width: 500px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .main-v__tagWrap__logo {
    width: 400px;
  }
}

@media screen and (max-width: 641px) {
  .main-v__tagWrap__logo {
    display: none;
  }
}

.main-v__tagWrap__title {
  font-size: 9rem;
  width: 7em;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .main-v__tagWrap__title {
    font-size: 7rem;
  }
}

@media screen and (max-width: 641px) {
  .main-v__tagWrap__title {
    width: initial;
    font-size: 5rem;
    margin-bottom: 10px;
  }
}

.main-v__tagWrap__subTitle {
  width: 12em;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
}

@media screen and (max-width: 641px) {
  .main-v__tagWrap__subTitle {
    width: initial;
    font-size: 3rem;
    margin-bottom: 25px;
  }
}

.main-v__tagWrap__copy {
  width: 30em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 25px;
}

@media screen and (max-width: 641px) {
  .main-v__tagWrap__copy {
    width: initial;
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.main-v__tagWrap__copy__brSp {
  display: none;
}

@media screen and (max-width: 641px) {
  .main-v__tagWrap__copy__brSp {
    display: block;
  }
}

.main-v__tagWrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: -50px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(51%, #001339)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #001339 51%) no-repeat top left/100% 100%;
}

@media screen and (max-width: 641px) {
  .main-v__tagWrap::after {
    height: 67px;
    bottom: -67px;
  }
}

.main-v__bg {
  width: 100%;
  max-height: 800px;
  overflow: hidden;
}

@media screen and (max-width: 641px) {
  .main-v__bg {
    height: 50vh;
    margin-top: 135px;
  }
}

.main-v__bg video {
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 641px) {
  .main-v__bg video {
    width: auto;
    height: 100%;
  }
}

.swiper-container {
  width: 100%;
  max-height: 800px;
}

@media screen and (max-width: 641px) {
  .swiper-container {
    height: calc(100vh - 135px);
    margin-top: 135px;
  }
}

@media screen and (max-width: 641px) {
  .swiper-container img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.swiper-container video {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 641px) {
  .swiper-container video {
    width: auto;
    height: 100%;
  }
}

.top-about {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .top-about {
    margin-top: 80px;
  }
}

@media screen and (max-width: 667px) {
  .top-about {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 641px) {
  .top-about {
    margin-top: 75px;
  }
}

.top-about__title {
  margin-bottom: 35px;
}

.top-about__text {
  font-weight: bold;
}

@media screen and (max-width: 667px) {
  .top-about__text {
    line-height: 24px;
    text-align: left;
    font-weight: normal;
  }
}

@media screen and (max-width: 667px) {
  .top-about__text .brPc {
    display: none;
  }
}

.top-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  width: 100%;
  height: 427.5px;
}

@media screen and (max-width: 641px) {
  .top-content {
    height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-content__titleSp01 {
  display: none;
}

@media screen and (max-width: 641px) {
  .top-content__titleSp01 {
    display: block;
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: 183px;
    left: calc(50% - 3.5em);
    z-index: 10;
  }
}

.top-content__titleSp02, .top-content__titleSp03 {
  display: none;
}

@media screen and (max-width: 641px) {
  .top-content__titleSp02, .top-content__titleSp03 {
    display: block;
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: 183px;
    left: calc(50% - 2em);
    z-index: 10;
  }
}

.top-content__bg {
  background-size: cover;
  background-position: center;
  width: calc(50% + 50px);
  z-index: -1;
}

@media screen and (max-width: 641px) {
  .top-content__bg {
    position: relative;
    width: 100%;
    height: 200px;
    -webkit-transform: skewX(14deg);
            transform: skewX(14deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    overflow: hidden;
  }
}

.top-content__bg__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1635px) {
  .top-content__bg__img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 641px) {
  .top-content__bg__img {
    -webkit-transform: skewX(-14deg);
            transform: skewX(-14deg);
    overflow: hidden;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    width: 100%;
  }
}

.top-content__wrap {
  width: calc(50% + 50px);
  position: relative;
  color: #fff;
  text-align: center;
  background-size: cover;
  padding: 120px 0 80px;
  margin-left: -100px;
  -webkit-transform: skewX(13deg);
          transform: skewX(13deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-content__wrap {
    padding: 80px 0 60px;
  }
}

@media screen and (max-width: 641px) {
  .top-content__wrap {
    width: 100%;
    margin-left: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
    padding: 0 0 25px;
  }
}

.top-content__wrap__img {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
  -webkit-transform: skewX(-13deg);
          transform: skewX(-13deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-content__wrap__text {
  -webkit-transform: skewX(-13deg);
          transform: skewX(-13deg);
}

@media screen and (max-width: 667px) {
  .top-content__wrap__text {
    margin-right: 50px;
  }
}

@media screen and (max-width: 641px) {
  .top-content__wrap__text {
    padding-top: 20px;
  }
}

.top-content__wrap__text h2 {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
  .top-content__wrap__text h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 641px) {
  .top-content__wrap__text h2 {
    display: none;
  }
}

.top-content__wrap__text__subTitle {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 667px) {
  .top-content__wrap__text__subTitle {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 641px) {
  .top-content__wrap__text__subTitle {
    margin-bottom: 20px;
  }
}

.top-content__wrap__text__desc {
  line-height: 22.5px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .top-content__wrap__text__desc {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 667px) {
  .top-content__wrap__text__desc {
    font-size: 1rem;
  }
}

@media screen and (max-width: 641px) {
  .top-content__wrap__text__desc {
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.top-content__wrap__text__desc .brPc {
  display: none;
}

.top-content__wrap__text__desc .brSp {
  display: block;
}

.top-content__wrap__text__btn {
  margin-bottom: 80px;
}

.top-content__wrap__text__btn a {
  color: #fff;
}

.top-content__wrap::after {
  content: '';
  position: absolute;
  background: rgba(0, 19, 57, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.top-content__wrap02 {
  -webkit-transform: skewX(-13deg);
          transform: skewX(-13deg);
  margin-left: 0;
  margin-right: -100px;
}

.top-content__wrap02__img {
  -webkit-transform: skewX(13deg);
          transform: skewX(13deg);
}

.top-content__wrap02__text {
  margin-left: 0;
  -webkit-transform: skewX(13deg);
          transform: skewX(13deg);
}

@media screen and (max-width: 667px) {
  .top-content__wrap02__text {
    margin-right: 0;
    margin-left: 50px;
  }
}

.top-content img {
  max-width: inherit;
}

.top-contentR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 641px) {
  .top-contentR {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 641px) {
  .top-content__bg02 {
    -webkit-transform: skewX(-14deg);
            transform: skewX(-14deg);
  }
  .top-content__bg02 .top-content__bg__img {
    -webkit-transform: skewX(14deg);
            transform: skewX(14deg);
  }
}

.more-btn {
  width: 200px;
  height: 40px;
  border: 1px solid #efefef;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 767px) {
  .more-btn {
    width: 160px;
    height: 35px;
  }
}

@media screen and (max-width: 641px) {
  .more-btn {
    height: 44px;
  }
}

.more-btn a {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 40px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .more-btn a {
    line-height: 35px;
  }
}

@media screen and (max-width: 641px) {
  .more-btn a {
    line-height: 44px;
  }
}

.more-btn a::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 24px;
  -webkit-transition: .4s;
  transition: .4s;
}

.more-btn:hover {
  background: #fff;
}

.more-btn:hover a {
  color: #001339;
  opacity: 1;
}

.more-about a::before {
  width: 16px;
  height: 24px;
  background: url("../image/ico_about_white.png") no-repeat;
  background-size: 100%;
  top: -4px;
  left: -10px;
}

.more-about:hover a::before {
  background: url("../image/ico_about.png") no-repeat;
  background-size: 100%;
}

.more-business {
  padding-left: 20px;
}

.more-business a::before {
  width: 21px;
  height: 20px;
  background: url("../image/ico_business_white.png") no-repeat;
  background-size: 100%;
  top: -2px;
  left: -15px;
}

.more-business:hover a::before {
  background: url("../image/ico_business.png") no-repeat;
  background-size: 100%;
}

.more-recruit {
  padding-left: 20px;
}

.more-recruit a::before {
  content: '';
  width: 21px;
  height: 20px;
  background: url("../image/ico_recruit_white.png") no-repeat;
  background-size: 100%;
  top: -2px;
  left: -15px;
}

.more-recruit:hover a::before {
  background: url("../image/ico_recruit.png") no-repeat;
  background-size: 100%;
}

.top-info {
  padding: 70px 0 60px;
}

@media screen and (max-width: 641px) {
  .top-info {
    padding-top: 50px;
  }
}

.top-info__title {
  font-size: 3rem;
  margin-bottom: 50px;
  color: #001339;
  text-align: center;
}

@media screen and (max-width: 667px) {
  .top-info__title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.top-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 667px) {
  .top-info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-info__list__item {
  width: calc((100% - 80px - 70px)/2);
  max-width: 600px;
  margin-right: 20px;
  border: .4px solid #ccc;
}

@media screen and (max-width: 667px) {
  .top-info__list__item {
    width: 100%;
    max-width: inherit;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.top-info__list__item a {
  display: block;
  padding: 20px;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 667px) {
  .top-info__list__item a {
    padding: 15px;
  }
}

.top-info__list__item a:hover {
  opacity: .6;
}

.top-info__list__item .info-date {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 10px;
  color: #999;
}

@media screen and (max-width: 667px) {
  .top-info__list__item .info-date {
    font-size: 1.1rem;
  }
}

.top-info__list__item .info-title {
  font-size: 1.25rem;
  color: #000;
}

@media screen and (max-width: 667px) {
  .top-info__list__item .info-title {
    font-size: 1.3rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 667px) {
  .top-info__list__item:nth-last-child(2) {
    margin-bottom: 20px;
  }
}

.top-info__list__item:last-child {
  width: 70px;
	min-width: 70px;
  margin-right: 0;
  border: 0.4px solid #001339;
}

@media screen and (max-width: 667px) {
  .top-info__list__item:last-child {
    width: 44px;
    height: 44px;
    margin: 0 auto;
  }
}

.top-info__list__item:last-child a {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-info__list__item:last-child a::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin: auto;
  border-top: 1px solid #001339;
  border-right: 1px solid #001339;
  -webkit-transform: rotate(45deg) translateY(-50%) translateX(-50%);
          transform: rotate(45deg) translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 667px) {
  .top-info__list__item:last-child a::after {
    width: 10px;
    height: 10px;
    left: 30px;
  }
}

.effort {
  position: relative;
  height: 1100px;
}

@media screen and (max-width: 768px) {
  .effort {
    height: auto;
  }
}

.effort__img {
  position: absolute;
  top: 0;
  right: calc(50% - 88px);
}

@media screen and (max-width: 768px) {
  .effort__img {
    width: 320px;
    right: calc(50% - 80px);
  }
}

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

.effort__01 {
  position: absolute;
  top: 183px;
  left: calc(50% - 40px);
}

@media screen and (max-width: 768px) {
  .effort__01 {
    top: 153px;
    left: calc(50% - 60px);
  }
}

@media screen and (max-width: 768px) {
  .effort__01 {
    width: 94.66%;
    position: initial;
    margin: 0 auto;
  }
}

.effort__01__wrap__imgSp01 {
  display: none;
}

@media screen and (max-width: 768px) {
  .effort__01__wrap__imgSp01 {
    display: block;
    width: 180px;
    position: absolute;
    top: 0;
    right: 50%;
  }
}

@media screen and (max-width: 320px) {
  .effort__01__wrap__imgSp01 {
    right: 40%;
  }
}

@media screen and (max-width: 768px) {
  .effort__01__wrap h2 {
    padding-top: 340px;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .effort__01__wrap .effort-content__wrap__btn {
    margin-right: 100px;
  }
}

@media screen and (max-width: 641px) {
  .effort__01__wrap .effort-content__wrap__btn {
    margin-right: 70px;
  }
}

@media screen and (max-width: 375px) {
  .effort__01__wrap .effort-content__wrap__btn {
    margin-right: 50px;
  }
}

@media screen and (max-width: 320px) {
  .effort__01__wrap .effort-content__wrap__btn {
    margin-right: 30px;
  }
}

.effort__02 {
  position: absolute;
  top: 473px;
  left: calc(50% + 130px);
}

@media screen and (max-width: 1400px) {
  .effort__02 {
    left: calc(50% + 100px);
  }
}

@media screen and (max-width: 768px) {
  .effort__02 {
    top: 442px;
  }
}

@media screen and (max-width: 768px) {
  .effort__02 {
    width: 94.66%;
    position: initial;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1400px) {
  .effort__02__wrap {
    width: 290px;
  }
}

@media screen and (max-width: 768px) {
  .effort__02__wrap {
    position: relative;
    width: initial;
  }
}

.effort__02__wrap__imgSp02 {
  display: none;
}

@media screen and (max-width: 768px) {
  .effort__02__wrap__imgSp02 {
    display: block;
    width: 150px;
    position: absolute;
    top: 0;
    left: 50%;
  }
}

@media screen and (max-width: 768px) {
  .effort__02__wrap h2 {
    padding-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .effort__02__wrap .effort-content__wrap__btn {
    margin-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .effort__02__wrap .effort-content__wrap__btn {
    margin-left: 35px;
  }
}

@media screen and (max-width: 641px) {
  .effort__02__wrap .effort-content__wrap__btn {
    margin-left: 30px;
  }
}


.effort__03 {
  position: absolute;
  top: 805px;
  left: calc(47%);
}

@media screen and (max-width: 1400px) {
  .effort__03 {
    left: calc(47%);
  }
}

@media screen and (max-width: 768px) {
  .effort__03 {
    top: 442px;
  }
}

@media screen and (max-width: 768px) {
  .effort__03 {
    width: 94.66%;
    position: initial;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1400px) {
  .effort__03__wrap {
    width: 390px;
  }
}

@media screen and (max-width: 768px) {
  .effort__03__wrap {
    position: relative;
    width: initial;
  }
}

.effort__03__wrap__imgSp03 {
  display: none;
}

@media screen and (max-width: 768px) {
  .effort__03__wrap__imgSp03 {
    display: block;
    width: 150px;
    position: absolute;
    top: 0;
    left: 50%;
  }
}

@media screen and (max-width: 768px) {
  .effort__03__wrap h2 {
    padding-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .effort__03__wrap .effort-content__wrap__btn {
    margin-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .effort__03__wrap .effort-content__wrap__btn {
    margin-left: 35px;
  }
}

@media screen and (max-width: 641px) {
  .effort__03__wrap .effort-content__wrap__btn {
    margin-left: 30px;
  }
}








.effort__bottomImgSp {
  display: none;
}

@media screen and (max-width: 768px) {
  .effort__bottomImgSp {
    display: block;
    width: 250px;
    margin-top: 60px;
  }
}

.effort::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../image/bg_track.png"), url("../image/bg_sky.png");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  background-position: 0 480px, 0 -20px;
}

@media screen and (max-width: 1040px) {
  .effort::before {
    background-size: 40%, auto;
  }
}

@media screen and (max-width: 768px) {
  .effort::before {
    background-size: 0, 150%;
  }
}

.effort::after {
  content: '';
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(black));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, black 100%);
  opacity: 0.059;
  position: absolute;
  left: 0;
  top: 1100px;
  width: 100%;
  height: 10px;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .effort::after {
    content: none;
  }
}

.effort-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .effort-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .effort-content .top-safety-img {
    margin-top: -50px;
    margin-left: -150px;
  }
}

@media screen and (max-width: 768px) {
  .effort-content .top-eco-img {
    margin-top: -50px;
    margin-right: -150px;
  }
}

@media screen and (max-width: 375px) {
  .effort-content .top-eco-img {
    margin-right: -130px;
  }
}

.effort-content__img {
  width: 140px;
  height: auto;
  margin-top: -5px;
}

@media screen and (max-width: 1150px) {
  .effort-content__img {
    width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .effort-content__img {
    width: 120px;
  }
}

.effort-content__img a {
  display: block;
  width: 100%;
  position: relative;
}

.effort-content__img a::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../image/ico_zoom.png) no-repeat;
  background-size: 100%;
  top: -10px;
  right: -10px;
}

.effort-content__wrap {
  margin-right: 20px;
}

@media screen and (max-width: 1150px) {
  .effort-content__wrap {
    margin-right: 0;
  }
}

.effort-content__wrap__title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .effort-content__wrap__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.effort-content__wrap__copy {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .effort-content__wrap__copy {
    font-size: 1.5rem;
  }
}

.effort-content__wrap__text {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .effort-content__wrap__text {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.effort-content__wrap__btn {
  width: 160px;
  height: 35px;
  border: 0.4px solid #001339;
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 768px) {
  .effort-content__wrap__btn {
    width: 130px;
    height: 44px;
    margin: 0 auto;
  }
}

.effort-content__wrap__btn a {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 35px;
  line-height: 35px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .effort-content__wrap__btn a {
    width: 130px;
    height: 44px;
    line-height: 44px;
  }
}

.effort-content__wrap__btn a::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #001339;
  border-right: 1px solid #001339;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
  left: 35px;
}

@media screen and (max-width: 768px) {
  .effort-content__wrap__btn a::before {
    top: 18px;
    left: 24px;
  }
}

.effort-content__wrap__btn:hover {
  background: #001339;
}

.effort-content__wrap__btn:hover a {
  color: #fff;
  opacity: 1;
}

.effort-content__wrap__btn:hover a::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* aboutpage CSS Document */
#about .cmn-title {
  margin-bottom: 95px;
}

@media screen and (max-width: 667px) {
  #about .cmn-title {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 641px) {
  #about .cmn-title {
    margin-bottom: 35px;
  }
}

#about .main-v-lower {
  margin-bottom: 0;
}

#about .main-v-lower__title::before {
  width: 30px;
  height: 44px;
  background: url("../image/ico_about_white.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 667px) {
  #about .main-v-lower__title::before {
    width: 16px;
    height: 22px;
    top: -2px;
  }
}

.about-message {
  width: 100%;
  position: relative;
  margin: 0 auto 120px;
  padding-top: 120px;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media screen and (max-width: 667px) {
  .about-message {
    padding-top: 75px;
    margin-bottom: 35px;
  }
}

.about-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 667px) {
  .about-message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-message__content__detail {
  width: calc(50% - (50% - 520px) - 40px);
  margin-left: calc(50% - 520px);
}

@media screen and (max-width: 1040px) {
  .about-message__content__detail {
    width: calc(50% - (50% - 400px) - 40px);
    margin-left: calc(50% - 400px);
  }
}

@media screen and (max-width: 768px) {
  .about-message__content__detail {
    width: calc(50% - (50% - 330px) - 20px);
    margin-left: calc(50% - 330px);
  }
}

@media screen and (max-width: 667px) {
  .about-message__content__detail {
    width: calc(100% - 40px);
    margin-left: 0;
    margin: 0 20px;
    padding: 20px;
    background: #fff;
  }
}

.about-message__content__detail__text {
  font-size: 1.6rem;
  line-height: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .about-message__content__detail__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 667px) {
  .about-message__content__detail__text {
    line-height: 24px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 667px) {
  .about-message__content__detail__text .brPc {
    display: none;
  }
}

.about-message__content__detail__president {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 667px) {
  .about-message__content__detail__president {
    font-size: 1.7rem;
    text-align: right;
  }
}

.about-message__content__detail__president span {
  font-size: 1.6rem;
}

@media screen and (max-width: 667px) {
  .about-message__content__detail__president span {
    font-size: 1.1rem;
  }
}

.about-message__content__img {
  width: calc(50% - 40px);
  height: 390px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  overflow: hidden;
}

@media screen and (max-width: 667px) {
  .about-message__content__img {
    width: 100%;
    -webkit-transform: skewX(0);
            transform: skewX(0);
    height: auto;
    margin-top: -140px;
    z-index: -1;
  }
}

@media screen and (max-width: 641px) {
  .about-message__content__img {
    margin-top: -100px;
  }
}

@media screen and (max-width: 320px) {
  .about-message__content__img {
    margin-top: -70px;
  }
}

.about-message__content__img img {
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

@media screen and (max-width: 667px) {
  .about-message__content__img img {
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
}

.about-message::before {
  position: absolute;
  content: '';
  width: 300%;
  height: 95%;
  top: -100px;
  left: -100%;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  background: #f8f8f8;
  background-size: auto;
  z-index: -1;
  overflow: hidden;
}

@media screen and (max-width: 667px) {
  .about-message::before {
    height: 28%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

.about-philosophy {
  margin-bottom: 120px;
  background: url("../image/bg_policy.jpg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 667px) {
  .about-philosophy {
    background: url("../image/bg_policy_sp.jpg") no-repeat;
    background-size: cover;
    margin-bottom: 75px;
  }
}

.about-philosophy__title {
  padding-top: 120px;
  color: #fff;
}

@media screen and (max-width: 667px) {
  .about-philosophy__title {
    padding-top: 70px;
  }
}

.about-philosophy__title::after {
  background-color: #fff;
}

.about-philosophy__content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 120px;
}

@media screen and (max-width: 667px) {
  .about-philosophy__content {
    padding-bottom: 80px;
  }
}

.about-philosophy__content__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 667px) {
  .about-philosophy__content__detail {
    margin-bottom: 30px;
  }
}

.about-philosophy__content__detail__title {
  width: 3em;
  font-size: 3.5rem;
  line-height: 1;
  text-align: center;
  margin-right: 60px;
}

@media screen and (max-width: 667px) {
  .about-philosophy__content__detail__title {
    font-size: 2.3rem;
    margin-right: 20px;
  }
}

.about-philosophy__content__detail__title span {
  display: block;
  font-size: 1.6rem;
  color: #aeaeae;
  padding-top: 20px;
}

@media screen and (max-width: 667px) {
  .about-philosophy__content__detail__title span {
    font-size: 1.1rem;
    padding-top: 5px;
  }
}

.about-philosophy__content__detail__text {
  font-size: 1.8rem;
  line-height: 28px;
}

@media screen and (max-width: 667px) {
  .about-philosophy__content__detail__text {
    font-size: 1.4rem;
    line-height: 18px;
    margin-top: -5px;
  }
}

@media screen and (max-width: 667px) {
  .about-philosophy__content__detail__text .brPc {
    display: none;
  }
}

.about-philosophy__content__detail__text .brSp {
  display: none;
}

@media screen and (max-width: 667px) {
  .about-philosophy__content__detail__text .brSp {
    display: block;
  }
}

.about-companyInfo {
  margin-bottom: 120px;
}

.about-companyInfo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 667px) {
  .about-companyInfo__list {
    width: 94.66%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 641px) {
  .about-companyInfo__list {
    width: calc(100% - 32px);
  }
}

.about-companyInfo__list dt {
  width: 50%;
  padding: 15px 0 15px 30%;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 667px) {
  .about-companyInfo__list dt {
    padding: 10px 0 10px 20%;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 641px) {
  .about-companyInfo__list dt {
    width: 40%;
    padding-left: 0;
  }
}

.about-companyInfo__list dd {
  width: 50%;
  line-height: 25px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 667px) {
  .about-companyInfo__list dd {
    font-size: 1.3rem;
    line-height: 18px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 641px) {
  .about-companyInfo__list dd {
    width: 60%;
  }
}

.about-companyInfo__list dd .brSp {
  display: none;
}

@media screen and (max-width: 667px) {
  .about-companyInfo__list dd .brSp {
    display: block;
  }
}

.about-btnArea__btn a::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  top: 17px;
  left: 50px;
  background: url("../image/ico_access_white.png") no-repeat;
  background-size: 100%;
  height: 60px;
  line-height: 60px;
}

@media screen and (max-width: 667px) {
  .about-btnArea__btn a::before {
    width: 17px;
    height: 17px;
    left: 20px;
    top: 12px;
  }
}

/* accesspage CSS Document */
/*#access .cmn-title {
  margin-bottom: 55px;
}*/
#access .main-v-lower {
  margin-bottom: 70px;
}

@media screen and (max-width: 667px) {
  #access .main-v-lower {
    margin-bottom: 75px;
  }
}

#access .main-v-lower__title::before {
  width: 40px;
  height: 40px;
  top: 5px;
  background: url("../image/ico_access_white.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 667px) {
  #access .main-v-lower__title::before {
    width: 20px;
    height: 20px;
    top: 0;
  }
}

#access .main-v-lower__img {
  background: url("../image/access_header.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: -150px;
}

@media screen and (max-width: 667px) {
  .access__content__list {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
}

.accessItem {
  border-bottom: 1px solid #eee;
  padding: 45px 0 30px;
}

.accessItem__title {
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  color: #001339;
}

@media screen and (max-width: 667px) {
  .accessItem__title {
    font-size: 2.4rem;
  }
}

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

@media screen and (max-width: 667px) {
  .accessItem__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.accessItem__cont__left {
  width: 48%;
}

@media screen and (max-width: 667px) {
  .accessItem__cont__left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.accessItem__cont__left__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

@media screen and (max-width: 667px) {
  .accessItem__cont__left__img {
    margin-bottom: 15px;
  }
}

.accessItem__cont__left__img p {
  width: calc(50% - 3px);
}

.accessItem__cont__left__link a {
  color: #001339;
  text-decoration: underline;
}

.accessItem__cont__left p {
  line-height: 25px;
  font-weight: normal;
}

@media screen and (max-width: 667px) {
  .accessItem__cont__left p {
    line-height: 20px;
  }
}

.accessItem__cont__left p span {
  display: inline-block;
  width: 3em;
  margin-right: 30px;
}

@media screen and (max-width: 667px) {
  .accessItem__cont__left p span {
    margin-right: 15px;
  }
}

.accessItem__cont__right {
  width: 51%;
}

@media screen and (max-width: 667px) {
  .accessItem__cont__right {
    width: 100%;
  }
}

.accessItem__cont__right iframe {
  width: 100%;
}

.accessItem:last-child {
  border-bottom: none;
}

@media screen and (max-width: 667px) {
  .access-btnArea__btn {
    width: 135px;
  }
}

.access-btnArea__btn a {
  padding-left: 40px;
}

@media screen and (max-width: 667px) {
  .access-btnArea__btn a {
    padding-left: 27px;
  }
}

.access-btnArea__btn a::before {
  position: absolute;
  content: '';
  width: 22px;
  height: 26px;
  top: 13px;
  left: 40px;
  background: url("../image/ico_about.png") no-repeat;
  background-size: 100%;
  height: 60px;
  line-height: 60px;
}

@media screen and (max-width: 667px) {
  .access-btnArea__btn a::before {
    width: 14px;
    height: 21px;
    left: 16px;
    top: 10px;
  }
}

/* businesspage CSS Document */
#business .cmn-title {
  margin-bottom: 95px;
}

@media screen and (max-width: 667px) {
  #business .cmn-title {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 641px) {
  #business .cmn-title {
    margin-bottom: 35px;
  }
}

#business .main-v-lower {
  margin-bottom: 0;
}

#business .main-v-lower__title::before {
  width: 40px;
  height: 40px;
  background: url("../image/ico_business_white.png") no-repeat;
  background-size: 100%;
  top: 5px;
}

@media screen and (max-width: 667px) {
  #business .main-v-lower__title::before {
    width: 20px;
    height: 20px;
    top: 1px;
  }
}

#business .main-v-lower__img {
  background: url("../image/business_header.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: -150px;
}

.business-content {
  width: 100%;
  position: relative;
  margin: 0 auto 120px;
  padding-top: 120px;
  overflow: hidden;
}

@media screen and (max-width: 667px) {
  .business-content {
    padding-top: 75px;
    margin-bottom: 80px;
  }
}

.business-content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 667px) {
  .business-content__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.business-content__content__detail {
  width: calc(50% - (50% - 520px) - 40px);
  margin-left: calc(50% - 520px);
}

@media screen and (max-width: 1040px) {
  .business-content__content__detail {
    width: calc(50% - (50% - 400px) - 40px);
    margin-left: calc(50% - 400px);
  }
}

@media screen and (max-width: 768px) {
  .business-content__content__detail {
    width: calc(50% - (50% - 330px) - 20px);
    margin-left: calc(50% - 330px);
  }
}

@media screen and (max-width: 667px) {
  .business-content__content__detail {
    width: calc(100% - 40px);
    margin-left: 0;
    margin: 0 20px;
  }
}

.business-content__content__detail__title {
  font-size: 3rem;
  line-height: 1;
  color: #001339;
  margin-bottom: 20px;
}

@media screen and (max-width: 667px) {
  .business-content__content__detail__title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 25px;
  }
}

.business-content__content__detail__text {
  line-height: 25px;
}

@media screen and (max-width: 667px) {
  .business-content__content__detail__text {
    line-height: 24px;
    margin-bottom: 40px;
  }
}

.business-content__img {
  width: calc(50% - 40px);
  height: 390px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  overflow: hidden;
}

@media screen and (max-width: 667px) {
  .business-content__img {
    width: 100%;
    height: auto;
    z-index: -1;
  }
}

@media screen and (max-width: 641px) {
  .business-content__img {
    height: 180px;
  }
}

.business-content__img img {
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.business-content::before {
  position: absolute;
  content: '';
  width: 300%;
  height: 100%;
  top: -100px;
  left: -100%;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  background: #f8f8f8;
  background-size: auto;
  z-index: -1;
  overflow: hidden;
}

@media screen and (max-width: 667px) {
  .business-content::before {
    height: 40%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

.business-effort {
  width: 100%;
  position: relative;
  margin: 0 auto 120px;
}

@media screen and (max-width: 667px) {
  .business-effort {
    width: 94.66%;
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 641px) {
  .business-effort {
    width: calc(100% - 32px);
  }
}

.business-effort__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 120px;
  padding-bottom: 86px;
}

@media screen and (max-width: 1040px) {
  .business-effort__content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 768px) {
  .business-effort__content {
    padding-bottom: 0;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 667px) {
  .business-effort__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.business-effort__content__detail {
  width: calc(50% - 40px);
}

@media screen and (max-width: 1040px) {
  .business-effort__content__detail {
    width: calc(50% - 60px);
  }
}

@media screen and (max-width: 667px) {
  .business-effort__content__detail {
    width: 100%;
  }
}

.business-effort__content__detail__text {
  font-size: 1.6rem;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .business-effort__content__detail__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 667px) {
  .business-effort__content__detail__text {
    line-height: 24px;
    margin-bottom: 25px;
  }
}

.business-effort__content__img {
  width: calc(50% - 40px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

@media screen and (max-width: 667px) {
  .business-effort__content__img {
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.business-effort__content__img .safety-1 {
  width: 210px;
}

@media screen and (max-width: 768px) {
  .business-effort__content__img .safety-1 {
    width: 160px;
  }
}

@media screen and (max-width: 667px) {
  .business-effort__content__img .safety-1 {
    width: 210px;
  }
}

@media screen and (max-width: 641px) {
  .business-effort__content__img .safety-1 {
    width: 103px;
    margin-right: 35px;
  }
}

.business-effort__content__img .safety-2 {
  display: block;
  position: relative;
  width: 240px;
}

@media screen and (max-width: 641px) {
  .business-effort__content__img .safety-2 {
    width: 108px;
  }
}

.business-effort__content__img .safety-2::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../image/ico_zoom.png") no-repeat;
  background-size: 100%;
  top: -10px;
  right: -10px;
}

@media screen and (max-width: 641px) {
  .business-effort__content__img .safety-2::after {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 1040px) {
  .business-effort__eco {
    margin-left: 30px;
  }
}

@media screen and (max-width: 667px) {
  .business-effort__eco {
    margin-left: 0;
  }
}

.business-effort__eco__text {
  margin-bottom: 40px;
}

.business-effort__content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
	margin-bottom: 180px;
}

@media screen and (max-width: 1040px) {
  .business-effort__content2 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
	  margin-bottom: 50px;
  }
}

@media screen and (max-width: 667px) {
  .business-effort__content2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}

.business-effort__content2__detail {
  width: calc(50% - 40px);
}

@media screen and (max-width: 1040px) {
  .business-effort__content2__detail {
    width: calc(50% - 60px);
  }
}

@media screen and (max-width: 667px) {
  .business-effort__content2__detail {
    width: 100%;
  }
}

.business-effort__content2__detail__video {
  width: 100%;
}

@media screen and (max-width: 667px) {
  .business-effort__content2__detail__video {
    position: relative;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 40px;
  }
}

.business-effort__content2__detail__video video {
  width: 100%;
  height: auto;
}

.business-effort__content2__img {
  width: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

@media screen and (max-width: 667px) {
  .business-effort__content2__img {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}

.business-effort__content2__img .eco-1 {
  display: block;
  position: relative;
  width: 240px;
}

@media screen and (max-width: 641px) {
  .business-effort__content2__img .eco-1 {
    width: 108px;
    margin-right: 35px;
  }
}

.business-effort__content2__img .eco-1::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../image/ico_zoom.png") no-repeat;
  background-size: 100%;
  top: -10px;
  right: -10px;
}

@media screen and (max-width: 641px) {
  .business-effort__content2__img .eco-1::after {
    width: 30px;
    height: 30px;
  }
}

.business-effort__content2__img .eco-2 {
  width: 210px;
}

@media screen and (max-width: 768px) {
  .business-effort__content2__img .eco-2 {
    width: 160px;
  }
}

@media screen and (max-width: 667px) {
  .business-effort__content2__img .eco-2 {
    width: 210px;
  }
}

@media screen and (max-width: 641px) {
  .business-effort__content2__img .eco-2 {
    width: 103px;
  }
}

.cmnB-title {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 50px;
  color: #001339;
}

@media screen and (max-width: 667px) {
  .cmnB-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
  }
}

.cmnB-subTitle {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 35px;
}

@media screen and (max-width: 667px) {
  .cmnB-subTitle {
    font-size: 1.5rem;
    line-height: 26px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 667px) {
  .cmnB-subTitle .brPc {
    display: none;
  }
}

.cmnB-text {
  line-height: 25px;
}

@media screen and (max-width: 667px) {
  .cmnB-text {
    margin-bottom: 20px;
  }
}

/* recruitpage CSS Document */
#recruit .cmn-title {
  margin-bottom: 95px;
}

@media screen and (max-width: 667px) {
  #recruit .cmn-title {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 641px) {
  #recruit .cmn-title {
    margin-bottom: 35px;
  }
}

#recruit .main-v-lower {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 0;
}

#recruit .main-v-lower__title::before {
  width: 40px;
  height: 40px;
  background: url("../image/ico_recruit_white.png") no-repeat;
  background-size: 100%;
  top: 5px;
}

@media screen and (max-width: 667px) {
  #recruit .main-v-lower__title::before {
    width: 20px;
    height: 20px;
    top: 0;
  }
}

#recruit .main-v-lower__img {
  overflow: hidden;
}

#recruit .main-v-lower__img video {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recruit-content {
  width: 100%;
  position: relative;
  margin: 0 auto 120px;
  padding-top: 120px;
  overflow: hidden;
}

@media screen and (max-width: 667px) {
  .recruit-content {
    padding-top: 75px;
    margin-bottom: 80px;
  }
}

.recruit-content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 667px) {
  .recruit-content__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit-content__content__detail {
  width: calc(50% - (50% - 520px) - 40px);
  margin-left: calc(50% - 520px);
}

@media screen and (max-width: 1040px) {
  .recruit-content__content__detail {
    width: calc(50% - (50% - 400px) - 40px);
    margin-left: calc(50% - 400px);
  }
}

@media screen and (max-width: 768px) {
  .recruit-content__content__detail {
    width: calc(50% - (50% - 330px) - 20px);
    margin-left: calc(50% - 330px);
  }
}

@media screen and (max-width: 667px) {
  .recruit-content__content__detail {
    width: calc(100% - 40px);
    margin-left: 0;
    margin: 0 20px;
  }
}

.recruit-content__content__detail__title {
  font-size: 3rem;
  line-height: 1;
  color: #001339;
  margin-bottom: 20px;
}

@media screen and (max-width: 667px) {
  .recruit-content__content__detail__title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 25px;
  }
}

.recruit-content__content__detail__text {
  line-height: 25px;
}

@media screen and (max-width: 667px) {
  .recruit-content__content__detail__text {
    line-height: 24px;
    margin-bottom: 40px;
  }
}

.recruit-content__img {
  width: calc(50% - 40px);
  height: 390px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  overflow: hidden;
}

@media screen and (max-width: 667px) {
  .recruit-content__img {
    width: 100%;
    height: auto;
    z-index: -1;
  }
}

@media screen and (max-width: 641px) {
  .recruit-content__img {
    height: 180px;
  }
}

.recruit-content__img img {
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-content__content2 {
  padding: 90px 0 120px;
  background: #f8f8f8;
}

@media screen and (max-width: 667px) {
  .recruit-content__content2 {
    padding: 40px 0 80px;
  }
}

.recruit-content__content2__detail__text {
  margin-bottom: 70px;
}

.recruit-content__content2__detail__imgPc {
  width: 100%;
  max-width: 877px;
  margin: 0 auto;
}

@media screen and (max-width: 667px) {
  .recruit-content__content2__detail__imgPc {
    display: none;
  }
}

.recruit-content__content2__detail__imgSp {
  display: none;
}

@media screen and (max-width: 667px) {
  .recruit-content__content2__detail__imgSp {
    display: block;
    width: 100%;
    max-width: 272px;
    margin: 0 auto;
  }
  .recruit-content__content2__detail__imgSp img:nth-child(1) {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 667px) {
  .recruit-content::before {
    position: absolute;
    content: '';
    width: 300%;
    height: 12%;
    top: -100px;
    left: -100%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    background: #f8f8f8;
    background-size: auto;
    z-index: -1;
    overflow: hidden;
  }
}

.recruit-info {
  margin-bottom: 60px;
}

.recruit-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 667px) {
  .recruit-info__list {
    width: 94.66%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 641px) {
  .recruit-info__list {
    width: calc(100% - 32px);
  }
}

.recruit-info__list dt {
  width: 50%;
  padding: 15px 0 15px 30%;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 667px) {
  .recruit-info__list dt {
    padding: 10px 0 10px 20%;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 641px) {
  .recruit-info__list dt {
    width: 40%;
    padding-left: 0;
  }
}

.recruit-info__list dd {
  width: 50%;
  line-height: 25px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 667px) {
  .recruit-info__list dd {
    font-size: 1.3rem;
    line-height: 18px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 641px) {
  .recruit-info__list dd {
    width: 60%;
  }
}

.recruit-info__list dd .brSp {
  display: none;
}

@media screen and (max-width: 667px) {
  .recruit-info__list dd .brSp {
    display: block;
  }
}

.cmnB-title {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 50px;
  color: #001339;
}

@media screen and (max-width: 667px) {
  .cmnB-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
  }
}

.recruit-contact {
  margin-bottom: 150px;
}

@media screen and (max-width: 667px) {
  .recruit-contact {
    margin-bottom: 80px;
  }
}

.recruit-contact__wrap {
  width: 100%;
  max-width: 800px;
  padding: 10px;
  background: #efefef;
  -webkit-box-shadow: 1.312px 1.509px 7.36px 0.64px rgba(0, 0, 0, 0.15);
          box-shadow: 1.312px 1.509px 7.36px 0.64px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}

.recruit-contact__wrap__inner {
  text-align: center;
  background: #efefef;
  border: 4px solid #fff;
  padding: 40px 0;
}

@media screen and (max-width: 667px) {
  .recruit-contact__wrap__inner {
    border: 1px solid #fff;
    padding: 20px 0;
  }
}

/* 共通（採用ページ、お問い合わせページ */
.infoBox {
  line-height: 1;
}

.infoBox__title {
  font-size: 3rem;
  margin-bottom: 40px;
  color: #001339;
}

@media screen and (max-width: 667px) {
  .infoBox__title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.infoBox__message {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 667px) {
  .infoBox__message {
    font-size: 1.2rem;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.infoBox__message .brSp {
  display: none;
}

@media screen and (max-width: 667px) {
  .infoBox__message .brSp {
    display: block;
  }
}

.infoBox__tel {
  width: 320px;
  height: 50px;
  background: #001339;
  border-radius: 23px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 667px) {
  .infoBox__tel {
    width: 205px;
    height: 30px;
    border-radius: 14.5px;
  }
}

.infoBox__tel a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 2.8rem;
  line-height: 50px;
  color: #fff;
  padding-left: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 667px) {
  .infoBox__tel a {
    font-size: 1.8rem;
    line-height: 30px;
  }
}

.infoBox__tel a::before {
  position: absolute;
  width: 24px;
  height: 33px;
  content: '';
  top: 10px;
  left: 40px;
  background: url("../image/ico_phone_white.png");
  background-size: 100%;
}

@media screen and (max-width: 667px) {
  .infoBox__tel a::before {
    width: 12px;
    height: 16.5px;
    top: 8px;
    left: 30px;
  }
}

.infoBox__telNormal {
  margin-bottom: 20px;
}

.infoBox__telNormal a {
  position: relative;
  font-size: 2.8rem;
  letter-spacing: 1px;
  padding-left: 40px;
}

@media screen and (max-width: 667px) {
  .infoBox__telNormal a {
    font-size: 1.8rem;
  }
}

.infoBox__telNormal a::before {
  position: absolute;
  width: 28px;
  height: 37px;
  content: '';
  top: 3px;
  left: 0;
  background: url("../image/ico_phone.png");
  background-size: 100%;
}

@media screen and (max-width: 667px) {
  .infoBox__telNormal a::before {
    width: 12px;
    height: 16.5px;
    top: 5px;
    left: 20px;
  }
}

.infoBox__name {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 667px) {
  .infoBox__name {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}

.infoBox__bottomMessage {
  font-size: 1.6rem;
}

@media screen and (max-width: 667px) {
  .infoBox__bottomMessage {
    font-size: 1.1rem;
  }
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 667px) {
  #recruit .cmnB-title {
    text-align: left;
  }
}

@media screen and (max-width: 667px) {
  #recruit .cmnB-subTitle .brPc {
    display: none;
  }
}

#recruit .cmnB-text {
  line-height: 25px;
}

@media screen and (max-width: 667px) {
  #recruit .cmnB-text {
    margin-bottom: 20px;
  }
}

#recruit .business-content__img img {
  -o-object-position: center;
     object-position: center;
}

/* recruitpage CSS Document */
/* フォーム */
#contact input:focus,
#contact textarea:focus {
  outline: 0;
}

#contact input,
#contact textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

.contact__message {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 90px;
}

@media screen and (max-width: 641px) {
  .contact__message {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 320px) {
  .contact__message {
    width: 100%;
  }
}

.contact__form__wrap__privacy {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
  border: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 641px) {
  .contact__form__wrap__privacy {
    padding: 20px;
  }
}

.contact__form__wrap__privacy__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 641px) {
  .contact__form__wrap__privacy__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.contact__form__wrap__privacy__text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 24px;
}

@media screen and (max-width: 641px) {
  .contact__form__wrap__privacy__text {
    width: initial;
    font-size: 1.1rem;
    line-height: 18px;
  }
}

@media screen and (max-width: 641px) {
  .contact__form__wrap__privacy__text .brPc {
    display: none;
  }
}

.mailform_tbl {
  display: block;
  width: 550px;
  margin: 0 auto;
  letter-spacing: 1px;
  border-collapse: separate;
}

@media screen and (max-width: 641px) {
  .mailform_tbl {
    width: 335px;
  }
}

@media screen and (max-width: 320px) {
  .mailform_tbl {
    width: 280px;
  }
}

.mailform_tbl th {
  display: block;
  width: 550px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  padding-bottom: 12px;
}

@media screen and (max-width: 641px) {
  .mailform_tbl th {
    width: 335px;
    font-size: 1.4rem;
    font-weight: normal;
  }
}

@media screen and (max-width: 320px) {
  .mailform_tbl th {
    width: 280px;
  }
}

.mailform_tbl th span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  background: #d81b23;
  margin-left: 10px;
  padding: 3px 4px;
}

@media screen and (max-width: 641px) {
  .mailform_tbl th span {
    font-size: 1.1rem;
  }
}

.mailform_tbl td {
  display: block;
  width: 550px;
  padding-bottom: 40px;
}

@media screen and (max-width: 641px) {
  .mailform_tbl td {
    width: 335px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 320px) {
  .mailform_tbl td {
    width: 280px;
  }
}

.mailform_tbl td input {
  width: 100%;
  height: 40px;
  padding: 10px;
  background: #efefef;
  -webkit-appearance: none;
  font-size: 1.6rem;
}

@media screen and (max-width: 641px) {
  .mailform_tbl td input {
    height: 42px;
  }
}

.mailform_tbl td input::-webkit-input-placeholder,
.mailform_tbl td textarea::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #b1b1b1;
}

.mailform_tbl td input::-moz-placeholder,
.mailform_tbl td textarea::-moz-placeholder {
  font-size: 1.4rem;
  color: #b1b1b1;
}

.mailform_tbl td input::-ms-input-placeholder,
.mailform_tbl td textarea::-ms-input-placeholder {
  font-size: 1.4rem;
  color: #b1b1b1;
}

.mailform_tbl textarea {
  width: 100%;
  height: 290px;
  font-size: 1.6rem;
  padding: 12px 10px;
  border: none;
  background: #efefef;
}

.submit_btn {
  width: 288px;
  margin: 0 auto 30px auto;
  text-align: center;
}

.submit_btn_left {
	width: 50%;
	height: auto;
	float: left;
}

.contact-tel {
  margin-bottom: 150px;
}

@media screen and (max-width: 667px) {
  .contact-tel {
    margin-bottom: 80px;
  }
	
.submit_btn_left {
	width: 100%;
	height: auto;
	float: left;
}
}

.contact-tel__wrap {
  width: 100%;
  max-width: 800px;
  padding: 10px;
  background: #efefef;
  -webkit-box-shadow: 1.312px 1.509px 7.36px 0.64px rgba(0, 0, 0, 0.15);
          box-shadow: 1.312px 1.509px 7.36px 0.64px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}

.contact-tel__wrap__inner {
  text-align: center;
  background: #efefef;
  border: 4px solid #fff;
  padding: 40px 0;
}

@media screen and (max-width: 667px) {
  .contact-tel__wrap__inner {
    border: 1px solid #fff;
    padding: 20px 0;
  }
}

.submit_btn {
  width: 230px;
  height: 60px;
  position: relative;
  background: #001339;
  border: 1px solid #001339;
  margin-bottom: 80px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 641px) {
  .submit_btn {
    width: 200px;
    height: 44px;
    border: none;
  }
}

.submit_btn input {
  background: #001339;
  display: block;
  width: 228px;
  height: 58px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 60px;
  border: 1px solid #001339;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 641px) {
  .submit_btn input {
    width: 200px;
    height: 44px;
    border: none;
    padding-left: 47px;
  }
}

.submit_btn::before {
  position: absolute;
  width: 36px;
  height: 26px;
  content: '';
  background: url("../image/ico_contact_white.png") no-repeat;
  background-size: 100%;
  top: 17px;
  left: 50px;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 641px) {
  .submit_btn::before {
    width: 26px;
    height: 20px;
    top: 13px;
    left: 45px;
  }
}

.submit_btn:hover {
  background: #fff;
}

.submit_btn:hover input {
  color: #001339;
  background-color: #fff;
}

.submit_btn:hover::before {
  background: url("../image/ico_contact.png") no-repeat;
  background-size: 100%;
}

#contact .infoBox__bottomMessage {
  line-height: 17px;
}

#contact .infoBox .brSp {
  display: none;
}

@media screen and (max-width: 641px) {
  #contact .infoBox .brSp {
    display: block;
  }
}

/* informationpage CSS Document */
.information {
  max-width: 800px;
  margin-bottom: 150px;
}

@media screen and (max-width: 641px) {
  .information {
    margin-bottom: 80px;
  }
}

.information__list {
  width: 100%;
  margin-bottom: 100px;
}

@media screen and (max-width: 641px) {
  .information__list {
    margin-bottom: 60px;
  }
}

.information__list__item {
  border-bottom: 1px solid #ccc;
  line-height: 18px;
}

.information__list__item:first-child {
  border-top: 1px solid #ccc;
}

.information__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.information__page__link {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #001339;
  text-align: center;
  border: 1px solid #001339;
  margin-right: 10px;
}

@media screen and (max-width: 641px) {
  .information__page__link {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

.information__page__link:last-child {
  margin-right: 0;
}

.information__page__link:hover {
  opacity: 1;
  background: #001339;
  color: #fff;
}

.information__page .currentPage {
  background: #001339;
  color: #fff;
}

.infolist__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 28px 0;
}

@media screen and (max-width: 641px) {
  .infolist__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.infolist__wrap__date {
  width: 180px;
}

@media screen and (max-width: 641px) {
  .infolist__wrap__date {
    width: 100%;
    margin-bottom: 10px;
  }
}

.infolist__wrap__title {
  width: calc(100% - 180px - 20px);
  position: relative;
  padding-right: 20px;
}

@media screen and (max-width: 641px) {
  .infolist__wrap__title {
    width: calc(100% - 20px);
  }
}

.infolist__wrap__title::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #234383;
  border-right: 1px solid #234383;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 2px;
  right: -12px;
}

@media screen and (max-width: 641px) {
  .infolist__wrap__title::after {
    top: -13px;
  }
}

.information-detail {
  max-width: 720px;
  margin-bottom: 150px;
}

@media screen and (max-width: 641px) {
  .information-detail {
    margin-bottom: 80px;
  }
}

.article__date {
  line-height: 1;
}

@media screen and (max-width: 641px) {
  .article__date {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}

.article__title {
  font-size: 3rem;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: .3px solid #ccc;
}

@media screen and (max-width: 641px) {
  .article__title {
    font-size: 2rem;
    line-height: 27px;
    margin-bottom: 45px;
    padding-bottom: 10px;
  }
}

.article__wrap {
  font-size: 1.6rem;
  line-height: 30px;
  margin-bottom: 130px;
}

@media screen and (max-width: 641px) {
  .article__wrap {
    margin-bottom: 60px;
  }
}

.article__wrap__text {
  margin-bottom: 40px;
}

@media screen and (max-width: 641px) {
  .article__wrap__text {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.article__wrap__link {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #234383;
  text-decoration: underline;
  margin-bottom: 40px;
}

@media screen and (max-width: 641px) {
  .article__wrap__link {
    font-size: 1.2rem;
    margin-bottom: 35px;
  }
}

.article__wrap__imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 641px) {
  .article__wrap__imgBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.article__wrap__imgBox__img {
  width: calc((100% - 20px)/2);
}

.article__wrap__imgBox__img img {
	margin-bottom: 20px;
}

@media screen and (max-width: 641px) {
  .article__wrap__imgBox__img {
    width: 100%;
  }
}

@media screen and (max-width: 641px) {
  .article__wrap__imgBox__img:first-child {
    margin-bottom: 15px;
  }
}

.article__btn {
	margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 641px) {
  .article__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.article__btn .btn {
  width: calc((100% - 40px)/3);
  height: 60px;
  border: 1px solid #001339;
}

@media screen and (max-width: 641px) {
  .article__btn .btn {
    width: 33.333%;
    height: 44px;
  }
}

.article__btn .btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

@media screen and (max-width: 641px) {
  .article__btn .btn a {
    height: 44px;
    line-height: 44px;
    font-size: 1.1rem;
  }
}

.article__btn__prev a {
  padding-left: 20px;
  color: #001339;
}

@media screen and (max-width: 641px) {
  .article__btn__prev a {
    padding-left: 10px;
  }
}

.article__btn__prev a::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #001339;
  border-left: 1px solid #001339;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 26px;
  left: 60px;
}

@media screen and (max-width: 641px) {
  .article__btn__prev a::before {
    top: 19px;
    left: 16px;
    width: 6px;
    height: 6px;
  }
}

.article__btn__prev a:hover {
  background: #001339;
  color: #fff;
  opacity: 1;
}

.article__btn__prev a:hover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.article__btn__next a {
  padding-right: 20px;
  color: #001339;
}

@media screen and (max-width: 641px) {
  .article__btn__next a {
    padding-right: 10px;
  }
}

.article__btn__next a::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #001339;
  border-right: 1px solid #001339;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 26px;
  right: 60px;
}

@media screen and (max-width: 641px) {
  .article__btn__next a::before {
    top: 19px;
    right: 16px;
    width: 6px;
    height: 6px;
  }
}

.article__btn__next a:hover {
  background: #001339;
  color: #fff;
  opacity: 1;
}

.article__btn__prev:hover, .article__btn__next:hover {
  background: #001339;
}

.article__btn__list {
  background: #001339;
  -webkit-transition: .4s;
  transition: .4s;
}

.article__btn__list a {
  color: #fff;
  padding-left: 20px;
}

@media screen and (max-width: 641px) {
  .article__btn__list a {
    padding-left: 20px;
  }
}

.article__btn__list a:hover {
  color: #001339;
  opacity: 1;
}

.article__btn__list a::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../image/ico_tolist_white.png") no-repeat;
  background-size: 100%;
  top: 20px;
  left: 60px;
}

@media screen and (max-width: 641px) {
  .article__btn__list a::before {
    top: 13px;
    left: 14px;
    width: 18px;
    height: 18px;
  }
}

.article__btn__list a:hover::before {
  background: url("../image/ico_tolist.png") no-repeat;
  background-size: 100%;
}

.article__btn__list:hover {
  background: #fff;
}

.pdf {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 10px 26px;
	background: url(../image/pdf/icon_pdf.png) left top no-repeat;
}

.doc {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 10px 26px;
	background: url(../image/pdf/icon_word.png) left top no-repeat;
}

.xls {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 10px 26px;
	background: url(../image/pdf/icon_excel.png) left top no-repeat;
}

.ppt {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 10px 26px;
	background: url(../image/pdf/icon_ppt.gif) left top no-repeat;
}


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