@charset "UTF-8";
/* stories.css
================================================== */
/* define.css
========================================================== */
/* FONT */
/* ¥Ö¥ì¥¤¥¯¥Ý¥¤¥ó¥È(for MediaQuery - max-width(PC->sp)) : ¥ª¥ê¥¸¥Ê¥ë¤Ï scss/_variables.scss */
/* Ìå²Ã¹²Í¨ */
/* šøÓÃ¥«¥é©` */
/* Animation évßB */
/* šøÓÃ Mixin */
/*
==================================================
 1.0 - stories
--------------------------------------------------
*/
/* 1.0.1 - Header
-------------------------------------------------- */
.stories_header {
  margin-bottom: 60px;
}
.stories_header .col_main_img,
.stories_header .col_stories_title {
  position: relative;
  flex: 0 0 50%;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.stories_header .main_img {
  padding-top: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.stories_header .stories_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 40px 0 40px 20px;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "ÓÎ¥´¥·¥Ã¥¯Ìå", YuGothic, "Yu Gothic Medium", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.stories_header .stories_title::before, .stories_header .stories_title::after {
  display: none;
}
.stories_header .stories_title span {
  display: block;
}
.stories_header .stories_title span.main_title {
  font-family: "ÓÎÃ÷³¯", YuMincho, "¥Ò¥é¥®¥ÎÃ÷³¯ ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HGÃ÷³¯E", "£Í£Ó £ÐÃ÷³¯", "£Í£Ó Ã÷³¯", serif;
  font-weight: normal;
  font-size: 3rem;
}
.stories_header .stories_title span.main_title span {
  display: inline-block;
}
.stories_header .stories_title span.sub_title {
  padding: 1em 0;
  font-size: 1.8rem;
}
.stories_header .stories_title span.sub_title span {
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .stories_header {
    padding-left: 30px;
    max-width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .stories_header {
    margin-bottom: 30px;
    padding-left: 15px;
  }
  .stories_header .stories_title {
    padding: 30px 0 30px 10px;
  }
  .stories_header .stories_title span.main_title {
    font-size: 2.4rem;
  }
  .stories_header .stories_title span.sub_title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .stories_header {
    margin-bottom: 30px;
  }
  .stories_header .col_main_img,
.stories_header .col_stories_title {
    flex: 0 0 100%;
    width: 100%;
  }
  .stories_header .col_main_img {
    order: 2;
  }
  .stories_header .col_stories_title {
    order: 1;
  }
  .stories_header .stories_title {
    padding: 30px 0;
  }
  .stories_header .stories_title span.main_title {
    font-size: 2.4rem;
  }
  .stories_header .stories_title span.sub_title {
    font-size: 1.7rem;
  }
}
/* 1.0.2 - Content
-------------------------------------------------- */
.stories_content {
  font-size: 1.6rem;
  line-height: 2;
}
.stories_content .container {
  max-width: 970px;
}
.stories_content h1,
.stories_content h2,
.stories_content h3,
.stories_content h4,
.stories_content h5,
.stories_content h6 {
  margin-top: 40px;
  margin-bottom: 25px;
  padding: 0;
  font-family: "ÓÎÃ÷³¯", YuMincho, "¥Ò¥é¥®¥ÎÃ÷³¯ ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HGÃ÷³¯E", "£Í£Ó £ÐÃ÷³¯", "£Í£Ó Ã÷³¯", serif;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.stories_content h1::before, .stories_content h1::after,
.stories_content h2::before,
.stories_content h2::after,
.stories_content h3::before,
.stories_content h3::after,
.stories_content h4::before,
.stories_content h4::after,
.stories_content h5::before,
.stories_content h5::after,
.stories_content h6::before,
.stories_content h6::after {
  display: none;
}
.stories_content .summary_copy {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 60px;
  text-align: center;
  letter-spacing: 0.1em;
}
.stories_content .summary_copy::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 10%;
  height: 1px;
  background-color: #008580;
  content: "";
}
.stories_content p,
.stories_content dl,
.stories_content ul,
.stories_content ol {
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 100%;
  width: auto;
  font-size: 1.6rem;
  letter-spacing: normal;
  line-height: 2;
}
.stories_content dl dt {
  display: inline;
  padding-right: 0.6em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "ÓÎ¥´¥·¥Ã¥¯Ìå", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 700;
}
.stories_content dl dd {
  display: inline;
  text-align: justify;
}
.stories_content .dl_table {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  border-color: #282728;
}
.stories_content .dl_table > dl {
  border-color: #282728;
  background-color: rgba(255, 255, 255, 0.1);
}
.stories_content .dl_table > dl > dt,
.stories_content .dl_table > dl > dd {
  border-color: #282728;
  background-color: transparent;
}
.stories_content .dl_table > dl > dt {
  background-color: rgba(255, 255, 255, 0.1);
}
.stories_content ul,
.stories_content ol {
  margin-left: 2em;
}
.stories_content ul li,
.stories_content ol li {
  padding: 0;
}
.stories_content .center {
  text-align: center;
}
.stories_content .under_line {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.stories_content .under_line::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background-color: #008580;
  content: "";
}

@media screen and (max-width: 1199px) {
  .stories_content .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
  }
}
@media screen and (max-width: 959px) {
  .stories_content .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
  .stories_content h1,
.stories_content h2,
.stories_content h3,
.stories_content h4,
.stories_content h5,
.stories_content h6 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .stories_content .container {
    max-width: 100%;
  }
}
/* 1.0.3 - Image
-------------------------------------------------- */
.stories_content .img_caption {
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: 0;
  max-width: 100%;
  color: #8e8e8e;
  font-size: 1.4rem;
  line-height: 1.5;
}
.stories_content .post_img {
  margin: 40px auto;
  max-width: 100%;
  width: 100%;
  width: auto;
  height: auto;
}
.stories_content .post_img.size_large {
  max-width: 1200px;
  width: 90vw;
}
.stories_content .post_img.size_small {
  max-width: 75%;
  width: 75%;
}
.stories_content .post_img.size_full {
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 100vw;
  width: 100vw;
}
.stories_content .post_img.size_full .img_caption {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 970px;
}
.stories_content .post_img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .stories_content .post_img.size_full .img_caption {
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .stories_content .post_img.size_large {
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .stories_content .img_caption {
    font-size: 1.3rem;
  }
  .stories_content .post_img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .stories_content .post_img.size_full .img_caption {
    max-width: 80%;
  }
}
@media screen and (max-width: 519px) {
  .stories_content .post_img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .stories_content .post_img.size_full .img_caption {
    max-width: 100%;
  }
}
/* 1.0.4 - Video
-------------------------------------------------- */
.stories_content .post_img .video_file {
  width: 100%;
}

/* 1.0.5 - box
-------------------------------------------------- */
.stories_box {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: nowrap;
  margin: 60px 0;
  padding: 40px;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.1);
}
.stories_box .stories_box_img {
  order: 2;
  display: block;
  width: 30%;
  height: auto;
}
.stories_box .stories_box_img span {
  display: block;
  padding-top: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.stories_box .stories_box_wrapper {
  order: 1;
  width: 65%;
}
.stories_box .stories_box_inner {
  width: 100%;
}
.stories_box h1,
.stories_box h2,
.stories_box h3,
.stories_box h4,
.stories_box h5,
.stories_box h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "ÓÎ¥´¥·¥Ã¥¯Ìå", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: normal;
}
.stories_box h1,
.stories_box h2 {
  margin-bottom: 0.75em;
  font-size: 1.8rem;
}
.stories_box p,
.stories_box dl,
.stories_box ul,
.stories_box ol {
  font-size: 1.4rem;
  line-height: 1.8;
}
.stories_box .dl_wrapper {
  margin-bottom: 1em;
}
.stories_box .dl_wrapper dl {
  margin-bottom: 0.25em;
}

@media screen and (max-width: 959px) {
  .stories_box {
    flex-direction: column;
    max-width: 992px;
  }
  .stories_box .stories_box_img {
    order: 1;
    margin-bottom: 30px;
    width: 100%;
  }
  .stories_box .stories_box_img span {
    margin: auto;
    padding-top: 75%;
    width: 75%;
  }
  .stories_box .stories_box_wrapper {
    order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .stories_box {
    padding: 30px;
  }
  .stories_box .stories_box_img span {
    padding-top: 100%;
    width: 100%;
  }
  .stories_box h1,
.stories_box h2,
.stories_box h3,
.stories_box h4,
.stories_box h5,
.stories_box h6 {
    font-size: 1.5rem;
  }
  .stories_box h1,
.stories_box h2 {
    font-size: 1.6rem;
  }
  .stories_box p,
.stories_box dl,
.stories_box ul,
.stories_box ol {
    font-size: 1.3rem;
  }
}

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