/* line 4, information-single.scss */
.wrapper.column {
  flex-direction: row-reverse; }
  @media screen and (max-width: 800px) {
    /* line 4, information-single.scss */
    .wrapper.column {
      flex-direction: column-reverse;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      margin-bottom: 32px;
      padding-bottom: 32px; } }
  @media screen and (max-width: 800px) {
    /* line 13, information-single.scss */
    .wrapper.column section.t-dot {
      margin-bottom: 0; } }
  @media screen and (max-width: 800px) {
    /* line 18, information-single.scss */
    .wrapper.column section.t-dot .side-pickup .information-list {
      padding: 0 40px 32px; } }
  @media screen and (max-width: 800px) {
    /* line 25, information-single.scss */
    .wrapper.column section.t-dot .side-category nav {
      padding: 0 40px; } }
  @media screen and (max-width: 800px) {
    /* line 32, information-single.scss */
    .wrapper.column section.t-dot .side-keyword nav {
      padding: 0 40px; } }

/* line 43, information-single.scss */
.entry-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 96px;
  padding-top: 32px; }
  @media screen and (max-width: 800px) {
    /* line 43, information-single.scss */
    .entry-link {
      gap: 35px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      margin: 48px 0 40px;
      padding: 40px 0; } }
  /* line 57, information-single.scss */
  .entry-link a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 16px 0 16px 48px; }
    @media screen and (min-width: 800px) {
      /* line 68, information-single.scss */
      .entry-link a:hover.ichiran .btn-arrow::before, .entry-link a:hover.prev .btn-arrow::before {
        translate: -500% -50%; }
      /* line 71, information-single.scss */
      .entry-link a:hover.ichiran .btn-arrow::after, .entry-link a:hover.prev .btn-arrow::after {
        translate: -50% -50%; } }
    @media screen and (max-width: 800px) {
      /* line 57, information-single.scss */
      .entry-link a {
        font-size: 15px;
        padding: 0 0 0 40px; } }
    /* line 84, information-single.scss */
    .entry-link a.ichiran .btn-arrow, .entry-link a.prev .btn-arrow {
      right: auto;
      bottom: auto;
      top: 50%;
      left: 0; }
      /* line 89, information-single.scss */
      .entry-link a.ichiran .btn-arrow::before, .entry-link a.ichiran .btn-arrow::after, .entry-link a.prev .btn-arrow::before, .entry-link a.prev .btn-arrow::after {
        transform: scale(-1, 1); }
      /* line 93, information-single.scss */
      .entry-link a.ichiran .btn-arrow::after, .entry-link a.prev .btn-arrow::after {
        translate: 500% -50%; }
    /* line 98, information-single.scss */
    .entry-link a.next {
      padding: 16px 48px 16px 0; }
      @media screen and (max-width: 800px) {
        /* line 98, information-single.scss */
        .entry-link a.next {
          padding: 0 40px 0 0; } }
      /* line 103, information-single.scss */
      .entry-link a.next .btn-arrow {
        left: auto;
        right: 0; }
    /* line 108, information-single.scss */
    .entry-link a.nolink {
      opacity: 0.5; }
  /* line 112, information-single.scss */
  .entry-link .l-entry-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 65px;
    order: 2; }
    @media screen and (max-width: 800px) {
      /* line 112, information-single.scss */
      .entry-link .l-entry-link {
        justify-content: space-between;
        order: 1;
        gap: 0;
        width: 100%;
        padding: 8px 0; } }
    /* line 125, information-single.scss */
    .entry-link .l-entry-link::after {
      position: absolute;
      left: 50%;
      top: 0;
      translate: -50% 0;
      width: 1px;
      height: 100%;
      content: "";
      background-color: rgba(0, 0, 0, 0.15); }
  /* line 136, information-single.scss */
  .entry-link .r-entry-link {
    order: 1;
    padding: 16px 0; }
    @media screen and (max-width: 800px) {
      /* line 136, information-single.scss */
      .entry-link .r-entry-link {
        order: 2;
        padding: 0; } }

/* line 147, information-single.scss */
.other-entry {
  margin-bottom: 160px;
  padding: 0 64px; }
  @media screen and (max-width: 1350px) {
    /* line 147, information-single.scss */
    .other-entry {
      padding: 0; } }
  @media screen and (max-width: 800px) {
    /* line 147, information-single.scss */
    .other-entry {
      margin-bottom: 80px; } }
  /* line 156, information-single.scss */
  .other-entry h3 {
    margin-bottom: 56px; }
  /* line 159, information-single.scss */
  .other-entry .information-list {
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }

/* line 168, information-single.scss */
#information-slide {
  width: calc(100% + 192px);
  margin: 0 -96px; }
  @media screen and (max-width: 1350px) {
    /* line 168, information-single.scss */
    #information-slide {
      width: calc(100% + 40px);
      margin: 0 -20px;
      padding: 0; } }
  /* line 176, information-single.scss */
  #information-slide .splide__track {
    padding-left: 96px !important;
    padding-right: 96px !important; }
    @media screen and (max-width: 1350px) {
      /* line 176, information-single.scss */
      #information-slide .splide__track {
        padding-left: 20px !important;
        padding-right: 20px !important; } }
    @media screen and (max-width: 800px) {
      /* line 176, information-single.scss */
      #information-slide .splide__track {
        padding-left: 60px !important; } }
  /* line 187, information-single.scss */
  #information-slide .splide__arrow--prev,
  #information-slide .splide__arrow--next {
    width: 64px;
    height: 64px;
    background-color: rgba(14, 40, 65, 0.8);
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    opacity: 1;
    transform: translateY(-100%);
    transition: background-color 0.3s ease-out; }
    @media screen and (min-width: 800px) {
      /* line 199, information-single.scss */
      #information-slide .splide__arrow--prev:hover,
      #information-slide .splide__arrow--next:hover {
        background-color: #F08A42; } }
    @media screen and (max-width: 800px) {
      /* line 187, information-single.scss */
      #information-slide .splide__arrow--prev,
      #information-slide .splide__arrow--next {
        width: 40px;
        height: 40px;
        transform: translateY(-130%);
        background-size: 8px 15px; } }
    /* line 209, information-single.scss */
    #information-slide .splide__arrow--prev svg,
    #information-slide .splide__arrow--next svg {
      display: none; }
    /* line 212, information-single.scss */
    #information-slide .splide__arrow--prev:disabled,
    #information-slide .splide__arrow--next:disabled {
      opacity: 0.5;
      pointer-events: none; }
  /* line 217, information-single.scss */
  #information-slide .splide__arrow--prev {
    left: 64px;
    background-image: url("../img/prev.svg"); }
    @media screen and (max-width: 1350px) {
      /* line 217, information-single.scss */
      #information-slide .splide__arrow--prev {
        left: 10px; } }
  /* line 224, information-single.scss */
  #information-slide .splide__arrow--next {
    right: 64px;
    background-image: url("../img/next.svg"); }
    @media screen and (max-width: 1350px) {
      /* line 224, information-single.scss */
      #information-slide .splide__arrow--next {
        right: 10px; } }

/*# sourceMappingURL=information-single.css.map */
