@charset "UTF-8";
.wf__notoL {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }
.wf__notoR {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }
.wf__notoM {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }
.wf__notoS {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700; }
.wf__notoB {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700; }
.wf__zenmB {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 700; }
.wf__monsT {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }
.wf__monsS {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #141414;
  letter-spacing: 1px;
  line-height: 1.6; }
  body.menuOpen {
    overflow: hidden; }
    body.menuOpen .pmenu {
      transition: opacity 0.3s;
      z-index: 1;
      opacity: 1; }
    body.menuOpen .opac__side {
      z-index: -1; }
  @media screen and (max-width: 1220px) {
    body {
      width: 1200px; }
      body.menuOpen {
        overflow-x: auto; } }
  @media screen and (max-width: 600px) {
    body {
      width: 100%;
      font-size: 16px; }
      body.menuOpen {
        overflow-x: hidden;
        overflow-y: auto; }
        body.menuOpen .main, body.menuOpen .footer {
          display: none; } }

::selection {
  color: #fff;
  background-color: #141414; }

img {
  max-width: 100%; }

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none;
    opacity: 0.8; }

h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  position: relative; }
  h2.h2::after {
    content: "";
    width: 100px;
    height: 23px;
    background: url("../img/common/logo_mark.svg") center/cover;
    position: absolute;
    top: -30px;
    left: calc(50% - 50px); }

.bglow {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fff calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #fff calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #d3eff3;
  border: 1px solid #fff; }

.wrap {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1220px) {
    .wrap {
      width: 1200px; } }
  @media screen and (max-width: 600px) {
    .wrap {
      width: 100%; } }

.brSp {
  display: none; }

.dispPc {
  display: inline-block; }

.btn a {
  display: block;
  background: #141414;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  max-width: 490px;
  margin: 0 auto;
  border-radius: 60px;
  padding: 20px 0;
  position: relative;
  border: 2px solid #141414;
  text-decoration: none;
  text-align: center;
  transition: 0.3s; }
  .btn a::after {
    content: "";
    display: block;
    width: 9px;
    height: 16px;
    background: url("../img/common/ico_arrowBtn.svg") no-repeat center/cover;
    position: absolute;
    top: calc(50% - 8px);
    right: 35px;
    transition: 0.3s; }
  .btn a:hover {
    background: #fff;
    color: #141414;
    opacity: 1; }
    .btn a:hover::after {
      background: url("../img/common/ico_arrowBtnB.svg") no-repeat center/cover;
      right: 25px; }
.btn.pdf a::after {
  content: none; }
.btn.pdf a svg#pdfIcon {
  position: absolute;
  top: calc(50% - 13px);
  right: 35px;
  left: auto; }
  .btn.pdf a svg#pdfIcon .cls-1 {
    fill: #fff; }
.btn.pdf a:hover svg#pdfIcon .cls-1 {
  fill: #141414; }
@media screen and (max-width: 600px) {
  .btn {
    width: 100%;
    padding: 0 20px; }
    .btn a {
      font-size: 18px;
      padding: 12px 15px 13px; }
      .btn a::after {
        width: 6px;
        height: 14px;
        top: calc(50% - 7px); } }
@media screen and (max-width: 480px) {
  .btn {
    padding: 0 10px; }
    .btn a {
      width: 90%; }
      .btn a::after {
        right: 15px; } }
@media screen and (max-width: 360px) {
  .btn a {
    width: 100%; } }

.opac .btn {
  width: 100%;
  text-align: center; }
  .opac .btn a {
    background: #450007;
    color: #fff;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 18px;
    padding: 18px 0 18px 0;
    max-width: 260px;
    border: 2px solid #450007;
    border-radius: 100px;
    transition: 0.2s;
    position: relative; }
    .opac .btn a svg {
      position: absolute;
      top: calc(50% - 10px);
      left: 21px;
      width: 31px; }
    .opac .btn a:hover {
      background: #fff;
      color: #450007; }
      .opac .btn a:hover svg .cls-1 {
        fill: #450007; }
      .opac .btn a:hover::after {
        background: url("../img/common/ico_arrowBtnOpac.svg") no-repeat center/cover; }

.child .btn a {
  padding: 20px 10px;
  color: #141414;
  background: #fff;
  border: 3px solid #141414;
  border-radius: 60px;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 700;
  transition: 0.3s; }
  .child .btn a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #141414;
    border-right: 2px solid #141414;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: calc(50% - 5px);
    transition: 0.3s;
    background: none; }
  .child .btn a:hover {
    background: #ffe750;
    opacity: 1; }
    .child .btn a:hover::after {
      right: 15px; }
@media screen and (max-width: 600px) {
  .child .btn a {
    font-size: 18px;
    padding: 12px 15px 13px; }
    .child .btn a::after {
      width: 9px;
      height: 9px;
      top: calc(50% - 4px);
      right: 20px; } }

.header {
  border-top: 12px solid #67d4e7;
  padding-top: 20px;
  margin-bottom: 20px;
  line-height: 1; }
  .header .wrap {
    width: 1400px; }
  .header__inner {
    display: flex;
    justify-content: space-between;
    gap: 5px; }
  .header__logo {
    display: flex;
    flex-direction: column; }
    .header__logo__wrap {
      display: flex;
      align-items: center;
      gap: 10px; }
      .header__logo__wrap > img {
        margin-bottom: 15px; }
  .header__nav {
    display: flex; }
    .header__nav__wrap {
      display: flex;
      align-items: center;
      gap: 35px; }
    .header__nav__item {
      padding: 0 10px;
      border-right: 1px solid #67d4e7; }
      .header__nav__item:last-child {
        border-right: none; }
      .header__nav__item a {
        display: flex;
        align-items: center;
        text-align: center;
        height: 100%;
        padding: 0 12px 3px;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        transition: 0.2s;
        text-decoration: none; }
        .header__nav__item a:hover {
          opacity: 1;
          background: #c8ebf0;
          border-radius: 5px; }
  .header .spmenu {
    width: 80px;
    height: 60px;
    background: #67d4e7;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    user-select: none;
    z-index: 1000; }
    .header .spmenu span {
      display: block;
      width: 32px;
      height: 2px;
      background: #fff;
      position: absolute;
      left: calc(50% - 16px);
      transition: 0.3s; }
      .header .spmenu span:nth-of-type(1) {
        top: calc(50% - 17px); }
      .header .spmenu span:nth-of-type(2) {
        top: calc(50% - 7px); }
      .header .spmenu span:nth-of-type(3) {
        top: calc(50% + 3px); }
    .header .spmenu.open span:nth-of-type(1) {
      top: calc(50% - 6px);
      transform: rotateZ(45deg); }
    .header .spmenu.open span:nth-of-type(2) {
      opacity: 0;
      height: 0; }
    .header .spmenu.open span:nth-of-type(3) {
      top: calc(50% - 6px);
      transform: rotateZ(-45deg); }
    .header .spmenu__text {
      font-size: 15px;
      font-weight: 700;
      color: #fff;
      position: absolute;
      left: 0;
      bottom: 5px;
      text-align: center;
      width: 100%; }
  @media screen and (max-width: 1420px) {
    .header .wrap {
      width: 100%; } }
  @media screen and (max-width: 1220px) {
    .header .wrap {
      width: 1200px; } }
  @media screen and (max-width: 600px) {
    .header {
      border-top: 8px solid #67d4e7;
      padding-top: 10px; }
      .header .wrap {
        width: 100%;
        padding: 0 10px; }
      .header__nav {
        display: none; }
      .header .spmenu {
        width: 60px; }
        .header .spmenu__text {
          font-size: 13px;
          bottom: 8px;
          letter-spacing: 0; }
        .header .spmenu span:nth-of-type(1) {
          top: calc(50% - 19px); }
        .header .spmenu span:nth-of-type(2) {
          top: calc(50% - 10px); }
        .header .spmenu span:nth-of-type(3) {
          top: calc(50% - 1px); } }

.low .header {
  padding-bottom: 120px; }
  .low .header__nav__item a:hover {
    background: #fff; }
  @media screen and (max-width: 600px) {
    .low .header {
      padding-bottom: 10px; } }
  @media screen and (max-width: 400px) {
    .low .header__logo {
      width: 40vw; }
      .low .header__logo__wrap > img {
        width: 12.5vw; }
      .low .header__logo__en {
        margin-top: -4px; } }

.footer {
  border-top: 15px solid #67d4e7;
  padding: 95px 0 0;
  margin-top: 150px; }
  .footer__logo {
    width: 280px;
    margin: 0 auto 40px; }
    .footer__logo a {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 15px; }
  .footer__link {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 50px; }
    .footer__link__list {
      display: flex;
      gap: 50px;
      justify-content: center; }
    .footer__link__item a {
      text-decoration: none;
      position: relative;
      display: block;
      transition: 0.3s; }
      .footer__link__item a::after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-top: 2px solid #141414;
        border-right: 2px solid #141414;
        transform: rotate(45deg);
        position: absolute;
        right: -18px;
        top: calc(50% - 5px);
        transition: 0.3s; }
      .footer__link__item a:hover {
        opacity: 0.6; }
  .footer__libs {
    width: 990px;
    margin: 0 auto 70px; }
    .footer__libs__list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px; }
    .footer__libs__item {
      background: #E1F6F9;
      border-radius: 3px 3px 10px 10px;
      padding: 35px 30px;
      position: relative; }
      .footer__libs__item__dt {
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 3px;
        margin-bottom: 20px; }
        .footer__libs__item__dt a {
          text-decoration: none;
          transition: 0.3s;
          line-height: 1.2; }
          .footer__libs__item__dt a:hover {
            opacity: 0.6; }
      .footer__libs__item__dd a {
        transition: 0.3s; }
        .footer__libs__item__dd a:hover {
          opacity: 0.6; }
      .footer__libs__item__dd address {
        margin-bottom: 15px;
        line-height: 1.4; }
      .footer__libs__item__dd__gmap {
        position: absolute;
        width: 58px;
        top: calc(50% - 19px);
        right: 20px; }
        .footer__libs__item__dd__gmap a {
          display: block;
          padding: 10px;
          border-radius: 5px;
          border: 2px solid #E1F6F9; }
          .footer__libs__item__dd__gmap a:hover {
            opacity: 1;
            background: #fff;
            border: 2px solid #67d4e7; }
      .footer__libs__item.katsunuma {
        border-top: 6px solid #ca00ff; }
        .footer__libs__item.katsunuma svg .cls-1 {
          fill: #ca00ff !important; }
        .footer__libs__item.katsunuma .footer__libs__item__dd__gmap a:hover {
          border: 2px solid #ca00ff; }
      .footer__libs__item.enzan {
        border-top: 6px solid #fc9701; }
        .footer__libs__item.enzan svg .cls-1 {
          fill: #fc9701 !important; }
        .footer__libs__item.enzan .footer__libs__item__dd__gmap a:hover {
          border: 2px solid #fc9701; }
      .footer__libs__item.kanzo {
        border-top: 6px solid #5a5ff1; }
        .footer__libs__item.kanzo svg .cls-1 {
          fill: #5a5ff1 !important; }
        .footer__libs__item.kanzo .footer__libs__item__dd__gmap a:hover {
          border: 2px solid #5a5ff1; }
      .footer__libs__item.yamato {
        border-top: 6px solid #029702; }
        .footer__libs__item.yamato svg .cls-1 {
          fill: #029702 !important; }
        .footer__libs__item.yamato .footer__libs__item__dd__gmap a:hover {
          border: 2px solid #029702; }
  .footer__opac {
    margin-bottom: 100px; }
  .footer .copy {
    background: #67d4e7;
    padding: 15px 0;
    color: #fff;
    text-align: center; }
  @media screen and (max-width: 600px) {
    .footer {
      margin-top: 0;
      border-top: 8px solid #67d4e7;
      padding: 70px 0 0; }
      .footer__logo {
        width: 220px;
        margin: 0 auto 30px; }
        .footer__logo a {
          gap: 10px; }
      .footer__link {
        font-size: 15px;
        letter-spacing: 0;
        margin-bottom: 30px; }
        .footer__link__list {
          gap: 28px;
          text-align: center; }
        .footer__link__item a::after {
          width: 8px;
          height: 8px;
          right: -10px;
          top: calc(50% - 3px); }
      .footer__libs {
        width: 100%;
        margin-bottom: 60px; }
        .footer__libs__list {
          grid-template-columns: 1fr;
          gap: 20px; }
        .footer__libs__item {
          border-radius: 10px;
          padding: 20px 15px;
          border-top-width: 10px !important; }
          .footer__libs__item__dt {
            font-size: 17px;
            letter-spacing: 0;
            margin-bottom: 10px; }
          .footer__libs__item__dd__gmap {
            top: 18px;
            right: 8px; }
          .footer__libs__item__dd address {
            font-size: 15px; }
          .footer__libs__item__dd .tel {
            font-size: 16px; }
      .footer__opac {
        gap: 20px;
        margin-bottom: 80px; }
      .footer .copy {
        padding: 15px 0 60px; } }
  @media screen and (max-width: 375px) {
    .footer__link__list {
      flex-direction: column;
      gap: 10px; }
    .footer__link__item a {
      display: inline-block;
      padding: 3px 0; } }

.low .footer {
  line-height: 1; }

.pmenu {
  width: 100%;
  min-height: 100vh;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  padding: 0 20px;
  transition: opacity 0.3s;
  z-index: -1;
  opacity: 0;
  line-height: 1; }
  .pmenu__wrap {
    background-image: url("../img/common/bg_menu.svg");
    background-repeat: no-repeat;
    background-size: 1060px 821px;
    width: 1060px;
    height: 821px;
    margin: 95px auto 0;
    padding: 95px;
    display: flex;
    flex-wrap: wrap;
    gap: 176px; }
  .pmenu__logo {
    margin-bottom: 25px;
    text-align: center; }
    .pmenu__logo a {
      display: block;
      width: 280px;
      padding: 10px;
      margin: 0 auto;
      border-radius: 5px;
      transition: 0.3s; }
      .pmenu__logo a:hover {
        background: #c8ebf0; }
    .pmenu__logo__mark {
      margin-bottom: 10px; }
    .pmenu__logo__jp {
      display: block;
      margin-bottom: 5px; }
  .pmenu__right, .pmenu__left {
    width: calc(50% - 88px); }
  .pmenu__links a {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px; }
    .pmenu__links a:hover {
      opacity: 1;
      background: #c8ebf0; }
  .pmenu__links__item {
    border-top: 1px solid #67d4e7;
    padding: 12px 0; }
    .pmenu__links__item:nth-of-type(1) > a {
      margin-bottom: 10px; }
  .pmenu__links__childlist {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0px; }
    .pmenu__links__childlist a {
      font-size: 16px;
      font-weight: 400; }
  .pmenu__links__childitem a {
    position: relative;
    padding: 5px 20px 5px 25px; }
    .pmenu__links__childitem a::after {
      position: absolute;
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      background: #d0ea86;
      top: calc(50% - 4px);
      left: 10px;
      border-radius: 50%;
      transition: 0.3s; }
    .pmenu__links__childitem a:hover::after {
      background: #141414; }
  .pmenu__right {
    margin-top: -15px; }
    .pmenu__right .pmenu__links {
      margin-bottom: 35px; }
      .pmenu__right .pmenu__links__item:nth-of-type(1) {
        border-top: none; }
        .pmenu__right .pmenu__links__item:nth-of-type(1) a {
          margin-bottom: 0; }
      .pmenu__right .pmenu__links__item:last-of-type {
        border-bottom: 1px solid #67d4e7; }
    .pmenu__right .opac .btn a::after {
      width: 7px;
      height: 14px;
      top: calc(50% - 6px); }
  .pmenu .opac {
    width: 300px;
    margin: 0 auto 35px; }
    .pmenu .opac a {
      min-width: 100% !important; }
  .pmenu__child {
    background: #ffe750;
    border-radius: 15px;
    padding: 25px 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 15px; }
    .pmenu__child .btn a {
      padding: 15px 10px; }
    .pmenu__child::after {
      content: "";
      display: block;
      width: 80px;
      height: 106px;
      background: url("../img/common/ico_menuChild.png") no-repeat center/cover;
      position: absolute;
      bottom: -10px;
      left: -20px; }
  .pmenu.show {
    z-index: 500; }
  @media screen and (max-width: 1220px) {
    .pmenu {
      width: 1200px; } }
  @media screen and (max-width: 600px) {
    .pmenu {
      width: 100%;
      overflow-y: auto;
      overflow-x: hidden; }
      .pmenu__wrap {
        border-radius: 150px 150px 20px 20px / 40px 40px 20px 20px;
        background-image: none;
        background: #fff;
        border: 12px solid #67d4e7;
        width: 100%;
        height: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0;
        padding: 35px 10px;
        margin-top: 15px;
        margin-bottom: 40px; }
      .pmenu__logo {
        width: 100%; }
        .pmenu__logo a {
          width: 100%; }
      .pmenu__links__childlist {
        flex-direction: column; }
      .pmenu__links__item > a {
        display: block;
        text-align: center; }
      .pmenu__links a {
        font-size: 17px; }
      .pmenu__left, .pmenu__right {
        width: 100%; }
      .pmenu__right {
        margin-top: 0; }
        .pmenu__right .pmenu__links__item:nth-of-type(1) {
          border-top: 1px solid #67d4e7; }
      .pmenu__child.child {
        margin-bottom: 20px; }
      .pmenu .btn {
        padding: 0; } }
  @media screen and (max-width: 480px) {
    .pmenu__child::after {
      width: 50px;
      height: 66px;
      bottom: auto;
      left: -20px;
      top: -27px;
      transform: rotate(80deg); }
    .pmenu__child.child {
      padding: 20px 10px; } }
  @media screen and (max-width: 400px) {
    .pmenu .opac {
      width: 100%; }
      .pmenu .opac .btn a {
        width: 100%; } }

@-moz-document url-prefix() {
  .pmenu__child .btn a {
    padding: 8px 10px 15px; } }
svg#imgIcon {
  width: 23px;
  position: relative;
  top: 3px;
  left: 11px; }
svg#docIcon {
  width: 20px;
  position: relative;
  top: 6px;
  left: 8px; }
svg#pdfIcon {
  width: 21px;
  position: relative;
  top: 6px;
  left: 8px; }

.katsunuma svg .cls-1 {
  fill: #ca00ff !important; }

.enzan svg .cls-1 {
  fill: #fc9701 !important; }

.yamato svg .cls-1 {
  fill: #029702 !important; }

.kanzo svg .cls-1 {
  fill: #5a5ff1 !important; }

.mv__menu .opac {
  border: 8px solid #450007;
  border-radius: 10px; }

.opac__home__head {
  color: #fff;
  font-size: 24px !important;
  background: #450007;
  padding: 5px 0 15px; }
.opac__home__body {
  padding: 27px 15px;
  background: #fff; }
  .opac__home__body__u {
    padding-bottom: 18px;
    border-bottom: 1px dashed #450007;
    margin-bottom: 18px; }
.opac__home__search {
  border: 2px solid #450007;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1; }
  .opac__home__search__head {
    color: #450007;
    margin-bottom: 20px; }
  .opac__home__search .searchbox {
    display: block;
    font-size: 17px;
    width: calc(100% - 40px);
    text-align: left;
    padding: 10px 10px; }
  .opac__home__search .searcbtn {
    background: #450007;
    padding: 11px 0;
    width: 40px;
    height: 100%; }
    .opac__home__search .searcbtn svg {
      width: 22px;
      height: auto; }
.opac__footer {
  display: flex;
  gap: 25px;
  justify-content: center; }
  .opac__footer .btn {
    width: 260px !important;
    height: 78px; }
    .opac__footer .btn a {
      height: 100% !important;
      display: flex !important;
      align-items: center !important;
      padding-left: 40px !important; }
      .opac__footer .btn a img.normal {
        display: inline; }
      .opac__footer .btn a img.hover {
        display: none; }
      .opac__footer .btn a:hover {
        background: #fff !important;
        color: #450007 !important; }
        .opac__footer .btn a:hover img.normal {
          display: none; }
        .opac__footer .btn a:hover img.hover {
          display: inline; }
.opac__side {
  position: fixed;
  top: 200px;
  right: -495px;
  transition: right 0.3s;
  z-index: 100;
  display: flex;
  z-index: 1001; }
  .opac__side__btn {
    background: #450007;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    padding: 16px 13px;
    border-top: 2px solid #450007;
    border-left: 2px solid #450007;
    border-bottom: 2px solid #450007;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    letter-spacing: 2px;
    user-select: none;
    transition: 0.3s;
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 1; }
    .opac__side__btn svg {
      width: 27px;
      margin-bottom: 10px; }
    .opac__side__btn:hover {
      background: #fff;
      color: #450007;
      transition: 0.3s; }
      .opac__side__btn:hover svg .icobook {
        fill: #450007;
        transition: 0.3s; }
  .opac__side__menu {
    border: 16px solid #450007;
    border-right: none;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0 0 0 15px;
    width: calc(510px - 16px);
    padding: 50px 40px;
    position: relative; }
    .opac__side__menu__close {
      background: #450007;
      width: 60px;
      height: 60px;
      position: absolute;
      top: -16px;
      right: 0;
      cursor: pointer;
      border-radius: 0 0 0 10px; }
      .opac__side__menu__close__wrap {
        position: relative;
        width: 100%;
        height: 100%; }
        .opac__side__menu__close__wrap span {
          display: block;
          width: 32px;
          height: 2px;
          background: #fff;
          position: absolute;
          left: calc(50% - 16px); }
          .opac__side__menu__close__wrap span:nth-of-type(1) {
            top: calc(50% - 1px);
            transform: rotateZ(45deg); }
          .opac__side__menu__close__wrap span:nth-of-type(2) {
            opacity: 0;
            height: 0; }
          .opac__side__menu__close__wrap span:nth-of-type(3) {
            top: calc(50% - 1px);
            transform: rotateZ(-45deg); }
    .opac__side__menu__logo {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px dashed #450007;
      padding-bottom: 25px;
      margin-bottom: 30px; }
      .opac__side__menu__logo__lib {
        display: flex;
        gap: 15px; }
      .opac__side__menu__logo__wrap {
        display: flex;
        flex-direction: column;
        gap: 0px; }
    .opac__side__menu__search {
      margin-bottom: 50px;
      padding: 0 25px; }
      .opac__side__menu__search .opac__home__search__head {
        margin-bottom: 10px; }
      .opac__side__menu__search .opac__home__search .searcbtn {
        padding: 11px 8px; }
    .opac__side__menu__links {
      margin-bottom: 65px;
      padding: 0 25px; }
      .opac__side__menu__links__list {
        display: flex;
        flex-direction: column;
        gap: 20px; }
      .opac__side__menu__links__item .btn a {
        width: 100%;
        max-width: 100% !important; }
      .opac__side__menu__links__item__text {
        text-align: center; }
    .opac__side__menu__textlinks {
      text-align: center;
      font-size: 18px;
      font-weight: 700; }
  .opac__side.show {
    right: 0; }
    .opac__side.show .opac__side__menu {
      margin-left: -16px; }
    .opac__side.show .opac__side__btn {
      position: static; }
@media screen and (max-width: 600px) {
  .opac__footer {
    flex-direction: column;
    align-items: center; }
    .opac__footer .btn {
      height: 60px; }
  .opac__side {
    top: auto;
    bottom: -200%;
    right: 0;
    display: block;
    transition: bottom 0.3s; }
    .opac__side.show {
      bottom: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      width: 100%; }
      .opac__side.show .opac__side__btn {
        display: block; }
    .opac__side__btn {
      width: auto;
      top: auto;
      bottom: 0;
      right: 0;
      writing-mode: inherit;
      border-bottom: none;
      border-radius: 20px 0 0 0;
      font-size: 16px;
      padding: 10px 20px 13px; }
      .opac__side__btn svg {
        margin-bottom: 0;
        margin-right: 10px; }
    .opac__side__menu {
      margin: 0;
      border: 8px solid #450007;
      border-radius: 15px 0 0 0;
      border-bottom: none;
      border-right: none;
      padding: 20px;
      max-width: 510px;
      width: calc(100% - 20px); }
      .opac__side__menu__close__wrap span:nth-of-type(1), .opac__side__menu__close__wrap span:nth-of-type(3) {
        top: calc(50% + 3px); }
      .opac__side__menu__logo {
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        .opac__side__menu__logo__lib {
          margin-bottom: 10px;
          gap: 10px; }
          .opac__side__menu__logo__lib__mark {
            width: 45px; }
        .opac__side__menu__logo__wrap {
          width: 122px; }
        .opac__side__menu__logo__opac {
          width: 100px; }
      .opac__side__menu__search {
        padding: 0;
        margin-bottom: 20px; }
        .opac__side__menu__search .opac__home__search__head {
          display: none; }
      .opac__side__menu__links {
        padding: 0;
        margin-bottom: 20px; }
        .opac__side__menu__links__item .btn {
          padding: 0; }
          .opac__side__menu__links__item .btn a {
            padding: 8px 0 8px 0 !important; }
        .opac__side__menu__links__item__text {
          font-size: 14px;
          margin-top: 5px; }
      .opac__side__menu__textlinks {
        padding: 0; }
        .opac__side__menu__textlinks__item {
          font-size: 14px; } }

#home {
  line-height: 1; }
  #home .header__inner {
    justify-content: flex-end; }
  #home .header__logo__wrap {
    display: none; }
  #home h2 {
    letter-spacing: 0.15em;
    line-height: 1.4; }
  @media screen and (max-width: 600px) {
    #home h2 {
      font-size: 30px;
      margin-bottom: 0; } }

.mv {
  height: 770px;
  overflow: hidden; }
  .mv .wrap {
    width: 1280px; }
  .mv__menu {
    width: 320px;
    text-align: center;
    padding-top: 20px; }
    .mv__menu__logo {
      margin-bottom: 28px; }
      .mv__menu__logo a, .mv__menu__logo a > * {
        display: block; }
      .mv__menu__logo a > img {
        margin: 0 auto 20px; }
      .mv__menu__logo__jp {
        margin-bottom: 16px; }
    .mv__menu .libLink {
      margin-bottom: 55px;
      background: #fff; }
      .mv__menu .libLink__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 60px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000; }
      .mv__menu .libLink__item {
        display: flex;
        align-items: center; }
        .mv__menu .libLink__item a {
          text-decoration: none;
          font-weight: 700;
          display: block;
          width: 100%;
          padding: 10px 10px;
          border-right: 2px solid #000;
          transition: 0.3s;
          position: relative;
          line-height: 1.2; }
          .mv__menu .libLink__item a:hover {
            opacity: 0.6; }
        .mv__menu .libLink__item:nth-of-type(1), .mv__menu .libLink__item:nth-of-type(2) {
          border-bottom: 2px solid #000; }
        .mv__menu .libLink__item:nth-of-type(2n) a {
          border-right: none; }
  .mv__image {
    position: absolute;
    top: 0;
    left: 420px;
    width: 100%; }
    .mv__image__wrap {
      width: 100%;
      height: 100%; }
      .mv__image__wrap img {
        object-fit: cover;
        object-position: 50% 50%;
        width: 100%;
        height: 100%; }
  @media screen and (max-width: 600px) {
    .mv {
      height: auto;
      overflow: visible;
      margin-bottom: 80px;
      margin-top: -60px; }
      .mv .wrap {
        width: 100%;
        padding: 0; }
      .mv__menu {
        padding: 0;
        width: 100%; }
        .mv__menu .libLink {
          margin-bottom: 440px;
          padding: 0 35px; }
          .mv__menu .libLink__item {
            font-size: 16px; }
        .mv__menu__logo__jp {
          margin-bottom: 8px; }
          .mv__menu__logo__jp img {
            width: 220px; }
        .mv__menu__logo__en img {
          width: 178px; }
        .mv__menu .opac {
          margin: 0 20px; }
      .mv__image {
        left: 0;
        top: 290px;
        height: 360px; } }
  @media screen and (max-width: 380px) {
    .mv__menu .libLink {
      padding: 0 15px; } }

.lineinfo {
  background: #d0ea86;
  padding: 40px 0;
  margin-bottom: 110px; }
  .lineinfo .wrap {
    display: flex;
    gap: 50px;
    align-items: flex-start; }
  .lineinfo__head {
    background: #141414;
    color: #fff;
    font-size: 24px;
    padding: 7px 70px 10px 10px;
    margin-top: -60px;
    border-radius: 0 30px 30px 0;
    position: relative;
    letter-spacing: 2px; }
    .lineinfo__head::after {
      content: "";
      display: block;
      width: 80vw;
      height: 100%;
      background: #141414;
      position: absolute;
      top: 0;
      left: -80vw; }
  .lineinfo__list {
    flex: 1; }
  .lineinfo__item a {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    transition: 0.3s; }
    .lineinfo__item a:hover {
      background: #fff; }
  .lineinfo__item:nth-of-type(n+2) {
    margin-top: 20px; }
  .lineinfo__item__date {
    display: block;
    padding-top: 2px; }
  .lineinfo__item__title {
    font-size: 18px;
    font-weight: 700; }
  .lineinfo.emergency {
    background: #FBE2EE; }
    .lineinfo.emergency .lineinfo__head,
    .lineinfo.emergency .lineinfo__head::after {
      background: #e61e79; }
  @media screen and (max-width: 600px) {
    .lineinfo {
      padding: 0 10px 20px;
      margin-bottom: 0; }
      .lineinfo .wrap {
        display: block; }
      .lineinfo__head {
        font-size: 20px;
        display: inline-block;
        padding: 7px 20px 10px 10px;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        top: -20px; }
      .lineinfo__item a {
        display: block; }
      .lineinfo__item__date {
        margin-bottom: 5px; }
      .lineinfo__item__title {
        line-height: 1.4; } }

.papers {
  margin-bottom: 120px; }
  .papers__head span {
    margin-right: 0.8em; }
  .papers__item a, .papers__item picture {
    display: block; }
  .papers__item a {
    transition: 0.3s;
    position: relative; }
    .papers__item a p {
      font-size: 18px;
      font-weight: 700;
      padding: 0 10px; }
    .papers__item a img {
      transition: 0.3s; }
    .papers__item a picture {
      margin-bottom: 20px;
      overflow: hidden;
      position: relative;
      aspect-ratio: 1 / 1; }
      .papers__item a picture img {
        object-fit: cover;
        object-position: top center;
        width: 100%;
        height: 100%; }
      .papers__item a picture::before, .papers__item a picture::after {
        content: "";
        position: absolute;
        display: block;
        background: #67d4e7;
        transition: 0.3s;
        z-index: 1; }
      .papers__item a picture::before {
        top: 0;
        left: 0;
        height: 0px;
        width: 5px; }
      .papers__item a picture::after {
        top: 0;
        right: 0;
        height: 5px;
        width: 0px; }
    .papers__item a:hover {
      opacity: 1; }
      .papers__item a:hover img {
        transform: scale(1.1); }
      .papers__item a:hover picture::before {
        transition: 0.3s;
        height: 100%; }
      .papers__item a:hover picture::after {
        transition: 0.3s;
        width: 100%; }
  .papers__item.katsunuma a picture::before, .papers__item.katsunuma a picture::after {
    background: #ca00ff; }
  .papers__item.enzan a picture::before, .papers__item.enzan a picture::after {
    background: #fc9701; }
  .papers__item.yamato a picture::before, .papers__item.yamato a picture::after {
    background: #029702; }
  .papers__item.kanzo a picture::before, .papers__item.kanzo a picture::after {
    background: #5a5ff1; }
  .papers__content {
    background: #c8ebf0;
    border-radius: 10px;
    padding: 115px 30px 80px;
    margin-top: -20px; }
  .papers .swiper {
    padding-bottom: 60px; }
  .papers .swiper-slide {
    width: 224px;
    text-align: center; }
  .papers .swiper-horizontal > .swiper-scrollbar,
  .papers .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 16px;
    background: #fff;
    padding: 3px 0 0 3px;
    border-radius: 0; }
  .papers .swiper-scrollbar-drag {
    background: #67d4e7;
    border-radius: 0;
    height: calc(100% - 3px); }
  @media screen and (max-width: 600px) {
    .papers {
      background: #c8ebf0;
      margin-bottom: 0; }
      .papers .wrap {
        padding: 100px 20px 60px; }
      .papers__head span {
        font-size: 34px;
        margin-right: 0.2em; }
      .papers__content {
        margin-top: 0;
        padding: 45px 0px 0; }
      .papers .swiper {
        padding-bottom: 50px; }
        .papers .swiper-scrollbar {
          position: relative; }
          .papers .swiper-scrollbar::before {
            content: "";
            display: block;
            width: 22px;
            height: 16px;
            background: url("../img/common/ico_pointing.svg") no-repeat center/cover;
            position: absolute;
            bottom: 20px;
            right: 0; }
          .papers .swiper-scrollbar::after {
            content: "スクロールしてください";
            color: #1b6ab4;
            position: absolute;
            bottom: 21px;
            right: 26px;
            font-size: 14px; } }

.kaikan {
  background: #e9f3cc;
  padding: 80px 0; }
  .kaikan .wrap {
    display: flex;
    gap: 15px; }
  .kaikan__date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 35px;
    background: #d0ea86;
    border-radius: 10px;
    position: relative; }
    .kaikan__date__day {
      font-size: 45px;
      letter-spacing: 3px;
      margin-bottom: 3px; }
    .kaikan__date__dow {
      font-size: 35px;
      margin-bottom: 15px; }
    .kaikan__date__text {
      font-size: 28px; }
    .kaikan__date__emergency {
      position: absolute;
      bottom: -10px;
      left: 10px;
      width: calc(100% - 20px); }
      .kaikan__date__emergency a {
        display: block;
        background: #e61e79;
        padding: 10px 0;
        border-radius: 40px;
        color: #fff;
        font-weight: 700;
        text-decoration: none; }
  .kaikan__libs {
    padding: 10px 0;
    flex: 1; }
    .kaikan__libs__list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr; }
    .kaikan__libs__item {
      text-align: center;
      padding: 5px 33px;
      border-right: 2px solid #141414; }
      .kaikan__libs__item:last-child {
        border-right: none; }
    .kaikan__libs__name {
      font-size: 24px;
      font-weight: 700;
      height: 75px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-bottom: 1px dashed #141414; }
    .kaikan__libs__state {
      padding: 30px 0 10px;
      font-size: 36px;
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .kaikan__libs__state .ampm {
        font-size: 18px;
        margin-right: 10px; }
      .kaikan__libs__state .cld {
        font-size: 22px; }
      .kaikan__libs__state .holiday {
        background: #141414;
        color: #fff;
        border-radius: 50%;
        width: 98px;
        height: 98px;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto; }
  .kaikan + .btn {
    margin-top: -30px;
    margin-bottom: 80px;
    letter-spacing: 0.05em; }
  @media screen and (max-width: 600px) {
    .kaikan {
      padding: 60px 0 110px; }
      .kaikan .wrap {
        display: block; }
      .kaikan__date {
        display: block;
        padding: 10px 0 2px;
        text-align: center;
        margin-bottom: 15px; }
        .kaikan__date__day {
          font-size: 35px;
          display: inline-block; }
        .kaikan__date__dow {
          font-size: 24px;
          display: inline-block;
          width: 65px;
          margin-left: -12px; }
        .kaikan__date__text {
          font-size: 22px;
          display: inline-block; }
        .kaikan__date__emergency {
          position: relative; }
      .kaikan__libs__list {
        display: block; }
      .kaikan__libs__item {
        padding: 20px 0 20px 10px;
        border-right: none;
        border-bottom: 2px solid #141414; }
        .kaikan__libs__item:first-of-type {
          padding: 0 0 20px 10px; }
        .kaikan__libs__item:last-of-type {
          border-bottom: none;
          padding: 20px 0 0 10px; }
      .kaikan__libs__dl {
        display: flex;
        padding: 0; }
      .kaikan__libs__name {
        border-bottom: none;
        border-right: 1px dashed #141414;
        font-size: 18px;
        width: 135px;
        height: auto;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        line-height: 1.2; }
      .kaikan__libs__state {
        padding: 0;
        flex: 1;
        font-size: 28px; }
        .kaikan__libs__state .holiday {
          width: 65px;
          height: 65px;
          font-size: 20px; }
        .kaikan__libs__state .cld {
          font-size: 15px;
          transform: rotate(90deg); }
      .kaikan + .btn {
        margin-top: -80px;
        margin-bottom: 120px; } }
  @media screen and (max-width: 340px) {
    .kaikan__date__day {
      font-size: 30px; }
    .kaikan__date__dow {
      font-size: 20px; }
    .kaikan__date__text {
      font-size: 20px; }
    .kaikan__libs__item {
      padding: 15px 0 15px 0; }
      .kaikan__libs__item:first-of-type {
        padding: 0 0 15px 0; }
      .kaikan__libs__item:last-of-type {
        padding: 15px 0 0 0; }
    .kaikan__libs__name {
      width: 120px; } }

.news .check_cat {
  cursor: pointer; }
.news__content {
  background: #c8ebf0;
  margin-top: -20px;
  padding: 110px 50px 115px 75px;
  border-radius: 10px;
  display: flex;
  gap: 60px; }
.news__cats {
  width: 190px;
  letter-spacing: 1px; }
  .news__cats__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    font-size: 20px;
    font-weight: 700; }
  .news__cats__item > a, .news__cats__item > div {
    text-decoration: none;
    display: block;
    padding: 5px 15px 7px;
    background: #fff;
    border: 2px solid #67d4e7;
    border-radius: 10px;
    position: relative;
    transition: 0.3s;
    line-height: 1.2; }
  .news__cats__item.current > a, .news__cats__item.current > div {
    background: #67d4e7; }
    .news__cats__item.current > a::after, .news__cats__item.current > div::after {
      content: "";
      position: absolute;
      width: 18px;
      height: 18px;
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      background: #67d4e7;
      top: calc(50% - 9px);
      right: -16px;
      transition: 0.3s; }
  .news__cats__item.current.katsunuma a {
    border: 2px solid #ca00ff;
    background: #ca00ff;
    color: #fff; }
    .news__cats__item.current.katsunuma a::after {
      background: #ca00ff; }
  .news__cats__item.current.enzan a {
    border: 2px solid #fc9701;
    background: #fc9701;
    color: #fff; }
    .news__cats__item.current.enzan a::after {
      background: #fc9701; }
  .news__cats__item.current.yamato a {
    border: 2px solid #029702;
    background: #029702;
    color: #fff; }
    .news__cats__item.current.yamato a::after {
      background: #029702; }
  .news__cats__item.current.kanzo a {
    border: 2px solid #5a5ff1;
    background: #5a5ff1;
    color: #fff; }
    .news__cats__item.current.kanzo a::after {
      background: #5a5ff1; }
  .news__cats__item:hover.katsunuma a {
    border: 2px solid #ca00ff;
    background: #ca00ff;
    color: #fff; }
  .news__cats__item:hover.enzan a {
    border: 2px solid #fc9701;
    background: #fc9701;
    color: #fff; }
  .news__cats__item:hover.yamato a {
    border: 2px solid #029702;
    background: #029702;
    color: #fff; }
  .news__cats__item:hover.kanzo a {
    border: 2px solid #5a5ff1;
    background: #5a5ff1;
    color: #fff; }
.news__article {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.6; }
  .news__article__list {
    overflow-y: auto;
    height: 390px; }
    .news__article__list::-webkit-scrollbar {
      width: 10px; }
    .news__article__list::-webkit-scrollbar-track {
      background-color: #fff; }
    .news__article__list::-webkit-scrollbar-thumb {
      background-color: #67d4e7; }
  .news__article__item {
    padding: 10px 20px;
    border-bottom: 1px solid #c5c5c5; }
    .news__article__item a {
      display: flex;
      gap: 20px;
      align-items: flex-start;
      padding: 20px 10px 10px 10px;
      background: #fff;
      border-radius: 5px;
      text-decoration: none;
      transition: 0.3s; }
      .news__article__item a:hover {
        background: #c8ebf0; }
    .news__article__item__date {
      width: 130px; }
    .news__article__item__cat {
      margin-top: -5px;
      background: #67d4e7;
      border-radius: 10px;
      padding: 3px 10px;
      font-weight: 700; }
      .news__article__item__cat.enzan {
        background: #fdc167; }
      .news__article__item__cat.katsunuma {
        background: #eca1ff; }
      .news__article__item__cat.kanzo {
        background: #acaff8; }
      .news__article__item__cat.yamato {
        background: #80cb80; }
      .news__article__item__cat.emergency {
        background: #e61e79;
        color: #fff; }
    .news__article__item p {
      flex: 1;
      line-height: 1.4;
      font-weight: 700; }
    .news__article__item:last-child {
      border-bottom: none; }
.news + .btn {
  margin-top: -37px;
  margin-bottom: 190px;
  letter-spacing: 0.05em; }
@media screen and (max-width: 600px) {
  .news {
    background: #c8ebf0; }
    .news .wrap {
      padding: 100px 20px 80px; }
    .news__head {
      margin-bottom: 45px !important; }
    .news__content {
      padding: 0;
      margin-top: 0;
      flex-direction: column-reverse;
      gap: 30px; }
    .news__cats {
      width: 100%; }
      .news__cats__list {
        display: grid;
        gap: 10px 15px;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 20px;
        font-size: 16px; }
      .news__cats__item > a {
        text-align: center;
        padding: 5px 2px 7px; }
      .news__cats__item.current > a::after {
        content: none; }
    .news__article {
      font-size: 16px;
      width: 100%; }
      .news__article__item {
        padding: 15px 10px 8px; }
        .news__article__item a {
          display: block;
          position: relative;
          padding: 8px 5px 5px 5px; }
        .news__article__item__date {
          font-size: 14px; }
        .news__article__item__cat {
          position: absolute;
          top: 0;
          right: 0; }
    .news + .btn {
      margin-top: -75px;
      margin-bottom: 25px; } }
@media screen and (max-width: 340px) {
  .news__cats__item > a {
    letter-spacing: 0; } }

.about {
  background: #e9f3cc;
  padding: 95px 0 100px; }
  .about .wrap {
    display: flex;
    gap: 55px;
    justify-content: center; }
  .about__link {
    font-size: 22px;
    font-weight: 700;
    width: 390px; }
    .about__link__item {
      margin-bottom: 15px; }
      .about__link__item a {
        display: block;
        background: #d0ea86;
        text-decoration: none;
        padding: 20px 31px;
        border-radius: 10px;
        position: relative;
        border: 2px solid #d0ea86;
        transition: 0.3s; }
        .about__link__item a::before {
          content: "";
          display: block;
          height: calc(100% - 20px);
          width: 3px;
          background: #141414;
          position: absolute;
          top: 10px;
          left: 10px; }
        .about__link__item a::after {
          content: "";
          display: block;
          width: 12px;
          height: 12px;
          border-top: 2px solid #141414;
          border-right: 2px solid #141414;
          transform: rotate(45deg);
          position: absolute;
          right: 30px;
          top: calc(50% - 5px);
          transition: 0.3s; }
        .about__link__item a:hover {
          background: #fff; }
          .about__link__item a:hover::after {
            right: 15px; }
  .about__fb {
    background: #fff;
    padding: 25px;
    border-radius: 10px; }
    .about__fb__head {
      letter-spacing: 2px;
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 30px; }
  .about + .btn {
    margin-top: -30px;
    margin-bottom: 210px;
    letter-spacing: 0.05em; }
  @media screen and (max-width: 600px) {
    .about {
      padding: 60px 0 100px; }
      .about .wrap {
        display: block; }
      .about__link {
        font-size: 18px;
        max-width: 390px;
        width: 100%;
        margin-bottom: 40px; }
      .about__fb {
        padding: 20px; }
        .about__fb__head {
          font-size: 18px;
          text-align: center; }
        .about__fb__wrap {
          width: 100%; }
          .about__fb__wrap iframe {
            width: 100%; }
      .about + .btn {
        margin-top: -75px;
        margin-bottom: 90px;
        letter-spacing: 0.05em; } }
  @media screen and (max-width: 340px) {
    .about__link__item a {
      padding: 17px 10px; }
      .about__link__item a::before {
        content: none; }
      .about__link__item a::after {
        right: 20px; }
    .about + .btn a::after {
      right: 25px; } }

.child {
  font-size: 27px;
  margin-bottom: 290px;
  transition: opacity 0.3s; }
  .child .wrap {
    padding: 0 300px 0 60px; }
  .child__content {
    background: #ffe750;
    border: 3px solid #141414;
    border-radius: 50px;
    padding: 70px 0 70px 70px;
    position: relative; }
  .child__list {
    width: 380px;
    position: relative;
    z-index: 1; }
  .child__item {
    margin-bottom: 20px; }
    .child__item:last-child {
      margin-bottom: 0; }
    .child__item .btn a {
      padding: 30px 10px;
      font-size: 27px; }
  .child__image {
    position: absolute;
    top: 70px;
    right: 0; }
  @media screen and (max-width: 1220px) {
    .child__list .btn {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .child {
      font-size: 20px;
      margin-bottom: 60px; }
      .child .wrap {
        padding: 0; }
      .child__content {
        padding: 30px 15px 57% 15px;
        margin: 0 20px;
        border-radius: 30px; }
      .child__list {
        width: 100%; }
      .child__item .btn {
        padding: 0; }
        .child__item .btn a {
          width: 100%;
          max-width: 100%;
          font-size: 20px;
          padding: 25px 10px; }
      .child__image {
        position: relative;
        top: 0;
        margin-top: -50%;
        overflow: hidden; }
        .child__image img {
          position: relative;
          right: -20px;
          width: 100%; } }

.access {
  margin-bottom: 160px; }
  .access__content {
    margin-top: -20px;
    background: #c8ebf0;
    padding: 105px 50px 80px;
    border-radius: 10px; }
  .access #gmap {
    width: 100%;
    height: 485px; }
  @media screen and (max-width: 600px) {
    .access {
      margin-bottom: 0; }
      .access .wrap {
        padding: 100px 20px 60px;
        background: #c8ebf0; }
      .access__head {
        margin-bottom: 45px !important; }
      .access__content {
        padding: 0;
        margin-top: 0; }
      .access #gmap {
        aspect-ratio: 1/1;
        height: auto; } }

.low .main .wrap > .btn {
  margin-bottom: 160px; }
.low .main .mb50 {
  margin-bottom: 50px; }
  @media screen and (max-width: 600px) {
    .low .main .mb50 {
      margin-bottom: 40px; } }
.low .main .mb140 {
  margin-bottom: 140px; }
  @media screen and (max-width: 600px) {
    .low .main .mb140 {
      margin-bottom: 40px; } }
.low .main .mb160 {
  margin-bottom: 160px; }
  @media screen and (max-width: 600px) {
    .low .main .mb160 {
      margin-bottom: 60px; } }
.low .main .mb180 {
  margin-bottom: 180px; }
  @media screen and (max-width: 600px) {
    .low .main .mb180 {
      margin-bottom: 40px; } }
.low .main .pageTitle {
  margin-top: -70px;
  margin-bottom: 125px;
  text-align: center; }
.low .main .h1 {
  font-size: 56px;
  display: inline-block;
  position: relative;
  letter-spacing: 0.15em;
  font-weight: 700; }
  .low .main .h1::after {
    content: "";
    width: 101px;
    height: 23px;
    background: url(../img/common/logo_mark.svg) center/cover;
    position: absolute;
    top: -30px;
    left: calc(50% - 50px); }
  .low .main .h1::before {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    bottom: 5px;
    left: 0;
    background: #d0ea86;
    border-radius: 30px;
    z-index: -1; }
.low .main .h2 {
  font-size: 40px;
  letter-spacing: 3px;
  margin-bottom: 100px; }
  .low .main .h2::after {
    top: -30px; }
.low .main p {
  margin-bottom: 20px; }
  .low .main p.center {
    text-align: center; }
.low .main .news ul li {
  margin-bottom: 0; }
  .low .main .news ul li::after {
    content: none; }
@media screen and (max-width: 600px) {
  .low .main {
    margin-bottom: 40px; }
    .low .main .wrap > .btn {
      margin-bottom: 120px; }
    .low .main .h1 {
      font-size: 30px;
      letter-spacing: 0.07em;
      line-height: 1.2; }
      .low .main .h1::before {
        height: 10px;
        bottom: -4px; }
    .low .main .h2 {
      font-size: 32px;
      margin-bottom: 40px; }
    .low .main .pageTitle {
      margin-top: 80px;
      margin-bottom: 60px; } }

@media screen and (max-width: 600px) {
  .low#post .pageTitle {
    margin-bottom: 20px; } }
#about .main .h2 {
  font-size: 35px;
  margin-top: -20px;
  margin-bottom: 60px;
  line-height: 1.3; }
#about .main .plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px; }
  #about .main .plans p {
    line-height: 1.8; }
  #about .main .plans ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 25px; }
    #about .main .plans ul li::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      background: #67d4e7;
      border-radius: 50%;
      position: absolute;
      top: 11px;
      left: 0; }
    #about .main .plans ul li:last-child {
      margin-bottom: 0; }
  #about .main .plans__basic {
    background: #c8ebf0;
    padding: 0 45px 70px 45px;
    border-radius: 10px; }
    #about .main .plans__basic__text {
      margin-bottom: 40px; }
    #about .main .plans__basic__lists {
      background: #fff;
      padding: 20px;
      border-radius: 10px; }
  #about .main .plans__prom {
    background: #e9f3cc;
    padding: 0 45px 70px 45px;
    border-radius: 10px; }
  #about .main .plans .btn a {
    font-size: 18px;
    width: 340px;
    line-height: 1.2;
    padding: 10px; }
#about .main .libs .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
#about .main .libs__list {
  display: flex;
  flex-direction: column;
  gap: 30px; }
#about .main .libs__item {
  height: 640px; }
  #about .main .libs__item::after {
    content: none; }
  #about .main .libs__item.katsunuma {
    background: #e480ff;
    background: #eee; }
    #about .main .libs__item.katsunuma .libs__item__dl {
      border-top: 12px solid #ca00ff; }
  #about .main .libs__item.enzan {
    background: #fdc167;
    background: #eee; }
    #about .main .libs__item.enzan .libs__item__dl {
      border-top: 12px solid #fc9701; }
  #about .main .libs__item.yamato {
    background: #80cb80;
    background: #eee; }
    #about .main .libs__item.yamato .libs__item__dl {
      border-top: 12px solid #029702; }
  #about .main .libs__item.kanzo {
    background: #acaff8;
    background: #eee; }
    #about .main .libs__item.kanzo .libs__item__dl {
      border-top: 12px solid #5a5ff1; }
  #about .main .libs__item__dl {
    width: 560px;
    border-radius: 10px;
    padding: 45px 50px 50px;
    background: #fff; }
  #about .main .libs__item__head {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
    letter-spacing: 0.15em; }
  #about .main .libs__item__content p {
    margin-bottom: 50px; }
  #about .main .libs__item__content .btn a {
    width: 340px; }
@media screen and (max-width: 600px) {
  #about .main .h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px; }
  #about .main .plans {
    display: block; }
    #about .main .plans .btn {
      padding: 0; }
      #about .main .plans .btn a {
        width: 100%;
        text-align: left;
        font-size: 16px;
        padding: 10px 30px 10px 20px; }
      #about .main .plans .btn.pdf a svg#pdfIcon {
        right: 15px;
        width: 18px; }
    #about .main .plans__basic {
      padding: 65px 20px 46px;
      border-radius: 10px 10px 0 0; }
    #about .main .plans__prom {
      padding: 65px 20px 46px;
      border-radius: 0 0 10px 10px; }
  #about .main .libs__item {
    height: auto; }
    #about .main .libs__item .wrap {
      padding: 40% 20px 10% 20px; }
    #about .main .libs__item__head {
      font-size: 24px;
      line-height: 1.2; }
    #about .main .libs__item__dl {
      width: 100%;
      background: rgba(255, 255, 255, 0.9);
      padding: 35px 20px 30px; }
    #about .main .libs__item__content {
      font-weight: 700; }
      #about .main .libs__item__content p {
        margin-bottom: 35px; } }
@media screen and (max-width: 480px) {
  #about .main .libs__item__content .btn {
    padding: 0; }
    #about .main .libs__item__content .btn a {
      width: 100%; } }

#library .main .news .h2 {
  margin-bottom: 0;
  line-height: 1; }
#library .mv {
  width: 960px;
  height: 640px;
  border-radius: 10px;
  margin: 0 auto 85px; }
  #library .mv img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
#library .data ul li {
  margin-bottom: 15px;
  padding-left: 0; }
  #library .data ul li::after {
    content: none; }
#library .data__list {
  display: grid;
  grid-template-columns: 1fr 1fr; }
#library .data__item {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 15px; }
  #library .data__item:last-child {
    border-bottom: none; }
  #library .data__item__dl {
    display: flex;
    align-items: flex-start;
    gap: 25px; }
  #library .data__item__dt {
    width: 140px;
    padding: 5px 0 5px;
    text-align: center;
    background: #67d4e7;
    border-radius: 10px; }
  #library .data__item__dd {
    flex: 1;
    padding-top: 5px; }
#library .feature ul li {
  margin-bottom: 0;
  padding-left: 0; }
  #library .feature ul li::after {
    content: none; }
#library .feature__link__list {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr; }
#library .feature__link__item a {
  display: block;
  background: #c8ebf0;
  padding: 21px 41px 26px 41px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.1;
  position: relative;
  border: 2px solid #c8ebf0; }
  #library .feature__link__item a::before {
    content: "";
    width: 3px;
    height: calc(100% - 24px);
    display: block;
    background: #67d4e7;
    position: absolute;
    top: 12px;
    left: 15px; }
  #library .feature__link__item a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #141414;
    border-right: 2px solid #141414;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: calc(50% - 5px);
    transition: 0.3s; }
  #library .feature__link__item a:hover {
    background: #fff; }
    #library .feature__link__item a:hover::after {
      right: 15px; }
#library .featContent {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #c5c5c5; }
  #library .featContent:last-child {
    margin-bottom: 130px;
    border-bottom: none; }
  #library .featContent__wrap {
    display: flex;
    gap: 45px;
    padding: 0 30px; }
  #library .featContent:nth-of-type(2n) .featContent__wrap {
    flex-direction: row-reverse; }
  #library .featContent__dl {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative; }
    #library .featContent__dl::before {
      content: "";
      height: 250px;
      width: 250px;
      border-radius: 50%;
      display: block;
      background: #e9f3cc;
      position: absolute;
      top: calc(50% - 125px);
      left: calc(50% - 125px);
      z-index: -1; }
  #library .featContent__dt {
    font-size: 30px;
    margin-bottom: 20px; }
  #library .featContent__image {
    width: 570px;
    height: 380px; }
    #library .featContent__image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 10px; }
#library .gallery ul li {
  margin-bottom: 0;
  padding-left: 0; }
  #library .gallery ul li::after {
    content: none; }
#library .gallery .swiper-slide {
  width: 80%; }
  #library .gallery .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%; }
  #library .gallery .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px; }
@media screen and (min-width: 600px) {
  #library .gallery .swiper-slide {
    width: 100%; }
  #library .gallery .swiper-wrapper {
    display: grid;
    gap: 50px 40px;
    grid-template-columns: 1fr 1fr 1fr; }
  #library .gallery .swiper-scroll {
    display: none; } }
#library.katsunuma .main .h1::after,
#library.katsunuma h2.h2::after {
  background: url(../img/common/logo_mark_katsunuma.svg) center/cover; }
#library.katsunuma .main .h1::before,
#library.katsunuma .data__item__dt {
  background: #eca1ff; }
#library.katsunuma .news__article__list::-webkit-scrollbar-thumb,
#library.katsunuma .feature__link__item a::before {
  background-color: #ca00ff; }
#library.enzan .main .h1::after,
#library.enzan h2.h2::after {
  background: url(../img/common/logo_mark_enzan.svg) center/cover; }
#library.enzan .main .h1::before,
#library.enzan .data__item__dt {
  background: #fdc167; }
#library.enzan .news__article__list::-webkit-scrollbar-thumb,
#library.enzan .feature__link__item a::before {
  background-color: #fc9701; }
#library.yamato .main .h1::after,
#library.yamato h2.h2::after {
  background: url(../img/common/logo_mark_yamato.svg) center/cover; }
#library.yamato .main .h1::before,
#library.yamato .data__item__dt {
  background: #80cb80; }
#library.yamato .news__article__list::-webkit-scrollbar-thumb,
#library.yamato .feature__link__item a::before {
  background-color: #029702; }
#library.kanzo .main .h1::after,
#library.kanzo h2.h2::after {
  background: url(../img/common/logo_mark_kanzo.svg) center/cover; }
#library.kanzo .main .h1::before,
#library.kanzo .data__item__dt {
  background: #acaff8; }
#library.kanzo .news__article__list::-webkit-scrollbar-thumb,
#library.kanzo .feature__link__item a::before {
  background-color: #5a5ff1; }
@media screen and (max-width: 600px) {
  #library .main .news .h2 {
    margin-bottom: 40px; }
  #library .mv {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px; }
  #library .data__list {
    display: block; }
  #library .data__item__dl {
    display: block; }
  #library .data__item__dt, #library .data__item__dd {
    width: 100%; }
  #library .data__item__dt {
    margin-bottom: 10px; }
  #library .data__item__dd {
    padding: 0 10px; }
  #library .news {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 100px 20px 120px; }
    #library .news__head .brSp {
      display: block; }
    #library .news + .btn {
      margin-top: -85px;
      margin-bottom: 160px; }
  #library .feature ul li {
    margin-bottom: 20px; }
    #library .feature ul li:last-of-type {
      margin-bottom: 0; }
  #library .feature__link__list {
    display: block; }
  #library .feature__link__item a {
    padding: 16px 45px 18px 30px;
    font-size: 18px;
    line-height: 1.2; }
  #library .featContent {
    border-bottom: 0;
    padding-bottom: 0; }
    #library .featContent:last-child {
      margin-bottom: 50px; }
    #library .featContent__wrap {
      padding: 0;
      flex-direction: column-reverse !important;
      gap: 20px; }
      #library .featContent__wrap:nth-of-type(2n) {
        flex-direction: column-reverse !important; }
    #library .featContent__image {
      width: 100%;
      height: auto;
      aspect-ratio: 1.5/1; }
    #library .featContent__dl {
      padding: 0;
      text-align: left; }
      #library .featContent__dl::before {
        content: none; }
    #library .featContent__dt {
      font-size: 25px;
      margin-bottom: 10px; }
  #library .gallery {
    margin-bottom: 80px;
    width: calc(100% + 20px);
    padding-bottom: 60px;
    overflow: hidden; }
    #library .gallery .swiper_glry {
      padding-bottom: 50px; }
    #library .gallery .swiper-horizontal > .swiper-scrollbar,
    #library .gallery .swiper-scrollbar.swiper-scrollbar-horizontal {
      height: 10px;
      background: #c8ebf0;
      padding: 3px 0 0 3px;
      border-radius: 0; }
    #library .gallery .swiper-scrollbar::before {
      content: "";
      display: block;
      width: 24px;
      height: 17px;
      background: url(../img/common/ico_pointing.svg) no-repeat center/cover;
      position: absolute;
      bottom: 20px;
      right: 0; }
    #library .gallery .swiper-scrollbar::after {
      content: "スクロールしてください";
      color: #1b6ab4;
      position: absolute;
      bottom: 17.5px;
      right: 32px;
      font-size: 14px; }
    #library .gallery .swiper-scrollbar-drag {
      background: #67d4e7;
      border-radius: 0;
      height: calc(100% - 3px); }
  #library .dispPc {
    display: none; } }

#archive .news__content, #post .news__content, #faq .news__content {
  background: #fff;
  padding: 0;
  align-items: self-start; }
#archive .news__cats, #post .news__cats, #faq .news__cats {
  background: #c8ebf0;
  border-radius: 10px;
  width: 300px;
  padding: 30px 20px 30px 30px;
  letter-spacing: 0;
  position: sticky;
  top: 20px; }
  #archive .news__cats__item > div, #post .news__cats__item > div, #faq .news__cats__item > div {
    padding: 0; }
  #archive .news__cats__item__lowList, #post .news__cats__item__lowList, #faq .news__cats__item__lowList {
    display: none;
    border-radius: 0 0 10px 10px;
    padding: 0 20px 5px;
    font-size: 16px;
    font-weight: 400;
    background: #fff; }
  #archive .news__cats__item__lowItem, #post .news__cats__item__lowItem, #faq .news__cats__item__lowItem {
    padding: 5px 0;
    border-top: 1px dashed #67d4e7; }
    #archive .news__cats__item__lowItem a, #post .news__cats__item__lowItem a, #faq .news__cats__item__lowItem a {
      text-decoration: none;
      display: inline-block;
      padding: 5px;
      transition: 0.3s;
      border-radius: 5px; }
      #archive .news__cats__item__lowItem a:hover, #post .news__cats__item__lowItem a:hover, #faq .news__cats__item__lowItem a:hover {
        opacity: 1;
        background: #c8ebf0; }
    #archive .news__cats__item__lowItem:first-child, #post .news__cats__item__lowItem:first-child, #faq .news__cats__item__lowItem:first-child {
      border-top: none; }
  #archive .news__cats .hasArchive, #post .news__cats .hasArchive, #faq .news__cats .hasArchive {
    width: 100%; }
    #archive .news__cats .hasArchive__title, #post .news__cats .hasArchive__title, #faq .news__cats .hasArchive__title {
      display: block;
      padding: 5px 15px 10px;
      cursor: pointer;
      position: relative;
      user-select: none; }
      #archive .news__cats .hasArchive__title::after, #post .news__cats .hasArchive__title::after, #faq .news__cats .hasArchive__title::after {
        content: "";
        display: block;
        width: 9px;
        height: 16px;
        background: url(../img/common/ico_arrowBtnB.svg) no-repeat center/cover;
        position: absolute;
        top: 13px;
        right: 20px;
        transform: rotateZ(90deg);
        transition: 0.3s; }
      #archive .news__cats .hasArchive__title.active::after, #post .news__cats .hasArchive__title.active::after, #faq .news__cats .hasArchive__title.active::after {
        transform: rotateZ(-90deg); }
    #archive .news__cats .hasArchive.current > div::after, #post .news__cats .hasArchive.current > div::after, #faq .news__cats .hasArchive.current > div::after {
      top: 10px; }
#archive .news__article__list, #post .news__article__list, #faq .news__article__list {
  height: auto; }
#archive .news__article__item p, #post .news__article__item p, #faq .news__article__item p {
  margin-bottom: 5px; }
@media screen and (max-width: 600px) {
  #archive .news .wrap, #post .news .wrap, #faq .news .wrap {
    padding: 20px 20px 30px; }
  #archive .news__cats, #post .news__cats, #faq .news__cats {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0 0 0; }
    #archive .news__cats .hasArchive__title, #post .news__cats .hasArchive__title, #faq .news__cats .hasArchive__title {
      text-align: center; }
      #archive .news__cats .hasArchive__title::after, #post .news__cats .hasArchive__title::after, #faq .news__cats .hasArchive__title::after {
        top: 8px; }
    #archive .news__cats .hasArchive.current .news__cats__item__wrap::after, #post .news__cats .hasArchive.current .news__cats__item__wrap::after, #faq .news__cats .hasArchive.current .news__cats__item__wrap::after {
      content: none; }
  #archive .news__content, #post .news__content, #faq .news__content {
    background: #c8ebf0; } }

.pagenation {
  margin-top: 80px; }
  .pagenation .nav-links {
    display: flex;
    justify-content: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 700; }
    .pagenation .nav-links > a, .pagenation .nav-links > span {
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      width: 40px;
      height: 45px;
      border-radius: 10px; }
      .pagenation .nav-links > a.current, .pagenation .nav-links > span.current {
        background: #c8ebf0; }
      .pagenation .nav-links > a.dots, .pagenation .nav-links > span.dots {
        width: 30px;
        font-size: 34px;
        color: #c8ebf0; }
      .pagenation .nav-links > a.prev, .pagenation .nav-links > a.next, .pagenation .nav-links > span.prev, .pagenation .nav-links > span.next {
        position: relative; }
        .pagenation .nav-links > a.prev::after, .pagenation .nav-links > a.next::after, .pagenation .nav-links > span.prev::after, .pagenation .nav-links > span.next::after {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border-top: 2px solid #141414;
          border-right: 2px solid #141414;
          transform: rotate(45deg);
          position: absolute;
          transition: 0.3s;
          background: none; }
      .pagenation .nav-links > a.next, .pagenation .nav-links > span.next {
        left: 0;
        top: calc(50% - 4px); }
      .pagenation .nav-links > a.prev, .pagenation .nav-links > span.prev {
        transform: rotateZ(-180deg);
        right: 0;
        top: calc(50% - 6px); }
  .pagenation__post {
    margin-top: 80px; }
    .pagenation__post__wrap {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      position: relative;
      margin-bottom: 40px; }
      .pagenation__post__wrap::after {
        content: "";
        width: 1px;
        height: calc(100% - 30px);
        display: block;
        background: #ccc;
        position: absolute;
        top: 15px;
        left: calc(50% - 0.5px); }
      .pagenation__post__wrap > div {
        padding: 30px 40px;
        line-height: 1.2;
        font-size: 15px; }
        .pagenation__post__wrap > div a {
          display: block;
          position: relative;
          font-weight: 700; }
          .pagenation__post__wrap > div a::after {
            content: "";
            display: block;
            width: 12px;
            height: 12px;
            border-top: 2px solid #141414;
            border-right: 2px solid #141414;
            transform: rotate(45deg);
            position: absolute;
            top: calc(50% - 5px);
            transition: 0.3s; }
        .pagenation__post__wrap > div.next {
          text-align: right;
          padding: 30px 40px 30px 30px; }
          .pagenation__post__wrap > div.next a::after {
            right: -18px; }
          .pagenation__post__wrap > div.next a:hover::after {
            right: -28px; }
        .pagenation__post__wrap > div.prev {
          text-align: left;
          padding: 30px 30px 30px 40px; }
          .pagenation__post__wrap > div.prev a::after {
            left: -18px;
            transform: rotate(-135deg); }
          .pagenation__post__wrap > div.prev a:hover::after {
            left: -28px; }
    .pagenation__post .list {
      text-align: center; }
      .pagenation__post .list a {
        font-size: 15px;
        font-weight: 700; }
        .pagenation__post .list a::before {
          content: url("../img/common/ico_list.svg");
          display: inline-block;
          margin-right: 15px;
          width: 20px;
          height: 20px;
          position: relative;
          top: 3px; }
  @media screen and (max-width: 600px) {
    .pagenation {
      margin-top: 20px;
      padding-bottom: 20px; }
      .pagenation .nav-links {
        height: 35px;
        font-size: 14px; }
        .pagenation .nav-links > a, .pagenation .nav-links span.current {
          height: 35px;
          width: 30px; }
          .pagenation .nav-links > a.next, .pagenation .nav-links > a.prev, .pagenation .nav-links span.current.next, .pagenation .nav-links span.current.prev {
            top: 0;
            width: 10px; }
            .pagenation .nav-links > a.next::after, .pagenation .nav-links > a.prev::after, .pagenation .nav-links span.current.next::after, .pagenation .nav-links span.current.prev::after {
              width: 8px;
              height: 8px;
              top: 12px; }
        .pagenation .nav-links > a.dots, .pagenation .nav-links span.dots {
          font-size: 26px; }
        .pagenation .nav-links > a.next, .pagenation .nav-links span.next {
          top: 3px; }
      .pagenation__post__wrap {
        grid-template-columns: 1fr;
        margin-bottom: 10px; }
        .pagenation__post__wrap::after {
          content: none; }
        .pagenation__post__wrap > div.prev {
          padding: 10px 10px 10px 20px; }
          .pagenation__post__wrap > div.prev a::after {
            width: 8px;
            height: 8px;
            left: -10px;
            top: calc(50% - 2px); }
        .pagenation__post__wrap > div.next {
          padding: 10px 20px 10px 10px; }
          .pagenation__post__wrap > div.next a::after {
            width: 8px;
            height: 8px;
            right: -10px;
            top: calc(50% - 2px); }
      .pagenation__post .list {
        padding-bottom: 20px; } }

@media screen and (max-width: 600px) {
  #post .news {
    background: #fff; }
    #post .news__wrap {
      padding: 20px 10px 30px;
      background: #fff; } }

#faq .news__article--faq {
  padding-top: 20px; }
  #faq .news__article--faq__wrap {
    margin-bottom: 150px; }
  #faq .news__article--faq__item {
    margin-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
    padding: 5px 15px 15px; }
    #faq .news__article--faq__item:last-of-type {
      border-bottom: none; }
  #faq .news__article--faq__title {
    padding: 5px 35px 7px 80px;
    cursor: pointer;
    position: relative;
    font-size: 24px;
    transition: 0.3s; }
    #faq .news__article--faq__title::before {
      content: "Q";
      display: flex;
      justify-content: center;
      align-items: center;
      width: 46px;
      height: 46px;
      padding-bottom: 5px;
      background: #d0ea86;
      color: #141414;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0; }
    #faq .news__article--faq__title::after {
      content: "";
      display: block;
      width: 9px;
      height: 16px;
      background: url(../img/common/ico_arrowBtnB.svg) no-repeat center/cover;
      position: absolute;
      top: 13px;
      right: 20px;
      transform: rotateZ(90deg);
      transition: 0.3s; }
    #faq .news__article--faq__title:hover {
      opacity: 0.6; }
    #faq .news__article--faq__title.active::after {
      transform: rotateZ(-90deg); }
  #faq .news__article--faq__text {
    padding-top: 30px;
    padding-left: 80px;
    display: none; }
#faq .news__article .h2 {
  margin-bottom: 80px; }
#faq .postEntry h2, #faq .postEntry h3, #faq .postEntry h4, #faq .postEntry h5 {
  line-height: 1.4;
  font-size: 22px; }
#faq .postEntry h2 {
  padding: 4px 10px 8px; }
#faq .postEntry h3 {
  gap: 10px; }
  #faq .postEntry h3::after {
    top: 20px; }
#faq .postEntry p {
  word-break: break-all; }
@media screen and (max-width: 600px) {
  #faq .main .content {
    background: #c8ebf0; }
    #faq .main .content .wrap {
      padding-bottom: 40px;
      padding-top: 20px; }
  #faq .news__content {
    flex-direction: column; }
  #faq .news__cats {
    padding: 20px 0 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    top: 0;
    z-index: 1;
    border-radius: 0;
    position: relative; }
    #faq .news__cats__list {
      margin-bottom: 0; }
  #faq .news__article {
    padding-top: 60px; }
    #faq .news__article .h2 {
      margin-bottom: 20px; }
    #faq .news__article--faq__wrap {
      margin-bottom: 100px; }
    #faq .news__article--faq__title {
      font-size: 20px;
      padding: 5px 26px 5px 44px; }
      #faq .news__article--faq__title::before {
        width: 32px;
        height: 32px;
        top: 5px; }
      #faq .news__article--faq__title::after {
        right: 8px; }
    #faq .news__article--faq__text {
      padding-top: 10px;
      padding-left: 10px; } }

#sponsor .postEntry + .wrap {
  padding: 0; }

.sponsor__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 30px;
  padding: 0 100px;
  margin-bottom: 140px; }
  .sponsor__list:last-of-type {
    margin-bottom: 0; }
.sponsor__item a {
  text-decoration: none; }
  .sponsor__item a .logo {
    border: 1px solid #67d4e7;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    font-weight: 700; }
.sponsor__item a[href^="http"] {
  transition: 0.3s; }
  .sponsor__item a[href^="http"] .logo::after {
    transition: 0.3s;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    background-image: url(../img/common/ico_link.svg);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #67d4e7;
    border-radius: 5px; }
  .sponsor__item a[href^="http"]:hover .logo::after {
    background-color: #c8ebf0; }
.sponsor__item a:not([href]):hover {
  opacity: 1; }
.sponsor__item .logo {
  width: 300px;
  height: 100px;
  position: relative; }
  .sponsor__item .logo img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
.sponsor__item .content__company, .sponsor__item .content__magazine {
  font-weight: 700; }
.sponsor__item .content__company {
  margin-bottom: 0 !important; }
.sponsor__item .content__magazine {
  font-size: 16px;
  color: #67d4e7;
  margin-bottom: 5px !important; }
.sponsor__item .content__text {
  font-size: 16px;
  margin-bottom: 0 !important; }
@media screen and (max-width: 600px) {
  .sponsor__list {
    padding: 0 10px;
    grid-template-columns: 1fr;
    gap: 30px 20px;
    margin-bottom: 80px; }
  .sponsor__item {
    font-size: 16px; }
    .sponsor__item .logo {
      width: 100%;
      height: auto;
      aspect-ratio: 3/1;
      margin-bottom: 5px !important; } }

.postEntry .postTitle__wrap {
  text-align: center; }
.postEntry__eyecatch {
  text-align: center;
  margin-bottom: 40px; }
  .postEntry__eyecatch img {
    max-width: 100%;
    height: auto; }
.postEntry__meta__date {
  text-align: right;
  font-size: 15px; }
  .postEntry__meta__date--update, .postEntry__meta__date--modified {
    display: block; }
.postEntry__meta__cats {
  font-size: 15px;
  padding: 20px 10px 0;
  text-align: right; }
  .postEntry__meta__cats span {
    margin-left: 10px;
    margin-bottom: 5px;
    display: inline-block; }
    .postEntry__meta__cats span:first-child {
      margin-right: 0; }
  .postEntry__meta__cats a {
    display: inline-block;
    border: 1px solid #67d4e7;
    background: #c8ebf0;
    border-radius: 10px;
    padding: 0 10px; }
.postEntry .postEntry__meta__cats {
  margin-bottom: 0 !important; }
.postEntry h1, .postEntry h2, .postEntry h3, .postEntry h4, .postEntry h5, .postEntry h6 {
  padding-top: 20px; }
.postEntry h1.postTitle {
  font-size: 40px;
  display: inline-block;
  letter-spacing: 3px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 1; }
  .postEntry h1.postTitle::before {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    bottom: 5px;
    left: 0;
    background: #d0ea86;
    border-radius: 30px;
    z-index: -1; }
  .postEntry h1.postTitle::after {
    content: "";
    width: 101px;
    height: 23px;
    background: url(../img/common/logo_mark.svg) center/cover;
    position: absolute;
    top: -30px;
    left: calc(50% - 50px); }
.postEntry h2 {
  background: #95E1EE;
  margin-bottom: 45px;
  border-radius: 10px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding: 8px 10px 14px;
  line-height: 1.4; }
.postEntry h3 {
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  margin-top: 70px;
  margin-bottom: 45px;
  display: flex;
  gap: 20px; }
  .postEntry h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #67d4e7;
    position: relative;
    padding: 0;
    top: 20px;
    left: 0;
    flex: 1; }
.postEntry h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 45px;
  display: inline-block;
  padding: 4px 15px 6px;
  background: #95E1EE;
  border-radius: 10px; }
.postEntry h5 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px; }
.postEntry h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 35px; }
.postEntry h3, .postEntry h4, .postEntry h5, .postEntry h6 {
  line-height: 1.4; }
.postEntry p {
  margin-bottom: 30px !important;
  line-height: 1.8;
  word-break: break-all; }
.postEntry a {
  font-weight: 700; }
.postEntry a[href^="http"]:after,
.postEntry a[href^="//"]:after {
  margin: 0 0 0 3px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../img/common/ico_link.svg") no-repeat center/cover;
  margin-right: 10px; }
.postEntry a[href^="https://www.lib-koshu.jp/"]:after {
  margin: inherit;
  content: none; }
.postEntry .wp-block-image a[href^="http"]:after {
  margin: inherit;
  content: none; }
.postEntry a[href$=".pdf"]:after {
  margin: 0px 0 -2px 3px;
  content: "";
  display: inline-block;
  width: 19px;
  height: 24px;
  background: url("../img/common/ico_pdf.svg") no-repeat center/cover;
  margin-right: 10px; }
.postEntry hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 2px solid #67d4e7;
  margin-top: 80px;
  margin-bottom: 80px; }
.postEntry ul li {
  position: relative;
  padding-left: 16px !important;
  margin-bottom: 25px !important; }
  .postEntry ul li::after {
    content: "" !important;
    display: block;
    width: 8px;
    height: 8px;
    background: #67d4e7;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0; }
  .postEntry ul li > ul, .postEntry ul li ol {
    margin-top: 25px; }
.postEntry ol {
  list-style: decimal;
  padding-left: 25px; }
  .postEntry ol li {
    margin-bottom: 25px; }
    .postEntry ol li::marker {
      color: #67d4e7; }
    .postEntry ol li ul, .postEntry ol li ol {
      margin-top: 25px; }
.postEntry .wp-block-table th {
  background: #c8ebf0; }
.postEntry .wp-block-table.is-style-stripes .wp-element-caption {
  padding: 0 0 10px 12px; }
.postEntry .wp-element-caption {
  margin-top: 12px; }
.postEntry .wp-block-table,
.postEntry .wp-block-image,
.postEntry .wp-block-gallery,
.postEntry .wp-block-media-text,
.postEntry .wp-block-embed {
  margin-bottom: 40px; }
.postEntry .wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0; }
.postEntry .wp-block-buttons {
  margin-bottom: 40px; }
@media screen and (max-width: 600px) {
  .postEntry {
    padding: 0 5px; }
    .postEntry h1, .postEntry h1.postTitle {
      font-size: 20px;
      text-align: left;
      margin-bottom: 30px; }
      .postEntry h1::after, .postEntry h1.postTitle::after {
        content: none; }
      .postEntry h1::before, .postEntry h1.postTitle::before {
        height: 10px; }
    .postEntry h2, .postEntry h3, .postEntry h4, .postEntry h5, .postEntry h6 {
      font-size: 18px;
      text-align: left;
      margin-bottom: 25px; }
    .postEntry h2 {
      padding: 8px 10px; }
    .postEntry h3 {
      gap: 15px;
      padding: 0;
      margin-top: 40px; }
      .postEntry h3::after {
        top: 13px; }
    .postEntry .wp-block-button__link {
      padding: 5px 10px; }
    .postEntry .wp-block-media-text {
      gap: 20px; }
      .postEntry .wp-block-media-text .wp-block-media-text__content {
        padding: 0 2%; } }

#page .postEntry h2 {
  font-size: 35px; }

.postRelative {
  margin: 40px auto 0;
  border: 3px solid #c8ebf0;
  border-radius: 20px;
  padding: 15px 20px 20px;
  width: calc(100% - 40px); }
  .postRelative__title {
    font-weight: 700;
    color: #67d4e7;
    margin-bottom: 5px !important; }
  .postRelative__item {
    position: relative;
    padding-left: 10px !important; }
    .postRelative__item::after {
      content: "" !important;
      display: block;
      width: 6px;
      height: 6px;
      background: #67d4e7;
      border-radius: 50%;
      position: absolute;
      top: 14px;
      left: 0; }
    .postRelative__item a {
      text-decoration: none;
      font-size: 16px;
      display: inline-block;
      padding: 5px;
      border-radius: 5px; }
      .postRelative__item a:hover {
        background: #c8ebf0; }

.eventorganiser {
  margin-bottom: 160px; }
  .eventorganiser__head {
    text-align: left; }
  .eventorganiser h2.h2::after {
    left: 0; }
  .eventorganiser__content {
    margin-top: -65px; }
  .eventorganiser .fc td {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none; }
  .eventorganiser .fc .fc-toolbar {
    margin-bottom: 30px; }
  .eventorganiser .fc .fc-right {
    display: flex;
    gap: 20px; }
    .eventorganiser .fc .fc-right > div {
      display: flex;
      gap: 20px;
      align-items: flex-end; }
      .eventorganiser .fc .fc-right > div h2 {
        background: #67d4e7;
        font-size: 35px;
        font-family: 'Montserrat', sans-serif;
        padding: 15px 25px;
        border-radius: 10px;
        width: 230px; }
  .eventorganiser .fc .fc-button-group button {
    border: 1px solid #141414;
    color: #fff;
    background: #141414;
    border-radius: 50px; }
    .eventorganiser .fc .fc-button-group button.fc-corner-left {
      padding: 4px 25px 10px 20px; }
    .eventorganiser .fc .fc-button-group button.fc-corner-right {
      padding: 4px 20px 10px 25px; }
  .eventorganiser .fc .fc-today-button {
    border: 1px solid #141414;
    border-radius: 50px;
    padding: 9px 40px 10px;
    font-weight: 700; }
    .eventorganiser .fc .fc-today-button.fc-state-default {
      color: #fff;
      background: #141414; }
  .eventorganiser .fc .fc-state-hover {
    background: #fff !important;
    color: #141414 !important;
    transition: 0.3s; }
  .eventorganiser .fc .fc-icon {
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 1;
    height: 1em;
    top: 0;
    margin: 0; }
    .eventorganiser .fc .fc-icon-right-single-arrow::before {
      content: "次の月"; }
    .eventorganiser .fc .fc-icon-right-single-arrow::after {
      content: "\0203A";
      font-size: 1.6em;
      margin-left: 6px; }
    .eventorganiser .fc .fc-icon-left-single-arrow::before {
      content: "\02039";
      font-size: 1.6em;
      margin-right: 8px; }
    .eventorganiser .fc .fc-icon-left-single-arrow::after {
      content: "前の月"; }
  .eventorganiser .fc-month-view .fc-widget-header {
    border-top: 2px solid #67d4e7 !important;
    border-bottom: 2px solid #67d4e7 !important;
    padding: 18px 0 21px;
    background: #c8ebf0; }
    .eventorganiser .fc-month-view .fc-widget-header .fc-row {
      border-bottom: none; }
  .eventorganiser .fc-month-view .fc-row {
    border-bottom: 1px solid #c5c5c5; }
  .eventorganiser .fc-ltr .fc-basic-view .fc-day-number {
    text-align: center !important;
    padding: 15px 0 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }
  .eventorganiser .fc-content {
    padding: 5px 2px 5px 5px; }
  .eventorganiser .fc-row .fc-content-skeleton {
    padding-bottom: 10px; }
    .eventorganiser .fc-row .fc-content-skeleton td.fc-event-container {
      padding: 0 5px !important; }
  .eventorganiser .fc-time {
    display: block; }
  .eventorganiser .fc-title {
    font-size: 15px;
    font-weight: 700; }
  .eventorganiser .fc td.fc-today {
    border: none;
    position: relative; }
  .eventorganiser .eo-fullcalendar-reset.fc-unthemed .fc-today {
    background: #c8ebf0; }
  .eventorganiser .fc-day-header.fc-sun {
    position: relative;
    z-index: 1;
    color: #fff; }
    .eventorganiser .fc-day-header.fc-sun::after {
      content: "";
      position: absolute;
      background: #e61e79;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      top: -9px;
      left: calc(50% - 20px);
      z-index: -1; }
  .eventorganiser .fc-day-number.fc-sun {
    position: relative;
    z-index: 1;
    color: #fff; }
    .eventorganiser .fc-day-number.fc-sun::after {
      content: "";
      position: absolute;
      background: #e61e79;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      top: 8px;
      left: calc(50% - 16px);
      z-index: -1; }
    .eventorganiser .fc-day-number.fc-sun.fc-today {
      color: #e61e79; }
  .eventorganiser .fc-day-number.fc-today {
    position: relative;
    z-index: 1; }
    .eventorganiser .fc-day-number.fc-today::after {
      content: "";
      position: absolute;
      background: #fff;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      top: 8px;
      left: calc(50% - 16px);
      z-index: -1; }
  @media screen and (max-width: 600px) {
    .eventorganiser {
      margin-bottom: 60px; }
      .eventorganiser .wrap {
        padding: 0 15px; }
      .eventorganiser__head {
        text-align: center;
        margin-bottom: 40px !important; }
      .eventorganiser h2.h2::after {
        left: calc(50% - 50px); }
      .eventorganiser__content {
        margin-top: 0; }
      .eventorganiser .fc .fc-toolbar {
        margin-bottom: 30px;
        position: sticky;
        top: 10px;
        z-index: 10; }
      .eventorganiser .fc .fc-right {
        flex-direction: column-reverse;
        gap: 0; }
        .eventorganiser .fc .fc-right > div {
          align-items: center;
          flex-direction: column-reverse;
          justify-content: space-between !important; }
          .eventorganiser .fc .fc-right > div h2 {
            font-size: 30px;
            padding: 10px; }
      .eventorganiser .fc .fc-button-group {
        flex-direction: row !important;
        justify-content: space-between !important;
        margin-top: -38px; }
        .eventorganiser .fc .fc-button-group button.fc-corner-left {
          padding: 4px 25px 10px 20px; }
        .eventorganiser .fc .fc-button-group button.fc-corner-right {
          padding: 4px 20px 10px 25px; }
      .eventorganiser .fc .fc-today-button {
        padding: 9px 20px;
        font-size: 14px;
        height: auto;
        margin-bottom: 4px; }
      .eventorganiser .fc .fc-icon {
        font-size: 14px; }
      .eventorganiser .fc-content {
        padding: 5px 12px; }
      .eventorganiser .fc-day-number {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        border-top: 2px solid #67d4e7 !important;
        background: #c8ebf0 !important;
        border-bottom: none !important; }
        .eventorganiser .fc-day-number.fc-sun::after {
          content: none; }
        .eventorganiser .fc-day-number.fc-sun .fc-list-header-left {
          background: #e61e79;
          border-radius: 5px;
          padding: 0 5px 0 3px; }
        .eventorganiser .fc-day-number.fc-today .fc-list-header-right {
          background: #fff;
          border-radius: 5px; }
        .eventorganiser .fc-day-number.fc-today::after, .eventorganiser .fc-day-number.fc-today::before {
          content: none; }
      .eventorganiser .fc-list-header-right {
        width: 100px;
        display: inline-block; }
        .eventorganiser .fc-list-header-right::after {
          content: "日"; }
      .eventorganiser .fc-ltr .fc-basic-view .fc-day-number {
        padding: 5px 12px !important; }
      .eventorganiser .fc-row .fc-content-skeleton td.fc-event-container {
        padding: 0 !important; }
      .eventorganiser .fc-listDay-view .fc-row .fc-content-skeleton .fc-day-number,
      .eventorganiser .fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number,
      .eventorganiser .fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number {
        line-height: 1.6em;
        text-align: left !important; }
      .eventorganiser .fc-listDay-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right,
      .eventorganiser .fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right,
      .eventorganiser .fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right {
        float: none;
        color: #141414; }
      .eventorganiser .eo-fullcalendar {
        border-bottom: 2px solid #67d4e7; }
      .eventorganiser div.fc-row {
        display: none; }
      .eventorganiser div.fc-row:has(a) {
        display: block !important; }
      .eventorganiser .fc-listDay-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,
      .eventorganiser .fc-listDay-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before,
      .eventorganiser .fc-listMonth-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,
      .eventorganiser .fc-listMonth-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before,
      .eventorganiser .fc-listWeek-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,
      .eventorganiser .fc-listWeek-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before {
        content: none; }
      .eventorganiser .fc-listDay-view .fc-day-grid-event,
      .eventorganiser .fc-listMonth-view .fc-day-grid-event,
      .eventorganiser .fc-listWeek-view .fc-day-grid-event {
        margin: 0 !important;
        padding: 0 !important; }
      .eventorganiser .fc-listDay-view .fc-row .fc-content-skeleton,
      .eventorganiser .fc-listMonth-view .fc-row .fc-content-skeleton,
      .eventorganiser .fc-listWeek-view .fc-row .fc-content-skeleton {
        margin-bottom: 5px; } }
  @media screen and (max-width: 400px) {
    .eventorganiser .fc .fc-button-group button.fc-corner-right {
      padding: 4px 10px 10px 15px; }
    .eventorganiser .fc .fc-button-group button.fc-corner-left {
      padding: 4px 15px 10px 10px; } }

.news__cats .eventorganiser {
  margin-bottom: 60px; }
  .news__cats .eventorganiser__head {
    text-align: center;
    margin-bottom: 40px; }
  .news__cats .eventorganiser h2.h2::after {
    left: calc(50% - 50px); }
  .news__cats .eventorganiser__content {
    margin-top: 0; }
  .news__cats .eventorganiser .fc .fc-toolbar {
    margin-bottom: 0;
    position: sticky;
    top: 10px;
    z-index: 10; }
  .news__cats .eventorganiser .fc .fc-view-container {
    padding: 10px;
    border-radius: 10px;
    background: #fff; }
  .news__cats .eventorganiser .fc .fc-right {
    flex-direction: column-reverse;
    gap: 0; }
    .news__cats .eventorganiser .fc .fc-right > div {
      align-items: center;
      flex-direction: column-reverse;
      justify-content: space-between !important; }
  .news__cats .eventorganiser .fc .fc-button-group {
    flex-direction: row !important;
    justify-content: space-between !important;
    margin-top: -38px; }
    .news__cats .eventorganiser .fc .fc-button-group button.fc-corner-left {
      padding: 1px 20px 5px 10px; }
    .news__cats .eventorganiser .fc .fc-button-group button.fc-corner-right {
      padding: 1px 10px 5px 20px; }
  .news__cats .eventorganiser .fc .fc-today-button {
    padding: 5px 20px;
    font-size: 14px;
    height: auto; }
  .news__cats .eventorganiser .fc .fc-icon {
    font-size: 14px; }
  .news__cats .eventorganiser .fc-day-number {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-top: 2px solid #67d4e7 !important;
    background: #c8ebf0 !important;
    border-bottom: none !important; }
    .news__cats .eventorganiser .fc-day-number.fc-sun::after {
      content: none; }
    .news__cats .eventorganiser .fc-day-number.fc-sun .fc-list-header-left {
      background: #e61e79;
      border-radius: 5px;
      padding: 0 5px 0 3px; }
    .news__cats .eventorganiser .fc-day-number.fc-today .fc-list-header-right {
      background: #fff;
      border-radius: 5px; }
    .news__cats .eventorganiser .fc-day-number.fc-today::after, .news__cats .eventorganiser .fc-day-number.fc-today::before {
      content: none; }
  .news__cats .eventorganiser .fc-list-header-right {
    width: 100px;
    display: inline-block; }
    .news__cats .eventorganiser .fc-list-header-right::after {
      content: "日"; }
  .news__cats .eventorganiser .fc-ltr .fc-basic-view .fc-day-number {
    padding: 5px 5px !important; }
  .news__cats .eventorganiser .fc-row .fc-content-skeleton td.fc-event-container {
    padding: 0 !important; }
  .news__cats .eventorganiser .fc-listDay-view .fc-row .fc-content-skeleton .fc-day-number,
  .news__cats .eventorganiser .fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number,
  .news__cats .eventorganiser .fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number {
    line-height: 1.6em;
    text-align: left !important; }
  .news__cats .eventorganiser .fc-listDay-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right,
  .news__cats .eventorganiser .fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right,
  .news__cats .eventorganiser .fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right {
    float: none;
    color: #141414; }
  .news__cats .eventorganiser .fc-listMonth-view .fc-row .fc-content-skeleton .fc-today .fc-list-header-left {
    background: #fff; }
  .news__cats .eventorganiser .eo-fullcalendar {
    border-bottom: 2px solid #67d4e7; }
  .news__cats .eventorganiser div.fc-row {
    display: none; }
  .news__cats .eventorganiser div.fc-row:has(a) {
    display: block !important; }
  .news__cats .eventorganiser .fc-listDay-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,
  .news__cats .eventorganiser .fc-listDay-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before,
  .news__cats .eventorganiser .fc-listMonth-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,
  .news__cats .eventorganiser .fc-listMonth-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before,
  .news__cats .eventorganiser .fc-listWeek-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,
  .news__cats .eventorganiser .fc-listWeek-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before {
    content: none; }
  .news__cats .eventorganiser .fc-listDay-view .fc-day-grid-event,
  .news__cats .eventorganiser .fc-listMonth-view .fc-day-grid-event,
  .news__cats .eventorganiser .fc-listWeek-view .fc-day-grid-event {
    margin: 0 !important;
    padding: 0 !important; }
  .news__cats .eventorganiser .fc-listDay-view .fc-row .fc-content-skeleton,
  .news__cats .eventorganiser .fc-listMonth-view .fc-row .fc-content-skeleton,
  .news__cats .eventorganiser .fc-listWeek-view .fc-row .fc-content-skeleton {
    margin-bottom: 5px; }
