.head-bar {
    background-color: #004080;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
}

main {
    overflow: hidden;
}
.upper-header {
    height: 100px;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.lp-menu {
    display: flex;
    gap: 40px !important;
}

.contact-cta {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: auto;
}

.contact-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(0deg, #FFB20B, #FFE34A);
    border: solid 1px #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
	cursor: pointer;
}

.contact-phone-txt {
    display: flex;
    gap: 25px;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 0.5px #000000;
    padding-bottom: 3px;
    padding-inline: 15px;
}

.contact-phone-txt img {
    width: 30px;
    height: 30px;
}

.contact-phone-txt span {
    line-height: 1.2;
    font-size: 14px;
    color: #000000;
}

.contact-phone a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding: 5px 15px;
}

.contact-mail {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(0deg, #004080, #1D83E9);
    border: solid 1px #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
	cursor: pointer;

}

.contact-mail-txt {
    display: flex;
    gap: 25px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    border-bottom: solid 0.5px #ffffff;
    padding-bottom: 3px;
    padding-inline: 15px;
}

.contact-mail-txt img {
    width: 27px;
    height: 17px;
}

.contact-mail-txt span {
    line-height: 1.2;
    font-size: 14px;
    color: #ffffff;
}

.contact-mail a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 15px;
}

.lp-menu-container {
    display: flex;
    gap: 40px;
    align-items: center;
}
section:nth-of-type(odd) {
    background: #FFFFFF;
}

section.first-section-health {
    width: 100%;
    background-image: url('images/newlp/fv-img.png');
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
	padding-top:150px;
	position: relative;
} 

.first-copy span {
    font-size: 48px;
    font-weight: bold;
}

.first-copy {
    text-align: left;
    color: #333333;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.first-copy p {
    font-size: 32px;
    line-height: 1.5;
    padding: 0 !important;
    font-weight: bold;
}

.main-copy {
    display: flex;
}

.equipments {
    transform: translateX(-100px);
}

.female {
    width: 500px;
    position: absolute;
    bottom: 100px;
    right: 20vw;
	max-height: calc(100% - 320px);
}

.fv-footer {
    width: 100%;
    height: calc(100vh - 750px);
    background-color: #004080;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 10;
}

.badge-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}

.badge-item {
    width: 150px;
    height: 150px;
}

.cta-line {
    height: 250px;
    width: 700px;
}

.cta-line img {
    height: 100%;
}

.is-sp-show {
    display: none;
}
.is-pc-show {
    display: block;
}
.txt-enter-pc {
    display: block;
}
.txt-enter-sp {
    display: none;
}
.is-tb-show {
   display: none;
}
.is-mn-show {
    display: none;
}

.title_marker_line_group {
    padding-block: 25px;
    padding-inline: 20px;
    background-color: #E5ECF2;
    border-radius: 5px;
}
.title_marker_line_group p {
    font-weight: 400;
}
.title_marker_line {
    color: #004080;
    font-weight: bold;
}

.reason-section {
    padding-bottom: 30px;
}

.reason-list {

}

.is-another-company {
    border-left: 3px solid #ff0000;
}
.border-inline {
    border-inline: 3px solid #ff0000;
}
.border-bottom {
    border-bottom: 3px solid #ff0000 !important;
}
.border-top {
    border-top: 3px solid #ff0000 !important;
}
.is-our-company {
    background-color: #DEFBE5;
}

.reason-section .reason-item {
    overflow: hidden;
    justify-content: space-between;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.white-space {
    height: 20px;
}

.reason-top {
    width: 100%;
}

.reason-title {
    font-size: 20px;
    font-weight: bold;
    background-color: #004080;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
}

.reason-section .reason-title {
    font-size: 20px;
    padding-block: 5px;
}

.reason-section img {
    width: 100px;
    height: 100px;
}

.reason-section .reason-item {
    padding: 0;
    border: none;
    height: 450px;
}

.reason-bottom {
    height: 20px;
    width: 100%;
    background-color: #004080;
}
.reason-section .reason-text {
    padding: 0 5%;
}

th {
    font-size: 20px;
    font-weight: bolder;
}

td {
    font-size: 16px;
}


.p-category__list li {
    border-radius: 10px;    
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.p-category__txt {
    padding-inline: 10px;
}

.health-slider {
        display: none;
    }
.health-card-content{
	margin-top:auto;
	}
@media (max-width: 768px) {
.health-card-content{
		    margin-top: 10px;
    padding: 20px;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
	}
}

.comparison-table tbody td:first-child {
    border-right: 1px solid #ccc;
}

.flow-list-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 50px;
}

.flow-list-item {
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding-right: 10px;
    padding-left: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.flow-list-item-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-block: 30px;
    gap: 10px;
    position: relative;
    align-items: center;
}
.flow-list-item-title {
    font-size: 24px;
    font-weight: bold;
    color: #004080;
}
.flow-list-item-description {
    font-size: 16px;
    line-height: 1.5;
}
.flow-list-item-image {
    max-width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow-list-item-image img {
    width: 100%;
    height: 110%;
    object-fit: cover;
    border-radius: 10px;
}

.flow-list-num {
    font-size: 48px;
    font-weight: bold;
    color: #004080;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blue-box {
    padding-inline: 20px;
    padding-block: 15px;
}

.blue-box p {
    text-align: center;
}

.card-grid-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

.voicecontainer {
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.client-image {
    width: 80px;
    height: 80px;
}

.balloon {
    width: 100%;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.balloon::before {
    border-right: 15px solid #ffffff;
}

.client-area {
    text-align: right;  
    font-size: 20px;
}

.voice-container {
    background-color: #E5ECF2;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
}
.voice-text {
    font-size: 16px;
    line-height: 1.5;
}
.replycontainer {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testballoon {
    width: 100%;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.client-name {
    font-size: 15px;
}

.testballoon p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.testballoon::before {
    left: auto;
    rotate: 90deg;
    top: 25%;
    right: -12px;
    transform: translateY(-50%);
    border-bottom: 15px solid #ffffff;
}

.p-qa02_content dl {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.p-qa02_content dt {
    background-color: #FFFFFF;
    line-height: 35px;
}
.p-qa02_content dd {
    background-color: #FFFFFF;
    line-height: 35px;
}

dt {
    padding-block: 3px;
    padding-left: 50px;
    padding-right: 10px;
    margin: 0;
}

dt::before, dd::before {
    left: 3px;
}
.p-qa02__btns {
    gap: 3px
}

#cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cta h2 {
    width: 100%;
}

section.cta {
    background-color: #FFFFFF;
}
#cta img {
    width: 90%;
    max-width :unset;
    margin: 0;
}

.cta-block {
    margin: 0;
    max-width: unset;
    padding: 0;
    width: 90%;
}

.phone-box {
    width: 90%;
    background-image: url('images/newlp/phone-baner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form-label {
    font-size: 32px !important;
    text-align: center;
    font-weight: bold;
}

form input {
    padding-inline: 15px;
    font-size: 16px;
}
form textarea {
    width: 100%;
    padding-inline: 15px;
    font-size: 16px;
    padding-block: 10px;
    box-sizing: border-box;
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.contact-form p {
    width: 100%;
}

/* Hamburger Button Styles */
.hamburger-btn {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: relative;
    transition: all 0.3s ease;
}

.hamburger-line {
    width: 30px;
    height: 3px;
    background-color:#004080;
    border-radius: 3px;
    transition: all 0.3s ease;
    transform-origin: center;
}

/* Hamburger Button Active State (X) */
.hamburger-btn.active .hamburger-line:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
}

.hamburger-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}

.hamburger-btn.active .hamburger-line:nth-child(3) {
    transform: translateY(-14px) rotate(-45deg);
}

/* Hamburger Menu Overlay */
.hamburger-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #004080;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow-y: auto;
}

.hamburger-menu-overlay.active {
    transform: translateX(0);
}

/* Hamburger Menu Header */
.hamburger-menu-header {
    background-color: #ffffff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.hamburger-menu-logo img {
    height: 50px;
    width: auto;
}

.hamburger-menu-contact-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hamburger-contact-phone,
.hamburger-contact-mail {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.hamburger-contact-phone {
    background: linear-gradient(0deg, #FFB20B, #FFE34A);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.hamburger-contact-mail {
    background: linear-gradient(0deg, #004080, #1D83E9);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.hamburger-contact-phone:hover,
.hamburger-contact-mail:hover {
    transform: scale(1.05);
}

.hamburger-contact-phone img,
.hamburger-contact-mail img {
    width: 30px;
    height: 30px;
}

/* Hamburger Menu Navigation */
.hamburger-menu-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.hamburger-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 600px;
}

.hamburger-menu-list li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.hamburger-menu-overlay.active .hamburger-menu-list li {
    opacity: 1;
    transform: translateY(0);
}

.hamburger-menu-overlay.active .hamburger-menu-list li:nth-child(1) {
    transition-delay: 0.1s;
}

.hamburger-menu-overlay.active .hamburger-menu-list li:nth-child(2) {
    transition-delay: 0.2s;
}

.hamburger-menu-overlay.active .hamburger-menu-list li:nth-child(3) {
    transition-delay: 0.3s;
}

.hamburger-menu-overlay.active .hamburger-menu-list li:nth-child(4) {
    transition-delay: 0.4s;
}

.hamburger-menu-list a {
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.hamburger-menu-list a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateX(10px);
}

/* Hamburger Menu Footer (CTA Section) */
.hamburger-menu-footer {
    display: flex;
    padding: 20px;
    align-items: stretch;
    gap: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}

.hamburger-cta-phone,
.hamburger-cta-mail {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease;
    justify-content: space-around;
}

.hamburger-cta-phone {
    background: linear-gradient(0deg, #FFB20B, #FFE34A);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.hamburger-cta-mail {
    background: linear-gradient(0deg, #004080, #1D83E9);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.hamburger-cta-phone:hover,
.hamburger-cta-mail:hover {
    transform: translateY(-5px);
}

.hamburger-cta-phone img,
.hamburger-cta-mail img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.hamburger-cta-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hamburger-cta-content p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    line-height: 1.4;
}

.hamburger-cta-phone .hamburger-cta-content p,
.hamburger-cta-phone .hamburger-cta-content a {
    color: #000000;
}

.hamburger-cta-mail .hamburger-cta-content p,
.hamburger-cta-mail .hamburger-cta-content span {
    color: #ffffff;
}

.hamburger-cta-content a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.hamburger-cta-content span {
    font-size: 12px;
}

.line-cta-fixed-btn {
    position: fixed;
    bottom: 0px;
    right: 50px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    pointer-events: none;
}

.line-cta-fixed-btn.revealed {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.line-cta-fixed-btn img {
    width: 600px;
    height: 100%;
}
@media (max-width: 1440px) {
    .female {
        bottom: 0px;
        right: 10vw;
    }
    .first-copy p {
        font-size: 24
    }
    .main-copy {
        width: 80%;
    }
}

@media (max-width: 1024px) {
     section.first-section-health {
        background-size: contain;
        background-position: center top;
    } 
    .contact-phone-txt span,
    .contact-phone a,
    .contact-mail-txt span,
    .contact-mail a
     {
        display: none;
    }

    .contact-phone {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact-phone-txt {
        padding: 0;
        border: none;
    }
    .contact-mail {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact-mail-txt {
        padding: 0;
        border: none;
    }
    section.first-section-health {
        background-position: right;
        background-size: cover;
    }
    .first-copy span {
        font-size: 32px;
    }
    .first-copy p {
        font-size: 24px;
    }    
    .is-sp-show {
        display: block;
    }
    .is-pc-show {
        display: none;
    }.is-sp-show {
        display: block;
    }
    .is-pc-show {
        display: none;
    }
    
}

@media (max-width: 768px) {
    .main-copy01 {
        width: 300px;
        height: 80px;
    }
    .main-copy02 {
        width: 300px;
        height: 80px;
    }
    .lp-menu {
        display: none !important;
    }
    .cta-line {
        display: none;
    }
    .is-tb-show {
        display: block;
    }
    .is-mn-show {
        display: none;
    }
    .cta-line-fixed {
        position: fixed;
        bottom: -20px;
        left: 0;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fv-footer {
        height: auto;
		max-height: 12vw;
    }
    .badge-group {
        transform: translateY(-10%);
        scale: 1.1;
        margin: 0;
    }
     section.first-section-health {
        height: 100vh;
        justify-content: space-between;
		 padding-top:0;
    } 
    .first-copy p {
        margin: 0;
    }

    .lp-menu-container {
        margin: 0;
    }
    .site-title img {
        width: 100%;
    }
    .upper-header {
        display: flex;
        justify-content: space-between;
        padding-inline: 20px;
    }
    .equipments {
        width: 80%;
        transform: translateX(-50px);
    }
    .female {
        width: 480px;
        right: 2vw;
    }
    .first-copy p {
        font-size: 20px;
    }
    h1.site-title {
        margin: 0;
		max-width: 40%;
    }
    .first-copy {
        width: 85%;
		padding-top: 150px;
    }
    .title_marker_line_group p {
        text-align: left;
        line-height: 1.5;
    }
    .health-card-grid {
        display: flex;
        flex-direction: column; 
    }
    .health-card a{
        display: flex;
        flex-direction: row;
        height: 160px;
        justify-content: space-between;
    }

    .health-card img {
        min-width: 40%;
        max-width: 40%;
    }

    .hamburger-btn {
        display: flex;
    }
    .line-cta-fixed-btn {
        display: none;
    }
}

@media (max-width: 640px) {
    .main-copy {
        flex-direction: column;
    }
    .head-bar {
        height: 40px;
        font-size: 14px;
    }
    .upper-header {
        height: 70px;
    }
    .site-title {
        height: 50px;
    }
    .site-title img {
        height: 100%;
    }
    .contact-phone {
        width: 35px;
        height: 45px;
    }
    .contact-mail {
        width: 35px;
        height: 45px;
    }
    section.first-section-health {
        justify-content: space-between;
    }
    .main-copy {
        width: 100%;
    }
    .first-copy {
        padding-top: 115px;
    }
    .female {
        width: 400px;
        right: 5vw;
		max-height: 300px;
    }
    .badge-item {
        width: 100px;
        height: 100px;
    }
    .badge-group {
        transform: translateY(0);
    }
    .fv-footer {
        height: 120px;
        align-items: center;
    }
    .main-copy02 {
        margin-left: auto;
        width: 290px;
    }
    .first-copy p{
        text-align: center;
    }
    .equipments {
        width: 100%;
        transform: translateX(0);
    }
    .txt-enter-pc {
        display: none;
    }
    .txt-enter-sp {
        display: block;
    }
    .health-card-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
    }
    .health-card .ttl {
        text-align: center;
    }

    .flow-list-container {
        gap: 20px;
    }
    .flow-list-item {
        flex-direction: column;
        padding: 0;
        gap: 40px;
    }
    .flow-list-item-content {
        width: auto;
        padding-inline: 20px;
        order: 2;
    }
    .flow-list-item-image {
        max-width: 100%;
    }
    .flow-list-item-image img {
        border-radius: unset;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media (max-width: 425px) {
	.fv-footer {
        max-height: initial;
    }
    .is-mn-show {
        display: block;
    }
    .is-tb-show {
        display: none;
    }
    .title_marker_line_group {
        padding-inline: 10px;
    }
    .message {
        padding-inline: 15px;
    }
    .p-category__list {
        display: flex !important;
        flex-direction: column;
    }
    .p-category__list li {
        display: flex;
        align-items: center;
    }
    .p-category__txt {
        font-size: 14px;
    }
    .health-card-content {
        padding: 10px;
    }
    .health-card .price {
        padding: 0;
    }
    .health-card .ttl {
        padding: 0;
    }
    .message h2 {
        font-size: 20px !important;
    }
    .voice-container {
        padding:15px;
    }
    .client-name {
        font-size: 11px;
    }
    .voicecontainer {
        background-color: #FFFFFF;
        padding: 15px;
        align-items: flex-start;
    }
    .balloon {
        padding: 0;
    }
    .client-area {
        margin-bottom: 0;
        font-size: 16px;
    }

    .replycontainer {
        background-color: #ffffff;
        padding: 15px;
        border-radius: 10px;
        align-items: flex-start;
    }
    .testballoon {
        padding: 0;
    }
    .testballoon p {
        font-size: 16px;
    }
    .voice-text {
        font-size: 16px;
    }
    #cta img {
        width: 100%;
    }

    .phone-box {
        width: 100%;
    }
    .cta-block {
        width: 100%;
    }
    
    .cta p {
        font-size: 16px;
    }
    form input {
        padding-block: 10px;
        line-height: 1.5;
    }
    form textarea {
        width: 100%;
        padding-block: 10px;
        line-height: 1.5;
        box-sizing: border-box;
    }
    .wpcf7-form-control-wrap {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .form-label {
        font-size: 28px !important;
    }

    .contact-form{
        padding-inline: 15px;
    }
    .hamburger-cta-phone, .hamburger-cta-mail {
        padding: 10px;
    }
    .hamburger-menu-footer {
        padding: 10px;
    }
    .hamburger-cta-phone img, .hamburger-cta-mail img {
        width: 30px;
        height: 30px;
    }

}

@media (max-width: 375px) {
    .contact-cta {
        gap: 10px;
    }
    .contact-phone {
        width: 23px;
        height: 35px;
    }
    .contact-mail {
        width: 25px;
        height: 35px;
    }
    .upper-header {
        padding-inline :15px;
    }
    .hamburger-cta-content a {
        font-size: 14px;
    }
    .hamburger-cta-content span {
        font-size: 11px;
    }
}

@media (max-width: 350px) {
    .badge-item {
        width: 80px;
        height: 80px;
    }

    .upper-header {
        padding-inline: 10px;
    }
}