/* ------------------------------
            TOP-BG
--------------------------------- */
.single-body-bg {
    background-image: url("../images/singlepage-bg-allpattern.png");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat;
}

body {
    counter-reset: artside 0;
}
.btn-ticket {
    margin-top: 10px;
    border-radius: 20px;
    background-color: #0082BD;
    width: 178px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.section-title-name {
    font-size: 40px;
}
.date-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: white;
    position: relative;
}
.date-circle::before {
    content: "";
    display: block;
    position: absolute;
    width: 137px;
    height: 137px;
    background: linear-gradient(to right, #B80917 20%, #4055B5 40%, #4055B5 60%, #639F39 80%);
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.date-circle span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 114px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 40px;
    line-height: 1em;
    font-weight: bold;
    color: #002063;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
}
.date-circle span .text-middle {
    font-size: 36px;
    font-style: normal;
}
.date-circle span .text-small {
    margin-top: 10px;
    font-size: 20px;
    font-style: normal;
}
.section-title-name .-sp {
    display: none;
}
.section-title-name span {
    display: inline-block;
}

.page-header {
    margin-bottom: 50px;
    width: 100%;
    position: relative;
}
.kv {
    width: 100%;
    position: relative;
}
.kv img {
    width: 100%;
}
.kv-copywrite {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0 16px;
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: auto;
}
.kv-copywrite small {
    font-size: 15px;
    color: white;
}

.page-meta {
    position: absolute;
    width: 100%;
    bottom: 50px;
    padding: 50px 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}
.page-meta-content {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.page-meta-title {
    font-size: 54px;
    line-height: 80px;
    color: white;
}
.page-meta-title .-sp {
    display: none;
}
.page-meta-date {
    margin-right: 30px;
}
.page-catch {
    margin-bottom: 100px;
}
.page-catch-title {
    font-size: 35px;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
}
.page-catch-lead {
    font-size: 25px;
    line-height: 2em;
    text-align: center;
    margin-top: 10px;
}
.page-catch-appendix {
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    margin-top: 40px;
    color: #fa0009;
}
.page-catch-title br.-sp {
    display: none;
}
.page-catch-lead br.-sp {
    display: none;
}

@media screen and (max-width: 1560px) {
    .page-meta-title .-sp {
        display: inline-block;
    }
    .btn-ticket {
        font-size: 11px;
    }
    .btn-ticket span {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {

    .page-catch {
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-bottom: 100px;
    }
    .page-catch-title {
        text-align: left;
    }
    .page-catch-lead {
        text-align: left;
    }
    .page-catch-appendix {
        text-align: left;
    }
    .section-title-name {
        font-size: 30px;
    }
    .date-circle {
        width: 100px;
        height: 100px;
    }
    .date-circle::before {
        width: 91px;
        height: 91px;
    }
    .date-circle span {
        width: 76px;
        height: 76px;
        font-size: 29px;
    }
    .date-circle span .text-middle {
        font-size: 24px;
        font-style: normal;
    }
    .date-circle span .text-small {
        margin-top: 10px;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
    }
    .page-header {
        margin-bottom: 70px;
    }
    .page-meta {
        padding: 70px 0 20px;
    }
    .page-meta-title {
        font-size: 25px;
        line-height: 30px
    }
    .page-meta-date {
        margin: 0;
        position: absolute;
        top: 0;
        transform: translate(0, -50%);
    }
    .page-catch {
        margin-bottom: 70px;
    }
    .page-catch-title {
        font-size: 25px;
        line-height: 35px;
    }
    .page-catch-title br.-sp {
        display: inline;
    }
    .page-catch-lead {
        margin-top: 50px;
        font-size: 20px;
        line-height: 2em;
        letter-spacing: -.01em;
    }
    .page-catch-lead br.-sp {
        display: inline;
    }

}


.outline {
    padding: 0 0 150px;
}
.outline-title {
    margin-bottom: 20px;
}
.outline-event-close {
    text-align: center;
    color: #fa0009;
}
.outline-content {
    max-width: 954px;
    width: calc(100% - 40px);
    margin: 100px auto 0;
}
.outline-item {
    display: flex;
    margin-bottom: 15px;
}
.outline-item:last-child {
    margin-bottom: 0;
}
.outline-item-title {
    width: 110px;
    margin-right: 10px;
    background: #333333;
    border-radius: 15px;
    height: 30px;
    padding: 0 27px;
    text-align: center;
    color: white;
    font-size: 18px;
    text-align-last: justify;
}
.outline-item-title.-long {
    padding: 0 5px;
    text-align-last: auto;
    white-space: nowrap;
}
.outline-item-description {
    flex: 1;
}
.outline-item-description .-sp {
    display: none;
}
.outline-item-description .-pc {
    display: inline;
}
.outline-item-description.-sp-left {
    text-align: justify;
}


@media screen and (max-width: 767px) {
    .outline {
        padding: 0 0 70px;
    }
    .outline-item {
        flex-direction: column;
        align-items: left;
    }
    .outline-item-description {
        text-align: left;
    }
    .outline-item-description .-sp {
        display: inline;
    }
    .outline-item-description .-pc {
        display: none;
    }
    .outline-item-title {
        margin-right: 0;
    }
}


.contents {
    padding: 0 0 170px;
}
.contents-title {
    margin-bottom: 100px;
}
.contents-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;   
}
.contents-map {
    max-width: 960px;
    width: 76%;
    aspect-ratio: 75/53;
    margin: auto;
}
.contents-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    align-items: flex-end;
}
.contents-item:last-child {
    margin: 0;
}
.contents-icon {
    
}
.contents-item-icon {

}
.contents-item-content {
    position: relative;
    width: 630px;
}
.contents-item-content-inner {
    position: relative;
}
.contents-item-name {
    font-size: 35px;
    color: #155CA5;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}
.contents-item-name span {
    font-size: 20px;
}
.contents-item-name::after {
    content: "";
    display: block;
    height: 3px;
    width: 33px;
    background-color: #999999;
    margin: 30px auto 0;   
}
.contents-item-name .-sp {
    display: none;
}

.contents-item-description {
    text-align: center;
    font-feature-settings: "palt";
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .06em;
}
.contents-item-description span {
    font-size: 15px;
    line-height: 25px;
}

.contents-content {
    margin-bottom: 50px;
}

.contents-content.-taiken .contents-item .contents-item-description {
    max-width: 525px;
    margin: auto;
}
.contents-content.-stage .contents-item .contents-item-description {
    max-width: 630px;
    margin: auto;
}
.contents-content.-exhibition .contents-item .contents-item-description {
    max-width: 630px;
    margin: auto;
}
.contents-content.-guest .contents-item .contents-item-description {
    max-width: 525px;
    margin: auto;
}

.contents-item-content::before {
    content: "";
    display: block;
    background: center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contents-content.-taiken .contents-item .contents-item-content::before {
    background-image: url("../images/komazawa/icon-1.svg");
    width: 439px;
    height: 365px;
    transform: translate(0, -60px);
}
.contents-content.-stage .contents-item .contents-item-content::before {
    background-image: url("../images/komazawa/icon-2.svg");
    width: 511px;
    height: 365px;
}
.contents-content.-exhibition .contents-item .contents-item-content::before {
    background-image: url("../images/komazawa/icon-3.svg");
    width: 506px;
    height: 365px;
}
.contents-content.-guest .contents-item .contents-item-content::before {
    background-image: url("../images/komazawa/icon-4.svg");
    width: 516px;
    height: 365px;
}

.contents-item-description .-sp {
    display: none;
}
.contents-item-description .-pc {
    display: inline;
}
.contents-parasports-list {
    max-width: 1240px;
    width: calc(100% - 40px);
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, 22.5%);
    grid-row-gap: 3.333%;
    grid-column-gap: 1.666%;
}

.contents-parasports-item {
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.contents-parasports-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.contents-parasports-img::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}
.contents-parasports-img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contents-parasports-btn {
    color: #333333;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
}

.contents-parasports-btn span .-sp{
    display: none;
}

.contents-company {
    padding: 100px 0;
    margin-top: 100px;
    background-color: rgba(69, 131, 186, .2);
}

.contents-company-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 50px;
}

.contents-company-list {
    max-width: 1140px;
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contents-company-item {
    width: 30%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 3%;
    aspect-ratio: 34/13;
    position: relative;
    cursor: pointer;
}
.contents-company-item img {
    width: 100%;
}

.contents-company-item:nth-child(3n) {
    /* margin-right: 0; */
}

.contents-company-logo {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contents-intro-content {
    max-width: 960px;
    width: calc(100% - 40px);
    margin: 200px auto 0;
}


@media screen and (min-width: 768px) {
    .contents-content.-taiken .contents-item {
        flex-direction: row-reverse;
        margin: 100px 120px 25px 50px;
    }
    .contents-content.-taiken .contents-item .contents-item-icon {
        width: 400px;
        height: 360px;
    }
    .contents-content.-stage .contents-item {
        margin: 150px 20px 0 48px;
    }
    .contents-content.-stage .contents-item .contents-item-icon {
        width: 450px;
        height: 270px;
    }
    .contents-content.-stage .contents-item .contents-item-name {
        font-size: 33px;
    }
    .contents-content.-exhibition .contents-item {
        flex-direction: row-reverse;
        margin: 230px 49px 0 0;
    }
    .contents-content.-exhibition .contents-item .contents-item-icon {
        width: 510px;
        height: 370px;
    }
    .contents-content.-exhibition .contents-item .contents-item-content {
        margin-bottom: 90px;
    }
    .contents-content.-guest .contents-item {
        margin: 100px 53px 0 48px;
    }
    .contents-content.-guest .contents-item .contents-item-icon {
        width: 300px;
        height: 480px;
        margin-left: 80px;
    }
    .contents-content.-guest .contents-item .contents-item-content {
        margin-bottom: 86px;
    }
}
@media screen and (max-width: 767px) {
    .contents {
        padding: 0 0 70px;
    }
    .contents-content {
        overflow: hidden;
    }
    .contents-title {
        margin-bottom: 50px;  
    }
    .contents-item {
        flex-direction: column;
        margin: 0 0 70px;
        align-items: center;
    }
    .contents-map {
        max-width: 600px;
        width: calc(100% - 40px);
        aspect-ratio: 75/53;
        margin: auto;
    }
    .contents-item-content {
        position: relative;
    }
    .contents-item-content-inner {
        padding: 0 20px;
    }
    .contents-parasports-item {
        text-align: center;
        width: 46%;
        /* cursor: pointer; */
    }
    .contents-parasports-img {
        display: none;
    }
    .contents-item-name {
        white-space: normal;
        font-size: 30px;
        line-height: 35px;
    }
    .contents-item-description {
        text-align: center;
    }
    .contents-item-description .-sp {
        display: inline;
    }
    .contents-item-description .-pc {
        display: none;
    }
    .contents-item-name .-sp {
        display: inline;
    }
    .contents-item-content {
        width: 100%;
    }
    .contents-item .contents-item-icon img {
        max-width: none;
        height: 100%;
    }
    .contents-content.-taiken .contents-item {
        padding: 50px 0;
    }
    .contents-content.-taiken .contents-item .contents-item-icon {
        height: 200px;
        margin-bottom: 20px;
    }
    .contents-content.-stage .contents-item {
        padding: 60px 0 75px;
    }
    .contents-content.-stage .contents-item .contents-item-icon {
        height: 200px;
        margin-bottom: 80px;
    }
    .contents-content.-exhibition .contents-item {
        padding: 0 0 75px;
    }
    .contents-content.-exhibition .contents-item .contents-item-icon {
        height: 145px;
        margin-top: 50px;
        margin-bottom: 90px;
    }
    .contents-content.-guest .contents-item {
        padding: 0 0 35px;  
    }
    .contents-content.-guest .contents-item .contents-item-icon {
        height: 260px;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .contents-intro-content {
        max-width: none;
        width: calc(100% - 40px);
        margin: 50px auto 0;
    }
    .contents-content.-taiken .contents-item .contents-item-content::before {
        width: 400px;
        height: 332px;
        transform: translate(-50%, 0);
        left: 50%;
        background-position: center right;
    }
    .contents-content.-stage .contents-item .contents-item-content::before {
        width: 465.1159px;
        height: 332.1178px;
        transform: translate(-50%, 0);
        left: 50%;
    }
    .contents-content.-exhibition .contents-item .contents-item-content::before {
        width: 460.2318px;
        height: 332.1178px;
        transform: translate(-50%, 0);
        left: 50%;
    }
    .contents-content.-guest .contents-item .contents-item-content::before {
        width: 470px;
        height: 332.1178px;
        transform: translate(-50%, 0);
        left: 50%;
    }
    .contents-parasports-list {
        display: grid;
        grid-auto-rows: 80px;
        grid-template-columns: repeat(auto-fill, 160px);
        gap: 20px;
        padding: 0;
        width: calc(100% - 40px);
    }

    .contents-parasports-item {
        /* cursor: pointer; */
        width: 160px;
        height: 80px;
        margin: 0;
    }

    .contents-parasports-btn {
        width: 100%;
        height: auto;
        aspect-ratio: 2/1;
        font-size: 18px;
        text-align: center;
        line-height: 1.2;
        font-weight: bold;
        letter-spacing: 0;
        padding: 5px;
        background: linear-gradient(-170deg, rgb(215, 2, 16) 20%, rgb(50, 84, 185) 40%, rgb(50, 84, 185) 60%, rgb(51, 160, 42) 80%);
        border-radius: 14px;
        color: #002063;
        display: flex;
        box-shadow: 0 0 0 5px white;
      }
      .contents-parasports-btn span {
        width: 100%;
        display: flex;
        background-color: white;
        align-items: center;
        justify-content: center;
        transition: .25s all;
        border-radius: 10px;
        padding: 0 10px;
        letter-spacing: -.05em;
      }
      .contents-parasports-btn.-long span {
        padding: 0;
      }
      .contents-parasports-btn span .-sp{
        display: inline-block;
      }
      /* .contents-parasports-btn:hover  span {
        background-color: transparent;
        color: transparent;
        text-shadow: 0 2px 0 #eee, 0 0 #002063;
      } */
    .contents-company-item {
        width: 47%;
        margin-right: 3%;
        margin-bottom: 3%;
        aspect-ratio: 34/13;
        background-color: #CCCCCC;
        position: relative;
        cursor: pointer;
    }
    .contents-company-item:nth-child(3n) {
        margin-right: 3%;
        margin-bottom: 3%;
    }
    
    .contents-company-item:nth-child(2n) {
        margin-right: 0;
    }
    
    .contents-company-logo {
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .modal-parasports .modal-panel .title, .modal-company .modal-panel .title {
        width: calc(100% - 45px);
    }

}

@media screen and (max-width:739px) {
    .contents-parasports-list {
        display: grid;
        grid-auto-rows: 80px;
        grid-template-columns: repeat(auto-fill, 160px);
        gap: 20px;
        padding: 0;
        width: 520px;
        margin: auto;
    }
}

@media screen and (max-width:539px) {
    .contents-parasports-list {
        display: grid;
        grid-auto-rows: 80px;
        grid-template-columns: repeat(auto-fill, 160px);
        gap: 20px;
        padding: 0;
        width: 345px;
        margin: auto;
    }
}

.attention {
    padding: 140px 0;
    margin-bottom: 140px;
    background-color: rgba(0, 0, 0, .04);
}
.attention-title {
    margin-bottom: 100px;
}
.attention-title .section-title-inner {
    background-color: #F7F7F7;
}
.attention-content {
    max-width: 960px;
    width: calc(100% - 40px);
    margin: auto;
}

.attention-item {
    display: flex;
    margin-bottom: 30px;
}
.attention-item:last-child {
    margin: 0;
}
.attention-item-name {
    width: 130px;
    margin-right: 23px;
    font-size: 15px;
}
.attention-item-description {
    flex: 1;
    font-size: 15px;
    text-align: justify;
}

.attention .intro-list {
    text-align: left;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0 0;
}

.attention .intro-item .btn ,
.contents .intro-item .btn {
    display: block;
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding: 21px 30px;
    cursor: pointer;
    background-color: #0082bd;
    border-radius: 15px 15px 0 0;
    position: relative;
    transition: .2s all;
    text-align: left;
    border: solid 1px #0082bd;
}

.attention .intro-item .btn .icon-arrow,
.contents .intro-item .btn .icon-arrow {  
    width: 20px;
    position: absolute;
    top: 53%;
    right: 50px;
    transform: translateY(-60%);
    fill: #fff;
    transition: .2s ease;
}

.attention .intro-item.active .btn .icon-arrow,
.contents .intro-item.active .btn .icon-arrow {
    fill: #fff;
    transform: translateY(-60%) rotate(180deg);
}

.attention .intro-item .text-content,
.contents .intro-item .text-content {
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    border: solid 1px #0082bd;
    padding: 0 0;
    transition: border .3s ease,
                padding .3s ease;
}

.attention .intro-item .text-content .detail,
.contents .intro-item .text-content .detail-list {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 0;
    margin: 0 50px;
    opacity: 0;
    visibility: hidden;
    transition:
    line-height .3s ease-out,
    opacity     .1s linear,
    visibility  .1s linear;
}

.healthcare-item-pdf-name {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 100px 0 20px;
}

.contents .intro-item .text-content .detail-item-imglist {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contents .intro-item .text-content .detail-item-imglist-img {
    visibility: hidden;
    height: 0;
    transition:
    height .2s ease-out,
    visibility  .2s linear;
}

.contents .intro-item .text-content .detail-item-imglist-img {
    max-height: 200px;
    margin-right: 50px;
}

.contents .intro-item .text-content .detail-item-imglist-img:last-child {
    margin-right: 0;
}

.contents .intro-item .text-content .detail-item-imglist-img.-yamashita {
    position: relative;
}

.contents .intro-item .text-content .detail-item-imglist-img.-yamashita .credit {
    position: absolute;
    bottom: 5px;
    left: 5px;
    line-height: 1;
    font-size: 11px;
    color: #fff;
}

.contents .intro-item.active .text-content .detail-item-imglist-img {
    visibility: visible;
    height: 100%;
}

.contents .intro-item.active .text-content .detail-item-imglist {
    padding: 40px 0;
}

.contents .intro-item.active .text-content .detail-item:last-child .detail-item-imglist {
    padding: 40px 0 0;
}

.attention .intro-item.active .text-content,
.contents .intro-item.active .text-content {
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    padding: 44px 0;
    border: solid 1px #0082bd;
    transition: border .3s ease,
                padding .3s ease;
}

.attention .intro-item.active .text-content .detail,
.contents .intro-item.active .text-content .detail-list {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.666;
    margin: 0 50px;
    opacity: 1;
    visibility: visible;
    transition:
    line-height .3s ease-out,
    opacity     .1s linear .1s,
    visibility  .1s linear .1s;
}

.contents .intro-item.active .text-content .detail-item {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.666;
    text-align: left;
    margin: 0 0 26px;
    padding: 0 0 5px;
    border-bottom:  solid 1px #0082BD;
}

.contents .intro-item.active .text-content .detail-item .title {
    font-weight: bold;
    font-size: 18px;
}

.contents .intro-item.active .text-content .detail-item .update-day {
    font-size: 14px;
    color: #fa0009;
    margin-left: 10px;
    text-decoration: underline;
}

.contents .intro-item.active .text-content .detail-item.-soon {
    border-bottom: 0;
    text-align: center;
    padding: 20px 0;
    font-size: 22px;
}

.contents .intro-item.active .text-content .detail-item:last-child {
    margin: 0 0;
    border-bottom:  none;
}

@media screen and (max-width:767px) {
    .contents .intro-item .text-content .detail-item-imglist {
        display: block;
    }

    .contents .intro-item .text-content .detail-item-imglist-img {
        max-height: none;
    }
    
    .contents .intro-item.active .text-content .detail-item-imglist-img:first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .contents .intro-item.active .text-content .detail-item-imglist-img:nth-child(2) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    
    .contents .intro-item .text-content .detail-item-imglist-img:last-child {
        width: 100%;
    }

    .contents .intro-item.active .text-content .detail-item-imglist {
        padding: 30px 0;
    }

    .contents .intro-item.active .text-content .detail-item:last-child .detail-item-imglist {
        padding: 0 0;
    }
}

.guest-ambassador {
    background-color: rgba(69, 131, 186, .2);
    padding: 100px 0;
    margin: 50px 0 0;
}
.guest-ambassador-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.guest-item {
    width: 460px;
    margin: 0 0 50px;
}
.guest-ambassador .guest-item {
    width: 100%;
}
.guest-ambassador .guest-img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.guest-ambassador .guest-img-cont {
    margin-right: 35px;
}
.guest-ambassador .guest-img-cont:last-child {
    margin-right: 0;
}
.guest-ambassador .guest-img .ambassador-img-cont {
    margin-bottom: 15px;
    display: block;
}
.guest-item:last-child {
    max-width: 1100px;
    width: calc(100% - 40px);
    margin: auto;
}
.guest-img {
    margin-bottom: 15px;
    position: relative;
}
.guest-name {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.guest-name-title {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
}
.guest-name-explan {
    display: inline-block;
    font-size: 18px;
    line-height: 1.388;
    letter-spacing: 0.04em;
    font-weight: normal;
    text-align: justify;
}
.guest-post {
    font-size: 20px;
    text-align: center;
}

.guest-profile {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}
.guest-profile em {
    font-style: normal;
    font-weight: normal;
    margin-bottom: 5px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .attention {
        padding: 70px 0;
        margin-bottom: 70px;
    }
    .attention-item {
        flex-direction: column;
    }
    .attention-item-name {
        font-size: 12px;
        font-weight: bold;
        margin: 0;
    }
    .attention-item-description {
        font-size: 12px;
    }
    .attention .intro-item .btn,
    .contents .intro-item .btn {
        font-size: 12px;
    }
    .attention .intro-item.active .text-content,
    .contents .intro-item.active .text-content {
        padding: 20px 0;
    }
    .attention .intro-item .text-content .detail,
    .contents .intro-item .text-content .detail-list {
        font-size: 12px;
        margin: 0 20px;
    }
    .attention .intro-item.active .text-content .detail,
    .contents .intro-item.active .text-content .detail-list {
        font-size: 12px;
        margin: 10px 20px;
    }
    .guest-ambassador .guest-img {
        display: block;
        text-align: center;
    }
    .guest-ambassador .guest-img-cont {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .guest-ambassador .guest-img .ambassador-img-cont {
        margin: 0 auto 15px;
        display: block;
    }
    .guest-ambassador .guest-img .ambassador-img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }
}

.access {
    margin-bottom: 150px;
}
.access-title {
    margin-bottom: 100px;
}
.access-content {

}
.access-map iframe {
    width: 100%;
    height: 400px;
    vertical-align: top;
}
.access-info {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.access-info-item {
    width: 370px;
}
.access-info-item em {
    font-style: normal;
    font-weight: bold;
}
.access-info-item .-headdown {
    margin-top: 1.7em;
}

@media screen and (max-width: 767px) {
    .access {
        margin-bottom: 70px;
    }
    .access-map iframe {
        height: auto;
        aspect-ratio: 1/1;
    }
    .access-info {
        margin-top: 30px;
    }
    .access-info {
        flex-direction: column;
    }
    .access-info-item {
        width: 100%;
    }
    .access-info-item:first-child {
        margin-bottom: 30px;
    }
    .access-info-item p {
        text-align: justify;
        width: 100%;
        letter-spacing: -.02em;
    }
    .access-info-item .-headdown {
        margin-top: 0;
    }
    .section-title {
        margin-bottom: 50px;
    }
}


/* -------------------------------
                modal
---------------------------------- */
body.open {
    overflow: hidden;
}
.modal-parasports,
.modal-company {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    transition: .2s ease;
    overflow: scroll;
}

.modal-parasports.open,
.modal-company.open {
    opacity: 1;
    visibility: visible;
}

.modal-parasports .modal-para-bg,
.modal-company .modal-co-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 92, 165, 0.5);
    cursor: pointer;
}

.modal-parasports .modal-inner,
.modal-company .modal-inner {
    transition: .3s ease;
    max-width: 635px;
    width: calc(100% - 20px);
    margin: 20px auto;
    height: auto;
    background-color: #fff;
    border-radius: 25px;
    padding: 5px;
}

.modal-parasports .modal-panelbg,
.modal-company .modal-panelbg {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(215, 2, 16) 20%, rgb(50, 84, 185) 40%, rgb(50, 84, 185) 60%, rgb(51, 160, 42) 80%);
    border-radius: 23.5px;
    padding: 10px;
    position: relative;
}

.modal-parasports .modal-panel,
.modal-company .modal-panel {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 17px;
    padding: 40px;
    position: relative;
}

.modal-parasports .modal-panel .title,
.modal-company .modal-panel .title {
    font-size: 35px;
    font-weight: bold;
    color: #155CA5;
    position: relative;
    max-width: 430px;
}

.modal-parasports .modal-panel .group,
.modal-company .modal-panel .group {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.modal-parasports .modal-panel .font-waight-regular {
    font-size: 20px;
    font-weight: normal;
    margin-top: 6px;
}

.modal-parasports .modal-panel .group.-show,
.modal-company .modal-panel .group.-show {
    display: block;
}


.modal-parasports .modal-panel .panel-head,
.modal-company .modal-panel .panel-head {
    position: relative;
}
.modal-parasports .modal-panel .panel-head::after,
.modal-company .modal-panel .panel-head::after {
    content: "";
    display: block;
    width: 33px;
    height: 3px;
    background-color: #999999;
    margin-top: 30px;
}

.modal-parasports .modal-panel .text,
.modal-company .modal-panel .text {
    font-size: 18px;
    line-height: 1.6666;
    text-align: justify;
    font-feature-settings: "palt";
    margin: 40px 0 0;
}
.modal-parasports .modal-panel .text.-show,
.modal-company .modal-panel .text.-show {
    display: block;
}


.modal-parasports .modal-panel .img,
.modal-company.open .modal-panel .img {
    margin: 20px auto 0;
    text-align: center;
    max-height: 330px;
    height: auto;
    width: auto;
    align-items: center;
    justify-content: center;
}

.modal-parasports .modal-panel .img.flex {
    display: flex;
    box-sizing: border-box;
}

.modal-parasports .modal-panel .img img,
.modal-company .modal-panel .img img {
    width: auto;
    max-height: 330px;
}

.modal-parasports .modal-panel .img.flex img{
    width: 60%;
}

.modal-parasports .modal-panel .img.flex img:nth-child(2){
    width: 40%;
}


.modal-parasports.open .modal-panel .modal-para-close,
.modal-company.open .modal-panel .modal-co-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 55px;
    right: 55px;
    fill: #fff;
    cursor: pointer;
    transition: .2s all;
}

@media screen and (max-width: 767px) {

    .modal-parasports .modal-panel .img img,
    .modal-company .modal-panel .img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .modal-parasports .modal-panel .title, .modal-company .modal-panel .title {
        font-size: 30px;
    }
    .modal-parasports.open .modal-panel .img, .modal-company.open .modal-panel .img {
        height: 300px;
        width: 100%;
        box-sizing: border-box;
        position: relative;
    }
}


/* 健康管理チェックシート */
.healthcare-item {
    padding: 100px 0 0;
}

.healthcare-item-name {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.healthcare-item-text {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.healthcare-item-outline {
    margin-top: 50px;
}

.healthcare-item-outline-item {
    display: flex;
    margin-bottom: 30px;
}

.outline-footer {
    margin-top: 50px;
    text-align: center;
}
.outline-footer .btn {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    color: white;
    max-width: 323px;
    width: 100%;
    padding: 18px 0;
    background: #0082BD;
    border-radius: 30px;
}

.outline-1stanniv-close {
    text-align: center;
    color: #fa0009;
    margin: 10px 0 0;
}

.healthcare-item-outline-item:last-child {
    margin-bottom: 0;
}

.healthcare-item-outline-item.-pdf-download {
    justify-content: center;
}

.healthcare-item-outline-item.-pdf-download .healthcare-item-pdf-download {
    margin: 0;
}

.healthcare-item-outline-name {
    width: 93px;
    text-align: center;
    margin-right: 30px;
}

.healthcare-item-outline-btn {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.healthcare-item-name br {
    display: none;
}

.healthcare-item-outline-btn span {
    font-size: 14px;
    margin-top: 20px;
}

.healthcare-item-wrap {
    max-width: 600px;
    margin: auto;
}

.healthcare-item-poster {
    width: 100%;
    margin-bottom: 30px;
    border: solid 1px #333333;
}

.healthcare-item-pdf-name {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.healthcare-item-pdf-name a {
    text-decoration: underline;
}

.healthcare-item-poster:last-child {
    margin-bottom: 0;
}

.healthcare-item-pdf-download {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    margin-top: 40px;
}


.contents-supporter {
    max-width: 960px;
    margin: auto;
    margin-top: 120px;
}
.supporter-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.supporter-list {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.supporter-item {
    width: 174px;
    aspect-ratio: 34/13;
    margin-right: 20px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.supporter-item:last-child {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .contents-supporter {
        max-width: none;
        width: calc(100% - 40px);
        margin: 60px auto 0;
    }
    .supporter-title {
        font-size: 18px;
    }
    .supporter-list {
        flex-wrap: wrap;
    }
    .supporter-item {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
    .supporter-item:nth-child(2n) {
        margin-right: 0;
    }
    .supporter-text {
        font-size: 14px;
    }
}

@media screen and (max-width:539px) {
    .contents-supporter {
        max-width: none;
        width: calc(100% - 40px);
        margin: 80px auto 0;
    }
    .supporter-title {
        font-size: 18px;
    }
    .supporter-list {
        flex-wrap: wrap;
    }
    .supporter-item {
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0;
    }
    .supporter-item img {
        width: 100%;
    }
    .supporter-text {
        font-size: 14px;
    }
}