@charset "UTF-8";

/*
GENERAL STYLING
================================================ */
html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
}

.flex{
    display: flex;
    justify-content: center;
}
.flex-end{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.flex-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.general-logo{
    width:4vw;
    height: 4vw;
}
.logo-lpest{
    margin-left: 0.4vw;
    font-size: 3vw;
    color: #08257b;
    font-weight: 900;
    letter-spacing: 0.05vw;
}

:root{
    --red-color: #f65d55;
    --navy-color:#022179;
}

.responsive-new-line,
.responsive-new-line5
{
    display: none;
}
.keep-word{
    word-break: keep-all;
    overflow-wrap: break-word;
}
/*
Emphasis only PC
================================================ */
@media (min-width: 769px) {
    .emphasis{
        transition:1s all;
    }
    .emphasis:hover{
        transform:scale(1.2,1.2);
        transition:1s all;
        z-index: 100;
    }
}
/*
Button
================================================ */
.inquiry-form-button,.Form-Btn{
    position:relative;
    overflow: hidden;
    padding:0.75vw 4vw;
    display: block;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    font-size: 2.2vw;
    margin: 0.5vw auto;
    background-color: var(--red-color);
    border-radius: 2.5vw;
    border: 0.25vw solid  #ffffff;
    box-shadow: 0 0 1vw 0.02vw #5e5e5e;
    z-index: 1;
    transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
/*
.inquiry-form-button:hover {
    color: var(--red-color);
}
*/
.inquiry-form-button:hover,.Form-Btn:hover{
    color: var(--red-color);
    background-color:  #ffffff;
    border-radius: 2.5vw;
    border: 0.25vw solid  var(--red-color);

}
/*
.inquiry-form-button::after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
    background-color: #ffffff;
    border-radius: 2.5vw;
    border: 0.25vw solid var(--red-color);
    
}


.inquiry-form-button:hover::after,.Form-Btn::after {
    transform: scale(1, 1);
}
*/

/*
header
================================================ */
.header-top{
    position: relative;
    width: 100%;
    background-color:var(--navy-color);
    padding-top:2.25vw;
    display: block;
    text-align: center;
    font-weight: 700;
}

.logo{
    position: absolute;
    top: 0%;
    left: 20%;
    height: auto;
    width: 10vw;
    z-index: 100;
}
.fv-pc{
    width:70vw;
}
.fv-sp{
    display: none;
}

.header-bottom{
    position: relative;
    background-color: #ffffff;
    height: 20.5vw;
}

.header-bottom-title{
    position: absolute;
    top:-5%;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    text-align: center;
    font-weight: 600;
    color: var(--navy-color);
    font-size: 1.5vw;
    letter-spacing: 0.05vw;
}

.header-bottom-title-accent{
    font-size: 2vw;
}

.header-button{
    position: absolute;
    top:8%;
    left:38%;
}

.header-promise{
    position: absolute;
    top:44%;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    width:100%;
    text-align: center;
}
.symbol{
    width:15.5vw;
    margin:0 0.8vw;
}
.symbol-sp{
    display: none;
}
/*
worry
================================================ */
#worry{
    position: relative;
    display: block;
    background-color: #d4dae8;
    height: 33.5vw;
    width: 100%;
    z-index: 1000;
    text-align: center;
}

.worry-symbol{
    width:2.5vw;
    padding-top:0.8vw;
}

.worry-title{
    margin-bottom:-0.3vw;
    margin-left:7.5vw;
}

.worry-title-word{
    font-size: 1.8vw;
    font-weight: 700;
    color: #022179;
}
.worry-title-accent{
    font-size: 2.5vw;
}
.worry-icon{
    margin-top:-1.5vw;
    width:7.5vw;
    height: auto;
}
.worry-list{
    background-color: #ffffff;
    position: relative;
    border: 0.15vw solid  var(--navy-color);
    width:50vw;
    height: 2.5vw;
    padding:0.4vw;
    padding-left:0.5vw;
    margin:0.3vw auto;
    border-radius: 0.4vw;
    text-align: left;
    font-size: 1.35vw;
    color: #222222;
    font-weight: 500;

}
.worry-symbol-mini{
    width:1.25vw;
    margin:0 1vw 0 0.5vw;
}
.worry-bottom{
    margin-top:1.5vw;
    font-size: 1.7vw;
    color: #222222;
    font-weight: 700;
}
.worry-bottom-accent{
    color: #08257b;
}
.worry-accent{
    
    margin:1vw; 
}
.worry-bottom-red{
    margin:1vw;
    color: var(--red-color);
    font-size: 2vw;
    letter-spacing: 0.1vw;
    font-weight:900;
    
}

/*
services
================================================ */
#services{
    position: relative;
    display: block;
    background-image:url(../img/services_background.png);
    height: 36.4vw;
    width: 100%;
    z-index: 1000;
    text-align: center;
}
.services-head{
    margin:3vw -3vw 1vw 0;
    color:var(--red-color);
    font-weight: 700;
    font-size:2vw;
    
    
}
.services-head-first-margin{
    margin-left: 8vw;
}
.services-head-second-margin{
    margin-bottom: 2vw;
    margin-right: -0.5vw;
    margin-top: 1vw;
}
.services-head-accent{
    
    font-weight: 700;
    font-size: 2.5vw;
}
.services-titleicon{
    margin-top:1vw;
    height: 4vw;
}
.services-ha{
    color: #222222;
    font-size: 1.8vw;
    padding-left: 0.3vw;
    font-weight: 900;
    letter-spacing: 0.05vw;
}
.services-example{
    width:14vw;
    height: 15vw;
    border: 0.1vw solid var(--red-color);
    border-radius: 0.2vw;
    margin: 0 0.625vw;
}
.services-icon{
    margin-top:1vw;
    height: 6vw;
    width:auto;
}
.services-content{
    line-height: 1.8vw;
    margin-top:1vw;
    font-size:1.2vw;
}
.services-content-accent{
    color:var(--red-color);
    font-size:1.5vw;
    font-weight: 900;
    background:linear-gradient(transparent 70%, #f2dc95 70%);

}
/*
consultation
================================================ */
#consultation{
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #d4dae8;
    height: 21.25vw;
    width: 100%;
    z-index: 1000;
    text-align: center;
}
.consultation-head{
    width:12.25vw;
    font-size:1.3vw;
    height: 2.5vw;
    line-height: 2.5vw;
    color: #ffffff;
    margin: 3.35vw auto 1vw auto;
    background-color: var(--navy-color);
    border-radius: 2.5vw;
}
.consultation-sentence{
    color: var(--navy-color);
    font-size:1.5vw;
    line-height: 3vw;
    font-weight: 600;
}
.consultation-accent{
    font-size:2vw;
}

/*
reason
================================================ */
#reason{
    height: 86vw;
    width: 100%;
    text-align: center;
}
.reason-head{
    height: 14vw;
    width: 100%;
    padding-top:3.5vw;
    overflow: hidden;
    background-image: url(../img/riyuu_title_background.png);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}

.reason-head-accent{
    color: var(--red-color);
    font-weight: 700;
    font-size: 2.5vw;
}

.reason-foot{
    position: relative;
    height: 72vw;
    width: 100%;
    overflow: hidden;
}
.reason-foot-background-image{
    display: flex;
    height: 70vw;
    width: 100%;
    overflow: hidden;
}
.reason-foot-background-image-left{
    flex:1;
    background-image: url(../img/riyuu-text_background.png);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}
.reason-foot-background-image-right{
    flex:1;
    background-image: url(../img/riyuu-text_background.png);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    transform: scaleX(-1);
}
.reason-example{
    position: absolute;
    left: 22.5vw;
    width: 55vw;
    height: 15vw;
    border: 0.2vw solid var(--red-color);
    border-radius: 1vw;
    background-color: #ffffff;
}
.place1{
    top:2.5vw;
    height: 15vw;
}
.place2{
    top:19.25vw;
    height: 15vw;
}
.place3{
    top:36vw;
    height: 15vw;
}
.place4{
    top:52.75vw;
    height: 16vw;
}
.reason-example-head{
    height:3.75vw;
    width:100%;
    background-color: var(--red-color);
    border-top-left-radius: 0.5vw;
    border-top-right-radius: 0.5vw;
    color: white;
    text-align: left;
    padding-left:2vw;
    line-height: 3.75vw;
    font-size:1.5vw;
    font-weight: 700;
    letter-spacing: 0.1vw;
    overflow:hidden;
}
.reason-example-head4{
    height:5vw;
    width:100%;
    background-color: var(--red-color);
    border-top-left-radius: 0.5vw;
    border-top-right-radius: 0.5vw;
    color: white;
    text-align: left;
    padding-left:2vw;
    padding-top:0.5vw;
    line-height: 2vw;
    font-size:1.5vw;
    font-weight: 700;
    letter-spacing: 0.1vw;
}

.reason-example-section{
    height: 6.75vw;
    margin-top:2.25vw;
    margin-right:1.5vw;
}
.reason-example-explanation{
    display: inline-block;
    text-align: left;
    width:40vw;
    font-size:1.3vw;
    margin-top:1.25vw;
}
.reason-example-section4{
    height: 6.75vw;
    margin-top:1.5vw;
    margin-right:1.5vw;
}
.reason-example-explanation4{
    display: inline-block;
    text-align: left;
    width:40vw;
    font-size:1.3vw;
    margin-top:1.25vw;
}
/*
content
================================================ */
#content{
    position: relative;
    height: 32.75vw;
    width: 100%;
    background-image: url(../img/services_background.jpg);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    z-index: 20;
}
#content::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 33, 121, 0.8);
    z-index: 10;
}

.content-head{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top:10%;
    color: #ffffff;
    font-weight: 700;
    font-size: 2.5vw;
    text-align: center;
    z-index: 30;
}

.content-img-flock1{
    padding-top:9vw;
    
}
.content-img-flock2{
    
    padding-top:1.5vw;
}
.content-img1{
    width:8.75vw;
    margin-right: 1.5vw;
    z-index: 30;

}
.content-img2{
    width:8.75vw;
    margin-right: 1vw;
    z-index: 30;

}
/*
comparison
================================================ */
#comparison{
    position: relative;
    height: 17.5vw;
    width: 100%;
    background-image: url(../img/comparison_background.png);
    background-size: auto 17.5vw; 
    background-position: right; 
    background-repeat: no-repeat;
}
#comparison::before{
    content: "";
    position: absolute;
    top: 153%;
    left: 0;
    height: 17.5vw;
    width: 100%;
    background-image: url(../img/comparison_background.png);
    background-size: auto 17.5vw;  
    background-position: right; 
    background-repeat: no-repeat;
    transform: scale(-1);
}

.comparison-head{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top:3.75vw;
    color: var(--navy-color);
    font-weight: 700;
    font-size: 2.5vw;
    text-align: center;
    z-index: 30;
}
.comparison-text-pc{
    display: inline-block;
    height: 30vw;
    text-align: center;
    margin:10vw 20vw 0 20vw;
    z-index: 30;
    position: inherit;
}
.comparison-text-sp{
    display:none;
}
/*
success
================================================ */
#success{
    position: relative;
    margin-top:27vw;
    height: 47vw;
}

.success-head{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top:3.75vw;
    color: var(--red-color);
    font-weight: 700;
    font-size: 2.5vw;
    text-align: center;
    z-index: 30;
}
.success-foot{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top:8vw;
}

.success-example{
    justify-content: space-between;
    margin: 0 auto;
    width:65vw;
    text-align: center;
    margin-bottom: 1vw;
}
.success-example-box{
    width:31vw;
    height: 11.75vw;
    border: 0.1vw solid  var(--red-color);
    border-radius: 1vw;
    background-color: #ffffff;
    position: relative;
}
.success-example-case{
    width: 4vw;
    text-align: center;
}
.success-example-head{
    height:2.5vw;
    width:31vw;
    background-color: var(--red-color);
    border-top-left-radius: 0.8vw;
    border-top-right-radius: 0.8vw;
    color: white;
    line-height: 2.5vw;
    font-size:1.6vw;
    font-weight: 700;
    letter-spacing: 0.1vw;
}
.success-example-foot1{
    margin:0 auto;
    margin-top: 0.8vw;
    font-size: 1.1vw;
    text-align: center;
    line-height: 1.5vw;
    width:30vw;
}
.success-example-foot2{
    text-align: left;
    margin-top: 0.6vw;
    margin-left: 7.6vw;
    font-size:1.1vw;
    color: #f55d55;
}
.success-example-foot2-flex{
    display: flex;
    justify-content: space-between;
    width: 16.5vw;
    margin-top: 0.3vw;
}
.success-example-foot2-box-left{
    width:6.05vw;
    font-size:1.2vw;
    text-align: center;
    color: #000000;
    border: 0.1vw solid  #000000;
    border-radius: 0.5vw;
    padding:0.2vw 0;
}
.success-example-foot2-box-right{
    
    width:6.05vw;
    font-size:1.2vw;
    text-align: center;
    color: var(--red-color);
    border: 0.1vw solid  var(--red-color);
    border-radius: 0.5vw;
    padding:0.2vw 0;
}
.success-example-foot2-box-center{
    position: absolute;
    bottom:0.6vw;
    right: 13.3vw;    
    font-size: 3vw;
    color: var(--red-color);
    transform: scaleX(0.5);
    text-align: center;
}
.success-example-absolute{
    position: absolute;
    bottom:-2.5vw;
    right: -2vw;
    width:7.7vw;
    height: 7.7vw;
    color:white;
    border-radius: 50%;
    background:linear-gradient(90deg, #dad23c, #ccae35);
    z-index: 200;
    padding-top:2.35vw;
    font-size:1.3vw;
}
.shiny-btn {
    overflow: hidden;
}
.shiny-btn::after {
    content: "";
    position: absolute;
    top: -10%;
    left: -20%;
    width: 50px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes shiny {
    0% {
        left: -100%;
    }
    10% {
        left: 150%;
    }
    100% {
        left: 150%;
    }
}

.success-example-absolute-accent{
    font-size: 2vw;
}
/*
offer
================================================ */
#offer{
    position: relative;
    height: 70.75vw;
    width:100%;
}

.offer-head{
    position: relative;
    height: 34.75vw;
    width: 100%;
    background-image: url(../img/offer01_background.jpg);
    background-size: cover; 
    background-position: center -23.5vw; 
    background-repeat: no-repeat;
    z-index: 20;
}
.offer-head::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 33, 121, 0.8);
    z-index: 10;
}

.offer-head-title{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top:10%;
    color: #c9a732;
    font-weight: 600;
    font-size: 2.3vw;
    text-align: center;
    letter-spacing: 0.1vw;
    z-index: 30;
    border-top: 0.1vw solid #c9a732;
    border-bottom: 0.1vw solid #c9a732;
    padding:0.3vw 1.5vw;
}
.offer-head-subtitle{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top:25%;
    color: #ffffff;
    font-size:1.5vw;
    line-height: 3vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1vw;
    z-index: 30;
}
.offer-head-box{
    position: absolute;
    left:25%;
    top:38%;
    width: 50vw;
    height: 18vw;
    background-color: #ffffff;
    border: 0.3vw solid #c9a732;
    border-radius: 0.5vw;
    
    font-size:1.5vw;
    line-height: 3vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1vw;
    z-index: 30;
}
.offer-head-sentence{
    font-size: 1vw;
    letter-spacing: -0.02vw;
    line-height: 1.2vw;
    font-weight: 600;
    text-align: left;
    padding-left: 1vw;
    padding-top: 1vw;
    padding-right: 0.5vw;
}
.offer-head-president{
    display: block;
    font-size: 1.3vw;
    letter-spacing: -0.02vw;
    line-height: 3.2vw;
    font-weight: 600;
    text-align: right;
    padding-top: 1vw;
    padding-right: 0.5vw;
    height: 13vw;
}
.offer-foot{
    height: 40vw;
    width: 100%;
}
.offer-foot-title{
    display: block;
    margin-top:3.75vw;
    color: var(--navy-color);
    font-weight: 600;
    font-size: 2.5vw;
    text-align: center;
    letter-spacing: 0.1vw;
    z-index: 30;
}
.offer-foot-box{
    position: relative;
    display: block;
    margin: 2.7vw auto 4vw auto;
    width: 50vw;
    height: 10.25vw;
    background-color: #ffffff;
    color: var(--navy-color);
    border: 0.5vw solid var(--navy-color);
    border-radius: 0.5vw;
    font-size: 1.5vw;
    line-height: 3vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1vw;
    z-index: 30;
}

.offer-icon{
    position: absolute;
    left: -2%;
    top: -30%;
    width: 9.25vw;
    margin-right: 1.5vw;
    z-index: 30;
}

.offer-foot-sentence{
    padding: 1.2vw 0vw;
    line-height: 2.2vw;
}
.offer-foot-sentence1{
    font-size:1.2vw;
    color: var(--red-color);
}
.offer-foot-sentence2{
    font-size:1.2vw;
    color: var(--navy-color);
}
.offer-foot-accent{
    color: var(--red-color);
    font-size: 2.1vw;
    font-weight: 700;
    background:linear-gradient(transparent 70%, #f2dc95 70%);
    border-bottom-width: 3vw;
}
.offer-foot-sentence3{
    font-size:1.0vw;
    color: var(--navy-color);
}
.offer-foot-sentence4{
    margin:1vw 0;
    color: var(--navy-color);
    font-size:1.5vw;
    line-height: 3vw;
    font-weight: 600;
}
/*
flow
================================================ */
#flow{
    position: relative;
    height: 28vw;
    width: 100%;
    text-align: center;
    background-color: var(--navy-color);
}
.flow-title{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top:3.75vw;
    color: #ffffff;
    font-weight: 700;
    font-size: 2.5vw;
    text-align: center;
    z-index: 30;
}
.flow-block{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top:8.5vw;
}
.flow-block-section{
    margin:0 0.25vw;

}
.flow-block-section-step{
    color:#ffffff;
    padding-bottom: 1vw;
    font-size:2vw;
}
.flow-block-section-box{
    width:11.5vw;
    height:13.25vw;
    background-color: #ffffff;
    border-radius: 3%;
}
.flow-block-section-icon{
    margin: 1vw 0 0.5vw 0;
    height: 4vw;
}
.flow-block-section-title{
    color: var(--navy-color);
    font-size:1.5vw;
    font-weight: 600;
}

.flow-block-section-sentence{
    margin: 0.2vw 0.5vw 0 0.5vw;
        font-size: 1vw;
        letter-spacing: -0.02vw;
        line-height: 1.2vw;
        font-weight: 600;
        text-align: left;
        overflow: visible;
}

/*
question
================================================ */
#question{
    position: relative;
    height: 43vw;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
}
.q-title{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top:3.75vw;
    color:#012179;
    font-weight: 700;
    font-size: 2.5vw;
    text-align: center;
    z-index: 30;
}

.qa-container {
    position: absolute;
    padding-bottom:3.75vw;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top:8.5vw;
    font-size: 1.2vw;
    letter-spacing: -0.02vw;
    font-weight: 600;
    text-align: left;
    width: 50vw;
}

.qa-list:not(:first-child) {
    margin-top: 1vw;
}

.question-title {
    border-left:0.2vw solid #e4e4e4;
    border-right:0.2vw solid #e4e4e4;
    border-top:0.2vw solid #e4e4e4;
    border-top-left-radius:0.5vw;
    border-top-right-radius:0.5vw;
    border-bottom-left-radius:0.5vw;
    border-bottom-right-radius:0.5vw;
    cursor: pointer;
    padding: 1vw 1vw;
    position: relative;
    font-weight: 600;
}

.question-title::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom:0vw;
    display: inline-block;
    width: 49.6vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom:0.2vw solid #e4e4e4;
    
}
.question-title.open::before{ 
    width: 50%; 
}

.question-choice-minus{
    position: absolute;
    top:-3.1vw;
    right: 1.5vw;
    width: 1.55vw;
    height: 1.55vw;
    border-radius: 50%;
    background-color: #686868;
    color: #ffffff;
    font-size:1.5vw;
    text-align: center;
    line-height: 1.25vw;
}
.question-choice-plus{
    position: absolute;
    top: 1vw;
    right: 1.5vw;
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 50%;
    background-color: var(--navy-color);
    color: #ffffff;
    text-align: center;
    line-height: 1.4vw;
}
.question-choice-none{
    display: none;
}
.question-choice-block{
    display: block;
}

.question-qa{
    color: #022179;
    font-size:1.8vw;
    padding-right:1vw;
}
.answer-text {
    border-left:0.2vw solid #e4e4e4;
    border-right:0.2vw solid #e4e4e4;
    border-bottom:0.2vw solid #e4e4e4;
    border-bottom-left-radius:0.5vw;
    border-bottom-right-radius:0.5vw;
    display: none;
    padding: 1vw 1vw;
    position: relative;
}
.answer-text-box {
    display:flex;
    justify-content: flex-start;
    align-items: center;

}
/*
contact-form
================================================ */
#contact-form{
    /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vw;
    width: 100vw;
    text-align: center;
    background-color: var(--navy-color);
}
.contact-form-container{
    /* padding-top:3vw; */
    width: 50vw;
    height: 40vw;
    background-color: white;
}
.contact-form-container-contents{
    display: flex;
    /*justify-content: center;*/
    /* background-color: #ffffff; */
    align-content: center;
    flex-direction: column;
    box-sizing: border-box; /* ボーダーボックスモデルを使用して、パディングやボーダーも含めたサイズを維持 */
    resize: vertical; /* 垂直方向のリサイズを有効にする（必要に応じて） */
    overflow: auto; /* コンテンツが親要素を超える場合はスクロールバーを表示 */
    padding-top: 5%;
}


.contact-form-title{
    /* width: 50vw; */
    /* position: absolute; */
    /* left:50%; */
    /* transform: translateX(-50%); */
    /* -webkit-transform: translateX(-50%); */
    -ms-transform: translateX(-50%);
    /* top: 2vw; */
    font-weight: 700;
    font-size: 2.5vw;
    text-align: center;
    color:var(--navy-color);
    padding-bottom: 2vw;
}
.Form {
    /* margin-top: 7vw; */
    margin-left: auto;
    margin-right: auto;
    width: 42vw;
}
.Form-Item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:1vw 0;
    flex-wrap: wrap;
}

.Form-Item-Label {
    font-weight: 600;
    font-size: 1vw;
}


.Form-Item-Label-Required {
    border-radius: 0.2vw;
    padding: 0.1vw 0.2vw;
    width: 2.25vw;
    margin: 1vw;
    text-align: center;
    background: var(--red-color);
    color: #fff;
    text-align: left;
    font-weight: 600;
    font-size: 1vw;
}
.Form-Item-Label-Optional{
    padding-left:4.4vw;
}
.Form-Item-Input,
select {
    border: 1px solid var(--navy-color);
    border-radius: 0.5vw;
    height: 1.9vw;
    width: 24vw;
    font-size: 1vw;
    text-align: left;
    padding-left:1vw;
}
.Form-Item-Textarea {
    border: 1px solid var(--navy-color);
    border-radius: 0.5vw;
    height: 9vw;
    width: 24vw;
    font-size: 1vw;
    text-align: left;
    padding:1vw 0 0 1vw;
}
.Form-Item-Confirmation{
    border: 1px solid rgb(193, 37, 37,0);
    border-radius: 0.5vw;
    height: 1.9vw;
    width: 24vw;
    font-size: 1vw;
    text-align: left;
    padding-left:1vw;
    line-height: 1.8vw;
}

.Form-Item-Confirmation-2{
    border: 1px solid rgb(193, 37, 37,0);
    border-radius: 0.5vw;
    width: 24vw;
    font-size: 1vw;
    text-align: left;
    padding-left:1vw;
}


select::-ms-expand {
	display: none; /*--IEでデフォルトの矢印を消します--*/
}

div select[name="prefecture"] option[value=""] {
    color: grey;
}

.errmessage{
    color: var(--red-color);
    font-size: 1.5vw;
}

