@charset "utf-8";

.cvrBx {
    background: url(../../../../uploads/cover_contact.jpg) no-repeat center /cover;
}

.fContact {
    display: none;
}

.fBtm {
    margin: 0;
}

.ctcReadAr {
    max-width: 73rem;
}

.ctcReadTxt01 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.22;
    text-align: center;
}

.ctcBtnItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4rem 0 0;
    border: 1px solid #000;
    padding: 3.8rem 1.5rem;
}

.ctcBtnItemTxt01 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.ctcBtnFl {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin: 5rem 0 0;
}

.ctcBtnItem {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.ctcBtnItemTxt01 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45em;
    color: var(--primary);
}

.ctcBtn {
    width: 37rem;
    height: 10rem;
    margin: 1.4rem 0 0;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.16);
    border-radius: 100vmax;
    background: var(--white);
    transition: all .3s;
}

a.ctcBtn:hover {
    background: var(--secondary-light);
}

.ctcBtn>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    height: 100%;
}

.ctcBtn>div>figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.4rem;
    aspect-ratio: 1/1;
    background: var(--primary);
    border-radius: 100%;
}

.ctcBtnIcon01 {
    width: 3.5rem;
}

.ctcBtnIcon02 {
    width: 2.07rem;
}

.fBtnTxt02 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.45em;
    font-family: var(--fontB);
    color: var(--primary);
}

.fBtnTxt03 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.45em;
    font-family: var(--fontB);
    color: var(--primary);
}

.ctcFormTxt01 {
    margin: 10rem 0 0;
    text-align: center;
    font-size: 2rem;
    line-height: 1.45;
    font-weight: 700;
}

.formWr {
    margin: 4rem 0 0;
}

/* フォーム */
.formTable.smf-form--business .smf-item {
    padding: 2.5rem 0;
    border: none;
    border-bottom: 1px solid #000;

}

.formTable.smf-form--business .smf-item__col {
    padding: 0;
}

.formTable.smf-form--business .smf-item__col--label {
    display: flex;
    align-items: center;
    padding: 0;
    background: none;
    border: 0;
}

.formTable .smf-item__label__text {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}

.formTable .smf-item__label__text br {
    display: none;
}

.formTable .smf-text-control__control {
    font-size: 1.6rem;
    line-height: 1.45;
}

.formTable .validate-text01,
.formTable .validate-text02 {
    padding: 0.1rem 1.4rem;
    font-size: 1.6rem;
    color: var(--white);
    letter-spacing: 0.05em;
    line-height: 1.45;
    background: #FF5353;
}

.formTable .zip-text01 {
    font-size: 1.6rem;
    line-height: 1.45;
}

.formTable .zip1-text02 {
    font-size: 1.6rem;
    line-height: 1.45;
}


.formTable .validate-text01 {
    background: #FF5353;
}

.formTable .validate-text02 {
    background: #597EF8;
}

.formTable.smf-form .smf-text-control__control {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.45;
}

.formTable .zip1-box {
    display: flex;
    align-items: center;
}

.formTable.smf-form .smf-select-control__control {
    display: block;
    padding: .75rem 2.5rem .75rem 1rem;
    line-height: 1.45;
    font-size: 1.6rem;
}

.formTable.smf-form .smf-checkbox-control {
    display: flex;
    justify-content: center;
    align-items: center;
}

.formTable.smf-form .smf-checkbox-control__control {
    margin: 0;
}

.formTable .smf-checkboxes-control {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 2.2rem 0 0;
    font-size: 1.6rem;
    line-height: 1.45;
}

.formTable .smf-checkboxes-control__control {
    display: flex;
    align-items: center;
    margin: 0;
}

.formTable .smf-checkboxes-control a {
    text-decoration: underline;
}

.formTable .smf-checkboxes-control a:hover {
    text-decoration: none;
}

.smf-action .smf-button-control {
    display: flex;
    justify-content: center;
    margin: 7rem 0 0;
}

.smf-action .smf-button-control .smf-button-control__control {
    position: relative;
    width: 100%;
    max-width: 31.6rem;
    height: 6.4rem;
    font-size: 2rem;
    font-family: var(--fontD);
    border-radius: 100vmax;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.16);
    transition: all .3s;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: .1em;
    line-height: 1.45em;
    font-weight: 600;
    background: var(--primary);
    color: var(--white);
    border: none;
}

.smf-action .smf-button-control .smf-button-control__control::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 2.45rem;
    width: .8rem;
    height: 1.35rem;
    margin: auto 0;
    background: url(../../../../uploads/arrow_white.svg) no-repeat
}

.smf-button-control__control:hover{
    filter: brightness(1.15);
}

/* ポリシー */

.priTit01 {
    text-align: center;
    font-size: 2rem;
}

.priTit {
    display: flex;
    margin: 4rem 0 0;
    border-left: 1rem solid var(--primary);
}

.priTit p {
    font-size: 2.4rem;
    line-height: 1.5em;
    padding: 0 0 0 2rem;
}

.priBx p:last-of-type {
    flex: 1;
}

.priFl {
    display: flex;
}

.priFl p {
    display: inline;
}

.inBtm a {
    text-decoration: underline;
}

.inBtm a:hover {
    text-decoration: none;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

    .ctcReadTxt01 {
        font-size: 1.4rem;
        text-align: left;
    }

    .ctcReadTxt01 br {
        display: none;
    }

    .ctcBtnItemTxt01 {
        font-size: 1.6rem;
    }

    .ctcBtnItem {
        padding: 2.5rem 1.5rem;
    }

    .smf-action .smf-button-control {
        margin: 3rem 0 0;
    }

    .ctcFormTxt01 {
        font-size: 1.8rem;    
    }

    .formTable .smf-item__label__text {
        font-size: 1.4rem;
    }

    .formTable .validate-text01,
    .formTable .validate-text02 {
        font-size: 1.4rem;
    }

    .formTable .zip-text01 {
        font-size: 1.4rem;
    }

    .formTable .zip1-text02 {
        font-size: 1.4rem;
    }

    .formTable.smf-form .smf-text-control__control {
        font-size: 1.4rem;
    }

    .formTable.smf-form .smf-select-control__control {
        font-size: 1.4rem;
    }

    .formTable .smf-checkboxes-control {
        font-size: 1.4rem;
    }


    .formWr {
        margin: 2rem 0 0;
    }

    /* ポリシー */


    .priTit {
        display: flex;
        margin: 2rem 0 0;
    }

    .priBx p {
        font-size: 1.4rem;
    }

    .priTit p {
        font-size: 2rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=576px) {
.priBx a{
	font-size: 1.1rem;
}
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */