#orientation {
    overflow: hidden;
}

h3, h4, p, li {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

p {
    font-weight: 400;
    line-height: 1.6;
}

dd {
    margin-bottom: 0;
}

.header_logo {
    width: 100%;
    min-width: 368px;
    aspect-ratio: 368 / 60;
}

.tobira {
    /* background-image: url(../img/old_img/bg_tobira.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 10px;
}

.tobira .container {
    padding-top: 10px;
}

.tobira h2 {
    text-align: center;
    font-size: 67px;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #717071;
    padding-top: 20px;
}

.tobira h2 span {
    color: #ED848C;
}

.tobora_h2_br_sp_only {
    display: none;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-toggler-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 10px;
}

.me-auto {
    margin-right: 0 !important;
}

.offcanvas-end {
    width: 348px;
}

.navbar-toggler:not([aria-expanded="false"]) .navbar-toggler-icon{
    /* background-image: url(../img/old_img/nav_close.svg); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 10px;
}

.navbar-toggler {
    padding-left: 0;
    padding-right: 0;
}

.navbar-light .navbar-nav .nav-link.active {
    font-size: 20px;
    font-weight: bold;
}

.nav-item {
    border-bottom: 1px solid #C9C9C9;
}

.nav-link {
    padding: 1rem;
}

.nav-sns-icon {
    padding: 0 30px 30px 30px;
    align-items: center;
    max-width: 500px;
}

.nav-sns-icon .col {
    padding: 0;
}

.nav-sns-icon .col img {
    width: 40px;
}

.container.two_bnr {
    max-width: 1250px;
}

.two_bnr {
    position: relative;
}

.two_bnr .col,
.two_bnr_sp .col {
    position: relative;
}

.two_bnr .col .btn {
    position: absolute;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.two_bnr .col .btn.second {
    bottom: 20px;
}

.two_bnr_sp .col .btn {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.two_bnr_sp .col .btn.second {
    bottom: 50px;
}

.two_bnr_sp .col:last-child .btn {
    bottom: 86px;
}

.two_bnr_sp .col:last-child .btn.second {
    bottom: 20px;
}

.btn {
    position: relative;
    min-width: 426px;
    min-height: 66px;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    padding-top: 18px;
}

.btn::after {
    content: "";
    /* background-image: url(../img/old_img/icon_btn_down.png); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% + 6px);
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.btn.second::after {
    /* background-image: url(../img/old_img/icon_btn_down_white.png); */
}

.w720 .btn::after {
    content: "";
    /* background-image: url(../img/old_img/icon_btn_right.png); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.btn-warning {
    background-color: #FFFF00;
    border-color: #FFFF00;
}

.btn-danger {
    background-color: #ED848C;
    border-color: #ED848C;
}

.w720 {
    text-align: center;
    max-width: 720px;
    margin: 50px auto;
}

.w720 .btn {
    width: 100%;
}

.two_bnr {
    display: block;
}

.two_bnr_sp {
    display: none;
}

.raijo .container {
    text-align: center;
    padding: 80px 0 50px 0;
}

.raijo_icons {
    padding-top: 0 !important;
}

.raijo_icons .row {
    gap: 10px;
}

.raijo_icons .row:not(:first-child) {
    margin-top: 30px;
}

.raijo_icons .col:not(.noborder) {
    border: 1px solid #81BE25;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 10px 0 10px;
    position: relative;
    transition: all .3s;
    min-height: 170px;
}

.web .raijo_icons .col:not(.noborder) {
    border: 1px solid #8FBBD1;
    padding: 0 10px 0 10px;
    min-height: 155px;
}

.raijo_icons .col img {
    margin-bottom: 10px;
}

.raijo_icons .col p {
    font-size: 18px;
    transition: all .3s;
    line-height: 1.3;
    white-space: nowrap;
}

.web .raijo_icons .col p {
    font-size: 17px;
}

.raijo_icons .col a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.raijo_icons .col:hover {
    transform: scale(1.1);
    transition: all .3s;  
}

.raijo_icons .col:hover p {
    color: #81BE25;
    transition: all .3s;
}

.web .raijo_icons .col:hover p {
    color: #8FBBD1;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.pickup {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #E4F0DE;
}

.pickup .container {
    margin: 0 auto;
}

.pickup h3 {
    font-size: 27px;
    margin-bottom: 120px;
}

.pickup .row {
    gap: 20px;
}

.pickup .lunch_shichaku {
    padding-left: 0;
    padding-right: 0;
}

.pickup .lunch_shichaku {
    position: relative;
}

.pickup .lunch_shichaku p {
    text-align: left;
    font-size: 28px;
    position: absolute;
    top: 175px;
    left: 70px;
    font-weight: 500;
}

.contents {
    background-color: transparent;
    padding: 50px;
    margin-top: 0;
}

.bus .btn {
    margin-top: 10px;
}

.bus .accordion-button,
.readme-warning .accordion-button,
.gakka .accordion-button {
    color: #fff;
    background-color: #ED848C;
    border-color: #ED848C;
    min-width: 426px;
    min-height: 66px;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    display: block;
    text-align: center;
    width: unset;
    margin: 20px auto;
}

.bus .accordion-item,
.gakka .accordion-item {
    border: none;
}

.gakka .accordion-item {
    background-color: transparent;
}

.bus .accordion-item:last-of-type .accordion-button.collapsed,
.gakka .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.bus .accordion-button::after,
.gakka .accordion-button::after {
    /* background-image: url(../img/old_img/icon_btn_down_white.png); */
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% + 6px);
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform-origin: center top;
}

.bus .accordion-button:not([aria-expanded="false"])::after,
.gakka .accordion-button:not([aria-expanded="false"])::after {
    /* background-image: url(../img/old_img/icon_btn_down_white.png); */
    transform: rotate(-180deg);
    transform-origin: center top;
}

.bustime-contents {
    margin-top: 30px;
}

.bus .nav-tabs {
    border: none;
}

.bus .nav-tabs .nav-link {
    border: 2px solid #81BE25;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    color: #1E1E1E;
    padding: .4rem 1rem;
    font-size: 18px;
    text-align: left;
    white-space: nowrap;
}

.bus .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #81BE25;
}

.bus .nav-tabs .nav-item {
    position: relative;
    border-bottom: none;
}

.bus .nav-tabs .nav-item .bustime_nav_arrow {
    width: 15px;
    height: 7.5px;
    position: absolute;
    right: 15px;
    transform-origin:center top;
}

.bus .nav-tabs .nav-item .bustime_nav_arrow img {
    width: 15px;
    height: 7.5px;
}

.nav-link:not(.active) .bustime_nav_arrow::before {
    content: "";
    /* background-image: url(../img/old_img/icon_btn_down_gray_2.png); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 7.5px;
    position: absolute;
    top: 10px;
    right: 0;
}

.bus .nav {
    justify-content: space-between;
    gap: 10px;
}

.bus .nav-item {
    flex: 1;
}

.bus .nav-link {
    width: 100%;
}

.bustime {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
    margin-right: -20px;
    margin-top: 50px;
}

.bustime .bus {
    width: 466px;
    margin-bottom: 20px;
    text-align: center;
    display: none;
    margin-right: 32px;
}

.bustime .bus .flex {
    display: flex;
    justify-content: space-between;
}

.bustime .bus .dep {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    line-height: 40px;
    color: #fff;
    background-color: #81BE25;
    /* margin-top: 30px; */
    margin-bottom: 10px;
}

.bustime .bus:first-child .dep {
    margin-top: 0;
}

#pickup .box .bustime .bus .flex {
    margin-bottom: 10px;
}

.bustime .bus .flex dl {
    width: 227px;
    border: 1px solid #c9c9c9;
}

.bustime .bus .flex dt {
    font-weight: 700;
    color: #fff;
    background-color: #81BE25;
}

.bustime .bus .flex dd {
    font-weight: 500;
    border-top: 1px solid #c9c9c9;
}

.bustime .bus .flex dt,
.bustime .bus .flex dd {
    font-size: 16px;
    padding: 13px 0;
}

.bustime .bus .flex dl {
    width: 227px;
    border: 1px solid #c9c9c9;
}

.bustime .bus .flex dd.w50:nth-child(2n) {
    border-right: 1px solid #c9c9c9;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bustime a {
    color: #666;
    font-size: 16px;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #666;
}

.bus-warning {
    margin-top: 30px;
    font-size: 24px;
    padding: 10px 0;
    border-top: 1px solid #C9C9C9;
}

.readme {
    display: inline-block;
    width: 146px;
    height: 31px;
    content: "";
    /* background-image: url(../img/old_img/icon_readme.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 10px;
    left: 10px;
}

.bus h4 {
    font-size: 24px;
    margin: 10px auto;
    padding: 10px 0;
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    margin: 50px auto 20px;
}

.readme-warning {
    margin-top: 20px;
}

.readme-warning .accordion-button {
    font-size: 24px;
    color: #1E1E1E;
    background-color: unset;
    margin: 0 auto;
    position: relative;
    min-width: 100%;
}

.readme-warning .accordion-button:focus {
    box-shadow: unset;
}

.readme-warning .accordion-button::after {
    content: "";
    /* background-image: url(../img/old_img/icon_btn_down_gray_2.png); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 10px;
    position: absolute;
    top: calc(50% + 5px);
    right: 0;
    transform-origin: center top;
}

.readme-warning .accordion-button:not([aria-expanded="false"])::after {
    /* background-image: url(../img/old_img/icon_btn_down_gray_2.png); */
    transform: rotate(-180deg);
    transform-origin: center top;
}

.readme-warning p.warning {
    color: #ED1C24;
    font-size: 24px;
}

.readme-warning li {
    text-align: left;
    font-size: 16px;
}

.readme-warning .accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.hr-gray {
    width: 100%;
    height: 0.5px !important;
    opacity: 1 !important;
    background-color: #C9C9C9;
    margin: 20px 0 0;
}

.access_suport {
    margin-top: 60px;
    position: relative;
}

.access_suport .title_jizenyoyakusei {
    position: absolute;
    top: 0;
    left: 0;
}

.access_suport .container {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.access_suport h4 {
    font-size: 49px;
    background-color: #FFFF00;
    padding: 30px 0;
}

.bus.container {
    padding-left: 0;
    padding-right: 0;
}

.access_suport .row .col:first-child {
    border-right: 1px solid #C9C9C9;
}

.access_suport.present .illust_present {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 270px;
}

.access_suport.present .present_gentei {
    position: absolute;
    bottom: 25%;
    left: 20px;
    width: 150px;
}

.present p {
    font-size: 45px;
    text-align: left;
    margin-left: 160px;
    position: relative;
    padding-left: 40px;
}

.present p span {
    color: #fff;
    position: absolute;
    z-index: 1;
    font-size: 36px;
    top: 6px;
    left: 0;
}

.present p span::before {
    content: "";
    background-color: #ED1C24;
    border-radius: 23px;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 7px;
    left: -11px;
    z-index: -1;
}

.sdgs {
    /* background-image: url(../img/old_img/sdgs_bg_pc.png); */
    background-size: 100%;
    padding: 25px 0;
}

.sdgs p {
    font-size: 22px;
    margin-bottom: 0;
}

.left {
    text-align: left !important;
}

.pc_only,
.pc_only_1200,
.pc_only_992 {
    display: block;
}

.pc_only_inline {
    display: inline-block;
}

.sp_only {
    display: none;
}

.sp_only_1200 {
    display: none;
}

.schedule:not(.arukikata) {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    /* background-image: url(../img/old_img/bg_schedule.png); */
}

.schedule .contents {
    padding-bottom: 40px;
    border-radius: 30px;
    background-color: #fff;
}

.schedule_title:not(.arukikata) {
    margin-top: -100px;
    margin-bottom: 45px;
}

.orientation .container {
    padding-top: 60px;
}

.orientation:not(.number_01) .container {
    padding-bottom: 30px;
}

.orientation.kotsu:not(.number_01) .container {
    padding-bottom: 50px;
}

.title_number {
    height: 70px;
    display: block;
    /* background-image: url(../img/old_img/title_number_bg.png); */
    background-repeat: no-repeat;
    position: relative;
}

.title_number img {
    position: absolute;
    top: calc(50% + 3px);
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.title_number_wrapper {
    position: relative;
}

.title_number_wrapper .title_number_outer {
    position: absolute;
    top: 0;
    left: -1000px;
    background-color: #81BE25;
    width: 1000px;
    height: 70px;
}

.orientation h3 {
    color: #E4C22B;
    font-size: 49px;
    font-weight: 700;
    margin-bottom: 50px;
}

.orientation h3.diff {
    color: #EE8070;
}

.orientation .container {
    position: relative;
}

.orientation .container img.orientation_ph {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 511px;
}

.gakka,
.shigan:not(.gakuhi) {
    background-color: #E4F0DE;
}

.gakka .contents {
    background-color: transparent;
}

.gakka h3 {
    color: #808CC5;
}

.nyushi h3 {
    color: #4FC2F1;
}

.shigan h3 {
    color: #C475AD;
}

.campustour h3 {
    color: #78C177;
    white-space: nowrap;
}

.gakka_lead {
    margin-bottom: 50px;
    font-size: 17px;
}

.gakka h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    padding: 7px 0;
    text-align: center;
}

.gakka h4.gakka01 {
    background-color: #7B59A2;
}

.gakka h4.gakka02 {
    background-color: #3D62AC;
}

.gakka h4.gakka03 {
    background-color: #009CE1;
}

.gakka h4.gakka04 {
    background-color: #009D95;
}

.gakka h4.gakka05 {
    background-color: #C85454;
}

.gakka h4.gakka06 {
    background-color: #0068B6;
}

.gakka h4.gakka07 {
    background-color: #004097;
}

.gakka h4.gakka08 {
    background-color: #007DC7;
}

.gakka h4.gakka09 {
    background-color: #009BBA;
}

.gakka h4.gakka10 {
    background-color: #EF8200;
}

.gakka h4.gakka11 {
    background-color: #D93924;
}

.gakka h4.gakka12 {
    background-color: #E85382;
}

.gakka h4.gakka13 {
    background-color: #44AF35;
}

.gakka h4.gakka14 {
    background-color: #00A572;
}

.gakka h4.gakka15 {
    background-color: #A64D84;
}

.gakka .col p {
    font-size: 16px;
    font-weight: 400;
}

.gakka .col img, 
.gakka .col p {
    margin-top: 8px;
}

.gakka .row:not(:first-child) {
    margin-top: 30px;
}

.pc.gakka_pc {
    display: block !important;
}
.sp.gakka_sp {
    display: none !important;
}

.shigan .contents {
    background-color: transparent;
    margin-top: -80px;
}

.shigan .row {
    border: 5px solid #C475AD;
    border-radius: 20px;
    background-color: #fff;
}

.shigan.campustour .row {
    border: 5px solid #78C177;
}

.shigan .row .col:first-child {
    padding: 80px 0 0px 70px;
}

.shigan .row .col:last-child {
    /* background-image: url(../img/old_img/illust_shigan@2x.png); */
    background-repeat: no-repeat;
    background-size: 120%;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background-position: -50px 0px;
}

.shigan.campustour .row .col:last-child {
    /* background-image: url(../img/old_img/illust_campustour@2x.png); */
    background-repeat: no-repeat;
    background-size: 63%;
    border-top-right-radius: 16px;
    background-position: 66px 32px;
}

.shigan .row .col img {
    display: none;
}

.gakuhi .row {
    gap: 70px;
}

.gakuhi .row .col {
    padding: 150px 30px 60px;
}

.gakuhi .row .col:first-child {
    border: 5px solid #00B2B6;
    border-radius: 20px;
    position: relative;
}

.gakuhi .row .col:first-child .title_number07,
.gakuhi .row .col:last-child .title_number08 {
    position: absolute;
    top: 30px;
    left: -30px;
}

.gakuhi .row .col:first-child .hogosha,
.gakuhi .row .col:last-child .hogosha {
    position: absolute;
    top: 30px;
    right: 30px;
}

.gakuhi .row .col:last-child {
    border: 5px solid #4594D1;
    border-radius: 20px;
    position: relative;
}

.gakuhi .row .col:first-child h3 {
    color: #00B2B6;
}

.gakuhi .row .col:last-child h3 {
    color: #4594D1;
}

.gakuhi h3 {
    font-size: 40px;
}

.gakuhi p {
    font-size: 20px;
}

.kobetsu {
    background-color: #E4F0DE;
}

.kobetsu h3 {
    color: #EF7F31;
    margin-bottom: 30px;
}

.kobetsu .contents {
    background-color: transparent;
}

.kobetsu ul {
    display: flex;
    list-style: none;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 0;
}

.kobetsu li {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    background-color: #EF7F31;
    padding: 0 12px 3px 12px;
    margin-right: 10px;
    border-radius: 6px;
    white-space: nowrap;
}

.schedule_title.arukikata {
    text-align: center;
}

.raijo_footer {
    /* background-image: url(../img/old_img/bg_web_tobira@2x.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 80px 10px 80px;
    text-align: center;
    margin-top: -2px;
}

.raijo_footer.second {
    /* background-image: url(../img/old_img/bg_web_tobira2@2x.png); */
    overflow: hidden !important;
}

.raijo_footer .w720 {
    margin-top: -190px;
}

.raijo_footer.second .w720 {
    margin-top: -50px;
}

.web_container {
    /* background-image: url(../img/old_img/bg_web.png); */
    background-repeat: repeat-y;
    background-size: 100% 100%;
    padding-bottom: 100px; 
}

.web_container .container.blue {
    background-color: #fff;
    border-radius: 50px;
    padding: 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.raijo_icons .col {
    position: relative;
}

.web .raijo_icons .col img {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.raijo_icons .col:not(.noborder):before {
    content: "";
    /* background-image: url(../img/old_img/icon_btn_down_gray_2.png); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.web .raijo_icons .col p {
    padding-top: 80px;
}

.web_present {
    margin-bottom: 50px;
}

.web_present .container {
    background-color: #ECF5E8;
    border-radius: 20px;
}

.web_present .contents {
    background-color: transparent;
}

.web_present h3 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    display: block;
    max-width: 700px;
    padding: 10px 0;
    margin: 0 auto 50px;
    background : linear-gradient(90deg, rgba(0, 175, 219, 1) 0%, rgba(6, 170, 216, 1) 15.03%, rgba(22, 157, 207, 1) 34.48%, rgba(48, 134, 193, 1) 56.34%, rgba(85, 104, 173, 1) 79.8%, rgba(123, 72, 152, 1) 100%);
}

.web_present ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.web_present li {
    font-size: 28px;
    white-space: nowrap;
    position: relative;
}

.web_present li::before {
    content: "★";
    color: #74ABDC;
    font-size: 28px;
}

.web_present .row {
    position: relative;
}

.web_present .row img {
    position: absolute;
    width: 394px;
    height: 350px;
    top: -140px;
    right: -30px;
}

.web_present.taisaku .h4_sub {
    font-size: 21px;
    color: #fff;
    background-color: #E3007F;
    padding: 3px;
    display: inline-block;
}

.web_present.taisaku h4:not(.h4_sub) {
    font-size: 26px;
    white-space: nowrap;
    margin-bottom: 30px;
}

.web_present.taisaku img {
    position: unset;
    width: unset;
    height: unset;
}

.web_present.taisaku .row .col:first-child {
    min-width: 66%;
}

.web_present.taisaku .row .col:last-child {
    padding: 0;
}

.orientation.web {
    background-color: #FFFF66;
    border-radius: 50px;
    margin-bottom: 50px;
}

.orientation.web .contents {
    background-color: transparent;
    padding: 0 20px;
}

.orientation.web h3 {
    color: #000;
}

.orientation.web h3.gra {
    display: inline-block;
    background: linear-gradient(90deg, rgba(0, 175, 219, 1) 0%, rgba(6, 170, 216, 1) 15.03%, rgba(22, 157, 207, 1) 34.48%, rgba(48, 134, 193, 1) 56.34%, rgba(85, 104, 173, 1) 79.8%, rgba(123, 72, 152, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

.orientation_web_title:not(.title_left) {
    text-align: center;
}

.orientation.web .gakka_lead {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.orientation.web.setsumei .gakka_lead {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 0;
}

.orientation.web.setsumei .gakka_lead span {
    font-size: 13px;
}

.orientation.web.setsumei {
    background : linear-gradient(180deg, rgba(231, 244, 252, 1) 36.68%, rgba(195, 219, 233, 1) 100%);
}

.orientation.web .title_left .gakka_lead {
    margin-top: 0;
    text-align: left;
}

.orientation.web .title_number_wrapper .title_number_outer {
    background-color: unset;
}

.orientation.web .title_number.n01 {
    /* background-image: url(../img/old_img/orientation_web_01.png); */
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n02 {
    /* background-image: url(../img/old_img/orientation_web_02.png); */
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n03 {
    /* background-image: url(../img/old_img/orientation_web_03.png); */
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n04 {
    /* background-image: url(../img/old_img/orientation_web_04.png); */
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n05 {
    /* background-image: url(../img/old_img/orientation_web_05.png); */
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n06 {
    /* background-image: url(../img/old_img/orientation_web_06.png); */
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n07 {
    /* background-image: url(../img/old_img/orientation_web_07.png); */
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n08 {
    /* background-image: url(../img/old_img/orientation_web_08.png); */
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n09 {
    /* background-image: url(../img/old_img/orientation_web_09.png); */
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n10 {
    /* background-image: url(../img/old_img/orientation_web_10.png); */
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web:not(.kotsu) h3 {
    margin-top: 30px;
}

.orientation.web.kotsu .contents {
    margin-top: 30px;
}

.footer {
    background-color: #fff;
}

.footer.up {
    border-bottom: 1px solid #C9C9C9;
}

.footer .container {
    padding: 100px 0;
}

.footer.up .container .col {
    transition: all .3s;
}

.footer.up .container .col:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.footer_logo {
    max-width: 368px;
}

.footer p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

.footer .contact {
    width: 400px;
    margin-left: 60px;
}

.footer .contact .col {
    padding-left: 0;
    padding-right: 0;
}

.footer .contact .col:first-child {
    max-width: 100px;
}

.footer .contact .col p {
    margin-top: 0;
}

.footer.copyright {
    background-color: #ED848C;
    text-align: center;
    padding: 3px 0;
}

.footer.copyright p {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    margin-top: 0;
}

.btn_fixed_pc {
    position: fixed;
    bottom: 80px;
    right: 20px;
    max-width: 140px;
    transition: all .3s;
    z-index: 1;
}

.btn_fixed_pc:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.btn_fixed_sp {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 312px;
    transition: all .3s;
    z-index: 1;
}

.btn_fixed_pc:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0;
    z-index: 1;
}

.page-top a {
    content: "";
    /* background-image: url(../img/old_img/btn_page_top@2x.png); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    transition: all .3s;
}

.page-top a:hover {
    opacity: .5;
    transition: all .3s;
}

.btn.collapse-bus-close {
    color: #fff;
    background-color: #ED848C;
}

.btn.collapse-bus-close::after {
    /* background-image: url(../img/old_img/icon_btn_down_white.png); */
    transform: rotate(-180deg);
    transform-origin: center top;
}

.nav_btn_contact {
    margin: 0 auto;
}

.nav_btn_fixed_sp {
    max-width: 312px
}

#setsumei.orientation.web,
#shokai.orientation.web,
#setsubi.orientation.web,
#riyu.orientation.web,
#jissen.orientation.web,
#gakuseiryo.orientation.web,
#shogakukin.orientation.web,
#club.orientation.web {
    border-radius: 0px;
}

.accordion-body li {
    font-weight: 400;
    margin-bottom: 10px;
}

.btn,
.accordion-button {
    font-weight: 500 !important;
}

@media (min-width: 1240px) {
    .container {
        max-width: 1104px;
    }
    .web_present .container {
        max-width: calc(100% - 60px);
    }
    .web_present .row img {
        right: -67px;
    }
    .container.two_bnr {
        display: none;
    }
    .container.new_top_bnr {
        margin-top: -140px;
    }
    .container.new_top_bnr .col:first-child {
        position: relative;
    }
    .container.new_top_bnr .col:first-child .btn.btn-warning {
        position: absolute;
        bottom: 110px;
        right: 30px;
    }
    .container.new_top_bnr .col:first-child .btn.btn-danger {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }
    .container.new_top_bnr .col:last-child {
        position: relative;
    }
    .container.new_top_bnr .col:last-child .btn.btn-warning {
        position: absolute;
        bottom: 100px;
        right: 30px;
    }
    .container.new_top_bnr .col:last-child .btn.btn-danger {
        position: absolute;
        bottom: 20px;
        right: 30px;
    }
    .container.new_top_bnr .row {
        flex-direction: column;
    }
    .container.new_top_bnr .btn {
        min-width: 390px;
    }
}

@media (max-width:1240px) {
    .tobora_h2_br_sp_only {
        display: block;
    }
    .two_bnr .row,
    .two_bnr_sp .row {
        flex-direction: column;
        text-align: center;
    }
    .two_bnr .row .col:last-child {
        margin-top: 50px;
    }
    .pickup .lunch_shichaku {
        max-width: 520px;
        margin: 0 auto;
    }
    .container.new_top_bnr {
        display: none;
    }
}

@media (max-width:1200px) {
    .present p {
        font-size: 30px;
        padding-left: 30px;
    }
    .present p span {
        font-size: 24px;
        top: 4px;
        left: 1px;
    }
    .present p span::before {
        border-radius: 15px;
        width: 30px;
        height: 30px;
        top: 4px;
        left: -8px;
    }
    .access_suport.present .illust_present {
        width: 200px;
    }
    .access_suport.present .present_gentei {
        bottom: 27%;
    }
    .schedule .contents {
        padding-top: 45px;
    }
    .sp_only_1200 {
        display: block;
    }
    .pc_only_1200 {
        display: none;
    }
    .raijo_footer .w720 {
        margin-top: -160px;
    }
    .web .raijo_icons .col p {
        font-size: 14px;
    }
    .web_present li {
        font-size: 20px;
    }
}

@media (min-width:992px) {
    .navbar-collapse {
        display: none !important;
    }
    .sdgs .row {
        flex-wrap: nowrap;
        align-items: center;
    }
    .arukikata .scroll {
        position: relative !important;
        margin-top: 110px;
        overflow: visible !important;
    }
    .arukikata .scroll img.arukikata_ph {
        position: absolute;
        top: -108px;
        right: 100px;
    }
    .navbar-toggler,
    .navbar-collapse {
        display: none !important;
    }
}

@media (max-width:992px) {
    .pc:not(.gakka_pc) {
        display: none !important;
    }
    .sp:not(.gakka_sp) {
        display: block !important;
    }
    .tobira {
        /* background-image: url(../img/old_img/bg_tobira_sp_new.png); */
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .tobira h2 {
        font-size: 34px;
    }
    .w720 .btn::after {
        /* background-image: url(../img/old_img/icon_btn_right_sp.png); */
        background-repeat: no-repeat;
        background-size: contain;
        width: 40px;
        height: 25px;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .raijo_icons .row:not(:first-child) {
        margin-top: 10px;
    }
    .raijo_icons .col img {
        width: 30px;
        margin-bottom: 6px;
    }
    .raijo_icons .col img.icon_small {
        width: 20px;
    }
    .raijo_icons .col p {
        font-size: 11px;
    }
    .raijo_icons .row {
        margin-left: 15px;
        margin-right: 15px;
    }
    .raijo_icons .col:not(.noborder) {
        padding: 16px 0 0 0;
        min-width: 113px;
        min-height: 105px;
    }
    .web .raijo_icons .col:not(.noborder) {
        min-height: 105px;
    }
    .pickup .lunch_shichaku {
        max-width: 351px;
    }
    .pickup .lunch_shichaku p {
        font-size: 18px;
        top: 120px;
        left: 50px;
    }
    .pickup .lunch_shichaku:last-child {
        margin-top: 20px;
    }
    .pickup {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pickup h3 {
        margin-bottom: 50px;
    }
    .bus {
        margin-top: 50px;
    }
    .bus.container {
        margin: 50px auto;
    }
    .contents {
        padding: 50px 15px 15px;
    }
    .bus .scroll {
        overflow-x: auto;
        display: block !important;
        padding-bottom: 40px;
    }
    .bus .scroll img {
        height: 270px !important;
        min-width: 1100px !important;
    }
    .schedule .scroll {
        overflow-x: auto;
        display: block !important;
        padding-bottom: 40px;
    }
    .schedule .scroll img {
        height: 574px !important;
        min-width: 1000px !important;
    }
    .arukikata .scroll img {
        height: 242px !important;
        min-width: 976px !important;
    }
    .arukikata .scroll img.arukikata_ph {
        display: none;
    }
    .bus .nav-tabs .nav-item {
        width: calc(33% - 10px) !important;
        flex: unset;
    }
    .bus .nav-tabs .nav-link {
        font-size: 13px;
    }
    .access_suport.present .present_gentei {
        width: 130px;
    }
    .schedule {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .orientation h3 {
        font-size: 35px;
    }
    .orientation .container img.orientation_ph {
        top: unset;
        bottom: 0;
        width: 400px;
    }
    .gakuhi .row {
        flex-direction: column;
    }
    .gakuhi h3 {
        font-size: 30px;
    }
    .gakuhi p {
        font-size: 16px;
    }
    .gakuhi .row .col {
        padding: 150px 15px 60px;
    }
    .raijo_footer .w720 {
        margin-top: -40px;
    }
    .web .raijo_icons .col p {
        padding-top: 50px;
    }
    .web .raijo_icons .col p {
        font-size: 16px;
    }
    .web .raijo_icons .col img {
        top: 10px;
    }
    .web .raijo_icons .col:not(.noborder) {
        padding-bottom: 10px;
    }
    .web_present .row {
        flex-direction: column;
    }
    .web_present .contents {
        padding-bottom: 300px;
    }
    .web_present .row img {
        width: 100%;
        height: auto;
        top: 0px;
        right: -10px;
    }
    .web_present h3 {
        font-size: 22px;
    }
    .web_container {
        position: relative;
        background-image: unset;
        background-color: #88B7CE
    }
    .web_container .web_bg_sp_1st {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }
    .pc_only_992 {
        display: none;
    }
    .raijo_footer.second .w720 {
        margin-top: -110px;
    }
    .footer.up {
        display: none;
    }
    .footer .container {
        text-align: center;
        padding: 50px 0 50px 0;
    }
    .footer .contact {
        width: 300px;
        text-align: left;
        margin: 0 auto;
    }
    .footer_logo {
        width: 300px;
    }
    .tobira .container:not(.two_bnr,.two_bnr_sp) {
        padding-top: 0;
        background-color: transparent;
        border-bottom: 1px solid #1E1E1E;
    }
    .tobira .container.two_bnr_sp {
        padding-top: 0;
        margin-top: 26px;
    }
    .navbar-collapse.show {
        margin-top: 10px;
        border-top: 1px solid #1E1E1E;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        transition: all .3s;
    }
    .navbar-nav {
        padding: 20px;
    }
    .header_logo {
        max-width: 156px;
        min-width: unset
    }
    .container.top {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
    .page-top {
        bottom: 60px;
        right: 14px;
    }
    .footer.copyright {
        margin-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .pc.gakka_pc {
        display: none !important;
    }
    .sp.gakka_sp {
        display: block !important;
    }
    .bustime {
        font-size: 14px;
        display: block;
        margin-right: 0;
    }
    .bustime .bus {
        width: 100%;
        margin-bottom: 15px;
    }
    .bustime .bus .dep {
        font-size: 16px;
        line-height: 30px;
    }
    .bustime .bus .flex {
        margin-bottom: 5px;
        display: block;
    }
    .bustime .bus .flex dl {
        width: 100%;
    }
    .bustime .bus .flex dl:first-child {
        margin-bottom: 10px;
    }
    .bustime .bus .flex dt,
    .bustime .bus .flex dd {
        padding: 9.5px 0;
        font-size: 14px;
    }
    .bustime .bus:last-child {
        margin-bottom: 0;
    }
    .bustime a {
        font-size: 14px;
    }
    .readme-warning .accordion-button::after {
        top: 32px;
    }
    .readme-warning .accordion-body {
        padding: 1rem 0rem;
    }
    .access_suport h4 {
        font-size: 22px;
    }
    .title_jizenyoyakusei {
        width: 100px;
    }
    .present p {
        margin-left: 15px;
        font-size: 24px;
    }
    .access_suport.present .illust_present {
        width: 100px;
        top: 10px;
        right: 10px;
    }
    .access_suport.present .present_gentei {
        width: 100px;
        top: 20px;
    }
    .present .contents {
        padding-top: 60px;
    }
    .present p span {
        top: 0;
    }
    .pc_only {
        display: none;
    }
    .pc_only_inline {
        display: none;
    }
    .sp_only {
        display: block;
    }
    .sdgs p {
        font-size: 20px;
    }
    .orientation .container img.orientation_ph {
        position: relative;
    }
    .gakka .row,
    .nyushi .row,
    .shigan .row,
    .ryotour .row {
        flex-direction: column;
        gap: 40px;
    }
    .shigan .row {
        gap: 0;
    }
    .nyushi .row {
        gap: 0;
    }
    .gakka .row:not(:first-child) {
        margin-top: 40px;
    }
    .gakka_lead {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .shigan .row .col:first-child {
        padding: 60px 15px 0;
    }
    .shigan .row .col:last-child p {
        height: 280px;
    }
    .shigan.campustour .row .col:last-child p {
        height: 240px;
    }
    .shigan .row .col:last-child {
        background-size: 100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        background-position: 0 0;
    }
    .raijo_footer .w720 {
        margin-top: -40px;
    }
    .web .raijo_icons .col p {
        font-size: 14px;
    }
    .web_present h3 {
        margin-bottom: 30px;
    }
    .web_present .contents {
        padding-bottom: 200px;
    }
    .web_present .row img {
        top: 90px;
    }
    .web_present.taisaku .h4_sub {
        font-size: 14px;
    }
    .web_present.taisaku h4:not(.h4_sub) {
        font-size: 18px;
    }
    .orientation.web .gakka_lead {
        text-align: left;
        margin-top: 20px;
    }
    .orientation.kotsu .row {
        flex-direction: column;
    }
    .orientation_web_title.title_left {
        text-align: center;
    }
    .orientation.kotsu img {
        margin-bottom: 20px;
    }
    .raijo_footer.second .w720 {
        margin-top: -80px;
    }
}

@media (max-width:720px) {
    .w720 .btn {
        width: 312px;
    }
    .bus .accordion-button {
        min-width: 312px;
    }
    .gakka .accordion-button {
        min-width: 100%;
    }
}

@media (max-width:575.98px) {
    .btn {
        font-size: 12px;
        min-height: 50px;
        padding-top: 16px;
    }
    .btn,
    .w720 .btn {
        min-width: 312px;
    }
    .two_bnr {
        display: none;
    }
    .two_bnr_sp {
        display: block;
    }
    .two_bnr_sp .btn::after {
        content: "";
        /* background-image: url(../img/old_img/icon_btn_down.png); */
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
        position: absolute;
        top: calc(50% + 6px);
        right: 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .two_bnr_sp .btn.second::after {
        /* background-image: url(../img/old_img/icon_btn_down_white.png); */
    }
    .bus h4,
    .readme-warning .accordion-button {
        font-size: 15px;
    }
    .access_suport .row {
        flex-direction: column;
    }
    .present p {
        font-size: 18px;
    }
    .present p span {
        top: -6px;
    }
    .title_schedule {
        max-width: 310px;
    }
    .arukikata .title_schedule {
        max-width: 100%;
    }
    .pickup h3,
    .schedule h3 {
        font-size: 20px;
    }
    .schedule_title:not(.arukikata) {
        margin-top: -80px;
    }
    .schedule_title.arukikata {
        margin-bottom: 20px;
    }
    .orientation h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .raijo_footer .w720 {
        margin-top: -10px;
    }
    .raijo_footer {
        padding: 60px 30px 10px;
    }
    .web .raijo_icons .col:not(.noborder) {
        padding: 0;
    }
    .web .raijo_icons .col p {
        font-size: 10px;
    }
    .web .raijo_icons .row {
        gap: 5px;
    }
    .web .raijo_icons .row:not(:first-child) {
        margin-top: 5px;
    }
    .web_container .container.blue {
        border-radius: 30px;
        padding: 30px 15px;
        margin-left: 15px;
        margin-right: 15px;
        max-width: calc(100vw - 30px)
    }
    .web_container h3 {
        font-size: 22px;
        min-width: calc(100vw - 30px);
        margin-left: calc(-50vw + 50% + 15px);
        margin-right: calc(-50vw + 50% + 15px);
    }
    .web_container li,
    .web_container li::before {
        font-size: 18px;
    }
    .web_present .row img {
        min-width: calc(100vw - 10px);
        top: 90px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .web_present .col {
        padding-left: 0;
        padding-right: 0;
    }
    .web_present .contents {
        padding-top: 30px;
        padding-bottom: 240px;
    }
    .web_present.taisaku .row img {
        min-width: unset;
        transform: unset;
        -webkit-transform: unset;
    }
    .web_present.taisaku .contents {
        padding-bottom: 0;
    }
    .taisaku_caption {
        font-size: 13px !important;
        margin-bottom: 30px;
    }
    .orientation.web h3 {
        font-size: 35px;
    }
    .orientation.web .contents {
        padding: 0;
    }
    .orientation.web .title_number.n01,
    .orientation.web .title_number.n02 {
        left: calc(-50px - 82px);
        width: 400px;
    }
    .raijo_footer.second .w720 {
        margin-top: -50px;
    }
    .orientation.web .title_number.n03,
    .orientation.web .title_number.n04,
    .orientation.web .title_number.n05,
    .orientation.web .title_number.n06,
    .orientation.web .title_number.n07,
    .orientation.web .title_number.n08,
    .orientation.web .title_number.n09,
    .orientation.web .title_number.n10 {
        left: calc(-50px - 82px);
        width: 310px;
    }
    .wide-img {
        max-width: 130%;
        margin-left: -50px;
    }
    .wide-img-2 {
        max-width: 130%;
        margin-left: -42px;
    }
}

@media (max-width:380px) {
    .bus .btn,
    .bus .accordion-button,
    .gakka .accordion-button {
        min-width: 298px;
    }
}

/* SP用ロゴ切り替え */
.header_logo_switch {
    content: url('../img/header_logo.png');
}
@media screen and (max-width: 767px) {
    .header_logo_switch {
        content: url('../img/header_logo_sp.png');
        aspect-ratio: 631 / 92 !important;
    }
}