@charset "UTF-8";
/******************************************************************
Site Name: サイト名称
Author: Harimanics Co.Ltd.
******************************************************************/
@media all {
  .opencampus .opencampus__main-visual {
    margin-bottom: 3rem;
  }
  .opencampus .opencampus__intro {
    font-size: clamp(14px, 160vw, 1.6rem);
    font-weight: 500;
    line-height: 1.75;
  }
  .opencampus .opencampus__boxes:not(:last-child) {
    margin-bottom: 10rem;
  }
  .opencampus .opencampus__contact {
    font-size: clamp(18px, 160vw, 2rem);
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .opencampus .opencampus__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    margin-bottom: 3.5rem;
  }
  .opencampus .opencampus__number {
    font-size: clamp(32px, 160vw, 4rem);
    font-weight: 700;
    line-height: 1;
  }
  .opencampus .opencampus__time {
    font-size: clamp(18px, 160vw, 2rem);
    font-weight: 700;
  }
  .opencampus .opencampus__border {
    border: 2px solid #A92955;
    font-size: clamp(14px, 160vw, 1.6rem);
    font-weight: 700;
    color: #A92955;
    padding: 1.2rem 2rem 1.3rem;
  }
}
@media screen and (max-width: 1199px) {
  .opencampus .opencampus__main-visual {
    margin-bottom: 15px;
  }
  .opencampus .opencampus__intro {
    font-size: 14px;
  }
  .opencampus .opencampus__boxes:not(:last-child) {
    margin-bottom: 50px;
  }
  .opencampus .opencampus__contact {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .opencampus .opencampus__lists {
    display: block;
    margin-bottom: 15px;
  }
  .opencampus .opencampus__number {
    font-size: 24px;
    margin-bottom: 3px;
  }
  .opencampus .opencampus__time {
    font-size: 16px;
  }
  .opencampus .opencampus__border {
    font-size: 14px;
    padding: 8px 10px 9px;
  }
}
@media all {
  .opencampus .oc-schedule {
    background-color: #F9F6F1;
    padding: 6rem 0;
    margin: 6rem auto 10rem;
  }
  .opencampus .oc-schedule__boxes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.8rem 1fr 1.8rem 1fr 1.8rem 1fr 1.8rem 1fr 1.8rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1.8rem;
  }
  .opencampus .oc-schedule__link {
    border-radius: 1rem;
    border: 1px solid #fff;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 3.1rem 0;
  }
  .opencampus .oc-schedule__link[data-is-active=true] {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media (any-hover: hover) {
  .opencampus .oc-schedule__link[data-is-active=true]:hover {
    background-color: #A92955;
    color: #fff;
  }
  .opencampus .oc-schedule__link[data-is-active=true]:hover i {
    color: #fff;
  }
  .opencampus .oc-schedule__link[data-is-active=true]:hover::after {
    border: 1px solid #fff;
  }
}
@media all {
  .opencampus .oc-schedule__link[data-is-active=false] {
    pointer-events: none;
  }
  .opencampus .oc-schedule__link::after {
    content: "";
    border: 1px solid #A92955;
    border-radius: 1rem;
    position: absolute;
    top: 0.9rem;
    bottom: 0.9rem;
    left: 1rem;
    right: 1rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .opencampus .oc-schedule__date {
    font-size: clamp(24px, 160vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    position: relative;
  }
  .opencampus .oc-schedule__date[data-year="2026"]::before {
    content: "2026";
    font-size: clamp(14px, 160vw, 1.5rem);
    position: absolute;
    top: -1.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .opencampus .oc-schedule__week {
    font-size: clamp(18px, 160vw, 2.4rem);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.2rem;
  }
  .opencampus .oc-schedule__more {
    text-align: center;
    font-size: clamp(12px, 160vw, 1.4rem);
    font-weight: 700;
  }
  .opencampus .oc-schedule__more i {
    font-size: clamp(12px, 160vw, 1.4rem);
    color: #A92955;
    padding-left: 0.3rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .opencampus .oc-schedule__coming-soon {
    text-align: center;
    font-size: clamp(12px, 160vw, 1.4rem);
    font-weight: 700;
  }
  .opencampus .oc-schedule__notice {
    font-size: clamp(18px, 160vw, 2rem);
    font-weight: 700;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .opencampus .oc-schedule {
    padding: 30px 0;
    margin: 30px auto 50px;
  }
  .opencampus .oc-schedule__boxes {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
  }
  .opencampus .oc-schedule__link {
    border-radius: 10px;
    padding: 26px 0;
  }
  .opencampus .oc-schedule__link::after {
    border-radius: 10px;
    top: 9px;
    bottom: 9px;
    left: 10px;
    right: 10px;
  }
  .opencampus .oc-schedule__date {
    font-size: 32px;
  }
  .opencampus .oc-schedule__date[data-year="2026"]::before {
    font-size: 14px;
    top: -13px;
  }
  .opencampus .oc-schedule__week {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .opencampus .oc-schedule__more {
    font-size: 14px;
  }
  .opencampus .oc-schedule__more i {
    font-size: 12px;
    padding-left: 2px;
  }
  .opencampus .oc-schedule__coming-soon {
    font-size: 14px;
  }
}
@media all {
  .opencampus .oc-app__intro {
    font-size: clamp(14px, 160vw, 1.6rem);
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 3rem;
  }
  .opencampus .oc-app__border {
    border: 2px solid #A92955;
    font-size: clamp(14px, 160vw, 1.6rem);
    font-weight: 700;
    color: #A92955;
    padding: 1.2rem 2rem 1.3rem;
    margin-bottom: 4rem;
  }
  .opencampus .oc-app__boxes {
    background-color: #F2DFE5;
    border-radius: 1.5rem;
    padding: 2.5rem 3.5rem;
  }
  .opencampus .oc-app__name {
    text-align: center;
    font-size: clamp(14px, 160vw, 1.6rem);
    font-weight: 700;
    color: #A92955;
    margin-bottom: 2rem;
  }
  .opencampus .oc-app__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
    margin-bottom: 1.8rem;
  }
  .opencampus .oc-app__text {
    text-align: center;
    font-size: clamp(14px, 160vw, 1.6rem);
    font-weight: 500;
    margin-bottom: 4rem;
  }
  .opencampus .oc-app__head {
    background-color: #fff;
    border: 1px solid #A92955;
    border-radius: 1rem;
    font-size: clamp(18px, 160vw, 2rem);
    font-weight: 700;
    padding: 0.8rem 2.5rem;
    margin-bottom: 2rem;
  }
  .opencampus .oc-app__lists:not(:last-child) {
    margin-bottom: 2rem;
  }
  .opencampus .oc-app__list {
    font-size: clamp(18px, 160vw, 2rem);
    font-weight: 700;
    padding-left: 2rem;
    position: relative;
  }
  .opencampus .oc-app__list::before {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #A92955;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .opencampus .oc-app__body {
    font-size: clamp(14px, 160vw, 1.6rem);
    font-weight: 500;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .opencampus .oc-app__intro {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .opencampus .oc-app__border {
    font-size: 14px;
    padding: 8px 10px 9px;
    margin-bottom: 20px;
  }
  .opencampus .oc-app__boxes {
    border-radius: 10px;
    padding: 10px 15px;
  }
  .opencampus .oc-app__name {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .opencampus .oc-app__images {
    gap: 15px;
    margin-bottom: 10px;
  }
  .opencampus .oc-app__image img {
    max-width: 110px;
  }
  .opencampus .oc-app__text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .opencampus .oc-app__head {
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .opencampus .oc-app__lists:not(:last-child) {
    margin-bottom: 10px;
  }
  .opencampus .oc-app__list {
    font-size: 16px;
    padding-left: 15px;
  }
  .opencampus .oc-app__list::before {
    width: 12px;
    height: 12px;
  }
  .opencampus .oc-app__body {
    font-size: 14px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .opencampus .oc-app__image img {
    max-width: 100%;
  }
}
@media all {
  .opencampus .oc-map__block {
    width: calc(100% - 7rem);
    max-width: 93rem;
    margin: 0 auto;
  }
  .opencampus .oc-map__box:not(:last-child) {
    margin-bottom: 5rem;
  }
  .opencampus .oc-map__head {
    background-color: #F9F6F1;
    border-radius: 1rem;
    font-size: clamp(18px, 160vw, 2rem);
    font-weight: 700;
    padding: 1rem 2.5rem;
    margin-bottom: 2rem;
  }
  .opencampus .oc-map__lists {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 47.3rem 4rem 1fr;
    grid-template-columns: 47.3rem 1fr;
    gap: 4rem;
  }
  .opencampus .oc-map__google-map iframe {
    width: 100%;
    height: 28.6rem;
    border-radius: 1.5rem;
  }
  .opencampus .oc-map__name {
    font-size: clamp(18px, 160vw, 2rem);
    font-weight: 700;
    margin-bottom: 0.3rem;
  }
  .opencampus .oc-map__univ {
    font-size: 14px;
    padding-right: 2rem;
  }
  .opencampus .oc-map__address {
    font-size: clamp(14px, 160vw, 1.6rem);
    font-weight: 500;
    margin-bottom: 0.3rem;
  }
  .opencampus .oc-map__tel {
    font-size: clamp(14px, 160vw, 1.6rem);
    font-weight: 500;
    margin-bottom: 2.2rem;
  }
  .opencampus .oc-map__wrap {
    border-radius: 1rem;
    border: 1px solid #A92955;
    padding: 0.5rem 1.8rem 0.5rem 1.5rem;
  }
  .opencampus .oc-map__department {
    font-size: clamp(14px, 160vw, 1.6rem);
    font-weight: 500;
    line-height: 1.8125;
  }
  .opencampus .oc-map__pink {
    font-weight: 700;
    color: #A92955;
  }
  .opencampus .oc-map__button {
    width: 31.3rem;
    margin: 0 auto;
  }
  .opencampus .oc-map__button--youtube {
    width: 58rem;
    margin-top: 3.5rem;
  }
  .opencampus .oc-map__banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
    margin-top: 6rem;
  }
  .opencampus .oc-map__banner-link {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media (any-hover: hover) {
  .opencampus .oc-map__banner-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1199px) {
  .opencampus .oc-map__block {
    width: calc(100% - 20px);
    max-width: 100%;
  }
  .opencampus .oc-map__box:not(:last-child) {
    margin-bottom: 30px;
  }
  .opencampus .oc-map__head {
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .opencampus .oc-map__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
  }
  .opencampus .oc-map__google-map iframe {
    height: 205px;
    border-radius: 10px;
  }
  .opencampus .oc-map__name {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .opencampus .oc-map__univ {
    font-size: 12px;
    padding-right: 7px;
  }
  .opencampus .oc-map__address {
    font-size: 14px;
    margin-bottom: 0;
  }
  .opencampus .oc-map__tel {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .opencampus .oc-map__wrap {
    border-radius: 5px;
    padding: 5px 15px;
  }
  .opencampus .oc-map__department {
    font-size: 14px;
    line-height: 1.7;
  }
  .opencampus .oc-map__button {
    max-width: 313px;
    width: 100%;
  }
  .opencampus .oc-map__button--youtube {
    max-width: 580px;
    width: 100%;
    margin-top: 3.5rem;
  }
  .opencampus .oc-map__banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .opencampus .oc-map__block {
    max-width: 700px;
  }
  .opencampus .oc-map__banners {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
@media all {
  .opencampus .oc-course__block {
    width: calc(100% - 7rem);
    max-width: 93rem;
    margin: 0 auto;
  }
  .opencampus .oc-course__boxes:not(:last-child) {
    margin-bottom: 5rem;
  }
  .opencampus .oc-course__wrap {
    border-radius: 7rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 6.5rem 2.3rem 1fr;
    grid-template-columns: 6.5rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.3rem;
    margin-bottom: 4.7rem;
    padding: 0.7rem;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .opencampus .oc-course__wrap::before, .opencampus .oc-course__wrap::after {
    content: "";
    display: block;
    width: 2.1rem;
    height: 1px;
    background-color: #000000;
    position: absolute;
    right: 2.4rem;
  }
  .opencampus .oc-course__wrap::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .opencampus .oc-course__wrap::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .opencampus .oc-course__wrap[data-is-open=false]::before {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .opencampus .oc-course__wrap:hover {
    opacity: 0.7;
  }
}
@media all {
  .opencampus .oc-course__number {
    width: 6.5rem;
    height: 6.5rem;
    background-color: #A92955;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Roboto", sans-serif;
    font-size: clamp(18px, 160vw, 2.4rem);
    font-weight: 700;
    font-style: italic;
    color: #fff;
  }
  .opencampus .oc-course__course {
    font-size: clamp(20px, 160vw, 2rem);
    font-weight: 700;
  }
  .opencampus .oc-course__content {
    display: none;
  }
  .opencampus .oc-course__content-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 23.6rem 4rem 1fr;
    grid-template-columns: 23.6rem 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .opencampus .oc-course__content-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media all {
  .opencampus .oc-course__lists {
    padding-left: 3.4rem;
  }
  .opencampus .oc-course__lists:not(:last-child) {
    padding-bottom: 4rem;
    position: relative;
  }
  .opencampus .oc-course__lists:not(:last-child)::after {
    content: "";
    width: 0.4rem;
    height: 100%;
    background-color: #F2DFE5;
    position: absolute;
    bottom: -2.5rem;
    left: 1.1rem;
  }
  .opencampus .oc-course__border {
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    position: relative;
  }
  .opencampus .oc-course__border::after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #A92955;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .opencampus .oc-course__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    position: relative;
  }
  .opencampus .oc-course__list::before {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #F2DFE5;
    border-radius: 50%;
    position: absolute;
    left: -3.4rem;
    top: 2px;
  }
  .opencampus .oc-course__time {
    font-size: clamp(20px, 160vw, 2.4rem);
    font-weight: 700;
    line-height: 1;
  }
  .opencampus .oc-course__head {
    font-size: clamp(14px, 160vw, 1.6rem);
    font-weight: 700;
  }
  .opencampus .oc-course__pink {
    color: #A92955;
  }
  .opencampus .oc-course__body {
    display: inline-block;
    border-radius: 1rem;
    background-color: #F9F6F1;
    font-size: clamp(14px, 160vw, 1.6rem);
    font-weight: 500;
    padding: 1.2rem 1.4rem;
    margin-left: 9rem;
  }
}
@media screen and (max-width: 1199px) {
  .opencampus .oc-course__block {
    width: calc(100% - 20px);
    max-width: 100%;
  }
  .opencampus .oc-course__boxes:not(:last-child) {
    margin-bottom: 30px;
  }
  .opencampus .oc-course__wrap {
    border-radius: 70px;
    -ms-grid-columns: 55px 5px 1fr;
    grid-template-columns: 55px 1fr;
    gap: 5px;
    margin-bottom: 25px;
    padding: 15px 40px 15px 7px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  }
  .opencampus .oc-course__wrap::before, .opencampus .oc-course__wrap::after {
    width: 15px;
    right: 20px;
  }
  .opencampus .oc-course__number {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }
  .opencampus .oc-course__course {
    font-size: 16px;
  }
  .opencampus .oc-course__img {
    text-align: center;
    margin-bottom: 25px;
  }
  .opencampus .oc-course__img img {
    max-width: 205px;
  }
  .opencampus .oc-course__lists {
    padding-left: 33px;
  }
  .opencampus .oc-course__lists:not(:last-child) {
    padding-bottom: 20px;
  }
  .opencampus .oc-course__lists:not(:last-child)::after {
    width: 2px;
    bottom: -20px;
    left: 10px;
  }
  .opencampus .oc-course__border {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .opencampus .oc-course__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 58px 17px 1fr;
    grid-template-columns: 58px 1fr;
    gap: 17px;
  }
  .opencampus .oc-course__list::before {
    width: 20px;
    height: 20px;
    left: -32px;
    top: 1px;
  }
  .opencampus .oc-course__time {
    font-size: 20px;
    line-height: 1;
  }
  .opencampus .oc-course__head {
    font-size: 14px;
  }
  .opencampus .oc-course__body {
    border-radius: 10px;
    font-size: 14px;
    padding: 12px 14px;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .opencampus .oc-course__block {
    max-width: 700px;
  }
}
@media all {
  .opencampus .oc-program__block {
    width: calc(100% - 7rem);
    max-width: 93rem;
    margin: 0 auto;
  }
  .opencampus .oc-program__notice {
    font-size: clamp(14px, 160vw, 1.4rem);
    font-weight: 700;
    color: #A92955;
    margin-bottom: 2rem;
  }
  .opencampus .oc-program__boxes:not(:last-child) {
    margin-bottom: 4rem;
  }
  .opencampus .oc-program__head {
    background-color: #F9F6F1;
    border-radius: 1rem;
    font-size: clamp(18px, 160vw, 2rem);
    font-weight: 700;
    padding: 1rem 2.5rem;
    margin-bottom: 2rem;
  }
  .opencampus .oc-program__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3rem 35.4rem;
    grid-template-columns: 1fr 35.4rem;
    gap: 3rem;
  }
  .opencampus .oc-program__text {
    max-width: 53rem;
    font-size: clamp(14px, 160vw, 1.6rem);
    font-weight: 500;
    line-height: 1.8125;
  }
  .opencampus .oc-program__link {
    -webkit-text-decoration: underline 1px #A92955;
            text-decoration: underline 1px #A92955;
    font-size: clamp(14px, 160vw, 1.6rem);
    font-weight: 500;
    color: #A92955;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media (any-hover: hover) {
  .opencampus .oc-program__link:hover {
    opacity: 0.7;
  }
}
@media all {
  .opencampus .oc-program__lists {
    margin-top: 2rem;
  }
  .opencampus .oc-program__list {
    font-size: clamp(14px, 160vw, 1.6rem);
    font-weight: 500;
    padding-left: 2rem;
    position: relative;
  }
  .opencampus .oc-program__list::before {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #A92955;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
  }
  .opencampus .oc-program__list:not(:last-child) {
    margin-bottom: 0.7rem;
  }
  .opencampus .oc-program__notion {
    font-size: clamp(14px, 160vw, 1.6rem);
    font-weight: 500;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 1199px) {
  .opencampus .oc-program__block {
    width: calc(100% - 20px);
    max-width: 100%;
  }
  .opencampus .oc-program__notice {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .opencampus .oc-program__boxes:not(:last-child) {
    margin-bottom: 25px;
  }
  .opencampus .oc-program__head {
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .opencampus .oc-program__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .opencampus .oc-program__text {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
  .opencampus .oc-program__link {
    font-size: 14px;
  }
  .opencampus .oc-program__lists {
    margin-top: 10px;
  }
  .opencampus .oc-program__list {
    font-size: 14px;
    padding-left: 13px;
  }
  .opencampus .oc-program__list::before {
    width: 10px;
    height: 10px;
  }
  .opencampus .oc-program__list:not(:last-child) {
    margin-bottom: 5px;
  }
  .opencampus .oc-program__notion {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .opencampus .oc-program__block {
    max-width: 700px;
  }
  .opencampus .oc-program__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 250px;
    grid-template-columns: 1fr 250px;
    gap: 30px;
  }
  .opencampus .oc-program__text {
    max-width: 400px;
  }
}
@media all {
  .opencampus .oc-program__tableBox {
    margin: 10px 0;
    font-weight: 500;
  }
  .opencampus .oc-program__tableBox table th,
  .opencampus .oc-program__tableBox table td {
    font-weight: 500;
  }
  .opencampus .oc-program__tableBox table th {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .opencampus .oc-program__tableBox table th {
    width: 100%;
  }
}
@media all {
  .opencampus .oc-program__text p {
    font-weight: 500;
  }
}

.marker {
  color: #A92955;
}

.ol_number-style ol {
  counter-reset: number 0;
}
.ol_number-style ol li {
  padding-left: 2rem;
}
.ol_number-style ol li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  margin-left: -2rem;
  margin-right: 0.8rem;
}

.ul_list--style ul li {
  padding-left: 1.2em;
  position: relative;
}
.ul_list--style ul li::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #A92955;
  position: absolute;
  left: 0;
  top: 0.4em;
}

.tableBox table {
  border-collapse: collapse;
  border: 1px solid #9D9D9D;
  width: 100%;
}
.tableBox table thead th {
  background-color: #F9F6F1;
  text-align: left;
}
.tableBox table th,
.tableBox table td {
  padding: 10px;
  border: 1px solid #9D9D9D;
  vertical-align: middle;
}
.tableBox table th {
  text-align: center;
  min-width: 150px;
  background-color: #f9f9f9;
}
@media screen and (max-width:767px) {
  .tableBox table {
    border-bottom: none;
  }
  .tableBox table th,
  .tableBox table td {
    padding: 10px 5px;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #9D9D9D;
  }
}

.over-tableBox {
  width: 100%;
  overflow-y: hidden;
}
.over-tableBox table {
  border-collapse: collapse;
  border: 1px solid #9D9D9D;
  width: 100%;
}
@media screen and (max-width:767px) {
  .over-tableBox table {
    min-width: 600px;
  }
}
.over-tableBox table thead th {
  background-color: #F9F6F1;
}
.over-tableBox table th,
.over-tableBox table td {
  padding: 10px;
  border: 1px solid #9D9D9D;
  vertical-align: middle;
}
.over-tableBox table th {
  background-color: #f9f9f9;
}

.btnArea {
  margin-top: 2rem;
}
.btnArea ul {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.btnArea ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.btnArea ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.btnArea ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width:767px) {
  .btnArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btnArea a {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #A92955;
  border-radius: 15rem;
  font-weight: 700;
  color: #A92955;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.btnArea a i {
  margin-left: 0.5em;
}
.btnArea a:hover {
  background-color: #A92955;
  color: #fff !important;
}
.btnArea a:hover i {
  color: #fff;
}
.btnArea a:hover .common-button__pdf::after {
  background: url(../img/common/icon_pdf_white.svg);
}

.oc-bustours-lead {
  margin-bottom: 5rem;
}

.oc-bustours__wrap {
  -ms-grid-columns: 1fr !important;
  grid-template-columns: 1fr !important;
  padding: 15px 30px !important;
}

.oc-bustours_table-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width:767px) {
  .oc-bustours_table-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.oc-bustours_table-row .arrow {
  text-align: center;
  border: none !important;
  font-size: 1.4em;
  line-height: 100%;
  padding: 8px;
}
.oc-bustours_table-row h4 {
  border-bottom: none;
  margin: 1.8em 0 0.5em;
  font-size: 16px;
  line-height: 1.4;
  padding: 4px 16px;
  margin-top: 0;
  font-weight: 700;
}
.oc-bustours_table-row table {
  width: 100%;
}
.oc-bustours_table-row table th,
.oc-bustours_table-row table td {
  border: 1px solid #bbb;
  padding: 5px 10px;
}
.oc-bustours_table-row table th {
  width: 60%;
}
.oc-bustours_table-row table td {
  text-align: center;
}
.oc-bustours_table-row .going h4,
.oc-bustours_table-row .going .arrow {
  color: #ef6091;
}
.oc-bustours_table-row .going h4,
.oc-bustours_table-row .going table th {
  background: #feebf2;
}
.oc-bustours_table-row .return h4,
.oc-bustours_table-row .return .arrow {
  color: #5c6bc0;
}
.oc-bustours_table-row .return h4,
.oc-bustours_table-row .return table th {
  background: #ebf4fe;
}

.oc-bustours_app_wrap {
  margin-top: 20px;
}
.oc-bustours_app_wrap .oc-bustours_appitem {
  margin-bottom: 2.5em;
}
.oc-bustours_app_wrap .oc-bustours_appitem .oc-bustours_app_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 2rem;
}
.oc-bustours_app_wrap .oc-bustours_appitem .oc-bustours_app_tel .oc-bustours_app_number {
  font-size: 20px;
  font-weight: 700;
}

.oc_bus_schedule {
  margin-top: 5rem;
}
@media screen and (max-width:767px) {
  .oc_bus_schedule {
    margin-top: 30px;
  }
}
.oc_bus_schedule .oc_bus_schedule_table-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  width: 100%;
}
@media screen and (max-width:767px) {
  .oc_bus_schedule .oc_bus_schedule_table-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.oc_bus_schedule h3 {
  margin-bottom: 10px;
}
.oc_bus_schedule h3 span {
  display: block;
  border-radius: 1rem;
  font-size: clamp(16px, 140vw, 1.8rem);
  font-weight: 700;
  padding: 0.5rem 1.4rem;
}
.oc_bus_schedule .hama h3 span,
.oc_bus_schedule .hama th {
  background-color: #e8f1ef;
}
.oc_bus_schedule .kami h3 span,
.oc_bus_schedule .kami th {
  background-color: #f6eedd;
}
.oc_bus_schedule table {
  width: 100%;
}
.oc_bus_schedule table th,
.oc_bus_schedule table td {
  border: 1px solid #bbb;
  padding: 5px 10px;
}
.oc_bus_schedule table th {
  min-width: 100px;
}
.oc_bus_schedule table td {
  text-align: center;
}

.oc_bus_schedule .oc-app__head {
  width: 200px;
  text-align: center;
}
.oc_bus_schedule hr {
  margin: 4rem 0;
}
@media screen and (max-width:767px) {
  .oc_bus_schedule hr {
    margin: 30px 0;
  }
}