@charset "UTF-8";

.alliance-sub-title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 50px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.alliance-sub-title-wrapper-t {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 50px 0;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}

@media all and (max-width: 768px) {
    .alliance-sub-title-wrapper  {
        margin-bottom: 50px;
    }

    .alliance-sub-title-wrapper-t  {
        margin: 50px 0;
    }
}

.h2 {
    font-weight: bold;
    font-size: 1.6rem;
}

.message-container {
    display: flex;
    margin: auto;
    max-width: 1000px;
    line-height: 2;
    letter-spacing: 1px;
    padding: 0 50px;
}

@media all and (max-width: 768px) {
    .message-container {
        display: block;
        font-size: .85rem;
        letter-spacing: 0.5px;
        padding: 0;
    }
}

.message-container img {
    width: 200px;
    border: 1px solid #aaa;
    /*box-shadow: 0px 3px 3px rgba(9, 9, 9, 0.2);*/
}

@media all and (max-width: 768px) {
    .photo-container {
        margin: 30px 0 0;
        text-align: center;
    }
}

.name-plate {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    width: 200px;
}

@media all and (max-width: 768px) {
    .name-plate {
        margin: auto;
    }
}

.name {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    top: -10px;
}

.about-container {
    margin: auto;
}

.about-item:first-child {
    position: relative;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
}

.about-item {
    position: relative;
    border-bottom: 1px solid #666;
    box-sizing: border-box;
    margin: 0 5px;
    height: 50px;
}

.about-item th {
    width: 250px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
}

.about-item td {
    width: 500px;
    height: 80px;
    padding: 20px 0;
}

.date p {
    position: relative;
    top: -345px;
}

@media all and (max-width: 768px) {
    .date p {
        position: relative;
        top: -300px;
    }
}

.no-line {
    border: none;
}

@media all and (max-width: 768px) {
    tr {
        font-size: .8rem;
    }

    th {
        width: 200px;
        text-align: center;
    }

    td {
        width: 500px;
    }
}

.home__organization {
    background: rgba(241, 248, 250, 0.95);
}

.organization-container {
    height: 650px;
}

@media all and (max-width: 768px) {
    .organization-container {
        height: 350px;
    }
}

.organization-wrap {
    display: flex;
    justify-content: center;
    gap: 170px;
}

@media all and (max-width: 768px) {
    .organization-wrap {
        gap: 60px;
    }
}

.organization {
    padding-top: 100px;
}

@media all and (max-width: 768px) {
    .organization {
        padding-top: 30px;
    }
}

.organization-group {
    position: relative;
    top: -80px;
}

@media all and (max-width: 768px) {
    .organization-group {
        top: -45px;
    }
}

.organization-group .moreBox {
    margin-bottom: 90px;
}

@media all and (max-width: 768px) {
    .organization-group .moreBox {
        margin-bottom: 45px;
    }
}

.moreBox {
    margin-bottom: 50px;
}

@media all and (max-width: 768px) {
    .moreBox {
        margin-bottom: 20px;
    }
}

.organization .moreBox a {
    display: flex;
    align-items: center;
    width: 200px;
    height: 70px;
    border: 1px solid #5191B2;
    background: #fff;
    padding: 20px;
}

@media all and (max-width: 768px) {
    .organization .moreBox a {
        width: 100px;
        height: 50px;
        padding: 10px;
    }
}

.triangle {
    border-right: 15px solid #5191B2;
    border-top: 15px solid transparent;
    position: relative;
    top: 20px;
}

@media all and (max-width: 768px) {
    .triangle {
        top: 14px;
        right: 8px;
    }
}

.triangle {
    height: 0;
    width: 0;
}

.mr-end {
    padding-top: 40px;
}

@media all and (max-width: 768px) {
    .mr-end {
        padding-top: 20px;
    }
}

.line-a {
    border-bottom: 2px solid #5191B2;
    width: 100px;
    height: 80px;
    position: relative;
    top: -603px;
    right: -50px;
    margin: auto;
}

.line-b {
    border-right: 2px solid #5191B2;
    width: 100px;
    height: 80px;
    position: relative;
    top: -605px;
    right: 50px;
    margin: auto;
}

.line-c {
    border: 1px solid #5191B2;
    width: 100px;
    position: relative;
    top: -605px;
    right: 50px;
    margin: auto;
}

.line-d {
    border-right: 2px solid #5191B2;
    width: 100px;
    height: 80px;
    position: relative;
    top: -605px;
    right: 50px;
    margin: auto;
}

.line-e {
    border-top: 2px solid #5191B2;
    width: 100px;
    height: 80px;
    position: relative;
    top: -607px;
    right: -50px;
    margin: auto;
}

.line-f {
    border-top: 2px solid #5191B2;
    width: 200px;
    position: relative;
    top: -410px;
    right: 0;
    margin: auto;
}

@media all and (max-width: 768px) {
    .line-a {
        border-bottom: 2px solid #5191B2;
        width: 45px;
        height: 45px;
        position: relative;
        top: -343px;
        right: -22px;
        margin: auto;
    }

    .line-b {
        border-right: 2px solid #5191B2;
        width: 45px;
        height: 45px;
        position: relative;
        top: -345px;
        right: 23px;
        margin: auto;
    }

    .line-c {
        border: 1px solid #5191B2;
        width: 45px;
        position: relative;
        top: -345px;
        right: 23px;
        margin: auto;
    }

    .line-d {
        border-right: 2px solid #5191B2;
        width: 45px;
        height: 45px;
        position: relative;
        top: -345px;
        right: 23px;
        margin: auto;
    }

    .line-e {
        border-top: 2px solid #5191B2;
        width: 45px;
        height: 45px;
        position: relative;
        top: -347px;
        right: -22px;
        margin: auto;
    }

    .line-f {
        border-top: 2px solid #5191B2;
        width: 90px;
        position: relative;
        top: -230px;
        right: 0;
        margin: auto;
    }
}

.history-container {
    margin: auto;
}

.history-item {
    position: relative;
    box-sizing: border-box;
    margin: 0 5px;
    height: 50px;
}

.history-item th {
    width: 100px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    color: #5191B2;
    border-right: 1px solid #666;
    font-size: 1.5rem;
}

@media all and (max-width: 768px) {
    .history-item th {
        width: 100px;
        font-size: 1.2rem;
    }
}

.history-item td {
    width: 650px;
    height: 80px;
    padding-left: 30px;
}

@media all and (max-width: 768px) {
    .history-item td {
        padding-left: 10px;
    }
}


.home__plan {
    background: #5191B2;
}

.home__plan .h2 {
    color: #fff;
}

.plan {
    display: flex;
    justify-content: center;
}

@media all and (max-width: 768px) {
    .plan {
        display: block;
    }
}

.plan .moreBox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 100px;
    border: 1px solid #5191B2;
    background: #fff;
    padding: 10px;
    font-size: .9rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

@media all and (max-width: 768px) {
    .plan .moreBox a {
        font-size: .75rem;
        width: 205px;
        height: 70px;
    }
}

.plan .moreBox {
    width: 250px;
}

@media all and (max-width: 768px) {
    .plan .moreBox {
        margin: 20px auto;
        width: 205px;
    }
}

.plan-text {
    margin: 30px auto 50px;
    text-align: center;
    color: #fff;
}

@media all and (max-width: 768px) {
    .plan-text {
        font-size: .8rem;
    }
}

.plan .btn {
    color: #5191B2;
}


@media all and (min-width: 769px) {
    .section {
        padding-top: 0;
    }
}

@media all and (max-width: 768px) {
    .section {
        padding:0
    }
}

.message-text-container {
    padding: 0 5%;
}

.home__about .container {
    padding: 0 5%;
}

.home__organization .container {
    padding: 5%;
    margin-top: 30px;
}

.titles .titles__title .title__en {
    font-size: 2rem;
}

.home__history .container {
    padding: 0 5%;
}

.home__plan .container {
    padding: 5%;
    margin-top: 30px;
}