@charset "utf-8";
.sp {
    display: none;
}

.pc {
    display: block;
}

.fadeIn {
    opacity: 0;
    transition: 2s;
}

.fadeIn.is-show {
    opacity: 1;
}

.fadeIn_left {
    opacity: 0;
    transform: translate(-50%, 0);
    transition: 2s;
}

.fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

.fadeIn_right {
    opacity: 0;
    transform: translate(50%, 0);
    transition: 2s;
}

.fadeIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

#container {
    background: #f1f1f1;
    height: 100vh;
}

.scroll {
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 14px;
}

.scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 150px;
}

.scroll span {
    position: absolute;
    left: -25px;
    top: -15px;
}

.scroll::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 130px;
    background: #fff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: .5;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }
    30% {
        height: 130px;
        opacity: .5;
    }
    100% {
        height: 0;
        top: 150px;
        opacity: 0;
    }
}
/*============================
#container
============================*/

#container {
    background: url(./img/bg-tokyo.png) 50% 50% no-repeat;
    background-size: cover;
}

#container h1 {
    margin: 20px;
    position: fixed;
}
/*============================
#contact
============================*/

#contact {
    position: relative;
    z-index: 999;
    margin-right: 340px !important;
}

.contact_ttl {
    margin-top: 30px;
    text-align: center;
    padding-top: 0px;
}
.contact_ttl .txt{
display:inline-block;
}
.contact_ttl p {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-bottom: 0;
    letter-spacing: 0.1em;
    
    text-align: left;
}

.contact_ttl p.cmt {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
    text-align: left;

}

.slider p {
    font-size: 20px;
    line-height: 32px;
    color: #06244d;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}
.slider p img {
    width: 60%;
    
}

.contact_thanks {
    min-height: 100vh;
    overflow: hidden;
    padding-top: 80px;
    width: 500px;
    margin: 0 auto;
}

.contact_thanks p {
    font-size: 18px;
    line-height: 32px;
    color: #06244d;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    text-align: left;
}

#contact {
    background: #fff;
    width: 1000px;
    padding: 20px 40px 20px;
    margin: 100px auto 100px;
    border-radius: 5px;
}

#contact table {
    width: 100%;
    margin: 0 auto;
}

#contact table tr {
    border-bottom: 1px solid #ddd;
}

#contact table th {
    font-size: 16px;
    padding: 20px 0;
    width: 25%;
}

#contact table td {
    overflow: hidden;
    font-size: 16px;
    padding: 20px 0;
}

#contact table td input[type=text],
#contact table td textarea {
    border: 0;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    background: #fbfbfb;
    border: 1px solid #ddd;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

#contact table td input[type=text] {
    background: #fbfbfb;
}

#contact table td input[type=text].name {
    background: #fbfbfb;
}

#contact table td input[type=radio] {
    width: 20px;
    height: 20px;
}

#contact table td select {
    /*--reset--*/
    
    moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    padding: 14px;
    width: 30%;
    font-size: 16px;
    /*background: #fbfbfb;*/
    
    background: #fddbdb;
    border: 1px solid #ddd;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

#contact input.submit {
    border: none;
    cursor: pointer;
    width: 40%;
    margin: 40px auto;
    font-size: 16px;
    display: block;
    padding: 20px 0;
    background: #0c4a92;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

#contact .musticon {
    background: #b7a270;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    margin-right: 5px;
}

#contact .job_select {
    width: 75% !important;
}

#contact .situation,
#contact .status,
#contact .ex {
    font-size: 16px;
    margin-right: 15px;
}

#contact input[type=radio] {
    margin-right: 7px;
}

.confirm {
    margin-top: 30px;
}

#contact input.submit.back {
    background: #999 !important;
}

.name {
    width: 25% !important;
    margin-right: 1%;
}

.mail {
    width: 74% !important;
}

.btn {
    position: absolute;
    bottom: 0;
    width: 93%;
    text-align: center;
}

.btn a {
    border: none;
    cursor: pointer;
    width: 30%;
    margin: 40px auto;
    font-size: 16px;
    display: block;
    padding: 20px 0;
    background: #0c4a92;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.btn a:hover,
#contact input.submit:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
}