body {
    overflow-x: hidden;
}

#orientation {
    overflow: hidden;
}

h3, h4, h5, p, li, .shitsumon .btn {
    font-family: "Noto Sans JP", 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/bg_tobira.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 0;
}

.tobira .container {
    padding-top: 0;
}

.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 {
    position: relative;
    padding-top: 10px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-color: #fff;
    border-bottom: 1px solid #C30D23;
}

.navbar .pc_nav {
    list-style: none;
    display: flex;
    gap: 50px;
    position: absolute;
    top: 50%;
    right: 90px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    justify-content: flex-end;
}

.navbar .pc_nav a {
    color: #000;
    text-decoration: none;
    transition: all .3s;
    font-weight: 600;
}

.navbar .pc_nav a:hover {
    color: #999;
    transition: all .3s;
}

.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/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/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/icon_btn_down_white.png);
}

.w720 .btn::after {
    content: "";
    background-image: url(../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: #fff;
    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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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;
    -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/orientation_web_01.png);
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n02 {
    background-image: url(../img/orientation_web_02.png);
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n03 {
    background-image: url(../img/orientation_web_03.png);
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n04 {
    background-image: url(../img/orientation_web_04.png);
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n05 {
    background-image: url(../img/orientation_web_05.png);
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n06 {
    background-image: url(../img/orientation_web_06.png);
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n07 {
    background-image: url(../img/orientation_web_07.png);
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n08 {
    background-image: url(../img/orientation_web_08.png);
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n09 {
    background-image: url(../img/orientation_web_09.png);
    position: relative;
    left: calc(-50px - 12px);
}

.orientation.web .title_number.n10 {
    background-image: url(../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; */
    position: relative;
    width: 100vw;
    aspect-ratio: 1440 / 200;
    background-size: cover;
}

.footer.up.second {
    padding: 10px 0;
    aspect-ratio: 1440 / 150;
    background-color: #18B7CD;
}

.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: 20px;
    right: 50px;
    max-width: 120px;
    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: 10px;
    right: 10px;
    font-size: 0;
    z-index: 1;
}

.page-top a {
    content: "";
    background-image: url(../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/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;
}

#list {
    padding: 0 0 30px;
    margin: 0 auto;
}

#list ul {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
    gap: 0px;
    margin-left: 15px;
    margin-right: 15px;
    list-style: none;
    padding-left: 0;
}

#list li {
    width: 147px;
    text-align: center;
}

#list li img {
    transition: all .3s;
}

#list li img:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.check01_03 {
    background-color: #E8528E;
}

.check01_03 .container {
    position: relative;
    height: 200px;
}

.check01_03 .container .row {
    align-items: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media (min-width: 1240px) {
    .container {
        max-width: 1100px;
    }
    .web_present .container {
        max-width: calc(100% - 60px);
    }
    .web_present .row img {
        right: -67px;
    }
    .container.two_bnr {
        display: none;
    }
    .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;
    }
    .pickup .row {
        /* flex-direction: row !important; */
    }
    .check01_03 .col {
        padding-right: 0;
    }
}

@media (max-width:1200px) {
    .navbar .pc_nav {
        left: 47%;
    }
    .pickup .row {
        /* flex-direction: row !important; */
    }
    .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;
    }
    .navbar .pc_nav {
        right: 30px;
    }
}

@media (min-width:992px) {
    .container.new_top_bnr {
        /* margin-top: -140px; */
        text-align: center;
    }
    .container.new_top_bnr img {
        width: auto;
        max-width: 100vw;
        max-height: calc(100vh - 88px);
        /* margin: 0 auto; */
        aspect-ratio: 2880 / 1580;
    }
    .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;
    }
    .navbar-brand {
        padding-left: 40px;
    }
}

@media (max-width:992px) {
    .pc:not(.gakka_pc) {
        display: none !important;
    }
    .sp:not(.gakka_sp) {
        display: block !important;
    }
    .tobira {
        /* background-image: url(../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/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 !important;
    }
    .raijo_footer.second .w720 {
        margin-top: -110px;
    }
    .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: #fff;
        border-bottom: 1px solid #ddd;
    }
    .tobira .container.two_bnr_sp {
        padding: 0;
        /* margin-top: 26px; */
        text-align: center;
    }
    .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;
    }
    .offcanvas-header {
        border-bottom: 1px solid #000;
    }
    .two_bnr {
        display: none;
    }
    .two_bnr_sp {
        display: block;
    }
    .container.new_top_bnr {
        display: none;
    }
}

@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_sp .btn::after {
        content: "";
        background-image: url(../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/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;
    }
}

.new_top_bnr {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    max-width: unset;
    padding: 0;
}

.tobira {
    position: relative;
}

.tobira .scrolldown2 {
    position: absolute;
    bottom: 80px;
    left: 30px;
    z-index: 999;
    width: 20px;
    height: 100px;
}

.tobira .scrolldown2 a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.scrolldown2 span {
    position: absolute;
    left: -8px;
    bottom: 56px;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scrolldown2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

.scrolldown2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 1px;
    width: 2px;
    height: 80px;
    background: #000;
}

@keyframes circlemove {
    0% {
        bottom: 45px;
    }
    100% {
        bottom: -35px;
    }
}

@keyframes cirlemovehide {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 992px) {
    .tobira .scrolldown2 {
        position: absolute;
        bottom: 46px;
        left: 9px;
    }
}

#takamaru {
    padding-top: 0;
    background-image: url(../img/takamaru_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: bottom;
    padding-top: 120px;
}

#takamaru .container {
    width: 100%;
    aspect-ratio: 1200 / 930;
    position: relative;
    margin: 0 auto;
    max-width: 800px !important;
}

#takamaru .container .anime_01 {
    aspect-ratio: 256 / 788;
    width: 24%;
    position: absolute;
    top: 0;
    right: 0;
    max-height: 100vh;
}

#takamaru .container .anime_02 {
    aspect-ratio: 266 / 830;
    width: 24%;
    position: absolute;
    top: 0;
    right: calc(24% + 30px);
    max-height: 100vh;
}

#takamaru .container .anime_03 {
    aspect-ratio: 600 / 369;
    width: calc(50% - 40px);
    position: absolute;
    top: 0;
    left: 0;
}

#takamaru .container .anime_04 {
    aspect-ratio: 455 / 455;
    width: calc(50% - 40px);
    position: absolute;
    bottom: 8%;
    left: 0;
}

#section1 {
    position: relative;
    background-color: #F9ECC8;
    /* background-image: url(../img/section1_border_bg.png); */
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding-top: 30px;
    padding-bottom: 90px;
    border-left: 40px solid #C30D23;
    border-right: 40px solid #C30D23;
}

#section1 .number_01 {
    position: relative;
}

#section1 .number_01 .section_number {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#section1.second .number_01 .section_number {
    width: 180px;
    height: 34px;
    top: -15px;
}

#section1 .container.frame {
    position: relative;
    background-color: #fff;
    padding: 70px 110px 70px;
    border-radius: 25px;
    width: calc(100vw - 30px);
    border: 10px solid #C30D23;
}

#section1_sub .container {
    padding: 0 100px 70px;
    width: calc(100vw - 30px);
}

#section1.second .container.frame.second {
    padding: 30px 40px 70px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#section1.second .container.frame.third {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
}

#section1.second .container.frame.third .section1_col.reverse {
    margin-top: 0;
}

#section1.second .container.frame.third .section1_col.reverse h3 {
    color: #355BA8;
}

#section1.second {
    background-color: #FDEFD3;
}

#section1 .container .section1_title_line {
    position: absolute;
    top: calc(70px + 60px);
    left: 0;
}

#section1::before {
    /* content: "";
    width: 50vw;
    height: 141px;
    background-image: url(../img/section1_title_line_out_1.svg);
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    top: calc(70px + 60px + 121px);
    left: 0; */
}

.section_title_pc {
    display: block;
}

.section_title_sp {
    display: none;
}

.section1_col {
    margin-top: 80px;
    gap: 0;
}

h3 {
    font-size : 35px;
    font-weight : bold;
    line-height : 55px;
    color : #000;
}

#section1 .section1_bg_after {
    position: absolute;
    bottom: 0;
    left: 0;
}

#section2 {
    position: relative;
    /* background-image: url(../img/section2_border_bg.png);
    background-size: 100% auto;
    background-repeat: repeat-y; */
    border-left: 40px solid #E85377;
    border-right: 40px solid #E85377;
}

#section2 .container {
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 70px;
    width: calc(100vw - 30px);
}

#section2 .container .section2_title_line {
    position: absolute;
    top: calc(70px + 30px);
    left: 0;
}

#section2::before {
    /* content: "";
    width: 500px;
    height: 70px;
    background-image: url(../img/section2_title_line_out.svg);
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    top: calc(70px + 60px + 160px);
    left: -324px; */
}

.section2_title_pc {
    display: block !important;
}

.section2_3ph {
    gap: 30px;
}

.section2_3ph .col {
    padding-left: 0;
    padding-right: 0;
}

.section2_endp {
    font-size: 35px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.footer.up {
    position: relative;
}

.footer.up img {
    width: 390px;
    height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all .3s;
}

.footer.up.second img {
    width: auto;
    aspect-ratio: 841 / 70;
    max-height: 70px;
}

.footer.up img:hover {
    opacity: .7;
    transition: all .3s;
}

.section1_col.reverse {
    margin-top: 45px;
}

.section1_col.reverse {
    padding-bottom: 45px;
    border-bottom: 2.54px solid #000;
}

.section1_col.reverse:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.section1_col.reverse h4 {
    /* color: #E3007F; */
}

.mt-100 {
    margin-top: 100px;
}

.bnr_shutsugan img {
    transition: all .3s;
}

.bnr_shutsugan img:hover {
    /* transition: all .3s;
    opacity: .9; */
}

.koukou1_2_bnr_png {
    position: relative;
    background-color: #F4A769;
    aspect-ratio: 1440 / 400;
}

.koukou1_2_bnr_png img {
    aspect-ratio: 956 / 268;
    height: 60%;
    position: absolute;
    top: calc(50% - 27px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.koukou1_2_bnr_png p {
    display: inline-block;
    line-height: 1.4;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.koukou_1_2_3btn {
    padding: 50px 0 !important;
}

.koukou_1_2_3btn .row {
    gap: 20px;
}

.koukou_1_2_3btn .col {
    position: relative;
    text-align: center;
    transition: all .3s;
}

@media (min-width:576px) {
    .koukou_1_2_3btn .col:not(.nohover):hover {
        transition: all .3s;
        transform: scale(1.1);
    }    
}

.koukou_1_2_3btn .col p {
    width: 100%;
    font-size: 20px;
    color: #EB789D;
    font-weight: 800;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.koukou_1_2_3btn .col a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#section1.second .container.frame.third .section1_col.reverse:not(:first-child) {
    margin-top: 50px;
}

#section1.second {
    padding-top: 10px;
}

#koukou_section_1,
#koukou_section_2 {
    padding-top: 30px !important;
    margin-top: 40px;
}

@media (max-width: 1360px) {
    .list7_title {
        width: 90%;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .section1_ph {
        margin-top: 20px;
    }
    .row.col2.second .section1_ph {
        margin-top: 0;
    }
    #section1.second .container.frame.third .section1_col.reverse .section1_ph {
        margin-top: 0;
    }
    #section1.second .container.frame.third .section1_col.reverse:first-child,
    #section1.second .container.frame.third .section1_col.reverse:first-child .section1_ph {
        margin-top: 0;
    }
    .section1_col.reverse .col-7 {
        padding-right: 0;
        padding-left: 15px;
    }
    .section1_col.second {
        flex-wrap: nowrap;
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .footer.up.second img { 
        width: auto;
        height: 80%;
    }
}

@media (max-width: 992px) {
    .section1_col {
        margin-top: 50px;
        flex-direction: column;
        gap: 0;
    }
    .section2_3ph {
        flex-direction: column;
        gap: 60px;
    }
    .section1_col.reverse {
        flex-direction: column-reverse;
    }
    .col-7 {
        width: 100%;
    }
    .col-7 img {
        margin-bottom: 30px;
    }
    .section_1_tab {
        max-height: 23px !important;
    }
    .section2_title_pc {
        display: none !important;
    }
    #section2 {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: -1px;
    }
    .check01_03 .row {
        flex-direction: column;
        gap: 20px;
    }
    #section1 .number_01 .section_number {
        width: 75px;
        height: 75px;
        top: -37px;
    }
    .section1_col.reverse {
        padding-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .koukou_1_2_3btn .row {
        gap: 20px;
        flex-direction: column;
    }
    .first_3menu.second .koukou_1_2_3btn .row {
        gap: 10px;
        flex-direction: row;
    }
    .koukou_1_2_3btn .col {
        height: 100px;
    }
    .first_3menu.second .koukou_1_2_3btn .col {
        height: unset;
    }
    .koukou_1_2_3btn .col p {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    #section1 {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .section1_title {
        margin-left: -15px;
    }
    #section1 .container.frame,
    #section1_sub .container,
    #section2 .container {
        padding: 50px 15px;
    }
    #section1.fourth .container.frame.mt-100 {
        margin-top: 40px !important;
        padding-bottom: 10px;
    }
    #section1.fourth {
        padding-bottom: 50px !important;
    }
    #section1::before {
        content: "";
        height: 70px;
        top: calc(50px + 60px + 51px);
        left: 0;
    }
    #section1::before {
        display: none;
    }
    .section_title_pc {
        display: none !important;
    }
    .section_title_sp {
        display: block !important;
    }
    #section2 .section_title_pc {
        display: none !important;
    }
    #section2 .section_title_sp {
        display: block !important;
    }
    .footer.up {
        position: relative;
        width: 100vw;
        aspect-ratio: 779 / 477;
        background-size: cover;
    }
    .footer.up img {
        width: 350px;
        height: 58px;
    }
    .footer.up.second img {
        width: 90%;
        height: auto;
        padding-left: 20px;
    }
    #takamaru {
        padding-top: 50px;
    }
    #takamaru .container {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 0;
    }
    h3 {
        font-size: 30px;
        line-height: 1.4;
    }
    #takamaru .container .anime_02 {
        right: calc(24% + 6px);
    }
    #takamaru .container .anime_03 {
        width: calc(50% - 10px);
    }
    #takamaru .container .anime_04 {
        width: calc(50% - 20px);
    }
    #list ul {
        gap: 10px;
        margin-bottom: 10px;
    }
    #list li {
        width: 25%;
    }
    #list li img {
        width: 100%;
        height: unset;
    }
    .check01_03 .container {
        height: 150px;
    }
    .check01_03 .col {
        padding-right: 0;
        margin-left: 15px;
        padding-right: 15px;
    }
    .section1_col.reverse {
        margin-top: 25px;
        padding-bottom: 0;
        border-bottom: none;
    }
    .section1_col.reverse .col:first-child p {
        padding-bottom: 35px;
        border-bottom: 2.54px solid #000;
    }
    .section1_col.reverse:last-child .col:first-child p {
        padding-bottom: 0;
        border-bottom: none;
    }
    .koukou1_2_bnr_png {
        aspect-ratio: 1440 / 600;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .koukou1_2_bnr_png img {
        height: 50%;
    }
    .koukou1_2_bnr_png p {
        width: 80%;
    }
    #section1.second .container.frame.third .section1_col.reverse:not(:first-child) {
        margin-top: 20px;
    }
    #section1.second .container.frame.second {
        padding: 30px 0 70px 30px
    }
    #section1.second .container.frame.third .section1_col.reverse img {
        margin-bottom: 0;
    }
    #list7-6, #list7-7 {
        padding-bottom: 10px !important;
    }
    #section1.fourth h3, #list7-7 h3 {
        margin-bottom: 20px !important;
    }
    .footer.up.second {
        aspect-ratio: 2880 / 460;
        background-position-x: -70px;
    }
}

#section1.fourth {
    padding-top: 10px;
    padding-bottom: 90px;
}

@media (min-width:1200px) {
    #list7-7 h3,
    #section1.fourth h3 {
        margin-right: 60px;
    }    
}

.koukou_3_bnr {
    padding: 50px 0 90px;
    background-color: #F4A769;
}

@media (min-width:576px) {
    #section1.fourth .container.frame {
        padding: 60px 40px 30px;
    }
}

@media (max-width:576px) {
    .koukou_3_bnr {
        padding: 50px 0 50px;
    }
}

.copyright {
    text-align: center;
    font-size: 11px;
    padding: 26px 0 8px 0;
    background: #f8f8f8;
    color: #555;
}
.copyright a {
    color: #555;
    font-weight: 400;
    text-decoration: underline;
}
.copyright a:hover {text-decoration: none;}

.copyright .link {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
}
.copyright .link li {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (max-width: 992px) {
    .copyright {
        padding-bottom: 80px;
    }
}

.carousel-control-next-icon {
    background-image: url(../img/btn_page_top@2x.png);
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
}

.carousel-control-prev-icon {
    background-image: url(../img/btn_page_top@2x.png);
    transform: rotate(270deg);
    width: 30px;
    height: 30px;
}

.carousel-item img {
    width: 100%;
}

#carouselExample2 .carousel-control-next-icon,
#carouselExample2 .carousel-control-prev-icon {
    width: 60px;
    height: 60px;
}

#undertop_tokuten {
    background-color: #E9F66B;
    padding-bottom: 70px;
}

#undertop_tokuten h3 {
    text-align: center;
    padding: 60px 0;
    color: #AF814B;
    font-size: 60px;
}

#nyushi_taisaku h3 {
    text-align: center;
    padding: 60px 0;
    color: #C30D23;
    font-size: 60px;
}

.first_3menu:not(.second) {
    background-color: #C30D23;
}

#undertop_tokuten .container,
.first_3menu .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container.frame h4 {
    color: #C30D23;
    text-align: center;
    font-size: 50px;
}

.arrow_under {
    text-align: center;
    padding: 30px 0;
}

.arrow_under img {
    max-width: 70px;
}

.first_3menu.second .koukou_1_2_3btn {
    padding: 50px 0 0 !important;
}

#section1_sub h4 {
    font-size: 50px;
    color: #F0936E;
    text-align: center;
    padding: 20px 0;
    margin: 100px auto 50px;
    border-top: 2.54px solid #F0936E;
    border-bottom: 2.54px solid #F0936E;
}

.section3_h4 {
    font-size: 50px;
    color: #E85377;
    text-align: center;
    padding: 10px 0 30px;
    margin: 0 auto 50px;
    border-top: 2px solid #E85377;
    border-bottom: 2px solid #E85377;
    position: relative;
}

.section3_h4::before {
    content: "";
    background-image: url(../img/section3_h4_square.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 26%;
    max-width: 200px;
    height: auto;
    aspect-ratio: 216 / 35;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.section3_h4::after {
    content: "";
    background-image: url(../img/section3_h4_square.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 26%;
    max-width: 200px;
    height: auto;
    aspect-ratio: 216 / 35;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#section1_sub .row.col2 {
    gap: 10px;
}

#section1_sub .row.col2 img {
    margin-top: 0 !important;
}

h5 {
    font-size: 30px;
}

#section2 {
    padding-top: 0px;
    background-color: #F2E3D6;
    position: relative;
}

#section2::before {
    content: "";
    background-image: url(../img/section2_bg_left_bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 244px;
    height: 347px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#section2::after {
    content: "";
    background-image: url(../img/section2_bg_right_bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 291px;
    height: 291px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#koukou_1_2 {
    border-bottom: 40px solid #E85377;
}

#koukou_1_2_sp {
    border-bottom: 10px solid #E85377;
}

#section2 h3 {
    text-align: center;
    padding: 60px 0 20px;
    color: #724597;
    font-size: 60px
}

#section2 .row.col2 h5 {
    color: #18B7CD;
}

#section2 .container {
    position: relative;
    background-color: #fff;
    padding: 70px 110px 70px;
    border-radius: 25px;
    width: calc(100vw - 30px);
    z-index: 1;
}

#section2 .container::before {
    content: "";
    /* background-image: url(../img/section2_fukidashi.png); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 40px;
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#section2 .row.col2 {
    gap: 10px;
}

.container.number_01.frame.second h4 {
    margin-bottom: 30px;
}

.container.number_01.frame.second h4.mt-5 {
    margin-top: 80px !important;
}

.container.number_01.frame.second .col2.mt-5 {
    margin-top: 10px !important;
}

#section2 {
    padding-bottom: 100px;
}

.shitsumon .btn {
    margin-top: 50px;
    position: relative;
    display: block;
    font-size: 30px;
    background-color: #E85377;
    border-color: #E85377;
    font-weight: 800 !important;
    height: 100px;
    padding-top: 25px !important;
    transition: all .3s;
}

.shitsumon .btn::after {
    content: "";
    background-image: url(../img/shitsumon_btn_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 43px;
    height: 16px;
    position: absolute;
    bottom: 12px;
    top: unset;
}

.shitsumon .btn:hover {
    background-color: #c13d59;
    border-color: #c13d59;
    transition: all .3s;
}

.shitsumon .btn:focus {
    box-shadow: unset !important;
}

.bnr_shutsugan {
    position: relative;
    width: 100%;
    height: auto;
    /* background-image: url(../img/last_bnr_bg2.png); */
    background-repeat: no-repeat;
    background-size: 100%;
    aspect-ratio: 2880 / 800;
}

.bnr_shutsugan svg {
    /* position: absolute;
    width: 90vw;
    max-width: 1000px;
    margin-inline: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
}

.last_bnr_btn .cls-3 {
    transition: all .3s;
}

.last_bnr_btn:hover .cls-3 {
    transition: all .3s;
    fill: #c13d59;
}

@media (max-width: 1200px) {
    .section3_h4::before, .section3_h4::after {
        max-width: 116px;
    }
}

@media (max-width: 992px) {
    #section1 .container.frame, #section1_sub .container, #section2 .container {
        padding: 30px 15px 20px;
    }
}

@media (max-width: 768px) {
    .shitsumon .btn {
        font-size: 22px;
        height: 60px;
        padding-top: 13px !important;
        margin-top: 40px;
    }
    .shitsumon .btn::after {
        width: 26px;
        height: 9px;
        bottom: 20px;
        right: 15px;
    }
    #undertop_tokuten {
        padding-bottom: 35px;
    }
    #undertop_tokuten h3,
    #nyushi_taisaku h3,
    #section2 h3 {
        font-size: 35px;
        padding: 35px 0 0;
    }
    #section2 h3 {
        padding-bottom: 20px;
    }
    .first_3menu .koukou_1_2_3btn,
    .first_3menu .col {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .online_shiken {
        padding: 35px 0 !important;
    }
    #section1 .container.frame,
    #section1_sub .container,
    #section2 .container {
        padding: 30px 15px 20px;
    }
    #section1 .container.frame {
        border: 5px solid #C30D23;
    }
    #section1_sub .container {
        padding-top: 0 !important;
    }
    #section2 .container {
        padding-top: 15px !important;
    }
    .first_3menu.second .col {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .first_3menu.second .koukou_1_2_3btn {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 20px !important;
        padding-bottom: 10px !important;
    }
    .first_3menu.third .koukou_1_2_3btn {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .container.frame h4 {
        font-size: 30px;
    }
    .container.number_01.frame.second h4 {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    p.mt-5 {
        margin-top: 1.5rem !important;
    }
    #section1_sub {
        padding-bottom: 60px;
    }
    #section1_sub h4 {
        font-size: 35px;
        padding: 10px 0;
        margin: 50px auto;
    }
    #section1_sub .row.col2,
    #section2 .row.col2 {
        flex-direction: column;
    }
    #section1_sub .row.col2:not(.second) {
        gap: 50px;
    }
    #section2 .row.col2 {
        gap: 30px;
    }
    #section2 .col2.mt-5 {
        margin-top: 1.5rem !important;
    }
    .container.number_01.frame.second .col2.second {
        gap: 10px !important;
    }
    .first_3menu:not(.second) {
        background-color: #C30D23;
    }
    .bnr_shutsugan {
        background-image: url(../img/last_bnr_bg2_sp.png);
        aspect-ratio: 390 / 225;
    }
    .bnr_shutsugan svg.sp_only {
        width: 60vw;
        aspect-ratio: 245 / 160;
    }
    #section2 {
        padding-bottom: 60px;
    }
    #undertop_tokuten {
        background-position-y: -3px;
    }
    #carouselExample3 img {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section3_h4 {
        padding: 0 0 10px;
    }
    .section3_h4.second img {
        width: 55% !important;
    }
    .section3_h4::before {
        width: 15%;
        left: 15px;
    }
    .section3_h4::after {
        width: 15%;
        right: 15px;
    }
    #section1 {
        border-left: 5px solid #C30D23;
        border-right: 5px solid #C30D23;
    }
    #section2 {
        border-left: 5px solid #E85377;
        border-right: 5px solid #E85377;
    }
    #section2::before {
        width: 104px;
        height: 148px;
    }
    #section2::after {
        width: 133px;
        height: 133px;
    }
    .section2_h3_1, .section2_h3_2 {
        width: 90% !important;
    }
}

.carousel-control-next, .carousel-control-prev {
    width: 9%;
}