@import url("cssreset.css");
@import url("base.css");
@import url("header.css");
@import url("footer.css");


/* top.css */

/* KV */
section#kv {
    width: 100%;
}
section#kv .kv-slide {
    font-size: 0;
    height: 530px;
    overflow: hidden;
}
section#kv article {
    position: relative;
    width: 100%;
    height: 530px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section#kv article.kv01 {background-image: url("../images/top/kv01_pc.jpg");}
section#kv article.kv02 {background-image: url("../images/top/kv02_pc.jpg");}
section#kv article.kv03 {background-image: url("../images/top/kv03_pc.jpg");}
section#kv article.kv04 {background-image: url("../images/top/kv04_pc.jpg");}
section#kv article.kv05 {background-image: url("../images/top/kv05_pc.jpg");
background-position: center top;}

section#kv article h1 {
    position: absolute;
    left: 50%;
    bottom: 130px;
    width: 600px;
    padding: 0.75rem 30px 0.5rem 0;
    text-align: left;
    z-index: 1;
}
section#kv article h1 em {
    display: block;
    position: relative;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    z-index: 1;
}
section#kv article h1 span {
    position: relative;
    line-height: 1.1;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 37px;
}
section#kv article h1:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 9999px;
    height: 100%;
    background-color: rgba(84,159,255,0.85);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%);
    content: "";
}

section#kv article .summary {
    display: block;
    position: absolute;
    right: calc(50% - 80px);
    bottom: 150px;
    width: 640px;
    padding: 2.5rem 0 2.5rem 3%;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #0080FF;
}
section#kv article .summary a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section#kv article .summary-inner {
    position: relative;
    width: 82%;
    z-index: 1;
}
section#kv article .summary h2 {
    margin-bottom: 0.5em;
    line-height: 1.1;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 42px;
    color: #000000;
}
section#kv article .summary ul li {
    display: inline-block;
    margin-right: 1em;
}
section#kv article .summary ul li:before {
    content: "・";
}
section#kv article .summary:after {
    display: block;
    position: absolute;
    top: 0;
    right: -50px;
    width: 9999px;
    height: 100%;
    background-color: rgba(255,255,255,0.85);
    clip-path: polygon(0 0, 100% 0, 9869px 100%, 0 100%);
    content: "";
}

@media only screen and (max-width: 1200px) {
    section#kv article h1 {
        left: inherit;
        right: 0;
        width: 55%;
    }
    section#kv article .summary {
        right: inherit;
        left: 0;
        width: calc(50% + 50px);
    }
}
@media only screen and (max-width: 920px) {
    section#kv article h1 {
        bottom: 40px;
        width: 500px;
    }
    section#kv article .summary {
        bottom: 160px;
        width: 680px;
    }
}
@media only screen and (max-width: 768px) {
    section#kv article h1 {
        bottom: 8vw;
        width: 60vw;
        padding: 0.75rem 5% 0.5rem 0;
    }
    section#kv article h1 em {
        font-size: 2.4vw;
    }
    section#kv article h1 span {
        font-size: 4.4vw;
    }
    section#kv article .summary {
        bottom: 24vw;
        width: 80vw;
        font-size: 2.4vw;
    }
    section#kv article .summary h2 {
        font-size: 4.8vw;
    }
}
@media only screen and (max-width: 750px) {
    section#kv .kv-slide {
        height: 120vw;
    }
    section#kv article {
        height: 120vw;
    }
    section#kv article h1 {
        bottom: 20vw;
        width: 86vw;
        padding: 0.75rem 4vw 0.5rem 0;
    }
    section#kv article h1 em {
        font-size: 3.2vw;
    }
    section#kv article h1 span {
        font-size: 5.4vw;
    }
    section#kv article .summary {
        bottom: 40vw;
        width: 80vw;
        font-size: 3.2vw;
    }
    section#kv article .summary h2 {
        font-size: 5.8vw;
    }
}


/* menu */
section#menu {
    padding: 3px 0;
}
section#menu .inner {
    width: 100%;
}
section#menu ul {
    display: flex;
    justify-content: space-between;
}
section#menu ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: calc((100% - 12px) / 5);
    height: 92px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #ffffff;
}
section#menu ul li:nth-child(1) {background-image: url("../images/top/bg_menu01.jpg");}
section#menu ul li:nth-child(2) {background-image: url("../images/top/bg_menu02.jpg");}
section#menu ul li:nth-child(3) {background-image: url("../images/top/bg_menu03.jpg");}
section#menu ul li:nth-child(4) {background-image: url("../images/top/bg_menu04.jpg");}
section#menu ul li:nth-child(5) {background-image: url("../images/top/bg_menu05.jpg");}

section#menu ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(84,159,255,0.85);
}
section#menu ul li a:hover {
    background-color: rgba(84,159,255,0.95);
}
section#menu ul li em {
    display: block;
    position: relative;
    line-height: 1.1;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 20px;
    z-index: 1;
    pointer-events: none;
}
section#menu ul li span {
    display: block;
    position: relative;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
    z-index: 1;
    pointer-events: none;
}

@media only screen and (max-width: 920px) {
    section#menu ul li em {
        font-size: 18px;
    }
    section#menu ul li span {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    section#menu ul li em {
        font-size: 2.4vw;
    }
    section#menu ul li span {
        font-size: 1.8vw;
    }
}
@media only screen and (max-width: 750px) {
    section#menu ul {
        flex-wrap: wrap;
    }
    section#menu ul li {
        width: calc(50% - 1.5px);
        height: 24vw;
        margin-bottom: 3px;
    }
    section#menu ul li:last-child {
        width: 100%;
        margin-bottom: 0;
    }
    section#menu ul li em {
        font-size: 4.2vw;
    }
    section#menu ul li span {
        font-size: 3.0vw;
    }
}


/* news */
section#news {
    background: linear-gradient(to bottom, rgba(84,159,255,0.85) 0%,#D0E6FF 50%,rgba(84,159,255,0.85) 100%);
    padding: 20px 0;
}
section#news .inner {
    max-width: 990px;
    background-color: #ffffff;
    padding: 2% 4%;
    border-radius: 8px;
    text-align: left;
}
section#news h2 {
    margin-bottom: 1em;
    border-bottom: 1px solid #707070;
    font-size: 20px;
    font-weight: 400;
}
section#news dl div {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
section#news dl div:not(:last-child) {
    margin-bottom: 0.5em;
}
section#news dl dt {
    width: 8em;
}
section#news dl dt:before {
    margin-right: 0.25em;
    content: "・";
}
section#news dl dd {
    width: calc(100% - 8em);
}
@media only screen and (max-width: 750px) {
    section#news {
        padding: 4vw 0;
    }
    section#news .inner {
        padding: 4% 4% 6%;
    }
    section#news h2 {
        font-size: 4.6vw;
    }
    section#news dl div {
        font-size: 3.0vw;
    }
}


/* notice */
section#notice {
    background-color: #ffffff;
    background-image: linear-gradient(90deg, #f5f5f5 1px, transparent 1px), linear-gradient(#f5f5f5 1px, transparent 1px);
    background-position: 10px 10px;
    background-size: 6px 6px;
    padding: 85px 0 135px;
}
section#notice h2 {
    display: inline-block;
    background-color: #549FFF;
    margin-bottom: 1.5em;
    padding:  0 0.5em;
    font-size: 27px;
    font-weight: 400;
    color: #ffffff;
}
section#notice .lead {
    margin-bottom: 80px;
}
section#notice .lead p {
    display: inline;
    background: linear-gradient(transparent calc(100% - 2px), #047bb7 0%);
    font-size: 31px;
    font-weight: 400;
}
section#notice p strong {
    font-weight: 400;
    color: #047bb7;
}
section#notice ul {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
section#notice ul li {
    width: 48%;
    max-width: 358px;
}
section#notice ul li a {
    display: block;
    width: 100%;
    padding: 1.5em 0;
    border-radius: 12px;
    font-size: 21px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}
section#notice ul li.sler a {
    background-color: rgba(84,159,255,0.85);
    border-color: #11adea;
}
section#notice ul li.enduser a {
    background-color: rgba(84,159,255,0.85);
    border-color: #11adea;
}
/*
section#notice ul li.enduser a {
    background-color: #2cd0f3;
    border-color: #b9dfea;
}
*/
section#notice ul li a:hover {
    opacity: 0.7;
}
@media only screen and (max-width: 768px) {
    section#notice .lead p br.sp {
        display: block;
    }
}
@media only screen and (max-width: 750px) {
    section#notice {
        padding: 8vw 0 16vw;
    }
    section#notice h2 {
        font-size: 3.8vw;
    }
    section#notice .lead {
        margin-bottom: 10vw;
    }
    section#notice .lead p {
        font-size: 4.2vw;
    }
    section#notice ul {
        flex-direction: column;
    }
    section#notice ul li {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    section#notice ul li:not(:last-child) {
        margin-bottom: 4vw;
    }
    section#notice ul li a {
        font-size: 3.4vw;
    }
}








