/* .navi_menu_item.current a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lightGreen);
    border: 1px solid #000;
}
.navi_menu_item a {
    position: relative;
} */
.wrapper {
    overflow: hidden;
}
.faq .wrapper {
    overflow: visible;
}
.type .page_title_text {
    width: clamp(17.5rem, 15.833rem + 8.33vw, 22.5rem);
}
.type_heading {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    padding-right: 5%;
    margin-left: auto;
    padding-top: 0px;
}
.type_heading_tab {
    display: flex;
    gap: 16px;
    text-align: center;
}
.type_heading_tab_btn {
    position: relative;
    width: 240px;
    background: var(--bgColor2);
    border-radius: 40px;
    border: 1px solid var(--mainText);
    padding: 5px 1em;
    line-height: 1.5;
    opacity: .5;
}
.type_heading_tab_btn::after {
    content: "";
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lightGreen);
    border: 1px solid var(--mainText);
    opacity: .5;
}
.type_heading_tab_btn.active::after {
    opacity: 1;
}
.type_heading_tab_btn .jp {
    display: block;
    font-size: .75rem;
}
.type_heading_tab_btn.active {
    opacity: 1;
}
.type_tab_item {
    display: none;
    transition: all .3s ease;
    animation: fadeIn 1s ease;
}
.type_tab_item.active {
    display: block;
}
@keyframes fadeIn{
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}
.type_inner {
    width: 90%;
    margin-top: 80px;
    margin-left: auto;
    padding: clamp(3.75rem, 2.5rem + 6.25vw, 7.5rem) 0 clamp(3.75rem, 2.5rem + 6.25vw, 7.5rem) clamp(1.5rem, -0.083rem + 7.92vw, 6.25rem);
    border: 1px solid var(--mainText);;
    border-right: none;
    border-radius: 40px 0 0 40px;
}
.type_list {
    padding-right: 5%;
}
.type_list_item {
    display: flex;
    align-items: stretch;
    justify-content: start;
    border-top: 1px solid var(--mainText);
    position: relative;
    transform: translateY(50px);
    opacity: 0;
}
.type_fade_item {
    transform: translateY(50px);
    opacity: 0;
}
.type_list_item:first-of-type {
    padding-top: 0;
    border-top: none;
}
.type_list_item_heading {
    content: "";
    font-size: 24px;
    font-weight: 300;
    width: 30%;
    padding: clamp(1.5rem, 1.167rem + 1.67vw, 2.5rem) 0;
    line-height: 2;
}
.type_list_item_heading .en {
    display: inline-block;
    line-height: 1.5;
    font-size: clamp(1rem, 0.75rem + 1.25vw, 1.75rem);
}
.type_list_item_heading .jp {
    display: block;
    font-size: 1rem;
}
.type_list_item_box {
    position: relative;
    display: flex;
    align-items: center;
    width: 70%;
    padding: 40px 0 40px clamp(3.75rem, 2.5rem + 6.25vw, 7.5rem);
}
.type_list_item_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: 1px;
    height: 100%;
    border-right: 1px solid var(--mainText);
}
.type_schedule .page_title_text {
    transform: translate(15%, 65%);
    font-size: clamp(10rem, 6.667rem + 16.67vw, 20rem);
}
.type_schedule_inner {
    margin-right: 5%;
    padding: clamp(5rem, 4.167rem + 4.17vw, 7.5rem) clamp(1.75rem, -1rem + 13.75vw, 10rem);
    background-color: var(--bgColor2);
    border-radius: 20px;
}
.type_schedule_list_item:nth-of-type(n+2) {
    padding-top: 80px;
}
.type_schedule_list_title {
    position: relative;
    display: block;
    font-size: clamp(1.125rem, 1rem + 0.63vw, 1.5rem);
}
.type_schedule_list_title::before {
    position: absolute;
    left: 0;
    text-indent: -72px;
}
.type_schedule_list_item:first-of-type .type_schedule_list_title:before {
    content: "( 01 )";
}
.type_schedule_list_item:nth-of-type(2) .type_schedule_list_title:before {
    content: "( 02 )";
}
.type_schedule_list_content .btn_more {
    padding-top: 40px;
}
.type_schedule_list_content .text {
    display: block;
    padding-top: 32px;
    line-height: 2;
    font-size: 1.125rem;
}
.lineicon {
    width: 18px;
    display: inline;
    margin-right: 5px;
}

.faq {
    position: relative;
    padding-top: 200px;
}
.faq .page_title_text {
    position: absolute;
    top: -80px;
    width: clamp(12.5rem, 10.417rem + 10.42vw, 18.75rem);
}
.faq .wrapper {
    background-color: var(--bgColor2);
    border-radius: 40px;
    padding: clamp(5rem, 3.333rem + 8.33vw, 10rem) 0 120px var(--asideLeft);
}
.faq_inner {
    width: 90%;
    max-width: 1280px;
    margin: auto;
}
.faq_item {
    border: 1px solid var(--mainText);
    border-radius: 20px 0 20px 0;
    transition: all 0.3s ease;
    overflow: hidden;
}
.faq_item:nth-of-type(n+2) {
    margin-top: 60px;
}
.faq_item_q {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 0 clamp(1.5rem, 0.333rem + 5.83vw, 5rem);
    border-radius: 20px 0 20px 0;
    background-color: var(--bgColor);
    cursor: pointer;
    font-size: clamp(0.875rem, 0.792rem + 0.42vw, 1.125rem);
}
.faq_item.is-open .faq_item_q {
    border-radius: 20px 0 0 0;
}
.faq_item_q::-webkit-details-marker {
    display: none;
}
.faq_item_a {
    display: flex;
    opacity: 0;
    max-height: 0;
    padding: 0 clamp(1.5rem, 0.333rem + 5.83vw, 5rem);
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease, padding 0.3s ease;
    background-color: var(--bgColor2);
    border-radius: 0 0 20px 0;
    font-size: clamp(0.875rem, 0.792rem + 0.42vw, 1.125rem);
}
.faq_item_q .text {
    padding-right: 24px;
}
.faq_item.is-open .faq_item_a {
    opacity: 1;
    max-height: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.faq_item_q .en,
.faq_item_a .en {
    display: inline-block;
    padding-right: 40px;
    font-family: var(--enFont);
    font-size: clamp(1.25rem, 1.125rem + 0.63vw, 1.625rem);
}
.js-accordion::before {
    content: "";
    width: 1px;
    height: 16px;
    background: #000;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .6s ease;
  }
.js-accordion::after {
    content: "";
    width: 16px;
    height: 1px;
    background: #000;
    position: absolute;
    right: 33px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .6s ease;
}
.js-accordion.is-open::before {
    transform: rotate(90deg);
}
.js-accordion.is-open::after {
    transform: rotate(-180deg);
}
.js-accordion.is-open + .faq_item_a {
    height: auto;
    opacity: 1;
}

@media (max-width: 820px) {
    .wrapper {
        padding-left: 0;
    }
    .page-header {
        margin-top: 120px;
    }
    .type_inner {
        width: 100%;
        margin-left: 5%;
        margin-top: 60px;
    }
    .type_heading {
        padding-top: 0;
        padding-right: 0;
        margin: auto;
    }
    .type_heading_tab {
        width: 100%;
    }
    .type_heading_tab_btn {
        width: 50%;
        max-width: 240px;
    }
    .type_schedule .page_title_text {
        transform: translate(10%, 60%);
    }
    .type_schedule_list_title::before {
        top: -32px;
        text-indent: 0;
    }
    .faq .wrapper {
        padding-left: 0;
        padding-bottom: 80px;
    }
    .faq_item:nth-of-type(n+2) {
        margin-top: 40px;
    }
    .faq_item_q .en, .faq_item_a .en {
        padding-right: 24px;
    }
}
@media (max-width: 599px) {
    .faq {
        margin-top: -200px;
    }
    .js-accordion::before {
        right: 27px;
    }
    .js-accordion::after {
        right: 20px;
    }
}
@media (max-width: 480px) {
    .type_title {
        display: block;
    }
    .type_inner {
        margin-top: 40px;
    }
    .type_heading_tab {
        flex-direction: column;
        margin-left: 0;
        width: 100%;
    }
    .type_heading_tab_btn {
        width: 100%;
        max-width: 100%;
    }
    .type_list {
        width: 100%;
        margin-left: auto;
    }
    .type_list_item_heading {
        line-height: 1.5;
    }
    .type_list_item_heading .jp {
        font-size: .75rem;
    }
    .type_list_item_title {
        font-size: .75rem;
    }
    .type_list_item_heading {
        width: 25%;
    }
    .type_list_item_box {
        width: 75%;
        padding-right: 16px;
    }
    .type_schedule_list_content .text {
        padding-top: 20px;
        font-size: 1rem;
    }
    .type_schedule_inner {
        padding-top: 100px;
    }
    .faq .wrapper {
        margin-top: 150px;
    }
    .faq_item:nth-of-type(n+2) {
        margin-top: 20px;
    }
}
