@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url(../css/normalize.css);
* {
  color: #222222;
  font-size: 16px; }
  @media screen and (max-width: 414px) {
    * {
      font-size: 14px; } }

p, span, div, a, address {
  font-family: 'Noto Sans JP', sans-serif;
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: normal; }
  @media screen and (max-width: 414px) {
    p, span, div, a, address {
      font-family: 'Noto Sans JP', sans-serif;
      color: #222222;
      font-size: 14px;
      line-height: 1.75;
      letter-spacing: normal; } }

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

ul, ol {
  padding: 0;
  margin: 0; }

address {
  font-style: normal; }

a {
  text-decoration: none;
  font-size: inherit;
  color: inherit; }

a:hover {
  opacity: .5; }

li {
  list-style: none; }

figure {
  margin: 0;
  display: inline;
  line-height: 1; }

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

input[type="text"], input[type="email"], textarea {
  font-size: 16px; }

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder {
  color: #c0c4ce; }

select {
  font-size: 16px; }

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

.globalWrapper {
  margin-top: 110px;
  transition: all 500ms 0s ease; }
  @media screen and (max-width: 1024px) {
    .globalWrapper {
      overflow-x: hidden;
      margin-top: 48px; } }
  .globalWrapper.is_scrolled {
    margin-top: 70px;
    transition: all 500ms 0s ease; }
    @media screen and (max-width: 414px) {
      .globalWrapper.is_scrolled {
        margin-top: 48px; } }

@media screen and (min-width: 1025px) {
  .globalHeader {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    background-color: #fff; }
    .globalHeader-inner {
      padding: 0 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: all 300ms 0s ease; }
      .globalHeader-inner.is_scrolled {
        height: 70px;
        transition: all 300ms 0s ease; }
    .globalHeader-navWrapper {
      display: flex;
      justify-content: space-between; }
    .globalHeader-nav {
      margin: 0 40px;
      display: flex;
      align-items: center; }
      .globalHeader-nav .as_first {
        display: flex;
        justify-content: space-around; }
        .globalHeader-nav .as_first > li {
          height: 110px;
          min-width: 144px;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: bold;
          cursor: pointer; }
          .globalHeader-nav .as_first > li .as_pc-only {
            display: none; }
          .globalHeader-nav .as_first > li:hover {
            background-color: #f7f8fa; }
          .globalHeader-nav .as_first > li > span {
            display: flex;
            align-items: center; }
            .globalHeader-nav .as_first > li > span > img {
              margin-right: .4em; }
          .globalHeader-nav .as_first > li:last-child {
            min-width: 168px; }
      .globalHeader-nav .as_second {
        opacity: 0;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        position: absolute;
        top: 110px;
        width: 290px;
        background-color: #fff;
        border: 3px solid #222222;
        border-radius: 8px;
        left: -70px; }
        .globalHeader-nav .as_second.is_show {
          opacity: 1;
          display: block; }
        .globalHeader-nav .as_second > li {
          height: 60px;
          padding: 0 1em; }
          .globalHeader-nav .as_second > li:not(:first-child) {
            border-top: 3px solid #222222; }
          .globalHeader-nav .as_second > li:before {
            content: "";
            display: inline-block;
            position: absolute;
            top: -21px;
            left: 50%;
            margin-left: -15px;
            border: 12px solid transparent;
            border-bottom: 12px solid #fff;
            z-index: 2; }
          .globalHeader-nav .as_second > li:after {
            content: "";
            display: inline-block;
            position: absolute;
            top: -28px;
            left: 50%;
            margin-left: -17px;
            border: 14px solid transparent;
            border-bottom: 14px solid #222222;
            z-index: 1; }
          .globalHeader-nav .as_second > li > a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 60px;
            width: 100%; }
            .globalHeader-nav .as_second > li > a > i {
              font-size: 14px;
              color: inherit; }
            .globalHeader-nav .as_second > li > a:hover {
              opacity: 1;
              color: #0491ff; }
    .globalHeader-buttonWrapper {
      display: flex;
      align-items: center;
      position: relative; }
    .globalHeader-button {
      background-color: #eb6ea5;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 140px;
      height: 48px;
      border-radius: 24px;
      color: #fff;
      font-size: 12px;
      cursor: pointer;
      transition: opacity 0.2s; }
      .globalHeader-button img {
        margin-right: .5em;
        top: 11px; }
      .globalHeader-button:hover {
        opacity: 0.6; } }
@media all and (-ms-high-contrast: none) {
  .globalHeader-nav .as_second > li:before {
    top: -20px; }

  main {
    height: auto !important; } }
@media screen and (max-width: 1200px) {
  .globalHeader-logo img {
    width: 140px; }
  .globalHeader-nav {
    margin: 0 20px; }
    .globalHeader-nav .as_first > li {
      min-width: 124px; }
      .globalHeader-nav .as_first > li:last-child {
        min-width: 144px; }
        .globalHeader-nav .as_first > li:last-child span {
          font-size: 14px; }
  .globalHeader-inner {
    padding: 0 24px; } }
@media screen and (max-width: 1024px) {
  .globalHeader {
    z-index: 100;
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%; }
    .globalHeader-inner {
      padding: 0;
      position: relative;
      width: 100%; }
    .globalHeader-logo {
      z-index: 1;
      position: fixed;
      padding: 9px 16px;
      width: calc(100% - (16px * 2));
      height: 30px;
      background-color: #fff;
      border-bottom: 1px solid #c0c4ce; }
      .globalHeader-logo img {
        width: 140px; }
    .globalHeader-drawer {
      z-index: 2;
      position: fixed;
      top: 0;
      right: 0;
      width: 48px;
      height: 48px;
      background-color: #ffec5f; }
      .globalHeader-drawer > span:first-child {
        position: absolute;
        top: 17px;
        right: 14px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .globalHeader-drawer > span:last-child {
        position: absolute;
        top: 27px;
        right: 14px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .globalHeader-drawer.is_opened > span:first-child {
        transform: rotate(45deg);
        top: 22px; }
      .globalHeader-drawer.is_opened > span:last-child {
        transform: rotate(-45deg);
        top: 22px; }
    .globalHeader-navWrapper {
      transition: all 300ms 0s ease;
      position: fixed;
      right: -100%;
      padding-top: 48px;
      width: 100%;
      height: 100%;
      overflow: scroll;
      -webkit-overflow-scrolling: touch; }
      .globalHeader-navWrapper.is_show {
        right: 0;
        transition: all 300ms 0s ease; }
        .globalHeader-navWrapper.is_show .as_pc-only {
          display: none; }
    .globalHeader-nav {
      position: relative;
      background-color: #fff;
      padding-bottom: 200px;
      margin: 0; }
      .globalHeader-nav .as_first span {
        display: flex;
        align-items: center;
        height: 50px;
        padding: 0 16px;
        border-bottom: 1px solid #c0c4ce;
        background-color: #f7f8fa;
        font-weight: bold; }
        .globalHeader-nav .as_first span > img {
          margin-right: .4em; }
      .globalHeader-nav .as_second.is_show {
        display: block;
        opacity: 1; }
      .globalHeader-nav .as_second li {
        border-bottom: 1px solid #c0c4ce; }
        .globalHeader-nav .as_second li a {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 15px 16px; }

  .spSearch-top {
    z-index: 101;
    position: fixed;
    top: 0;
    right: 48px;
    width: 48px;
    height: 48px;
    background-color: #eb6ea5;
    display: flex;
    align-items: center;
    justify-content: center; }
  .spSearch-bottom {
    transition: all 300ms 0s ease;
    position: fixed;
    bottom: -65px;
    width: calc(100% - (16px * 2));
    height: 65px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    background-color: #ffec5f;
    justify-content: space-between; }
    .spSearch-bottom.is_show {
      transition: all 300ms 0s ease;
      bottom: 0; }
    .spSearch-bottom li {
      width: 45%;
      height: 48px;
      font-size: 16px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      color: #222222;
      font-weight: bold;
      border: 3px solid #222222;
      border-radius: 24px;
      box-sizing: border-box; }
      .spSearch-bottom li i {
        position: absolute;
        right: 18px;
        font-weight: bold;
        font-size: 19.2px;
        top: 11px; } }
.breadcrumb-outer {
  background-color: #f7f8fa;
  margin-bottom: 80px; }
  @media screen and (max-width: 800px) {
    .breadcrumb-outer {
      display: none; } }

.breadcrumb {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  height: 40px; }
  .breadcrumb > li {
    display: none;
    font-size: 14px;
    color: #a6aab6; }
    .breadcrumb > li i {
      margin: 0 1em;
      font-size: 12px;
      color: #a6aab6; }

main {
  opacity: 0; }

.mainContent {
  margin-bottom: 128px; }
  @media screen and (max-width: 800px) {
    .mainContent {
      margin-top: 56px;
      margin-bottom: 80px; } }
  .mainContent-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px; }
    .mainContent-inner.with_sidebar {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 1024px) {
        .mainContent-inner.with_sidebar {
          display: block;
          width: 100%;
          padding: 0 16px;
          box-sizing: border-box; } }
    .mainContent-inner.as_medium {
      max-width: 960px; }
      @media screen and (max-width: 414px) {
        .mainContent-inner.as_medium {
          padding: 0 16px;
          width: 100%;
          box-sizing: border-box; } }
      @media screen and (max-width: 800px) {
        .mainContent-inner.as_medium.as_list {
          padding: 0; } }
    @media screen and (max-width: 414px) {
      .mainContent-inner {
        width: calc(100% - (16px * 2));
        padding: 0 16px; } }

.innerContent {
  width: 100%; }
  .innerContent.with_sidebar {
    max-width: 736px;
    width: 100%;
    margin-right: 32px; }
    @media screen and (max-width: 1024px) {
      .innerContent.with_sidebar {
        max-width: 100%;
        margin-right: 0; } }

.globalSidebar {
  width: 352px;
  background-color: #fff;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .globalSidebar {
      width: 100%; } }
  .globalSidebar-inner {
    position: static;
    transition: position 1s ease-in-out; }
    .globalSidebar-inner.is-fixed {
      position: fixed;
      top: 120px; }
  .globalSidebar-line {
    margin-bottom: 40px;
    width: 100%;
    height: 4px;
    object-fit: cover;
    vertical-align: bottom; }
    @media screen and (max-width: 414px) {
      .globalSidebar-line {
        margin-bottom: 32px; } }
  .globalSidebar.as_single {
    width: 300px; }
    @media screen and (max-width: 1024px) {
      .globalSidebar.as_single {
        width: 100%; } }

.searchArticle {
  position: relative;
  width: 352px;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .searchArticle {
      width: 100%;
      margin: 64px auto 0; } }
  .searchArticle.as_single {
    width: 300px; }
    @media screen and (max-width: 1024px) {
      .searchArticle.as_single {
        width: 100%; } }
  .searchArticlePcModal {
    position: absolute;
    display: none;
    opacity: 0;
    top: 110px;
    right: 0;
    width: 592px;
    background-color: #fff;
    border: 3px solid #222222;
    border-radius: 8px;
    padding: 32px 24px;
    box-sizing: border-box;
    transition: 0.2s; }
    .searchArticlePcModal.is_show {
      display: block;
      opacity: 1;
      animation-duration: 0.5s;
      animation-name: fade-in;
      -moz-animation-duration: 0.5s;
      -moz-animation-name: fade-in;
      -webkit-animation-duration: 0.5s;
      -webkit-animation-name: fade-in; }
      @media screen and (max-width: 1024px) {
        .searchArticlePcModal.is_show {
          display: none; } }
    .searchArticlePcModal:before {
      content: "";
      position: absolute;
      top: -24px;
      right: 9%;
      margin-left: -15px;
      border: 12px solid transparent;
      border-bottom: 12px solid #fff;
      z-index: 2; }
    .searchArticlePcModal:after {
      content: "";
      position: absolute;
      top: -30px;
      right: 8.7%;
      margin-left: -17px;
      border: 14px solid transparent;
      border-bottom: 14px solid #222222;
      z-index: 1; }
  .searchArticleSpModal {
    display: none; }
    @media screen and (max-width: 1024px) {
      .searchArticleSpModal {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        height: calc( 100vh - 49px );
        width: 100%;
        margin-top: 49px;
        padding: 40px 16px 0;
        box-sizing: border-box;
        display: none;
        overflow: hidden;
        z-index: 10; }
        .searchArticleSpModal.is_show {
          display: block;
          opacity: 1;
          animation-duration: 0.5s;
          animation-name: fade-in;
          -moz-animation-duration: 0.5s;
          -moz-animation-name: fade-in;
          -webkit-animation-duration: 0.5s;
          -webkit-animation-name: fade-in; }
        .searchArticleSpModal-inner {
          max-width: 544px;
          width: 100%;
          margin: 0 auto;
          text-align: center; }
        .searchArticleSpModal-close {
          font-size: 34px;
          color: #a6aab6; }
          .searchArticleSpModal-closeWrapper {
            position: fixed;
            z-index: 11;
            width: 100%;
            height: 76px;
            left: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            border-top: 1px solid #c0c4ce; } }
  .searchArticle-heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    letter-spacing: normal;
    margin-bottom: 24px; }
    .searchArticle-headingWrapper {
      display: flex;
      align-items: flex-start; }
    .searchArticle-heading.as_modal {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold;
      font-size: 24px;
      line-height: 1.5;
      margin: 0;
      letter-spacing: normal;
      margin-bottom: 32px; }
  .searchArticle-icon {
    width: 41px;
    margin-right: 24px; }
  .searchArticle-tags {
    text-align: left;
    margin-bottom: 32px; }
    .searchArticle-tags.as_modal {
      margin-bottom: 0; }
    .searchArticle-tags > span {
      display: inline-block;
      margin-right: .2em;
      margin-bottom: .2em; }
      .searchArticle-tags > span > a {
        display: inline-block;
        background-color: #fff;
        color: #c0c4ce;
        width: auto;
        height: 20px;
        border: solid 2px #c0c4ce;
        border-radius: 12px;
        font-size: 12px;
        font-weight: 500;
        margin: 0.3em;
        padding: 0 1em;
        transition: all 0.15s; }
      .searchArticle-tags > span:hover a {
        background-color: #0491ff;
        border: solid 2px #0491ff;
        color: #fff;
        opacity: 1; }
      .searchArticle-tags > span.is-active a {
        background-color: #0491ff;
        border: solid 2px #0491ff;
        color: #fff; }
  .searchArticle-search {
    position: relative;
    margin-bottom: 40px; }
    @media screen and (max-width: 414px) {
      .searchArticle-search {
        margin-bottom: 32px; } }
    .searchArticle-search.as_modal {
      margin-bottom: 32px; }
    .searchArticle-search > input {
      position: relative;
      width: calc(100% - 4em);
      height: 46px;
      border-radius: 24px;
      border: 1px solid #c0c4ce;
      background-color: #fff;
      padding: 0 3em 0 1em;
      outline: 0;
      display: flex;
      -webkit-appearance: none; }
    .searchArticle-search-button {
      content: url("/assets/img/common/ico_glass.svg");
      position: absolute;
      top: calc(50% - 8px);
      right: 1em;
      z-index: 2;
      cursor: pointer;
      transition: opacity 0.2s; }
      .searchArticle-search-button:hover {
        opacity: 0.6; }

.sideBanners {
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) {
    .sideBanners {
      width: 100%;
      display: flex; } }
  @media screen and (max-width: 414px) {
    .sideBanners {
      display: block;
      margin-bottom: 32px; } }
  .sideBanners * {
    line-height: 1; }
  .sideBanners > li {
    margin-bottom: 24px; }
    @media screen and (max-width: 1024px) {
      .sideBanners > li {
        width: calc(( 100% - 32px ) / 2);
        margin-bottom: 0; } }
    @media screen and (max-width: 414px) {
      .sideBanners > li {
        width: 100%;
        margin-bottom: 24px; } }
    @media screen and (max-width: 1024px) {
      .sideBanners > li + li {
        margin-left: 32px; } }
    @media screen and (max-width: 414px) {
      .sideBanners > li + li {
        margin-left: 0; } }
    .sideBanners > li a img {
      width: 100%; }

.snsShare {
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .snsShare {
      margin-bottom: 32px; } }
  .snsShare-title {
    margin-bottom: 16px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    position: relative; }
    .snsShare-title-icon-left {
      position: absolute;
      left: -25px;
      top: 0; }
    .snsShare-title-icon-right {
      position: absolute;
      right: -22px;
      top: 0; }
  .snsShare-links {
    display: flex;
    justify-content: center; }
    .snsShare-links li {
      margin: 0 .5em; }

.globalFooter-top {
  background-color: #ffec5f;
  height: 80px; }
  @media screen and (max-width: 800px) {
    .globalFooter-top {
      height: auto;
      padding: 14px 16px; } }
  .globalFooter-top-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 80px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px; }
    @media screen and (max-width: 1024px) {
      .globalFooter-top-inner {
        width: calc(100% - (16px * 2));
        padding: 0 16px; } }
    @media screen and (max-width: 800px) {
      .globalFooter-top-inner {
        padding: 0;
        width: 100%;
        height: auto; } }
  .globalFooter-top-nav > ul {
    display: flex;
    flex-wrap: wrap;
    height: 80px;
    overflow: hidden;
    align-items: center; }
    @media screen and (max-width: 800px) {
      .globalFooter-top-nav > ul {
        padding: 0;
        height: auto;
        display: inline; } }
    .globalFooter-top-nav > ul li {
      font-size: 14px;
      font-weight: bold;
      display: inline; }
      .globalFooter-top-nav > ul li:not(:last-child)::after {
        content: '\f105';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-left: 37px; }
        @media screen and (max-width: 800px) {
          .globalFooter-top-nav > ul li:not(:last-child)::after {
            padding-left: 10px; } }
    .globalFooter-top-nav > ul > li + li {
      padding-left: 37px; }
      @media screen and (max-width: 800px) {
        .globalFooter-top-nav > ul > li + li {
          padding-left: 10px; } }
.globalFooter-main {
  background-color: #f7f8fa; }
  .globalFooter-main-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    padding: 40px 24px; }
    @media screen and (max-width: 414px) {
      .globalFooter-main-inner {
        width: calc(100% - (16px * 2));
        padding: 0 16px;
        flex-direction: column; } }
  .globalFooter-main-nav {
    width: 100%; }
    @media screen and (max-width: 414px) {
      .globalFooter-main-nav {
        width: 100%; } }
    .globalFooter-main-nav .as_heading {
      display: flex;
      align-items: center;
      padding-bottom: .5em;
      border-bottom: 1px solid #c0c4ce; }
      .globalFooter-main-nav .as_heading > img {
        margin-right: .4em; }
    .globalFooter-main-nav .as_first {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 414px) {
        .globalFooter-main-nav .as_first {
          flex-direction: column; } }
      .globalFooter-main-nav .as_first > li {
        width: calc((100% - 10em) / 6);
        font-weight: bold; }
        @media screen and (max-width: 1200px) {
          .globalFooter-main-nav .as_first > li {
            width: calc((100% - 4em) / 3);
            padding-bottom: 2em; } }
        @media screen and (max-width: 800px) {
          .globalFooter-main-nav .as_first > li {
            width: calc((100% - 2em) / 2);
            padding-bottom: 2em; } }
        @media screen and (max-width: 414px) {
          .globalFooter-main-nav .as_first > li {
            width: 100%;
            margin-top: 2em;
            padding-bottom: 0; } }
        .globalFooter-main-nav .as_first > li a {
          width: 100%;
          display: flex;
          align-items: center; }
          .globalFooter-main-nav .as_first > li a > i {
            margin-left: 1em; }
    .globalFooter-main-nav .as_second {
      margin-top: .5em; }
      .globalFooter-main-nav .as_second a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .5em 0;
        font-weight: normal;
        font-size: 14px; }
        .globalFooter-main-nav .as_second a > i {
          margin-left: 1em; }
  .globalFooter-main-button {
    width: 160px; }
    @media screen and (max-width: 414px) {
      .globalFooter-main-button {
        width: 100%;
        margin: 2em 0; } }
    .globalFooter-main-button > a {
      background-color: #3cb8ce;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 48px;
      border-radius: 24px;
      color: #fff;
      font-size: 12px;
      cursor: pointer; }
      .globalFooter-main-button > a img {
        margin-right: .5em;
        top: 11px; }
.globalFooter-sub {
  background-color: #f7f8fa; }
  .globalFooter-sub-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    padding: 40px 24px 20px; }
    @media screen and (max-width: 800px) {
      .globalFooter-sub-inner {
        width: 100%;
        flex-direction: column;
        padding-right: 0;
        padding-left: 0; } }
  .globalFooter-sub-nav > ul {
    display: flex; }
    @media screen and (max-width: 800px) {
      .globalFooter-sub-nav > ul {
        flex-wrap: wrap;
        border-top: 1px solid #c0c4ce; } }
    .globalFooter-sub-nav > ul > li {
      font-size: 14px;
      margin-right: 3em; }
      @media screen and (max-width: 800px) {
        .globalFooter-sub-nav > ul > li {
          width: 50%;
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 54px;
          border-bottom: 1px solid #c0c4ce; }
          .globalFooter-sub-nav > ul > li:nth-child(odd) {
            width: calc(50% - 1px);
            border-right: 1px solid #c0c4ce; } }
  .globalFooter-sub-aside {
    justify-content: space-between; }
    .globalFooter-sub-aside * {
      line-height: 1; }
    .globalFooter-sub-aside > ul {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 800px) {
        .globalFooter-sub-aside > ul {
          justify-content: center;
          padding-top: 20px; } }
      .globalFooter-sub-aside > ul > li {
        font-weight: bold;
        font-size: 14px; }
      .globalFooter-sub-aside > ul > li:last-child {
        margin-left: 2em; }
        @media screen and (max-width: 800px) {
          .globalFooter-sub-aside > ul > li:last-child {
            margin-left: 0; } }
.globalFooter-bottom {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px 16px 14px; }
  @media screen and (max-width: 800px) {
    .globalFooter-bottom {
      flex-direction: column;
      align-items: center;
      padding-top: 30px; } }
  .globalFooter-bottom-logo-img {
    margin-bottom: -8px; }
  .globalFooter-bottom-copyright {
    width: 60%; }
    @media screen and (max-width: 800px) {
      .globalFooter-bottom-copyright {
        width: 100%;
        margin: 10px 0; } }
    .globalFooter-bottom-copyright > p {
      font-size: 12px;
      color: #a6aab6;
      text-align: right; }
      @media screen and (max-width: 800px) {
        .globalFooter-bottom-copyright > p {
          text-align: left; } }

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@media screen and (max-width: 414px) {
  .as_pc-only {
    display: none; } }
@media screen and (min-width: 1025px) {
  .as_sp-only {
    display: none; } }
.scroll-prevent {
  overflow: hidden; }

.xhr-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  opacity: .8;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center; }

.no-results {
  width: 100%;
  text-align: center;
  margin-bottom: 40px; }

.is_invisible {
  display: none; }

.articles::before {
  content: "";
  display: block;
  width: 23%;
  order: 1; }
.articles::after {
  content: "";
  display: block;
  width: 23%; }
@media screen and (max-width: 1024px) {
  .articles {
    display: flex;
    margin-bottom: 64px;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media screen and (max-width: 414px) {
  .articles {
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    width: 100%; } }
.articles-readmore {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  width: 100%; }
  @media screen and (max-width: 414px) {
    .articles-readmore {
      margin: 32px auto 64px; } }
  .articles-readmore > span {
    width: 240px;
    height: 48px;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #222222;
    font-weight: bold;
    border: 3px solid #222222;
    border-radius: 24px;
    box-sizing: border-box; }
    .articles-readmore > span i {
      position: absolute;
      right: 18px;
      font-weight: bold;
      font-size: 19.2px;
      top: 11px; }
    @media screen and (max-width: 414px) {
      .articles-readmore > span {
        width: 100%; } }
    .articles-readmore > span:hover {
      opacity: 0.5;
      cursor: pointer; }
  .articles-readmore > a {
    width: 240px;
    height: 48px;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #222222;
    font-weight: bold;
    border: 3px solid #222222;
    border-radius: 24px;
    box-sizing: border-box; }
    .articles-readmore > a i {
      position: absolute;
      right: 18px;
      font-weight: bold;
      font-size: 19.2px;
      top: 11px; }
    @media screen and (max-width: 414px) {
      .articles-readmore > a {
        width: 100%; } }
    .articles-readmore > a:hover {
      opacity: 0.5;
      cursor: pointer; }

.article {
  overflow: hidden;
  width: 100%;
  height: 165px;
  margin-bottom: 24px;
  border-radius: 8px;
  border: 0px solid white; }
  @media screen and (max-width: 1024px) {
    .article {
      width: calc(( 100% - 48px ) / 4);
      height: auto; } }
  @media screen and (max-width: 800px) {
    .article {
      width: calc(( 100% - 32px ) / 3); } }
  @media screen and (max-width: 414px) {
    .article {
      width: calc(( 100% - 16px ) / 2); } }
  .article a {
    display: flex; }
    @media screen and (max-width: 1024px) {
      .article a {
        display: block; } }
  .article.as_related {
    width: calc(( 100% - 32px ) / 2); }
    @media screen and (max-width: 1024px) {
      .article.as_related {
        width: calc(( 100% - 48px ) / 4);
        display: block;
        height: auto; } }
    @media screen and (max-width: 800px) {
      .article.as_related {
        width: calc(( 100% - 32px ) / 3); } }
    @media screen and (max-width: 414px) {
      .article.as_related {
        width: calc(( 100% - 16px ) / 2);
        margin: 0 0 16px 0; } }
  .article-imageWrapper {
    width: 220px;
    height: 165px; }
    @media screen and (max-width: 1024px) {
      .article-imageWrapper {
        position: relative;
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 1024px) {
      .article-imageWrapper::before {
        content: "";
        display: block;
        padding-top: 75%; } }
  .article-image {
    width: 220px;
    height: 165px; }
    @media screen and (max-width: 1024px) {
      .article-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; } }
    .article-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      vertical-align: bottom; }
    .article-image.as_messeage > img {
      height: 140%; }
  .article-textWrapper {
    width: 516px;
    position: relative;
    background-color: #f7f8fa;
    width: calc(100% - 220px);
    padding: 44px 24px 24px; }
    @media screen and (max-width: 1024px) {
      .article-textWrapper {
        width: 100%;
        padding: 36px 8px 16px;
        box-sizing: border-box; } }
    .article-textWrapper.as_related {
      padding: 44px 16px 24px; }
      @media screen and (max-width: 1024px) {
        .article-textWrapper.as_related {
          width: 100%;
          padding: 36px 8px 16px;
          box-sizing: border-box; } }
  .article-publishDate {
    font-family: 'Montserrat', sans-serif;
    color: #a6aab6;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    display: block;
    text-align: right;
    margin-bottom: .1em;
    position: absolute;
    right: 25px;
    top: 25px; }
    @media screen and (max-width: 1024px) {
      .article-publishDate {
        right: 10px;
        top: 15px; } }
  .article-title {
    font-family: 'Noto Sans JP', sans-serif;
    color: #222222;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: normal;
    font-weight: bold;
    height: 58px;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .article-title {
        font-size: 14px;
        height: auto; } }
    @media screen and (max-width: 1200px) {
      .article-title.as_related {
        font-family: 'Noto Sans JP', sans-serif;
        color: #222222;
        font-size: 14px;
        line-height: 1.75;
        letter-spacing: normal;
        height: 50px; } }
    @media screen and (max-width: 1024px) {
      .article-title.as_related {
        height: auto; } }
  .article-tags {
    bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px; }
    @media screen and (max-width: 1024px) {
      .article-tags {
        display: none; } }
  .article-tag {
    display: inline-block;
    background-color: #fff;
    color: #c0c4ce;
    width: auto;
    height: 20px;
    border: solid 2px #c0c4ce;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    margin: 0.3em;
    padding: 0 1em; }
  .article-decoration {
    position: absolute;
    top: 30px;
    display: flex; }
    @media screen and (max-width: 1024px) {
      .article-decoration {
        top: 21px; } }
    .article-decoration > span {
      margin-right: 4px; }

.ge_button-l {
  width: 240px;
  height: 48px;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #222222;
  font-weight: bold;
  border: 3px solid #222222;
  border-radius: 24px;
  box-sizing: border-box; }
  .ge_button-l i {
    position: absolute;
    right: 18px;
    font-weight: bold;
    font-size: 19.2px;
    top: 11px; }

.ge_decLine.as_32-8-green {
  display: block;
  background-color: #9ad82e;
  width: 32px;
  height: 8px;
  border-radius: 2px; }

.ge_decLine.as_24-8-green {
  display: block;
  background-color: #9ad82e;
  width: 24px;
  height: 8px;
  border-radius: 2px; }

.ge_decLine.as_20-4-green {
  display: block;
  background-color: #9ad82e;
  width: 20px;
  height: 4px;
  border-radius: 2px; }

.ge_decLine.as_16-8-green {
  display: block;
  background-color: #9ad82e;
  width: 16px;
  height: 8px;
  border-radius: 2px; }

.ge_decLine.as_24-8-blue {
  display: block;
  background-color: #3cb8ce;
  width: 24px;
  height: 8px;
  border-radius: 2px; }

.ge_decLine.as_20-4-blue {
  display: block;
  background-color: #3cb8ce;
  width: 20px;
  height: 4px;
  border-radius: 2px; }

.ge_decLine.as_16-8-blue {
  display: block;
  background-color: #3cb8ce;
  width: 16px;
  height: 8px;
  border-radius: 2px; }

.ge_decLine.as_24-8-pink {
  display: block;
  background-color: #eb6ea5;
  width: 24px;
  height: 8px;
  border-radius: 2px; }

.ge_decLine.as_16-8-pink {
  display: block;
  background-color: #eb6ea5;
  width: 16px;
  height: 8px;
  border-radius: 2px; }

.ge_decLine.as_14-8-pink {
  display: block;
  background-color: #eb6ea5;
  width: 14px;
  height: 8px;
  border-radius: 2px; }

.ge_decLine.as_24-8-yellow {
  display: block;
  background-color: #ffec5f;
  width: 24px;
  height: 8px;
  border-radius: 2px; }

.ge_decLine.as_22-8-yellow {
  display: block;
  background-color: #ffec5f;
  width: 22px;
  height: 8px;
  border-radius: 2px; }

.ge_decLine.as_20-8-yellow {
  display: block;
  background-color: #ffec5f;
  width: 20px;
  height: 8px;
  border-radius: 2px; }

.ge_decLine.as_16-8-yellow {
  display: block;
  background-color: #ffec5f;
  width: 16px;
  height: 8px;
  border-radius: 2px; }

.ge_alignRight {
  text-align: right; }

.ge_mb-s {
  margin-bottom: 1.75em !important; }

.ge_mb-48 {
  margin-bottom: 48px !important; }
  @media screen and (max-width: 414px) {
    .ge_mb-48 {
      margin-bottom: 40px !important; } }

.ge_mb-40 {
  margin-bottom: 40px !important; }
  @media screen and (max-width: 414px) {
    .ge_mb-40 {
      margin-bottom: 40px !important; } }

.ge_mb-32 {
  margin-bottom: 32px !important; }
  @media screen and (max-width: 414px) {
    .ge_mb-32 {
      margin-bottom: 28px !important; } }

.ge-spNone {
  display: block; }
  @media screen and (max-width: 800px) {
    .ge-spNone {
      display: none; } }

.ge-pcNone {
  display: none; }
  @media screen and (max-width: 800px) {
    .ge-pcNone {
      display: block; } }

.archive-titleWrapper {
  text-align: center;
  position: relative;
  margin-bottom: 40px; }
  @media screen and (max-width: 414px) {
    .archive-titleWrapper {
      margin-top: 40px; } }

.archive-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: normal;
  display: inline-block;
  position: relative; }
  @media screen and (max-width: 414px) {
    .archive-title {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.6;
      margin: 0;
      letter-spacing: normal; } }
  .archive-title-txt {
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-top: 10px; }
  .archive-title-txtnum {
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-top: 10px;
    color: #a6aab6; }
  .archive-title-icon-left {
    position: absolute;
    left: 83px;
    bottom: 10px; }
    .archive-title-icon-left.as_jidoukans {
      left: 20px; }
    .archive-title-icon-left.as_plays {
      left: 10px;
      top: 40px; }
    .archive-title-icon-left.as_news {
      left: -100px;
      bottom: 45px; }
  .archive-title-icon-right {
    position: absolute;
    right: 74px;
    bottom: 15px; }
    .archive-title-icon-right.as_jidoukans {
      right: 20px; }
    .archive-title-icon-right.as_plays {
      right: 5px;
      top: 40px; }
    .archive-title-icon-right.as_news {
      right: -100px;
      bottom: 45px; }

.toc {
  background-color: #f7f8fa;
  padding: 32px 24px;
  margin-bottom: 35px; }
  @media screen and (max-width: 1024px) {
    .toc {
      display: none; } }
  .toc.as_pcDisplay {
    display: none;
    margin-bottom: 44px; }
    @media screen and (max-width: 1024px) {
      .toc.as_pcDisplay {
        display: block; } }
  .toc-title {
    position: relative;
    padding-left: 24px;
    font-weight: bold;
    margin-bottom: 14px; }
    .toc-title-decoration {
      position: absolute;
      left: 0;
      top: 2px; }
  .toc-list > li + li {
    margin-top: 16px; }
  .toc-list > li {
    transition: all 200ms ease-in-out; }
    .toc-list > li.is-current {
      color: #a6aab6;
      font-weight: bold; }

.pageTitle-wrapper {
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  margin-bottom: 80px; }
  @media screen and (max-width: 414px) {
    .pageTitle-wrapper {
      height: 189px;
      margin-top: -56px;
      margin-bottom: 48px; } }
  .pageTitle-wrapper.as_wish {
    background-image: url("../../assets/img/wish/img_pagetitle-bg@1x.jpg"); }
    @media screen and (max-width: 414px) {
      .pageTitle-wrapper.as_wish {
        background-image: url("../../assets/img/wish/img_pagetitle-bg-sp@1x.jpg"); } }
  .pageTitle-wrapper.as_jidoukan {
    background-image: url("../../assets/img/jidoukan/img_pagetitle-bg@1x.jpg"); }
    @media screen and (max-width: 414px) {
      .pageTitle-wrapper.as_jidoukan {
        background-image: url("../../assets/img/jidoukan/img_pagetitle-bg-sp@1x.jpg"); } }
  .pageTitle-wrapper.as_contact {
    background-image: url("../../assets/img/contact/img_pagetitle-bg@1x.jpg"); }
    @media screen and (max-width: 414px) {
      .pageTitle-wrapper.as_contact {
        background-image: url("../../assets/img/contact/img_pagetitle-bg-sp@1x.jpg"); } }

.pageTitle {
  text-align: center; }
  .pageTitle-main {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.6;
    margin: 0;
    letter-spacing: normal;
    color: #fff; }
    @media screen and (max-width: 414px) {
      .pageTitle-main {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        font-size: 24px;
        line-height: 1.5;
        margin: 0;
        letter-spacing: normal; } }
  .pageTitle-sub {
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
    margin-top: 8px;
    color: #fff;
    display: inline-block; }

.textLink {
  color: #0491ff;
  font-weight: bold; }
  .textLink-icon {
    color: #0491ff; }

.fn_showSearchJidoukans,
.fn_showSearchPlays {
  cursor: pointer; }

.pickupArticles {
  position: relative;
  margin-bottom: 80px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 800px) {
    .pickupArticles {
      margin-bottom: 40px; } }

.pickupArticle {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 390px;
  border: 1px solid #fff;
  border-radius: 8px; }
  @media screen and (max-width: 414px) {
    .pickupArticle {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 0; } }
  .pickupArticle-figure {
    width: 64%; }
    @media screen and (max-width: 414px) {
      .pickupArticle-figure {
        display: block;
        width: 100%; } }
    .pickupArticle-figure img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      vertical-align: bottom;
      border-style: none; }
  .pickupArticle-textWrapper {
    width: 36%;
    padding: 4em 2em;
    box-sizing: border-box;
    align-self: stretch; }
    @media screen and (max-width: 800px) {
      .pickupArticle-textWrapper {
        padding: 3em 1em; } }
    @media screen and (max-width: 414px) {
      .pickupArticle-textWrapper {
        width: 100%;
        padding: 24px 16px; } }
    .pickupArticle-textWrapper.as_green {
      background-color: #deed73; }
    .pickupArticle-textWrapper.as_pink {
      background-color: #ffbedb; }
    .pickupArticle-textWrapper.as_blue {
      background-color: #9fe5f0; }
    .pickupArticle-textWrapper.as_yellow {
      background-color: #ffee6f; }
  .pickupArticle-label {
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: .5em; }
  .pickupArticle-decoration {
    display: flex;
    margin-bottom: 1em; }
    .pickupArticle-decoration > span {
      margin-right: 4px; }
  .pickupArticle-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    margin: 0;
    letter-spacing: normal;
    margin-bottom: 40px; }
    @media screen and (max-width: 800px) {
      .pickupArticle-title {
        font-size: 20px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 414px) {
      .pickupArticle-title {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.6;
        margin: 0;
        letter-spacing: normal;
        margin-bottom: 16px; } }
  .pickupArticle-button {
    width: 120px;
    height: 32px;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #222222;
    font-weight: bold;
    border: 3px solid #222222;
    border-radius: 16px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700; }
    .pickupArticle-button i {
      position: absolute;
      right: 10px;
      font-weight: bold;
      font-size: 16.8px;
      top: 11px; }
    .pickupArticle-button i {
      top: 5px; }

.closeups {
  background: url("/assets/img/index/img_middle-visual@1x.jpg") no-repeat;
  margin-top: 112px;
  margin-bottom: 87px;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 414px) {
    .closeups {
      background: url("/assets/img/index/img_middle-visual-sp@1x.jpg") no-repeat;
      height: auto;
      background-position: center;
      background-size: cover;
      margin-top: 64px;
      margin-bottom: 64px; } }
  .closeups-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 800px) {
      .closeups-inner {
        display: block; } }
    @media screen and (max-width: 414px) {
      .closeups-inner {
        padding: 40px 16px;
        display: block;
        height: auto; } }

.closeup {
  position: relative;
  width: calc((100% - 33px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 32px;
  border: 1px solid #fff; }
  @media screen and (max-width: 800px) {
    .closeup {
      width: 100%;
      box-sizing: border-box;
      padding: 32px 24px; } }
  .closeup > * {
    display: block;
    color: #fff; }
  .closeup-icon {
    margin-bottom: 20px; }
    @media screen and (max-width: 414px) {
      .closeup-icon {
        width: 40px;
        margin-bottom: 8px; } }
  .closeup-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.6;
    margin: 0;
    letter-spacing: normal; }
    @media screen and (max-width: 414px) {
      .closeup-title {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        font-size: 24px;
        line-height: 1.6;
        margin: 0;
        letter-spacing: normal; } }
  .closeup-subtitle {
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 32px; }
    @media screen and (max-width: 414px) {
      .closeup-subtitle {
        font-size: 14px;
        margin-bottom: 8px; } }
  .closeup-link {
    width: 240px;
    height: 48px;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #222222;
    font-weight: bold;
    border: 3px solid #222222;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff; }
    .closeup-link i {
      position: absolute;
      right: 18px;
      font-weight: bold;
      font-size: 19.2px;
      top: 11px; }
    @media screen and (max-width: 414px) {
      .closeup-link {
        position: relative;
        bottom: 0; } }
    .closeup-link > i {
      color: #fff; }
  .closeup + .closeup {
    margin-left: 32px; }
    @media screen and (max-width: 800px) {
      .closeup + .closeup {
        margin-top: 24px;
        margin-left: 0; } }

.pickupNews {
  margin-bottom: 80px; }
  .pickupNews-header {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
    position: relative; }
    .pickupNews-header-decoration {
      position: absolute;
      top: 0; }
      .pickupNews-header-decoration:nth-of-type(1) {
        left: calc(50% - 310px); }
        @media screen and (max-width: 414px) {
          .pickupNews-header-decoration:nth-of-type(1) {
            left: calc(50% - 170px);
            width: 100px; } }
      .pickupNews-header-decoration:nth-of-type(2) {
        right: calc(50% - 280px); }
        @media screen and (max-width: 414px) {
          .pickupNews-header-decoration:nth-of-type(2) {
            right: calc(50% - 160px);
            width: 80px; } }
  .pickupNews-heading {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px; }
    @media screen and (max-width: 414px) {
      .pickupNews-heading {
        height: auto; } }
    .pickupNews-heading-main {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold;
      font-size: 32px;
      line-height: 1.6;
      margin: 0;
      letter-spacing: normal; }
      @media screen and (max-width: 414px) {
        .pickupNews-heading-main {
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: bold;
          font-size: 28px;
          line-height: 1.6;
          margin: 0;
          letter-spacing: normal; } }
    .pickupNews-heading-sub {
      font-family: 'Montserrat', sans-serif;
      line-height: normal;
      letter-spacing: normal;
      font-weight: 700;
      margin-top: 8px; }
  .pickupNews-content {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 325px; }
    @media screen and (max-width: 1024px) {
      .pickupNews-content {
        height: auto; } }
    .pickupNews-content.as_gray {
      background-color: #f7f8fa; }
      @media screen and (max-width: 414px) {
        .pickupNews-content.as_gray {
          background-color: #fff; } }
    .pickupNews-content-panel {
      z-index: 2;
      position: absolute;
      height: 325px; }
      @media screen and (max-width: 1024px) {
        .pickupNews-content-panel {
          height: auto; } }
      .pickupNews-content-panel.as_left {
        width: calc(50% - 210px);
        left: 0; }
      .pickupNews-content-panel.as_right {
        width: calc(50% - 210px);
        right: 0; }
      .pickupNews-content-panel.as_green {
        background-color: #abd564; }
      .pickupNews-content-panel.as_pink {
        background-color: #f091bb; }
      .pickupNews-content-panel.as_blue {
        background-color: #70d3e5; }
    .pickupNews-content-inner {
      max-width: 1120px;
      margin: 0 auto;
      padding: 0 24px;
      position: relative;
      z-index: 3;
      display: flex;
      justify-content: flex-end;
      padding: 60px; }
      @media screen and (max-width: 1024px) {
        .pickupNews-content-inner {
          display: block;
          padding: 0; } }
      .pickupNews-content-inner.as_reverse {
        flex-direction: row-reverse; }
  .pickupNews-category {
    width: 36%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; }
    @media screen and (max-width: 1024px) {
      .pickupNews-category {
        width: 100%;
        padding: 24px;
        text-align: center;
        box-sizing: border-box; } }
    @media screen and (max-width: 1024px) {
      .pickupNews-category.as_green {
        background-color: #abd564; } }
    @media screen and (max-width: 1024px) {
      .pickupNews-category.as_pink {
        background-color: #f091bb; } }
    @media screen and (max-width: 1024px) {
      .pickupNews-category.as_blue {
        background-color: #70d3e5; } }
    .pickupNews-category-heading {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold;
      font-size: 24px;
      line-height: 1.6;
      margin: 0;
      letter-spacing: normal;
      color: #fff;
      text-align: center;
      margin-bottom: 1em; }
      @media screen and (max-width: 414px) {
        .pickupNews-category-heading {
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: bold;
          font-size: 20px;
          line-height: 1.6;
          margin: 0;
          letter-spacing: normal;
          margin-bottom: 16px; } }
    @media screen and (max-width: 414px) {
      .pickupNews-category-image.as_latest {
        width: 30px; } }
    @media screen and (max-width: 414px) {
      .pickupNews-category-image.as_month {
        width: 60px; } }
    @media screen and (max-width: 414px) {
      .pickupNews-category-image.as_jidoukan {
        width: 40px; } }
  .pickupNews-list {
    width: 64%;
    margin-top: -15px; }
    @media screen and (max-width: 1024px) {
      .pickupNews-list {
        width: 100%;
        padding: 40px;
        margin-top: 0;
        box-sizing: border-box; } }
    @media screen and (max-width: 414px) {
      .pickupNews-list {
        padding: 0; } }
    .pickupNews-list-inner {
      margin-bottom: 30px; }
      .pickupNews-list-inner-top {
        display: flex;
        align-items: baseline;
        width: 26%; }
        @media screen and (max-width: 800px) {
          .pickupNews-list-inner-top {
            width: 100%; } }
        .pickupNews-list-inner-top.as_month {
          width: 31%; }
          @media screen and (max-width: 800px) {
            .pickupNews-list-inner-top.as_month {
              width: 100%; } }
        .pickupNews-list-inner-top.as_jidoukan {
          width: 40%; }
          @media screen and (max-width: 800px) {
            .pickupNews-list-inner-top.as_jidoukan {
              width: 100%; } }
      .pickupNews-list-inner li {
        display: flex;
        align-items: center;
        height: 54px;
        padding: 0 1em;
        border-bottom: 1px solid #c0c4ce;
        cursor: pointer; }
        .pickupNews-list-inner li:hover * {
          color: #0491ff; }
        @media screen and (max-width: 800px) {
          .pickupNews-list-inner li {
            display: block;
            padding: 16px; } }
    .pickupNews-list-category {
      padding-right: 1em;
      font-size: 14px;
      color: #a6aab6;
      flex: 1; }
      @media screen and (max-width: 800px) {
        .pickupNews-list-category {
          flex: none; } }
    .pickupNews-list-publishDate {
      font-family: 'Montserrat', sans-serif;
      color: #a6aab6;
      font-size: 14px;
      line-height: 1.43;
      letter-spacing: normal;
      padding-right: 1em; }
    .pickupNews-list-title {
      width: 70%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      @media screen and (max-width: 800px) {
        .pickupNews-list-title {
          width: 100%; } }
  .pickupNews-button {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 414px) {
      .pickupNews-button {
        padding: 0 16px;
        margin-bottom: 40px; } }
    .pickupNews-button > a {
      width: 240px;
      height: 48px;
      font-size: 16px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      color: #222222;
      font-weight: bold;
      border: 3px solid #222222;
      border-radius: 24px;
      box-sizing: border-box; }
      .pickupNews-button > a i {
        position: absolute;
        right: 18px;
        font-weight: bold;
        font-size: 19.2px;
        top: 11px; }
      @media screen and (max-width: 414px) {
        .pickupNews-button > a {
          width: 100%; } }

.bottomBanners {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: flex-start; }
  @media screen and (max-width: 800px) {
    .bottomBanners {
      padding: 0 16px;
      flex-wrap: wrap;
      margin-bottom: -16px; } }
  .bottomBanners * {
    line-height: 1; }
  .bottomBanners > a {
    width: 25%;
    margin-right: 32px; }
    @media screen and (max-width: 800px) {
      .bottomBanners > a {
        width: calc(( 100% - 32px )/ 3 );
        margin-right: 16px; } }
    @media screen and (max-width: 414px) {
      .bottomBanners > a {
        width: calc(( 100% - 16px )/ 2 );
        margin-bottom: 16px; } }
    .bottomBanners > a img {
      width: 100%; }
    @media screen and (max-width: 800px) {
      .bottomBanners > a:nth-of-type(3n) {
        margin-right: 0; } }
    @media screen and (max-width: 414px) {
      .bottomBanners > a:nth-of-type(even) {
        margin-right: 0; } }

.swiper-container {
  max-width: 880px;
  height: 390px;
  overflow: visible; }
  @media screen and (max-width: 800px) {
    .swiper-container {
      max-width: 100%;
      height: auto;
      overflow: hidden; } }

.swiper-slide {
  display: flex;
  justify-content: center; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 40px;
  height: 80px;
  background-size: 40px 80px;
  margin-top: -40px;
  top: 50%; }

.swiper-button-next {
  right: 0;
  background-image: url("/assets/img/index/ico_arrow-right.svg");
  transition: opacity 0.2s; }
  .swiper-button-next:hover {
    opacity: 0.9; }
  @media screen and (max-width: 414px) {
    .swiper-button-next {
      top: 30%; } }

.swiper-button-prev {
  left: 0;
  background-image: url("/assets/img/index/ico_arrow-left.svg");
  transition: opacity 0.2s; }
  .swiper-button-prev:hover {
    opacity: 0.9; }
  @media screen and (max-width: 414px) {
    .swiper-button-prev {
      top: 30%; } }

@media screen and (max-width: 800px) {
  .detailed-container {
    padding: 0 5%; } }
.detailed-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: normal;
  position: relative;
  margin-bottom: 64px;
  line-height: normal; }
  @media screen and (max-width: 414px) {
    .detailed-title {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.6;
      margin: 0;
      letter-spacing: normal;
      margin-bottom: 40px; } }
  .detailed-title.as_date {
    margin-bottom: 16px; }
.detailed-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: normal;
  padding-left: 16px; }
  @media screen and (max-width: 414px) {
    .detailed-subtitle {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.6;
      margin: 0;
      letter-spacing: normal; } }
  .detailed-subtitleWrapper {
    display: flex;
    align-items: center;
    margin-bottom: 32px; }
    @media screen and (max-width: 414px) {
      .detailed-subtitleWrapper {
        margin-bottom: 28px; } }
.detailed-date {
  font-family: 'Noto Sans JP', sans-serif;
  color: #222222;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: normal;
  line-height: normal;
  display: block;
  color: #a6aab6;
  font-weight: bold;
  margin-bottom: 64px; }
  @media screen and (max-width: 414px) {
    .detailed-date {
      margin-bottom: 40px; } }
  .detailed-date time {
    font-family: 'Montserrat', sans-serif;
    color: #a6aab6;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    font-weight: normal;
    margin-left: 24px; }
.detailed-link {
  color: #0491ff;
  font-weight: bold;
  word-break: break-all; }
.detailed-image {
  margin-bottom: 48px; }
  @media screen and (max-width: 414px) {
    .detailed-image img {
      width: 100%; } }
.detailed-button.as_center {
  display: flex;
  justify-content: center; }
.detailed-button > span {
  width: 240px;
  height: 48px;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #222222;
  font-weight: bold;
  border: 3px solid #222222;
  border-radius: 24px;
  box-sizing: border-box; }
  .detailed-button > span i {
    position: absolute;
    right: 18px;
    font-weight: bold;
    font-size: 19.2px;
    top: 11px; }
  @media screen and (max-width: 414px) {
    .detailed-button > span {
      width: 100%;
      box-sizing: border-box; } }
  .detailed-button > span:hover {
    cursor: pointer;
    opacity: 0.5; }
.detailed-button > a {
  width: 240px;
  height: 48px;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #222222;
  font-weight: bold;
  border: 3px solid #222222;
  border-radius: 24px;
  box-sizing: border-box; }
  .detailed-button > a i {
    position: absolute;
    right: 18px;
    font-weight: bold;
    font-size: 19.2px;
    top: 11px; }
  @media screen and (max-width: 414px) {
    .detailed-button > a {
      width: 100%;
      box-sizing: border-box; } }
  .detailed-button > a:hover {
    cursor: pointer;
    opacity: 0.5; }
.detailed-content {
  margin-bottom: 1.75em; }
  .detailed-content p > img {
    max-width: 100%; }
.detailed-table {
  border-collapse: collapse;
  width: 100%;
  word-break: break-all;
  word-wrap: break-all; }
  .detailed-table th {
    border: solid 1px #c0c4ce;
    padding: 7px 12px 8px;
    background-color: #dbdee8;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    width: 208px;
    line-height: normal; }
    @media screen and (max-width: 800px) {
      .detailed-table th {
        width: 122px;
        font-size: 14px;
        line-height: 1.71; } }
    @media screen and (max-width: 800px) {
      .detailed-table th.as_spNone {
        display: none; } }
    .detailed-table th.as_pcNone {
      display: none; }
      @media screen and (max-width: 800px) {
        .detailed-table th.as_pcNone {
          display: table-cell; } }
  .detailed-table td {
    border: solid 1px #c0c4ce;
    padding: 7px 12px 8px;
    line-height: normal;
    box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .detailed-table td {
        font-size: 14px;
        line-height: 1.71; } }
    .detailed-table td > ul li {
      line-height: 1.75; }
      @media screen and (max-width: 800px) {
        .detailed-table td > ul li {
          font-size: 14px;
          line-height: 1.71; } }
      .detailed-table td > ul li::before {
        content: '・';
        display: inline-block; }
    @media screen and (max-width: 800px) {
      .detailed-table td.as_spNone {
        display: none; } }
    .detailed-table td.as_pcNone {
      display: none; }
      @media screen and (max-width: 800px) {
        .detailed-table td.as_pcNone {
          display: table-cell; } }
.detailed-info-content {
  background-color: #f7f8fa;
  padding: 32px 24px;
  margin-bottom: 40px; }
.detailed-info-inner + .detailed-info-inner {
  margin-top: 32px; }
.detailed-info-title {
  padding-left: 16px;
  font-weight: bold;
  line-height: normal; }
  .detailed-info-titleWrapper {
    display: flex;
    margin-bottom: 16px; }
.detailed-info-txt {
  font-family: 'Noto Sans JP', sans-serif;
  color: #222222;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: normal; }
.detailed-info-list-icon {
  margin-left: 0.5em;
  font-size: 14px;
  color: #0491ff; }
.detailed-info-list.as_dot > li {
  list-style-type: none;
  font-size: 14px; }
  .detailed-info-list.as_dot > li::before {
    content: '・';
    display: inline-block;
    margin-right: 8px;
    color: #222222; }
.detailed-info-list.as_link {
  font-weight: bold; }
  .detailed-info-list.as_link > li {
    color: #0491ff; }
.detailed-list {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
  table-layout: fixed; }
  .detailed-list tr {
    border-top: 1px solid #c0c4ce; }
    @media screen and (max-width: 800px) {
      .detailed-list tr {
        display: flex;
        flex-direction: column;
        border-bottom: none;
        padding: 16px 5%; } }
    .detailed-list tr:last-of-type {
      border-bottom: 1px solid #c0c4ce; }
    .detailed-list tr.clickable {
      cursor: pointer; }
      .detailed-list tr.clickable:hover * {
        color: #0491ff; }
    .detailed-list tr > th {
      padding: 15px 16px;
      text-align: left;
      font-weight: normal;
      line-height: 1.5; }
      @media screen and (max-width: 800px) {
        .detailed-list tr > th {
          padding: 0; } }
    .detailed-list tr > td {
      padding: 8px 16px; }
      @media screen and (max-width: 800px) {
        .detailed-list tr > td {
          padding: 0; } }
      @media screen and (max-width: 800px) {
        .detailed-list tr > td.as_spNone {
          display: none; } }
      .detailed-list tr > td.as_flex {
        display: none; }
        @media screen and (max-width: 800px) {
          .detailed-list tr > td.as_flex {
            display: flex;
            justify-content: space-between; } }
      .detailed-list tr > td.detailed-list-title {
        padding: 7px 16px; }
      .detailed-list tr > td a {
        color: #0491ff;
        font-weight: bold; }
  .detailed-list-date {
    font-family: 'Montserrat', sans-serif;
    color: #a6aab6;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    width: 86px;
    line-height: normal; }
  .detailed-list-title {
    font-size: 14px;
    font-weight: bold;
    color: #a6aab6;
    line-height: 1.43;
    width: 160px; }
    @media screen and (max-width: 800px) {
      .detailed-list-title {
        padding: 0;
        width: 230px;
        line-height: normal; } }
  .detailed-list-icon {
    color: #0491ff;
    padding-left: 8px; }
  .detailed-list-item {
    flex: 1; }
.detailed-ulList {
  margin-bottom: 32px; }
  .detailed-ulList > li {
    list-style-type: none; }
    .detailed-ulList > li::before {
      content: '・';
      display: inline-block; }

.list-titleWrapper {
  text-align: center;
  position: relative;
  margin-bottom: 40px; }
  @media screen and (max-width: 414px) {
    .list-titleWrapper {
      margin-bottom: 30px;
      padding: 0 16px; } }

.list-titleInner {
  display: inline-block;
  position: relative; }

.list {
  /*table option
  /*-------------------------*/
  /*-------------------------*/ }
  .list-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.6;
    margin: 0;
    letter-spacing: normal;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 414px) {
      .list-title {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.6;
        margin: 0;
        letter-spacing: normal; } }
    .list-title.as_documents {
      margin-bottom: 16px; }
    .list-title-txt {
      font-size: 16px;
      font-weight: normal;
      display: block;
      margin-top: 18px; }
      @media screen and (max-width: 414px) {
        .list-title-txt {
          text-align: left;
          font-size: 14px; } }
    .list-title-txtnum {
      font-size: 16px;
      font-weight: normal;
      display: block;
      margin-top: 18px;
      color: #a6aab6; }
      @media screen and (max-width: 414px) {
        .list-title-txtnum {
          margin-top: 8px;
          font-size: 14px;
          margin-bottom: 16px; } }
    .list-title-icon-left {
      position: absolute; }
      .list-title-icon-left.as_overseas {
        left: 8.5%;
        top: -10%; }
        @media screen and (max-width: 800px) {
          .list-title-icon-left.as_overseas {
            width: 120px;
            left: 4.5%; } }
        @media screen and (max-width: 414px) {
          .list-title-icon-left.as_overseas {
            width: 100px; } }
      .list-title-icon-left.as_jidoukans {
        left: 2%;
        top: 44%; }
        @media screen and (max-width: 414px) {
          .list-title-icon-left.as_jidoukans {
            left: 3%;
            top: 6%;
            width: 80px; } }
      .list-title-icon-left.as_plays {
        left: 2%;
        top: 53%; }
        @media screen and (max-width: 414px) {
          .list-title-icon-left.as_plays {
            left: 5px;
            top: 0px;
            width: 100px; } }
      .list-title-icon-left.as_news {
        left: -101%;
        bottom: 60%; }
        @media screen and (max-width: 414px) {
          .list-title-icon-left.as_news {
            left: -150%; } }
      .list-title-icon-left.as_month {
        left: -85%;
        top: -7%; }
      .list-title-icon-left.as_activities {
        left: -71%;
        top: -5px; }
    .list-title-icon-right {
      position: absolute; }
      .list-title-icon-right.as_overseas {
        right: 7.5%;
        bottom: 21%; }
        @media screen and (max-width: 800px) {
          .list-title-icon-right.as_overseas {
            width: 120px; } }
        @media screen and (max-width: 800px) {
          .list-title-icon-right.as_overseas {
            right: 2%;
            bottom: 46%;
            width: 100px; } }
      .list-title-icon-right.as_jidoukans {
        right: 2%;
        top: 34%; }
        @media screen and (max-width: 414px) {
          .list-title-icon-right.as_jidoukans {
            right: 3%;
            top: -10%;
            width: 80px; } }
      .list-title-icon-right.as_plays {
        right: 1%;
        top: 50%; }
        @media screen and (max-width: 414px) {
          .list-title-icon-right.as_plays {
            right: 5px;
            top: 0;
            width: 100px; } }
      .list-title-icon-right.as_news {
        right: -105%;
        bottom: 63%; }
        @media screen and (max-width: 414px) {
          .list-title-icon-right.as_news {
            right: -150%; } }
      .list-title-icon-right.as_month {
        right: -83%;
        top: -10%; }
      .list-title-icon-right.as_activities {
        right: -70%;
        top: -5px; }
  .list-boldTxt {
    font-size: 14px;
    color: #a6aab6;
    font-weight: bold;
    line-height: normal; }
  .list-date {
    line-height: normal; }
    .list-date time {
      font-family: 'Montserrat', sans-serif;
      color: #a6aab6;
      font-size: 14px;
      line-height: 1.43;
      letter-spacing: normal;
      line-height: normal; }
  .list-tel {
    font-size: 14px;
    line-height: 1.5; }
    @media screen and (max-width: 800px) {
      .list-tel {
        line-height: normal; } }
  .list-link {
    text-align: right;
    line-height: normal; }
    .list-link a {
      color: #0491ff;
      font-weight: bold;
      font-size: 16px;
      line-height: 1; }
  .list-button {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 414px) {
      .list-button {
        padding: 0 16px; } }
    .list-button > span {
      width: 240px;
      height: 48px;
      font-size: 16px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      color: #222222;
      font-weight: bold;
      border: 3px solid #222222;
      border-radius: 24px;
      box-sizing: border-box; }
      .list-button > span i {
        position: absolute;
        right: 18px;
        font-weight: bold;
        font-size: 19.2px;
        top: 11px; }
      @media screen and (max-width: 414px) {
        .list-button > span {
          width: 100%; } }
      .list-button > span:hover {
        opacity: 0.5;
        cursor: pointer; }
  .list-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
    table-layout: fixed; }
    .list-table tr {
      border-top: 1px solid #c0c4ce;
      border-bottom: 1px solid #c0c4ce; }
      @media screen and (max-width: 800px) {
        .list-table tr {
          display: flex;
          flex-direction: column;
          border-bottom: none;
          padding: 16px; } }
      @media screen and (max-width: 800px) {
        .list-table tr:hover {
          opacity: 0.8;
          cursor: pointer; } }
      @media screen and (max-width: 800px) {
        .list-table tr.as_spNone {
          display: none; } }
      .list-table tr:last-of-type {
        border-bottom: 1px solid #c0c4ce; }
      .list-table tr > th {
        padding: 15px 13.5px;
        text-align: left;
        font-weight: bold;
        background-color: #f7f8fa;
        line-height: 1.5; }
        @media screen and (max-width: 800px) {
          .list-table tr > th {
            display: none; } }
      .list-table tr > td {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 15px 16px;
        line-height: 1.5; }
        @media screen and (max-width: 800px) {
          .list-table tr > td {
            padding: 0;
            line-height: normal; } }
        @media screen and (max-width: 800px) {
          .list-table tr > td + td {
            margin-top: 8px; } }
        .list-table tr > td.as_flex {
          display: flex;
          justify-content: space-between;
          align-items: center;
          line-height: normal; }
        .list-table tr > td.as_bold {
          font-weight: normal; }
          @media screen and (max-width: 800px) {
            .list-table tr > td.as_bold {
              font-weight: bold; } }
        .list-table tr > td.as_jidoukan {
          width: 96px;
          font-size: 14px;
          font-weight: bold;
          color: #a6aab6;
          line-height: 1.14; }
    .list-table.as_overseas tr > th:first-of-type {
      width: 30%; }
    .list-table.as_overseas tr > th:nth-of-type(2n) {
      width: 17%; }
    .list-table.as_overseas tr > th:last-of-type {
      width: 53%; }
    @media screen and (max-width: 800px) {
      .list-table.as_overseas tr > td {
        display: block; } }
    .list-table.as_overseas tr > td .list-txt {
      width: 82%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      line-height: 1.5;
      padding-right: 10px; }
      @media screen and (max-width: 800px) {
        .list-table.as_overseas tr > td .list-txt {
          width: 100%; } }
    .list-table.as_overseas tr > td .list-link {
      line-height: normal; }
    @media screen and (max-width: 800px) {
      .list-table.as_overseas tr > td:first-of-type {
        font-weight: bold; } }
    .list-table.as_jidoukans tr > th:first-of-type {
      width: 30%; }
    .list-table.as_jidoukans tr > th:nth-of-type(2n) {
      width: 43.5%; }
    .list-table.as_jidoukans tr > th:last-of-type {
      width: 26.5%; }
    .list-table.as_plays tr > th:first-of-type {
      width: 30%; }
    .list-table.as_plays tr > th:nth-of-type(2n) {
      width: 16%; }
    .list-table.as_plays tr > th:nth-of-type(3n) {
      width: 14%; }
    .list-table.as_plays tr > th:nth-of-type(4n) {
      width: 13%; }
    .list-table.as_plays tr > th:last-of-type {
      width: 27%; }
    .list-table.as_plays tr > td.list-link {
      text-align: right;
      line-height: normal; }
      @media screen and (max-width: 800px) {
        .list-table.as_plays tr > td.list-link {
          margin-top: -30px; } }
    @media screen and (max-width: 800px) {
      .list-table.as_plays tr > td.as_list-pcOnly {
        display: none; } }
    .list-table.as_plays tr > td.as_list-spOnly {
      display: none; }
      @media screen and (max-width: 800px) {
        .list-table.as_plays tr > td.as_list-spOnly {
          display: flex;
          flex-wrap: wrap; }
          .list-table.as_plays tr > td.as_list-spOnly .play-info {
            width: calc(100% / 3);
            margin-bottom: 8px;
            line-height: normal; }
            .list-table.as_plays tr > td.as_list-spOnly .play-info span {
              font-size: 12px;
              color: #777777; } }
    @media screen and (max-width: 800px) and (max-width: 414px) {
      .list-table.as_plays tr > td.as_list-spOnly .play-info:nth-of-type(2) {
        text-align: center; } }

    .list-table.as_news tr > td {
      line-height: normal; }
      @media screen and (max-width: 800px) {
        .list-table.as_news tr > td {
          display: block; } }
      .list-table.as_news tr > td:first-of-type {
        display: flex;
        align-items: center; }
        .list-table.as_news tr > td:first-of-type .list-boldTxt {
          width: 43%; }
          @media screen and (max-width: 800px) {
            .list-table.as_news tr > td:first-of-type .list-boldTxt {
              width: auto;
              margin-right: 24px; } }
      .list-table.as_news tr > td:nth-of-type(2n) {
        width: 58%; }
        @media screen and (max-width: 800px) {
          .list-table.as_news tr > td:nth-of-type(2n) {
            width: auto; } }
      .list-table.as_news tr > td:last-of-type {
        width: 16%; }
        @media screen and (max-width: 800px) {
          .list-table.as_news tr > td:last-of-type {
            width: auto; } }
    .list-table.as_activities tr > td {
      line-height: normal; }
      .list-table.as_activities tr > td:first-of-type {
        width: 13%;
        padding: 11px 16px;
        white-space: inherit; }
        @media screen and (max-width: 800px) {
          .list-table.as_activities tr > td:first-of-type {
            width: auto;
            padding: 0;
            color: #222222; } }
      .list-table.as_activities tr > td:nth-of-type(2n) {
        min-width: 150px; }
      .list-table.as_activities tr > td:nth-of-type(3n) {
        width: 46%;
        padding-left: 30px; }
        @media screen and (max-width: 800px) {
          .list-table.as_activities tr > td:nth-of-type(3n) {
            width: auto;
            padding-left: 0;
            display: block; } }
      .list-table.as_activities tr > td:last-of-type {
        width: 12%; }
        @media screen and (max-width: 800px) {
          .list-table.as_activities tr > td:last-of-type {
            width: auto;
            display: block; } }
    .list-table.as_month tr > td {
      line-height: normal;
      align-items: center; }
      @media screen and (max-width: 800px) {
        .list-table.as_month tr > td {
          display: block; } }
      .list-table.as_month tr > td:first-of-type {
        display: flex; }
        .list-table.as_month tr > td:first-of-type .list-boldTxt {
          margin-right: 40px; }
          @media screen and (max-width: 1024px) {
            .list-table.as_month tr > td:first-of-type .list-boldTxt {
              margin-right: 24px; } }
          @media screen and (max-width: 800px) {
            .list-table.as_month tr > td:first-of-type .list-boldTxt {
              width: auto; } }
      .list-table.as_month tr > td:nth-of-type(2n) {
        width: 54%; }
        @media screen and (max-width: 800px) {
          .list-table.as_month tr > td:nth-of-type(2n) {
            width: auto; } }
      .list-table.as_month tr > td:last-of-type {
        width: 16%; }
        @media screen and (max-width: 800px) {
          .list-table.as_month tr > td:last-of-type {
            width: auto; } }
    .list-table.as_recruit tr > td {
      line-height: normal; }
      .list-table.as_recruit tr > td:first-of-type {
        display: flex;
        align-items: center; }
        .list-table.as_recruit tr > td:first-of-type .list-boldTxt {
          width: 43%; }
          @media screen and (max-width: 800px) {
            .list-table.as_recruit tr > td:first-of-type .list-boldTxt {
              width: 100%; } }
      .list-table.as_recruit tr > td:nth-of-type(2n) {
        width: 61%; }
        @media screen and (max-width: 800px) {
          .list-table.as_recruit tr > td:nth-of-type(2n) {
            display: block;
            width: auto; } }
      .list-table.as_recruit tr > td:last-of-type {
        width: 13%; }
        @media screen and (max-width: 800px) {
          .list-table.as_recruit tr > td:last-of-type {
            display: block;
            width: auto; } }
    .list-table.as_jidoukans-single {
      margin-bottom: 40px; }
      .list-table.as_jidoukans-single tr > td.as_jidoukanName {
        padding: 7px 16px;
        font-size: 14px;
        font-weight: bold;
        color: #a6aab6;
        line-height: 1.43;
        width: 160px; }
      .list-table.as_jidoukans-single tr > td.as_jidoukanDate {
        font-size: 14px;
        font-weight: bold;
        color: #a6aab6;
        width: 86px; }

.category-select-wrapper {
  text-align: right;
  margin-top: -30px;
  margin-bottom: 40px; }
  @media screen and (max-width: 800px) {
    .category-select-wrapper {
      margin-top: 0; } }
  @media screen and (max-width: 414px) {
    .category-select-wrapper {
      margin-bottom: 30px; } }

.category-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: url("./../img/common/ico_select-arrow.svg") no-repeat;
  background-position: right 12px top 14px;
  width: 304px;
  height: 40px;
  border: 1px solid #c0c4ce;
  border-radius: 0;
  padding: 8px 12px;
  color: #a6aab6; }
  @media screen and (max-width: 414px) {
    .category-select {
      width: 100%; } }

.nohit-wrapper {
  padding: 48px 16px;
  border: 1px solid #c0c4ce;
  text-align: center; }
.nohit-txt {
  margin-bottom: 24px; }

.books {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .books::after {
    content: "";
    display: block;
    width: 30%; }

.book {
  overflow: hidden;
  display: flex;
  width: calc(( 100% - 24px) / 2);
  height: 165px;
  margin-bottom: 24px;
  border-radius: 8px;
  border: 0px solid white;
  cursor: pointer; }
  @media screen and (max-width: 800px) {
    .book {
      display: block;
      width: calc(( 100% - 48px ) / 3 );
      height: auto; } }
  @media screen and (max-width: 414px) {
    .book {
      width: calc(( 100% - 16px ) / 2 ); } }
  .book:hover {
    opacity: 0.5; }
  .book-imageWrapper {
    width: 128px;
    height: 165px; }
    @media screen and (max-width: 800px) {
      .book-imageWrapper {
        position: relative;
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 800px) {
      .book-imageWrapper::before {
        content: "";
        display: block;
        padding-top: 140%; } }
  .book-image {
    width: 128px;
    height: 165px; }
    @media screen and (max-width: 800px) {
      .book-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; } }
    .book-image img {
      width: 128px;
      height: 165px;
      vertical-align: bottom; }
      @media screen and (max-width: 800px) {
        .book-image img {
          width: 100%;
          height: auto; } }
  .book-textWrapper {
    position: relative;
    background-color: #f7f8fa;
    width: calc(100% - 128px);
    padding: 48px 24px;
    box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .book-textWrapper {
        width: 100%;
        padding: 35px 8px 16px; } }
  .book-title {
    font-family: 'Noto Sans JP', sans-serif;
    color: #222222;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: normal;
    font-weight: bold; }
  .book-decoration {
    position: absolute;
    top: 30px;
    display: flex; }
    @media screen and (max-width: 800px) {
      .book-decoration {
        top: 20px; } }
    .book-decoration > span {
      margin-right: 4px; }
  .book-readmore {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px; }
    @media screen and (max-width: 414px) {
      .book-readmore {
        margin: 32px auto 64px; } }
    .book-readmore > span {
      width: 240px;
      height: 48px;
      font-size: 16px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      color: #222222;
      font-weight: bold;
      border: 3px solid #222222;
      border-radius: 24px;
      box-sizing: border-box; }
      .book-readmore > span i {
        position: absolute;
        right: 18px;
        font-weight: bold;
        font-size: 19.2px;
        top: 11px; }
      @media screen and (max-width: 414px) {
        .book-readmore > span {
          width: 100%; } }
      .book-readmore > span:hover {
        opacity: 0.5;
        cursor: pointer; }

.modalBook {
  width: 100%;
  display: none; }
  .modalBook.is_active {
    display: flex; }
    @media screen and (max-width: 800px) {
      .modalBook.is_active {
        display: block; } }
  .modalBook-image {
    width: 224px;
    height: 224px;
    margin-right: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f8fa; }
    @media screen and (max-width: 800px) {
      .modalBook-image {
        width: 100%;
        margin-bottom: 36px; } }
    .modalBook-image img {
      height: 100%; }
  .modalBook-textWrapper {
    flex: 1; }
    @media screen and (max-width: 800px) {
      .modalBook-textWrapper {
        padding: 0 16px; } }
  .modalBook-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    letter-spacing: normal;
    margin-top: 24px;
    margin-bottom: 24px;
    position: relative; }
    @media screen and (max-width: 800px) {
      .modalBook-title {
        margin-bottom: 12px; } }
    .modalBook-title-decoration {
      position: absolute;
      top: -20px;
      left: 0; }
      @media screen and (max-width: 800px) {
        .modalBook-title-decoration {
          top: -10px; } }
  .modalBook-text {
    margin-bottom: 24px; }
    @media screen and (max-width: 800px) {
      .modalBook-text {
        margin-bottom: 12px; } }
  .modalBook-link {
    color: #0491ff;
    font-weight: bold; }
    .modalBook-link-icon {
      color: #0491ff;
      margin-left: 8px; }
  .modalBook-prevArrow {
    left: -40px;
    top: calc( 50% - 40px);
    position: absolute;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #f7f8fa;
    cursor: pointer; }
    @media screen and (max-width: 800px) {
      .modalBook-prevArrow {
        background-color: #fff;
        top: calc( 28% - 40px); } }
    .modalBook-prevArrow-icon {
      position: absolute;
      top: 30px;
      left: 48px; }
  .modalBook-nextArrow {
    right: -40px;
    top: calc( 50% - 40px);
    position: absolute;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #f7f8fa;
    cursor: pointer; }
    @media screen and (max-width: 800px) {
      .modalBook-nextArrow {
        background-color: #fff;
        top: calc( 28% - 40px); } }
    .modalBook-nextArrow-icon {
      position: absolute;
      top: 30px;
      right: 48px; }

.singleArticle {
  margin-bottom: 40px;
  width: 100%; }
  .singleArticle-topWrapper {
    display: flex;
    margin-bottom: 64px; }
    @media screen and (max-width: 800px) {
      .singleArticle-topWrapper {
        display: block;
        margin-top: 40px;
        margin-bottom: 40px; } }
  .singleArticle-topImage {
    width: 480px;
    padding-right: 64px; }
    @media screen and (max-width: 800px) {
      .singleArticle-topImage {
        text-align: center;
        width: 100%;
        padding-right: 0; } }
    .singleArticle-topImage img {
      vertical-align: bottom;
      max-width: 100%; }
  .singleArticle-introWrapper {
    flex: 1; }
    @media screen and (max-width: 800px) {
      .singleArticle-introWrapper {
        margin-top: 15px; } }
  .singleArticle-intro-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.6;
    margin: 0;
    letter-spacing: normal;
    margin-bottom: 16px; }
    @media screen and (max-width: 414px) {
      .singleArticle-intro-title {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.6;
        margin: 0;
        letter-spacing: normal; } }
  .singleArticle-intro-date {
    display: inline-block;
    margin-bottom: 40px;
    line-height: 1; }
    @media screen and (max-width: 800px) {
      .singleArticle-intro-date {
        margin-bottom: 0; } }
    .singleArticle-intro-date time {
      font-family: 'Montserrat', sans-serif;
      color: #a6aab6;
      font-size: 14px;
      line-height: 1.43;
      letter-spacing: normal; }
  .singleArticle-intro-author {
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: 40px; }
  .singleArticle-intro-txt {
    font-size: 14px;
    color: #777777; }
  .singleArticle h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    margin: 0;
    letter-spacing: normal;
    position: relative;
    padding-left: 24px;
    line-height: 40px; }
    @media screen and (max-width: 414px) {
      .singleArticle h2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.6;
        margin: 0;
        letter-spacing: normal;
        line-height: 40px; } }
    .singleArticle h2::before {
      content: '';
      display: inline-block;
      background-image: url("./../img/common/line/ver-small-green-pink.svg");
      width: 8px;
      height: 40px;
      position: absolute;
      top: 0;
      left: 0; }
  .singleArticle img {
    max-width: 100%;
    height: auto; }
  .singleArticle-infoWrapper {
    padding: 32px 24px;
    background-color: #f7f8fa; }
  .singleArticle-info-textWrapper {
    padding-left: 24px; }
    @media screen and (max-width: 414px) {
      .singleArticle-info-textWrapper {
        padding: 10px 0 0; } }
  .singleArticle-info-title {
    padding-left: 16px;
    font-weight: bold;
    position: relative; }
    .singleArticle-info-titleWrapper {
      display: flex;
      align-items: center;
      margin-bottom: 16px; }
  .singleArticle-info-txt {
    font-size: 14px; }
  .singleArticle-info-link {
    color: #0491ff;
    font-weight: bold; }
  .singleArticle-info-inner {
    display: flex; }
    @media screen and (max-width: 414px) {
      .singleArticle-info-inner {
        display: block; } }
  .singleArticle-info + .singleArticle-info {
    margin-top: 36px; }
  .singleArticle-readmore {
    margin-bottom: 115px; }
    @media screen and (max-width: 1024px) {
      .singleArticle-readmore {
        display: flex;
        justify-content: center;
        margin-bottom: 100px; } }
    .singleArticle-readmore > a {
      width: 240px;
      height: 48px;
      font-size: 16px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      color: #222222;
      font-weight: bold;
      border: 3px solid #222222;
      border-radius: 24px;
      box-sizing: border-box; }
      .singleArticle-readmore > a i {
        position: absolute;
        right: 18px;
        font-weight: bold;
        font-size: 19.2px;
        top: 11px; }
      @media screen and (max-width: 414px) {
        .singleArticle-readmore > a {
          width: 100%; } }
    .singleArticle-readmore > span {
      width: 240px;
      height: 48px;
      font-size: 16px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      color: #222222;
      font-weight: bold;
      border: 3px solid #222222;
      border-radius: 24px;
      box-sizing: border-box; }
      .singleArticle-readmore > span i {
        position: absolute;
        right: 18px;
        font-weight: bold;
        font-size: 19.2px;
        top: 11px; }
      @media screen and (max-width: 414px) {
        .singleArticle-readmore > span {
          width: 100%; } }
      .singleArticle-readmore > span:hover {
        cursor: pointer;
        opacity: 0.5; }

.relatedArticle-titleWrapper {
  display: flex;
  justify-content: center; }

.relatedArticle-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 414px) {
    .relatedArticle-title {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.6;
      margin: 0;
      letter-spacing: normal;
      margin-bottom: 32px; } }
  .relatedArticle-title-icon {
    position: absolute;
    bottom: 45px;
    left: calc( 50% - 27px); }

.relatedAritcles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .relatedAritcles::before {
    content: "";
    display: block;
    width: 23%;
    order: 1; }
  .relatedAritcles::after {
    content: "";
    display: block;
    width: 23%; }
  @media screen and (max-width: 414px) {
    .relatedAritcles {
      margin: 0; } }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px; }

.termsList {
  margin-bottom: 48px; }
  .termsList-title {
    font-weight: bold; }
  .termsList > li {
    margin-bottom: 1.75em; }
  .termsList > li:last-child {
    margin-bottom: 0; }

.sitemap {
  margin-bottom: 48px; }
  .sitemap-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -48px; }
    @media screen and (max-width: 414px) {
      .sitemap-links {
        display: block;
        margin: 0; } }
  .sitemap-link {
    width: calc(( 100% - 64px ) / 3);
    margin-bottom: 48px; }
    @media screen and (max-width: 800px) {
      .sitemap-link {
        width: calc(( 100% - 32px ) / 2); } }
    @media screen and (max-width: 414px) {
      .sitemap-link {
        width: 100%;
        margin: 0; } }
    @media screen and (max-width: 414px) {
      .sitemap-link + .sitemap-link {
        margin-top: 2em; } }
    .sitemap-link-title {
      font-weight: bold;
      margin-bottom: 11px;
      border-bottom: 1px solid #c0c4ce;
      padding-bottom: 5px;
      position: relative; }
      .sitemap-link-title .checkIcon {
        position: absolute;
        right: 0;
        top: 4px; }
    .sitemap-link-list li a {
      position: relative;
      font-size: 14px;
      display: block;
      line-height: 1.43; }
      .sitemap-link-list li a .checkIcon {
        position: absolute;
        right: 0;
        top: 2px; }
    .sitemap-link-list li + li {
      margin-top: 16px; }

.wish-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: normal;
  margin-bottom: 64px; }
  @media screen and (max-width: 414px) {
    .wish-heading {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.6;
      margin: 0;
      letter-spacing: normal;
      margin-bottom: 32px; } }
.wish-txt {
  display: inline-block;
  position: relative; }
.wish-inner {
  text-align: center;
  margin-bottom: 443px; }
  @media screen and (max-width: 414px) {
    .wish-inner {
      margin-bottom: 209px; } }
.wish-image-right {
  position: absolute;
  right: -44%;
  top: 25%; }
.wish-image-left {
  position: absolute;
  left: -55%;
  top: 55%; }
.wish-image-bottom {
  position: absolute;
  bottom: -50%;
  right: 0%; }
@media screen and (max-width: 414px) {
  .wish-image-right {
    width: 80px;
    height: 80px;
    top: 3%;
    right: -2%; }
  .wish-image-left {
    width: 80px;
    height: 80px;
    left: -5%;
    top: 40%; }
  .wish-image-bottom {
    width: 100px;
    height: 100px;
    bottom: -22%;
    right: 27%; }
}
@media screen and (max-width: 414px) {
  .wish-image-right {
    width: 80px;
    height: 80px;
    top: 3%;
    right: -2%; }
  .wish-image-left {
    width: 80px;
    height: 80px;
    left: -5%;
    top: 40%; }
  .wish-image-bottom {
    width: 100px;
    height: 100px;
    bottom: -22%;
    right: 27%; }
}
@media screen and (max-width: 375px) {
  .wish-image-right {
    width: 80px;
    height: 80px;
    top: 3%;
    right: -2%;
    opacity: .5;
  }
  .wish-image-left {
    width: 80px;
    height: 80px;
    left: -5%;
    top: 40%;
    opacity: .5;
  }
  .wish-image-bottom {
    width: 100px;
    height: 100px;
    bottom: -22%;
    right: 27%;
  }
}
.wish-decoration-leftTop-yellowPink {
  position: absolute;
  left: -33%;
  top: 0%; }
.wish-decoration-leftTop-blueYellow {
  position: absolute;
  left: -20%;
  top: 20%; }
.wish-decoration-leftTop-greenBlue {
  position: absolute;
  left: -44%;
  top: 40%; }
.wish-decoration-leftBottom-yellowPink {
  position: absolute;
  left: 12%;
  bottom: -38%; }
.wish-decoration-leftBottom-greenBlue {
  position: absolute;
  left: -44%;
  bottom: -33%; }
.wish-decoration-leftBottom-pinkGreen {
  position: absolute;
  left: -28%;
  bottom: 0%; }
.wish-decoration-leftBottom-yellowBlue {
  position: absolute;
  left: -7%;
  bottom: -16%; }
.wish-decoration-rightTop-blueGreen {
  position: absolute;
  right: -20%;
  top: 2%; }
.wish-decoration-rightBottom-yellowPink {
  position: absolute;
  right: -38%;
  bottom: -6%; }
.wish-decoration-rightBottom-yellowGreen {
  position: absolute;
  right: -41%;
  bottom: 33%; }
.wish-decoration-rightBottom-pinkBlue {
  position: absolute;
  right: -22%;
  bottom: 17%; }
@media screen and (max-width: 414px) {
  .wish-decoration-leftTop-yellowPink {
    left: 0%;
    top: 0%;
    width: 30px; }
  .wish-decoration-leftTop-blueYellow {
    display: none; }
  .wish-decoration-leftTop-greenBlue {
    left: 17px;
    top: 33%;
    width: 20px; }
  .wish-decoration-leftBottom-yellowPink {
    display: none; }
  .wish-decoration-leftBottom-greenBlue {
    display: none; }
  .wish-decoration-leftBottom-pinkGreen {
    display: none; }
  .wish-decoration-leftBottom-yellowBlue {
    left: 74%;
    bottom: 74%;
    transform: rotate(45deg);
    width: 26px; }
  .wish-decoration-rightTop-blueGreen {
    right: 10%;
    top: 101%;
    width: 24px; }
  .wish-decoration-rightBottom-yellowPink {
    display: none; }
  .wish-decoration-rightBottom-yellowGreen {
    right: 71%;
    bottom: -7%;
    width: 20px; }
  .wish-decoration-rightBottom-pinkBlue {
    right: 85%;
    bottom: 22%;
    width: 24px; } }

.jidoukan-main {
  margin-top: 56px; }
  .jidoukan-main.as_gray {
    position: relative;
    background-color: #f7f8fa;
    padding-top: 80px;
    margin-top: 0; }
    @media screen and (max-width: 414px) {
      .jidoukan-main.as_gray {
        padding-bottom: 80px;
        padding-top: 48px; } }
    .jidoukan-main.as_gray::before {
      content: '';
      width: 0;
      height: 0;
      border-left: 360px solid transparent;
      border-right: 360px solid transparent;
      border-bottom: 120px solid #f7f8fa;
      position: absolute;
      top: -90px;
      left: calc( 50% - 350px );
      z-index: -1; }
      @media screen and (max-width: 800px) {
        .jidoukan-main.as_gray::before {
          border-left: 120px solid transparent;
          border-right: 120px solid transparent;
          border-bottom: 70px solid #f7f8fa;
          top: -70px;
          left: calc( 50% - 116px ); } }
.jidoukan-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: normal;
  margin-bottom: 40px;
  text-align: center; }
  @media screen and (max-width: 414px) {
    .jidoukan-heading {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.6;
      margin: 0;
      letter-spacing: normal;
      margin-bottom: 24px; } }
.jidoukan-txt {
  display: inline-block;
  position: relative; }
.jidoukan-inner {
  text-align: center;
  margin-bottom: 443px; }
.jidoukanIntro-content:first-of-type {
  text-align: center; }
.jidoukanIntro-icon01 {
  margin-bottom: 24px; }
  @media screen and (max-width: 414px) {
    .jidoukanIntro-icon01 {
      margin-bottom: 16px; } }
.jidoukanIntro-txt {
  margin-bottom: 39px; }
  @media screen and (max-width: 414px) {
    .jidoukanIntro-txt {
      margin-bottom: 32px; } }
.jidoukanIntro-icon02 {
  margin-bottom: 46px;
  max-width: 467px;
  width: 70%; }
  @media screen and (max-width: 414px) {
    .jidoukanIntro-icon02 {
      width: 298px;
      margin-bottom: 38px; } }
.jidoukanSupport-content {
  margin-bottom: 80px; }
  @media screen and (max-width: 414px) {
    .jidoukanSupport-content {
      margin-bottom: 48px; } }
@media screen and (max-width: 414px) {
  .jidoukanSupport-heading {
    margin-bottom: 32px; } }
.jidoukanSupport-panels {
  display: flex;
  padding-bottom: 63px;
  border-bottom: 1px solid #c0c4ce;
  margin-left: -32px; }
  @media screen and (max-width: 800px) {
    .jidoukanSupport-panels {
      padding-bottom: 47px;
      display: block;
      margin: 0; } }
.jidoukanSupport-panel {
  width: calc(( 100% / 3 ) - 32px);
  margin-left: 32px; }
  @media screen and (max-width: 800px) {
    .jidoukanSupport-panel {
      width: 100%;
      margin: 0; } }
  .jidoukanSupport-panel-image {
    margin-bottom: 24px;
    width: 100%;
    vertical-align: bottom; }
    @media screen and (max-width: 800px) {
      .jidoukanSupport-panel-image {
        margin-bottom: 16px; } }
  .jidoukanSupport-panel-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 16px; }
    @media screen and (max-width: 800px) {
      .jidoukanSupport-panel-title {
        font-weight: bold;
        margin-bottom: 8px; } }
  @media screen and (max-width: 800px) {
    .jidoukanSupport-panel + .jidoukanSupport-panel {
      margin-top: 32px; } }
.jidoukanDesc-content + .jidoukanDesc-content {
  padding-bottom: 130px;
  margin-top: 80px; }
  @media screen and (max-width: 414px) {
    .jidoukanDesc-content + .jidoukanDesc-content {
      margin-top: 60px;
      padding-bottom: 0; } }
@media screen and (max-width: 414px) {
  .jidoukanDesc-heading {
    margin-bottom: 32px; } }
.jidoukanDesc-table {
  border-collapse: collapse;
  width: 100%; }
  .jidoukanDesc-table th {
    border: solid 1px #c0c4ce;
    width: 272px;
    box-sizing: border-box;
    background-color: #dbdee8;
    text-align: left;
    vertical-align: top;
    line-height: 2.44;
    padding: 0 11px; }
    @media screen and (max-width: 800px) {
      .jidoukanDesc-table th {
        width: 122px;
        font-size: 14px;
        line-height: 2.79; } }
  .jidoukanDesc-table td {
    border: solid 1px #c0c4ce;
    background-color: #fff;
    line-height: 2.44;
    padding: 0 12px;
    box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .jidoukanDesc-table td {
        line-height: 1.71;
        font-size: 14px; } }

.jidoukanPhoto-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px; }
  @media screen and (max-width: 800px) {
    .jidoukanPhoto-wrapper {
      display: block; } }
.jidoukanPhoto-main {
  display: block;
  width: 51.666667%;
  position: relative;
  padding-top: 38.4375002%;
  overflow: hidden;
  margin-right: 32px; }
  @media screen and (max-width: 800px) {
    .jidoukanPhoto-main {
      width: 100%;
      margin-bottom: 16px;
      margin-right: 0;
      padding-top: 74.3952844%; } }
  .jidoukanPhoto-main img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover; }
    @media screen and (max-width: 800px) {
      .jidoukanPhoto-main img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        object-fit: cover; } }
.jidoukanPhoto-thumbWrapper {
  flex: 1;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #c0c4ce; }
  @media screen and (max-width: 800px) {
    .jidoukanPhoto-thumbWrapper {
      border: none;
      width: 100%;
      padding: 0;
      margin-right: -8px; } }
.jidoukanPhoto-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px; }
  @media screen and (max-width: 800px) {
    .jidoukanPhoto-thumbs {
      margin-right: -8px;
      flex-wrap: nowrap; } }
.jidoukanPhoto-thumb {
  width: calc(( 100% / 3 ) - 16px);
  margin-right: 16px;
  margin-bottom: 16px;
  cursor: pointer; }
  @media screen and (max-width: 800px) {
    .jidoukanPhoto-thumb {
      margin-right: 8px;
      margin-bottom: 8px; } }
  .jidoukanPhoto-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle; }
.jidoukanPhoto-main img {
  width: 100%;
  vertical-align: baseline; }

.research-txt {
  margin-bottom: 1.75em; }
.research-desc {
  margin: 0 0 32px; }
  .research-desc dt {
    font-weight: bold; }
    .research-desc dt::before {
      content: '・';
      display: inline-block; }
  .research-desc dd {
    margin-left: 0;
    margin-bottom: 1.75em; }

.research-dataList {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 32px; }
  .research-dataList tr {
    border-top: 1px solid #c0c4ce; }
    @media screen and (max-width: 800px) {
      .research-dataList tr {
        display: flex;
        flex-direction: column;
        padding: 15px 5%; } }
    .research-dataList tr:last-of-type {
      border-bottom: 1px solid #c0c4ce; }
    .research-dataList tr > th {
      padding: 15px 16px;
      text-align: left;
      font-weight: normal; }
      @media screen and (max-width: 800px) {
        .research-dataList tr > th {
          padding: 0; } }
    .research-dataList tr > td {
      padding: 15px 16px; }
      @media screen and (max-width: 800px) {
        .research-dataList tr > td {
          padding: 0; } }
      .research-dataList tr > td a {
        color: #0491ff;
        font-weight: bold; }
  .research-dataList-icon {
    color: #0491ff;
    padding-left: 8px; }

.contactForm-wrapper {
  max-width: 736px;
  width: 100%;
  margin: 0 auto; }
.contactForm-txt {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.71;
  font-size: 14px; }
  @media screen and (max-width: 414px) {
    .contactForm-txt {
      text-align: left;
      margin-bottom: 32px; } }
.contactForm dl {
  display: flex;
  margin-bottom: 24px; }
  @media screen and (max-width: 414px) {
    .contactForm dl {
      display: block;
      margin-bottom: 16px; } }
  .contactForm dl:last-child {
    display: block; }
    .contactForm dl:last-child.as_confirm {
      display: flex;
      margin-bottom: 40px; }
      @media screen and (max-width: 414px) {
        .contactForm dl:last-child.as_confirm {
          display: block;
          margin-bottom: 32px; } }
    .contactForm dl:last-child dt {
      width: 100%;
      margin-bottom: 10px;
      padding-top: 0; }
      .contactForm dl:last-child dt.as_confirm {
        width: 137px;
        padding-right: 0; }
    .contactForm dl:last-child dd {
      max-width: 100%; }
  .contactForm dl dt {
    width: 137px;
    padding-right: 11px;
    font-weight: bold;
    box-sizing: border-box;
    padding-top: 10px;
    line-height: normal; }
    .contactForm dl dt.as_confirm {
      padding-top: 0;
      margin-right: 56px;
      line-height: normal; }
    .contactForm dl dt.as_pdt0 {
      padding-top: 0; }
    @media screen and (max-width: 414px) {
      .contactForm dl dt {
        padding: 0;
        margin-bottom: 8px; } }
  .contactForm dl dd {
    margin: 0;
    flex: 1;
    max-width: 599px; }
    .contactForm dl dd input[type="text"],
    .contactForm dl dd input[type="email"],
    .contactForm dl dd input[type="tel"] {
      display: block;
      width: 100%;
      padding: 10px 14px;
      border: 1px solid #c0c4ce;
      border-radius: 0;
      outline: none;
      background: none;
      box-sizing: border-box;
      font-size: 16px;
      -webkit-appearance: none;
      height: 48px; }
      .contactForm dl dd input[type="text"].is_error,
      .contactForm dl dd input[type="email"].is_error,
      .contactForm dl dd input[type="tel"].is_error {
        background: #ffeded;
        border-color: #f15252; }
      .contactForm dl dd input[type="text"]:focus,
      .contactForm dl dd input[type="email"]:focus,
      .contactForm dl dd input[type="tel"]:focus {
        border: 1px solid #0491ff; }
    .contactForm dl dd textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      resize: none;
      outline: none;
      background: transparent;
      border-radius: 0;
      display: block;
      width: 100%;
      padding: 12px;
      height: 200px;
      box-sizing: border-box;
      border: 1px solid #c0c4ce; }
      .contactForm dl dd textarea.is_error {
        background: #ffeded;
        border-color: #f15252; }
      .contactForm dl dd textarea:focus {
        border: 1px solid #0491ff; }
.contactForm-applicableItems {
  display: flex; }
  @media screen and (max-width: 414px) {
    .contactForm-applicableItems {
      flex-wrap: wrap; } }
.contactForm-applicableItem {
  min-width: 100px; }
  @media screen and (max-width: 414px) {
    .contactForm-applicableItem {
      width: 50%;
      margin-bottom: 16px; } }
  @media screen and (max-width: 414px) {
    .contactForm-applicableItem:last-of-type {
      width: 100%;
      margin-bottom: 0; } }
  .contactForm-applicableItem-input {
    display: none; }
    .contactForm-applicableItem-input + label {
      padding-left: 25px;
      position: relative;
      font-size: 16px;
      cursor: pointer; }
      .contactForm-applicableItem-input + label::before {
        content: "";
        display: block;
        position: absolute;
        top: 2.5px;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #999;
        border-radius: 50%;
        box-sizing: border-box; }
    .contactForm-applicableItem-input:checked + label::before {
      border: none;
      background-color: #0491ff; }
    .contactForm-applicableItem-input:checked + label::after {
      content: "";
      display: block;
      position: absolute;
      top: 7px;
      left: 4px;
      width: 12px;
      height: 12px;
      background-color: #fff;
      border-radius: 50%; }
.contactForm-required {
  color: #f15252; }
.contactForm-submitWrapper {
  text-align: center; }
.contactForm-submit {
  width: 240px;
  height: 48px;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #222222;
  font-weight: bold;
  border: 3px solid #222222;
  border-radius: 24px;
  box-sizing: border-box;
  display: inline-block;
  height: 48px; }
  .contactForm-submit i {
    position: absolute;
    right: 18px;
    font-weight: bold;
    font-size: 19.2px;
    top: 11px; }
  @media screen and (max-width: 414px) {
    .contactForm-submit {
      width: 100%; } }
  .contactForm-submit:hover {
    opacity: .5;
    cursor: pointer; }
  .contactForm-submit-icon {
    top: 11px; }
.contactForm-errMsg {
  padding: 16px;
  font-size: 12px;
  color: #f15252;
  background-color: #ffeded;
  margin-bottom: 35px; }
.contactForm-note {
  display: none;
  font-size: 12px;
  color: #f15252;
  margin-top: 8px; }
  .contactForm-note.is_error {
    display: block; }

.thanksContent {
  text-align: center; }
.thanks-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: normal;
  margin-bottom: 40px; }
  @media screen and (max-width: 414px) {
    .thanks-title {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.6;
      margin: 0;
      letter-spacing: normal;
      margin-bottom: 40px; } }
.thanks-icon {
  margin-bottom: 40px; }
.thanks-txt {
  margin-bottom: 40px; }
  @media screen and (max-width: 414px) {
    .thanks-txt {
      text-align: left; } }

.modal-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 16px;
  z-index: 100; }
.modal-container {
  position: relative;
  margin-top: 80px;
  max-width: 960px;
  width: 100%;
  padding: 64px 80px;
  margin: 80px auto;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 160px);
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  -webkit-overflow-scrolling: touch; }
  .modal-container::-webkit-scrollbar {
    display: none; }
  @media screen and (max-width: 800px) {
    .modal-container {
      padding: 40px 0;
      margin: 16px auto;
      max-height: 95%; }
      .modal-container.as_search-plays {
        padding: 40px 0; } }
@media screen and (max-width: 800px) {
  .modal-inner {
    padding: 0 24px; } }
@media screen and (max-width: 414px) {
  .modal-inner {
    padding: 0 16px; } }
.modal-panel {
  display: none; }
  .modal-panel.is_active {
    display: block; }
  @media screen and (max-width: 800px) {
    .modal-panel.as_search-plays {
      padding: 24px 24px;
      background-color: #f7f8fa;
      margin-bottom: 24px; } }
  @media screen and (max-width: 414px) {
    .modal-panel.as_search-plays {
      padding: 24px 16px; } }
.modal-closeBtn {
  color: #a6aab6;
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 22px;
  cursor: pointer; }
.modal-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin-bottom: 32px; }
  @media screen and (max-width: 800px) {
    .modal-title {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold;
      font-size: 24px;
      line-height: 1.5;
      margin: 0;
      letter-spacing: normal;
      margin-bottom: 24px; } }
  .modal-title span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
    margin-top: 8px; }
    @media screen and (max-width: 800px) {
      .modal-title span {
        font-size: 14px; } }
.modal-links {
  display: flex;
  margin-right: -16px;
  margin-bottom: 32px; }
  @media screen and (max-width: 800px) {
    .modal-links {
      margin-bottom: 24px; } }
  @media screen and (max-width: 800px) {
    .modal-links.as_search-plays {
      padding: 0 16px; } }
.modal-link {
  width: calc( 50% - 16px);
  margin-right: 16px;
  padding: 24px 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f8fa;
  border-radius: 8px;
  box-sizing: border-box;
  border: 3px solid transparent;
  position: relative;
  cursor: pointer; }
  @media screen and (max-width: 800px) {
    .modal-link {
      padding: 21px 18px; } }
  .modal-link-inner {
    text-align: center; }
    .modal-link-inner img {
      height: 41px; }
  .modal-link-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    letter-spacing: normal;
    color: #a6aab6;
    margin-bottom: 5px; }
    @media screen and (max-width: 800px) {
      .modal-link-title {
        font-size: 16px;
        letter-spacing: -0.03em; } }
  .modal-link::after {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border: 3px solid;
    bottom: -16px;
    left: calc( 50% - 12.5px );
    border-color: transparent;
    transform: rotate(-45deg); }
  .modal-link:hover {
    background-color: #fff;
    border: 3px solid #000; }
    .modal-link:hover .modal-link-title {
      color: #222222; }
    .modal-link:hover::after {
      background-color: #fff;
      border-color: transparent transparent #000 #000; }
  .modal-link.is_active {
    background-color: #fff;
    border: 3px solid #000; }
    .modal-link.is_active .modal-link-title {
      color: #222222; }
    .modal-link.is_active::after {
      background-color: #fff;
      border-color: transparent transparent #000 #000; }
.modal-search {
  position: relative; }
  @media screen and (max-width: 800px) {
    .modal-search-wrapper {
      padding: 0 24px; } }
  .modal-search > input {
    position: relative;
    width: calc(100% - 4em);
    height: 46px;
    border-radius: 24px;
    border: 1px solid #c0c4ce;
    background-color: #fff;
    padding: 0 3em 0 1em;
    outline: 0;
    display: flex;
    -webkit-appearance: none; }
  .modal-search-button {
    position: absolute;
    top: calc(50% - 10px);
    right: 1em;
    z-index: 2;
    cursor: pointer; }
    .modal-search-button img {
      transition: opacity 0.2s; }
      .modal-search-button img:hover {
        opacity: 0.6; }
@media screen and (max-width: 800px) {
  .modal-searchInput-wrapper {
    padding: 0 16px; } }

.searchList {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 32px; }
  .searchList-item label {
    display: block;
    position: relative;
    padding: 15px 16px;
    line-height: 1;
    background: #f7f8fa;
    font-weight: bold;
    border-top: 1px solid #c0c4ce;
    border-bottom: 1px solid #c0c4ce;
    cursor: pointer; }
    .searchList-item label::before {
      position: absolute;
      font-family: "Font Awesome 5 Free";
      content: '\f078';
      right: 0.5em;
      top: 32%; }
  .searchList-item + .searchList-item label {
    border-top: none; }
  .searchList-item input {
    display: none; }
  .searchList-item .checkbox-input:checked + label {
    color: rgba(34, 34, 34, 0.6); }
  .searchList-item .checkbox-input:checked + label + .searchList-item-inner {
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    padding: 24px 16px 9px;
    visibility: visible;
    height: auto;
    border-bottom: 1px solid #c0c4ce; }
  .searchList-item .checkbox-input:checked + label:before {
    transform: rotate(180deg); }
  .searchList-item-inner {
    height: 0;
    opacity: 0;
    padding: 0 16px;
    transition: .5s;
    visibility: hidden; }
    .searchList-item-inner::before {
      content: "";
      display: block;
      width: 23%;
      order: 1; }
    .searchList-item-inner::after {
      content: "";
      display: block;
      width: 23%; }
    .searchList-item-inner > li {
      width: 25%;
      margin-bottom: 15px; }
      @media screen and (max-width: 414px) {
        .searchList-item-inner > li {
          width: 50%; } }
    .searchList-item-inner > li a {
      font-weight: bold;
      color: #0491ff;
      line-height: 1.75; }
  .searchList-category-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 24px 16px 9px;
    border-top: 1px solid #c0c4ce;
    border-bottom: 1px solid #c0c4ce; }
    .searchList-category-inner::before {
      content: "";
      display: block;
      width: 23%;
      order: 1; }
    .searchList-category-inner::after {
      content: "";
      display: block;
      width: 23%; }
    .searchList-category-inner > li {
      width: 25%;
      margin-bottom: 15px; }
      @media screen and (max-width: 414px) {
        .searchList-category-inner > li {
          width: 50%; } }
    .searchList-category-inner > li a {
      font-weight: bold;
      color: #0491ff;
      line-height: 1.75; }

.playSearchForm {
  width: 100%;
  padding: 32px;
  margin-bottom: 32px;
  background: #f7f8fa;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-right: -32px; }
  @media screen and (max-width: 800px) {
    .playSearchForm {
      display: block;
      padding: 0;
      margin-bottom: 0; } }
  .playSearchForm-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc((100% - 32px) / 2);
    margin-right: 32px;
    margin-bottom: 24px; }
    @media screen and (max-width: 800px) {
      .playSearchForm-item {
        width: 100%;
        margin-bottom: 16px; } }
    .playSearchForm-item:nth-of-type(even) {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      .playSearchForm-item:last-of-type {
        margin-bottom: 24px; } }
    .playSearchForm-item label {
      font-weight: bold;
      width: 80px;
      margin-right: 10px; }
      @media screen and (max-width: 414px) {
        .playSearchForm-item label {
          width: 60px;
          margin-right: 10px; } }
  .playSearchForm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    flex: 1;
    border: 1px solid #c0c4ce;
    padding: 12px;
    background: url("./../img/common/ico_select-arrow.svg") no-repeat;
    background-color: #fff;
    background-position: right 12px top 17px;
    border-radius: 0; }
  .playSearchForm-btnWrapper {
    width: 100%;
    display: flex;
    justify-content: center; }
  .playSearchForm-btn {
    width: 240px;
    height: 48px;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #222222;
    font-weight: bold;
    border: 3px solid #222222;
    border-radius: 24px;
    box-sizing: border-box;
    height: 48px; }
    .playSearchForm-btn i {
      position: absolute;
      right: 18px;
      font-weight: bold;
      font-size: 19.2px;
      top: 11px; }
    @media screen and (max-width: 800px) {
      .playSearchForm-btn {
        width: 100%; } }
    .playSearchForm-btn-icon {
      top: 10px; }
    .playSearchForm-btn:hover {
      opacity: .5;
      cursor: pointer; }

.documents-tabs {
  display: flex;
  border-top: 1px solid #c0c4ce;
  border-bottom: 1px solid #c0c4ce; }
  @media screen and (max-width: 800px) {
    .documents-tabs {
      flex-wrap: wrap; } }

.documents-tab {
  width: 25%;
  color: #a6aab6;
  padding: 8px;
  height: 80px;
  line-height: 1.5;
  background-color: #f7f8fa;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer; }
  @media screen and (max-width: 800px) {
    .documents-tab {
      width: 50%;
      font-size: 14px; } }
  .documents-tab.is_active {
    color: #222222;
    background-color: #fff; }
.documents-list {
  display: none; }
  .documents-list.is_active {
    display: block; }
  .documents-list li {
    padding: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #c0c4ce;
    line-height: normal; }
    @media screen and (max-width: 800px) {
      .documents-list li {
        white-space: pre-line; } }
    .documents-list li a {
      color: #0491ff;
      font-weight: bold;
      font-size: 16px;
      line-height: normal; }
  .documents-list-icon {
    color: #0491ff; }

.news-single {
  margin-bottom: 40px; }
  .news-single a {
    color: #0491ff;
    font-weight: bold; }
  .news-single iframe {
    max-width: 100%; }
  .news-single-author {
    text-align: right;
    margin-top: 2em; }

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