@charset "UTF-8";
/**
 * トップページ
 *
 */
/* 共通のスタイルを上書き
  ========================================================================== */
#main > article {
  padding-top: 0; }
  #main > article:before {
    display: none; }

#foot {
  margin-top: 45px; }

@media screen and (max-width: 767px) {
  #main > article {
    padding-top: 0; }
    #main > article:before {
      display: none; } }

/* メインビジュアル
   ========================================================================== */
.main-visual {
  position: relative; }
  .main-visual:after {
    background: -webkit-linear-gradient(left, #38a85b 0%, #288947 100%);
    background: -webkit-gradient(linear, left top, right top, from(#38a85b), to(#288947));
    background: -o-linear-gradient(left, #38a85b 0%, #288947 100%);
    background: linear-gradient(to right, #38a85b 0%, #288947 100%);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 57.14286%;
    width: 100%;
    z-index: -1; }
  .main-visual img {
    height: auto;
    width: 100%; }

.main-visual-textwrap {
  position: absolute;
  left: 53.57143%;
  top: 10.28571%;
  width: 31.16883%; }
  @media screen and (min-width: 769px) and (max-width: 1599px) {
    .main-visual-textwrap {
      top: 7.85714%; } }

.main-visual-copy {
  width: 87.5%; }

.main-visual-btn,
.main-visual-label9,
.main-visual-faq {
  max-width: 87.5%;
  min-width: 420px; }

.main-visual-btn {
  line-height: 1;
  margin-top: 37px;
  white-space: nowrap;
  font-size: 20px;
  font-size: 2rem; }
  .main-visual-btn .btn {
    display: block;
    border-radius: 33px; }
  .main-visual-btn .btn01 {
    padding: 18px 20px 20px; }
    .main-visual-btn .btn01:after {
      height: 14px;
      right: 25px;
      width: 15px; }
  .main-visual-btn span {
    font-size: 16px;
    font-size: 1.6rem; }
  @media screen and (min-width: 769px) and (max-width: 1599px) {
    .main-visual-btn {
      font-size: 18px;
      font-size: 1.8rem; }
      .main-visual-btn span {
        font-size: 14px;
        font-size: 1.4rem; } }

.main-visual-label9 {
  margin-top: 13px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700; }
  .main-visual-label9 .btn {
    background: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 12px 15px; }
    .main-visual-label9 .btn:visited {
      color: #1a1a1a; }
    .main-visual-label9 .btn:hover {
      color: #38a75b; }
    .main-visual-label9 .btn.arrow01 {
      position: relative; }
      .main-visual-label9 .btn.arrow01:after {
        border-width: 2px;
        border-top: 1px solid #38a75b;
        border-right: 1px solid #38a75b; }
  @media screen and (min-width: 769px) and (max-width: 1599px) {
    .main-visual-label9 {
      font-size: 14px;
      font-size: 1.4rem; } }

.main-visual-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-right: 34px;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .main-visual-faq li {
    margin-right: 30px; }
    .main-visual-faq li:last-child {
      margin-right: 0; }
  @media screen and (min-width: 769px) and (max-width: 1599px) {
    .main-visual-faq {
      padding-right: 50px; }
      .main-visual-faq li {
        font-size: 14px;
        font-size: 1.4rem; } }

.main-visual-30th {
  position: absolute;
  right: 2.98701%;
  top: 7.14286%;
  width: 14.41558%; }

.main-visual-btm {
  background: -webkit-linear-gradient(left, #38a85b 0%, #288947 100%);
  background: -webkit-gradient(linear, left top, right top, from(#38a85b), to(#288947));
  background: -o-linear-gradient(left, #38a85b 0%, #288947 100%);
  background: linear-gradient(to right, #38a85b 0%, #288947 100%);
  color: #FFF;
  position: relative;
  padding-top: 50px;
  padding-bottom: 75px; }

.visual-btm-ttl {
  font-size: 25px;
  font-size: 2.5rem; }

.main-visual-btm-text {
  padding-top: 40px;
  width: 610px; }

.visual-btm-btn {
  margin-top: 40px;
  width: 340px; }
  .visual-btm-btn .btn {
    display: block; }

.main-visual-ie {
  font-weight: normal;
  bottom: 15px;
  position: absolute;
  right: 23%;
  font-size: 14px;
  font-size: 1.4rem; }
  .main-visual-ie span {
    background: url(/common/css/img/icon_important.png) no-repeat left 3px;
    background-size: 18px auto;
    cursor: pointer;
    padding-left: 23px;
    text-decoration: underline; }
    .main-visual-ie span:hover {
      text-decoration: none; }

.main-visual-ie-popup {
  background: rgba(235, 246, 238, 0.95);
  position: absolute;
  right: -38.5%;
  top: 65%;
  width: 37.5%;
  z-index: 5;
  -webkit-transition: right ease .6s;
  -o-transition: right ease .6s;
  transition: right ease .6s; }
  .main-visual-ie-popup h2 {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem; }
  .main-visual-ie-popup p {
    color: #888; }
  .main-visual-ie-popup.popup-open {
    right: 0; }

.ie-popup-inner {
  padding: 60px;
  position: relative;
  z-index: 10; }
  .ie-popup-inner a {
    color: #888; }

.ie-popup-close {
  background-color: #38a75b;
  border: 1px solid #FFF;
  border-radius: 22px;
  height: 44px;
  width: 44px;
  position: absolute;
  left: -16px;
  top: -16px;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }
  .ie-popup-close::after, .ie-popup-close::before {
    background-color: #fff;
    content: '';
    display: block;
    height: 2px;
    width: 22px;
    position: absolute;
    left: 50%;
    top: 50%; }
  .ie-popup-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .ie-popup-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .ie-popup-close:hover {
    background-color: #FFF; }
    .ie-popup-close:hover::after, .ie-popup-close:hover::before {
      background-color: #38a75b; }

.ie-popup-overlay {
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: fixed; }

.popup-open .ie-popup-overlay {
  display: block; }

.visual-btm-movie {
  position: absolute;
  left: 715px;
  top: 0;
  width: 566px; }

#movie-thumb {
  cursor: pointer;
  position: absolute;
  right: 23px;
  top: 26px; }
  #movie-thumb:hover .movie-btn {
    opacity: 1; }
  #movie-thumb .movie-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: .7; }

@media screen and (max-width: 767px) {
  .main-visual-textwrap {
    left: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    top: 7.2vw;
    width: calc(100% - 5.34vw); }
  .main-visual-copy {
    padding-left: 34.13vw;
    padding-right: 6.67vw;
    width: 100%; }
  .main-visual-btn,
  .main-visual-label9,
  .main-visual-faq {
    max-width: 100%;
    min-width: inherit; }
  .main-visual-btn {
    font-size: 4vw;
    margin-top: 5.6vw; }
    .main-visual-btn .btn {
      border-radius: 5.87vw; }
    .main-visual-btn .btn01 {
      padding: 3.2vw 5.33vw 3.47vw; }
      .main-visual-btn .btn01:after {
        height: 3.73vw;
        right: 6.67vw;
        width: 4vw; }
    .main-visual-btn span {
      font-size: 4vw; }
  .main-visual-label9 {
    font-size: 3.47vw;
    font-weight: normal;
    margin-top: 2.13vw;
    text-align: left; }
  .main-visual-faq {
    padding-right: 40px; }
  .main-visual-30th {
    position: absolute;
    right: 5.33vw;
    top: 12.53vw;
    width: 14.93vw; }
  .main-visual-btm {
    padding-top: 8vw;
    padding-bottom: 0; }
    .main-visual-btm .box-center {
      padding: 0 4vw 56vw; }
  .visual-btm-ttl {
    font-size: 4.8vw;
    line-height: 1.44;
    margin-bottom: 5.33vw; }
  .main-visual-btm-text {
    padding-top: 0;
    width: 100%; }
    .main-visual-btm-text p {
      font-size: 3.47vw;
      line-height: 1.8; }
  .visual-btm-btn {
    margin-top: 6.67vw;
    width: 61.33vw; }
  .visual-btm-movie {
    bottom: -20vw;
    top: auto;
    position: absolute;
    left: auto;
    width: 86.67vw; }
  #movie-thumb {
    position: absolute;
    right: 3.47vw;
    top: 4vw;
    width: 80vw;
    height: 45.6vw; }
    #movie-thumb .movie-btn {
      width: 10.93vw; } }

/* トップ共通
   ========================================================================== */
.top-sct {
  padding-top: 110px; }

.top-cmn-ttlset {
  margin-bottom: 40px;
  text-align: center; }

.top-cmn-ttl {
  line-height: 1.65;
  margin-top: 15px;
  font-weight: 700;
  font-size: 35px;
  font-size: 3.5rem; }

@media screen and (max-width: 767px) {
  .top-sct {
    padding-top: 18.67vw; }
  .top-cmn-ttlset {
    margin-bottom: 8vw;
    padding-left: 4vw;
    padding-right: 4vw; }
  .top-cmn-ttlhead img {
    height: 5.87vw;
    width: auto; }
  .top-cmn-ttl {
    font-size: 6.13vw;
    line-height: 1.5;
    margin-top: 4vw;
    text-align: left; } }

/* FEATURE
   ========================================================================== */
.feature-ttl-eng {
  border-bottom: 2px solid #7ec694;
  color: #278847;
  display: inline-block;
  letter-spacing: .1em;
  line-height: 1;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem; }
  .feature-ttl-eng .eng-inner {
    display: inline-block;
    padding-bottom: 9px;
    position: relative; }
    .feature-ttl-eng .eng-inner:before, .feature-ttl-eng .eng-inner:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      width: 100%; }
    .feature-ttl-eng .eng-inner:before {
      background-color: #39a85b;
      bottom: 2px;
      height: 4px; }
    .feature-ttl-eng .eng-inner:after {
      background-color: #278847;
      bottom: 0;
      height: 2px; }

.eng-num {
  letter-spacing: normal;
  margin-left: 5px;
  font-size: 30px;
  font-size: 3rem; }

.feature-ttl {
  line-height: 1.46;
  margin-bottom: 25px;
  margin-top: 30px;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem; }
  .feature-ttl span {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #bfe3ca), to(#bfe3ca));
    background-image: -webkit-linear-gradient(transparent 20%, #bfe3ca 20%, #bfe3ca 100%);
    background-image: -o-linear-gradient(transparent 20%, #bfe3ca 20%, #bfe3ca 100%);
    background-image: linear-gradient(transparent 20%, #bfe3ca 20%, #bfe3ca 100%); }

.feature-text {
  color: #888;
  margin-bottom: 15px; }
  .feature-text:last-child {
    margin-bottom: 0; }

.fearure-note {
  font-size: 13px;
  font-size: 1.3rem; }

.top-feature-sct .box-img {
  opacity: 0;
  -webkit-transition: opacity ease 1s;
  -o-transition: opacity ease 1s;
  transition: opacity ease 1s; }

.top-feature-sct.is-enter .box-img {
  opacity: 1; }

@media screen and (min-width: 768px), print {
  .top-feature-sct {
    overflow: hidden;
    padding-bottom: 60px;
    padding-top: 60px; }
  .feature-set {
    position: relative; }
    .feature-set .feature-text {
      white-space: nowrap; }
    .feature-set .box-text,
    .feature-set .box-img {
      -webkit-box-flex: inherit;
      -ms-flex: inherit;
      flex: inherit; }
    .feature-set .box-text {
      width: 580px; }
    .feature-set .box-text-inner {
      padding-left: 50px; }
    .feature-set .box-img {
      padding: 0;
      position: absolute;
      left: 640px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 580px; }
    .feature-set.row-reverse .box-img {
      left: inherit;
      right: 640px; }
  .feature01 {
    padding-bottom: 70px;
    padding-top: 70px; }
    .feature01 .box-img img {
      width: 500px; }
  .feature02 .box-img {
    text-align: center; }
    .feature02 .box-img img {
      width: 472px; }
  .feature03 .box-img {
    width: 614px; }
    .feature03 .box-img img {
      width: 614px; }
  .feature04 .box-img {
    text-align: center; }
    .feature04 .box-img img {
      width: 500px; }
  .top-feature-btn .btn {
    min-width: 450px; } }

@media screen and (max-width: 767px) {
  .top-feature {
    padding-top: 29.87vw; }
  .top-feature-sct {
    overflow: hidden;
    padding-bottom: 13.33vw;
    padding-top: 10.67vw; }
  .feature-set {
    padding-left: 5.33vw;
    padding-right: 4vw; }
    .feature-set .box-text,
    .feature-set .box-img {
      padding: 0;
      width: 100%; }
    .feature-set .box-img {
      padding-right: 1.33vw; }
  .box-text-inner {
    padding-left: 0; }
  .feature03 {
    padding-bottom: 0; }
    .feature03 .feature-set {
      padding-left: 0;
      padding-right: 0; }
    .feature03 .box-text {
      padding-left: 5.33vw;
      padding-right: 5.33vw; }
  .feature-ttl-eng {
    font-size: 3.47vw; }
    .feature-ttl-eng .eng-inner {
      padding-bottom: 1.87vw; }
      .feature-ttl-eng .eng-inner:before {
        bottom: 0.53vw;
        height: 1.07vw; }
      .feature-ttl-eng .eng-inner:after {
        bottom: 0;
        height: 0.53vw; }
  .eng-num {
    font-size: 6.67vw; }
  .feature-ttl {
    font-size: 5.33vw;
    line-height: 1.5;
    margin-bottom: 6.67vw;
    margin-top: 6.67vw; }
  .feature-text {
    margin-bottom: 4vw; }
    .feature-text:last-child {
      margin-bottom: 0; }
  .fearure-note {
    font-size: 3.47vw; }
  .top-feature-btn {
    padding: 0 5.33vw; }
    .top-feature-btn .btn {
      min-width: 100%; } }

/* SCENE
   ========================================================================== */
.top-scene {
  margin-bottom: 110px;
  padding-left: 30px;
  padding-right: 30px; }
  .top-scene .top-cmn-ttl span {
    position: relative;
    top: -3px; }
    .top-scene .top-cmn-ttl span img {
      vertical-align: middle; }

#top-scene-slider-wrap {
  margin-bottom: 60px;
  overflow: hidden;
  position: relative; }

#top-scene-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform; }

.top-scene-slide {
  position: relative; }
  .top-scene-slide.-active .top-scene-slide-icon .on {
    -webkit-animation: animIcon .6s ease both 6s;
    animation: animIcon .6s ease both 6s; }

@-webkit-keyframes animIcon {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes animIcon {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.top-scene-slide-thumb img {
  width: 100%;
  height: auto; }

.top-scene-slide-text {
  line-height: 1.68;
  padding: 30px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem; }

.top-scene-slide-icon {
  background-color: #fff;
  border-radius: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.9;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  bottom: 90px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .top-scene-slide-icon span {
    display: block;
    height: 100%;
    width: 100%; }
  .top-scene-slide-icon .on {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    position: absolute;
    left: 0;
    top: 0; }

.top-scene-slide01 .top-scene-slide-text {
  background-color: #ddedd1; }

.top-scene-slide02 .top-scene-slide-text {
  background-color: #faf9d7; }

.top-scene-slide03 .top-scene-slide-text {
  background-color: #e0ecf7; }

.top-scene-slide04 .top-scene-slide-text {
  background-color: #f7e0e0; }

@media screen and (min-width: 768px), print {
  .top-scene-slide {
    position: relative;
    width: 33.33%; }
    .top-scene-slide:nth-child(-n+2) .top-scene-slide-icon .on {
      opacity: 1; }
  .top-scene-btn .btn {
    min-width: 450px; } }

@media screen and (max-width: 767px) {
  #top-scene-slider-wrap {
    height: 97.87vw;
    margin-bottom: 9.33vw; }
  .top-scene {
    margin-bottom: 13.33vw;
    padding-left: 2.67vw;
    padding-right: 2.67vw; }
    .top-scene .top-cmn-ttl span {
      top: -0.8vw; }
      .top-scene .top-cmn-ttl span img {
        height: auto;
        width: 100%; }
  .top-scene {
    padding-left: 2.67vw;
    padding-right: 2.67vw; }
    .top-scene .top-cmn-ttl span {
      display: inline-block;
      width: 40vw;
      height: auto; }
  .top-scene-slide:nth-child(1) .top-scene-slide-icon .on {
    opacity: 1; }
  .top-scene-slide.-active .top-scene-slide-icon .on {
    -webkit-animation-delay: 5s;
    animation-delay: 5s; }
  .top-scene-slide-thumb img {
    vertical-align: top; }
  .top-scene-slide-text {
    padding: 5.33vw;
    font-size: 15px;
    font-size: 1.5rem; }
  .top-scene-slide-icon {
    border-radius: 8.8vw;
    -webkit-box-shadow: 0px 0.27vw 1.07vw 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0.27vw 1.07vw 0px rgba(0, 0, 0, 0.1);
    width: 17.6vw;
    height: 17.6vw;
    bottom: 20vw; }
  .top-scene-btn {
    padding: 0 1.33vw; }
    .top-scene-btn .btn {
      min-width: 100%; } }

/* START
   ========================================================================== */
/* ITEM
   ========================================================================== */
.top-item-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  padding-right: 110px; }

.top-item-box {
  margin-right: 55px;
  width: 33.33%; }
  .top-item-box:nth-child(3n) {
    margin-right: -110px; }

.top-item-box-ttl {
  color: #278847;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 19px;
  padding-bottom: 19px;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem; }
  .top-item-box-ttl::after {
    background: #38a75b;
    border-bottom: 2px solid #278746;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }

@media screen and (min-width: 768px), print {
  .top-item-btn .btn {
    min-width: 450px; } }

@media screen and (max-width: 767px) {
  .top-item-box-wrap {
    display: block;
    margin-bottom: 55px;
    padding-right: 0; }
  .top-item-box {
    margin-right: 0;
    width: 100%; }
    .top-item-box:nth-child(3n) {
      margin-right: 0; }
    .top-item-box + .top-item-box {
      margin-top: 10.67vw; }
  .top-item-box-ttl {
    margin-bottom: 4vw;
    padding-bottom: 4.27vw;
    font-size: 17px;
    font-size: 1.7rem; }
  .top-item-btn {
    padding: 0 1.33vw; }
    .top-item-btn .btn {
      min-width: 100%; } }

/* スライダー
   ----------------------------------------------------------------------- */
.top-item-slider {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.2); }
  .top-item-slider:hover .slick-prev,
  .top-item-slider:hover .slick-next {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .top-item-slider .slide {
    display: block;
    height: 100%;
    outline: none; }
    .top-item-slider .slide:hover .slide-overlay {
      opacity: 1; }
  .top-item-slider .slide-cont {
    position: relative; }
  .top-item-slider .slide-img {
    padding: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 237px; }
  .top-item-slider .slide-overlay {
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    padding: 30px 50px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .top-item-slider .slide-overlay:before {
      background-color: rgba(0, 0, 0, 0.6);
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .top-item-slider .slide-code,
  .top-item-slider .slide-name,
  .top-item-slider .slide-name-sub {
    position: relative; }
  .top-item-slider .top-item-business01 .slide-overlay {
    background-image: url(img/bg_item_business_img01.jpg);
    background-size: cover; }
  .top-item-slider .top-item-business02 .slide-overlay {
    background-image: url(img/bg_item_business_img02.jpg);
    background-size: cover; }
  .top-item-slider .top-item-business03 .slide-overlay {
    background-image: url(img/bg_item_business_img03.jpg);
    background-size: cover; }
  .top-item-slider .top-item-business04 .slide-overlay {
    background-image: url(img/bg_item_business_img04.jpg);
    background-size: cover; }
  .top-item-slider .top-item-business05 .slide-overlay {
    background-image: url(img/bg_item_business_img05.jpg);
    background-size: cover; }
  .top-item-slider .top-item-shop01 .slide-overlay {
    background-image: url(img/bg_item_shop_img01.jpg);
    background-size: cover; }
  .top-item-slider .top-item-shop02 .slide-overlay {
    background-image: url(img/bg_item_shop_img02.jpg);
    background-size: cover; }
  .top-item-slider .top-item-shop03 .slide-overlay {
    background-image: url(img/bg_item_shop_img03.jpg);
    background-size: cover; }
  .top-item-slider .top-item-shop04 .slide-overlay {
    background-image: url(img/bg_item_shop_img04.jpg);
    background-size: cover; }
  .top-item-slider .top-item-shop05 .slide-overlay {
    background-image: url(img/bg_item_shop_img05.jpg);
    background-size: cover; }
  .top-item-slider .top-item-home01 .slide-overlay {
    background-image: url(img/bg_item_home_img01.jpg);
    background-size: cover; }
  .top-item-slider .top-item-home02 .slide-overlay {
    background-image: url(img/bg_item_home_img02.jpg);
    background-size: cover; }
  .top-item-slider .top-item-home03 .slide-overlay {
    background-image: url(img/bg_item_home_img03.jpg);
    background-size: cover; }
  .top-item-slider .top-item-home04 .slide-overlay {
    background-image: url(img/bg_item_home_img04.jpg);
    background-size: cover; }
  .top-item-slider .top-item-home05 .slide-overlay {
    background-image: url(img/bg_item_home_img05.jpg);
    background-size: cover; }
  .top-item-slider .slide-code {
    font-size: 13px;
    font-size: 1.3rem; }
  .top-item-slider .slide-name {
    font-weight: 700;
    margin-top: 6px;
    font-size: 16px;
    font-size: 1.6rem; }
  .top-item-slider .slide-name-sub {
    font-weight: 700;
    margin-top: 3px;
    font-size: 13px;
    font-size: 1.3rem; }
  .top-item-slider .slide-btn {
    margin-top: 28px;
    text-align: center; }
    .top-item-slider .slide-btn .btn02 {
      background-color: transparent;
      min-width: 192px;
      padding: 8px 20px 9px; }
      .top-item-slider .slide-btn .btn02:hover {
        background-color: #fff; }
    .top-item-slider .slide-btn .btn02[target="_blank"]:after {
      background: url(/common/css/img/icon_window_w.svg) no-repeat left top;
      background-size: cover; }
    .top-item-slider .slide-btn .btn02[target="_blank"]:hover:after {
      background: url(/common/css/img/icon_window_gre.svg) no-repeat left top;
      background-size: cover; }
  .top-item-slider .slide-cat {
    background-color: #ebf6ee;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1;
    padding: 22px;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem; }
    .top-item-slider .slide-cat::before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 9px 10px 9px;
      border-color: transparent transparent #ebf6ee transparent;
      position: absolute;
      left: 50%;
      top: -10px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .top-item-slider .slick-prev,
  .top-item-slider .slick-next {
    background-color: #38a75b;
    border-radius: 18px;
    color: transparent;
    height: 36px;
    width: 36px;
    z-index: 10;
    opacity: 0;
    top: 50%;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    -o-transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease; }
    .top-item-slider .slick-prev::before,
    .top-item-slider .slick-next::before {
      display: none; }
    .top-item-slider .slick-prev::after,
    .top-item-slider .slick-next::after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      content: '';
      display: block;
      height: 8px;
      width: 8px;
      position: absolute;
      top: 50%; }
  .top-item-slider .slick-prev {
    left: -18px;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
    .top-item-slider .slick-prev::after {
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      left: 55%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
  .top-item-slider .slick-next {
    right: -18px;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
    .top-item-slider .slick-next::after {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      left: 45%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }

@media screen and (max-width: 767px) {
  .top-item-slider {
    background-color: #fff;
    -webkit-box-shadow: 0px 0.53vw 1.6vw 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0.53vw 1.6vw 0px rgba(0, 0, 0, 0.2); }
    .top-item-slider .slide-cont {
      height: auto !important; }
    .top-item-slider .slide-img {
      height: 100%;
      padding: 8.53vw; }
    .top-item-slider .slide-overlay {
      padding: 6.67vw 9.33vw; }
    .top-item-slider .slide {
      padding-bottom: 14.4vw;
      position: relative;
      height: 100%; }
    .top-item-slider .slide-name {
      margin-top: 3.2vw;
      font-size: 15px;
      font-size: 1.5rem; }
    .top-item-slider .slide-name-sub {
      margin-top: 0.8vw;
      font-size: 13px;
      font-size: 1.3rem; }
    .top-item-slider .slide-btn {
      margin-top: 4.27vw; }
      .top-item-slider .slide-btn .btn02 {
        min-width: 61.33vw;
        padding: 2.93vw 5.33vw; }
    .top-item-slider .slide-cat {
      padding: 5.33vw;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      font-size: 15px;
      font-size: 1.5rem; }
      .top-item-slider .slide-cat::before {
        border-width: 0 2.4vw 2.67vw 2.4vw;
        top: -2.67vw; }
    .top-item-slider .slick-prev,
    .top-item-slider .slick-next {
      border-radius: 18px;
      height: 36px;
      width: 36px;
      opacity: 1 !important;
      -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
      transform: translateX(0) !important; }
      .top-item-slider .slick-prev::after,
      .top-item-slider .slick-next::after {
        height: 8px;
        width: 8px; }
    .top-item-slider .slick-prev {
      left: -18px;
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px); }
      .top-item-slider .slick-prev::after {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        left: 55%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
    .top-item-slider .slick-next {
      right: -18px;
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); }
      .top-item-slider .slick-next::after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        left: 45%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); } }

.campaign-bnr {
  margin-top: 30px;
  margin-bottom: 50px; }
  .campaign-bnr a:after {
    content: none; }
  .campaign-bnr a:hover {
    opacity: 0.7; }

@media screen and (max-width: 767px) {
  .campaign-bnr {
    margin-top: 0vw; } }

/* スライドバナー
   ========================================================================== */
.top-banner {
  border-top: 1px solid #ddd;
  margin-top: 87px;
  padding-top: 47px; }

.top-banner-inner {
  margin: 0 auto;
  width: 983px; }

.top-banner-slider-set {
  width: 253px; }
  .top-banner-slider-set a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s; }
    .top-banner-slider-set a:hover {
      opacity: .7; }

.top-banner-slider .slick-prev,
.top-banner-slider .slick-next {
  color: transparent;
  z-index: 10;
  top: 46%;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease; }
  .top-banner-slider .slick-prev::before,
  .top-banner-slider .slick-next::before {
    display: none; }
  .top-banner-slider .slick-prev::after,
  .top-banner-slider .slick-next::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 46%; }

.top-banner-slider .slick-prev {
  left: -53px;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px); }
  .top-banner-slider .slick-prev::after {
    border-top: 3px solid #38a75b;
    border-left: 3px solid #38a75b;
    left: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

.top-banner-slider .slick-next {
  right: -53px;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px); }
  .top-banner-slider .slick-next::after {
    border-top: 3px solid #38a75b;
    border-right: 3px solid #38a75b;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

@media screen and (max-width: 767px) {
  .top-banner {
    margin-top: 16vw;
    padding-top: 9.33vw; }
  .top-banner-inner {
    width: 100%; }
  .top-banner-slider-set {
    width: 59.47vw; }
    .top-banner-slider-set a {
      padding-left: 4.8vw;
      padding-right: 4.8vw; }
    .top-banner-slider-set img {
      height: auto;
      width: 100%; }
  .top-banner-slider .slick-prev,
  .top-banner-slider .slick-next {
    color: transparent;
    z-index: 10;
    top: 46%;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    -o-transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease; }
    .top-banner-slider .slick-prev::before,
    .top-banner-slider .slick-next::before {
      display: none; }
    .top-banner-slider .slick-prev::after,
    .top-banner-slider .slick-next::after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      content: '';
      display: block;
      height: 4.27vw;
      width: 4.27vw;
      position: absolute;
      top: 46%; }
  .top-banner-slider .slick-prev {
    left: 14.13vw;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
    .top-banner-slider .slick-prev::after {
      border-top: 0.8vw solid #38a75b;
      border-left: 0.8vw solid #38a75b;
      left: 55%; }
  .top-banner-slider .slick-next {
    right: 14.13vw;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
    .top-banner-slider .slick-next::after {
      border-top: 0.8vw solid #38a75b;
      border-right: 0.8vw solid #38a75b;
      left: 45%; }
  .top-banner-slider .slick-slide:not(.slick-current) {
    opacity: .3; } }
