@charset "utf-8";

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: url(images/bg_footer.png) right bottom no-repeat;
    background-size: contain;
}
p {
    margin: 0;
}

.spview {

}
.pcview {
    display: none;
}

#page {
}

.cover {
    position: relative;
    padding: 80px 0 60px;
    background: linear-gradient(90deg, #f5e928, #9ac717);
}
.cover .title {
    margin: 0 auto;
    width: 80%;
    max-width: 900px;
}
.cover .title img {
    width: 100%;
    height: auto;
}
.cover .toyohashi120th {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
}
.cover .toyohashi120th img {
    width: 100%;
    height: auto;
}

.about {
    background: url(images/bg_introduce.jpg);
    background-size: cover;
    padding: 16% 8% 0;
    position: relative;
}
.about.spview p:nth-of-type(2) {
    margin-top: 30px;
}
.about img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.about-3 {
    position: absolute;
    bottom: 8%;
    left: 17%;
    width: 20%;
}
.about-4 {
    position: absolute;
    bottom: 45%;
    right: 27%;
    width: 13%;
}
.introduce {
    background: url(images/bg_introduce.jpg);
    background-size: cover;
    padding: 16% 8%;
}
.introduce p:nth-of-type(1)+p {
    margin-top: 50px;
}
.introduce p:nth-of-type(2)+p {
    margin-top: 50px;
}
.introduce p:nth-of-type(3)+p {
    margin-top: 20px;
}
.introduce p:nth-of-type(4)+p {
    margin-top: 50px;
}
.introduce p:nth-of-type(5)+p {
    margin-top: 50px;
}
.introduce img {
    width: 100%;
    height: auto;
}
.introduce .link img {
    max-width: 600px;
}
.introduce .link a {
    transition: .5s;
}
.introduce .link a:hover {
    margin-left: 10px;
}
.profile {
    padding: 100px;
}
.profile p {
    font-size: 1.6rem;
    line-height: 1.8;
}
.person + .person {
    margin-top: 100px;
}
.profile .img {
    width: 100%;
    max-width: 200px;
}
.profile .img img {
    width: 100%;
    height: auto;
}
.profile .text .name {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
}
.profile .text p+p {
    margin-top: 30px;
}

footer {
    padding: 60px 60px 30px;
}
footer p {
    font-size: 1.4rem;
    color: #000;
    text-align: center;
}

@media (min-width: 1024px) {
    .spview {
        display: none;
    }
    .pcview {
        display: inherit;
    }
    .cover {
        padding: 120px 0;
    }
    .cover .toyohashi120th {
        width: 90px;
    }
    .about {
        background: url(images/bg_about.jpg);
        background-size: cover;
        padding: 7% 5%;
        position: relative;
    }
    .about-main {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20%;
    }
    .about-main p:nth-of-type(1) {
        width: 41%;
    }
    .about-main p:nth-of-type(2) {
        width: 41%;
    }
    .introduce {
        padding: 100px;
    }
    .introduce p:nth-of-type(1)+p {
        margin-top: 200px;
    }
    .introduce p:nth-of-type(2)+p {
        margin-top: 25px;
    }
    .introduce p:nth-of-type(3)+p {
        margin-top: 30px;
    }
    .person {
        display: flex;
    }
    .profile .text {
        margin-left: 50px;
    }
    footer {
        padding: 60px 60px 15px;
    }
    footer p {
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        filter: drop-shadow(0 0 3px rgb(0,0,0));
    }
}