@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
body {
  color: #333;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial, Hiragino Kaku Gothic Pro,Meiryo, sans-serif;
  background: #FFF;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

/* リンクの設定 */
a {
  color: #006DD9;
  text-decoration: none;
  border: none;
}

a:visited {
  color: #7F5AD7;
  text-decoration: none;
}

a:active {
  color: #006DD9;
  text-decoration: none;
}

a:hover {
  color: #006DD9;
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

#adminBox, .acms-admin-box {
  margin-bottom: 0;
}

/* コンテナー */
.acms-container {
  max-width: 1140px;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: calc(10px + constant(safe-area-inset-right));
  padding-left: calc(10px + constant(safe-area-inset-left));
}

.acms-container .acms-container {
  padding: 0;
}

.narrow-container {
  max-width: 960px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: calc(10px + constant(safe-area-inset-right));
  padding-left: calc(10px + constant(safe-area-inset-left));
}

.narrow-container2 {
  max-width: 740px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: calc(10px + constant(safe-area-inset-right));
  padding-left: calc(10px + constant(safe-area-inset-left));
}

/* ------------------------------
　　アニメーション
------------------------------ */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/* ------------------------------
　　バナー
------------------------------ */
.banner {
  margin: 0;
  padding: 0;
  list-style: none;
}

.banner a {
  display: block;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.banner a:hover {
  opacity: 0.75;
}

.banner-list-item {
  margin: 0 0 20px 0;
}

/* ------------------------------
　　ボタン
------------------------------ */
.btn {
  background: #999;
  border: 0;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
}

.btn:hover, .btn:visited {
  color: #FFF;
  text-decoration: none;
}

.btn:focus, .btn:active {
  color: #FFF;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.btn:hover {
  color: #FFF;
  background-color: #999;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C1C1C1), to(#999));
  background-image: -webkit-linear-gradient(top, #C1C1C1, #999);
  background-image: linear-gradient(to bottom, #C1C1C1, #999);
}

.btn:active, .btn:focus {
  background: #878787;
}

/* ボタン　色付き */
.btn-attention {
  background: #FF9A00;
  border: 0;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
}

.btn-attention:hover, .btn-attention:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-attention:focus, .btn-attention:active {
  color: #FFF;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.btn-attention:hover {
  color: #FFF;
  background-color: #FF9A00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FDD87D), to(#FF9A00));
  background-image: -webkit-linear-gradient(top, #FDD87D, #FF9A00);
  background-image: linear-gradient(to bottom, #FDD87D, #FF9A00);
}

.btn-attention:active, .btn-attention:focus {
  background: #EDA800;
}

/* ボタンサイズ大 */
.btn-large {
  background: #999;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.btn-large:hover, .btn-large:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-large:focus, .btn-large:active {
  color: #FFF;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.btn-large:hover {
  background: #777;
}

.btn-large:active, .btn-large:focus {
  background: #878787;
}

/* ボタンサイズ大 色付き */
.btn-attention-large {
  background: #FF9A00;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.btn-attention-large:hover, .btn-attention-large:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-attention-large:focus, .btn-attention-large:active {
  color: #FFF;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.btn-attention-large:hover {
  background: #FF7E00;
}

.btn-attention-large:active, .btn-attention-large:focus {
  background: #EDA800;
}

/* デスクトップ：最大360pxボタン */
.btn-block-large {
  width: 100%;
  background: #999;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.btn-block-large:hover, .btn-block-large:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-block-large:focus, .btn-block-large:active {
  color: #FFF;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.btn-block-large:hover {
  background: #777;
}

.btn-block-large:active, .btn-block-large:focus {
  background: #878787;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
  width: 100%;
  background: #FF9A00;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.btn-attention-block-large:hover, .btn-attention-block-large:visited {
  color: #FFF;
  text-decoration: none;
}

.btn-attention-block-large:focus, .btn-attention-block-large:active {
  color: #FFF;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.btn-attention-block-large:hover {
  background: #FF7E00;
}

.btn-attention-block-large:active, .btn-attention-block-large:focus {
  background: #EDA800;
}

@media (min-width: 768px) {
  .btn-block-large {
    max-width: 360px;
  }
  .btn-attention-block-large {
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  .btn-search-block {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 20px;
  }
}

/* ボーダーボタン */
.home-btn {
  margin: 20px auto 10px;
}

.btn-border {
  display: inline-block;
  padding: 7px 10px;
  color: #333;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 16px;
}

.btn-border [class*='acms-icon-'] {
  color: #CCC;
  font-size: 14px;
}

.btn-border:hover {
  text-decoration: none;
}

/* ------------------------------
　　カード
------------------------------ */
.card {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #E5E5E5;
}

.card-item {
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.card-link {
  display: block;
  margin: 0 -10px;
  padding: 10px;
  color: #333;
}

.card-link:hover {
  text-decoration: none;
  background: #EEE;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.card-link:hover, .card-link:visited, .card-link:active, .card-link:focus {
  color: #333;
}

.card-img {
  margin: 0 0 10px 0;
}

.card-title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.card-detail {
  font-size: 13px;
}

/* ------------------------------
　　ヘッドライン
------------------------------ */
.headline-item {
  line-height: 1.5;
}

.headline-link {
  color: #333;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}

.headline-link:hover, .headline-link:visited, .headline-link:active, .headline-link:focus {
  color: #333;
}

.headline-link:hover {
  padding: 10px;
  background: #F1F1F1;
}

.headline-title {
  margin: 0 10px;
}

@media screen and (max-width: 479px) {
  /* 画面幅が小さいとき */
  /* ヘッドライン */
  .headline-title {
    display: block;
    margin: 0;
  }
}

/* ------------------------------
　　リスト
------------------------------ */
@media screen and (min-width: 768px) {
  /* リスト */
  a.list-link.acms-list-group-item {
    padding: 10px 20px 10px 10px;
    -webkit-transition: padding 0.15s ease-out;
    transition: padding 0.15s ease-out;
  }
  a.list-link.acms-list-group-item:hover {
    padding: 10px 10px 10px 20px;
    -webkit-transition: padding 0.25s ease-out;
    transition: padding 0.25s ease-out;
  }
  /* ラベルがあったとき */
  a.list-link.acms-list-group-label-parent {
    padding: 10px 30px 10px 10px;
    -webkit-transition: padding 0.15s ease-out;
    transition: padding 0.15s ease-out;
  }
  a.list-link.acms-list-group-label-parent:hover {
    padding: 10px 30px 10px 20px;
  }
}

/* 検索結果 */
.list-results-wrap {
  margin: 15px 0 15px 0;
  padding: 10px;
  border: 1px solid #CCC;
}

.list-results-heading {
  margin: 0 0 10px 0;
  padding: 5px;
  background: #E5E5E5;
}

.list-results {
  position: relative;
  margin: 0;
}

.list-results-item {
  position: absolute;
  width: 100px;
}

.list-results-detail {
  margin: 0;
  padding: 0 0 0 100px;
  font-weight: bold;
}

/* ------------------------------
　　各モジュール
------------------------------ */
.module-section {
  margin: 0 0 30px 0;
}

/* タイトル */
.module-header {
  position: relative;
  margin: 0;
  padding: 5px 0;
  color: #333;
  border-bottom: 2px solid #333;
}

.module-header + .thumbnail,
.module-header + .summary-default,
.module-header + .entry-column,
.module-header + .card,
.module-header + .search-form,
.module-header + .banner {
  margin-top: 10px;
}

.module-heading {
  margin: 0;
  font-size: 18px;
}

.module-heading [class*="acms-icon-"] {
  margin: 0 10px 0 0;
  vertical-align: baseline;
}

a.module-index-link {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #333;
  font-size: 16px;
}

a.module-index-link [class*='acms-icon-'] {
  color: #CCC;
  font-size: 14px;
}

/* カスタムフィールドグループ */
.group-list {
  padding: 0 10px;
  list-style: none;
}

/* 行揃えの設定 */
/* 見出し */
.heading-align-left .group-heading {
  text-align: left;
}

.heading-align-center .group-heading {
  text-align: center;
}

.heading-align-right .group-heading {
  text-align: right;
}

/* 概要文 */
.detail-align-left .group-detail {
  text-align: left;
}

.detail-align-center .group-detail {
  text-align: center;
}

.detail-align-right .group-detail {
  text-align: right;
}

/* ボタン */
.btn-align-left .group-btn-wrap {
  text-align: left;
}

.btn-align-center .group-btn-wrap {
  text-align: center;
}

.btn-align-right .group-btn-wrap {
  text-align: right;
}

/* ------------------------------
　　ページタイトル(大)
------------------------------ */
.page-title-wrapper {
  position: relative;
  margin-top: 85px;
  overflow: hidden;
}

.page-title-wrapper .title_image {
  height: 500px;
  width: 80%;
  position: relative;
  float: right;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.page-title-wrapper .title_image div {
  width: 100%;
  height: 100%;
}

.page-title-wrapper .title_image::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../../images/titleradius.svg);
  background-size: 100%;
  background-position: left bottom;
}

.page-title-wrapper .title_textcontent {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 400px;
  top: 20%;
  padding: 40px 20px 40px 40px;
}

.page-title-wrapper .page-title {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
}

.page-title-wrapper .page-title span {
  font-size: .8em;
}

.page-title-wrapper p {
  margin: 0;
}

@media (max-width: 767px) {
  .page-title-wrapper .title_image {
    height: 200px;
    width: 100%;
    float: none;
    border-radius: 0;
  }
  .page-title-wrapper .title_image::after {
    display: none;
  }
  .page-title-wrapper .title_textcontent {
    width: 100%;
    position: relative;
    top: auto;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0);
    max-width: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-title-wrapper .page-title {
    font-size: 20px;
    text-align: center;
  }
  .page-title-wrapper p {
    font-size: 12px;
  }
}

/* ------------------------------
　　ページタイトル(小)
------------------------------ */
.page-title-wrapper_small {
  position: relative;
  margin-top: 85px;
  overflow: hidden;
}

.page-title-wrapper_small .pagetitle_small {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  padding: 20px 10px;
}

.page-title-wrapper_small .pagetitle_small_image {
  background-image: url(../../images/title_small_backgroundimage.jpg);
  background-size: cover;
  background-position: center;
  height: 200px;
  margin-bottom: 80px;
}

.page-title-wrapper_small .pagetitle_small_image.smalltitle_baseinfo {
  background-image: url(../../images/title_small_backgroundimage_company.jpg);
  background-position: bottom center;
}

.page-title-wrapper_small .pagetitle_small_image.smalltitle_csr {
  background-image: url(../../images/title_small_backgroundimage_csr.jpg);
  margin-bottom: 0;
}

/* ------------------------------
　　ページャー
------------------------------ */
.pager {
  margin: 0 -5px 50px -5px;
  padding: 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline-block;
  margin: 0 5px;
}

.pager li.cur {
  /* 現在いる位置 */
  padding: 5px 20px;
  color: #FFF;
  background: #0254A6;
  border-radius: 3px;
}

.pager-link {
  display: block;
  padding: 5px 20px;
  color: #333;
  background: #E5E5E5;
  border-radius: 3px;
}

.pager-link:visited, .pager-link:focus, .pager-link:active {
  color: #333;
}

.pager-link:hover {
  color: #FFF;
  text-decoration: none;
  background: #333;
}

.pager-link-forward {
  float: right;
}

.pager-link-prev {
  float: left;
}

@media screen and (min-width: 768px) {
  .pager-link {
    padding: 5px 15px;
  }
  .pager li.cur {
    /* 現在いる位置 */
    padding: 5px 15px;
  }
}

/* 前後リンク */
.serial-nav {
  margin: -25px 0 60px 0;
  padding: 0;
  list-style: none;
}

.serial-nav .serial-nav-item {
  display: block;
  float: none;
}

.serial-nav .serial-nav-item-prev {
  text-align: left;
}

.serial-nav .serial-nav-item-next {
  text-align: right;
}

.serial-nav a {
  display: block;
  padding: 25px 0;
  color: #333;
  border-bottom: 1px solid #E5E5E5;
}

.serial-nav a:hover, .serial-nav a:visited, .serial-nav a:focus, .serial-nav a:active {
  color: inherit;
  text-decoration: none;
}

.serial-nav a:hover {
  background: #E5E5E5;
}

@media screen and (min-width: 768px) {
  .serial-nav {
    margin: 0 0 60px 0;
    border: 0;
  }
  .serial-nav .serial-nav-item-prev {
    float: left;
  }
  .serial-nav .serial-nav-item-next {
    float: right;
  }
  .serial-nav a {
    display: inline;
    border: 0;
  }
  .serial-nav a:hover {
    text-decoration: underline;
    background: 0;
  }
}

/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form .btn-search {
  padding: 10px 20px;
  color: #FFF;
  background: #333;
  border: 1px solid #333;
  border-radius: 0 4px 4px 0;
  -webkit-filter: none;
  filter: none;
  /* IEでのグラデーションを上書き */
  font-size: 16px;
}

.search-form .btn-search:hover, .search-form .btn-search:active, .search-form .btn-search:focus {
  background: #666;
}

.search-form input[type="search"] {
  height: 40px;
  padding: 9px 10px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="search"].search-form-input {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider {
  padding: 0 0 12px 0;
}

.slick-slider img {
  margin: 0 auto;
}

.fix-height {
  height: 300px;
  /* はじめのちらつき防止 */
  overflow: hidden;
  /* はじめのちらつき防止 */
}

.slick-slide:hover {
  cursor: pointer;
}

.slick-list:focus:focus {
  position: relative;
}

.slick-list:focus:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 2px dotted #00c2ff;
  content: "";
}

.js-slider .slick-list:focus {
  position: relative;
}

.js-slider .slick-list:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 2px dotted #00c2ff;
  content: "";
}

.main-slider-image {
  height: 300px;
  background: no-repeat center #333;
  background-size: cover;
}

.main-slider-image a:hover {
  text-decoration: none;
}

.main-slider-text-outer {
  height: 100%;
}

.main-slider-text-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.main-slider-text-inner {
  display: table-cell;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}

.main-slider-main-copy {
  margin: 0;
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
}

.main-slider-side-copy {
  margin: 0;
  color: #FFF;
  font-size: 16px;
}

/* ちらつき防止 */
.slick-track,
.slick-list {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
}

/* 矢印ナビゲーション */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 19px;
  height: 60px;
  margin-top: -29px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.slick-prev:focus,
.slick-next:focus {
  border: 1px dotted #FFF;
}

.slick-prev {
  left: 10px;
  background: url("../../images/marker/icon_white_arrow_left.png") no-repeat;
}

.slick-next {
  right: 10px;
  background: url("../../images/marker/icon_white_arrow_right.png") no-repeat;
}

/* ドットのナビゲーション */
.slick-dots {
  position: relative;
  clear: both;
  margin: -35px 0 0 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  font-size: 0;
  background: #FFF;
  border: 1px solid transparent;
  border-radius: 7px;
  content: "";
}

.slick-dots li button:focus {
  border: 1px solid #0254A6;
  outline: 0;
}

.slick-dots li:hover button {
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #0254A6;
}

.slick-dots button {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

#autoplay-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 50px;
  height: 50px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 50%;
  outline: 0;
  right: calc(10px + constant(safe-area-inset-right));
}

#autoplay-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}

#autoplay-btn:active:before, #autoplay-btn:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px dotted #FFF;
  content: "";
}

#autoplay-btn:after {
  position: absolute;
  top: 15px;
  left: 17px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  height: 20px;
  margin-left: 0;
  border-top: none;
  border-right: 5px solid #FFF;
  border-bottom: none;
  border-left: 5px solid #FFF;
  content: "";
}

#autoplay-btn.active:after {
  left: 15px;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
  border-width: 10px 0 10px 15px;
}

@media screen and (min-width: 768px) {
  .slick-prev {
    left: 50px;
  }
  .slick-next {
    right: 50px;
  }
  .fix-height {
    height: 400px;
    /* はじめのちらつき防止 */
  }
  .main-slider-image {
    height: 400px;
  }
  .main-slider-main-copy {
    font-size: 40px;
  }
  .main-slider-side-copy {
    font-size: 24px;
  }
}

/* ------------------------------
　　サマリー
------------------------------ */
.summary-default {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}

.summary-default:before, .summary-default:after {
  display: table;
  content: " ";
}

.summary-default:after {
  clear: both;
}

.summary-default.slick-initialized {
  margin-right: -20px;
  margin-left: -20px;
  overflow: hidden;
  border: 0;
}

.summary-default .slick-list {
  padding: 0 0 0 20px;
  overflow: inherit;
}

.summary-default .slick-dots {
  margin: 0;
}

.summary-default .slick-dots button {
  background: #E5E5E5;
}

.summary-default .slick-dots .slick-active button {
  background: #0254A6;
}

.summary-default-item {
  display: block;
  padding: 0 10px;
  color: #333;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}

.acms-entry .summary-default-item {
  padding: 10px;
}

.slick-initialized .summary-default-item {
  width: 280px;
  margin: 2px 10px 2px 2px;
  border: 0;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08), -1px -1px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08), -1px -1px 1px 1px rgba(0, 0, 0, 0.08);
}

.summary-default-link {
  display: block;
  margin: 0 -10px;
  padding: 10px;
  color: #333;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.summary-default-link:hover, .summary-default-link:visited, .summary-default-link:active, .summary-default-link:focus {
  color: #333;
}

.summary-default-link:hover {
  text-decoration: none;
  background: #F1F1F1;
}

.summary-title {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
}

.summary-detail {
  margin: 0;
  line-height: 1.5;
  font-size: 13px;
}

@media screen and (min-width: 480px) {
  .summary-default {
    margin: 0 0 20px 0;
  }
}

/* ------------------------------
　　サムネイル
------------------------------ */
.thumbnail {
  margin: 0;
  padding: 0;
  list-style: none;
}

.thumbnail-item {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.thumbnail-item:hover {
  opacity: 0.75;
}

.thumbnail-link {
  display: block;
  color: #333;
}

.thumbnail-link:hover {
  color: #333;
  text-decoration: none;
}

.thumbnail-link:visited {
  color: #333;
}

.thumbnail-img {
  display: block;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.thumbnail-title {
  margin: 5px 0 10px;
  font-weight: bold;
  font-size: 15px;
}

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
  margin-bottom: 30px;
  padding: 10px 0;
  background: #F5F5F5;
}

.topicpath-list {
  margin: 0 auto;
  list-style: none;
}

.topicpath-item {
  float: left;
  padding: 0 10px 0 23px;
  background: url("../../images/marker/icon_arrow.png") no-repeat left center;
}

.topicpath-item:first-child {
  padding: 0 10px 0 0;
  background: 0;
}

.topicpath-link {
  color: #666;
  font-size: 14px;
}

.topicpath-link:visited, .topicpath-link:focus, .topicpath-link:active {
  color: #666;
}

/* ------------------------------
 ユニットグループ
------------------------------- */
/* ------------------------------
 フロート解除
------------------------------ */
.clearHidden {
  display: block;
  clear: both;
  height: 0;
  margin: 0;
  border: none;
  visibility: hidden;
}

/* ------------------------------
 動的フォーム
------------------------------ */
/* ------------------------------
 エントリー内 主な要素
------------------------------ */
.entry-column [class*=acms-col-] {
  padding: 0;
}

/* ------------------------------
 テキストユニットの設定
------------------------------ */
.entry-column h2 {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-column h3 {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-column h4 {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-column h5 {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-column h6 {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-column dl {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-column p {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-column blockquote {
  margin: 0 0 20px 0;
  padding: 10px 20px;
  border-left: solid 5px #ccc;
}

/* ------------------------------
各種ユニットの設定
------------------------------ */
.entry-column [class*="column-image"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column [class*="column-file"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column [class*="column-map"] {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column [class*="column-yolp"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column [class*="column-street-view"]:not(.column-street-view-inner) {
  padding-right: 10px;
  padding-left: 10px;
}

.entry-column [class*="column-youtube"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column [class*="column-video"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column [class*="column-eximage"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column [class*="column-media"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column [class*="column-quote"] {
  margin-right: 10px;
  margin-left: 10px;
}

.entry-column [class*="column-module"] {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[class*="column-image"] {
  margin-bottom: 20px;
}

[class*="column-file"] {
  margin-bottom: 20px;
}

[class*="column-map"] {
  margin-bottom: 20px;
}

[class*="column-yolp"] {
  margin-bottom: 20px;
}

[class*="column-street-view"] {
  margin-bottom: 20px;
}

[class*="column-youtube"] {
  margin-bottom: 20px;
}

[class*="column-video"] {
  margin-bottom: 20px;
}

[class*="column-eximage"] {
  margin-bottom: 20px;
}

[class*="column-media"] {
  margin-bottom: 20px;
}

[class*="column-quote"] {
  margin-bottom: 20px;
}

[class*="column-module"] {
  margin-bottom: 20px;
}

/* 画像・メディア・画像URLの共通設定 */
[class*="column-image"],
[class*="column-media"],
[class*="column-eximage"] {
  display: block;
}

[class*="column-image"].caption,
[class*="column-media"].caption,
[class*="column-eximage"].caption {
  margin-bottom: 10px;
}

[class*="column-image"] a,
[class*="column-media"] a,
[class*="column-eximage"] a {
  display: block;
}

[class*="column-image"] img,
[class*="column-media"] img,
[class*="column-eximage"] img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

[class*="column-image"] .caption,
[class*="column-media"] .caption,
[class*="column-eximage"] .caption {
  margin: 5px 0 0 0;
}

/* 画像ユニットの設定 */
[class*="column-image"][style*="width"] {
  max-width: 100%;
}

/* メディアの種類がファイルだった時の設定 */
[class*="column-media"] a[href*="media-download"] {
  display: inline-block;
  width: 100%;
}

/* 地図・Yahooo!地図の共通設定 */
[class*="column-map"] > img,
[class*="column-yolp"] > img {
  max-width: 100%;
}

[class*="column-map"] img,
[class*="column-yolp"] img {
  width: auto;
  height: auto;
}

[class*="column-map"] > div {
  max-width: 100%;
}

[class*="column-yolp"] {
  width: auto !important;
}

[class*="column-quote"] {
  /* 引用ユニット画像 */
  /* 引用ユニットテキスト */
}

[class*="column-quote"] blockquote {
  padding: 20px 10px 20px 20px;
}

[class*="column-quote"] .quoteImageContainer {
  position: relative;
  float: left;
  max-width: 154px;
  margin-right: 25px;
}

[class*="column-quote"] .quoteImage {
  display: block;
  max-width: 100%;
  height: auto;
}

[class*="column-quote"] .quoteTitle {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.4;
  font-size: 18px;
}

[class*="column-quote"] .quoteTitleLink {
  color: #006cd8;
}

[class*="column-quote"] .quoteSiteName {
  margin: 0 0 10px 0;
  padding: 0;
  color: #666;
  font-size: 11px;
}

[class*="column-quote"] .quoteDescription {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.6;
  font-size: 12px;
}

/* 配置のスタイル */
.column-image-left {
  float: left;
  text-align: left;
}

.column-image-right {
  float: right;
  text-align: right;
}

.column-image-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-image-auto {
  float: none;
}

/* 配置のスタイル */
.column-file-left {
  text-align: left;
  float: left;
  text-align: left;
}

.column-file-left + .caption {
  text-align: left;
}

.column-file-right {
  text-align: right;
  float: right;
  text-align: right;
}

.column-file-right + .caption {
  text-align: right;
}

.column-file-center {
  text-align: center;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-file-center + .caption {
  text-align: center;
}

.column-file-auto {
  text-align: auto;
  float: none;
}

.column-file-auto + .caption {
  text-align: auto;
}

/* 配置のスタイル */
.column-map-left {
  float: left;
  text-align: left;
}

.column-map-right {
  float: right;
  text-align: right;
}

.column-map-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-map-auto {
  float: none;
}

/* 配置のスタイル */
.column-yolp-left {
  float: left;
  text-align: left;
}

.column-yolp-right {
  float: right;
  text-align: right;
}

.column-yolp-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-yolp-auto {
  float: none;
}

/* 配置のスタイル */
.column-street-view-left {
  float: left;
  text-align: left;
}

.column-street-view-right {
  float: right;
  text-align: right;
}

.column-street-view-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-street-view-auto {
  float: none;
}

/* 配置のスタイル */
.column-youtube-left {
  float: left;
  text-align: left;
}

.column-youtube-right {
  float: right;
  text-align: right;
}

.column-youtube-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-youtube-auto {
  float: none;
}

/* 配置のスタイル */
.column-video-left {
  float: left;
  text-align: left;
}

.column-video-right {
  float: right;
  text-align: right;
}

.column-video-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-video-auto {
  float: none;
}

/* 配置のスタイル */
.column-eximage-left {
  float: left;
  text-align: left;
}

.column-eximage-right {
  float: right;
  text-align: right;
}

.column-eximage-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-eximage-auto {
  float: none;
}

/* 配置のスタイル */
.column-media-left {
  float: left;
  text-align: left;
}

.column-media-left *:not([href*="media-download"]):not([href*="storage"]) + .caption {
  /* 画像のキャプションを中央寄せにする記述(media-downloadは動的、storageは静的書き出しに対応しています) */
  text-align: center;
}

.column-media-right {
  float: right;
  text-align: right;
}

.column-media-right *:not([href*="media-download"]):not([href*="storage"]) + .caption {
  /* 画像のキャプションを中央寄せにする記述(media-downloadは動的、storageは静的書き出しに対応しています) */
  text-align: center;
}

.column-media-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-media-center *:not([href*="media-download"]):not([href*="storage"]) + .caption {
  /* 画像のキャプションを中央寄せにする記述(media-downloadは動的、storageは静的書き出しに対応しています) */
  text-align: center;
}

.column-media-auto {
  float: none;
}

.column-media-auto *:not([href*="media-download"]):not([href*="storage"]) + .caption {
  /* 画像のキャプションを中央寄せにする記述(media-downloadは動的、storageは静的書き出しに対応しています) */
  text-align: center;
}

/* 配置のスタイル */
.column-quote-left {
  float: left;
  text-align: left;
}

.column-quote-right {
  float: right;
  text-align: right;
}

.column-quote-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-quote-auto {
  float: none;
}

/* 配置のスタイル */
.column-module-left {
  float: left;
  text-align: left;
}

.column-module-right {
  float: right;
  text-align: right;
}

.column-module-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-module-auto {
  float: none;
}

/* .acms-entry-unit-fullの設定 */
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-image"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-file"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-map"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-yolp"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-street-view"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-youtube"] {
  width: 100% !important;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-video"] {
  width: 100% !important;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-eximage"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-media"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-quote"] {
  width: auto !important;
  max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-module"] {
  width: auto !important;
  max-width: 100%;
}

@media (max-width: 480px) {
  [class*="acms-col-"][class*="-right"] {
    float: left;
  }
  [class*="acms-col-"][class*="-right"] + * {
    clear: both;
  }
}

/* ------------------------------
 共通の要素
------------------------------ */
.entry-container {
  margin-right: 10px;
  margin-left: 10px;
}

/* PDFプレビュー */
.column-pdf-image {
  width: 100%;
  border: solid 1px #aaa;
}

/* ストリートビュー */
.column-inner-street-view {
  width: 100%;
  padding-bottom: 100%;
}

/* YouTube動画をレスポンシブ対応させるための記述 */
.column-youtube,
.column-iframe {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

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

/* ------------------------------
 検索
------------------------------ */
/* 検索結果のハイライト
------------------------------ */
.highlight1 {
  background-color: #FFFF66;
}

.highlight2 {
  background-color: #a0FFFF;
}

.highlight3 {
  background-color: #99FF99;
}

.highlight4 {
  background-color: #FF9999;
}

.highlight5 {
  background-color: #FF66FF;
}

.highlight6 {
  background-color: #880000;
}

/* ------------------------------
　　エントリー
------------------------------ */
.entry {
  margin: 0 0 25px 0;
}

.main {
  margin-top: 85px;
}

.page-header {
  margin: 0 0 40px 0;
}

.entry-info {
  margin-top: 0;
  font-size: 14px;
}

/* カテゴリーと新着ラベル */
.entry-category,
.entry-new {
  font-size: 14px;
}

/* タイトル */
.entry-title {
  margin: 10px 0;
  color: #0254A6;
  text-align: center;
}

.entry-title a {
  color: #0254A6;
}

.acms-entry h2 .entry-title {
  padding: 0;
}

.entry-column-grid {
  margin: 0 -10px;
}

/* エントリーのスタイル */
.entry-column {
  color: #333;
  word-wrap: break-word;
  margin-bottom: 50px;
}

.entry-column h2 {
  margin: 0 10px 25px 10px;
  padding: 10px 10px 5px;
  font-size: 20px;
  color: #333;
  border-bottom: 2px solid #0254A6;
}

.entry-column h2.module-heading {
  margin: 0;
  padding: 0;
  border: 0;
}

.entry-column h3 {
  margin: 0 10px 20px 10px;
  padding: 5px 20px;
  font-size: 18px;
  color: #333;
  background: #EEE;
}

.entry-column h4 {
  margin: 0 10px 20px 10px;
  font-size: 16px;
  color: #0254A6;
}

.entry-column a:link {
  text-decoration: none;
}

.entry-column a:hover, .entry-column a:focus, .entry-column a:active {
  text-decoration: underline;
}

.entry-column a:visited {
  color: #7f5ad7;
  text-decoration: none;
}

/* 本文 */
.entry-column p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
}

.entry-column p.entry-danger-text {
  color: #c41134;
  font-weight: bold;
}

.entry-column p.summary-title {
  margin: 0 0 10px 0;
}

.entry-column p.summary-detail {
  margin: 0 0 10px 0;
  font-size: 14px;
}

.entry-column p em {
  font-style: normal;
  font-weight: bold;
}

.entry-column p strong {
  color: #0254A6;
}

/* エントリー内コンテナー */
.entry-container {
  margin: 0 10px;
}

[class^=column-table] .entry-container {
  margin-bottom: 30px;
  overflow-x: auto;
}

[class^=column-table] table {
  margin-bottom: 0;
}

/* テーブル */
.entry-column table {
  width: 100%;
  border-collapse: collapse;
}

.entry-column th,
.entry-column td {
  display: block;
  padding: 5px 10px;
  color: #333;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dfdfdf;
  font-size: 16px;
}

.entry-column .acms-table-responsive {
  border-top: 0;
  border-bottom: 0;
}

.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}

.entry-column .acms-table-responsive table {
  margin: 0;
}

.entry-column th {
  background: #f5f5f5;
}

.entry-column .entry-custom-table {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .entry-column th,
  .entry-column td {
    display: table-cell;
    padding: 15px 20px;
    text-align: left;
    font-size: 16px;
    border-top: 1px solid #dfdfdf;
  }
  .entry-column th {
    background: inherit;
  }
  .entry-column tr:nth-child(odd) {
    background: #f5f5f5;
  }
}

/* リスト */
.entry-column ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 2em;
}

.entry-column ul li {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.5;
}

.entry-column ul.summary-default {
  padding: 0;
}

.entry-column ul.summary-default li {
  margin: 0;
}

/* 番号付きリスト */
.entry-column ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 2.5em;
}

.entry-column ol li {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.5;
}

/* 定義リスト */
.entry-column dl {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}

.entry-column dt {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.entry-column dd {
  margin-bottom: 10px;
  margin-left: 0;
  line-height: 1.5;
  font-size: 16px;
}

/* 引用 */
.entry-column blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 10px 20px 20px;
  line-height: 1.8;
  background: #F5F5F5;
  border-left: 5px solid #DEDEDE;
  font-size: 16px;
}

.entry-column .column-quote-auto blockquote {
  padding: 10px;
  border: 1px solid #D0D0D0;
}

.entry-column .column-quote-auto .quoteTitleLink {
  color: #333;
}

@media screen and (min-width: 480px) {
  /* 引用 */
  .entry-column blockquote {
    padding: 20px 20px 20px 30px;
  }
  .entry-column .column-quote-auto blockquote {
    padding: 15px;
  }
}

/* ソースコード */
.entry-column pre {
  width: 100%;
  margin: 0 0 30px 0;
  font-family: "Menlo", "Monaco", "Courier New", monospace;
  white-space: pre-wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-column pre ol {
  margin: 0;
  padding: 0 0 0 2.5em;
}

.entry-column pre ol li {
  line-height: 1.5;
}

/* 区切り線 */
.entry-column hr {
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}

/* ユニット */
.entry-column .caption {
  margin: 0 0 20px 0;
  font-size: 13px;
}

.column-file-auto + .caption {
  margin-left: 10px;
}

.column-module {
  margin: 0 10px;
}

[class*="column-media-"] a,
[class*="column-image-"] a {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

[class*="column-media-"] a:hover,
[class*="column-image-"] a:hover {
  opacity: .8;
}

/* ユニットグループ */
.ug-bg-color {
  margin: 0 10px 25px 10px;
  padding: 20px 10px;
  background: #F5F5F5;
}

.ug-bg-color *:last-child {
  margin-bottom: 0;
}

.ug-bg-color h2 {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.ug-bg-color h3,
.ug-bg-color h4 {
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .ug-bg-color {
    padding: 25px 15px;
  }
}

/* スタッフ紹介 */
.entry-column .staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 10px 30px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #EEE;
}

.entry-column .staff-item {
  width: 50%;
  margin: 0;
}

.entry-column .staff-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  border-bottom: 1px solid #EEE;
}

.entry-column .staff-body {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 20px 0;
}

.entry-column .staff-name {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.3;
  text-align: center;
  background: 0;
  font-size: 20px;
}

.entry-column .staff-job {
  margin: 15px 0 5px 0;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.entry-column .staff-profile {
  margin: 0;
  font-size: 14px;
}

.entry-column .staff-img-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.entry-column .staff-img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .entry-column .staff-item {
    width: 25%;
  }
  .entry-column .staff-body {
    margin: 0;
  }
}

/* エントリーフッター */
.entry-footer {
  margin: 0 0 20px 0;
  padding: 10px;
  background: #f5f5f5;
}

/* タグ */
.entry-tag {
  margin: 0 0 5px 0;
}

.entry-tag-icon {
  float: left;
  color: #707070;
}

.entry-tag-item {
  float: left;
  margin: 0 0 0 10px;
}

/* SNSシェア */
.share-wrapper {
  float: right;
}

.share-text {
  display: inline;
  float: left;
  margin: 0;
}

/* SNSシェアボタン */
.share-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-item {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: top;
}

.share-item a {
  color: #999;
  text-decoration: none;
}

.share-item [class*='acms-icon'] {
  font-size: 22px;
  vertical-align: middle;
}

.share-item .share-item-facebook {
  /* Facebook */
  position: relative;
  color: #1877f2;
  line-height: 1.2;
}

.share-item .share-item-facebook:before {
  vertical-align: middle;
}

.share-item .share-item-facebook:focus:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px dotted #333;
  content: "";
}

.share-item .share-item-twitter {
  /* Twitter */
  position: relative;
  color: #55ACEE;
  line-height: 1.2;
}

.share-item .share-item-twitter:before {
  vertical-align: middle;
}

.share-item .share-item-twitter:focus:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px dotted #333;
  content: "";
}

/* 続きを読むボタン */
.continue-link {
  margin: 0;
  font-size: 16px;
}

.continue-link a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  background: #767676;
  border-radius: 3px;
}

.continue-link a [class*='acms-icon'] {
  margin: 0 10px 0 0;
}

.continue-link a:link, .continue-link a:visited {
  color: #fff;
}

.continue-link a:hover, .continue-link a:focus, .continue-link a:active {
  color: #fff;
  text-decoration: none;
  background: #aaa;
}

@media screen and (min-width: 768px) {
  /* タグ */
  .entry-tag {
    margin: 0;
  }
  /* 続きを読むボタン */
  .continue-link a {
    padding: 5px 10px;
    font-weight: normal;
  }
}

/* ------------------------------
　　エントリー
------------------------------ */
.largetitle {
  color: #0254A6;
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.3;
}

p.titlebtm_en {
  color: #0254A6;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
  letter-spacing: .05em;
}

a.linkbtn_keycolor {
  background-color: #0254A6;
  color: #FFF;
  display: inline-block;
  border-radius: 50px;
  padding: 8px 40px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a.linkbtn_keycolor:hover {
  background-color: #004283;
  text-decoration: none;
}

.morelink {
  text-align: center;
}

@media (max-width: 767px) {
  .largetitle {
    font-size: 22px;
    padding: 0 10px;
  }
  p.titlebtm_en {
    font-size: 10px;
  }
}

.pagelink_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 20px 0 40px;
}

.pagelink_wrapper ul li {
  padding: 0;
  list-style: none;
}

.pagelink_wrapper ul li a {
  display: inline-block;
  color: #000;
  padding-top: 10px;
  padding-bottom: 15px;
  background: url(../../images/linkbottom_arrow.png);
  background-position: bottom center;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-weight: bold;
}

.pagelink_wrapper ul li a:hover {
  color: #0254A6;
  text-decoration: none;
}

@media (max-width: 767px) {
  .pagelink_wrapper {
    display: none;
  }
  .pagelink_wrapper ul li a {
    font-size: 12px;
    background-size: 10px;
  }
}

/* ------------------------------
　　会社情報
------------------------------ */
.h3_title {
  text-align: center;
}

h3.underline {
  font-weight: bold;
  font-size: 26px;
  padding: 10px 20px;
  border-bottom: 2px solid #000;
  display: inline-block;
  margin: 20px auto;
}

.policy {
  padding-top: 85px;
  margin-top: -85px;
}

.policy .company_policy_wrap {
  background-image: url(../../images/policybgimage.jpg);
  background-size: cover;
  background-position: bottom center;
  text-align: center;
  padding: 50px 10px;
}

.policy .policy_title {
  font-size: 24px;
  font-weight: bold;
  color: #0254A6;
  margin-bottom: 0;
}

.policy p {
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  h3.underline {
    font-size: 20px;
  }
  .policy .policy_title {
    font-size: 18px;
  }
}

.logoinfo {
  background-image: url(../../images/policybgimage.jpg);
  background-size: cover;
  background-position: bottom center;
  margin-bottom: 80px;
}

.logoinfo .contents {
  max-width: 300px;
  margin: auto;
  padding: 50px 10px;
}

.logoinfo .contents .company_logo {
  max-width: 200px;
  margin: auto;
}

.logoinfo .contents p {
  margin-top: 0;
}

.message {
  padding-top: 85px;
  margin-top: -85px;
}

.message .message_content {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 80px;
}

.message .message_content .message_photo {
  position: absolute;
  width: 50%;
}

.message .message_content .message_text {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.message .message_content .message_text h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
}

.message .message_content .message_text .message_name .name_title {
  font-weight: bold;
}

.message .message_content .message_text .message_name img {
  width: 200px;
  display: inline-block;
  padding-left: 10px;
  top: 20px;
  position: relative;
}

.message .message_content.righttext .message_photo {
  left: 0;
}

.message .message_content.righttext .message_text {
  float: right;
  padding: 0 10px 60px 40px;
}

.message .message_content.lefttext .message_photo {
  right: 0;
}

.message .message_content.lefttext .message_text {
  float: none;
  padding: 0 40px 60px 10px;
}

@media (max-width: 767px) {
  .message .message_content .message_photo {
    position: relative;
    width: 90%;
    margin: auto;
  }
  .message .message_content .message_text {
    width: 100%;
  }
  .message .message_content .message_text h4 {
    font-size: 18px;
  }
  .message .message_content .message_text p {
    font-size: 12px;
  }
  .message .message_content .message_text .message_name {
    text-align: right;
  }
  .message .message_content .message_text .message_name img {
    width: 120px;
    top: 0;
  }
  .message .message_content.righttext .message_text {
    float: none;
    padding: 20px 10px 40px 10px;
  }
  .message .message_content.lefttext .message_text {
    padding: 20px 10px 40px 10px;
  }
}

.company_info {
  padding-top: 85px;
  margin-top: -85px;
  padding-bottom: 85px;
}

.company_info .company_info_dl {
  max-width: 600px;
  margin: 0 auto;
}

.company_info .company_info_dl dl {
  width: 100%;
  overflow: hidden;
  border-top: none;
}

.company_info .company_info_dl dl dt {
  width: 9em;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0254A6;
  font-weight: bold;
}

.company_info .company_info_dl dl dd {
  padding: 15px;
  padding-left: 10em;
  border-top: 1px solid #DDD;
  background: #fff;
  margin-left: 0;
}

.company_info .company_info_dl dl dd:last-child {
  border-bottom: 1px solid #DDD;
}

@media (max-width: 767px) {
  .company_info .company_info_dl dl {
    width: auto;
    border-top: none;
    font-size: 14px;
    margin: 0 10px;
  }
  .company_info .company_info_dl dl dt {
    width: 100%;
    float: none;
    padding: 5px 10px 0;
    border-top: none;
    text-align: left;
  }
  .company_info .company_info_dl dl dd {
    margin-left: 0;
    padding: 0 10px 15px;
    margin-bottom: 15px;
    border-top: none;
    border-bottom: 1px solid #EEE;
  }
  .company_info .company_info_dl dl dd:last-child {
    border-bottom: none;
  }
}

.history {
  padding-top: 85px;
  margin-top: -85px;
  background-color: #0254A6;
  clear: both;
  padding-bottom: 100px;
}

.history .h3_title {
  color: #FFF;
}

.history .h3_title h3 {
  border-color: #FFF;
  margin-top: 0;
}

.history .history_text {
  max-width: 800px;
  margin: auto;
  color: #FFF;
}

.history .history_text dt {
  width: 6em;
  float: left;
  padding: 10px;
}

.history .history_text dd {
  padding: 10px;
  padding-left: 9em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 0;
}

.history .history_text dd::after {
  content: "";
  display: block;
  width: 7em;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #fff;
  height: 2px;
}

.history .historyimage {
  max-width: 1200px;
  padding-top: 30px;
  margin: auto;
  overflow: hidden;
}

.history .historyimage .historyimgcaption {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  color: #FFF;
}

@media (max-width: 767px) {
  .history {
    padding-bottom: 100px;
  }
  .history .history_text {
    margin: 0 10px;
    font-size: 12px;
  }
}

.access {
  padding-top: 85px;
  margin-top: -85px;
}

.access .accessmapwrapper iframe {
  width: 100% !important;
}

.csr {
  padding-top: 165px;
  margin-top: -85px;
  overflow: hidden;
}

.csr .csr_wrapper {
  max-width: 600px;
  margin: auto;
}

.csr .csr_wrapper .morelink a {
  background-color: #0254A6;
  color: #FFF;
  display: inline-block;
  border-radius: 20px;
  padding: 5px 40px;
}

.baseinfo {
  padding-top: 165px;
  margin-top: -85px;
  overflow: hidden;
}

.baseinfo .baseinfo_wrapper {
  max-width: 600px;
  margin: auto;
}

.baseinfo .baseinfo_wrapper .morelink a {
  background-color: #0254A6;
  color: #FFF;
  display: inline-block;
  border-radius: 20px;
  padding: 5px 40px;
}

.footer_otherpagelink {
  overflow: hidden;
  padding: 80px 10px;
}

.footer_otherpagelink .otherlink {
  text-align: center;
  background-position: center;
  background-size: cover;
  padding: 40px 15px;
  background-color: #0254A6;
  margin-bottom: 10px;
  position: relative;
}

.footer_otherpagelink .otherlink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(2, 84, 166, 0.5);
  z-index: 0;
}

.footer_otherpagelink .otherlink.dna {
  background-image: url(../..//images/otherlink_dna.jpg);
}

.footer_otherpagelink .otherlink.work {
  background-image: url(../..//images/otherlink_work.jpg);
}

.footer_otherpagelink .otherlink .otherlinktitle {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  color: #FFF;
  margin: 0;
  position: relative;
  z-index: 1;
}

.footer_otherpagelink .otherlink .morelink {
  background-color: #FFF;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #0254A6;
  border-radius: 20px;
  padding: 2px 20px;
  margin-top: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  z-index: 1;
}

.footer_otherpagelink .otherlink:hover .morelink {
  background-color: #0254A6;
  color: #FFF;
}

.footer_otherpagelink .otherlink.current {
  pointer-events: none;
  opacity: .4;
}

.footer_otherpagelink .otherlink.current .morelink {
  opacity: 0;
}

.footer_contactlink {
  background-color: #0254A6;
  text-align: center;
  color: #FFF;
  padding: 50px 10px 70px;
}

.footer_contactlink .contactlinkcopy {
  font-weight: bold;
  font-size: 20px;
}

.footer_contactlink a {
  display: inline-block;
  background-color: #FFF;
  color: #0254A6;
  padding: 15px 40px;
  font-weight: bold;
  font-size: 20px;
}

.company_policy_2021 {
  text-align: left;
  padding-bottom: 50px;
  max-width: 400px;
  margin: auto;
}

.company_policy_2021 .policytitle {
  text-align: center;
  line-height: 1.4;
  font-size: 28px;
}

.company_policy_2021 .policytitle span {
  font-size: 18px;
  display: block;
}

.company_policy_2021 .policytitle span em {
  font-style: normal;
  color: #D0141B;
}

.company_policy_2021 .policylinkbanner {
  background-image: url(../../images/policylinkbgimage.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 600px;
  width: 90%;
  margin: 50px auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.company_policy_2021 .policylinkbanner:hover {
  opacity: .8;
}

.company_policy_2021 .policylinkbanner a {
  color: #FFF;
  padding: 80px 10px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

.company_policy_2021 .policylinkbanner a:hover {
  text-decoration: none;
}

.company_policy_2021 .morelink a {
  background-color: #0254A6;
  color: #FFF;
  display: inline-block;
  border-radius: 20px;
  padding: 5px 40px;
  margin-top: 20px;
}

.philosophy_title {
  margin-top: 85px;
  padding: 30px 10px;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.philosophy_title h1 {
  margin-bottom: 10px;
  margin-top: 0;
}

.philosophy_title .entitle {
  font-size: 16px;
  margin-bottom: 0;
}

.philosophy_title p {
  margin-top: 0;
}

.philosophy_content {
  text-align: center;
}

.philosophy_content .philosophy_headercontent {
  margin-bottom: 100px;
  margin-bottom: 40px 0;
}

.philosophy_content .philosophy_headercontent h3 {
  margin-top: 10px;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.philosophy_content .philosophy_headercontent h3 span {
  color: #D0141B;
}

.philosophy_content .philosophy_headercontent h3 span.equaltext {
  color: #000;
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.philosophy_content .philosophy_headercontent .headercontentimage {
  max-width: 600px;
  margin: 40px auto 80px;
}

.philosophy_contentwrapper {
  max-width: 700px;
  margin: auto;
  text-align: left;
  margin-bottom: 100px;
}

.philosophy_contentwrapper .philosophy_content_title {
  color: #0254A6;
  border-bottom: 1px solid #999;
  font-size: 24px;
  margin-bottom: 5px;
}

.philosophy_contentwrapper .titlebtmtext {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: bold;
}

.philosophy_contentwrapper .philosophy_text {
  border-left: 2px solid #999;
  margin-bottom: 30px;
  padding: 0 0 0 20px;
  color: #555;
  line-height: 1.6;
}

.philosophy_contentwrapper .philosophy_text h4 {
  margin: 0 0 5px;
  font-size: 16px;
}

.philosophy_contentwrapper .philosophy_text p {
  margin: 0;
}

.philosophy_contentwrapper .leadcopy_1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: bold;
}

.philosophy_contentwrapper .philosophy_colortext {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  color: #D0141B;
  margin-top: 50px;
  margin-bottom: 0;
}

.philosophy_contentwrapper .philosophy_colortext + p {
  margin-top: 5px;
}

.philosophy_contentwrapper .valuecontent {
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 60px;
}

.philosophy_contentwrapper .valuecontent .valuecopy {
  font-size: 20px;
  color: #0254A6;
  font-family: 'Noto Serif JP', serif;
}

.philosophy_contentwrapper .valuecontent p {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .philosophy_contentwrapper.mission .title_illustimage {
    display: none;
  }
  .philosophy_contentwrapper.vision .title_illustimage {
    display: none;
  }
  .philosophy_contentwrapper.value .title_illustimage {
    display: none;
  }
}

@media (max-width: 767px) {
  .philosophy_content .philosophy_headercontent h3 {
    font-weight: bold;
    font-size: 22px;
  }
  .philosophy_contentwrapper {
    margin-top: 100px;
  }
  .philosophy_contentwrapper .philosophy_content_title {
    font-size: 20px;
  }
  .philosophy_contentwrapper .leadcopy_1 {
    font-size: 20px;
  }
  .philosophy_contentwrapper .philosophy_colortext {
    font-size: 18px;
  }
  .philosophy_contentwrapper .philosophy_colortext + p {
    font-size: 12px;
  }
}

/* ------------------------------
　　岡崎通運WORK
------------------------------ */
.category_work {
  overflow-x: hidden;
}

.worklink {
  text-align: center;
}

.worklink ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.worklink a {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 20px;
  width: 12em;
}

.worklink span {
  display: block;
  font-size: 11px;
}

.worklink .work1 .workno {
  color: #96C737;
}

.worklink .work2 .workno {
  color: #178FD0;
}

.worklink .work3 .workno {
  color: #EF7FC0;
}

@media (max-width: 767px) {
  .worklink {
    text-align: center;
  }
  .worklink ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .worklink ul li {
    width: 33.333%;
  }
  .worklink a {
    font-size: 20px;
    width: auto;
    display: block;
  }
  .worklink span {
    font-size: 9px;
  }
}

.worklargetitle {
  position: relative;
  margin-top: 150px;
}

.worklargetitle .titleimage {
  padding-top: 30%;
  background-position: center;
  background-size: cover;
  width: 90%;
  border-radius: 0 50px 0 0;
}

.worklargetitle .largetitle {
  opacity: 0;
  color: #FFF;
  background-color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 15%);
  left: 15%;
  top: -100px;
  margin-bottom: -80px;
  position: relative;
  padding: 10px 100px 0;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.worklargetitle .largetitle .titletext {
  width: 60%;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.worklargetitle .largetitle .titletext p.workno {
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  margin: 0;
}

.worklargetitle .largetitle .titletext p.largetitle_copy {
  font-size: 14px;
  line-height: 1.8;
}

.worklargetitle .largetitle .titletext h3 {
  font-size: 80px;
  font-family: 'Noto Serif JP', serif;
  margin: 0;
}

.worklargetitle .largetitle .titletext h3 span {
  font-size: 20px;
  padding-left: 0;
  display: block;
}

.worklargetitle .largetitle .title_peopleimg {
  width: 35%;
  padding-bottom: 10px;
}

.worklargetitle.work1 {
  margin-top: 50px;
}

.worklargetitle.work1 .titleimage {
  background-image: url(../../images/work_transport_titlebg.jpg);
}

.worklargetitle.work1 .largetitle {
  background-color: #96C737;
}

.worklargetitle.work2 .titleimage {
  background-image: url(../../images/work_localdel_titlebg.jpg);
}

.worklargetitle.work2 .largetitle {
  background-color: #178FD0;
}

.worklargetitle.work3 .titleimage {
  background-image: url(../../images/work_warehouse_titlebg.jpg);
}

.worklargetitle.work3 .largetitle {
  background-color: #EF7FC0;
}

.worklargetitle.work3 .title_peopleimg {
  width: 50%;
  margin-right: -50vw;
  margin-top: 60px;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .worklargetitle .titleimage {
    padding-top: 30%;
    width: 100%;
    border-radius: 0;
  }
  .worklargetitle .largetitle {
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 10px 0;
    overflow: initial;
  }
  .worklargetitle .largetitle .titletext {
    width: 100%;
    padding-top: 10px;
  }
  .worklargetitle .largetitle .titletext p.workno {
    font-size: 14px;
    display: inline-block;
    padding-right: 10px;
  }
  .worklargetitle .largetitle .titletext p.largetitle_copy {
    font-size: 12px;
  }
  .worklargetitle .largetitle .titletext h3 {
    font-size: 30px;
    display: inline-block;
  }
  .worklargetitle .largetitle .titletext h3 span {
    font-size: 10px;
    padding-left: 10px;
    display: inline;
  }
  .worklargetitle .largetitle .title_peopleimg {
    display: none;
    position: absolute;
    width: 25%;
    bottom: 5px;
    right: 10px;
    z-index: 2;
  }
}

.linetitle {
  text-align: center;
}

.linetitle h4 {
  font-size: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding: 10px 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .linetitle h4 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }
}

.h-mid.work_imgcontent {
  min-height: 33vw;
}

.h-min.work_imgcontent {
  min-height: 24vw;
}

.work_imgcontent {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.work_imgcontent .content_wrapper {
  max-width: 960px;
  margin: auto;
}

.work_imgcontent .imagewrap {
  position: absolute;
  width: 50%;
}

.work_imgcontent .textcontent {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  float: left;
}

.work_imgcontent .textcontent h5 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.work_imgcontent.image_right .imagewrap {
  right: 0;
}

.work_imgcontent.image_right .textcontent {
  padding-left: 10px;
}

.work_imgcontent.image_left .imagewrap {
  left: 0;
}

.work_imgcontent.image_left .textcontent {
  padding-right: 10px;
  margin-left: 50%;
}

.work_imgcontent.fulltrailer {
  margin-bottom: -80px;
}

.work_imgcontent.fulltrailer .imagewrap {
  position: relative;
  float: right;
  width: 50%;
}

.work_imgcontent.work1 h5 {
  border-bottom: 2px solid #96C737;
}

.work_imgcontent.work2 h5 {
  border-bottom: 2px solid #178FD0;
}

.work_imgcontent.work3 h5 {
  border-bottom: 2px solid #EF7FC0;
}

.image_wrap_work {
  margin-bottom: 50px;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .work_imgcontent {
    min-height: auto;
  }
  .work_imgcontent .imagewrap {
    position: relative;
    width: calc(100% - 20px);
    margin: 0 auto 20px;
  }
  .work_imgcontent .textcontent {
    width: 100%;
    padding: 0 20px;
    float: none;
  }
  .work_imgcontent .textcontent h5 {
    font-size: 20px;
  }
  .work_imgcontent.fulltrailer {
    margin-bottom: 0;
  }
  .work_imgcontent.fulltrailer .imagewrap {
    position: relative;
    float: none;
  }
  .work_imgcontent.image_left .textcontent {
    margin-left: 0;
    padding-right: 20px;
  }
}

.loginetcenter {
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
}

.loginetcenter h4 {
  color: #96C737;
  display: inline-block;
  padding: 5px 20px;
  border: 2px solid;
  font-size: 20px;
  margin-bottom: 0;
}

.loginetcenter p {
  font-weight: bold;
  margin-bottom: 10px;
}

.loginetcenter .morelink {
  background-color: #0254A6;
  color: #FFF;
  display: inline-block;
  border-radius: 20px;
  padding: 1px 20px;
  min-width: 70%;
  font-size: 12px;
  margin-bottom: 20px;
}

.matching {
  background-color: #EEE;
  padding: 50px 0;
}

.matching .work_imgcontent {
  min-height: 45vw;
}

.matching .linetitle_matching {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  margin-bottom: 50px;
}

.matching .linetitle_matching h3 {
  font-size: 26px;
  color: #0254A6;
  margin-bottom: 0;
}

.matching .linetitle_matching p {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
}

.matching .matching_smalltitle {
  font-size: 20px;
  color: #96C737;
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: bold;
}

.matching .tel_wrapper {
  background-color: #FFF;
  border: 1px solid #0254A6;
  padding: 0;
  margin: 0 10px;
  text-align: center;
}

.matching .tel_wrapper .teltitle {
  display: inline-block;
  background-color: #0254A6;
  color: #FFF;
  font-weight: bold;
  padding: 5px 15px;
  min-width: 50%;
  margin-top: 25px;
  margin-bottom: 0;
}

.matching .tel_wrapper .teltext {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
}

.matching .tel_wrapper .teltext .telmark {
  width: 30px;
  display: relative;
  top: -10px;
  display: inline-block;
  margin: 0 5px;
}

.matching .tel_wrapper .teltext .tellno {
  font-size: 28px;
  color: #0254A6;
  padding-left: 5px;
}

.number_one {
  text-align: center;
}

.number_one h3 {
  color: #0254A6;
  font-size: 34px;
}

.number_one .image_wrapper {
  width: 90%;
  max-width: 700px;
  margin: auto;
}

.work_koguchilink {
  background-image: url(../../images/work_koguchibg_1.jpg), url(../../images/work_koguchibg_2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left, center right;
  max-width: 1200px;
  margin: 0 auto 80px;
}

.work_koguchilink .textcontent {
  max-width: 400px;
  margin: auto;
}

.work_koguchilink .textcontent h5 {
  text-align: center;
  font-size: 26px;
  margin: 0 0 20px;
}

.work_koguchilink .morelink a {
  background-color: #0254A6;
  color: #FFF;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: bold;
  margin-top: 15px;
}

@media (max-width: 1100px) {
  .work_koguchilink {
    background-image: none;
  }
}

/* ------------------------------
　　岡崎通運DNA
------------------------------ */
.pagelink_wrapper .dnano {
  color: #0254A6;
}

.dna_intro {
  background-color: #0254A6;
  color: #FFF;
  padding: 70px 0;
  margin-bottom: 80px;
}

.dna_intro .introheadcopy {
  text-align: center;
  font-size: 30px;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  margin-top: 40px;
  padding: 15px 0;
}

.dna_intro .bodycopy {
  max-width: 500px;
  margin: auto;
}

.dna_intro .intro_image {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dna_intro .intro_image .imgwrap {
  padding: 0 5px;
}

@media (max-width: 767px) {
  .dna_intro {
    padding: 50px 20px;
  }
  .dna_intro .introheadcopy {
    font-size: 20px;
  }
}

.dna_title_wrapper {
  padding-top: 85px;
  margin-top: -5px;
}

.three_dna_title {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}

.three_dna_title::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  top: 0;
  bottom: 0;
  left: -50%;
  margin: auto;
  position: absolute;
  width: 100%;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.three_dna_title.distribution {
  background-image: url(../../images/dna01_bgimg.jpg);
}

.three_dna_title.justintime {
  background-image: url(../../images/dna02_bgimg.jpg);
}

.three_dna_title.justintime h3 {
  letter-spacing: -.2em;
}

.three_dna_title.basedin_aichi {
  background-image: url(../../images/dna03_bgimg.jpg);
}

.three_dna_title .en_copyimage {
  position: relative;
  z-index: 1;
  width: 60%;
  left: 10%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.three_dna_title .text_content {
  max-width: 960px;
  margin: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.three_dna_title .text_content h3 {
  width: 50%;
  color: #FFF;
  margin: 0;
}

.three_dna_title .text_content p {
  width: 35%;
  text-align: justify;
  color: #FFF;
  margin: 0;
}

.three_dna_title .text_content .smallheader {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0;
}

.three_dna_title .text_content h3 {
  font-family: 'Noto Serif JP', serif;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 55px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .three_dna_title {
    padding-top: 20%;
  }
  .three_dna_title::after {
    top: 40%;
    bottom: -40%;
    left: 0;
    margin: auto;
    position: absolute;
    width: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    -webkit-transform: skewY(20deg);
    transform: skewY(20deg);
  }
  .three_dna_title .en_copyimage {
    width: 100%;
    left: 3%;
  }
  .three_dna_title .text_content {
    margin: 0 20px;
    padding-bottom: 30px;
  }
  .three_dna_title .text_content h3 {
    width: 100%;
    font-size: 40px;
  }
  .three_dna_title .text_content p {
    width: 100%;
    font-size: 12px;
  }
  .three_dna_title .text_content .smallheader {
    font-size: 14px;
  }
}

.dna_content {
  overflow: hidden;
  margin-top: 80px;
}

.dna_content .images_wrapper {
  margin-bottom: 20px;
}

.dna_content .text_wrapper {
  padding: 0 10px;
}

.dna_content .text_wrapper h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

.dna_content .text_wrapper img {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .dna_content {
    margin-bottom: 50px;
  }
  .dna_content .images_wrapper {
    width: 60%;
    margin: 0 auto 20px;
  }
  .dna_content .text_wrapper h4 {
    font-size: 22px;
  }
}

.goto_index {
  text-align: center;
  margin-bottom: 50px;
}

.goto_index a {
  background-color: #AAA;
  color: #FFF;
  display: inline-block;
  padding: 15px 30px;
}

.baselist {
  padding-top: 105px;
  margin-top: -85px;
  border-bottom: 1px solid #DDD;
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

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

.baselist h3 {
  text-align: left;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}

.baselist p {
  margin: 0;
}

.baselist dl {
  overflow: hidden;
  margin-top: 0;
}

.baselist dl dt {
  color: #0254A6;
  font-weight: bold;
  width: 8em;
  float: left;
}

.baselist dl dd {
  padding-left: 9em;
  margin-left: 0;
}

.baselist .mapwrapper {
  margin-top: 20px;
  padding: 20px 10px 0;
  clear: both;
}

.baselist .mapwrapper iframe {
  width: 100% !important;
  height: 300px !important;
  border: 1px solid #CCC !important;
  background-color: #EEE;
}

.baselist.groupcompany .mapwrapper {
  margin-top: 0;
  padding: 0 10px 0;
}

.baselist .address a {
  display: inline-block;
  background-color: #0254A6;
  color: #FFF;
  padding: 3px 20px;
  border-radius: 30px;
  margin-top: 5px;
  font-size: 12px;
}

.groupcompanytitle {
  background-color: #0254A6;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .baselist h3 {
    font-size: 18px;
  }
  .baselist p {
    margin: 0 0 10px;
  }
  .baselist .mapwrapper {
    margin-top: 0;
  }
  .baselist.groupcompany .mapwrapper {
    padding: 0 0 0;
  }
}

/* ------------------------------
　　CSR
------------------------------ */
.sdgs_intro {
  padding: 80px 20px;
}

.sdgs_intro .sdgsmarkimg {
  width: 130px;
  margin: auto;
}

.sdgs_intro h3 {
  font-size: 36px;
  color: #0254A6;
  text-align: center;
}

.sdgs_intro .aboutsdgs {
  display: block;
  border-bottom: 2px solid #000;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  width: 50%;
  max-width: 300px;
  margin: 30px auto 10px;
  text-align: center;
}

.sdgs_intro p {
  margin-bottom: 20px;
}

.sdgs_content_wrapper {
  overflow: hidden;
}

.sdgs_content {
  max-width: 740px;
  margin: auto;
  margin-top: 120px;
}

.sdgs_content h4 {
  background-color: #333;
  color: #FFF;
  font-size: 18px;
  padding: 5px 20px;
  text-align: center;
}

.sdgs_content.sdgs01 h4 {
  background-color: #178FD0;
}

.sdgs_content.sdgs02 h4 {
  background-color: #F8B638;
}

.sdgs_content.sdgs03 h4 {
  background-color: #96C737;
}

.sdgs_content .sdgs_head {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.sdgs_content .sdgs_itemlist {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #EEE;
  padding: 30px 0;
  text-align: center;
}

.sdgs_content .sdgs_itemlist p {
  text-align: center;
}

.sdgs_content .sdgs_itemlist ul {
  display: inline-block;
  margin-top: 0;
}

.sdgs_content .sdgs_itemlist ul li {
  text-align: left;
}

.sdgs_content .item_contents {
  max-width: 740px;
  margin: auto;
}

.sdgs_content .sdgs_icon {
  padding: 20px;
}

.sdgs_content .sdgs_icon p {
  text-align: center;
}

.sdgs_content .sdgs_icon ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sdgs_content .sdgs_icon ul li {
  list-style: none;
  max-width: 120px;
  margin: 0 5px;
}

.sdgs_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.sdgs_photo {
  overflow: hidden;
  padding-bottom: 30px;
}

.sdgs_photo h5 {
  color: #0254A6;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
  clear: both;
}

.sdgs_photo p {
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .sdgs_intro .sdgsmarkimg {
    width: 100px;
  }
  .sdgs_intro h3 {
    font-size: 22px;
  }
  .sdgs_content {
    margin: 50px 10px 0px;
  }
  .sdgs_content h4 {
    font-size: 16px;
  }
  .sdgs_content .sdgs_head {
    font-size: 16px;
  }
  .sdgs_content .sdgs_itemlist {
    padding: 20px 0;
  }
  .sdgs_content .item_contents {
    max-width: 740px;
    margin: auto;
  }
  .sdgs_content .sdgs_icon {
    padding: 20px;
  }
  .sdgs_content .sdgs_icon p {
    text-align: center;
  }
  .sdgs_content .sdgs_icon ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sdgs_content .sdgs_icon ul li {
    list-style: none;
    max-width: 120px;
    margin: 0 5px;
  }
  .sdgs_content .sdgs_photo {
    padding: 0 20px;
  }
}

.csr_iso {
  background-color: #E0F2FC;
  padding-top: 50px;
  overflow: hidden;
}

.csr_iso h4 {
  background-color: #178FD0;
  color: #FFF;
  text-align: center;
  padding: 5px 20px;
  font-size: 20px;
}

.csr_iso .iso_content {
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  padding-bottom: 80px;
}

.csr_iso .pdficonlink {
  text-align: center;
}

.csr_iso .pdficonlink a {
  font-size: 12px;
  color: #333;
}

.csr_iso .pdficonlink img {
  max-width: 50px;
  padding-bottom: 5px;
}

.csr_iso .csr_narrowcontainer {
  max-width: 480px;
  margin: auto;
}

.csr_iso .csr_largetext {
  font-size: 18px;
  color: #0254A6;
  font-weight: bold;
}

@media (max-width: 767px) {
  .csr_iso h4 {
    padding: 5px 20px;
    font-size: 16px;
  }
  .csr_iso .pdficonlink {
    margin-top: 10px;
  }
  .csr_iso .csr_narrowcontainer {
    padding: 0 10px;
  }
  .csr_iso .csr_largetext {
    font-size: 15px;
  }
}

.title2_wrapper {
  text-align: center;
  padding: 30px 10px;
}

.title2_wrapper h2 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 0;
}

.title2_wrapper .title_en {
  margin-top: 0px;
  font-style: 16px;
  font-weight: bold;
}

.title2_wrapper .titlebtmimg {
  max-width: 300px;
  margin: auto;
}

@media (max-width: 767px) {
  .title2_wrapper {
    padding: 10px 10px;
  }
  .title2_wrapper h2 {
    font-size: 24px;
  }
}

/* ------------------------------
　　解決事例一覧
------------------------------ */
.solution_summary {
  margin: 0 20px;
  padding: 0;
}

.solution_summary li {
  list-style: none;
  margin-bottom: 20px;
}

.solution_summary li .slution_card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  padding-top: 60%;
}

.solution_summary li a {
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: block;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  width: 100%;
  text-align: left;
}

@media (max-width: 767px) {
  .solution_summary li .slution_card {
    padding-top: 100%;
  }
  .solution_summary li a {
    padding: 10px 20px;
  }
  .solution_summary li a p {
    font-size: 12px;
  }
}

/* ------------------------------
　　解決事例のエントリー
------------------------------ */
.page-header {
  text-align: center;
}

.page-header .solution_number {
  display: inline-block;
  background-color: #0254A6;
  color: #FFF;
  font-weight: bold;
  padding: 2px 20px;
  min-width: 300px;
}

.page-header .entryInfo {
  margin-bottom: 0;
}

.othersolution_summary {
  text-align: center;
  border-top: 1px solid #EEE;
  padding-top: 30px;
  margin-bottom: 30px;
}

.othersolution_summary h3 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.2;
}

.othersolution_summary .title_en {
  font-size: 10px;
  margin-top: 0;
}

.other_summary .card-title {
  font-size: 12px;
}

.other_summary .solution_summary {
  text-align: center;
}

.other_summary .solution_summary li {
  display: inline-block;
  float: none;
  width: 24%;
}

@media (max-width: 767px) {
  .other_summary .solution_summary li {
    width: 48%;
  }
}

/* ------------------------------
　　テキストユニットのエディターの設定
------------------------------ */
/* エントリー内ボタン */
.entry-column,
.entryFormLiteEditor {
  /* 色付きボタン */
}

.entry-column .entry-btn-default,
.entryFormLiteEditor .entry-btn-default {
  background: #999;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
}

.entry-column .entry-btn-default:hover, .entry-column .entry-btn-default:visited,
.entryFormLiteEditor .entry-btn-default:hover,
.entryFormLiteEditor .entry-btn-default:visited {
  color: #FFF;
  text-decoration: none;
}

.entry-column .entry-btn-default:focus, .entry-column .entry-btn-default:active,
.entryFormLiteEditor .entry-btn-default:focus,
.entryFormLiteEditor .entry-btn-default:active {
  color: #FFF;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.entry-column .entry-btn-default:hover,
.entryFormLiteEditor .entry-btn-default:hover {
  color: #FFF;
  background-color: #999;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C1C1C1), to(#999));
  background-image: -webkit-linear-gradient(top, #C1C1C1, #999);
  background-image: linear-gradient(to bottom, #C1C1C1, #999);
}

.entry-column .entry-btn-default:active, .entry-column .entry-btn-default:focus,
.entryFormLiteEditor .entry-btn-default:active,
.entryFormLiteEditor .entry-btn-default:focus {
  background: #878787;
}

.entry-column .entry-btn-attention,
.entryFormLiteEditor .entry-btn-attention {
  background: #FF9A00;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
}

.entry-column .entry-btn-attention:hover, .entry-column .entry-btn-attention:visited,
.entryFormLiteEditor .entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:visited {
  color: #FFF;
  text-decoration: none;
}

.entry-column .entry-btn-attention:focus, .entry-column .entry-btn-attention:active,
.entryFormLiteEditor .entry-btn-attention:focus,
.entryFormLiteEditor .entry-btn-attention:active {
  color: #FFF;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.entry-column .entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:hover {
  color: #FFF;
  background-color: #FF9A00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FDD87D), to(#FF9A00));
  background-image: -webkit-linear-gradient(top, #FDD87D, #FF9A00);
  background-image: linear-gradient(to bottom, #FDD87D, #FF9A00);
}

.entry-column .entry-btn-attention:active, .entry-column .entry-btn-attention:focus,
.entryFormLiteEditor .entry-btn-attention:active,
.entryFormLiteEditor .entry-btn-attention:focus {
  background: #EDA800;
}

/* ------------------------------
　　編集ページ
------------------------------ */
.field-title {
  padding: 0 10px;
}

.field-title:first-child {
  margin: 0 0 10px 0;
}

.field-table-inner {
  width: 100%;
}

.field-table-inner th,
.field-table-inner td {
  border: 0;
}

/* ------------------------------
　　レイアウトモジュール
------------------------------ */
/* 背景色 */
.layout-bg {
  padding: 20px 0;
  background: #F6F6F6;
}

.layout-space {
  padding: 20px 0;
}

/* カラムの中央寄せ */
.center-col {
  float: none;
  margin: 0 auto;
}

/* 見出し */
.section-heading {
  margin: 20px 0 40px 0;
  font-size: 28px;
}

.section-heading a {
  color: #333;
}

/* ------------------------------
　　各モジュール
------------------------------ */
/* フィールドグループ */
.group-heading {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.2;
}

.group-detail {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 1.7;
}

/* ヘッドライン */
.lp-headline {
  font-size: 16px;
}

/* ------------------------------
　　フッター
------------------------------ */
/* お問い合わせ誘導エリア */
.lp-suggest-box {
  padding: 50px 0;
}

.lp-suggest-text {
  margin: 30px 0 10px 0;
}

.lp-suggest-tel {
  margin: 0;
  color: #C38A00;
  font-weight: bold;
  font-size: 34px;
}

.lp-suggest-tel a {
  color: #C38A00;
}

.btn-shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

/* ------------------------------
　　メインカラム
------------------------------ */
.main:before, .main:after {
  display: table;
  content: " ";
}

.main:after {
  clear: both;
}

.main-inner {
  width: 100%;
  max-width: 820px;
}

.main-inner.is-space-left {
  float: right;
}

.main-inner.is-space-right {
  float: left;
}

.main-inner.is-space-center {
  margin: 0 auto;
}

/* ------------------------------
　　サイドカラム
------------------------------ */
.side-title {
  margin-top: 0;
  font-size: 18px;
}

/* ------------------------------
　　particle
------------------------------ */
canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -101;
}

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats, .count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box .message-group {
  margin: 0 0 35px 0;
}

.contact-box .message-text {
  color: #0254A6;
  font-weight: bold;
}

.contact-box .contact-no {
  margin: 0;
  color: #333;
  font-weight: bold;
  font-size: 30px;
}

.contact-box .contact-no a {
  color: inherit;
}

.contact-box .error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: #0254A6;
}

.contact-box p {
  line-height: 1.6;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  background: #e5e5e5;
}

.contact-form-heading {
  margin: 40px 0 10px 0;
}

.contact-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.contact-form-group fieldset {
  display: contents;
  border: 0;
}

.contact-form-label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 10px;
  font-weight: bold;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form-control {
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
}

.contact-form-grid {
  margin: 0 -5px;
}

.contact-form-col,
.acms-entry .contact-form-col {
  margin: 0 0 10px 0;
  padding: 0 5px;
}

.contact-form-col:last-child,
.acms-entry .contact-form-col:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .contact-form {
    width: 100%;
  }
  .contact-form-label {
    padding: 15px 15px 5px 15px;
    vertical-align: top;
  }
  .contact-form-control {
    padding: 5px 15px 15px 15px;
  }
  .contact-form-col {
    margin: 0;
  }
}

/* ステップ
------------------------------ */
.contact-box .mail-step {
  margin: 0 0 25px 0;
  padding: 0 10px;
  background: #E5E5E5;
  /* カウンターの設定 */
  counter-reset: mailStep;
}

.contact-box .mail-step-item {
  float: left;
  margin: 0 5px;
  padding: 14px 0 10px;
  color: #999;
  font-weight: bold;
  list-style: none;
  border-bottom: 4px solid transparent;
  font-size: 14px;
}

.contact-box .mail-step-item:before {
  content: counter(mailStep) ".";
  /* カウンターの設定 */
  counter-increment: mailStep;
}

.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px) {
  .contact-box .mail-step-item {
    margin: 0 10px;
    padding: 18px 0 14px;
    font-size: 16px;
  }
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center;
}

.form-btn {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .form-btn-send {
    width: 100%;
    max-width: 360px;
  }
}

/* ラベル
------------------------------ */
.label-required {
  margin: 0 5px;
  padding: 2px 8px;
  color: #fff;
  background: #0254A6;
  border-radius: 3px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .label-required {
    margin: 0 10px;
  }
}

/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
  border: 1px solid #c49511;
}

.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}

.contact-box select[required]:valid {
  border: 1px solid #a7a7aa;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #fffdeb;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #ffebee;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #fff;
}

.contact-box input[type="text"],
.contact-box input[type="password"],
.contact-box input[type="datetime"],
.contact-box input[type="datetime-local"],
.contact-box input[type="date"],
.contact-box input[type="month"],
.contact-box input[type="time"],
.contact-box input[type="week"],
.contact-box input[type="number"],
.contact-box input[type="email"],
.contact-box input[type="url"],
.contact-box input[type="search"],
.contact-box input[type="tel"] {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
}

.contact-box textarea {
  font-size: 16px;
  padding: 5px 5px 4px;
}

.contact-box select {
  background-color: #f7f7f7;
  min-height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .contact-box input[type="text"],
  .contact-box input[type="password"],
  .contact-box input[type="datetime"],
  .contact-box input[type="datetime-local"],
  .contact-box input[type="date"],
  .contact-box input[type="month"],
  .contact-box input[type="time"],
  .contact-box input[type="week"],
  .contact-box input[type="number"],
  .contact-box input[type="email"],
  .contact-box input[type="url"],
  .contact-box input[type="search"],
  .contact-box input[type="tel"] {
    padding: 5px 8px;
  }
  .contact-box textarea {
    padding: 5px 8px;
  }
  .contact-box select {
    padding-left: 8px;
    min-height: 40px;
  }
}

/* バリデーター
------------------------------ */
.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c;
}

.invalid {
  background-color: #ffebee !important;
}

/* ------------------------------
　　スタイルの上書き
------------------------------ */
.contactwrapper {
  max-width: 700px;
  margin: auto;
}

.contactwrapper .contact-no {
  text-align: center;
}

.contactwrapper h2 {
  text-align: center;
  border-bottom: 1px solid #0254A6;
  margin-top: 80px;
  font-size: 26px;
  padding-bottom: 10px;
}

.tellink {
  pointer-events: none;
}

@media (max-width: 767px) {
  .tellink {
    pointer-events: initial;
  }
}

.contact_recinfo {
  text-align: center;
  font-size: 1.1em;
}

.contact_recinfo strong {
  font-size: 1.2em;
}

.animateFade {
  opacity: 0;
}

/* ------------------------------
　　トップページ
------------------------------ */
.connect {
  padding-top: 60px;
  text-align: center;
}

.connect .connect_encopy {
  font-family: 'Noto Serif JP', serif;
  margin: 0;
  font-weight: bold;
}

.connect h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 20px;
}

.connect .narrow-container {
  max-width: 500px;
}

.connect .narrow-container p {
  text-align: left;
}

.connect .peapleimg {
  max-width: 700px;
  margin: auto;
}

@media (max-width: 767px) {
  .connect {
    padding-top: 40px;
  }
  .connect h2 {
    font-size: 30px;
  }
}

.top_work {
  padding-top: 30px;
  padding-bottom: 90px;
}

.top_work .morelink {
  text-align: center;
}

.top_work .top_work_link {
  max-width: 900px;
  padding-top: 60px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top_work .top_work_link .worklink:nth-child(2) {
  margin-top: -40px;
}

.top_work .top_work_link .worklink a {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.top_work .top_work_link .worklink a::after {
  content: "＞";
  position: absolute;
  background-color: #fff;
  color: #999;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  font-size: 9px;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 25px;
  line-height: 20px;
  margin: auto;
}

.top_work .top_work_link .worklink.link1 a {
  background-color: #96C737;
}

.top_work .top_work_link .worklink.link1 a:hover {
  background-color: #6f9426;
}

.top_work .top_work_link .worklink.link2 a {
  background-color: #178FD0;
}

.top_work .top_work_link .worklink.link2 a:hover {
  background-color: #106897;
}

.top_work .top_work_link .worklink.link3 a {
  background-color: #EF7FC0;
}

.top_work .top_work_link .worklink.link3 a:hover {
  background-color: #ca71a5;
}

.top_work .top_work_link .circle a {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #999;
  margin: 15px;
}

.top_work .top_work_link .circle a span.text {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 190px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.5;
}

.top_work .top_work_link .circle a span.text span {
  font-size: 12px;
  display: block;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .top_work {
    padding-bottom: 30px;
  }
  .top_work .top_work_link {
    padding-top: 60px;
    text-align: center;
  }
  .top_work .top_work_link .circle a {
    width: 110px;
    height: 110px;
    margin: 5px;
  }
  .top_work .top_work_link .circle a::after {
    bottom: 10px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    font-size: 6px;
    bottom: 15px;
    line-height: 10px;
  }
  .top_work .top_work_link .circle a span.text {
    width: 110px;
    font-size: 18px;
  }
  .top_work .top_work_link .circle a span.text span {
    font-size: 10px;
  }
}

.yourissue {
  background-image: url(../../images/yourissue_bg.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

.yourissue .textcontentbackground {
  width: 33.333%;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  background-color: rgba(1, 35, 68, 0.7);
  z-index: 0;
  background-image: url(../../images/yourissue_bg2.png);
  background-position: left top;
  background-size: 70%;
  background-repeat: no-repeat;
}

.yourissue .text_content {
  color: #FFF;
  position: relative;
  z-index: 2;
  padding-left: 10%;
  padding-right: 5%;
  max-width: 340px;
  float: right;
}

.yourissue .text_content h3 {
  font-size: 30px;
  line-height: 1.6;
}

.yourissue .card_outer {
  width: 90%;
}

.yourissue .card_wrapper {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  margin: 10px 10px 20px;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.yourissue .card_wrapper:hover {
  background-color: #d2eaf7;
}

.yourissue .card_wrapper .answerimg {
  width: 50%;
  margin: auto;
}

.yourissue .card_wrapper h4 {
  margin: 0;
  font-size: 20px;
  color: #0254A6;
  line-height: 1.4;
}

.yourissue .card_wrapper .morelink a {
  background-color: #0254A6;
  color: #FFF;
  font-size: 12px;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.yourissue .card_wrapper .morelink a:hover {
  text-decoration: none;
}

.yourissue .challengetext {
  position: relative;
  z-index: 5;
  width: 70%;
  margin: auto;
  clear: both;
}

@media (max-width: 767px) {
  .yourissue {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .yourissue .textcontentbackground {
    display: none;
  }
  .yourissue .text_content {
    background-image: url(../../images/yourissue_bg2.png);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(1, 35, 68, 0.7);
    margin: 0 -10px 20px;
    padding: 30px 20px 10px;
    float: none;
    max-width: none;
  }
  .yourissue .text_content h3 {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .yourissue .text_content h3 br {
    display: none;
  }
  .yourissue .card_outer {
    width: 100%;
  }
  .yourissue .card_outer .acms-col-6:nth-of-type(2n+1) {
    clear: both;
  }
  .yourissue .card_wrapper {
    margin: 10px 0 10px;
  }
  .yourissue .card_wrapper:nth-child(2n+1) {
    clear: both;
  }
  .yourissue .card_wrapper a {
    font-size: 16px;
  }
  .yourissue .card_wrapper .ansertexgt {
    font-size: 10px;
  }
  .yourissue .card_wrapper h4 {
    font-size: 16px;
  }
  .yourissue .challengetext {
    width: 80%;
  }
}

.top_threedna {
  padding-top: 50px;
  padding-bottom: 50px;
}

.top_threedna .morelink {
  text-align: center;
}

.top_threedna .dna_content {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.top_threedna .dna_content .dna_image_outer {
  padding-top: 40%;
}

.top_threedna .dna_content .text_image {
  position: absolute;
  z-index: 2;
  width: 70%;
  left: 0;
  right: 0;
  margin: auto;
}

.top_threedna .dna_content .dna_image {
  position: absolute;
  width: 50%;
  top: 80px;
  left: 0;
}

.top_threedna .dna_content .dna_text {
  margin-top: 25%;
  margin-left: 30px;
}

.top_threedna .dna_content .dna_text h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 0;
}

.top_threedna .dna_content .dna_text .morelink {
  text-align: center;
}

.top_threedna .dna_content .dna_text .morelink a {
  background-color: #0254A6;
  color: #FFF;
  display: inline-block;
  border-radius: 20px;
  padding: 5px 40px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.top_threedna .dna_content .dna_text .morelink a:hover {
  background-color: #004283;
  text-decoration: none;
}

.top_threedna .trackillust {
  max-width: 650px;
  margin: 60px auto;
}

@media (max-width: 767px) {
  .top_threedna {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top_threedna .dna_content {
    margin-top: 20px;
  }
  .top_threedna .dna_content .dna_image_outer {
    padding: 0;
    margin: -20px 0;
  }
  .top_threedna .dna_content .text_image {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .top_threedna .dna_content .dna_image {
    position: relative;
    width: 100%;
    top: auto;
  }
  .top_threedna .dna_content .dna_text {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0;
    overflow: hidden;
  }
  .top_threedna .dna_content .dna_text h3 {
    font-size: 20px;
  }
  .top_threedna .dna_content .dna_text p {
    font-size: 12px;
  }
  .top_threedna .trackillust {
    width: 80%;
    margin: 10px auto;
  }
}

.top_koguchi {
  border-top: 1px solid #EEE;
  background-color: #fff;
  padding-top: 80px;
}

.top_koguchi .koguchi_content {
  overflow: hidden;
  background-image: url(../../images/top_koguchiimg.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.top_koguchi .koguchitext {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
}

.top_koguchi .koguchitext h3 {
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .top_koguchi {
    padding-top: 30px;
  }
  .top_koguchi .koguchi_content {
    padding-top: 200px;
    padding-bottom: 20px;
  }
  .top_koguchi .koguchitext {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .top_koguchi .koguchitext h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .top_koguchi .koguchitext h3 br {
    display: none;
  }
  .top_koguchi .koguchitext p {
    font-size: 12px;
  }
}

.top_sumarin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

.top_sumarin .top_sumarin_image {
  width: 50%;
}

.top_sumarin .top_sumarin_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

.top_sumarin .top_sumarin_text {
  width: 50%;
  padding: 40px 20px 20px 40px;
}

.top_sumarin .top_sumalinlargecopy {
  max-width: 600px;
  margin-bottom: 5px;
}

.top_sumarin .morelink {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.top_sumarin .top_sumalin_smallcopy {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .top_sumarin {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_sumarin .top_sumarin_image {
    width: 100%;
    height: 50vw;
  }
  .top_sumarin .top_sumarin_image img {
    -o-object-position: top 10% right;
    object-position: top 10% right;
  }
  .top_sumarin .top_sumarin_text {
    width: 100%;
    padding: 30px 10px;
  }
  .top_sumarin .top_sumalinlargecopy {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .top_sumarin .top_sumalinlargecopy img {
    max-width: 400px;
    width: 80%;
  }
  .top_sumarin .morelink {
    float: none;
  }
  .top_sumarin .top_sumalin_smallcopy {
    font-size: 12px;
  }
}

.solutioncase {
  background-color: #fff;
  position: relative;
  background-image: url(../../images/solutioncase_photo.jpg), url(../../images/solutioncase_bgimg.png);
  background-size: 40%, 35%;
  background-position: top right -10%, top 80px left -15%;
  background-repeat: no-repeat;
  padding-top: 80px;
}

.solutioncase .solutioncase_content_outer {
  overflow: hidden;
}

.solutioncase .solutioncase_content_outer .solutioncase_content {
  max-width: 500px;
  margin: auto;
}

.solutioncase .solutioncase_textimg {
  padding-top: 100px;
  margin-left: 10px;
  width: 65%;
  max-width: 1600px;
}

.solutioncase .solutioncase_content h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 0;
}

.solutioncase .solutioncase_content .case_entitle {
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.solutioncase .solutioncase_content .case_text {
  padding: 0 40px;
}

.solutioncase .case_slider {
  margin-top: 80px;
  padding-bottom: 0;
}

.solutioncase .case_slider .case_linkcontent {
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

.solutioncase .case_slider .case_linkcontent::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.solutioncase .case_slider .case_linkcontent:hover::before {
  background-color: rgba(2, 84, 166, 0.8);
}

.solutioncase .case_slider .case_linkcontent h4 {
  position: relative;
  z-index: 2;
  color: #FFF;
  margin: 0;
  padding-top: 60px;
  font-size: 16px;
}

.solutioncase .case_slider .case_linkcontent p {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 100px 10px;
}

.solutioncase .case_slider .case_linkcontent p a {
  font-weight: bold;
  color: #FFF;
}

.solutioncase .case_slider .case_linkcontent p a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .solutioncase {
    padding-top: 40px;
    background-image: none;
  }
  .solutioncase .solutioncase_textimg {
    padding-top: 50px;
    margin-left: 0;
    width: 75%;
  }
  .solutioncase .solutioncase_content h3 {
    font-size: 22px;
    margin-top: 10px;
  }
  .solutioncase .solutioncase_content .case_entitle {
    font-size: 10px;
  }
  .solutioncase .solutioncase_content .case_text {
    padding: 0 40px;
  }
  .solutioncase .case_slider {
    margin-top: 40px;
  }
  .solutioncase .case_slider .case_linkcontent h4 {
    font-size: 14px;
  }
  .solutioncase .case_slider .case_linkcontent p {
    font-size: 10px;
  }
}

.news_headline {
  background-color: #0254A6;
  overflow: hidden;
  padding: 80px 0;
}

.news_headline h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  color: #FFF;
  margin: 0;
  position: relative;
}

.news_headline h3::after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 3.5em);
  background-color: #fff;
  margin-left: 3.5em;
  position: absolute;
  top: 51%;
}

.news_headline .news_container {
  max-width: 600px;
  margin: auto;
}

.news_headline .newsheadline {
  color: #FFF;
  margin: 0 10px 40px;
}

.news_headline .newsheadline dd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.news_headline .newsheadline dd a {
  color: #FFF;
  font-weight: bold;
}

.news_headline .newsheadline .news_categoly {
  font-size: 12px;
  display: inline-block;
  background-color: #999;
  margin-left: 5px;
  padding: 0 10px;
  border-radius: 2px;
}

.news_headline .newsheadline .news_categoly.logistics {
  background-color: #33C1B0;
}

.news_headline .newsheadline .news_categoly.media {
  background-color: #C87FEF;
}

.news_headline .newsheadline .news_categoly.recruit {
  background-color: #F8B638;
}

.news_headline .morelink a {
  background-color: #FFF;
  color: #0254A6;
}

@media (max-width: 767px) {
  .news_headline {
    padding: 40px 20px;
  }
  .news_headline h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .news_headline .newsheadline dd {
    font-size: 12px;
  }
  .news_headline .newsheadline .news_categoly {
    font-size: 9px;
  }
}

.top_company {
  background-color: #fff;
  padding: 80px 10px;
  overflow: hidden;
}

.top_company .photowrap {
  padding-right: 30px;
}

.top_company h3 {
  text-align: center;
  font-size: 26px;
  margin: 0;
}

.top_company .entitle {
  margin-top: 0;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 767px) {
  .top_company .photowrap {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .top_company h3 {
    font-size: 22px;
  }
  .top_company .entitle {
    font-size: 10px;
  }
}

.topreclink {
  background-image: url(../../images/top_recruitbgimg.jpg);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 60px 10px;
}

.topreclink .linkwrap {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  display: inline-block;
  padding: 30px 50px;
}

.topreclink .linkwrap h3 {
  font-size: 30px;
  margin: 0;
  line-height: 1.5;
}

.topreclink .linkwrap .entitle {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 767px) {
  .topreclink {
    padding: 40px 10px;
  }
  .topreclink .linkwrap {
    padding: 30px 50px;
  }
  .topreclink .linkwrap h3 {
    font-size: 22px;
  }
  .topreclink .linkwrap .entitle {
    font-size: 10px;
  }
}

/* ------------------------------
　　トップページメイン動画
------------------------------ */
.headmvwrap {
  background-color: #EEE;
  /*   margin-bottom: 50px; */
  margin-bottom: 0px;
  max-height: 700px;
}

.header_img {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-height: 700px;
}

.header_img .frontbgimg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.3);
}

.mainimagwrap {
  /* background-image: url(../images/toploadingbgimg.jpg); */
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: 0;
  margin-bottom: -10%;
  padding: 0 0 47%;
  overflow: hidden;
  width: 100%;
}

.mainimagwrap_sp {
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: 0px;
  margin-bottom: -100px;
  padding: 0 0 50px;
  overflow: hidden;
}

.mainimagwrap video {
  position: absolute;
  text-align: center;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
}

.mainimagwrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}

.header_img p {
  width: 100%;
  text-align: center;
  z-index: 200;
}

.headcopy_01 {
  width: 80%;
  max-width: 600px;
  margin: auto;
  display: block;
}

.headcopy_02 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  display: block;
  max-width: 570px;
  right: 0;
  left: 0;
  padding-top: 10px;
  margin: auto;
  line-height: 2.1;
  border-top: solid 2px rgba(255, 255, 255, 0.6);
  text-align: left !important;
  text-shadow: 0 0 7px #000;
}

.headcopywrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.headcopywrap p {
  position: relative;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.aboutlink {
  background-color: #0254A6;
  font-family: 'Noto Serif JP', serif;
  color: #FFF;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: bold;
  margin-top: 15px;
  letter-spacing: 0.1em;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a.aboutlink:hover {
  background-color: #004283;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .mainimagwrap {
    padding: 0 0 48%;
  }
  .mainimagwrap video {
    width: 100%;
    right: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .mainimagwrap {
    padding: 0 0 47%;
  }
  .mainimagwrap video {
    right: 0;
    left: 0%;
  }
}

/* ------------------------------
　　小口配送
------------------------------ */
.smile_link_wrap .pagetitle {
  background-color: #0254A6;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
}

.smile_link_wrap .pagetitle .line_spalator_pc {
  width: 10%;
  background-image: url(../../images/smilelink_logo_headmask.png);
  background-size: 100% 100%;
}

.smile_link_wrap .pagetitle .line_spalator_sp {
  display: none;
}

.smile_link_wrap .pagetitle .title_leftlogo {
  width: 30%;
  background-color: #FFF;
  background-size: cover;
  background-position: right top;
  padding-top: 230px;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 10px;
  text-align: right;
}

.smile_link_wrap .pagetitle .title_leftlogo img {
  display: inline-block;
  width: 100%;
}

.smile_link_wrap .pagetitle .title_right {
  margin-left: 10px;
}

.smile_link_wrap .pagetitle .head_lgcopy {
  padding-top: 120px;
}

.smile_link_wrap .pagetitle .head_lgcopy h2 {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 10px;
}

.smile_link_wrap .pagetitle .head_lgcopy h2 strong {
  display: block;
  font-size: 75px;
  font-weight: bold;
  padding-top: 5px;
}

.smile_link_wrap .pagetitle .copy_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.smile_link_wrap .pagetitle .copy_wrapper {
  float: left;
  max-width: 400px;
}

.smile_link_wrap .pagetitle .copy_wrapper strong {
  font-size: 1.2em;
}

.smile_link_wrap .pagetitle .peopleimg {
  max-width: 230px;
  margin-left: 20px;
}

@media (max-width: 1023px) {
  .smile_link_wrap .pagetitle .head_lgcopy h2 {
    font-size: 40px;
  }
  .smile_link_wrap .pagetitle .head_lgcopy {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .smile_link_wrap .pagetitle {
    display: block;
    background-image: none;
    color: #FFF;
  }
  .smile_link_wrap .pagetitle .title_leftlogo {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .smile_link_wrap .pagetitle .title_leftlogo img {
    max-width: 500px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .line_spalator_pc {
    display: none;
  }
  .smile_link_wrap .pagetitle .line_spalator_sp {
    display: block;
    width: 100%;
    height: 20px;
    background-image: none;
  }
  .smile_link_wrap .pagetitle .head_lgcopy {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .smile_link_wrap .pagetitle .head_lgcopy h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1.1;
  }
  .smile_link_wrap .pagetitle .head_lgcopy h2 strong {
    font-size: 70px;
  }
}

.smilelink_service_introduction {
  background-image: -webkit-radial-gradient(#FFF 30%, #f2f6fb 31%), -webkit-radial-gradient(#FFF 30%, #f2f6fb 31%);
  background-image: radial-gradient(#FFF 30%, #f2f6fb 31%), radial-gradient(#FFF 30%, #f2f6fb 31%);
  background-size: 16px 16px;
  background-position: 0 0,8px 8px;
  padding: 80px 0 10px;
  overflow: hidden;
}

.smilelink_service_introduction .service_logo {
  text-align: center;
}

.smilelink_service_introduction .service_logo img {
  width: 90%;
  max-width: 800px;
}

.smilelink_service_introduction .carimage_wrapper {
  margin-right: calc(50% - 50vw);
  width: 50vw;
  float: right;
}

.smilelink_service_introduction .text_wrapper {
  margin-top: 30px;
}

.smilelink_service_introduction .text_wrapper h4 {
  font-size: 26px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .smillink_service_introduction .carimage_wrapper {
    margin-right: 0;
    width: 80vw;
    float: none;
  }
  .smillink_service_introduction .text_wrapper {
    margin-top: 30px;
  }
  .smillink_service_introduction .text_wrapper h4 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .smilelink_service_introduction .carimage_wrapper {
    width: 90vw;
  }
}

.smilelink_service_photo {
  overflow: hidden;
  position: relative;
}

.smilelink_service_photo .textcontent {
  padding-top: 50px;
  padding-bottom: 70px;
}

.smilelink_service_photo .textcontent .service_strengths_icon {
  width: 100px;
  margin-bottom: 10px;
}

.smilelink_service_photo .textcontent .smilelink_logo {
  max-width: 200px;
}

.smilelink_service_photo .textcontent h3 {
  font-size: 40px;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}

.smilelink_service_photo .imagecontent {
  width: 58vw;
}

.smilelink_service_photo .imagecontent .bg_photo {
  background-size: cover;
  background-position: center;
  width: 58vw;
  position: absolute;
  top: 0;
  bottom: 0;
}

.smilelink_service_photo.image_right .imagecontent {
  margin-right: calc(50% - 50vw);
  float: right;
}

.smilelink_service_photo.image_right .sepaleter_img {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 40px;
  background-image: url(../../images/photosepalete_left.png);
  background-size: 100% 100%;
}

.smilelink_service_photo.image_left .imagecontent {
  margin-left: calc(50% - 50vw);
  float: left;
}

.smilelink_service_photo.image_left .imagecontent .bg_photo {
  left: 0;
}

.smilelink_service_photo.image_left .sepaleter_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(58vw - 40px);
  z-index: 2;
  width: 40px;
  background-image: url(../../images/photosepalete_right.png);
  background-size: 100% 100%;
}

.smilelink_service_photo.image_left .textcontent {
  position: relative;
}

.smilelink_service_photo.content01 .bg_photo {
  background-image: url(../../images/serviceimg_01.jpg);
}

.smilelink_service_photo.content02 .bg_photo {
  background-image: url(../../images/serviceimg_02.jpg);
}

.smilelink_service_photo.content03 .bg_photo {
  background-image: url(../../images/serviceimg_03.jpg);
}

.smilelink_service_photo .contactlink a {
  display: inline-block;
  background-color: #0254A6;
  color: #FFF;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 50px;
}

.smilelink_service_photo .contactlink a:hover {
  background-color: #004283;
  text-decoration: none;
}

@media (max-width: 767px) {
  .sepaleter_img {
    display: none;
  }
  .smilelink_service_photo.image_right .imagecontent {
    float: none;
    margin: 0;
  }
  .smilelink_service_photo .imagecontent {
    width: 100%;
  }
  .smilelink_service_photo .imagecontent .bg_photo {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;
  }
  .smilelink_service_photo .textcontent {
    padding-bottom: 30px;
  }
  .smilelink_service_photo .textcontent .service_strengths_icon {
    text-align: center;
    margin: auto;
  }
  .smilelink_service_photo .textcontent .smilelink_logo {
    text-align: center;
    margin: auto;
  }
  .smilelink_service_photo .textcontent h3 {
    text-align: center;
    font-size: 30px;
    margin: 10px auto;
  }
  .smilelink_service_photo .textcontent h3 span {
    display: inline;
  }
  .smilelink_service_photo .textcontent .contactlink {
    text-align: center;
  }
}

.fast {
  padding-top: 80px;
}

.fast .fasttitle {
  text-align: center;
}

.fast .fasttitle .titleheader {
  background-color: #D0141B;
  color: #FFF;
  display: inline-block;
  padding: 3px 10%;
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
}

.fast .fasttitle h4 {
  color: #D0141B;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 1.4;
}

.fast .okomari {
  overflow: hidden;
  padding: 0 50px;
  margin-top: 70px;
}

.fast .okomari .clockimage {
  padding: 0 30px;
}

.fast .okomari .smalltexthead {
  background-image: url(../..//images/konna_bgline.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  max-width: 20em;
  color: #0254A6;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.fast .okomari h4 {
  font-size: 30px;
  line-height: 1.4;
  margin: 0;
}

.fast .okomari .comment {
  background-color: #DDD;
  font-size: 12px;
  padding: 10px 20px;
}

.fast .tokkyu {
  border: 2px solid #0254A6;
  clear: both;
  text-align: center;
  margin-top: 80px;
  padding: 20px 20px;
}

.fast .tokkyu p {
  margin: 5px 0;
  line-height: 1.4;
}

.fast .tokkyu .largetext {
  font-size: 24px;
  font-weight: bold;
  color: #0254A6;
}

.fast .tokkyu .largetext strong {
  font-size: 1.5em;
}

.fast .disabele_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  border-right: 2px solid #333;
  margin: 60px 0;
}

.fast .disabele_list .listwrap {
  border-left: 2px solid #333;
  padding: 20px 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fast .disabele_list .logowrap {
  width: 200px;
  margin: 0 auto 10px;
}

.fast .disabele_list h4 {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}

.fast .disabele_list .arrow_img {
  width: 60px;
  margin: 0 auto;
}

.fast .sls_otherservice {
  overflow: hidden;
  margin-top: 50px;
}

.fast .sls_otherservice .service_wrap {
  overflow: hidden;
  margin-bottom: 50px;
}

.fast .sls_otherservice .service_wrap .logowrap {
  text-align: center;
  width: 400px;
  margin: auto;
}

.fast .sls_otherservice .service_wrap .service_name {
  color: #0254A6;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}

.fast .sls_otherservice .service_wrap .service_name span {
  font-size: 14px;
}

.fast .sls_otherservice .service_wrap p {
  margin-top: 0;
}

.fast .sls_otherservice .example_list .example_title {
  background-color: #178FD0;
  color: #FFF;
  text-align: center;
  padding: 7px 20px;
}

.fast .sls_otherservice .example_list .example_title span {
  font-size: 12px;
}

.fast .sls_otherservice .example_list ul {
  overflow: hidden;
}

.fast .sls_otherservice .example_list ul li {
  width: 50%;
  float: left;
  font-size: 16px;
  padding-bottom: 5px;
}

.fast .kaiketsu {
  background-color: #EDEDED;
  padding: 80px 0;
  overflow: hidden;
}

.fast .kaiketsu .narrow-container {
  max-width: 700px;
}

.fast .kaiketsu h3 {
  font-size: 60px;
  line-height: 1.5;
  margin: 5px 0;
}

.fast .kaiketsu h3 img {
  width: 500px;
  display: inline-block;
  top: -5px;
  position: relative;
}

.fast .kaiketsu .kadai_warp .kadai_headnumber {
  background-color: #0254A6;
  color: #FFF;
  display: inline-block;
  padding: 3px 20px;
  margin-top: 40px;
}

.fast .kaiketsu .kadai_warp .kadai_title h4 {
  margin: 10px 0;
  font-size: 24px;
}

.fast .kaiketsu .kadai_warp p {
  margin-top: 5px;
  margin-bottom: 20px;
}

.fast .kaiketsu .contactlinlk {
  text-align: center;
  font-weight: bold;
  margin-top: 80px;
  font-size: 18px;
}

.fast .kaiketsu .contactlinlk a {
  display: inline-block;
  padding: 10px 60px;
  text-decoration: none;
  background-color: #0254A6;
  color: #FFF;
  font-size: 18px;
}

.fast .kaiketsu .contactlinlk a:hover {
  background-color: #004283;
}

@media (max-width: 767px) {
  .fast .fasttitle h4 {
    font-size: 35px;
  }
  .fast .okomari .smalltexthead {
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .fast .disabele_list {
    display: block;
    border-top: 2px solid #333;
    border-right: none;
  }
  .fast .disabele_list .listwrap {
    border-bottom: 2px solid #333;
    border-left: none;
    padding: 40px 20px 20px;
  }
  .fast .sls_otherservice .service_wrap .logowrap {
    margin: 20px auto 0;
    max-width: 300px;
  }
  .fast .kaiketsu h3 img {
    width: 300px;
  }
  .fast .kaiketsu h3 {
    font-size: 30px;
  }
}

/* ------------------------------
　　すまりん
------------------------------ */
.sumalin_body {
  margin-top: 85px;
}

.sumalin_body .header_movie {
  position: relative;
}

.sumalin_body .header_movie video {
  width: 100%;
  vertical-align: bottom;
}

.sumalin_body .header_movie::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.sumalin_body .header_movie .sumalin_topmovie_copy_sub_en {
  position: absolute;
  z-index: 3;
  color: #FFF;
  top: 10px;
  right: 5%;
  font-family: serif;
  letter-spacing: .2em;
}

.sumalin_body .header_movie .sumalin_topmovie_copy_main {
  position: absolute;
  z-index: 4;
  width: 80%;
  max-width: 1200px;
  bottom: 18%;
  right: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .sumalin_body .header_movie .sumalin_topmovie_copy_sub_en {
    font-size: 9px;
  }
}

.sumalin_body .sumalin_index_maincontent {
  background-image: url(../../images/sumalin_index_backgrounimage.jpg);
  background-size: cover;
  background-position: top center;
  text-align: center;
  overflow: hidden;
}

.sumalin_body .sumalin_index_maincontent .sumalin_introduction {
  display: inline-block;
  margin: auto;
  background-color: #FFF;
  position: relative;
  margin-bottom: 340px;
  padding: 30px 40px 30px 40px;
}

.sumalin_body .sumalin_index_maincontent .sumalin_introduction .sumalin_start_copy {
  background-color: #64b9ee;
  font-weight: bold;
  font-size: 24px;
  color: #FFF;
  padding: 0px 40px;
  margin: 10px -30px;
  border-radius: 100px;
  left: -15px;
  position: absolute;
  width: 100%;
}

.sumalin_body .sumalin_index_maincontent .sumalin_introduction .sumalin_start_copy p {
  margin: 5px;
}

.sumalin_body .sumalin_index_maincontent .sumalin_introduction .sumalin_start_copy strong {
  color: #FFE75D;
}

.sumalin_body .sumalin_index_maincontent .sumalin_introduction .sumalin_introduction_copy {
  margin-top: 110px;
  font-size: 16px;
  line-height: 2;
}

.sumalin_body .sumalin_index_maincontent .sumalin_introduction .sumalin_logo_wrap {
  width: 500px;
  margin: 0 auto 10px;
}

.sumalin_body .sumalin_index_maincontent .sumalin_introduction .introduction_image {
  position: absolute;
  width: 350px;
  bottom: -300px;
}

.sumalin_body .sumalin_index_maincontent .sumalin_introduction .introduction_image.introduction_01 {
  bottom: -80px;
  left: -330px;
}

.sumalin_body .sumalin_index_maincontent .sumalin_introduction .introduction_image.introduction_02 {
  bottom: -300px;
  left: -70px;
}

.sumalin_body .sumalin_index_maincontent .sumalin_introduction .introduction_image.introduction_03 {
  bottom: -300px;
  right: -70px;
}

.sumalin_body .sumalin_index_maincontent .sumalin_introduction .introduction_image.introduction_04 {
  bottom: -80px;
  right: -330px;
}

.sumalin_body .sumalin_index_maincontent .next_link {
  margin: 30px 10px 0;
  padding-bottom: 60px;
  text-align: center;
}

.sumalin_body .sumalin_index_maincontent .next_link p {
  display: inline-block;
  margin: 0;
}

.sumalin_body .sumalin_index_maincontent .next_link a {
  color: #535353;
  font-size: 36px;
}

.sumalin_body .sumalin_index_maincontent .next_link a:hover {
  text-decoration: none;
}

.sumalin_body .sumalin_index_maincontent .next_link .sumalinproject_en {
  background-color: #535353;
  color: #FFF;
  padding: 5px 20px;
  font-family: serif;
  font-size: 12px;
  letter-spacing: .2em;
  margin-bottom: 20px;
}

.sumalin_body .sumalin_index_maincontent .next_link .arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-left: 1px solid #535353;
  border-bottom: 1px solid #535353;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .sumalin_body .sumalin_index_maincontent .sumalin_introduction {
    display: block;
    margin: 0 10px;
    margin-bottom: 200px;
    padding: 10px 20px 40px 20px;
  }
  .sumalin_body .sumalin_index_maincontent .sumalin_introduction .sumalin_start_copy {
    font-size: 14px;
    padding: 5px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px auto;
    left: auto;
    right: auto;
    width: 100%;
    display: block;
    position: relative;
  }
  .sumalin_body .sumalin_index_maincontent .sumalin_introduction .sumalin_introduction_copy {
    margin-top: 10px;
    font-size: 12px;
  }
  .sumalin_body .sumalin_index_maincontent .sumalin_introduction .sumalin_logo_wrap {
    width: 90%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  .sumalin_body .sumalin_index_maincontent .sumalin_introduction .introduction_image {
    position: absolute;
    width: 120px;
    bottom: -300px;
  }
  .sumalin_body .sumalin_index_maincontent .sumalin_introduction .introduction_image.introduction_01 {
    bottom: -80px;
    left: 0px;
  }
  .sumalin_body .sumalin_index_maincontent .sumalin_introduction .introduction_image.introduction_02 {
    bottom: -180px;
    left: 40px;
  }
  .sumalin_body .sumalin_index_maincontent .sumalin_introduction .introduction_image.introduction_03 {
    bottom: -180px;
    right: 40px;
  }
  .sumalin_body .sumalin_index_maincontent .sumalin_introduction .introduction_image.introduction_04 {
    bottom: -80px;
    right: 0px;
  }
  .sumalin_body .sumalin_index_maincontent .next_link {
    margin: 20px 10px 0;
    padding-bottom: 40px;
  }
  .sumalin_body .sumalin_index_maincontent .next_link a {
    font-size: 22px;
  }
  .sumalin_body .sumalin_index_maincontent .next_link .sumalinproject_en {
    font-family: serif;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .sumalin_body .sumalin_index_maincontent .next_link .arrow {
    width: 15px;
    height: 15px;
  }
}

.sumalin_body .project_wrap {
  background-size: cover;
  background-position: center;
  padding: 160px 20px 60px;
  overflow: hidden;
}

.sumalin_body .project_wrap.project_01 {
  background-image: url(../../images/sumalin_indexcontent_bgimage_vol01.jpg);
  background-position: top left 20%;
}

.sumalin_body .project_wrap.project_01 .project_link_wrapper {
  float: right;
}

.sumalin_body .project_wrap .project_link_wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  max-width: 400px;
  position: relative;
}

.sumalin_body .project_wrap .project_link_wrapper p {
  margin: 0;
}

.sumalin_body .project_wrap .project_link_wrapper .number {
  position: absolute;
  width: 500px;
  background-color: #64b9ee;
  left: 65%;
  padding: 5px 30px;
  border-radius: 50px;
  color: #FFF;
  font-size: 18px;
}

.sumalin_body .project_wrap .project_link_wrapper .number span {
  font-weight: bold;
  font-size: 1.2em;
}

.sumalin_body .project_wrap .project_link_wrapper .number::before {
  content: attr(data-number);
  display: block;
  color: #64b9ee;
  top: -70px;
  font-size: 80px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
}

.sumalin_body .project_wrap .project_link_wrapper .project_mark {
  width: 80px;
  margin-bottom: 10px;
}

.sumalin_body .project_wrap .project_link_wrapper .project_smallcopy {
  font-size: 16px;
}

.sumalin_body .project_wrap .project_link_wrapper .project_largecopy {
  color: #64b9ee;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
}

.sumalin_body .project_wrap .project_link_wrapper .project_intro {
  font-size: 20px;
  margin: 10px 0;
  font-weight: bold;
}

.sumalin_body .project_wrap .project_link_wrapper .more_info {
  margin: 20px 0 0;
}

.sumalin_body .project_wrap .project_link_wrapper .more_info a {
  font-family: serif;
  color: #999;
  letter-spacing: .5em;
  padding: 15px 5px;
}

.sumalin_body .project_wrap .project_link_wrapper .more_info a::before {
  display: inline-block;
  text-align: center;
  content: "→";
  background-color: #64b9ee;
  color: #FFF;
  padding: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 10px;
  letter-spacing: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 20px;
}

.sumalin_body .project_wrap .project_link_wrapper .more_info a:hover {
  text-decoration: none;
}

.sumalin_body .project_wrap .project_link_wrapper .more_info a:hover::before {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

@media (max-width: 767px) {
  .sumalin_body .project_wrap {
    padding: 180px 10px 20px;
  }
  .sumalin_body .project_wrap .project_link_wrapper {
    width: 80%;
    padding: 20px;
  }
  .sumalin_body .project_wrap .project_link_wrapper .number {
    font-size: 14px;
  }
  .sumalin_body .project_wrap .project_link_wrapper .number::before {
    font-size: 40px;
    top: -30px;
  }
  .sumalin_body .project_wrap .project_link_wrapper .project_mark {
    width: 40px;
  }
  .sumalin_body .project_wrap .project_link_wrapper .project_smallcopy {
    font-size: 12px;
  }
  .sumalin_body .project_wrap .project_link_wrapper .project_largecopy {
    font-size: 22px;
  }
  .sumalin_body .project_wrap .project_link_wrapper .project_intro {
    font-size: 14px;
  }
  .sumalin_body .project_wrap .project_link_wrapper .project_linkbodycopy {
    font-size: 10px;
    line-height: 1.5;
  }
  .sumalin_body .project_wrap .project_link_wrapper .more_info {
    margin-top: 10px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

.sumalin_body .comingsoon {
  text-align: center;
  padding: 120px 10px;
}

.sumalin_body .comingsoon p {
  display: inline-block;
  font-size: 14px;
  background-color: #333;
  color: #FFF;
  font-family: serif;
  padding: 5px 30px;
  letter-spacing: .2em;
}

/* ------------------------------
　　ヘッダー
------------------------------ */
/* サイト名 */
.head-wrapper {
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid #EEE;
  top: 0;
  height: 85px;
}

.head-wrapper.logined {
  top: 85px;
}

.head-wrapper .headerlogo {
  margin-top: 17px;
}

.head-wrapper .headnav ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: right;
}

.head-wrapper .headnav ul li {
  display: inline-block;
}

.head-wrapper .headnav ul li.sumalin {
  position: relative;
}

.head-wrapper .headnav ul li::after {
  content: "";
  height: 4px;
  position: relative;
  bottom: 0;
  display: block;
  background-color: #FFF;
  width: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  bottom: 4px;
}

.head-wrapper .headnav ul li.stay::after {
  width: 100%;
  background-color: #0254A6;
}

.head-wrapper .headnav ul li span.new_label {
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  color: #D0141B;
  font-weight: bold;
  text-align: center;
}

.head-wrapper .headnav ul li a {
  display: inline-block;
  padding: 15px 15px 13px;
  color: #0254A6;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1;
  height: 47px;
}

.head-wrapper .headnav ul li a:hover {
  text-decoration: none;
}

.head-wrapper .headnav ul li ul {
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  top: 70px;
  pointer-events: none;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head-wrapper .headnav ul li ul::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.head-wrapper .headnav ul li ul li {
  background-size: cover;
  background-position: center;
  width: 33.33333%;
  display: block;
}

.head-wrapper .headnav ul li ul li a {
  position: relative;
  display: block;
  padding: 50px;
  text-align: center;
  color: #FFF;
  height: auto;
}

.head-wrapper .headnav ul li ul.work_submenu li:first-child {
  background-image: url(../../images/nav_bgimg_work1.jpg);
}

.head-wrapper .headnav ul li ul.work_submenu li:nth-child(2) {
  background-image: url(../../images/nav_bgimg_work2.jpg);
}

.head-wrapper .headnav ul li ul.work_submenu li:nth-child(3) {
  background-image: url(../../images/nav_bgimg_work3.jpg);
}

.head-wrapper .headnav ul li ul.dna_submenu li:first-child {
  background-image: url(../../images/nav_bgimg_dna1.jpg);
}

.head-wrapper .headnav ul li ul.dna_submenu li:nth-child(2) {
  background-image: url(../../images/nav_bgimg_dna2.jpg);
}

.head-wrapper .headnav ul li ul.dna_submenu li:nth-child(3) {
  background-image: url(../../images/nav_bgimg_dna3.jpg);
}

.head-wrapper .headnav ul li ul.company_submenu li:first-child {
  background-image: url(../../images/nav_bgimg_company1.jpg);
}

.head-wrapper .headnav ul li ul.company_submenu li:nth-child(2) {
  background-image: url(../../images/nav_bgimg_company2.jpg);
}

.head-wrapper .headnav ul li ul.company_submenu li:nth-child(3) {
  background-image: url(../../images/nav_bgimg_company3.jpg);
}

.head-wrapper .headnav ul li:hover ul {
  top: 85px;
  opacity: 1;
  pointer-events: auto;
}

.head-wrapper .headnav .header_recbtn {
  text-align: right;
}

.head-wrapper .headnav .header_recbtn a {
  background-color: #D0141B;
  color: #FFF;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  margin-top: 10px;
  height: 28px;
}

.head-wrapper .headnav .contactfixbtn {
  position: absolute;
  top: 0;
  right: 0;
}

.head-wrapper .headnav .contactfixbtn a {
  background-color: #0254A6;
  color: #FFF;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 25px 15px 19px;
  height: 85px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.5;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.head-wrapper .headnav .contactfixbtn a:hover {
  text-decoration: none;
  background-color: #004283;
}

@media (max-width: 1350px) {
  .head-wrapper .headnav ul {
    margin-right: 100px;
  }
  .head-wrapper .headnav ul li a {
    padding: 15px 10px;
    font-size: 15px;
  }
  .head-wrapper .header_recbtn {
    margin-right: 100px;
  }
}

@media (max-width: 1030px) {
  .head-wrapper .headnav ul {
    margin-right: 100px;
  }
  .head-wrapper .headnav ul li a {
    padding: 15px 5px;
    font-size: 14px;
  }
  .head-wrapper .header_recbtn {
    margin-right: 100px;
  }
}

@media (max-width: 1023px) {
  .head-wrapper .headerlogo {
    text-align: center;
  }
  .head-wrapper .headerlogo img {
    width: 70%;
    max-width: 250px;
    padding-bottom: 15px;
  }
}

/* ------------------------------
　　モバイルメニュー
------------------------------ */
.site-header {
  position: fixed;
  right: 20px;
  top: 10px;
  z-index: 9999;
}

/* トグルメニューアイコン */
.icon-toggle-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 1px;
  margin: 9px 0;
  vertical-align: middle;
  background-color: #333;
  border-radius: 1px;
  -webkit-transition: .1s all;
  transition: .1s all;
}

.icon-toggle-menu:before, .icon-toggle-menu:after {
  position: absolute;
  display: block;
  width: 28px;
  height: 1px;
  background-color: #333;
  border-radius: 1px;
  -webkit-transition: .6s all;
  transition: .6s all;
  content: "";
}

.icon-toggle-menu:before {
  top: -9px;
}

.icon-toggle-menu:after {
  bottom: -9px;
}

[aria-expanded=true] .icon-toggle-menu {
  background: transparent;
}

[aria-expanded=true] .icon-toggle-menu:before {
  width: 28px;
  -webkit-transform: translate(-2px, 9px) rotate(45deg);
  transform: translate(-2px, 9px) rotate(45deg);
}

[aria-expanded=true] .icon-toggle-menu:after {
  width: 28px;
  -webkit-transform: translate(-2px, -9px) rotate(-45deg);
  transform: translate(-2px, -9px) rotate(-45deg);
}

/* ナビゲーションバー */
@media (max-width: 1023px) {
  .is-locked {
    overflow: hidden;
  }
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #0254A6;
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: all;
    transition-property: all;
    overflow-y: auto;
  }
  .mobile-nav.is-active {
    display: block;
  }
  .mobile-nav.is-opened {
    opacity: 1;
  }
  .mobile-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-nav-inner {
    padding: 0 0;
  }
  .mobile-nav-inner + .mobile-nav-inner {
    border-top: 1px solid #CCC;
  }
  .mobile-navbar {
    width: 100%;
  }
  .mobile-navbar-list {
    display: block;
    margin: 20px 0;
    padding: 0;
    line-height: 2.4;
    list-style: none;
    font-size: 18px;
  }
  .mobile-navbar-list li {
    display: block;
  }
  .mobile-navbar-list .navbar-btn {
    margin-top: 10px;
  }
  .mobile-navbar-list a {
    display: block;
  }
  .mobile-navbar-list a:not(.btn-attention),
  .mobile-navbar-list a:not(.btn-attention):hover,
  .mobile-navbar-list a:not(.btn-attention):visited,
  .mobile-navbar-list a:not(.btn-attention):active,
  .mobile-navbar-list a:not(.btn-attention):focus {
    color: #333;
  }
  .mobile-navbar-list a.btn-attention {
    font-weight: normal;
    background: transparent;
    border: 1px solid #FF9A00;
    color: #FF9A00;
    text-align: center;
    font-size: 16px;
  }
  .mobile-navbar-list .mobile-navbar-list {
    margin: -5px 0 10px 10px;
    line-height: 2;
    font-size: 14px;
  }
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention),
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):hover,
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):visited,
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):active,
  .mobile-navbar-list .mobile-navbar-list a:not(.btn-attention):focus {
    color: #666;
  }
  .mobile-nav-side {
    margin: 20px 0;
  }
  .mobile-nav-side-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-nav-side-item {
    display: block;
    margin: 0 0 10px 0;
  }
  .mobile-nav-side-link {
    color: #333;
    display: block;
  }
  .mobile-nav-side-link:hover, .mobile-nav-side-link:visited, .mobile-nav-side-link:active, .mobile-nav-side-link:focus {
    color: #333;
  }
  .mobile-navbar-footer {
    margin: 15px 0 0 0;
  }
  .mobile-navbar-footer .sns-list {
    margin: 0 0 30px;
  }
}

.mobile-nav-content .spnavlogo {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #FFF;
}

.mobile-nav-content .spnavlogo img {
  width: 30%;
  min-width: 200px;
}

.mobile-nav-content ul {
  padding-left: 0;
  margin-top: 0;
}

.mobile-nav-content ul li {
  list-style: none;
  text-align: center;
  font-size: 14px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

.mobile-nav-content ul li a {
  font-weight: bold;
  padding: 20px 15px;
  display: block;
  color: #FFF;
}

.mobile-nav-content ul li a.hoverlink {
  color: #FFF;
  pointer-events: none;
}

.mobile-nav-content ul ul {
  display: none;
  overflow: hidden;
  border-top: none;
  margin-bottom: 10px;
  margin-top: -10px;
}

.mobile-nav-content ul ul li {
  border-bottom: none;
}

.mobile-nav-content ul ul li img {
  display: none;
}

.mobile-nav-content ul ul li a {
  font-weight: normal;
  font-size: 12px;
  padding: 5px 5px 2px;
}

.mobile-nav-content ul .headerbtn {
  border-bottom: none;
}

.mobile-nav-content ul .headerbtn a {
  display: inline-block;
  width: 15%;
}

@media (max-width: 1023px) {
  header.head-wrapper.fixed_wrapper .header_fixed {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: auto;
  }
}

/* ------------------------------
　　フッター
------------------------------ */
.foot-wrapper {
  background-color: #EDEDED;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 20px;
}

.foot-wrapper .footerinfo {
  font-size: 12px;
}

.foot-wrapper .footerinfo .footerlogo {
  max-width: 300px;
}

.foot-wrapper .footernav_wrap .footernav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  max-width: 40em;
  margin-top: 0;
}

.foot-wrapper .footernav_wrap .footernav li {
  width: 33.333%;
  list-style: none;
}

.foot-wrapper .footernav_wrap .footernav li a {
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 0;
  display: inline-block;
}

.foot-wrapper .footernav_wrap .footernav li a.footercontactlink {
  background-color: #0254A6;
  color: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
}

.foot-wrapper .copyright {
  clear: both;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  color: #0254A6;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .foot-wrapper .footerinfo {
    text-align: center;
  }
  .foot-wrapper .footerinfo .footerlogo {
    max-width: 100%;
  }
  .foot-wrapper .footerinfo .footerlogo img {
    max-width: 200px;
  }
  .foot-wrapper .footernav_wrap .footernav li {
    width: 50%;
  }
  .foot-wrapper .footernav_wrap .footernav li:last-child {
    width: 100%;
  }
  .foot-wrapper .footernav_wrap .footernav li a {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .foot-wrapper .footernav_wrap .footernav li a.footercontactlink {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .foot-wrapper .copyright {
    font-size: 10px;
  }
}

.okatsu_hd_logo {
  max-width: 200px;
  margin: 30px auto;
}

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