@charset "UTF-8";
.headline {
  display: none;
}

.media .archive .headline_1 h2 {
  line-height: 1.6;
}

.media .archive .headline_1 h2 small {
  font-size: 60%;
}

.media .archive .headline_1::before {
  top: -40px;
}

.media .archive .headline_2 {
  font-size: 20px;
}

@media screen and (max-width: 1190px) {
  .media .archive .headline_2 {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 640px) {
  .media .archive .headline_2 {
    font-size: 4vw;
  }
}

.media .archive .flexBox article.list {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 0.2em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  margin: 0 15px 40px;
  position: relative;
  width: calc(33.3333% - 30px);
}

@media screen and (max-width: 640px) {
  .media .archive .flexBox article.list {
    width: 100%;
  }
}

.media .archive .flexBox article.list .thumb {
  border-radius: 0.2em 0.2em 0 0;
  height: 250px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 1190px) {
  .media .archive .flexBox article.list .thumb {
    height: 20vw;
  }
}

@media screen and (max-width: 640px) {
  .media .archive .flexBox article.list .thumb {
    height: 40vw;
  }
}

.media .archive .flexBox article.list .thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 1190px) {
  .media .archive .flexBox article.list .thumb img {
    height: 20vw;
  }
}

@media screen and (max-width: 640px) {
  .media .archive .flexBox article.list .thumb img {
    height: 40vw;
  }
}

.media .archive .flexBox article.list .txt {
  padding: 1.5em 2em;
}

.media .archive .flexBox article.list .txt h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 1190px) {
  .media .archive .flexBox article.list .txt h3 {
    font-size: 1.6vw;
    margin-bottom: 2vw;
  }
}

@media screen and (max-width: 640px) {
  .media .archive .flexBox article.list .txt h3 {
    font-size: 3.6vw;
    margin-bottom: 4vw;
  }
}

.media .archive .flexBox article.list .txt p {
  color: #959595;
  font-size: 12px;
  font-weight: 700;
}

@media screen and (max-width: 1190px) {
  .media .archive .flexBox article.list .txt p {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 640px) {
  .media .archive .flexBox article.list .txt p {
    font-size: 3vw;
  }
}

.media .archive .flexBox article.list .txt .excerpt {
  display: none;
}

.media .archive .flexBox article.list .txt ul li {
  color: #959595;
  display: inline-block;
  font-size: 12px;
  margin-right: 1em;
}

@media screen and (max-width: 1190px) {
  .media .archive .flexBox article.list .txt ul li {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 640px) {
  .media .archive .flexBox article.list .txt ul li {
    font-size: 3vw;
  }
}

.media .archive .flexBox article.list .txt ul li::before {
  content: "#";
}

.media .archive .flexBox article.list .txt p.dl_btn {
  border: 1px solid #222;
  border-radius: 1.3em;
  color: #222;
  font-size: 16px;
  height: 2.6em;
  line-height: 2.6em;
  text-align: center;
}

@media screen and (max-width: 1190px) {
  .media .archive .flexBox article.list .txt p.dl_btn {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 640px) {
  .media .archive .flexBox article.list .txt p.dl_btn {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 1190px) {
  .media .archive .flexBox article.list {
    margin: 0 1vw 3vw;
    width: calc(33.3333% - 2vw);
  }
  .media .archive .flexBox article.list h3 {
    font-size: 1.7vw;
    margin-bottom: 1vw;
    margin-top: 2vw;
  }
}

@media screen and (max-width: 640px) {
  .media .archive .flexBox article.list {
    margin: 0 0 8vw;
    width: 100%;
  }
  .media .archive .flexBox article.list h3 {
    font-size: 4vw;
    margin-bottom: 2vw;
    margin-top: 4vw;
  }
}

.media .archive .btn_white {
  min-width: 20em;
  margin: 40px auto 0;
}

@media screen and (max-width: 1190px) {
  .media .archive .btn_white {
    margin-top: 3em;
  }
}

.media .archive.knowhow {
  padding-bottom: 120px;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1190px) {
  .media .archive.knowhow {
    padding-bottom: 7.5em;
    padding-top: 3.75em;
  }
}

.media .archive.knowhow .sec_inner {
  position: relative;
}

.media .archive.knowhow .sec_inner::before {
  background: url("../img/bg_archive01.png") right top no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 600px;
  height: 600px;
  position: absolute;
  top: -5em;
  left: -450px;
  z-index: -2;
}

@media screen and (max-width: 640px) {
  .media .archive.knowhow .sec_inner::before {
    width: 60vw;
    height: 60vw;
    top: -5em;
    left: -10vw;
  }
}

.media .archive.report {
  background: #F8F8F8;
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
}

@media screen and (max-width: 1190px) {
  .media .archive.report {
    padding-bottom: 7.5em;
    padding-top: 7.5em;
  }
}

.media .archive.report::before {
  background: url("../img/bg_archive02.png") right top no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 600px;
  height: 600px;
  position: absolute;
  top: -300px;
  right: -100px;
}

@media screen and (max-width: 640px) {
  .media .archive.report::before {
    width: 60vw;
    height: 60vw;
    top: -5em;
    right: -10vw;
  }
}

.media .archive.report .flexBox article.list {
  min-height: 155px;
  width: calc(50% - 30px);
}

.media .archive.report .flexBox article.list a {
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 640px) {
  .media .archive.report .flexBox article.list a {
    display: block;
  }
}

.media .archive.report .flexBox article.list a .thumb {
  border-radius: 0.2vw 0 0 0.2vw;
  min-height: 155px;
  height: auto;
  width: 220px;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .media .archive.report .flexBox article.list a .thumb {
    min-height: auto;
    width: 100%;
  }
}

.media .archive.report .flexBox article.list a .thumb img {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .media .archive.report .flexBox article.list {
    min-height: auto;
    width: 100%;
  }
}

.media .archive.report .flexBox article.list:first-child {
  height: 100%;
  min-height: 388px;
  width: 100%;
}

.media .archive.report .flexBox article.list:first-child .thumb {
  height: auto;
  object-fit: cover;
  min-height: 388px;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .media .archive.report .flexBox article.list:first-child .thumb {
    min-height: auto;
    width: 100%;
  }
}

.media .archive.report .flexBox article.list:first-child .txt {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .media .archive.report .flexBox article.list:first-child .txt {
    width: 100%;
  }
}

.media .archive.report .flexBox article.list:first-child .txt h3 {
  font-size: 18px;
  padding-top: 50px;
}

@media screen and (max-width: 1190px) {
  .media .archive.report .flexBox article.list:first-child .txt h3 {
    font-size: 1.5vw;
    padding-top: 2.5em;
  }
}

@media screen and (max-width: 640px) {
  .media .archive.report .flexBox article.list:first-child .txt h3 {
    font-size: 3.8vw;
  }
}

.media .archive.report .flexBox article.list:first-child .txt .excerpt {
  display: block;
}

.media .archive.report .flexBox article.list:first-child .txt .excerpt p {
  color: #222222;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 1em;
}

@media screen and (max-width: 1190px) {
  .media .archive.report .flexBox article.list:first-child .txt .excerpt p {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 640px) {
  .media .archive.report .flexBox article.list:first-child .txt .excerpt p {
    font-size: 3.6vw;
  }
}

.media .archive.report .flexBox article.list:first-child .txt .excerpt::after {
  background: url(../img/icon_new.png) center center no-repeat;
  background-size: 120px auto;
  content: "";
  display: block;
  position: absolute;
  height: 60px;
  right: 30px;
  top: 0;
  width: 120px;
}

@media screen and (max-width: 1190px) {
  .media .archive.report .flexBox article.list:first-child .txt .excerpt::after {
    background-size: 7.5em auto;
    height: 3.75em;
    right: 1.87em;
    width: 7.5em;
  }
}

.media .archive.cta {
  padding-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .media .archive.cta {
    padding-bottom: 7.5em;
  }
}

.media .archive.cta::before {
  background: url(../img/bg_cta.png) center top no-repeat;
  background-size: 100vw auto;
  content: "";
  display: block;
  height: 50vw;
  width: 100vw;
}

.media .archive.cta .sec_inner {
  background: #FFF;
  margin-top: -30vw;
  border: 50px solid #FFF;
}

@media screen and (max-width: 640px) {
  .media .archive.cta .sec_inner {
    border-width: 5vw;
  }
}

.media .archive.cta .sec_inner .headline_1 {
  background: url(../img/bg_cta_ttl.png) 30% 10% no-repeat;
  background-size: 20% auto;
  padding-top: 5em;
  padding-left: 5%;
}

@media screen and (max-width: 640px) {
  .media .archive.cta .sec_inner .headline_1 {
    background-position: 70% 10%;
    padding-top: 1em;
    padding-left: 0;
  }
}

.media .archive.cta .sec_inner .headline_1 .txt {
  font-size: 16px;
  margin-top: 2em;
}

@media screen and (max-width: 1190px) {
  .media .archive.cta .sec_inner .headline_1 .txt {
    border-width: 1.4vw;
  }
}

@media screen and (max-width: 640px) {
  .media .archive.cta .sec_inner .headline_1 .txt {
    border-width: 3.6vw;
  }
}

.media .archive.recommend {
  background: #F8F8F8;
  padding-bottom: 120px;
  padding-top: 60px;
  margin-top: 120px;
}

@media screen and (max-width: 1190px) {
  .media .archive.recommend {
    padding-bottom: 7.5em;
    padding-top: 3.75em;
    margin-top: 7.5em;
  }
}

.media .archive.recommend h2 {
  background: linear-gradient(to right, #FF9F4B 0 40%, #959595 40% 100%) bottom left no-repeat;
  background-size: auto 2px;
  font-weight: normal;
  margin-bottom: 60px;
  padding: 0.3em 0;
  width: 100%;
}

@media screen and (max-width: 1190px) {
  .media .archive.recommend h2 {
    margin-bottom: 3.75em;
  }
}

.media .single .archive {
  margin-top: 0;
}

.media .single .archive article.list {
  width: calc(50% - 30px);
}

@media screen and (max-width: 640px) {
  .media .single .archive article.list {
    width: 100%;
  }
}

.media .search-area .sec_inner,
.media .tab-area .sec_inner {
  padding: 30px;
}

@media screen and (max-width: 640px) {
  .media .search-area .sec_inner,
  .media .tab-area .sec_inner {
    padding: 3vw;
  }
}

.media .search-area .sec_inner.flexBox,
.media .tab-area .sec_inner.flexBox {
  /*align-items: center;*/
  align-items: start;
}

.media .search-area .sec_inner.flexBox p,
.media .tab-area .sec_inner.flexBox p {
  background: linear-gradient(to right, #FF9F4B 0 50%, #959595 50% 100%) bottom left no-repeat;
  background-size: auto 0.3em;
  font-weight: 700;
  margin-right: 2em;
  padding: 0.3em 0;
}

.media .search-area .sec_inner.flexBox ul,
.media .tab-area .sec_inner.flexBox ul {
  width: calc(100% - 11em);
}

@media screen and (max-width: 640px) {
  .media .search-area .sec_inner.flexBox ul,
  .media .tab-area .sec_inner.flexBox ul {
    margin-top: 1em;
  }
}

.media .search-area .search-box,
.media .tab-area .search-box {
  text-align: center;
  margin-bottom: 2em;
}

.media .search-area .search-box h2,
.media .tab-area .search-box h2 {
  margin-bottom: 1em;
}

.media .search-area .search-box input,
.media .tab-area .search-box input {
  border: 1px solid #222222;
  height: 45px;
  padding: 0 1em;
  border-radius: 0;
  width: 60%;
  max-width: 500px;
}

@media screen and (max-width: 640px) {
  .media .search-area .search-box input,
  .media .tab-area .search-box input {
    width: 80%;
    max-width: 80%;
    margin-bottom: 5vw;
    height: 3em;
  }
}

.media .search-area .search-box .search-btn,
.media .tab-area .search-box .search-btn {
  border: none;
  display: inline-block;
  width: 150px;
  background-image: none;
  padding: 0;
  margin-left: 1em;
}

@media screen and (max-width: 640px) {
  .media .search-area .search-box .search-btn,
  .media .tab-area .search-box .search-btn {
    margin-left: 0;
    width: 10em;
  }
}

.media .search-area.pm3,
.media .tab-area.pm3 {
  padding: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .media .search-area.pm3,
  .media .tab-area.pm3 {
    padding: 3vw;
    margin-top: 3vw;
  }
}

.media .search-area ul li,
.media .tab-area ul li {
  background: #FFFFFF;
  border-radius: 0.2em;
  border: 1px solid #E8E8E8;
  display: inline-block;
  padding: 0 1.5em;
  line-height: 2.5;
  margin-right: 1em;
  margin-bottom: 0.8em;
}

.media .search-area ul li:before,
.media .tab-area ul li:before {
  content: "#";
}

.media .search-area.top {
  background: #F8F8F8;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 1190px) {
  .media .search-area.top {
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  }
}

.media .search-area.top .sec_inner {
  background: #FFDF85;
  border-radius: 0.4vw;
  position: relative;
  padding-top: 91px;
}

@media screen and (max-width: 1190px) {
  .media .search-area.top .sec_inner {
    padding-top: 5em;
  }
}

.media .search-area.top .sec_inner::before {
  background: url(../img/icon_search_box.png) center center no-repeat;
  background-size: contain;
  content: "";
  left: calc(50% - 27px);
  top: -55px;
  position: absolute;
  height: 111px;
  width: 111px;
}

@media screen and (max-width: 640px) {
  .media .search-area.top .sec_inner::before {
    left: calc(50% - 3.5em);
    height: 7em;
    width: 7em;
  }
}

.media .search-area.top .sec_inner h2 {
  font-size: 42px;
}

@media screen and (max-width: 1190px) {
  .media .search-area.top .sec_inner h2 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 640px) {
  .media .search-area.top .sec_inner h2 {
    font-size: 6vw;
  }
}

.media .search-area.top .sec_inner .textWrap {
  border: none;
  border-radius: 0.4vw 0 0 0.4vw;
  display: inline-block;
  height: 60px;
  position: relative;
  width: 30em;
}

@media screen and (max-width: 640px) {
  .media .search-area.top .sec_inner .textWrap {
    height: 3em;
    width: 100%;
  }
}

.media .search-area.top .sec_inner .textWrap::before {
  background: url(../img/icon_search.png) left center no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  left: 1.5em;
  position: absolute;
  top: calc(50% - 12px);
  width: 24px;
}

@media screen and (max-width: 640px) {
  .media .search-area.top .sec_inner .textWrap::before {
    height: 1.6em;
    top: calc(50% - 0.8em);
    width: 1.6em;
  }
}

.media .search-area.top .sec_inner .textWrap input {
  border: none;
  border-radius: 0.4vw 0 0 0.4vw;
  padding-left: 4em;
  height: 100%;
  width: calc(100% - 4em);
}

.media .search-area.top .sec_inner .search-btn {
  background: #000;
  border-radius: 0 0.4vw 0.4vw 0;
  color: #FFF;
  height: 59px;
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  .media .search-area.top .sec_inner .search-btn {
    margin-top: 1em;
    height: 3em;
  }
}

.media .search-area.top .sec_inner ul {
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 640px) {
  .media .search-area.top .sec_inner ul {
    width: 100%;
  }
}

.media .search-area.top .sec_inner ul li {
  border: none;
}

.media .tab-area {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .media .tab-area {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }
  .media .tab-area .sec_inner.flexBox {
    background: #FFF;
    display: block;
    position: relative;
    z-index: 2;
  }
  .media .tab-area .sec_inner.flexBox p, .media .tab-area .sec_inner.flexBox ul {
    width: 100%;
  }
  .media .tab-area .sec_inner.flexBox p {
    text-align: center;
    padding-bottom: 1em;
  }
}

.media .tab-area .sec_inner {
  border: 1px solid #E8E8E8;
}

.media .single.flexBox {
  justify-content: space-between;
}

.media .single .contents {
  width: 70%;
}

@media screen and (max-width: 640px) {
  .media .single .contents {
    width: 100%;
  }
}

.media .single .contents .title {
  margin-bottom: 0;
}

.media .single .contents .title p {
  color: #959595;
  font-size: 12px;
  margin-bottom: 1em;
}

.media .single .contents .title h2 {
  font-size: 42px;
  line-height: 1.6;
}

@media screen and (max-width: 1190px) {
  .media .single .contents .title h2 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 640px) {
  .media .single .contents .title h2 {
    font-size: 6vw;
  }
}

.media .single .contents .info {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  background: #FFDF85;
  border-radius: 0.4em;
  margin-top: 2em;
  padding: 1em 1.5em;
}

@media screen and (max-width: 1190px) {
  .media .single .contents .info {
    margin-bottom: 3vw;
  }
}

.media .single .contents .info ul li {
  background: #FFF;
  border-radius: 0.4vw;
  display: inline-block;
  padding: 0.2em 1.2em;
  margin-right: 1em;
}

.media .single .contents .info ul li::before {
  content: "#";
}

.media .single .contents article.story figure img {
  width: 100%;
}

.media .single .contents article.story h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 3em;
  margin-bottom: 50px;
}

@media screen and (max-width: 1190px) {
  .media .single .contents article.story h1 {
    font-size: 3.5vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
}

@media screen and (max-width: 640px) {
  .media .single .contents article.story h1 {
    font-size: 5.5vw;
  }
}

.media .single .contents article.story h2 {
  border-left: solid 4px #FF9F4B;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 4em;
  margin-bottom: 2em;
  position: relative;
  padding-left: 0.5em;
  padding-bottom: 10px;
}

.media .single .contents article.story h2::after {
  background-color: #FF9F4B;
  background-image: linear-gradient(-90deg, #fff 50%, transparent 50%);
  background-size: 10px 10px;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 100%;
}

@media screen and (max-width: 1190px) {
  .media .single .contents article.story h2 {
    font-size: 2.4vw;
    margin-top: 1em;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .media .single .contents article.story h2 {
    font-size: 5vw;
  }
}

.media .single .contents article.story h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 3em;
  margin-bottom: 1em;
}

.media .single .contents article.story h3::before {
  content: "";
  display: inline-block;
  background-color: #FF9F4B;
  border-radius: 0.2vw;
  height: 18px;
  margin-right: 1em;
  width: 18px;
}

@media screen and (max-width: 1190px) {
  .media .single .contents article.story h3 {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }
}

.media .single .contents article.story p {
  margin-bottom: 1em;
}

.media .single .contents article.story li {
  margin-bottom: .5em;
  list-style-position: inside;
}

.media .single .contents article.story ol li {
  list-style-type: decimal;
}

.media .single .contents article.story img {
  max-width: 90%;
}

.media .single .contents article.story table {
  border-spacing: 0;
  margin-bottom: 2em;
  width: 100%;
}

.media .single .contents article.story table th {
  background: #FFF1CF;
  border-bottom: 1px solid #222222;
  padding: 0.625em 1.25em;
  text-align: left;
}

.media .single .contents article.story table td {
  border-bottom: 1px solid #959595;
  padding: 0.625em 1.25em;
}

.media .single .contents article.story .lead {
  margin-top: 2em;
}

.media .single .contents article.story .point, .media .single .contents article.story blockquote {
  border: 2px solid #222222;
  border-radius: 0.4vw;
  padding: 3em 2.28571em;
  font-size: 14px;
  position: relative;
  margin-top: 6.07143em;
  margin-bottom: 2em;
}

.media .single .contents article.story .point::before, .media .single .contents article.story blockquote::before {
  background: url(../img/icon_point.png) left center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 5em;
  position: absolute;
  top: -3em;
  width: 100%;
}

.media .single .contents article.story .point .link, .media .single .contents article.story blockquote .link {
  margin-top: 1em;
  font-size: 16px;
}

.media .single .contents article.story .point .link a, .media .single .contents article.story blockquote .link a {
  color: #FF9F4B;
}

.media .single .contents article.story blockquote {
  margin-left: 0;
  margin-right: 0;
}

.media .single .contents article.story blockquote::before {
  background: url(../img/icon_quote_start.png) left center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 2.4em;
  position: absolute;
  top: -1.2em;
  left: 1em;
  width: 2.4em;
}

.media .single .contents article.story blockquote::after {
  background: url(../img/icon_quote_end.png) right center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 2.4em;
  position: absolute;
  bottom: -1.2em;
  right: 1em;
  width: 2.4em;
}

.media .single .contents article.story .flame {
  border: 2px solid #FFDF85;
  border-radius: 0.4vw;
  margin-top: 6.07143em;
  margin-bottom: 2em;
  position: relative;
  padding: 2em 3em;
}

.media .single .contents article.story .flame h4 {
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  left: 1.5em;
  top: -1em;
  padding: 0 0.5em;
}

.media .single .contents article.story .flame ul li {
  background: url(../img/icon_list.png) left center no-repeat;
  background-size: 1.5em;
  list-style-type: none;
  padding-left: 2.5em;
}

.media .single .contents article.story .wp-caption-text {
  font-size: 0.8em;
  text-align: center;
}

.media .single .contents article.story .cta_box {
  border: 1px solid #E8E8E8;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 36px 40px 36px 70px;
  margin-top: 50px;
  position: relative;
}

.media .single .contents article.story .cta_box .flexBox {
  justify-content: space-between;
}

.media .single .contents article.story .cta_box .flexBox figure {
  width: 44%;
}

.media .single .contents article.story .cta_box .flexBox .text {
  width: 55%;
}

.media .single .contents article.story .cta_box .flexBox .cta_name {
  font-size: 16px;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1190px) {
  .media .single .contents article.story .cta_box .flexBox .cta_name {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 640px) {
  .media .single .contents article.story .cta_box .flexBox .cta_name {
    font-size: 3.2vw;
  }
}

.media .single .contents article.story .cta_box .flexBox .cta_info {
  font-size: 90%;
  margin-bottom: 0;
  line-height: 1.5;
}

.media .single .contents article.story .cta_box .btn_box {
  margin-top: 20px;
}

.media .single .contents article.story .cta_box .btn_box a {
  margin: 0 0 0 auto;
  background-image: url(../img/icon_arrow-download.png);
}

.media .single .contents article.story .cta_box::after {
  background: #FFF1CF;
  content: "おすすめコンテンツ";
  font-size: 14px;
  font-weight: 700;
  left: 0;
  padding: 14px 12px;
  position: absolute;
  top: 36px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.media .single .contents article.story .writer_box {
  justify-content: space-between;
  border: solid 1px #959595;
  padding: 1.5em;
  margin-top: 50px;
}

.media .single .contents article.story .writer_box figure {
  width: 20%;
}

.media .single .contents article.story .writer_box .text {
  width: 75%;
}

.media .single .contents article.story .writer_box .text .flexBox {
  justify-content: space-between;
}

.media .single .contents article.story .writer_box .writer_name {
  font-size: 20px;
}

@media screen and (max-width: 1190px) {
  .media .single .contents article.story .writer_box .writer_name {
    font-size: 2vw;
  }
}

@media screen and (max-width: 640px) {
  .media .single .contents article.story .writer_box .writer_name {
    font-size: 4vw;
  }
}

.media .single .contents article.story .writer_box .writer_info {
  font-size: 90%;
  margin-bottom: 0;
  line-height: 1.5;
}

.media .single .contents article.story .writer_box ul li {
  list-style: none;
  display: inline-block;
  height: 2em;
  width: 2em;
}

.media .single .contents article.story .box_online {
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .media .single .contents article.story .box_online {
    margin-top: 6.25em;
  }
}

.media .single .contents article.story .btn_online {
  background: #FF9F4B;
  border-radius: 30px;
  color: #FFF;
  display: inline-block;
  font-size: 24px;
  line-height: 60px;
  height: 60px;
  padding: 0 50px 0 120px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 1190px) {
  .media .single .contents article.story .btn_online {
    font-size: 2.1vw;
    line-height: 3.75em;
    height: 3.75em;
    padding: 0 2.5em 0 5em;
  }
}

@media screen and (max-width: 640px) {
  .media .single .contents article.story .btn_online {
    font-size: 3.6vw;
  }
}

.media .single .contents article.story .btn_online:hover {
  background: linear-gradient(#FF9F4B, #FF7700);
}

.media .single .contents article.story .btn_online::before {
  content: "";
  background: url(../img/icon_online.png) center center no-repeat;
  background-size: contain;
  left: 50px;
  top: 0;
  position: absolute;
  height: 60px;
  width: 60px;
}

@media screen and (max-width: 1190px) {
  .media .single .contents article.story .btn_online::before {
    left: 1em;
    height: 3.75em;
    width: 3.75em;
  }
}

.media .single aside {
  width: 25%;
}

@media screen and (max-width: 640px) {
  .media .single aside {
    width: 100%;
    margin-top: 2em;
  }
}

.media .single aside section {
  margin-bottom: 60px;
}

.media .single aside section h2 {
  background: linear-gradient(to right, #FF9F4B 0 40%, #959595 40% 100%) bottom left no-repeat;
  background-size: auto 2px;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 0.3em 0;
  width: 100%;
}

.media .single aside section article a {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.media .single aside section article a .thumb {
  width: 38%;
}

.media .single aside section article a .thumb img {
  border-radius: 0.4vw;
}

.media .single aside section article a .txt {
  width: 58%;
}

.media .single aside section article a .txt h3 {
  font-size: 14px;
}

.media .single aside section article a .txt p {
  color: #959595;
  font-size: 12px;
  margin-top: 1em;
}

.media .single aside section article.ranking a .thumb {
  position: relative;
}

.media .single aside section article.ranking a .thumb p {
  background-color: #FF7700;
  border-radius: 0.4vw 0 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 1.5em;
  left: 0;
  line-height: 1.5em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.5em;
}

.media .single aside section .wide img {
  transform: scale(1.1);
}

.media .single aside .search-area .sec_inner {
  padding: 30px 0;
  width: auto !important;
}

@media screen and (max-width: 1190px) {
  .media .single aside .search-area .sec_inner {
    padding: 3vw 1vw;
  }
}

@media screen and (max-width: 640px) {
  .media .single aside .search-area .sec_inner {
    margin: 0;
  }
}

.media .single aside .search-area .sec_inner .search-box h2 {
  text-align: left;
}

.media .single aside .search-area .sec_inner .search-box form {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.media .single aside .search-area .sec_inner .search-box .textWrap {
  width: 80%;
}

@media screen and (max-width: 640px) {
  .media .single aside .search-area .sec_inner .search-box .textWrap {
    width: 100%;
  }
}

.media .single aside .search-area .sec_inner .search-box input {
  /*
                  height: 3em;
                  margin-bottom: 1em;
                  width: 80%;
                  &::placeholder{
                    @media screen and (max-width: 1190px){
                        font-size: 1.2vw;
                    }
                    @media screen and (max-width: 640px){
                        font-size: 2vw;
                    }
                  }
                  */
}

.media .single aside .search-area .sec_inner .search-box input[type="text"] {
  border-radius: 4px;
  height: 3em;
  width: 100%;
}

.media .single aside .search-area .sec_inner .search-box input[type="submit"] {
  display: block;
  background: transparent url(../img/icon_search-side.png) center center no-repeat;
  background-size: contain;
  color: transparent;
  height: 1.5em;
  width: 1.5em;
}

.media .single aside .search-area .sec_inner .search-box .btn_yellow {
  color: #222;
  height: 3em;
  margin-left: 0;
  border-radius: 0;
}

.media .single aside .search-area ul {
  padding: 0 10px;
}

.media .single aside .search-area ul li {
  font-size: 80%;
  margin: 0 0.2em 0.5em;
}

.media .swiper {
  overflow: visible;
  width: 60vw;
  max-width: 900px;
}

@media screen and (max-width: 640px) {
  .media .swiper {
    width: 100vw;
    max-width: 640px;
  }
}

.media .swiper .swiper-wrapper .swiper-slide a {
  position: relative;
  display: block;
  height: 500px;
  margin: 0 1em;
}

@media screen and (max-width: 1190px) {
  .media .swiper .swiper-wrapper .swiper-slide a {
    height: 50vw;
  }
}

@media screen and (max-width: 640px) {
  .media .swiper .swiper-wrapper .swiper-slide a {
    margin: 0;
  }
}

.media .swiper .swiper-wrapper .swiper-slide a figure {
  position: absolute;
  height: 500px;
  width: 60vw;
  max-width: 800px;
  /*
                        &::after{
                            background:  linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%, rgba(0,0,0,0.5));
                            content: "";
                            display: block;
                            height: 100%;
                            width: 100%;
                            position: absolute;
                            bottom: 0;
                            left: 0;
                        }
                        */
}

@media screen and (max-width: 1190px) {
  .media .swiper .swiper-wrapper .swiper-slide a figure {
    height: 50vw;
  }
}

@media screen and (max-width: 640px) {
  .media .swiper .swiper-wrapper .swiper-slide a figure {
    width: 100vw;
    max-width: 640px;
  }
}

.media .swiper .swiper-wrapper .swiper-slide a figure img {
  height: 500px;
  width: 60vw;
  max-width: 800px;
  object-fit: cover;
}

@media screen and (max-width: 1190px) {
  .media .swiper .swiper-wrapper .swiper-slide a figure img {
    height: 50vw;
  }
}

@media screen and (max-width: 640px) {
  .media .swiper .swiper-wrapper .swiper-slide a figure img {
    width: 100vw;
  }
}

.media .swiper .swiper-wrapper .swiper-slide a > div {
  background-color: #FFFFFF;
  color: #959595;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 30%;
  font-size: 0.8em;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5em 1.5em 0 1.5em;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .media .swiper .swiper-wrapper .swiper-slide a > div {
    height: 50%;
    bottom: -1px;
    right: -1px;
  }
}

.media .swiper .swiper-wrapper .swiper-slide a > div p.title {
  color: #222222;
  font-size: 1.2em;
  font-weight: bold;
}

.media .swiper .swiper-pagination {
  color: #959595;
  font-family: "Hiragino Mincho ProN", "serif";
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  .media .swiper .swiper-pagination {
    margin-top: 1em;
    font-size: 4.8vw;
  }
}

.media .swiper .swiper-pagination .swiper-pagination-bullet {
  padding-left: 20px;
}

.media .swiper .swiper-pagination .swiper-pagination-bullet-active {
  color: #222;
  font-size: 36px;
  position: relative;
  padding-right: 90px;
}

@media screen and (max-width: 640px) {
  .media .swiper .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 7.2vw;
  }
}

.media .swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  background: #222;
  bottom: 0.4em;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 10px;
  width: 70px;
}

@media screen and (max-width: 640px) {
  .media .swiper .swiper-pagination .swiper-pagination-bullet-active::after {
    right: 0.5vw;
    width: 14vw;
  }
}

.media .swiper .swiper-button-prev,
.media .swiper .swiper-button-next {
  align-items: center;
  border: #222 solid 1px;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-left: 20px;
  width: 40px;
}

@media screen and (max-width: 640px) {
  .media .swiper .swiper-button-prev,
  .media .swiper .swiper-button-next {
    height: 3em;
    margin-left: 1.5em;
    margin-top: 1em;
    width: 3em;
  }
}

.media .swiper .swiper-button-prev img,
.media .swiper .swiper-button-next img {
  height: 1em;
  width: 1em;
}

.media .swiper .swiper-button-prev {
  transform: rotate(180deg);
}

.media .swiper .swiper-controller {
  display: flex;
  align-items: center;
}

.media .ez-toc-counter {
  margin-top: 50px !important;
  padding: 1.5em !important;
  border-radius: 0 !important;
}

@media screen and (max-width: 640px) {
  .media .ez-toc-counter {
    margin-top: 3vw !important;
  }
}

.media div#ez-toc-container {
  border-radius: 0.4vw !important;
}

.media div#ez-toc-container .ez-toc-heading-level-1 {
  margin-top: 1em;
}

.media div#ez-toc-container .ez-toc-heading-level-1 a {
  display: block;
  font-size: 14px;
}

.media div#ez-toc-container .ez-toc-heading-level-1 > a {
  margin-bottom: 1em;
  line-height: 20px;
}

.media div#ez-toc-container .ez-toc-heading-level-1 > a::before {
  counter-increment: section;
  content: "0" counter(section) "";
  color: #FFDF85;
  border-right: 2px solid #FFDF85;
  font-size: 20px;
  padding-right: 0.5em;
  margin-right: 0.5em;
}

.media div#ez-toc-container .ez-toc-heading-level-2, .media div#ez-toc-container .ez-toc-heading-level-3, .media div#ez-toc-container .ez-toc-heading-level-4 {
  padding-left: 1em;
  position: relative;
}

.media div#ez-toc-container .ez-toc-heading-level-2 a, .media div#ez-toc-container .ez-toc-heading-level-3 a, .media div#ez-toc-container .ez-toc-heading-level-4 a {
  color: #959595;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.media div#ez-toc-container .ez-toc-heading-level-2 a::before, .media div#ez-toc-container .ez-toc-heading-level-3 a::before, .media div#ez-toc-container .ez-toc-heading-level-4 a::before {
  background: #FFDF85;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.6em;
  margin-left: 1.5em;
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.6em;
}

.media div#ez-toc-container a:hover {
  text-decoration: none !important;
}

.media div#ez-toc-container ul,
.media div#ez-toc-container li {
  /*line-height: 2em !important;*/
}

.media div#ez-toc-container nav {
  margin-top: 1em;
}

.blog-header {
  background: #FFF1CF;
  padding: 10px 30px 10px 30px;
  display: flex;
  justify-content: space-between;
}

.blog-header .ttl {
  display: flex;
  align-items: center;
}

.blog-header .ttl h2 {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2.5rem;
}

.blog-header .ttl p {
  font-size: .9em;
  line-height: 2.5rem;
  margin-left: 1.5em;
}

@media screen and (max-width: 640px) {
  .blog-header .ttl p {
    display: none;
  }
}

.blog-header nav ul {
  display: flex;
  justify-content: space-between;
}

.blog-header nav ul li {
  margin-left: 1em;
  line-height: 2.5rem;
}

.blog-header nav ul li a {
  font-size: 90%;
}

.blog-header nav ul li a:hover {
  opacity: 0.7;
}

.blog-header .arw {
  display: none;
}

@media screen and (max-width: 640px) {
  .blog-header {
    padding: 1vw 30px;
    flex-wrap: wrap;
  }
  .blog-header div, .blog-header nav {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blog-header .arw {
    cursor: pointer;
    display: block;
  }
  .blog-header .arw::before {
    content: "";
    display: block;
    border-left: #222 0.5vw solid;
    border-bottom: #222 0.5vw solid;
    float: right;
    height: 4vw;
    width: 4vw;
    transform: rotate(-45deg);
  }
  .blog-header nav {
    display: none;
  }
  .blog-header nav ul {
    display: block;
    margin-top: 2vw;
    border-top: 1px solid #222;
    padding: 2vw 0;
  }
  .blog-header nav ul li {
    margin-left: 0;
    padding: 0.5em 0;
  }
  .blog-header.open .arw::before {
    transform: rotate(135deg);
  }
}

.blog-list {
  display: flex;
  justify-content: space-between;
}

.blog-list li {
  width: 30%;
}

.float-btn {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 10;
}

.float-btn img {
  height: auto;
  width: 100px;
}
