@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*commonここから↓*/

@media (max-width: 750px) {
    .costdown-button a {
        background-size: 12px auto;
        background-position: right 22px center;
        border-radius: 40px;
        gap: 7px;
        height: 80px;
    }

    .side .costdown-button {
        margin: 0 1em;
    }
}

/*mainここから↓*/
main {
    margin-top: 84px;
}

img {
    max-width: 100%;
}

#position {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
}

#main{
    background: url(../img/fv-back.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 350px;
    justify-content: center;
    color: #fff;
}
.about_fv{
    display: flex;
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: end;
    letter-spacing: 10px;
}
.about_fv h2{
    font-size: 60px;
    font-weight: 900;
    line-height: 1.2;
    position: relative;
}
.about_fv h2::after{
    content: "";
    position: absolute;
    width: 300px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    right: 0;
}
.about_fv h1{
    font-size: 89px;
    font-weight: 900;
    line-height: 1.2;
}
.message-in{
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 0;
}
.title-l{
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    color: #172F89;
    position: relative;
    display: inline-block;
    border-bottom: 3px solid #172F89;
}
.title-l span{
    font-family: 'poppins', sans-serif;
    font-size: 50px;
}
.title-l::after{
    content: "";
    position: absolute;
    width: calc(50vw - 650px);
    height: 3px;
    background-color: #172F89;
    bottom: -3px;
    left: calc(650px - 50vw);
}
.message-flex{
    margin-top: 70px;
    display: flex;
}
.message-photo{
    width: 480px;
    margin-right: 50px;
}
.message-text{
    width: calc(100% - 530px);
    font-size: 25px;
    line-height: 1.8;
}
.message-photo p{
    margin-top: 20px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.6;
}
.message-photo p span{
    font-size: 25px;
    border-bottom: 2px solid #172F89;
}
#about{
    padding: 140px 0;
    background: url(../img/back1.png) no-repeat center center;
    background-size: cover;
}
.about-in{
    max-width: 1300px;
    margin: 0 auto;
}
.about-div{
    margin-bottom: 100px;
}
.about-div:last-child{
    margin-bottom: 0;
}
.about-div h3{
    margin-top: 40px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.6;
    /* text-align: center; */
    color: #172F89;
}
.about-div-in{
    display: flex;
    margin-top: 50px;
}
.about-div-in div{
    width: 600px;
    margin-right: 40px;
}
.about-div-in p{
    width: calc(100% - 640px);
    font-weight: 400;
    font-size: 20px;
    line-height: 2;
}
.title{
    font-size: 45px;
    text-align: center;
    background-color: #172F89;
    color: #fff;
    font-weight: 900;
    padding: 20px 0;
}
.goal-in{
    padding: 80px 0;
    background: url(../img/back2.png) no-repeat center;
    background-size: cover;
    text-align: center;
}
.goal-ttl{
    font-size: 40px;
    font-weight: 900;
    line-height: 1.6;
}
.goal-ttl span{
    color: #172F89;
}
.goal-img{
    margin: 50px 0;
}
.goal-list{
    display: flex;
    justify-content: center;
    gap: 20px;
}
#history{
    padding: 140px 0;
    background: url(../img/bg-archive.jpg) no-repeat center;
    background-size: cover;
}
.history-in{
    margin: 0 auto;
    max-width: 1000px;
}
.history-one{
    display: flex;
    align-items: center;
    padding-bottom: 100px;
    position: relative;
}
.history-one::before{
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    border: 11px solid #172F89;
    top: 0;
    left: 180px;
    z-index: 1;
}
.history-one::after{
    content: "";
    position: absolute;
    width: 11px;
    height: 100%;
    background-color: #172F89;
    top: 0;
    left: 215px;
}
.history-one:last-child{
    padding-bottom: 40px;
}
.history-one:last-child::after{
    border: 5.5px dashed #172F89;
    background-color: transparent;
    width: 0;
}
.history-one p{
    font-size: 30px;
    font-weight: 700;
    width: 300px;
}
.history-one p span{
    font-size: 70px;
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
    color: #172F89;
}
.history-one ul{
    font-size: 25px;
    width: calc(100% - 300px);
}
.history-one .history-alert{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: 500;
}
@media (max-width: 750px) {
.about_fv h2{
    font-size: 28px;
}
.about_fv h1{
    font-size: 42px;
}
.about_fv h2::after{
    width: 150px;
}
.about_fv{
    width: 340px;
    letter-spacing: 5px;
}
#main{
    height: 250px;
    margin-top: 0;
}
.message-in{
    padding: 40px 20px;
}
.message-flex{
    display: block;
    margin-top: 30px;
}
.message-photo{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.message-text{
    width: 100%;
    font-size: 18px;
}
.title-l{
    font-size: 24px;
}
.title-l span{
    font-size: 36px;
}
.title-l::after{
    width: 20px;
    left: -20px;
}
#about{
    padding: 50px 20px;
}
.about-div h3{
    margin-top: 20px;
    font-size: 26px;
}
.about-div-in{
    margin-top: 20px;
    display: block;
}
.about-div-in div{
    width: 100%;
    margin-right: 0;
}
.about-div-in p{
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
}
.about-div{
    margin-bottom: 60px;
}
.title{
    font-size: 36px;
}
.goal-in{
    padding: 40px 20px;
}
.goal-ttl{
    font-size: 20px;
}
.goal-img{
    margin: 20px 0;
}
.goal-list{
    gap: 5px;
}
#history{
    padding: 50px 20px;
}
.history-one p span{
    font-size: 30px;
}
.history-one p{
    font-size: 18px;
    width: 120px;
}
.history-one::before{
    width: 30px;
    height: 30px;
    border-width: 5px;
    left: 80px;
}
.history-one ul{
    width: calc(100% - 120px);
    font-size: 14px;
}
.history-one::after{
    width: 5px;
    left: 93px;
}
.history-one{
    padding-bottom: 40px;
}
.history-one .history-alert{
    width: 200px;
}
.history-one:last-child::after{
    border-width: 2.5px;
}
}