@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');

* {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    letter-spacing: .05em;
}

.sofia {
    font-family: "sofia-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.sp {
    display: none;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.fv {
    margin: 0;
    width: 100%;
    padding-top: 20px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.okinawa-cta {
    max-width: 1040px;
    width: calc(100% - 40px);
    margin: 40px auto;
}

.okinawa-cta ul {
    display: flex;
    justify-content: space-between;
}

.okinawa-cta ul li {
    width: 48%;
}

.okinawa-cta ul li {
    border: 2px solid #D9D9D9;
    display: block;
    padding: 20px;
}

.okinawa-cta-flex {
    display: flex;
    align-items: center;
    width: calc(100% - 120px);
    margin: 0 auto 15px;
}

.okinawa-cta-flex img {
    height: 125px;
    width: auto;
    display: block;
    margin-right: 15px;
}

.okinawa-cta-flex p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.okinawa-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 40px);
}

.cmn-btn a {
    width: 100%;
    border-radius: 30px;
    text-align: center;
    padding: 22.5px 0;
    display: block;
    background: #153259;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    transition: all .7s;
}

.cmn-btn.orange a {
    background: #ED8600;
}

.cmn-btn a:hover {
    opacity: .8;
    text-decoration: none;
}

section {
    padding: 100px 0;
}

.camp {
    background: #F5F5F5;
    margin-top: 80px;
}

.cmn-title {
    text-align: center;
    margin-bottom: 60px;
}

.cmn-title h2 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    letter-spacing: .1rem;
}

.cmn-title span {
    font-size: 32px;
    font-weight: 700;
    color: #153259;
}

.slick-next:before,
.slick-prev:before {
    content: "";
}

.camp-top ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

.camp-top ul li {
    width: 31%;
}

.camp-area {
    max-width: 900px;
    margin: 0 auto;
}

.okinawa {
    background: #E7EAEE;
}

.cmn-txt {
    margin-bottom: 50px;
    text-align: center;
}

.cmn-txt h3 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #153259;
}

.cmn-txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}

.point-list ol li {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 100px;
}

.point-list ol li::before {
    content: "";
    position: absolute;
    height: 93%;
    width: 100%;
    background: linear-gradient(90deg, #153259, #224996);
    left: -45%;
    bottom: -37px;
}

.point-list ol li:last-child {
    margin-bottom: 0;
}

.point-list ol li:nth-child(odd) {
    flex-direction: row-reverse
}

.point-list ol li:nth-child(odd)::before {
    background: linear-gradient(90deg, #224996, #153259);
    right: -45%;
    left: initial;
}

.point-list ol li:nth-child(2)::before {
    bottom: -7px;
}

.point-list ol li:nth-child(3)::before {
    bottom: -13px;
}

.point-list ol li:nth-child(4)::before {
    bottom: -29px;
}

.point-list ol li:nth-child(5)::before {
    height: 100%;
    bottom: -14px;
}

.point-list ol li:nth-child(6)::before {
    bottom: -35px;
}

.point-list-img {
    width: 55%;
    position: relative;
    z-index: 1;
}

.point-list-txt {
    width: 50%;
    background: #fff;
    padding: 45px 40px;
    position: relative;
    margin-right: -40px;
    z-index: 2;
}

.point-list ol li:nth-child(odd) .point-list-txt {
    margin-right: 0%;
    margin-left: -40px;
}

.point-list-txt-num {
    position: absolute;
    left: 40px;
    top: -22%;
    font-size: 36px;
    font-weight: 700;
    color: #153259;
    letter-spacing: .07em;
}

.point-list-txt-num span {
    font-size: 72px;
    font-weight: 700;
    color: #153259;
    padding-left: 5px;
}

.point-list-txt h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.7;
    padding-bottom: 20px;
    color: #153259;
}

.point-list-txt p {
    font-size: 16px;
    line-height: 2;
}

.yellow-marker {
    background: linear-gradient(transparent 60%, #fff176 60%);
}

.point-list ol li:nth-child(2) .point-list-txt-num {
    top: -18%;
}

.point-list ol li:nth-child(3) .point-list-txt-num {
    top: -19%;
}

.point-list ol li:nth-child(4) .point-list-txt-num {
    top: -21%;
}

.point-list ol li:nth-child(5) .point-list-txt-num {
    top: -16%;
}

.point-list ol li:nth-child(6) .point-list-txt-num {
    top: -18%;
}

.exhibition {
    position: relative;
}

.exhibition-bg {
    position: absolute;
    height: 350px;
    top: 0;
    width: 100%;
    background: linear-gradient(#153259, #224996);
}

.exhibition-box {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 100px 40px 0;
}

.cmn-txt h3 span {
    color: #ED8600;
    font-weight: 700;
}

.exhibition-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.exhibition-flex img {
    width: 49%;
}

.exhibition-txt {
    margin-bottom: 30px;
    text-align: center;
}

.exhibition-txt span {
    font-size: 28px;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.exhibition-txt span::before {
    content: "";
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 70px;
    height: 2px;
    position: absolute;
    background: #000;
}

.exhibition-txt span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -90px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background: #000;
}

.exhibition-txt h3 {
    font-size: 28px;
    display: block;
    font-weight: 700;
    color: #224996;
}

.exhibition-txt h3 span {
    font-size: 48px;
    font-weight: 700;
    display: inline-block;
    padding-inline: 2.5px;
}

.exhibition-txt h3 span::before,
.exhibition-txt h3 span::after {
    display: none;
}

.exhibition-meri-box {
    margin-bottom: 70px;
}

.cmn-btns {
    max-width: 400px;
    margin: 0 auto;
}

.cmn-btns .cmn-btn:nth-child(1) {
    margin-bottom: 50px;
}

.making {
    background: #F5F5F5;
    margin-bottom: 80px;
}

.anchor-btns {
    margin: 0 auto 50px;
    max-width: 1040px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.anchor-btn {
    width: 47%;
}

.anchor-btn a {
    font-size: 20px;
    font-weight: 700;
    padding: 30px 0;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #153259;
    position: relative;
    display: block;
    color: #153259;
}

.anchor-btn a::before {
    content: "";
    position: absolute;
    top: 60%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border: 15px solid transparent;
    border-top: 12px solid #153259;
}

.anchor-btn a:hover {
    text-decoration: none;
}

.making-box {
    background: #fff;
}

.making-box#design {
    margin-bottom: 80px;
}

.making-box-title {
    background: linear-gradient(rgba(34, 73, 150, 1), rgba(21, 50, 89, 1));
}

.making-box-title h3 {
    padding: 20px 0;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.making-box-cont {
    padding: 60px 80px;
}

.making-box-cont-txt {
    margin-bottom: 40px;
    text-align: center;
}

.making-box-cont-txt h4 {
    font-size: 28px;
    color: #153259;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 1.5;
}

.making-box-cont-txt h4 span {
    color: #ED8600;
    font-weight: 700;
}

.making-box-cont-txt p {
    font-size: 18px;
    line-height: 2;
}

.making-box-cont-list {
    margin-bottom: 80px;
}

.making-box-cont-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
}

.making-box-cont-list ul li {
    width: 31%;
}

.making-box-cont-list-txt {
    margin-bottom: 15px;
}

.making-box-cont-list-txt h4 {
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 700;
    color: rgba(21, 50, 89, 1);
    padding-bottom: 10px;
}

.making-box-cont-list-txt p {
    font-size: 16px;
    line-height: 1.9;
}

.cm {
    background: #E8EAEE;
    margin-top: 80px;
}

.cm-img {
    max-width: 770px;
    margin: 0 auto;
}

.making-box#performance .making-box-cont-txt {
    margin-block: 60px 30px;
    padding: 0 80px;
}

.tab-container {
    padding: 40px;
}

.tab-menu {
    display: flex;
    justify-content: space-between;
}

.tab-menu li {
    width: 33%;
    background: rgba(217, 217, 217, 1);
    padding: 30px 0;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    transition: all .7s;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.tab-menu li.active {
    background: rgba(0, 52, 97, 1);
    color: #fff;
}

.tab-content {
    padding: 60px 40px;
    border: 5px solid rgba(0, 52, 97, 1);
}

.making-box-cont-txt small {
    padding-top: 20px;
    font-size: 16px;
    display: block;
}

.making-box-cont-txt h4 small {
    display: inline-block;
}

.img-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.img-modal-content {
    position: absolute;
    width: 95%;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.img-modal-content img {
    width: 100%;
    height: auto;
}

.img-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 32px;
    color: #000;
    cursor: pointer;
}

.img-modal-trigger {
    cursor: pointer;
}

.making-box-tab-cont-title {
    margin-bottom: 50px;
}

.making-box-tab-cont-box {
    margin-bottom: 70px;
}

.making-box-tab-cont-box:last-child {
    margin-bottom: 0;
}

.tab03-content-flex {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.tab03-content-flex-img {
    width: 42.5%;
}

.tab03-content-flex-txt {
    width: 55%;
}

.tab03-content-flex-txt p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 30px;
}

.tab03-content-flex-txt .cmn-btn a {
    max-width: 450px;
    background: #ED8600;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.tab03-content-flex-txt .cmn-btn a:hover {
    color: #fff;
    text-decoration: none;
}

.tab03-content-txts {
    margin-top: 40px;
}

.tab03-content-txts ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.tab03-content-txts ul li {
    border-right: 2px dashed #000;
    padding: 15px;
}

.tab03-content-txts ul li:last-child {
    border-right: none;
}

.tab03-content-txt-title {
    margin-bottom: 15px;
}

.tab03-content-txt-title h4 {
    font-size: 28px;
    font-weight: 700;
}

.tab03-content-txt-title h4 small {
    font-size: 20px;
    font-weight: 500;
    display: block;
    padding-bottom: 5px;
}

.tab03-content-txt-txt p {
    font-size: 16px;
    line-height: 2;
}

.area_wrap {
    margin: 0px auto;
    max-width: 1100px;
    position: relative;
}

.area-abs {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
}

.area-title {
    text-align: center;
    margin-bottom: 40px;
}

.area-title h2 {
    font-size: 28px;
    font-weight: 700;
}

.area-list-wrap .area-list {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.area-list-wrap .area-list p {
    width: 125px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 15px;
    white-space: nowrap;
}

.area-list-wrap .area-list ul {
    display: flex;
    align-items: center;
}

.area-list-wrap .area-list ul li {
    margin-right: 10px;
}

.area-list-wrap .area-list ul li a {
    background: rgba(21, 50, 89, .8);
    border-radius: 50px;
    padding: 12.5px 30px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
}

.area-list-wrap .area-list ul li a:hover {
    text-decoration: none;
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.9);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 214748366;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 95%;
    border: #10345a 5px solid;
    z-index: 2147483647;
    overflow: hidden;
}

.modal-inner {
    width: 100%;
    position: relative;
    overflow: auto;
    height: 100%;
}

.modal__content .cross {
    font-size: 26px;
    text-align: right;
    display: block;
    margin-top: -30px;
    margin-top: -10px;
    color: #242424;
    width: 100%;
}

@media (max-width: 1200px) {
    .okinawa-cta-flex {
        width: 100%;
    }

    .point-list-txt h3 {
        font-size: 24px;
    }

    .making-box-cont {
        padding: 60px 40px;
    }

    .tab-menu li {
        font-size: 20px;
    }
}

@media (max-width: 834px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .okinawa-cta {
        max-width: 100%;
        margin: 60px auto;
    }

    .okinawa-cta ul {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }

    .okinawa-cta ul li {
        padding: 15px;
        width: 100%;
    }

    .okinawa-cta ul li:nth-child(1) {
        margin-bottom: 20px;
    }

    .okinawa-cta-flex {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .okinawa-cta-flex img {
        height: 85px;
        margin-inline: 0px 15px;
    }

    .okinawa-cta-flex p {
        font-size: 16px;
    }

    .cmn-title {
        text-align: center;
    }

    .cmn-title h2 {
        font-size: 28px;
    }

    .cmn-title span {
        font-size: 24px;
        letter-spacing: .3rem;
        line-height: 1.3;
    }

    .camp-top ul {
        display: block;
        max-width: 500px;
        margin: 0 auto 50px;
    }

    .camp-top ul li {
        width: 100%;
        margin-bottom: 25px;
    }

    .camp-area {
        max-width: 500px;
    }

    .cmn-txt h3 {
        font-size: 24px;
        line-height: 1.6;
    }

    .cmn-txt p {
        font-size: 16px;
    }

    .point-list {
        max-width: 500px;
        margin: 110px auto 0;
    }

    .point-list ol li {
        display: block;
        margin-bottom: 110px;
    }

    .point-list ol li:nth-child(odd) .point-list-txt {
        margin-right: 0%;
        margin-left: 0;
    }

    .point-list-txt {
        width: 100%;
        padding: 0px;
        margin-right: 0px;
        margin-bottom: 50px;
    }

    .point-list-img {
        width: 100%;
    }

    .point-list ol li::before {
        display: none;
    }

    .point-list-txt-inner {
        padding: 50px 20px 30px;
        position: relative;
        z-index: 10;
        background: #fff;
    }

    .point-list ol li .point-list-txt::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: -20px;
        background: linear-gradient(90deg, #153259, #224996);
        bottom: -20px;
        z-index: -1;
    }

    .point-list ol li:nth-child(odd) .point-list-txt::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 20px;
        right: -20px;
        background: linear-gradient(90deg, #153259, #224996);
        bottom: -20px;
        z-index: -1;
    }

    .point-list-txt p {
        font-size: 14px;
    }

    .point-list-txt-num {
        left: 20px;
        top: -25% !important;
    }

    .point-list ol li:nth-child(2) .point-list-txt-num,
    .point-list ol li:nth-child(3) .point-list-txt-num,
    .point-list ol li:nth-child(5) .point-list-txt-num,
    .point-list ol li:nth-child(6) .point-list-txt-num {
        top: -20% !important;
    }

    .exhibition-bg {
        height: 300px;
    }

    .exhibition-box {
        padding: 60px 0px 0;
    }

    .cmn-txt {
        margin-bottom: 40px;
    }

    .exhibition-flex {
        display: block;
        max-width: 500px;
        margin: 0 auto 60px;
    }

    .exhibition-flex img {
        width: 100%;
        margin-bottom: 30px;
    }

    .exhibition-txt span {
        font-size: 20px;
    }

    .exhibition-meri-box {
        max-width: 500px;
        margin: 0 auto 60px;
    }

    .cmn-btns {
        max-width: 320px;
    }

    .cmn-btns .cmn-btn:nth-child(1) {
        margin-bottom: 20px;
    }

    .cmn-btn a {
        border-radius: 50px;
        padding: 30px 0;
        font-size: 16px;
        line-height: 1.4;
    }

    .cmn-btns .cmn-btn:nth-child(1) a {
        padding: 20px 0;
    }

    .anchor-btns {
        margin: 0 auto 50px;
        max-width: 500px;
        display: block;
    }

    .anchor-btn {
        width: 100%;
    }

    .anchor-btns .anchor-btn:nth-child(1) {
        margin-bottom: 30px;
    }

    .making-box-title h3 {
        font-size: 28px;
    }

    .making-box-cont-txt h4 {
        font-size: 24px;
    }

    .making-box-cont-txt h4.left {
        text-align: left;
    }

    .making-box-cont-txt p {
        font-size: 16px;
        text-align: left;
    }

    .making-box-cont-list ul {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }

    .making-box-cont-list ul li {
        width: 100%;
        margin-bottom: 50px;
    }

    .making-box-cont-list-txt p {
        font-size: 14px;
    }

    .making-cont-img {
        max-width: 500px;
        margin: 0 auto;
    }

    .making-box#design {
        margin-bottom: 50px;
    }

    .tab-menu li {
        font-size: 16px;
    }

    .tab-content {
        padding: 40px 15px;
    }

    .tab-menu li {
        padding: 20px 0;
        line-height: 1.4;
    }

    .area-title h2 {
        font-size: 24px;
    }

    .rea-list .area-list-wrap .area-list ul {
        flex-wrap: wrap;
    }

    .area-list-wrap .area-list ul li a {
        font-size: 16px;
        white-space: nowrap;
    }

    .area_wrap {
        width: calc(100% - 40px);
        padding: 100px 0;
    }

    .area-list-wrap .area-list ul li {
        margin-right: 0px;
    }

    .area-list-wrap .area-list ul {
        gap: 10px;
        flex-wrap: wrap;
    }

    .area-list-wrap .area-list {
        display: block !important;
        margin-bottom: 20px;
    }

    .area-list-wrap .area-list p {
        width: 100%;
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .area-abs {
        top: initial;
        left: initial;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        position: relative;
    }

    .area_wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: calc(100% - 20px);
    }

    .tab03-content-flex {
        margin-bottom: 50px;
        display: block;
    }

    .tab03-content-flex-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .tab03-content-flex-txt {
        width: 100%;
    }

    .tab03-content-flex-txt p {
        font-size: 15px;
        line-height: 1.8;
        padding-bottom: 40px;
    }

    .tab03-content-txts {
        margin-top: 30px;
    }

    .tab03-content-txts ul {
        display: block;
    }

    .tab03-content-txts ul li {
        border-right: none;
        padding: 20px 10px;
        border-bottom: 2px dashed #000;
    }

    .tab03-content-txts ul li:last-child {
        border-bottom: none;
    }

    .tab03-content-txt-title h4 {
        font-size: 24px;
    }

    .tab03-content-txt-title h4 small {
        font-size: 16px;
    }

    .tab03-content-txt-txt p {
        font-size: 14px;
        line-height: 1.6;
    }

    .modal__content {
        padding: 0px;
        width: 95%;
        height: 80%;
    }

    .modal__content .cross {
        margin-top: 0px;
        padding-right: 5px;
        padding-top: 5px;
    }
}

@media (max-width: 500px) {
    .point-list ol li:nth-child(2) .point-list-txt-num {
        top: -19% !important;
    }

    .point-list-txt-num {
        top: -24% !important;
    }

    .point-list ol li:nth-child(3) .point-list-txt-num,
    .point-list ol li:nth-child(5) .point-list-txt-num,
    .point-list ol li:nth-child(6) .point-list-txt-num {
        top: -18% !important;
    }

    .point-list ol li:nth-child(4) .point-list-txt-num {
        top: -20% !important;
    }

    .point-list-txt h3 {
        font-size: 22px;
        letter-spacing: 0;
    }

    .making-box-cont {
        padding: 50px 15px;
    }

    .making-box#performance .making-box-cont-txt {
        padding: 0px 10px;
        margin-block: 30px 10px;
    }

    .tab-container {
        padding: 30px 10px;
    }

    .making-box-cont-txt h4 {
        font-size: 20px;
    }

    .making-box-cont-txt h4.left {
        font-size: 18px;
    }

    .making-box-cont-txt.np {
        padding: 0 !important;
    }

    .making-box-cont-txt p {
        font-size: 15px;
    }

    .tab-content {
        padding: 10px 15px;
    }

    .making-box-cont-txt small {
        padding-top: 15px;
        font-size: 10px;
    }

    .making-box-tab-cont-title {
        margin-bottom: 30px;
    }

    .making-box-tab-cont-box {
        margin-bottom: 50px;
    }

    .area_wrap img {
        top: 12%;
    }

    .area-title h2 {
        font-size: 22px;
        line-height: 1.6;
    }

    .tab-menu li {
        padding: 15px 0;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .tab-menu li:nth-child(2) {
        padding-top: 28.5px;
    }

    .cmn-btn a {
        padding-block: 22.5px;
    }
}
