@charset "utf-8";

* {
    box-sizing: border-box;
    color: #333;
}

img {
    width: 100%
}

body {
    font-family: "Noto Sans JP", "Outfit", sans-serif;
    background: url("../img/bg.jpg") repeat;
    background-size: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
}


#container a:link {
    text-decoration:none;
}

a:hover img {
    opacity:.7;
    transition:.7s;
}



.pc {
    display:block;
}
.sp {
    display:none;
}

@media (max-width: 767.98px) {
.pc {
    display:none;
}
.sp {
    display:block;
}
}


.taC {
    text-align: center;
}



.w90 {
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

.mTS {
    margin-top:1.6rem;
}


.red {
    font-weight:600;
    color:#e83935;
}


#header {
    z-index: 100;
    background: none;
    position: fixed;
    padding-left: 3%;
    padding-top: 3%;
}

.logo {
    width: 150px;;
    margin-top: 1%;
    margin-left: 1%;
}


@media (max-width: 767.98px) {

    #header {
        position: relative;
        padding-left: 0%;
        padding-top: 0%;
    }

    .logo {
        position: absolute;
        margin-top: 3%;
        margin-left: 8%;
    }

}



#container {
    width:50%;
    margin:0 auto;
    background: #fff;
}

@media (min-width: 767.98px) and (max-width: 1023px) {
    #container {
        width:70%;
    }
}

@media (max-width: 767.98px) {
    #container {
        width:90%;
    }
}

.section {
    width:80%;
    margin: 0 auto 8rem;
}



.section:first-child {
    margin-top:0;
}


@media (max-width: 767.98px) {
    .section {
        width:90%;
    }
}


.section p {
    line-height:1.6;
    font-size:.9rem;
    margin:1.6rem 0;
}


.section span {
    font-weight:600;
    background: #ffe2e2;
    color:#e83935;
}

.intro p {
    line-height:2;
}


.section h1 {
    font-weight:600;
    font-size:3.2rem;
    text-align: center;
    line-height:1;
    margin:0 0 4rem 0;
}

@media (max-width: 767.98px) {

.section h1 {
    font-size:2rem;
    margin:0 0 3.2rem 0;
}

}


.section h2 {
    font-family: "Noto Sans JP", sans-serif;
    background: #e6e6e6;
    color:#333;
    font-size:.9rem;
    font-weight:600;
    padding:.5rem .8rem .6rem;
    border-radius: .2rem;
}


.period {
    background:#ffe2e2;
    text-align: center;
    padding:1.4rem 1.6rem 1.8rem;
    border-radius: .2rem;
    margin-top:4rem;
}

.period dt {
    font-weight:600;
    color:#e83935;
    margin-bottom:.4rem;
}


.period dd{
    font-weight:600;
    font-size:1.2rem;
    color:#e83935;
}

.section p.attention {
    font-size:.75rem;
    text-align: right;
    margin:.4rem 0 4rem 0;
}

.section div.attention {
    font-weight:600;
    font-size:1rem;
    line-height:1.6;
    text-align: center;
    margin:2.4rem 0;
    border:2px solid #333;
    padding:1.6rem;
}




.section__logo {
    width:30%;
    margin:0 auto;
}

.list li p:first-child:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    color: #e83935;
    font-weight: 600;
    padding: 0 .25rem 0 0;
    margin-left:-1rem;
}

.list li p {
    margin-left:1.25rem;
    margin-top:0rem;
    margin-bottom:0rem;
}

.list li {
    margin:1.6rem 0;
}

.fwB {
    font-weight:600;
}

.usuallyWrapping {
    background: #e6e6e6;
    border-radius:.2rem;
    padding:1.6rem;
}

.usuallyWrapping h2 {
    text-align: center;
}




.bnrList {
    margin-top:3.2rem;
    margin-bottom:3.2rem;
}


.bnrList h3 {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    color: #e83935;
    font-weight: 600;
    letter-spacing: 0.025rem;
    margin-bottom: .8rem;
    font-size: 1rem;
    text-align: center;
}

@media (max-width: 767.98px) {

.bnrList h3 {
    font-size: .8rem;
}
}

.mv {
    margin-bottom:4rem;
}

@media (max-width: 767.98px) {
.mv {
    padding-top:40px;
    margin-bottom:2rem;
}
}

/* -------------------- footer -------------------- */

footer {
    margin-top: 0;
    width: 100%;
    background: #e83435;
    padding: 2rem 0 4rem;
}

footer a {
    color: #fff;
}

.footer__linkList {
    text-align: center;
}

.footer__linkList li {
    font-size: .7rem;
    margin: 0 .2rem;
    display: inline-block;
    vertical-align: middle;
}

.footer__linkList li.footer__linkList--icon {
    font-size: 1.4rem;
}


.footer__linkList li i {
    color: #fff;
}


.footer__innerWrap {
    width: 94%;
    margin: 0 auto;
}


.footer__copyright {
    margin-top: 1rem;
    font-size: .6rem;
    text-align: center;
    color: #fff;
}


/* -------------------- pagetop -------------------- */


#pagetop--fixed {
    position: fixed;
    width: 2.4rem;
    height: 2.4rem;
    bottom: 1.4vh;
    right: 1vw;
    background: #e83935;
    border-radius: 50%;
    z-index: 998;
}


#pagetop--fixed a {
    position: relative;
    display: block;
    padding: 1rem 2rem;
}

#pagetop--fixed a::before,
#pagetop--fixed a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}



#pagetop--fixed a::before {
    left: 1.15rem;
    width: 1px;
    height: 1.2rem;
    top: .2rem;
    background: #fff;
}


#pagetop--fixed a::after {
    left: .85rem;
    top: 0rem;
    width: 0.7rem;
    height: 0.7rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.pagetop--fixed i {
    font-size: 5rem;
}


.pagetop {
    text-align: right;
    padding-top: 4rem;
}

.pagetop::before {
    padding-right: .4rem;
    padding-bottom: -.2rem;
    content: "\f062";
    font-size: 1rem;
    font-family: "Font Awesome 5 Free";
    color: #999;
    font-weight: 600;
}

.footer__copyright {
    letter-spacing: 0.025rem;
}