@charset "UTF-8";
@import url(./base.css);
@import url(./add.css);
@media screen and (min-width: 768px) {
  body {
    font-size: 16px; }

  a[href^="tel:"] {
    pointer-events: none; }

  .only_sp {
    display: none; } }
@media screen and (max-width: 767px) {
  body {
    font-size: 3.4vw;
    min-height: 200vh; }

  body.noscroll {
    overflow: hidden; }

  .fit {
    width: 100%;
    height: auto; }

  .only_pc {
    display: none !important; }

  .only_sp {
    display: block; }

  img {
    height: auto;
    max-width: 100%; } }
.min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

p.pdf {
  position: relative; }
  p.pdf::after {
    content: "";
    background-image: url(../img/pdf.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 1.2em;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    vertical-align: middle; }
p.info a {
  padding-right: 1.5em;
  background-position: center right;
  background-size: 1em;
  background-repeat: no-repeat;
  background-image: url(../img/info.png); }
  p.info a.noicon {
    background-image: none; }
p.txtS {
  font-size: 1.29375rem !important;
  line-height: 2.2; }
p.lead {
  color: #323232;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 2em;
  padding-left: 2%; }

/* BASE */
#container {
  padding-top: 174px;
  width: 100%; }
  body.single-column #container {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 387.63'%3E%3Cg%3E%3Cpath fill='%23e5f4f7' d='M0,0h0c191.31,181.76,549.58,372.63,960,372.63S1728.69,181.76,1920,0H0Z' /%3E%3Cpath fill='%23f2fafb' d='M0,0v143.74c191.31,145.78,549.58,243.9,960,243.9s768.69-98.12,960-243.9V0c-191.31,181.76-549.58,372.63-960,372.63S191.31,181.76,0,0Z' /%3E%3C/g%3E%3C/svg%3E");
    background-size: 1920px 388px;
    background-position: center top;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1921px) {
      body.single-column #container {
        background-size: 100% auto; } }
    @media screen and (max-width: 767px) {
      body.single-column #container {
        background-size: 100vw 23vw;
        background-position: center top 22vw; } }
  body.single-report #container {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 387.63'%3E%3Cg%3E%3Cpath fill='%23f4f9e9' d='M0,0h0c191.31,181.76,549.58,372.63,960,372.63S1728.69,181.76,1920,0H0Z' /%3E%3Cpath fill='%23f9fcf4' d='M0,0v143.74c191.31,145.78,549.58,243.9,960,243.9s768.69-98.12,960-243.9V0c-191.31,181.76-549.58,372.63-960,372.63S191.31,181.76,0,0Z' /%3E%3C/g%3E%3C/svg%3E");
    background-size: 1920px 388px;
    background-position: center top;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1921px) {
      body.single-report #container {
        background-size: 100% auto; } }
    @media screen and (max-width: 767px) {
      body.single-report #container {
        background-size: 100vw 23vw;
        background-position: center top 22vw; } }
  @media screen and (max-width: 1920px) {
    #container {
      overflow-x: hidden; } }
  @media screen and (max-width: 767px) {
    #container {
      padding-top: 24vw; } }

.inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .inner {
      width: 100%;
      padding: 0 7vw; } }

/*header*/
#header {
  padding: 25px 0;
  position: relative;
  z-index: 10;
  position: fixed;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #header {
      top: 0;
      left: 50%;
      transform: translateX(-50%); } }
  @media screen and (max-width: 767px) {
    #header {
      padding: 0;
      border-bottom: 1px solid rgba(84, 108, 124, 0.2);
      top: 0;
      left: 0; } }

.mainHeader {
  background: #fff;
  padding: 20px 0;
  z-index: 10;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .mainHeader {
      width: 1100px;
      border-radius: 9999px; } }
  @media screen and (max-width: 767px) {
    .mainHeader {
      width: 100%;
      padding: 0; }
      .mainHeader .triger_wrap {
        width: 6vw;
        height: 6vw;
        position: absolute;
        top: 5vw;
        right: 5vw; }
        .mainHeader .triger_wrap .menu-trigger {
          display: block;
          width: 100%;
          height: 100%;
          cursor: pointer;
          z-index: 99;
          position: relative; }
          .mainHeader .triger_wrap .menu-trigger span {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 2px;
            background-color: #546c7c;
            transition: all 0.2s ease-in; }
            .mainHeader .triger_wrap .menu-trigger span:nth-of-type(1) {
              margin-top: -1.8vw; }
            .mainHeader .triger_wrap .menu-trigger span:nth-of-type(2) {
              background-color: #546c7c; }
            .mainHeader .triger_wrap .menu-trigger span:nth-of-type(3) {
              background-color: #546c7c; }
            .mainHeader .triger_wrap .menu-trigger span:nth-of-type(4) {
              margin-top: 1.8vw; }
          .mainHeader .triger_wrap .menu-trigger.active span:nth-of-type(1) {
            display: none; }
          .mainHeader .triger_wrap .menu-trigger.active span:nth-of-type(2) {
            transform: rotate(30deg);
            margin-top: 0;
            background-color: #546c7c; }
          .mainHeader .triger_wrap .menu-trigger.active span:nth-of-type(3) {
            transform: rotate(-30deg);
            margin-top: 0;
            background-color: #546c7c; }
          .mainHeader .triger_wrap .menu-trigger.active span:nth-of-type(4) {
            display: none; } }
  .mainHeader .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 767px) {
      .mainHeader .inner {
        padding: 0; } }
    .mainHeader .inner #logo {
      width: 155px; }
      .mainHeader .inner #logo img {
        width: 100%;
        height: auto; }
      @media screen and (max-width: 767px) {
        .mainHeader .inner #logo {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: flex-end;
          padding: 4vw 5vw; }
          .mainHeader .inner #logo .headerLogo {
            width: 40%; }
          .mainHeader .inner #logo .smtbLogo {
            width: 40%; } }
    @media screen and (min-width: 768px) {
      .mainHeader .inner .navArea {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        flex: 1;
        gap: 1.2rem; } }
    @media screen and (max-width: 767px) {
      .mainHeader .inner .navArea {
        display: none;
        overflow-y: scroll;
        position: fixed;
        left: 0;
        top: 24vw;
        width: 100%;
        background-color: #f7f9fb;
        padding-bottom: 10vw; } }
    @media screen and (min-width: 768px) {
      .mainHeader .inner .navArea .hdUpper {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 1rem;
        position: relative;
        padding-right: 120px; } }
    @media screen and (min-width: 768px) {
      .mainHeader .inner .navArea .hdLower {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 1rem;
        position: relative; } }
    .mainHeader .inner .navArea .hdLower .smtbLogo {
      border-left: #dcdcdc solid 1px;
      display: block;
      margin: 0;
      padding: 0 0 0 30px;
      width: 180px; }
      .mainHeader .inner .navArea .hdLower .smtbLogo img {
        width: 100%;
        height: auto; }
    .mainHeader .inner .navArea #searchform {
      position: relative; }
      @media screen and (max-width: 767px) {
        .mainHeader .inner .navArea #searchform {
          padding: 5vw;
          border-top: 1px solid rgba(84, 108, 124, 0.2); } }
      .mainHeader .inner .navArea #searchform #s {
        background-color: rgba(84, 108, 124, 0.1);
        border-radius: 9999px;
        width: 100%;
        padding-right: 30px;
        min-height: 1.6rem;
        padding: .3rem 30px .3rem 1rem; }
        @media screen and (min-width: 768px) {
          .mainHeader .inner .navArea #searchform #s {
            width: 430px; } }
      .mainHeader .inner .navArea #searchform button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .mainHeader .inner .navArea #searchform button {
            right: 8vw; } }
    @media screen and (min-width: 768px) {
      .mainHeader .inner .navArea .headerLink {
        display: flex;
        align-items: center;
        gap: 1rem; } }
    @media screen and (max-width: 767px) {
      .mainHeader .inner .navArea .headerLink {
        width: 100%; }
        .mainHeader .inner .navArea .headerLink a.btn {
          width: 100%;
          border-radius: 0;
          padding: 4vw 8vw 4vw 5vw;
          font-size: 4vw; } }
    @media screen and (min-width: 768px) {
      .mainHeader .inner .navArea nav.gnav ul {
        align-items: center;
        display: flex; } }
    .mainHeader .inner .navArea nav.gnav ul li {
      padding: 0 .5em; }
      @media screen and (max-width: 767px) {
        .mainHeader .inner .navArea nav.gnav ul li {
          padding: 0; }
          .mainHeader .inner .navArea nav.gnav ul li a {
            display: block;
            font-size: 4vw;
            padding: 4vw 8vw 4vw 5vw;
            border-bottom: 1px solid #ccc;
            line-height: 1.6;
            position: relative; }
            .mainHeader .inner .navArea nav.gnav ul li a::after {
              content: '';
              width: 2.6vw;
              height: 2.6vw;
              border: 0;
              border-top: solid 2px #666;
              border-right: solid 2px #666;
              position: absolute;
              top: 50%;
              transform: translateY(-50%) rotate(45deg);
              right: 3vw;
              margin: auto; } }
    .mainHeader .inner .navArea .headerSNS {
      display: flex;
      align-items: center;
      gap: 1rem; }
      @media screen and (min-width: 768px) {
        .mainHeader .inner .navArea .headerSNS {
          position: absolute;
          right: 0;
          top: -50px; } }
      @media screen and (max-width: 767px) {
        .mainHeader .inner .navArea .headerSNS {
          padding: 5vw;
          justify-content: center; } }
      .mainHeader .inner .navArea .headerSNS a.sns {
        display: block;
        width: 26px;
        height: 26px; }
        .mainHeader .inner .navArea .headerSNS a.sns img {
          width: 100%;
          height: auto; }

/* MAIN */
#main {
  padding-bottom: 140px; }
  body.home #main {
    background: url("../img/bg_top.svg") no-repeat center bottom;
    background-size: 1920px 1000px;
    position: relative; }
    @media screen and (max-width: 767px) {
      body.home #main {
        background-size: 110vw 56vw; } }
    body.home #main::before {
      content: "";
      width: 100%;
      height: 175px;
      background-color: #e5f4f7;
      position: absolute;
      top: -174px;
      left: 0;
      z-index: 0; }
      @media screen and (max-width: 767px) {
        body.home #main::before {
          height: 150vw;
          top: -3vw; } }
  @media screen and (min-width: 1921px) {
    body.home #main {
      background-size: 100% auto; } }
  @media screen and (max-width: 767px) {
    #main {
      padding-bottom: 12vw; } }

.mainKvWrap .swiper {
  padding-bottom: 50px; }
  .mainKvWrap .swiper .swiper-pagination-bullet {
    margin: 0 10px !important;
    background-color: #0095b2; }
  .mainKvWrap .swiper .swiper-pagination-bullet-active {
    background-color: #0095b2;
    width: 10px;
    height: 10px; }
.mainKvWrap .swiper-slide {
  width: 850px !important;
  height: auto;
  padding: 25px; }
  @media screen and (max-width: 767px) {
    .mainKvWrap .swiper-slide {
      width: 95% !important;
      height: auto;
      padding-bottom: 0px; } }
  .mainKvWrap .swiper-slide .swiper-slide-inner {
    background: #FFF;
    box-shadow: 0 0 10px 3px rgba(0, 149, 178, 0.25);
    border-radius: 90px 20px 20px 20px;
    width: 100%;
    height: 100%;
    max-height: 496px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .mainKvWrap .swiper-slide .swiper-slide-inner {
        max-height: 138vw;
        border-radius: 13vw 5vw 5vw 5vw; } }
  .mainKvWrap .swiper-slide .kvWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 50px;
    height: 100%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .mainKvWrap .swiper-slide .kvWrap {
        padding: 5vw 8vw; } }
    .mainKvWrap .swiper-slide .kvWrap.kvAbout {
      flex-wrap: nowrap; }
      @media screen and (max-width: 767px) {
        .mainKvWrap .swiper-slide .kvWrap.kvAbout {
          flex-direction: column;
          width: 90%;
          margin: 0 auto;
          align-items: center;
          justify-content: space-between; } }
      .mainKvWrap .swiper-slide .kvWrap.kvAbout .text p {
        font-size: 1rem;
        line-height: 1.8; }
        @media screen and (max-width: 767px) {
          .mainKvWrap .swiper-slide .kvWrap.kvAbout .text p {
            font-size: 2.9333333333vw; } }
      @media screen and (max-width: 767px) {
        .mainKvWrap .swiper-slide .kvWrap.kvAbout .moreLink {
          margin-top: 8vw; } }
      .mainKvWrap .swiper-slide .kvWrap.kvAbout .moreLink a {
        padding: .2em 1em;
        min-width: 200px; }
        @media screen and (max-width: 767px) {
          .mainKvWrap .swiper-slide .kvWrap.kvAbout .moreLink a {
            font-size: 3.4666666667vw;
            min-width: inherit; } }
    .mainKvWrap .swiper-slide .kvWrap.kvCat .kvLeft {
      width: 100%; }
      .mainKvWrap .swiper-slide .kvWrap.kvCat .kvLeft .date {
        font-size: 1rem; }
        @media screen and (max-width: 767px) {
          .mainKvWrap .swiper-slide .kvWrap.kvCat .kvLeft .date {
            font-size: 3.7333333333vw; } }
      .mainKvWrap .swiper-slide .kvWrap.kvCat .kvLeft .title {
        font-size: 1.875rem;
        font-weight: bold;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
        @media screen and (max-width: 767px) {
          .mainKvWrap .swiper-slide .kvWrap.kvCat .kvLeft .title {
            font-size: 5.3333333333vw; } }
        .mainKvWrap .swiper-slide .kvWrap.kvCat .kvLeft .title a {
          color: #2d2162; }
    .mainKvWrap .swiper-slide .kvWrap.kvCat .kvRight {
      width: 100%;
      display: flex;
      justify-content: flex-end; }
    .mainKvWrap .swiper-slide .kvWrap.kvCat .transform {
      width: 430px;
      height: 240px;
      background-color: #FFF;
      border-radius: 20px; }
      @media screen and (max-width: 767px) {
        .mainKvWrap .swiper-slide .kvWrap.kvCat .transform {
          width: 100%;
          height: 45vw; } }
    @media screen and (min-width: 768px) {
      .mainKvWrap .swiper-slide .kvWrap.kvCat .kvCatBadge {
        position: absolute;
        bottom: 51px;
        left: 30px; } }
    @media screen and (max-width: 767px) {
      .mainKvWrap .swiper-slide .kvWrap.kvCat .kvCatBadge {
        padding: 0 10vw; } }
    .mainKvWrap .swiper-slide .kvWrap.kvColumn {
      background-image: linear-gradient(0deg, #0095b2 3%, rgba(0, 149, 178, 0.75) 3% 34%, rgba(0, 149, 178, 0.15) 34%); }
    .mainKvWrap .swiper-slide .kvWrap.kvReport {
      background-image: linear-gradient(0deg, #8dc21f 3%, rgba(141, 194, 31, 0.75) 3% 34%, rgba(141, 194, 31, 0.15) 34%); }
    .mainKvWrap .swiper-slide .kvWrap.kvSeminar {
      background-image: linear-gradient(0deg, #ef8200 3%, rgba(239, 130, 0, 0.75) 3% 34%, rgba(239, 130, 0, 0.15) 34%); }
      .mainKvWrap .swiper-slide .kvWrap.kvSeminar .transform {
        position: relative; }
        .mainKvWrap .swiper-slide .kvWrap.kvSeminar .transform .newTag {
          position: absolute;
          top: 0;
          left: 0;
          width: 60px;
          height: 60px;
          border-radius: 20px 0 0 0;
          z-index: 1; }
        .mainKvWrap .swiper-slide .kvWrap.kvSeminar .transform .icmovie {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 60px;
          height: 60px;
          border-radius: 100%;
          z-index: 1; }
    .mainKvWrap .swiper-slide .kvWrap.kvFull {
      padding: 0; }

@media screen and (max-width: 767px) {
  .mainKvWrap .swiper-slide .kvWrap.kvAbout .kvRight img {
    width: 90%;
    margin: 0 auto;
    display: block; } }

/* COMMON */
.section {
  padding: 70px 0 70px 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .section {
      padding: 10vw 0; } }
  .section h2 {
    color: #546c7c;
    font-size: 2.1875rem;
    margin-bottom: 2em;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .section h2 {
        font-size: 5.3333333333vw; } }
    .section h2 span {
      display: block;
      font-size: 1.25rem;
      text-transform: capitalize; }
      @media screen and (max-width: 767px) {
        .section h2 span {
          font-size: 2.4vw; } }
    .section h2.line::after {
      background-color: #546c7c;
      content: "";
      height: 1.2em;
      position: absolute;
      bottom: -1.4em;
      width: 1px;
      left: 50%; }
      .report .section h2.line::after {
        background-color: #8dc21f; }
      .seminar .section h2.line::after {
        background-color: #ef8200; }
    .section h2.noLine::after {
      content: none; }
  .section.top::before {
    content: "";
    display: block;
    width: 1920px;
    height: 310px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -155px;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (min-width: 1921px) {
      .section.top::before {
        aspect-ratio: 1920 / 310;
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .section.top::before {
        width: 200vw;
        height: 27vw;
        top: -5vw; } }
  .section.top.column {
    margin-top: 30px;
    padding-top: 0; }
    @media screen and (max-width: 767px) {
      .section.top.column {
        padding-bottom: 10vw; } }
    .section.top.column::before {
      height: 500px;
      top: 0;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 500'%3E%3Cg%3E%3Cpath fill='%23ffffff' style='isolation:isolate;opacity:.5;' d='M1920,469.9c-191.3-166.1-549.6-277.9-960-277.9S191.3,303.8,0,469.9V0h1920v469.9Z' /%3E%3Cpath fill='%23ffffff' d='M960,179.3c410.4,0,768.7,67.1,960,166.7V0H0v346.1c191.3-99.6,549.6-166.7,960-166.7h0Z' /%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (min-width: 1921px) {
        .section.top.column::before {
          aspect-ratio: 1920 / 500;
          width: 100%;
          height: auto; } }
      @media screen and (max-width: 767px) {
        .section.top.column::before {
          height: 27vw; } }
  .section.top.report {
    padding-top: 140px; }
    @media screen and (max-width: 767px) {
      .section.top.report {
        padding: 10vw 0; } }
    .section.top.report::before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 310'%3E%3Cg%3E%3Cpath fill='%23f9fcf4' d='M960,292.4C549.6,292.4,191.3,176,0,3.2v116.8c191.3,110,549.6,184,960,184s768.7-74,960-184V3.2c-191.3,172.8-549.6,289.2-960,289.2h0Z' /%3E%3Cpath fill='%23f2fafb' d='M1920,0H0v3.2c191.3,172.8,549.6,289.2,960,289.2S1728.7,176.1,1920,3.2V0Z' /%3E%3C/g%3E%3C/svg%3E"); }
  .section.top.seminar {
    padding: 140px 0 190px 0; }
    @media screen and (max-width: 767px) {
      .section.top.seminar {
        padding: 10vw 0 25vw 0; } }
    .section.top.seminar::before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 310'%3E%3Cg%3E%3Cpath fill='%23fff9f2' d='M960,292.4C549.6,292.4,191.3,176,0,3.2v116.8c191.3,110,549.6,184,960,184s768.7-74,960-184V3.2c-191.3,172.8-549.6,289.2-960,289.2h0Z' /%3E%3Cpath fill='%23f1f9e5' d='M1920,0H0v3.2c191.3,172.8,549.6,289.2,960,289.2S1728.7,176.1,1920,3.2V0Z' /%3E%3C/g%3E%3C/svg%3E");
      height: 20vw;
      top: -8vw; }
  .section.top.news::before {
    height: 190px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'  preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M960,325.8C549.6,325.8,191.3,195.5,0,0v360h1920V2c-191.3,193.6-549.6,323.8-960,323.8Z' /%3E%%3C/g%3E%3C/svg%3E");
    top: -190px; }
    @media screen and (min-width: 1921px) {
      .section.top.news::before {
        aspect-ratio: 1920 / 190; } }
  @media screen and (max-width: 767px) {
    .section.top.news {
      padding-top: 10vw; } }
  .section.column {
    background-color: #f2fafb; }
    .section.column h2 {
      color: #0095b2; }
      .section.column h2 a {
        color: #0095b2; }
      .section.column h2.line::after {
        background-color: #0095b2; }
  .section.report {
    background-color: #f1f9e5; }
    .section.report h2 {
      color: #8dc21f; }
      .section.report h2 a {
        color: #8dc21f; }
      .section.report h2.line::after {
        background-color: #8dc21f; }
  .section.seminar {
    background-color: #fdf2e5; }
    .section.seminar h2 {
      color: #ef8200; }
      .section.seminar h2 a {
        color: #ef8200; }
      .section.seminar h2.line::after {
        background-color: #ef8200; }
  .section.news h2 a {
    color: #546c7c; }
  .section.catSection {
    padding-bottom: 200px;
    padding-top: 0; }
    @media screen and (max-width: 767px) {
      .section.catSection {
        padding-top: 5vw;
        padding-bottom: 30vw; } }
    .section.catSection.news {
      padding-top: 10vw; }
    .section.catSection.column::before {
      background-color: #f2fafb; }
    .section.catSection.report::before {
      background-color: #f1f9e5; }
    .section.catSection.seminar::before {
      background-color: #fdf2e5; }
    .section.catSection::before, .section.catSection::after {
      content: "";
      display: block;
      width: 1920px;
      height: 360px;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (min-width: 1921px) {
        .section.catSection::before, .section.catSection::after {
          aspect-ratio: 1920 / 360;
          width: 100%;
          height: auto; } }
      @media screen and (max-width: 767px) {
        .section.catSection::before, .section.catSection::after {
          width: 100vw;
          height: 19vw; } }
    .section.catSection::before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'%3E%3Cg%3E%3Cpath fill='%23ffffff' style='isolation:isolate;opacity:.5;' d='M960,358.5C549.6,358.5,191.3,283.6,0,172.3V0h1920v172.3c-191.3,111.3-549.6,186.2-960,186.2Z' /%3E%3Cpath fill='%23ffffff' d='M960,349.9C549.6,349.9,191.3,219.5,0,25.9V0h1920v25.9c-191.3,193.7-549.6,324-960,324Z' /%3E%3C/g%3E%3C/svg%3E");
      top: -190px; }
      @media screen and (max-width: 767px) {
        .section.catSection::before {
          top: -1vw; } }
    .section.catSection::after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 360'  preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M960,325.8C549.6,325.8,191.3,195.5,0,0v360h1920V2c-191.3,193.6-549.6,323.8-960,323.8Z' /%3E%%3C/g%3E%3C/svg%3E");
      bottom: -20px; }
      @media screen and (max-width: 767px) {
        .section.catSection::after {
          bottom: 0; } }
  .section.aboutSection h2 {
    font-size: 1.875rem;
    text-align: left;
    margin-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      .section.aboutSection h2 {
        font-size: 5.3333333333vw; } }
  .section.news h3.year {
    font-size: 2.0625rem;
    text-align: center;
    margin-bottom: 2rem; }
  .section.sns {
    padding: 70px 0 35px 0; }
    @media screen and (max-width: 767px) {
      .section.sns {
        padding: 10vw 0; } }
  .section .secHead {
    position: relative; }
    .section .secHead.circle::before {
      content: "";
      width: 520px;
      height: 520px;
      background: #FFF;
      border-radius: 100%;
      position: absolute;
      top: 230px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 0; }
      @media screen and (max-width: 767px) {
        .section .secHead.circle::before {
          width: 60vw;
          height: 60vw;
          top: 18vw; } }
    .section .secHead.circle h2 {
      position: relative;
      z-index: 1; }
    .section .secHead.searchHead h2 {
      color: #333;
      font-size: 1.5rem; }
      @media screen and (max-width: 767px) {
        .section .secHead.searchHead h2 {
          font-size: 4.8vw; } }
    .section .secHead .secIcon {
      position: relative;
      margin: 0 auto;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .section .secHead .secIcon {
          padding: 0 25vw; } }
  .section .secContent {
    position: relative; }
    .section .secContent .currentTag {
      text-align: center;
      margin: 0 auto 50px auto; }
      @media screen and (max-width: 767px) {
        .section .secContent .currentTag {
          margin-bottom: 7vw; } }
      .section .secContent .currentTag h3.tag {
        border: #0095b2 solid 1px;
        border-radius: 9999px;
        color: #0095b2;
        display: inline-block;
        font-size: 1.5rem;
        padding: .5em 2em;
        line-height: 1;
        font-weight: normal; }
        @media screen and (max-width: 767px) {
          .section .secContent .currentTag h3.tag {
            font-size: 4.2666666667vw;
            padding: .5em 1em; } }

.moreLink {
  margin: 3em auto 0 auto;
  text-align: center; }
  .moreLink a, .moreLink button {
    font-size: 1.1875rem;
    display: inline-block;
    border: 2px solid #546c7c;
    color: #546c7c;
    background-color: #FFF;
    border-radius: 9999px;
    padding: 1em 3em;
    min-width: 325px;
    cursor: pointer;
    transition: all 0.3s ease-in; }
    @media screen and (max-width: 767px) {
      .moreLink a, .moreLink button {
        font-size: 4.5333333333vw;
        min-width: 70vw;
        padding: .7em 2em; } }
    .moreLink a:hover, .moreLink button:hover {
      background-color: #546c7c;
      color: #FFF; }
    .moreLink a.colBlue, .moreLink a.colcolumn, .moreLink button.colBlue, .moreLink button.colcolumn {
      border: 2px solid #0095b2;
      color: #0095b2; }
      .moreLink a.colBlue:hover, .moreLink a.colcolumn:hover, .moreLink button.colBlue:hover, .moreLink button.colcolumn:hover {
        background-color: #0095b2;
        color: #FFF; }
    .moreLink a.colGreen, .moreLink a.colreport, .moreLink button.colGreen, .moreLink button.colreport {
      border: 2px solid #8dc21f;
      color: #8dc21f; }
      .moreLink a.colGreen:hover, .moreLink a.colreport:hover, .moreLink button.colGreen:hover, .moreLink button.colreport:hover {
        background-color: #8dc21f;
        color: #FFF; }
    .moreLink a.colOrange, .moreLink a.colseminar, .moreLink button.colOrange, .moreLink button.colseminar {
      border: 2px solid #ef8200;
      color: #ef8200; }
      .moreLink a.colOrange:hover, .moreLink a.colseminar:hover, .moreLink button.colOrange:hover, .moreLink button.colseminar:hover {
        background-color: #ef8200;
        color: #FFF; }

.btn {
  background-color: #546c7c;
  color: #FFF;
  font-weight: bold;
  border-radius: 9999px;
  padding: .25rem 1rem;
  display: inline-block; }
  .btn.btnNisa {
    background-color: #ff805a; }

.transform {
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden; }
  .transform a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px; }
    .transform a:hover img {
      transform: scale(1.1, 1.1); }
      .transform a:hover img.newTag, .transform a:hover img.icmovie {
        transform: scale(1, 1); }
  .transform img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s; }
    @media screen and (max-width: 767px) {
      .transform img {
        border-radius: 2vw; } }

.tab_panel {
  display: none;
  transition: all 0.3s ease-in; }
  .tab_panel.active {
    display: block; }

.marker {
  background-color: #546c7c;
  color: #fff;
  display: block;
  font-style: normal;
  padding: 3px 15px;
  text-align: center;
  border-radius: 9999px;
  font-size: 0.875rem; }
  @media screen and (max-width: 767px) {
    .marker {
      font-size: 3.7333333333vw;
      padding: .5vw 2vw; } }
  .marker.column, .marker.news-column {
    background-color: #0095b2; }
  .marker.report, .marker.news-report {
    background-color: #8dc21f; }
  .marker.seminar, .marker.news-seminar {
    background-color: #ef8200; }
  .marker.info, .marker.pdf {
    background-color: #546c7c; }

ul.tagArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5em;
  margin-top: 1em; }
  ul.tagArea li a {
    border: #0095b2 solid 1px;
    border-radius: 9999px;
    color: #0095b2;
    display: block;
    font-size: 0.8125rem;
    padding: .5em 13px;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      ul.tagArea li a {
        font-size: 3.2vw; } }
    ul.tagArea li a:hover {
      background-color: #0095b2;
      color: #fff; }
ul.colboxArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px; }
  @media screen and (max-width: 767px) {
    ul.colboxArea {
      gap: 5vw; } }
  ul.colboxArea .colBox {
    width: calc(calc(100% - 60px) / 3); }
    @media screen and (max-width: 767px) {
      ul.colboxArea .colBox {
        width: calc(calc(100% - 5vw) / 2); } }
    ul.colboxArea .colBox h3 {
      font-size: 1.1875rem;
      color: #2d2162;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      margin-top: .5em; }
      ul.colboxArea .colBox h3 a {
        color: #2d2162; }
      @media screen and (max-width: 767px) {
        ul.colboxArea .colBox h3 {
          font-size: 3.7333333333vw; } }
    ul.colboxArea .colBox .transform {
      height: 200px;
      position: relative; }
      @media screen and (max-width: 767px) {
        ul.colboxArea .colBox .transform {
          height: 28vw; } }
    ul.colboxArea .colBox .txtArea {
      margin-top: 1em; }
    ul.colboxArea .colBox .tagArea {
      justify-content: flex-start; }
ul.columnList .colBox .txtArea .ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }
@media screen and (min-width: 768px) {
  ul.columnList .colBox .txtArea h3 {
    height: 60px; } }
@media screen and (max-width: 767px) {
  ul.columnList .colBox .txtArea h3 {
    -webkit-line-clamp: 3;
    height: 4.5em; } }
ul.columnList .colBox:nth-of-type(1) {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    ul.columnList .colBox:nth-of-type(1) {
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    ul.columnList .colBox:nth-of-type(1) .transform {
      width: 42%;
      order: 2;
      height: 280px; } }
  @media screen and (max-width: 767px) {
    ul.columnList .colBox:nth-of-type(1) .transform {
      width: 100%;
      height: 56vw; } }
  @media screen and (min-width: 768px) {
    ul.columnList .colBox:nth-of-type(1) .txtArea {
      margin-top: 0;
      width: 56%;
      order: 1; } }
  @media screen and (max-width: 767px) {
    ul.columnList .colBox:nth-of-type(1) .txtArea {
      width: 100%; } }
  ul.columnList .colBox:nth-of-type(1) h3 {
    font-size: 1.625rem;
    height: auto; }
    @media screen and (max-width: 767px) {
      ul.columnList .colBox:nth-of-type(1) h3 {
        font-size: 5.6vw; } }
@media screen and (max-width: 767px) {
  .column.top ul.columnList .colBox:nth-of-type(n+4) {
    display: none; } }
ul.reportList {
  gap: 60px 30px; }
  @media screen and (max-width: 767px) {
    ul.reportList {
      gap: 10vw; } }
  ul.reportList .colBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 60px;
    background-size: 20px 2px;
    background-image: linear-gradient(to right, #8dc21f 10px, transparent 10px);
    background-repeat: repeat-x;
    background-position: left bottom; }
    @media screen and (max-width: 767px) {
      ul.reportList .colBox {
        padding-bottom: 10vw; } }
    ul.reportList .colBox .colHead {
      width: 100%;
      margin-bottom: 1.5em;
      order: 1; }
      ul.reportList .colBox .colHead h3 {
        font-size: 1.8125rem;
        -webkit-line-clamp: unset; }
        @media screen and (max-width: 767px) {
          ul.reportList .colBox .colHead h3 {
            font-size: 5.6vw; } }
    ul.reportList .colBox .transform {
      width: 48%;
      height: 315px;
      order: 2 !important; }
      @media screen and (max-width: 767px) {
        ul.reportList .colBox .transform {
          width: 100%;
          height: 56vw; } }
    ul.reportList .colBox .txtArea {
      width: 50%;
      order: 3 !important; }
      @media screen and (max-width: 767px) {
        ul.reportList .colBox .txtArea {
          width: 100%; } }
      ul.reportList .colBox .txtArea a[href*=".pdf"] {
        border: 1px solid #8dc21f;
        display: inline-block;
        padding: 3px 20px;
        border-radius: 9999px;
        font-size: 1.1875rem;
        font-weight: bold;
        margin-top: 1rem; }
        @media screen and (max-width: 767px) {
          ul.reportList .colBox .txtArea a[href*=".pdf"] {
            font-size: 3.7333333333vw; } }
        ul.reportList .colBox .txtArea a[href*=".pdf"]::after {
          content: "";
          display: inline-flex;
          align-items: center;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          margin-left: 10px;
          background-image: url("../img/pdf.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: auto 20px; }
    .report.top ul.reportList .colBox {
      background-image: none; }
      .report.top ul.reportList .colBox:nth-of-type(n+2) {
        width: calc(calc(100% - 30px) / 2);
        justify-content: flex-start;
        flex-direction: column; }
        @media screen and (max-width: 767px) {
          .report.top ul.reportList .colBox:nth-of-type(n+2) {
            width: calc(calc(100% - 10vw) / 2); } }
        .report.top ul.reportList .colBox:nth-of-type(n+2) h3 {
          -webkit-line-clamp: 3;
          min-height: 4.5em;
          font-size: 1.0625rem; }
          @media screen and (max-width: 767px) {
            .report.top ul.reportList .colBox:nth-of-type(n+2) h3 {
              font-size: 3.7333333333vw;
              line-height: 1.6; } }
        .report.top ul.reportList .colBox:nth-of-type(n+2) .transform {
          width: 100%;
          height: 315px; }
          @media screen and (max-width: 767px) {
            .report.top ul.reportList .colBox:nth-of-type(n+2) .transform {
              height: 27vw; } }
        .report.top ul.reportList .colBox:nth-of-type(n+2) .txtArea {
          display: none; }
ul.seminarList {
  gap: 60px 30px; }
  @media screen and (max-width: 767px) {
    ul.seminarList {
      gap: 5vw; } }
  ul.seminarList .colBox .transform {
    height: 176px; }
    @media screen and (max-width: 767px) {
      ul.seminarList .colBox .transform {
        height: auto; } }
    ul.seminarList .colBox .transform .newTag {
      display: none; }
    ul.seminarList .colBox .transform p, ul.seminarList .colBox .transform a, ul.seminarList .colBox .transform img.transform {
      width: 100%;
      height: 100%; }
    ul.seminarList .colBox .transform img.icmovie {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      height: 60px; }
      @media screen and (max-width: 767px) {
        ul.seminarList .colBox .transform img.icmovie {
          width: 10vw;
          height: 10vw; } }
  ul.seminarList .colBox:nth-of-type(1) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    ul.seminarList .colBox:nth-of-type(1) h3 {
      font-size: 1.625rem; }
      @media screen and (max-width: 767px) {
        ul.seminarList .colBox:nth-of-type(1) h3 {
          font-size: 5.6vw; } }
    ul.seminarList .colBox:nth-of-type(1) .transform {
      width: 45%;
      height: 252px;
      order: 1; }
      @media screen and (max-width: 767px) {
        ul.seminarList .colBox:nth-of-type(1) .transform {
          width: 100%;
          height: auto; } }
    ul.seminarList .colBox:nth-of-type(1) .txtArea {
      width: 52%;
      order: 2; }
      @media screen and (max-width: 767px) {
        ul.seminarList .colBox:nth-of-type(1) .txtArea {
          width: 100%; } }
  @media screen and (max-width: 767px) {
    .seminar.top ul.seminarList .colBox:nth-of-type(n+4) {
      display: none; } }
ul.rankingList {
  display: flex;
  flex-wrap: wrap;
  gap: 23px; }
  @media screen and (max-width: 767px) {
    ul.rankingList {
      gap: 5vw;
      flex-direction: column; } }
  ul.rankingList li {
    width: calc(calc(100% - 92px) / 5); }
    @media screen and (max-width: 767px) {
      ul.rankingList li {
        width: 100%; }
        ul.rankingList li > a {
          display: flex;
          justify-content: flex-start; } }
    ul.rankingList li .transform {
      width: 100%;
      height: 118px; }
      @media screen and (max-width: 767px) {
        ul.rankingList li .transform {
          width: 30%;
          height: 14vw; } }
    ul.rankingList li .txt {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      margin-top: 1.2em; }
      @media screen and (max-width: 767px) {
        ul.rankingList li .txt {
          width: 70%;
          margin-top: 0;
          padding-left: 3vw; } }
      ul.rankingList li .txt .num {
        font-family: "PT Serif", serif;
        font-weight: 400;
        font-style: italic;
        font-size: 2.125rem;
        color: #0095b2;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          ul.rankingList li .txt .num {
            font-size: 8vw; } }
      ul.rankingList li .txt .title {
        flex: 1;
        padding-left: 1em;
        font-size: 1.0625rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
        @media screen and (max-width: 767px) {
          ul.rankingList li .txt .title {
            font-size: 3.2vw; } }
ul.newsList {
  margin-bottom: 50px; }
  ul.newsList li {
    border-top: #dcdcdc solid 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 26px 0 26px 30px; }
    @media screen and (max-width: 767px) {
      ul.newsList li {
        gap: 3vw;
        padding: 3vw 0;
        align-items: center; } }
    ul.newsList li:last-child {
      border-bottom: #dcdcdc solid 1px; }
    ul.newsList li .date {
      color: #787878;
      text-align: right;
      width: 80px; }
      @media screen and (max-width: 767px) {
        ul.newsList li .date {
          width: 20vw;
          text-align: left; } }
    ul.newsList li i {
      background-color: #546c7c;
      color: #fff;
      display: block;
      font-style: normal;
      padding: 3px 0;
      text-align: center;
      border-radius: 9999px;
      width: 100px;
      font-size: 0.875rem; }
      @media screen and (max-width: 767px) {
        ul.newsList li i {
          font-size: 3.7333333333vw;
          padding: .5vw 2vw;
          width: 25vw; } }
      ul.newsList li i.column {
        background-color: #0095b2; }
      ul.newsList li i.report {
        background-color: #8dc21f; }
      ul.newsList li i.seminar {
        background-color: #ef8200; }
      ul.newsList li i.info, ul.newsList li i.pdf {
        background-color: #546c7c; }
    @media screen and (min-width: 768px) {
      ul.newsList li p {
        flex: 1; } }
    @media screen and (max-width: 767px) {
      ul.newsList li p {
        width: 100%;
        display: block; } }
ul.searchList {
  margin-bottom: 50px; }
  ul.searchList li {
    border-top: #dcdcdc solid 1px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    padding: 20px 0 20px 30px; }
    @media screen and (max-width: 767px) {
      ul.searchList li {
        gap: 3vw;
        padding: 3vw 0; } }
    ul.searchList li:last-child {
      border-bottom: #dcdcdc solid 1px; }
    ul.searchList li h3 {
      font-size: 1.0625rem;
      color: #2d2162; }
      ul.searchList li h3 a {
        color: #2d2162; }
      @media screen and (max-width: 767px) {
        ul.searchList li h3 {
          font-size: 3.7333333333vw; } }
    ul.searchList li .date {
      color: #787878;
      text-align: right;
      width: 80px; }
      @media screen and (max-width: 767px) {
        ul.searchList li .date {
          width: 20vw;
          text-align: left; } }
    @media screen and (min-width: 768px) {
      ul.searchList li p {
        flex: 1; } }
    @media screen and (max-width: 767px) {
      ul.searchList li p {
        width: 100%;
        display: block; } }
ul.snsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px; }
  @media screen and (max-width: 767px) {
    ul.snsList {
      gap: 3vw; } }
  @media screen and (max-width: 767px) {
    ul.snsList li {
      width: 10vw; } }

/* CONTENTS */
.ranking {
  margin-top: 70px; }
  @media screen and (max-width: 767px) {
    .ranking {
      margin-top: 15vw; } }
  .ranking h4 {
    font-size: 1.5625rem;
    color: #0095b2;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1.5em; }
    @media screen and (max-width: 767px) {
      .ranking h4 {
        font-size: 4.8vw; } }
  .ranking .tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5em;
    margin-bottom: 2em; }
    .ranking .tab .tab_label {
      padding: .5em 5em;
      letter-spacing: .1em;
      border-bottom: 3px solid rgba(84, 108, 124, 0.3);
      cursor: pointer;
      transition: all 0.3s ease-in; }
      @media screen and (max-width: 767px) {
        .ranking .tab .tab_label {
          padding: 1vw 6vw; } }
      .ranking .tab .tab_label.active {
        border-color: #0095b2; }

.aboutBox {
  border: 1px solid rgba(127, 145, 157, 0.75);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .aboutBox {
      padding: 5vw 4vw; } }
  .aboutBox .text {
    font-size: 1.3125rem;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .aboutBox .text {
        text-align: center;
        font-size: 3.2vw;
        line-height: 2.4; } }

.activityList {
  display: flex;
  flex-direction: column;
  gap: 60px; }
  @media screen and (max-width: 767px) {
    .activityList {
      gap: 10vw; } }
  .activityList li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .activityList li {
        flex-direction: column;
        align-items: center;
        gap: 5vw;
        padding: 5vw 5vw 20vw 5vw;
        position: relative; } }
    .activityList li .detail {
      width: calc(100% - 260px);
      text-align: left; }
      @media screen and (max-width: 767px) {
        .activityList li .detail {
          width: 100%; } }
      .activityList li .detail h3 {
        font-size: 1.875rem;
        line-height: 1.4; }
        @media screen and (max-width: 767px) {
          .activityList li .detail h3 {
            font-size: 5.8666666667vw; } }
      .activityList li .detail .slug {
        font-size: 1.3125rem;
        display: block;
        font-weight: normal; }
        @media screen and (max-width: 767px) {
          .activityList li .detail .slug {
            font-size: 4vw; } }
      .activityList li .detail .text {
        font-size: 1.3125rem;
        margin-top: 30px; }
        @media screen and (max-width: 767px) {
          .activityList li .detail .text {
            font-size: 3.4666666667vw;
            margin-top: 3vw; } }
      .activityList li .detail .moreLink {
        text-align: left; }
        @media screen and (max-width: 767px) {
          .activityList li .detail .moreLink {
            position: absolute;
            bottom: 5vw;
            left: 50%;
            transform: translateX(-50%); } }
        .activityList li .detail .moreLink a {
          padding: .2em 1em;
          min-width: 200px;
          text-align: center; }
          @media screen and (max-width: 767px) {
            .activityList li .detail .moreLink a {
              font-size: 3.7333333333vw;
              min-width: inherit; } }
    .activityList li .img {
      width: 240px; }
      @media screen and (max-width: 767px) {
        .activityList li .img {
          width: 80%; }
          .activityList li .img img {
            width: 100%;
            height: auto; } }
    .activityList li.acColumn {
      background-color: rgba(0, 149, 178, 0.1); }
      .activityList li.acColumn h3, .activityList li.acColumn .slug, .activityList li.acColumn a {
        color: #0095b2; }
    .activityList li.acReport {
      background-color: rgba(141, 194, 31, 0.1); }
      .activityList li.acReport h3, .activityList li.acReport .slug, .activityList li.acReport a {
        color: #8dc21f; }
    .activityList li.acSeminar {
      background-color: rgba(239, 130, 0, 0.1); }
      .activityList li.acSeminar h3, .activityList li.acSeminar .slug, .activityList li.acSeminar a {
        color: #ef8200; }

/*
 FOOTER
*/
.pagetop {
  position: fixed;
  bottom: 3vh;
  right: 3vw;
  z-index: 10; }
  .pagetop a {
    display: block;
    background-color: #ef8200;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 100%; }
    @media screen and (max-width: 767px) {
      .pagetop a {
        width: 14vw;
        height: 14vw; } }
    .pagetop a::after {
      content: '';
      width: 30px;
      height: 30px;
      border: 0;
      border-top: solid 1px #FFF;
      border-left: solid 1px #FFF;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -30%) rotate(45deg); }
      @media screen and (max-width: 767px) {
        .pagetop a::after {
          width: 4vw;
          height: 4vw; } }

#footer {
  padding: 80px 0 35px 0;
  position: relative;
  background-color: #e5e9eb; }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 15vw 0 0 0; }
      #footer .inner {
        padding: 0; } }
  #footer::before {
    content: "";
    display: block;
    width: 1920px;
    height: 220px;
    background-color: #e5e9eb;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 220'  preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M1920,0v214C1728.7,104,1370.4,30,960,30S191.3,104,0,214V0h1920Z' /%3E%%3C/g%3E%3C/svg%3E");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (min-width: 1921px) {
      #footer::before {
        aspect-ratio: 1920 / 220;
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 767px) {
      #footer::before {
        width: 100vw;
        height: 12vw;
        top: 0vw; } }
  #footer .footerWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    line-height: 2.16;
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 767px) {
      #footer .footerWrap {
        flex-direction: column;
        background: #FFF; } }
    #footer .footerWrap .footerNavi {
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #footer .footerWrap .footerNavi {
          width: 100%;
          border-top: 1px solid #ccc; } }
      #footer .footerWrap .footerNavi ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 1.25em; }
        @media screen and (min-width: 768px) {
          #footer .footerWrap .footerNavi ul li::before {
            content: "|";
            margin-left: 1em;
            margin-right: 1em; }
          #footer .footerWrap .footerNavi ul li:nth-child(1)::before, #footer .footerWrap .footerNavi ul li:nth-child(7)::before {
            content: "";
            margin-left: 0;
            margin-right: 0; }
          #footer .footerWrap .footerNavi ul li:nth-child(7) {
            padding-left: 1em;
            clear: both; } }
        @media screen and (max-width: 767px) {
          #footer .footerWrap .footerNavi ul li {
            width: 100%; }
            #footer .footerWrap .footerNavi ul li a {
              display: block;
              text-align: left;
              font-size: 3.4666666667vw;
              padding: 3vw 8vw 3vw 5vw;
              border-bottom: 1px solid #ccc;
              line-height: 1.6;
              position: relative; }
              #footer .footerWrap .footerNavi ul li a::after {
                content: '';
                width: 2.6vw;
                height: 2.6vw;
                border: 0;
                border-top: solid 2px #666;
                border-right: solid 2px #666;
                position: absolute;
                top: 50%;
                transform: translateY(-50%) rotate(45deg);
                right: 3vw;
                margin: auto; } }
    #footer .footerWrap br.spOnly {
      display: block; }
      @media screen and (min-width: 768px) {
        #footer .footerWrap br.spOnly br.spOnly {
          display: none; } }
    #footer .footerWrap .footerTextBlock {
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #footer .footerWrap .footerTextBlock {
          width: 100%;
          text-align: left;
          line-height: 1.6; }
          #footer .footerWrap .footerTextBlock .footerText {
            font-size: 3.2vw;
            line-height: 1.75;
            padding: 5vw; }
          #footer .footerWrap .footerTextBlock .copyright {
            font-size: 2.6666666667vw;
            text-align: center;
            border-top: 1px solid #ccc;
            padding: 5vw 0; } }

.nisaWrap #main {
  padding: 0; }
.nisaWrap ul.colboxArea .colBox .newTag {
  display: none; }
@media screen and (min-width: 768px) {
  .nisaWrap.nisaTop {
    position: relative; }
    .nisaWrap.nisaTop::before {
      content: "";
      width: 100%;
      height: 175px;
      background-color: #FFF5E1;
      position: absolute;
      top: -174px;
      left: 0;
      z-index: 0; } }
@media screen and (max-width: 767px) {
  .nisaWrap .nisaColumn .inner {
    padding: 0 7vw !important; }
  .nisaWrap .nisaColumn ul.colboxArea .colBox {
    width: 100% !important; } }

@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 55%;
    right: auto !important;
    transform: translateX(-550px); } }
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0; } }

@media screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 55%;
    left: auto !important;
    transform: translateX(550px); } }
@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0; } }

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1.5rem !important;
  color: #546c7c !important; }

/*column article*/
.article {
  padding: 80px 0 180px; }
  .article .inner .ttlArea {
    margin: 0 auto 80px; }
    .article .inner .ttlArea .date + img {
      border-radius: 20px; }
  .article .inner p.ttl {
    color: #323232;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 auto 1em; }
  .article .inner p.date {
    color: #787878;
    font-size: 1rem;
    margin: 0 auto 3em; }
  .article .inner h3 {
    color: #2d2162;
    font-size: 1.75rem;
    font-weight: bold;
    margin: 0 auto 0.5em; }
  .article .inner .txtArea {
    color: #323232;
    margin: 0 auto 100px; }
    .article .inner .txtArea p {
      font-size: 1.25rem;
      line-height: 2.16;
      margin: 0 auto 2em; }
    .article .inner .txtArea .imgArea {
      display: flex;
      justify-content: center;
      margin: 0 auto 40px; }
      .article .inner .txtArea .imgArea .inner h4 {
        font-size: 1.125rem;
        font-weight: bold;
        margin: 0 auto 2em;
        text-align: center; }
      .article .inner .txtArea .imgArea .inner img {
        margin: 0 0 10px; }
      .article .inner .txtArea .imgArea .inner ul.cap {
        font-size: 0.875rem;
        line-height: 2.9;
        margin: 0 auto 4em; }
        .article .inner .txtArea .imgArea .inner ul.cap.narrow {
          line-height: 1.75; }
  .article .inner .backBtn {
    text-align: center; }
    .article .inner .backBtn a {
      border: #0095b2 solid 1px;
      box-sizing: border-box;
      color: #0095b2;
      display: inline-block;
      font-size: 1rem;
      padding: 0.75em 3.85em; }
  .article .inner .imgC {
    display: block;
    width: 100%;
    margin: 2rem auto;
    text-align: center; }

.article .inner .txtArea a {
  text-decoration: underline; }

.Report.top .inner ul.colboxArea li.colBox .desc p a,
#report .inner ul.colboxArea li.colBox .txtArea a.noicon,
body.single-report .article .inner .txtArea a {
  background-image: url(../img/pdf.png);
  background-position: center right .5em;
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  text-decoration: none;
  color: #2D2162;
  font-weight: bold;
  line-height: 1.63;
  border: 1px solid #8dc21f;
  display: inline-block;
  padding: 3px 2em 3px 20px;
  border-radius: 9999px;
  font-size: 1.1875rem;
  font-weight: bold;
  margin-top: 1rem; }

.Report.top .inner ul.colboxArea li.colBox .desc p a.noicon,
#report .inner ul.colboxArea li.colBox .txtArea p a.noicon,
body.single-report .article .inner .txtArea a.noicon {
  background-image: none;
  padding-right: 20px; }

@media screen and (min-width: 768px) {
  .article .inner .imgC.w70 {
    width: 70%; }

  .article .inner .imgC.w80 {
    width: 80%; }

  .article .inner .imgC.w90 {
    width: 90%; } }
.article .inner p.cap {
  font-size: .875rem;
  text-align: left; }

.article .inner .txtArea .cap_b {
  font-size: 1rem;
  text-align: left; }

@media screen and (max-width: 767px) {
  .article .inner .txtArea .cap_b {
    font-size: 3.333vw; }

  .Report.top .inner ul.colboxArea li.colBox .desc p a, #report .inner ul.colboxArea li.colBox .desc p a, .article .inner .txtArea a {
    font-size: 4vw; }

  /*article*/
  .article {
    padding: 10.54vw 0 16.66vw; }

  .article .inner p.ttl {
    font-size: 3.88vw; }

  .article .inner p.date {
    font-size: 3.05vw; }

  .article .inner h3 {
    font-size: 5vw; }

  .article .inner .ttlArea {
    margin: 0 auto 10vw; }

  .article .inner .txtArea {
    margin: 0 auto 13vw; }

  .article .inner .txtArea p {
    font-size: 3.61vw; }

  .article .inner .txtArea .imgArea {
    margin: 0 auto 5.2vw; }

  .article .inner .txtArea .imgArea .inner h4 {
    font-size: 3.5vw; }

  .article .inner .txtArea .imgArea .inner ul.cap {
    font-size: 3vw; }

  .article .inner .backBtn a {
    font-size: 3.75vw; } }
.navigation.pagination .screen-reader-text {
  display: none; }
.navigation.pagination .nav-links {
  text-align: center; }
  .navigation.pagination .nav-links a, .navigation.pagination .nav-links span {
    display: inline-block;
    line-height: 1;
    padding: 10px 12px;
    border: 1px solid #CCC; }
    @media screen and (max-width: 767px) {
      .navigation.pagination .nav-links a, .navigation.pagination .nav-links span {
        padding: 2.4vw; } }
  .navigation.pagination .nav-links a:hover,
  .navigation.pagination .nav-links .current {
    background-color: #2d2162;
    border-color: #2d2162;
    color: #FFF; }
  .navigation.pagination .nav-links .dots {
    border: none; }

.up {
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .up.upstyle {
    transform: translateY(0);
    opacity: 1; }
