@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Huninn&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


html {
    scroll-behavior: smooth;
}

body {
    font-family: "BIZ UDPGothic", sans-serif;
}

.title-jp {
    font-size: 30px;
    font-weight: 400;
    color: rgba(205, 116, 116, 1);
    text-align: center;
    margin-bottom: 0;
    font-family: "Huninn", sans-serif;
}

.title-en {
    font-size: 20px;
    font-weight: 700;
    color: rgba(244, 104, 13, 1);  
    text-align: center;  
}

h4 {
    letter-spacing: 0.1em;
}

/*=======  Common=========*/
.container {
    max-width: 1460px;
}

.sp-show {
    display: none;
}

.sp-none {
    display: inline-block;
}

.mgt-10 {
    margin-top: 10px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-30 {
    margin-top: 30px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-60 {
    margin-top: 60px;
}

.mgt-80 {
    margin-top: 80px;
}

.mgt-100 {
    margin-top: 100px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.mgb-40 {
    margin-bottom: 40px;
}

.mgb-60 {
    margin-bottom: 60px;
}

.mgb-80 {
    margin-bottom: 80px;
}

/*======= Header =========*/
.btn-contact {
    background: #fff;
    color: rgba(205, 116, 116, 1)!important;  
    font-weight: 700;
    padding: 12px 30px!important;
    border: 1px solid rgba(205, 116, 116, 1);
    border-radius: 35px;
    text-decoration: none;
    width: fit-content!important;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    background: rgba(205, 116, 116, 1);
    color:#fff!important;
}

.btn-contact:hover img {
    filter: brightness(0) invert(1);
}

/*======= Main FV =========*/
#main {
    position: relative;   
    height: 100%;
    width: 100%;  
    z-index: 2;
    overflow: hidden;    
}

#main .container-fluid {
    padding: 0;
}

#main h2 img {
    width: 100%;
}

.main-content-wrapper {
    position: relative;
}

.main-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);    
}

.main-content-text {
    display: inline-block;
    text-align: left;
}

.main-content-text p {
    color: #000;
    font-size: 40px;
    font-weight: 400;
    font-family: "Huninn", sans-serif;
    margin-bottom: 0;
}

.main-content-text p.main-small {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    font-family: "Huninn", sans-serif;
}

.btn-trial {
    border: 1px solid rgba(205, 116, 116, 1);
    background: rgba(205, 116, 116, 1);
    color: #fff;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 35px;
    text-decoration: none;
    width: fit-content;
    display: inline-block;
    margin-top: 40px;
}

.btn-trial:hover {
    background: #fff;
    color:  rgba(205, 116, 116, 1);
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-trial:hover img {
    filter: brightness(0.2) sepia(1) saturate(1.8) hue-rotate(320deg) brightness(2.4) contrast(0.9);
}

/* ========== Lower Banner ==========*/
.banner-lower {
    position: relative;
    padding: 0;
    height: 600px;
}

.banner-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.banner-txt {
    position: absolute;
    top: 50%;   
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    transform: translateY(-50%);
    color: #000;
    font-size: 40px;
    font-weight: 400;
    width: 100%;
    /* text-align: center; */
    /* text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.7); */
    font-family: "Huninn", sans-serif;
    padding-left: 40px;
}


/*======= Sec1 Section =========*/
#sec1 {
    padding: 80px 0 120px;
    background-image: url('../images/bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%; 
    margin-top: -10px;
    position: relative;
    z-index: 2;
}

#sec1::after {
    content: '';
    position: absolute;
    background-image: url('../images/bg-piano.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#sec1 .container {
    max-width: 1200px;
}

#sec1 .title-jp {
    position: relative;
    z-index: 2;
}

.sec1-img img {
    width: 100%;
}

.sec1-text p {
    line-height: 28px;
    position: relative;
    z-index: 2;
}



/*======= Lessons Section =========*/
#lessons {
    padding: 80px 0 80px;
    background-image: url('../images/bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#lessons .container {
    max-width: 1200px;
}

.lessons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 80px;     
    box-sizing: border-box;

}

.lessons-item {
    width: calc((100% - 2 * 80px) / 3); /* 4 items per row, 3 gaps */   
    box-sizing: border-box;
}

.lessons-img img {
    width: 100%;
}

.lessons-text {
    margin-top: 20px;
    min-height: 175px;
}

.lessons-text h4 {
    color: rgba(205, 116, 116, 1);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.lessons-btn {
    margin-top: 60px;
    text-align: center;
}

.btn-more {
    background: #fff;
    color: rgba(205, 116, 116, 1);  
    border: 1px solid rgba(205, 116, 116, 1);
    font-weight: 700;
    padding: 20px 30px;
    border-radius: 35px;
    text-decoration: none;
    width: fit-content!important;
}

.btn-more:hover {
    background: rgba(205, 116, 116, 1);
    color: #fff!important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-more:hover img {
    filter: brightness(0) invert(1);
}

/*======= Trial Section =========*/
#trial {
    padding: 80px 0 80px;
    background: rgba(255, 250, 250, 1);
}

#trial .container {
    max-width: 1200px;
}

.trial-img img {
    width: 100%;   
}

.trial-btn {
    margin-top: 60px;
    text-align: center;
}

.btn-more img,
.btn-contact img,
.btn-trial img {
    width: 24px;
}

/*======= Voices/Testimonials Section =========*/
#voices-top {
    padding: 80px 0 80px;
    background-image: url('../images/bg3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#voices-top .container {
    max-width: 1200px;
}

.voices-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 40px;
}

.voices-item {
    background: #fff;
    border: 2px solid #FCE4EC;    
    padding: 30px;
    /* max-width: 800px; */
    width: 100%;
    position: relative;
    display: flex;
    gap: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.voices-item::after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #FCE4EC;
}

.voices-img {
    flex-shrink: 0;
    text-align: center;
    width: 165px;
}

.voices-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;   
}

.voice-name {
    font-size: 15px;
    font-weight: 700;
    color: rgba(205, 116, 116, 1);
    margin-bottom: 8px;
}

.voice-label {
    background: #fff;
    border: 1px solid rgba(205, 116, 116, 1);
    border-radius: 35px;
    padding: 5px 15px;
    font-size: 15px;
    color: rgba(205, 116, 116, 1);
    display: inline-block;
}

.voice-text {
    flex: 1;
    padding-left: 20px;
}

.testimonial-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 15px;
}

.testimonial-block:last-child {
    margin-bottom: 0;
}

.speaker-label {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
}

.speaker-label.mother {
    background: #fff;
    border: 1px solid rgba(205, 116, 116, 1);
    color: rgba(205, 116, 116, 1);
}

.speaker-label.daughter {
    background: #C27C8C;
    border: 1px solid #A85C6C;
}

.testimonial-content {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    padding-top: 5px;
}

.btn-wrap {
    margin-top: 40px;
    text-align: center;
}

/*======= Powers Section =========*/
#powers {
    padding: 80px 0 60px;
    background-image: url('../images/bg4.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#powers .container {
    max-width: 1200px;
}

.powers-img img {
    max-width: 100%;
    margin: 0 auto 30px;
    display: block;
}

.powers-text {
    text-align: center;  
    margin-bottom: 60px; 
}


/*======= Message Section =========*/
#message-top {
    padding: 80px 0 60px;
    background-image: url('../images/bg5.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
}

#message-top .container {
    max-width: 1200px;
}

.message-btn {
    text-align: center;
}

/*======= Footer Section =========*/
footer {
    background: rgba(255, 230, 227, 1);
    padding: 80px 0 80px;
}

.footer1 {
    text-align: center;
    padding: 0 0 40px;
}

.ft-info {
    margin: 20px auto;
    line-height: 2.4em;
}

.ft-btn {
    margin-top: 40px;
}

.ft-btn img {
    width: 24px;
    height: auto;
}

.copyright {    
    padding: 20px 0 0;
    text-align: center;
    font-size: 12px;
}

.ft-sns img {
    width: 40px;
    height: auto;
}

/*======= Page Aboutus =========*/
/*======= About Menu Section =========*/
#about-menu {
    padding: 80px 0 80px;
    background-image: url('../images/bg-about1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#about-menu .container {
    max-width: 1200px;
}

.menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 40px;    
    box-sizing: border-box;
}

.menu-item {
    width: calc((100% - 3 * 40px) / 4); /* 4 items per row, 3 gaps */
    box-sizing: border-box;
    text-decoration: none;
    border: 3px solid rgba(205, 116, 116, 1);
    color: rgba(168, 62, 62, 1);
    font-weight: 700;
    background: rgba(255, 228, 228, 1);
    padding: 15px 10px;
    text-align: center;  
    border-radius: 6.33px;  
    transition: all 0.3s ease;
}

.menu-item:hover {
    text-decoration: none;
    color: rgba(168, 62, 62, 1);
    background: #fff;
}

.menu-item h3 {
    margin-bottom: 0;
    font-size: 16px;
}

/*======= About Message Section =========*/
#message {
    padding: 80px 0 80px;
    background: rgba(255, 250, 250, 1);
}

#message .container {
    max-width: 1200px;
}

.about-message-intro {
    text-align: center;
}

.about-message-intro h4 {
    color: rgba(205, 116, 116, 1);
    font-size: 20px;
    font-weight: 700;
}

.about-message-img img {
    width: 100%;
}

.txt-pink {
    color: rgba(205, 116, 116, 1);
    font-weight: 700;
}

.title-message1 {
    color: rgba(205, 116, 116, 1);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.title-message1 img {
   position: absolute;
   left: -15px;
   top: -20px;
   z-index: -1;
}

.title-message2 {
    color: rgba(205, 116, 116, 1);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    margin-top: 50px;
}

.title-message2 img {
   position: absolute;
   left: -15px;
   top: -20px;
   z-index: -1;
}

.message-wrapper {
    margin-bottom: 60px;
}

.message-title {
    position: relative;
    z-index: 2;
}

.message-title h4 {
    color: rgba(205, 116, 116, 1);
    font-size: 18px;
    font-weight: 700;   
    border-bottom: 1px solid rgba(239, 177, 175, 1);
    margin-left: 55px;
    margin-bottom: 20px;
}

.message-title img {    
    position: absolute;
    z-index: 2;
    top: -12px;
    left: 0;    
}

/*======= About Student Voices Section =========*/
#voices {
    padding: 80px 0 80px;
    background-image: url('../images/bg-about2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#voices .container {
    max-width: 1200px;
}

/*======= About Instructor Profiles Section =========*/
#instructor-profiles {
    padding: 80px 0 80px;
    background-image: url('../images/bg-about3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 1.8;
}

#instructor-profiles .container {
    max-width: 1200px;
}

.instructor-profile-img img {
    width: 100%;    
}

.profile-title {
    color: rgba(205, 116, 116, 1);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.profile-wrapper {
    margin-bottom: 40px;
}

.profile-wrapper:last-child {
    margin-bottom: 0;
    margin-top: 60px;
}

.profile-wrapper ul {
    margin-left: -15px;
}

/*======= About Trial Lesson Section =========*/
#trial-lesson {
    padding: 80px 0 80px;
    background: rgba(255, 250, 250, 1);
}

#trial-lesson .container {
    max-width: 1200px;
}

.trial-lesson-img img {
    width: 100%;
}

/*======= About Access Section =========*/
#access {
    padding: 80px 0 80px;
    background-image: url('../images/bg-about4.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 2;
}

#access .title-jp {
    position: relative;
    z-index: 2;
}

#access .container {
    max-width: 1200px;
}

#access::after {
    content: '';
    position: absolute;
    background-image: url('../images/bg-piano.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.access-text {
    text-align: center;
    margin-bottom: 140px;
    position: relative;
    z-index: 2;
}

/*======= About Flow Section =========*/
#flow {
    padding: 80px 0 80px;
    background-image: url('../images/bg-about5.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#flow .container {
    max-width: 1200px;
}

.flow-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px dashed rgba(205, 116, 116, 1);
    padding-top: 30px;
}

.flow-step {
    flex: 100%;
    max-width: calc(16% - 30px);
    margin: 0 30px 30px 0;    
}

.flow-step span {
    background: rgba(205, 116, 116, 1);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 10px 30px;
    border-radius: 30px;
    display: inline-block;
}

.flow-text {
    flex: 100%;
    max-width: calc(84% - 30px);
    margin: 0 30px 30px 0;
}

.flow-text h4 {  
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 13px;
}

.flow-text p {
    font-size: 14px;
}

/*======= About FAQ Section =========*/
#faq {
    padding: 80px 0 80px;    
}

#faq .container {
    max-width: 1200px;
}

.faq-wrapper {
    margin-bottom: 60px;
}

/*======= Contact Section =========*/
#contact {
    padding: 80px 0 80px;
    background: rgba(255, 250, 250, 1);
}

#contact .container {
    max-width: 1200px;
}

.contact-desc {
    text-align: center;    
}

.contact-form {
    width: 80%;
    margin: 40px auto 0;    
}

.line-icon img {
    max-width: 100%;
}

.form-group {
    /* display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 15px;
    flex-wrap: wrap; */
    /* Adds consistent spacing between label and input */
}

.form-group p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 15px;
    flex-wrap: wrap;
}

.form-group p label {
    flex: 100%;
    min-width: 260px;
    max-width: 20%;
    /* Adjust based on your longest label */
    white-space: nowrap;
    /* Prevents label from wrapping */
}

.form-group3 p label {
    /* min-width: 200px; */
}

.form-group .required {
    color: #fff;
    background: rgba(205, 116, 116, 1);    
    margin-left: 5px;
    font-size: 16px;
    padding: 3px 20px;
    float: right;
    font-family: "BIZ UDPGothic", sans-serif;
}

.form-group p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    color: rgba(89, 89, 89, 1);
}

.form-group3 p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: rgba(89, 89, 89, 1);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: #fff;
    border: none;
    color: #000;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control02 {
    background: #fff;
    border: none;
    width: 100%;
    color: #000;
}

.form-group .form-control02 {
    flex: 1;
    /* Takes up remaining space */
    padding: 8px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
}

/* Special styling for textarea */
.form-group textarea {
    height: 140px;
    flex: 1;
    color: #000;
    /* Adjust height as needed */
    resize: vertical;
    /* Allows vertical resizing */
    border: none
}

.wpcf7-list-item {
    width: 210px;
}

.btn-submit {
    /* display: block;
    margin: 20px auto 0; */
    cursor: pointer;
    /* background: transparent;
    border: none; */
}

.wpcf7-form-control-wrap {
    display: inline-block;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: none !important;
}

/* Remove blue glow/outline from Contact Form 7 inputs */
.wpcf7-form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

/* Specifically target input and textarea elements */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

/* Override autofill background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* For Firefox */
input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
}

.btn-submit:focus {
    outline: -webkit-focus-ring-color none;
}

.btn-submit {
    background: rgba(205, 116, 116, 1);
    color: #fff;   
    font-weight: 400;
    padding: 15px 30px;    
    text-decoration: none;
    width: fit-content!important;
    margin: 40px auto 0;
    border: none;
    box-shadow:rgba(0, 0, 0, 0.25) 2px 2px 2px 0px;
    border: 1px solid rgba(205, 116, 116, 1);
}

.btn-submit:hover {
    color: rgba(205, 116, 116, 1);
    background: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-submit:hover img {
    filter: brightness(0.2) sepia(1) saturate(1.8) hue-rotate(320deg) brightness(2.4) contrast(0.9);
}

input[type=radio] {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    appearance: none;
    border-radius: 50%;
    background-clip: content-box;
    border: 2px solid rgba(217, 217, 217, 1);
    background-color: rgba(217, 217, 217, 1);
}

input[type="radio"]:checked {
    background-color: #000;
    padding: 4px;
    border: 2px solid #000;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control {
    border: none!important;
}

/*======= Experience Section =========*/
#experience {
    padding: 80px 0 80px;
    background: rgba(255, 250, 250, 1);
}

.experience-desc {
    text-align: center;
}


/* Lessons Menu Styling */
.lessons-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 40px 0;
}

.lessons-menu-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.lessons-menu-row.lessons-menu-row2 {
    max-width: 100%;
}

.lessons-menu-row.lessons-menu-row2 .lessons-menu-item {
    min-width: 160px;
}

.lessons-menu-row.top-row {
    /* margin-bottom: 20px; */
}

.lessons-menu-row.bottom-row {
    margin-top: 20px;
}

.lessons-menu-item {
    background-color:rgba(255, 228, 228, 1);
    border: 3px solid rgba(205, 116, 116, 1);  
    padding: 20px 30px;
    text-decoration: none;
    color: rgba(168, 62, 62, 1);
    font-weight: bold;
    text-align: center;
    min-width: 200px;   
    position: relative;
    border-radius: 6.33px;  
}

.lessons-menu-item:hover {
    text-decoration: none;
    color: rgba(168, 62, 62, 1);   
    background: #fff;
    transition: all 0.3s ease;
}

.lessons-menu-item h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

#piano1 {
    padding: 80px 0 80px;
    background-image: url('../images/bg-piano1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.title-jp2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    color: rgba(205, 116, 116, 1);
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
}

.txt-small {
    text-align: center;
    color: rgba(205, 116, 116, 1);
    font-family: "Noto Sans JP", sans-serif;
}

.lessons-content {   
    width: 100%;
    max-width: 900px;
    margin: 40px auto 0;
}

.lessons-content img {
    max-width: 100%;
    margin: 32px auto 0;
}

table.tbl-piano {
    width: 100%;
    border-collapse: collapse;
   
}

table.tbl-piano td {
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    padding: 10px;
}

table.tbl-piano td:first-child {
    font-weight: 700;
    width: 15%;
}

.piano-desc {
    margin-top: 40px;
}

#piano-piccolo,
#piano,
#piano-adults,
#piano-additional-lessons {
    margin-top: 60px;
}

.btn-wrap2 {
    margin-top: 80px;
    text-align: center;
}

.piano-sub-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;    
    margin: 20px 0;
    border-left: 10px solid rgba(239, 177, 175, 1);
   padding: 12px 0 12px 10px;
}

#voice {
    padding: 80px 0 80px;
    background-image: url('../images/bg-voice.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#voice .container {
    max-width: 900px;
}

.voice-desc {
    text-align: center;
}

.voice-img {
    margin-bottom: 80px;
}

.voice-img img {
    /* width: 100%; */
    width: 456px;
    height: 314px;
    object-fit: cover;
}

.voice-text2 {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 20px;
}

/* Custom list styling with check circle image */
.my-list {
    list-style: none;
    padding-left: 0;
}

.my-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.my-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url('../images/check_circle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#voice2 {
    padding: 80px 0 80px;
    background: rgba(255, 250, 250, 1);
    margin-top: -20px;
}

#vocal-adults,
#vocal-advanced,
#vocal-additional-lessons {
    margin-top: 60px;
}

#thanks {
    padding: 80px 0 80px;
    background: rgba(255, 250, 250, 1);
}

.thanks-desc {
    text-align: center;
}

.ft-logo img {
    max-width: 300px;
}