<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 事例 */
/* 余白リセット */
body#jirei .pure-pusher-container {
  margin-top: 100px;
}

body#jirei .head_green30 {
  margin-bottom: 0;
  letter-spacing: -.25px;
}

body#jirei .container-inner,
body#jirei div#g-contents{
    padding: 0 80px 100px;
    width: auto;
}

body#jirei div#g-contents.jirei-container {
    padding: 0;
}

@media screen and (max-width: 767px){
	padding: 0 5%;
}

.main_title {
  text-align: center;
  margin: 80px 0 60px;
  color: #31A27D;
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 767px){
	margin: 0;
}

/* 事例共通 */
.jirei-sub-title {
  margin: 8px 0 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -.25px;
  line-height: 1.5;
  text-align: center !important;
}

/* 導入実績 */
.jirei-example {
  margin: 64px 0 24px;
  text-align: center;
  display: block;
}

.imgZoom {
  position: relative;
  overflow: hidden;
}

.imgZoom img {
  display: block;
  transition: all .5s ease-in-out;
}

a:hover .imgZoom img {
  transform: scale(1.025, 1.025);
  opacity: 0.9;
}

/* トップ */
/*body#jirei .jirei-top {
  padding: 72px 0 54px;
  background: #31A27D url(assets/bg_jirei.png) repeat-x center;
}*/

body#jirei .jirei-top .head_green30,
body#jirei .jirei-top .jirei-sub-title {
  color: #fff;
  text-align: center;
}

body#jirei .jirei-top .jirei-tab {
  margin: 32px 0 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 16px;
}

body#jirei .jirei-top .jirei-tab li:first-child .btn-tab {
  z-index: 1;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

body#jirei .jirei-top .jirei-tab li:last-child .btn-tab {
  border-right: 1px solid #fff;
}

/* スライド */
.jirei-pickup {
  margin-top: 48px;
}

.jirei-pickup .jirei-pickup-item {
  z-index: 1;
  position: relative;
  min-width: 700px;
  height: 325px;
  margin: 0 16px 30px;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.jirei-pickup .jirei-pickup-item a {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.jirei-pickup .jirei-pickup-item a:after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: -170%;
  width: 150%;
  height: 100%;
  transform: skewX(25deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: '';
  opacity: .5;
}

.jirei-pickup .jirei-pickup-item a:hover:after {
  -webkit-animation: shine 1s ease forwards;
          animation: shine 1s ease forwards;
}

.jirei-pickup .jirei-pickup-item a:hover {
  text-decoration: none;
}

.jirei-pickup .jirei-pickup-item .jirei-pickup-image {
  width: 50%;
  height: 325px;
}

.jirei-pickup .jirei-pickup-item .jirei-pickup-image img {
  width: 100%;
  height: 325px;
  border-radius: 16px 0 0 16px;
}

.jirei-pickup .jirei-pickup-item .jirei-pickup-body {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 325px;
  padding: 24px;
}

.jirei-pickup .jirei-pickup-item .jirei-pickup-body .article-txt {
  margin: 0 0 16px;
  color: #31A27D;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.jirei-pickup .jirei-pickup-item .jirei-pickup-body .article-txt .em_s {
  display: none;
}

.jirei-pickup .jirei-pickup-item .jirei-pickup-body .article-name {
  margin-top: 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
}

.jirei-pickup .jirei-pickup-item .jirei-pickup-body .article-data {
  margin: 0;
  color: #31A27D;
  font-size: 1.3rem;
}

.jirei-pickup .jirei-pickup-item .jirei-pickup-body .article-logo {
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.jirei-pickup .jirei-pickup-item .jirei-pickup-body .article-logo img {
  max-width: 120px;
}

.jirei-pickup .jirei-pickup-item .jirei-pickup-body:before {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 0;
  height: 0;
  border-width: 15px 0 15px 30px;
  border-style: solid;
  border-color: transparent transparent transparent #31A27D;
  content: "";
}

/* 事例タブ */
.jirei-tab {
  display: flex;
  margin: 48px 0 0;
  border-top: 1px solid #31A27D;
  border-bottom: 1px solid #31A27D;
  border-radius: 16px;
  list-style: none;
}

.jirei-tab li {
  width: 25%;
  margin: 0;
}

.jirei-tab li:first-child .btn-tab {
  border-radius: 16px 0 0 16px;
}

.jirei-tab li:first-child .btn-tab:before {
  content: none;
}

.jirei-tab li:last-child .btn-tab {
  border-right: 1px solid #31A27D;
  border-radius: 0 16px 16px 0;
}

.jirei-tab .btn-tab {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  border: none;
  border-left: 1px solid #31A27D;
  border-radius: 0;
  background: #fff;
  color: #31A27D;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
}

.jirei-tab .btn-tab:before {
  position: absolute;
  right: 24px;
  color: #31A27D;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
}

.jirei-tab .btn-tab.active, .jirei-tab .btn-tab:hover, .jirei-tab .btn-tab:focus, .jirei-tab .btn-tab:active {
  border-left-color: #fff;
  outline: none;
  background: #31A27D;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jirei-tab .btn-tab.active:before, .jirei-tab .btn-tab:hover:before, .jirei-tab .btn-tab:focus:before, .jirei-tab .btn-tab:active:before {
  color: #fff;
}

/* 事例タブメニュー */
.jirei-modal {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.jirei-modal-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.jirei-modal-body {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px 80px;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}

.jirei-modal-list {
  margin: 0;
  list-style: none;
}

.jirei-modal-list li {
  margin: 0;
  padding: 8px 0;
}

.jirei-modal-list li a {
  position: relative;
}

.jirei-modal-list li a:hover {
  color: #459648;
  text-decoration: none;
}

.jirei-modal-list li a:hover:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #459648;
  content: "";
}

#cat-gyosyu .jirei-modal-body {
  min-width: 700px;
}

#cat-gyosyu .jirei-modal-list {
  display: flex;
  flex-wrap: wrap;
}

#cat-gyosyu .jirei-modal-list li {
  width: calc(100% / 3);
  text-align: center;
}

/* 全て見るボタン */
.jirei-btn-container {
  padding-bottom: 40px;
  text-align: center;
}

.jirei-btn-container .btn-more {
  display: inline-block;
  position: relative;
  width: 400px;
  padding: 16px;
  border: 1px solid #31A27D;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  color: #31A27D;
  font-size: 1.6rem;
}

.jirei-btn-container .btn-more:hover {
  background: #31A27D;
  color: #fff;
  text-decoration: none;
}

.jirei-btn-container .btn-more:hover .fa-angle-right {
  color: #31A27D;
}

.jirei-btn-container .btn-more .fa-stack {
  position: absolute;
  right: 32px;
  font-size: 1.2rem;
}

.jirei-btn-container .btn-more .fa-angle-right {
  color: #fff;
}

/* 一覧 */
.jirei-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jirei-box {
  box-sizing: border-box;
  width: calc((100% - 60px) / 3);
  margin-bottom: 40px;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(1, 94, 75, 0.15);
}

.jirei-box a {
  display: block;
  position: relative;
  overflow: hidden;
}

.jirei-box a:after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: -170%;
  width: 150%;
  height: 100%;
  transform: skewX(25deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: '';
  opacity: .5;
}

.jirei-box a:hover:after {
  -webkit-animation: shine 1s ease forwards;
          animation: shine 1s ease forwards;
}

.jirei-box a:hover {
  text-decoration: none;
}

.jirei-box .jirei-box-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

.jirei-box .jirei-body {
  /*display: flex;*/
  position: relative;
  justify-content: space-between;
}

.jirei-box .jirei-body .col-left {
  width: 128px;
}

.jirei-box .jirei-body .col-right {
  /*width: calc(100% - 140px);*/
  width: 100%;
  text-align: left;
}

.jirei-box .jirei-body .col-right dd, .jirei-box .jirei-body .col-right dd {
  width: auto !important;
}

.jirei-box .jirei-body .article-logo {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: -60px;
  align-items: center;
  justify-content: center;
  width: 120px !important;
  height: 120px !important;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
}

.jirei-box .jirei-body .article-logo img {
  width: calc(120px - 18px);
  height: calc(120px - 18px);
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  font-family: 'object-fit: contain;';
}

.jirei-box .jirei-body .article-data {
  margin-top: 32px;
  text-align: left;
  color: #000;
  font-size: 1.3rem;
}

.jirei-box .jirei-body .article-data p {
  margin: 0 0 4px;
  padding-left: 30px;
  line-height: 1.5;
}

.jirei-box .jirei-body .article-data .gyosyu {
  background: url(assets/icon_gyosyu.svg) no-repeat left top/18px;
  letter-spacing: -.5px;
}

.jirei-box .jirei-body .article-data .kibo {
  background: url(assets/icon_kibo.svg) no-repeat left top/18px;
}

.jirei-box .product_img {
	position: absolute;
	bottom: 0;
	height: 30px;
	right: 10px;
}

.jirei-box .jirei-body .article-name {
  width: auto !important;
  margin-top: 30px;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
}

.jirei-box .jirei-body .article-txt {
  margin-top: 16px;
  color: #31A27D;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.jirei-box .jirei-body .article-txt .em_s {
  display: none;
}

.jirei-box.voice-box .article-data {
  margin-top: 16px;
}

.jirei-box.voice-box .article-data p {
  margin-bottom: 8px;
}

.jirei-box.voice-box .article-txt {
  margin-top: 8px;
  font-size: 1.8rem;
}

/* ページネーション */
.pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagenavi a,
.pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 4px;
  border-radius: 4px;
  color: #31A27D;
  font-size: 1.4rem;
  text-decoration: none;
  transition: .3s all ease;
}

.pagenavi a:hover,
.pagenavi span.current {
  background: #31A27D;
  color: #fff;
}

/* 事例詳細 */
.jirei-header {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}

.jirei-header .jirei-header-item {
  width: 560px;
  margin-right: 40px;
}

.jirei-header .jirei-header-item .lead-txt {
  color: #000;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  text-justify: inter-ideograph;
}

.jirei-header figure {
  width: 380px;
  margin-top: 8px;
  text-align: center;
}

.jirei-header figure figcaption {
  padding-top: 4px;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}

/* Entry */
.jirei_frame {
  padding-bottom: 16px;
}

.jirei_frame .j-list {
  margin: 64px 0 48px;
  padding: 10px 10px 10px 16px;
  border-left: 16px solid #065140;
  background: #31A27D;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
}

.jirei_frame .j-tit-txt {
  position: relative;
  margin: 1em 0 40px;
  padding-left: 100px;
  color: #31A27D;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6em;
}

.jirei_frame .j-tit-txt:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background: #31A27D;
  content: "";
}

.jirei_frame .j-txt {
  width: 100%;
  padding: 0;
  color: #000;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  text-justify: inter-ideograph;
}

.jirei_frame .j-txt strong {
  background-color: #FFC;
  font-weight: normal;
}

.jirei_frame .j-txt img {
  display: block;
  width: auto;
  margin: 32px auto;
  float: none;
}

.jirei_frame .j-kigyo-box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  margin: 24px auto;
  padding: 32px 40px;
  border: solid 1px #7BA79E;
  border-radius: 16px;
  background-color: #fff;
}

.jirei_frame .j-kigyo-box .j-kigyo-logo {
  width: 180px;
  text-align: center;
}

.jirei_frame .j-kigyo-box .j-kigyo-data {
  width: calc(100% - 250px);
}

.jirei_frame .j-kigyo-box .j-kigyo-data .kigyomei {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
}

.jirei_frame .j-kigyo-box .j-kigyo-data .kigyourl {
  margin: 0 0 16px;
  color: #31A27D;
}

.jirei_frame .j-kigyo-box .j-kigyo-data .kigyo-txt dl {
  display: flex;
  font-size: 1.5rem;
  line-height: 1.7;
}

.jirei_frame .j-kigyo-box .j-kigyo-data .kigyo-txt dl dt {
  display: flex;
  justify-content: space-between;
  width: 100px !important;
  padding-right: 8px;
  color: #666;
  font-weight: bold;
}

.jirei_frame .j-kigyo-box .j-kigyo-data .kigyo-txt dl dt:after {
  content: "：";
}

.hmk_info{
  width: 100%;
  margin: 0 0 40px 0;
  font-size: 14px;
  line-height: 25px;
}

.hmk_info .em_s{
  padding-top:20px;
}

/* Entry index */
.table_of_contents {
  box-sizing: border-box;
  position: relative;
  margin-top: 40px;
  padding: 24px 32px 18px;
  border: solid 1px #7BA79E;
  border-radius: 16px;
  background-color: #fff;
  font-size: 14px;
}

.table_of_contents dt {
  position: absolute;
  top: -15px;
  left: -1px;
  width: 120px !important;
  text-align: center;
}

.table_of_contents .title_label {
  display: block;
  padding: 4px;
  background: #31A27D;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.table_of_contents #toc_list {
  margin: 8px 0 0 16px;
}

/* お客様の声 */
.voice-header {
  margin: 48px 0;
}

.voice-header .title-large {
  margin-bottom: 48px;
  text-align: center;
}

.voice-header-data {
  display: flex;
  flex-wrap: wrap;
}

.voice-header-data dl {
  display: flex;
  width: 50%;
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.voice-header-data dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px !important;
  padding: 6px 0;
  background-color: rgba(123, 167, 158, 0.5);
  color: #31A27D;
  font-size: 1.5rem;
  font-weight: bold;
}

.voice-header-data dl dd {
  box-sizing: border-box;
  width: auto !important;
  padding: 6px 0 6px 24px;
}

.voice-header-data dl:last-child {
  width: 100%;
}

.voice-frame .j-list {
  margin: 48px 0 24px;
}

/* 関連事例 */
.jirei-relation {
  margin: 48px 0 24px;
  padding-top: 56px;
  border-top: 1px solid #7BA79E;
}

.jirei-relation .jirei-list {
  justify-content: flex-start;
}

.jirei-relation .jirei-box {
  height: auto;
  margin-right: 8px;
  margin-left: 8px;
}

.jirei-relation .jirei-box .jirei-body {
  flex-direction: column-reverse;
}

.jirei-relation .jirei-box .jirei-body .col-left,
.jirei-relation .jirei-box .jirei-body .col-right {
  width: 100%;
}

.jirei-relation .jirei-box .jirei-body .article-data {
  display: flex;
  margin-top: 16px;
}

.jirei-relation .jirei-box .jirei-body .article-data .gyosyu {
  margin-right: 16px;
}

.jirei-relation .no_slider .jirei-box {
  width: 32%;
  margin-right: 2%;
  margin-left: 0;
}

.jirei-relation .no_slider .jirei-box:last-of-type {
  margin-right: 0;
}

.jirei-relation .slick-slider {
  padding-top: 0 !important;
}

.jirei-relation .slick-slider.slick-dotted {
  margin-bottom: 0;
}

.jirei-relation .slick-dots li button {
  background: #459648;
  opacity: .25;
}

.jirei-relation .slick-dots li.slick-active button {
  background-color: #31A27D;
  opacity: 1;
}

.jirei-relation .slick-track {
  display: flex;
}

@media screen and (max-width: 767px) {
  body#jirei .pure-pusher-container {
    margin-top: 50px;
  }
  body#jirei #g-contents {
    /*padding-top: 24px !important;*/
    padding-top: 80px !important;
  }
  .jirei-sub-title {
    font-size: 1.6rem;
  }
  .jirei-example {
    margin: 40px 0 24px;
  }
  body#jirei .jirei-top .jirei-tab {
    border-radius: 12px;
  }
  body#jirei .jirei-top {
    padding: 24px 0 32px;
  }
  body#jirei .jirei-top .head_green30 {
    margin-top: 20px;
  }
  body#jirei .jirei-top .jirei-sub-title {
    padding: 0 5%;
  }
  .jirei-pickup {
    margin-top: 0;
    padding-top: 32px !important;
  }
  .jirei-pickup .jirei-pickup-item {
    width: 300px;
    min-width: auto;
    height: 380px;
    margin: 0 8px 24px;
  }
  .jirei-pickup .jirei-pickup-item .jirei-pickup-image {
    width: 100%;
    height: auto;
  }
  .jirei-pickup .jirei-pickup-item .jirei-pickup-image img {
    height: auto;
    border-radius: 16px 16px 0 0;
  }
  .jirei-pickup .jirei-pickup-item .jirei-pickup-body {
    position: static;
    width: 100%;
    height: auto;
    padding: 8px 16px 16px;
  }
  .jirei-pickup .jirei-pickup-item .jirei-pickup-body .article-txt {
    margin: 0 0 8px;
    font-size: 1.8rem;
  }
  .jirei-pickup .jirei-pickup-item .jirei-pickup-body .article-name {
    margin: 0;
    font-size: 1.5rem;
  }
  .jirei-pickup .jirei-pickup-item .jirei-pickup-body .article-data {
    font-size: 1.1rem;
  }
  .jirei-pickup .jirei-pickup-item .jirei-pickup-body .article-logo {
    bottom: 16px;
    left: 16px;
  }
  .jirei-pickup .jirei-pickup-item .jirei-pickup-body .article-logo img {
    max-width: 100px;
    max-height: 40px;
  }
  .jirei-pickup .jirei-pickup-item .jirei-pickup-body:before {
    right: 16px;
    bottom: 16px;
    width: 0;
    height: 0;
    border-width: 8px 0 8px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #31A27D;
  }
  .jirei-tab {
    margin: 32px 0 0;
    border-radius: 12px;
  }
  .jirei-tab li:first-child .btn-tab {
    border-radius: 12px 0 0 12px;
  }
  .jirei-tab li:last-child .btn-tab {
    border-radius: 0 12px 12px 0;
  }
  .jirei-tab .btn-tab {
    font-size: 1.3rem;
    line-height: 44px;
  }
  .jirei-tab .btn-tab:before {
    content: none;
  }
  .jirei-modal-body {
    padding: 40px;
  }
  #cat-gyosyu .jirei-modal-body {
    min-width: 300px;
    padding: 32px 24px 32px 32px;
  }
  #cat-gyosyu .jirei-modal-list li {
    width: calc(100% / 2);
  }
  .jirei-btn-container {
    padding-bottom: 16px;
  }
  .jirei-btn-container .btn-more {
    width: 80%;
    padding: 12px;
  }
  .jirei-btn-container .btn-more .fa-stack {
    top: 1.5rem;
    font-size: 1rem;
  }
  .jirei-list {
    display: block;
  }
  .jirei-box {
    width: 100%;
  }
  .jirei-box .jirei-body .col-left {
    width: 25vw;
  }
  .jirei-box .jirei-body .col-right {
    width: calc(100% - 30vw);
  }
  .jirei-box .jirei-body .article-logo {
    top: -10vw;
    width: 20vw !important;
    height: 20vw !important;
  }
  .jirei-box .jirei-body .article-logo img {
    width: calc(20vw - 18px);
    height: calc(20vw - 18px);
  }
  .jirei-box .jirei-body .article-data {
    margin-top: 15vw;
  }
  .jirei-box.voice-box .article-data {
    margin-top: 4vw;
  }
  .jirei-header {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .jirei-header .jirei-header-item {
    width: 100%;
    margin: 24px 0 0;
  }
  .jirei-header .jirei-header-item .lead-txt {
    font-size: 1.4rem;
    line-height: 1.95;
  }
  .jirei-header figure {
    width: 100%;
  }
  .jirei_frame .j-list {
    margin: 48px 0 24px;
    font-size: 16px;
    line-height: 1.5;
  }
  .jirei_frame .j-tit-txt {
    margin-bottom: 16px;
    padding-left: 30px;
    font-size: 1.4rem !important;
  }
  .jirei_frame .j-tit-txt:before {
    top: 1rem;
    width: 24px;
  }
  .jirei_frame .j-txt {
    font-size: 1.4rem !important;
    line-height: 1.95;
  }
  
  .jirei_frame .j-kigyo-box {
    display: block;
    padding: 32px 24px 8px;
  }
  .jirei_frame .j-kigyo-box .j-kigyo-logo {
    width: 50%;
    margin: auto;
  }
  .jirei_frame .j-kigyo-box .j-kigyo-data {
    width: 100%;
    margin-top: 24px;
  }
  .jirei_frame .j-kigyo-box .j-kigyo-data .kigyo-txt dl {
    flex-direction: column;
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
  .jirei_frame .j-kigyo-box .j-kigyo-data .kigyo-txt dl dt {
    justify-content: flex-start;
  }
  .hmk_info{
    font-size: 1.4rem ;
  }
  .table_of_contents {
    margin-top: 16px;
    padding: 24px 24px 18px;
  }
  .table_of_contents dt {
    width: 90px !important;
  }
  .voice-header {
    margin: 32px 0;
  }
  .voice-header .title-large {
    margin-bottom: 24px;
    text-align: left;
  }
  .voice-header .title-large br {
    display: none;
  }
  .voice-header-data {
    flex-direction: column;
  }
  .voice-header-data dl {
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
  .voice-header-data dl dt {
    width: 60px !important;
    padding: 2px 0;
    font-size: 1.4rem;
  }
  .voice-header-data dl dd {
    width: calc(100% - 60px) !important;
    padding: 2px 0 2px 8px;
  }
  .jirei-relation {
    padding: 40px 0 24px;
  }
  .jirei-relation .jirei-box {
    width: 100%;
  }
  .jirei-relation .no_slider .jirei-box {
    width: 100%;
    margin-right: 0;
  }
}

.menu_in_ul{
  margin: 0;
}

/*------------------------------------------------------------------------
 スライダー
-------------------------------------------------------------------------*/
.jirei_slide {
  overflow: hidden;
}
.jirei_slide * {
  box-sizing: border-box;
}
.jirei_slide .jirei_slide_inner {
  width: 96%;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}
.jirei_slide .jirei_slide_lineup {
  position: relative;
}
.jirei_slide .jirei_slide_box {
  width: 100%;
  margin: 0;
}
.jirei_slide .jirei_slide_item {
  position: relative;
  box-shadow: 0px 0px 16px rgba(0,0,0,0.16);
}
.jirei_slide .slick-slide {
  margin-right: 1vw!important;
  margin-left: 1vw!important;
}
.jirei_slide .slick-list {
  overflow: visible;
}
.jirei_slide .jirei_img_wrap {
  position: relative;
  overflow: hidden;
}
.jirei_slide .jirei_img_wrap:before {
  float: left;
  content: "";
}
.jirei_slide .jirei_img_wrap:after {
  display: block;
  clear: both;
  content: "";
}
.jirei_slide .jirei_img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.jirei_slide .jirei_slide_link:hover .jirei_img_wrap img {
  transform: scale(1.1);
}
.jirei_slide .jirei_text_wrap {
  position: absolute;
  left: 0;
  background-color: #fff;
}
.jirei_slide .jirei_info_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.jirei_slide .jirei_info_list .info_title {
  width: 70px !important;
}
.jirei_slide .jirei_text_wrap .title {
  display: block;
}
.jirei_slide .jirei_info_list_item dl {
  display: flex;
}
.jirei_slide .point_red {
  color: #CD0018;
}
.jirei_slide_nav {
  display: flex;
  position: absolute;
  bottom: -40px;
  right: 0%;
}
.jirei_slide_btn {
  display: block;
  position: absolute;
  bottom: -40px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s ease;
  z-index: 2;
  cursor: pointer;
}
.jirei_slide_btn.slick-arrow_prev {
  right: 20px;
}
.jirei_slide_btn.slick-arrow_next {
  right: 0;
}
.jirei_slide_btn .slide_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.jirei_slide_btn .slide_arrow:before {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #31A27D;
  border-right: 2px solid #31A27D;
  transform: rotate(45deg);
  content: "";
}
.jirei_slide_btn.slick-arrow_prev .slide_arrow:before {
  transform: rotate(-135deg);
}
.jirei_slide_btn.slick-disabled .slide_arrow:before {
  border-top: 2px solid #CCC;
  border-right: 2px solid #CCC;
}
.jirei_slide_btn:hover .slide_arrow  {
  opacity: 0.7;
}
.jirei_slide_btn.slick-disabled:hover .slide_arrow  {
  opacity: 1;
}

@media screen and (min-width: 970px) {
  .jirei_slide {
    padding: 0 0 40px;
  }
  .jirei_slide .jirei_slide_box.no_slide {
    display: flex;
  }
  .jirei_slide .jirei_slide_item {
    width: calc(50% - 30px);
	margin: 0 1.8vw 0 0 !important;
    border-radius: 10px;
  }
  .jirei_slide .jirei_img_wrap {
    border-radius: 10px;
  }
  .jirei_slide .jirei_img_wrap:before {
    padding-top: calc(9 / 16 * 100%);
  }
  .jirei_slide .jirei_text_wrap {
    bottom: 0;
    max-width: 95%;
    padding: 30px;
  }
  .jirei_slide .jirei_info_wrap {
    font-size: 1.2rem;
  }
  .jirei_slide .jirei_info_list_item:not(:last-child) {
    margin-right: 20px;
  }
  .jirei_slide .jirei_text_wrap .title {
    margin-bottom: 15px;
  }
  .jirei_slide .jirei_text_wrap .title_text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 969px) {
  .jirei_slide {
    padding: 0 0 20px;
  }
  .jirei_slide .jirei_slide_item {
    border-radius: 5px;
  }
  .jirei_slide .jirei_img_wrap {
    border-radius: 5px;
  }
  .jirei_slide .jirei_img_wrap:before {
    padding-top: calc(9 / 16 * 100%);
  }
  .jirei_slide .jirei_text_wrap {
    bottom: 0;
    max-width: 95%;
    padding: 10px;
  }
  .jirei_slide .jirei_text_wrap .title br {
    display: none !important;
  }
  .jirei_slide .jirei_text_wrap .title_text {
    font-size: 1.3rem;
  }
  .jirei_slide .jirei_info_wrap {
    display: none;
  }
}</pre></body></html>