@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf") format("opentype");
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #434343;
  line-height: 1.6;
  word-break: break-all;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  body {
    overscroll-behavior-y: none;
  }
}

.fixed {
  position: fixed;
  width: 100%;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}

li, dt, dd, th, td {
  font-size: 16px;
  font-size: 1.6rem;
}

a {
  text-decoration: none;
  color: #434343;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover img {
  opacity: 0.8;
}

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

/* ===============================================
  #ヘッダー
  =============================================== */
.ly_header {
  width: 100%;
  position: fixed;
  z-index: 110;
  top: 0;
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #bcbcbc;
}

@media screen and (max-width: 810px) {
  .ly_header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.ly_header .bl_logo {
  max-width: 280px;
  padding-right: 25px;
}

@media screen and (max-width: 810px) {
  .ly_header .bl_logo {
    max-width: 100%;
    width: 40.29%;
    margin: 0;
    padding-right: 0;
  }
}

.ly_header .bl_logo a {
  display: block;
  line-height: 1;
}

@media screen and (max-width: 810px) {
  .ly_header .bl_logo a {
    background-size: contain;
    background-position: left center;
  }
}

.ly_header .bl_logo img {
  max-width: 250px;
}

@media screen and (max-width: 810px) {
  .ly_header .bl_logo img {
    max-width: 100%;
    width: 100%;
  }
}

.ly_header_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .ly_header_inner {
    padding-left: 20px;
  }
  .ly_header_inner.ly_inner {
    width: 100%;
  }
}

.bl_header_right {
  max-width: 840px;
  width: 100%;
  text-align: right;
}

.bl_header_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.el_tel {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
  color: #002f6c;
  margin-bottom: 0;
  line-height: 1.3;
  text-align: left;
  letter-spacing: -0.01em;
}

.el_tel i {
  font-size: 20px;
  font-size: 2.0rem;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.el_tel span {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  padding-left: 1.5em;
}

.el_btn__headerContact {
  max-width: 180px;
  width: 100%;
  text-align: center;
  margin-left: 12px;
  margin-bottom: 0;
}

.el_btn__headerContact a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
  color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 1;
  border: 1px solid #002f6c;
  background-color: #002f6c;
}

.el_btn__headerContact a i {
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 5px;
}

.el_btn__headerContact a:hover {
  color: #002f6c;
  background-color: #fff;
}

.bl_gnav {
  margin-top: 8px;
  min-height: 54px;
}

.bl_gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

@media screen and (max-width: 810px) {
  .bl_gnav > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.bl_gnav > ul > li {
  font-size: 15px;
  font-size: 1.5rem;
  margin-left: 30px;
}

.bl_gnav > ul > li.el_insta__pc {
  display: none;
}

@media screen and (max-width: 810px) {
  .bl_gnav > ul > li {
    margin-left: 0;
  }
  .bl_gnav > ul > li.el_insta__pc {
    display: none;
  }
}

.bl_gnav > ul > li:first-child {
  margin-left: 0;
}

.bl_gnav > ul > li a {
  display: block;
  color: #333;
  margin-bottom: -1px;
  padding-top: 18px;
  padding-bottom: 16px;
}

.bl_gnav > ul > li a:hover {
  border-bottom: 1px solid #002f6c;
}

@media screen and (max-width: 810px) {
  .bl_gnav > ul > li a:hover {
    border-bottom: none;
  }
}

.bl_gnav > ul > li a:focus {
  border-bottom: 1px solid #002f6c;
}

@media screen and (max-width: 810px) {
  .bl_gnav > ul > li a:focus {
    border-bottom: none;
  }
}

@media screen and (max-width: 810px) {
  .bl_gnav > ul > li a {
    padding: 0 20px 0 20px;
  }
}

.bl_gnav > ul .child_nav a {
  border-bottom: none;
}

.bl_gnav > ul .child_nav a:hover {
  border-bottom: none;
}

.bl_gnav > ul .child_nav a:focus {
  border-bottom: none;
}

.bl_gnav .bl_other_nav__sp {
  display: none;
}

@media screen and (max-width: 810px) {
  .bl_gnav .bl_other_nav__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .bl_gnav .bl_other_nav__sp li {
    font-size: 14px;
    font-size: 1.4rem;
    width: auto;
    border-bottom: none;
    text-align: center;
    display: inline-block;
    border-bottom: none;
  }
  .bl_gnav .bl_other_nav__sp li a {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  .bl_gnav .bl_other_nav__sp li:first-child::after {
    content: "/";
  }
}

.bl_gnav .el_insta__sp {
  display: none;
}

@media screen and (max-width: 810px) {
  .bl_gnav .el_insta__sp {
    display: block;
    text-align: center;
    padding-top: 10px;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_gnav {
    padding-right: 20px;
  }
}

.ly_wrapper__top .bl_gnav {
  display: none;
}

.ly_wrapper__top.view .bl_gnav {
  display: block;
}

.ly_wrapper__top.is-active .bl_gnav {
  display: block;
}

.child_nav_wrap {
  /* 下層メニューのスタイル */
  width: 100%;
  position: absolute;
  top: 101%;
  /* 親項目の直下に配置 */
  left: 0;
  padding: 30px;
  color: #333;
  /* 文字色 */
  background: #fff;
  /* 背景色 */
  visibility: hidden;
  /* 下層メニューを非表示 */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 810px) {
  .child_nav_wrap {
    position: inherit;
    top: inherit;
    left: inherit;
    padding: 0;
    display: none;
    visibility: visible;
  }
}

.child_nav_wrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 810px) {
  .child_nav_wrap_inner.ly_inner {
    width: 100%;
  }
}

.el_megaNav_ttl {
  color: #002f6c;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  max-width: 280px;
  width: 100%;
  text-align: center;
  padding-left: 1em;
}

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

.parent_nav:hover {
  cursor: pointer;
}

.parent_nav:hover .child_nav_wrap {
  visibility: visible;
  /* 下層メニューを表示 */
  height: auto;
}

.parent_nav:hover .child_nav_wrap_inner {
  height: auto;
}

.child_nav {
  max-width: 840px;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  margin-top: -24px;
}

@media screen and (max-width: 810px) {
  .child_nav {
    margin-top: inherit;
    margin-left: 2em;
  }
}

.child_nav li {
  min-width: 25%;
  margin-left: 50px;
  margin-top: 24px;
}

@media screen and (max-width: 810px) {
  .child_nav li {
    border-bottom: none;
    margin-left: 0;
    margin-top: 0;
  }
  .child_nav li a::before {
    display: none;
  }
  .child_nav li a::after {
    display: none;
  }
}

.child_nav > li > a {
  /* 子項目のスタイル */
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 20px;
  background: url(../img/icon_arw_megamenu.png) left center no-repeat;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (max-width: 810px) {
  .child_nav > li > a {
    position: relative;
    background: none;
  }
  .child_nav > li > a::before {
    display: block;
    content: "";
    width: 5px;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
  }
}

.child_nav > li > a:hover {
  /* 子項目のスタイル（ホバー時） */
  background: url(../img/icon_arw_megamenu.png) left center no-repeat;
}

@media screen and (max-width: 810px) {
  .child_nav > li > a:hover {
    background: none;
  }
  .child_nav > li > a:hover::before {
    display: block;
    content: "";
    width: 5px;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
  }
}

.bl_header_info__sp {
  display: none;
}

@media screen and (max-width: 810px) {
  .bl_header_info__sp {
    display: block;
    background-color: #666;
    padding: 12px;
  }
}

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

.bl_header_info__sp_inner .el_tel {
  font-size: 18px;
  font-size: 1.8rem;
  width: 48%;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bl_header_info__sp_inner .el_tel i {
  font-size: 18px;
  font-size: 1.8rem;
}

.bl_header_info__sp_inner .el_tel span {
  font-size: 10px;
  font-size: 1.0rem;
}

.bl_header_info__sp_inner .el_btn__headerContact {
  width: 48%;
}

#nav-toggle div small {
  display: none;
}

@media screen and (max-width: 810px) {
  #nav {
    width: 100%;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
    text-align: center;
    padding-top: 40px;
    background-color: #fff;
  }
  #nav > ul {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .open #nav {
    z-index: 200;
  }
  .menu-main ul li {
    font-size: 15px;
    font-size: 1.5rem;
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 0;
    margin-right: 0;
    background-color: white;
    letter-spacing: 0.1em;
    border-bottom: 1px solid;
    border-bottom-color: #d1d1d1;
  }
  .menu-main ul li .child_nav li {
    border-bottom: none;
  }
  .menu-main ul li a {
    position: relative;
    display: block;
    padding: 13px;
    text-decoration: none;
  }
  .menu-main ul li a {
    position: relative;
    display: block;
    padding: 13px;
    text-decoration: none;
  }
  .menu-main ul li .child_nav {
    padding-bottom: 8px;
  }
  .menu-main ul li .child_nav a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .menu-main ul li a:hover {
    text-decoration: none;
  }
  .parent_nav a {
    position: relative;
  }
  .parent_nav a::before {
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 2px;
    height: 10px;
    background-color: #002f6c;
  }
  .parent_nav a::after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #002f6c;
  }
  .parent_nav a.active::before {
    display: none;
  }
  .menu-main ul .header_tel {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
  }
  .menu-main ul .header_tel span {
    font-size: 12px;
  }
  .menu-main ul .header_tel img {
    width: 64%;
    vertical-align: top;
  }
  .menu-main ul .header_tel a::after {
    display: none;
  }
  .menu-main ul .sp.header_tel a {
    padding: 0;
  }
  .menu-main ul .header_inq {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .menu-main ul .header_inq a {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: -0.02em;
  }
  .menu-main ul .header_inq a::after {
    display: none;
  }
  .menu-main ul .header_inq .btn {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu-main ul .header_inq .btn span {
    background: url(../img/ico_mail_white.png) left center no-repeat;
    padding-left: 25px;
    background-size: 18px auto;
  }
  .menu-main ul .header_inq .btn:hover {
    color: #002f6c;
  }
  .menu-main ul .header_inq .btn:hover span {
    background: url(../img/ico_mail.png) left center no-repeat;
    background-size: 18px auto;
  }
  .menu-main .parent {
    cursor: pointer;
  }
  /* Toggle Button */
  #nav-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    height: 58px;
    cursor: pointer;
    z-index: 201;
    padding: 0;
    background-color: #fff;
  }
  #nav-toggle div {
    position: relative;
    width: 55%;
    margin: auto;
  }
  #nav-toggle div small {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 38px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 90%;
    background: #002f6c;
    left: 0;
  }
  #nav-toggle span:nth-child(1) {
    top: 17px;
  }
  #nav-toggle span:nth-child(2) {
    top: 25px;
  }
  #nav-toggle span:nth-child(3) {
    top: 33px;
  }
  .open #nav-toggle {
    background-color: #002f6c;
  }
  .open #nav-toggle div {
    width: 100%;
  }
  .open #nav-toggle span {
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 25px;
    left: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 20px;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 25px;
    left: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
  }
  .open #nav-toggle span:nth-child(3) {
    display: none;
  }
}

/* ===============================================
  #ページ共通
  =============================================== */
.ly_wrapper {
  position: relative;
}

.ly_wrapper .bl_nav_over_pageCover {
  display: none;
}

.ly_wrapper.nav_active .bl_nav_over_pageCover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 2;
}

.ly_cont_wrap {
  padding-top: 120px;
}

@media screen and (max-width: 810px) {
  .ly_cont_wrap {
    padding-top: 60px;
  }
}

.ly_cont_wrap.ly_under_cont_wrap {
  padding-top: 120px;
}

@media screen and (max-width: 810px) {
  .ly_cont_wrap.ly_under_cont_wrap {
    padding-top: 59px;
  }
}

.ly_wrapper__top .ly_cont_wrap {
  padding-top: 56px;
}

@media screen and (max-width: 810px) {
  .ly_wrapper__top .ly_cont_wrap {
    padding-top: 60px;
  }
}

.ly_wrapper__top.is-active .ly_cont_wrap {
  padding-top: 120px;
}

@media screen and (max-width: 810px) {
  .ly_wrapper__top.is-active .ly_cont_wrap {
    padding-top: 60px;
  }
}

.ly_inner__l {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 810px) {
  .ly_inner__l {
    min-width: 92%;
  }
}

.ly_inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 810px) {
  .ly_inner {
    width: 92%;
    min-width: 92%;
  }
}

.ly_inner.inner-sp-fit {
  width: 100%;
}

@media screen and (max-width: 810px) {
  .ly_inner.max_w1080 {
    width: 92%;
  }
}

@media screen and (min-width: 811px) and (max-width: 1119px) {
  .ly_inner__l {
    max-width: 100%;
    min-width: inherit;
  }
  .ly_inner {
    max-width: 100%;
    min-width: inherit;
  }
}

/* ===============================================
#トップ
=============================================== */
.bl_top_contBox {
  padding-top: 200px;
  padding-bottom: 80px;
}

@media screen and (max-width: 810px) {
  .bl_top_contBox {
    padding-top: 125px;
  }
}

.bl_top_contBox.bl_topInfo {
  padding-top: 135px;
}

@media screen and (max-width: 810px) {
  .bl_top_contBox.bl_topInfo {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}

/* #メインビジュアル
----------------------- */
/* ローディング画面 */
#bl_loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #b2cbe2;
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 100;
}

#bl_loading .el_spinner {
  width: 40px;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 300px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 101;
  background-color: #002f6c;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

#bl_loading.loaded {
  opacity: 0;
  visibility: hidden;
}

#bl_loading.loaded .el_spinner {
  display: none;
}

.spinner {
  width: 40px;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 300px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 101;
  background-color: #002f6c;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ローディングアニメーション */
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.bl_mv {
  text-align: center;
  position: relative;
  z-index: 2;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  margin: auto;
}

.bl_mv video {
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 810px) {
  .bl_mv video {
    height: auto;
  }
}

.bl_mv img {
  max-width: 1120px;
  width: 100%;
}

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

@media screen and (max-width: 1024px) {
  .bl_mv video {
    height: auto;
  }
}

/* #トップコンテンツ共通タイトル
----------------------- */
.bl_topCont_ttlWrap {
  position: relative;
  padding-bottom: 50px;
  padding-top: 80px;
  padding-left: 36px;
}

@media screen and (max-width: 810px) {
  .bl_topCont_ttlWrap {
    padding-top: 45px;
    padding-left: 14px;
    padding-bottom: 20px;
  }
}

.bl_topCont_ttlWrap::before {
  display: block;
  font-size: 100px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  z-index: -1;
}

@media screen and (max-width: 810px) {
  .bl_topCont_ttlWrap::before {
    font-size: 50px;
    top: 15px;
    line-height: 1.2;
  }
}

.bl_topCont_ttlWrap__customer::before {
  content: "WITH CUSTOMERS";
}

@media screen and (max-width: 810px) {
  .bl_topCont_ttlWrap__customer::before {
    content: "WITH \A CUSTOMERS";
    white-space: pre-wrap;
    top: -45px;
  }
}

.bl_topCont_ttlWrap__about::before {
  content: "ABOUT";
}

.bl_topCont_ttlWrap__efforts::before {
  content: "OUR EFFORTS";
}

@media screen and (max-width: 810px) {
  .bl_topCont_ttlWrap__efforts::before {
    content: "OUR \A EFFORTS";
    white-space: pre-wrap;
    top: -45px;
  }
}

.bl_topCont_ttlWrap__info::before {
  content: "NEWS";
}

.el_topCont_ttl {
  max-width: 560px;
  width: 100%;
  font-size: 50px;
  font-size: 5.0rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 810px) {
  .el_topCont_ttl {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}

.el_topCont_subTtl {
  max-width: 560px;
  width: 100%;
  font-size: 20px;
  font-size: 2.0rem;
}

@media screen and (max-width: 810px) {
  .el_topCont_subTtl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.el_topCont_txt {
  max-width: 560px;
  width: 100%;
  line-height: 1.8;
}

.bl_topCont_ttlWrap__txtWhite .el_topCont_ttl, .bl_topCont_ttlWrap__txtWhite .el_topCont_subTtl, .bl_topCont_ttlWrap__txtWhite .el_topCont_txt {
  color: #fff;
}

/* #お客様と共に
----------------------- */
.bl_topCustomer {
  position: relative;
  z-index: 2;
}

.ly_inner_customerCase {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 810px) {
  .ly_inner_customerCase {
    width: 92%;
  }
}

.bl_customer_caseBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 64px;
  padding: 80px 48px 32px;
  background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 810px) {
  .bl_customer_caseBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 64px 15px 64px;
  }
}

.bl_customer_caseBox.bl_customer_caseBox__flexReverse .bl_customerCase_imgWrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 810px) {
  .bl_customer_caseBox.bl_customer_caseBox__flexReverse .bl_customerCase_imgWrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.bl_customer_caseBox.bl_customer_caseBox__flexReverse .bl_customerCase_txtWrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 810px) {
  .bl_customer_caseBox.bl_customer_caseBox__flexReverse .bl_customerCase_txtWrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.bl_customer_caseBox:last-child {
  margin-bottom: 0;
}

.bl_customerCase_imgWrap {
  max-width: 516px;
  width: 100%;
  margin-right: 30px;
}

@media screen and (max-width: 810px) {
  .bl_customerCase_imgWrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-bottom: 35px;
  }
}

.bl_customer_caseBox__flexReverse .bl_customerCase_imgWrap {
  margin-right: inherit;
  margin-left: 30px;
}

@media screen and (max-width: 810px) {
  .bl_customer_caseBox__flexReverse .bl_customerCase_imgWrap {
    margin-left: 0;
  }
}

.bl_customerCase_txtWrap {
  max-width: 510px;
  width: 100%;
}

@media screen and (max-width: 810px) {
  .bl_customerCase_txtWrap {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 810px) {
  .bl_customerCase_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.bl_customerCase_txt.bl_customerCase_txt__taneya {
  background: url(../img/top/ph_case_taneya02.png) bottom right no-repeat;
}

@media screen and (max-width: 810px) {
  .bl_customerCase_txt.bl_customerCase_txt__taneya {
    height: 550px;
    padding-bottom: 230px;
    background-size: 74.62% auto;
  }
}

@media screen and (max-width: 810px) {
  .bl_customerCase_txt.bl_customerCase_txt__chemilogi {
    height: 400px;
  }
}

@media screen and (max-width: 810px) {
  .bl_customerCase_txt.bl_customerCase_txt__delive01 {
    height: 350px;
  }
}

.bl_customerCase_txt h3 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}

@media screen and (max-width: 810px) {
  .bl_customerCase_txt h3 {
    font-size: 20px;
    font-size: 2.0rem;
    display: inline-block;
    letter-spacing: inherit;
    vertical-align: middle;
  }
}

.bl_customerCase_txt.bl_customerCase_txt__txtCenter h3 {
  width: 75%;
  vertical-align: middle;
}

@media screen and (max-width: 810px) {
  .bl_customerCase_txt.bl_customerCase_txt__txtCenter h3 {
    width: inherit;
  }
}

.bl_customerCase_link {
  margin-top: 40px;
}

.el_customerCase_link_ttl {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 600;
  color: #002f6c;
  margin-bottom: 10px;
}

@media screen and (max-width: 810px) {
  .el_customerCase_link_ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.bl_customerCase_btnWrap {
  text-align: right;
}

@media screen and (max-width: 810px) {
  .bl_customerCase_btnWrap {
    text-align: center;
  }
}

/* #京三運輸について
----------------------- */
.bl_topAbout {
  background: url(../img/top/bg_about.png) top right no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}

@media screen and (max-width: 810px) {
  .bl_topAbout {
    background: url(../img/top/bg_about_sp.png) center center no-repeat;
    background-size: cover;
    padding-bottom: 180px;
  }
}

.bl_topAbout_inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.bl_panel_topAbout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 810px) {
  .bl_panel_topAbout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.bl_panel_topAbout_item {
  max-width: 590px;
  width: 100%;
  position: relative;
  padding-bottom: 120px;
  background: url(../img/top/bg_about_dot.png) bottom left no-repeat;
}

.bl_panel_topAbout_item a:hover .el_panel_topAbout_img::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

@media screen and (max-width: 810px) {
  .bl_panel_topAbout_item {
    max-width: 100%;
    width: 90%;
    padding-bottom: 20px;
    background: url(../img/top/bg_about_dot_sp.png) bottom left no-repeat;
    background-size: 80%;
  }
  .bl_panel_topAbout_item.bl_panel_topAbout_item__recruit {
    width: 94.66%;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_panel_topAbout {
    max-width: 92%;
  }
  .bl_panel_topAbout_item {
    max-width: 48%;
  }
}

.el_panel_topAbout_img {
  max-width: 470px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 810px) {
  .el_panel_topAbout_img {
    max-width: 100%;
    width: 83.7%;
    margin-left: auto;
    margin-right: auto;
  }
}

.el_panel_topAbout_img img {
  vertical-align: top;
}

.el_panel_topAbout_img::before {
  display: block;
  color: rgba(255, 255, 255, 0.3);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  font-weight: 600;
  position: absolute;
  z-index: 3;
}

@media screen and (max-width: 810px) {
  .el_panel_topAbout_img::before {
    font-size: 48px;
  }
}

.bl_panel_topAbout_item__recruit {
  margin-top: 112px;
}

@media screen and (max-width: 810px) {
  .bl_panel_topAbout_item__recruit {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 810px) {
  .bl_panel_topAbout_item__recruit .el_panel_topAbout_img {
    margin-right: 0;
  }
}

.bl_panel_topAbout_item__recruit .el_panel_topAbout_img::before {
  content: "RECRUIT";
  top: -42px;
  left: -60px;
}

@media screen and (max-width: 810px) {
  .bl_panel_topAbout_item__recruit .el_panel_topAbout_img::before {
    top: -24px;
    left: -40px;
  }
}

.bl_panel_topAbout_item__company {
  background: url(../img/top/bg_about_dot02.png) right 300px no-repeat;
}

@media screen and (max-width: 810px) {
  .bl_panel_topAbout_item__company {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
    margin-right: 0;
    background: url(../img/top/bg_about_dot02_sp.png) bottom right no-repeat;
    background-size: 80%;
  }
}

.bl_panel_topAbout_item__company .el_panel_topAbout_img {
  margin-left: 0;
  margin-right: auto;
}

.bl_panel_topAbout_item__company .el_panel_topAbout_img::before {
  content: "COMPANY";
  top: -42px;
  left: -60px;
}

@media screen and (max-width: 810px) {
  .bl_panel_topAbout_item__company .el_panel_topAbout_img::before {
    top: -25px;
    left: -37px;
  }
}

.el_panel_topAbout_link {
  max-width: 360px;
  width: 100%;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 600;
  color: #002f6c;
  position: absolute;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 15px;
  padding-left: 100px;
  bottom: 40px;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

@media screen and (max-width: 810px) {
  .el_panel_topAbout_link {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 100%;
    width: 57.33%;
    padding-top: 60px;
    padding-left: 55px;
    bottom: inherit;
    position: inherit;
    margin-left: 0;
    margin-right: auto;
    margin-top: -40px;
  }
}

.el_panel_topAbout_link span {
  display: inline-block;
  position: relative;
}

.el_panel_topAbout_link span::after {
  display: block;
  content: "";
  width: 33px;
  height: 33px;
  background: url(../img/top/icon_arw_right_topabout.png) no-repeat;
  position: absolute;
  top: 8px;
  right: -60px;
}

@media screen and (max-width: 810px) {
  .el_panel_topAbout_link span::after {
    width: 19px;
    height: 19px;
    background-size: cover;
    top: 4px;
    right: -30px;
  }
}

.bl_panel_topAbout_item__company .el_panel_topAbout_link {
  bottom: 150px;
  left: inherit;
  right: 0;
}

@media screen and (max-width: 810px) {
  .bl_panel_topAbout_item__company .el_panel_topAbout_link {
    bottom: inherit;
    right: inherit;
    margin-top: -40px;
    margin-left: auto;
    margin-right: 0;
    position: inherit;
  }
}

/* #私たちの取り組み
----------------------- */
.bl_topEfforts {
  position: relative;
  z-index: 2;
  padding-bottom: 150px;
  background: url(../img/top/bg_efforts.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 810px) {
  .bl_topEfforts {
    padding-bottom: 130px;
    background: url(../img/top/bg_efforts_sp.png) center center no-repeat;
    background-size: cover;
  }
}

.bl_efforts_banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}

@media screen and (max-width: 810px) {
  .bl_efforts_banner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 91.34%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_efforts_banner {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_efforts_banner_item {
  max-width: 510px;
  width: 100%;
  height: 280px;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_efforts_banner_item {
    height: 170px;
  }
}

.bl_efforts_banner_item:hover {
  cursor: pointer;
}

.bl_efforts_banner_item:hover::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.bl_efforts_banner_item a {
  z-index: 3;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_efforts_banner_item {
    max-width: 48%;
  }
}

.bl_efforts_banner_item__sdgs {
  margin-bottom: 24px;
  background: url(../img/top/bn_sdgs.jpg) center center no-repeat;
  background-size: cover;
}

.bl_efforts_banner_item__torikumi {
  background: url(../img/top/bn_torikumi.jpg) center center no-repeat;
  background-size: cover;
}

.bl_efforts_banner_ttl_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 810px) {
  .bl_efforts_banner_ttl_wrap {
    padding-left: 18px;
    padding-bottom: 18px;
  }
}

.el_efforts_banner_ttl {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  width: 100%;
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  line-height: 1;
}

@media screen and (max-width: 810px) {
  .el_efforts_banner_ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.el_efforts_banner_ttl .el_efforts_banner_ttl__txts {
  font-size: 30px;
  font-size: 3.0rem;
}

@media screen and (max-width: 810px) {
  .el_efforts_banner_ttl .el_efforts_banner_ttl__txts {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.el_efforts_banner_ttl .el_efforts_banner_ttl__txtm {
  font-size: 34px;
  font-size: 3.4rem;
}

@media screen and (max-width: 810px) {
  .el_efforts_banner_ttl .el_efforts_banner_ttl__txtm {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.el_efforts_banner_ttl::after {
  position: absolute;
  right: 15px;
  bottom: 0;
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background: url(../img/top/icon_arw_right_topefforts.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 810px) {
  .el_efforts_banner_ttl::after {
    width: 21px;
    height: 21px;
  }
}

/* #お知らせ
----------------------- */
.bl_topInfo {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6);
}

.bl_topInfo_inner {
  max-width: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bl_topInfo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #808080;
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_topInfo_list {
    width: 92%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_under_contBox .bl_topInfo_list {
  border-top: none;
}

.el_topInfo_list_date {
  max-width: 24%;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 40px;
  border-bottom: 1px solid #808080;
}

@media screen and (max-width: 810px) {
  .el_topInfo_list_date {
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
    border-bottom: none;
  }
}

.el_topInfo_list_icon {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  margin-left: 30px;
  padding: 5px 10px;
  background-color: #e6e6e6;
  line-height: 1;
}

@media screen and (max-width: 810px) {
  .el_topInfo_list_icon {
    padding: 3px 8px;
  }
}

.el_topInfo_list_txt {
  max-width: 76%;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #808080;
}

@media screen and (max-width: 810px) {
  .el_topInfo_list_txt {
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.bl_topInfo_list_btn {
  text-align: right;
  padding-top: 40px;
}

.bl_topInfo_list_btn a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 34px;
  background: url(../img/top/icon_arw_right_topinfo.png) right center no-repeat;
  line-height: 1;
}

@media screen and (max-width: 810px) {
  .bl_topInfo_list_btn a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 20px;
    background-size: 16px auto;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_topInfo_list_btn {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_under_contBox .bl_topInfo_list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .bl_under_contBox .bl_contact_wrap .bl_news_ttl {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .bl_under_contBox .bl_contact_wrap .bl_news_date {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .bl_under_contBox .bl_contact_wrap .bl_news_article {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .bl_under_contBox .bl_contact_wrap .bl_news_btn_wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

/* #トップトラックイメージ
----------------------- */
.bl_topInfo_img {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}

@media screen and (max-width: 810px) {
  .bl_topInfo_img {
    padding-top: 64px;
  }
}

.bl_topInfo_img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}

/* #雲
----------------------- */
.cloud {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/cloud.png") #99bff1;
  background-size: cover;
  -webkit-animation: cloud 300s linear infinite;
  animation: cloud 300s linear infinite;
  z-index: 1;
}

/* .cloud:before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height:100%;
  background: url('https://dl.dropbox.com/s/955d8gczcdrv8pm/clouds.png?dl=0');
  background-size: cover;
  opacity:0.9;
  animation: cloud-reverse 160s linear infinite;
} */
@-webkit-keyframes cloud {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: 5440px;
  }
}
@keyframes cloud {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: 5440px;
  }
}

@-webkit-keyframes cloud-reverse {
  0% {
    background-position: 5440px;
  }
  100% {
    background-position: 0px;
  }
}

@keyframes cloud-reverse {
  0% {
    background-position: 5440px;
  }
  100% {
    background-position: 0px;
  }
}

/* ===============================================
#下層
=============================================== */
.bl_under_contBox {
  padding-top: 120px;
  padding-bottom: 80px;
}

@media screen and (max-width: 810px) {
  .bl_under_contBox {
    padding-top: 100px;
  }
}

/* #下層共通タイトル
----------------------- */
.bl_underCont_ttlWrap {
  background: url(../img/bg_under_ttl.png) center center no-repeat;
  background-size: cover;
}

.bl_underCont_ttlWrap .ly_inner {
  position: relative;
  padding-bottom: 50px;
  padding-top: 80px;
  padding-left: 36px;
}

@media screen and (max-width: 810px) {
  .bl_underCont_ttlWrap .ly_inner {
    padding-top: 45px;
    padding-left: 14px;
    padding-bottom: 20px;
  }
}

.bl_underCont_ttlWrap .ly_inner::before {
  display: block;
  font-size: 100px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  z-index: 1;
}

@media screen and (max-width: 810px) {
  .bl_underCont_ttlWrap .ly_inner::before {
    font-size: 50px;
    top: 15px;
    line-height: 1.2;
  }
}

.bl_underCont_ttlWrap__contact .ly_inner::before {
  content: "CONTACT";
}

.bl_underCont_ttlWrap__news .ly_inner::before {
  content: "NEWS";
}

.bl_underCont_ttlWrap__notfound .ly_inner::before {
  content: "404 NotFound";
}

.bl_underCont_ttlWrap__company .ly_inner::before {
  content: "COMPANY";
}

.bl_underCont_ttlWrap__safety .ly_inner::before {
  content: "OUR EFFORTS";
}

.bl_underCont_ttlWrap__recruit .ly_inner::before {
  content: "RECRUIT";
}

.bl_underCont_ttlWrap__policy .ly_inner::before {
  content: "PRIVACY POLICY";
}

.bl_underCont_ttlWrap__sitemap .ly_inner::before {
  content: "SITE MAP";
}

.bl_underCont_ttlWrap__customers .ly_inner::before {
  content: "WITH CUSTOMERS";
}

/*下層ページ見出し*/
.bl_undderpage_mv {
  min-height: 400px;
}

.bl_undderpage_mv.bl_undderpage_mv__company {
  background: url(../img/bg_header_company.png) top center no-repeat;
}

.bl_underpage_ttl_wrap {
  text-align: center;
}

.bl_underpage_ttl_wrap_basic {
  padding-top: 125px;
}

@media screen and (max-width: 810px) {
  .bl_underpage_ttl_wrap_basic {
    padding-top: 95px;
  }
}

.el_underpage_ttl {
  font-size: 42px;
  font-size: 4.2rem;
  position: relative;
  padding-bottom: 15px;
}

@media screen and (max-width: 810px) {
  .el_underpage_ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.el_underpage_ttl::after {
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #002f6c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.el_underpage_txt_ttl {
  font-size: 40px;
  font-size: 4.0rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 25px;
}

@media screen and (max-width: 810px) {
  .el_underpage_txt_ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/* #先輩メッセージ
----------------------- */
.bl_scroll {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  position: relative;
}

.bl_scroll::before {
  font-family: "Oswald", sans-serif;
  color: #002f6c;
  content: "SCROLL";
  position: absolute;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  top: 635px;
  left: 75px;
}

@media screen and (max-width: 810px) {
  .bl_scroll::before {
    left: 10px;
  }
}

.bl_scroll::after {
  content: '';
  position: absolute;
  top: 700px;
  left: 82px;
  width: 7px;
  height: 7px;
  background: #002f6c;
  border-radius: 50%;
}

@media screen and (max-width: 810px) {
  .bl_scroll::after {
    left: 17px;
  }
}

.bl_scroll_box {
  position: relative;
}

.el_scroll_line {
  /*線の位置*/
  position: absolute;
  left: 85px;
  top: 700px;
  width: 1px;
  /*線の太さ*/
  height: 0;
  /*はじめは高さを0に*/
  background: #002f6c;
}

.el_scroll_line.active {
  height: 4900px;
  -webkit-animation: yellow_circle 2.0s forwards linear;
  animation: yellow_circle 2.0s forwards linear;
}

@media screen and (max-width: 810px) {
  .el_scroll_line {
    left: 20px;
  }
}

@-webkit-keyframes yellow_circle {
  0% {
    height: 0px;
  }
  100% {
    height: 300px;
  }
}

@keyframes yellow_circle {
  0% {
    height: 0px;
  }
  100% {
    height: 300px;
  }
}

.bl_message_wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.bl_message_main {
  padding-top: 120px;
  padding-bottom: 80px;
  background: url(../img/message/bg_message_main.png) center right no-repeat;
  background-size: cover;
}

@media screen and (max-width: 810px) {
  .bl_message_main {
    background: none;
  }
}

.bl_message_mainBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1135px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 810px) {
  .bl_message_mainBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    background: url(../img/message/bg_message_main_sp.png) top right no-repeat;
    background-size: 100%;
  }
}

.bl_message_mainTxt {
  max-width: 255px;
  width: 100%;
}

@media screen and (max-width: 810px) {
  .bl_message_mainTxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    padding-right: 25px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.bl_message_mainPhoto {
  max-width: 900px;
  width: 100%;
  margin-top: 70px;
  margin-left: 50px;
  padding-left: 30px;
  padding-bottom: 30px;
  background: url(../img/message/bg_ph_main.png) left bottom no-repeat;
  background-size: 105%;
  text-align: right;
}

@media screen and (max-width: 810px) {
  .bl_message_mainPhoto {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 80px;
    margin-left: 25px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
}

.bl_message_mainPhoto figure {
  margin-bottom: 0;
}

.el_message_mainTtl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}

@media screen and (max-width: 810px) {
  .el_message_mainTtl {
    font-size: 20px;
    font-size: 2.0rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.el_message_mainTtl span {
  display: inline-block;
  border-right: 1px solid #333;
  padding-right: 12px;
  padding-left: 24px;
}

@media screen and (max-width: 810px) {
  .el_message_mainTtl span {
    padding-right: 6px;
    padding-left: 9px;
  }
}

.bl_message_list_boxWrap .el_message_mainTtl {
  display: none;
}

.bl_message_list_boxWrap .bl_message_list_box:hover {
  position: relative;
}

.bl_message_list_boxWrap .bl_message_list_box:hover .el_message_mainTtl {
  color: #fff;
  display: block;
  position: absolute;
  top: 13px;
  font-size: 20px;
  font-size: 2.0rem;
  left: 17%;
  z-index: 5;
}

.bl_message_list_boxWrap .bl_message_list_box:hover .el_message_mainTtl span {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 810px) {
  .bl_message_list_boxWrap .bl_message_list_box:hover .el_message_mainTtl {
    top: 24px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.bl_message_name {
  margin-top: 60px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.el_message_icon {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  padding: 5px 10px;
  background-color: #002f6c;
  line-height: 1;
}

.el_message_name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 10px;
}

.el_message_year {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 0;
}

@media screen and (max-width: 810px) {
  .el_message_year {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.bl_message_box_wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/message/bg_message_box.png) top left repeat-y;
}

.bl_message_box {
  border-top: 1px solid #002f6c;
}

.bl_message_box:last-child {
  border-bottom: 1px solid #002f6c;
}

.bl_message_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  min-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}

@media screen and (max-width: 810px) {
  .bl_message_box_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 92%;
    min-width: 92%;
    padding-left: 20px;
  }
}

.bl_message_box_left {
  max-width: 560px;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
}

@media screen and (max-width: 810px) {
  .bl_message_box_left {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bl_message_box_right {
  max-width: 560px;
  width: 100%;
}

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

.el_message_box_subTtl {
  color: #002f6c;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 35px;
}

@media screen and (max-width: 810px) {
  .el_message_box_subTtl {
    margin-bottom: 20px;
  }
}

.el_message_box_ttl {
  font-size: 30px;
  font-size: 3.0rem;
}

@media screen and (max-width: 810px) {
  .el_message_box_ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 45px;
  }
}

.bl_message_box_ph img {
  margin-bottom: 30px;
  vertical-align: top;
}

.bl_message_box_ph__col2 {
  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;
}

.bl_message_box_ph__col2 img {
  width: 48%;
}

/*詳細内メッセージ一覧*/
.bl_message_list {
  min-width: 1280px;
  padding-top: 125px;
  padding-bottom: 180px;
}

@media screen and (max-width: 810px) {
  .bl_message_list {
    min-width: 92%;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-top: 100px;
    padding-bottom: 115px;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_message_list {
    min-width: inherit;
    max-width: 100%;
    width: 100%;
  }
}

.bl_message_under_list .bl_message_list {
  padding-top: 0;
}

@media screen and (max-width: 810px) {
  .bl_message_under_list .bl_message_list {
    min-width: 100%;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}

.bl_message_under_list .bl_message_list_wrap_inner .bl_message_list {
  padding-top: 125px;
}

@media screen and (max-width: 810px) {
  .bl_message_under_list .bl_message_list_wrap_inner .bl_message_list {
    padding-top: 100px;
  }
}

.bl_message_list_wrap {
  background: #347bb8;
  background: url(../img/message/bg_message_list.png) top center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#347bb8), to(#6698c5));
  background: url(../img/message/bg_message_list.png) top center no-repeat, linear-gradient(180deg, #347bb8 0%, #6698c5 100%);
  background-size: cover;
}

@media screen and (max-width: 810px) {
  .bl_message_list_wrap {
    background: url(../img/message/bg_message_list_sp.png) top center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#347bb8), to(#6698c5));
    background: url(../img/message/bg_message_list_sp.png) top center no-repeat, linear-gradient(180deg, #347bb8 0%, #6698c5 100%);
  }
}

.bl_message_list_wrap.bl_under_contBox {
  padding-top: 0;
  padding-bottom: 0;
}

.bl_message_list_wrap .bl_message_list {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

@media screen and (max-width: 810px) {
  .bl_message_list_wrap .bl_message_list {
    width: 100%;
  }
}

.bl_message_list_inner {
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
}

.el_message_list_ttl {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 35px;
}

.el_message_list_ttl__en {
  font-size: 40px;
  font-size: 4.0rem;
  font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 810px) {
  .el_message_list_ttl__en {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.bl_message_list_boxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -15px;
}

@media screen and (max-width: 810px) {
  .bl_message_list_boxWrap {
    width: 95%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.bl_message_list_box {
  max-width: 255px;
  width: 100%;
  margin-left: 15px;
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_message_list_box {
    max-width: 100%;
    width: 40%;
  }
}

.bl_message_list_ph {
  max-width: 240px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.bl_message_list_ph img {
  vertical-align: top;
}

.bl_message_list_txt {
  max-width: 240px;
  width: 100%;
  margin-left: 15px;
  margin-top: -30px;
  padding: 40px 16px 40px 20px;
  background-color: #f0f0f0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 810px) {
  .bl_message_list_txt {
    margin-left: 10px;
    margin-top: -20px;
    padding: 30px 16px 20px 10px;
  }
}

.el_message_list_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/message/icon_arw_message_list.png) 93% 95% no-repeat;
  z-index: 5;
}

@media screen and (max-width: 810px) {
  .el_message_list_link {
    background: url(../img/message/icon_arw_message_list.png) 95% 95% no-repeat;
    background-size: 25px auto;
  }
}

.el_message_list_icon {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  background-color: #002f6c;
  line-height: 1;
  position: absolute;
  left: 35px;
  bottom: -10px;
  z-index: 3;
}

@media screen and (max-width: 810px) {
  .el_message_list_icon {
    font-size: 10px;
    font-size: 1.0rem;
    left: 20px;
  }
}

.el_message_list_name {
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 10px;
}

@media screen and (max-width: 810px) {
  .el_message_list_name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.el_message_list_year {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 0;
}

@media screen and (max-width: 810px) {
  .el_message_list_year {
    font-size: 10px;
    font-size: 1.0rem;
  }
}

.bl_message_list_box:hover .bl_message_list_ph {
  position: relative;
}

.bl_message_list_box:hover .bl_message_list_ph::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 83, 159, 0.5);
}

.bl_message_list_box:hover .bl_message_list_txt {
  color: #fff;
  background-color: #00539f;
}

.bl_message_list_box:hover .el_message_list_link {
  background: url(../img/message/icon_arw_message_list_white.png) 93% 95% no-repeat;
  z-index: 5;
}

@media screen and (max-width: 810px) {
  .bl_message_list_box:hover .el_message_list_link {
    background: url(../img/message/icon_arw_message_list_white.png) 95% 95% no-repeat;
    background-size: 25px auto;
  }
}

.bl_message_list_box:hover .el_message_list_icon {
  color: #002f6c;
  background-color: #fff;
}

.bl_message_list_box:hover .el_message_list_name {
  color: #fff;
}

.bl_message_list_box:hover .el_message_list_year {
  color: #fff;
}

/*メッセージ一覧*/
.bl_message_list_wrap_inner {
  position: relative;
}

.bl_message_list_wrap_inner::after {
  display: block;
  content: "";
  max-width: 700px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bl_message_list_wrap_inner .bl_underpage_ttl_wrap {
  position: relative;
  z-index: 5;
}

.bl_message_list_wrap_inner .bl_message_list_inner {
  position: relative;
  z-index: 5;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.bl_message_list_wrap_inner .bl_message_list_boxWrap {
  width: 100%;
  padding-top: 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 810px) {
  .bl_message_list_wrap_inner .bl_message_list_boxWrap {
    padding-top: 25px;
  }
}

.bl_message_list_wrap_inner .bl_message_list_box {
  max-width: 385px;
  margin-left: 35px;
  margin-bottom: 80px;
}

@media screen and (max-width: 810px) {
  .bl_message_list_wrap_inner .bl_message_list_box {
    max-width: 92%;
    width: 92%;
    margin-left: auto;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_message_list_wrap_inner .bl_message_list_boxWrap {
    margin-left: 35px;
  }
  .bl_message_list_wrap_inner .bl_message_list_wrap_inner::after {
    max-width: 100%;
    width: 50%;
  }
  .bl_message_list_wrap_inner .bl_message_list_wrap_inner .bl_message_list_box {
    max-width: 40%;
  }
  .bl_message_list_wrap_inner .bl_entry_wrap {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_message_list_wrap_inner .bl_message_list_ph {
  max-width: 360px;
}

.bl_message_list_wrap_inner .bl_message_list_txt {
  max-width: 360px;
}

.bl_message_list_oneword {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-top: 15px;
}

.bl_message_list .bl_message_recruit {
  padding-top: 120px;
}

@media screen and (max-width: 810px) {
  .bl_message_list .bl_message_recruit {
    padding-top: 60px;
  }
}

/*採用*/
.bl_message_recruit {
  padding-bottom: 45px;
}

.bl_message_recruit.bl_message_recruit__with_customers {
  margin-top: -2em;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_message_recruit.bl_message_recruit__with_customers {
    margin-top: -1.7em;
  }
}

.bl_message_recruit.bl_message_recruit__sdgs {
  margin-top: -2em;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_message_recruit.bl_message_recruit__sdgs {
    margin-top: -1.7em;
  }
}

.el_message_recruit_ttl {
  font-size: 40px;
  font-size: 4.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 810px) {
  .el_message_recruit_ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.el_message_recruit_ttl::before {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #808080;
  margin-right: 35px;
}

@media screen and (max-width: 810px) {
  .el_message_recruit_ttl::before {
    margin-right: 15px;
  }
}

.el_message_recruit_ttl::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #808080;
  margin-left: 35px;
}

@media screen and (max-width: 810px) {
  .el_message_recruit_ttl::after {
    margin-left: 15px;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .el_message_recruit_ttl {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.el_message_recruit_subTtl {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 35px;
  text-align: center;
}

.bl_message_recruit_btnList {
  max-width: 1090px;
  width: 100%;
  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;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
}

.bl_message_recruit_btnList.bl_message_recruit_btnList__ourefforts {
  max-width: 735px;
}

.bl_message_recruit_btnList li {
  max-width: 340px;
  width: 100%;
  margin-right: 25px;
  margin-bottom: 25px;
}

@media screen and (max-width: 810px) {
  .bl_message_recruit_btnList li {
    max-width: 100%;
    margin-right: 0;
  }
}

.bl_message_recruit_btnList li:nth-child(3n) {
  margin-right: 0;
}

.bl_message_recruit_btnList li a {
  display: block;
}

.bl_message_recruit_btnList li.el_company_current .el_btn_showDetail {
  background: url(../img/icon_arw_right.png) 90% center #d9d9d9 no-repeat;
  opacity: 0.6;
}

@media screen and (min-width: 811px) and (max-width: 1068px) {
  .bl_message_recruit_btnList {
    max-width: 90%;
  }
  .bl_message_recruit_btnList li {
    max-width: 30%;
  }
}

.bl_recruit_wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 130px;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_recruit_wrap {
    padding-bottom: 65px;
  }
}

.bl_recruit01_ph {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.bl_recruit01_ph img {
  width: 100%;
}

.bl_recruit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1065px;
  margin-top: -80px;
  margin-left: 0;
  margin-bottom: 120px;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_recruit_box {
    width: 93%;
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_recruit01_ph {
    max-width: 100%;
  }
  .bl_recruit_box {
    width: 93%;
  }
}

.el_recruit_ttl {
  max-width: 100px;
  width: 100%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 40px;
  font-size: 4.0rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  position: relative;
  margin-top: -40px;
  padding-top: 90px;
  padding-right: 20px;
}

@media screen and (max-width: 810px) {
  .el_recruit_ttl {
    font-size: 28px;
    font-size: 2.8rem;
    padding-right: 30px;
  }
}

.el_recruit_ttl::before {
  content: "";
  width: 1px;
  height: 65px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(50%, #939393), to(#939393));
  background: linear-gradient(180deg, white 0%, white 50%, #939393 50%, #939393 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bl_recruit_box_txt {
  max-width: 870px;
  width: 100%;
  padding-top: 80px;
}

@media screen and (max-width: 810px) {
  .bl_recruit_box_txt {
    width: 80%;
    padding-top: 45px;
  }
}

.bl_recruit_box__revers {
  margin-left: auto;
  margin-right: 0;
}

.bl_recruit_box__revers .el_recruit_ttl {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.bl_recruit_box__revers .bl_recruit_box_txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 45px;
}

.bl_recruit_map {
  padding-top: 115px;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_recruit_map {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
  }
}

.el_recruit_map_ttl {
  color: #00539f;
  font-size: 54px;
  font-size: 5.4rem;
  position: relative;
  z-index: 2;
}

.el_recruit_map_ttl span {
  font-size: 46px;
  font-size: 4.6rem;
}

@media screen and (max-width: 810px) {
  .el_recruit_map_ttl {
    font-size: 27px;
    font-size: 2.7rem;
  }
  .el_recruit_map_ttl span {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.bl_recruit_map_img {
  margin-top: -3em;
}

/* #共同配送導入事例
----------------------- */
.bl_joint_wrap {
  padding-top: 75px;
  padding-bottom: 130px;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_joint_wrap {
    padding-bottom: 65px;
  }
}

.bl_joint01_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 810px) {
  .bl_joint01_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.bl_joint_ph_txt img {
  vertical-align: top;
}

@media screen and (max-width: 810px) {
  .bl_joint_ph_txt {
    width: 89%;
    margin-left: 0;
  }
}

.el_joint_ttl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  color: #009ab5;
  margin-left: -4em;
  padding-top: 200px;
}

@media screen and (max-width: 810px) {
  .el_joint_ttl {
    padding-top: 80px;
  }
}

.el_joint_ttl__sp {
  margin-left: inherit;
  font-size: 20px;
  font-size: 2.0rem;
}

@media screen and (max-width: 810px) {
  .el_joint_ttl__sp {
    padding-right: 0;
    width: 100%;
  }
}

.bl_joint_txt {
  color: #fff;
  background-color: #2babc1;
  max-width: 750px;
  width: 100%;
  padding: 45px 60px 45px 80px;
}

@media screen and (max-width: 810px) {
  .bl_joint_txt {
    padding: 50px 20px;
  }
}

.el_joint_txt_ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 810px) {
  .el_joint_txt_ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.el_joint_txt_ttl span {
  font-size: 16px;
  font-size: 1.6rem;
}

.bl_joint_partner {
  background: url(../img/joint/bg_joint_partner.png) no-repeat;
  background-size: contain;
  padding-top: 75px;
  padding-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_joint_partner {
    background: url(../img/joint/bg_joint_partner_sp.png) top center no-repeat;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 35px;
  }
}

.el_joint_ttl_blue {
  font-size: 30px;
  font-size: 3.0rem;
  color: #009ab5;
  margin-bottom: 10px;
}

@media screen and (max-width: 810px) {
  .el_joint_ttl_blue {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.bl_joint_interview {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 810px) {
  .bl_joint_interview {
    padding-top: 70px;
  }
}

.bl_joint_interview::before {
  content: "INTERVIEW";
  display: block;
  font-size: 100px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #ddf1f5;
  position: absolute;
  top: 0;
  right: -14px;
  opacity: .8;
  z-index: 2;
}

@media screen and (max-width: 810px) {
  .bl_joint_interview::before {
    font-size: 50px;
    top: 15px;
    line-height: 1.2;
  }
}

.bl_joint_bg_blue {
  background: #ddf1f5;
  padding-left: 80px;
  padding-right: 70px;
  padding-bottom: 80px;
}

@media screen and (max-width: 810px) {
  .bl_joint_bg_blue {
    width: 92%;
    margin: auto;
    padding-left: inherit;
    padding-right: inherit;
    padding-bottom: 0;
  }
}

.bl_joint_article_wrap {
  padding-right: 360px;
  background: url(../img/joint/ph_joint03.jpg) top right no-repeat;
}

@media screen and (max-width: 810px) {
  .bl_joint_article_wrap {
    padding-right: inherit;
    background: none;
  }
}

.bl_joint_article_wrap .ly_inner {
  min-width: inherit;
}

.bl_joint_article02 {
  padding-top: 60px;
  padding-left: 80px;
  padding-right: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

@media screen and (max-width: 810px) {
  .bl_joint_article02 {
    width: 100%;
    margin: auto;
    padding-left: inherit;
    padding-right: inherit;
    padding-top: 110px;
  }
}

.bl_joint_article03_ph {
  max-width: 1000px;
  width: 100%;
  margin-bottom: 60px;
}

@media screen and (max-width: 810px) {
  .bl_joint_article03_ph {
    width: 95%;
  }
}

.bl_joint_txt_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 80px;
}

@media screen and (max-width: 810px) {
  .bl_joint_txt_flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
}

.bl_joint_txt_flex_left {
  margin-right: 40px;
}

@media screen and (max-width: 810px) {
  .bl_joint_txt_flex_left {
    margin-right: 0;
  }
}

.bl_joint_btn_wrap {
  text-align: right;
}

.el_joint_btn {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 240px;
  max-width: 35%;
  width: 100%;
  color: #fff;
  margin-left: auto;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 44px;
  padding-left: 8%;
  padding-right: 70px;
  padding-right: 8%;
  border: 1px solid #fff;
  background: url(../img/joint/icon_joint_btn_arw.png) #2babc1 86% center no-repeat;
  -webkit-box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 810px) {
  .el_joint_btn {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: inherit;
    padding-right: inherit;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    border: 1px solid #fff;
    background: url(../img/joint/icon_joint_btn_arw.png) #2babc1 90% center no-repeat;
  }
}

.bl_joint_article04 {
  padding-bottom: 80px;
  padding-top: 195px;
  padding-left: 365px;
  padding-right: 80px;
  background: url(../img/joint/ph_joint05.jpg) top left no-repeat;
  background-size: cover;
}

@media screen and (max-width: 810px) {
  .bl_joint_article04 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 130px;
    padding-left: inherit;
    padding-right: inherit;
    background: url(../img/joint/ph_joint05_sp.jpg) top left no-repeat;
  }
  .bl_joint_article04 .el_joint_ttl_blue {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .bl_joint_article04 .el_partners_interview_subttl {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .bl_joint_article04 p {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_joint_article05 {
  padding-top: 120px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 120px;
  background: url(../img/joint/bg_joint06.png) top right no-repeat #ddf1f5;
}

@media screen and (max-width: 810px) {
  .bl_joint_article05 {
    background: url(../img/joint/bg_joint06_sp.png) top right no-repeat #ddf1f5;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    padding-left: inherit;
    padding-right: inherit;
    padding-bottom: 75px;
  }
  .bl_joint_article05 .el_joint_ttl_blue {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .bl_joint_article05 .el_partners_interview_subttl {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .bl_joint_article05 p {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_joint_article06 {
  margin-left: auto;
  margin-right: auto;
}

.bl_joint_article06_ph {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.bl_joint_article06_txt {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin-top: -40px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 65px 50px 0;
  background-color: #fff;
}

@media screen and (max-width: 810px) {
  .bl_joint_article06_txt {
    margin-bottom: 60px;
    padding: 40px 15px 0;
  }
}

@media screen and (max-width: 810px) {
  .bl_ph_joint03_sp {
    width: 85%;
    margin-right: -20px;
    margin-left: auto;
    margin-bottom: -90px;
    padding-top: 40px;
  }
}

/* #SDGs
----------------------- */
@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_sdgs_wrap .ly_inner {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_about_sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 130px;
}

@media screen and (max-width: 810px) {
  .bl_about_sdgs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 100px;
  }
}

.bl_about_sdgs_ph {
  max-width: 650px;
  width: 100%;
  margin-right: 30px;
}

@media screen and (max-width: 810px) {
  .bl_about_sdgs_ph {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.bl_about_sdgs_txt {
  max-width: 435px;
  width: 100%;
  padding-top: 65px;
}

@media screen and (max-width: 810px) {
  .bl_about_sdgs_txt {
    padding-top: 0;
  }
}

.bl_activity {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 125px;
  padding-bottom: 200px;
  background: url(../img/sdgs/bg_activity.png) top center;
}

@media screen and (max-width: 810px) {
  .bl_activity {
    padding-top: 60px;
    padding-bottom: 160px;
  }
}

.el_activity_ttl {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 38px;
  font-size: 3.8rem;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .el_activity_ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.bl_activity_box {
  -webkit-box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 80px 50px;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_activity_box {
    padding: 50px 20px;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_activity_box {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_activity_box_ph {
  text-align: center;
  margin-bottom: 40px;
}

.bl_activity_box_ph img {
  vertical-align: top;
}

.el_activity_subttl__blue {
  font-size: 22px;
  font-size: 2.2rem;
  color: #00539f;
}

@media screen and (max-width: 810px) {
  .el_activity_subttl__blue {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.el_activity_subttl__recruit {
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 810px) {
  .el_activity_subttl__recruit {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.el_activity_txt {
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .el_activity_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* #お知らせ
----------------------- */
.bl_news_ttl {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #808080;
}

.bl_news_date {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
  margin-bottom: 24px;
}

.bl_news_article {
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #808080;
}

.bl_news_btn_wrap {
  max-width: 240px;
  width: 100%;
  text-align: center;
}

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

/* #よくある質問
----------------------- */
/* #プライバシーポリシー
----------------------- */
.el_policy_ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #00539f;
  margin-bottom: 5px;
}

@media screen and (max-width: 810px) {
  .el_policy_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.el_policy_list {
  margin-left: 20px;
  margin-bottom: 1.5em;
}

.bl_policy_contact {
  padding: 16px;
  background-color: #f0f0f0;
}

.bl_policy_contact p {
  margin-bottom: 0;
}

.policy-sign {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

/* #サイトマップ
----------------------- */
.bl_sitemap_wrap {
  padding-top: 75px;
  padding-bottom: 130px;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_sitemap_wrap {
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_sitemap_nav_wrap {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.el_sitemap_nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 810px) {
  .el_sitemap_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.el_sitemap_nav_item {
  width: 48%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 40px;
}

@media screen and (max-width: 810px) {
  .el_sitemap_nav_item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.el_sitemap_nav_child {
  list-style: none;
  margin-left: 1em;
  margin-top: 10px;
}

.el_sitemap_nav_child_item {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
}

.el_sitemap_nav_child_item::before {
  content: "─";
  padding-right: 5px;
}

@media screen and (max-width: 810px) {
  .el_sitemap_nav_child_item {
    margin-bottom: 10px;
  }
}

/* #お客様とともに
----------------------- */
/*物流業務代行パートナー導入事例*/
.bl_customers_wrap {
  padding-top: 75px;
  padding-bottom: 130px;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_customers_wrap {
    padding-bottom: 65px;
  }
}

.bl_customers_companyInfo_wrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

@media screen and (max-width: 810px) {
  .bl_customers_companyInfo_wrap_inner.ly_inner {
    width: 100%;
    padding-left: 6.48%;
  }
}

.bl_customers_companyInfo_ttl {
  margin-right: -4.5em;
  padding-top: 200px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 810px) {
  .bl_customers_companyInfo_ttl {
    margin-right: 0;
    width: 9%;
  }
}

.el_customers_companyInfo_ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 810px) {
  .el_customers_companyInfo_ttl {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.bl_customers_companyInfo_phTxt {
  max-width: 900px;
}

@media screen and (max-width: 810px) {
  .bl_customers_companyInfo_phTxt {
    max-width: 100%;
    width: 85.33%;
  }
}

.bl_customers_companyInfo_phTxt img {
  vertical-align: top;
}

.bl_customers_companyInfo_txt {
  max-width: 750px;
  margin-left: auto;
  margin-right: 0;
  padding: 40px 64px 40px 80px;
  background-color: #f0f0f0;
}

@media screen and (max-width: 810px) {
  .bl_customers_companyInfo_txt {
    max-width: 100%;
    width: 100%;
    margin-top: 240px;
    padding: 40px 20px 20px 30px;
  }
}

.bl_customers_companyInfo_txt p {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.el_customers_companyInfo_subttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 810px) {
  .el_customers_companyInfo_subttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.el_customers_companyInfo_subttl span {
  font-size: 16px;
  font-size: 1.6rem;
}

.bl_box_underline {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #808080;
}

.bl_joint_ph_txt .bl_box_underline {
  border-bottom: 1px solid #fff;
}

.el_outlink {
  color: #9a2e2e;
}

.el_outlink i {
  font-size: 12px;
  padding-left: 10px;
}

.bl_about_partner {
  background: url(../img/customers/bg_about_partner.png) no-repeat;
  background-size: contain;
  padding-top: 75px;
  padding-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_about_partner {
    background: url(../img/customers/bg_about_partner_sp.png) top center no-repeat;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 35px;
  }
}

.el_customers_ttl {
  font-size: 38px;
  font-size: 3.8rem;
  margin-bottom: 30px;
  position: relative;
}

.el_customers_ttl::before {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: -80px;
  top: 50%;
}

@media screen and (max-width: 810px) {
  .el_customers_ttl::before {
    width: 45px;
    left: -15px;
  }
}

@media screen and (max-width: 810px) {
  .el_customers_ttl {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 20px;
    padding-left: 40px;
  }
}

.el_customers_ttl.el_customers_ttl__blue {
  color: #00539f;
}

.el_customers_ttl.el_customers_ttl__blue::before {
  background-color: #00539f;
}

.el_customers_ttl.el_joint_ttl__blue {
  color: #009ab5;
}

@media screen and (max-width: 810px) {
  .bl_activity .el_customers_ttl::before {
    left: -35px;
  }
}

.el_customers_subttl_blue {
  color: #00539f;
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 810px) {
  .el_customers_subttl_blue {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}

.bl_partners_interview {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 810px) {
  .bl_partners_interview {
    padding-top: 70px;
  }
}

.bl_partners_interview::before {
  content: "INTERVIEW";
  display: block;
  font-size: 100px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #f2f2f2;
  position: absolute;
  top: 0;
  right: -14px;
  opacity: .8;
  z-index: 2;
}

@media screen and (max-width: 810px) {
  .bl_partners_interview::before {
    font-size: 50px;
    top: 15px;
    line-height: 1.2;
  }
}

.bl_partners_interview_main {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.bl_partners_interview_main::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  -webkit-transform: skewY(-7deg) translateY(401px);
  transform: skewY(-7deg) translateY(401px);
  z-index: -1;
}

@media screen and (max-width: 810px) {
  .bl_partners_interview_main::before {
    -webkit-transform: skewY(-7deg) translateY(150px);
    transform: skewY(-7deg) translateY(150px);
  }
}

@media screen and (max-width: 810px) {
  .bl_partners_interview_main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.bl_partners_interview_main__joint::before {
  background-color: #ddf1f5;
}

.bl_partners_interview_main_ph {
  max-width: 680px;
  width: 100%;
  margin-right: 50px;
}

@media screen and (max-width: 810px) {
  .bl_partners_interview_main_ph {
    max-width: 100%;
    width: 82.66%;
    margin-right: 0;
    margin-bottom: 35px;
  }
}

.bl_partners_interview_main_txt {
  max-width: 550px;
  width: 100%;
}

@media screen and (max-width: 810px) {
  .bl_partners_interview_main_txt {
    max-width: 92%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.el_partners_interview_ttl {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 165px;
}

@media screen and (max-width: 810px) {
  .el_partners_interview_ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
}

.el_partners_interview_name {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 0;
}

@media screen and (max-width: 810px) {
  .el_partners_interview_name {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.el_partners_interview_name span {
  font-size: 20px;
  font-size: 2.0rem;
}

@media screen and (max-width: 810px) {
  .el_partners_interview_name span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.bl_partners_interview_article {
  padding-top: 90px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 810px) {
  .bl_partners_interview_article {
    padding-top: 115px;
    padding-bottom: 0;
  }
}

.el_partners_interview_subttl {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}

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

.el_partners_interview_subttl::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 810px) {
  .el_partners_interview_subttl::before {
    top: 0.8em;
    -webkit-transform: inherit;
    transform: inherit;
  }
}

.bl_partners_interview_article__joint {
  background-color: #ddf1f5;
}

.bl_partners_interview_daifuku {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}

.bl_partners_interview_daifuku_inner {
  margin-top: 150px;
  padding-left: 45px;
  padding-bottom: 80px;
  background-color: #fff;
}

@media screen and (max-width: 810px) {
  .bl_partners_interview_daifuku_inner {
    padding-left: 20px;
  }
}

.bl_partners_interview_daifuku_ph {
  max-width: 1000px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 70px;
}

@media screen and (max-width: 810px) {
  .bl_partners_interview_daifuku_ph {
    max-width: 90%;
    margin-bottom: 40px;
  }
}

.bl_partners_interview_daifuku_ph img {
  margin-top: -80px;
}

.bl_partners_interview_daifuku_txt {
  padding-right: 80px;
}

@media screen and (max-width: 810px) {
  .bl_partners_interview_daifuku_txt {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
}

.bl_partners_jobhairyo {
  margin-top: 125px;
  padding-top: 460px;
  padding-bottom: 130px;
  background: url(../img/customers/ph_customers04.png) top center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 810px) {
  .bl_partners_jobhairyo {
    padding-top: 570px;
    background: url(../img/customers/ph_customers04_sp.png) top center no-repeat;
    background-size: contain;
  }
}

.bl_partners_jobhairyo_txt {
  max-width: 810px;
  margin-bottom: 120px;
  padding-top: 75px;
  padding-left: 85px;
  padding-right: 45px;
  padding-bottom: 80px;
  background-color: #fff;
}

@media screen and (max-width: 810px) {
  .bl_partners_jobhairyo_txt {
    width: 94.66%;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 810px) {
  .bl_partners_jobhairyo_txt02 {
    padding-top: 125px;
    background: url(../img/customers/ph_customers04_02_sp.png) top center no-repeat;
    background-size: contain;
  }
}

.bl_2024_problem_txt {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin-top: -40px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 65px 50px 0;
  background-color: #fff;
}

@media screen and (max-width: 810px) {
  .bl_2024_problem_txt {
    margin-bottom: 60px;
    padding: 40px 15px 0;
  }
}

.bl_driver_comment {
  max-width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 240px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 810px) {
  .bl_driver_comment {
    padding-top: 125px;
    padding-bottom: 150px;
  }
}

.bl_driver_comment.bl_driver_comment__joint {
  background-color: #ddf1f5;
}

.bl_driver_comment_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 8px;
  padding: 64px 40px;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_driver_comment_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 15px;
  }
}

.bl_driver_comment_wrap p {
  color: #00539f;
}

.bl_driver_comment_wrap::before {
  font-size: 60px;
  font-size: 6.0rem;
  font-family: "Oswald", sans-serif;
  color: rgba(0, 83, 159, 0.1);
  content: "COLUMN";
  position: absolute;
  top: 45px;
  right: 40px;
}

@media screen and (max-width: 810px) {
  .bl_driver_comment_wrap::before {
    font-size: 35px;
    font-size: 3.5rem;
    top: 400px;
    right: 10px;
  }
}

.bl_driver_comment_wrap.bl_driver_comment_wrap__joint::before {
  color: rgba(0, 154, 181, 0.1);
}

.bl_driver_comment_ph {
  max-width: 320px;
  width: 100%;
  margin-right: 30px;
}

@media screen and (max-width: 810px) {
  .bl_driver_comment_ph {
    max-width: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_driver_comment_ph img {
  border-radius: 8px;
  vertical-align: top;
}

.bl_driver_comment_txt {
  max-width: 560px;
  width: 100%;
  color: #00539f;
}

@media screen and (max-width: 810px) {
  .bl_driver_comment_txt {
    padding-top: 80px;
  }
}

.bl_driver_comment_txt__joint {
  color: #009ab5;
}

.bl_driver_comment_txt__joint p {
  color: #009ab5;
}

.el_driver_name {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 35px;
}

@media screen and (max-width: 810px) {
  .el_driver_name {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 25px;
  }
}

.el_driver_name .el_driver_tanto {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 810px) {
  .el_driver_name .el_driver_tanto {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.el_driver_name .el_driver_history {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 810px) {
  .el_driver_name .el_driver_history {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.el_driver_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

/* #お問い合わせ
----------------------- */
.bl_basic_table {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 75px;
  border-collapse: collapse;
}

.bl_basic_table th {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
  width: 32%;
  border-bottom: 1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 810px) {
  .bl_basic_table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.bl_basic_table td {
  font-size: 14px;
  font-size: 1.4rem;
  width: 68%;
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 810px) {
  .bl_basic_table td {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.bl_basic_table input, .bl_basic_table select, .bl_basic_table textarea {
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bl_basic_table input[type="text"],
.bl_basic_table input[type="mail"],
.bl_basic_table input[type="tel"],
.bl_basic_table textarea {
  width: 100%;
}

.el_must {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  color: #fff;
  margin-left: 5px;
  padding: 3px;
  line-height: 1;
  background-color: #9a2e2e;
}

.company-table-wrap {
  background-color: #fff;
  padding: 50px;
}

@media screen and (max-width: 810px) {
  .company-table-wrap {
    padding: 30px;
  }
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

.company-table th {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
  width: 13.77%;
  border-bottom: 1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 810px) {
  .company-table th {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    width: 100%;
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

.company-table td {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 86.22%;
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 810px) {
  .company-table td {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.bl_contact_form {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 75px;
  border-collapse: collapse;
}

.bl_contact_form th {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
  width: 32%;
  border-bottom: 1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 810px) {
  .bl_contact_form th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.bl_contact_form td {
  width: 68%;
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 810px) {
  .bl_contact_form td {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.bl_contact_form .el_must {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  color: #fff;
  margin-left: 5px;
  padding: 3px;
  line-height: 1;
  background-color: #9a2e2e;
}

.bl_contact_form input, .bl_contact_form select, .bl_contact_form textarea {
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bl_contact_form input[type="text"],
.bl_contact_form input[type="email"],
.bl_contact_form input[type="tel"],
.bl_contact_form textarea {
  width: 100%;
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_contact_form input[type="text"],
  .bl_contact_form input[type="email"],
  .bl_contact_form input[type="tel"],
  .bl_contact_form textarea {
    width: 80%;
  }
}

.bl_company .bl_basic_table th {
  font-weight: bold;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

.bl_outline_wrap .bl_contact_form th {
  font-weight: bold;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

.bl_company_access .bl_contact_form {
  margin-top: 40px;
}

.bl_company_access .bl_contact_form th {
  font-weight: bold;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

.bl_bosyu_wrap .bl_contact_form {
  margin-top: 40px;
}

.bl_bosyu_wrap .bl_contact_form th {
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  background-color: #002f6c;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

.bl_bosyu_wrap .bl_contact_form td {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 810px) {
  .bl_underpage_bg_title__company .bl_contact_form {
    margin-top: 0;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_contact_form {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_form_btn__list {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
}

.bl_form_btn__list input:nth-child(2) {
  margin-left: 20px;
}

.bl_privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
}

.bl_privacy p {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 20px;
}

/* ===============================================
#フッター
=============================================== */
.ly_footer {
  padding-top: 64px;
  position: relative;
  z-index: 999;
  background-color: #e5e5e5;
}

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

.ly_footer .ly_inner {
  position: relative;
}

.bl_footer_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  -webkit-box-shadow: 3px 2px 9px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 2px 9px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 810px) {
  .bl_footer_contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 89.33%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_footer_contact {
    max-width: 92%;
  }
}

.bl_footer_contact_tel {
  max-width: 500px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .bl_footer_contact_tel {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #808080;
  }
}

.el_footer_contact_ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}

@media screen and (max-width: 810px) {
  .el_footer_contact_ttl {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.el_footer_contact_tel_txt {
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Oswald", sans-serif;
  color: #002f6c;
  margin-bottom: 0;
}

@media screen and (max-width: 810px) {
  .el_footer_contact_tel_txt {
    font-size: 30px;
    font-size: 3.0rem;
  }
}

.el_footer_contact_tel_txt a {
  color: #002f6c;
}

.el_footer_contact_tel_txt span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 810px) {
  .el_footer_contact_tel_txt span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.el_footer_contact_tel_txt i {
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transform: translateY(-3px) rotate(20deg);
  transform: translateY(-3px) rotate(20deg);
}

@media screen and (max-width: 810px) {
  .el_footer_contact_tel_txt i {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.bl_footer_cotact_form {
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.el_footer_contact_btn {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

@media screen and (max-width: 810px) {
  .el_footer_contact_btn {
    width: 85.82%;
  }
}

.el_footer_contact_btn i {
  margin-right: 5px;
}

.bl_footer_contBox {
  padding-top: 115px;
}

.bl_footer_logo {
  margin-bottom: 40px;
}

@media screen and (max-width: 810px) {
  .bl_footer_logo {
    width: 59.7%;
  }
}

.bl_footer_info_wrap {
  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: 810px) {
  .bl_footer_info_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.bl_footer_address {
  max-width: 340px;
  width: 100%;
  padding-right: 60px;
}

@media screen and (max-width: 810px) {
  .bl_footer_address {
    margin-bottom: 40px;
    padding-right: 0;
  }
}

.bl_footer_nav_wrap {
  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: 810px) {
  .bl_footer_nav_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.bl_footer_nav_box {
  padding-right: 65px;
}

.bl_footer_nav_box:last-child {
  padding-right: 0;
}

@media screen and (max-width: 810px) {
  .bl_footer_nav_box {
    width: 100%;
    padding-right: 0;
  }
}

.el_footer_nav {
  list-style: none;
}

.el_footer_nav_item {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 40px;
}

@media screen and (max-width: 810px) {
  .el_footer_nav_item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.el_footer_nav_child {
  list-style: none;
  margin-left: 1em;
  margin-top: 10px;
}

.el_footer_nav_child_item {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
}

.el_footer_nav_child_item::before {
  content: "─";
  padding-right: 5px;
}

@media screen and (max-width: 810px) {
  .el_footer_nav_child_item {
    margin-bottom: 10px;
  }
}

.bl_copy {
  color: #fff;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #999;
}

.bl_copy small {
  font-size: 12px;
  font-size: 1.2rem;
}

/* ===============================================
#お知らせ
=============================================== */
.news-detail-box {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 810px) {
  .news-detail-box {
    width: 100%;
  }
}

.news__title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.news__date {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}

.news-btn-wrap {
  width: 24%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

@media screen and (max-width: 810px) {
  .news-btn-wrap {
    width: 100%;
  }
}

.el_ptop {
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.el_ptop a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #00539f;
  display: block;
  padding-top: 55px;
  padding-left: 10px;
  padding-right: 10px;
  background: url(../img/ptop.png) top center no-repeat;
  background-size: contain;
}

/* ===============================================
#会社情報
=============================================== */
/*概要*/
.bl_underpage_bg_title {
  margin-top: 80px;
  padding-top: 450px;
}

@media screen and (max-width: 810px) {
  .bl_underpage_bg_title {
    margin-top: 65px;
    padding-top: 168px;
  }
}

@media screen and (min-width: 1800px) {
  .bl_underpage_bg_title .bl_underpage_bg_title {
    padding-top: 500px;
  }
}

.bl_underpage_bg_title.bl_underpage_bg_title__company {
  background: url(../img/company/bg_company_page_header.jpg) top center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 810px) {
  .bl_underpage_bg_title.bl_underpage_bg_title__company {
    background: url(../img/company/bg_company_page_header_sp.jpg) top center no-repeat;
    background-size: 100% auto;
  }
}

.bl_underpage_bg_title.bl_underpage_bg_title__company .bl_contact_form {
  max-width: 870px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 810px) {
  .bl_underpage_bg_title.bl_underpage_bg_title__company .bl_contact_form .mwform-tel-field input {
    width: 30%;
  }
}

.bl_underpage_bg_title .ly_inner {
  padding-top: 100px;
  background-color: #fff;
}

@media screen and (max-width: 810px) {
  .bl_underpage_bg_title .ly_inner {
    padding-top: 50px;
  }
}

/*アクセス*/
.bl_company_access {
  padding-bottom: 240px;
}

@media screen and (max-width: 810px) {
  .bl_company_access {
    padding-bottom: 150px;
  }
}

.bl_access_box {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media screen and (max-width: 810px) {
  .bl_access_box {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_access_box:nth-of-type(6) {
    padding-bottom: 0;
  }
}

.el_underpage_subttl_blue {
  font-size: 22px;
  font-size: 2.2rem;
  color: #00539f;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el_underpage_subttl_blue::before {
  content: "";
  width: 20px;
  margin-right: 0.5em;
  border-top: 2px solid #002f6c;
}

.bl_gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 810px) {
  .bl_gmap {
    margin-top: 30px;
  }
}

.bl_gmap iframe,
.bl_gmap object,
.bl_gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*代表メッセージ*/
.bl_greeting_wrap {
  padding-top: 80px;
  padding-left: 200px;
  padding-bottom: 250px;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_greeting_wrap {
    padding-top: 65px;
    padding-left: 0;
    padding-bottom: 160px;
  }
}

.bl_greeting_wrap::before {
  font-size: 160px;
  font-family: "Oswald", sans-serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  content: "MESSAGE";
  color: rgba(240, 240, 240, 0.5);
  position: absolute;
  top: 130px;
  left: 0;
}

@media screen and (max-width: 810px) {
  .bl_greeting_wrap::before {
    top: 395px;
    left: -16%;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_greeting_wrap {
    padding-left: 30%;
  }
}

@media screen and (max-width: 810px) {
  .bl_greeting_ph_wrap.ly_inner {
    width: 100%;
    padding-left: 6.48%;
  }
}

.bl_greeting_ph {
  max-width: 900px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 50px;
  padding-left: 50px;
}

@media screen and (max-width: 810px) {
  .bl_greeting_ph {
    max-width: 95.94%;
    padding-bottom: 20px;
    padding-left: 0;
  }
}

.bl_greeting_ph img {
  vertical-align: top;
}

.el_ph_greeting {
  position: relative;
  z-index: 2;
}

.el_bg_ph_greeting {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 1;
}

.bl_greeting_txt_wrap {
  max-width: 900px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  padding-top: 60px;
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_greeting_txt_wrap {
    padding-right: 20px;
  }
}

.el_greeting_txt_ttl {
  font-size: 40px;
  font-size: 4.0rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 25px;
}

@media screen and (max-width: 810px) {
  .el_greeting_txt_ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.bl_greeting_sign {
  text-align: right;
}

.el_greeting_sign {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 0;
}

.el_greeting_sign01 {
  font-size: 20px;
  font-size: 2.0rem;
}

@media screen and (max-width: 810px) {
  .el_greeting_sign01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.el_greeting_sign02 {
  font-size: 18px;
  font-size: 1.8rem;
  padding-right: 5px;
}

@media screen and (max-width: 810px) {
  .el_greeting_sign02 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.el_greeting_sign03 {
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 810px) {
  .el_greeting_sign03 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

/*安全への取り組み*/
.bl_safety_wrap {
  padding-top: 80px;
  padding-bottom: 130px;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_safety_wrap {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_safety_wrap .ly_inner {
    max-width: 92%;
  }
}

.bl_safety_bgGrad {
  margin-top: 75px;
  background: #b9dbfa;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(11%, white), color-stop(11%, #b9dbfa), to(white));
  background: linear-gradient(180deg, white 0%, white 11%, #b9dbfa 11%, white 100%);
}

.bl_safety_suishin_edu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 70px;
}

@media screen and (max-width: 810px) {
  .bl_safety_suishin_edu {
    margin-top: 60px;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_safety_suishin_edu {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_safety_suishin_edu_txtBox {
  max-width: 510px;
  width: 100%;
  margin-bottom: 40px;
}

.bl_safety_suishin_edu_txtBox:first-child {
  margin-right: 100px;
}

@media screen and (max-width: 810px) {
  .bl_safety_suishin_edu_txtBox:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.bl_safety_suishin_edu_txtBox:last-child {
  margin-top: 75px;
}

@media screen and (max-width: 810px) {
  .bl_safety_suishin_edu_txtBox:last-child {
    margin-top: 0;
  }
}

.bl_safety_suishin_edu_txtBox:last-child .el_safety_suishin_edu_ttl {
  text-align: right;
}

.el_safety_suishin_edu_ttl {
  font-size: 38px;
  font-size: 3.8rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 810px) {
  .el_safety_suishin_edu_ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.bl_safety_taisakuBox {
  padding-bottom: 125px;
  background: url(../img/safety/bg_taisaku_box.jpg) bottom center no-repeat #fff;
  background-size: cover;
}

@media screen and (max-width: 810px) {
  .bl_safety_taisakuBox {
    padding-bottom: 65px;
    background: url(../img/safety/bg_taisaku_box_sp.jpg) bottom center no-repeat #fff;
    background-size: cover;
  }
}

.bl_safety_taisakuBox_inner {
  padding: 60px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 810px) {
  .bl_safety_taisakuBox_inner {
    padding: 20px 12px;
  }
}

.bl_safety_taisakuBox_inner p {
  margin-bottom: 0;
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_safety_taisakuBox_inner .bl_safety_taisakuBox_inner {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_safety_taisakuBox_ph {
  margin-bottom: 40px;
}

@media screen and (max-width: 810px) {
  .bl_safety_taisakuBox_ph {
    margin-bottom: 30px;
  }
}

.bl_safety_taisakuBox_ph img {
  border-radius: 8px;
  vertical-align: top;
}

.el_safety_taisakuBox_ttl {
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 810px) {
  .el_safety_taisakuBox_ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

/*沿革*/
.bl_outline_wrap {
  padding-bottom: 130px;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_outline_wrap {
    padding-bottom: 65px;
  }
}

/*募集要項*/
.bl_bosyu_wrap {
  padding-bottom: 130px;
  position: relative;
}

@media screen and (max-width: 810px) {
  .bl_bosyu_wrap {
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 811px) and (max-width: 1024px) {
  .bl_bosyu_wrap {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.greeting-title-box {
  margin-bottom: 60px;
}

@media screen and (max-width: 810px) {
  .greeting-title-box {
    text-align: center;
  }
}

.greeting__title {
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1px solid #434343;
  line-height: 1;
}

@media screen and (max-width: 810px) {
  .greeting__title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.greeting__title-l {
  font-weight: 500;
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 15px;
}

@media screen and (max-width: 810px) {
  .greeting__title-l {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }
}

/* #ページトップ
----------------------- */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  z-index: 99;
}

#page-top a {
  background: #002f6c;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 20px;
  text-align: center;
  display: block;
  border-radius: 5px;
}

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

@media screen and (min-width: 811px) {
  .is-sp {
    display: none;
  }
}
