/*
********************************************************************************
Impulseトップ
********************************************************************************
*/

/* -------------------------------------------------
▼ ページコンテンツ共通
------------------------------------------------- */
#main {
  font-size: 1.3rem;
  color: #333;
  text-align: left;
}

#main .main-column {
  width: 100%;
}

#main .container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 各エリア */
#main .main-column .area-contents {
  padding: 20px 0;
}

/* 各エリアタイトル、リード文 */
#main .main-column .area-contents .area-title {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  position: relative;
}

#main .main-column .area-contents .area-title::after {
  content: '';
  display: inline-block;
  background: #6e9e97;
  width: 2em;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1em;
}

#main .main-column .area-contents .area-description {
  color: #333;
  text-align: center;
  margin-bottom: 3em;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 600px) {
  #main .main-column .area-contents .area-title {
    font-size: 2.5rem;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/

/* 角丸ボタン（黄、青） */
#main .btn-action {
  text-align: center;
}

#main .btn-action .title {
  display: inline-block;
  min-width: 320px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  padding: 1.4em 1.5em 1.2em;
  border-radius: 50px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.2s;
  text-align: center;
}

#main .btn-action .title:hover {
  transform: scale(1.05, 1.05);
}

#main .btn-action.color-01 .title {
  color: #111;
  background: #ffff00;
}

#main .btn-action.color-02 .title {
  color: #fff;
  background: #23896d;
}

/* 角丸ボタン（緑） */
#main .btn-cta {
  display: flex;
  justify-content: center;
}

#main .btn-cta .title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  padding: 0.6em 1.2em 0.6em 0.6em;
  border-radius: 50px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  color: #fff;
  background: #0e5348;
  transition: all 0.2s;
}

#main .btn-cta .title .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.5em;
  height: 3.5em;
  padding: 0.5em;
  margin-right: 0.5em;
  font-size: 80%;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

#main .btn-cta .title .main {
  flex-grow: 1;
  text-align: center;
  margin-right: 1.2em;/* レイアウト調整 */
}

#main .btn-cta .title:hover {
  transform: scale(1.05, 1.05);
}

#main .btn-action a:hover {
  text-decoration: none;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main .btn-action .title {
    width: 100%;
    min-width: auto;
    max-width: 500px;
    font-size: 2.1rem;
  }

  #main .btn-cta .title {
    width: 100%;
    min-width: auto;
    max-width: 500px;
    font-size: 2.1rem;
  }
}

@media print, screen and (max-width: 600px) {
  #main .btn-action .title {
    font-size: 1.4rem;
  }

  #main .btn-cta .title {
    font-size: 1.4rem;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/

/* 画像エリアの確保 */
#main .image-wrap {
  width: 100%;
  height: 0;
  /* 画像比率の設定
  例：700 × 430 ⇒ 430 ÷ 700 × 100% = 61.428%
  padding-bottom: 61.428%
  */
}

#main .image-wrap img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* 注意書き */
#main .list-attention {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
  line-height: 1.4;
}

#main .list-attention {
  margin-left: 1em;
  text-indent: -1em;
}

/* リスト表示 */
#main .list-disc {
  list-style-type: disc;
  margin-left: 1.5em;
}

/* 詳しくはこちらリンク */
#main .more-link {
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
}

#main .more-link a {
  color: #019ede;
  text-decoration: none;
  padding-left: 1em;
  position: relative;
}

#main .more-link a:hover {
  color: #019ede;
  text-decoration: none;
}

#main .more-link a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #019ede;
  border-right: 1px solid #019ede;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 6px;
}

#main .more-link.external a::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 13px;
  background: url(../img/impulse-top/icon-new-window.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  margin-top: 4px;
  margin-left: 8px;
}

/* slickスライダー調整 */
#main .list-slider {
  display: none;
}

#main .list-slider.slick-initialized {
  /* 初期化後に表示 */
  display: block;
}

/* Youtube動画 */
.youtube-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* -------------------------------------------------
▼ アイキャッチエリア
------------------------------------------------- */
#main .main-column .area-eyecatch {
  position: relative;
}

#main .main-column .area-eyecatch::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

#main .main-column .area-eyecatch .video-wrap {
  width: 100%;
  height: auto;
  min-height: 750px;
  /* 1600 × 900 比率 */
  /*padding-bottom: 56.25%;*/
  position: relative;
  overflow: hidden;
}

#main .main-column .area-eyecatch .video-wrap .video {
  width: 100%;
  /* 高さ750pxは確保 */
  min-width: 1333px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 内容 */
#main .main-column .area-eyecatch .container {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#main .main-column .area-eyecatch .eyecatch-wrap {
  -js-display: flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#main .main-column .area-eyecatch .eyecatch-wrap .message-block {
  width: 100%;
}

#main .main-column .area-eyecatch .eyecatch-wrap .message-block .image-block {
  width: 100%;
  max-width: 460px;
  margin-bottom: 10px;
}

#main .main-column .area-eyecatch .eyecatch-wrap .message-block .image-block .image-wrap {
  /* 460×100 */
  padding-bottom: 21.739%;
}

#main .main-column .area-eyecatch .eyecatch-wrap .message-block .main-title {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 0.8em;
}

#main .main-column .area-eyecatch .eyecatch-wrap .message-block .main-title .emphasize {
  font-size: 2.0rem;
  font-weight: bold;
}

#main .main-column .area-eyecatch .eyecatch-wrap .message-block .btn-action {
  text-align: left;
}

/* レスポンシブ調整 --------------------------*/
@media print, screen and (max-width: 1200px) {
  #main .main-column .area-eyecatch .eyecatch-wrap .message-block .image-block {
    max-width: 400px;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main .main-column .area-eyecatch .video-wrap {
    min-height: 800px;
  }

  #main .main-column .area-eyecatch .video-wrap .video {
    min-width: 1422px;
  }

  #main .main-column .area-eyecatch .container {
    top: auto;
    bottom: 0;
    transform: translate(-50%, -15%);
  }

  #main .main-column .area-eyecatch .eyecatch-wrap .message-block {
    width: 100%;
  }

  #main .main-column .area-eyecatch .eyecatch-wrap .message-block .image-block {
    /*width: 100%;*/
    max-width: 440px;
    margin: 0 auto 10px;
  }

  #main .main-column .area-eyecatch .eyecatch-wrap .message-block .main-title {
    text-align: center;
  }

  #main .main-column .area-eyecatch .eyecatch-wrap .message-block .btn-action {
    text-align: center;
  }
}

@media print, screen and (max-width: 640px) {
  #main .main-column .area-eyecatch .eyecatch-wrap .message-block .main-title {
    font-size: 5.4vw;
  }

  #main .main-column .area-eyecatch .eyecatch-wrap .message-block .main-title .emphasize {
    font-size: 3.2vw;
  }
}

@media print, screen and (max-width: 500px) {
  #main .main-column .area-eyecatch .video-wrap {
    min-height: 700px;
  }

  #main .main-column .area-eyecatch .video-wrap .video {
    min-width: 1244px;
  }
}

@media print, screen and (max-width: 400px) {
  #main .main-column .area-eyecatch .video-wrap {
    min-height: 600px;
  }

  #main .main-column .area-eyecatch .video-wrap .video {
    min-width: 1066px;
  }

  #main .main-column .area-eyecatch .eyecatch-wrap .message-block .main-title .emphasize {
    font-size: 1.2rem;
    letter-spacing: normal;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/

/* CTAボタン（通常） */
#main .main-column .area-eyecatch .wrap-btn-cta {
  display: flex;
  justify-content: flex-start;
}

#main .main-column .area-eyecatch .wrap-btn-cta .btn-cta {
  display: flex;
  justify-content: center;
}

#main .main-column .area-eyecatch .wrap-btn-cta .btn-cta .title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  padding: 0.6em 1.2em 0.6em 0.6em;
  border-radius: 50px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  color: #0e5348;
  background: #fff;
  transition: all 0.2s;
}

#main .main-column .area-eyecatch .wrap-btn-cta .btn-cta .title .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.5em;
  height: 3.5em;
  padding: 0.5em;
  margin-right: 0.5em;
  font-size: 80%;
  text-align: center;
  border: 1px solid #0e5348;
  color: #0e5348;
  background: #fff;
  border-radius: 50%;
}

#main .main-column .area-eyecatch .wrap-btn-cta .btn-cta .title .main {
  flex-grow: 1;
  text-align: center;
  margin-right: 1.2em;/* レイアウト調整 */
}

#main .main-column .area-eyecatch .wrap-btn-cta .btn-cta .title:hover {
  color: #fff;
  background: #0e5348;
  transform: scale(1.05, 1.05);
}

/* CTAボタン（Hubspot） */
#main .main-column .area-eyecatch .wrap-btn-cta.hubspot .btn-cta a {
  display: flex;
  align-items: center;
  min-width: auto;
  padding: 0.6em 1.2em 0.6em 0.6em;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  background: #fff !important;
  transition: all 0.2s;
}

#main .main-column .area-eyecatch .wrap-btn-cta.hubspot .btn-cta a span {
  color: #0e5348 !important;
}

#main .main-column .area-eyecatch .wrap-btn-cta.hubspot .btn-cta a:hover {
  background: #0e5348 !important;
  transform: scale(1.05, 1.05);
  text-decoration: none;
}

#main .main-column .area-eyecatch .wrap-btn-cta.hubspot .btn-cta a:hover span {
  color: #fff !important;
}

#main .main-column .area-eyecatch .wrap-btn-cta.hubspot .btn-cta a::before {
  content: '簡単1分';
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.5em;
  height: 3.5em;
  padding: 0.5em;
  margin-right: 0.5em;
  font-size: 80%;
  text-align: center;
  border: 1px solid #0e5348;
  color: #0e5348;
  background: #fff;
  border-radius: 50%;
}





/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main .main-column .area-eyecatch .wrap-btn-cta {
    justify-content: center;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/


/* -------------------------------------------------
▼ Hubspot ボタンエリア
------------------------------------------------- */
#main .main-column .list-btn-hubspot {
  -js-display: flex;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin-top: -48px;
}

#main .main-column .list-btn-hubspot .item {
  width: 50%;
  max-width: 500px;
  padding-left: 20px;
}

#main .main-column .list-btn-hubspot .item .btn-hubspot {
  text-align: center;
  position: relative;
  width: 100%;
}

#main .main-column .list-btn-hubspot .item .btn-hubspot a.cta_button {
  width: 100%;
  max-width: 500px;
  min-width: auto;
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 1.5em 0 1.8em;
  position: relative;
  display: inline-block;
}

#main .main-column .list-btn-hubspot .item .btn-hubspot.color-01 a.cta_button {
  background: linear-gradient(to right, #fffd00, #ffbb00);
}

#main .main-column .list-btn-hubspot .item .btn-hubspot.color-02 a.cta_button {
  background: linear-gradient(to right, #1eb188, #23896d);
}

#main .main-column .list-btn-hubspot .item .btn-hubspot a.cta_button::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -4px;
}

#main .main-column .list-btn-hubspot .item .btn-hubspot.color-01 a.cta_button::before {
  content: '';
  display: inline-block;
  width: 120px;
  height: 96px;
  background: url(../img/impulse-top/btn-deco-01.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -48px;
}

#main .main-column .list-btn-hubspot .item .btn-hubspot.color-01 a.cta_button::after {
  border-top: 2px solid #111;
  border-right: 2px solid #111;
}

#main .main-column .list-btn-hubspot .item .btn-hubspot.color-02 a.cta_button::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#main .main-column .list-btn-hubspot .item .btn-hubspot a.cta_button > span {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 2.0rem !important;
  margin-bottom: 0.5em;
}

#main .main-column .list-btn-hubspot .item .btn-hubspot.color-01 a.cta_button > span span {
  color: #ce1c1b !important;
}

#main .main-column .list-btn-hubspot .item .btn-hubspot.color-02 a.cta_button > span span {
  color: #fff !important;
}

#main .main-column .list-btn-hubspot .item .btn-hubspot .sub {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  bottom: 1.8em;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 500px;
  pointer-events: none;
}

#main .main-column .list-btn-hubspot .item .btn-hubspot.color-01 .sub {
  color: #111;
}

#main .main-column .list-btn-hubspot .item .btn-hubspot.color-02 .sub {
  color: #fff;
}

/* レスポンシブ調整 --------------------------*/
@media print, screen and (max-width: 900px) {
  #main .main-column .list-btn-hubspot .item .btn-hubspot a.cta_button > span {
    font-size: 2.2vw !important;
  }
}

/*----------------- ▼ (PC) ▼ -----------------*/
@media print, screen and (min-width: 801px) {
  #main .main-column .list-btn-hubspot .item .btn-hubspot.sp {
    display: none;
  }

  /* eyecatchエリアの場合 */
  #main .main-column .list-btn-hubspot.clone {
    display: none;
  }
}
/*----------------- ▲ (PC) ▲ -----------------*/

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main .main-column .list-btn-hubspot {
    margin-top: 0;
  }

  #main .main-column .list-btn-hubspot .item .btn-hubspot a.cta_button > span {
    font-size: 2.0rem !important;
  }

  #main .main-column .list-btn-hubspot .item .btn-hubspot.pc {
    display: none;
  }

  /* eyecatchエリアの場合 */
  #main .main-column .list-btn-hubspot.target-clone {
    display: none;
  }
}

@media print, screen and (max-width: 640px) {
  #main .main-column .list-btn-hubspot {
    padding: 0;
  }

  #main .main-column .list-btn-hubspot .item {
    padding-left: 10px;
  }

  #main .main-column .list-btn-hubspot .item .btn-hubspot a.cta_button > span {
    font-size: 3.4vw !important;
  }

  #main .main-column .list-btn-hubspot .item .btn-hubspot .sub {
    font-size: 1.2rem;
  }
}

@media print, screen and (max-width: 500px) {
  #main .main-column .list-btn-hubspot .item .btn-hubspot a.cta_button {
    padding: 1.2em 0 1.5em;
  }

  #main .main-column .list-btn-hubspot .item .btn-hubspot a.cta_button::after {
    content: none;
  }

  #main .main-column .list-btn-hubspot .item .btn-hubspot.color-01 a.cta_button::before {
    width: 96px;
    height: 77px;
    left: -35px;
    margin-top: -38px;
  }

  #main .main-column .list-btn-hubspot .item .btn-hubspot .sub {
    font-size: 1.0rem;
    bottom: 2.2em;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/


/* -------------------------------------------------
▼ ページ上部の実績スライダーエリア
------------------------------------------------- */
#main .main-column .area-case-slider {
  padding: 40px 0;
}

/* #main .main-column .area-case-slider .area-title {
  width: 100%;
  max-width: 460px;
  margin: 0 auto 20px;
  padding: 0 20px;
} */

 #main .main-column .area-case-slider .area-title {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  position: relative;
}

 #main .main-column .area-case-slider .area-title::after {
  content: '';
  display: inline-block;
  background: #6e9e97;
  width: 2em;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1em;
}

#main .main-column .area-case-slider .block-attention {
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}

#main .main-column .area-case-slider .block-attention .list-attention {
  color: #999;
}


/* -------------------------------------------------
▼ 実績スライダー（スムーズな動き）
------------------------------------------------- */
#main .main-column .list-slider.type-smooth .slick-list .slick-track {
  -js-display: flex;
  display: flex;
  margin: 0 -5px;
}

#main .main-column .list-slider.type-smooth .slick-list .slick-track .slick-slide {
  height: auto;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

#main .main-column .list-slider.type-smooth .slick-list .slick-track .slick-slide img {
  width: 100%;
  max-width: 120px;
}

/*  実績数がスライダー表示数より少ない場合の調整 */
@media print, screen and (min-width: 1001px) {
  #main .main-column .list-slider.type-smooth.less1 .slick-list,
  #main .main-column .list-slider.type-smooth.less2 .slick-list,
  #main .main-column .list-slider.type-smooth.less3 .slick-list {
    -js-display: flex;
    display: flex;
    justify-content: center;
  }
}

@media print, screen and (min-width: 801px) and (max-width: 1000px) {
  #main .main-column .list-slider.type-smooth.less2 .slick-list,
  #main .main-column .list-slider.type-smooth.less3 .slick-list {
    -js-display: flex;
    display: flex;
    justify-content: center;
  }

  #main .main-column .list-slider.type-smooth.less1 .slick-list {
    -js-display: block;
    display: block;
  }
}

@media print, screen and (max-width: 800px) {
  #main .main-column .list-slider.type-smooth.less3 .slick-list {
    -js-display: flex;
    display: flex;
    justify-content: center;
  }

  #main .main-column .list-slider.type-smooth.less1 .slick-list,
  #main .main-column .list-slider.type-smooth.less2 .slick-list {
    -js-display: block;
    display: block;
  }
}

/* -------------------------------------------------
▼ PICKUPエリアスライダー
------------------------------------------------- */
#main .main-column .area-pickup .slider-container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

#main .main-column .area-pickup .list-slider.type-centered {
  -js-display: flex;
  display: flex;
  align-items: flex-start;
}

#main .main-column .area-pickup .list-slider.type-centered .item {
  width: 33.3333%;
  padding: 10px;
}

#main .main-column .area-pickup .list-slider.type-centered .item .item-wrap {
  display: block;
}

#main .main-column .area-pickup .list-slider.type-centered .item .item-wrap img {
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main .main-column .area-pickup .slider-container {
    max-width: none;
    padding: 0;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/


/* -------------------------------------------------
▼ 認定パートナースライダー
------------------------------------------------- */
#main .main-column .area-partner {
  padding: 60px 0;
}

#main .main-column .area-partner .slider-container {
  padding: 50px 60px 20px;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 30px;
}

#main .main-column .area-partner .list-slider.type-default .slick-list .slick-track {
  -js-display: flex;
  display: flex;
  margin: 0 -5px;
}

#main .main-column .area-partner .list-slider.type-default .slick-list .slick-track .slick-slide {
  height: auto;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

#main .main-column .area-partner .list-slider.type-default .slick-list .slick-track .slick-slide img {
  width: 100%;
  max-width: 120px;
}

#main .main-column .area-partner .list-slider.type-default {
  position: relative;
  margin-bottom: 30px;
}

/* 矢印 */
#main .main-column .area-partner .list-slider.type-default .slider-arrow {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #666;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
}

#main .main-column .area-partner .list-slider.type-default .slider-arrow.prev {
  left: -35px;
}

#main .main-column .area-partner .list-slider.type-default .slider-arrow.next {
  right: -35px;
}

#main .main-column .area-partner .list-slider.type-default .slider-arrow.prev::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -3px;
}

#main .main-column .area-partner .list-slider.type-default .slider-arrow.next::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -4px;
  margin-right: -3px;
}

#main .main-column .area-partner .slider-container .more-link {
  margin-right: -35px;
}


/* -------------------------------------------------
▼ お知らせ
------------------------------------------------- */
#main .main-column .area-news {
  padding: 60px 0;
}

#main .main-column .area-news .block-wrap {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

#main .main-column .area-news .block-wrap .block {
  width: 48%;
}

#main .main-column .area-news .block-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
  border-bottom: 2px solid #d1efe7;
  position: relative;
}

#main .main-column .area-news .block-title .title {
  display: inline-block;
  padding-bottom: 0.5em;
  position: relative;
}

#main .main-column .area-news .block-title .title::before {
  content: '';
  display: inline-block;
  background: #23896d;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main .main-column .area-news .block-wrap {
    flex-wrap: wrap;
  }

  #main .main-column .area-news .block-wrap .block {
    width: 100%;
  }

  #main .main-column .area-news .block-wrap .block:first-child {
    margin-bottom: 20px;
  }

   #main .main-column .area-case-slider .area-title {
    font-size: 2.3rem;
  }

}
/*----------------- ▲ (SP) ▲ -----------------*/

/* リスト */
#main .main-column .area-news .list {
  font-size: 1.2rem;
  margin-bottom: 1.5em;
}

#main .main-column .area-news .list .item {
  -js-display: flex;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 1.4em 0;
}

#main .main-column .area-news .list .item .tag {
  width: 6em;
  color: #fff;
  text-align: center;
  padding: 2px 2px 1px;
  background: #ccc;
}

#main .main-column .area-news .list .item .tag.seminar {
  background: #de0000;
}

#main .main-column .area-news .list .item .tag.event {
  background: #86a2c8;
}

#main .main-column .area-news .list .item .tag.news {
  background: #afabab;
}

#main .main-column .area-news .list .item .tag.press {
  background: #006e83;
}

#main .main-column .area-news .list .item .text-wrap {
  width: calc(100% - 6em);
  padding-left: 1.5em;
}

#main .main-column .area-news .list .item .text a {
  color: #111;
  text-decoration: none;
}

#main .main-column .area-news .list .item .text a:hover {
  /*color: #23896d;*/
  color: #3da8aa;
}

#main .main-column .area-news .nodata + .more-link {
  display: none;
}

/* リスト展開（SP版のみ） */
/*----------------- ▼ (PC) ▼ -----------------*/
@media print, screen and (min-width: 801px) {
  #main .main-column .area-news .news-wrap {
    display: block !important;
  }
}
/*----------------- ▲ (PC) ▲ -----------------*/

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main .main-column .area-news .block-title {
    cursor: pointer;
  }

  #main .main-column .area-news .block-title::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #23896d;
    position: absolute;
    top: 6px;
    right: 0;
  }

  #main .main-column .area-news .block-title::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #23896d;
    position: absolute;
    top: 0;
    right: 7px;
  }

  #main .main-column .area-news .block-title.active::after {
    content: none;
  }

  #main .main-column .area-news .news-wrap {
    display: none;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/


/* -------------------------------------------------
▼ Impulseとは
------------------------------------------------- */
#main .main-column .area-about {
  padding: 60px 0;
  /*background: url(../img/impulse-top/about-bg.jpg) no-repeat center center;
  background-size: cover;*/
  position: relative;
}

/*
#main .main-column .area-about::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
  */

#main .main-column .area-about .container {
  position: relative;
}

#main .main-column .area-about .area-title {
  /*color: #fff;*/
}

#main .main-column .area-about .lead-block {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
}

#main .main-column .area-about .lead-block .description-block {
  /* width: 50%; */
  padding-right: 20px;
  /*color: #fff;*/
}

#main .main-column .area-about .lead-block .description-block .description {
  line-height: 2;
  margin-bottom: 1.5em;
}

#main .main-column .area-about .lead-block .image-block {
  width: 50%;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main .main-column .area-about .lead-block {
    padding: 0 0 30px;
  }

  #main .main-column .area-about .lead-block .description-block {
    width: 100%;
    padding-right: 0;
    /* margin-bottom: 30px; */
  }

  #main .main-column .area-about .lead-block .image-block {
    width: 100%;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/

/* リスト */
#main .main-column .area-about .list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

#main .main-column .area-about .list .item {
  width: 23%;
  margin: 0 2.666% 30px 0;
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

#main .main-column .area-about .list .item.has-link {
  transition: all 0.2s;
}

#main .main-column .area-about .list .item.has-link:hover {
  transform: scale(1.02, 1.02);
}

#main .main-column .area-about .list .item:nth-child(4n) {
  margin-right: 0;
}

#main .main-column .area-about .list .item .item-wrap {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

#main .main-column .area-about .list .item .image-wrap {
  /* 270×170 比率 */
  padding-bottom: 62.962%;
}

#main .main-column .area-about .list .item .description-wrap {
  padding: 2em 1.5em;
}

#main .main-column .area-about .list .item .description-wrap .title {
  color: #04362f;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.6em;
}

#main .main-column .area-about .list .item .description-wrap .description {
  color: #666;
  line-height: 1.8;
}

#main .main-column .area-about .list .item .more-link {
  margin-top: auto;
  font-size: 1.5rem;
  color: #fff;
  justify-content: center;
  padding: 0.8em;
  background: #5e8680;
  position: relative;
}

#main .main-column .area-about .list .item .more-link::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -4px;
}

/* レスポンシブ調整 --------------------------*/
@media print, screen and (max-width: 1000px) {
  #main .main-column .area-about .list .item .more-link {
    font-size: 1.3rem;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  /* slider */
  #main .main-column .area-about .list-slider {
    display: none;
    position: relative;
    margin-bottom: 80px;
    padding: 0;
  }

  #main .main-column .area-about .list-slider.slick-initialized {
    display:block;
  }

  #main .main-column .area-about .list-slider .arrow-prev {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    z-index: 1;
    cursor: pointer;
  }

  #main .main-column .area-about .list-slider .arrow-next {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    z-index: 1;
    cursor: pointer;
  }

  #main .main-column .area-about .list-slider .slick-track {
    display: flex;
  }

  #main .main-column .area-about .list-slider .slick-slide {
    display: flex;
    padding: 20px;
    height: auto !important;
  }

  #main .main-column .area-about .list-slider .item {
    display: flex !important;
    width: 90% !important;
    margin: 0 auto;
    height: 100%;
  }

  #main .main-column .area-about .list-slider .slick-dots li.slick-active button::before {
    color: #0e5348;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/



/* -------------------------------------------------
▼ 稼働実績
------------------------------------------------- */
#main .main-column .area-adopt {
  padding: 60px 0;
}

#main .main-column .area-adopt .lead-block {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 30px;
}

#main .main-column .area-adopt .lead-block .image-block {
  width: 30%;
  padding-right: 20px;
}

#main .main-column .area-adopt .lead-block .image-block .image-wrap {
  padding-bottom: 62.162%;
}

#main .main-column .area-adopt .lead-block .description-block {
  width: 70%;
}

#main .main-column .area-adopt .lead-block .description-block .description {
  line-height: 1.8;
  margin-bottom: 1em;
}

#main .main-column .area-adopt .lead-block .description-block .description .emphasize {
  color: #23896d;
  font-weight: normal;
}

#main .main-column .area-adopt .lead-block .description-block .reference {
  font-size: 1.1rem;
  color: #999;
  margin-bottom: 2em;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main .main-column .area-adopt .lead-block {
    padding: 30px 0;
  }

  #main .main-column .area-adopt .lead-block .image-block {
    width: 100%;
    max-width: 370px;
    padding-right: 0;
    margin: 0 auto 20px;
  }

  #main .main-column .area-adopt .lead-block .description-block {
    width: 100%;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/

/* 実績例 */
#main .main-column .area-adopt .list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

#main .main-column .area-adopt .list .item {
  width: 32%;
  margin: 0 2% 30px 0;
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  /*will-change: transform;*//* がたつき対策 */
  transition: all 0.2s;
  border-radius: 10px;
  overflow: hidden;
}

#main .main-column .area-adopt .list .item:hover {
  transform: scale(1.02, 1.02);
}

#main .main-column .area-adopt .list .item:nth-child(3n) {
  margin-right: 0;
}

#main .main-column .area-adopt .list .item .item-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

#main .main-column .area-adopt .list .item .image-wrap {
  /* 380×230 比率 */
  padding-bottom: 60.526%;
}

#main .main-column .area-adopt .list .item .description-wrap {
  padding: 3em 2em 1em;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}

#main .main-column .area-adopt .list .item .logo {
  margin-top: auto;
  text-align: right;
  padding: 0 2em 3em;
}

#main .main-column .area-adopt .list .item .description-wrap .title {
  /*color: #111;*/
  color: #04362f;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.8em;
}

#main .main-column .area-adopt .list .item .description-wrap .title .emphasize {
  /*color: #23896d;*/
}

#main .main-column .area-adopt .list .item .description-wrap .description {
  color: #666;
  line-height: 1.8;
}

#main .main-column .area-adopt .list .item .description-wrap .list-label {

}

#main .main-column .area-adopt .list .item .description-wrap .list-label ul {
  display: flex;
  flex-wrap: wrap;
}

#main .main-column .area-adopt .list .item .description-wrap .list-label ul li {
  color: #fff;
  margin: 0.2em;
  padding: 0.3em 0.6em;
  border-radius: 5px;
}

#main .main-column .area-adopt .list .item .description-wrap .list-label li.work {
  background: #92b8a5;
}

#main .main-column .area-adopt .list .item .description-wrap .list-label li.effect {
  background: #ababab;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  /* slider */
  #main .main-column .area-adopt .list-slider {
    display: none;
    position: relative;
    margin-bottom: 80px;
    padding: 0;
  }

  #main .main-column .area-adopt .list-slider.slick-initialized {
    display:block;
  }

  #main .main-column .area-adopt .list-slider .arrow-prev {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -12px;
    z-index: 1;
    cursor: pointer;
  }

  #main .main-column .area-adopt .list-slider .arrow-next {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    z-index: 1;
    cursor: pointer;
  }

  #main .main-column .area-adopt .list-slider .slick-track {
    display: flex;
  }

  #main .main-column .area-adopt .list-slider .slick-slide {
    display: flex;
    padding: 20px;
    height: auto !important;
  }

  #main .main-column .area-adopt .list-slider .item {
    display: flex !important;
    width: 90% !important;
    margin: 0 auto;
    height: 100%;
  }

  #main .main-column .area-adopt .list-slider .slick-dots li.slick-active button::before {
    color: #0e5348;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/


/* -------------------------------------------------
▼ 国内外からの評価
------------------------------------------------- */

/* エリアの背景 */
#main .main-column .area-contents-bg {
  /*background: #eee;*/
}

#main .main-column .area-award {
  padding: 60px 0 0;
}

/* slider適用 */
#main .main-column .area-award .list-slider {
  display: none;
  position: relative;
  margin-bottom: 80px;
  padding-top: 20px;
}

#main .main-column .area-award .list-slider.slick-initialized {
  display:block;
}

#main .main-column .area-award .list-slider .arrow-prev {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
  z-index: 1;
  cursor: pointer;
}

#main .main-column .area-award .list-slider .arrow-next {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  z-index: 1;
  cursor: pointer;
}

#main .main-column .area-award .list-slider .slick-track {
  display: flex;
}

#main .main-column .area-award .list-slider .slick-slide {
  display: flex;
  padding: 20px;
  height: auto !important;
}


#main .main-column .area-award .list {
  /*-js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;*/
}

#main .main-column .area-award .list-slider .item {
  /*width: 48%;*/
  display: flex !important;
  width: 90% !important;
  margin: 0 auto;
  /*height: 100%;*/
  height: 250px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  padding: 30px;
}

#main .main-column .area-award .list .item .item-wrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main .main-column .area-award .list .item .item-wrap .description-block {
  width: calc(100% - 160px);
  order: 2;
  padding-left: 20px;
  height: 100%;
  overflow-y: auto;
}

#main .main-column .area-award .list .item .item-wrap .image-block {
  width: 160px;
  order: 1;
}

#main .main-column .area-award .list .item .item-wrap .description-block .title-wrap {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1em;
}

#main .main-column .area-award .list .item .item-wrap .description-block .title-wrap .sub {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #bbb;
  font-style: italic;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
  position: relative;
}

#main .main-column .area-award .list .item .item-wrap .description-block .title-wrap .sub::before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 3px;
  background: #23896d;
  position: absolute;
  top: 0.5em;
  left: 0;
}

#main .main-column .area-award .list .item .item-wrap .description-block .description {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #666;
}

#main .main-column .area-award .list .item .item-wrap .description-block .more-link {
  margin-top: 1.5em;
  justify-content: flex-start;
}

#main .main-column .area-award .list .item .item-wrap .image-block .wrap {
  max-width: 160px;
  text-align: center;
}

#main .main-column .area-award .list-slider .slick-dots li.slick-active button::before {
  color: #0e5348;
}

#main .main-column .area-award .list .item:last-child {
  /*width: 100%;*/
}

#main .main-column .area-award .list .item:last-child .image-block .wrap {
  /*-js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border: 1px solid #ccc;*/
}

/* レスポンシブ調整 --------------------------*/
/*
@media print, screen and (max-width: 1200px) {
  #main .main-column .area-award .list .item {
    width: 49%;
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  #main .main-column .area-award .list .item .item-wrap .description-block {
    width: calc(100% - 150px);
  }

  #main .main-column .area-award .list .item .item-wrap .image-block {
    width: 150px;
  }
}

@media print, screen and (max-width: 1000px) {
  #main .main-column .area-award .list .item {
    width: 100%;
  }
}
*/
/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 600px) {
  #main .main-column .area-award .list .item .item-wrap .description-block {
    width: calc(100% - 120px);
  }

  #main .main-column .area-award .list .item .item-wrap .image-block {
    width: 120px;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/


/* -------------------------------------------------
▼ 導入までの流れ
------------------------------------------------- */
#main .main-column .area-flow {
  /*border-bottom: 1px solid #ccc;*/
  padding: 60px 0;
}

#main .main-column .area-flow .block-wrap {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

#main .main-column .area-flow .block-wrap .block {
  width: 48%;
}

#main .main-column .area-flow .block-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  border-bottom: 2px solid #d1efe7;
  position: relative;
}

#main .main-column .area-flow .block-title .title {
  display: inline-block;
  padding-bottom: 0.5em;
  position: relative;
}

#main .main-column .area-flow .block-title .title::before {
  content: '';
  display: inline-block;
  background: #23896d;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

#main .main-column .area-flow .block-contents {
  color: #333;
}

#main .main-column .area-flow .block-contents .list-attention {
  font-size: 1.1rem;
  line-height: 1.4;
}

#main .main-column .area-flow .block-contents .list-attention .attention {
  margin-bottom: 0.8em;
}

#main .main-column .area-flow .block-contents .description {
  margin-bottom: 2em;
  line-height: 1.8;
}

#main .main-column .area-flow .block-contents .list-disc {
  margin-bottom: 2em;
  line-height: 1.4;
}

#main .main-column .area-flow .block-contents .list-disc .item {
  margin-bottom: 0.8em;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main .main-column .area-flow .block-wrap {
    flex-wrap: wrap;
  }

  #main .main-column .area-flow .block-wrap .block {
    width: 100%;
  }

  #main .main-column .area-flow .block-wrap .block:first-child {
    margin-bottom: 40px;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/

/* ステップの図解 */
#main .main-column .area-flow .list-step-wrap {
  overflow: auto;
}

#main .main-column .area-flow .list-step-attention {
  display: none;
}

#main .main-column .area-flow .list-step-figure {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  overflow: hidden;
}

#main .main-column .area-flow .list-step-figure .step {
  width: 25%;
  padding: 0 26px;
  position: relative;
}

#main .main-column .area-flow .list-step-figure .step::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  border-top: 8px solid #d1efe7;
  border-right: 8px solid #d1efe7;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -11px;
}

#main .main-column .area-flow .list-step-figure .step:last-child:before {
  content: none;
}

#main .main-column .area-flow .list-step-figure .step-wrap {
  width: 100%;
  border-radius: 50%;
  padding-top: 100%;
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  position: relative;
}

#main .main-column .area-flow .list-step-figure .step-description {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#main .main-column .area-flow .list-step-figure .step-description .num {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: bold;
  color: #bbb;
  line-height: 1.2;
  font-style: italic;
  padding-left: 1.2em;
  margin-bottom: 0.6em;
  position: relative;
}

#main .main-column .area-flow .list-step-figure .step-description .num::before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 2px;
  background: #23896d;
  position: absolute;
  top: 0.5em;
  left: 0;
}

#main .main-column .area-flow .list-step-figure .step-description .title {
  font-size: 2.1rem;
  font-weight: bold;
  color: #111;
  line-height: 1.3;
}

/* レスポンシブ調整 --------------------------*/
@media print, screen and (max-width: 1200px) {
  #main .main-column .area-flow .list-step-figure .step-description .num {
    font-size: 1.7vw;
  }

  #main .main-column .area-flow .list-step-figure .step-description .title {
    font-size: 1.7vw;
  }
}

@media print, screen and (max-width: 1000px) {
  #main .main-column .area-flow .list-step-figure .step-description .num {
    font-size: 2vw;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main .main-column .area-flow .list-step-attention {
    display: inline-block;
  }

  #main .main-column .area-flow .list-step-figure {
    width: 750px;
  }

  #main .main-column .area-flow .list-step-figure .step-description .num {
    font-size: 1.3rem;
  }

  #main .main-column .area-flow .list-step-figure .step-description .title {
    font-size: 1.3rem;
  }

  /*
  #main .main-column .area-flow .list-step-figure .step {
    width: 50%;
    margin-bottom: 20px;
  }

  #main .main-column .area-flow .list-step-figure .step:nth-child(2n)::before {
    content: none;
  }

  #main .main-column .area-flow .list-step-figure .step-description .num {
    font-size: 2.1rem;
  }

  #main .main-column .area-flow .list-step-figure .step-description .title {
    font-size: 2.1rem;
  }
  */
}

@media print, screen and (max-width: 640px) {
  /*
  #main .main-column .area-flow .list-step-figure .step-description .num {
    font-size: 3.125vw;
  }

  #main .main-column .area-flow .list-step-figure .step-description .title {
    font-size: 3.125vw;
  }
  */
}
/*----------------- ▲ (SP) ▲ -----------------*/


/* -------------------------------------------------
▼ お役立ち資料
------------------------------------------------- */
#main .main-column .area-document {
  /*border-bottom: 1px solid #ccc;*/
  padding: 60px 0;
}

#main .main-column .area-document .list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

#main .main-column .area-document .list .item {
  width: 23%;
  margin: 0 2.666% 30px 0;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  transition: all 0.2s;
}

#main .main-column .area-document .list .item:hover {
  transform: scale(1.02, 1.02);
}

#main .main-column .area-document .list .item .item-wrap {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}

#main .main-column .area-document .list .item:nth-child(4n) {
  margin-right: 0;
}

#main .main-column .area-document .list .item .image-wrap {
  /* 270×200 比率 */
  padding-bottom: 74.074%;
}

#main .main-column .area-document .list .item .wrap {
  padding: 2em 1.5em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

#main .main-column .area-document .list .item .description-wrap {
  margin-bottom: 1.5em;
}

#main .main-column .area-document .list .item .description-wrap .title {
  color: #111;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 1.2em;
  margin-bottom: 0.6em;
  position: relative;
}

#main .main-column .area-document .list .item .description-wrap .title::before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 2px;
  background: #23896d;
  position: absolute;
  top: 0.5em;
  left: 0;
}

#main .main-column .area-document .list .item .description-wrap .description {
  color: #333;
  line-height: 1.5;
}

#main .main-column .area-document .list .item .btn {
  text-align: center;
  margin-top: auto;
}

#main .main-column .area-document .list .item .btn .title {
  display: inline-block;
  width: 100%;
  color: #23896d;
  font-weight: bold;
  line-height: 1.2;
  padding: 1em 1em 0.8em;
  border: 2px solid #23896d;
  border-radius: 50px;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main .main-column .area-document .list .item {
    width: 48%;
    margin: 0 2% 30px 0;
  }

  #main .main-column .area-document .list .item:nth-child(4n) {
    margin-right: auto;
  }

  #main .main-column .area-document .list .item:nth-child(2n) {
    margin-right: 0;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/


/* -------------------------------------------------
▼ 関連商品のご案内
------------------------------------------------- */
#main .main-column .area-related {
  padding: 60px 0;
}

#main .main-column .area-related .list {
  padding-top: 60px;
  margin-bottom: 20px;
  padding-left: 40px;
}

#main .main-column .area-related .list .item {
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  padding: 50px 35px;
  margin-bottom: 80px;
  position: relative;
}

#main .main-column .area-related .list .item-wrap {
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
}

#main .main-column .area-related .list .item-wrap .image-block {
  width: 40%;
  max-width: 420px;
  order: 1;
  position: absolute;
  top: -40px;
  left: -40px;
  outline: 1px solid #ccc
}

#main .main-column .area-related .list .item-wrap .image-block .image-wrap {
  /* 420×300 比率 */
  padding-bottom: 71.428%;
}

#main .main-column .area-related .list .item-wrap .description-block {
  width: 62%;
  order: 2;
}

#main .main-column .area-related .description-block .item-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  margin-bottom: 1.2em;
}

#main .main-column .area-related .description-block .item-title .num {
  display: block;
  font-size: 2.1rem;
  font-weight: bold;
  color: #bbb;
  font-style: italic;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
  position: relative;
}

#main .main-column .area-related .description-block .item-title .num::before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 3px;
  position: absolute;
  top: 0.5em;
  left: 0;
}

#main .main-column .area-related .item.neuron .description-block .item-title .num::before {
  background: #009ede;
}

#main .main-column .area-related .item.impulse .description-block .item-title .num::before {
  background: #23896d;
}

#main .main-column .area-related .item .description-block .item-title .product-name {
  margin-right: 0.5em;
}

#main .main-column .area-related .item.neuron .description-block .item-title .product-name {
  color: #009ede;
}

#main .main-column .area-related .item.impulse .description-block .item-title .product-name {
  color: #23896d;
}

#main .main-column .area-related .item .description-block .item-title .title {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#main .main-column .area-related .item .description-block .item-title .title .sub {
  font-size: 1.6rem;
}

#main .main-column .area-related .description-block .description {
  color: #333;
  line-height: 1.8;
  margin-bottom: 2em;
}

#main .main-column .area-related .description-block .more-link {
  justify-content: flex-start;
  position: relative;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main .main-column .area-related .list {
    padding-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  #main .main-column .area-related .list .item {
    padding: 35px;
    margin-bottom: 20px;
  }

  #main .main-column .area-related .list .item-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #main .main-column .area-related .list .item-wrap .image-block {
    width: 100%;
    max-width: none;
    order: 2;
    position: static;
  }

  #main .main-column .area-related .list .item-wrap .description-block {
    width: 100%;
    order: 1;
    margin-bottom: 2em;
  }
}
/*----------------- ▲ (SP) ▲ -----------------*/

/*
--------------------------------------------------
フローティングバナー 21/08/27追加
--------------------------------------------------
*/
.floating-banner {
  position: fixed;/* 追従 */
  z-index: 99999;/* 他の要素の下に隠れないように */
  bottom: 0;/* バナーの上下の位置 */
  left: 0;/* バナーの左右の位置 */
}

.floating-banner.hide {
  display: none !important;
}

.floating-banner_pc {
    width: 300px;/* バナーの横幅を指定 */
}
.floating-banner:hover {
    opacity: .9;/* ホバーで少し透過 */
}
.floating-banner_sp {
    display: none;/* PCではスマホ用のバナーは非表示に */
}
@media screen and (max-width: 560px) {/* タブレット用のブレイクポイントを指定 */
    .floating-banner_pc {
        display: none;/* タブレットサイズ以下でPC用のバナーを非表示に */
    }
}
@media screen and (max-width: 560px) {/* スマホ用のブレイクポイントを指定 */
    .floating-banner_sp {
        display: inline-block;/* 消していたスマホ用のバナーを表示させる */
        width: 100vw;/* スマホの画面幅いっぱいにバナーを表示 */
		height: auto;
    }

    .floating-banner {
      width: 100%;
    }

    .floating-banner_sp img {
      width: 100%;
      height: auto;
    }
}

.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  /*transform: translate(0px, 50px);*/
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}


/*以下開閉ボタン*/

/*ボタン装飾*/
.hidden_box label {
	float: right;
    padding: 3px 0 3px 5px;
    font-weight: bold;
    background: #fff;
	border: 1px solid #666;
    cursor :pointer;
}

/*アイコンを表示*/
.hidden_box label:before {
    display: inline-block;
    content: '\f00d';
    font-family: 'FontAwesome';
    padding-right: 5px;
    transition: 0.2s;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: silver;
}

/*アイコンを切り替え*/
.hidden_box input:checked ~ label:before {
    content: '\f106';
	float: left;
}
@media screen and (max-width: 560px) {
	.hidden_box input:checked ~ label:before {
		float: right;
	}
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*クリックで中身非表示*/
.hidden_box input:checked ~ .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/* ホバーした要素以外を暗くする（script.jsとセット） */
/*----------------- ▼ (PC) ▼ -----------------*/
@media print, screen and (min-width: 801px) {
  .floating-banner.transparent {
    /*opacity: 0;*/
  }
}