@charset "UTF-8";

.mch-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    max-width: 100%
}

@media screen and (max-width:767px) {
    .mch-btn {
        margin: 5px
    }
}
.l-contents {
    font-size: 16px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
    /* font-weight: 500; */
    line-height: 1.8;
    color: #595757;
    width: 100%;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .l-contents {
        font-size: 15px;
        line-height: 1.6
    }
}

.l-contents img {
    width: 100%;
    height: auto
}

.l-contents a:hover {
    text-decoration: none
}

.l-contents * {
    box-sizing: border-box
}

.c-base {
    color: #595757 !important
}

.c-white {
    color: #fff !important
}

.c-orange {
    color: #f18302 !important
}

.c-blue {
    color: #5898fb !important
}

.c-red {
    color: #e60113 !important
}

.mch-t-bigger {
    font-size: 140%
}

.mch-font-din {
    font-family: din-2014, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif
}

.mch-bg-white {
    background-color: #fff
}

.mch-bg-grey {
    background-color: #f3f4f7
}

.mch-bg-orange {
    background-color: #f18302
}

.mch-bg-yellow {
    background-color: #fff7d8
}

.mch-bg-l-orange {
    background-color: #fff2e7
}

.mch-bg-yellow {
    background-color: #fff7d8
}

.fw-b {
    font-weight: 700
}

.ta-c {
    text-align: center
}

@media screen and (min-width:768px) {
    .ta-c--sp-l {
        text-align: center
    }
}

.ta-l {
    text-align: left
}

.ta-r {
    text-align: right
}

.txt-indent--1 {
    padding-left: 1em;
    text-indent: -1em
}

.txt-indent--2 {
    padding-left: 2em;
    text-indent: -2em
}

.mch-btn-wrap {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media screen and (max-width:767px) {
    .mch-btn-wrap {
        margin: 35px 0
    }
}

.mch-btn-wrap:last-child {
    margin-bottom: 0
}

.mch-btn {
    width: 380px;
    height: 80px;
    border: 1px solid #f18302;
    border-radius: 10px;
    background-color: #fff;
    color: #f18302;
    font-weight: 700;
    position: relative;
    transition: ease-out .18s background;
    font-size: 18px
}

@media screen and (max-width:767px) {
    .mch-btn {
        height: 65px;
        font-size: 15px
    }
}

.mch-btn:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #f18302;
    border-right: 2px solid #f18302;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto
}

.mch-btn:focus,
.mch-btn:hover {
    background-color: #f18302;
    color: #fff
}

.mch-btn:focus:after,
.mch-btn:hover:after {
    border-color: #fff
}

.mch-btn--2 {
    border-color: #fff;
    width: 330px;
}

.mch-btn--back:after {
    transform: rotate(-135deg);
    right: auto;
    left: 20px
}

.mch-section-row {
    display: flex;
    gap: 60px;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .mch-section-row {
        flex-direction: column
    }
}

.mch-section-row-main {
    flex: 1
}

@media screen and (min-width:768px) {
    .mch-section-row-side {
        width: 290px
    }
}

.mch-section {
    padding: 60px 0
}

@media screen and (max-width:767px) {
    .mch-section {
        padding: 40px 0
    }
}

.mch-section--top-min {
    padding-top: 0
}

.mch-section--btm-min {
    padding-bottom: 0
}

.mch-section--top-wide {
    padding-top: 100px
}

@media screen and (max-width:767px) {
    .mch-section--top-wide {
        padding-top: 50px
    }
}

.mch-section--btm-wide {
    padding-bottom: 100px
}

@media screen and (max-width:767px) {
    .mch-section--btm-wide {
        padding-bottom: 50px
    }
}

.mch-section__body,
.mch-section__head {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto
}

.mch-section__head {
    text-align: center;
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .mch-section__head {
        margin-bottom: 25px
    }
}

.mch-section__ttl2 {
    font-size: 35px;
    color: #f18302
}

@media screen and (max-width:767px) {
    .mch-section__ttl2 {
        font-size: 26px
    }
}

.mch-section__ttl2 sup {
    font-size: 40%
}

@media screen and (max-width:767px) {
    .mch-section__ttl2 sup {
        font-size: 50%
    }
}

.mch-section__ttl3-wrap {
    text-align: center;
    margin: 70px 0 50px
}

@media screen and (max-width:767px) {
    .mch-section__ttl3-wrap {
        margin: 50px 0 30px
    }
}

.mch-section__ttl3 {
    font-size: 28px
}

@media screen and (max-width:767px) {
    .mch-section__ttl3 {
        font-size: 24px
    }
}

.mch-section__ttl4 {
    font-size: 24px;
    line-height: 1.6666666667;
    line-height: 1.4;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .mch-section__ttl4 {
        font-size: 20px
    }
}

.mch-section__lead,
.mch-section__lead--bigger {
    font-size: 21px;
    text-align: center;
    margin: 40px 0
}

@media screen and (max-width:767px) {

    .mch-section__lead,
    .mch-section__lead--bigger {
        font-size: 16px;
        margin: 30px 0
    }
}

.mch-section__lead--sml {
    margin: 40px 0
}

@media screen and (max-width:767px) {
    .mch-section__lead--sml {
        margin: 30px 0
    }
}

.mch-section__lead--bigger {
    font-size: 28px;
    line-height: 1.5;
    text-shadow: 0 0 .8px #333
}

@media screen and (max-width:767px) {
    .mch-section__lead--bigger {
        font-size: 18px
    }
}

.mch-section__lead--bigger .c-orange {
    text-shadow: 0 0 .8px #f18302
}

.mch-section__lead--bigger .mch-t-bigger {
    line-height: 1
}

.mch-caution-wrap {
    margin: 40px 0
}

@media screen and (max-width:767px) {
    .mch-caution-wrap {
        margin: 25px 0
    }
}

.mch-caution-wrap:first-child {
    margin-top: 0
}

.mch-caution-wrap:last-child {
    margin-bottom: 0
}

.mch-caution,
.mch-caution--indent {
    font-size: 12px;
    line-height: 1.6;
    margin: 5px 0
}

@media screen and (max-width:767px) {

    .mch-caution,
    .mch-caution--indent {
        font-size: 12px
    }
}

.mch-caution--indent {
    text-indent: -3.7em;
    padding-left: 3em;
}
.mch-caution {
    text-indent: -2em;
    padding-left: 3em;
}

/* @media screen and (max-width:767px) {
    .mch-caution--indent {
        padding-left: 12px;
        text-indent: -12px
    }
} */

.mch-caution .c-text-link a,
.mch-caution--indent .c-text-link a {
    font-size: 12px
}

@media screen and (max-width:767px) {

    .mch-caution .c-text-link a,
    .mch-caution--indent .c-text-link a {
        font-size: 12px
    }
}

.mch-suptxt-wrap {
    margin: 15px 0
}

.mch-suptxt {
    font-size: 14px;
    line-height: 1.6
}

@media screen and (max-width:767px) {
    .mch-suptxt {
        font-size: 13px
    }
}

a.mch-txtlink {
    text-decoration: underline;
    color: #333
}

a.mch-txtlink:hover {
    color: #999;
    text-decoration: underline
}

.mch-bnr-link {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    position: relative
}

@media screen and (max-width:767px) {
    .mch-bnr-link {
        border-radius: 20px;
        flex-direction: column
    }
}

.mch-bnr-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, .3);
    z-index: 1;
    opacity: 0;
    transition: ease-out .14s opacity
}

.mch-bnr-link:focus:after,
.mch-bnr-link:hover:after {
    opacity: 1
}

@media screen and (min-width:768px) {
    .mch-bnr-link__img {
        width: 55%
    }
}

.mch-bnr-link__img img {
    object-fit: cover;
    height: 100%
}

.mch-bnr-link__body {
    flex: 1;
    background-color: #f18302;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    position: relative
}

@media screen and (max-width:767px) {
    .mch-bnr-link__body {
        padding: 15px 20px;
        margin-top: -5px
    }
}

.mch-bnr-link__body:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto
}

@media screen and (max-width:767px) {
    .mch-bnr-link__body:after {
        width: 12px;
        height: 12px;
        right: 20px
    }
}

.mch-bnr-link__ttl {
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.5
}

@media screen and (max-width:767px) {
    .mch-bnr-link__ttl {
        font-size: 17px;
        line-height: 1.4
    }
}

.row {
    display: flex;
    margin: -10px
}

@media screen and (max-width:767px) {
    .row {
        flex-direction: column;
        margin: -5px
    }
}

.col {
    margin: 10px
}

@media screen and (max-width:767px) {
    .col {
        margin: 5px
    }
}

.col--1 {
    flex: 1
}

.col--2 {
    flex: 2
}

.col--3 {
    flex: 3
}

.mch-row-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.mch-row-2col-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px
}

.mch-row-2col-item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

@media screen and (min-width:768px) {
    .mch-row-2col-item {
        width: 47.7272727273%;
        margin-bottom: 45px
    }

    .mch-row-2col-item:last-child,
    .mch-row-2col-item:nth-last-child(2):nth-child(odd) {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .mch-row-2col-item {
        padding-bottom: 2.2rem
    }

    .mch-row-2col-item:not(:first-child) {
        margin-top: 1.7rem
    }
}

.ov {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 99
}

.modal {
    position: fixed;
    z-index: 999;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    margin: auto
}

@media screen and (max-width:767px) {
    .pc {
        display: none !important
    }
}

@media screen and (min-width:768px) {
    .sp {
        display: none !important
    }
}

.l-contents a:active,
.l-contents a:focus {
    text-decoration: none !important
}

.mch-kv,
.mch-kv--mdl,
.mch-kv--sml {
    position: relative
}

.mch-kv__bg {
    position: relative
}

@media screen and (max-width:767px) {
    .mch-kv__bg {
        height: 53vw
    }
}

.mch-kv__bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .01);
    z-index: 0
}

.mch-kv__bg img {
    object-fit: cover;
    object-position: left center;
    height: 100%
}

.mch-kv__inr {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: start
}

.mch-kv__ttl {
    color: #fff;
    font-size: 48px;
    line-height: 1.6
}

@media screen and (max-width:767px) {
    .mch-kv__ttl {
        font-size: 6vw
    }
}

.mch-kv__ttl+.mch-kv__heading {
    margin-top: 50px
}

@media screen and (max-width:767px) {
    .mch-kv__ttl+.mch-kv__heading {
        margin-top: 10px
    }
}

.mch-kv__ttl.mch-kv__ttl--shadow {
    text-shadow: 0 0 8px rgba(0, 0, 0, .8);
    display: inline-block;
    position: relative
}

.mch-kv__heading {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin: 28px 0
}

@media screen and (max-width:767px) {
    .mch-kv__heading {
        font-size: 5vw;
        margin: 20px 0
    }
}

.mch-kv__txt {
    color: #fff
}

@media screen and (min-width:768px) {
    .mch-kv__txt {
        max-width: 690px
    }
}

.mch-kv--sml .mch-kv__ttl {
    font-size: 40px
}

@media screen and (max-width:767px) {
    .mch-kv--sml .mch-kv__ttl {
        font-size: 6.4285714286vw
    }
}

@media screen and (max-width:767px) {
    .mch-kv--sml .mch-kv__bg {
        height: 40vw
    }
}

.mch-kv--mdl .mch-kv__heading {
    text-shadow: 0 0 8px rgba(20, 40, 80, .6)
}

.mch-kv--mdl .mch-kv__ttl {
    font-size: 40px;
    text-shadow: 0 0 8px rgba(20, 40, 80, .9)
}

@media screen and (max-width:767px) {
    .mch-kv--mdl .mch-kv__ttl {
        font-size: 6.4285714286vw
    }
}

@media screen and (min-width:1500px) {
    .mch-kv--mdl .mch-kv__bg {
        height: 580px
    }
}

@media screen and (max-width:767px) {
    .mch-kv--mdl .mch-kv__bg {
        height: 115vw
    }
}

@media screen and (max-width:767px) {
    .mch-kv--mdl .mch-kv__bg img {
        object-position: 58% center
    }
}

.mch-kv--mdl .mch-kv__txt {
    text-shadow: 0 1px 6px rgba(15, 30, 60, .8)
}

@media screen and (max-width:767px) {
    .mch-kv--mdl .mch-kv__txt {
        font-size: 3.75vw
    }
}

.mch-kv--mdl .mch-caution,
.mch-kv--mdl .mch-caution--indent {
    text-shadow: 0 0 6px rgba(15, 30, 60, .8)
}

.mch-anchor {
    margin-bottom: -1px
}

.mch-anchor-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .mch-anchor-nav {
        flex-wrap: wrap;
        width: 95%;
        padding: 10px 0
    }
}

@media screen and (min-width:768px) {
    .mch-anchor-nav-item {
        flex: 1;
        max-width: 212px
    }
}

@media screen and (max-width:767px) {
    .mch-anchor-nav-item {
        width: calc((100% - 8px)/ 2)
    }
}

@media screen and (max-width:767px) {

    .mch-anchor-nav-item:first-child,
    .mch-anchor-nav-item:nth-child(2) {
        width: calc((100% - 8px)/ 2)
    }
}

.mch-anchor-nav-item a {
    border-radius: 5px;
    border: 1px solid #fd7e14;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #f18302;
    line-height: 1.3;
    min-height: 60px;
    padding: 5px 10px 5px 8px;
    position: relative;
    transition: ease-out .1s background
}

@media screen and (min-width:768px) {
    .mch-anchor-nav-item a {
        border-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

@media screen and (max-width:767px) {
    .mch-anchor-nav-item a {
        min-height: 50px;
        padding-left: 0;
        font-size: 14px
    }
}

.mch-anchor-nav-item a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fd7e14;
    border-bottom: 2px solid #fd7e14;
    position: absolute;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto
}

@media screen and (max-width:767px) {
    .mch-anchor-nav-item a:after {
        width: 6px;
        height: 6px;
        border-width: 1px;
        right: 8px
    }
}

.mch-anchor-nav-item a:focus,
.mch-anchor-nav-item a:hover {
    background-color: #fd7e14;
    color: #fff
}

.mch-anchor-nav-item a:focus:after,
.mch-anchor-nav-item a:hover:after {
    border-color: #fff
}

.mch-video {
    margin: 0 auto
}

.mch-video video {
    width: 100%;
    height: auto
}

.mch-video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9
}

.mch-eqs {
    display: flex;
    gap: 30px;
    margin: 60px 0
}

@media screen and (max-width:767px) {
    .mch-eqs {
        flex-direction: column;
        margin: 40px 0
    }
}

.mch-eqs+.mch-eqs {
    margin-top: -30px
}

@media screen and (max-width:767px) {
    .mch-eqs+.mch-eqs {
        margin-top: -10px
    }
}

@media screen and (min-width:768px) {
    .mch-eqs--1 .mch-eqs-card {
        width: calc((100% - 30px)/ 2)
    }
}

@media screen and (min-width:768px) {
    .mch-eqs--2 .mch-eqs-card {
        width: calc((100% - 60px)/ 3)
    }
}

.mch-eqs-card {
    border: 1px solid #f18302;
    padding: 25px 25px 95px;
    position: relative;
    background-color: #fff
}

@media screen and (max-width:767px) {
    .mch-eqs-card {
        padding-top: 20px;
        padding-bottom: 85px
    }
}

.mch-eqs-card__row {
    position: relative
}

@media screen and (min-width:768px) {
    .mch-eqs-card__row {
        display: flex
    }
}

@media screen and (max-width:767px) {
    .mch-eqs-card__row {
        padding-top: 91px
    }
}

@media screen and (min-width:768px) {
    .mch-eqs-card__row .mch-eqs-card__img {
        width: 200px
    }
}

@media screen and (min-width:768px) {
    .mch-eqs-card__row .mch-eqs-card__body {
        padding-left: 15px;
        margin-top: 0;
        flex: 1
    }
}

@media screen and (max-width:767px) {
    .mch-eqs-card__row .mch-eqs-card__head {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
}

.mch-eqs-card__label {
    background-color: #f18302;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    padding: 10px 20px 8px
}

@media screen and (max-width:767px) {
    .mch-eqs-card__label {
        padding: 8px 15px 7px
    }
}

.mch-eqs-card__ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0 8px
}

.mch-eqs-card p {
    margin: 0
}

.mch-eqs-card__body {
    margin-top: 12px
}

.mch-eqs-card__btn-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px
}

@media screen and (max-width:767px) {
    .mch-eqs-card__btn-wrap {
        bottom: 25px
    }
}

.mch-eqs-card__btn {
    width: 200px;
    height: 46px;
    font-size: 16px;
    margin: 0
}

.mch-eqs-card .mch-caution-wrap {
    margin-top: 15px;
    margin-bottom: 0
}

.mch-linkarea-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px
}

@media screen and (max-width:767px) {
    .mch-linkarea-wrap {
        flex-direction: column;
        gap: 15px
    }
}

@media screen and (min-width:768px) {
    .mch-linkarea-wrap .mch-linkarea {
        width: calc((100% - 40px)/ 2);
        padding: 20px 25px
    }
}

@media screen and (max-width:767px) {
    .mch-linkarea-wrap .mch-linkarea {
        width: 100%;
        padding: 80px 20px 20px;
        margin: 0
    }
}

@media screen and (min-width:768px) {
    .mch-linkarea-wrap .mch-linkarea__body {
        padding-left: 15px
    }
}

@media screen and (min-width:768px) {
    .mch-linkarea-wrap .mch-linkarea__box {
        min-height: 180px
    }
}

@media screen and (max-width:767px) {
    .mch-linkarea-wrap .mch-linkarea__illust {
        top: 10px
    }
}

.mch-linkarea {
    border: 2px solid #f18302;
    border-radius: 30px;
    background-color: #fff;
    padding: 15px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    max-width: 840px;
    margin: 20px auto;
    transition: ease-out .2s background;
    position: relative;
    color: inherit
}

@media screen and (max-width:767px) {
    .mch-linkarea {
        display: block;
        padding: 20px
    }
}

@media screen and (max-width:767px) {
    .mch-linkarea__illust {
        position: absolute;
        top: 45px;
        left: 0;
        right: 0;
        margin: auto
    }
}

.mch-linkarea__illust--1 {
    width: 150px
}

@media screen and (max-width:767px) {
    .mch-linkarea__illust--1 {
        width: 75px
    }
}

.mch-linkarea__illust--2 {
    width: 165px
}

@media screen and (max-width:767px) {
    .mch-linkarea__illust--2 {
        width: 83px
    }
}

.mch-linkarea__illust--3 {
    width: 181px
}

@media screen and (max-width:767px) {
    .mch-linkarea__illust--3 {
        width: 103px
    }
}

.mch-linkarea__body {
    flex: 1
}

@media screen and (min-width:768px) {
    .mch-linkarea__body {
        padding-left: 30px
    }
}

.mch-linkarea__head {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px
}

@media screen and (max-width:767px) {
    .mch-linkarea__head {
        font-size: 14px;
        margin: 0 -10px 87px
    }
}

.mch-linkarea__head:before {
    content: "＼";
    margin-right: 2px
}

.mch-linkarea__head:after {
    content: "／";
    margin-left: 2px
}

.mch-linkarea__box {
    border: 1px solid #f18302;
    border-radius: 30px;
    background-color: #fdedd9;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    box-sizing: border-box
}

@media screen and (max-width:767px) {
    .mch-linkarea__box {
        min-height: 0;
        padding: 35px 10px 16px;
        border-radius: 20px
    }
}

.mch-linkarea__box-ttl {
    font-size: 30px;
    color: #f18302;
    font-weight: 700;
    text-align: center;
    line-height: 1.3
}

@media screen and (max-width:767px) {
    .mch-linkarea__box-ttl {
        font-size: 20px
    }
}

.mch-linkarea__box-ttl span {
    font-size: 17px;
    display: block;
    letter-spacing: .3px;
    margin-top: 5px
}

@media screen and (max-width:767px) {
    .mch-linkarea__box-ttl span {
        font-size: 13px
    }
}

.mch-linkarea:focus,
.mch-linkarea:hover {
    background-color: #f18302
}

.mch-linkarea:focus .mch-linkarea__head,
.mch-linkarea:hover .mch-linkarea__head {
    color: #fff
}

.mch-linkarea--sml .mch-linkarea__illust {
    top: -50px
}

.mch-kl-point {
    display: flex;
    gap: 30px;
    margin: 60px 0
}

@media screen and (max-width:767px) {
    .mch-kl-point {
        flex-wrap: wrap;
        gap: 10px;
        margin: 40px 0
    }
}

.mch-kl-point-item {
    border: 2px solid #f18302;
    background-color: #fff;
    border-radius: 30px;
    padding: 25px 5px 30px
}

@media screen and (min-width:768px) {
    .mch-kl-point-item {
        flex: 1
    }
}

@media screen and (max-width:767px) {
    .mch-kl-point-item {
        width: calc((100% - 10px)/ 2);
        padding-bottom: 25px
    }
}

.mch-kl-point-item__txt {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    margin: 0
}

@media screen and (max-width:767px) {
    .mch-kl-point-item__txt {
        font-size: 15px
    }
}

.mch-kl-point-item__txt-bigger {
    font-size: 27px;
    display: block;
    color: #f18302;
    margin-top: 10px
}

@media screen and (max-width:767px) {
    .mch-kl-point-item__txt-bigger {
        font-size: 20px;
        margin-top: 6px
    }
}

.mch-kl-point-item__txt-bigger i {
    font-style: normal;
    font-size: 200%;
    line-height: 1;
    margin-top: -5px;
    display: inline-block
}

@media screen and (max-width:767px) {
    .mch-kl-point-item__txt-bigger i {
        font-size: 180%
    }
}

@media screen and (max-width:767px) {
    .mch-kl-point-item__txt-bigger sup {
        margin-right: -12px
    }
}

.mch-kl-point-item__txt-mdl {
    font-size: 21px
}

@media screen and (max-width:767px) {
    .mch-kl-point-item__txt-mdl {
        font-size: 16px
    }
}

.mch-kl-price-table {
    max-width: 840px;
    width: 100%;
    margin: 0 auto
}

.mch-kl-price-table .col1 {
    width: 50%
}

@media screen and (max-width:767px) {
    .mch-kl-price-table .col1 {
        width: 45%
    }
}

.mch-kl-price-table__td,
.mch-kl-price-table__th {
    border: 2px solid #f18302;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
    padding: 20px 5px
}

@media screen and (max-width:767px) {

    .mch-kl-price-table__td,
    .mch-kl-price-table__th {
        font-size: 17px
    }
}

.mch-kl-price-table__th {
    background-color: #fef2e5;
    color: #f18302
}

.mch-kl-price-table__th small {
    display: block;
    font-weight: 700;
    font-size: 16px
}

@media screen and (max-width:767px) {
    .mch-kl-price-table__th small {
        font-size: 14px
    }
}

.mch-kl-price-table__td {
    background-color: #fff
}

.mch-kl-price-table__num {
    font-family: din-2014, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 200%;
    margin: 0 3px;
    line-height: 1
}

@media screen and (max-width:767px) {
    .mch-kl-price-table__num {
        font-size: 160%;
        letter-spacing: -.5px
    }
}

.mch-column-slide-wrap {
    margin: 0 calc(50% - 50vw)
}

@media screen and (max-width:1242px) {
    .mch-column-slide-wrap {
        margin: 0 -5vw
    }
}

@media screen and (max-width:1040px) {
    .mch-column-slide-wrap {
        margin: 0 -60px
    }
}

@media screen and (max-width:767px) {
    .mch-column-slide-wrap {
        margin: calc(50% - 50vw)
    }
}

.mch-column-slide {
    padding-bottom: 50px;
    margin-bottom: 80px !important
}

.mch-column-slide .slick-dots {
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none
}

.mch-column-slide .slick-dots li {
    list-style: none;
    padding: 0;
    width: auto;
    height: auto;
    margin: 0 8px
}

@media screen and (max-width:767px) {
    .mch-column-slide .slick-dots li {
        margin: 0 6px
    }
}

.mch-column-slide .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #b4b4b5;
    pointer-events: auto
}

@media screen and (max-width:767px) {
    .mch-column-slide .slick-dots li button {
        width: 9px;
        height: 9px
    }
}

.mch-column-slide .slick-dots li button:before {
    content: none !important
}

.mch-column-slide .slick-dots li.slick-active button {
    background-color: #f18302;
    transform: scale(1.3)
}

.mch-column-slide .slick-arrow {
    position: absolute;
    bottom: -45px;
    top: auto;
    margin: auto;
    width: 60px;
    height: 60px;
    background: no-repeat center center/100% auto;
    transform: none !important
}

@media screen and (max-width:767px) {
    .mch-column-slide .slick-arrow {
        width: 45px;
        height: 45px;
        bottom: -35px
    }
}

.mch-column-slide .slick-arrow:before {
    content: none
}

.mch-column-slide .slick-prev {
    background-image: url(/common/img/machine_add/renewal/slide_arrow_l.webp);
    left: 0
}

@media screen and (min-width:768px) {
    .mch-column-slide .slick-prev {
        right: 260px
    }
}

@media screen and (max-width:767px) {
    .mch-column-slide .slick-prev {
        left: 5vw
    }
}

.mch-column-slide .slick-next {
    background-image: url(/common/img/machine_add/renewal/slide_arrow_r.webp);
    right: 0
}

@media screen and (min-width:768px) {
    .mch-column-slide .slick-next {
        left: 260px
    }
}

@media screen and (max-width:767px) {
    .mch-column-slide .slick-next {
        right: 5vw
    }
}

.mch-column-slide-item {
    padding: 0 12px
}

.mch-column-slide-item .cl-card {
    width: 100%;
    height: 100%
}

.mch-bnr-wrap {
    margin: 30px 0
}

.mch-bnr {
    display: block;
    max-width: 960px;
    margin: 0 auto;
    position: relative
}

.mch-bnr:before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, .4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transition: ease-out .12s opacity;
    opacity: 0
}

.mch-bnr:not(:first-child) {
    margin-top: 40px
}

@media screen and (max-width:767px) {
    .mch-bnr:not(:first-child) {
        margin-top: 20px
    }
}

.mch-bnr:hover:before {
    opacity: 1
}

.mch-floating {
    width: 180px;
    border: 3px solid #f18302;
    border-right: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #fff;
    text-align: center;
    padding-top: 15px;
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 5;
    transition: ease-out .12s background;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .mch-floating {
        padding-top: 10px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        bottom: 25px
    }
}

@media screen and (max-width:767px) {
    .mch-floating {
        width: 100px
    }
}

.mch-floating__img {
    width: 56px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .mch-floating__img {
        width: 30px
    }
}

.mch-floating__txt {
    color: #f18302;
    font-weight: 700;
    line-height: 1.2;
    margin: 12px 0
}

@media screen and (max-width:767px) {
    .mch-floating__txt {
        font-size: 12px;
        line-height: 1.1;
        margin-bottom: 8px
    }
}

.mch-floating__txt .mch-t-bigger {
    font-size: 200%
}

@media screen and (max-width:767px) {
    .mch-floating__txt .mch-t-bigger {
        font-size: 180%
    }
}

.mch-floating__start {
    background-color: #f18302;
    color: #fff;
    font-weight: 700;
    border-bottom-left-radius: 26px;
    line-height: 1;
    padding: 8px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .mch-floating__start {
        font-size: 14px;
        border-bottom-left-radius: 15px
    }
}

.mch-floating__start:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: 5px
}

@media screen and (max-width:767px) {
    .mch-floating__start:after {
        width: 7px;
        height: 7px;
        margin-left: 3px
    }
}

.mch-floating:focus,
.mch-floating:hover {
    background-color: #f18302
}

.mch-floating:focus .mch-floating__txt,
.mch-floating:hover .mch-floating__txt {
    color: #fff
}

.mch-floating.not_icon .mch-floating__txt {
    margin-top: 0
}

.mch-rec {
    display: flex;
    gap: 40px;
    max-width: 920px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .mch-rec {
        gap: 20px;
        flex-direction: column
    }
}

.mch-rec-item {
    flex: 1
}

@media screen and (max-width:767px) {
    .mch-rec-item {
        display: flex;
        flex-direction: column-reverse
    }
}

@media screen and (max-width:767px) {
    .mch-rec-item img {
        width: 80%;
        margin: 0 auto
    }
}

.mch-rec-item p {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-top: 12px;
    line-height: 1.5
}

@media screen and (max-width:767px) {
    .mch-rec-item p {
        line-height: 1.4
    }
}

.mch-image-tab {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    gap: 5px
}

.mch-image-tab--3col .mch-image-tab-item {
    font-size: 18px;
    height: 50px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

@media screen and (max-width:767px) {
    .mch-image-tab--3col .mch-image-tab-item {
        font-size: calc(((90vw - 5px)/ 2 - 20px)/ 10);
        line-height: 1.5;
        padding-left: calc(((90vw - 5px)/ 2 - 20px)/ 10);
        text-indent: calc(((90vw - 5px)/ 2 + 15px)/ -10)
    }
}

.mch-image-tab-item {
    background-color: #999;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    height: 62px;
    flex: 1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: ease-out .12s background
}

@media screen and (max-width:767px) {
    .mch-image-tab-item {
        font-size: calc(((90vw - 5px)/ 2 - 20px)/ 10);
        line-height: 1.4;
        padding-left: calc(((90vw - 5px)/ 2 - 20px)/ 10);
        text-indent: calc(((90vw - 5px)/ 2 + 15px)/ -10)
    }
}

.mch-image-tab-item.current {
    background-color: #fff;
    color: #f18302;
    pointer-events: none
}

.mch-image-tab-item:not(.current):focus,
.mch-image-tab-item:not(.current):hover {
    color: #fff;
    background-color: #bbb
}

.mch-image-tab-block {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 50px
}

@media screen and (max-width:767px) {
    .mch-image-tab-block {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 30px 20px
    }
}

.mch-image-tab-wrap {
    width: 100%;
    padding: 40px;
    border-radius: 30px
}

@media screen and (max-width:767px) {
    .mch-image-tab-wrap {
        border-radius: 15px;
        padding: 16px
    }
}

.mch-feature {
    border-top: 1px solid #f18302;
    border-bottom: 1px solid #f18302;
    padding: 60px 0
}

@media screen and (max-width:767px) {
    .mch-feature {
        padding: 30px 0
    }
}

.mch-feature__head {
    text-align: center;
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .mch-feature__head {
        margin-bottom: 25px
    }
}

.mch-feature__row {
    display: flex;
    gap: 20px
}

@media screen and (max-width:767px) {
    .mch-feature__row {
        flex-direction: column;
        gap: 15px
    }
}

.mch-feature-card {
    border: 1px solid #595757;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px 20px 20px
}

@media screen and (max-width:767px) {
    .mch-feature-card {
        padding: 20px
    }
}

.mch-feature-card__ttl {
    margin: 0 -15px;
    font-size: 23px;
    text-align: center;
    color: #f18302;
    line-height: 1.4;
    font-weight: 700;
    font-feature-settings: "palt";
    margin-bottom: 22px
}

@media screen and (max-width:767px) {
    .mch-feature-card__ttl {
        font-size: 18px;
        margin-bottom: 15px
    }
}

.mch-feature-bnr {
    border: 1px solid #595757;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px 40px;
    display: block;
    max-width: 750px;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    transition: ease-out .12s background
}

@media screen and (max-width:767px) {
    .mch-feature-bnr {
        flex-direction: column;
        padding: 20px 30px
    }
}

@media screen and (min-width:768px) {
    .mch-feature-bnr__logo {
        width: 300px
    }
}

.mch-feature-bnr__body {
    flex: 1;
    position: relative
}

@media screen and (min-width:768px) {
    .mch-feature-bnr__body {
        margin-left: 40px;
        padding-left: 30px
    }
}

@media screen and (max-width:767px) {
    .mch-feature-bnr__body {
        margin-top: 10px;
        padding-top: 15px
    }
}

.mch-feature-bnr__body:before {
    content: "";
    display: block;
    background-color: #595757;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto
}

@media screen and (min-width:768px) {
    .mch-feature-bnr__body:before {
        bottom: 0;
        width: 1px;
        height: 90%
    }
}

@media screen and (max-width:767px) {
    .mch-feature-bnr__body:before {
        right: 0;
        width: 100%;
        height: 1px
    }
}

.mch-feature-bnr__body p {
    color: #595757;
    margin: 0
}

@media screen and (min-width:768px) {
    .mch-feature-bnr__body p {
        font-size: 18px
    }
}

.mch-feature-bnr:hover {
    background-color: #fce6cc
}

.mch-point-check {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 60px 0 40px
}

@media screen and (max-width:767px) {
    .mch-point-check {
        flex-wrap: wrap;
        gap: 30px 15px;
        margin: 40px 0 30px
    }
}

.mch-point-check-box {
    border: 4px solid #f18302;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
    flex: 1;
    padding: 0 10px 10px
}

@media screen and (max-width:767px) {
    .mch-point-check-box {
        flex: none;
        border-width: 3px;
        width: calc((100% - 15px)/ 2);
        min-height: 156px;
        padding-bottom: 0
    }
}

.mch-point-check-box__icon {
    width: 63px;
    margin: -32px auto 15px
}

@media screen and (max-width:767px) {
    .mch-point-check-box__icon {
        width: 47px;
        margin-top: -22px
    }
}

.mch-point-check-box__txt {
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
    font-size: 18px
}

@media screen and (max-width:767px) {
    .mch-point-check-box__txt {
        font-size: 15px
    }
}

.mch-point-check-box__txt .c-orange {
    font-size: 160%;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 12px;
    display: inline-block
}

@media screen and (max-width:767px) {
    .mch-point-check-box__txt .c-orange {
        font-size: 140%;
        margin-top: 8px
    }
}

.mch-point-check-box__txt .mch-t-bigger {
    font-size: 200%;
    margin-top: -15px;
    display: inline-block
}

@media screen and (max-width:767px) {
    .mch-point-check-box__txt .mch-t-bigger {
        margin-top: -10px
    }
}

.mch-point-check-box__txt--mdl {
    font-size: 110%;
    color: #3e3a39
}

@media screen and (max-width:767px) {
    .mch-point-check-box__txt--mdl {
        font-size: 105%;
        text-align: center;
        display: inline-block;
        margin: 0 -15px 0 -10px
    }
}

.mch-aco-flow-wrap,
.mch-faq-wrap {
    counter-reset: num 0
}

@media screen and (min-width:768px) {

    .mch-aco-flow-wrap,
    .mch-faq-wrap {
        margin-bottom: -20px
    }
}

.mch-aco-flow,
.mch-faq {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .12);
    counter-increment: num 1
}

@media screen and (max-width:767px) {

    .mch-aco-flow,
    .mch-faq {
        border-radius: 15px
    }
}

.mch-aco-flow+.mch-aco-flow,
.mch-aco-flow+.mch-faq,
.mch-faq+.mch-aco-flow,
.mch-faq+.mch-faq {
    margin-top: 20px
}

@media screen and (max-width:767px) {

    .mch-aco-flow+.mch-aco-flow,
    .mch-aco-flow+.mch-faq,
    .mch-faq+.mch-aco-flow,
    .mch-faq+.mch-faq {
        margin-top: 15px
    }
}

.mch-aco-flow__head,
.mch-faq__head {
    font-size: 23px;
    line-height: 1.4;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    position: relative;
    color: inherit;
    padding: 27px 100px 16px 40px
}

@media screen and (max-width:767px) {

    .mch-aco-flow__head,
    .mch-faq__head {
        padding: 17px 60px 9px 20px;
        font-size: 18px
    }
}

.mch-aco-flow__head:before,
.mch-faq__head:before {
    content: counter(num);
    width: 43px;
    height: 43px;
    min-width: 43px;
    border-radius: 50%;
    font-size: 130%;
    border: 1px solid #f18302;
    color: #f18302;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    box-sizing: border-box;
    position: relative;
    top: -5px;
    margin-right: 12px
}

@media screen and (max-width:767px) {

    .mch-aco-flow__head:before,
    .mch-faq__head:before {
        width: 33px;
        min-width: 33px;
        height: 33px;
        font-size: 120%;
        top: -4px
    }
}

.mch-aco-flow__head.open .mch-aco-flow__cross,
.mch-aco-flow__head.open .mch-faq__cross,
.open.mch-faq__head .mch-aco-flow__cross,
.open.mch-faq__head .mch-faq__cross {
    background-color: #595757
}

.mch-aco-flow__head.open .mch-aco-flow__cross:before,
.mch-aco-flow__head.open .mch-faq__cross:before,
.open.mch-faq__head .mch-aco-flow__cross:before,
.open.mch-faq__head .mch-faq__cross:before {
    transform: rotate(180deg)
}

.mch-aco-flow__head.open .mch-aco-flow__cross:after,
.mch-aco-flow__head.open .mch-faq__cross:after,
.open.mch-faq__head .mch-aco-flow__cross:after,
.open.mch-faq__head .mch-faq__cross:after {
    transform: rotate(180deg)
}

.mch-aco-flow__cross,
.mch-faq__cross {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f18302;
    position: absolute;
    top: 25px;
    right: 40px
}

@media screen and (max-width:767px) {

    .mch-aco-flow__cross,
    .mch-faq__cross {
        width: 31px;
        height: 31px;
        top: 11px;
        right: 12px
    }
}

.mch-aco-flow__cross:after,
.mch-aco-flow__cross:before,
.mch-faq__cross:after,
.mch-faq__cross:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 23px;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: cubic-bezier(.3, .5, 0, 1) .4s transform
}

@media screen and (max-width:767px) {

    .mch-aco-flow__cross:after,
    .mch-aco-flow__cross:before,
    .mch-faq__cross:after,
    .mch-faq__cross:before {
        width: 19px
    }
}

.mch-aco-flow__cross:after,
.mch-faq__cross:after {
    transform: rotate(90deg)
}

.mch-aco-flow__body,
.mch-faq__body {
    border-top: 1px solid #999;
    padding: 20px 55px 40px;
    display: none;
    margin: 0 40px
}

@media screen and (max-width:767px) {

    .mch-aco-flow__body,
    .mch-faq__body {
        padding: 20px 0 30px;
        margin: 0 20px
    }
}

@media screen and (min-width:768px) {

    .mch-aco-flow__body-row,
    .mch-faq__body-row {
        display: flex;
        align-items: center;
        gap: 30px
    }
}

.mch-aco-flow__img,
.mch-faq__img {
    overflow: hidden;
    border-radius: 20px
}

@media screen and (min-width:768px) {

    .mch-aco-flow__img,
    .mch-faq__img {
        width: 240px
    }
}

@media screen and (max-width:767px) {

    .mch-aco-flow__img,
    .mch-faq__img {
        margin-bottom: 15px;
        border-radius: 10px
    }
}

.mch-aco-flow__txt,
.mch-faq__txt {
    flex: 1
}

@media screen and (min-width:768px) {

    .mch-aco-flow__txt,
    .mch-faq__txt {
        font-size: 18px
    }
}

.mch-aco-flow .mch-caution-wrap,
.mch-faq .mch-caution-wrap {
    margin-top: 20px
}

@media screen and (max-width:767px) {

    .mch-aco-flow .mch-caution-wrap,
    .mch-faq .mch-caution-wrap {
        margin-top: 10px
    }
}

@media screen and (max-width:767px) {
    .mch-faq__head {
        font-size: 16px
    }
}

.mch-faq__head:before {
    content: "";
    background: url(/common/img/machine/icon_q.webp) no-repeat center center/100% auto;
    border: none
}

@media screen and (min-width:768px) {
    .mch-faq__head:before {
        width: 45px;
        min-width: 45px;
        height: 45px
    }
}

.mch-faq__body {
    padding-bottom: 30px
}

@media screen and (max-width:767px) {
    .mch-faq__body {
        padding-bottom: 20px
    }
}

.mch-facility {
    display: flex;
    gap: 20px
}

@media screen and (max-width:767px) {
    .mch-facility {
        gap: 10px;
        flex-wrap: wrap
    }
}

.mch-facility--col2 {
    flex-wrap: wrap
}

@media screen and (min-width:768px) {
    .mch-facility--col2 .mch-facility-card {
        flex: none;
        width: calc((100% - 20px)/ 2)
    }
}

.mch-facility-card {
    background-color: #fff;
    padding: 20px 20px;
    color: inherit
}

@media screen and (min-width:768px) {
    .mch-facility-card {
        flex: 1
    }
}

@media screen and (max-width:767px) {
    .mch-facility-card {
        width: calc((100% - 10px)/ 2);
        padding: 10px
    }
}

.mch-facility-card__head {
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    margin: 0 -15px 15px;
    line-height: 1.3
}

@media screen and (max-width:767px) {
    .mch-facility-card__head {
        font-size: calc((45vw - 9px)/ 10.5);
        margin: 0 -8px 10px
    }
}

.mch-facility-card__row {
    display: flex;
    gap: 20px
}

@media screen and (max-width:767px) {
    .mch-facility-card__row {
        flex-direction: column-reverse;
        gap: 10px
    }
}

@media screen and (min-width:768px) {
    .mch-facility-card__row .mch-facility-card__img {
        width: 63%
    }
}

.mch-facility-card__txt {
    flex: 1
}

@media screen and (max-width:767px) {
    .mch-facility-card__txt p {
        font-size: 14px
    }
}

.mch-facility-card__img {
    overflow: hidden
}

.mch-facility-card__img img {
    transition: .8s cubic-bezier(.165, .84, .44, 1)
}

.mch-facility-card:hover .mch-facility-card__img img {
    transform: scale(1.08);
    transition: 1s cubic-bezier(.165, .84, .44, 1)
}

@media screen and (min-width:768px) {
    .mch-step {
        max-width: 1020px;
        margin-inline: auto;
        display: flex;
        flex-wrap: wrap
    }
}

.mch-step-item {
    position: relative;
    text-align: center;
    padding: 2.4509803922%;
    background-color: #fff;
    border-radius: 10px
}

.mch-step-item:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    border-color: transparent transparent transparent #000;
    border-width: 20px 0 20px 20px;
    border-style: solid
}

@media screen and (max-width:767px) {
    .mch-step-item:before {
        top: initial;
        right: initial;
        left: 50%;
        bottom: -30px;
        transform: translate(-50%, 0);
        border-color: #000 transparent transparent transparent;
        border-width: 20px 20px 0 20px
    }
}

@media screen and (min-width:768px) {
    .mch-step-item {
        width: 29.4117647059%
    }

    .mch-step-item:not(:nth-child(3n)) {
        margin-right: 5.4545454545%
    }

    .mch-step-item:nth-child(3n):before {
        display: none
    }

    .mch-step-item:nth-child(3n+1):nth-last-child(-n+3),
    .mch-step-item:nth-child(3n+1):nth-last-child(-n+3)~.item {
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .mch-step-item {
        padding: 4.4776119403%
    }

    .mch-step-item:not(:first-child) {
        margin-top: 40px
    }

    .mch-step-item:last-child:before {
        display: none
    }
}

.mch-step-item__ttl {
    font-size: 24px;
    line-height: 1.4166666667;
    margin-bottom: 20px;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .mch-step-item__ttl {
        font-size: 20px;
        margin-bottom: 15px
    }
}

.mch-table,
.mch-table__type1,
.mch-table__type2 {
    width: 100%;
    border-collapse: collapse
}

.mch-table__type1 {
    border-radius: 20px;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .mch-table__type1 {
        width: 500px
    }
}

@media screen and (max-width:767px) {
    .mch-table__type1_wrap {
        width: 100%;
        overflow-x: scroll
    }
}

.mch-table__type1 tr td,
.mch-table__type1 tr th {
    background-color: #fff;
    border: 2px solid #fff7d8
}

.mch-table__type1 tr td img+sup,
.mch-table__type1 tr th img+sup {
    margin-left: 2px;
    margin-right: -24px;
    display: inline-block;
    transform: translateY(-8px)
}

@media screen and (max-width:767px) {

    .mch-table__type1 tr td img+sup,
    .mch-table__type1 tr th img+sup {
        margin-left: 0;
        transform: scale(.9) translateY(-9px);
        margin-right: -20px;
        margin-left: -3px
    }
}

.mch-table__type1 tr td:nth-child(1),
.mch-table__type1 tr th:nth-child(1) {
    width: 55%
}

@media screen and (max-width:767px) {

    .mch-table__type1 tr td:nth-child(1),
    .mch-table__type1 tr th:nth-child(1) {
        width: 57%
    }
}

.mch-table__type1 tr td:nth-child(2),
.mch-table__type1 tr td:nth-child(3),
.mch-table__type1 tr td:nth-child(4),
.mch-table__type1 tr th:nth-child(2),
.mch-table__type1 tr th:nth-child(3),
.mch-table__type1 tr th:nth-child(4) {
    text-align: center;
    width: 15%
}

@media screen and (max-width:767px) {

    .mch-table__type1 tr td:nth-child(2),
    .mch-table__type1 tr td:nth-child(3),
    .mch-table__type1 tr td:nth-child(4),
    .mch-table__type1 tr th:nth-child(2),
    .mch-table__type1 tr th:nth-child(3),
    .mch-table__type1 tr th:nth-child(4) {
        width: 13%
    }
}

.mch-table__type1 tr td:nth-child(2) img,
.mch-table__type1 tr td:nth-child(3) img,
.mch-table__type1 tr td:nth-child(4) img,
.mch-table__type1 tr th:nth-child(2) img,
.mch-table__type1 tr th:nth-child(3) img,
.mch-table__type1 tr th:nth-child(4) img {
    display: inline-block;
    width: 28%;
    margin-inline: auto
}

@media screen and (max-width:767px) {

    .mch-table__type1 tr td:nth-child(2) img,
    .mch-table__type1 tr td:nth-child(3) img,
    .mch-table__type1 tr td:nth-child(4) img,
    .mch-table__type1 tr th:nth-child(2) img,
    .mch-table__type1 tr th:nth-child(3) img,
    .mch-table__type1 tr th:nth-child(4) img {
        width: 35%
    }
}

.mch-table__type1 thead th {
    text-align: center;
    padding: 1.2em .5em;
    font-weight: 700;
    line-height: 1.5
}

.mch-table__type1 thead th:nth-child(1) {
    width: 52%
}

.mch-table__type1 tbody th {
    font-size: 14px;
    line-height: 1.7142857143;
    padding-left: 1.4em;
    padding-right: 1.4em
}

@media screen and (max-width:767px) {
    .mch-table__type1 tbody th {
        font-size: 13px;
        padding-top: 1em;
        padding-bottom: 1em
    }
}

.mch-table__type1 tbody th strong {
    font-size: 16px
}

.mch-table__type1 tbody td {
    padding-top: 1.6em;
    padding-bottom: 1.6em
}

.mch-table__type2-wrap {
    max-width: 800px;
    margin-inline: auto
}

.mch-table__type2:not(:last-child) {
    margin-bottom: 15px
}

.mch-table__type2 td,
.mch-table__type2 th {
    padding: .65em 1em;
    text-align: center;
    border: 1px solid #333;
    font-weight: 700
}

@media screen and (max-width:767px) {

    .mch-table__type2 td,
    .mch-table__type2 th {
        padding: .65em .5em
    }
}

.mch-table__type2 td:nth-child(1),
.mch-table__type2 th:nth-child(1) {
    width: 20%
}

@media screen and (max-width:767px) {

    .mch-table__type2 td:nth-child(1),
    .mch-table__type2 th:nth-child(1) {
        width: 20%
    }
}

.mch-table__type2 td:nth-child(2),
.mch-table__type2 th:nth-child(2) {
    width: 60%
}

@media screen and (max-width:767px) {

    .mch-table__type2 td:nth-child(2),
    .mch-table__type2 th:nth-child(2) {
        width: 56%
    }
}

.mch-table__type2 td:nth-child(3),
.mch-table__type2 th:nth-child(3) {
    width: 20%
}

@media screen and (max-width:767px) {

    .mch-table__type2 td:nth-child(3),
    .mch-table__type2 th:nth-child(3) {
        width: 24%
    }
}

.mch-table__type2 thead td,
.mch-table__type2 thead th {
    background-color: #fce6cc
}

.mch-table__type2 tbody td,
.mch-table__type2 tbody th {
    font-size: 20px
}

@media screen and (max-width:767px) {

    .mch-table__type2 tbody td,
    .mch-table__type2 tbody th {
        font-size: 16px
    }
}

.mch-act {
    border: 5px solid #f2f4f7;
    border-radius: 20px;
    padding: 40px
}

@media screen and (max-width:767px) {
    .mch-act {
        padding: 20px 15px 30px
    }
}

.mch-act__list {
    margin: 20px 0
}

.mch-act__list:first-child {
    margin-top: 0
}

.mch-act__list:last-child {
    margin-bottom: 0
}

.mch-act__list-item, .mch-act__list-item--black {
    padding-left: 20px;
    position: relative;
    line-height: 1.3;
    margin: 15px 0
}

@media screen and (max-width:767px) {
    .mch-act__list-item, .mch-act__list-item--black {
        margin: 10px 0;
        padding-left: 18px
    }
}

.mch-act__list-item:before {
    content: "●";
    display: block;
    color: #f18302;
    position: absolute;
    top: 0;
    left: 0
}
.mch-act__list-item--black:before {
    content: "●";
    display: block;
    color: #595757;
    position: absolute;
    top: 0;
    left: 0
}

.mch-act+.mch-bnr-wrap {
    margin-top: 90px
}

/*------------------------
      20250423追加分
--------------------------*/

/*ぱんくず*/
.c-breadcrumb {
    margin: 0;
    padding: 0;
}
.c-breadcrumb__inr {
    max-width: 1200px;
    padding-right: 0;
    padding: 0.27778em 0.55556em;
    line-height: 1.4;
}
.c-breadcrumb a, .c-breadcrumb span {
    font-size: 12px;
    vertical-align: baseline;
}
.c-breadcrumb li {
    padding-bottom: 1px;
}
.c-breadcrumb li:first-child {
    margin-left: 0;
}
/*動画*/
.mch-video iframe {
    max-width: 1100px;
    width: 100%;
    height: auto;
    position: static !important;
    aspect-ratio: 1100 / 619;
}
/* フォーカス処理 */
.mch-anchor-nav a:focus, .mch-eqs-card__btn:focus, .mch-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    background: #fff;
    color:#f18302;
}
.mch-anchor-nav-item a:focus:after, .mch-btn:focus:after {
    border-color: #f18302;
}
.mch-linkarea:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.mch-bnr:focus img {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.mkl-anchor-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    color: #595757;
}
.mch-aco-flow__head:focus, .mch-faq__head:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    color: #595757;
    border-radius: 20px; 
}
.mch-image-tab-item:focus, .mch-image-tab-item:hover, 
.kcp-merit-ex__tab-item:focus, .kcp-merit-ex__tab-item:hover{
    opacity : 1 !important;
}
.mch-image-tab-item.current:focus, .mch-image-tab-item.current:hover {
    opacity : 1 !important;
}
  .mch-image-tab-item:not(.current):focus, .mch-image-tab-item:not(.current):hover, 
  .kcp-merit-ex__tab-item.current:focus, .kcp-merit-ex__tab-item.current:hover {
    color: #fff;
    background-color: #bbb;
    opacity : 1;
}

.l-contents a.mch-image-tab-item.current,
.l-contents a.kcp-merit-ex__tab-item.current {
    color: #f18302;
}
.l-contents a.kcp-merit-ex__tab-item.current:focus {
    background: #fff;
}
.l-contents a.kcp-merit-ex__tab-item:focus {
    opacity: 0.8 !important;
}
.mch-btn--2:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    color: #f18302;
}
.mch-bnr-link:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    color: #595757;
    border-radius: 20px;
}
.mch-facility-card:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    color: #595757;
}

/*20250501追加*/
.mch-suptxt-wrap .c-box {
    background-color: none;
    padding: 0;
    box-shadow: none;
}
.mch-kl-pointLink .mch-kl-point-item {
    position: relative;
}
.mch-kl-pointLink .mch-kl-point-item:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #f18302;
    border-right: 2px solid #f18302;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
@media screen and (max-width:767px) {
    .mch-kl-pointLink .mch-kl-point-item:after {
        width: 10px;
        height: 10px;
    }
}
.mch-kl-pointLink .mch-kl-point-item:hover {
    background: #f18302;
}
.mch-kl-pointLink .mch-kl-point-item:hover .mch-kl-point-item__txt-bigger {
    color: #fff;
}
.mch-kl-pointLink .mch-kl-point-item:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.mch-kl-pointLink .mch-kl-point-item:focus {
    outline: 0px;
    box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem;
}

/*---------------------------------------------
lity 追加20250610
---------------------------------------------*/
/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.75);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .lity.lity-opened {
    opacity: 1;
  }
  .lity.lity-closed {
    opacity: 0;
  }
  .lity * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
  }
  .lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .lity-loading .lity-loader {
    opacity: 1;
  }
  .lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
  }
  .lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  }
  .lity-loading .lity-content,
  .lity-closed .lity-content {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
  .lity-close,
  .lity-close:hover,
  .lity-close:focus,
  .lity-close:active,
  .lity-close:visited {
    z-index: 9994;
    display: inline-block;
    width: 100%;
    max-width: 175px;
    height: auto;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -80px;
    left: 50%;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    font-family: system-ui, -apple-system, serif;
    padding: 6px 0 10px;
    text-shadow: unset;
    border: 1px solid #ffffff;
    transform: translateX(-50%);
  }
  .lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  /* Image */
  .lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
  }
  /* iFrame */
  .lity-iframe .lity-container,
  .lity-youtube .lity-container,
  .lity-vimeo .lity-container,
  .lity-facebookvideo .lity-container,
  .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
  }
  @media only screen and (max-width: 750px) {
    .lity-iframe .lity-container,
    .lity-youtube .lity-container,
    .lity-vimeo .lity-container,
    .lity-facebookvideo .lity-container,
    .lity-googlemaps .lity-container {
      width: 90%;
    }
  }
  .lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
  }
  .lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
  }
  .lity-hide {
    display: none;
  }
  
  /* modal */
  .modal_inner{
    background: #fff;
    max-width: 960px;
    height: 80vh;
    overflow: auto;
    padding: 40px 40px 0;
    font-size: 14px;
    border-radius: 10px;
  }
  #ModelCase01 .modal_inner,
  #ModelCase02 .modal_inner {
    height: 45vh;
  }
  
  .modal_box{
    margin: 0 0 1em;
  }
  .modal_box:last-child{
    margin: 0 0 40px;
  }
  
  @media only screen and (max-width: 767.98px) {
    /* modal */
    .modal_inner {
      padding: 5.33vw 3vw 0;
      height: 70vh;
      font-size: 3.2vw;
      width: 96%;
      margin-right: 2%;
      margin-left: 2%;
    }
  }
  
  .modal_box .row {
    margin-right: 0;
    margin-left: 0
  }
  
  .modal_btn--close {
    width: 200px;
    display: block;
    margin: 15px auto 0;
    padding: 10px 0;
    border: 1px solid #e8e8e8;
    text-align: center
  }
  @media screen and (max-width: 767px) {
    .modal_btn--close {
      margin: 13px auto 0;
      padding: 7px 0
    }
  }
  #ModelCase01 .modal_inner,
  #ModelCase02 .modal_inner {
    height: 100%;
    max-height: 75vh
  }
  @media screen and (max-width: 767px) {
    #ModelCase01 .modal_inner,
    #ModelCase02 .modal_inner {
      max-height:85vh
    }
  }

.lity-container {
    padding: 0;
    border-radius: unset;
    background-color: transparent;
}
.modal_inner {
    background: #fff;
    max-width: 600px;
    height: auto;
    overflow: auto;
    padding: 40px;
    font-size: 14px;
    border-radius: 10px;
}
.c-cv__modal__link__title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-align: center;
}
.c-cv__modal__link__block {
    text-align: center;
}
a.c-cv__modal__link__number {
    display: inline-block;
    font-family: oswald, sans-serif;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #E60D17;
    margin: 0 0 10px 0;
}
.c-cv__modal__link__time {
    color: #333;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 0 0 15px 0;
}
.c-cv__modal__link__text {
    font-size: 10px;
    text-align: left;
}
.c-cv__modal__link__notice {
    font-size: 10px;
    padding: 0 0 0 2em;
    text-indent: -2.4em;
}
  .lity-close::after {
    content: "閉じる";
    display: inline-block;
    position: relative;
    top: 2px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
    margin: 0 0 0 10px;
  }
  a.c-cv__modal__link__number::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: translateY(2px);
    transform: translateX(-6px);
    color: #E60D17;
    background-image: url(/common/img/katene_add/cv_tell_icon-rd.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*lity 追加20250610ここまで*/


/* floating */
.c-cv__side__katene__wrapper {
    position: fixed;
    right: 0;
    z-index: 5;
    top: 320px;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 767px) {
  .c-cv__side__katene__wrapper {
    top: 24%;
    width: 41px;
  }
}

/* ====== 20250812　add ====== */
.mch-section__bnr {
    padding-bottom: 120px;
}

/* ====== CV下部３つボタン20250812　add ====== */
.c-cv__wrapper {
    max-width: 1125px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 3;
    opacity: 0;
    transform: translate(-50%, 30px); /* X: 中央に寄せる、Y: 下から */
    transition: opacity 0.6s ease, transform 0.6s ease;
    position: fixed;
    bottom: 0;
    left: 50%;
  }

.c-cv__wrapper--change-position .c-cv__tel__link, .c-cv__wrapper--change-position .c-cv__content__wrapper, .c-cv__wrapper--change-position .c-cv__info__wrapper {
    width: calc(100% / 3);
}
.c-cv__wrapper--change-position .c-cv__tel__wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
}

  .c-cv__wrapper--change-position .c-cv__tel__link,
  .c-cv__wrapper--change-position .c-cv__content__wrapper,
  .c-cv__wrapper--change-position .c-cv__info__wrapper {
    width: 33.3333333333%;
  }
  
  .c-cv__wrapper--change-position .c-cv__tel__link,
  .c-cv__wrapper--change-position .c-cv__content__wrapper,
  .c-cv__info__link {
    padding: 15px 10px;
  }

  .c-cv__content__wrapper {
    width: 50%;
    background-color: #C11920;
    border-top-left-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.15s;
}
.c-cv__content__wrapper .c-cv__content {
    color: #fff;
    font-weight: 600;
}
.c-cv__content__wrapper .simulation::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/common/img/machine/cv_simulation_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}
@media (min-width: 768px) {
    .c-cv__content.simulation {
        font-size: 21px;
    }
}
@media (max-width: 767px) {
    .c-cv__content.simulation {
        font-size: 12px;
    }
    .c-cv__content__wrapper .simulation::before {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
}
  @media (max-width: 767px) {
    .c-cv__wrapper--change-position .c-cv__tel__link {
      padding: 0;
    }
    .c-cv__wrapper--change-position .c-cv__tel__link {
      width: 16.6666666667%;
    }
    .c-cv__wrapper--change-position .c-cv__content__wrapper {
      min-width: unset;
      width: 33.3333333333%;
    }
    .c-cv__wrapper--change-position .c-cv__info__wrapper {
      width: 50%;
    }
    .c-cv__wrapper--change-position .c-cv__tel__link a {
      height: 100%;
    }
  }
  .c-cv__tel__link {
    position: relative;
  }
  
  .c-cv__tel__link__inner {
    display: none;
  }
  
  .c-cv__tel__link:hover .c-cv__tel__link__inner {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    padding: 15px 20px 20px;
    border-radius: 20px 20px 0 0;
    animation: appear 0.15s ease;
  }
  .c-cv__tel__link--bg-yellow:hover .c-cv__tel__link__inner {
    background-color: #bf9a4a;
  }
  .c-cv__tel__number  {
    font-family: "Oswald", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo UI, "メイリオ", Meiryo, sans-serif;
  }
.c-cv__tel__number a {
    color: #fff;
}
.c-cv__tel::before {
    content: "";
    background-image: url(/common/img/machine/cv_tell_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.c-cv__tel {
    line-height: 1;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .c-cv__tel__link__text {
        font-size: 12px;
    }
}
.c-cv__wrapper--change-position .c-note-3 {
    font-size: 12px;
}
  .c-cv__info__link:hover .c-cv__tel__link__inner {
    display: block;
    position: absolute;
    left: -5px;
    bottom: -5px;
    background: #fff;
    padding: 15px;
    border-radius: 20px 20px 0 0;
    animation: appear 0.15s ease;
    width: calc(100% + 10px);
    border: 5px solid #e60012;
  }
  
  .c-cv__modal__link__title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
  }
  
  a.c-cv__modal__link__number {
    display: inline-block;
    font-family: oswald, sans-serif;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #E60D17;
    margin: 0 0 10px 0;
  }
  
  a.c-cv__modal__link__number::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: translateY(2px);
    transform: translateX(-6px);
    color: #E60D17;
    background-image: url(/common/img/machine/katenelease/campaign2023/cv_tell_icon-rd.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .c-cv__modal__link__time {
    color: #333;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 0 0 15px 0;
  }
  
  .c-cv__modal__link__text {
    font-size: 10px;
    text-align: left;
  }
  
  .c-cv__modal__link__notice {
    font-size: 10px;
    padding: 0 0 0 2em;
    text-indent: -2.4em;
  }
  
  .c-cv__modal__link__notice a {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
  
  .c-cv__info__link .c-cv__tel__link__inner {
    color: #e60012;
  }
  
  .c-cv__tel__link__inner .c-cv__info__link__title01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 23px;
    margin: 0 0 12px;
    padding: 0 0 5px;
    border-bottom: 2px solid #e60012;
  }
  
  .c-cv__tel__link__inner .modal_inner__adv--textLabel {
    display: block;
    width: 100%;
    font-size: 18px;
    margin-top: 8px;
  }
  
  .c-cv__adv__wrapper p {
    text-align: center;
  }
  
  @keyframes appear {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @media screen and (max-width: 767px) {
    .c-cv__tel__link:hover .c-cv__tel__link__inner {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .c-cv__info__link:hover .c-cv__tel__link__inner {
      display: none;
    }
  }
  .c-cv__tel__link__inr-title {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 5px;
  }
  
  .c-cv__info__link__title01 {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 5px;
    color: red;
  }
  
  .c-cv__tel__link__text {
    margin: 10px 0 0;
  }
  
  .c-cv__tel__link__time {
    text-align: center;
    width: 100%;
  }
  
  .c-cv__wrapper--change-position .c-cv__content__wrapper {
    border-radius: 0;
  }
  .c-cv__content {
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(0);
}
  .c-cv__tel__link__title,
  .c-cv__info__link__title01 {
    font-size: 21px;
    font-weight: 600;
  }
  
  @media (max-width: 767px) {
    .c-cv__tel__link__title,
    .c-cv__info__link__title01 {
      font-size: 12px;
    }
    .c-cv__tel__link__title {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .c-cv__tel__link__title::before {
      transform: translateX(0);
    }
  }
  .c-cv__tel__link__title::before,
  .c-cv__info__wrapper .c-cv__content::before,
  .c-cv__tel__link__inner .c-cv__info__link__title01::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    background-image: url(/common/img/machine/cv_tell_icon.png);
  }
  
  @media (min-width: 768px) {
    .c-cv__tel__link__title::before {
      width: 30px;
      height: 30px;
      margin-right: 10px;
    }
  }
  .c-cv__info__wrapper .c-cv__content::before,
  .c-cv__tel__link__inner .c-cv__info__link__title01::before {
    background-image: url(/common/img/machine_add/cv_shop_icon.png);
    background-size: 100%;
    width: 30px;
    height: 40px;
    margin-right: -5px;
    transform: translateX(-10px);
  }
  
  .c-cv__tel__link__inner .c-cv__info__link__title01::before {
    transform: none;
  }
  
  @media screen and (max-width: 767px) {
    .c-cv__info__wrapper .c-cv__content::before {
      width: 20px;
      height: 20px;
      transform: translateX(-5px);
      margin-right: 0px;
    }
    .c-cv__tel__link__title::before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0;
      transform: translateY(2px);
      transform: translateX(0);
      background-image: url(/common/img/machine/cv_tell_icon.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }
  }
  .c-cv__info__link__title01 {
    color: #e60012;
  }
  
  .c-cv__info__link__title01:focus {
    color: #7d1015;
  }
  
  .c-cv__info__link__title01 span {
    vertical-align: middle;
  }
  
  .c-cv__info__link__title02 {
    font-size: 10px;
  }
  
  @media (min-width: 768px) {
    .c-cv__info__link__title02 {
      font-size: 19px;
    }
  }
  .c-cv__info__link {
    position: relative;
    background-color: #fff;
    border-top-right-radius: 20px;
    border: 5px solid #e60012;
    transition: 0.15s;
  }
  
  .c-cv__info__link:hover {
    border: 5px solid #7d1015;
  }
  
  @media (max-width: 767px) {
    .c-cv__info__link,
    .c-cv__info__link:hover {
      border-width: 3px;
    }
  }
  .c-cv__info__link:hover .c-cv__info__link__title01 {
    /* color: #7d1015; */
    transition: 0.15s;
  }
  
  .c-cv__info__link__title {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  #modal-info .modal_inner {
    padding: 40px;
    height: auto;
  }
  
  @media (max-width: 767px) {
    #modal-tel .modal_inner,
    #modal-info .modal_inner {
      padding: 20px;
      height: auto;
    }
    #modal-tel .modal_inner {
      padding: 31px 29px 31px 29px;
    }
  }
  #modal-info .modal_inner iframe {
    width: 100%;
    height: 98%;
  }
  
  @media (max-width: 767px) {
    #modal-info .modal_inner iframe {
      height: 70vw;
    }
  }
  .modal_inner__adv--textLabel {
    background: #e60012;
    border-radius: 5px;
    padding: 0.5em 1em;
    color: #fff;
    margin-top: 20px;
  }
  
  .modal_inner__adv .c-cv__info__link__title01 {
    border-bottom: 2px solid #e60012;
    padding-bottom: 10px;
  }
  
  .modal_inner__adv .c-cv__info__link__title02 {
    margin-top: 20px;
    color: #e60012;
    font-weight: bold;
  }
  
  .modal_inner__adv--text {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .lity {
    background: rgba(0, 0, 0, 0.9);
  }
  
  .lity-content {
    text-align: center;
  }
  
  @media screen and (max-width: 767px) {
    .lity-content {
      width: auto !important;
    }
  }
  .lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    display: inline-block;
    width: 100%;
    max-width: 175px;
    height: auto;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -80px;
    left: 50%;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    font-family: system-ui, -apple-system, serif;
    padding: 6px 0 10px;
    text-shadow: unset;
    border: 1px solid #ffffff;
    transform: translateX(-50%);
  }
  
  .lity-container {
    padding: 31px 29px 31px 29px;
    background-color: white;
    border-radius: 20px;
  }
  
  .lity-content:after {
    display: none;
  }
  
  .lity-container {
    width: 90%;
  }
  
  .lity-content {
    text-align: center;
  }
  
  .lity-close::after {
    content: "閉じる";
    display: inline-block;
    position: relative;
    font-size: 10px;
    top: -1px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
    margin: 0 0 0 10px;
  }
  
  .lity-container {
    width: 90%;
    padding: 0;
    border-radius: unset;
    background-color: transparent;
  }
  
  .c-cv__tel__link {
    align-items: center;
    background-color: #000000;
    color: #fff;
  }
  .c-cv__tel__link--bg-yellow {
    background-color: #bf9a4a;
  }
  .c-cv__tel__link__title, .c-cv__info__link__title01 {
    line-height: 1.3;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
}
  
@media (max-width: 767px) {
    .c-cv__tel__link__title, .c-cv__info__link__title01 {
        font-size: 12px;
    }
}
  .u-only-md {
    display: none;
  }
  
  @media only screen and (max-width: 821px) {
    .u-only-md {
      display: block;
    }
  }
  .modal_inner {
    background: #fff;
    max-width: 960px;
    height: 80vh;
    overflow: auto;
    padding: 40px 40px 0;
    font-size: 14px;
    border-radius: 10px;
  }
  
  @media (max-width: 767px) {
    .u-d-md-none {
      display: none !important;
    }
  }
  .c-cv__tel__wrapper .c-cv__tel__link__inner .c-cv__tel__link__block.c-cv__tel {
    text-align: center;
  }

/* 高さを揃える3要素にflex設定 */
.c-cv__tel__link,
.c-cv__content__wrapper,
.c-cv__info__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.c-cv__tel__link__inner,
.c-cv__info__link .c-cv__tel__link__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 10;
}

.c-cv__tel__link:hover .c-cv__tel__link__inner,
.c-cv__info__link:hover .c-cv__tel__link__inner {
    display: block;
}

.c-cv__tel__link__inner {
    max-height: none;
    height: auto;
    pointer-events: auto;
}
.c-cv__content,
.c-cv__info__link__title {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .c-cv__tel__link__number {
        font-size: 27px;
        margin-right: 0;
        font-weight: 600;
        margin: 0 10px 0 5px;
    }
}
.c-cv__content { 
    line-height: 1.3;
    height: 100%;
}

/* ====== CV下部３つボタン　ふわっと出る====== */
  .c-cv__wrapper.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  /* フォーカス処理 */
.c-cv__wrapper a:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
  /* ====== CV下部３つボタン20250812　add ここまで====== */



/* お知らせテキスト */
.mch-info {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 48px 15px;
    border-radius: 20px;
    border: 4px solid #e01313;
    background: #fff;
}
  @media (max-width: 767px) {
    .mch-info {
        width: 95%;
        padding: 20px 20px 10px;
    }
  }
.mch-info__ttl {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .06em;
    margin: 0 0 30px;
    color: #000;
}
.mch-info__ttl::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 78px;
    height: 4px;
    background-color: #e01313;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.mch-info p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .05em;
    color: #000;

}

/* swiper-mv */

.p-mv__area {
  position: relative;
}
.p-mv__area .machine__slide .swiper-slide img {
  width: 100%;
  max-width: unset;
  object-fit: cover;
  min-height: 540px;
  /* max-height: 540px; */
}
@media screen and (max-width: 767px) {
  .p-mv__area .machine__slide .swiper-slide img {
    min-height: unset;
  }
}
.p-mv__area .machine__slide .swiper-pagination {
  position: absolute;
  /* padding: 25px 0 0 0; */
  z-index:1;
  bottom: 10px;
}
.p-mv__area .machine__slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #c11920;
  opacity: 1;
}
.p-mv__area .machine__slide .swiper-pagination-bullet-active {
  background: #c11920;
}
/* .p-mv__area .machine__slide .swiper-container-horizontal > .swiper-pagination-bullets,
.p-mv__area .machine__slide .swiper-pagination-custom,
.p-mv__area .machine__slide .swiper-pagination-fraction {
bottom: 30px;
} */
.p-mv__area .machine__slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #c11920;
  opacity: 1;
}
.p-mv__area .machine__slide .swiper-pagination-bullet-active {
  background: #c11920;
}

.p-mv__area .machine__slide .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  min-height: 0;
}