:root {
    --background-color: #5DC8CD;
}
.blue {
    color: var(--background-color);
}
.btn {
    position: relative;
}
.btn a {
    background-color: var(--background-color);
    border: solid 1px var(--background-color);
    padding: 15px 50px;
    font-size: 16px;
    border-radius: 5em;
    color: #fff;
    position: relative;
}
.btn a::before {
    content: "";
    background-image: url(../img/001.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 22px;
    right: 13%;
}
.btn a:hover {
    color: var(--background-color);
    background-color: #fff;
    border: solid 1px var(--background-color);
}
.ttl {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: .7em;
}
.subttl {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1em;
}
.txt {
    font-size: 14px;
    color: #616060;
}



/* ========= HEADER ========== */
.header {
    padding: 25px;
    font-size: 14px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.header__inner {
    background-color: #fff;
    border-radius: 5em;
    padding: 25px 45px;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.header__logo img {
    width: 150px;
}
.header__main {
    gap: 25px;
}
.header__nav--list {
    gap: 25px;
}

/* ========= MV ========== */
.mv__inner {
    position: relative;
}
.mv__description {
    position: absolute;
    color: #fff;
    top: 34%;
    left: 7%;
    z-index: 100;
}
.mv__ttl {
    font-size: 3em;
    margin-bottom: .5em;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 2px;
}
.mv__txt {
    margin-bottom: 4em;
    line-height: 2;
}
.mv__access {
    gap: 20px;
}

/* ========= V2_MV ========== */
.v2_mv {
    background: #ebf9f9;
}
.v2_mv__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 140px 20px 50px;
    height: 100vh;
    position: relative;
}
.v2_mv__description {
    width: 570px;
}
.v2_mv__img {
    position: absolute;
    left: 580px;
}
.v2_mv__img img {
    width: 800px;
    max-width: 100%;
}
.v2_mv__icon {
    position: absolute;
    left: 10em;
    top: 10em;
}
.v2_mv__icon img {
    width: 450px;
}
.mv__btn a {
    padding: 15px 5em;
}

/* ========= ANXIETY ========== */
.anxiety.tp_anxiety {
    padding: 70px 0;
}
.anxiety__description {
    margin-bottom: 2em;
}
.anxiety__list {
    margin-bottom: 2em;
}
.anxiety__item {
    width: 21%;
    margin: 0 2%;
    margin-bottom: 3em;
}
.anxiety__item:nth-child(2) {
    margin-top: 3em;
    margin-bottom: 0;
}
.anxiety__item:nth-child(4n) {
    margin: 0 2%;
    margin-top: 3em;
}
.anxiety__item--txt {
    padding: 10%;
    font-size: 13px;
    color: #616060;
    margin-bottom: -56%;
}
.anxiety__txt--txt {
    font-size: 22px;
    font-weight: 600;
    color: var(--background-color);
    padding: 15px;
    border-bottom: 2px solid #F2D962;
    position: relative;
}
.anxiety__txt--txt::before {
    content: "";
    background-image: url(../img/anxiety003.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    right: 50%;
    bottom: -45%;
}

/* ========= ABOUT ========== */
.about.tp_about {
    padding: 40px 0;
}
.about__img {
    width: 30%;
    text-align: end;
    background-color: var(--background-color);
    padding: 30px 0 25px;
}
.about__img img {
    width: 220px;
    margin: 30px -70px 0 0;
    position: relative;
}
.about__description {
    width: 70%;
    background-color: #F5F5F7;
    background-image: url(../img/about002.svg);
    background-size: 360px;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    margin: 40px 0 -40px;
    display: grid;
    align-items: center;
}
.about__description--inner {
    padding: 0 25% 0 13%;
}
.about__txt {
    margin-bottom: 3.5em;
}
.about__btn {
    text-align: justify;
    width: 244px;
}
.about__btn a {
    padding: 15px 70px;
}
.about__btn a::before {
    background-image: url(../img/about003.svg);
}

/* ========= ENHANCE ========== */
.enhance {
    padding: 80px 0 0;
}
.enhance__description {
    margin-bottom: 50px;
}
.enhance__list--ttl {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.enhance__list--img img {
    width: 100%;
}
.enhance__list--txt {
    text-align: center;
    font-size: 18px;
    margin: 1em 0;
}
.enhance__list--subtxt {
    width: 100%;
    text-align: right;
    font-size: 12px;
}

/* ========= CAPABILITY ========== */
.capability.tp_capability {
    padding: 70px 0;
}
.capability__list--item {
    margin-bottom: 2%;
}
.capability__list--item:nth-child(4) {
    margin-left: 16%;
}
.capability__list--img {
    text-align: center;
    margin-bottom: -2.5em;
}
.capability__list--img img {
    width: 80px;
}
.capability__list--description {
    text-align: center;
    background-color: #F5F5F7;
    padding: 3.5em 3em 3em;
    border-radius: 1.5em;
}
.capability__list--ttl {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: .5em;
}
.capability__btn {
    margin-top: 45px;
}
.capability__btn a {
    padding: 15px 70px;
}

/* ========= INSTALLATION ========== */
.installation.tp_installation {
    padding: 70px 0;
    background-color: #F5F5F7;
}
.installation__description {
    margin-bottom: 2.5em;
}
.installation__list {
    margin-bottom: 3em;
}
.installation__list--item {
    width: 25%;
    margin-right: 12.5%;
    position: relative;
}
.installation__list--item::before {
    content: "";
    background-image: url(../img/001.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 35%;
    right: -30%;
}
.installation__list--item:nth-child(3n)::before {
    display: none;
}
.installation__list--img {
    margin-bottom: 1em;
}
.installation__list--ttl {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
}
.installation__list--txt {
    text-align: center;
    padding: 10px 35px;
}
.installation__txt {
    display: grid;
    justify-content: center;
}
.installation__txt--txt {
    font-size: 18px;
    font-weight: 600;
    width: 495px;
    padding-bottom: 13px;
    border-bottom: solid 2px #000;
}

/* ========= RESULT ========== */
.result.tp_result {
    padding: 70px 0;
}
.result__description {
    margin-bottom: 2.5em;
}
.result__list--item {
    border: solid 3px #F2D962;
    border-radius: 1.5em;
    margin-bottom: 2em;
    padding: 3%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.result__list--ttl {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: .5em;
}

/* ========= COMPATIBILITY ========== */
.compatibility {
    padding: 80px 0;
}
.compatibility__description {
    margin-bottom: 50px;
}
.compatibility__list {
    max-width: 1000px;
    margin-bottom: 30px;
    margin: 0 auto;
    background: #ebf9f9;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 60px;
}
.compatibility__list--img img {
    height: 6em;
    margin-bottom: 0.5em;
}
.compatibility__list--item {
    text-align: center;
    margin-bottom: 2%;
    padding: 1em 0;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    background: #fff;
    border-radius: 10px;
}

/* ========= PLAN ========== */
.plan.tp_plan {
    padding: 70px 0;
}
.plan__description {
    margin-bottom: 3em;
}
.plan__archive--item {
    border: solid 2px #E4E4E4;
    border-radius: 1em;
    margin-bottom: 2em;
    padding: 4% 4% 10%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    position: relative;
}
.plan__archive--name {
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
}
.plan__archive--price {
    font-size: 3em;
    font-weight: 700;
    text-align: center;
    margin-bottom: .5em;
}
.plan__archive--txt li {
    padding: 20px 25px;
    border-bottom: solid 1px #E4E4E4;
    position: relative;
}
.plan__archive--txt li:last-child {
    border-bottom: none;
}
.plan__archive--txt li::before {
    content: "";
    background-image: url(../img/plan001.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.plan__archive--btn {
    position: absolute;
    bottom: 35px;
    width: 284px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.plan__archive--btn a {
    display: block;
}
.plan__archive--btn a::before {
    background-image: url(../img/about003.svg);
    top: 42%;
}
.plan__archive--item:first-child .plan__archive--btn a {
    background-color: #616060;
    border: solid 1px #616060;
}
.plan__archive--item:first-child .plan__archive--btn a:hover {
    background-color: #fff;
    color: #616060;
    border: solid 1px #616060;
}
.plan__archive--item:nth-child(2) .plan__archive--btn a {
    background-color: #F2D962;
    border: solid 1px #F2D962;
}
.plan__archive--item:nth-child(2) .plan__archive--btn a:hover {
    background-color: #fff;
    color: #F2D962;
    border: solid 1px #F2D962;
}
.plan__archive--item:nth-child(2) .plan__archive--name {
    color: #F2D962;
}
.plan__archive--item:nth-child(2) .plan__archive--price {
    color: #F2D962;
}

/* ========= FAQ ========== */
.faq.tp_faq {
    padding: 70px 0;
    background-color: #F5F5F7;
}
.faq__description {
    margin-bottom: 3em;
}
.faq__archive--item {
    background-color: #fff;
    border-radius: 1.5em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5em;
}
.faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    cursor: pointer; 
}
.faq__question:hover {
    background-color: #f8f9fa;
    border-radius: 1.5em;
}
.faq__question--ttl {
    font-weight: 600;
}
.color {
    font-size: 20px;
    color: #F2D962;
    margin-right: 10px;
}
.faq__question--icon {
    flex-shrink: 0; /* アイコンを固定 */
    width: 10px;
    height: 10px;
    position: relative;
}
.faq__icon {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.faq__icon::before,
.faq__icon::after {
    content: '';
    position: absolute;
    background-color: var(--background-color);
    transition: all 0.3s ease;
}
.faq__icon::before {
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.faq__icon::after {
    width: 2px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.faq__archive--item.active .faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0; /* アイコンを回転 */
}
.faq__answer {
    max-height: 0; /* 答えを非表示に */
    overflow: hidden; /* 答えを非表示に */
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #fff;
    border-radius: 0 0 1.5em 1.5em;
}
.faq__answer--txt {
    color: #616060;
    padding: 30px;
}

/* ========= CONTACT ========== */
.contact.tp_contact {
    padding: 70px 0;
    background-color: var(--background-color);
    color: #fff;
}
.contact__ttl {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 1em;
}
.contact__txt {
    font-size: 14px;
    margin-bottom: 4em;
}
.contact__access {
    gap: 20px;
    justify-content: center;
}
.contact__btn a {
    background-color: #fff;
    color: #000;
    padding: 15px 70px;
}
.contact__btn a::before {
    background-image: url(../img/002.svg);
}
.contact__btn a:hover {
    border: solid 1px #F2D962;
}

/* ========= CONTACT FORM ========== */
.contact_form {
    background: #f8f9fa;
    padding: 100px 0;
}
.contact_form__ttl {
    font-size: 2.5em;
    margin-bottom: 1em;
    color: #333;
}
.contact_form__form {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.contact_form__row {
    display: flex;
    gap: 30px;
}
.contact_form__field {
    flex: 1;
    margin-bottom: 30px;
}
.contact_form__label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
.contact_form__required {
    color: #e74c3c;
    font-size: 14px;
}
.contact_form__input,
.contact_form__textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e1e8ed;
    font-size: 16px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}
.contact_form__input:focus,
.contact_form__textarea:focus {
    outline: none;
    border-color: var(--background-color);
    box-shadow: 0 0 0 3px rgba(93, 200, 205, 0.1);
}
.contact_form__textarea {
    resize: vertical;
    min-height: 120px;
}
.contact_form__privacy {
    margin: 30px 0;
    text-align: center;
}
.contact_form__checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}
.contact_form__checkbox input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    accent-color: var(--background-color);
}
.contact_form__privacy--link {
    color: var(--background-color);
    text-decoration: underline;
}
.contact_form__privacy--link:hover {
    text-decoration: none;
}
.contact_form__submit {
    text-align: center;
    margin-top: 40px;
}
.contact_form__btn {
    background-color: var(--background-color);
    color: #fff;
    border: none;
    padding: 18px 60px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.contact_form__btn:hover {
    background-color: #4ab3b8;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(93, 200, 205, 0.3);
}
.contact_form__btn:active {
    transform: translateY(0);
}

/* セクションスタイル */
.contact_form__section {
    margin-bottom: 50px;
}
.contact_form__section:last-of-type {
    background: #fff;
    border-left: none;
    margin-bottom: 30px;
}
.contact_form__section--ttl {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--background-color);
    display: inline-block;
    width: 100%;
}

/* セレクトボックス */
.contact_form__select {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e1e8ed;
    border-radius: 10px;
    font-size: 16px;
    background-color: #fff;
    cursor: pointer;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}
.contact_form__select:focus {
    outline: none;
    border-color: var(--background-color);
    box-shadow: 0 0 0 3px rgba(93, 200, 205, 0.1);
}

/* チェックボックスグループ */
.contact_form__checkbox--group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 10px;
}
.contact_form__checkbox--item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}
.contact_form__checkbox--item:hover {
    background-color: rgba(93, 200, 205, 0.05);
}
.contact_form__checkbox--item input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    accent-color: var(--background-color);
}
.contact_form__checkbox--text {
    font-size: 14px;
    color: #333;
}

/* ========= FOOTER ========== */
.footer {
    background-color: #000000;
    font-size: 14px;
    color: #fff;
}
.footer__main {
    padding: 60px 0 50px;
}
.footer__menu--list {
    justify-content: center;
    margin-top: 40px;
    gap: 40px;
}
.footer__menu--list a {
    color: #fff;
}
.footer__description--logo {
    margin-bottom: 1em;
}
.footer__description--logo img {
    width: 200px;
}
.footer__copyright {
    padding: 15px 0;
    text-align: center;
    font-size: .9em;
}

/* VOICE スライダー - 画像デザイン通り */
.voice {
    padding: 0px 0;
    background: linear-gradient(90deg, #f8f9fa 50%, #5DC8CD 50%);
    overflow: hidden;
}

.voice__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.voice__content {
    min-height: 500px;
    display: flex;
}

.voice__description {
    width: 30%;
    margin-right: 2%;
    background-color: #f8f9fa;
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 100;
}

.voice__ttl {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.voice__txt {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.voice__nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.voice__nav--prev,
.voice__nav--next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #5DC8CD;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.voice__nav--prev img, .voice__nav--next img {
    width: 26px;
    height: 26px;
}

.voice__nav--count {
    font-size: 16px;
    font-weight: 600;
    color: #5DC8CD;
}

.voice__slider {
    width: 68%;
    margin-right: 0%;
    padding: 40px 0px 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.voice__slider:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #f8f9fa;
    left: -100vw;
    z-index: 10;
}

.voice__slider .swiper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: unset;
}

.voice__card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 40px;
    width: 95%;
    margin: 20px auto;
}
.voice__card--img {
    width: 100%;
    position: relative;
    overflow: hidden;
	height: fit-content;
}
.voice__card--img:before {
	content: "";
    display: block;
    padding-top: 65%;
}
.voice__card--img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
	max-width: none;
	min-height: 100%;
    object-fit: cover;
}
.voice__card--description {
    flex-grow: 1;
    text-align: left;
    padding: 15px 20px 20px;
    width: 100%;
}

.voice__card--ttl {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.voice__card--txt {
    font-size: 14px;
    color: #666;
    margin-bottom: 13px;
    flex-grow: 1;
}

.voice__card--company {
    font-size: 12px;
    color: #999;
    font-style: italic;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .voice__content {
        flex-direction: column;
    }
    
    .voice__description,
    .voice__slider {
        width: 100%;
    }
    
    .voice__description {
        padding: 40px 20px;
    }
    
    .voice__slider {
        padding: 20px;
    }
    
    .voice__slider .swiper-slide {
        flex: 0 0 calc(33.333% - 14px);
    }
    
    .voice__slider .swiper {
        overflow: visible;
    }
}

@media (max-width: 768px) {
    .voice {
        background: #f8f9fa;
        padding: 60px 0;
    }
    
    .voice__description {
        padding: 30px 20px;
    }
    
    .voice__ttl {
        font-size: 24px;
    }
    
    .voice__txt {
        font-size: 16px;
    }
    
    .voice__slider {
        padding: 20px 10px;
    }
    
    .voice__slider .swiper-slide {
        flex: 0 0 calc(50% - 10px);
    }
    
    .voice__slider .swiper {
        overflow: visible;
    }
    
    .voice__card--ttl {
        font-size: 16px;
    }
    
    .voice__card--txt {
        font-size: 13px;
    }
}