@charset "utf-8";

/* mv */
.mv {
    position: relative;
    height: 900px;
}

.mv .mv_slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.ab_inner {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 0 30px;
}

.mv_slide_arw_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.mv_slide_arw_box a {
    z-index: 2;
    width: 52px;
    height: 52px;
    transition: all 0.3s ease;
}
.mv_slide_arw_box .prev {
    background: url('/img/mv_arw_left.png') no-repeat center / cover;
}
.mv_slide_arw_box .next {
    background: url('/img/mv_arw_right.png') no-repeat center / cover;
}
.mv_slide_arw_box .prev:hover {
    background: url('/img/mv_arw_left_on.png') no-repeat center / cover;
}
.mv_slide_arw_box .next:hover {
    background: url('/img/mv_arw_right_on.png') no-repeat center / cover;
}
.mv_slide .inner {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mv_slide .inner .s_t {
    font-weight: 200;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 55px;
    text-shadow: 0px 3px rgba(0,0,0,0.1);
}
.mv_slide .inner .s_alt {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 80px;
    text-shadow: 0px 3px rgba(0,0,0,0.1);
}
.mv_slide .inner .s_alt b {
    color: #5acdf7;
}
.mv_slide_controll_box {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 300px;    
    padding-left: calc((100% - 1400px) / 2);
    gap: 15px;
}
.mv_slide_controll_box .swiper-pagination {
    position: relative;
    width: unset;
    left: unset;
    bottom: unset;
}
.mv_slide_controll_box .swiper-pagination .swiper-pagination-bullet {
    width: 120px;
    height: 4px;
    background-color: #5b5e6c;
    border-radius: unset;
    opacity: 1;
    position: relative;
}
.mv_slide_controll_box .swiper-pagination .swiper-pagination-bullet-active.animate::after {
    animation: unset;
}
.mv_slide_controll_box .swiper-pagination .swiper-pagination-bullet-active::after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    background-color: #0e4194;
    position: absolute;
    animation: progress 5s forwards;
}
@keyframes progress {
    to {
        width: 100%;
    }
}
.mv_slide_controll_box a {
    z-index: 2;
}

@media all and (max-width:1400px){
    .mv_slide_controll_box {
        width: auto;
        padding-left: 40px;
    }
}
@media all and (max-width:700px){
    .mv_slide_arw_box a {
        display: none;
    }
    .mv_slide .inner .s_alt {
        font-size: 35px;
    }
    .mv_slide .inner .s_t {
        font-size: 18px;
    }
    .mv_slide_controll_box {
        padding-left: 20px;
    }
    .mv_slide_controll_box .swiper-pagination .swiper-pagination-bullet {
        width: 80px;
    }
}
/* END mv */

/* con01 */
.con {
    padding: 100px 0;
}
.main .con01 .inner {
    display: flex;
    flex-wrap: wrap;
}
.main .con01 .inner .left_box {
    width: 60%;
    padding-right: 100px;
}
.main .con01 .inner .right_box {
    width: 40%;
}
.main_con_tit_box {
    display: flex;
    justify-content: space-between;    
}
.main_con_tit_box.border {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000000;
}
.main_con_tit_box .left {
    display: flex;
    align-items: flex-end;
}
.main_con_tit {
    font-weight: 700;
    font-size: 44px;   
}
.main_con_sub_tit {
    font-size: 24px;
    position: relative;
    font-weight: 400;
    padding-left: 15px;
    margin-left: 15px;
    color: #9d9d9d;
}
.main_con_sub_tit::after {
    content: '';
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #e5e5e5;
}
.common_month_wrap .month_tit {
    font-size: 30px;
    font-weight: 700;
    display: flex;    
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.common_month_wrap .month_date {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 0;
}
.common_month_wrap .month_date .date {
    font-size: 24px;
    font-weight: 700;
    color: #56595f;
    letter-spacing: -0.025em;
}
.common_month_wrap .month_tit .arw {
    padding: 5px;
}
.common_month_wrap .month_alt {
    box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.06);
    padding: 40px 30px;
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common_month_wrap .month_alt .arw {
    min-width: 13px;
}
.common_month_wrap .month_alt .date_box {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
}
.common_month_wrap .month_alt .date {
    display: flex;
    font-size: 22px;
    font-weight: 500;
    align-items: center;
    gap: 7px;
    flex-direction: column;
}
.common_month_wrap .month_alt .date.active {
    font-weight: 700;
}
.common_month_wrap .month_alt .date p:first-child {
    width: 45px;
    height: 35px;
    border-radius: 6px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common_month_wrap .month_alt .date.active p:first-child {
    background-color: #0e4194;
    color: #fff;
}
.common_month_wrap .month_alt .date.blue p {
    color: #002b8b;
}
.common_month_wrap .month_alt .date.red p {
    color: #e42929;
}

.common_month_wrap .month_detail p {
    font-size: 20px;
    line-height: 1.6em;
    letter-spacing: -0.025em;
    font-weight: 200;
    color: #666666;
    position: relative;
    padding-left: 20px;
}
.common_month_wrap .month_detail p::after {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0e4194;
}
.main .con01 .main_con_tit_box .right {
    position: relative;
}

.main .con01 .main_con_tit_box .right input {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
}
.main .con01 .calendar_box {    
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    display: flex;
}
.main .con01 .calendar_box .pick_box {
    width: 30%;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
}
.main .con01 .calendar_box .pick_box a {
    padding: 20px;
    width: 100%;
    text-align: center;
}
.main .con01 .calendar_box .pick_box .year {
    color: rgba(34, 34, 34, 0.2);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.025em;
}
.main .con01 .calendar_box .pick_box .year > div {
    padding: 10px 0;
}
.main .con01 .calendar_box .pick_box .year .now {
    color: #222;
}
.main .con01 .calendar_box .date_box {
    width: 70%;
    padding: 25px;
}
.main .con01 .calendar_box .date_box table {
    width: 100%;
    height: 100%;
    text-align: center;
}
.main .con01 .calendar_box .date_box table .red {
    color: #ff001e;
}
.main .con01 .calendar_box .date_box table .blue {
    color: #0099ff;
}
.main .con01 .calendar_box .date_box table .now {
    border-radius: 50%;
    background-color: #f1f1f1;
}
.main .con01 .calendar_box .date_box th,
.main .con01 .calendar_box .date_box td {
    padding: 15px;
    font-size: 16px;
    aspect-ratio: 1;
    max-width: 50px;
}
.main .con01 .calendar_box .date_box td {
    font-weight: 700;
}

@media all and (max-width:1400px){
    .main .con01 {
        margin-top: unset;
    }
    .main .con01 .con_inner::after {
        display: none;
    }
    .main .con01 .con_inner {
        margin: unset;
        padding: 80px 0;
        width: 93.75%;
        margin: 0 auto;
    }
    .main .con01 .inner .left_box,
    .main .con01 .inner .right_box {
        width: 100%;
    }
    .main .con01 .inner .left_box {
        padding-right: unset;
    }
    .main .con01 .calendar_box {
        max-width: 578px;
        margin: 0 auto;
        margin-top: 60px;
    }
}
@media all and (max-width:700px){
    .main_con_tit {
        font-size: 35px;
    }
    .main_con_sub_tit {
        font-size: 20px;
    }
    .main_con_tit_box {
        flex-direction: column;
        gap: 40px;
    }
    .main_con_tit_box .right {
        margin-left: auto
    }
    .con {
        padding: 80px 0;
    }
    .main .con01 .calendar_box .pick_box {
        width: 20%;
        padding: unset;
    }
    .main .con01 .calendar_box .pick_box .year {
        font-size: 20px;
    }
    .main .con01 .calendar_box .date_box {
        width: 80%;
        padding: unset;
    }
}
/* END con01 */

/* con02 */
.main .con02 {
    background: url('/img/main_con02_bg.jpg') no-repeat center / cover;
}
.main_con_tit_box.white .main_con_tit,
.main_con_tit_box.white .main_con_sub_tit {
    color: #fff;
}
a.com_btn01 {
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    width: 100%;
}
.com_btn01.w185 {
    width: 185px;
}
.main .con02_slide .item {
    border-radius: 10px;
    overflow: hidden;
    background-color: #e7ecf5;
}
.main .con02_slide .item .img img {
    width: 100%;
}
.main .con02_slide .item .s_text_box {
    padding: 30px 20px;
}
.main .con02_slide .item .s_text_box .tit {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.main .con02_slide .item .s_text_box .alt {
    font-weight: 200;
    font-size: 18px;
    color: #666;
}
.main .con02_slide_arw .arw {
    width: 52px;
    height: 52px;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.main .con02_slide_arw .prev {
    left: 10px;
    background: url('/img/main_con02_l_arw.png') no-repeat center / cover;
}
.main .con02_slide_arw .prev:hover {
    background: url('/img/main_con02_l_arw_on.png') no-repeat center / cover;
}
.main .con02_slide_arw .next {
    right: 10px;
    background: url('/img/main_con02_r_arw.png') no-repeat center / cover;
}
.main .con02_slide_arw .next:hover {
    background: url('/img/main_con02_r_arw_on.png') no-repeat center / cover;
}
/* END con02 */

/* con03 */
.con_flex_box {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.con_flex_box .f_box {
    width: calc(50% - 30px);
}
.com_board_wrap {
    border-top: 1px solid #000;
}
.com_board_wrap .cb_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 20px;
    font-size: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.com_board_wrap .cb_box .tit {
    font-weight: 300;
}
.com_board_wrap .cb_box.top .tit {
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}
.com_board_wrap .cb_box.top .tit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 10px;
    background: url('/img/main_con03_arw.png') no-repeat center / cover;
}
.com_board_wrap .cb_box .date {
    color: #999;
    letter-spacing: -0.02em;
    min-width: 115px;
    text-align: right;
}

.main .con03 .logo_box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.main .con03 .logo_box .l_box {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 5px);
    border: 1px solid #e5e5e5;
    min-height: 131px;
}

@media all and (max-width:1024px){
    .con_flex_box .f_box {
        width: 100%;
    }
}
@media all and (max-width:700px){
    .main .con03 .logo_box .l_box {
        width: 100%;
    }
}
/* END con03 */
