/**
 * _mixin 2.14.4
 * Released on: October 28, 2020
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/**
 * Fonts
 */
.news {
  padding-bottom: 96px; }
  @media screen and (max-width: 900px) {
    .news {
      padding-bottom: 12.5vw; } }
  @media screen and (max-width: 600px) {
    .news {
      padding-bottom: 13.52657vw; } }
  @media screen and (max-width: 600px) {
    .news__cat {
      position: relative;
      margin-bottom: 15.45894vw; } }
  @media screen and (max-width: 600px) {
    .news__cat__list {
      position: absolute;
      top: 100%;
      left: 0;
      display: none;
      width: 100%; } }
  .news__cat__item {
    width: auto;
    padding: 0 20px; }
    @media screen and (max-width: 900px) {
      .news__cat__item {
        padding: 0 2.60417vw; } }
    @media screen and (max-width: 600px) {
      .news__cat__item {
        padding: 0;
        border: 1px solid #CCC;
        border-top: none; } }
    .news__cat__item a {
      font-size: 1.2rem;
      line-height: 1;
      color: #333;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-style: normal; }
      @media screen and (max-width: 900px) {
        .news__cat__item a {
          font-size: 1.5625vw; } }
      @media screen and (max-width: 600px) {
        .news__cat__item a {
          font-size: 4.34783vw;
          line-height: 15.45894vw;
          display: block;
          width: 100%;
          text-align: center;
          background: #FFF; } }
  @media screen and (max-width: 600px) {
    .news__cat__arrow {
      display: none; } }
  .news__cat__arrowBtn {
    width: 5.63px;
    height: 10px;
    margin: 0; }
    .news__cat__arrowBtn:after {
      font-size: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: url(../img/news/arrow--cat.svg) center no-repeat;
      background-size: contain; }
    .news__cat__arrowBtn--prev:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .news__cat__hr {
    margin: 32px auto 40px;
    border: none;
    border-bottom: 1px solid #CCC; }
    @media screen and (max-width: 900px) {
      .news__cat__hr {
        margin: 4.16667vw auto 5.20833vw; } }
    @media screen and (max-width: 600px) {
      .news__cat__hr {
        display: none; } }
  .news__cat__base a {
    font-size: 4.34783vw;
    line-height: 15.45894vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF;
    background: #1D1D1F;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal; }
    .news__cat__base a:after {
      width: 3.86473vw;
      height: 3.86473vw;
      margin-left: 6.76329vw;
      content: '';
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      background: url(../img/news/arrow--cat--sp.svg) center no-repeat;
      background-size: contain; }
  .open .news__cat__base a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -41px;
    margin-left: -30px; }
    .news__list > * {
      width: calc( ( 100% - 90px ) / 3);
      margin-top: 41px;
      margin-left: 30px; }
  @media screen and (max-width: 900px) {
    .news__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: -5.33854vw;
      margin-left: -3.90625vw; }
      .news__list > * {
        width: calc( ( 100% - 11.71875vw ) / 3);
        margin-top: 5.33854vw;
        margin-left: 3.90625vw; } }
  @media screen and (max-width: 600px) {
    .news__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: -11.83575vw;
      margin-left: 0; }
      .news__list > * {
        width: calc( 100% / 1);
        margin-top: 11.83575vw;
        margin-left: 0; } }
  .news__item {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal; }
    .news__item__day {
      font-size: 1.4rem;
      line-height: 1; }
      @media screen and (max-width: 900px) {
        .news__item__day {
          font-size: 1.82292vw; } }
      @media screen and (max-width: 600px) {
        .news__item__day {
          font-size: 3.38164vw; } }
    .news__item__img {
      margin-top: 16px; }
      @media screen and (max-width: 900px) {
        .news__item__img {
          margin-top: 2.08333vw; } }
      @media screen and (max-width: 600px) {
        .news__item__img {
          margin-top: 3.86473vw; } }
    .news__item__cat {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 29px; }
      @media screen and (max-width: 900px) {
        .news__item__cat {
          margin-top: 3.77604vw; } }
      @media screen and (max-width: 600px) {
        .news__item__cat {
          margin-top: 7.72947vw; } }
      .news__item__cat__item {
        font-size: 1.2rem;
        line-height: 23px;
        min-width: 86px;
        padding: 0 11px;
        text-align: center;
        color: #FFF;
        background: #1D1D1F; }
        @media screen and (max-width: 900px) {
          .news__item__cat__item {
            font-size: 1.5625vw;
            line-height: 2.99479vw;
            min-width: 11.19792vw;
            padding: 0 1.43229vw; } }
        @media screen and (max-width: 600px) {
          .news__item__cat__item {
            font-size: 2.89855vw;
            line-height: 5.55556vw;
            min-width: 20.77295vw;
            padding: 0 2.657vw; } }
        .news__item__cat__item + .news__item__cat__item {
          margin-left: 10px; }
          @media screen and (max-width: 900px) {
            .news__item__cat__item + .news__item__cat__item {
              margin-left: 1.30208vw; } }
          @media screen and (max-width: 600px) {
            .news__item__cat__item + .news__item__cat__item {
              margin-left: 3.1401vw; } }
    .news__item__postTtl {
      margin-top: 16px; }
      @media screen and (max-width: 900px) {
        .news__item__postTtl {
          margin-top: 2.08333vw; } }
      @media screen and (max-width: 600px) {
        .news__item__postTtl {
          margin-top: 3.86473vw; } }
      .news__item__postTtl a {
        color: #333; }
        .news__item__postTtl a:hover {
          text-decoration: underline; }
  .news .pager {
    margin-top: 102px;
    text-align: center; }
    @media screen and (max-width: 900px) {
      .news .pager {
        margin-top: 13.28125vw; } }
    @media screen and (max-width: 600px) {
      .news .pager {
        margin-top: 15.45894vw; } }
    .news .pager__list {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .news .pager__list__item {
        font-size: 1.6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 47px;
        height: 47px;
        color: #FFF;
        background: #1D1D1F;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-style: normal; }
        @media screen and (max-width: 900px) {
          .news .pager__list__item {
            font-size: 2.08333vw;
            width: 6.11979vw;
            height: 6.11979vw; } }
        @media screen and (max-width: 600px) {
          .news .pager__list__item {
            font-size: 3.86473vw;
            width: 11.5942vw;
            height: 11.5942vw; } }
        .news .pager__list__item + .pager__list__item {
          margin-left: 19px; }
          @media screen and (max-width: 900px) {
            .news .pager__list__item + .pager__list__item {
              margin-left: 2.47396vw; } }
          @media screen and (max-width: 600px) {
            .news .pager__list__item + .pager__list__item {
              margin-left: 8.69565vw; } }
        .news .pager__list__item a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          color: #333;
          border: 1px solid #CCC;
          background: #FFF; }
          .news .pager__list__item a:hover {
            color: #FFF;
            border: 1px solid #1D1D1F;
            background: #1D1D1F; }
        .news .pager__list__item--prev, .news .pager__list__item--next {
          width: 26px;
          height: 26px;
          background: none;
          position: absolute;
          bottom: 50%;
          -webkit-transform: translate(0, 50%);
          -ms-transform: translate(0, 50%);
          transform: translate(0, 50%); }
          @media screen and (max-width: 900px) {
            .news .pager__list__item--prev, .news .pager__list__item--next {
              width: 3.38542vw;
              height: 3.38542vw; } }
          @media screen and (max-width: 600px) {
            .news .pager__list__item--prev, .news .pager__list__item--next {
              width: 11.5942vw;
              height: 11.5942vw; } }
          .news .pager__list__item--prev a, .news .pager__list__item--next a {
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            border: none; }
            .news .pager__list__item--prev a:hover, .news .pager__list__item--next a:hover {
              opacity: .7;
              border: none;
              background: none; }
        .news .pager__list__item--prev {
          left: calc( ( 40px + 26px ) * -1); }
          @media screen and (max-width: 900px) {
            .news .pager__list__item--prev {
              left: calc( 8.59375vw * -1); } }
          @media screen and (max-width: 600px) {
            .news .pager__list__item--prev {
              left: calc( 20.04831vw * -1); } }
          .news .pager__list__item--prev + .pager__list__item {
            margin-left: 0; }
        .news .pager__list__item--next {
          right: calc( ( 40px + 26px ) * -1); }
          @media screen and (max-width: 900px) {
            .news .pager__list__item--next {
              right: calc( 8.59375vw * -1); } }
          @media screen and (max-width: 600px) {
            .news .pager__list__item--next {
              right: calc( 20.04831vw * -1); } }

.newsDetail {
  padding-bottom: 80px; }
  @media screen and (max-width: 900px) {
    .newsDetail {
      font-size: 1.5625vw;
      padding-bottom: 10.41667vw; } }
  @media screen and (max-width: 600px) {
    .newsDetail {
      font-size: 3.38164vw;
      padding-bottom: 21.25604vw; } }
  .newsDetail__date {
    font-size: 1.2rem;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal; }
    @media screen and (max-width: 900px) {
      .newsDetail__date {
        font-size: 1.5625vw; } }
    @media screen and (max-width: 600px) {
      .newsDetail__date {
        font-size: 3.38164vw; } }
  .newsDetail__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 28px; }
    @media screen and (max-width: 900px) {
      .newsDetail__cat {
        margin-left: 3.64583vw; } }
    @media screen and (max-width: 600px) {
      .newsDetail__cat {
        margin-left: 6.03865vw; } }
    .newsDetail__cat__item {
      font-size: 1.2rem;
      line-height: 23px;
      min-width: 86px;
      padding: 0 11px;
      text-align: center;
      color: #FFF;
      background: #1D1D1F; }
      @media screen and (max-width: 900px) {
        .newsDetail__cat__item {
          font-size: 1.5625vw;
          line-height: 2.99479vw;
          min-width: 11.19792vw;
          padding: 0 1.43229vw; } }
      @media screen and (max-width: 600px) {
        .newsDetail__cat__item {
          font-size: 2.89855vw;
          line-height: 5.55556vw;
          min-width: 20.77295vw;
          padding: 0 2.657vw; } }
      .newsDetail__cat__item + .newsDetail__cat__item {
        margin-left: 17px; }
        @media screen and (max-width: 900px) {
          .newsDetail__cat__item + .newsDetail__cat__item {
            margin-left: 2.21354vw; } }
        @media screen and (max-width: 600px) {
          .newsDetail__cat__item + .newsDetail__cat__item {
            margin-left: 4.10628vw; } }
  .newsDetail__ttl {
    font-size: 2.4rem;
    line-height: 1.8;
    margin-top: 24px;
    padding-bottom: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal; }
    @media screen and (max-width: 900px) {
      .newsDetail__ttl {
        font-size: 3.125vw;
        margin-top: 3.125vw;
        padding-bottom: 5.20833vw; } }
    @media screen and (max-width: 600px) {
      .newsDetail__ttl {
        font-size: 3.86473vw;
        line-height: 2;
        margin-top: 5.7971vw;
        padding-bottom: 0; } }
  .newsDetail__cont {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 40px;
    padding: 48px 40px 56px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal; }
    @media screen and (max-width: 900px) {
      .newsDetail__cont {
        font-size: 2.08333vw;
        margin-top: 5.20833vw;
        padding: 6.25vw 5.20833vw 7.29167vw; } }
    @media screen and (max-width: 600px) {
      .newsDetail__cont {
        font-size: 3.86473vw;
        line-height: 1.875;
        padding: 13.76812vw 0vw 7.72947vw;
        border-top: none; } }
  .newsDetail__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 32px; }
    @media screen and (max-width: 900px) {
      .newsDetail__share {
        margin-top: 4.16667vw; } }
    @media screen and (max-width: 600px) {
      .newsDetail__share {
        margin-top: 7.72947vw; } }
    .newsDetail__share:before {
      font-size: 1.4rem;
      line-height: 1;
      margin-right: 31px;
      content: 'SHARE';
      letter-spacing: 0.03em;
      color: #333;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      font-style: normal; }
      @media screen and (max-width: 900px) {
        .newsDetail__share:before {
          font-size: 1.82292vw;
          margin-right: 4.03646vw; } }
      @media screen and (max-width: 600px) {
        .newsDetail__share:before {
          font-size: 3.38164vw;
          margin-right: 7.48792vw; } }
    .newsDetail__share li {
      width: 32px;
      height: 32px; }
      @media screen and (max-width: 900px) {
        .newsDetail__share li {
          width: 4.16667vw;
          height: 4.16667vw; } }
      @media screen and (max-width: 600px) {
        .newsDetail__share li {
          width: 7.72947vw;
          height: 7.72947vw; } }
      .newsDetail__share li + li {
        margin-left: 20px; }
        @media screen and (max-width: 900px) {
          .newsDetail__share li + li {
            margin-left: 2.60417vw; } }
        @media screen and (max-width: 600px) {
          .newsDetail__share li + li {
            margin-left: 4.83092vw; } }
    .newsDetail__share a {
      display: block;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .newsDetail__share a:hover {
        opacity: .7; }
  .newsDetail__back {
    margin-top: 56px; }
    @media screen and (max-width: 900px) {
      .newsDetail__back {
        margin-top: 7.29167vw; } }
    @media screen and (max-width: 600px) {
      .newsDetail__back {
        margin-top: 11.5942vw; } }
    .newsDetail__back a {
      font-size: 1.6rem;
      line-height: 64px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      letter-spacing: 0.022em;
      color: #FFF;
      background: #1D1D1F;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-style: normal; }
      @media screen and (max-width: 900px) {
        .newsDetail__back a {
          font-size: 2.08333vw;
          line-height: 8.33333vw; } }
      @media screen and (max-width: 600px) {
        .newsDetail__back a {
          font-size: 4.34783vw;
          line-height: 15.45894vw; } }
      .newsDetail__back a:hover {
        opacity: .7; }
      .newsDetail__back a:before {
        width: 16px;
        height: 16px;
        margin-right: 19px;
        content: '';
        background: url(../img/news/arrow--back.svg) center no-repeat;
        background-size: contain; }
        @media screen and (max-width: 900px) {
          .newsDetail__back a:before {
            width: 2.08333vw;
            height: 2.08333vw;
            margin-right: 2.47396vw; } }
        @media screen and (max-width: 600px) {
          .newsDetail__back a:before {
            width: 3.86473vw;
            height: 3.86473vw;
            margin-right: 4.83092vw; } }

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  text-align: center; }

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
