.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;
  transition: 0.3s; }
  a:hover {
    text-decoration: none;
    opacity: 0.6; }

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); }
  @media screen and (max-width: 600px) {
    h2 {
      font-size: 30px; } }

.bglow {
  background-image: repeating-linear-gradient(-25deg, #fff4bd, #fff4bd 8px, #fff 2px, #fff 10px);
  background-position: -1000px 0; }

.wrap {
  width: 1300px;
  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%; }
      .wrap .wrap {
        padding: 0; } }

.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; }
    .btn a {
      width: 90%; }
      .btn a::after {
        right: 15px; } }
@media screen and (max-width: 360px) {
  .btn a {
    width: 100%; } }

.child .btn a {
  padding: 20px 10px;
  color: #141414;
  background: #ffe750;
  border: 3px solid #141414;
  border-radius: 60px;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-size: 20px;
  transition: 0.3s;
  line-height: 1.2;
  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: #fff;
    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; } }

.opac .btn {
  width: 100%;
  text-align: center; }
  .opac .btn a {
    background: #450007 !important;
    color: #fff !important;
    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::after {
      transform: rotate(0deg) !important;
      border: none !important;
      background: url("../img/common/ico_arrowBtn.svg") no-repeat center/cover !important; }
    .opac .btn a:hover {
      background: #fff;
      color: #450007; }
      .opac .btn a:hover svg .cls-1 {
        fill: #450007; }
      .opac .btn a:hover::after {
        border: none !important;
        background: url("../img/common/ico_arrowBtnOpac.svg") no-repeat center/cover !important; }

ruby rt {
  font-size: 12px;
  letter-spacing: 0; }

.header {
  border-top: 12px solid #f69300;
  padding-top: 20px;
  padding-bottom: 120px;
  margin-bottom: 20px;
  line-height: 1;
  font-family: 'Zen Maru Gothic', serif; }
  .header .wrap {
    width: 1400px; }
  .header__inner {
    display: flex;
    justify-content: space-between; }
  .header__logo {
    display: flex;
    flex-direction: column; }
    .header__logo__wrap {
      display: flex;
      align-items: center;
      flex: 1;
      gap: 10px; }
      .header__logo__wrap > img {
        margin-bottom: 6px; }
    .header__logo__jp--kana {
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      margin-bottom: 5px;
      display: inline-block; }
  .header__nav {
    display: flex;
    gap: 15px;
    font-size: 16px; }
    .header__nav__wrap {
      display: flex;
      align-items: flex-end;
      gap: 20px; }
    .header__nav__item a {
      display: block;
      font-weight: 700;
      transition: 0.2s;
      text-decoration: none;
      padding: 18px 10px 7px;
      background: #fff;
      border: 1px solid #141414;
      border-radius: 15px; }
      .header__nav__item a:hover {
        opacity: 1;
        background: #fff199; }
  .header .spmenu {
    width: 80px;
    height: 60px;
    background: #141414;
    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%; }
    .header__nav {
      gap: 5px; } }
  @media screen and (max-width: 1340px) {
    .header .wrap {
      width: 1320px; } }
  @media screen and (max-width: 600px) {
    .header {
      border-top: 8px solid #f69300;
      padding-top: 10px;
      padding-bottom: 15px; }
      .header .wrap {
        width: 100%;
        padding: 0 10px; }
      .header__inner a {
        text-decoration: none; }
      .header__nav {
        display: none; }
      .header__logo__jp--kana {
        display: block; }
      .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); } }
  @media screen and (max-width: 400px) {
    .header__logo {
      width: 40vw; }
      .header__logo__wrap > img {
        width: 12.5vw; }
      .header__logo__jp--kana {
        letter-spacing: 0;
        font-size: 2.9vw; }
      .header__logo__en {
        margin-top: -4px; } }

@-moz-document url-prefix() {
  .header__nav__item a {
    padding: 7px 10px 7px; }
    .header__nav__item a ruby rt {
      margin-bottom: -3px; } }
.main {
  font-family: 'Zen Maru Gothic', serif; }

.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; }
          .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; } }

.child .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 .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;
      background: #fff; }
      .pmenu__child .btn a:hover {
        background: #ffe750; }
    .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; } }
.childbox {
  border: 2px solid #141414;
  position: relative;
  padding: 45px 45px 35px;
  border-radius: 0 0 30px 30px;
  background: #fff; }
  .childbox::before {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    background: #f69300;
    border-bottom: 2px solid #141414;
    position: absolute;
    top: 0;
    left: 0; }
  .childbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px; }
  @media screen and (max-width: 600px) {
    .childbox {
      padding: 30px 20px 20px 20px;
      border-radius: 0 0 20px 20px; } }

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;
  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;
    width: 60px;
    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; } }

.child .main {
  padding-bottom: 200px;
  position: relative; }
  .child .main::after {
    content: "";
    display: block;
    width: 1270px;
    height: 123px;
    background: url("../img/child/bg_childfooter.png") no-repeat center/cover;
    position: absolute;
    bottom: 0;
    left: calc(50% - 635px); }
  .child .main .wrap > .btn {
    margin-bottom: 160px; }
  .child .main .mb50 {
    margin-bottom: 50px; }
  .child .main .mb140 {
    margin-bottom: 140px; }
  .child .main .mb160 {
    margin-bottom: 160px; }
  .child .main .mb180 {
    margin-bottom: 180px; }
  .child .main .pageTitle {
    margin-top: -70px;
    margin-bottom: 125px;
    text-align: center; }
  .child .main .h1 {
    font-size: 56px;
    display: inline-block;
    position: relative;
    letter-spacing: 5px; }
    .child .main .h1::after {
      content: "";
      width: 101px;
      height: 23px;
      background: url(../img/common/logo_mark.svg) center/cover;
      position: absolute;
      top: -20px;
      left: calc(50% - 50px); }
    .child .main .h1::before {
      content: "";
      display: block;
      width: 100%;
      height: 18px;
      position: absolute;
      bottom: 5px;
      left: 0;
      background: #ffe750;
      border-radius: 30px;
      z-index: -1; }
  .child .main .h2 {
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 100px; }
    .child .main .h2::after {
      top: -30px; }
  .child .main p {
    margin-bottom: 20px; }
    .child .main p.center {
      text-align: center; }
  .child .main .news ul li {
    margin-bottom: 0; }
    .child .main .news ul li::after {
      content: none; }
  @media screen and (max-width: 600px) {
    .child .main {
      margin-bottom: 20px;
      padding-bottom: 120px; }
      .child .main .pageTitle {
        margin-top: 80px;
        margin-bottom: 60px; }
      .child .main .h1 {
        font-size: 34px;
        letter-spacing: 0.07em;
        line-height: 1.2; }
        .child .main .h1::before {
          height: 10px; }
      .child .main::after {
        width: 100%;
        height: auto;
        left: 0;
        height: 80px; } }

.child .footer {
  margin-top: 70px; }

#child_library .header--child {
  padding-top: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1; }
  #child_library .header--child .wrap__inner {
    text-align: center;
    margin-bottom: 60px;
    position: relative; }
    #child_library .header--child .wrap__inner::before {
      content: "";
      display: block;
      width: 334px;
      height: 160px;
      background: url("../img/child/ico_head01.png") no-repeat center/cover;
      position: absolute;
      left: 40px;
      top: 0; }
    #child_library .header--child .wrap__inner::after {
      content: "";
      display: block;
      width: 293px;
      height: 167px;
      background: url("../img/child/ico_head02.png") no-repeat center/cover;
      position: absolute;
      right: 90px;
      top: 20px; }
  #child_library .header--child .wrap {
    width: 1300px; }
  #child_library .header--child .header__logo__wrap {
    display: inline-block;
    text-decoration: none;
    text-align: center; }
    #child_library .header--child .header__logo__wrap > img {
      margin-bottom: 20px; }
  #child_library .header--child .header__logo__jp {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px; }
    #child_library .header--child .header__logo__jp--kana {
      font-size: 24px;
      margin-bottom: 15px; }
  #child_library .header--child .header__inner {
    margin: 0 70px;
    padding: 40px;
    border: 2px solid #141414;
    background: #ffe750;
    border-radius: 40px;
    justify-content: space-between; }
  #child_library .header--child .header__nav {
    font-size: 26px;
    margin-bottom: 17px; }
    #child_library .header--child .header__nav:last-of-type {
      margin-bottom: 0; }
    #child_library .header--child .header__nav rt {
      font-size: 16px;
      position: relative;
      top: -.3em;
      transform: translateY(-0.3em); }
    #child_library .header--child .header__nav__wrap {
      align-items: flex-start;
      justify-content: space-between;
      width: 100%; }
    #child_library .header--child .header__nav__item a {
      padding: 28px 20px 11px; }
#child_library .main .wrap {
  padding: 230px 70px 100px;
  border-radius: 50px;
  margin-top: -120px; }
#child_library .main__header {
  height: 98px;
  background: url("../img/child/bg_childlibh2.svg") no-repeat center/cover;
  position: relative;
  line-height: 98px;
  margin-bottom: 100px; }
  #child_library .main__header ruby rt {
    font-size: 20px; }
  #child_library .main__header::after {
    content: "";
    width: 212px;
    height: 186px;
    background: url("../img/child/ico_childlibh2.png") no-repeat center/cover;
    position: absolute;
    left: 65px;
    top: -27px; }
#child_library .main__content__list {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 300px;
  position: relative;
  margin-bottom: 60px; }
  #child_library .main__content__list::before {
    content: "";
    display: block;
    width: 567px;
    height: 456px;
    background: url("../img/child/img_child01.png") no-repeat center/contain;
    position: absolute;
    top: -225px;
    right: -15px; }
  #child_library .main__content__list::after {
    content: "";
    display: block;
    width: 293px;
    height: 167px;
    background: url(../img/child/ico_head02.png) no-repeat center/cover;
    position: absolute;
    left: 150px;
    bottom: 55px; }
#child_library .main__content__item {
  position: relative; }
  #child_library .main__content__item:nth-of-type(2n) {
    top: 300px; }
  #child_library .main__content__item__dl {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px; }
  #child_library .main__content__item__dd {
    aspect-ratio: 6/4; }
  #child_library .main__content__item__dt .btn a {
    font-size: 28px; }
  #child_library .main__content__item__dt .btn.opac a {
    color: #fff;
    border: 3px solid #450007;
    background: #450007; }
    #child_library .main__content__item__dt .btn.opac a::after {
      border: none;
      background: url("../img/common/ico_arrowBtn.svg") no-repeat center/cover;
      transform: rotate(0deg) !important;
      width: 9px;
      height: 16px; }
    #child_library .main__content__item__dt .btn.opac a:hover {
      background: #fff;
      color: #450007; }
      #child_library .main__content__item__dt .btn.opac a:hover::after {
        background: url("../img/common/ico_arrowBtnOpac.svg") no-repeat center/cover; }
#child_library .main__content__news__dl {
  display: flex;
  gap: 60px; }
#child_library .main__content__news__dt {
  width: 185px;
  padding: 45px 0 0 70px;
  position: relative; }
  #child_library .main__content__news__dt::after {
    content: "";
    width: 179px;
    height: 171px;
    display: block;
    background: url("../img/child/ico_childlibnews.png") no-repeat center/cover;
    position: absolute;
    bottom: 60px;
    left: 0; }
#child_library .main__content__news__head {
  font-size: 50px;
  writing-mode: vertical-rl; }
#child_library .main__content__news__dd {
  flex: 1; }
#child_library.menuOpen .header--child {
  position: static; }
#child_library.menuOpen .header .spmenu {
  position: relative;
  top: -300px; }
@media screen and (max-width: 1220px) {
  #child_library .wrap {
    width: 1300px; } }
@media screen and (max-width: 600px) {
  #child_library .wrap {
    width: 100%; }
  #child_library .header--child {
    padding-top: 60px; }
    #child_library .header--child .wrap {
      width: 100%; }
      #child_library .header--child .wrap__inner::after, #child_library .header--child .wrap__inner::before {
        content: none; }
    #child_library .header--child .header__inner {
      margin: 0;
      padding: 0;
      position: absolute;
      top: -45px;
      right: 15px;
      display: block;
      border: none;
      background: #fff; }
    #child_library .header--child .header__nav__wrap {
      display: block; }
    #child_library .header--child .header__logo {
      width: 59.2vw; }
      #child_library .header--child .header__logo__wrap > img {
        width: 21.8vw;
        margin-bottom: 2.7vw; }
      #child_library .header--child .header__logo__jp {
        margin-bottom: 1.2vw; }
        #child_library .header--child .header__logo__jp--kana {
          font-size: 3.8vw;
          margin-bottom: 0; }
      #child_library .header--child .header__logo__en {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 49vw; }
  #child_library .main .wrap {
    padding: 0 20px;
    margin-top: 20px;
    border-radius: 0; }
    #child_library .main .wrap::after {
      content: "";
      position: absolute;
      display: block;
      background: url("../img/child/img_child01_sp.png") no-repeat center/cover;
      width: calc(100% - 40px);
      height: auto;
      aspect-ratio: 335/284;
      top: 60px;
      left: 20px; }
  #child_library .main__header {
    height: 60px;
    width: 310px;
    background: url("../img/child/bg_childlibh2_sp.svg") no-repeat center/cover;
    margin: 0 auto 98%;
    position: relative;
    top: -30px;
    font-size: 24px;
    line-height: 67px; }
    #child_library .main__header::after {
      content: none; }
    #child_library .main__header ruby rt {
      font-size: 14px; }
  #child_library .main__content__list {
    grid-template-columns: 1fr;
    padding-bottom: 65%;
    margin-bottom: 0;
    gap: 40px; }
    #child_library .main__content__list::before {
      content: none; }
    #child_library .main__content__list::after {
      width: 70%;
      height: auto;
      aspect-ratio: 294/169;
      position: absolute;
      left: 15%;
      bottom: 2.6%; }
  #child_library .main__content__item:nth-of-type(2n) {
    top: 0; }
  #child_library .main__content__item__dl {
    gap: 20px; }
  #child_library .main__content__item__dt .btn a {
    font-size: 18px;
    padding: 15px 15px 11px; }
  #child_library .main__content__news {
    width: calc(100% + 40px);
    position: relative;
    left: -20px; }
    #child_library .main__content__news.childbox {
      border: none;
      border-top: 2px solid #141414;
      border-radius: 0; }
    #child_library .main__content__news__dl {
      gap: 30px;
      flex-direction: column; }
    #child_library .main__content__news__dt {
      width: 100%;
      padding: 40px 0 0 40px; }
      #child_library .main__content__news__dt::after {
        left: auto;
        right: 10px;
        top: 15px;
        bottom: auto;
        width: 24vw;
        height: 23vw; }
    #child_library .main__content__news__head {
      font-size: 30px;
      writing-mode: horizontal-tb; }
  #child_library.menuOpen .header .spmenu {
    top: 0; } }
@media screen and (max-width: 360px) {
  #child_library .main__header {
    width: 260px; } }

@-moz-document url-prefix() {
  #child_library .header--child .header__nav rt {
    position: static;
    margin-bottom: -5px; }
  #child_library .header--child .header__nav__item a {
    padding: 10px 20px 11px; }
  #child_library .main__header ruby rt {
    margin-bottom: -10px; } }
#ohanashi .catch {
  margin-bottom: 100px;
  text-align: center; }
#ohanashi .ohanashiList {
  padding: 0 160px;
  margin-bottom: 60px; }
  #ohanashi .ohanashiList__list {
    border-top: 2px solid #141414; }
  #ohanashi .ohanashiList__item {
    padding: 50px 0 60px;
    border-bottom: 2px solid #141414; }
  #ohanashi .ohanashiList__wrap {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 60px; }
  #ohanashi .ohanashiList__content {
    flex: 1; }
    #ohanashi .ohanashiList__content__title {
      font-size: 26px;
      margin-bottom: 35px; }
    #ohanashi .ohanashiList__content__spec {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 15px 30px;
      border: 2px solid #141414;
      background: #fff199;
      border-radius: 20px;
      align-items: flex-start;
      margin-bottom: 30px; }
      #ohanashi .ohanashiList__content__spec a {
        text-decoration: none;
        color: #fff;
        display: inline-block;
        padding: 2px 8px;
        border-radius: 5px; }
      #ohanashi .ohanashiList__content__spec span.katsunuma a {
        background: #ca00ff; }
      #ohanashi .ohanashiList__content__spec span.enzan a {
        background: #fc9701; }
      #ohanashi .ohanashiList__content__spec span.kanzo a {
        background: #5a5ff1; }
      #ohanashi .ohanashiList__content__spec span.yamato a {
        background: #029702; }
  #ohanashi .ohanashiList__image {
    width: 460px;
    max-height: 350px; }
    #ohanashi .ohanashiList__image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 10px; }
    #ohanashi .ohanashiList__image--tri {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      gap: 17px; }
      #ohanashi .ohanashiList__image--tri__1st {
        grid-area: 1 / 1 / 3 / 2; }
      #ohanashi .ohanashiList__image--tri__2nd {
        grid-area: 1 / 2 / 2 / 3; }
      #ohanashi .ohanashiList__image--tri__3rd {
        grid-area: 2 / 2 / 3 / 3; }
    #ohanashi .ohanashiList__image--bi {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 17px; }
    #ohanashi .ohanashiList__image--mono__1st {
      height: 100%; }
    #ohanashi .ohanashiList__image--tet {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      gap: 17px; }
@media screen and (max-width: 600px) {
  #ohanashi .catch {
    margin-bottom: 40px; }
  #ohanashi .newscontainer.bglow {
    background: none; }
  #ohanashi .ohanashiList {
    padding: 0;
    margin-bottom: 30px; }
    #ohanashi .ohanashiList__list {
      border-top: none;
      margin-bottom: 30px; }
    #ohanashi .ohanashiList__item:last-of-type {
      border-bottom: none;
      margin-bottom: 0;
      padding: 50px 0 0; }
    #ohanashi .ohanashiList__wrap {
      gap: 10px; }
    #ohanashi .ohanashiList__content__spec {
      gap: 3px;
      padding: 10px 20px; }
    #ohanashi .ohanashiList__image {
      width: 100%;
      height: auto;
      aspect-ratio: 4/3; } }

#ohanashi .newscontainer, #child_library .newscontainer {
  padding: 60px;
  border-radius: 50px;
  margin-bottom: 120px; }
  #ohanashi .newscontainer__wrap, #child_library .newscontainer__wrap {
    display: flex;
    gap: 60px; }
  #ohanashi .newscontainer__right, #ohanashi .newscontainer__left, #child_library .newscontainer__right, #child_library .newscontainer__left {
    width: calc(50% - 30px); }
  #ohanashi .newscontainer__left.childbox, #child_library .newscontainer__left.childbox {
    padding: 0; }
  #ohanashi .newscontainer__dt, #child_library .newscontainer__dt {
    font-size: 30px;
    border-bottom: 1px solid #141414;
    padding: 15px 30px;
    position: relative; }
    #ohanashi .newscontainer__dt::after, #child_library .newscontainer__dt::after {
      content: "";
      display: block;
      width: 212px;
      height: 88px;
      background: url("../img/child/ico_oshirase.svg") no-repeat center/cover;
      position: absolute;
      top: -25px;
      right: 8px; }
    #ohanashi .newscontainer__dt span, #child_library .newscontainer__dt span {
      position: relative;
      z-index: 1; }
      #ohanashi .newscontainer__dt span::after, #child_library .newscontainer__dt span::after {
        content: "";
        display: block;
        width: 100%;
        height: 12px;
        position: absolute;
        bottom: 4px;
        left: 0;
        background: #ffe750;
        border-radius: 30px;
        z-index: -1; }
  #ohanashi .newscontainer__list, #child_library .newscontainer__list {
    height: 340px;
    overflow-y: auto;
    margin-bottom: 30px; }
    #ohanashi .newscontainer__list::-webkit-scrollbar, #child_library .newscontainer__list::-webkit-scrollbar {
      width: 10px; }
    #ohanashi .newscontainer__list::-webkit-scrollbar-track, #child_library .newscontainer__list::-webkit-scrollbar-track {
      background-color: #fff; }
    #ohanashi .newscontainer__list::-webkit-scrollbar-thumb, #child_library .newscontainer__list::-webkit-scrollbar-thumb {
      background-color: #f69300; }
  #ohanashi .newscontainer__item, #child_library .newscontainer__item {
    border-bottom: 1px solid #141414;
    padding: 5px 5px 8px 10px; }
    #ohanashi .newscontainer__item a, #child_library .newscontainer__item a {
      display: flex;
      text-decoration: none;
      padding: 5px 10px;
      gap: 40px;
      border-radius: 10px;
      transition: 0.3s; }
      #ohanashi .newscontainer__item a:hover, #child_library .newscontainer__item a:hover {
        opacity: 1;
        background: #fff199; }
    #ohanashi .newscontainer__item__date, #child_library .newscontainer__item__date {
      font-size: 16px;
      padding-top: 2px; }
    #ohanashi .newscontainer__item__title, #child_library .newscontainer__item__title {
      margin-bottom: 0;
      flex: 1; }
@media screen and (max-width: 600px) {
  #ohanashi .newscontainer, #child_library .newscontainer {
    padding: 0;
    margin-bottom: 40px; }
    #ohanashi .newscontainer__wrap, #child_library .newscontainer__wrap {
      gap: 30px;
      flex-direction: column-reverse; }
    #ohanashi .newscontainer__right, #ohanashi .newscontainer__left, #child_library .newscontainer__right, #child_library .newscontainer__left {
      width: 100%; }
    #ohanashi .newscontainer__item, #child_library .newscontainer__item {
      padding: 5px; }
      #ohanashi .newscontainer__item a, #child_library .newscontainer__item a {
        flex-direction: column;
        gap: 0; } }
@media screen and (max-width: 480px) {
  #ohanashi .newscontainer__dt::after, #child_library .newscontainer__dt::after {
    width: 30vw;
    height: 12.2vw;
    top: 0;
    right: 2vw; } }

#child_library .newscontainer__list {
  border: 3px solid #141414;
  border-radius: 10px;
  background: #fff199;
  min-height: 490px;
  margin-bottom: 0; }
#child_library .newscontainer__item {
  padding: 10px 10px 12px 20px; }
  #child_library .newscontainer__item__date {
    padding-top: 0;
    font-size: 22px;
    line-height: 1.4; }
  #child_library .newscontainer__item__title {
    font-size: 22px;
    line-height: 1.4; }
  #child_library .newscontainer__item a:hover {
    background: #fff; }
@media screen and (max-width: 600px) {
  #child_library .newscontainer__item__date {
    font-size: 14px; }
  #child_library .newscontainer__item__title {
    font-size: 16px; } }

#libwork .libwork__list {
  padding: 0 70px 0 450px;
  position: relative;
  margin-bottom: 125px; }
  #libwork .libwork__list::after {
    content: "";
    width: 300px;
    height: 567px;
    background: url(../img/child/img_libwork.png) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 70px; }
#libwork .libwork__item {
  border-top: 2px solid #141414;
  padding: 50px 0 50px 30px; }
  #libwork .libwork__item:last-of-type {
    border-bottom: 2px solid #141414; }
  #libwork .libwork__item__wrap {
    display: flex;
    gap: 60px; }
  #libwork .libwork__item__dl {
    flex: 1; }
  #libwork .libwork__item__head {
    text-align: left;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    margin-bottom: 45px; }
    #libwork .libwork__item__head::after {
      content: "";
      display: block;
      width: 100%;
      height: 18px;
      position: absolute;
      bottom: 5px;
      left: 0;
      background: #ffe750;
      border-radius: 30px;
      z-index: -1; }
  #libwork .libwork__item__body {
    margin-bottom: 45px; }
    #libwork .libwork__item__body__text {
      margin-bottom: 45px;
      font-size: 22px; }
    #libwork .libwork__item__body .btn a {
      line-height: 1;
      height: 65px;
      display: flex;
      justify-content: center;
      align-items: center; }
  #libwork .libwork__item__image {
    width: 330px;
    height: 220px; }
    #libwork .libwork__item__image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 10px; }
#libwork .libwork__link {
  border-radius: 50px;
  padding: 60px 0; }
  #libwork .libwork__link__list {
    display: flex;
    justify-content: center;
    gap: 60px; }
  #libwork .libwork__link__item {
    width: 470px; }
    #libwork .libwork__link__item .btn a {
      font-size: 30px; }
@media screen and (max-width: 600px) {
  #libwork .libwork__list {
    padding: 0 0 125% 0;
    margin-bottom: 60px; }
    #libwork .libwork__list::after {
      top: auto;
      bottom: 0;
      left: auto;
      right: 0;
      width: 65%;
      height: auto;
      aspect-ratio: 100 / 189; }
  #libwork .libwork__item {
    padding: 0;
    border-top: none;
    border-bottom: 2px solid #141414;
    margin-bottom: 40px; }
    #libwork .libwork__item__wrap {
      display: block; }
    #libwork .libwork__item:last-of-type {
      border-bottom: none;
      margin-bottom: 0; }
    #libwork .libwork__item__head {
      margin-bottom: 20px;
      font-size: 26px; }
      #libwork .libwork__item__head::after {
        height: 10px;
        bottom: 3px; }
    #libwork .libwork__item__body {
      margin-bottom: 30px; }
      #libwork .libwork__item__body__text {
        font-size: 18px;
        margin-bottom: 20px; }
    #libwork .libwork__item__image {
      width: 100%;
      height: auto;
      aspect-ratio: 3/2;
      margin-bottom: 20px; }
  #libwork .libwork__link {
    padding: 20px 20px;
    border-radius: 30px; }
    #libwork .libwork__link__list {
      gap: 20px;
      flex-direction: column; }
    #libwork .libwork__link__item {
      width: 100%; }
      #libwork .libwork__link__item .btn a {
        font-size: 22px; } }

#character .catch {
  display: flex;
  gap: 45px;
  padding: 0 65px; }
  #character .catch .catch__inner {
    flex: 1;
    padding-top: 30px;
    padding-right: 50px; }
  #character .catch__image01 {
    display: block;
    margin: 80px -50px 40px 0;
    text-align: right; }
  #character .catch__image02 {
    width: 482px; }
#character .content__charas {
  border-radius: 50px;
  padding: 215px 70px 100px;
  margin-top: -150px; }
  #character .content__charas .childbox {
    position: relative;
    margin-bottom: 80px; }
    #character .content__charas .childbox::after {
      content: "";
      display: block;
      position: absolute; }
    #character .content__charas .childbox:last-of-type {
      margin-bottom: 0; }
      #character .content__charas .childbox:last-of-type.short {
        margin: 0 auto; }
    #character .content__charas .childbox.short {
      width: 960px;
      margin: 0 auto 80px; }
    #character .content__charas .childbox.hasImage {
      display: flex;
      gap: 45px; }
      #character .content__charas .childbox.hasImage .childbox__image {
        width: 340px;
        aspect-ratio: 1/0.7; }
      #character .content__charas .childbox.hasImage .content__charas__dl {
        flex: 1; }
  #character .content__charas__head {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1; }
    #character .content__charas__head::after {
      content: "";
      display: block;
      width: 100%;
      height: 18px;
      position: absolute;
      bottom: 5px;
      left: 0;
      background: #ffe750;
      border-radius: 30px;
      z-index: -1;
      line-height: 1; }
  #character .content__charas__body {
    margin-bottom: 0; }
  #character .content__charas__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px;
    margin-bottom: 80px; }
    #character .content__charas__list .childbox {
      padding: 85px 30px 30px;
      margin-bottom: 0; }
    #character .content__charas__list .content__charas__dt {
      text-align: center; }
#character .content .kakisuke {
  width: 790px;
  margin: 0 auto 220px;
  padding-right: 220px; }
  #character .content .kakisuke.childbox::after {
    width: 254px;
    height: 358px;
    background: url(../img/child/img_kakisuke.svg) no-repeat center/cover;
    top: -30px;
    right: -70px; }
#character .content .enzo.childbox::after {
  width: 166px;
  height: 182px;
  background: url("../img/child/img_enzo.svg") no-repeat center/cover;
  top: -120px;
  left: calc(50% - 83px); }
#character .content .katsuzo.childbox::after {
  width: 176px;
  height: 182px;
  background: url("../img/child/img_katsuzo.svg") no-repeat center/cover;
  top: -120px;
  left: calc(50% - 88px); }
#character .content .yamazo.childbox::after {
  width: 176px;
  height: 182px;
  background: url("../img/child/img_yamazo.svg") no-repeat center/cover;
  top: -120px;
  left: calc(50% - 88px); }
#character .content .ihee {
  width: 650px;
  margin: 0 auto 120px;
  padding: 45px 45px 35px 170px; }
  #character .content .ihee.childbox::after {
    width: 205px;
    height: 288px;
    background: url(../img/child/img_ihee.svg) no-repeat center/cover;
    top: 0;
    left: -75px; }
@media screen and (max-width: 600px) {
  #character .catch {
    flex-direction: column;
    gap: 0;
    padding: 0; }
    #character .catch__image01 {
      display: none; }
    #character .catch__image02 {
      width: 85%;
      position: relative;
      z-index: 1;
      margin: 0 auto 40px; }
    #character .catch .catch__inner {
      padding: 0; }
  #character .content__charas {
    padding: 40% 10px 10px;
    margin-top: -35%;
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    border-radius: 0; }
    #character .content__charas__list {
      grid-template-columns: 1fr;
      gap: 30px;
      margin-bottom: 30px; }
      #character .content__charas__list .childbox {
        padding: 20px 20px 10px; }
        #character .content__charas__list .childbox:last-of-type {
          margin-bottom: 0 !important; }
      #character .content__charas__list .content__charas__dt {
        text-align: left; }
    #character .content__charas__head {
      font-size: 24px;
      margin-bottom: 20px; }
      #character .content__charas__head::after {
        height: 12px; }
    #character .content__charas__body.postEntry {
      font-size: 16px; }
      #character .content__charas__body.postEntry p {
        line-height: 1.6 !important;
        margin-bottom: 10px !important; }
        #character .content__charas__body.postEntry p:last-of-type {
          margin-bottom: 20px !important; }
  #character .content .childbox {
    flex-direction: column; }
    #character .content .childbox.short {
      width: 100%; }
    #character .content .childbox.hasImage {
      gap: 30px; }
      #character .content .childbox.hasImage .childbox__image {
        width: 100%; }
    #character .content .childbox:last-of-type {
      margin-bottom: 40px; }
  #character .content .kakisuke {
    width: 100%;
    padding: 30px 20px 20px 20px;
    margin: 0 auto 30px; }
    #character .content .kakisuke.childbox::after {
      width: 95px;
      height: 134px;
      top: -45px;
      right: 20px;
      z-index: 1; }
  #character .content .enzo.childbox::after {
    width: 87px;
    height: 96px;
    top: -25px;
    left: auto;
    right: 20px;
    z-index: 1; }
  #character .content .katsuzo.childbox::after {
    width: 95px;
    height: 99px;
    top: -28px;
    left: auto;
    right: 20px;
    z-index: 1; }
  #character .content .yamazo.childbox::after {
    width: 95px;
    height: 100px;
    top: -30px;
    left: auto;
    right: 20px;
    z-index: 1; }
  #character .content .ihee.childbox {
    width: 100%;
    margin: 0 auto 80px;
    padding: 30px 20px 20px 20px; }
    #character .content .ihee.childbox::after {
      width: 95px;
      height: 135px;
      top: -45px;
      left: auto;
      right: -4px;
      transform: scale(-1, 1);
      z-index: 1; } }

.postEntry .postTitle__wrap {
  text-align: center; }
.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: 80px;
  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: #fff199;
  margin-bottom: 45px;
  border-radius: 10px;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  padding: 8px 10px 14px;
  line-height: 1.4; }
.postEntry h3 {
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  padding: 0 30px 0 0;
  margin-bottom: 45px;
  display: flex;
  gap: 20px; }
  .postEntry h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #ffe750;
    position: relative;
    top: 25px;
    left: 0;
    flex: 1; }
.postEntry h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 45px;
  display: inline-block;
  padding: 4px 15px 6px;
  background: #fff199;
  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 #ffe750;
  margin-top: 20px;
  margin-bottom: 40px; }
.postEntry ul li {
  position: relative;
  padding-left: 20px !important;
  margin-bottom: 25px !important; }
  .postEntry ul li::after {
    content: "" !important;
    display: block;
    width: 8px;
    height: 8px;
    background: #ffe750;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    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: #ffe750; }
    .postEntry ol li ul, .postEntry ol li ol {
      margin-top: 25px; }
.postEntry .wp-block-table th {
  background: #fff199; }
.postEntry .wp-block-table,
.postEntry .wp-block-image,
.postEntry .wp-block-gallery,
.postEntry .wp-block-media-text,
.postEntry .wp-block-embed {
  margin-bottom: 40px; }

#page .postEntry h2 {
  font-size: 35px; }

.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_child.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; } }
