.logo-white {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(174deg) brightness(99%)
        contrast(106%);
}

section {
    position: relative;
}

.mgt-45 {
    margin-top: -45px;
    border-radius: 30px 30px 0 0;
}

.innerWidth {
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
}

.sectionTitle {
    position: relative;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 8px;
    line-height: 1;
}
.sectionTitle.wh {
    color: #ffffff;
}

.sectionTitle::after {
    content: '';
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #3b3938;
}

.sectionTitle.wh::after {
    content: '';
    background: #ffffff;
}

.swiper,
.swiper2 {
    overflow: hidden;
}
.swiper .swiper-wrapper,
.swiper2 .swiper-wrapper {
    align-items: stretch;
}
.swiper .swiper-slide,
.swiper2 .swiper-slide {
    height: initial;
    border-radius: 10px;
    overflow: hidden;
}
.swiper .swiper-slide .wrap,
.swiper2 .swiper-slide .wrap {
    padding: 30px;
}
.swiper .swiper-slide .wrap .tx,
.swiper2 .swiper-slide .wrap .tx {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

.shindanArea {
    display: block;
    padding: 33px 30px 36px;
    box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.33);
    background: #fa6302;
    border-radius: 10px;
    transition: 0.3s;
    position: relative;
}
.shindanArea .txWrap,
.shindanArea .tx {
    color: #ffffff;
    text-align: center;
}
.shindanArea .tx {
    font-size: 15px;
}
.shindanArea .txWrap {
    font-size: 25px;
    font-weight: 700;
    width: 100%;
    gap: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0 15px;
}
.shindanArea .txWrap img:last-of-type {
    transform: scale(1, -1);
}
.shindanArea .btn {
    max-width: 270px;
    margin: 0 auto;
    border-radius: 20px;
    width: 100%;
    background: #ffffff;
    color: #fa6302;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid #fa6302;
}
.shindanArea .slash {
    display: flex;
    align-items: center;
    gap: 5px;
}
.shindanArea .slash.prev div {
    transform: rotate(-30deg);
}
.shindanArea .slash.next div {
    transform: rotate(30deg);
}
.shindanArea .slash div {
    height: 22px;
    width: 1px;
    background: #ffffff;
}

.shindanArea:hover {
    background: #ffffff;
}
.shindanArea:hover * {
    color: #fa6302;
}
.shindanArea:hover .slash div {
    background: #fa6302;
}

.shindanBtn {
    box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.33);
    max-width: 333px;
    margin: 0 auto;
    padding: 16px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.3s;
    border: 1px solid #ffffff;
    position: relative;
}
.shindanBtn .wrap {
    position: relative;
}
.shindanBtn .wrap > div {
    color: #fa6302;
    text-align: center;
}
.shindanBtn .wrap > div img {
    image-rendering: auto;
}
.shindanBtn .wrap .sub {
    font-size: 13px;
    letter-spacing: 0;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.shindanBtn .wrap .sub img:last-of-type {
    transform: scale(1, -1);
}
.shindanBtn .wrap .tl {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.ctaFixed {
    position: fixed;
    z-index: 10;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    transition: all 0.3s;
    max-width: 333px;
    width: 100%;
}
.shindanBtn .slash {
    display: flex;
    align-items: center;
    gap: 3px;
}
.shindanBtn .slash.prev div {
    transform: rotate(-30deg);
}
.shindanBtn .slash.next div {
    transform: rotate(30deg);
}
.shindanBtn .slash div {
    height: 14px;
    width: 1px;
    background: #fa6302;
}

.shindanBtn:hover {
    background: #fa6302;
    border: 1px solid #ffffff;
}
.shindanBtn:hover .wrap > div {
    color: #ffffff;
}
.shindanBtn:hover .wrap .slash div {
    background: #ffffff;
}

.secFv .fvArea {
    position: relative;
}
.secFv .fvArea .fvImg {
    position: relative;
    background-image: url(../img/fv_img.avif);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.secFv .fvArea .fvImg .fvTx {
    position: absolute;
    right: 30px;
    top: 90px;
    z-index: 10;
    height: initial;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row-reverse;
}
.secFv .fvArea .fvImg .fvTx .tx {
    display: flex;
    justify-content: flex-start;
    color: #ffffff;
    font-size: clamp(1.25rem, 0.48rem + 3.16vw, 1.625rem);
    font-weight: bold;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: mixed;
    letter-spacing: 0.33em;
}
.secFv .fvArea .fvImg .fvTx .tx:last-of-type {
    justify-content: flex-end;
    padding-top: 130%;
}
.secFv .fvArea .detailArea {
    background: #fa6302;
    padding: 60px 0;
    width: 100%;
    z-index: 1;
}
.secFv .fvArea .detailArea .logo {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
.secFv .fvArea .detailArea .tx {
    font-size: 15px;
    color: #ffffff;
    padding: 16px 0 33px;
    font-weight: bold;
    letter-spacing: 0.03em;
}
.secFv .fvArea .detailArea * {
    text-align: center;
}
.secFv .bottomArea {
    padding: 70px 0 125px;
    text-align: center;
    margin: 0 auto;
}
.secFv .bottomArea .wrap {
    padding: 20px 0 0px;
}
.secFv .bottomArea .wrap .innerWrap {
    background: #edede2;
    border-radius: 10px;
    padding: 25px 0 15px;
}
.secFv .bottomArea .wrap .innerWrap .txWrap {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    gap: 5px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secFv .bottomArea .wrap .innerWrap .txWrap img:last-of-type {
    transform: scale(1, -1);
}
.secFv .bottomArea .wrap .innerWrap:last-of-type {
    margin-top: 10px;
    padding: 10px 0;
}

@media screen and (min-width: 580px) {
    .secFv .fvArea {
        max-height: initial;
        grid-template-rows: 2fr 1fr;
    }
    .secFv .fvArea .fvImg {
        height: 800px;
    }
    .secFv .fvArea .detailArea {
        position: relative;
    }
}
@media screen and (max-width: 579px) {
    .secFv .fvArea {
        height: 100vh;
        height: 100svh;
        min-height: 780px;
        overflow: hidden;
        display: grid;
        grid-template-rows: 1fr max-content;
    }
    .secFv .fvArea .detailArea {
        position: relative;
    }
}
.secService .txArea {
    padding-top: 40px;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 176%;
    color: #ffffff;
    font-weight: 600;
}

.secFlow .sectionTitle + .txArea {
    padding: 40px 0 60px;
    font-size: 15px;
    line-height: 170%;
    font-weight: 600;
}
.secFlow .wrap {
    display: grid;
    gap: 30px;
    justify-content: center;
}
.secFlow .wrap .content {
    position: relative;
    z-index: 1;
}
.secFlow .wrap .content .innerWrap {
    position: relative;
    width: 100%;
    padding: 0px 12px 0 30px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr max-content;
    align-items: center;
    gap: clamp(1.25rem, -22.188rem + 100vw, 2.188rem);
}
.secFlow .wrap .content .innerWrap .infoArea .txWrap {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: left;
}
.secFlow .wrap .content .innerWrap .infoArea .txWrap .num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    letter-spacing: -1px;
}
.secFlow .wrap .content .innerWrap .infoArea .txWrap h3 {
    font-size: 17px;
    font-weight: 500;
    line-height: 140%;
}
.secFlow .wrap .content .innerWrap .infoArea .tx {
    padding: 18px 0 15px;
    font-size: 15px;
    line-height: 160%;
}
.secFlow .wrap .content .innerWrap .infoArea .flowBtn {
    width: 220px;
    font-size: 16px;
    border-radius: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    color: #3b3938;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
}
.secFlow .wrap .content .innerWrap .imgArea {
    position: relative;
    z-index: 1;
}
.secFlow .wrap .content::after {
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    height: calc(100% + 68px);
    border-radius: 20px;
    border: 1px solid #fff;
}
.secFlow .wrap .content:last-of-type .innerWrap {
    padding: 0px 52px 0 30px;
    grid-template-columns: 1fr;
    gap: 25px;
}
.secFlow .wrap .content:last-of-type .innerWrap .infoArea .tx {
    padding: 15px 0 0;
}
.secFlow .wrap .content:last-of-type .innerWrap .imgArea img {
    border-radius: 10px;
}
.secFlow .wrap .arrow {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secLibrary .sectionTitle {
    color: #FA6302;
}
.secLibrary .sectionTitle::after {
    background: #FA6302;
}
.secLibrary .wrap {
    padding: 60px 0 48px;
}
.secLibrary.archive .wrap {
    padding: 0px 0 48px;
}
.secLibrary .wrap p,
.secLibrary .wrap h3 {
    line-height: 1.7;
    font-weight: 600;
}
.secLibrary .wrap p{
    font-size: 17px;
}
.secLibrary h3{
    font-size: 16px;
}
.secLibrary .enSubTl {
    font-size: 26px;
    font-weight: 500;
    display: block;
}

.secLibrary .wrap h3 + p {
    font-size: 15px;
}
.secLibrary .gridArea {
    justify-content: center;
    padding-top: 80px;
    display: grid;
    grid-template-columns: 80px 80px 80px 80px;
    grid-template-rows: 50px 50px;
    gap: 4px;
}
.secLibrary .detailTx{
    padding-top: 70px;
    padding-top: 40px;
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.7;
    font-weight: 300;

}
.secLibrary .gridArea .catBtn {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50%;
    white-space: nowrap;
    border: 1px solid #3b3938;
}
.secLibrary .wrap .gridArea #musical {
    font-size: 10px;
}
.secLibrary .libraryArea {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px 33px;
    grid-template-rows: auto;
}
.secLibrary .libraryArea .content {
    gap: 10px;
    display: none;
    height: 100%;
    grid-template-rows: max-content max-content max-content;
}
.secLibrary .libraryArea .content.on {
    display: grid;
}
.secLibrary .libraryArea .content * {
    font-size: 12px;
}
.secLibrary .libraryArea .content .imgArea img {
    aspect-ratio: 1/1.4;
    background: #3b3938;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}
.secLibrary .libraryArea .content .cat {
    height: 100%;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    padding: 0 10px;
    min-width: 66px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    white-space: nowrap;
    border: 1px solid #3b3938;
    line-height: 180%;
}
.secLibrary .libraryArea .content .txWrap {
    line-height: 130%;
}
.secLibrary .viewmore {
    margin: 70px auto 0;
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid #3b3938;
    transition: all 0.3s;
    cursor: pointer;
}
.secLibrary .viewmore:hover {
    background: #fa6302;
}
.secLibrary .viewmore img{
    transition: transform 0.3s ease;
}

.interludeImg {
    position: relative;
    z-index: 0;
}

.secPoint h2 + .txArea {
    padding: 50px 0 89px;
    font-size: 17px;
    font-weight: 600;
}
.secPoint .wrap {
    display: grid;
    gap: 88px;
}
.secPoint .wrap .content {
    position: relative;
    z-index: 1;
}
.secPoint .wrap .content.point1 .innerWrap {
    padding: 80px 52px 0 30px;
}
.secPoint .wrap .content.point1 .innerWrap .imgArea {
    top: -15px;
}
.secPoint .wrap .content.point2 .innerWrap .imgArea {
    top: -30px;
}
.secPoint .wrap .content.point3 .innerWrap .imgArea {
    right: 40px !important;
}
.secPoint .wrap .content.point4 .innerWrap {
    padding: 65px 30px 0 52px !important;
}
.secPoint .wrap .content.point5 .innerWrap {
    padding: 50px 52px 0 30px !important;
}
.secPoint .wrap .content .innerWrap {
    position: relative;
}
.secPoint .wrap .content .innerWrap .imgArea {
    position: absolute;
    top: 0;
    right: 0;
    background: #efefef;
    text-align: right;
    z-index: -1;
}
.secPoint .wrap .content .innerWrap .imgArea img {
    mix-blend-mode: darken;
}
.secPoint .wrap .content .innerWrap .en {
    font-size: 15px;
    font-weight: 500;
}
.secPoint .wrap .content .innerWrap .title {
    padding: 6px 0 18px;
    font-size: 17px;
    font-weight: 500;
}
.secPoint .wrap .content .innerWrap .tx {
    line-height: 160%;
    font-size: 15px;
    font-weight: 400;
}
.secPoint .wrap .content:nth-child(odd) .innerWrap {
    padding: 100px 52px 0 30px;
}
.secPoint .wrap .content:nth-child(odd) .innerWrap .imgArea {
    right: 60px;
}
.secPoint .wrap .content:nth-child(even) .innerWrap {
    padding: 100px 30px 0 52px;
}
.secPoint .wrap .content:nth-child(even) .innerWrap .imgArea {
    right: 30px;
}
.secPoint .wrap .content::after {
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    height: calc(100% + 50px);
    border-radius: 20px;
    border: 1px solid #3b3938;
}
.secPoint .wrap .content:nth-child(odd):after {
    left: -30px;
}
.secPoint .wrap .content:nth-child(even):after {
    right: -30px;
}

.secMember .title {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    padding: 40px 0 15px;
    font-weight: 600;
}
.secMember .title + .tx {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 42px;
    line-height: 160%;
}
.secMember .innerWrap {
    position: relative;
}
.secMember .innerWrap .swiper .wrap {
    height: 100%;
    padding: 26px 20px 20px;
    background: rgba(248, 248, 247, 0.9);
}
.secMember .innerWrap .swiper .wrap h4 {
    background: #26515d;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    border-radius: 13px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400;
}
.secMember .innerWrap .swiper .wrap h4 .spec {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
}
.secMember .innerWrap .swiper .wrap .tx {
    color: #26515d;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 120%;
    padding: 20px 0 12px;
}
.secMember .innerWrap .swiper .wrap .sub {
    font-size: 12px;
    text-align: center;
    color: #3b3938;
    padding-bottom: 20px;
}
.secMember .innerWrap .swiper .wrap .imgArea {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.secScene .title {
    font-size: 17px;
    font-weight: 400;
    padding: 40px 0 15px;
    font-weight: 600;
}
.secScene .title + .tx {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 42px;
    line-height: 160%;
}
.secScene .wrap {
    display: grid;
    gap: 30px;
    padding-bottom: 123px;
}
.secScene .wrap .content .txArea {
    position: relative;
    padding: 25px 30px;
    background: #ffffff;
    max-width: 310px;
    margin-top: -70px;
}
.secScene .wrap .content .txArea h4 {
    color: #fa6302;
    font-size: 17px;
    padding-bottom: 15px;
    font-weight: 400;
}
.secScene .wrap .content .txArea p {
    font-size: 15px;
    line-height: 160%;
    font-weight: 400;
}
.secScene .wrap .content .imgArea {
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
}
.secScene .wrap .content:nth-of-type(odd) .imgArea {
    margin-left: auto;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.secScene .wrap .content:nth-of-type(odd) .txArea {
    margin-right: auto;
    border-radius: 0 10px 10px 0;
}
.secScene .wrap .content:nth-of-type(even) .imgArea {
    margin-right: auto;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
}
.secScene .wrap .content:nth-of-type(even) .txArea {
    margin-left: auto;
    border-radius: 10px 0px 0px 10px;
}

.secPlan h3 {
    padding: 50px 0 60px;
    font-size: 17px;
    font-weight: 600;
}
.secPlan .trialArea .txWrap {
    font-size: 17px;
    font-weight: 700;
    width: 100%;
    gap: 5px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secPlan .trialArea .txWrap img:last-of-type {
    transform: scale(1, -1);
}
.secPlan .trialArea .wrap {
    padding: 20px 0 60px;
}
.secPlan .trialArea .wrap .innerWrap {
    background: #edede2;
    border-radius: 10px;
    padding: 20px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secPlan .trialArea .wrap .innerWrap:last-of-type {
    margin-top: 10px;
    padding: 10px 0;
}
.secPlan .line {
    background: #b2b2b2;
    width: 100%;
    height: 1px;
}
.secPlan .planDetailArea .info {
    padding: 50px 0 57px;
}
.secPlan .planDetailArea .info * {
    text-align: center;
}
.secPlan .planDetailArea .info h4 {
    font-size: 18px;
    font-weight: 500;
}
.secPlan .planDetailArea .info h4 + p {
    padding-top: 17px;
    padding-bottom: 20px;
    font-size: 15px;
}
.secPlan .planDetailArea .detail {
    padding-bottom: 60px;
}
.secPlan .planDetailArea .detail h4 {
    width: 100%;
    background: #26515d;
    height: 35px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 30px;
}
.secPlan .planDetailArea .detail h4 + p {
    font-size: 15px;
    line-height: 160%;
}
.secPlan .planDetailArea .detail .wrap h5 {
    font-size: 15px;
    position: relative;
    padding-left: 15px;
    font-weight: 400;
}
.secPlan .planDetailArea .detail .wrap h5:after {
    content: '';
    border-radius: 2px;
    background: #26515d;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.secPlan .planDetailArea .detail .wrap .gridArea {
    padding-top: 26px;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 13px;
    align-items: center;
}
.secPlan .planDetailArea .detail .wrap .gridArea .num {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(38, 81, 93, 0.15);
    color: #3b3938;
    font-size: 17px;
}
.secPlan .planDetailArea .detail .wrap .gridArea .tx .border {
    text-decoration: underline;
    text-underline-offset: 5px;
    margin-bottom: 5px;
}
.secPlan .planDetailArea .detail .wrap .gridArea .tx div {
    font-size: 15px;
}
.secPlan .planDetailArea .detail.detail2 h4 + p {
    padding-bottom: 30px;
}
.secPlan .planDetailArea .detail.detail3 {
    padding-bottom: 0px;
}
.secPlan .planDetailArea .detail.detail3 .wrap {
    display: grid;
    gap: 35px;
}
.secPlan .planDetailArea .detail.detail3 .wrap .gridArea {
    padding-top: 15px;
    grid-template-columns: 55px 1fr;
    align-items: center;
}
.secPlan .planDetailArea .detail.detail3 .wrap .gridArea .tx div span {
    color: #26515d;
}

.secVoice h2 + .txArea {
    font-size: 18px;
    font-weight: 600;
    padding: 40px 0;
}
.secVoice .innerWrap .wrap {
    height: 100%;
    padding: 27px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
}
.secVoice .innerWrap .wrap .profileInfo {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 12px;
    align-items: center;
}
.secVoice .innerWrap .wrap .profileInfo img {
    overflow: hidden;
    border-radius: 50%;
}
.secVoice .innerWrap .wrap .profileInfo .profileInfoDetail .name {
    font-size: 14px;
    font-weight: 500;
}
.secVoice .innerWrap .wrap .profileInfo .profileInfoDetail .name.neko {
    letter-spacing: 0;
}
.secVoice .innerWrap .wrap .profileInfo .profileInfoDetail .id {
    font-size: 12px;
}
.secVoice .innerWrap .wrap .profileTx {
    padding-top: 18px;
    font-size: 14px;
}

.secOrganizer h2 + .txArea,
.secMedia h2 + .txArea {
    padding: 30px 0 40px;
    font-size: 15px;
    font-weight: 600;
}

.secMessage {
    background-image: url(../img/message_bk_img.avif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.secMessage * {
    color: #ffffff;
}
.secMessage .txArea {
    padding-top: 45px;
    font-size: 17px;
    font-weight: 600;
    line-height: 160%;
}

.secFaq .faqUl {
    padding: 20px 0 120px;
    display: grid;
}
.secFaq .faqUl .faqLi {
    border-bottom: 1px solid #989390;
    cursor: pointer;
}
.secFaq .faqUl .faqLi .en {
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    color: #26515d;
}
.secFaq .faqUl .faqLi .title,
.secFaq .faqUl .faqLi .tx {
    font-size: 15px;
    font-weight: 400;
}
.secFaq .faqUl .faqLi .innerUl {
    display: none;
}
.secFaq .faqUl .faqLi .innerUl .innerWrap {
    margin-bottom: 20px;
    gap: 18px;
    display: flex;
    align-items: flex-start;
}
.secFaq .faqUl .actitle {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 30px 20px 0;
}
.secFaq .faqUl .actitle {
    position: relative;
}
.secFaq .faqUl .accordion.active .actitle::after {
    content: '';
    transform: rotate(180deg);
    transform-origin: center center;
}
.secFaq .faqUl .actitle::after {
    content: '';
    position: absolute;
    background-image: url(../img/faq_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 8px;
    transition: all 0.3s ease;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.secService {
    background: #26515d;
    padding: 100px 0 165px;
}

.secFlow {
    background: #45403F;
    padding: 100px 0 199px;
}
.secFlow *{
    color: #fff;
}

.secLibrary.new {
    background: #e5e5dc;
    padding: 100px 0 125px;
}
.secLibrary.archive {
    background: #C1C1B8;
    padding: 80px 0 175px;
}

.secPoint {
    background: #efefef;
    padding: 100px 0 190px;
}

.secMember {
    background: #26515d;
    padding: 120px 0 185px;
}

.secScene {
    padding: 100px 0 120px;
    background: #edede2;
}

.secPlan {
    background: #ffffff;
    padding: 110px 0 165px;
}

.secVoice {
    padding: 100px 0 120px;
    background: #edede2;
}

.secOrganizer {
    padding: 100px 0;
}

.secMedia {
    padding: 0 0 165px;
}

.secMessage {
    padding: 120px 0 185px;
}

.secFaq {
    padding: 110px 0 120px;
}
