html,body {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif !important;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth !important;
}

img {
    display: block !important;
}

.container {
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.pc-only {
    display: none !important;
}

.sp-only {
    display: inline-block !important;
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 100%;
    }
    .pc-only {
        display: block !important;
    }
    .sp-only {
        display: none !important;
    }
}

/* flat35-section */
.flat35-section {
    background-color: #FFEECE;
    position: relative;
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 40px;
}

.flat35-section::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 750px;
    background-color: #fff;
    border-top-left-radius: 44% 21%;
    border-top-right-radius: 44% 21%;
    z-index: 0;
}

.flat35-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.flat35-subtitle {
    color: #E87D28;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
}

.flat35-title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: -15px;
    color: #E87D28;
    font-family: "Noto Sans JP", sans-serif !important;
    
}

.flat35-highlight {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 9px;
}

.flat35-highlight span {
    background-color: #E87D28;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 0 0 2px;
    font-size: 28px;
    font-weight: bold;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif !important;
}

.flat35-illustration img {
    max-width: 350px;
    height: auto;
    margin: 0 auto 10px;
}

.flat35-badges {
    text-align: center;
    max-width: 363px;
    height: auto;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .flat35-section {
        padding-top: 65px;
        padding-bottom: 0;
        margin-bottom: 60px;
    }
    .flat35-content {
        height: 717px;
    }
    .flat35-section::before {
        top: -10px;
        height: 1220px;
        border-radius: 50%;
    }
    .flat35-subtitle {
        font-size: 28px;
        margin-bottom: 22px;
    }
    .flat35-title {
        font-size: 53px;
        letter-spacing: -1px;
        margin-bottom: 24px;
    }
    .flat35-highlight {
        margin-bottom: 15px;
    }
    .flat35-highlight span {
        width: 59px;
        height: 59px;
        padding: 0 0 2px;
        font-size: 46px;
    }
    .flat35-illustration img {
        max-width: 848px;
        margin: 0 auto;
    }
    .flat35-badges {
        max-width: 622px;
    }
}

/* worry-section */
.worry-section {
    background-color: #DEF2F5;
    padding: 60px 0 0;
}

.worry-section img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.worry-section .container {
    max-width: 800px;
}

.worry-title img {
    width: 100%;
    max-width: 276px;
    margin: 0 auto 12px;
}

.worry-speech img {
    width: 100vw;
    max-width: 414px;
    margin: 0 auto;
}

.worry-flow img {
    max-width: 350px;
    margin: 0 auto 17px;
}

.worry-anxiety {
    max-width: 334px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .worry-section {
        padding: 120px 0 0;
    }
    .worry-section .container {
        max-width: 873px;
    }
    .worry-title img {
        max-width: 656px;
        margin: 0 auto 40px;
    }
    .worry-speech img {
        max-width: 873px;
    }
    .worry-flow img {
        max-width: 873px;
        margin-bottom: 40px;
    }
    .worry-anxiety {
        max-width: 501px;
    }
}

/* point-section */
.point-section {
    background-color: #FEEDCD;
    padding: 60px 0;
}

.point-title img {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 58px;
    display: block;
}

.point-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-top: 38px;
    margin-bottom: 58px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.box-3 {
    margin-bottom: 0;
}

.point-label {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    background: #E57A28;
    color: #fff;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.6px;
}

.point-label span:nth-of-type(1) {
    font-size: 12px;
    line-height: 1;
}

.point-label span:nth-of-type(2) {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.point-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.box-1 .point-text-box {
    margin-top: 26px;
}

.box-2 .point-text-box {
    margin-top: 17px;
}

.box-3 .point-text-box {
    margin-top: 15px;
}

.point-text-box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #E57A28;
    margin-bottom: 8px;
    line-height: 1.2;
    font-family: "Noto Sans JP", sans-serif !important;
}

.point-text-box p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
    white-space: nowrap;
}

.box-1 .point-image {
    width: 109px;
    height: auto;
}

.box-2 .point-image {
    width: 136px;
    height: auto;
}

.box-3 .point-image {
    width: 129px;
    height: auto;
}

.point-text {
    font-size: 14px;
    line-height: 1.6;
    color: #3C3C3C;
}

@media screen and (min-width: 768px) {
    .point-section {
        padding: 120px 0;
    }
    .point-title img {
        max-width: 839px;
        margin: 0 auto 78px;
    }
    .all-point-box {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 20px;
        max-width: 1160px;
        margin: 0 auto;
    }
    .point-box {
        margin-top: 0;
        margin-bottom: 0;
        padding: 23px 20px 20px;
        width: 373px;
        height: 279px
    }
    .point-label {
        width: 72px;
        height: 72px;
    }
    .point-text-box p {
        font-size: 18px;
    }
    .point-text {
        font-size: 16px;
    }
}

/* flow-section */
.flow-section {
    padding: 60px 0;
    background: #fff;
}

.flow-title {
    display: block;
    margin: 0 auto 30px;
    max-width: 170px;
}

.flow-box {
    border: 1px solid #E87D28;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
    position: relative;
    margin-left: 17px;
}

.flow-box-3 {
    margin-bottom: 0;
}

.flow-box-1 .flow-icon {
    width: 54.8px;
    height: 75.5px;
    margin-left: 5.2px;
}

.flow-box-2 .flow-icon {
    width: 50px;
    height: 47px;
    margin-left: 9px;
}

.flow-box-3 .flow-icon {
    width: 43.6px;
    height: 54.6px;
    margin-left: 11.3px;
}

.flow-number {
    position: absolute;
    top: 50%;
    left: -19px;
    transform: translateY(-50%);
    background: #E87D28;
    color: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-weight: bold;
    font-size: 24px;
    font-family: "Roboto";
    display: flex;
    align-items: center;
    justify-content: center;
}  

.flow-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flow-text {
    width: 221px;
}

.flow-heading {
    font-weight: bold;
    color: #E87D28;
    margin: 0 0 6px;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif !important;
}

.flow-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

@media screen and (min-width: 768px) {
    .flow-section {
        padding: 120px 0;
    }
    .flow-title {
        display: block;
        margin: 0 auto 55.5px;
        max-width: 255px;
    }
    .all-flow-box {
        display: flex;
        justify-content: space-between;
        align-items: self-end;
        gap: 20px;
        max-width: 1160px;
        margin: 0 auto;
    }
    .flow-box {
        padding: 40px 20px 18px;
        margin-bottom: 0;
        margin-left: 0;
        width: 373px;
        border-radius: 14px;
    }
    .flow-box-1 {
        height: 293px;
    }
    .flow-box-2 {
        height: 299.5px;
    }
    .flow-box-3 {
        height: 304px;
    }
    .flow-box-1 .flow-icon,
    .flow-box-2 .flow-icon,
    .flow-box-3 .flow-icon {
        position: relative;
        margin-left: 0;
    }
    .flow-box-1 .flow-icon {
        top: -39px;
    }
    .flow-box-2 .flow-icon {
        top: -69px;
    }
    .flow-box-3 .flow-icon {
        top: -91px;
    }
    .flow-box-1 .flow-number {
        top: -29.9px;
    }
    .flow-box-2 .flow-number {
        top: -23.5px;
    }
    .flow-box-3 .flow-number {
        top: -19px;
    }
    .flow-number {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .flow-heading {
        margin: 0 0 10px;
        font-size: 24px;
        line-height: 1.3;
    }
    .flow-text {
        width: 269px;
    }
    .flow-text p {
        font-size: 18px;
    }
}

/* voice-section */
.voice-section {
    background: #FEEDCD;
    padding: 60px 0;
}

.voice-title {
    display: block;
    margin: 0 auto 30px;
    max-width: 231px;
}

.voice-box {
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.voice-box-3 {
    margin-bottom: 30px;
}

.voice-box-1 .voice-icon {
    width: 58px;
    height: 105px;
    margin-top: 11.6px;
    margin-right: 20px;
}

.voice-box-2 .voice-icon {
    width: 86.5px;
    height: 112px;
    margin-top: 25px;
    margin-right: 7px;
}

.voice-box-3 .voice-icon {
    width: 100.5px;
    height: 111.8px;
    margin-top: 10px;
}

.voice-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.voice-label {
    display: inline-block;
    background: #E87D28;
    color: #fff;
    font-weight: bold;
    width: 62px;
    padding: 3px 0;
    text-align: center;
    border-radius: 12px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.voice-heading {
    font-weight: bold;
    font-size: 16px;
    color: #E87D28;
    margin-bottom: 10px;
    font-family: "Yu Gothic", "游ゴシック", sans-serif !important;
    padding-left: 13px;
    border-left: 3px solid #E87D28;
}

.voice-sub {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    margin: 0;
    font-family: "Yu Gothic", "游ゴシック", sans-serif !important;
}

.voice-icon {
    width: 80px;
    height: auto;
    flex-shrink: 0;
}

.voice-detail p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    font-family: "Yu Gothic", "游ゴシック", sans-serif !important;
    font-weight: 500;
}

.voice-others-text {
    font-size: 16px;
    margin: 0 auto 3px;
    max-width: 350px;
}

.voice-others-image img {
    margin: 0 auto 18px;
    max-width: 350px;
}

.voice-others-bottom {
    text-align: center;
    font-size: 16px;
}

.voice-others-bottom span {
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .voice-section {
        padding: 120px 0;
    }
    .voice-title {
        margin: 0 auto 30px;
        max-width: 347px;
    }
    .all-voice-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        max-width: 1160px;
        margin: 0 auto 30px;
    }
    .voice-box {
        padding: 23px 20px;
        margin-bottom: 0;
        width: 373px;
        height: 531px;
    }
    .voice-label {
        width: 76px;
        padding: 3px 0;
        border-radius: 15px;
        font-size: 16px;
    }
    .voice-heading {
        font-size: 18px;
        padding-left: 10px;
        border-left: 3px solid #E87D28;
    }
    .voice-sub {
        font-size: 16px;
        text-wrap: nowrap;
    }
    .voice-detail p {
        font-size: 16px;
        letter-spacing: -0.2px;
    }
    .voice-box-1 .voice-icon {
        margin-top: 13.6px;
        margin-right: 40px;
    }
    .voice-box-2 .voice-icon {
        margin-right: 20px;
        position: relative;
        right: 9px;
    }
    .voice-box-3 .voice-icon {
        position: relative;
        right: 16px;
    }
    .voice-others-text {
        font-size: 18px;
        margin-bottom: 3px;
        max-width: 551px;
    }
    .voice-others-image img {
        margin: -25px auto 14px;
        max-width: 551px;
    }
    .voice-others-bottom {
        font-size: 18px;
    }
}

/* faq-section */
.faq-section {
    background-color: #DEF2F5;
    padding: 60px 0;
}

.faq-title {
    display: block;
    margin: 0 auto 30px;
    max-width: 197px;
}

.faq-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.faq-item:last-of-type {
    margin-bottom: 0;
}

.faq-question {
    width: 100%;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #0FAFB1;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-toggle-icon img {
    width: 30px;
    height: 30px;
    margin-left: 21px;
}

.faq-toggle-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0FAFB1;
    position: relative;
    margin-left: 21px;
    margin-right: 9px;
    flex-shrink: 0;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
    content: '';
    position: absolute;
    background-color: #fff;
    transition: 0.3s ease;
}

.faq-toggle-icon::before {
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-toggle-icon::after {
    width: 2px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-question[aria-expanded="true"] .faq-toggle-icon::after {
    height: 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #131313;
    padding: 0;
}

.faq-answer.show {
    max-height: 1000px;
}

.faq-answer p {
    margin-bottom: 20px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer::before {
    content: "";
    display: block;
    border-top: 1px dashed #aaa;
    margin: 20px 0;
}  

@media screen and (min-width: 768px) {
    .faq-section {
        padding: 120px 0;
    }
    .faq-section .container {
        max-width: 800px;
        margin: 0 auto;
    }
    .faq-title {
        max-width: 199px;
    }
}

/* contact-section */
.contact-section {
    padding: 60px 0;
    background-color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

.contact-title {
    display: block;
    margin: 0 auto 30px;
    max-width: 225px;
}

.contact-form-wrap {
    margin: 0 auto;
}

.contact-item {
    margin-bottom: 30px;
}

.contact-item:nth-of-type(5) {
    max-height: 91px;
}

.contact-question label {
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.required, .auto, .any {
    font-size: 10px;
    color: #fff;
    padding: 0px 5px 3px;
    margin-left: 2.5px;
    border-radius: 1px;
    margin-top: -9.1px;
    max-height: 16px;
}

.required {
    background: #0FAFB1;
}

.auto {
    background: #989898;
}

.any {
    background: #4E5257;
}

.contact-question p {
    display: flex;
    align-items: center;
}

.contact-answer input[type="text"],
.contact-answer input[type="email"],
.contact-answer input[type="tel"],
.contact-answer input[type="number"],
.contact-answer select,
.contact-answer textarea {
    width: 100%;
    max-width: 100% !important;
    padding: 12px 14px;
    border: 0.5px solid #CCCCCC;
    border-radius: 2px;
    font-size: 14px;
    box-sizing: border-box;
    box-shadow: none !important;
    letter-spacing: 1px;
    color: #000;
}

input::placeholder,
textarea::placeholder {
  color: #CCCCCC;
  opacity: 1;
}

input[aria-invalid="true"],
textarea[aria-invalid="true"],
select[aria-invalid="true"] {
  background-color: #FAE9E9 !important;
}

.contact-answer input[name="address"] {
    background-color: #F8F8F8;
}

.contact-answer select {
    padding: 0 12px;
}

.postal-field input[type="text"] {
    width: 135px;
}

.age-field input[type="number"] {
    width: 91px;
}

.contact-answer input[type="tel"] {
    margin-bottom: 0;
    position: relative;
}

.contact-answer textarea {
    resize: vertical;
    height: 120px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.8px;
    font-family: "Noto Sans JP", sans-serif;
}

.small-message {
    font-size: 10px;
    color: #ccc;
    position: relative;
    top: -8px;
}

.radio-group p span{
    display: flex !important;
    flex-direction: column !important;
    gap: 15px;
}

.radio-group label {
    display: flex;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    padding-left: 34.5px;
    line-height: 1.5;
}

.radio-group input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 23.5px;
    height: 23.5px;
    border: 1px solid #0FAFB1;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.radio-group input[type="radio"]:checked::after {
    content: "";
    display: block;
    width: 14.5px;
    height: 14.5px;
    background-color: #3ebdbd;
    border-radius: 50%;
    position: absolute;
    top: 3.5px;
    left: 3.5px;
}
  
input[type="radio"],
input[type="checkbox"] {
    margin-right: 6px;
    transform: scale(1.2);
}

input[type="checkbox"]span {
    font-size: 14px !important;
}

.accept_txtbox {
    background-color: #f8f8f8;
    border: 0.5px solid #ccc;
    padding: 18px 15px;
    font-size: 14px;
    line-height: 1.4;
    max-height: 120px;
    overflow-y: scroll;
    border-radius: 4px;
    margin-bottom: 30px;
}

.accept_txtbox::-webkit-scrollbar {
    width: 9.5px;
}

.accept_txtbox::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 4px;
    margin: 2px;
}

.accept_txtbox::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
    border-radius: 4px;
    min-height: 30px;
    border: 1.5px solid #fff;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
    display: none !important;
}

.wpcf7-radio .wpcf7-list-item-label {
    padding: 0 !important;
}
  
.wpcf7-radio .wpcf7-list-item-label:hover,
.wpcf7-checkbox .wpcf7-list-item-label:hover,
.wpcf7-acceptance .wpcf7-list-item-label:hover {
    background-color: unset !important;
}

.wpcf7-not-valid-tip {
    bottom: -40% !important;
    font-size: 10px !important;
    left: 3px !important;
    color: #CE2628 !important;
    background-color: unset !important;
    letter-spacing: 1px;
}

input[name="phone"] + .wpcf7-not-valid-tip,
input[type="number"] + .wpcf7-not-valid-tip,
.postal-field input[type="text"] + .wpcf7-not-valid-tip {
    bottom: -5% !important;
}

.postal-field p,
.age-field p {
    position: relative;
    display: flex;
    align-items: center;
    max-height: 40px;
    margin-top: 10px;
}

.postal-icon,
.age-text {
    font-size: 14px;
    margin-bottom: 13px;
}

.postal-icon {
    margin-right: 8px;
    font-weight: bold;
}

.age-text {
    margin-left: 8px;
}

.wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 14px;
    padding: 0 12px 5px 34.5px !important;
}

.wpcf7-checkbox .wpcf7-list-item-label::after,
.acceptance_check .wpcf7-list-item-label:after {
    transition: border-color 0.2s linear !important;
    position: absolute !important;
    top: 80% !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
    display: block !important;
    width: 23.5px !important;
    height: 23.5px !important;
    border: 2px solid #bbb !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    content: '' !important;
    box-sizing: border-box !important;
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.acceptance_check .wpcf7-list-item-label:before {
    transition: opacity 0.2s linear !important;
    position: absolute !important;
    transform: translateY(-50%) !important;
    top: 42% !important;
    left: 6px !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #fff !important;
    content: '✔' !important;
    opacity: 0 !important;
    pointer-events: none !important;
    border-right: none !important;
    border-bottom: none !important;
    z-index: 10;
}

.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.acceptance_check input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    background-color: #0FAFB1 !important;
    border-color: #0FAFB1 !important;
}

.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
.acceptance_check input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    opacity: 1 !important;
}

.acceptance_check {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 30px;
}
  
.acceptance_check .acceptance_label {
    display: inline-flex;
    align-items: center;
}
  
.acceptance_check .wpcf7-list-item-label {
    margin: 0 !important;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    padding: 0 0 6px 34.5px !important;
    letter-spacing: 0.1em;
}

.tip_caution {
    font-size: 12px !important;
    top: -35px !important;
}

.btn_submit {
    position: relative;
    max-width: 350px;
    margin: 0 auto;
}

.btn_submit input[type="submit"] {
    background: #0FAFB1;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 17px 0 19px;
    width: 100%;
    max-width: 350px;
    border: 1.5px solid #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    position: relative;
}

.btn_submit::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    z-index: 101;
}

.btn_submit::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%) rotate(-45deg);
    width: 4px;
    height: 4px;
    border-right: 2.2px solid #4fb1b0;
    border-bottom: 2.2px solid #4fb1b0;
    z-index: 102;
}

.wpcf7-response-output {
    border: none !important;
    font-size: 14px;
    color: #CE2628;
    margin: 30px auto 0 !important;
    max-width: 377px;
    padding: 0 !important;
    position: relative;
    left: 5px;
}

/* confirm */
#wpcf7cpcnf {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 40px;
    border-collapse: collapse;
    margin: 0 auto;
    font-family: "Lato", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    color: #3e3e3e;
}
  
#wpcf7cpcnf table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

#wpcf7cpcnf th,
#wpcf7cpcnf td {
    padding: 12px 16px !important;
    border: 1px solid #999 !important;
    vertical-align: top;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.6;
}

#wpcf7cpcnf th {
    width: 34%;
    background-color: #DEDDD4;
    font-weight: normal;
}

#wpcf7cpcnf td {
    width: 58%;
    background-color: #FBFAF6;
}

#wpcf7cpcnf td p,
#wpcf7cpcnf th p {
    margin: 0;
    text-align: left;
    font-size: 15.2px;
}

.wpcf7cp-btns {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}

button.wpcf7cp-cfm-submit-btn {
    max-width: 190px !important;
}

.wpcf7cp-cfm-submit-btn {
    background: #0FAFB1 !important;
    color: #fff;
    font-weight: bold;
    font-size: 18px !important;
    padding: 17px 0 19px !important;
    width: 100% !important;
    max-width: 350px !important;
    border: 1.5px solid #fff !important;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) !important;
    position: relative;
}

.wpcf7cp-cfm-submit-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    z-index: 105;
}

.wpcf7cp-cfm-submit-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(-45deg);
    width: 4px;
    height: 4px;
    border-right: 2.2px solid #4fb1b0;
    border-bottom: 2.2px solid #4fb1b0;
    z-index: 107;
}

.choices__inner {
    background-color: #fff !important;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #131313 !important;
}

.choices__list--dropdown .choices__item {
    color: #131313;
    border-bottom: 1px solid #CCCCCC;
    border-radius: none;
}

.choices[data-type*=select-one] {
    max-width: 350px;
}

.choices__list--dropdown {
    top: 100% !important;
    bottom: auto !important;
}
  

@media screen and (min-width: 768px) {
    .contact-answer select {
        max-width: 350px !important;
    }
    .acceptance_check p {
        margin: 0 auto;
    }
    button.wpcf7cp-cfm-submit-btn {
        max-width: 350px !important;
    }
    .wpcf7cp-cfm-submit-btn::after {
        right: 20px;
    }
    .wpcf7cp-cfm-submit-btn::before {
        right: 28px;
    }
}

/* footer-section */
.footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    margin: 0 auto;
}

.company-name {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}

.footer-info {
    margin-bottom: 50px;
}

.footer-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    color: #fff;
}

.footer-icon {
    width: 12px;
    height: 12px;
    margin-right: 12px;
    flex-shrink: 0;
}

.footer-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.footer-text {
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
}

.footer .lp-copyright {
    color: #99A9B0;
    font-size: 9px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .footer {
        padding: 100px 0;
        margin: 0 auto;
    }
    .footer .container {
        max-width: 1160px;
        margin: 0 auto;
    }
}

/* cta-banner */
.cta-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.cta-banner.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.cta-banner__inner {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}

.cta-banner__title {
    font-weight: bold;
    font-size: 14px;
}

.cta-banner__title .highlight {
    color: #E82828;
}

.cta-banner__buttons {
    display: flex;
    justify-content: center;
}

.cta-box {
    width: 195px;
    background: #0FAFB1;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 60px;
    padding: 10px 0 11px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.cta-box:hover {
    color: #fff;
}

.cta-box.cta-tel {
    background: #E87D28;
}

.cta-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    flex-shrink: 0;
}

.badge {
    background: #09797A;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 39px;
    height: 24px;
    border-radius: 5px;
    margin-right: 4px;
    margin-left: 7px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.badge--brown {
    background: #A95A19;
}

.cta-text {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
    .cta-banner__inner {
        max-width: 824px;
        height: 69px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
    }
    .cta-small {
        font-size: 12px;
        font-weight: bold;
        display: block;
        text-align: left;
        line-height: 0.9;
    }
    .cta-tel {
        font-size: 20px;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
    }
    .cta-box {
        width: 300px;
        padding: 10px 0 11px;
        border-radius: 4px;
    }
    .badge {
        margin-right: 15px;
        margin-left: 12px;
    }   
    .cta-banner__buttons {
        gap: 6px;
    } 
}