@charset "UTF-8";

/* mv -------------------------------------- */
article#mv  {
    height: 600px;
	padding: 0;
    background: url(../img/rec-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/rec-mv-bg-sp.jpg) center center no-repeat;
        background-size: cover;
    }
    article#mv  {
        z-index: 2;
    }
    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;
    }
}
@media screen and (max-width: 499px){

}


/* section1 -------------------------------------- */
article#section1 {
	padding: 100px 0 0;
    background: url(../img/rec-s1-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment:fixed;
}
article#section1 section[id^="s1-"] {
    padding-bottom: 200px;
}
.sub-recbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#s1-2 .sub-recbox {
    flex-direction: row-reverse;
}
.sub-recbox>div, .sub-recbox>img {
    width: 50%;
}
.sub-recbox>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
[id^="s1-"] h2 ruby, [id^="s1-"] h2 rt, [id^="s1-"] h4, [id^="s1-"] p {
    color: #fff;
}
.sub-recbox>div>div p {
    margin-bottom: 0.5em;
}
.sub-rectext {
    width: 60%;
    min-width: 600px;
    position: relative;
    margin-top: 100px;
}
#s1-1 .sub-rectext:nth-of-type(odd), #s1-2 .sub-rectext:nth-of-type(even) {
    margin-left: auto;
}
.sub-rectext:before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    position: relative;
    top: 0.5em;
    left: 0;
}
.sub-rectext> * {
    margin-left: 110px;
}
.sub-rectext h4 {
    font-size: 1.6rem;
    margin-bottom: 25px;
}
.sub-rectext p {
    font-size: 1.4rem;
    line-height: 2em;
    text-align: justify;
}

@media screen and (max-width: 1024px){
}
@media screen and (max-width: 765px){
    article#section1 section[id^="s1-"] {
        padding-bottom: 100px;
    }
    .sub-recbox {
        flex-direction: column-reverse !important;
    }
    .sub-recbox>div {
        margin-top: 25px;
    }
    .sub-recbox>div, .sub-recbox>img {
        width: 100%;
    }
    .sub-recbox>div>div h2, .sub-recbox>div>div p {
        text-align: center;
    }
    .sub-rectext {
        width: 100%;
        min-width: inherit;
    }
    .sub-rectext:before {
        display: none;
    }
    .sub-rectext> * {
        margin-left: 0;
    }
    .sub-rectext h4 {
        margin-left: 80px;
        position: relative;
        line-height: 1.25em;
    }
    .sub-rectext h4:before {
        content: '';
        display: block;
        width: 70px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 0.5em;
        left: -80px;
    }
    article#section1 {
        background: none;
    }
    article#section1::before {
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100vw;
        height:100vh;
        background:url("../img/rec-s1-bg.jpg") no-repeat;
        -webkit-background-size:contain;
        background-size:cover;
        content:"";
     }
}
@media screen and (max-width: 499px){
}


/* section2 -------------------------------------- */
article#section2 {
	padding: 100px 0 0;
}
article#section2 #s2-1 {
    padding-bottom: 100px;
}
article#section2 #s2-1 h3 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 100px;
}
article#section2 #s2-1 table {
    width: 100%;
}
article#section2 #s2-1 table tr {
    border-top: 1px solid #000;
}
article#section2 #s2-1 table tr:last-of-type {
    border-bottom: 1px solid #000;
}
article#section2 #s2-1 table th, article#section2 #s2-1 table td {
    padding: 50px 0;
}
article#section2 #s2-1 table th {
    width: 25%;
}
article#section2 #s2-1 table th span {
    font-size: 1.8rem;
    font-weight: 100;
    width: 150px;
    display: block;
    margin: 0 auto;
    background: #AA1323;
    color: #fff;
    padding: 10px 20px;
}
article#section2 #s2-1 table td {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.75em;
}
article#section2 #s2-2 {
    padding-bottom: 100px;
}
article#section2 #s2-2 h4 {
    font-size: 2.5rem;
    font-weight: 100;
    width: 200px;
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #AA1323;
    color: #fff;
    padding: 10px 20px;
}
article#section2 #s2-2 p {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 50px;
}

@media screen and (max-width: 1024px){
}
@media screen and (max-width: 765px){
    article#section2 {
        z-index: 2;
    }
    article#section2 #s2-1 h3 {
        margin-bottom: 50px;
    }
    article#section2 #s2-1 table th, article#section2 #s2-1 table td {
        display: block;
    }
    article#section2 #s2-1 table th {
        width: 100%;
        padding: 20px 0 5px;
    }
    article#section2 #s2-1 table th span {
        font-size: 1.4rem;
    }
    article#section2 #s2-1 table td {
        font-size: 1.4rem;
        text-align: justify;
        padding: 5px 0 20px;
    }
    article#section2 #s2-2 h4 {
        font-size: 2rem;
        width: 150px;
    }
    article#section2 #s2-2 p {
        line-height: 1.5em;
    }
    article#section2 #s2-1, article#section2 #s2-2 {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 499px){
}


/* section3 -------------------------------------- */
article#section3 {
	padding: 100px 0;
}
article#section3 #s3-1 h5, article#section3 #s3-1 p {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
}
article#section3 #s3-1 h5 {
    font-size: 2.4rem;
    margin-bottom: 25px;
}
article#section3 #s3-1 p#tel {
    font-size: 3.2rem;
    margin-bottom: 25px;
}
article#section3 #s3-1 p:not(#tel) {
    font-size: 1.8rem;
}


@media screen and (max-width: 1024px){
}
@media screen and (max-width: 765px){
    article#section3 {
        padding: 50px 0;
        z-index: 2;
        background: #fff;
    }
    article#section3 #s3-1 h5 {
        font-size: 1.8rem;
    }
    article#section3 #s3-1 p:not(#tel) {
        font-size: 1.4rem;
    }
    article#section3 #s3-1 a {
        font-size: 1.4rem;
        font-weight: 100;
        width: 150px;
        display: block;
        margin: 50px auto 0;
        text-align: center;
        background: #AA1323;
        color: #fff;
        padding: 20px 20px;
    }
}
@media screen and (max-width: 499px){
}