.js-accordion-box{
    display: none;
}
section {
    width: 1080px;
    margin: auto;
}
section + section {
    margin-top: 65px;
}
section + section:last-of-type {
    margin-bottom: 100px;
}
.color-gold {
    color: var(--gold-color);
}
.color-gold-02 {
    color: #d5b773;
}
.color-gold-03 {
    color: #9B7D3A;
}
.bggray {
    position: relative;
    width: 320px;
    padding: 40px;
    border-radius: 8px;
    background: #f2f2f2;
}
.bggray::after {
    content: "";
    position: absolute;
    top: calc(50% - 19px);
    right: -60px;
    width: 87px;
    height: 38px;
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/img/special/service/ico_arrow_right.png) center / contain no-repeat;
}
.bggold {
    align-items: center;
    width: 640px;
    padding: 25px 30px;
    border-radius: 8px;
    background: #f3f0eb;
}
.anotation_txt {
    padding: 10px 0 0;
}
.anotation_txt li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
.anotation_txt li::before {
    position: absolute;
    left: 2px;
    content: "※";
}
.mv-area {
    position: relative;
    min-height: 520px;
    padding: 60px 0;
    color: var(--full-light-color);
}
.mv-area img {
    width: 222px;
    margin-bottom: 35px;
}
.mv-area h1 {
    position: relative;
    margin-bottom: 30px;
    font-size: 2.0rem;
    letter-spacing: 0.25em;
}
.mv-area h1 span {
    display: block;
    margin-bottom: 20px;
    font-size: 3.4rem;
    line-height: 1.36;
    font-family: 'Noto Serif JP';
}
.mv-area h1 span::before {
    content: "「";
    position: absolute;
    top: -5px;
    left: 45px;
}
.mv-area h1 span::after {
    content: "」";
    position: absolute;
    top: 5px;
    right: 55px;
}
.mv-area p {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}
main {
    padding: 100px 0 0;
    background: var(--main-background-color);
}
.concierge-list {
    position: absolute;
    left: calc(50% - 540px);
    bottom: -40px;
    width: 1080px;
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.14);
    background: var(--full-light-color);
}
.concierge-list.fixed {
    position: fixed;
    top: 75px;
    left: 0;
    bottom: auto;
    width: 100%;
    border-top: 1px solid #ccc;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14);
    z-index: 1000;
}
.anchor-link a {
    position: relative;
    display: block;
    padding: 30px 45px 30px 30px;
    font-size: 1.5rem;
}
section h2 {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 24px;
    font-size: 2.8rem;
}
section h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 540px);
    width: 1080px;
    height: 1px;
    background: var(--concierge-border-color);
}
section h2 + p {
    margin-bottom: 30px;
}
.step-list {
    width: 345px;
}
.step-list dt {
    padding: 8px;
    font-size: 2.2rem;
    font-family: 'Noto Serif JP';
    background: var(--light-dark-color);
    color: var(--full-light-color);
}
.step-list dd {
    padding: 20px;
    background: var(--dark-white-color);
}
.step-list dd p {
    margin-bottom: 20px;
    text-align: left;
}
.step-list dd img {
    margin-bottom: 25px;
    height: 100px;
}
.step-list .btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 1.5rem;
    border: 1px solid var(--concierge-border-color);
    border-radius: 4px;
    background: var(--full-light-color);
}
.step-list .btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    width: 11px;
    height: 6px;
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_arrow_down.png) center / contain no-repeat;
}
#steps + .travel-desk-wrap {
    margin-bottom: 95px;
    padding: initial;
}
#steps + .travel-desk-wrap .travel-desk {
    position: static;
    max-width: 100%;
    margin: auto;
    padding: 37px 50px;
    border: 1px solid var(--concierge-border-color);
    background: var(--full-light-color);
}
#steps + .travel-desk-wrap h3 {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
    background: none;
}
#steps + .travel-desk-wrap .plan_contact .inner > .flex {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
}
.merit-section {
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #999;
}
.merit-section h3 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 25px 20px;
    font-size: 2.8rem;
    font-family: 'Noto Serif JP';
    font-weight: 500;
    color: var(--full-light-color);
    background: var(--light-dark-color);
}
.merit-section h3 span {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-left: 25px;
}
.merit-section h3 img {
    width: 60px;
}
.merit-section h3 + div {
    padding: 30px;
    background: var(--full-light-color);
}
.merit-section h4 {
    font-size: 1.8rem;
    text-align: left;
}
.merit-section .flex-only_pc {
    align-items: center;
    gap: 35px;
}
.merit-section .flex-only_pc img {
    width: 360px;
}
.merit-section .card-img {
    position: absolute;
    top: 25px;
    right: 80px;
    width: 145px;
}
#merit .merit-example {
    position: relative;
    margin-bottom: 0;
    padding: 50px 30px 30px;
    background: var(--full-light-color);
}
.merit-example h4 {
    position: absolute;
    top: -23px;
    left: calc(50% - 190px);
    padding: 10px 50px;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 25px;
    color: var(--full-light-color);
    background: var(--light-dark-color);
}
.merit-example p {
    font-size: 2.6rem;
}
.merit-example p:first-of-type {
    position: relative;
    margin-bottom: 40px;
    font-size: 1.8rem;
}
.merit-example p:first-of-type::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: calc(50% - 36px);
    width: 72px;
    height: 19px;
    background: url(https://preview.tscubic-travel.com/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_triangle_01.png);
}
.merit-example .bggold p:first-of-type::after {
    background: url(https://preview.tscubic-travel.com/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_triangle_02.png);
}
.products-section section {
    text-align: left;
}
.products-section h3 {
    position: relative;
    margin-bottom: 18px;
    padding-left: 16px;
    font-size: 2.0rem;
    text-align: left;
}
.products-section h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 30px;
    background-color: var(--gold-color);
}
.products-section .flex-only_pc {
    gap: 30px;
}
.products-section p {
    margin-bottom: 25px;
}
.products-section .flex {
    justify-content: normal;
    flex-wrap: wrap;
    gap: 10px;
}
.products-section a {
    position: relative;
    display: inline-block;
    padding: 20px 40px 20px 20px;
    font-size: 1.5rem;
    border: 1px solid var(--concierge-border-color);
    border-radius: 4px;
    background: var(--full-light-color);
}
.products-section a::after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    width: 8px;
    height: 14px;
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_arrow_right_wht.png);
}
.products-section a[target="_blank"]::after {
    right: 15px;
    width: 16px;
    height: 15px;
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_blank_black.png);
}
.llhc {
    padding: 50px;
    background: #d6d6d6;
}
.llhc h4 {
    margin-bottom: 50px;
    font-size: 2.0rem;
    text-align: center;
}
.llhc p {
    font-size: 1.8rem;
}
h2 + .qa-list {
    padding-top: 10px;
    border-top: none;
}
.qa-list {
    padding: 25px 0 25px 44px;
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
}
.qa-list + .qa-list {
    border-top: none;
}
.qa-list dt,
.qa-list dd {
    position: relative;
    padding-top: 5px;
    font-size: 1.6rem;
    text-align: left;
}
.qa-list dt span.qa,
.qa-list dd span.qa {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    left: -44px;
    width: 34px;
    height: 34px;
    border-radius: 20px;
    font-size: 2.0rem;
    color: var(--full-light-color);
    background-color: var(--gold-color);
}
.qa-list dt {
    font-weight: bold;
}
.qa-list dt.js-accordion-btn {
    cursor: pointer;
}
.qa-list dt.js-accordion-btn:hover {
    opacity: 0.7;
}
.qa-list dt.--open {
    margin-bottom: 25px;
}
.qa-list dd span.qa {
    background-color: #999;
}
.qa-list dt.js-accordion-btn::after {
    content: "";
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
    width: 18px;
    height: 18px;
    position: absolute;
    right: -70px;
    z-index: 2;
    top: calc((100% - 9px) / 2);
    cursor: pointer;
}
.qa-list dt.js-accordion-btn.--open::after {
    background-image: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_minus.svg);
}
.feedback-section .flex-only_pc {
    flex-wrap: wrap;
    gap: 20px;
}
.feedback-section dl {
    display: flex;
    flex-direction: column;
    width: 530px;
    padding: 20px;
    background: var(--full-light-color);
}
.feedback-section dt {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.6rem;
    border-bottom: 1px solid #ccc;
}
.feedback-section dt img {
    width: 51px;
    margin-right: 20px;
}
.feedback-section dd {
    font-size: 1.5rem;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .anchor-link {
        display: flex;
        justify-content: center;
    }
    .fixed .anchor-link a {
        padding: 30px;
    }
    .anchor-link li {
        position: relative;
    }
    .anchor-link li::after {
        position: absolute;
        content: "";
        top: calc(50% - 3px);
        right: 20px;
        width: 11px;
        height: 6px;
        background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_arrow_down.png) center / contain no-repeat;
    }
    .fixed .anchor-link li::after {
        content: none;
    }
    .anchor-link a::before,
    .anchor-link li:last-child a::after {
        content: "";
        position: absolute;
        top: 25px;
        left: 0;
        width: 1px;
        height: 37px;
        background: #999;
    }
    .anchor-link li:last-child a::after {
        left: auto;
        right: 0;
    }
    .products-section img {
        max-width: 340px;
    }
    .qa-list.js-accordion-wrap {
        padding-right: 88px;
    }
    .anotation_txt {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    main {
        padding-top: 0;
    }
    /*anchor-link*/
    .concierge-list {
        display: none;
    }
    .concierge-list.fixed {
        display: block;
        top: 55px;
        padding: 0;
        background-color: var(--full-light-color);
    }
    /* .concierge-list.fixed + .anchor-link {
        display: none;
    } */
    .concierge-list .js-accordion-btn {
        display: none;
    }
    .concierge-list.fixed .js-accordion-btn {
        position: relative;
        display: block;
        width: 100%;
        padding: 11px 46px;
        font-size: 1.5rem;
        text-align: center;
        box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.16);
    }
    .concierge-list.fixed .js-accordion-btn:after {
        content: "";
        width: 46px;
        height: 46px;
        display: block;
        position: absolute;
        top: -1px;
        left: 0;
        background-color: var(--full-dark-color);
        background-image: linear-gradient(180deg, var(--full-light-color) 0px 2px, transparent 2px), linear-gradient(90deg, var(--full-light-color) 0px 2px, transparent 2px);
        background-size: 15px 2px, 2px 15px;
        background-position: calc((46px - 15px - 2px) / 2) calc((46px - 2px - 2px) / 2), calc((46px - 2px - 2px) / 2) calc((46px - 2px - 15px) / 2);
        background-repeat: no-repeat;
    }
    .concierge-list.fixed .js-accordion-btn.--open:after {
        content: "";
        border: 1px solid #333333;
        background-image: linear-gradient(180deg, var(--full-light-color) 0px 2px, transparent 2px);
        background-color: #333333;
        background-size: 17px 2px;
        background-position: calc((46px - 17px - 2px) / 2) calc((46px - 2px - 2px) / 2), calc((46px - 2px - 2px) / 2) calc((46px - 2px - 17px) / 2);
        background-repeat: no-repeat;
    }
    .anchor-link {
        padding: 4px 20px;
        background-color: var(--full-light-color);
    }
    .anchor-link ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .anchor-link ul li {
        width: 50%;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }
    .anchor-link.even ul li:nth-last-child(2),
    .anchor-link.even ul li:last-child {
        border-bottom: none;
    }
    .anchor-link.odd ul li:last-child {
        border-bottom: none;
    }
    .anchor-link a {
        display: inline-block;
        padding: 12px 0;
        border-radius: 20px;
        font-size: 3.75vw;
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .anchor-link a::before{
        content: none;
    }
    .anchor-link a::after {
        position: absolute;
        content: "";
        top: calc(50% - 3px);
        right: -20px;
        width: 11px;
        height: 6px;
        background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_arrow_down.png) center / contain no-repeat;
    }
    .fixed .anchor-link a::after {
        content: none;
    }
    /*anchor-link end*/
    .mv-area {
        padding: 30px;
        min-height: auto;
    }
    .mv-area img {
        width: 190px;
        margin-bottom: 25px;
    }
    .mv-area h1 {
        margin-bottom: 15px;
        font-size: 1.6rem;
        letter-spacing: -0.03em;
    }
    .mv-area h1 span {
        font-size: 2.2rem;
    }
    .mv-area h1 span::before {
        top: 0;
        left: -4vw;
    }
    .mv-area h1 span::after {
        top: 35px;
        right: -6vw;
    }
    .mv-area p {
        font-size: 1.4rem;
        text-align: left;
    }
    #steps,
    #merit,
    #case-studies,
    #feedback,
    .products-section section{
        padding: 0 20px;
    }
    main p {
        font-size: 1.6rem;
    }
    section {
        width: 100%;
    }
    #steps {
        padding-top: 30px;
    }
    section + section {
        margin-top: 40px;
    }
    #steps + .travel-desk-wrap {
        margin-bottom: 40px;
        padding: 15px;
    }
    #steps + .travel-desk-wrap h3 {
        margin-bottom: 20px;
    }
    #steps + .travel-desk-wrap .travel-desk {
        padding: 30px 15px;
    }
    section h2 {
        font-size: 2.4rem;
    }
    section h2::after {
        left: 0;
        width: 100%;
    }
    section h2 + p {
        text-align: left;
    }
    .step-list-wrap {
        margin-bottom: 30px;
    }
    .step-list {
        width: 100%;
        margin-bottom: 18px;
    }
    .step-list dd img {
        height: 75px;
    }
    .merit-section {
        margin-bottom: 60px;
    }
    .merit-section h3 {
        display: block;
        padding: 15px 20px;
        font-size: 2.2rem;
    }
    .merit-section h3 span {
        position: relative;
        margin: 30px 0 0 0;
    }
    .merit-section h3 span::before {
        content: "";
        position: absolute;
        top: -15px;
        left: 0;
        width: 100%;
        height: 1px;
        background: var(--full-light-color);
    }
    .merit-section h3 img {
        width: 40px;
    }
    .merit-section h3 + div {
        padding: 20px;
    }
    .merit-section .flex-only_pc img {
        width: 100%;
        margin-bottom: 85px;
    }
    .merit-section .card-img {
        top: calc(48% - 90px);
        right: calc(50% - 72px);
    }
    #merit .merit-example {
        padding: 50px 20px 20px;
    }
    .merit-example h4 {
        top: -40px;
        left: calc(50% - 131px);
        border-radius: 50px;
    }
    .merit-example p {
        font-size: 2.0rem;
    }
    .merit-example p:first-of-type {
        font-size: 1.7rem;
    }
    .bggray,
    .bggold {
        width: 100%;
        padding: 20px;
    }
    .bggray {
        margin-bottom: 50px;
    }
    .bggray::after {
        top: auto;
        right: calc(50% - 26px);
        bottom: -40px;
        width: 53px;
        height: 34px;
        transform: rotate(90deg);
    }
    .bggold img {
        max-width: 100px;
        padding-top: 15px;
    }
    .products-section h2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .products-section h2::after {
        left: 20px;
        width: calc(100% - 40px);
    }
    .products-section h3 {
        font-size: 2.0rem;
    }
    .products-section a {
        width: 90%;
        margin: auto;
        text-align: center;
    }
    .products-section img {
        width: 100%;
        margin-bottom: 25px;
    }
    .products-section section.llhc {
        margin-bottom: 0;
        padding: 40px 20px;
    }
    .llhc h4 {
        margin-bottom: 25px;
    }
    .llhc p {
        font-size: 1.6rem;
    }
    .llhc a {
        width: 100%;
    }
    .feedback-section dl {
        width: 100%;
    }
    .feedback-section dl:not(:last-child) {
        margin-bottom: 15px;
    }
    .qa-list {
        padding-right: 40px;
    }
    .qa-list dt.js-accordion-btn::after {
        right: -40px;
    }
}