@charset "UTF-8";

/* mv -------------------------------------- */
article#mv  {
    height: 600px;
	padding: 0;
    background: url(../img/cnt-mv-bg.jpg) left center no-repeat;
    background-size: cover;
}
article#mv #mv-1 {
    height: 100%;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
article#mv #mv-1 h1, article#mv #mv-1 p.h1sub {
    font-size: 3rem;
    color: #fff;
    text-align: center;
}
article#mv #mv-1 h1 {
    padding-bottom: 10px;
    margin: 0 auto 25px;
    width: 300px;
    border-bottom: 1px solid #fff;
}
article#mv #mv-1 p.h1sub {
    margin: 0 auto 50px;
}
article#mv #mv-1 p {
    margin: 25px auto 0;
    font-size: 1.6rem;
    line-height: 2em;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 1024px){
}  
@media screen and (max-width: 765px){
    article#mv  {
        height: 100vh;
        background: url(../img/cnt-mv-bg-sp.jpg) center center no-repeat;
        background-size: cover;
    }
    article#mv #mv-1 p.h1sub {
        margin: 0 auto 25px;
    }
    article#mv #mv-1 h1 {
        font-size: 1.6rem;
        padding-bottom: 25px;
    }
    article#mv #mv-1 p {
        font-size: 1.4rem;
        text-align: justify;
    }
}
@media screen and (max-width: 499px){

}


/* section1 -------------------------------------- */
article#section1 {
	padding: 100px 0 0;
}
article#section1 p.common {
    font-size: 1.8rem;
    line-height: 2em;
    text-align: center;
    margin-bottom: 100px;
}
table.formtable {
    width: 100%;
    margin: 0 auto;
}
table.formtable tr {
    position: relative;
}
table.formtable th, table.formtable td {
    padding-bottom: 50px;
}
table.formtable th {
    width: 200px;
    margin-right: 25px;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
}
table.formtable th.toi {
    vertical-align: baseline;
    padding-top: 20px;
}
.safari table.formtable td input {
    border: 1px solid #000;
}
table.formtable td input, table.formtable td textarea {
    height: 4em;
    width: 100%;
    padding: 10px;
    font-size: 1.4rem;
}
table.formtable td textarea {
    height: 400px;
}
table.formtable p.privacy {
    font-size: 1.4rem;
    width: 100%;
    height: 400px;
    padding: 10px;
    overflow: scroll;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}
.required:before {
    content: '必須';
    display: block;
    padding: 10px;
    width: 100px;
    background: #AA1323;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    position: absolute;
    top: 10px;
    left: -100px;
}
p#formbtn {
    padding: 0 0 100px;
    text-align: center;
}
input.formbtn {
    border-radius: 50px;
    border: 1px solid transparent;
    background: #AA1323;
    color: #fff;
    font-size: 1.6rem;
    padding: 15px 50px;
}
input.formbtn:hover {
    background: #fff;
    color: #AA1323;
    border: 1px solid #d0d0d0;
    transition: .5s;
}
input.formbtn2 {
    border-radius: 50px;
    border: 1px solid transparent;
    background: #000;
    color: #fff;
    font-size: 1.6rem;
    padding: 15px 50px;
}
input.formbtn2:hover {
    background: #fff;
    color: #000;
    border: 1px solid #d0d0d0;
    transition: .5s;
}


@media screen and (max-width: 1024px){
    table.formtable tr {
    }
    table.formtable th, table.formtable td {
        display: block;
        padding-bottom: 10px;
    }
    table.formtable td {
        padding-bottom: 25px;
    }
    table.formtable th {
        width: 100%;
        text-align: left;
        font-size: 1rem;
    }
    .required:before {
        font-size: 1rem;
        width: 50px;
        top: -5px;
        left: unset;
        right: 0px;
        padding: 5px 10px;
    }
    table.formtable th.toi {
        padding-top: 0;
        vertical-align: inherit;
    }
}
@media screen and (max-width: 765px){

}
@media screen and (max-width: 499px){
}

