/*------------------------------------------------------------------------------
label
------------------------------------------------------------------------------*/
.pageimg{
    background: url(../../img/diecut/pageimg_bg.webp) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 11.5rem 0!important;
}

@media screen and (max-width: 768px) {
    .pageimg{
        background: url(../../img/diecut/pageimg_bg_sp.webp) no-repeat center;
        background-size: cover;
        padding: 6.5rem 2rem!important;
    }
}

.p-section-title{
    margin-top: 6.4rem;
}

.p-line__title{
    font-size: 3.2rem!important;
    padding-left: 2.4rem!important;
}

@media screen and (max-width: 768px) {
    .p-line__title{
        font-size: 1.6rem!important;
        padding-left: 1.2rem!important;
    }
}

.p-line__title::before{
    width: 0.8rem!important;
    height: 4.6rem!important;
}

@media screen and (max-width: 768px) {
    .p-line__title::before{
        width: 0.4rem!important;
        height: 2.3rem!important;
    }
}

@media screen and (max-width: 768px) {
    .p-section-title{
        margin-top: 2.4rem;
    }
}
/*------------------------------------------------------------------------------
contact form
------------------------------------------------------------------------------*/
.contact-form {
    margin-top: 4.8rem;
}

@media screen and (max-width: 768px) {
    .contact-form {
        margin-top: 2rem;
    }
}

.contact-form__section {
    margin-bottom: 10rem;
    width: 98rem;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .contact-form__section {
        width: 100%;
    }
}

.contact-form__field {
    display: flex;
    gap: 4rem;
    margin-bottom: 4rem;
}

.contact-form__field.-end{
    align-items: flex-end;
}

.contact-form__field.-top{
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .contact-form__field {
        flex-direction: column;
        gap: 1.2rem;
        margin-bottom: 3.2rem;
    }
}

.contact-form__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2rem;
    font-weight: bold;
    width: 28rem;
}

.lang-en .contact-form__label{
	width: 40rem;
}

@media screen and (max-width: 768px) {
    .contact-form__label {
        width: 100%;
        justify-content: flex-start;
        font-size: 1.6rem;
    }
	
	.lang-en .contact-form__label{
		width: 100%;
	}
}

.right_form{
    width: 100%;
}

.right_form.-flex{
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.contact-form__required {
    display: inline-block;
    background: #0016d9;
    color: #fff;
    font-size: 1.6rem;
    padding: 0.2rem 0.8rem;
}

@media screen and (max-width: 768px) {
    .contact-form__required {
        font-size: 1rem;
        padding: 0.1rem 0.6rem;
        margin-left: 0.6rem;
    }
}

.contact-form__note {
    display: inline-block;
    font-size: 2rem;
    margin-left: 1.5rem;
    font-weight: normal;
}

.contact-form__note.sp-block{
    display: none;
}

@media screen and (max-width: 768px) {
    .contact-form__note {
        font-size: 1rem;
        margin-left: 0.6rem;
    }

    .contact-form__note.pc-block{
        display: none;
    }

    .contact-form__note.sp-block{
        display: block;
    }
}

.contact-form__input,
.contact-form__select,
.contact-form__textarea,
.contact-form__product-name {
    width: 100%;
    padding: 1.3rem 1.6rem;
    font-size: 2rem;
    border: 1px solid #CCCCCC;
    background-color: #f5f5f5;
    font-family: "Noto Sans";
    box-sizing: border-box;
}

.right_form.-flex .contact-form__input{
    width: 34.8rem;
}

@media screen and (max-width: 768px) {
    .contact-form__input,
    .contact-form__select,
    .contact-form__textarea {
        font-size: 1.4rem;
        padding: 1rem 1.2rem;
    }
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
    color: #CCCCCC;
}

.contact-form__input:focus,
.contact-form__select:focus,
.contact-form__textarea:focus {
    outline: none;
    border-color: #0016d9;
}

.contact-form__select {
    appearance: none;
    background: url(/assets/img/common/select_icon.svg)  #F5F5F5 no-repeat center;
    background-repeat: no-repeat;
    background-position: right 1.6rem center;
    background-size: 1.2rem;
    padding-right: 4rem;
    color: #000;
}

.contact-form__product-name{
    background: #F5F5F5;
}

.prefecture-select{
    width: 36.7rem;
}

@media screen and (max-width: 768px) {
    .prefecture-select{
        width: 100%;
    }

    .contact-form__product-name{
        font-size: 1.4rem;
    }
}

.contact-form__textarea {
    resize: vertical;
    min-height: 12rem;
    border-radius: 0;
}

.contact-form__hint {
    font-size: 2rem;
    margin-bottom: 1.2rem;
}

@media screen and (max-width: 768px) {
    .contact-form__hint {
        font-size: 1.2rem;
    }
}

.contact-form__checkbox-label {
    display: flex;
    align-items: center;
    font-size: 2rem;
    cursor: pointer;
    padding: 1.2rem;
    background: #F5F5F5;
    border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
    .contact-form__checkbox-label {
        font-size: 1.4rem;
    }
}

.contact-form__checkbox-wrapper {
    position: relative;
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem;
}

@media screen and (max-width: 768px) {
    .contact-form__checkbox-wrapper {
        width: 2rem;
        height: 2rem;
        margin-right: 0.8rem;
    }
}

.contact-form__checkbox {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .contact-form__checkbox {
        width: 2rem;
        height: 2rem;
    }
}

.contact-form__checkbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.contact-form__name-group {
    display: flex;
    gap: 1.6rem;
}

@media screen and (max-width: 768px) {
    .contact-form__name-group {
        gap: 1.2rem;
    }
}

.contact-form__name-group .contact-form__input {
    flex: 1;
}

.contact-form__description {
    font-size: 2rem;
    margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
    .contact-form__description {
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
}

.contact-form__pdf-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
}

@media screen and (max-width: 768px) {
    .contact-form__pdf-grid{
        gap: 1.2rem;
    }
    
}

.contact-form__pdf-item {
    border: 1px solid #ccc;
    padding: 1.4rem 1.2rem;
    background-color: #F5F5F5;
    width: 100%;
}

.contact-form__pdf-label{
    justify-content: center!important;
    gap: 3.2rem;
}

@media screen and (max-width: 768px) {
    .contact-form__pdf-item {
        padding: 0.8rem;
    }
}

.contact-form__pdf-image {
    width: 100%;
    height: 20rem;
    margin-bottom: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .contact-form__pdf-image {
        height: 14rem;
        margin-bottom: 1.2rem;
    }
}

.contact-form__pdf-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.contact-form__pdf-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2rem;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .contact-form__pdf-label {
        font-size: 1rem;
    }
}

.contact-form__pdf-checkbox {
    width: 3.5rem;
    height: 3.5rem;
    appearance: none;
    border: 1px solid #DADADA;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .contact-form__pdf-checkbox {
        width: 1.8rem;
        height: 1.8rem;
    }
}

.contact-form__pdf-checkbox:checked {
    background-color: #3143df;
    border-color: #3143df;
}

.contact-form__pdf-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 0.9rem;
    top: 0.3rem;
    width: 1.3rem;
    height: 2rem;
    border: solid #fff;
    border-width: 0 0.4rem 0.4rem 0;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .contact-form__pdf-checkbox:checked::after {
        width: 0.8rem;
        height: 1.2rem;
        border-width: 0 0.2rem 0.2rem 0;
        left: 0.4rem;
        top: 0.0rem;
    }
}

.cf7-checkbox-item input[type="checkbox"]:checked::after {
    width: 0.8rem;
    height: 1.2rem;
    border-width: 0 0.2rem 0.2rem 0;
    left: 0.4rem;
    top: 0.0rem;
}

.contact-form__submit {
    text-align: center;
    margin-top: 6rem;
}

@media screen and (max-width: 768px) {
    .contact-form__submit {
        margin-top: 4rem;
    }
}

.contact-form__submit-btn {
    background: #FA4738;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 2.1rem 8rem;
    border: none;
    border-radius: 6rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    width: 60rem;
}

@media screen and (max-width: 768px) {
    .contact-form__submit-btn {
        font-size: 1.7rem;
        padding: 1.4rem 6rem;
        width: 100%;
    }
}

.contact-form__submit-btn:hover {
    background-color: #FB7B71;
}

.contact-form__submit-btn::after {
    content: "";
    display: block;
    background: url(/assets/img/common/arrow_white.svg) no-repeat center;
    width: 1.5rem;
    height: 1rem;
    position: absolute;
    right: 3.2rem;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100%;
}

@media screen and (max-width: 768px) {
    .contact-form__submit-btn::after {
        right: 2.4rem;
    }
}

/* 個人情報同意セクション */
.contact-form__privacy-section {
    margin-top: 10rem;
}

@media screen and (max-width: 768px) {
    .contact-form__privacy-section {
        margin-top: 4rem;
        margin-bottom: 3rem;
    }
}

.contact-form__privacy-box {
    border: 1px solid #ccc;
    padding: 4rem 0;
    width: 98rem;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .contact-form__privacy-box {
        width: 100%;
        padding: 3.2rem 2rem;
    }
}

.contact-form__privacy-text {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 2.4rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .contact-form__privacy-text {
        font-size: 1.4rem;
        text-align: left;
        line-height: 1.4;
        margin-bottom: 2rem;
    }
    
}

.contact-form__privacy-link {
    color: #0016d9;
    text-decoration: underline;
    transition: opacity 0.3s ease;
    font-weight: bold;
}

.contact-form__privacy-link:hover {
    opacity: 0.7;
    text-decoration: none;
}

.contact-form__privacy-checkbox-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    cursor: pointer;
    gap: 1rem;
}

@media screen and (max-width: 768px) {
    .contact-form__privacy-checkbox-label {
        font-size: 1.4rem;
        gap: 0.8rem;
    }
}

.contact-form__privacy-checkbox {
    width: 2.4rem;
    height: 2.4rem;
    cursor: pointer;
    appearance: none;
    border: 1px solid #DADADA;
    background-color: #fff;
    position: relative;
    flex-shrink: 0;
    transition: border-color 0.2s, background-color 0.2s;
}

@media screen and (max-width: 768px) {
    .contact-form__privacy-checkbox {
        width: 2rem;
        height: 2rem;
    }
}

.contact-form__privacy-checkbox:checked {
    background-color: #0016d9;
    border-color: #0016d9;
}

.contact-form__privacy-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 0.8rem;
    top: 0.3rem;
    width: 0.6rem;
    height: 1.2rem;
    border: solid #fff;
    border-width: 0 0.3rem 0.3rem 0;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .contact-form__privacy-checkbox:checked::after {
        width: 0.5rem;
        height: 1rem;
        border-width: 0 0.2rem 0.2rem 0;
        left: 0.6rem;
        top: 0.2rem;
    }
}

/* 送信セクション */
.contact-form__submit-section {
    text-align: center;
    margin-top: 6.4rem;
}

@media screen and (max-width: 768px) {
    .contact-form__submit-section {
        margin-top: 3rem;
    }
}

.contact-form__submit-note {
    font-size: 2rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .contact-form__submit-note {
        font-size: 1.4rem;
        text-align: left;
    }
}


/*------------------------------------------------------------------------------
section02 tel_list
------------------------------------------------------------------------------*/
.p-label-detail__section02{
    background: url(../../img/label-contact/contact_bg.webp) no-repeat center;
    background-size: cover;
    padding: 8rem 0 12rem;
}

@media screen and (max-width: 768px) {
    .p-label-detail__section02{
        padding: 6rem 0;
    }
}

.p-label-detail__section02 .section_container{
    display: flex;
    justify-content: space-between;
    gap: 10rem;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .p-label-detail__section02 .section_container{
        flex-direction: column;
        gap: 2.4rem;
    }
}

.p-contact__title{
    font-size: 2.7rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .p-contact__title{
        font-size: 1.7rem;
    }
}

.p-contact__title span.en{
    font-family: "Oswald";
    font-size: 8.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
    .p-contact__title span.en{
        font-size: 4.25rem;
        margin-bottom: 0.8rem;
    }
}

.p-label-detail__section02 .right_content{
    margin-top: 3rem;
}

@media screen and (max-width: 768px) {
    .p-label-detail__section02 .right_content{
        margin-top: 0;
    }
}

ul.contact_list{
    margin-top: 4rem;
}

@media screen and (max-width: 768px) {
    ul.contact_list{
        margin-top: 3rem;
    } 
}

ul.contact_list li {
    margin-bottom: 1rem;
}

ul.contact_list li:last-child{
    margin-bottom: 0;
}

ul.contact_list li a{
    display: flex;
    gap: 4rem;
    align-items: center;
    background-color: #0016d9;
    color: #fff;
    padding: 3.8rem 5.5rem 3.8rem 6.4rem;
    width: 84.5rem;
}

@media screen and (max-width: 768px) {
    ul.contact_list li a{
        width: 100%;
        padding: 1.2rem 1.4rem 1.2rem 2.4rem;
        gap: 2rem;
    }
}

ul.contact_list li a:hover{
    background-color: #3A49D1;
}

.right_text p.phone_number{
    font-size: 3.2rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .right_text p.phone_number{
        font-size: 1.6rem;
    }
}

.right_text p.phone_number span{
    font-size: 4rem;
    margin-left: 2.4rem;
    letter-spacing: 0.28rem;
}

@media screen and (max-width: 768px) {
    .right_text p.phone_number span{
        font-size: 2rem;
        margin-left: 0.4rem;
        letter-spacing: 0.2rem;
    }
}

.right_text p.time{
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0.6rem;
}

.right_text p.time span{
    font-weight: 400;
    margin-left: 2rem;
}

@media screen and (max-width: 768px) {
    .right_text p.time{
        font-size: 1.2rem;
        margin-left: 0;
    }

    .left_icon img{
        width: 30px;
    }
}