@charset "UTF-8";
/* ==================================
  感動ストーリー
 ==================================== */
.story_list li {
  margin-bottom: 48px;
}

.story_list li:last-child {
  margin-bottom: 0;
}

.story_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #F3F3F3;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  color: #012516;
}

.story_list li a:hover {
  opacity: 1;
  -webkit-box-shadow: 25px 25px 48px rgba(169, 169, 169, 0.28);
          box-shadow: 25px 25px 48px rgba(169, 169, 169, 0.28);
  border-color: #FFA500;
}

.story_list li .thumb {
  width: 47.89474%;
  padding-top: 28.28947%;
  height: 0;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.story_list li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.story_list li .txt_box {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.story_list li .num {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.16em;
  color: #FFA500;
  margin-bottom: 20px;
}

.story_list li .num:before {
  content: "\e0e0";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-size: 1.25rem;
  margin-right: 12px;
  vertical-align: top;
}

.story_list li h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.story_list li .summary {
  margin-top: auto;
}

.story_list li.blue .num {
  color: #28AAE1;
}

.story_list li.blue a:hover {
  border-color: #28AAE1;
}

.story_list li.green .num {
  color: #25B778;
}

.story_list li.green a:hover {
  border-color: #25B778;
}

.story_list li.new a:before {
  content: "New";
  background: #FFF200;
  color: #25B778;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.85714;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px;
  z-index: 10;
  border-radius: 0 0 12px 0;
}

.story_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 48px 0;
}

.story_head .num {
  width: 150px;
  margin-right: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  color: #FFFFFF;
  background: #FFA500;
  text-align: center;
  padding: 8px;
}

.story_head .num .material-icons {
  width: 50%;
  font-size: 1.5625rem;
  border-right: 1px solid #FFFFFF;
}

.story_head .num p {
  width: 50%;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1.0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.story_head .num p i {
  display: block;
  font-size: 1.0625rem;
  margin-top: 4px;
}

.story_head.new .num {
  position: relative;
  margin-top: 24px;
  border-radius: 0 0 4px 4px;
}

.story_head.new .num:before {
  content: "New!!";
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #158C59;
  line-height: 1.0;
  width: 100%;
  height: 24px;
  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;
  background: #FFF200;
  position: absolute;
  top: -24px;
  left: 0;
  border-radius: 4px 4px 0 0;
}

.story_head.new .story_title {
  margin-top: 8px;
}

.story_head.blue .num {
  background: #28AAE1;
}

.story_head.green .num {
  background: #25B778;
}

.story_title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.57143;
  letter-spacing: 0.05em;
  color: #158C59;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.story_body .eyecatch {
  margin-bottom: 80px;
}

.story_body .eyecatch img {
  border-radius: 4px;
}

.story_body .tb_cont li {
  padding: 20px 0;
  background: radial-gradient(circle farthest-side, #158C59, #158C59 33%, transparent 33%, transparent);
  background-size: 6px 6px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.story_body .tb_cont li:first-child {
  padding-top: 0;
}

.story_body .tb_cont li a {
  color: #012516;
  text-decoration: none;
}

.story_body .tb_cont li a:hover {
  color: #1F65EA;
  font-weight: 700;
  opacity: 1;
}

.story_book {
  background: #EEFEF8;
  border-radius: 12px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.story_book h4 {
  font-weight: 700;
  color: #158C59;
  padding-bottom: 12px;
  background: radial-gradient(circle farthest-side, #158C59, #158C59 33%, transparent 33%, transparent);
  background-size: 6px 6px;
  background-position: bottom;
  background-repeat: repeat-x;
  margin-bottom: 32px;
}

.story_book h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.54167;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.story_book h3 span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  display: block;
}

.story_book .author {
  margin-bottom: 48px;
}

.story_book .btn {
  width: 360px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #158C59;
  border: 2px solid rgba(21, 140, 89, 0.2);
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 2;
  border-radius: 4px;
}

.story_book .btn:before {
  content: "";
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(53.65%, #158C59), to(#26B961));
  background: linear-gradient(90deg, #158C59 53.65%, #26B961 100%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: -1;
}

.story_book .btn:hover {
  color: #FFFFFF;
  opacity: 1;
}

.story_book .btn:hover:before {
  width: 100%;
}

.story_book .thumb {
  width: 175px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.story_book .thumb img {
  border: 1px solid #012516;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 960px) {
  .story_list li a {
    display: block;
  }
  .story_list li .thumb {
    width: 100%;
    padding-top: 55.77465%;
    height: 0;
  }
  .story_list li .txt_box {
    padding: 20px;
    display: block;
  }
  .story_list li .num {
    margin-bottom: 32px;
  }
  .story_list li h4 {
    margin-bottom: 20px;
  }
  .story_head {
    display: block;
  }
  .story_head .num {
    width: 100%;
    margin-right: 0;
    padding: 6px 8px;
    margin-bottom: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .story_head .num .material-icons {
    font-size: 1.25rem;
    padding-right: 24px;
    width: auto;
  }
  .story_head .num p {
    width: auto;
    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;
    padding-left: 12px;
  }
  .story_head .num p i {
    margin-left: 8px;
    margin-top: 0;
    display: inline;
  }
  .story_head.new .num {
    margin-top: 36px;
    border-radius: 4px;
  }
  .story_head.new .num:before {
    width: 80px;
    top: -36px;
    border-radius: 4px;
  }
  .story_body .eyecatch {
    margin-bottom: 48px;
  }
  .story_book {
    padding: 32px 20px;
    display: block;
  }
  .story_book h3 {
    margin-bottom: 12px;
  }
  .story_book h3 span {
    margin-top: 12px;
  }
  .story_book .author {
    margin-bottom: 32px;
  }
  .story_book .btn {
    width: 100%;
    border-radius: 2px;
  }
  .story_book .thumb {
    margin: 32px auto 0;
  }
}

/*# sourceMappingURL=map/story.css.map */
