@charset "UTF-8";
/* setting/_reset.scss
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  width: initial;
  height: initial;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

hgroup, menu, aside, details,
header, footer, article, main, section, nav,
figcaption, figure {
  display: block;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

i, em {
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

*:not(table), *:not(tbody), *:not(thead), *:not(tfoot), *:not(tr), *:not(th), *:not(td) {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/* setting/_extend.scss
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .m-top-keywords__wrap, .m-top-magazine__wrap, .m-top-movies__wrap, .m-top-news__wrap, .m-top-progress__wrap, .m-top-topic__wrap, .g-footer__wrap, .g-nav__wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1060px + 120px);
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 769px) {
  .m-progress-relate__inner, .g-content__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1060px + 120px);
    padding-left: 60px;
    padding-right: 60px;
  }
}

html, body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.m-keywords-detail__heading span, .m-magazine-detail__heading span, .m-magazine__slider-btn, .m-movies-detail__heading span, .m-progress-relate__time, .m-progress-detail__heading span, .m-progress-detail__date, .m-progress__time, .m-news-detail__heading span, .m-news-detail__date, .m-news__time, .m-solutions__tag, .m-solutions__btn, .m-top-keywords__ttl span, .m-top-keywords__btn, .m-top-magazine__ttl span, .m-top-magazine__btn, .m-top-movies__ttl span, .m-top-movies__btn, .m-top-news__ttl span, .m-top-news__time, .m-top-news__more, .m-top-progress__ttl span, .m-top-progress__time, .m-top-progress__more, .m-top-topic__ttl span, .m-top-topic__link, .m-top-mv__ttl, .g-pagination__prev, .g-pagination__next, .g-pagination__num, .g-content-index__ttl, .g-ttl-kv__main span, .g-ttl__main span, .g-footer__ttl em, .g-footer__txt, .g-nav__link span {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

@media screen and (min-width: 769px) {
  .g-pagination__prev:not(span):not(p), .g-pagination__next:not(span):not(p), .g-content__index-link:not(span):not(p), .g-nav__link:not(span):not(p), .g-header__ttl:not(span):not(p), .g-header__logo:not(span):not(p) {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
  }
  .g-pagination__prev:not(span):not(p):hover, .g-pagination__next:not(span):not(p):hover, .g-content__index-link:not(span):not(p):hover, .g-nav__link:not(span):not(p):hover, .g-header__ttl:not(span):not(p):hover, .g-header__logo:not(span):not(p):hover {
    opacity: 0.7;
  }
}

/* setting/_base.scss
-------------------------------------------------- */
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  background-color: #FFF;
}
body.is-hidden {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 60px;
  }
}

img,
svg {
  vertical-align: bottom;
}

main figure {
  margin: 0;
}

svg {
  height: auto;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

a, div, button {
  -webkit-tap-highlight-color: transparent;
}

input, select, textarea, button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

input::-ms-clear {
  visibility: hidden;
}

select::-ms-expand {
  display: none;
}

button, label {
  cursor: pointer;
}

[data-hidden] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

@media screen and (min-width: 769px) {
  [data-device=sp] {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  input[type^=text],
  textarea {
    padding: min(15px, 0.8823529412vw);
    border-width: min(2px, 0.1176470588vw);
    font-size: clamp(10px, 1.0588235294vw, 1rem);
    border-radius: min(15px, 0.8823529412vw);
  }
}
@media screen and (max-width: 768px) {
  [data-device=pc] {
    display: none !important;
  }
  body {
    -webkit-overflow-scrolling: touch;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input[type^=text],
  textarea {
    padding: min(15px, 4vw);
    border-width: min(2px, 0.5333333333vw);
    font-size: min(18px, 4.8vw);
    border-radius: min(15px, 4vw);
  }
}
/* lib/_slick.scss
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .m-top-movies__list .slick-list {
    overflow: visible;
  }
  .m-top-movies__list .slick-dots {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 8px;
  }
  .m-top-movies__list .slick-dots li {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #000;
  }
  .m-top-movies__list .slick-dots li.slick-active {
    background-color: #000;
  }
  .m-top-movies__list .slick-dots li button {
    width: 1px;
    height: 1px;
    margin: -1px;
  }
}
@media screen and (max-width: 768px) {
  .m-top-magazine__list .slick-list {
    overflow: visible;
  }
  .m-top-magazine__list .slick-dots {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 8px;
  }
  .m-top-magazine__list .slick-dots li {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #FFF;
  }
  .m-top-magazine__list .slick-dots li.slick-active {
    background-color: #FFF;
  }
  .m-top-magazine__list .slick-dots li button {
    width: 1px;
    height: 1px;
    margin: -1px;
  }
}
.m-magazine__slider .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-magazine__slider .slick-dots li {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #FFF;
}
.m-magazine__slider .slick-dots li.slick-active {
  background-color: #FFF;
}
.m-magazine__slider .slick-dots li button {
  width: 1px;
  height: 1px;
  margin: -1px;
}
@media screen and (min-width: 769px) {
  .m-magazine__slider .slick-dots {
    bottom: 80px;
    left: 75%;
    gap: 0 6px;
  }
  .m-magazine__slider .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 768px) {
  .m-magazine__slider .slick-dots {
    bottom: 30px;
    left: 50%;
    gap: 0 8px;
  }
  .m-magazine__slider .slick-dots li {
    width: 9px;
    height: 9px;
  }
}

/* global/_header.scss
-------------------------------------------------- */
.g-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}
.g-header::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  pointer-events: none;
  opacity: 0;
}
.g-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #00A040;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.g-header.is-scroll::before {
  top: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
}
.g-header.is-hidden::before {
  top: -10px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
}
.g-header.is-active::after {
  opacity: 1;
}
.g-header.is-active .g-header__ttl {
  color: #FFF;
}
.g-header.is-active .g-header__ttl img {
  opacity: 0;
}
.g-header.is-active .g-header__ttl::after {
  opacity: 1;
}
.g-header.is-active .g-header__logobox {
  border-color: #FFF;
}
.g-header.is-active .g-header__toggle span {
  opacity: 0;
}
.g-header.is-active .g-header__toggle::before, .g-header.is-active .g-header__toggle::after {
  background-color: #FFF;
}
.g-header.is-active .g-header__toggle::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.g-header.is-active .g-header__toggle::after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}
.g-header.is-active .g-header__logo img {
  opacity: 0;
}
.g-header.is-active .g-header__logo::after {
  opacity: 1;
}
.g-header__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 101;
  -webkit-transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out;
}
.g-header__ttl {
  position: relative;
  pointer-events: auto;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-in-out, font-size 0.2s ease-in-out, line-height 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, font-size 0.2s ease-in-out, line-height 0.2s ease-in-out;
}
.g-header__ttl img {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.g-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-header__toggle {
  position: relative;
  pointer-events: auto;
  cursor: pointer;
}
.g-header__toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.g-header__toggle::before, .g-header__toggle::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #000;
}
.g-header__toggle::before {
  top: 0;
  -webkit-transition: top 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, background-color 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.g-header__toggle::after {
  bottom: 0;
  -webkit-transition: bottom 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out, background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out, background-color 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.g-header__logobox {
  border-left: 1px solid #CCC;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.g-header__logo {
  display: block;
  pointer-events: auto;
}
.g-header__logo img {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.g-header__logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/logo_wt.svg) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .g-header {
    width: 100%;
  }
  .g-header::after {
    height: 140px;
  }
  .g-header.is-scroll .g-header__wrap {
    padding: 10px 91px;
  }
  .g-header.is-scroll .g-header__ttl {
    font-size: 18px;
    line-height: 1.3333333333em;
  }
  .g-header__wrap {
    padding: 41px 91px;
  }
  .g-header__box {
    gap: 0 10px;
  }
  .g-header__ttl {
    font-size: 19px;
    line-height: 1.5263157895em;
  }
  .g-header__toggle {
    width: 36px;
    height: 21px;
  }
  .g-header__toggle span {
    height: 3px;
  }
  .g-header__toggle::before, .g-header__toggle::after {
    height: 3px;
  }
  .g-header__logobox {
    margin-left: 40px;
  }
  .g-header__logo {
    width: 58px;
  }
}
@media screen and (max-width: 768px) {
  .g-header {
    width: 100vw;
  }
  .g-header::after {
    height: 100%;
  }
  .g-header__wrap {
    width: 100%;
    padding: 12px 30px;
    margin: 0 auto;
  }
  .g-header__box {
    gap: 0 6px;
  }
  .g-header__ttl {
    font-size: 10px;
    line-height: 1.6em;
  }
  .g-header__toggle {
    width: 22.5px;
    height: 12.5px;
  }
  .g-header__toggle span {
    height: 2px;
  }
  .g-header__toggle::before, .g-header__toggle::after {
    height: 2px;
  }
  .g-header__logobox {
    margin-left: 15px;
  }
  .g-header__logo {
    width: 36px;
  }
}

/* global/_nav.scss
-------------------------------------------------- */
.g-nav {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background-color: #00A040;
  overflow-y: auto;
}
.g-nav.is-active {
  opacity: 1;
  pointer-events: auto;
}
.g-nav__link {
  display: block;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.g-nav__link span {
  display: block;
  color: #B2E2C5;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .g-nav {
    top: 140px;
  }
  .g-nav__wrap {
    padding-bottom: 142px;
  }
  .g-nav__cont {
    padding-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
  }
  .g-nav__block {
    max-width: 650px;
    width: 50%;
  }
  .g-nav__li + .g-nav__li {
    margin-top: 30px;
  }
  .g-nav__link {
    font-size: 30px;
    line-height: 1.5em;
  }
  .g-nav__link span {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.3333333333em;
  }
}
@media screen and (max-width: 768px) {
  .g-nav {
    top: 60px;
  }
  .g-nav__wrap {
    padding: 0 30px 60px;
  }
  .g-nav__cont {
    padding-top: 21px;
  }
  .g-nav__block + .g-nav__block {
    margin-top: 18px;
  }
  .g-nav__li + .g-nav__li {
    margin-top: 18px;
  }
  .g-nav__link {
    font-size: 16px;
    line-height: 1.625em;
  }
  .g-nav__link span {
    margin-bottom: 2px;
    font-size: 10px;
    line-height: 1em;
  }
}

/* global/_footer.scss
-------------------------------------------------- */
.g-footer {
  background-color: #BBB;
}
.g-footer__ttl {
  color: #FFF;
  text-align: center;
}
.g-footer__ttl em, .g-footer__ttl span {
  display: block;
}
.g-footer__ttl em {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.g-footer__ttl span {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.g-footer__logo {
  margin: 0 auto;
  display: block;
}
.g-footer__logo img {
  width: 100%;
}
.g-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g-footer__li {
  color: #FFF;
  text-decoration: underline;
}
.g-footer__txt {
  color: #FFF;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .g-footer__wrap {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .g-footer__ttl em {
    font-size: 50px;
    line-height: 1.06em;
  }
  .g-footer__ttl span {
    margin-top: 18px;
    font-size: 15px;
    line-height: 2.1333333333em;
  }
  .g-footer__logo {
    margin-top: 52px;
    width: 86px;
  }
  .g-footer__logo:hover {
    opacity: 0.7;
  }
  .g-footer__list {
    max-width: 1100px;
    width: 100%;
    margin: 50px auto 0;
    gap: 22px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g-footer__li {
    font-size: 18px;
  }
  .g-footer__li:hover {
    text-decoration: none;
  }
  .g-footer__txt {
    margin-top: 55px;
    font-size: 15px;
    line-height: 2.1333333333em;
  }
}
@media screen and (max-width: 768px) {
  .g-footer__wrap {
    padding: 19px 30px 23px;
  }
  .g-footer__ttl em {
    font-size: 20px;
    line-height: 1.325em;
  }
  .g-footer__ttl span {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.28em;
  }
  .g-footer__logo {
    margin-top: 18px;
    width: 43px;
  }
  .g-footer__list {
    margin-top: 18px;
    gap: 9px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .g-footer__li {
    font-size: 10px;
  }
  .g-footer__txt {
    margin-top: 15px;
    font-size: 8px;
    line-height: 2.1333333333em;
  }
}

/* global/_content-footer.scss
-------------------------------------------------- */
.g-content-footer {
  -webkit-font-smoothing: auto;
}
.g-content-footer__ttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
}
.g-content-footer__link {
  display: block;
}
.g-content-footer__link[target=_blank] .g-content-footer__bnr figcaption em::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/icon_blank.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}
.g-content-footer__txt {
  -webkit-font-smoothing: antialiased;
  color: #666;
}
.g-content-footer__txt em, .g-content-footer__txt span {
  display: block;
}
.g-content-footer__bnr img {
  width: 100%;
}
.g-content-footer__bnr figcaption {
  -webkit-font-smoothing: antialiased;
  color: #666;
}
.g-content-footer__bnr figcaption em, .g-content-footer__bnr figcaption span {
  display: block;
}
@media screen and (min-width: 769px) {
  .g-content-footer__wrap {
    max-width: 1280px;
    padding: 83px 60px 72px;
    margin: 0 auto;
  }
  .g-content-footer__box + .g-content-footer__box {
    margin-top: 94px;
  }
  .g-content-footer__ttl {
    font-size: 36px;
  }
  .g-content-footer__link + .g-content-footer__ttl {
    margin-top: 139px;
  }
  .g-content-footer__lead {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 2em;
  }
  .g-content-footer__link:hover {
    opacity: 0.7;
  }
  .g-content-footer__link[target=_blank] .g-content-footer__bnr figcaption em::after {
    width: 21px;
    height: 14.5px;
    top: -3.2px;
  }
  .g-content-footer__txt em {
    margin-top: 0.8em;
    font-size: 16.2px;
    line-height: 1.4;
  }
  .g-content-footer__txt span {
    margin-top: 0.5em;
    font-size: 12.6px;
    line-height: 1.6;
  }
  .g-content-footer__bnr {
    padding: 0 4.4%;
  }
  .g-content-footer__bnr figcaption em {
    margin-top: 0.8em;
    font-size: 16.2px;
    line-height: 1.4;
  }
  .g-content-footer__bnr figcaption span {
    margin-top: 0.5em;
    font-size: 12.6px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .g-content-footer__wrap {
    padding: 40px 30px 26px;
  }
  .g-content-footer__box + .g-content-footer__box {
    margin-top: 30px;
  }
  .g-content-footer__ttl {
    font-size: 22px;
    line-height: 1.2727272727em;
  }
  .g-content-footer__link + .g-content-footer__ttl {
    margin-top: 30px;
  }
  .g-content-footer__lead {
    margin-top: 15px;
    padding: 0 14px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4285714286em;
  }
  .g-content-footer__link[target=_blank] .g-content-footer__bnr figcaption em::after {
    width: 1.3em;
    height: 0.9em;
    top: -0.2em;
  }
  .g-content-footer__txt em {
    margin-top: 0.6em;
    font-size: 16.2px;
    line-height: 1.4;
  }
  .g-content-footer__txt span {
    margin-top: 0.4em;
    font-size: 12.6px;
    line-height: 1.6;
  }
  .g-content-footer__bnr figcaption em {
    margin-top: 0.6em;
    font-size: 16.2px;
    line-height: 1.4;
  }
  .g-content-footer__bnr figcaption span {
    margin-top: 0.4em;
    font-size: 12.6px;
    line-height: 1.6;
  }
}

/* global/_content.scss
-------------------------------------------------- */
.g-content__ttl, .g-content__ttl-small {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.g-content__txt {
  letter-spacing: 0.025em;
}
.g-content__txt span.underline {
  text-decoration: underline;
}
.g-content__txtlink {
  text-decoration: underline;
}
.g-content__txtlink[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
}
.g-content__fig-medium {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.g-content__fig-small .g-content__figcaption-gray {
  text-align: left;
}
.g-content__img {
  width: 100%;
}
.g-content__figcaption {
  letter-spacing: 0.025em;
}
.g-content__figcaption + .g-content__figcaption {
  margin-top: 0;
}
.g-content__figcaption sup {
  font-size: 0.6em;
  vertical-align: top;
}
.g-content__figcaption-gray {
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #9A9A9A;
}
.g-content__figcaption-indent {
  display: table-cell;
  white-space: nowrap;
}
.g-content__figcaption-text {
  display: table-cell;
}
.g-content__caption, .g-content__note {
  color: #9A9A9A;
  font-weight: bold;
}
.g-content__caption {
  letter-spacing: 0.05em;
}
.g-content__catch {
  letter-spacing: 0.05em;
  background-color: #BBB;
  color: #FFF;
  font-weight: bold;
}
.g-content__info {
  color: #9A9A9A;
  font-weight: 700;
  text-align: center;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right top, right bottom, left bottom;
}
.g-content__info-blue {
  color: #0088BA;
}
.g-content__info-yellow {
  color: #FAA722;
}
.g-content__note {
  letter-spacing: 0.025em;
}
.g-content__btn {
  display: block;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  border: solid #000;
  border-radius: 999px;
}
.g-content__comment {
  letter-spacing: 0.025em;
}
.g-content__li {
  letter-spacing: 0.05em;
  border-bottom: 1px solid #CCC;
}
.g-content__iconttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.g-content__iconttl-txt {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.g-content__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-content__index-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.g-content__index-link {
  display: block;
}
.g-content__index-img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .g-content {
    padding-top: 142px;
    padding-bottom: 87px;
  }
  .g-content__item {
    margin-top: 115px;
  }
  .g-content-index + .g-content__item {
    margin-top: 50px;
  }
  .g-content__item + .g-content__item {
    margin-top: 63px;
  }
  .g-content__ttl, .g-content__ttl-small {
    font-size: 30px;
    line-height: 1.6666666667em;
  }
  .g-content__ttl-small {
    font-size: 25px;
    line-height: 2em;
  }
  .g-content__txt {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.7777777778em;
  }
  .g-content__fig + .g-content__txt, .g-content__fig-medium + .g-content__txt, .g-content__fig-small + .g-content__txt, .g-content__fig-ml + .g-content__txt {
    margin-top: 45px;
  }
  .g-content__caption + .g-content__txt {
    margin-top: 27px;
  }
  .g-content__btn + .g-content__txt {
    margin-top: 43px;
  }
  .g-content__txtlink:hover {
    text-decoration: none;
  }
  .g-content__fig, .g-content__fig-medium, .g-content__fig-small, .g-content__fig-ml {
    margin-top: 30px;
  }
  .g-content__fig-small {
    margin-top: 30px;
    text-align: center;
  }
  .g-content__fig-small img {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
  }
  .g-content__fig-ml {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .g-content__txt + .g-content__fig, .g-content__txt + .g-content__fig-medium, .g-content__txt + .g-content__fig-small, .g-content__txt + .g-content__fig-ml {
    margin-top: 43px;
  }
  .g-content__figcaption {
    margin-top: 22px;
    font-size: 16px;
    line-height: 2em;
  }
  .g-content__figcaption sup {
    line-height: 2.8571428571em;
  }
  .g-content__figcaption-gray {
    margin-top: 6px;
    font-size: 16px;
    line-height: 2em;
  }
  .g-content__caption {
    margin-top: 30px;
    font-size: 20px;
    line-height: 2.5em;
  }
  .g-content__list + .g-content__caption {
    margin-top: 35px;
  }
  .g-content__catch {
    margin-top: 50px;
    padding: 10px 22px;
    font-size: 20px;
    line-height: 1.5em;
  }
  .g-content__list + .g-content__catch {
    margin-top: 45px;
  }
  .g-content__info {
    margin-top: 42px;
    padding: 31px 1em 36px;
    font-size: 25px;
    line-height: 1.68em;
    background-image: linear-gradient(to right, #9A9A9A 12px, transparent 12px), linear-gradient(to bottom, #9A9A9A 12px, transparent 12px), linear-gradient(to left, #9A9A9A 12px, transparent 12px), linear-gradient(to top, #9A9A9A 12px, transparent 12px);
    background-size: 24px 4px, 4px 24px, 24px 4px, 4px 24px;
  }
  .g-content__note {
    margin-top: 25px;
    font-size: 16px;
    line-height: 2em;
  }
  .g-content__note + .g-content__note {
    margin-top: 0;
  }
  .g-content__btn {
    margin-top: 42px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 470px;
    padding: 25px 38px;
    font-size: 20px;
    line-height: 1em;
    border-width: 5px;
  }
  .g-content__btn:hover {
    color: #FFF;
    background-color: #000;
  }
  .g-content__comment {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.6666666667em;
  }
  .g-content__fig + .g-content__comment, .g-content__fig-medium + .g-content__comment, .g-content__fig-small + .g-content__comment, .g-content__fig-ml + .g-content__comment {
    margin-top: 45px;
  }
  .g-content__list {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 50px;
  }
  .g-content__li {
    width: calc((100% - 50px) / 2);
    padding: 20px 0;
    font-size: 20px;
    line-height: 1.5em;
  }
  .g-content__iconttl-txt {
    font-size: 30px;
    line-height: 1.6666666667em;
  }
  .g-content__iconttl-img {
    width: 95px;
    padding-bottom: 10px;
  }
  .g-content__index {
    margin-top: 13px;
    gap: 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .g-content__inner {
    padding: 0 30px 5px;
  }
  .g-content__item {
    margin-top: 25px;
  }
  .g-content__item + .g-content__item {
    margin-top: 20px;
  }
  .g-content__ttl, .g-content__ttl-small {
    font-size: 20px;
    line-height: 1.5em;
  }
  .g-content__ttl-small {
    font-size: 25px;
    line-height: 2em;
  }
  .g-content__txt {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.625em;
  }
  .g-content__ttl + .g-content__txt, .g-content__ttl-small + .g-content__txt, .g-content__caption + .g-content__txt {
    margin-top: 10px;
  }
  .g-content__fig + .g-content__txt, .g-content__fig-medium + .g-content__txt, .g-content__fig-small + .g-content__txt, .g-content__fig-ml + .g-content__txt {
    margin-top: 15px;
  }
  .g-content__fig, .g-content__fig-medium, .g-content__fig-small, .g-content__fig-ml {
    margin-top: 16px;
  }
  .g-content__fig-small {
    text-align: center;
  }
  .g-content__fig-small img {
    width: 64%;
    margin: 0 auto;
  }
  .g-content__caption + .g-content__fig, .g-content__caption + .g-content__fig-medium, .g-content__caption + .g-content__fig-small, .g-content__caption + .g-content__fig-ml {
    margin-top: 8px;
  }
  .g-content__figcaption {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5384615385em;
  }
  .g-content__figcaption sup {
    line-height: 2.1978021978em;
  }
  .g-content__figcaption-gray {
    font-size: 13px;
    line-height: 1.5384615385em;
  }
  .g-content__caption {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5625em;
  }
  .g-content__list + .g-content__caption {
    margin-top: 21px;
  }
  .g-content__fig + .g-content__caption, .g-content__fig-medium + .g-content__caption, .g-content__fig-small + .g-content__caption, .g-content__fig-ml + .g-content__caption {
    margin-top: 21px;
  }
  .g-content__catch {
    margin-top: 30px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.5em;
  }
  .g-content__list + .g-content__catch {
    margin-top: 30px;
  }
  .g-content__info {
    margin-top: 14px;
    padding: 2.9333333333vw 0.5em 2.9333333333vw;
    font-size: 2.9333333333vw;
    line-height: 1.625em;
    background-image: linear-gradient(to right, #9A9A9A 6px, transparent 6px), linear-gradient(to bottom, #9A9A9A 6px, transparent 6px), linear-gradient(to left, #9A9A9A 6px, transparent 6px), linear-gradient(to top, #9A9A9A 6px, transparent 6px);
    background-size: 12px 2px, 2px 12px, 12px 2px, 2px 12px;
  }
  .g-content__note {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.6em;
  }
  .g-content__note + .g-content__note {
    margin-top: 8px;
  }
  .g-content__btn {
    margin-top: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 22px;
    font-size: 16px;
    line-height: 1.375em;
    border-width: 3px;
  }
  .g-content__comment {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6666666667em;
  }
  .g-content__fig + .g-content__comment, .g-content__fig-medium + .g-content__comment, .g-content__fig-small + .g-content__comment, .g-content__fig-ml + .g-content__comment {
    margin-top: 26px;
  }
  .g-content__list {
    margin-top: 5px;
    display: block;
  }
  .g-content__li {
    width: 100%;
    padding: 16px 0;
    font-size: 16px;
    line-height: 1.5em;
  }
  .g-content__iconttl {
    margin-top: 30px;
  }
  .g-content__iconttl-txt {
    font-size: 20px;
    line-height: 1.5em;
  }
  .g-content__iconttl-img {
    width: 60px;
    padding-bottom: 5px;
  }
  .g-content__index {
    margin-top: 10px;
    gap: 0 15px;
  }
}

/* global/_ttl.scss
-------------------------------------------------- */
.g-ttl__cont {
  width: 100%;
}
.g-ttl__img {
  width: 100%;
}
.g-ttl__box {
  background-color: #EFEFEF;
}
.g-ttl__main span, .g-ttl__main em {
  display: block;
  letter-spacing: 0.05em;
}
.g-ttl__main span {
  font-weight: 500;
  color: #00A040;
}
.g-ttl__main em {
  letter-spacing: 0.05em;
  font-weight: 700;
}
.g-ttl__main em i {
  display: inline-block;
}
.g-ttl__txt {
  letter-spacing: 0.025em;
}
@media screen and (min-width: 769px) {
  .g-ttl {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 50px;
  }
  .g-ttl__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 700px;
  }
  .g-ttl__fig {
    width: 50%;
  }
  .g-ttl__img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .g-ttl__box {
    width: 50%;
    padding: 185px 50px 0;
  }
  .g-ttl__txtbox {
    max-width: 600px;
    margin: 0 auto;
  }
  .g-ttl__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .g-ttl__main span {
    font-size: 20px;
    line-height: 1em;
  }
  .g-ttl__main em {
    margin-top: 25px;
    font-size: 40px;
    line-height: 1.25em;
  }
  .g-ttl__txt {
    margin-top: 46px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18px;
    line-height: 1.7777777778em;
  }
}
@media screen and (max-width: 768px) {
  .g-ttl {
    margin-top: 21px;
  }
  .g-ttl__box {
    padding: 30px;
  }
  .g-ttl__main span {
    font-size: 13px;
    line-height: 1em;
  }
  .g-ttl__main em {
    margin-top: 9px;
    font-size: 25px;
    line-height: 1.24em;
  }
  .g-ttl__txt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.625em;
  }
}

/* global/_ttl.scss
-------------------------------------------------- */
.g-ttl-kv {
  width: 100%;
}
.g-ttl-kv__img {
  width: 100%;
}
.g-ttl-kv__box {
  background-color: #EFEFEF;
}
.g-ttl-kv__main span, .g-ttl-kv__main em {
  display: block;
  letter-spacing: 0.05em;
}
.g-ttl-kv__main span {
  font-weight: 500;
  color: #00A040;
}
.g-ttl-kv__main em {
  letter-spacing: 0.05em;
  font-weight: 700;
}
.g-ttl-kv__main em i {
  display: inline-block;
}
.g-ttl-kv__txt {
  letter-spacing: 0.025em;
}
@media screen and (min-width: 769px) {
  .g-ttl-kv {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 700px;
  }
  .g-ttl-kv__fig {
    width: 50%;
  }
  .g-ttl-kv__img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .g-ttl-kv__box {
    width: 50%;
    padding: 183px 50px 0;
  }
  .g-ttl-kv__txtbox {
    max-width: 600px;
    margin: 0 auto;
  }
  .g-ttl-kv__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .g-ttl-kv__main span {
    font-size: 20px;
    line-height: 1.25em;
  }
  .g-ttl-kv__main em {
    margin-top: 22px;
    font-size: 40px;
    line-height: 1.25em;
  }
  .g-ttl-kv__txt {
    margin-top: 22px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18px;
    line-height: 1.7777777778em;
  }
}
@media screen and (max-width: 768px) {
  .g-ttl-kv__box {
    padding: 30px;
  }
  .g-ttl-kv__main span {
    font-size: 13px;
    line-height: 1em;
  }
  .g-ttl-kv__main em {
    margin-top: 9px;
    font-size: 25px;
    line-height: 1.24em;
  }
  .g-ttl-kv__txt {
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.625em;
  }
}

/* global/_content-index.scss
-------------------------------------------------- */
.g-content-index {
  background-color: #00A040;
  overflow: hidden;
}
.g-content-index__ttl {
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #FFF;
}
.g-content-index__link {
  color: #FFF;
  letter-spacing: 0.025em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .g-content-index {
    margin-top: 96px;
    padding: 21px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 50px;
    border-radius: 20px;
  }
  .g-content-index__ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 7px;
    font-size: 20px;
    line-height: 1.2em;
  }
  .g-content-index__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .g-content-index__li + .g-content-index__li {
    margin-top: 10px;
  }
  .g-content-index__link {
    font-size: 16px;
    line-height: 1.5625em;
  }
  .g-content-index__link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .g-content-index {
    margin-top: 25px;
    padding: 15px 18px 19px;
    border-radius: 10px;
  }
  .g-content-index__ttl {
    font-size: 15px;
    line-height: 1.2em;
  }
  .g-content-index__list {
    margin-top: 11px;
  }
  .g-content-index__li + .g-content-index__li {
    margin-top: 5px;
  }
  .g-content-index__link {
    font-size: 12.5px;
    line-height: 1.6em;
  }
}

/* global/_pagination.scss
-------------------------------------------------- */
.g-pagination__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid #CCC;
}
.g-pagination__prev, .g-pagination__next, .g-pagination__num {
  font-weight: 500;
}
.g-pagination__prev, .g-pagination__next {
  position: absolute;
}
.g-pagination__prev {
  left: 0;
}
.g-pagination__next {
  right: 0;
}
.g-pagination__num a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
}
.g-pagination__num.current a {
  color: #FFF;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .g-pagination {
    margin-top: 70px;
  }
  .g-pagination__list {
    padding-top: 33px;
    gap: 0 24px;
  }
  .g-pagination__prev, .g-pagination__next {
    top: 28px;
    font-size: 20px;
    line-height: 1.2em;
  }
  .g-pagination__num a {
    font-size: 20px;
    width: 32px;
    height: 32px;
  }
  .g-pagination__num a:hover {
    color: #FFF;
    background-color: #000;
  }
}
@media screen and (max-width: 768px) {
  .g-pagination {
    margin-top: 40px;
  }
  .g-pagination__list {
    padding-top: 25px;
    gap: 0 18px;
  }
  .g-pagination__prev, .g-pagination__next {
    top: 21px;
    font-size: 15px;
    line-height: 1.2em;
  }
  .g-pagination__num a {
    font-size: 15px;
    width: 24px;
    height: 24px;
  }
}

/* modules/_btnList.scss
-------------------------------------------------- */
.m-btnList__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-btnList__item {
  border: 1px solid #CCC;
  text-align: center;
}
.m-btnList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-weight: 500;
  height: 100%;
}
.m-btnList__item a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/anchor.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .m-btnList__items {
    margin: 85px auto 0;
    max-width: 960px;
    width: 100%;
    gap: 20px 0;
  }
  .m-btnList__item {
    width: 48%;
    font-size: 20px;
    line-height: 1.2em;
  }
  .m-btnList__item a {
    padding: 28px 10px;
    line-height: 1.4em;
  }
  .m-btnList__item a[target=_blank]::after {
    width: 26px;
    height: 18px;
  }
  .m-btnList__item:hover {
    border: 1px solid #CCC;
  }
  .m-btnList__item:hover a {
    color: #FFF;
    background-color: #CCC;
  }
  .m-btnList__item:hover a[target=_blank]::after {
    background-image: url(../img/common/anchor_w.svg);
  }
}
@media screen and (max-width: 768px) {
  .m-btnList__items {
    margin-top: 30px;
    gap: 10px 0;
  }
  .m-btnList__item {
    width: 48%;
    font-size: 14px;
    line-height: 1.4em;
  }
  .m-btnList__item a {
    padding: 20.2px 10px;
  }
  .m-btnList__item a[target=_blank]::after {
    width: 1.3em;
    height: 0.9em;
  }
}

/* modules/_energy.scss
-------------------------------------------------- */
.m-energy {
  -webkit-font-smoothing: antialiased;
}
.m-energy__img {
  width: 100%;
}
.m-energy a[target=_blank] .g-content-footer__txt em::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/icon_blank.svg) no-repeat right center;
  background-size: auto 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .m-energy {
    margin-top: 80px;
    padding: 0 4.4%;
  }
  .m-energy a:hover {
    opacity: 0.7;
  }
  .m-energy a .g-content-footer__txt em::after {
    content: "";
    width: 21px;
    height: 14.5px;
    top: -3.2px;
  }
}
@media screen and (max-width: 768px) {
  .m-energy {
    margin-top: 30px;
  }
  .m-energy a .g-content-footer__txt em::after {
    content: "";
    width: 1.3em;
    height: 0.9em;
    top: -0.2em;
  }
}

/* modules/_top-mv.scss
-------------------------------------------------- */
.m-top-mv__fv-draft {
  width: 100%;
  height: 100%;
  background-color: #BBB;
}
.m-top-mv__fv img {
  width: 100%;
}
.m-top-mv__ttl {
  font-weight: 500;
  word-break: break-all;
}
.m-top-mv__ttl .green {
  color: #00A040;
}
.m-top-mv__ttl .blue {
  color: #4893C8;
}
.m-top-mv__ttl img {
  width: 100%;
}
.m-top-mv__lead img {
  width: 100%;
}
.m-top-mv__lead, .m-top-mv__txt {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .m-top-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    min-height: 850px;
  }
  .m-top-mv__fv {
    width: 50%;
    height: 100%;
  }
  .m-top-mv__fv img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-top-mv__box {
    width: 50%;
    padding: 150px 60px 0 min(138px, 8.12vw);
  }
  .m-top-mv__ttl {
    max-width: 553px;
    width: 100%;
  }
  .m-top-mv__lead {
    margin-top: 50px;
    max-width: 480px;
    width: 100%;
  }
  .m-top-mv__txt {
    margin-top: 94px;
    font-size: 15px;
    line-height: 2.1333333333em;
  }
}
@media screen and (max-width: 768px) {
  .m-top-mv__fv {
    width: 100%;
  }
  .m-top-mv__box {
    width: 100%;
    padding: 25px 30px 0;
  }
  .m-top-mv__ttl {
    font-size: 11.2vw;
    line-height: 1.0714285714em;
  }
  .m-top-mv__lead {
    margin-top: 11px;
    font-size: 20px;
    line-height: 1.25em;
  }
  .m-top-mv__txt {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.625em;
  }
}

/* modules/_top-topic.scss
-------------------------------------------------- */
.m-top-topic__ttl {
  letter-spacing: 0.05em;
}
.m-top-topic__ttl span, .m-top-topic__ttl em {
  display: block;
}
.m-top-topic__ttl span {
  font-weight: 500;
  color: #00A040;
}
.m-top-topic__ttl em {
  font-weight: 700;
}
.m-top-topic__lead {
  letter-spacing: 0.05em;
  font-weight: 700;
}
.m-top-topic__link {
  display: block;
  border-radius: 999px;
  border: solid #000;
  text-align: center;
  font-weight: 500;
  line-height: 1em;
}
.m-top-topic__fig {
  position: relative;
}
.m-top-topic__fig img {
  width: 100%;
}
.m-top-topic__year {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .m-top-topic__wrap {
    padding-top: 305px;
  }
  .m-top-topic__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 50px;
  }
  .m-top-topic__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-top-topic__item:nth-child(2) {
    margin-top: 123px;
  }
  .m-top-topic__item:nth-child(3) {
    margin-top: 123px;
  }
  .m-top-topic__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-top-topic__ttl span {
    font-size: 15px;
    line-height: 1.2em;
  }
  .m-top-topic__ttl em {
    margin-top: 12px;
    font-size: 25px;
    line-height: 1.6em;
  }
  .m-top-topic__lead {
    margin-top: 82px;
    font-size: min(34px, 2.25vw);
    line-height: 1.6176470588em;
  }
  .m-top-topic__link {
    margin-top: 40px;
    padding: 25px 0;
    max-width: 470px;
    width: 100%;
    font-size: 20px;
    border-width: 5px;
  }
  .m-top-topic__link:hover {
    color: #FFF;
    background-color: #000;
  }
  .m-top-topic__fig {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-top-topic__fig img.m-top-topic__year {
    width: 48.7671232877%;
    top: -7.2602739726%;
  }
}
@media screen and (max-width: 768px) {
  .m-top-topic__wrap {
    padding: 100px 30px 0;
  }
  .m-top-topic__item:first-child .m-top-topic__fig {
    margin-top: max(39px, 11.86vw);
  }
  .m-top-topic__item:nth-child(2) {
    margin-top: 54px;
  }
  .m-top-topic__item:nth-child(3) {
    margin-top: 54px;
  }
  .m-top-topic__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-top-topic__ttl span {
    font-size: 13px;
    line-height: 1em;
  }
  .m-top-topic__ttl em {
    margin-top: 6px;
    font-size: 20px;
    line-height: 1.25em;
  }
  .m-top-topic__lead {
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.4857142857em;
  }
  .m-top-topic__link {
    margin: 15px auto 0;
    padding: 19px 0;
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    border-width: 3px;
  }
  .m-top-topic__fig {
    margin-top: 23px;
    width: 100%;
  }
  .m-top-topic__fig img.m-top-topic__year {
    width: 48.7671232877%;
    top: -7.2602739726%;
  }
}

/* modules/_top-progress.scss
-------------------------------------------------- */
.m-top-progress__ttl {
  letter-spacing: 0.05em;
}
.m-top-progress__ttl span, .m-top-progress__ttl em {
  display: block;
}
.m-top-progress__ttl span {
  font-weight: 500;
  color: #00A040;
}
.m-top-progress__ttl em {
  font-weight: 700;
}
.m-top-progress__li {
  border-bottom: 2px solid #CCC;
}
.m-top-progress__link {
  display: block;
  letter-spacing: 0.05em;
}
.m-top-progress__time {
  font-weight: 500;
  color: #9A9A9A;
}
.m-top-progress__more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .m-top-progress__wrap {
    padding-top: 80px;
  }
  .m-top-progress__ttl {
    min-width: 190px;
    width: 25.8278145695%;
  }
  .m-top-progress__ttl span {
    font-size: 15px;
    line-height: 1.2em;
  }
  .m-top-progress__ttl em {
    margin-top: 12px;
    font-size: 25px;
    line-height: 1.6em;
  }
  .m-top-progress__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-top-progress__list {
    margin-top: 50px;
  }
  .m-top-progress__li {
    padding: 28px 0 27px;
  }
  .m-top-progress__li:first-child {
    padding-top: 0;
  }
  .m-top-progress__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 1.5em;
  }
  .m-top-progress__link:hover .m-top-progress__caption {
    text-decoration: underline;
  }
  .m-top-progress__link[target=_blank] .m-top-progress__caption::after {
    content: "";
    display: inline-block;
    background: url(../img/common/icon_link.svg) center center no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 0.2em;
  }
  .m-top-progress__time {
    padding-right: 30px;
    width: 140px;
  }
  .m-top-progress__caption {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-top-progress__more {
    margin-top: 35px;
    font-size: 20px;
    line-height: 1.2em;
  }
  .m-top-progress__more:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .m-top-progress__wrap {
    padding: 54px 30px 0;
  }
  .m-top-progress__ttl span {
    font-size: 13px;
    line-height: 1em;
  }
  .m-top-progress__ttl em {
    margin-top: 7px;
    font-size: 20px;
    line-height: 1.25em;
  }
  .m-top-progress__list {
    margin-top: 18px;
  }
  .m-top-progress__li {
    padding: 14px 0 6px;
  }
  .m-top-progress__li:first-child {
    padding-top: 0;
  }
  .m-top-progress__link[target=_blank] .m-top-progress__caption::after {
    content: "";
    display: inline-block;
    background: url(../img/common/icon_link.svg) center center no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin-left: 0.2em;
  }
  .m-top-progress__time {
    display: block;
    font-size: 15px;
    line-height: 1.2em;
  }
  .m-top-progress__caption {
    margin-top: 6px;
    display: block;
    font-size: 16px;
    line-height: 1.625em;
  }
  .m-top-progress__more {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.2em;
  }
}

/* modules/_top-news.scss
-------------------------------------------------- */
.m-top-news__ttl {
  letter-spacing: 0.05em;
}
.m-top-news__ttl span, .m-top-news__ttl em {
  display: block;
}
.m-top-news__ttl span {
  font-weight: 500;
  color: #00A040;
}
.m-top-news__ttl em {
  font-weight: 700;
}
.m-top-news__li {
  border-bottom: 2px solid #CCC;
}
.m-top-news__time {
  font-weight: 500;
  color: #9A9A9A;
  letter-spacing: 0.05em;
}
.m-top-news__tag {
  font-weight: 700;
  color: #9A9A9A;
}
.m-top-news__more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .m-top-news__wrap {
    padding-top: 80px;
  }
  .m-top-news__ttl span {
    font-size: 15px;
    line-height: 1.2em;
  }
  .m-top-news__ttl em {
    margin-top: 12px;
    font-size: 25px;
    line-height: 1.6em;
  }
  .m-top-news__list {
    margin-top: 50px;
  }
  .m-top-news__li {
    padding: 29px 3px 19px;
  }
  .m-top-news__li:first-child {
    padding-top: 0;
  }
  .m-top-news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-top-news__link:hover .m-top-news__caption {
    text-decoration: underline;
  }
  .m-top-news__link[target=_blank] .m-top-news__caption::after {
    content: "";
    display: inline-block;
    background: url(../img/common/icon_link.svg) center center no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 0.2em;
  }
  .m-top-news__time {
    padding-right: 33px;
    font-size: 20px;
    line-height: 1.5em;
    width: 145px;
  }
  .m-top-news__tag {
    display: inline-block;
    min-width: 245px;
    font-size: 20px;
    line-height: 1.5em;
  }
  .m-top-news__caption {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 20px;
    line-height: 1.5em;
  }
  .m-top-news__more {
    margin-top: 35px;
    font-size: 20px;
    line-height: 1.2em;
  }
  .m-top-news__more:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .m-top-news__wrap {
    padding: 32px 30px 0;
  }
  .m-top-news__ttl span {
    font-size: 13px;
    line-height: 1em;
  }
  .m-top-news__ttl em {
    margin-top: 6px;
    font-size: 20px;
    line-height: 1.25em;
  }
  .m-top-news__list {
    margin-top: 19px;
  }
  .m-top-news__link[target=_blank] .m-top-news__caption::after {
    content: "";
    display: inline-block;
    background: url(../img/common/icon_link.svg) center center no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin-left: 0.2em;
  }
  .m-top-news__li {
    padding: 21px 0 15px;
  }
  .m-top-news__li:first-child {
    padding-top: 0;
  }
  .m-top-news__time {
    display: inline-block;
    padding-right: 10px;
    padding-left: 2px;
    font-size: 15px;
    line-height: 1em;
  }
  .m-top-news__tag {
    display: inline-block;
    font-size: 13px;
    line-height: 1.1538461538em;
  }
  .m-top-news__caption {
    margin-top: 6px;
    display: block;
    font-size: 16px;
    line-height: 1.625em;
  }
  .m-top-news__more {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.2em;
  }
}

/* modules/_top-movies.scss
-------------------------------------------------- */
.m-top-movies__ttl {
  letter-spacing: 0.05em;
}
.m-top-movies__ttl span, .m-top-movies__ttl em {
  display: block;
}
.m-top-movies__ttl span {
  font-weight: 500;
  color: #00A040;
}
.m-top-movies__ttl em {
  font-weight: 700;
}
.m-top-movies__link {
  display: block;
}
.m-top-movies__img {
  width: 100%;
  aspect-ratio: 470/260;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-top-movies__figcaption {
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.m-top-movies__btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  border: solid #000;
  border-radius: 999px;
}
@media screen and (min-width: 769px) {
  .m-top-movies__wrap {
    padding-top: 80px;
    padding-bottom: 156px;
  }
  .m-top-movies__ttl span {
    font-size: 15px;
    line-height: 1.2em;
  }
  .m-top-movies__ttl em {
    margin-top: 12px;
    font-size: 25px;
    line-height: 1.6em;
  }
  .m-top-movies__list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 27px 50px;
  }
  .m-top-movies__li {
    width: calc((100% - 100px) / 3);
  }
  .m-top-movies__link:hover .m-top-movies__figcaption {
    text-decoration: underline;
  }
  .m-top-movies__figcaption {
    margin-top: 23px;
    min-height: 70px;
    font-size: 20px;
    line-height: 1.75em;
  }
  .m-top-movies__btn {
    margin-top: 57px;
    padding: 23px 0;
    width: 470px;
    font-size: 20px;
    line-height: 1.2em;
    border-width: 5px;
  }
  .m-top-movies__btn:hover {
    color: #FFF;
    background-color: #000;
  }
}
@media screen and (max-width: 768px) {
  .m-top-movies {
    overflow: hidden;
  }
  .m-top-movies__wrap {
    padding: 32px 30px 54px;
  }
  .m-top-movies__ttl span {
    font-size: 13px;
    line-height: 1em;
  }
  .m-top-movies__ttl em {
    margin-top: 6px;
    font-size: 20px;
    line-height: 1.25em;
  }
  .m-top-movies__list {
    position: relative;
    margin-top: 18px;
    width: 100%;
    display: none;
  }
  .m-top-movies__list.slick-initialized {
    display: block;
  }
  .m-top-movies__list::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -30px;
    width: 11px;
    height: 100%;
    background-color: #FFF;
  }
  .m-top-movies__li {
    width: 86.6666666667vw;
    margin-right: 20px;
  }
  .m-top-movies__figcaption {
    margin-top: 10px;
    min-height: 36.4px;
    font-size: 13px;
    line-height: 1.4em;
  }
  .m-top-movies__btn {
    margin-top: 30px;
    padding: 18px 0;
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    line-height: 1.1875em;
    border-width: 3px;
  }
}

/* modules/_top-magazine.scss
-------------------------------------------------- */
.m-top-magazine {
  background-color: #00A040;
}
.m-top-magazine__ttl {
  letter-spacing: 0.05em;
}
.m-top-magazine__ttl span, .m-top-magazine__ttl em {
  display: block;
  color: #FFF;
}
.m-top-magazine__ttl span {
  font-weight: 500;
}
.m-top-magazine__ttl em {
  font-weight: 700;
}
.m-top-magazine__link {
  display: block;
}
.m-top-magazine__img {
  width: 100%;
  aspect-ratio: 470/260;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-top-magazine__figcaption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  color: #FFF;
  letter-spacing: 0.05em;
}
.m-top-magazine__btn {
  margin: 0 auto;
  display: block;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  border: solid #FFF;
  border-radius: 999px;
}
@media screen and (min-width: 769px) {
  .m-top-magazine__wrap {
    padding-top: 43px;
    padding-bottom: 94px;
  }
  .m-top-magazine__ttl span {
    font-size: 15px;
    line-height: 1.3333333333em;
  }
  .m-top-magazine__ttl em {
    margin-top: 15px;
    font-size: 25px;
    line-height: 1.28em;
  }
  .m-top-magazine__list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 27px 50px;
  }
  .m-top-magazine__li {
    width: calc((100% - 100px) / 3);
  }
  .m-top-magazine__link:hover .m-top-magazine__figcaption {
    text-decoration: underline;
  }
  .m-top-magazine__figcaption {
    margin-top: 25px;
    min-height: 105px;
    font-size: 20px;
    line-height: 1.75em;
  }
  .m-top-magazine__btn {
    margin-top: 64px;
    padding: 23px 0;
    width: 470px;
    font-size: 20px;
    line-height: 1.2em;
    border-width: 5px;
  }
  .m-top-magazine__btn:hover {
    color: #00A040;
    background-color: #FFF;
  }
}
@media screen and (max-width: 768px) {
  .m-top-magazine {
    overflow: hidden;
  }
  .m-top-magazine__wrap {
    padding: 40px 30px 48px;
  }
  .m-top-magazine__ttl span {
    font-size: 13px;
    line-height: 1.3333333333em;
  }
  .m-top-magazine__ttl em {
    margin-top: 6px;
    font-size: 20px;
    line-height: 1.1111111111em;
  }
  .m-top-magazine__list {
    position: relative;
    margin-top: 20px;
    width: 100%;
    display: none;
  }
  .m-top-magazine__list.slick-initialized {
    display: block;
  }
  .m-top-magazine__list::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -30px;
    width: 11px;
    height: 100%;
    background-color: #00A040;
  }
  .m-top-magazine__li {
    width: 86.6666666667vw;
    margin-right: 20px;
  }
  .m-top-magazine__figcaption {
    margin-top: 8px;
    min-height: 54.6px;
    font-size: 13px;
    line-height: 1.4em;
  }
  .m-top-magazine__btn {
    margin-top: 30px;
    padding: 18px 0;
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    line-height: 1.1875em;
    border-width: 3px;
  }
}

/* modules/_top-keywords.scss
-------------------------------------------------- */
.m-top-keywords {
  border-bottom: 1px solid #000;
}
.m-top-keywords__ttl {
  letter-spacing: 0.05em;
}
.m-top-keywords__ttl span, .m-top-keywords__ttl em {
  display: block;
}
.m-top-keywords__ttl span {
  font-weight: 500;
  color: #00A040;
}
.m-top-keywords__ttl em {
  font-weight: 700;
}
.m-top-keywords__subttl {
  color: #9A9A9A;
  font-weight: 700;
}
.m-top-keywords__text {
  letter-spacing: 0.05em;
}
.m-top-keywords__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-top-keywords__li {
  border-right: 1px solid #000;
  line-height: 1em;
}
.m-top-keywords__btn {
  margin: 0 auto;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  border: solid #000;
  border-radius: 999px;
}
@media screen and (min-width: 769px) {
  .m-top-keywords__wrap {
    padding-top: 39px;
    padding-bottom: 89px;
  }
  .m-top-keywords__ttl span {
    font-size: 15px;
    line-height: 1.3333333333em;
  }
  .m-top-keywords__ttl em {
    margin-top: 14px;
    font-size: 25px;
    line-height: 1.28em;
  }
  .m-top-keywords__subttl {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1em;
  }
  .m-top-keywords__text {
    margin-top: 55px;
    font-size: 20px;
    line-height: 2em;
  }
  .m-top-keywords__list {
    margin-top: 50px;
    gap: 20px 0;
  }
  .m-top-keywords__li {
    padding-right: 10px;
    margin-right: 10px;
    font-size: 20px;
  }
  .m-top-keywords__link {
    font-size: 20px;
    line-height: 1em;
  }
  .m-top-keywords__link:hover {
    text-decoration: underline;
  }
  .m-top-keywords__btn {
    margin-top: 47px;
    padding: 23px 0;
    width: 470px;
    font-size: 20px;
    line-height: 1.2em;
    border-width: 5px;
  }
  .m-top-keywords__btn:hover {
    color: #EFEFEF;
    background-color: #000;
  }
}
@media screen and (max-width: 768px) {
  .m-top-keywords__wrap {
    padding: 54px 30px 60px;
  }
  .m-top-keywords__ttl span {
    font-size: 13px;
    line-height: 1em;
  }
  .m-top-keywords__ttl em {
    margin-top: 7px;
    font-size: 20px;
    line-height: 1.1111111111em;
  }
  .m-top-keywords__subttl {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.4em;
  }
  .m-top-keywords__text {
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.8em;
  }
  .m-top-keywords__list {
    margin-top: 28px;
    gap: 10px 0;
  }
  .m-top-keywords__li {
    padding-right: 5px;
    margin-right: 5px;
    font-size: 13px;
  }
  .m-top-keywords__link {
    font-size: 13px;
    line-height: 1em;
    text-decoration: underline;
  }
  .m-top-keywords__btn {
    margin-top: 35px;
    padding: 18px 0;
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    line-height: 1.1875em;
    border-width: 3px;
  }
}

/* modules/_solutions.scss
-------------------------------------------------- */
.m-solutions__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.m-solutions__ttl-txt {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.m-solutions__thumb img {
  width: 100%;
}
.m-solutions__txt {
  letter-spacing: 0.025em;
}
.m-solutions__txt span.underline {
  text-decoration: underline;
}
.m-solutions__comment {
  letter-spacing: 0.025em;
}
.m-solutions__heading {
  color: #777;
  font-weight: 700;
}
.m-solutions__catch {
  letter-spacing: 0.05em;
  background-color: #BBB;
  color: #FFF;
  font-weight: bold;
}
.m-solutions__lead {
  letter-spacing: 0.025em;
}
.m-solutions__img {
  width: 100%;
}
.m-solutions__caption, .m-solutions__caption-text {
  letter-spacing: 0.025em;
  text-decoration: underline;
}
.m-solutions__caption-text {
  text-decoration: none;
}
.m-solutions__textlink {
  text-decoration: underline;
}
.m-solutions__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-solutions__tag {
  text-align: center;
  color: #FFF;
  font-weight: 700;
  border-radius: 999px;
}
.m-solutions__tag.scope12 {
  background-color: #47B5DE;
}
.m-solutions__tag.scope3 {
  background-color: #FAA722;
}
.m-solutions__btn {
  margin: 0 auto;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  border: solid #000;
  border-radius: 999px;
}
@media screen and (min-width: 769px) {
  .m-solutions__ttl-txt {
    font-size: 30px;
    line-height: 1.6666666667em;
  }
  .m-solutions__ttl-img {
    width: 95px;
    padding-bottom: 10px;
  }
  .m-solutions__thumb {
    margin-top: 32px;
  }
  .m-solutions__txt {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.7777777778em;
  }
  .m-solutions__comment {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.6666666667em;
  }
  .m-solutions__heading {
    margin-top: 38px;
    font-size: 24px;
    line-height: 1.5em;
  }
  .m-solutions__list + .m-solutions__heading {
    margin-top: 77px;
  }
  .m-solutions__catch {
    margin-top: 60px;
    padding: 10px 22px;
    font-size: 20px;
    line-height: 1.5em;
  }
  .m-solutions__heading + .m-solutions__catch {
    margin-top: 29px;
  }
  .m-solutions__lead {
    margin-top: 23px;
    font-size: 18px;
    line-height: 1.7777777778em;
  }
  .m-solutions__list {
    margin-top: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-solutions__lead + .m-solutions__list {
    margin-top: 28px;
  }
  .m-solutions__list.middle {
    gap: 40px 25px;
  }
  .m-solutions__list.middle .m-solutions__item {
    width: calc((100% - 50px) / 3);
  }
  .m-solutions__list.small .m-solutions__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 75px 30px;
  }
  .m-solutions__list.small .m-solutions__figure {
    width: 179px;
  }
  .m-solutions__list.small .m-solutions__textbox {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-solutions__item {
    width: calc((100% - 50px) / 2);
  }
  .m-solutions__item:not(:has(.m-solutions__figure)):nth-child(n+3) {
    padding-top: 32px;
    border-top: 1px solid #CCC;
  }
  .m-solutions__link:hover .m-solutions__caption, .m-solutions__link:hover .m-solutions__caption-text {
    text-decoration: none;
  }
  .m-solutions__link:hover .m-solutions__textlink {
    text-decoration: none;
  }
  .m-solutions__figure + .m-solutions__textbox {
    margin-top: 24px;
  }
  .m-solutions__caption, .m-solutions__caption-text {
    font-size: 18px;
    line-height: 1.7777777778em;
  }
  .m-solutions__tags {
    margin-top: 26px;
    gap: 0 10px;
  }
  .m-solutions__tag {
    width: 100px;
    font-size: 15px;
    line-height: 1.2em;
    padding: 6px 0;
  }
  .m-solutions__btn {
    margin-top: 47px;
    padding: 23px 0;
    width: 470px;
    font-size: 20px;
    line-height: 1.2em;
    border-width: 5px;
  }
  .m-solutions__btn:hover {
    color: #EFEFEF;
    background-color: #000;
  }
}
@media screen and (max-width: 768px) {
  .m-solutions__ttl {
    margin-top: 30px;
  }
  .m-solutions__ttl-txt {
    font-size: 20px;
    line-height: 1.5em;
  }
  .m-solutions__ttl-img {
    width: 60px;
    padding-bottom: 5px;
  }
  .m-solutions__thumb {
    margin-top: 26px;
  }
  .m-solutions__txt {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.625em;
  }
  .m-solutions__comment {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6666666667em;
  }
  .m-solutions__heading {
    margin-top: 38px;
    font-size: 20px;
    line-height: 1.5em;
  }
  .m-solutions__list + .m-solutions__heading {
    margin-top: 77px;
  }
  .m-solutions__catch {
    margin-top: 42px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.5em;
  }
  .m-solutions__heading + .m-solutions__catch {
    margin-top: 21px;
  }
  .m-solutions__lead {
    margin-top: 23px;
    font-size: 16px;
    line-height: 1.625em;
  }
  .m-solutions__list {
    margin-top: 25px;
  }
  .m-solutions__lead + .m-solutions__list {
    margin-top: 20px;
  }
  .m-solutions__item {
    width: 100%;
  }
  .m-solutions__item:not(:has(.m-solutions__figure)):nth-child(n+2) {
    padding-top: 20px;
    border-top: 1px solid #CCC;
  }
  .m-solutions__item:not(:first-child) {
    margin-top: 25px;
  }
  .m-solutions__link:hover .m-solutions__caption, .m-solutions__link:hover .m-solutions__caption-text {
    text-decoration: none;
  }
  .m-solutions__figure + .m-solutions__textbox {
    margin-top: 16px;
  }
  .m-solutions__caption, .m-solutions__caption-text {
    font-size: 16px;
    line-height: 1.625em;
  }
  .m-solutions__tags {
    margin-top: 18px;
    gap: 0 8px;
  }
  .m-solutions__tag {
    width: 80px;
    font-size: 12px;
    line-height: 1.25em;
    padding: 5px 0;
  }
  .m-solutions__btn {
    margin-top: 35px;
    padding: 18px 0;
    max-width: 300px;
    width: 100%;
    font-size: 14px;
    line-height: 1.1875em;
    border-width: 3px;
  }
}

/* modules/_news.scss
-------------------------------------------------- */
.m-news__navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-news__navli {
  position: relative;
}
.m-news__navli::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #00A040;
  opacity: 0;
}
.m-news__navli.is-active {
  color: #00A040;
}
.m-news__navli.is-active::after {
  opacity: 1;
}
.m-news__li {
  border-bottom: 2px solid #CCC;
}
.m-news__li:first-child {
  border-top: 2px solid #CCC;
}
.m-news__link[target=_blank] .m-news__caption::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
}
.m-news__time {
  font-weight: 500;
  color: #9A9A9A;
  letter-spacing: 0.05em;
}
.m-news__tag {
  font-weight: 700;
  color: #9A9A9A;
}
.m-news__caption {
  word-break: break-word;
}
@media screen and (min-width: 769px) {
  .m-news__navlist {
    margin-top: 60px;
    gap: 15px 20px;
  }
  .m-news__navli {
    font-size: 20px;
    line-height: 1.7em;
  }
  .m-news__navli::after {
    bottom: -2px;
    height: 2px;
  }
  .m-news__navli:hover {
    color: #00A040;
  }
  .m-news__navli:hover::after {
    opacity: 1;
  }
  .m-news__list {
    margin-top: 55px;
  }
  .m-news__li {
    padding: 24px 3px 24px;
  }
  .m-news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-news__link:hover .m-news__caption {
    text-decoration: underline;
  }
  .m-news__time {
    padding-right: 33px;
    margin-bottom: 1px;
    font-size: 20px;
    line-height: 1.45em;
  }
  .m-news__tag {
    display: inline-block;
    min-width: 245px;
    font-size: 20px;
    line-height: 1.5em;
  }
  .m-news__caption {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 20px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .m-news__navlist {
    margin-top: 40px;
    gap: 12px 16px;
  }
  .m-news__navli {
    font-size: 16px;
    line-height: 1.25em;
  }
  .m-news__navli::after {
    bottom: -2px;
    height: 2px;
  }
  .m-news__navli:hover {
    color: #00A040;
  }
  .m-news__navli:hover::after {
    opacity: 1;
  }
  .m-news__list {
    margin-top: 25px;
  }
  .m-news__li {
    padding: 21px 0 15px;
  }
  .m-news__time {
    display: inline-block;
    padding-right: 10px;
    padding-left: 2px;
    font-size: 15px;
    line-height: 1em;
  }
  .m-news__tag {
    display: inline-block;
    font-size: 13px;
    line-height: 1.1538461538em;
  }
  .m-news__caption {
    margin-top: 6px;
    display: block;
    font-size: 16px;
    line-height: 1.625em;
  }
}

/* modules/_news-detail.scss
-------------------------------------------------- */
.m-news-detail__heading {
  border-bottom: 2px solid #CCC;
  letter-spacing: 0.05em;
}
.m-news-detail__heading span {
  display: block;
  color: #00A040;
  font-weight: 500;
}
.m-news-detail__heading em {
  display: block;
  font-weight: 700;
}
.m-news-detail__date {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.m-news-detail__tag {
  text-align: center;
  color: #AAA;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.m-news-detail__ttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.m-news-detail__contents > *:first-child {
  margin-top: 0 !important;
}
.m-news-detail__contents h2 {
  color: #00A040;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.m-news-detail__contents h3 {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.m-news-detail__contents h4 {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.m-news-detail__contents p {
  letter-spacing: 0.025em;
}
.m-news-detail__contents p b {
  font-weight: 700;
}
.m-news-detail__contents p a {
  text-decoration: underline;
  overflow-wrap: break-word;
}
.m-news-detail__contents p a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
}
.m-news-detail__contents img {
  width: 100%;
}
.m-news-detail__contents figcaption a {
  text-decoration: underline;
  word-break: break-word;
}
.m-news-detail__contents figcaption a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
}
.m-news-detail__contents ul {
  list-style: disc;
  padding-left: 1em;
}
.m-news-detail__asterisk {
  display: block;
  padding-left: 2em;
  text-indent: -2em;
}
.m-news-detail__asterisk::before {
  content: "※";
  margin-right: 1em;
}
.m-news-detail__dots {
  display: block;
  padding-left: 2em;
  text-indent: -2em;
}
.m-news-detail__dots::before {
  content: "・";
  margin-right: 1em;
}
.m-news-detail__note {
  display: block;
}
.m-news-detail__note-list {
  display: table-cell;
  white-space: nowrap;
}
.m-news-detail__note-text {
  display: table-cell;
}
@media screen and (min-width: 769px) {
  .m-news-detail__heading {
    margin-top: 47px;
    padding-bottom: 25px;
  }
  .m-news-detail__heading span {
    font-size: 15px;
    line-height: 1.2em;
  }
  .m-news-detail__heading em {
    margin-top: 15px;
    font-size: 30px;
    line-height: 1em;
  }
  .m-news-detail__date {
    margin-top: 73px;
    font-size: 30px;
    line-height: 1.2em;
  }
  .m-news-detail__tag {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.7777777778em;
  }
  .m-news-detail__ttl {
    margin-top: 18px;
    font-size: 40px;
    line-height: 1.4em;
  }
  .m-news-detail__contents {
    margin-top: 62px;
  }
  .m-news-detail__contents h2 {
    margin-top: 63px;
    font-size: 30px;
    line-height: 1.6666666667em;
  }
  .m-news-detail__contents h2 + p {
    margin-top: 43px;
  }
  .m-news-detail__contents h3 {
    margin-top: 45px;
    font-size: 25px;
    line-height: 1.68em;
  }
  .m-news-detail__contents h3 + p {
    margin-top: 14px;
  }
  .m-news-detail__contents h4 {
    margin-top: 47px;
    font-size: 20px;
    line-height: 1.6em;
  }
  .m-news-detail__contents h4 + p {
    margin-top: 14px;
  }
  .m-news-detail__contents p {
    margin-top: 36px;
    font-size: 18px;
    line-height: 1.7777777778em;
  }
  .m-news-detail__contents p a:hover {
    text-decoration: none;
  }
  .m-news-detail__contents figure {
    margin-top: 53px;
  }
  .m-news-detail__contents figcaption {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.6666666667em;
  }
  .m-news-detail__contents figcaption a:hover {
    text-decoration: none;
  }
  .m-news-detail__contents ul {
    margin-top: 26px;
  }
  .m-news-detail__contents li {
    font-size: 18px;
    line-height: 1.7777777778em;
  }
  .m-news-detail__asterisk, .m-news-detail__dots, .m-news-detail__note {
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.6666666667em;
  }
}
@media screen and (max-width: 768px) {
  .m-news-detail__heading {
    padding-bottom: 25px;
  }
  .m-news-detail__heading span {
    font-size: 10px;
    line-height: 1em;
  }
  .m-news-detail__heading em {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1em;
  }
  .m-news-detail__date {
    margin-top: 50px;
    font-size: 20px;
    line-height: 1.5em;
  }
  .m-news-detail__tag {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.75em;
  }
  .m-news-detail__ttl {
    margin-top: 10px;
    font-size: 25px;
    line-height: 1.24em;
  }
  .m-news-detail__contents {
    margin-top: 25px;
  }
  .m-news-detail__contents h2 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.25em;
  }
  .m-news-detail__contents h2 + p {
    margin-top: 10px;
  }
  .m-news-detail__contents h3 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.3333333333em;
  }
  .m-news-detail__contents h4 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.3333333333em;
  }
  .m-news-detail__contents p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.625em;
  }
  .m-news-detail__contents figure {
    margin-top: 20px;
  }
  .m-news-detail__contents figcaption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5em;
  }
  .m-news-detail__contents ul {
    margin-top: 26px;
  }
  .m-news-detail__contents li {
    font-size: 16px;
    line-height: 1.625em;
  }
  .m-news-detail__asterisk, .m-news-detail__dots, .m-news-detail__note {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5em;
  }
}

/* modules/_progress.scss
-------------------------------------------------- */
.m-progress__navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-progress__navli {
  position: relative;
}
.m-progress__navli::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #00A040;
  opacity: 0;
}
.m-progress__navli.is-active {
  color: #00A040;
}
.m-progress__navli.is-active::after {
  opacity: 1;
}
.m-progress__li {
  border-bottom: 2px solid #CCC;
}
.m-progress__li:first-child {
  border-top: 2px solid #CCC;
}
.m-progress__link[target=_blank] em::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
}
.m-progress__caption {
  word-break: break-word;
}
.m-progress__time {
  color: #9A9A9A;
}
@media screen and (min-width: 769px) {
  .m-progress__navlist {
    margin-top: 60px;
    gap: 15px 20px;
  }
  .m-progress__navli {
    font-size: 20px;
    line-height: 1.7em;
  }
  .m-progress__navli::after {
    bottom: -2px;
    height: 2px;
  }
  .m-progress__navli:hover {
    color: #00A040;
  }
  .m-progress__navli:hover::after {
    opacity: 1;
  }
  .m-progress__list {
    margin-top: 84px;
  }
  .m-progress__li {
    padding: 30px 0 30px;
  }
  .m-progress__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4px;
  }
  .m-progress__link:hover .m-progress__caption {
    text-decoration: underline;
  }
  .m-progress__time {
    font-size: 20px;
    padding-right: 33px;
    line-height: 1.45em;
  }
  .m-progress__caption {
    font-size: 20px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .m-progress__navlist {
    margin-top: 40px;
    gap: 12px 16px;
  }
  .m-progress__navli {
    font-size: 16px;
    line-height: 1.25em;
  }
  .m-progress__navli::after {
    bottom: -2px;
    height: 2px;
  }
  .m-progress__navli:hover {
    color: #00A040;
  }
  .m-progress__navli:hover::after {
    opacity: 1;
  }
  .m-progress__list {
    margin-top: 25px;
  }
  .m-progress__li {
    padding: 15px 0 6px;
  }
  .m-progress__time {
    display: block;
    font-size: 15px;
    line-height: 1em;
  }
  .m-progress__caption {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.25em;
  }
}

/* modules/_progress-detail.scss
-------------------------------------------------- */
.m-progress-detail__heading {
  border-bottom: 2px solid #CCC;
  letter-spacing: 0.05em;
}
.m-progress-detail__heading span {
  display: block;
  color: #00A040;
  font-weight: 500;
}
.m-progress-detail__heading em {
  display: block;
  font-weight: 700;
}
.m-progress-detail__date {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.m-progress-detail__ttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.m-progress-detail__lead {
  letter-spacing: 0.025em;
}
.m-progress-detail__contents > *:first-child {
  margin-top: 0 !important;
}
.m-progress-detail__contents h2, .m-progress-detail__contents h3, .m-progress-detail__contents h4 {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.m-progress-detail__contents p {
  letter-spacing: 0.025em;
}
.m-progress-detail__contents p a {
  text-decoration: underline;
  overflow-wrap: break-word;
}
.m-progress-detail__contents p a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
}
.m-progress-detail__contents img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .m-progress-detail__heading {
    margin-top: 47px;
    padding-bottom: 25px;
  }
  .m-progress-detail__heading span {
    font-size: 15px;
    line-height: 1.2em;
  }
  .m-progress-detail__heading em {
    margin-top: 15px;
    font-size: 30px;
    line-height: 1em;
  }
  .m-progress-detail__date {
    margin-top: 73px;
    font-size: 30px;
    line-height: 1.2em;
  }
  .m-progress-detail__ttl {
    margin-top: 20px;
    font-size: 40px;
    line-height: 1.4em;
  }
  .m-progress-detail__lead {
    margin-top: 60px;
    font-size: 18px;
    line-height: 1.7777777778em;
  }
  .m-progress-detail__contents {
    margin-top: 62px;
    padding-bottom: 84px;
  }
  .m-progress-detail__contents h2, .m-progress-detail__contents h3, .m-progress-detail__contents h4 {
    margin-top: 33px;
    font-size: 30px;
    line-height: 1.6666666667em;
  }
  .m-progress-detail__contents p {
    margin-top: 33px;
    font-size: 18px;
    line-height: 1.7777777778em;
  }
  .m-progress-detail__contents p a:hover {
    text-decoration: none;
  }
  .m-progress-detail__contents img {
    margin-top: 40px;
  }
  .m-progress-detail__contents img + p {
    margin-top: 43px;
  }
}
@media screen and (max-width: 768px) {
  .m-progress-detail__heading {
    padding-bottom: 25px;
  }
  .m-progress-detail__heading span {
    font-size: 10px;
    line-height: 1em;
  }
  .m-progress-detail__heading em {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1em;
  }
  .m-progress-detail__date {
    margin-top: 50px;
    font-size: 20px;
    line-height: 1.5em;
  }
  .m-progress-detail__ttl {
    margin-top: 10px;
    font-size: 25px;
    line-height: 1.24em;
  }
  .m-progress-detail__lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.625em;
  }
  .m-progress-detail__contents {
    margin-top: 25px;
    padding-bottom: 40px;
  }
  .m-progress-detail__contents h2, .m-progress-detail__contents h3, .m-progress-detail__contents h4 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.25em;
  }
  .m-progress-detail__contents p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.625em;
  }
  .m-progress-detail__contents img {
    margin-top: 16px;
  }
}

/* modules/_progress-relate.scss
-------------------------------------------------- */
.m-progress-relate {
  background-color: #F0F0F0;
}
.m-progress-relate__ttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.m-progress-relate__li {
  border-bottom: 2px solid #CCC;
}
.m-progress-relate__time {
  color: #BBB;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.m-progress-relate__caption {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .m-progress-relate__inner {
    padding-top: 80px;
    padding-bottom: 116px;
  }
  .m-progress-relate__ttl {
    font-size: 30px;
    line-height: 1em;
  }
  .m-progress-relate__list {
    margin-top: 46px;
  }
  .m-progress-relate__li {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .m-progress-relate__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-progress-relate__link:hover .m-progress-relate__caption {
    text-decoration: underline;
  }
  .m-progress-relate__time {
    display: inline-block;
    padding-right: 30px;
    font-size: 20px;
    line-height: 1.45em;
  }
  .m-progress-relate__caption {
    display: inline-block;
    font-size: 20px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .m-progress-relate__inner {
    padding: 40px 30px 45px;
  }
  .m-progress-relate__ttl {
    font-size: 20px;
    line-height: 1em;
  }
  .m-progress-relate__list {
    margin-top: 5px;
  }
  .m-progress-relate__li {
    padding-top: 14px;
    padding-bottom: 8px;
  }
  .m-progress-relate__time {
    display: block;
    font-size: 15px;
    line-height: 1em;
  }
  .m-progress-relate__caption {
    margin-top: 5px;
    display: block;
    font-size: 16px;
    line-height: 1.25em;
  }
}

/* modules/_movies.scss
-------------------------------------------------- */
.m-movies__link {
  display: block;
}
.m-movies__img {
  width: 100%;
  aspect-ratio: 470/260;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-movies__figcaption {
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 769px) {
  .m-movies__list {
    margin-top: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 27px 50px;
  }
  .m-movies__li {
    width: calc((100% - 100px) / 3);
  }
  .m-movies__link:hover .m-movies__figcaption {
    text-decoration: underline;
  }
  .m-movies__figcaption {
    margin-top: 23px;
    min-height: 70px;
    font-size: 20px;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  .m-movies__list {
    position: relative;
    margin-top: 25px;
    width: 100%;
  }
  .m-movies__li {
    width: 100%;
  }
  .m-movies__li + .m-movies__li {
    margin-top: 20px;
  }
  .m-movies__figcaption {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4em;
  }
}

/* modules/_movies-detail.scss
-------------------------------------------------- */
.m-movies-detail__heading {
  border-bottom: 2px solid #CCC;
  letter-spacing: 0.05em;
}
.m-movies-detail__heading span {
  display: block;
  color: #00A040;
  font-weight: 500;
}
.m-movies-detail__heading em {
  display: block;
  font-weight: 700;
}
.m-movies-detail__ttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.m-movies-detail__lead {
  letter-spacing: 0.025em;
}
.m-movies-detail__lead a {
  text-decoration: underline;
  overflow-wrap: break-word;
}
.m-movies-detail__lead a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
}
.m-movies-detail__movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.m-movies-detail__link {
  display: block;
}
.m-movies-detail__img {
  width: 100%;
  aspect-ratio: 470/260;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-movies-detail__figcaption {
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 769px) {
  .m-movies-detail__heading {
    margin-top: 47px;
    padding-bottom: 25px;
  }
  .m-movies-detail__heading span {
    font-size: 15px;
    line-height: 1.2em;
  }
  .m-movies-detail__heading em {
    margin-top: 15px;
    font-size: 30px;
    line-height: 1em;
  }
  .m-movies-detail__ttl {
    margin-top: 73px;
    font-size: 40px;
    line-height: 1.4em;
  }
  .m-movies-detail__lead {
    margin-top: 60px;
    font-size: 18px;
    line-height: 1.7777777778em;
  }
  .m-movies-detail__lead a:hover {
    text-decoration: none;
  }
  .m-movies-detail__contents {
    margin-top: 62px;
  }
  .m-movies-detail__list {
    margin-top: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 27px 50px;
  }
  .m-movies-detail__li {
    width: calc((100% - 100px) / 3);
  }
  .m-movies-detail__link:hover .m-movies-detail__figcaption {
    text-decoration: underline;
  }
  .m-movies-detail__figcaption {
    margin-top: 23px;
    min-height: 70px;
    font-size: 20px;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  .m-movies-detail__heading {
    padding-bottom: 25px;
  }
  .m-movies-detail__heading span {
    font-size: 10px;
    line-height: 1em;
  }
  .m-movies-detail__heading em {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1em;
  }
  .m-movies-detail__ttl {
    margin-top: 50px;
    font-size: 25px;
    line-height: 1.24em;
  }
  .m-movies-detail__lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.625em;
  }
  .m-movies-detail__contents {
    margin-top: 25px;
  }
  .m-movies-detail__list {
    position: relative;
    margin-top: 40px;
    width: 100%;
  }
  .m-movies-detail__li {
    width: 100%;
  }
  .m-movies-detail__li + .m-movies-detail__li {
    margin-top: 20px;
  }
  .m-movies-detail__figcaption {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4em;
  }
}

/* modules/_movies-relate.scss
-------------------------------------------------- */
.m-movies-relate__ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.m-movies-relate__li + .m-movies-relate__li {
  margin-top: 2px;
}
.m-movies-relate__link {
  display: block;
  background-color: #EFEFEF;
  overflow-wrap: break-word;
}
.m-movies-relate__link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
}
@media screen and (min-width: 769px) {
  .m-movies-relate {
    margin-top: 70px;
  }
  .m-movies-relate__ttl {
    font-size: 30px;
    line-height: 1.6666666667em;
  }
  .m-movies-relate__list {
    margin-top: 20px;
  }
  .m-movies-relate__link {
    font-size: 20px;
    line-height: 1.5em;
    padding: 15px 20px;
  }
  .m-movies-relate__link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .m-movies-relate {
    margin-top: 40px;
  }
  .m-movies-relate__ttl {
    font-size: 20px;
    line-height: 1.5em;
  }
  .m-movies-relate__list {
    margin-top: 14px;
  }
  .m-movies-relate__link {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.5em;
  }
}

/* modules/_magazine.scss
-------------------------------------------------- */
.m-magazine__slider {
  background-color: #00A040;
}
.m-magazine__slider-box {
  background-color: #00A040;
}
.m-magazine__slider-ttl {
  color: #FFF;
  font-weight: 700;
}
.m-magazine__slider-btn {
  display: block;
  margin: 0 auto;
  color: #FFF;
  border: 5px solid #FFF;
  border-radius: 999px;
  text-align: center;
}
.m-magazine__navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-magazine__navli {
  position: relative;
}
.m-magazine__navli::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #00A040;
  opacity: 0;
}
.m-magazine__navli.is-active {
  color: #00A040;
}
.m-magazine__navli.is-active::after {
  opacity: 1;
}
.m-magazine__link {
  display: block;
}
.m-magazine__img {
  width: 100%;
  aspect-ratio: 470/260;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-magazine__figcaption {
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 769px) {
  .m-magazine__slider {
    margin-top: 63px;
  }
  .m-magazine__slider-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-magazine__slider-fig {
    width: 50%;
    height: 538px;
  }
  .m-magazine__slider-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-magazine__slider-box {
    width: 50%;
    padding: 100px 50px;
  }
  .m-magazine__slider-ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    max-width: 520px;
    margin: 0 auto;
    font-size: 35px;
    line-height: 1.5714285714em;
    min-height: 165px;
  }
  .m-magazine__slider-btn {
    margin-top: 40px;
    width: 100%;
    max-width: 360px;
    padding: 25px 0;
    font-size: 20px;
    line-height: 1em;
  }
  .m-magazine__slider-btn:hover {
    color: #00A040;
    background-color: #FFF;
  }
  .m-magazine__navlist {
    margin-top: 33px;
    gap: 15px 20px;
  }
  .m-magazine__navli {
    font-size: 20px;
    line-height: 1.7em;
  }
  .m-magazine__navli::after {
    bottom: -2px;
    height: 2px;
  }
  .m-magazine__navli:hover {
    color: #00A040;
  }
  .m-magazine__navli:hover::after {
    opacity: 1;
  }
  .m-magazine__list {
    margin-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 27px 50px;
  }
  .m-magazine__li {
    width: calc((100% - 100px) / 3);
  }
  .m-magazine__link:hover .m-magazine__figcaption {
    text-decoration: underline;
  }
  .m-magazine__figcaption {
    margin-top: 23px;
    min-height: 105px;
    font-size: 20px;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  .m-magazine__slider {
    margin-top: 25px;
  }
  .m-magazine__slider-flex {
    display: block;
  }
  .m-magazine__slider-fig {
    width: 100%;
    aspect-ratio: 850/538;
  }
  .m-magazine__slider-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-magazine__slider-box {
    width: 100%;
    padding: 30px 30px 69px 30px;
  }
  .m-magazine__slider-ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    font-size: 20px;
    line-height: 1.25em;
    min-height: 75px;
  }
  .m-magazine__slider-btn {
    margin-top: 30px;
    padding: 18px 0;
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    line-height: 1.1875em;
    border-width: 3px;
  }
  .m-magazine__navlist {
    margin-top: 40px;
    gap: 12px 16px;
  }
  .m-magazine__navli {
    font-size: 16px;
    line-height: 1.25em;
  }
  .m-magazine__navli::after {
    bottom: -2px;
    height: 2px;
  }
  .m-magazine__navli:hover {
    color: #00A040;
  }
  .m-magazine__navli:hover::after {
    opacity: 1;
  }
  .m-magazine__list {
    position: relative;
    margin-top: 25px;
    width: 100%;
  }
  .m-magazine__li {
    width: 100%;
  }
  .m-magazine__li + .m-magazine__li {
    margin-top: 20px;
  }
  .m-magazine__figcaption {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4em;
  }
}

/* modules/_magazine-detail.scss
-------------------------------------------------- */
.m-magazine-detail__heading {
  letter-spacing: 0.05em;
}
.m-magazine-detail__heading span {
  display: block;
  color: #00A040;
  font-weight: 500;
}
.m-magazine-detail__heading em {
  display: block;
  font-weight: 700;
}
.m-magazine-detail__icon {
  width: 100%;
}
.m-magazine-detail__ttl {
  font-weight: 700;
  letter-spacing: 0.025em;
}
.m-magazine-detail__img {
  width: 100%;
}
.m-magazine-detail__contents > *:first-child {
  margin-top: 0 !important;
}
.m-magazine-detail__contents h2 {
  color: #00A040;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.m-magazine-detail__contents h3, .m-magazine-detail__contents h4 {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.m-magazine-detail__contents p {
  letter-spacing: 0.025em;
}
.m-magazine-detail__contents p b {
  font-weight: 700;
}
.m-magazine-detail__contents p a {
  text-decoration: underline;
  overflow-wrap: break-word;
}
.m-magazine-detail__contents p a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
}
.m-magazine-detail__contents figure {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.m-magazine-detail__contents img {
  max-width: 100%;
}
.m-magazine-detail__contents figcaption {
  text-align: left;
}
.m-magazine-detail__contents figcaption a {
  text-decoration: underline;
  word-break: break-word;
}
.m-magazine-detail__contents figcaption a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
}
.m-magazine-detail__contents ul {
  list-style: disc;
  padding-left: 1em;
}
.m-magazine-detail__asterisk {
  display: block;
  padding-left: 2em;
  text-indent: -2em;
}
.m-magazine-detail__asterisk::before {
  content: "※";
  margin-right: 1em;
}
.m-magazine-detail__dots {
  display: block;
  padding-left: 2em;
  text-indent: -2em;
}
.m-magazine-detail__dots::before {
  content: "・";
  margin-right: 1em;
}
.m-magazine-detail__note {
  display: block;
}
.m-magazine-detail__note-list {
  display: table-cell;
  white-space: nowrap;
}
.m-magazine-detail__note-text {
  display: table-cell;
}
@media screen and (min-width: 769px) {
  .m-magazine-detail__heading {
    margin-top: 47px;
    padding-bottom: 34px;
  }
  .m-magazine-detail__heading span {
    font-size: 15px;
    line-height: 1.2em;
  }
  .m-magazine-detail__heading em {
    margin-top: 15px;
    font-size: 30px;
    line-height: 1em;
  }
  .m-magazine-detail__category {
    position: absolute;
    top: 35px;
    right: 0;
    width: 186px;
  }
  .m-magazine-detail__ttl {
    font-size: 40px;
    line-height: 1.375em;
    padding-right: 200px;
  }
  .m-magazine-detail__fig {
    margin-top: 68px;
  }
  .m-magazine-detail__lead {
    margin-top: 70px;
    font-size: 18px;
    line-height: 1.7777777778em;
  }
  .m-magazine-detail__contents {
    margin-top: 70px;
  }
  .m-magazine-detail__contents h2 {
    margin-top: 63px;
    font-size: 30px;
    line-height: 1.6666666667em;
  }
  .m-magazine-detail__contents h2 + p {
    margin-top: 43px;
  }
  .m-magazine-detail__contents h3 {
    margin-top: 45px;
    font-size: 25px;
    line-height: 1.68em;
  }
  .m-magazine-detail__contents h3 + p {
    margin-top: 14px;
  }
  .m-magazine-detail__contents h4 {
    margin-top: 47px;
    font-size: 20px;
    line-height: 1.6em;
  }
  .m-magazine-detail__contents h4 + p {
    margin-top: 14px;
  }
  .m-magazine-detail__contents p {
    margin-top: 36px;
    font-size: 18px;
    line-height: 1.7777777778em;
  }
  .m-magazine-detail__contents p a:hover {
    text-decoration: none;
  }
  .m-magazine-detail__contents figure {
    margin-top: 53px;
  }
  .m-magazine-detail__contents figcaption {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.6666666667em;
  }
  .m-magazine-detail__contents figcaption a:hover {
    text-decoration: none;
  }
  .m-magazine-detail__contents ul {
    margin-top: 26px;
  }
  .m-magazine-detail__contents li {
    font-size: 18px;
    line-height: 1.7777777778em;
  }
  .m-magazine-detail__asterisk, .m-magazine-detail__dots, .m-magazine-detail__note {
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.6666666667em;
  }
  .m-magazine-detail__col2 {
    margin-top: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 50px;
  }
  .m-magazine-detail__col2 > * {
    width: calc((100% - 50px) / 2);
  }
  .m-magazine-detail__col2 figure, .m-magazine-detail__col2 h2, .m-magazine-detail__col2 h3, .m-magazine-detail__col2 h4 {
    margin-top: 0;
  }
  .m-magazine-detail__col2 p {
    margin-top: -7px;
  }
  .m-magazine-detail__col3 {
    margin-top: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 50px;
  }
  .m-magazine-detail__col3 > * {
    width: calc((100% - 100px) / 3);
  }
  .m-magazine-detail__col3-2 {
    width: calc(100% - (100% - 100px) / 3 - 50px);
  }
  .m-magazine-detail__col3 figure, .m-magazine-detail__col3 h2, .m-magazine-detail__col3 h3, .m-magazine-detail__col3 h4 {
    margin-top: 0;
  }
  .m-magazine-detail__col3 p {
    margin-top: -7px;
  }
}
@media screen and (max-width: 768px) {
  .m-magazine-detail__heading {
    padding-bottom: 60px;
  }
  .m-magazine-detail__heading span {
    font-size: 10px;
    line-height: 1em;
  }
  .m-magazine-detail__heading em {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1em;
  }
  .m-magazine-detail__category {
    position: absolute;
    top: 0;
    right: 0;
    width: 93px;
  }
  .m-magazine-detail__ttl {
    font-size: 25px;
    line-height: 1.24em;
  }
  .m-magazine-detail__fig {
    margin-top: 16px;
  }
  .m-magazine-detail__lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.625em;
  }
  .m-magazine-detail__contents {
    margin-top: 25px;
  }
  .m-magazine-detail__contents h2 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.25em;
  }
  .m-magazine-detail__contents h2 + p {
    margin-top: 10px;
  }
  .m-magazine-detail__contents h3 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.3333333333em;
  }
  .m-magazine-detail__contents h4 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.3333333333em;
  }
  .m-magazine-detail__contents p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.625em;
  }
  .m-magazine-detail__contents figure {
    margin-top: 20px;
  }
  .m-magazine-detail__contents figcaption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5em;
  }
  .m-magazine-detail__contents ul {
    margin-top: 26px;
  }
  .m-magazine-detail__contents li {
    font-size: 16px;
    line-height: 1.625em;
  }
  .m-magazine-detail__asterisk, .m-magazine-detail__dots, .m-magazine-detail__note {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5em;
  }
}

/* modules/_magazine-relate.scss
-------------------------------------------------- */
.m-magazine-relate__ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.m-magazine-relate__li + .m-magazine-relate__li {
  margin-top: 2px;
}
.m-magazine-relate__link {
  display: block;
  background-color: #EFEFEF;
  overflow-wrap: break-word;
}
.m-magazine-relate__link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
}
@media screen and (min-width: 769px) {
  .m-magazine-relate {
    margin-top: 75px;
  }
  .m-magazine-relate__ttl {
    font-size: 30px;
    line-height: 1.6666666667em;
  }
  .m-magazine-relate__list {
    margin-top: 20px;
  }
  .m-magazine-relate__link {
    font-size: 20px;
    line-height: 1.5em;
    padding: 15px 20px;
  }
  .m-magazine-relate__link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .m-magazine-relate {
    margin-top: 40px;
  }
  .m-magazine-relate__ttl {
    font-size: 20px;
    line-height: 1.5em;
  }
  .m-magazine-relate__list {
    margin-top: 14px;
  }
  .m-magazine-relate__link {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.5em;
  }
}

/* modules/_magazine-list.scss
-------------------------------------------------- */
.m-magazine-list__link {
  display: block;
}
.m-magazine-list__img {
  width: 100%;
  aspect-ratio: 470/260;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-magazine-list__figcaption {
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 769px) {
  .m-magazine-list__list {
    margin-top: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 27px 50px;
  }
  .m-magazine-list__li {
    width: calc((100% - 100px) / 3);
  }
  .m-magazine-list__link:hover .m-magazine-list__figcaption {
    text-decoration: underline;
  }
  .m-magazine-list__figcaption {
    margin-top: 23px;
    min-height: 105px;
    font-size: 20px;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  .m-magazine-list__list {
    position: relative;
    margin-top: 25px;
    width: 100%;
  }
  .m-magazine-list__li {
    width: 100%;
  }
  .m-magazine-list__li + .m-magazine-list__li {
    margin-top: 20px;
  }
  .m-magazine-list__figcaption {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4em;
  }
}

/* modules/_keywords.scss
-------------------------------------------------- */
.m-keywords__ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.m-keywords__li {
  letter-spacing: 0.05em;
  border-bottom: 1px solid #CCC;
}
.m-keywords__link {
  display: block;
}
@media screen and (min-width: 769px) {
  .m-keywords {
    margin-top: 84px;
  }
  .m-keywords__item + .m-keywords__item {
    margin-top: 70px;
  }
  .m-keywords__ttl {
    font-size: 30px;
    line-height: 1.6666666667em;
  }
  .m-keywords__list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 50px;
  }
  .m-keywords__li {
    width: calc((100% - 50px) / 2);
    padding: 20px 0;
    font-size: 20px;
    line-height: 1.5em;
  }
  .m-keywords__li:nth-child(-n+2) {
    border-top: 1px solid #CCC;
  }
  .m-keywords__link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .m-keywords {
    margin-top: 25px;
  }
  .m-keywords__item + .m-keywords__item {
    margin-top: 25px;
  }
  .m-keywords__ttl {
    font-size: 20px;
    line-height: 1.5em;
  }
  .m-keywords__list {
    margin-top: 14px;
    display: block;
  }
  .m-keywords__li {
    width: 100%;
    padding: 16px 0;
    font-size: 16px;
    line-height: 1.5em;
  }
  .m-keywords__li:first-child {
    border-top: 1px solid #CCC;
  }
}

/* modules/_keywords-detail.scss
-------------------------------------------------- */
.m-keywords-detail__heading {
  border-bottom: 2px solid #CCC;
  letter-spacing: 0.05em;
}
.m-keywords-detail__heading span {
  display: block;
  color: #00A040;
  font-weight: 500;
}
.m-keywords-detail__heading em {
  display: block;
  font-weight: 700;
}
.m-keywords-detail__ttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.m-keywords-detail__ttl em {
  display: block;
}
.m-keywords-detail__ttl span {
  display: block;
}
.m-keywords-detail__contents > *:first-child {
  margin-top: 0 !important;
}
.m-keywords-detail__contents p {
  letter-spacing: 0.025em;
}
.m-keywords-detail__contents p a {
  text-decoration: underline;
  overflow-wrap: break-word;
}
.m-keywords-detail__contents p a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
}
.m-keywords-detail__btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  border: solid #000;
  border-radius: 999px;
}
@media screen and (min-width: 769px) {
  .m-keywords-detail__heading {
    margin-top: 47px;
    padding-bottom: 25px;
  }
  .m-keywords-detail__heading span {
    font-size: 15px;
    line-height: 1.2em;
  }
  .m-keywords-detail__heading em {
    margin-top: 15px;
    font-size: 30px;
    line-height: 1em;
  }
  .m-keywords-detail__ttl {
    margin-top: 73px;
    font-size: 40px;
    line-height: 1.4em;
  }
  .m-keywords-detail__ttl em {
    font-size: 40px;
    line-height: 1.4em;
  }
  .m-keywords-detail__ttl span {
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.2em;
  }
  .m-keywords-detail__contents {
    margin-top: 62px;
    padding-bottom: 84px;
  }
  .m-keywords-detail__contents p {
    margin-top: 33px;
    font-size: 18px;
    line-height: 1.7777777778em;
  }
  .m-keywords-detail__contents p a:hover {
    text-decoration: none;
  }
  .m-keywords-detail__btn {
    margin-top: 57px;
    padding: 23px 0;
    width: 470px;
    font-size: 20px;
    line-height: 1.2em;
    border-width: 5px;
  }
  .m-keywords-detail__btn:hover {
    color: #FFF;
    background-color: #000;
  }
}
@media screen and (max-width: 768px) {
  .m-keywords-detail__heading {
    padding-bottom: 25px;
  }
  .m-keywords-detail__heading span {
    font-size: 10px;
    line-height: 1em;
  }
  .m-keywords-detail__heading em {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1em;
  }
  .m-keywords-detail__ttl {
    margin-top: 50px;
  }
  .m-keywords-detail__ttl em {
    font-size: 25px;
    line-height: 1.24em;
  }
  .m-keywords-detail__ttl span {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.5em;
  }
  .m-keywords-detail__contents {
    margin-top: 25px;
    padding-bottom: 40px;
  }
  .m-keywords-detail__contents p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.625em;
  }
  .m-keywords-detail__btn {
    margin-top: 30px;
    padding: 18px 0;
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    line-height: 1.1875em;
    border-width: 3px;
  }
}

/* modules/_keywords-term.scss
-------------------------------------------------- */
.m-keywords-term__ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.m-keywords-term__li {
  letter-spacing: 0.05em;
  border-bottom: 1px solid #CCC;
}
.m-keywords-term__link {
  display: block;
}
@media screen and (min-width: 769px) {
  .m-keywords-term__ttl {
    font-size: 30px;
    line-height: 1.6666666667em;
  }
  .m-keywords-term__list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 50px;
  }
  .m-keywords-term__li {
    width: calc((100% - 50px) / 2);
    padding: 20px 0;
    font-size: 20px;
    line-height: 1.5em;
  }
  .m-keywords-term__li:nth-child(-n+2) {
    border-top: 1px solid #CCC;
  }
  .m-keywords-term__link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .m-keywords-term__ttl {
    font-size: 20px;
    line-height: 1.5em;
  }
  .m-keywords-term__list {
    margin-top: 14px;
    display: block;
  }
  .m-keywords-term__li {
    width: 100%;
    padding: 16px 0;
    font-size: 16px;
    line-height: 1.5em;
  }
  .m-keywords-term__li:first-child {
    border-top: 1px solid #CCC;
  }
}

/* modules/_keywords-info.scss
-------------------------------------------------- */
.m-keywords-info__ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.m-keywords-info__li + .m-keywords-info__li {
  margin-top: 2px;
}
.m-keywords-info__link {
  display: block;
  background-color: #EFEFEF;
  overflow-wrap: break-word;
}
.m-keywords-info__link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_link.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
}
@media screen and (min-width: 769px) {
  .m-keywords-info {
    margin-top: 70px;
  }
  .m-keywords-info__ttl {
    font-size: 30px;
    line-height: 1.6666666667em;
  }
  .m-keywords-info__list {
    margin-top: 20px;
  }
  .m-keywords-info__link {
    font-size: 20px;
    line-height: 1.5em;
    padding: 15px 20px;
  }
  .m-keywords-info__link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .m-keywords-info {
    margin-top: 40px;
  }
  .m-keywords-info__ttl {
    font-size: 20px;
    line-height: 1.5em;
  }
  .m-keywords-info__list {
    margin-top: 14px;
  }
  .m-keywords-info__link {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.5em;
  }
}

/* patches/_about.scss
-------------------------------------------------- */
.p-about .g-content__btn {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .p-about .g-content-index + .g-content__item {
    margin-top: 115px;
  }
  .p-about .g-content__item#sec01 .g-content__ttl + .g-content__txt {
    margin-top: 14px;
  }
}

/* patches/_sollutions.scss
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .p-solutions .g-content__item#sec03 {
    margin-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .p-solutions .g-content__item#sec03 {
    margin-top: 60px;
  }
}

/* patches/_progress-detail.scss
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .p-progress-detail .g-content {
    padding-bottom: 0;
  }
}

/* patches/_magazine-detail.scss
-------------------------------------------------- */
@media screen and (min-width: 769px) {
  .p-magazine-detail .g-content-index {
    margin-top: 72px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sassを使用しているので、cssファイルを直接編集しないでください。
先祖返りの原因となります。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */