@charset "utf-8";

/* --------------------------------------------


about


---------------------------------------------- */

.change {
    max-width: 900px;
    margin: 80px auto;
    padding: 40px;
    border: solid 1px #000;
}

.change h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}

.change h3 b {
    font-size: 1.3em;
    background: linear-gradient(transparent 75%, #DCDC8C 75%);
}

.change h3 b:last-of-type {
    background: linear-gradient(transparent 75%, #F56400 75%);
}

.change p {
    font-size: 16px;
    font-size: 1.6rem;
}

.change p a {
    text-decoration: underline;
}

@media only screen and (max-width:640px) {
    .change {
        width: 96%;
        padding: 4%;
    }
    
    .change h3 {
        font-size: 20px;
        font-size: 2rem;
    }

    .change h3 b {
        font-size: 1.2em;
    }
}


.about {
    margin: 120px 0;
}

.top p {
    height: 720px;
    padding-top: 400px;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    background-image: url(../_image/about/top.png);
    background-size: 1080px auto;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width:640px) {
    .about {
        margin: 200px 0 0;
    }
    
    .top p {
        height: auto;
        padding-top: 520px;
        font-weight: bold;
        font-size: 22px;
        font-size: 2.2rem;
        background-image: url(../_image/about/top-Sp.png);
        background-size: 640px auto;
        background-position: top center;
    }
}

/* --------------------------------------------


lead


---------------------------------------------- */

.lead {
    margin: 120px 0;
}

.lead p {
    width: 90%;
    max-width: 800px;
    margin: 1.6rem auto;
    font-size: 16px;
    font-size: 1.6rem;
}


/* --------------------------------------------


concept


---------------------------------------------- */
.concept {
    width: 90%;
    max-width: 1200px;
    margin: 120px auto;
    padding: 60px;
    text-align: center;
    background-color: #F0EEE3;
}

.concept__image {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
}

.concept__image img{
    width: 200px;
    margin-right: 10px;
    vertical-align: text-top;
}

.concept__title p {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
}

.concept__title p span {
    margin: 0 10px;
    line-height: 1.5;
    background: linear-gradient(transparent 75%, #DCDC8C 75%);
}

.concept__title p span:nth-child(3) {
    background: linear-gradient(transparent 75%, #FFCCC7 75%);
}

.concept__title p span:nth-child(5) {
    background: linear-gradient(transparent 75%, #F56400 75%);
}

.concept__lead {
    width: 500px;
    margin: 40px 0;
}

.concept__text {
    width: 100%;
    max-width: 800px;
    margin: auto;
    font-size: 16px;
    font-size: 1.6rem;
}

.article__button {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 40px auto 0;
    padding: 40px;
    text-align: center;
    background-color: #fff;
}

.article__button::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    bottom: -30px;
    right: -120px;
    background-image: url(../_image/about/link.svg);
}

.article__share {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.sns__container {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.sns__container a {
    display: block;
    width: 30%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.5rem 0;
}

.sns__container a:hover {
    opacity: 0.7;
}

.sns__twitter {
    background: #55acee;
}

.sns__facebook {
    background: #3b5998;
}

.sns__line {
    background: #1dcd00;
}

.print-btn {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    border: none;
    outline: none;
    background-color: #f56400;
}


@media only screen and (max-width:640px) {
    .concept {
        padding: 40px;
    }
    
    .concept__image {
        font-size: 20px;
        font-size: 2rem;
    }
    
    .concept__image img{
        width: 280px;
        vertical-align: text-top;
    }
    
    .concept__title p {
        font-size: 20px;
        font-size: 2rem;
    }
    
    .concept__title p span {
        display: inline-block;
        text-align: center;
    }
    
    .article__button {
        margin: 80px 0 0;
        padding: 40px;
        text-align: center;
    }

    .article__button::after {
        bottom: 0;
        right: -50px;
    }

    .sns__container {
        width: 100%;
        flex-wrap: wrap;
    }

    .sns__container a{
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .article__button img {
        width: 100%;
        margin-bottom: 20px;
    }

    .print-btn {
        display: block;
        width: 100%;
        padding: 10px;
    }
}

/* --------------------------------------------


information


---------------------------------------------- */

.information {
    margin: 160px 0;
    text-align: center;
}

h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
    padding: 0 20px;
    font-weight: bold;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.4;
    border-bottom: solid 3px #DCDC8C;
}

h2:after {
    position: absolute;
    content: " ";
    left: 0;
    bottom: -3px;
    width: 35%;
    border-bottom: solid 3px #768637;
}

.information .information__table {
    width: 90%;
    max-width: 800px;
    margin: auto;
    border-collapse: collapse;
    text-align: center;
}


.information .information__table th,
.information .information__table td {
    padding: 10px 20px;
    border-bottom: 1px dashed black;
    font-size: 16px;
    font-size: 1.6rem;
}

.information .information__table th {
    text-align: center;
    white-space: nowrap;
}

.information .information__table td {
    text-align: left;
}

.information .information__table td small {
    display: block;
    text-align: end;
}

.information .information__contact {
    margin-left: 20px;
    padding: 5px 20px;
    color: #fff;
    background-color: #F56400;
}

.information .information__contact::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 18px;
    margin-right: 8px;
    vertical-align: text-bottom;
    background-image: url(../_image/about/mail.svg);
    background-repeat: no-repeat;
}


@media only screen and (max-width:640px) {
    h2 {
        font-size: 28px;
        font-size: 2.8rem;
    }
    

    .information .information__table th {
        padding: 0 20px;
        background-color: #DCDC8C;
    }

    .information .information__table th,
    .information .information__table td {
        display: block;
        text-align: left;
        border-bottom: none;
    }

    .information .information__contact {
        margin: 0;
    }

    .information .information__contact::before {
        width: 40px;
        height: 30px;
    }

}



/* --------------------------------------------


history


---------------------------------------------- */

.history {
    margin: 120px 0 200px;
    text-align: center;
}

.history__table h2 {
    text-align: center;
    margin: 120px auto 50px;
    font-weight: bold;
    font-size: 32px;
    font-size: 3.2rem;
    border-bottom: solid 3px #DCDC8C;
    position: relative;
    width: 7%;
}

.history table {
    width: 90%;
    max-width: 800px;
    margin: auto;
}

.history table th,
.history table td {
    padding: 10px 30px;
    border-bottom: 1px dashed black;
    font-size: 16px;
    font-size: 1.6rem;
}

.history table th {
    white-space: nowrap;
}

.history__box {
    width: 100%;
    max-width: 720px;
    margin: 80px auto 160px;
    padding: 60px;
    background-color: #DCDC8C;
}

.history p {
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
}

.history__box a {
    position: relative;
    display: block;
    margin: auto;
    width: 260px;
    padding: 8px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    background-color: #F56400;
    color: #fff;
    z-index: 0;
}

.history__box a::before {
    position: absolute;
    content: "";
    top: -35px;
    left: -30px;
    width: 70px;
    height: 65px;
    background-image: url(../_image/about/detail.png);
    background-repeat: no-repeat;
}

@media only screen and (max-width:640px) {
    .history {
        margin: 120px 0 0;
    }

    .history table th,
    .history table td {
        display: block;
        border-bottom: none;
    }

    .history table th {
        margin: auto;
        padding: 0 20px;
        background-color: #DCDC8C;
    }

    .history__box {
        margin: 0;
    }

    .history__box a {
        width: 100%;
    }

}