@charset "UTF-8";


/***************************************************

	form

***************************************************/

.wpcf7-response-output,
.wpcf7-spinner{
  display: none !important;
}

.situation-wrap{
    display: none;
}


.form_cont{

}

.form_cont .catch{
    font-size: 56px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 106px;
    position: relative;
}

.form_cont .catch::after{
    content: '';
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #0090C5;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
}

.form_cont .caption{
    font-size: 24px;
    font-weight: 400;
    line-height: 2.0;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.form_cont .form_wrapp{
    width: 960px;
    margin: 0 auto 80px;
    background: #FAFAFA;
    padding: 80px;
    box-sizing: border-box;
}

.form_cont .form_wrapp dl dt{
    margin-bottom: 12px;
}

.form_cont .form_wrapp dl dt strong{
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
}

.form_cont .form_wrapp dl dt strong.required::after{
    content: '必須';
    display:inline-block;
    height: 24px;
    line-height: 24px;
    background: #0090C5;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
    position: absolute;
    top: 50%;
    right: -65px;
    transform: translate(0, -50%);
}

.form_cont .form_wrapp dl dd{
    margin-bottom: 56px;
}

.form_cont .form_wrapp dl dd:last-of-type{
    margin-bottom: 0;
}

.input input[type="tel"],
.input input[type="email"],
.input input[type="text"],
.input textarea{
    width: 100%;
    height: auto;
    line-height: 1.6;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #DCDCDC;
    font-size: 24px;
}

::placeholder{
    color: #a1a1a1;
}

.input textarea[name="inquiry-type"]{
    padding: 0;
    resize: none;
    background: transparent;
    border: none;
  scrollbar-width: none;
}

.input textarea[name="inquiry-type"]::-webkit-scrollbar{
  display:none; /* Chrome Safari */
}

.input .wpcf7-textarea{
    height: auto;
}

.input .input .wpcf7-radio{
    
}

.input .wpcf7-radio .wpcf7-list-item{
    display: block;
    margin: 0 0 20px;
    position: relative;
    cursor: pointer;
}

.input .wpcf7-radio .wpcf7-list-item:last-of-type{
    margin-bottom: 0;
}

.input .wpcf7-radio .wpcf7-list-item label{
    display: block;
    cursor: pointer;
    padding-left: 32px;
}

.input .wpcf7-radio .wpcf7-list-item label::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #DCDCDC;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    pointer-events: none;
}

.input .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0090C5;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
}

.input .wpcf7-not-valid-tip {
    color: #CF1F1F !important;
    font-size: 14px !important;
}

.input .wpcf7-not-valid{
  border: 1px solid #CF1F1F !important;
}

.input .wpcf7-not-valid::placeholder{
    color: #CF1F1F;
}


.input .form_agree{
    width: 934px;
    margin: 0 auto 80px;
    text-align: center;
}

.input .form_agree .wpcf7-acceptance{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 2.0;
    margin-bottom: 24px;
    position: relative;
}

.input .form_agree input[type="checkbox"] + .wpcf7-list-item-label::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #DCDCDC;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.input .form_agree input[type="checkbox"]:checked + .wpcf7-list-item-label::before{
    background: #0090C5;
}

.input .form_agree input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
    content: '✓';
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
}

.input .wpcf7-list-item-label{
    cursor: pointer;
}

.input .form_agree .policy{
    font-size: 24px;
    font-weight: 400;
    line-height: 2.0;
    text-align: left;
    margin-bottom: 1em;
}

.input .form_agree .recaptcha_comment{
    font-size: 24px;
    font-weight: 400;
    line-height: 2.0;
    text-align: left;
}

.input .form_agree .recaptcha_comment a,
.input .form_agree .policy a{
    color: #0090C5;
    text-decoration: underline;
}

.form_submit{
    margin-bottom: 240px;
}

.form_submit ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_submit ul li{
    position: relative;
}

.form_submit ul li.submit{
    width: 480px;
    height: 96px;
}

.form_submit ul li.submit input[type="submit"]{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
}

.form_submit ul li.submit input[type="submit"]:disabled{
    cursor: unset;
}

.form_submit ul li.submit .btn_wrapp{
    display: block;
    width: 100%;
    height: 100%;
    background: #0090C5;
    position: relative;
    transition: all 0.2s linear;
}

.form_submit ul li.submit:has(input:disabled) .btn_wrapp{
    background: #ccc;
}

.form_submit ul li.submit .btn_wrapp strong{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form_submit ul li.submit .btn_wrapp::after{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/common/icon_submit_arrow.png') no-repeat 0 0 / contain;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
    transition: all 0.2s linear;
}

.form_submit ul li.submit:has(input:disabled) .btn_wrapp::after{
    filter: grayscale(100%);
}



/********** confirm **********/

.form_wrapp .main_name{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #DCDCDC;
}

.confirm .form_submit ul{
    width: 960px;
    margin: 0 auto;
    justify-content: space-between;
}

.confirm .form_submit ul li{
    width: 464px;
    height: 96px;
}

.form_submit ul li.back input[type="button"]{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
}

.form_submit ul li.back .btn_wrapp{
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    transition: all 0.2s linear;
    border: 2px solid #0090C5;
    box-sizing: border-box;

}

.form_submit ul li.back .btn_wrapp strong{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #0090C5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form_submit ul li.back .btn_wrapp::after{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/common/icon_link_arrow.png') no-repeat 0 0 / contain;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translate(0, -50%) scale(-1, 1);
    transition: all 0.2s linear;
}



/********** thanks **********/

.thanks .top_link{
    width: 480px;
    margin: 0 auto 320px;
}

.thanks .top_link a{
    display: block;
    height: 96px;
    border: 2px solid #0090C5;
    background: #fff;
    position: relative;
}

.thanks .top_link a strong{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #0090C5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thanks .top_link a::after{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/common/icon_link_arrow.png') no-repeat 0 0 / contain;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translate(0, -50%) scale(-1, 1);
    transition: all 0.2s linear;
}






/********************************************************************************
	リッキド用 CSS
********************************************************************************/
@media (max-width: 1920px) {



.form_cont{

}

.form_cont .catch{
    font-size: 2.916667vw;
    margin-bottom: 5.520833vw;
}

.form_cont .catch::after{
    width: 4.166667vw;
    height: 0.104167vw;
    bottom: -2.083333vw;
}

.form_cont .caption{
    font-size: 1.25vw;
    margin-bottom: 4.166667vw;
}

.form_cont .form_wrapp{
    width: 50vw;
    margin: 0 auto 4.166667vw;
    padding: 4.166667vw;
}

.form_cont .form_wrapp dl dt{
    margin-bottom: 0.625vw;
}

.form_cont .form_wrapp dl dt strong{
    font-size: 1.458333vw;
}

.form_cont .form_wrapp dl dt strong.required::after{
    height: 1.25vw;
    line-height: 1.25vw;
    padding: 0 0.416667vw;
    font-size: 0.833333vw;
    right: -3.385417vw;
}

.form_cont .form_wrapp dl dd{
    margin-bottom: 2.916667vw;
}

.input input[type="tel"],
.input input[type="email"],
.input input[type="text"],
.input textarea{
    padding: 0.625vw 0.833333vw;
    font-size: 1.25vw;
}

.input .wpcf7-radio .wpcf7-list-item{
    margin: 0 0 1.041667vw;

}

.input .wpcf7-radio .wpcf7-list-item label{
    padding-left: 1.666667vw;
}

.input .wpcf7-radio .wpcf7-list-item label::before{
    width: 1.25vw;
    height: 1.25vw;
}

.input .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after{
    width: 0.625vw;
    height: 0.625vw;
    left: 0.312500vw;
}

.input .wpcf7-not-valid-tip {
    font-size: 0.729167vw !important;
}


.input .form_agree{
    width: 48.645833vw;
    margin: 0 auto 4.166667vw;
}

.input .form_agree .wpcf7-acceptance{
    font-size: 1.25vw;
    margin-bottom: 1.25vw;
}

.input .form_agree input[type="checkbox"] + .wpcf7-list-item-label label::before{
    width: 1.25vw;
    height: 1.25vw;
}

.input .form_agree input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
    font-size: 0.9375vw;
    left: 0.3125vw;
}

.input .form_agree .policy{
    font-size: 1.25vw;
}

.input .form_agree .recaptcha_comment{
    font-size: 1.25vw;
}

.form_submit{
    margin-bottom: 12.5vw;
}

.form_submit ul{

}

.form_submit ul li.submit{
    width: 25vw;
    height: 5vw;
}

.form_submit ul li.submit .btn_wrapp strong{
    font-size: 1.041667vw;
}

.form_submit ul li.submit .btn_wrapp::after{
    width: 1.25vw;
    height: 1.25vw;
    right: 1.25vw;
}



/********** confirm **********/

.form_wrapp .main_name{
    font-size: 1.875vw;
    padding-bottom: 2.5vw;
    margin-bottom: 2.5vw;
}

.confirm .form_submit ul{
    width: 50vw;
}

.confirm .form_submit ul li{
    width: 24.166667vw;
    height: 5vw;
}

.form_submit ul li.back .btn_wrapp{
    border: 0.104167vw solid #0090C5;

}

.form_submit ul li.back .btn_wrapp strong{
    font-size: 1.041667vw;
}

.form_submit ul li.back .btn_wrapp::after{
    width: 1.25vw;
    height: 1.25vw;
    left: 1.25vw;
}



/********** thanks **********/

.thanks .top_link{
    width: 25vw;
    margin: 0 auto 16.666667vw;
}

.thanks .top_link a{
    height: 5vw;
    border: 0.104167vw solid #0090C5;
}

.thanks .top_link a strong{
    font-size: 1.041667vw;
}

.thanks .top_link a::after{;
    width: 1.25vw;
    height: 1.25vw;
    left: 1.25vw;
}









}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width: 768px){


.form_cont{

}

.form_cont .catch{
    font-size: 7.466667vw;
    margin-bottom: 17.6vw;
}

.form_cont .catch::after{
    width: 10.666667vw;
    height: 0.533333vw;
    bottom: -6.4vw;
}

.form_cont .caption{
    font-size: 4.266667vw;
    margin-bottom: 17.066667vw;
}

.form_cont .form_wrapp{
    width: auto;
    margin: 0 5.333333vw 17.066667vw;
    padding: 17.066667vw 5.333333vw;
}

.form_cont .form_wrapp dl dt{
    margin-bottom: 2.666667vw;
}

.form_cont .form_wrapp dl dt strong{
    font-size: 4.8vw;
}

.form_cont .form_wrapp dl dt strong.required::after{;
    height: 6.4vw;
    line-height: 6.4vw;
    padding: 0 2.133333vw;
    font-size: 4.266667vw;
    right: -17.333333vw;
}

.form_cont .form_wrapp dl dd{
    margin-bottom: 14.933333vw;
}

.input input[type="tel"],
.input input[type="email"],
.input input[type="text"],
.input textarea{
    padding: 3.2vw 4.266667vw;
    font-size: 4.266667vw;
}

.input textarea{
    height: 6em;
}

.input .wpcf7-radio .wpcf7-list-item{
    margin: 0 0 7.466667vw;
}

.input .wpcf7-radio .wpcf7-list-item label{
    padding-left: 8.533333vw;
}

.input .wpcf7-radio .wpcf7-list-item label::before{
    width: 6.4vw;
    height: 6.4vw;
}

.input .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after{
    width: 3.2vw;
    height: 3.2vw;
    left: 1.6vw;
}

.input .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after{
    width: 3.2vw;
    height: 3.2vw;
    left: 1.6vw;
}

.input .wpcf7-not-valid-tip {
    font-size: 3.733333vw !important;
}

.input .form_agree{
    width: auto;
    margin: 0 5.333333vw 17.066667vw;
}

.input .form_agree .wpcf7-acceptance{
    font-size: 4.266667vw;
    margin-bottom: 6.4vw;
}

.input .form_agree input[type="checkbox"] + .wpcf7-list-item-label::before{
    width: 6.4vw;
    height: 6.4vw;
}

.input .form_agree input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
    font-size: 4.8vw;
    left: 1.6vw;
}

.input .form_agree .policy{
    font-size: 4.266667vw;
}

.input .form_agree .recaptcha_comment{
    font-size: 4.266667vw;
}

.form_submit{
    margin-bottom: 32vw;
}

.form_submit ul{
    display: block;
    margin: 0 5.333333vw;
}

.form_submit ul li.submit{
    width: auto;
    height: 22.4vw;
}

.form_submit ul li.submit .btn_wrapp strong{
    font-size: 4.8vw;
}

.form_submit ul li.submit .btn_wrapp::after{
    width: 6.4vw;
    height: 6.4vw;
    right: 6.4vw;
}



/********** confirm **********/

.form_wrapp .main_name{
    font-size: 5.866667vw;
    padding-bottom: 8.533333vw;
    margin-bottom: 8.533333vw;
}

.confirm .form_submit ul{
    width: auto;
    margin: 0 5.333333vw;
}

.confirm .form_submit ul li{
    width: auto;
    height: 22.4vw;
    margin-bottom: 8.533333vw;
}

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

.form_submit ul li.back .btn_wrapp{
    border: 0.533333vw solid #0090C5;

}

.form_submit ul li.back .btn_wrapp strong{
    font-size: 4.8vw;
}

.form_submit ul li.back .btn_wrapp::after{k;
    width: 6.4vw;
    height: 6.4vw;
    left: 6.4vw;
}



/********** thanks **********/

.thanks .top_link{
    width: auto;
    margin: 0 5.333333vw 32vw;
}

.thanks .top_link a{
    height: 21.333333vw;
    border: 2px solid #0090C5;
}

.thanks .top_link a strong{
    font-size: 4.8vw;
}

.thanks .top_link a::after{
    width: 6.4vw;
    height: 6.4vw;
    left: 6.4vw;
}








}
