@charset "utf-8";

/* ===== top.css ===== */
/* -- mv -- */
#mv {
    position: relative;
    overflow: hidden;
    padding: 178px 15px 0;
    height: 643px;
}
/* - mv_slider - */
#mv_slider {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -10;
}
#mv_slider .splide__track {
    height: 100%;
}
#mv_slider .img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#mv_slider .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100.1%;
    max-width: none;
    height: 100.1%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
#mv_slider .sub {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    color: #FFF;
    position: absolute;
    top: 124px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 20;
}
#mv .logo {
    text-align: center;
}
#mv .search {
    margin: 70px auto 0;
    padding: 49px 34px 0;
    max-width: 1100px;
    border: 1px solid #967F00;
    background: #091141;
}
#mv .search_pop {
    display: flex;
    flex-wrap: wrap;
}
#mv .search_pop > * {
    background: #FFF;
    border-radius: 5px;
}
#mv .search_pop a {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 19px 0 21px;
    height: 76px;
}
#mv .search_pop a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    margin: auto;
    height: 54px;
    border-right: 1px dashed #6068C3;
    content: "";
}
#mv .search .submit {
    margin: 30px auto -29px;
    max-width: 160px;
}
#mv .search .submit input {
    line-height: 1.5;
    color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.6rem;
    border: 1px solid #967F00;
    border-radius: 0.5rem;
    background: #967F00;
}
@media screen and ( min-width: 901px ) {
    #mv .search_pop > * {
        width: 24.273%;
    }
    #mv .search_pop > :not(:nth-child(4n)) {
        margin-right: 0.9693%;
    }
}
@media screen and ( max-width: 900px ) {
    #mv {
        margin: 0 15px;
        padding: 102px 0 0;
        height: auto;
    }
    /* - mv_slider - */
    #mv_slider .splide__track {
        height: 225px;
    }
    #mv_slider .sub {
        font-size: 14px;
        top: 71px;
    }
    #mv .logo {
        margin: 0 auto 0;
        max-width: 295px;
    }
    #mv .search {
        margin: 76px auto 0;
        padding: 30px 20px;
        border: none;
    }
    #mv .search_pop {
        display: block;
    }
    #mv .search_pop > * {
        width: 100%;
    }
    #mv .search_pop > *:not(:last-child) {
        margin-bottom: 10px;
    }
    #mv .search_pop a {
        font-size: 16px;
        height: 66px;
    }
    #mv .search .submit {
        margin: 20px auto 0;
    }
    #mv .search .submit input {
        font-size: 16px;
        height: 56px;
    }
}
@media screen and ( max-width: 600px ) {
    #mv {
        background: url(/asset/img/top/mv_bg.png) no-repeat top center / auto 300px;
    }
}
@media screen and ( max-width: 375px ) {
    #mv {
        background: url(/asset/img/top/mv_bg.png) no-repeat top center / auto 220px;
    }
}

/* -- aboutSection -- */
#aboutSection {
    margin-top: 40px;
    padding-bottom: 48px;
}
/* - autoScroll_slider - */
#autoScroll_slider img {
    width: 100%;
    max-width: none;
}
.aboutSection_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 111px auto 0;
    max-width: 905px;
}
.aboutSection_inner > .tit {
    color: #1E2864;
    width: 48%;
}
.aboutSection_inner .tit .subTit {
    font-size: 18px;
    position: relative;
    width: fit-content;
}
.aboutSection_inner .tit .subTit::after {
    position: absolute;
    bottom: 1px;
    right: 0;
    left: -1px;
    margin: 0 auto;
    height: 1px;
    background: #1E2864;
    content: "";
}
.aboutSection_inner .tit .tit {
    font-size: 50px;
    line-height: 1.5;
    margin-top: 17px;
}
.aboutSection_inner .txt {
    font-size: 20px;
    margin-top: 6px;
    width: 100%;
}
.aboutSection_inner .txt > * span {
    display: inline-block;
    padding-bottom: 15px;
}
.aboutSection_inner .txt > * span img {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: 3px;
}
.aboutSection_inner .txt .btn {
    margin-top: 37px;
    max-width: 276px;
}
.aboutSection_inner .txt .btn a {
    font-size: 16px;
    line-height: 1.5;
    color: #967F00;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 76px;
    border: 1px solid #967F00;
    border-radius: 0.5rem;
    background: #fff;
}
.aboutSection_inner .txt .btn a::after {
    display: inline-block;
    margin-left: 40px;
    width: 10px;
    height: 22px;
    background: url(/asset/img/common/arrow.svg) no-repeat 0 0/100% auto;
    content: "";
    transform: scaleX(-1);
}
@media screen and ( max-width: 900px ) {
    #aboutSection {
        margin-top: 58px;
        padding-bottom: 80px;
    }
    .aboutSection_inner {
        margin: 72px auto 0;
    }
    .aboutSection_inner > .tit {
        width: 100%;
    }
    .aboutSection_inner .tit .subTit {
        font-size: 16px;
    }
    .aboutSection_inner .tit .subTit::after {
        bottom: 0;
        right: 7px;
        left: 0;
    }
    .aboutSection_inner .tit .tit {
        font-size: 40px;
        margin-top: 20px;
    }
    .aboutSection_inner .txt {
        font-size: 18px;
        margin-top: 30px;
        width: 100%;
    }
    .aboutSection_inner .txt > * span {
        padding-bottom: 12px;
    }
    .aboutSection_inner .txt > * span img {
        margin-right: 11px;
        top: 0;
        max-width: 251px;
    }
    .aboutSection_inner .txt .btn {
        margin-top: 41px;
    }
}

/* -- signUpBox -- */
.signUpBox .btnN {
    margin-top: 42px;
}
@media screen and ( max-width: 900px ) {
    .signUpBox .btnN {
        margin-top: 33px;
    }
}

/* -- section_tit -- */
.section_tit {
    font-size: 30px;
    line-height: 1.5;
    color: #1E2864;
}
.section_tit span {
    font-size: 12px;
    letter-spacing: 2.4px;
    color: #1E2864;
    display: block;
    margin-bottom: 5px;
}
@media screen and ( max-width: 900px ) {
    .section_tit {
        font-size: 24px;
    }
    .section_tit span {
        font-size: 11px;
        letter-spacing: 2.2px;
        margin-bottom: 6px;
    }
}

/* -- section_btn -- */
.section_btn a {
    color: #967F00;
}
.section_btn a::before {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 15px;
    width: 10px;
    height: 22px;
    background: url(/asset/img/common/arrow.svg) no-repeat 0 0/100% auto;
    content: "";
    transform: scaleX(-1);
}
@media screen and ( max-width: 900px ) {
    .section_btn a::before {
        top: 6px;
    }
}

/* -- columnSection -- */
#columnSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 120px 0 107px;
    background: url(/asset/img/top/columnSection_bg.png) no-repeat 0 0 / cover;
}
#columnSection > .txt {
    margin: 1px 3% 0 0;
    width: 20.5%;
}
#columnSection > .txt .txt {
    margin-top: 44px;
}
#columnSection > .txt .section_btn {
    margin-top: 47px;
}
/* - slider - */
#columnSection #slider {
    width: 65%;
}
#columnSection #slider .img {
    padding: 10px;
    background: #FFF;
}
#columnSection #slider .img img {
    width: 100%;
    max-width: none;
}
#columnSection #slider .txt {
    font-size: 14px;
    margin-top: 13px;
    min-height: 61px;
}
#columnSection #slider .day {
    font-size: 12px;
    line-height: 1.5;
}
@media screen and ( max-width: 900px ) {
    #columnSection {
        padding: 98px 20px 100px;
    }
    #columnSection > .txt {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 10px;
        width: 100%;
    }
    #columnSection .section_tit {
        width: 100%;
    }
    #columnSection > .txt .txt {
        margin-top: 27px;
    }
    #columnSection > .txt .section_btn {
        margin-top: 48px;
    }
    /* - slider - */
    #columnSection #slider {
        margin-top: 43px;
        width: 100%;
    }
    #columnSection #slider .splide__slide {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    #columnSection #slider .splide__slide:not(:last-child) {
        margin-bottom: 20px;
    }
    #columnSection #slider .img {
        width: 41.795%;
        padding: 5px;
    }
    #columnSection #slider .txt {
        font-size: 12px;
        line-height: 1.91;
        margin-top: 0;
        padding: 18px 0;
        min-height: auto;
        width: 53.3%;
    }
    #columnSection #slider .day {
        font-size: 11px;
        position: absolute;
        bottom: 3px;
        right: 0;
        width: 53.3%;
    }
}

/* -- columnSection -- */
.newsSection_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 95px auto 0;
    max-width: 1080px;
}
.newsSection_inner > .txt {
    margin-top: 22px;
}
.newsSection_inner > .txt > .section_btn {
    margin-top: 47px;
}
.newsSection_inner .newBox {
    margin-top: 0;
    width: 69.445%;
}
@media screen and ( max-width: 1120px ) {
    .newsSection_inner {
        margin: 98px 20px 0;
        width: auto;
    }
}
@media screen and ( max-width: 900px ) {
    .newsSection_inner {
        display: block;
        margin: 98px auto 0;
    }
    .newsSection_inner > .txt {
        margin: 0 20px 0;
    }
    .newsSection_inner > .txt > .section_btn {
        margin-left: 10px;
    }
    .newsSection_inner .newBox {
        margin-top: 47px;
        width: 100%;
    }
}

/* -- mypagePopup -- */
.mypagePopup > * {
    max-width: 840px;
}
.mypagePopup .dlBox > dt {
    font-size: 16px;
    font-weight: normal;
    padding: 2.9rem 2.5rem 3rem;
}
.mypagePopup .dlBox > dt img {
    display: inline-block;
    margin-right: 10px;
}
.mypagePopup .dlBox > dd {
    position: relative;
    padding: 3.6rem 5rem 10rem;
    max-height: 47.3vh;
}
.mypagePopup .mv_pop_inner dt {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 25px;
    padding-bottom: 9px;
    border-bottom: 1px solid #DEDEDE;
}
.mypagePopup .mv_pop_inner dd:not(:last-child) {
    margin-bottom: 26px;
}
.mypagePopup .mv_pop_inner .radio > * {
    margin-right: 0;
    margin-bottom: 1.8rem;
    width: 25.6%;
}
.mypagePopup .mv_pop_inner .radio > *:nth-child(4n) {
    width: 23.2%;
}
.mypagePopup .dlBox > dd .formBtn {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 1.2rem;
    background: #F4F4F4;
}
.mypagePopup .dlBox > dd .formBtn .submit {
    max-width: 32rem;
}
.mypagePopup .mv_pop_inner .checkbox {
    display: flex;
    flex-wrap: wrap;
}
.mypagePopup .mv_pop_inner .checkbox > * {
    margin-right: 0;
    margin-bottom: 1.8rem;
    width: 25.6%;
}
.mypagePopup .mv_pop_inner .checkbox > *:nth-child(4n) {
    width: 23.2%;
}
.mypagePopup .allSelect {
    position: fixed;
    bottom: 2.6rem;
    left: 5.4rem;
}
.mypagePopup .allSelect a {
    color: #1E2864;
}
@media screen and ( max-width: 900px ) {
    .mypagePopup .mv_pop_inner .radio > *,
    .mypagePopup .mv_pop_inner .radio > *:nth-child(4n) {
        width: 100%;
    }
    .mypagePopup .mv_pop_inner .checkbox > *,
    .mypagePopup .mv_pop_inner .checkbox > *:nth-child(4n) {
        width: 100%;
    }
    .mypagePopup:not(#mv_pop01) .dlBox > dd .formBtn {
        padding-bottom: 40px;
    }
    .mypagePopup:not(#mv_pop01) .dlBox > dd {
        padding-bottom: 13rem;
    }
    .mypagePopup .allSelect {
        text-align: center;
        bottom: 9px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

/* -- login -- */
.wrapper.login #gnavOuter > .header_btn .estimate a {
    border-radius: 10em;
}
