@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@400;700&family=Lato:wght@400;700&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

main {
  display: block; }

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace,monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

svg, img, embed, object, iframe {
  vertical-align: bottom; }

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; }

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer; }

button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default; }

:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

option {
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

[contenteditable]:focus {
  outline: auto; }

table {
  border-color: inherit; }

caption {
  text-align: left; }

td, th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: 700; }

main.topPage article .article__wrap > section ul.list__blk.latest > * {
  display: none; }
  main.topPage article .article__wrap > section ul.list__blk.latest > *:nth-child(-n+6) {
    display: block; }
main.topPage article .article__wrap > section ul.list__blk.video > * {
  display: none; }
  main.topPage article .article__wrap > section ul.list__blk.video > *:nth-child(-n+4) {
    display: block; }

html {
  scroll-behavior: smooth;
  font-size: 62.5%; }
  html body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 2;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
    background-position: center;
    position: relative; }
    html body.modal-open {
      height: 100vh;
      overflow-y: hidden; }
    html body.lower main article .article__wrap {
      background-color: #fff;
      padding: 0 0rem 3rem;
      border-radius: 1rem; }
      @media screen and (max-width: 768px) {
        html body.lower main article .article__wrap {
          border-radius: 0; } }
    html body main {
      position: relative; }
    @media screen and (max-width: 768px) {
      html body {
        font-size: 1.4rem; } }

.ib {
  display: inline-block; }

.sp {
  display: none !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 1rem; }

p > a {
  text-decoration: underline;
  word-wrap: break-word;
  text-underline-offset: 4px; }

.txt_c {
  text-align: center !important; }

.txt_r {
  text-align: right !important; }

.txt_l {
  text-align: left !important; }

@media screen and (max-width: 960px) {
  .pc {
    display: none !important; }

  .sp {
    display: inline-block !important; } }
a:hover {
  transition: 0.3s cubic-bezier(0.14, 0.53, 0.34, 1.09);
  opacity: 0.6; }

@keyframes topMove {
  0% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 0);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%; } }
@keyframes bottomMove {
  0% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  50% {
    transform: scale(1, 0);
    transform-origin: 0 100%; }
  50.1% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 0; } }
@keyframes deZooming {
  0% {
    transform: scale(3, 3); }
  75% {
    transform: scale(0.8, 0.8); }
  100% {
    transform: scale(1, 1); } }
@keyframes sliding {
  0% {
    transform: translateX(-10rem);
    opacity: 0; }
  75% {
    transform: translateX(-3rem);
    opacity: 0.6; }
  90% {
    transform: translateX(-0.5rem);
    opacity: 0.8; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes sk-scaleout {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
@keyframes mvScroll {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); } }
.mv__wrap {
  position: relative; }
  .mv__wrap::before {
    position: absolute;
    inset: 0 0 auto;
    content: '';
    width: 100%;
    height: 28.125vw;
    max-height: 36rem;
    min-height: 13rem;
    background-color: #f5f5f5;
    z-index: -1; }
  .mv__wrap .mv__inner {
    width: 100%;
    max-width: 1280px;
    padding: 4rem;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 960px) {
      .mv__wrap .mv__inner {
        padding: 0; } }
    .mv__wrap .mv__inner h2 {
      font-size: 5.4rem;
      font-family: "Lato", sans-serif;
      position: absolute;
      left: 8rem;
      top: 10rem;
      z-index: 1;
      font-style: italic; }
      @media screen and (max-width: 1280px) {
        .mv__wrap .mv__inner h2 {
          top: 7vw; } }
  @media screen and (max-width: 1280px) and (max-width: 960px) {
    .mv__wrap .mv__inner h2 {
      position: relative;
      inset: 0;
      display: flex;
      justify-content: center;
      line-height: 2.4; } }

  @media screen and (max-width: 1280px) and (max-width: 960px) and (max-width: 960px) {
    .mv__wrap .mv__inner h2 {
      font-size: 3rem; } }

    @media screen and (max-width: 600px) {
      .mv__wrap .mv__inner .swiper {
        margin: 0 auto 3rem; } }
    .mv__wrap .mv__inner .swiper .swiper-wrapper .swiper-slide figure {
      position: relative; }
      .mv__wrap .mv__inner .swiper .swiper-wrapper .swiper-slide figure .PR-tag {
        position: absolute;
        right: 0;
        top: 0;
        background-color: #146614;
        color: #fff;
        line-height: 1.2;
        font-size: 1.2rem;
        font-weight: 300;
        padding: 0.8rem 1.6rem 0.6rem;
        border-top-right-radius: 1rem; }
      .mv__wrap .mv__inner .swiper .swiper-wrapper .swiper-slide figure img {
        margin: 0 0 0 auto;
        display: block;
        width: 50%; }
        @media screen and (max-width: 960px) {
          .mv__wrap .mv__inner .swiper .swiper-wrapper .swiper-slide figure img {
            width: 100%;
            margin: 0 auto; } }
      .mv__wrap .mv__inner .swiper .swiper-wrapper .swiper-slide figure figcaption {
        background-color: #fff;
        padding: 4rem;
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 1.7;
        width: 50%;
        position: absolute;
        bottom: 0;
        left: 0; }
        @media screen and (max-width: 960px) {
          .mv__wrap .mv__inner .swiper .swiper-wrapper .swiper-slide figure figcaption {
            display: block;
            inset: 0;
            width: calc(100% - 6rem);
            margin: -8rem auto 0;
            position: relative;
            padding: 4rem 3rem;
            font-size: 1.6rem; } }
    .mv__wrap .mv__inner .swiper .swiper-pagination {
      position: relative;
      bottom: 0;
      width: auto; }
    .mv__wrap .mv__inner .swiper .swiper-control__wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      inset: auto 50% 0 auto;
      z-index: 10; }
      @media screen and (max-width: 960px) {
        .mv__wrap .mv__inner .swiper .swiper-control__wrap {
          margin: 0 auto;
          position: absolute;
          inset: auto 0 0; } }
      .mv__wrap .mv__inner .swiper .swiper-control__wrap .swiper-button-next {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        color: #333;
        margin: 0 1.5rem; }
        .mv__wrap .mv__inner .swiper .swiper-control__wrap .swiper-button-next::after {
          display: none; }
      .mv__wrap .mv__inner .swiper .swiper-control__wrap .swiper-button-prev {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        color: #333;
        margin: 0 1.5rem; }
        .mv__wrap .mv__inner .swiper .swiper-control__wrap .swiper-button-prev::after {
          display: none; }

.catTit__wrap {
  width: 100%;
  height: 18rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 10rem; }
  @media screen and (max-width: 768px) {
    .catTit__wrap {
      margin: 0 auto 9rem; } }
  @media screen and (max-width: 768px) and (max-width: 600px) {
    .catTit__wrap {
      height: 10rem;
      margin: 0 auto 4.5rem; } }

  .catTit__wrap .catTit__inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5); }
  .catTit__wrap h2 {
    font-size: 2.4rem;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .catTit__wrap h2 {
        font-size: 3.2rem; } }
  @media screen and (max-width: 768px) and (max-width: 600px) {
    .catTit__wrap h2 {
      font-size: 1.6rem; } }

.youtubeModal figure {
  position: relative; }
  .youtubeModal figure i {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 1em;
    height: 1em;
    font-size: 2em;
    color: #fff; }

.swiper-slide .youtubeModal figure i {
  font-size: 3em;
  inset: 0 0 0 50%;
  transform: translateX(25%); }
  @media screen and (max-width: 960px) {
    .swiper-slide .youtubeModal figure i {
      inset: 0;
      transform: translate(0); } }
  @media screen and (max-width: 960px) and (max-width: 768px) {
    .swiper-slide .youtubeModal figure i {
      transform: translate(0, -25%); } }

.fa-twitter {
  position: relative;
  width: 24px;
  height: 24px;
  top: 0.2rem; }

.fa-twitter:before {
  content: "";
  background: url(../images/icon_x.png) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%; }

@media screen and (max-width: 768px) {
  .fa-twitter:before {
    content: "";
    background: url(../images/icon_x_white.png) no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%; } }
header {
  width: 100%;
  background: url("/ads/watashinokoto/assets/images/bg_header.jpg") center;
  background-size: cover; }
  @media screen and (max-width: 960px) {
    header {
      background-position: center -7.5px; } }
  header .header__inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1.5rem;
    transition: 0.3s cubic-bezier(0.14, 0.53, 0.34, 1.09); }
    @media screen and (max-width: 1280px) {
      header .header__inner {
        padding: 1.5rem 3rem 2rem; } }
  @media screen and (max-width: 1280px) and (max-width: 768px) {
    header .header__inner {
      padding: 3rem 1.5rem 2rem; } }

    @media screen and (max-width: 960px) {
      header .header__inner > small {
        font-size: 2rem; } }
  @media screen and (max-width: 960px) and (max-width: 768px) {
    header .header__inner > small {
      font-size: 2vw; } }

    header .header__inner.is_act {
      z-index: 101;
      background-color: #fff;
      position: fixed; }
    header .header__inner .logo__wrap .logo__cnt {
      display: flex;
      align-items: center;
      column-gap: 1rem;
      margin-bottom: 0.5rem; }
      header .header__inner .logo__wrap .logo__cnt h1 img {
        max-width: 18rem; }
        @media screen and (max-width: 960px) {
          header .header__inner .logo__wrap .logo__cnt h1 img {
            max-width: 15rem; } }
  @media screen and (max-width: 960px) and (max-width: 600px) {
    header .header__inner .logo__wrap .logo__cnt h1 img {
      max-width: 25vw; } }

  @media screen and (max-width: 960px) and (max-width: 600px) and (max-width: 350px) {
    header .header__inner .logo__wrap .logo__cnt h1 img {
      max-width: 23vw; } }

      @media screen and (max-width: 600px) {
        header .header__inner .logo__wrap .logo__cnt .sdgsIcon img {
          max-width: 17vw; } }
  @media screen and (max-width: 600px) and (max-width: 350px) {
    header .header__inner .logo__wrap .logo__cnt .sdgsIcon img {
      max-width: 14vw; } }

    header .header__inner .logo__wrap small {
      font-size: 1.2rem;
      line-height: 2;
      display: block;
      text-align: justify;
      text-align-last: justify;
      text-justify: inter-character;
      color: #333; }
      @media screen and (max-width: 960px) {
        header .header__inner .logo__wrap small {
          display: none; } }
    header .header__inner nav {
      display: flex;
      column-gap: 5rem;
      align-items: center;
      justify-content: flex-end;
      row-gap: 1rem; }
      @media screen and (max-width: 1280px) {
        header .header__inner nav {
          column-gap: 3rem; } }
      @media screen and (max-width: 960px) {
        header .header__inner nav {
          column-gap: 3.5rem;
          right: 4rem; } }
  @media screen and (max-width: 960px) and (max-width: 768px) {
    header .header__inner nav {
      column-gap: 1rem;
      right: 2rem; } }

      header .header__inner nav small {
        font-size: 1.1rem;
        color: #808080;
        text-align: right;
        width: 100%;
        white-space: nowrap; }
        @media screen and (max-width: 960px) {
          header .header__inner nav small {
            font-size: 1rem; } }
  @media screen and (max-width: 960px) and (max-width: 600px) {
    header .header__inner nav small {
      letter-spacing: -1px; } }

      header .header__inner nav .page__nav {
        display: flex;
        align-items: center;
        column-gap: 4rem; }
        @media screen and (max-width: 1280px) {
          header .header__inner nav .page__nav {
            column-gap: 2rem; } }
        @media screen and (max-width: 960px) {
          header .header__inner nav .page__nav {
            display: none; } }
        header .header__inner nav .page__nav a {
          font-size: 1.6rem;
          color: #333;
          font-weight: 800;
          transition: 0.3s cubic-bezier(0.14, 0.53, 0.34, 1.09); }
          @media screen and (max-width: 1280px) {
            header .header__inner nav .page__nav a {
              font-size: 1.2rem; } }
      header .header__inner nav .sns__nav {
        display: flex;
        align-items: center;
        column-gap: 2.5rem; }
        @media screen and (max-width: 960px) {
          header .header__inner nav .sns__nav {
            display: none; } }
        header .header__inner nav .sns__nav a i {
          font-size: 2.4rem; }
      header .header__inner nav .hmb__btn {
        display: none; }
        @media screen and (max-width: 960px) {
          header .header__inner nav .hmb__btn {
            display: block;
            width: 6rem;
            height: 4rem;
            position: relative;
            cursor: pointer;
            z-index: 200; } }
  @media screen and (max-width: 960px) and (max-width: 768px) {
    header .header__inner nav .hmb__btn {
      width: 3rem;
      height: 2rem; } }
        @media screen and (max-width: 960px) {
            header .header__inner nav .hmb__btn > span {
              width: 100%;
              height: 2px;
              background-color: #333;
              position: absolute;
              transition: 0.3s cubic-bezier(0.14, 0.53, 0.34, 1.09); } }
    @media screen and (max-width: 960px) and (max-width: 768px) {
      header .header__inner nav .hmb__btn > span {
        height: 1px; } }
        @media screen and (max-width: 960px) {
              header .header__inner nav .hmb__btn > span:nth-of-type(1) {
                top: 0; }
              header .header__inner nav .hmb__btn > span:nth-of-type(2) {
                top: 0;
                bottom: 0;
                margin: auto; }
              header .header__inner nav .hmb__btn > span:nth-of-type(3) {
                bottom: 0; }
            header .header__inner nav .hmb__btn.is_act > span:nth-of-type(1) {
              transform: rotate(45deg) translateY(-50%);
              top: 50%; }
            header .header__inner nav .hmb__btn.is_act > span:nth-of-type(2) {
              opacity: 0; }
            header .header__inner nav .hmb__btn.is_act > span:nth-of-type(3) {
              transform: rotate(-45deg) translateY(50%);
              bottom: 50%; } }
    header .header__inner.underlayer .credit.pc {
      font-size: 1rem; }
    @media screen and (max-width: 960px) {
      header .header__inner.underlayer {
        padding-bottom: 0; }
        header .header__inner.underlayer .credit.pc {
          display: none; } }
  header .underlayer.credit.sp {
    display: none; }
    @media screen and (max-width: 960px) {
      header .underlayer.credit.sp {
        font-size: 1rem;
        display: block;
        padding: 0 3rem 1.5rem; } }
    @media screen and (max-width: 768px) {
      header .underlayer.credit.sp {
        padding: 0 1.5rem 1.5rem; } }

.hmb__contents {
  opacity: 0;
  z-index: -100;
  position: fixed;
  top: 11rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  transition: 0.3s cubic-bezier(0.14, 0.53, 0.34, 1.09);
  background-color: #fff;
  padding-bottom: 11rem; }
  @media screen and (max-width: 600px) {
    .hmb__contents {
      top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .hmb__contents .hmb__contents__inner > nav ul {
    border-bottom: 1px solid #e5e5e5;
    background-color: #146614; }
    .hmb__contents .hmb__contents__inner > nav ul li {
      padding: 0 3rem;
      border-bottom: 1px solid #e5e5e5; }
      @media screen and (max-width: 600px) {
        .hmb__contents .hmb__contents__inner > nav ul li {
          padding: 0 1.5rem; } }
      .hmb__contents .hmb__contents__inner > nav ul li:last-child {
        border-bottom: none; }
      .hmb__contents .hmb__contents__inner > nav ul li.accordion {
        padding: 4.5rem 3rem;
        font-size: 2.8rem;
        cursor: pointer;
        position: relative; }
        .hmb__contents .hmb__contents__inner > nav ul li.accordion > a {
          padding: 0; }
        @media screen and (max-width: 600px) {
          .hmb__contents .hmb__contents__inner > nav ul li.accordion {
            padding: 2rem 1.5rem;
            font-size: 1.6rem; } }
        .hmb__contents .hmb__contents__inner > nav ul li.accordion .btn {
          position: absolute;
          content: '';
          top: 0;
          bottom: 0;
          right: 3rem;
          margin: auto;
          width: 5rem;
          height: 5rem;
          background-image: url("/ads/watashinokoto/assets/images/plus.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          transition: 0.3s cubic-bezier(0.14, 0.53, 0.34, 1.09);
          z-index: 1; }
          @media screen and (max-width: 600px) {
            .hmb__contents .hmb__contents__inner > nav ul li.accordion .btn {
              width: 2.5rem;
              height: 2.5rem;
              right: 1.5rem; } }
          .hmb__contents .hmb__contents__inner > nav ul li.accordion .btn.is_act {
            background-image: url("/ads/watashinokoto/assets/images/minus.png"); }
      .hmb__contents .hmb__contents__inner > nav ul li.child {
        padding: 0;
        display: none; }
        .hmb__contents .hmb__contents__inner > nav ul li.child dl {
          display: flex;
          justify-content: space-between;
          background-color: #e5e5e5; }
          .hmb__contents .hmb__contents__inner > nav ul li.child dl dt {
            width: 24%;
            border-right: 1px solid #e5e5e5;
            text-align: center;
            color: #fff;
            font-size: 2.8rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: normal; }
            @media screen and (max-width: 600px) {
              .hmb__contents .hmb__contents__inner > nav ul li.child dl dt {
                font-size: 1.6rem; } }
          .hmb__contents .hmb__contents__inner > nav ul li.child dl dd {
            width: 76%; }
            .hmb__contents .hmb__contents__inner > nav ul li.child dl dd ul {
              border-bottom: none; }
              .hmb__contents .hmb__contents__inner > nav ul li.child dl dd ul li {
                border-bottom: 1px solid #77ad5c; }
                .hmb__contents .hmb__contents__inner > nav ul li.child dl dd ul li:last-child {
                  border-bottom: none; }
      .hmb__contents .hmb__contents__inner > nav ul li a {
        color: #fff;
        padding: 4rem 0;
        display: block;
        font-size: 2.8rem; }
        @media screen and (max-width: 600px) {
          .hmb__contents .hmb__contents__inner > nav ul li a {
            padding: 2rem 0;
            font-size: 1.6rem; } }
  .hmb__contents.is_show {
    opacity: 1;
    z-index: 100;
    background-color: #146614; }

nav.breadcrumb {
  background-color: #d7eda7;
  margin-bottom: 6rem; }
  @media screen and (max-width: 768px) {
    nav.breadcrumb {
      margin-bottom: 3rem; } }
  nav.breadcrumb .breadcrumb__list__wrap {
    display: flex;
    font-size: 1.2rem;
    margin-bottom: 3.5rem;
    margin: 0 auto;
    width: 100%;
    max-width: 120rem; }
    @media screen and (max-width: 768px) {
      nav.breadcrumb .breadcrumb__list__wrap {
        padding: 1rem 0 1rem 1em; } }
    nav.breadcrumb .breadcrumb__list__wrap li {
      position: relative;
      line-height: 3.5; }
      @media screen and (max-width: 768px) {
        nav.breadcrumb .breadcrumb__list__wrap li {
          line-height: 2; } }
      nav.breadcrumb .breadcrumb__list__wrap li::after {
        content: '〉'; }
      nav.breadcrumb .breadcrumb__list__wrap li a {
        padding: 0 1em 0 0.5em;
        transition: 0.3s cubic-bezier(0.14, 0.53, 0.34, 1.09); }
        nav.breadcrumb .breadcrumb__list__wrap li a:hover {
          color: #146614; }
      nav.breadcrumb .breadcrumb__list__wrap li:first-child a {
        padding-left: 0; }
      nav.breadcrumb .breadcrumb__list__wrap li:last-child {
        padding: 0 1em 0 0.5em; }
        nav.breadcrumb .breadcrumb__list__wrap li:last-child::after {
          display: none; }

article {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  padding: 0 4rem 8rem;
  margin: 0 auto 8rem;
  position: relative; }
  @media screen and (max-width: 960px) {
    article {
      padding: 0 0 6rem;
      margin: 0 auto; } }
  @media screen and (max-width: 960px) and (max-width: 768px) {
    article {
      flex-direction: column;
      padding: 0 2rem 4rem; } }

  article #ico__txt__blk {
    position: absolute;
    top: -4rem;
    left: -22rem;
    opacity: 0;
    transform: translateX(-1rem);
    transition: 0.3s cubic-bezier(0.14, 0.53, 0.34, 1.09); }
    article #ico__txt__blk.is_show {
      opacity: 1;
      transform: translateX(0); }
    @media screen and (max-width: 1700px) {
      article #ico__txt__blk {
        left: -3rem; } }
  @media screen and (max-width: 1700px) and (max-width: 960px) {
    article #ico__txt__blk {
      display: none; } }

  article .article__wrap {
    width: 72%;
    max-width: 86rem; }
    @media screen and (max-width: 768px) {
      article .article__wrap {
        width: 100%;
        margin-bottom: 4rem; } }
  @media screen and (max-width: 768px) and (max-width: 600px) {
    article .article__wrap {
      margin-bottom: 2rem; } }

    article .article__wrap > * {
      margin: 0 auto 6rem; }
      @media screen and (max-width: 768px) {
        article .article__wrap > * {
          margin: 0 auto 4rem; } }
      article .article__wrap > *:last-child {
        margin-bottom: 0; }
    article .article__wrap .article__contents dl.index__wrap {
      border-top: 5px solid #ccc;
      background-color: #f5f5f5;
      margin: 0 auto 3rem; }
      article .article__wrap .article__contents dl.index__wrap dt {
        font-size: 1.6rem;
        padding: 2rem;
        cursor: pointer;
        position: relative; }
        article .article__wrap .article__contents dl.index__wrap dt::before {
          content: '';
          width: 1em;
          height: 1em;
          border-top: 3px solid #ccc;
          border-left: 3px solid #ccc;
          transform: rotate(45deg);
          transition: 0.3s cubic-bezier(0.14, 0.53, 0.34, 1.09);
          position: absolute;
          inset: 0 3rem 0 auto;
          margin: auto; }
      article .article__wrap .article__contents dl.index__wrap dd {
        padding: 0 2rem 2rem;
        transition: 0.3s cubic-bezier(0.14, 0.53, 0.34, 1.09); }
        article .article__wrap .article__contents dl.index__wrap dd ol {
          display: flex;
          flex-direction: column;
          gap: 2rem;
          padding: 0 2rem; }
          article .article__wrap .article__contents dl.index__wrap dd ol li a {
            font-size: 1.4rem;
            padding-left: 1rem;
            display: block; }
      article .article__wrap .article__contents dl.index__wrap.is_close dt::before {
        transform: rotate(45deg) scale(-1, -1) translate(0.25rem, 0.25rem); }
      article .article__wrap .article__contents dl.index__wrap.is_close dd {
        display: none; }
    article .article__wrap .article__contents .heading__wrap {
      background-color: #f5f5f5;
      display: flex;
      align-items: center;
      margin-bottom: 3rem; }
      @media screen and (max-width: 768px) {
        article .article__wrap .article__contents .heading__wrap {
          flex-direction: column; } }
      article .article__wrap .article__contents .heading__wrap > figure {
        width: 58%;
        max-width: 50rem; }
        @media screen and (max-width: 768px) {
          article .article__wrap .article__contents .heading__wrap > figure {
            width: 100%;
            max-width: none; } }
        article .article__wrap .article__contents .heading__wrap > figure img {
          display: block;
          max-width: 100%; }
          @media screen and (max-width: 768px) {
            article .article__wrap .article__contents .heading__wrap > figure img {
              width: 100%; } }
      article .article__wrap .article__contents .heading__wrap > h1 {
        padding: 3.5rem;
        font-size: 2.4rem;
        font-weight: bold;
        text-align: left;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        margin: 0;
        letter-spacing: 0; }
        @media screen and (max-width: 960px) {
          article .article__wrap .article__contents .heading__wrap > h1 {
            padding: 1.5rem; } }
  @media screen and (max-width: 960px) and (max-width: 768px) {
    article .article__wrap .article__contents .heading__wrap > h1 {
      font-size: 2rem; } }

        article .article__wrap .article__contents .heading__wrap > h1 span {
          display: block;
          font-size: 1.8rem; }
          @media screen and (max-width: 768px) {
            article .article__wrap .article__contents .heading__wrap > h1 span {
              font-size: 1.4rem; } }
    article .article__wrap .article__contents > time {
      color: #808080;
      font-size: 1.2rem;
      display: block;
      font-family: "Lato", sans-serif;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        article .article__wrap .article__contents > time {
          font-size: 1rem; } }
    article .article__wrap .article__contents > .category {
      color: #808080;
      font-size: 1.2rem;
      display: inline-block;
      padding: 0 1rem;
      border: 1px solid #808080;
      margin-bottom: 1rem;
      background-color: #fff; }
    article .article__wrap .article__contents h1 {
      margin: 0 auto 3rem;
      font-size: 3rem;
      line-height: 1.6;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        article .article__wrap .article__contents h1 {
          font-size: 3.6rem; } }
  @media screen and (max-width: 768px) and (max-width: 600px) {
    article .article__wrap .article__contents h1 {
      font-size: 1.8rem; } }

    article .article__wrap .article__contents h2 {
      color: #146614;
      font-weight: bold;
      text-align: left;
      margin: 8rem auto 4rem;
      padding: 2rem;
      font-size: 2.4rem;
      line-height: 1.6;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }
      @media screen and (max-width: 768px) {
        article .article__wrap .article__contents h2 {
          font-size: 3.2rem; } }
  @media screen and (max-width: 768px) and (max-width: 600px) {
    article .article__wrap .article__contents h2 {
      font-size: 1.6rem;
      margin: 6rem auto 3rem;
      padding: 1.5rem 1rem; } }

    article .article__wrap .article__contents h3 {
      font-weight: bold;
      margin: 0 auto 3rem;
      font-size: 2rem;
      line-height: 1.6;
      padding: 0 2rem;
      border-left: 4px solid #146614; }
      @media screen and (max-width: 768px) {
        article .article__wrap .article__contents h3 {
          font-size: 2.8rem; } }
  @media screen and (max-width: 768px) and (max-width: 600px) {
    article .article__wrap .article__contents h3 {
      font-size: 1.4rem;
      padding: 0 1rem; } }

    article .article__wrap .article__contents h4 {
      font-weight: bold;
      margin: 0 auto 3rem;
      font-size: 1.8rem;
      line-height: 1.6; }
      @media screen and (max-width: 768px) {
        article .article__wrap .article__contents h4 {
          font-size: 2.8rem; } }
  @media screen and (max-width: 768px) and (max-width: 600px) {
    article .article__wrap .article__contents h4 {
      font-size: 1.4rem; } }

    article .article__wrap .article__contents > figure {
      margin: 0 auto 3rem; }
      article .article__wrap .article__contents > figure img {
        width: 100%;
        display: block;
        border-radius: 3rem;
        margin: auto; }
      article .article__wrap .article__contents > figure > figcaption {
        font-size: 1.2rem;
        text-align: right; }
    article .article__wrap .article__contents > p {
      margin: 0 auto 3rem; }
      @media screen and (max-width: 768px) {
        article .article__wrap .article__contents > p {
          font-size: 1.4rem; } }
      article .article__wrap .article__contents > p.lead {
        margin-bottom: 5rem; }
    article .article__wrap .article__contents .bnr__area {
      margin: 7rem auto;
      display: flex;
      justify-content: center;
      row-gap: 3rem;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        article .article__wrap .article__contents .bnr__area {
          margin: 5rem auto; } }
      article .article__wrap .article__contents .bnr__area img {
        max-width: 100%;
        margin: 0 auto; }
    article .article__wrap .article__contents > .btn__wrap:last-of-type {
      margin-bottom: 0; }
    article .article__wrap .article__contents ul {
      margin-bottom: 3rem; }
      article .article__wrap .article__contents ul li {
        list-style: disc;
        margin-bottom: 1rem;
        list-style-position: inside; }
        article .article__wrap .article__contents ul li:last-child {
          margin-bottom: 0; }
      article .article__wrap .article__contents ul.noDisc li {
        list-style: none; }
    article .article__wrap .article__contents ol {
      list-style: auto; }
      article .article__wrap .article__contents ol.line__wrap {
        padding-left: 2.5em; }
    article .article__wrap .line__wrap {
      border: 1px solid #e5e5e5;
      padding: 2.5rem;
      margin-bottom: 3em; }
      article .article__wrap .line__wrap p {
        margin-bottom: 3rem; }
        article .article__wrap .line__wrap p:last-child {
          margin-bottom: 0; }
    article .article__wrap .btn__wrap {
      display: flex;
      margin: 3.5rem auto;
      justify-content: center; }
      article .article__wrap .btn__wrap.more {
        margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        article .article__wrap .btn__wrap {
          margin: 2.5rem auto; } }
      article .article__wrap .btn__wrap a {
        border: 1px solid #333;
        padding: 0.5rem 6rem;
        background-color: #fff;
        transition: 0.3s cubic-bezier(0.14, 0.53, 0.34, 1.09);
        font-size: 1.2rem;
        line-height: 2;
        font-family: "Lato", sans-serif; }
        article .article__wrap .btn__wrap a:hover {
          background-color: #146614;
          border: 1px solid #146614;
          color: #fff;
          opacity: 1; }
    article .article__wrap > section > *:last-child {
      margin-bottom: 0 !important; }
    article .article__wrap > section h1.enHead, article .article__wrap > section h2 {
      font-size: 3.6rem;
      font-family: "Lato", sans-serif;
      text-align: center;
      line-height: 1.6;
      margin: 6rem auto 3rem;
      font-weight: 500;
      letter-spacing: 3px; }
      article .article__wrap > section h1.enHead:first-of-type, article .article__wrap > section h2:first-of-type {
        margin-top: 0; }
      @media screen and (max-width: 768px) {
        article .article__wrap > section h1.enHead, article .article__wrap > section h2 {
          font-size: 2.4rem; } }
      article .article__wrap > section h1.enHead span, article .article__wrap > section h2 span {
        font-size: 1.8rem;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 1em;
        letter-spacing: normal; }
        @media screen and (max-width: 768px) {
          article .article__wrap > section h1.enHead span, article .article__wrap > section h2 span {
            font-size: 1.2rem; } }
    article .article__wrap > section .prof__wrap {
      background-color: #f5f5f5;
      padding: 2.5rem; }
      @media screen and (max-width: 768px) {
        article .article__wrap > section .prof__wrap {
          padding: 2.5rem 1.5rem; } }
      article .article__wrap > section .prof__wrap + h2 {
        margin-top: 8rem; }
        @media screen and (max-width: 600px) {
          article .article__wrap > section .prof__wrap + h2 {
            margin-top: 6rem; } }
    article .article__wrap > section ul.list__blk {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      row-gap: 3.5rem;
      margin: 3.5rem auto 0; }
      article .article__wrap > section ul.list__blk::after {
        content: '';
        visibility: hidden;
        width: 30.8%;
        max-width: 27rem;
        box-sizing: border-box;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          article .article__wrap > section ul.list__blk::after {
            width: 48%;
            max-width: 37.125rem; } }
      @media screen and (max-width: 768px) {
        article .article__wrap > section ul.list__blk {
          row-gap: 3rem; } }
      article .article__wrap > section ul.list__blk > * {
        width: 30.8%;
        max-width: 27rem;
        box-sizing: border-box;
        list-style: none;
        margin-bottom: 0; }
        @media screen and (max-width: 768px) {
          article .article__wrap > section ul.list__blk > * {
            width: 48%;
            max-width: 37.125rem; } }
        article .article__wrap > section ul.list__blk > * figure {
          margin: 0 auto 1rem;
          overflow: hidden;
          position: relative;
          aspect-ratio: 3 / 2;
          display: flex;
          align-items: center;
          background-color: #fff; }
          article .article__wrap > section ul.list__blk > * figure .PR-tag {
            position: absolute;
            right: 0;
            top: 0;
            background-color: #146614;
            color: #fff;
            line-height: 1.2;
            font-size: 1.2rem;
            font-weight: 300;
            padding: 0.8rem 1.6rem 0.6rem;
            z-index: 1; }
          article .article__wrap > section ul.list__blk > * figure img {
            display: block;
            width: 100%;
            transition: 0.3s cubic-bezier(0.14, 0.53, 0.34, 1.09); }
        article .article__wrap > section ul.list__blk > *:hover figure img {
          transform: scale(1.2); }
        article .article__wrap > section ul.list__blk > * time {
          color: #808080;
          font-size: 1.2rem;
          display: block;
          font-family: "Lato", sans-serif;
          margin-bottom: 1rem; }
          @media screen and (max-width: 768px) {
            article .article__wrap > section ul.list__blk > * time {
              font-size: 1rem; } }
        article .article__wrap > section ul.list__blk > * .category {
          color: #808080;
          font-size: 1.2rem;
          display: inline-block;
          padding: 0 1rem;
          border: 1px solid #808080;
          margin-bottom: 1rem;
          background-color: #fff; }
        article .article__wrap > section ul.list__blk > * .title {
          font-size: 1.4rem;
          font-weight: bold;
          margin: 0 auto 1rem;
          line-height: 1.7; }
          @media screen and (max-width: 768px) {
            article .article__wrap > section ul.list__blk > * .title {
              font-size: 1.2rem; } }
        article .article__wrap > section ul.list__blk > * .tag {
          display: flex;
          flex-wrap: wrap;
          gap: 1rem; }
          article .article__wrap > section ul.list__blk > * .tag > * {
            font-size: 1rem;
            color: #808080; }
            article .article__wrap > section ul.list__blk > * .tag > *::before {
              content: '#';
              display: inline-block; }
      article .article__wrap > section ul.list__blk.serial > * h3, article .article__wrap > section ul.list__blk.feature > * h3 {
        font-size: 1.4rem;
        font-weight: bold;
        margin: 1rem 0 2rem;
        padding: 0;
        border: none; }
        article .article__wrap > section ul.list__blk.serial > * h3 > span, article .article__wrap > section ul.list__blk.feature > * h3 > span {
          display: none; }
      article .article__wrap > section ul.list__blk.serial > * p, article .article__wrap > section ul.list__blk.feature > * p {
        font-size: 1.2rem;
        line-height: 2; }
      article .article__wrap > section ul.list__blk.serial.inArc, article .article__wrap > section ul.list__blk.feature.inArc {
        flex-direction: column;
        align-items: center; }
        @media screen and (max-width: 768px) {
          article .article__wrap > section ul.list__blk.serial.inArc, article .article__wrap > section ul.list__blk.feature.inArc {
            row-gap: 1.5rem; } }
        article .article__wrap > section ul.list__blk.serial.inArc > *, article .article__wrap > section ul.list__blk.feature.inArc > * {
          width: 72%;
          max-width: 62rem;
          padding: 2rem;
          background-color: #f5f5f5; }
          @media screen and (max-width: 768px) {
            article .article__wrap > section ul.list__blk.serial.inArc > *, article .article__wrap > section ul.list__blk.feature.inArc > * {
              padding: 1rem;
              width: 100%; } }
          article .article__wrap > section ul.list__blk.serial.inArc > * a, article .article__wrap > section ul.list__blk.feature.inArc > * a {
            width: 100%;
            display: flex;
            align-items: center;
            column-gap: 2.5rem; }
            article .article__wrap > section ul.list__blk.serial.inArc > * a figure, article .article__wrap > section ul.list__blk.feature.inArc > * a figure {
              width: 30%;
              margin: 0; }
              @media screen and (max-width: 600px) {
                article .article__wrap > section ul.list__blk.serial.inArc > * a figure, article .article__wrap > section ul.list__blk.feature.inArc > * a figure {
                  width: 45%; } }
              article .article__wrap > section ul.list__blk.serial.inArc > * a figure img, article .article__wrap > section ul.list__blk.feature.inArc > * a figure img {
                max-width: 100%; }
            article .article__wrap > section ul.list__blk.serial.inArc > * a h3, article .article__wrap > section ul.list__blk.feature.inArc > * a h3 {
              font-size: 1.8rem;
              font-weight: normal;
              margin: 0;
              letter-spacing: -0.5px;
              width: 65.5%; }
              @media screen and (max-width: 600px) {
                article .article__wrap > section ul.list__blk.serial.inArc > * a h3, article .article__wrap > section ul.list__blk.feature.inArc > * a h3 {
                  font-size: 1.6rem; } }
              article .article__wrap > section ul.list__blk.serial.inArc > * a h3 > span, article .article__wrap > section ul.list__blk.feature.inArc > * a h3 > span {
                font-size: 1.6rem;
                line-height: 2;
                display: block; }
                @media screen and (max-width: 600px) {
                  article .article__wrap > section ul.list__blk.serial.inArc > * a h3 > span, article .article__wrap > section ul.list__blk.feature.inArc > * a h3 > span {
                    font-size: 1.4rem; } }
            article .article__wrap > section ul.list__blk.serial.inArc > * a p, article .article__wrap > section ul.list__blk.feature.inArc > * a p {
              display: none; }
    article .article__wrap > section.sect__theme__wrap {
      padding: 0 0 5rem; }
      @media screen and (max-width: 768px) {
        article .article__wrap > section.sect__theme__wrap {
          padding: 0 0 4rem; } }
      article .article__wrap > section.sect__theme__wrap .box {
        padding: 5rem 4rem;
        background-color: #f5f5f5; }
        article .article__wrap > section.sect__theme__wrap .box > *:last-child {
          margin-bottom: 0 !important; }
        @media screen and (max-width: 768px) {
          article .article__wrap > section.sect__theme__wrap .box {
            padding: 4rem 2rem; } }
      article .article__wrap > section.sect__theme__wrap .col2 {
        display: flex;
        column-gap: 4rem;
        align-items: center;
        margin: 0 auto 3.5rem;
        width: 100%; }
        @media screen and (max-width: 960px) {
          article .article__wrap > section.sect__theme__wrap .col2 {
            column-gap: 2rem; } }
  @media screen and (max-width: 960px) and (max-width: 768px) {
    article .article__wrap > section.sect__theme__wrap .col2 {
      flex-direction: column-reverse;
      margin: 0 auto 3rem; } }

        article .article__wrap > section.sect__theme__wrap .col2 figure {
          width: 33.4%; }
          @media screen and (max-width: 768px) {
            article .article__wrap > section.sect__theme__wrap .col2 figure {
              width: 80%; } }
          article .article__wrap > section.sect__theme__wrap .col2 figure > img {
            width: 100%;
            display: block; }
        article .article__wrap > section.sect__theme__wrap .col2 h2, article .article__wrap > section.sect__theme__wrap .col2 h3 {
          font-weight: bold;
          font-size: 2.4rem; }
          @media screen and (max-width: 768px) {
            article .article__wrap > section.sect__theme__wrap .col2 h2, article .article__wrap > section.sect__theme__wrap .col2 h3 {
              font-size: 1.8rem;
              margin: 0 auto 3rem; } }
          article .article__wrap > section.sect__theme__wrap .col2 h2 .sub, article .article__wrap > section.sect__theme__wrap .col2 h3 .sub {
            font-size: 1.8rem; }
            @media screen and (max-width: 768px) {
              article .article__wrap > section.sect__theme__wrap .col2 h2 .sub, article .article__wrap > section.sect__theme__wrap .col2 h3 .sub {
                font-size: 1.4rem; } }
          article .article__wrap > section.sect__theme__wrap .col2 h2 .col2Tit, article .article__wrap > section.sect__theme__wrap .col2 h3 .col2Tit {
            display: flex;
            column-gap: 2rem;
            align-items: center; }
          article .article__wrap > section.sect__theme__wrap .col2 h2 .theme, article .article__wrap > section.sect__theme__wrap .col2 h3 .theme {
            font-size: 1.4rem;
            padding: 0 0.75rem;
            border: 1px solid #333;
            background-color: #fff;
            white-space: nowrap; }
    @media screen and (max-width: 768px) {
      article .article__wrap > section.sect__article-list__wrap {
        position: relative;
        padding-bottom: 4rem; } }
  @media screen and (max-width: 768px) and (max-width: 600px) {
    article .article__wrap > section.sect__article-list__wrap {
      padding-bottom: 2rem; } }

    article .article__wrap > section.sect__article-list__wrap.col2 ul {
      row-gap: 6rem; }
      article .article__wrap > section.sect__article-list__wrap.col2 ul > * {
        width: 48%;
        max-width: 37.5rem; }
        article .article__wrap > section.sect__article-list__wrap.col2 ul > * h3 {
          font-size: 2rem;
          font-weight: bold;
          margin: 3rem auto 2rem;
          line-height: normal; }
          @media screen and (max-width: 768px) {
            article .article__wrap > section.sect__article-list__wrap.col2 ul > * h3 {
              margin: 2rem auto 1rem; } }
  @media screen and (max-width: 768px) and (max-width: 600px) {
    article .article__wrap > section.sect__article-list__wrap.col2 ul > * h3 {
      font-size: 1.4rem; } }

        article .article__wrap > section.sect__article-list__wrap.col2 ul > * p {
          font-size: 1.4rem;
          line-height: 1.7; }
          @media screen and (max-width: 600px) {
            article .article__wrap > section.sect__article-list__wrap.col2 ul > * p {
              font-size: 1.2rem; } }
    article .article__wrap > section.sect__article-list__wrap.two_line {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        article .article__wrap > section.sect__article-list__wrap.two_line {
          flex-direction: column;
          row-gap: 6rem; } }
      article .article__wrap > section.sect__article-list__wrap.two_line > * {
        width: 46.5%; }
        article .article__wrap > section.sect__article-list__wrap.two_line > * > *:last-child {
          margin-bottom: 0 !important; }
        @media screen and (max-width: 768px) {
          article .article__wrap > section.sect__article-list__wrap.two_line > * {
            width: 100%; } }
        article .article__wrap > section.sect__article-list__wrap.two_line > * ul.list__blk {
          flex-direction: column; }
          article .article__wrap > section.sect__article-list__wrap.two_line > * ul.list__blk > * {
            width: 100%;
            max-width: none; }
            article .article__wrap > section.sect__article-list__wrap.two_line > * ul.list__blk > * a {
              display: flex;
              justify-content: space-between; }
              article .article__wrap > section.sect__article-list__wrap.two_line > * ul.list__blk > * a > figure {
                width: 37.5%; }
              article .article__wrap > section.sect__article-list__wrap.two_line > * ul.list__blk > * a > div {
                width: 57.5%; }
    article .article__wrap > section .align__l {
      text-align: left; }
    article .article__wrap > section .align__r {
      text-align: right; }
    article .article__wrap > section .align__c {
      text-align: center; }
  article .submenu__wrap {
    width: 26.8%;
    max-width: 30rem; }
    article .submenu__wrap > *:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      article .submenu__wrap {
        width: 100%;
        max-width: none; } }
    article .submenu__wrap .bnr__blk {
      margin: 3rem auto 0;
      border: 1px solid #e5e5e5; }
      article .submenu__wrap .bnr__blk a {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0.5rem; }
        article .submenu__wrap .bnr__blk a img {
          max-width: 100%; }
    article .submenu__wrap .bnr__area {
      display: flex;
      justify-content: center;
      row-gap: 3rem; }
      article .submenu__wrap .bnr__area img {
        max-width: 100%;
        margin: 0 auto; }
    article .submenu__wrap .sticky__blk {
      position: sticky;
      top: 3rem;
      margin-top: 0 !important; }
      article .submenu__wrap .sticky__blk > * {
        margin: 0 auto 4rem; }
        article .submenu__wrap .sticky__blk > *:last-child {
          margin-bottom: 0; }
    article .submenu__wrap > * {
      margin: 0 auto 4rem; }
      article .submenu__wrap > *:last-child {
        margin-bottom: 0; }
        @media screen and (max-width: 768px) {
          article .submenu__wrap > *:last-child {
            margin-top: 8rem; } }
  @media screen and (max-width: 768px) and (max-width: 600px) {
    article .submenu__wrap > *:last-child {
      margin-top: 4rem; } }

    article .submenu__wrap nav {
      overflow: hidden; }
      article .submenu__wrap nav h2 {
        font-size: 2rem;
        color: #333;
        border-top: 1px solid #333;
        padding: 2.5rem 0 1rem;
        display: flex;
        column-gap: 1.5rem;
        font-weight: bold;
        letter-spacing: 2px;
        align-items: baseline;
        line-height: 1; }
        article .submenu__wrap nav h2 > span {
          font-size: 1.6rem;
          font-weight: normal;
          letter-spacing: normal; }
    article .submenu__wrap .sect__arc__list ul {
      display: block;
      background-color: #fff; }
      article .submenu__wrap .sect__arc__list ul li {
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        display: block; }
        article .submenu__wrap .sect__arc__list ul li a {
          padding: 1.5rem 0;
          font-size: 1.4rem;
          color: #333;
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          line-height: 1.6;
          transition: 0.3s cubic-bezier(0.14, 0.53, 0.34, 1.09);
          column-gap: 1.5rem; }
          article .submenu__wrap .sect__arc__list ul li a[target="_blank"]::after {
            content: url("/ads/watashinokoto/assets/images/ico_blank.png"); }
          article .submenu__wrap .sect__arc__list ul li a > figure {
            width: 27.32%;
            display: flex;
            justify-content: center;
            overflow: hidden;
            aspect-ratio: 1/1; }
            article .submenu__wrap .sect__arc__list ul li a > figure img {
              display: block;
              height: 100%; }
          article .submenu__wrap .sect__arc__list ul li a > p.title {
            width: 70%;
            font-size: 1.2rem;
            font-weight: bold; }
        article .submenu__wrap .sect__arc__list ul li.disabled a {
          pointer-events: none;
          color: #ccc; }
          article .submenu__wrap .sect__arc__list ul li.disabled a:hover {
            opacity: 1;
            background-color: #fff; }
      article .submenu__wrap .sect__arc__list ul.themeAbout li a {
        position: relative;
        display: flex;
        column-gap: 1rem;
        justify-content: flex-start; }
        article .submenu__wrap .sect__arc__list ul.themeAbout li a .thumb {
          max-width: 7rem;
          max-height: 7rem;
          min-width: 7rem;
          min-height: 7rem; }
          article .submenu__wrap .sect__arc__list ul.themeAbout li a .thumb img {
            display: block;
            width: 100%; }
        article .submenu__wrap .sect__arc__list ul.themeAbout li a span {
          padding-right: 1em; }
        article .submenu__wrap .sect__arc__list ul.themeAbout li a::after {
          position: absolute;
          top: 50%;
          right: 1em;
          transform: translateY(-50%); }
    article .submenu__wrap .sect__recommend__list ul {
      background-color: #fff;
      padding: 3rem 2rem; }
      @media screen and (max-width: 768px) {
        article .submenu__wrap .sect__recommend__list ul {
          padding: 4rem 1.5rem;
          display: flex;
          justify-content: space-between;
          row-gap: 3rem;
          flex-wrap: wrap; } }
      article .submenu__wrap .sect__recommend__list ul li {
        margin: 0 auto 2.5rem; }
        @media screen and (max-width: 768px) {
          article .submenu__wrap .sect__recommend__list ul li {
            width: 48%;
            max-width: 37.125rem;
            margin: 0; } }
        article .submenu__wrap .sect__recommend__list ul li:last-child {
          margin-bottom: 0; }
        article .submenu__wrap .sect__recommend__list ul li .col2 {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin: 0 auto 1rem; }
          @media screen and (max-width: 960px) {
            article .submenu__wrap .sect__recommend__list ul li .col2 {
              flex-direction: column; } }
          article .submenu__wrap .sect__recommend__list ul li .col2 > * {
            width: 45%; }
            @media screen and (max-width: 960px) {
              article .submenu__wrap .sect__recommend__list ul li .col2 > * {
                width: 100%; } }
            article .submenu__wrap .sect__recommend__list ul li .col2 > * time {
              color: #808080;
              font-size: 1.2rem;
              display: block;
              font-family: "Lato", sans-serif; }
            article .submenu__wrap .sect__recommend__list ul li .col2 > * > span {
              font-size: 1rem;
              display: inline-block;
              padding: 0.25rem 0.5rem;
              border: 1px solid #333;
              line-height: 1.4; }
          @media screen and (max-width: 960px) {
            article .submenu__wrap .sect__recommend__list ul li .col2 figure {
              margin: 0 auto 1rem; } }
          article .submenu__wrap .sect__recommend__list ul li .col2 img {
            width: 100%;
            display: block; }
        article .submenu__wrap .sect__recommend__list ul li .title {
          font-size: 1.2rem;
          line-height: 1.65; }
    article .submenu__wrap .sect__bnr {
      display: flex;
      flex-direction: column;
      row-gap: 2rem; }
      @media screen and (max-width: 768px) {
        article .submenu__wrap .sect__bnr {
          flex-direction: inherit;
          justify-content: space-between;
          flex-wrap: wrap; } }
      article .submenu__wrap .sect__bnr > * {
        border: 1px solid #e5e5e5; }
        @media screen and (max-width: 768px) {
          article .submenu__wrap .sect__bnr > * {
            width: 48%; } }
      article .submenu__wrap .sect__bnr a, article .submenu__wrap .sect__bnr img {
        display: block;
        width: 100%; }
  article .prof__wrap {
    margin: 6rem auto;
    border: 1px solid #e5e5e5; }
    @media screen and (max-width: 768px) {
      article .prof__wrap {
        margin: 3rem auto; } }
    article .prof__wrap .thumb__blk {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        article .prof__wrap .thumb__blk {
          flex-direction: column; } }
      article .prof__wrap .thumb__blk .name {
        font-size: 1.25em;
        font-weight: bold; }
      article .prof__wrap .thumb__blk .job {
        margin-top: 2rem;
        font-weight: bold; }
      article .prof__wrap .thumb__blk > div {
        width: 70%; }
        @media screen and (max-width: 768px) {
          article .prof__wrap .thumb__blk > div {
            width: 100%;
            margin: 0 auto; } }
      article .prof__wrap .thumb__blk > figure {
        width: 25%;
        min-width: 15rem;
        max-width: 40rem; }
        @media screen and (max-width: 768px) {
          article .prof__wrap .thumb__blk > figure {
            width: 100%;
            margin: 0 auto;
            padding: 0 2rem; } }
        article .prof__wrap .thumb__blk > figure img {
          max-width: 100%;
          height: auto;
          display: block;
          box-sizing: border-box; }
    article .prof__wrap .txt__blk {
      margin-top: 3rem; }
      article .prof__wrap .txt__blk > *:last-child {
        margin-bottom: 0; }
      article .prof__wrap .txt__blk p {
        margin: 0 auto 3rem; }
  article .flexLink__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 5%; }
    @media screen and (max-width: 768px) {
      article .flexLink__wrap {
        gap: 1.5rem 5%; } }
    article .flexLink__wrap > * {
      width: 30%; }
      @media screen and (max-width: 768px) {
        article .flexLink__wrap > * {
          width: 45%; } }
  @media screen and (max-width: 768px) and (max-width: 600px) {
    article .flexLink__wrap > * {
      width: 100%; } }

    article .flexLink__wrap dt a {
      padding-left: 3rem;
      display: flex;
      column-gap: 1.5rem;
      font-size: 1.6rem;
      position: relative; }
      article .flexLink__wrap dt a::before {
        content: "\025b6";
        border-radius: 1em;
        color: #fff;
        background-color: #ccc;
        width: 1.6rem;
        height: 1.6rem;
        font-size: 1rem;
        position: absolute;
        top: 0.75em;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s cubic-bezier(0.14, 0.53, 0.34, 1.09); }
      article .flexLink__wrap dt a:hover::before {
        transform: translateX(0.5rem); }
    article .flexLink__wrap dt + dd {
      margin-top: 1.5rem; }
    article .flexLink__wrap dd ul li {
      list-style: none;
      display: flex;
      column-gap: 1rem;
      align-items: baseline; }
      article .flexLink__wrap dd ul li::before {
        content: '';
        background-color: #ccc;
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 10rem; }
      article .flexLink__wrap dd ul li a {
        font-size: 1.2rem; }

footer {
  width: 100%;
  background-color: #146614;
  padding: 0 0 6rem;
  margin: 8rem auto 0; }
  @media screen and (max-width: 960px) {
    footer {
      margin: 4rem auto 0; } }
  @media screen and (max-width: 960px) and (max-width: 768px) {
    footer {
      margin: 0 auto; } }

  footer #Pagetop {
    padding: 2rem;
    background-color: #5ca819;
    width: 100%;
    margin: 0 auto 6rem; }
    footer #Pagetop img {
      display: block;
      margin: 0 auto; }
  footer .footer__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
    footer .footer__inner .logo__blk {
      display: block;
      margin: 0 auto 4rem;
      width: 20rem;
      height: 6.1rem;
      background-color: #fff;
      -webkit-mask: url("/ads/watashinokoto/assets/images/logo.svg") center/contain no-repeat;
      mask: url("/ads/watashinokoto/assets/images/logo.svg") center/contain no-repeat; }
      @media screen and (max-width: 768px) {
        footer .footer__inner .logo__blk {
          margin-bottom: 2rem; } }
      footer .footer__inner .logo__blk a {
        width: 100%;
        height: 100%;
        display: block; }
    footer .footer__inner .sns__nav {
      display: none; }
      @media screen and (max-width: 960px) {
        footer .footer__inner .sns__nav {
          display: flex;
          justify-content: center;
          column-gap: 10rem;
          align-items: center;
          margin-bottom: 4rem; } }
  @media screen and (max-width: 960px) and (max-width: 768px) {
    footer .footer__inner .sns__nav {
      column-gap: 5rem;
      margin-bottom: 2rem; } }
      @media screen and (max-width: 960px) {
          footer .footer__inner .sns__nav > * {
            color: #fff;
            font-size: 4.8rem; } }
    @media screen and (max-width: 960px) and (max-width: 768px) {
      footer .footer__inner .sns__nav > * {
        font-size: 2.4rem; } }

    footer .footer__inner nav {
      margin: 0 auto 4rem; }
      @media screen and (max-width: 768px) {
        footer .footer__inner nav {
          margin: 0 auto 2rem; } }
      footer .footer__inner nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; }
        footer .footer__inner nav ul li {
          width: 20%;
          display: flex;
          justify-content: center; }
          @media screen and (max-width: 768px) {
            footer .footer__inner nav ul li {
              width: 50%; } }
          footer .footer__inner nav ul li a {
            color: #fff;
            padding: 1rem;
            font-size: 1.2rem;
            line-height: 2; }
            @media screen and (max-width: 768px) {
              footer .footer__inner nav ul li a {
                padding: 0.5rem; } }
    footer .footer__inner small {
      color: #fff;
      font-size: 1.2rem;
      line-height: 2;
      display: block;
      text-align: center;
      padding: 0 1rem; }

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