@charset "utf-8";

/* mv */
.mv {
    position: relative;
    padding: 80px 0;
}

.mv .mv_slide {
    position: relative;
    overflow: hidden;
    padding-bottom: 65px;
}

.mv .mv_slide .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mv .mv_slide .item .mv_txt_box {
    max-width: 36%;
}

.mv_tit {
    font-size: 50px;
    letter-spacing: -0.01em;
    color: #f4953e;
    font-weight: 600;
    line-height: 1.345em;
}

.mv_tit span {
    color: #555555;
}

.mv_alt {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7em;
    letter-spacing: -0.01em;
    color: #666666;
    font-weight: 300;
    word-break: auto-phrase;
}

.mv .mv_slide .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 1px solid #8b8b8b;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    margin: unset;
}

.mv .mv_slide .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px;
}

.mv .mv_slide .swiper-pagination-bullet-active {
    width: 55px;
    border-radius: 7px;
    background-color: #f4953e;
    border: unset;
}

.mv_notice_wrap {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}

.text_ov {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text_ov2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mv_notice_wrap .box {
    flex: 1;
    min-width: 0;
    padding: 40px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.mv_notice_wrap .box .tit {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.01em;
    color: #222222;
}
.mv_notice_wrap .box .alt {
    margin: 20px 0;
    color: #666666;
    font-size: 18px;
    letter-spacing: -0.01em;
    line-height: 1.7em;
}
.mv_notice_wrap .box .b_ment {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #222222;
    position: relative;
    border-bottom: 1px solid #222;
    display: inline-block;
}
.mv_notice_wrap .box .tit,
.mv_notice_wrap .box .alt {
    max-width: 95%;
}
/* .mv_notice_wrap .box:hover {
    border-color: #f4953e;
} */
.mv_notice_wrap .box:hover .b_ment::after {
    display: inline-block;
    content: '';
    width: 13px;
    height: 10px;
    background: url('/img/arw_icon.png') no-repeat center / cover;
    transition: all 0.3s ease-in-out;
    margin-left: 8px;
}
.mv_notice_wrap .box:hover .b_ment {
    color: #f4953e;
    border-color: #f4953e;
}
.bg01 {
    width: 97%;
    border-radius: 0 60px 60px 0;
}

@media all and (max-width:1400px) {
    .mv .mv_slide .item .mv_txt_box {
        max-width: 42%;
    }
    .mv_tit {
        font-size: 50px;
    }
    .mv_alt {
        margin-top: 30px;
    }
}

@media all and (max-width:1024px) {
    .mv .mv_slide .item {
        flex-direction: column;
        gap: 40px;
    }
    .mv .mv_slide .item .mv_txt_box {
        max-width: unset;
    }
    .mv {
        padding: 60px 0;
    }
    .mv .mv_slide {
        padding-bottom: 45px;
    }    
    .mv_notice_wrap .box {
        padding: 35px 25px;
        border-radius: 30px;
    }
}

@media all and (max-width:700px) {
    .mv_tit {
        font-size: 40px;
    }
    .mv_alt{
        font-size: 16px;
    }
    .mv_notice_wrap {
        gap: 20px 0;
    }
    .mv_notice_wrap .box {
        width: 100%;
        flex: unset;
        border-color: #f4953e;
    }
    .mv_notice_wrap .box::after {
        opacity: 1;
    }
}
/* ENd mv */

/* con01 */
.con {
    position: relative;
    padding: 120px 0;
}
.main .con01 {
    padding: 40px 0;
}
.con_com_label {
    font-family: 'Lexend', sans-serif;
    font-size: 24px;
    letter-spacing: -0.01em;
    font-weight: 600;
    color: #f4953e;
    margin-bottom: 30px;
}
.com_img_flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con_com_tit {
    font-weight: 600;
    font-size: 56px;
    letter-spacing: -0.01em;
    color: #f4953e;
}
.con_com_tit span {
    color: #555555;
}
.con_com_alt {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #666666;
    line-height: 1.7em
}
.con_com_alt.white {
    color: #fff;
}
.com_img_flex_box .txt_box {
    max-width: 48%;
    word-break: auto-phrase;
}

@media all and (max-width:1024px) {
    .com_img_flex_box {
        flex-direction: column;
        gap: 30px;
    }
    .com_img_flex_box .txt_box {
        max-width: unset;
    }
    .con_com_label {        
        font-size: 20px;        
        margin-bottom: 20px;
    }
    .con_com_tit {
        font-size: 46px;
    }
}

@media all and (max-width:700px) {
    .con_com_tit {
        font-size: 36px;
    }
    .con_com_alt {
        font-size: 16px;
    }
    .main .con01 .con_com_tit {
        margin-bottom: 30px !important;
    }
    .con {
        padding: 80px 0;
    }
}
/* END con01 */

/* con02 */
.com_bottom_bg {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.main .con02 .row01 {
    position: relative;
    z-index: 1;
    margin-bottom: 450px;
}
.com_center_bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.com_bottom_bg img {
    width: 100%;
}
.com_flex_box01 {
    display: flex;
    flex-wrap: wrap;
}
.com_flex_box01 > div {
    width: 50%;
}
.com_flex_box01 .img {
    border-radius: 30px 30px 0 30px;
    overflow: hidden;
}
.com_flex_box01 .img img {
    width: 100%;
}
.com_flex_box01 .txt_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.com_flex_box01 .txt_box .tit {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #222;
}
.com_flex_box01 .txt_box .con_com_alt {
    margin: 20px 0;
}
a.com_btn01 {  
    z-index: 1;
    position: relative;
}
a.com_btn01 .box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 0 35px;
    height: 63px;
    border-radius: 31.5px;
    border: 1px solid #f4953e;
    transition: all 0.3s ease-in-out;
    font-family: 'Lexend', sans-serif;
    color: #f4953e;
    font-weight: 600;
    letter-spacing: -0.01em;
    background-color: #fff;
}
a.com_btn01 .arw {
    transition: all 0.3s ease-in-out;
    width: 13px;
    height: 10px;
    background: url('/img/arw_icon.png') no-repeat center / cover;
}
a.com_btn01 .btn_style01 {
    z-index: -1;
}
a.com_btn01 .btn_style01::before {
    content: '';
    position: absolute;
    bottom: 0;
    top: -3px;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 31.5px;
    transition: all 0.3s ease-in-out;
    background-color: #f4953e;
    z-index: -1;
}
a.com_btn01:hover .arw {
    background: url('/img/arw_icon_active.png') no-repeat center / cover;
}
a.com_btn01:hover .box {
    color: #fff;
    background-color: #f4953e;
}
a.com_btn01:hover .btn_style01::before {
    top: 0;
}
.row01 .com_flex_box01 + .com_flex_box01 {
    margin-top: 30px;
}
.com_flex_box01.reverse {
    flex-direction: row-reverse;
}
.com_flex_box01.reverse .img {
    border-radius: 0 30px 30px 30px;
}
.com_flex_box02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.com_link_box {
    border-radius: 0 60px 0 60px;
    padding: 100px 60px;
    width: 100%;
    background-color: #f4953e;
}
.com_flex_box02 .com_link_box {
    max-width: 385px;
}
.com_link_box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #fff;
}
.com_link_box a + a {
    margin-top: 50px;
}
.com_link_box a img {
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}
.com_link_box a:hover img {
    margin-right: 0;
}
.com_flex_box02 .txt_box {
    text-align: right;
}
.com_flex_box02 .txt_box .tit {
    font-family: 'Lexend', sans-serif;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #f4953e;
}
.com_flex_box02 .txt_box .tit span {
    color: #fff;
}
.con_com_txt_box.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

@media all and (max-width:1400px) {
    .main .con02 .row01 {
        margin-bottom: 10vh;
    }
}

@media all and (max-width:1024px) {
    .com_flex_box01 > div {
        width: 100%;
    }
    .com_flex_box01 {
        gap: 30px;
    }
    .row01 .com_flex_box01 + .com_flex_box01 {
        margin-top: 60px;
    }
    .com_flex_box02 {
        flex-direction: column;
        gap: 40px;
    }
    .com_link_box {
        padding: 60px 40px;
        width: 100%;
        background-color: #f4953e;
    } 
    .com_flex_box02 .com_link_box {
        max-width: unset;
    }
}
@media all and (max-width:700px) {
    .main .con02 .con_com_alt.white {
        word-break: auto-phrase;
    }
    .main .con02 .con_com_alt.white br {
        display: none;
    }
    .main .con02 .con_com_alt {
        font-size: 14px;
    }
    .main .con02 .com_flex_box02 .txt_box .tit span {
        color: #f4953e;
    }
    .com_flex_box01 .txt_box .tit {
        font-size: 26px;
    }
}
/* END con02 */

/* con03 */
.main .con03_slide {
    overflow: hidden;
}
.main .con03_slide .item .img {
    aspect-ratio: 1/0.59;
    overflow: hidden;
    border-radius: 30px;
}
.main .con03_slide .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main .con03_slide .item .txt_box {
    margin-top: 30px;
}
.main .con03_slide .item .txt_box .tit {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #222;
    margin-bottom: 15px;
}
.main .con03_slide .item .txt_box .alt {
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #666666;
    line-height: 1.5em;
}
.com_flex_box03 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.com_flex_box03 > div {
    border-radius: 0 50px 50px 50px;
    padding: 65px 60px;
    padding-right: 85px;
    position: relative;
    width: calc(50% - 20px);
}
.com_flex_box03 .box.pink {
    background-color: #f9f4ef;
}
.com_flex_box03 .box.yellow {
    background-color: #f9f8ef;
}
.com_flex_box03 .box .tit {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #222;
    margin-bottom: 45px;
}
a.com_link_btn01 {
    aspect-ratio: 1/1;
    border-radius: 50%;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4953e;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.01em;
    font-family: 'Lexend', sans-serif;
    line-height: 1;
}
.com_flex_box03 .com_link_btn01 {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.com_flex_box03 .alt_box p {
    position: relative;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #666666;
}
.com_flex_box03 .alt_box p + p {
    margin-top: 40px;
}
.com_flex_box03 .alt_box p img {
    margin-top: 5px;
}

@media all and (max-width:1400px) {
    .com_flex_box03 > div {
        padding: 45px 30px;
        padding-right: 75px;
    }
    .com_flex_box03 .box .tit {
        font-size: 28px;
        margin-bottom: 35px;
    } 
    a.com_link_btn01 {
        width: 60px;
    }
    .com_flex_box03 .alt_box p {
        font-size: 18px;
    }
    .com_flex_box03 .alt_box p + p {
        margin-top: 30px;
    }
}

@media all and (max-width:1024px) {
    .com_flex_box03 > div {
        width: 100%;
    }
}

@media all and (max-width:700px) {
    .com_flex_box03 > div {
        padding: 40px 30px;
        padding-bottom: 65px;
    }
    a.com_link_btn01 {
        width: 50px;
    }
}
/* END con03 */