/* -----------------
sec01
-------------------- */
.sec01 {
    padding: 44px 0 176px;
}

.sec01 .lead {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: calc(32 / 16);
    letter-spacing: .04em;
    text-align: center;
}

.sec01 .sml_lead {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: calc(30 / 14);
    letter-spacing: .04em;
    text-align: center;
    margin-top: 13px;
}

.sec01 .req {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: #bc0c16;
}

.sec01 .list {
    margin: 75px auto 0;
    max-width: 770px;
}

.sec01 .list li {
    display: flex;
    align-items: flex-start;
}

.sec01 .list li:nth-child(n+2) {
    margin-top: 24px;
}

.sec01 .list .txt {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: calc(32 / 16);
    letter-spacing: .02em;
    padding: 2px 0;
    width: 180px;
}

.sec01 .list .box {
    width: calc(100% - 180px);
}

.sec01 .list select {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: .02em;
}

.sec01 .list .select_box {
    display: inline-block;
    position: relative;
}

.sec01 .list .select_box::before,
.sec01 .list .select_box::after {
    content:"";
    display: block;
    position: absolute;
    pointer-events: none;
}

.sec01 .list .select_box::before {
    bottom: 0;
    right: 0;
    width: 34px;
    height: 36px;
    z-index: 1;
    background: #bc0c16;
}

.sec01 .list .select_box::after {
    bottom: 13px;
    right: 11px;
    z-index: 2;
    width: 12px;
    height: 11px;
    background: url(../img/common/icon_triangle_wt.svg) center / contain no-repeat;
}

.sec01 .list .select_box select {
    color: #b2b2b2;
    padding: 0 33px 0 13px;
    width: 272px;
    height: 36px;
    border: 1px solid #B2B2B2;
    cursor: pointer;
}

.sec01 .list .input_box{
	pointer-events: none;
}
.sec01 .list .input_box input {
	pointer-events: all;
    padding: 0 16px;
    width: 100%;
    height: 36px;
    border: 1px solid #B2B2B2;
}

.sec01 .list .input_box.name {
    display: flex;
}

.sec01 .list .input_box.name label {
    display: flex;
    align-items: center;
    width: 262px;
}

.sec01 .list .input_box.name label + label {
    margin-left: 29px;
}

.sec01 .list .input_box.name .name_txt {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: .02em;
    text-indent: .02em;
    text-align: center;
    display: block;
    width: 52px;
}

/*
.sec01 .list .input_box.name input {
    width: calc(100% - 52px);
}
*/
.sec01 .list .input_box.name .inputWrap {
	width: calc(100% - 52px);
}

.sec01 .list .input_box.zip {
    display: flex;
}

.sec01 .list .input_box.zip input {
    text-align: center;
}

.sec01 .list .input_box.zip .zip01 {
    position: relative;
    margin-right: 39px;
    width: 80px;
}

.sec01 .list .input_box.zip .zip01::after {
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    right: -26px;
    width: 13px;
    height: 2px;
    background: #3e3a39;
    transform: translateY(-50%);
}

.sec01 .list .input_box.zip .zip02 {
    width: 120px;
}

.sec01 .list .textarea_box{
	pointer-events: none;
}
.sec01 .list .textarea_box textarea {
	pointer-events: all;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: calc(32 / 16);
    letter-spacing: .02em;
    padding: 1px 16px;
    width: 100%;
    height: 400px;
    border: 1px solid #B2B2B2;
    resize: none;
}

.sec01 .list li.btn_item {
    margin-top: 32px;
}

.sec01 .list .btn_item .btn {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: .04em;
    text-indent: .04em;
    text-align: center;
    color: #fff;
    margin-left: auto;
    padding: 19px 0 20px;
    width: calc(100% - 180px);
    border: 1px solid #bc0c16;
    background: #bc0c16;
}

@media screen and (min-width: 768px) {
    .sec01 .list .btn_item .btn:hover {
        color: #bc0c16;
        background: #fff;
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .sec01 {
        padding: 22px 0 88px;
    }

    .sec01 .lead {
        font-size: 1.4rem;
        line-height: calc(28 / 14);
        text-align: left;
    }

    .sec01 .sml_lead {
        font-size: 1.2rem;
        line-height: calc(28 / 12);
        text-align: left;
        margin-top: 7px;
    }

    .sec01 .list {
        margin-top: 38px;
        max-width: 100%;
    }

    .sec01 .list li {
        display: block;
    }

    .sec01 .list li:nth-child(n+2) {
        margin-top: 12px;
    }

    .sec01 .list .txt {
        width: 100%;
    }

    .sec01 .list .box {
        width: 100%;
    }


    .sec01 .list .select_box select {
        padding-left: 8px;
    }

    .sec01 .list .input_box input {
        padding: 0 8px;
    }

    .sec01 .list .input_box.name label {
        width: 50%;
    }

    .sec01 .list .input_box.name label + label {
        margin-left: 2%;
    }

    .sec01 .list .input_box.name .name_txt {
        font-size: 1.4rem;
        width: 40px;
    }
	/*
    .sec01 .list .input_box.name input {
        width: calc(100% - 40px);
    }
	*/
	.sec01 .list .input_box.name .inputWrap {
		width: calc(100% - 40px);
	}

    .sec01 .list .textarea_box textarea {
        padding: 1px 8px;
        height: 200px;
    }

    .sec01 .list .btn_item {
        margin-top: 16px;
    }

    .sec01 .list .btn_item .btn {
        font-size: 2rem;
        padding: 15px 0 16px;
        width: 100%;
    }
}

/* -----------------
sec02
-------------------- */
.sec02 {
    padding-bottom: 135px;
}

.sec02 .sec_box {
    padding-left: 60px;
}

.sec02 .sec_box .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 79px 157px 79px 104px;
    min-height: 350px;
}

.sec02 .sec_box .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.sec02 .sec_box .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec02 .sec_box .ttl {
    font-weight: 500;
    font-size: 3.6rem;
    line-height: calc(64 / 36);
    letter-spacing: .08em;
    color: #fff;
}

.sec02 .sec_box .tel_box .tel_wrap a {
    display: flex;
    align-items: center;
}

.sec02 .sec_box .tel_box .tel_wrap span {
    display: block;
}

.sec02 .sec_box .tel_box .tel_wrap .icon {
    margin-right: 30px;
    width: 67px;
}

.sec02 .sec_box .tel_box .tel_wrap .tel_txt {
    font-weight: 500;
    font-size: 8.3rem;
    line-height: 1;
    letter-spacing: .12em;
    color: #fff;
    padding-bottom: 10px;
}

.sec02 .sec_box .tel_box .txt {
    font-size: 1.6rem;
    line-height: calc(32 / 16);
    letter-spacing: .04em;
    color: #fff;
    text-align: right;
    margin-top: 4px;
    padding-right: 15px;
}

.sec02 .lead {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: calc(32 / 16);
    letter-spacing: .04em;
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width: 1350px) {
    .sec02 .sec_box .inner {
        padding: 79px 78px 79px 52px;
    }

    .sec02 .sec_box .ttl {
        font-size: 3rem;
        line-height: calc(64 / 30);
    }


    .sec02 .sec_box .tel_box .tel_wrap .icon {
        margin-right: 20px;
        width: 50px;
    }

    .sec02 .sec_box .tel_box .tel_wrap .tel_txt {
        font-size: 7.3rem;
    }
}

@media screen and (max-width: 1089px) {
    .sec02 .sec_box {
        padding-left: 30px;
    }

    .sec02 .sec_box .inner {
        display: block;
    }

    .sec02 .sec_box .ttl {
        font-size: 3rem;
        line-height: calc(64 / 30);
    }

    .sec02 .sec_box .ttl .tab {
        display: none;
    }

    .sec02 .sec_box .tel_box .tel_wrap {
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .sec02 {
        padding-bottom: 67px;
    }

    .sec02 .sec_box {
        padding-left: 3%;
    }

    .sec02 .sec_box .inner {
        padding: 40px 3%;
        min-height: auto;
    }

    .sec02 .sec_box .ttl {
        font-size: 1.8rem;
        line-height: calc(36 / 18);
        letter-spacing: .04em;
    }

    .sec02 .sec_box .tel_box .tel_wrap .icon {
        margin-right: 10px;
        width: 30px;
    }

    .sec02 .sec_box .tel_box .tel_wrap .tel_txt {
        font-size: 3.6rem;
        letter-spacing: .06em;
        padding-bottom: 5px;
    }

    .sec02 .sec_box .tel_box .txt {
        font-size: 1.2rem;
        line-height: calc(24 / 12);
        margin-top: 0;
        padding-right: 5px;
    }

    .sec02 .lead {
        font-size: 1.4rem;
        line-height: calc(28 / 14);
        margin-top: 20px;
    }
}

/* -----------------
contact_thanks_page_wrap
-------------------- */
#contact_thanks_page_wrap .sec01 .lead {
    font-size: 2.2rem;
}

@media screen and (max-width: 1089px) {
    #contact_thanks_page_wrap .sec01 .lead {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    #contact_thanks_page_wrap .sec01 {
        padding: 88px 0;
    }
}


.formError{
	pointer-events: none;
	display: block;
	position: relative;
	pointer-events: none;
	z-index: 0;
}
.formError::before{
	content: '';
	display: block;
	width: 1px;
	height: 120px;
	margin-top: -120px;
}
@media screen and (max-width: 767px) {
	.formError::before{
		height: 10vw;
		margin-top: -10vw;
	}
}