@charset "utf-8";
/* レイアウトのためのCSS */
body {
    overflow-x: hidden;
    font-family: 'Kosugi Maru', sans-serif;
    color: #333;
    font-size: 1rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    letter-spacing: 0.2em;
}

body.appear {
    background: #f0f0f0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

img {
    width: 100%;
    height: auto;
}

* {
    box-sizing: border-box
}

/* font-family */
.header-utility li:last-child a, .school-info li dl, .header-area dl, #news article time, #page-top span, h2 span {
    font-family: 'Lato', sans-serif;
}

header {
    height: 85px;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 248, 64, 1);
}

h2 {
    text-align: center;
    padding: 20px;
    margin-top: 85px;
}

h2 span {
    font-size: 2.5vw;
    text-transform: uppercase;
    display: block;
}

@media screen and (max-width: 1130px) {
    h2 {
        font-size: 0.9rem;
    }

    h2 span {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 0.8rem;
    }

    h2 span {
        font-size: 2rem;
    }
}

.container {
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}

.header-left {
    float: left;
}

.header-logo {
    width: 180px;
    margin-top: 27px
}

.menu-icon {
    color: black;
    float: right;
    padding: 20px 20px;
    font-size: 35px;
    display: none;
}

@media screen and (max-width: 920px) {
    .menu-icon {
        display: block;
    }
}

.header-right {
    float: right;
}

@media screen and (max-width: 920px) {
    .header-right {
        display: none;
    }
}

.header-right ul li {
    display: inline-block;
    float: left;
    padding: 35px 15px;
}

.header-right a {
    text-decoration: none;
    color: black;
}

.menu-modal-wrapper {
    position: fixed;
    top: 85px;
    right: 0;
    width: 100%;
    z-index: 50;
    text-align: center;
    background-color: #00aaff;
    border-radius: 1px;
    display: none;
}

.menu-modal li {
    list-style: none;
    padding: 10px 10px;
    margin-right: 30px;
}

.menu-modal li a {
    text-decoration: none;
    color: white;
}

/* concept */
#concept h2 span {
    color: #2e98e5;
}

#concept .concept-area {
    position: relative;
    padding: 80px 0;
}

#concept .concept-img {
    width: 30%;
    margin: 0 auto;
    animation-delay: .4s;
}

#concept .concept-area ul {
    animation-delay: .5s;
}

#concept .concept-area ul li {
    position: absolute;
    font-size: 1.7vw;
}

#concept .concept-area ul li::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: -10px;
    right: 10px;
    background: #2e98e5;
}

#concept .concept-area ul li:nth-child(n + 4)::after {
    left: 10px;
}

#concept .concept-area ul li:nth-child(1) {
    top: 12%;
    left: 17%;
    transform: rotate(15deg);
    animation-delay: .1s;
}

#concept .concept-area ul li:nth-child(2) {
    top: 37%;
    left: 10%;
    transform: rotate(10deg);
    animation-delay: .3s;
}

#concept .concept-area ul li:nth-child(3) {
    top: 65%;
    left: 12%;
    transform: rotate(-15deg);
    animation-delay: .5s;
}

#concept .concept-area ul li:nth-child(4) {
    top: 12%;
    right: 17%;
    transform: rotate(-15deg);
    animation-delay: .7s;
}

#concept .concept-area ul li:nth-child(5) {
    top: 34%;
    right: 10%;
    transform: rotate(-10deg);
    animation-delay: 1.1s;
}

#concept .concept-area ul li:nth-child(6) {
    top: 61%;
    right: 12%;
    transform: rotate(15deg);
    animation-delay: 1.3s;
}

@media screen and (max-width: 700px) {
    #concept .concept-area {
        padding: 0;
    }

    #concept .concept-img {
        width: 50%;
        margin: 0 auto 30px auto;
    }

    #concept .concept-area ul li {
        position: relative;
        font-size: 1rem;
        top: inherit !important;
        left: inherit !important;
        right: inherit !important;
        transform: none !important;
        text-align: center;
        margin: 0 0 10px 0;
        display: none;
    }

    #concept .concept-area ul li:after {
        display: none !important;
    }
}

.profile-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.profile-list section {
    width: 40%;
    background: #fff;
    position: relative;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 50px 0;
    padding: 20px 20px 50px 20px;
    border-radius: 10px;
}

.profile-list section:nth-child(2) {
    animation-delay: 0.2s;
}

.profile-list section:nth-child(3) {
    animation-delay: 0.4s;
}

@media screen and (max-width: 545px) {
    .profile-list section {
        width: 100%;
    }

    .profile-list section:nth-child(2), .profile-list section:nth-child(3) {
        animation-delay: 0s;
    }
}

.profile-list section .bg-yellow {
    background: #ff0;
    display: inline-block;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 2;
    padding: 3px 5px;
    font-size: 0.9rem;
}

.profile-list section .profile-img {
    padding-top: 70%;
    background-size: cover !important;
}

.profile-list section:nth-of-type(1) .profile-img {
    background: url("/img/yusuke.jpg") no-repeat center;
    background-size: cover;
}

.profile-list section:nth-of-type(2) .profile-img {
    background: url("/img/gigi.jpg") no-repeat center;
    background-size: cover;
}

.profile-list section h3 {
    font-size: 1.3rem;
    text-align: center;
    border-bottom: 5px double #333;
    margin: 30px 0 0 0;
    padding: 0 0 20px 0;
}

@media screen and (max-width: 1090px) {
    .profile-list section h3 {
        font-size: 1rem;
    }
}

footer {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #00aaff;
}

footer img {
    width: 125px;
}

footer p {
    color: #ffffff;
    font-size: 14px;
}

@media screen and (max-width: 940px) {
    small {
        text-align: center;
    }

    #page-top {
        position: relative;
        text-align: center;
        right: inherit;
        bottom: inherit;
        margin: 50px auto 30px auto;
        width: 80px;
        animation: none !important;
        transform: none !important;
        opacity: 1;
    }
}