@charset "UTF-8";
/* CSS Document */

/*---------------------------

共通

---------------------------*/

body {
    font-weight: 400;
}

.key {
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
    position: relative;
}

#contact .key {
    background-image: url(../img/contact/key.webp);
    background-position: 60% center;
}

#privacy .key {
    background-image: url(../img/privacy/key.webp);
}

.key .key_title {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 70vh;
    justify-content: center;
    row-gap: 1rem;
    width: 100%;
}

.key .key_title .roboto {
    font-size: 8rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.2;
}

.key .key_title .jp {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.5;
}

.breadcolumn {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
}

.breadcolumn .item:not(:first-of-type):before {
    content: "　/　";
}

.breadcolumn .link {
    color: #e50000;
    text-decoration: underline;
}

#content-1 {
    padding: 6rem 0 10rem;
}

@media (max-width:767px) {
    .key .key_title {
        height: 80vw;
    }

    .key .key_title .roboto{
        font-size: 5rem;
    }

    .key .key_title .jp {
        font-size: 2rem;
    }
}




/*---------------------------

CONTACT

---------------------------*/

#contact .front_text {
    font-size: 1.6rem;
    margin-bottom: 8rem;
    text-align: center;
}

#contact .front_text a {
    color: #e50000;
    display: inline-block;
    text-decoration: underline;
}

#form-wrap .form_cover {
    margin-bottom: 2.5rem;
    width: 100%;
}

#form-wrap tr {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    padding: 2.3rem 0;
}

#form-wrap th {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 5rem;
    position: relative;
    text-align: left;
    width: 26rem;
}

#form-wrap th.hissu:after {
    background-color: #e50000;
    border: 1px solid #FE5F55;
    bottom: 0;
    color: #ffffff;
    content: "\5FC5\9808";
    display: block;
    height: 2em;
    line-height: 2;
    margin: auto 0;
    padding: 0 1.2rem;
    position: absolute;
    right: 3rem;
    top: 0;
}

#form-wrap td {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    grid-row-gap: 2rem;
    width: calc(100% - 26rem);
}

#form-wrap td input.box {
    border: 1px solid #ccc;
    font-size: 1.6rem;
    line-height: 1.5;
    min-height: 5rem;
    padding: 1rem 1.6rem;
    width: 100%;
}

input, button, select, textarea {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
}

#form-wrap td .address_yubin {
    display: flex;
    grid-column-gap: 2rem;
    flex-wrap: wrap;
    row-gap: 2rem;
}

#form-wrap td .address_yubin input[type="text"] {
    border: 1px solid #ccc;
    font-size: 1.6rem;
    line-height: 1.5;
    min-height: 5rem;
    padding: 1rem 1.6rem;
    width: 15rem;
}

#form-wrap td .address_yubin > span {
    line-height: 5rem;
}

#form-wrap td .address_yubin .postal-search {
    font-size: 1.4rem;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 999px;
    color: #333;
    cursor: pointer;
    display: block;
    line-height: 4.4rem;
    text-align: center;
    width: 14rem;
    transition: .2s;
}

#form-wrap td .address_yubin .postal-search:hover {
    background-color: #333;
    color: #fff;
}

#form-wrap td .address_region select {
    width: 19rem;
    border: 1px solid #ccc;
}

#form-wrap td .address_other {
    width: 100%;
}

#form-wrap td select {
    -webkit-appearance: none;
            appearance: none; /* デフォルトの矢印を非表示 */
    height: 5rem;
    padding: 0 4rem 0 1.6rem;
}

#form-wrap td .select_arrow {
    display: inline-block;
    position: relative;
}

#form-wrap td .select_arrow:after {
    border-left: .7rem solid transparent;
    border-right: .7rem solid transparent;
    border-top: 1rem solid #333333;
    content: "";
    position: absolute;
    right: 2rem;
    top: 2rem;
    pointer-events: none;
}

#form-wrap td textarea {
    padding: 1rem 1.6rem;
    width: 100%;
    border: 1px solid #ccc;
}

#form-wrap .radio_td {
    row-gap: 0;
}

#form-wrap .radio_td label {
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
}

input::placeholder,
textarea::placeholder {
    color: #aaaaaa;
}

.form_btn {
    display: flex;
    grid-column-gap: 2.8rem;
    grid-row-gap: 2.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.form_btn .to_submit input {
    background-color: #333;
    border: 1px solid #333;
}

.form_btn .to_back input {
    background-color: #707070;
    border: 1px solid #707070;
}

.form_btn input {
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 7rem;
    text-align: center;
    width: 32rem;
    max-width: 100%;
    position: relative;
    transition: .2s;
}

.form_btn .to_submit {
    position: relative;
}

.form_btn .to_submit:after {
    content: "";
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    margin: auto 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 1rem;
    height: 1rem;
    transform: rotate(-45deg);
}

.form_btn input:hover {
    background-color: #fff;
    color: #333;
}

.form_btn .to_submit:hover:after {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

.contact_privacy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1rem;
    padding: 4rem 2rem;
    background-color: #f3f3f3;
    margin-bottom: 7rem;
}

.contact_privacy label {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.contact_privacy input {
    transform: scale(1.4);
}

/*****-------確認画面以降のスタイル--*/

#contact-submit {
    padding: 6rem 0 10rem;
}

#contact-submit .formTable {
    padding: 3rem 0 ;
    width: 100%;
}

#contact-submit .formTable tr {
    display: flex;
    padding: 0;
    text-align: left;
    column-gap: 2rem;
}

#contact-submit .formTable th {
    width: 23rem;
    font-weight: normal;
    padding: 3rem 0 3rem 1rem;
    border-bottom: 2px solid #e50000;
}

#contact-submit .formTable td {
    width: calc(100% - 25rem);
    padding: 3rem 0 3rem 2rem;
    border-bottom: 1px solid #ccc;
}
#contact-submit .text {
    font-size: 2rem;
}

.thanks_text {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
}

@media (max-width:767px) {
    #form-wrap tr {
        row-gap: 1rem;
    }

    #form-wrap th {
      width: 100%;
    }
    
    #form-wrap td {
      width: 100%;
    }
    
    #form-wrap th.hissu:after {
      right: 0;
    }

    #contact-submit .formTable tr {
        flex-wrap: wrap;
    }
    
    #contact-submit .formTable th {
      width: 100%;
      font-weight: 700;
      padding: 4rem 0 1.5rem 1rem;
    }
    
    #contact-submit .formTable td {
      width: 100%;
      padding: 2rem 0 1.6rem 1rem;
    }

    #form-wrap td .address_yubin input[type="text"] {
        width: 12rem;
    }

    #form-wrap td .address_yubin .postal-search {
        width: 11rem;
    }

    .thanks_text {
        font-size: 1.6rem;
    }
}

/*---------------------------

PRIVACY

---------------------------*/

.privacy_wrap {
    font-size: 1.6rem;
}

.privacy_wrap p:not(:last-child) {
    margin-bottom: 2em;
}

.privacy_wrap h2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 6rem 0 1.2rem;
    padding-left: .8em;
    border-left: .5rem solid #e50000;
}

.privacy_wrap ul {
    list-style-type: disc;
    padding-left: 1.6em;
}

.privacy_wrap li {
    padding-left: .5em;
}

.privacy_wrap ul:not(:last-child) {
    margin-bottom: 2em;
}

.privacy_wrap p a {
    display: inline-block;
    text-decoration: underline;
    color: #e50000;
}