@charset "UTF-8";



/*--------------------------------------------------------------------------------
	extend style
--------------------------------------------------------------------------------*/

.home-pickup .home-pickup-heading,
.home-company .home-company-heading,
.home-csr .home-csr-heading,
.home-ir .home-ir-heading,
.home-news .home-news-heading {
  position: relative;
  padding: 0 0 25px 0;
}

.home-pickup .home-pickup-heading:after,
.home-company .home-company-heading:after,
.home-csr .home-csr-heading:after,
.home-ir .home-ir-heading:after,
.home-news .home-news-heading:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80px;
  padding-top: 3px;
  margin: auto auto auto 0;
  background: linear-gradient(to right, #0D50A5 0%, #0D50A5 55px, #78DC39 55px, #78DC39 80px) no-repeat left top;
  background-size: 100% 100%;
  border-radius: 100px;
}

.home-pickup .home-pickup-heading span,
.home-company .home-company-heading span,
.home-csr .home-csr-heading span,
.home-ir .home-ir-heading span,
.home-news .home-news-heading span {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 500;
}

.home-pickup .home-pickup-heading a,
.home-company .home-company-heading a,
.home-csr .home-csr-heading a,
.home-ir .home-ir-heading a,
.home-news .home-news-heading a {
  display: inline-block;
}

.home-pickup .home-pickup-heading a span,
.home-company .home-company-heading a span,
.home-csr .home-csr-heading a span,
.home-ir .home-ir-heading a span,
.home-news .home-news-heading a span {
  -webkit-transition: color .3s;
  transition: color .3s;
}

.home-pickup .home-pickup-heading a span:after,
.home-company .home-company-heading a span:after,
.home-csr .home-csr-heading a span:after,
.home-ir .home-ir-heading a span:after,
.home-news .home-news-heading a span:after {
  content: "\ea02" !important;
  display: inline-block;
  vertical-align: baseline;
  font-family: "iconfont";
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
  line-height: 44px;
  vertical-align: bottom;
  color: #BBBBBB;
  -webkit-transition: color .3s, -webkit-transform .3s;
  transition: color .3s, -webkit-transform .3s;
  transition: color .3s, transform .3s;
  transition: color .3s, transform .3s, -webkit-transform .3s;
}

.home-pickup .home-pickup-heading a:hover span,
.home-company .home-company-heading a:hover span,
.home-csr .home-csr-heading a:hover span,
.home-ir .home-ir-heading a:hover span,
.home-news .home-news-heading a:hover span {
  color: #0D50A5;
}

.home-pickup .home-pickup-heading a:hover span:after,
.home-company .home-company-heading a:hover span:after,
.home-csr .home-csr-heading a:hover span:after,
.home-ir .home-ir-heading a:hover span:after,
.home-news .home-news-heading a:hover span:after {
  color: #0D50A5;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.home-about .home-about-toDetail,
.home-recruit .home-recruit-toDetail {
  position: relative;
}

.home-about .narrow.home-about-toDetail span,
.home-recruit .narrow.home-recruit-toDetail span {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.home-about .narrow.home-about-toDetail i,
.home-recruit .narrow.home-recruit-toDetail i {
  left: 12px;
}

.home-about .narrow.home-about-toDetail span + i,
.home-recruit .narrow.home-recruit-toDetail span + i {
  left: auto;
  right: 12px;
}

.home-about .green.home-about-toDetail span,
.home-recruit .green.home-recruit-toDetail span {
  background: #78DC39;
}

.home-about .green.home-about-toDetail i,
.home-recruit .green.home-recruit-toDetail i {
  color: #FFFFFF;
}

.home-about .home-about-toDetail a,
.home-recruit .home-recruit-toDetail a,
.home-about .home-about-toDetail button,
.home-recruit .home-recruit-toDetail button {
  display: block;
  width: 100%;
  color: inherit;
  border-radius: 27.5px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.home-about .home-about-toDetail a:hover,
.home-recruit .home-recruit-toDetail a:hover,
.home-about .home-about-toDetail button:hover,
.home-recruit .home-recruit-toDetail button:hover {
  opacity: .9;
}

.home-about .home-about-toDetail a:hover span,
.home-recruit .home-recruit-toDetail a:hover span,
.home-about .home-about-toDetail button:hover span,
.home-recruit .home-recruit-toDetail button:hover span {
  -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
}

.home-about .home-about-toDetail a:hover i,
.home-recruit .home-recruit-toDetail a:hover i,
.home-about .home-about-toDetail button:hover i,
.home-recruit .home-recruit-toDetail button:hover i {
  -webkit-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
}

.home-about .home-about-toDetail a:hover span + i,
.home-recruit .home-recruit-toDetail a:hover span + i,
.home-about .home-about-toDetail button:hover span + i,
.home-recruit .home-recruit-toDetail button:hover span + i {
  -webkit-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
}

.home-about .home-about-toDetail a.is-disabled,
.home-recruit .home-recruit-toDetail a.is-disabled,
  .home-about .home-about-toDetail button:disabled,
  .home-recruit .home-recruit-toDetail button:disabled {
  pointer-events: none;
  width: calc(100% + 6px);
  margin: 0 -3px;
}

.home-about .home-about-toDetail a.is-disabled span,
.home-recruit .home-recruit-toDetail a.is-disabled span,
    .home-about .home-about-toDetail button:disabled span,
    .home-recruit .home-recruit-toDetail button:disabled span {
  color: #DDD;
  background: #F7F7F7;
}

.home-about .home-about-toDetail a.is-disabled span:before,
.home-recruit .home-recruit-toDetail a.is-disabled span:before,
.home-about .home-about-toDetail a.is-disabled span:after,
.home-recruit .home-recruit-toDetail a.is-disabled span:after,
      .home-about .home-about-toDetail button:disabled span:before,
      .home-recruit .home-recruit-toDetail button:disabled span:before,
      .home-about .home-about-toDetail button:disabled span:after,
      .home-recruit .home-recruit-toDetail button:disabled span:after {
  visibility: hidden;
}

.home-about .home-about-toDetail a.is-disabled i,
.home-recruit .home-recruit-toDetail a.is-disabled i,
    .home-about .home-about-toDetail button:disabled i,
    .home-recruit .home-recruit-toDetail button:disabled i {
  color: #DDD;
}

.home-about .home-about-toDetail span,
.home-recruit .home-recruit-toDetail span {
  position: relative;
  display: block;
  padding: 16px 40px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 27.5px;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  background: #0D50A5;
  -webkit-transition: color .3s, -webkit-box-shadow .3s;
  transition: color .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, color .3s;
  transition: box-shadow .3s, color .3s, -webkit-box-shadow .3s;
}

.home-about .home-about-toDetail i,
.home-recruit .home-recruit-toDetail i {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #78DC39;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.home-about .home-about-toDetail span + i,
.home-recruit .home-recruit-toDetail span + i {
  left: auto;
  right: 20px;
}

.home-news .home-news-toDetail {
  position: relative;
}

.home-news .narrow.home-news-toDetail span {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.home-news .narrow.home-news-toDetail i {
  left: 12px;
}

.home-news .narrow.home-news-toDetail span + i {
  left: auto;
  right: 12px;
}

.home-news .gray.home-news-toDetail a:hover {
  opacity: .7;
}

.home-news .gray.home-news-toDetail a:hover i {
  color: #0D50A5;
}

.home-news .gray.home-news-toDetail span {
  border-color: #BBBBBB;
}

.home-news .green.home-news-toDetail a:hover span {
  background: #78DC39;
}

.home-news .green.home-news-toDetail span {
  color: #56AA34;
  border-color: #78DC39;
}

.home-news .green.home-news-toDetail i {
  color: #78DC39;
}

.home-news .home-news-toDetail a,
.home-news .home-news-toDetail button,
.home-news .home-news-toDetail p {
  display: block;
  width: 100%;
  color: inherit;
}

.home-news .home-news-toDetail a:hover span,
.home-news .home-news-toDetail button:hover span,
.home-news .home-news-toDetail p:hover span {
  color: #FFFFFF;
  background: #0D50A5;
  -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
}

.home-news .home-news-toDetail a:hover i,
.home-news .home-news-toDetail button:hover i,
.home-news .home-news-toDetail p:hover i {
  color: #FFFFFF;
  -webkit-transform: translateX(-3px) translateY(-50%);
  transform: translateX(-3px) translateY(-50%);
}

.home-news .home-news-toDetail a:hover span + i,
.home-news .home-news-toDetail button:hover span + i,
.home-news .home-news-toDetail p:hover span + i {
  -webkit-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
}

.home-news .home-news-toDetail a.is-disabled,
  .home-news .home-news-toDetail button:disabled {
  pointer-events: none;
}

.home-news .home-news-toDetail a.is-disabled span,
    .home-news .home-news-toDetail button:disabled span {
  color: #DDD;
  background: #F7F7F7;
  border-color: #F7F7F7;
}

.home-news .home-news-toDetail a.is-disabled i,
    .home-news .home-news-toDetail button:disabled i {
  color: #DDD;
}

.home-news .home-news-toDetail span {
  position: relative;
  display: block;
  padding: 16px 40px;
  text-align: center;
  color: #0D50A5;
  border: 1px solid #0D50A5;
  border-radius: 27.5px;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
  transition: color .3s, background .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, color .3s, background .3s;
  transition: box-shadow .3s, color .3s, background .3s, -webkit-box-shadow .3s;
}

.home-news .home-news-toDetail i {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #0D50A5;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.home-news .home-news-toDetail span + i {
  left: auto;
  right: 20px;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-toDetail {
  position: relative;
}

.home-pickup .home-pickup-body:not(.is-single) .narrow.home-pickup-toDetail span {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.home-pickup .home-pickup-body:not(.is-single) .narrow.home-pickup-toDetail i {
  left: 12px;
}

.home-pickup .home-pickup-body:not(.is-single) .narrow.home-pickup-toDetail span + i {
  left: auto;
  right: 12px;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-toDetail p {
  display: block;
  width: 100%;
  color: inherit;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-toDetail span {
  position: relative;
  display: block;
  padding: 16px 40px;
  text-align: center;
  color: #0D50A5;
  border: 1px solid #0D50A5;
  border-radius: 27.5px;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
  transition: color .3s, background .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, color .3s, background .3s;
  transition: box-shadow .3s, color .3s, background .3s, -webkit-box-shadow .3s;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-toDetail i {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #0D50A5;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-toDetail span + i {
  left: auto;
  right: 20px;
}

.home-pickup .home-pickup-body.is-single .home-pickup-toDetail {
  position: relative;
}

.home-pickup .home-pickup-body.is-single .narrow.home-pickup-toDetail span {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.home-pickup .home-pickup-body.is-single .narrow.home-pickup-toDetail i {
  left: 12px;
}

.home-pickup .home-pickup-body.is-single .narrow.home-pickup-toDetail span + i {
  left: auto;
  right: 12px;
}

.home-pickup .home-pickup-body.is-single .gray.home-pickup-toDetail a:hover {
  opacity: .7;
}

.home-pickup .home-pickup-body.is-single .gray.home-pickup-toDetail a:hover i {
  color: #0D50A5;
}

.home-pickup .home-pickup-body.is-single .gray.home-pickup-toDetail span {
  border-color: #BBBBBB;
}

.home-pickup .home-pickup-body.is-single .green.home-pickup-toDetail a:hover span {
  background: #78DC39;
}

.home-pickup .home-pickup-body.is-single .green.home-pickup-toDetail span {
  color: #56AA34;
  border-color: #78DC39;
}

.home-pickup .home-pickup-body.is-single .green.home-pickup-toDetail i {
  color: #78DC39;
}

.home-pickup .home-pickup-body.is-single .home-pickup-toDetail a,
.home-pickup .home-pickup-body.is-single .home-pickup-toDetail button,
.home-pickup .home-pickup-body.is-single .home-pickup-toDetail p {
  display: block;
  width: 100%;
  color: inherit;
}

.home-pickup .home-pickup-body.is-single .home-pickup-toDetail a.is-disabled,
  .home-pickup .home-pickup-body.is-single .home-pickup-toDetail button:disabled {
  pointer-events: none;
}

.home-pickup .home-pickup-body.is-single .home-pickup-toDetail a.is-disabled span,
    .home-pickup .home-pickup-body.is-single .home-pickup-toDetail button:disabled span {
  color: #DDD;
  background: #F7F7F7;
  border-color: #F7F7F7;
}

.home-pickup .home-pickup-body.is-single .home-pickup-toDetail a.is-disabled i,
    .home-pickup .home-pickup-body.is-single .home-pickup-toDetail button:disabled i {
  color: #DDD;
}

.home-pickup .home-pickup-body.is-single .home-pickup-toDetail span {
  position: relative;
  display: block;
  padding: 16px 40px;
  text-align: center;
  color: #0D50A5;
  border: 1px solid #0D50A5;
  border-radius: 27.5px;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
  transition: color .3s, background .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, color .3s, background .3s;
  transition: box-shadow .3s, color .3s, background .3s, -webkit-box-shadow .3s;
}

.home-pickup .home-pickup-body.is-single .home-pickup-toDetail i {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #0D50A5;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.home-pickup .home-pickup-body.is-single .home-pickup-toDetail span + i {
  left: auto;
  right: 20px;
}

.home-pickup .home-pickup-vis a {
  display: block;
}

.home-pickup .home-pickup-vis figure img {
  border-radius: 10px;
}


/*--------------------------------------------------------------------------------
	override
--------------------------------------------------------------------------------*/

.header .header-inner {
  border-bottom: none;
}

.footer {
  border-top: 1px solid #eee;
}

.structure {
  margin-top: 0;
}


/*--------------------------------------------------------------------------------
	タイル
--------------------------------------------------------------------------------*/

.home-tile {
  position: relative;
}

.home-tile > a {
  display: block;
}

.home-tile > a:not([target="_blank"]):not([href$=".pdf"]):hover .home-tile-caption:after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.home-tile .home-tile-vis {
  position: relative;
  overflow: hidden;
  -webkit-transition: border-radius 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: border-radius 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), border-radius 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), border-radius 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.home-tile .home-tile-vis:before {
  content: '';
  display: block;
}

.home-tile .home-tile-vis:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), color-stop(70%, rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.02) 70%, rgba(0, 0, 0, 0.5) 100%);
}

.home-tile .home-tile-vis img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.home-tile .home-tile-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 24px 16px;
  color: #FFFFFF;
}

.home-tile .home-tile-paragraph {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.home-tile .home-tile-caption {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.home-tile .home-tile-caption:after {
  content: "\ea02" !important;
  display: inline-block;
  vertical-align: baseline;
  font-family: "iconfont";
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
  font-size: 90%;
  vertical-align: bottom;
  color: #FFFFFF;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}


/*--------------------------------------------------------------------------------
	KV
--------------------------------------------------------------------------------*/

.home-kv {
  margin-left: -50px;
  margin-right: -50px;
}

.home-kv .home-kv-inner {
  position: relative;
}

.home-kv .home-kv-body {
  position: relative;
  margin: 0 50px;
}

.home-kv .home-kv-items {
  opacity: 0;
}

.home-kv .home-kv-items.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
  transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
}

.home-kv .home-kv-item {
  position: relative;
  outline: none;
}

.home-kv .home-kv-vis {
  height: calc(100vh - 128px - 60px);
  min-height: 450px;
  border-radius: 20px;
  overflow: hidden;
}

.home-kv .home-kv-vis img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.home-kv .home-kv-vis.pos-top img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: 'object-fit: cover;object-position: center top;';
}

.home-kv .home-kv-vis.pos-bottom img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
  font-family: 'object-fit: cover;object-position: center bottom;';
}

.home-kv .home-kv-heading {
  margin-top: 40px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
}

.home-kv .home-kv-lead {
  margin-top: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.home-kv .home-kv-slogan {
  margin-top: 45px;
  font-family: "Montserrat", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.20833;
}

.home-kv .home-kv-slogan span {
  display: block;
  margin-top: 13px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.45;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

.home-kv .home-kv-dots {
  position: absolute;
  top: 50%;
  right: 6px;
  padding: 0 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}

.home-kv .home-kv-dot li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E3E3E3;
}

.home-kv .home-kv-dot li:not(:last-child) {
  margin-bottom: 8px;
}

.home-kv .home-kv-dot li.slick-active {
  background: #78DC39;
}

.home-kv .home-kv-arrows .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: #FFFFFF;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-kv .home-kv-arrows .slick-arrow:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.home-kv .home-kv-arrows .slick-next {
  right: 0;
  margin-right: 26px;
}

.home-kv .home-kv-arrows .slick-next:before {
  content: "\ea02" !important;
  display: inline-block;
  vertical-align: baseline;
  font-family: "iconfont";
  font-style: normal;
  font-size: 48px;
  font-size: 4.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.home-kv .home-kv-arrows .slick-next:hover:before {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.home-kv .home-kv-arrows .slick-prev {
  left: 0;
  margin-left: 26px;
}

.home-kv .home-kv-arrows .slick-prev:before {
  content: "\ea02" !important;
  display: inline-block;
  vertical-align: baseline;
  font-family: "iconfont";
  font-style: normal;
  font-size: 48px;
  font-size: 4.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.home-kv .home-kv-arrows .slick-prev:hover:before {
  -webkit-transform: scale(-1, 1) translateX(3px);
  transform: scale(-1, 1) translateX(3px);
}

.home-kv .home-kv-message {
  position: absolute;
  bottom: 0;
  left: 0;
  left: -50px;
}

.home-kv .home-kv-message > a {
  display: block;
}

.home-kv .home-kv-message > a:hover .home-kv-message-inner {
  opacity: .9;
}

.home-kv .home-kv-message > a:hover .home-kv-heading:after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.home-kv .home-kv-message > a .home-kv-heading:after {
  content: "\ea02" !important;
  display: inline-block;
  vertical-align: baseline;
  font-family: "iconfont";
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 90%;
  margin-left: 8px;
  vertical-align: -3px;
  color: #78DC39;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.home-kv .home-kv-message.segment-blue .home-kv-message-inner {
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF)) no-repeat left bottom 20px, -webkit-gradient(linear, left top, right top, from(rgba(0, 66, 148, 0.95)), to(rgba(0, 66, 148, 0.95))) no-repeat left top;
  background: linear-gradient(to right, #FFFFFF, #FFFFFF 100%) no-repeat left bottom 20px, linear-gradient(to right, rgba(0, 66, 148, 0.95) 0%, rgba(0, 66, 148, 0.95) 100%) no-repeat left top;
  background-size: 100% 2px, 100% 100%;
}

.home-kv .home-kv-message.segment-red .home-kv-message-inner {
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF)) no-repeat left bottom 20px, -webkit-gradient(linear, left top, right top, from(rgba(251, 69, 102, 0.95)), to(rgba(251, 69, 102, 0.95))) no-repeat left top;
  background: linear-gradient(to right, #FFFFFF, #FFFFFF 100%) no-repeat left bottom 20px, linear-gradient(to right, rgba(251, 69, 102, 0.95) 0%, rgba(251, 69, 102, 0.95) 100%) no-repeat left top;
  background-size: 100% 2px, 100% 100%;
}

.home-kv .home-kv-message.segment-green .home-kv-message-inner {
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF)) no-repeat left bottom 20px, -webkit-gradient(linear, left top, right top, from(rgba(111, 186, 44, 0.95)), to(rgba(111, 186, 44, 0.95))) no-repeat left top;
  background: linear-gradient(to right, #FFFFFF, #FFFFFF 100%) no-repeat left bottom 20px, linear-gradient(to right, rgba(111, 186, 44, 0.95) 0%, rgba(111, 186, 44, 0.95) 100%) no-repeat left top;
  background-size: 100% 2px, 100% 100%;
}

.home-kv .home-kv-message.segment-yellow .home-kv-message-inner {
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF)) no-repeat left bottom 20px, -webkit-gradient(linear, left top, right top, from(rgba(238, 169, 0, 0.95)), to(rgba(238, 169, 0, 0.95))) no-repeat left top;
  background: linear-gradient(to right, #FFFFFF, #FFFFFF 100%) no-repeat left bottom 20px, linear-gradient(to right, rgba(238, 169, 0, 0.95) 0%, rgba(238, 169, 0, 0.95) 100%) no-repeat left top;
  background-size: 100% 2px, 100% 100%;
}

.home-kv .home-kv-message-inner {
  position: relative;
  width: 620px;
  height: 200px;
  padding: 0 50px;
  color: #FFFFFF;
  border-radius: 0 30px 0 0;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#78DC39), to(#78DC39)) no-repeat left bottom 20px, -webkit-gradient(linear, left top, right top, from(rgba(13, 80, 165, 0.95)), to(rgba(13, 80, 165, 0.95))) no-repeat left top;
  background: linear-gradient(to right, #78DC39 0%, #78DC39 100%) no-repeat left bottom 20px, linear-gradient(to right, rgba(13, 80, 165, 0.95) 0%, rgba(13, 80, 165, 0.95) 100%) no-repeat left top;
  background-size: 100% 2px, 100% 100%;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.home-kv .slick-list {
  overflow: visible;
}

.home-kv .home-kv-inducer {
  position: absolute;
  width: 16px;
  bottom: 20px;
  right: 16px;
}

.home-kv .home-kv-inducer:before {
  content: 'Scroll';
  display: block;
  margin: auto;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #0D50A5;
  -webkit-transform: rotate(90deg) translate(-200%, 50%);
  transform: rotate(90deg) translate(-200%, 50%);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.home-kv .home-kv-inducer > span {
  position: relative;
  display: block;
  width: 1px;
  height: 80px;
  margin: auto;
  overflow: hidden;
}

.home-kv .home-kv-inducer > span:before {
  content: '';
  display: block;
  height: 100%;
  bottom: 0;
  z-index: 1;
  background: #78DC39;
  -webkit-transition: background .5s ease .5s;
  transition: background .5s ease .5s;
  -webkit-animation: induce 2s infinite;
  animation: induce 2s infinite;
}

@-webkit-keyframes induce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  24% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  26% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes induce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  24% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  26% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}


/*--------------------------------------------------------------------------------
	お見舞い
--------------------------------------------------------------------------------*/

.home-sympathy {
  padding: 60px 0 0;
}

.home-sympathy .home-sympathy-inner {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.home-sympathy .home-sympathy-item:not(:first-child) {
  margin-top: 24px;
}

.home-sympathy .home-sympathy-layouter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F7F7F7;
  border-radius: 20px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.home-sympathy .home-sympathy-message {
  padding: 24px 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.home-sympathy .home-sympathy-heading {
  overflow: hidden;
  color: #0D50A5;
}

.home-sympathy .home-sympathy-date {
  float: left;
  margin-right: 1em;
  font-weight: 500;
}

.home-sympathy .home-sympathy-caption {
  float: left;
  font-weight: 500;
}

.home-sympathy .home-sympathy-detail {
  margin-top: 6px;
}

.home-sympathy .home-sympathy-button {
  position: relative;
  display: none;
  padding: 24px 35px;
  width: 182px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.home-sympathy .home-sympathy-button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  display: block;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.home-sympathy .home-sympathy-button p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-sympathy .home-sympathy-button p .icon {
  margin-left: 6px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.home-sympathy a .home-sympathy-message {
  width: calc( 100% - 182px);
}

.home-sympathy a .home-sympathy-button {
  display: block;
}

.home-sympathy a[href=""] {
  pointer-events: none;
}

.home-sympathy a[href=""] .home-sympathy-message {
  width: 100%;
}

.home-sympathy a[href=""] .home-sympathy-button {
  display: none;
}


/*--------------------------------------------------------------------------------
	重要なお知らせ
--------------------------------------------------------------------------------*/

.home-importants {
  padding: 60px 0 0;
}

.home-importants .home-importants-inner {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.home-importants .home-importants-items {
  padding: 30px;
  border: 2px solid #C83636;
  border-radius: 20px;
}

.home-importants .home-importants-item:not(:last-child) {
  margin-bottom: 12px;
}

.home-importants .home-importants-item > a {
  display: block;
  color: inherit;
}

.home-importants .home-importants-item > a:hover .home-importants-detail {
  color: #C83636;
}

.home-importants .home-importants-item > a[target="_blank"] .home-importants-detail p:after {
  content: "\ea05" !important;
  display: inline-block;
  vertical-align: baseline;
  font-family: "iconfont";
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0D50A5;
  margin-left: 8px;
}

.home-importants .home-importants-item > a[href$=".pdf"] .home-importants-detail p:after,
.home-importants .home-importants-item > a[href$=".pdf"][target="_blank"] .home-importants-detail p:after {
  content: "" !important;
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  margin-left: 8px;
  background: url(../img/common/icon_pdf.svg) no-repeat center;
  background-size: contain;
}

.home-importants .home-importants-layouter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-importants .home-importants-date {
  position: relative;
  width: 74px;
  margin-right: 15px;
  color: #888;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.home-importants .home-importants-category {
  position: relative;
  min-width: 120px;
  margin-right: 26px;
}

.home-importants .home-importants-category-tag span {
  display: block;
  padding: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333;
  font-weight: 500;
  color: #C83636;
  border: 1px solid #C83636;
  border-radius: 12px;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: background .3s, color .3s, border-color .3s;
  transition: background .3s, color .3s, border-color .3s;
}

.home-importants .home-importants-category-tag + .home-importants-category-tag {
  margin-top: 5px;
}

.home-importants .home-importants-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  -webkit-transition: color .3s;
  transition: color .3s;
}


/*--------------------------------------------------------------------------------
	PICKUP
--------------------------------------------------------------------------------*/

.home-pickup .home-pickup-inner {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}

.home-pickup .home-pickup-header {
  margin-bottom: 48px;
}

.home-pickup .home-pickup-vis img {
  border: 2px solid #E0E0E0;
}

.home-pickup .home-pickup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-pickup .home-pickup-caption {
  font-weight: 500;
}

.home-pickup .home-pickup-date {
  color: #0D50A5;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  font-weight: 500;
}

.home-pickup .home-pickup-paragraph {
  display: none;
}

.home-pickup .home-pickup-body.is-single a {
  display: block;
  pointer-events: none;
}

.home-pickup .home-pickup-body.is-single .home-pickup-layouter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-pickup .home-pickup-body.is-single .home-pickup-vis {
  margin-right: 47px;
  width: calc( 604 / 1340 * 100%);
  pointer-events: auto;
}

.home-pickup .home-pickup-body.is-single .home-pickup-content {
  width: calc( 100% - ( 604 / 1340 * 100% + 47px ));
}

.home-pickup .home-pickup-body.is-single .home-pickup-caption {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 12px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  pointer-events: auto;
}

.home-pickup .home-pickup-body.is-single .home-pickup-date {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.home-pickup .home-pickup-body.is-single .home-pickup-paragraph {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.82143;
}

.home-pickup .home-pickup-body.is-single .home-pickup-toDetail {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-top: 24px;
  max-width: 300px;
  pointer-events: auto;
}

.home-pickup .home-pickup-body.is-single .home-pickup-arrows,
.home-pickup .home-pickup-body.is-single .home-pickup-dots {
  display: none;
}

.home-pickup .home-pickup-body:not(.is-single) {
  position: relative;
  padding: 0 82px;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100% !important;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-items .slick-track .home-pickup-item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: calc( ( 100% - 32px)/ 3);
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-items .slick-list {
  overflow: visible;
  overflow-x: hidden;
  width: 100% !important;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-item {
  float: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc( ( 100% - 96px)/ 3);
  flex: 0 0 calc( ( 100% - 96px)/ 3);
  margin: 0 16px;
  width: calc( ( 100% - 96px)/ 3);
  height: auto;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-layouter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-vis {
  margin-bottom: 16px;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-content {
  padding: 0 12px;
  height: 100%;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-caption {
  margin: 7px 0 24px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-toDetail {
  position: relative;
  margin: auto 0 20px;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-dots {
  position: absolute;
  left: 0;
  bottom: -48px;
  padding: 0 13px;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-dots .home-pickup-dot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  max-width: calc(( 16px + 14px ) * 10);
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-dots .home-pickup-dot li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 7px;
  border-radius: 50%;
  background: #E3E3E3;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-dots .home-pickup-dot li:nth-of-type(n + 11) {
  margin-top: 14px;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-dots .home-pickup-dot li.slick-active {
  background: #78DC39;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-arrows .slick-arrow {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #0D50A5;
  font-size: 0;
  color: #FFFFFF;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-arrows .slick-arrow.is-disable {
  background: #F7F7F7;
  color: #ddd;
  pointer-events: none;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-arrows .slick-arrow:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-arrows .slick-next {
  right: 0;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-arrows .slick-next:before {
  content: "\ea02" !important;
  display: inline-block;
  vertical-align: baseline;
  font-family: "iconfont";
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-arrows .slick-prev {
  left: 0;
}

.home-pickup .home-pickup-body:not(.is-single) .home-pickup-arrows .slick-prev:before {
  content: "\ea02" !important;
  display: inline-block;
  vertical-align: baseline;
  font-family: "iconfont";
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}


/*--------------------------------------------------------------------------------
	早わかり
--------------------------------------------------------------------------------*/

.home-about .home-about-inner {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}

.home-about .home-about-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: 20px;
  overflow: hidden;
}

.home-about .home-about-vis {
  position: relative;
  width: 50%;
}

.home-about .home-about-vis img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.home-about .home-about-detail {
  width: 50%;
  padding: 80px 20px 60px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 157, 255, 0.35)), color-stop(33%, transparent), color-stop(66%, transparent), to(rgba(104, 194, 68, 0.35))) no-repeat left top;
  background: linear-gradient(to right bottom, rgba(0, 157, 255, 0.35) 0%, transparent 33%, transparent 66%, rgba(104, 194, 68, 0.35) 100%) no-repeat left top;
  background-size: 100% 100%;
}

.home-about .home-about-aligner {
  max-width: 320px;
  margin: auto;
}

.home-about .home-about-logo {
  width: 194px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.home-about .home-about-logo img {
  width: 100%;
  height: auto;
}

.home-about .home-about-heading {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
}

.home-about .home-about-toDetail {
  margin-top: 30px;
  width: 100%;
}


/*--------------------------------------------------------------------------------
	企業情報
--------------------------------------------------------------------------------*/

.home-company .home-company-inner {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}

.home-company .home-company-header {
  margin-bottom: 48px;
}

.home-company .home-company-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


/*--------------------------------------------------------------------------------
	サステナビリティ
--------------------------------------------------------------------------------*/

.home-csr .home-csr-inner {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 100px;
}

.home-csr .home-csr-header {
  margin-bottom: 48px;
}


/*--------------------------------------------------------------------------------
	株主・投資家の皆様へ
--------------------------------------------------------------------------------*/

.home-ir {
  margin-left: -50px;
  margin-right: -50px;
  padding: 0 50px;
}

.home-ir .home-ir-inner {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 100px;
}

.home-ir .home-ir-header {
  margin-bottom: 48px;
}


/*--------------------------------------------------------------------------------
	最新情報
--------------------------------------------------------------------------------*/

.home-news {
  margin-left: -50px;
  margin-right: -50px;
  padding: 0 50px;
  background: #F7F7F7;
}

.home-news .home-news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
}

.home-news .home-news-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.home-news .home-news-body {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 40px;
}

.home-news .home-news-toDetails {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.home-news .home-news-toDetail {
  margin-left: 16px;
  min-width: 234px;
}

.home-news .home-news-items {
  border-radius: 20px;
}

.home-news .home-news-item:not(:last-child) {
  margin-bottom: 2px;
}

.home-news .home-news-item:first-child .home-news-layouter:before {
  border-radius: 20px 20px 0 0;
}

.home-news .home-news-item:last-child .home-news-layouter:before {
  border-radius: 0 0 20px 20px;
}

.home-news .home-news-item > a {
  display: block;
  color: inherit;
}

.home-news .home-news-item > a:hover {
  position: relative;
  z-index: 1;
}

.home-news .home-news-item > a:hover .home-news-layouter:before {
  border-radius: 10px !important;
  -webkit-transform: scale(1.016, 1.22222);
  transform: scale(1.016, 1.22222);
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.home-news .home-news-item > a[target="_blank"] .home-news-detail p:after {
  content: "\ea05" !important;
  display: inline-block;
  vertical-align: baseline;
  font-family: "iconfont";
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0D50A5;
  margin-left: 8px;
}

.home-news .home-news-item > a[href$=".pdf"] .home-news-detail p:after,
.home-news .home-news-item > a[href$=".pdf"][target="_blank"] .home-news-detail p:after {
  content: "" !important;
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  margin-left: 8px;
  background: url(../img/common/icon_pdf.svg) no-repeat center;
  background-size: contain;
}

.home-news .home-news-layouter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 35px;
}

.home-news .home-news-layouter:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  -webkit-transition: border-radius 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: border-radius 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.home-news .home-news-date {
  position: relative;
  width: 94px;
  margin-right: 15px;
  color: #888;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.home-news .home-news-category {
  position: relative;
  min-width: 120px;
  margin-right: 26px;
}

.home-news .home-news-category-tag.green span {
  color: #56AA34;
  border-color: #56AA34;
}

.home-news .home-news-category-tag.turquoise span {
  color: #18AEC5;
  border-color: #18AEC5;
}

.home-news .home-news-category-tag span {
  display: block;
  padding: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333;
  font-weight: 500;
  color: #0D50A5;
  border: 1px solid #0D50A5;
  border-radius: 12px;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: background .3s, color .3s, border-color .3s;
  transition: background .3s, color .3s, border-color .3s;
}

.home-news .home-news-category-tag + .home-news-category-tag {
  margin-top: 5px;
}

.home-news .home-news-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.home-news .home-news-toDetail span {
  background: #FFFFFF;
}

.home-news .home-news-banners {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: 100%;
  margin-top: 40px;
}

.home-news .home-news-banners-inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.home-news .home-news-banners-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -18px;
}

.home-news .home-news-banners-item {
  width: calc(33.33% - 36px);
  margin: 0 18px;
}

.home-news .home-news-banners-item a {
  display: table;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.home-news .home-news-banners-item a:hover {
  opacity: 0.7;
}

.home-news .home-news-banners-item span {
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
  background: #0D50A5;
  border-radius: 39px;
}

.home-news .home-news-banners-item i {
  color: #78DC39;
}


/*--------------------------------------------------------------------------------
	採用情報
--------------------------------------------------------------------------------*/

.home-recruit {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
}

.home-recruit .home-recruit-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background: #FAFAFA;
}

.home-recruit .home-recruit-vis {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.home-recruit .home-recruit-vis img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
  font-family: 'object-fit: cover;object-position: right center;';
}

.home-recruit .home-recruit-detail {
  width: 50%;
  margin-left: auto;
  padding: 140px 50px 150px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.home-recruit .home-recruit-aligner {
  max-width: 670px;
  margin-right: auto;
  padding: 0 70px;
  text-align: center;
}

.home-recruit .home-recruit-heading {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 20px;
}

.home-recruit .home-recruit-toDetail {
  max-width: 320px;
  margin: 30px auto 0;
}

@media only screen and (max-width: 735px) {
.home-pickup .home-pickup-heading,
.home-company .home-company-heading,
.home-csr .home-csr-heading,
.home-ir .home-ir-heading,
.home-news .home-news-heading {
    position: relative;
    padding-bottom: 20px;
  }
  .home-pickup .home-pickup-heading:after,
.home-company .home-company-heading:after,
.home-csr .home-csr-heading:after,
.home-ir .home-ir-heading:after,
.home-news .home-news-heading:after {
    width: 60px;
    background: linear-gradient(to right, #0D50A5 0%, #0D50A5 40px, #78DC39 40px, #78DC39 60px) no-repeat left top;
  }
  .home-pickup .home-pickup-heading span,
.home-company .home-company-heading span,
.home-csr .home-csr-heading span,
.home-ir .home-ir-heading span,
.home-news .home-news-heading span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .home-pickup .home-pickup-heading a span:after,
.home-company .home-company-heading a span:after,
.home-csr .home-csr-heading a span:after,
.home-ir .home-ir-heading a span:after,
.home-news .home-news-heading a span:after {
    line-height: 30px;
  }
  .home-about .home-about-toDetail,
.home-recruit .home-recruit-toDetail {
    position: relative;
  }
  .home-about .home-about-toDetail span,
.home-recruit .home-recruit-toDetail span {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .home-news .home-news-toDetail {
    position: relative;
  }
  .home-news .home-news-toDetail span {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-toDetail {
    position: relative;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-toDetail span {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .home-pickup .home-pickup-body.is-single .home-pickup-toDetail {
    position: relative;
  }
  .home-pickup .home-pickup-body.is-single .home-pickup-toDetail span {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .mod-imageGroup.single .home-pickup .home-pickup-vis img,
.home-pickup .mod-imageGroup.single .home-pickup-vis img {
    border-radius: 0;
  }
  .mod-imageGroup.single .home-pickup .home-pickup-vis figcaption,
.home-pickup .mod-imageGroup.single .home-pickup-vis figcaption {
    padding-left: 28px;
    padding-right: 28px;
  }
  .header .header-nav-body {
    margin-top: 0;
  }
  .home-tile .home-tile-detail {
    padding: 0 16px 16px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .home-tile .home-tile-paragraph {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .home-tile .home-tile-caption {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .home-kv {
    margin-left: -20px;
    margin-right: -20px;
  }
  .home-kv .home-kv-inner {
    padding-bottom: 120px;
  }
  .home-kv .home-kv-body {
    margin: 0;
  }
  .home-kv .home-kv-item {
    padding-left: 0;
    padding-right: 0;
  }
  .home-kv .home-kv-vis {
    height: auto;
    min-height: 0;
    border-radius: 0;
  }
  .home-kv .home-kv-vis img {
    position: static;
    width: 100%;
    height: auto;
  }
  .home-kv .home-kv-detail {
    width: 340px;
    border-radius: 0 10px 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .home-kv .home-kv-dots {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    -webkit-transform: none;
    transform: none;
  }
  .home-kv .home-kv-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
  }
  .home-kv .home-kv-dot li {
    margin: 0 4px;
  }
  .home-kv .home-kv-dot li:not(:last-child) {
    margin-bottom: 0;
  }
  .home-kv .home-kv-arrows {
    display: none;
  }
  .home-kv .home-kv-heading {
    margin-top: 18px;
    margin-right: -20px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.47059;
  }
  .home-kv .home-kv-lead {
    margin-top: 8px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .home-kv .home-kv-slogan {
    margin-top: 30px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.23333;
  }
  .home-kv .home-kv-slogan span {
    margin-top: 3px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
  .home-kv .home-kv-message {
    bottom: -80px;
    left: 0;
    width: calc(100% - 40px);
  }
  .home-kv .home-kv-message-inner {
    width: 100%;
    max-width: 335px;
    height: 150px;
    padding: 0 20px;
    border-radius: 0 10px 10px 0;
  }
  .home-kv .home-kv-inducer {
    width: 16px;
    bottom: 90px;
    right: 12px;
  }
  .home-kv .home-kv-inducer:before {
    font-size: 1.2rem;
    -webkit-transform: rotate(90deg) translate(-150%, 50%);
    transform: rotate(90deg) translate(-150%, 50%);
  }
  .home-kv .home-kv-inducer > span {
    height: 50px;
  }
  .home-sympathy {
    margin-left: -20px;
    margin-right: -20px;
    padding: 32px 20px 0;
  }
  .home-sympathy .home-sympathy-inner {
    display: block;
  }
  .home-sympathy .home-sympathy-layouter {
    display: block;
    border-radius: 10px;
  }
  .home-sympathy .home-sympathy-message {
    padding: 24px;
    width: 100%;
  }
  .home-sympathy a .home-sympathy-message {
    width: 100%;
  }
  .home-sympathy .home-sympathy-button {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 12px 24px 15px;
    width: 100%;
  }
  .home-sympathy .home-sympathy-button::before {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 2px;
  }
  .home-sympathy .home-sympathy-button p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-importants {
    margin-left: -20px;
    margin-right: -20px;
    padding: 32px 20px 0;
  }
  .home-importants .home-importants-inner {
    display: block;
  }
  .home-importants .home-importants-body {
    width: auto;
  }
  .home-importants .home-importants-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .home-importants .home-importants-layouter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-importants .home-importants-detail {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-top: 10px;
  }
  .home-importants .home-importants-toDetails {
    display: block;
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 28px;
  }
  .home-importants .home-importants-toDetail {
    margin-left: auto;
    margin-right: auto;
  }
  .home-importants .home-importants-toDetail:not(:last-child) {
    margin-bottom: 16px;
  }
  .home-importants .home-importants-toDetail span {
    background: #FFFFFF;
  }
  .home-pickup .home-pickup-header {
    margin-bottom: 30px;
  }
  .home-pickup .home-pickup-inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .home-pickup .home-pickup-body.is-single .home-pickup-layouter {
    display: block;
  }
  .home-pickup .home-pickup-body.is-single .home-pickup-vis {
    margin-right: 0;
    width: 100%;
  }
  .home-pickup .home-pickup-body.is-single .home-pickup-content {
    margin-top: 16px;
    width: 100%;
  }
  .home-pickup .home-pickup-body.is-single .home-pickup-caption {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.82143;
  }
  .home-pickup .home-pickup-body.is-single .home-pickup-paragraph {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .home-pickup .home-pickup-body.is-single .home-pickup-toDetail {
    max-width: none;
  }
  .home-pickup .home-pickup-body:not(.is-single) {
    margin-right: -20px;
    margin-left: -20px;
    padding: 0;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 220 / 375 * 100vw);
    flex: 0 0 calc( 220 / 375 * 100vw);
    margin: 0;
    padding-right: calc(( 20 / 375 * 100vw) - 20px);
    padding-left: 20px;
    width: calc( 220 / 375 * 100vw) !important;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-content {
    padding: 0;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-caption {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.82143;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-toDetail {
    position: relative;
    margin: auto 0 20px;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-dots {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 12px;
    height: 40px;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-dots .home-pickup-dot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto 0;
    max-width: calc(( 10px + 8px ) * 10);
    height: 40px;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-dots .home-pickup-dot li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-dots .home-pickup-dot li:nth-of-type(n + 11) {
    margin-top: 0;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-arrows {
    width: 100%;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-arrows .slick-arrow {
    width: 40px;
    height: 40px;
    -webkit-transform: none;
    transform: none;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-arrows .slick-next {
    top: auto;
    right: 20px;
    bottom: 0;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-arrows .slick-next:before {
    content: "\ea02" !important;
    display: inline-block;
    vertical-align: baseline;
    font-family: "iconfont";
    font-style: normal;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-arrows .slick-prev {
    top: auto;
    left: 20px;
    bottom: 0;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-arrows .slick-prev:before {
    content: "\ea02" !important;
    display: inline-block;
    vertical-align: baseline;
    font-family: "iconfont";
    font-style: normal;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .home-about {
    margin-right: -20px;
    margin-left: -20px;
  }
  .home-about .home-about-inner {
    padding: 40px 0 0;
  }
  .home-about .home-about-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0;
    overflow: visible;
  }
  .home-about .home-about-vis {
    position: static;
    width: 100%;
    padding: 0 20px;
  }
  .home-about .home-about-vis img {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .home-about .home-about-detail {
    width: 100%;
    margin-top: -25.6%;
    padding-top: 31.46667%;
  }
  .home-about .home-about-aligner {
    display: block;
    max-width: none;
    padding: 0 30px;
    text-align: left;
  }
  .home-about .home-about-logo {
    width: 140px;
    margin: 0 auto 10px;
    text-align: center;
  }
  .home-about .home-about-heading {
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .home-about .home-about-toDetail {
    margin-top: 20px;
  }
  .home-company .home-company-header {
    margin-bottom: 30px;
  }
  .home-company .home-company-inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .home-company .home-company-items {
    display: block;
  }
  .home-company .home-company-item {
    width: auto !important;
  }
  .home-company .home-company-item:nth-child(1) .home-tile-vis {
    border-radius: 10px 10px 0 0;
  }
  .home-company .home-company-item:nth-child(5) .home-tile-vis {
    border-radius: 0 0 10px 10px;
  }
  .home-company .home-company-item .home-tile-vis {
    padding-top: 62.08955%;
  }
  .home-company .home-tile-caption {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .home-csr .home-csr-header {
    margin-bottom: 30px;
  }
  .home-csr .home-csr-inner {
    padding-top: 0;
    padding-bottom: 56px;
  }
  .home-csr .home-csr-items {
    display: block;
  }
  .home-csr .home-tile-caption {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .home-csr .home-csr-item {
	width: 100%;
  }

  .home-csr .home-csr-item:nth-child(1) .home-tile-vis {
    border-radius: 10px 10px 0 0;
  }

  .home-csr .home-csr-item .home-tile-vis:before {
    padding-top: 62.08955%;
  }

  .home-csr .home-csr-item:nth-child(5) .home-tile-vis {
    border-radius: 0 0 10px 10px;
  }

  .home-ir .home-ir-inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .home-ir .home-ir-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-ir .home-tile-caption {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .home-ir .home-ir-item {
    width: 100%;
  }
  .home-ir .home-ir-item .home-tile-vis:before {
    padding-top: 62.08955%;
  }
  .home-ir .home-ir-item:first-child .home-tile-vis {
    border-radius: 10px 10px 0 0;
  }
  .home-ir .home-ir-item:last-child .home-tile-vis {
    border-radius: 0 0 10px 10px;
  }
  .home-news {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
  .home-news .home-news-inner {
    display: block;
    padding: 50px 0;
  }
  .home-news .home-news-body {
    width: auto;
    margin-top: 35px;
  }
  .home-news .home-news-item:first-child .home-news-layouter:before {
    border-radius: 10px 10px 0 0;
  }
  .home-news .home-news-item:first-child > a:hover .home-news-layouter:before {
    border-radius: 10px 10px 0 0 !important;
  }
  .home-news .home-news-item:last-child .home-news-layouter:before {
    border-radius: 0 0 10px 10px;
  }
  .home-news .home-news-item:last-child > a:hover .home-news-layouter:before {
    border-radius: 0 0 10px 10px !important;
  }
  .home-news .home-news-item > a:hover {
    position: static;
  }
  .home-news .home-news-item > a:hover .home-news-layouter:before {
    border-radius: 10px !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .home-news .home-news-layouter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 20px;
  }
  .home-news .home-news-layouter:before {
    -webkit-transition: none;
    transition: none;
  }
  .home-news .home-news-detail {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-top: 10px;
  }
  .home-news .home-news-toDetails {
    display: block;
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 28px;
  }
  .home-news .home-news-toDetail {
    margin-left: auto;
    margin-right: auto;
  }
  .home-news .home-news-toDetail:not(:last-child) {
    margin-bottom: 16px;
  }
  .home-news .home-news-banners {
    margin-top: 40px;
  }
  .home-news .home-news-banners-items {
    display: block;
    margin: 0 auto;
    padding: 0 7.5vw;
  }
  .home-news .home-news-banners-item {
    width: auto;
    margin: 0 auto;
  }
  .home-news .home-news-banners-item:not(:first-child) {
    margin-top: 16px;
  }
  .home-recruit {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
  }
  .home-recruit .home-recruit-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home-recruit .home-recruit-vis {
    position: static;
    width: 100%;
    overflow: visible;
  }
  .home-recruit .home-recruit-vis img {
    position: static;
    width: 100%;
    height: auto;
  }
  .home-recruit .home-recruit-detail {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 40px 60px;
    text-align: left;
  }
  .home-recruit .home-recruit-aligner {
    padding: 0;
  }
  .home-recruit .home-recruit-heading {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.16364;
    margin-bottom: 20px;
    text-align: center;
  }
  .home-recruit .home-recruit-toDetail {
    max-width: none;
    margin: 30px auto 0;
  }
}

@media only screen and (min-width: 1024px), print {
  a:hover .home-pickup .home-pickup-body:not(.is-single) .home-pickup-toDetail span,
.home-pickup .home-pickup-body:not(.is-single) a:hover .home-pickup-toDetail span {
    color: #FFFFFF;
    background: #0D50A5;
    -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
  }
  a:hover .home-pickup .home-pickup-body:not(.is-single) .home-pickup-toDetail i,
.home-pickup .home-pickup-body:not(.is-single) a:hover .home-pickup-toDetail i {
    color: #FFFFFF;
    -webkit-transform: translateX(-3px) translateY(-50%);
    transform: translateX(-3px) translateY(-50%);
  }
  a:hover .home-pickup .home-pickup-body:not(.is-single) .home-pickup-toDetail span + i,
.home-pickup .home-pickup-body:not(.is-single) a:hover .home-pickup-toDetail span + i {
    -webkit-transform: translateX(3px) translateY(-50%);
    transform: translateX(3px) translateY(-50%);
  }
  .home-pickup .home-pickup-body.is-single .home-pickup-toDetail a:hover span,
.home-pickup .home-pickup-body.is-single .home-pickup-toDetail button:hover span,
.home-pickup .home-pickup-body.is-single .home-pickup-toDetail p:hover span {
    color: #FFFFFF;
    background: #0D50A5;
    -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
  }
  .home-pickup .home-pickup-body.is-single .home-pickup-toDetail a:hover i,
.home-pickup .home-pickup-body.is-single .home-pickup-toDetail button:hover i,
.home-pickup .home-pickup-body.is-single .home-pickup-toDetail p:hover i {
    color: #FFFFFF;
    -webkit-transform: translateX(-3px) translateY(-50%);
    transform: translateX(-3px) translateY(-50%);
  }
  .home-pickup .home-pickup-body.is-single .home-pickup-toDetail a:hover span + i,
.home-pickup .home-pickup-body.is-single .home-pickup-toDetail button:hover span + i,
.home-pickup .home-pickup-body.is-single .home-pickup-toDetail p:hover span + i {
    -webkit-transform: translateX(3px) translateY(-50%);
    transform: translateX(3px) translateY(-50%);
  }
  .home-pickup .home-pickup-body-col2 .home-pickup-item {
    width: calc( ( 100% - 64px)/ 2) !important;
  }
  .home-pickup .home-pickup-body-noArrows:not(.is-single) .home-pickup-arrows {
    display: none;
  }
  .home-tile > a:hover {
    position: relative;
    z-index: 1;
  }
  .home-tile > a:hover .home-tile-vis {
    border-radius: 10px !important;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  .home-sympathy a:hover .home-sympathy-layouter {
    background-color: #F1F8FF;
    color: #0D50A5;
  }
  .home-sympathy a:hover .home-sympathy-button .icon {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  .home-sympathy a[href=""]:hover .home-sympathy-layouter {
    background-color: inherit;
    color: inherit;
  }
  .home-pickup .home-pickup-body.is-single .home-pickup-caption:hover {
    color: #0D50A5;
  }
  .home-pickup .home-pickup-body:not(.is-single) a:hover .home-pickup-caption {
    color: #0D50A5;
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-arrows .slick-next:hover:before {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  .home-pickup .home-pickup-body:not(.is-single) .home-pickup-arrows .slick-prev:hover:before {
    -webkit-transform: scale(-1, 1) translateX(3px);
    transform: scale(-1, 1) translateX(3px);
  }
  .home-company .home-company-item:nth-child(1) {
    width: 50%;
  }
  .home-company .home-company-item:nth-child(1) .home-tile-vis {
    border-radius: 20px 0 0 0;
  }
  .home-company .home-company-item:nth-child(1) .home-tile-vis:before {
    padding-top: 54.47761%;
  }
  .home-company .home-company-item:nth-child(1) .home-tile-caption {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .home-company .home-company-item:nth-child(2) {
    width: 50%;
  }
  .home-company .home-company-item:nth-child(2) .home-tile-vis {
    border-radius: 0 20px 0 0;
  }
  .home-company .home-company-item:nth-child(2) .home-tile-vis:before {
    padding-top: 54.47761%;
  }
  .home-company .home-company-item:nth-child(2) .home-tile-caption {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .home-company .home-company-item:nth-child(3) {
    width: 33.33%;
  }
  .home-company .home-company-item:nth-child(3) .home-tile-vis {
    border-radius: 0 0 0 20px;
  }
  .home-company .home-company-item:nth-child(3) .home-tile-vis:before {
    padding-top: 54.4843%;
  }
  .home-company .home-company-item:nth-child(4) {
    width: 33.33%;
  }
  .home-company .home-company-item:nth-child(4) .home-tile-vis:before {
    padding-top: 54.4843%;
  }
  .home-company .home-company-item:nth-child(5) {
    width: 33.33%;
  }
  .home-company .home-company-item:nth-child(5) .home-tile-vis {
    border-radius: 0 0 20px 0;
  }
  .home-company .home-company-item:nth-child(5) .home-tile-vis:before {
    padding-top: 54.4843%;
  }
  .home-csr .home-csr-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-csr .home-csr-item:nth-child(1) {
    width: 50%;
  }
  .home-csr .home-csr-item:nth-child(1) .home-tile-vis {
      border-radius: 20px 0 0 0;
  }
  .home-csr .home-csr-item:nth-child(1) .home-tile-vis:before {
      padding-top: 54.47761%;
  }
  .home-csr .home-csr-item:nth-child(1) .home-tile-caption {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.5;
  }
  .home-csr .home-csr-item:nth-child(2) {
      width: 50%;
  }
  .home-csr .home-csr-item:nth-child(2) .home-tile-vis {
      border-radius: 0 20px 0 0;
  }
  .home-csr .home-csr-item:nth-child(2) .home-tile-vis:before {
      padding-top: 54.47761%;
  }
  .home-csr .home-csr-item:nth-child(2) .home-tile-caption {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.5;
  }
  .home-csr .home-csr-item:nth-child(3) {
      width: 33.33%;
  }
  .home-csr .home-csr-item:nth-child(3) .home-tile-vis {
      border-radius: 0 0 0 20px;
  }
  .home-csr .home-csr-item:nth-child(3) .home-tile-vis:before {
      padding-top: 54.4843%;
  }
  .home-csr .home-csr-item:nth-child(4) {
      width: 33.33%;
  }
  .home-csr .home-csr-item:nth-child(4) .home-tile-vis:before {
      padding-top: 54.4843%;
  }
  .home-csr .home-csr-item:nth-child(5) {
      width: 33.33%;
  }
  .home-csr .home-csr-item:nth-child(5) .home-tile-vis {
      border-radius: 0 0 20px 0;
  }
  .home-csr .home-csr-item:nth-child(5) .home-tile-vis:before {
      padding-top: 54.4843%;
  }
  .home-ir .home-ir-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr 1fr;
    grid-template-columns: 50% 1fr 1fr;
  }
  .home-ir .home-ir-item:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .home-ir .home-ir-item:nth-child(1) .home-tile-vis {
    border-radius: 20px 0 0 20px;
  }
  .home-ir .home-ir-item:nth-child(1) .home-tile-vis:before {
    padding-top: 54.32836%;
  }
  .home-ir .home-ir-item:nth-child(1) .home-tile-caption {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .home-ir .home-ir-item:nth-child(1) .home-tile-detail {
    padding-bottom: 15px;
  }
  .home-ir .home-ir-item:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-ir .home-ir-item:nth-child(2) .home-tile-vis:before {
    padding-top: 54.32836%;
  }
  .home-ir .home-ir-item:nth-child(2) .home-tile-detail {
    padding-bottom: 15px;
  }
  .home-ir .home-ir-item:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-ir .home-ir-item:nth-child(3) .home-tile-vis {
    border-radius: 0 20px 0 0;
  }
  .home-ir .home-ir-item:nth-child(3) .home-tile-vis:before {
    padding-top: 54.32836%;
  }
  .home-ir .home-ir-item:nth-child(3) .home-tile-detail {
    padding-bottom: 15px;
  }
  .home-ir .home-ir-item:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .home-ir .home-ir-item:nth-child(4) .home-tile-vis:before {
    padding-top: 54.32836%;
  }
  .home-ir .home-ir-item:nth-child(4) .home-tile-detail {
    padding-bottom: 15px;
  }
  .home-ir .home-ir-item:nth-child(5) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .home-ir .home-ir-item:nth-child(5) .home-tile-vis {
    border-radius: 0 0 20px 0;
  }
  .home-ir .home-ir-item:nth-child(5) .home-tile-vis:before {
    padding-top: 54.32836%;
  }
  .home-ir .home-ir-item:nth-child(5) .home-tile-detail {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 1023px) {
  .home-kv {
    margin-left: -30px;
    margin-right: -30px;
  }
  .home-kv .home-kv-inner {
    padding-bottom: 160px;
  }
  .home-kv .home-kv-body {
    margin-left: auto;
    margin-right: auto;
  }
  .home-kv .home-kv-vis {
    height: calc(100vh - 160px - 160px);
    min-height: 500px;
    border-radius: 0;
  }
  .home-kv .home-kv-detail {
    width: 520px;
    border-radius: 0 13px 13px 0;
  }
  .home-kv .home-kv-detail-inner {
    padding: 30px 30px 35px;
  }
  .home-kv .home-kv-heading {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
  }
  .home-kv .home-kv-slogan {
    padding: 10px 0 15px;
  }
  .home-kv .home-kv-slogan span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .home-kv .home-kv-dots {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 0;
    -webkit-transform: none;
    transform: none;
  }
  .home-kv .home-kv-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
  }
  .home-kv .home-kv-dot li {
    margin: 0 4px;
  }
  .home-kv .home-kv-dot li:not(:last-child) {
    margin-bottom: 0;
  }
  .home-kv .home-kv-arrows {
    display: none;
  }
  .home-kv .home-kv-heading {
    margin-top: 28px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.45833;
  }
  .home-kv .home-kv-lead {
    margin-top: 12px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .home-kv .home-kv-slogan {
    margin-top: 35px;
  }
  .home-kv .home-kv-slogan span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .home-kv .home-kv-message {
    bottom: -96px;
    left: 0;
  }
  .home-kv .home-kv-message-inner {
    width: 520px;
    height: 176px;
    padding: 0 30px;
    border-radius: 0 13px 13px 0;
  }
  .home-kv .home-kv-inducer {
    bottom: 140px;
    right: 40px;
  }
  .home-kv .home-kv-inducer:before {
    font-size: 1.2rem;
  }
  .home-kv .home-kv-inducer > span {
    height: 40px;
  }
  .home-sympathy {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 32px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .home-sympathy .home-sympathy-inner {
    display: block;
  }
  .home-importants {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 32px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .home-importants .home-importants-layouter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-importants .home-importants-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .home-importants .home-importants-detail {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-top: 10px;
  }
  .home-pickup .home-pickup-body.is-single .home-pickup-vis,
  .home-pickup .home-pickup-body.is-single .home-pickup-content {
    width: calc(( 100% - 47px ) / 2);
  }
  .home-pickup .home-pickup-body-col2 .home-pickup-item {
    width: calc( ( 100% - 64px)/ 2) !important;
  }
  .home-pickup .home-pickup-body-noArrows:not(.is-single) .home-pickup-arrows {
    display: none;
  }
  .home-about {
    margin-right: -30px;
    margin-left: -30px;
  }
  .home-about .home-about-inner {
    padding: 60px 0 0;
  }
  .home-about .home-about-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0;
    overflow: visible;
  }
  .home-about .home-about-vis {
    position: static;
    width: 100%;
    padding: 0 30px;
  }
  .home-about .home-about-vis img {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .home-about .home-about-detail {
    width: 100%;
    margin-top: -25.6%;
    padding-top: 31.46667%;
  }
  .home-about .home-about-aligner {
    display: block;
    max-width: 460px;
    margin: auto;
    padding: 0;
  }
  .home-about .home-about-logo {
    width: 210px;
    margin: 0 auto 20px;
    text-align: center;
  }
  .home-about .home-about-heading {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .home-about .home-about-toDetail {
    max-width: 320px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-company .home-company-item:nth-child(1) {
    width: 100%;
  }
  .home-company .home-company-item:nth-child(1) .home-tile-vis {
    border-radius: 20px 20px 0 0;
  }
  .home-company .home-company-item:nth-child(1) .home-tile-vis:before {
    padding-top: 54.4586%;
  }
  .home-company .home-company-item:nth-child(1) .home-tile-caption {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .home-company .home-company-item:nth-child(2) {
    width: 100%;
  }
  .home-company .home-company-item:nth-child(2) .home-tile-vis:before {
    padding-top: 54.4586%;
  }
  .home-company .home-company-item:nth-child(2) .home-tile-caption {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .home-company .home-company-item:nth-child(2) .home-tile-caption br {
    display: none;
  }
  .home-company .home-company-item:nth-child(3) {
    width: 33.33%;
  }
  .home-company .home-company-item:nth-child(3) .home-tile-vis {
    border-radius: 0 0 0 20px;
  }
  .home-company .home-company-item:nth-child(3) .home-tile-vis:before {
    padding-top: 54.63259%;
  }
  .home-company .home-company-item:nth-child(4) {
    width: 33.33%;
  }
  .home-company .home-company-item:nth-child(4) .home-tile-vis:before {
    padding-top: 54.63259%;
  }
  .home-company .home-company-item:nth-child(5) {
    width: 33.33%;
  }
  .home-company .home-company-item:nth-child(5) .home-tile-vis {
    border-radius: 0 0 20px 0;
  }
  .home-company .home-company-item:nth-child(5) .home-tile-vis:before {
    padding-top: 54.63259%;
  }
  .home-csr .home-csr-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-csr .home-csr-item:nth-child(1) {
    width: 100%;
  }
  .home-csr .home-csr-item:nth-child(1) .home-tile-vis {
    border-radius: 20px 20px 0 0;
  }
  .home-csr .home-csr-item:nth-child(1) .home-tile-vis:before {
    padding-top: 54.4586%;
  }
  .home-csr .home-csr-item:nth-child(1) .home-tile-detail {
    padding: 0 24px 30px;
  }
  .home-csr .home-csr-item:nth-child(1) .home-tile-caption {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .home-csr .home-csr-item:nth-child(2) {
    width: 100%;
  }
  .home-csr .home-csr-item .home-tile-vis:before {
    padding-top: 54.4586%;
  }
  .home-csr .home-csr-item:nth-child(2) .home-tile-caption {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .home-csr .home-csr-item:nth-child(3),
  .home-csr .home-csr-item:nth-child(4),
  .home-csr .home-csr-item:nth-child(5) {
    width: 33.33%;
  }
  .home-csr .home-csr-item:nth-child(3) .home-tile-vis {
    border-radius: 0 0 0 10px;
  }
  .home-csr .home-csr-item:nth-child(5) .home-tile-vis {
    border-radius: 0 0 10px 0;
  }

  .home-ir .home-ir-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-ir .home-ir-item:nth-child(1) {
    width: 100%;
  }
  .home-ir .home-ir-item:nth-child(1) .home-tile-vis {
    border-radius: 20px 20px 0 0;
  }
  .home-ir .home-ir-item:nth-child(1) .home-tile-vis:before {
    padding-top: 54.4586%;
  }
  .home-ir .home-ir-item:nth-child(1) .home-tile-caption {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .home-ir .home-ir-item:nth-child(2) {
    width: 50%;
  }
  .home-ir .home-ir-item:nth-child(2) .home-tile-vis:before {
    padding-top: 54.35244%;
  }
  .home-ir .home-ir-item:nth-child(3) {
    width: 50%;
  }
  .home-ir .home-ir-item:nth-child(3) .home-tile-vis:before {
    padding-top: 54.35244%;
  }
  .home-ir .home-ir-item:nth-child(4) {
    width: 50%;
  }
  .home-ir .home-ir-item:nth-child(4) .home-tile-vis {
    border-radius: 0 0 0 20px;
  }
  .home-ir .home-ir-item:nth-child(4) .home-tile-vis:before {
    padding-top: 54.35244%;
  }
  .home-ir .home-ir-item:nth-child(5) {
    width: 50%;
  }
  .home-ir .home-ir-item:nth-child(5) .home-tile-vis {
    border-radius: 0 0 20px 0;
  }
  .home-ir .home-ir-item:nth-child(5) .home-tile-vis:before {
    padding-top: 54.35244%;
  }
  .home-news {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .home-news .home-news-inner {
    padding-bottom: 53px;
  }
  .home-news .home-news-layouter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 20px;
  }
  .home-news .home-news-detail {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-top: 10px;
  }
  .home-recruit {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
  }
  .home-recruit .home-recruit-detail {
    padding-right: 30px;
  }
  .home-recruit .home-recruit-aligner {
    padding: 0 40px;
  }
  .home-recruit {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
  }
  .home-recruit .home-recruit-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background: none;
  }
  .home-recruit .home-recruit-vis {
    width: 100%;
    height: auto;
    padding-top: 382px;
  }
  .home-recruit .home-recruit-detail {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 40px 96px;
    text-align: left;
  }
  .home-recruit .home-recruit-aligner {
    max-width: 520px;
    margin: auto;
    padding: 0;
  }
  .home-recruit .home-recruit-heading {
    font-size: 30px;
    font-size: 3rem;
    line-height: 0.85333;
    margin-bottom: 20px;
    text-align: center;
  }
  .home-recruit .home-recruit-toDetail {
    max-width: 330px;
    margin: 30px auto 0;
  }
}
