@charset "UTF-8";

/* swiper */
.flow .swiper-slide {
    cursor: pointer;
}

.flow .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: transparent;
    vertical-align: middle;
    border: 2px solid #6b6b6b;
    opacity: 1;
}

.flow .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #6b6b6b;
}

.flow .swiper-button-prev,
.flow .swiper-button-next {
    top: auto;
    width: 12px;
    height: 12px;
}

.flow .swiper-button-prev::after,
.flow .swiper-button-next::after {
    content: "";
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
}

.flow .swiper-button-prev::after {
    border-bottom: 3px solid #6b6b6b;
    border-left: 3px solid #6b6b6b;
}

.flow .swiper-button-next::after {
    border-top: 3px solid #6b6b6b;
    border-right: 3px solid #6b6b6b;
}

@media (max-width: 1100px) {
    .flow .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: calc(10vw / 1100 * 100);
        height: calc(10vw / 1100 * 100);
        margin: 0 calc(5vw / 1100 * 100);
        border: calc(2vw / 1100 * 100) solid #6b6b6b;
    }

    .flow .swiper-button-prev,
    .flow .swiper-button-next {
        width: calc(12vw / 1100 * 100);
        height: calc(12vw / 1100 * 100);
    }

    .flow .swiper-button-prev::after,
    .flow .swiper-button-next::after {
        width: calc(12vw / 1100 * 100);
        height: calc(12vw / 1100 * 100);
    }

    .flow .swiper-button-prev::after {
        border-bottom: calc(3vw / 1100 * 100) solid #6b6b6b;
        border-left: calc(3vw / 1100 * 100) solid #6b6b6b;
    }

    .flow .swiper-button-next::after {
        border-top: calc(3vw / 1100 * 100) solid #6b6b6b;
        border-right: calc(3vw / 1100 * 100) solid #6b6b6b;
    }
}

@media (max-width: 750px) {
    .flow .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: calc(20vw / 750 * 100);
        height: calc(20vw / 750 * 100);
        margin: 0 calc(8vw / 750 * 100);
        border: calc(2vw / 750 * 100) solid #6b6b6b;
    }

    .flow .swiper-button-prev,
    .flow .swiper-button-next {
        width: calc(12vw / 750 * 100);
        height: calc(12vw / 750 * 100);
    }

    .flow .swiper-button-prev::after,
    .flow .swiper-button-next::after {
        width: calc(24vw / 750 * 100);
        height: calc(24vw / 750 * 100);
    }

    .flow .swiper-button-prev::after {
        border-bottom: calc(3vw / 750 * 100) solid #6b6b6b;
        border-left: calc(3vw / 750 * 100) solid #6b6b6b;
    }

    .flow .swiper-button-next::after {
        border-top: calc(3vw / 750 * 100) solid #6b6b6b;
        border-right: calc(3vw / 750 * 100) solid #6b6b6b;
    }
}

/* merit */
.merit {
    padding: 85px 0;
}

.merit-box-list {
    width: 810px;
    margin: 55px auto 0;
}

.merit-box {
    position: relative;
    background-color: #f5f5f5;
    width: 770px;
    height: 74px;
    margin-left: auto;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px 0 130px;
}

.merit-box+.merit-box {
    margin-top: 20px;
}

.merit-box-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.merit-box-inner::after {
    content: "";
    display: block;
    background-image: url(/tanomu/buyer/assets/images/pc/merit_icon_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 27px;
}

.merit-box-label {
    position: absolute;
    top: 50%;
    left: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ed582d;
    width: 106px;
    height: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    transform: translateY(-50%);
}

.merit-box-label .num {
    margin-left: 0.5em;
}

.merit-notes {
    width: 810px;
    margin: 10px auto 0;
    padding-left: 50px;
    font-size: 12px;
}

.merit-movie {
    margin-top: 30px;
    text-align: center;
}

.merit-movie-head {
    display: inline-block;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #ed582d;
}

.merit-movie-cnt {
    width: 668px;
    height: 376px;
    margin: 25px auto 0;
}

.merit-details-box-list {
    width: 870px;
    margin: 120px auto 0;
}

.merit-details-box {
    display: flex;
    justify-content: space-between;
}

.merit-details-box:nth-child(even) {
    flex-direction: row-reverse;
}

.merit-details-box+.merit-details-box {
    margin-top: 70px;
}

.merit-details-box-txt-area {
    width: 430px;
}

.merit-details-box:nth-child(even) .merit-details-box-txt-area {
    width: 485px;
}

.merit-details-box-head {
    font-size: 24px;
    font-weight: bold;
    color: #ed582d;
}

.merit-details-box-txt {
    margin-top: 20px;
}

.merit-details-box-notes {
    margin-top: 20px;
    font-size: 12px;
}

.merit-details-box-img {
    width: 315px;
}

.merit-details-box:nth-child(even) .merit-details-box-img {
    width: 265px;
    margin: 0 30px;
}

@media (max-width: 1100px) {
    .merit {
        padding: calc(85vw / 1100 * 100) 0;
    }

    .merit-box-list {
        width: calc(810vw / 1100 * 100);
        margin: calc(55vw / 1100 * 100) auto 0;
    }

    .merit-box {
        width: calc(770vw / 1100 * 100);
        height: calc(74vw / 1100 * 100);
        font-size: calc(20vw / 1100 * 100);
        padding: 0 calc(20vw / 1100 * 100) 0 calc(130vw / 1100 * 100);
    }

    .merit-box+.merit-box {
        margin-top: calc(20vw / 1100 * 100);
    }

    .merit-box-inner::after {
        width: calc(16vw / 1100 * 100);
        height: calc(27vw / 1100 * 100);
    }

    .merit-box-label {
        left: calc(-20vw / 1100 * 100);
        width: calc(106vw / 1100 * 100);
        height: calc(32vw / 1100 * 100);
        font-size: calc(18vw / 1100 * 100);
        border-radius: calc(5vw / 1100 * 100);
    }

    .merit-notes {
        width: calc(810vw / 1100 * 100);
        margin: calc(10vw / 1100 * 100) auto 0;
        padding-left: calc(50vw / 1100 * 100);
        font-size: calc(12vw / 1100 * 100);
    }

    .merit-movie {
        margin-top: calc(30vw / 1100 * 100);
    }

    .merit-movie-head {
        padding: calc(20vw / 1100 * 100) calc(25vw / 1100 * 100);
        font-size: calc(20vw / 1100 * 100);
        border-bottom: calc(2vw / 1100 * 100) solid #ed582d;
    }

    .merit-movie-cnt {
        width: calc(668vw / 1100 * 100);
        height: calc(376vw / 1100 * 100);
        margin: calc(25vw / 1100 * 100) auto 0;
    }

    .merit-details-box-list {
        width: calc(870vw / 1100 * 100);
        margin: calc(120vw / 1100 * 100) auto 0;
    }

    .merit-details-box+.merit-details-box {
        margin-top: calc(70vw / 1100 * 100);
    }

    .merit-details-box-txt-area {
        width: calc(430vw / 1100 * 100);
    }

    .merit-details-box:nth-child(even) .merit-details-box-txt-area {
        width: calc(485vw / 1100 * 100);
    }

    .merit-details-box-head {
        font-size: calc(24vw / 1100 * 100);
    }

    .merit-details-box-txt {
        margin-top: calc(20vw / 1100 * 100);
    }

    .merit-details-box-notes {
        margin-top: calc(20vw / 1100 * 100);
        font-size: calc(12vw / 1100 * 100);
    }
}

@media (max-width: 750px) {
    .merit {
        padding: calc(115vw / 750 * 100) 0;
    }

    .merit .inner {
        width: calc(680vw / 750 * 100);
    }

    .merit-box-list {
        width: calc(660vw / 750 * 100);
        margin: calc(125vw / 750 * 100) auto 0;
    }

    .merit-box {
        width: calc(624vw / 750 * 100);
        height: calc(135vw / 750 * 100);
        font-size: calc(28vw / 750 * 100);
        padding: 0 calc(30vw / 750 * 100) 0 calc(90vw / 750 * 100);
    }

    .merit-box+.merit-box {
        margin-top: calc(30vw / 750 * 100);
    }

    .merit-box-inner::after {
        width: calc(35vw / 750 * 100);
        height: calc(60vw / 750 * 100);
    }

    .merit-box-label {
        flex-direction: column;
        left: calc(-36vw / 750 * 100);
        width: calc(72vw / 750 * 100);
        height: calc(72vw / 750 * 100);
        font-size: calc(18vw / 750 * 100);
        border-radius: calc(5vw / 750 * 100);
        text-align: center;
    }

    .merit-box-label .num {
        margin: 0;
        font-size: calc(30vw / 750 * 100);
        line-height: 1;
    }

    .merit-notes {
        width: calc(660vw / 750 * 100);
        margin: calc(15vw / 750 * 100) auto 0;
        padding-left: calc(40vw / 750 * 100);
        font-size: calc(20vw / 750 * 100);
    }

    .merit-movie {
        margin-top: calc(50vw / 750 * 100);
    }

    .merit-movie-head {
        padding: calc(20vw / 750 * 100) calc(45vw / 750 * 100);
        font-size: calc(31vw / 750 * 100);
        border-bottom: calc(2vw / 750 * 100) solid #ed582d;
    }

    .merit-movie-cnt {
        width: calc(668vw / 750 * 100);
        height: calc(376vw / 750 * 100);
        margin: calc(45vw / 750 * 100) auto 0;
    }

    .merit-details-box-list {
        width: calc(650vw / 750 * 100);
        margin: calc(150vw / 750 * 100) auto 0;
    }

    .merit-details-box {
        position: relative;
        display: block;
    }

    .merit-details-box+.merit-details-box {
        margin-top: calc(100vw / 750 * 100);
    }

    .merit-details-box-txt-area {
        width: 100%;
    }

    .merit-details-box:nth-child(even) .merit-details-box-txt-area {
        width: 100%;
    }

    .merit-details-box-head {
        margin-bottom: calc(360vw / 750 * 100);
        font-size: calc(36vw / 750 * 100);
        text-align: center;
    }

    .merit-details-box-txt {
        margin-top: calc(10vw / 750 * 100);
        font-size: calc(28vw / 750 * 100);
        line-height: 1.7;
    }

    .merit-details-box-notes {
        margin-top: calc(20vw / 750 * 100);
        font-size: calc(20vw / 750 * 100);
    }

    .merit-details-box-img {
        position: absolute;
        top: calc(140vw / 750 * 100);
        left: 0;
        right: 0;
        width: calc(461vw / 750 * 100);
        margin: 0 auto;
    }

    .merit-details-box:nth-child(even) .merit-details-box-img {
        width: calc(361vw / 750 * 100);
        margin: 0 auto;
    }

    .merit-details-box:nth-child(5) .merit-details-box-img {
        top: calc(150vw / 750 * 100);
    }
}

/* example */
.example {
    background-color: #fff8f3;
    padding: 100px 0 65px;
}

.example .inner {
    width: 870px;
}

.example-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.example-box-img {
    width: 300px;
}

.example-box-txt-area {
    width: 510px;
}

.example-box-head {
    font-size: 24px;
    font-weight: bold;
}

.example-box-name {
    margin-top: 10px;
    font-weight: bold;
}

.example-box-txt {
    margin-top: 30px;
    line-height: 1.7;
}

.example-btn {
    width: 235px;
    margin: 50px auto 0;
}

.example-btn-inner::after {
    right: 20px;
}

.example-btn-inner:hover:after {
    right: 15px;
}

@media (max-width: 1100px) {
    .example {
        padding: calc(100vw / 1100 * 100) 0 calc(65vw / 1100 * 100);
    }

    .example .inner {
        width: calc(870vw / 1100 * 100);
    }

    .example-box-img {
        width: calc(300vw / 1100 * 100);
    }

    .example-box-txt-area {
        width: calc(510vw / 1100 * 100);
    }

    .example-box-head {
        font-size: calc(24vw / 1100 * 100);
    }

    .example-box-name {
        margin-top: calc(10vw / 1100 * 100);
    }

    .example-box-txt {
        margin-top: calc(30vw / 1100 * 100);
    }

    .example-btn {
        width: calc(235vw / 1100 * 100);
        margin: calc(50vw / 1100 * 100) auto 0;
    }

    .example-btn-inner::after {
        right: calc(20vw / 1100 * 100);
    }

    .example-btn-inner:hover:after {
        right: calc(15vw / 1100 * 100);
    }
}

@media (max-width: 750px) {
    .example {
        padding: calc(110vw / 750 * 100) 0 calc(95vw / 750 * 100);
    }

    .example .inner {
        width: calc(630vw / 750 * 100);
    }

    .example-box {
        display: block;
    }

    .example-box-img {
        width: 100%;
    }

    .example-box-txt-area {
        width: 100%;
        margin-top: calc(50vw / 750 * 100);
    }

    .example-box-head {
        font-size: calc(34vw / 750 * 100);
    }

    .example-box-name {
        margin-top: calc(30vw / 750 * 100);
        font-size: calc(30vw / 750 * 100);
    }

    .example-box-txt {
        margin-top: calc(20vw / 750 * 100);
        font-size: calc(26vw / 750 * 100);
        line-height: 1.8;
    }

    .example-btn {
        width: calc(545vw / 750 * 100);
        margin: calc(70vw / 750 * 100) auto 0;
    }

    .example-btn-inner::after {
        right: calc(60vw / 750 * 100);
    }

    .example-btn-inner:hover:after {
        right: calc(55vw / 750 * 100);
    }
}

/* flow */
.flow {
    background-color: #f5f5f5;
    padding: 120px 0 135px;
}

.flow-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    width: 950px;
    margin: 60px auto 0;
    padding: 55px 135px;
    border-radius: 10px;
}

.flow-box-slide-area {
    width: 216px;
    overflow-x: hidden;
}

.flow-box-nav-area {
    width: 408px;
}

.flow-box-nav-list {
    display: block;
}

.flow-box-nav {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    height: 122px;
    padding: 0 30px;
    border-radius: 10px;
    box-sizing: border-box;
}

.flow-box-nav+.flow-box-nav {
    margin-top: 20px;
}

.flow-box-nav.swiper-slide-thumb-active::after {
    content: "";
    position: absolute;
    top: -7px;
    left: -18px;
    background-image: url('/tanomu/buyer/assets/images/pc/flow_step_nav_active_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 432px;
    height: 134px;
    z-index: -1;
}

.flow-box-nav-inner {
    opacity: 0.5;
}

.swiper-slide-thumb-active .flow-box-nav-inner {
    opacity: 1;
}

.flow-box-nav-head {
    font-size: 24px;
    font-weight: bold;
    color: #ed582d;
}

.flow-box-nav-txt {
    font-size: 16px;
    font-weight: bold;
}

.flow-box-slide-pagination.swiper-pagination {
    width: 100px;
    bottom: 29px;
    left: 718px;
}

.flow-box-slide-prev,
.flow-box-slide-next {
    bottom: 32px;
}

.flow-box-slide-prev {
    left: 723px;
}

.flow-box-slide-next {
    right: 138px;
}

@media (max-width: 1100px) {
    .flow {
        padding: calc(120vw / 1100 * 100) 0 calc(135vw / 1100 * 100);
    }

    .flow-box {
        width: calc(950vw / 1100 * 100);
        margin: calc(60vw / 1100 * 100) auto 0;
        padding: calc(55vw / 1100 * 100) calc(135vw / 1100 * 100);
        border-radius: calc(10vw / 1100 * 100);
    }

    .flow-box-slide-area {
        width: calc(216vw / 1100 * 100);
    }

    .flow-box-nav-area {
        width: calc(408vw / 1100 * 100);
    }

    .flow-box-nav {
        height: calc(122vw / 1100 * 100);
        padding: 0 calc(30vw / 1100 * 100);
        border-radius: calc(10vw / 1100 * 100);
    }

    .flow-box-nav+.flow-box-nav {
        margin-top: calc(20vw / 1100 * 100);
    }

    .flow-box-nav.swiper-slide-thumb-active::after {
        top: calc(-7vw / 1100 * 100);
        left: calc(-18vw / 1100 * 100);
        width: calc(432vw / 1100 * 100);
        height: calc(134vw / 1100 * 100);
    }

    .flow-box-nav-head {
        font-size: calc(24vw / 1100 * 100);
    }

    .flow-box-nav-txt {
        font-size: calc(16vw / 1100 * 100);
    }

    .flow-box-slide-pagination.swiper-pagination {
        width: calc(100vw / 1100 * 100);
        bottom: calc(29vw / 1100 * 100);
        left: calc(718vw / 1100 * 100);
    }

    .flow-box-slide-prev,
    .flow-box-slide-next {
        bottom: calc(32vw / 1100 * 100);
    }

    .flow-box-slide-prev {
        left: calc(723vw / 1100 * 100);
    }

    .flow-box-slide-next {
        right: calc(138vw / 1100 * 100);
    }
}

@media (max-width: 750px) {
    .flow {
        padding: calc(60vw / 750 * 100) 0 calc(45vw / 750 * 100);
    }

    .flow .inner {
        width: 100%;
    }

    .flow-box {
        background-color: transparent;
        flex-direction: column-reverse;
        width: calc(670vw / 750 * 100);
        margin-top: calc(35vw / 750 * 100);
        padding: calc(80vw / 750 * 100) calc(65vw / 750 * 100) calc(150vw / 750 * 100);
        border-radius: 0;
        overflow-x: hidden;
    }

    .flow-box-slide-area {
        width: calc(450vw / 750 * 100);
        margin-top: calc(50vw / 750 * 100);
    }

    .flow-box-nav-area {
        width: calc(628vw / 750 * 100);
    }

    .flow-box-nav-list {
        display: flex;
    }

    .flow-box-nav {
        background-color: #fff;
        height: calc(143vw / 750 * 100);
        padding: 0 calc(50vw / 750 * 100);
        border-radius: calc(10vw / 750 * 100);
    }

    .flow-box-nav+.flow-box-nav {
        margin-top: 0;
    }

    .flow-box-nav.swiper-slide-thumb-active {
        content: none;
    }

    .flow-box-nav.swiper-slide-active::after {
        content: "";
        position: absolute;
        top: calc(-7vw / 750 * 100);
        left: calc(-18vw / 750 * 100);
        background-image: url('/tanomu/buyer/assets/images/sp/flow_step_nav_active_bg.png');
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: calc(652vw / 750 * 100);
        height: calc(174vw / 750 * 100);
        z-index: -1;
    }

    .swiper-slide-active .flow-box-nav-inner {
        opacity: 1;
    }

    .flow-box-nav-head {
        font-size: calc(34vw / 750 * 100);
    }

    .flow-box-nav-txt {
        font-size: calc(26vw / 750 * 100);
    }

    .flow-box-slide-pagination.swiper-pagination {
        width: calc(120vw / 750 * 100);
        bottom: calc(64vw / 750 * 100);
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .flow-box-slide-prev,
    .flow-box-slide-next {
        bottom: calc(77vw / 750 * 100);
    }

    .flow-box-slide-prev {
        left: calc(211vw / 750 * 100);
    }

    .flow-box-slide-next {
        right: calc(211vw / 750 * 100);
    }
}