.wpcf7-turnstile.cf-turnstile {
    display: none !important;
}

/* accesscont */
.slug-access .page-header {
    padding-bottom: 60px;
}
.accesscont {
    background: rgb(92 164 161 / 20%);
    padding: 120px 0 140px;
}
.accesscont-inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column3);
}
.accesscont-list {
    margin: 0 auto 80px;
    width: 100%;
    max-width: 900px;
}
.accesscont-list__item {
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 25px 0;
}
.accesscont-list__item:first-child {
    padding: 0 0 25px;
}
.accesscont-list__item dt {
    padding-left: 20px;
    width: 213px;
}
.accesscont-list__item dd {
    padding-right: 20px;
    width: calc(100% - 213px);
}
.accesscont-list__item dt p {
    font-size: 16px;
    font-weight: 700;
}
.accesscont-list__item dd p {
    font-size: 16px;
    font-weight: 500;
}
.accesscont-photo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin: 0 0 60px;
}
.accesscont-map {
    background: #fff;
    border: 8px solid #fff;
    border-radius: 12px;
    filter: drop-shadow(0 0 15px rgba(0 0 0 / 6%));
    height: 500px;
    width: 100%;
}
.accesscont-map iframe {
    border-radius: 12px;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .slug-access .page-header {
        padding-bottom: 20px;
    }
    .accesscont {
        padding: 30px 0 60px;
    }
    .accesscont-inner {
        max-width: var(--sub-column2);
    }
    .accesscont-list {
        margin: 0 auto 54px;
    }
    .accesscont-list__item {
        padding: 20px 0;
    }
    .accesscont-list__item:first-child {
        padding: 0 0 20px;
    }
    .accesscont-list__item dt {
        padding: 0 0 12px;
        width: 100%;
    }
    .accesscont-list__item dd {
        padding-right: 0;
        width: 100%;
    }
    .accesscont-list__item dt p {
        font-size: 16px;
        font-weight: 700;
    }
    .accesscont-list__item dd p {
        font-size: 16px;
        font-weight: 500;
        line-height: 25.6px;
    }
    .accesscont-photo {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        margin: 0 0 20px;
    }
    .accesscont-map {
        border: 4px solid #fff;
        border-radius: 12px;
        height: 260px;
    }
    .accesscont-map iframe {
        border-radius: 12px;
        height: 100%;
        width: 100%;
    }
}

/* htg */
.htg {
    padding: 140px 0 0;
}
.htg-inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column3);
}
.htg-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.htg-left {
    width: 460px;
}
.htg-right {
    width: calc(100% - 500px);
}
.htg-image {
    line-height: 0;
    margin: 0 0 56px;
    position: relative;
}
.hgt-eyecatch {
    position: absolute;
    left: 16px;
    top: -36px;
    width: 171px;
}
.htg-information {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.htg-list__ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 20px;
}
.htg-list__ttl::before {
    background: var(--main-text-color);
    border-radius: 50px;
    content: "";
    display: block;
    height: 16px;
    margin-right: 5px;
    width: 16px;
}
.htg-list__ttl span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    width: calc(100% - 21px);
}
.htg-information__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.htg-information__item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.htg-information__item dt {
    position: relative;
    width: 220px;
}
.htg-information__item dd {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 260px);
}
.htg-information__item:not(:last-child) dt::after {
    background: url(../images/icon-arrow-d-b.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 10px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -28px;
    width: 20px;
}
.htg-information__item dd p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}
.htg-map {
    line-height: 0;
}
.htg-links {
    margin: 20px 0 0;
}
.htg-links ul {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    gap: 10px;
}
.htg-links ul li {
    width: max-content;
}
.htg-links ul li button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    outline: none;
}
.htg-links ul li a,
.htg-links ul li button:not(.modalpopup_close) {
    background: #666666;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    height: 36px;
    padding: 0 20px;
    width: 100%;
}
@media screen and (max-width: 1068px) {
    .htg-left {
        width: 40%;
    }
    .htg-right {
        width: calc(60% - 40px);
    }
    .htg-information__item dt {
        width: 45%;
    }
    .htg-information__item dd {
        width: 45%;
    }
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .htg {
        padding: 80px 0 45px;
    }
    .htg-inner {
        width: 100%;
        max-width: 100%;
    }
    .htg-left {
        width: 100%;
    }
    .htg-right {
        margin-top: 40px;
        width: 100%;
    }
    .htg-image {
        margin: 0 0 38px;
    }
    .hgt-eyecatch {
        position: absolute;
        left: 13px;
        top: -37px;
        width: 140px;
    }
    .htg-list__ttl::before {
        height: 14px;
        width: 14px;
    }
    .htg-list__ttl span {
        font-size: 16px;
        width: calc(100% - 19px);
    }
    .htg-information {
        margin: 0 auto;
        width: 100%;
        max-width: var(--sub-column3);
    }
    .htg-information__list {
        gap: 48px;
    }
    .htg-information__item {
        position: relative;
    }
    .htg-information__item dt {
        width: 158px;
    }
    .htg-information__item dd {
        width: calc(100% - (158px + 15px));
    }
    .htg-information__item:not(:last-child) dt::after {
        display: none;
    }
    .htg-information__item:not(:last-child)::after {
        background: url(../images/icon-arrow-d-b.svg) no-repeat;
        background-position: center;
        background-size: contain;
        content: "";
        display: block;
        height: 8px;
        margin: auto;
        position: absolute;
        right: 0;
        left: 0;
        bottom: -25px;
        width: 16px;
    }
    .htg-map {
        margin: 0 auto;
        width: 100%;
        max-width: var(--mian-column);
    }
    .htg-links {
        margin: 15px auto 0;
        width: 100%;
        max-width: var(--sub-column);
    }
    .htg-links ul {
        gap: 7px;
    }
}

/* voice */
.voice {
    padding: 0 0 83px;
}
.voice-card:not(:last-child) {
    padding: 0 0 120px;
}
.voice-card__head {
    background: rgb(92 164 161 / 20%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 280px;
    margin: 0 0 40px;
    width: 100%;
}
.orange .voice-card__head {
    background: rgb(231 116 97 / 20%);
}
.voice-head__in,
.voice-card__flex {
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column3);
}
.voice-head__in h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 30px;
}
.voice-head__in p {
    font-size: 16px;
    font-weight: 700;
}
.voice-card__flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.voice-card__text {
    display: flex;
    flex-direction: column;
    gap: 25.6px;
    width: 50%;
}
.voice-card__image {
    margin-top: calc((78px + 40px) * -1);
    position: relative;
    width: calc(50% - 50px);
}
.voice-card__text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}
.voice-card__tag {
    background: #37BBB6;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    margin: auto;
    padding: 0 23px 0 21px;
    position: absolute;
    left: 0;
    right: 0;
    top: -23px;
    width: 100%;
    max-width: max-content;
    z-index: 1;
}
.orange .voice-card__tag {
    background: #E77461;
}
.voice-card__tag::after {
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 14px solid #37BBB6;
    border-bottom: 0;
    content: "";
    display: block;
    height: 0;
    margin: auto;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    width: 0;
    z-index: 1;
}
.orange .voice-card__tag::after {
    border-top: 14px solid #E77461;
}
.voice-card__tag p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.voice-image__in {
    background: #fff;
    border: 6px solid #fff;
    border-radius: 12px;
    filter: drop-shadow(0 0 15px rgb(0 0 0 / 15%));
}
.voice-card__img {
    border-radius: 6px 6px 0 0;
    line-height: 0;
    overflow: hidden;
}
.voice-image__text {
    padding: 30px 36px;
}
.voice-image__text p {
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
}
.diagnosis-banner {
    line-height: 0;
    margin: 0 auto;
    width: 95%;
    max-width: 920px;
}
@media screen and (max-width: 968px) {
    .voice-card__tag p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .voice {
        padding: 0 0 66px;
    }
    .voice-card:not(:last-child) {
        padding: 0 0 60px;
    }
    .voice-card__head {
        height: 240px;
        margin: 0 0 30px;
    }
    .voice-head__in {
        max-width: var(--sub-column);
    }
    .voice-card__flex {
        width: 100%;
        max-width: 100%;
    }
    .voice-head__in h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 38.4px;
        margin: 0 0 35px;
    }
    .voice-card[data-id="122"] .voice-head__in h2 br,
    .voice-card[data-id="123"] .voice-head__in h2 br {
        display: none;
    }
    .voice-head__in p {
        font-size: 13px;
        text-align: right;
    }
    .voice-card__text {
        gap: 25.6px;
        margin: 0 auto;
        width: 100%;
        max-width: var(--sub-column3);
    }
    .voice-card__image {
        margin-top: 50px;
        margin: 50px auto 0;
        width: 100%;
        max-width: var(--mian-column);
    }
    .voice-card__tag {
        height: 37px;
        padding: 0 25px;
        top: -18px;
    }
    .voice-image__in {
        border: 4px solid #fff;
        border-radius: 10px;
    }
    .voice-image__text {
        padding: 20px;
    }
    .voice-image__text p {
        font-size: 16px;
        line-height: 25.6px;
    }
    .diagnosis-banner {
        margin: 0 auto 110px;
        width: 100%;
        max-width: var(--mian-column);
    }
}

/* consultation */
.consultation {
    background: #F0F0F0;
    margin: 0 0 120px;
    padding: 60px 0 80px;
}
.consultation-inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column2);
}
.consultation-text {
    text-align: center;
}
.consultation-text p {
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
}
.consultation-text p span {
    background:linear-gradient(transparent 60%, #fff 60%);
}
.bg-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin: 25px 0;
}
.bg-text p {
    background: #E77461;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    padding: 0 15px;
    width: 100%;
    max-width: max-content;
}

.consultation-contact {
    border: 3px solid #fff;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    margin: 40px auto 0;
    padding: 0 35px;
    width: 100%;
    max-width: 796px;
}
.consultation-contact__left {
    width: 50%;
    
}
.consultation-contact__left p {
    background: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    height: 55px;
    width: 100%;
    max-width: 280px;
}
.consultation-contact__right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 45px;
    text-align: center;
    width: 50%;
}
.consultation-contact__tel a {
    color: var(--main-theme-color);
    font-family: var(--ft-poppin);
    font-size: 38px;
    font-weight: 600;
}
.consultation-contact__tel p {
    font-size: 13px;
    font-weight: 500;
}
@media screen and (max-width: 968px) {
    .consultation-contact__right {
        padding-left: 35px;
    }
}
@media screen and (max-width: 768px) {
    .consultation {
        margin: 0 0 80px;
        padding: 40px 0;
    }
    .consultation-inner {
        width: 100%;
        max-width: 100%;
    }
    .consultation-text {
        margin: 0 auto;
        padding: 0;
        text-align: left;
        width: 100%;
    }
    .consultation-text p {
        margin: 0 auto;
        padding: 0;
        width: 95%;
        max-width: var(--sub-column3);
    }
    .bg-text {
        gap: 5px;
        margin: 22px 0 20px;
    }
    .bg-text p {
        font-size: 20px;
        line-height: 32px;
        padding: 0;
        text-align: center;
        width: 100%;
        max-width: max-content;
    }

    .consultation-contact {
        border: 0;
        height: auto;
        margin: 30px auto 0;
        padding: 0;
    }
    .consultation-contact__left {
        display: none;
    }
    .consultation-contact__right {
        justify-content: center;
        padding-left: 0;
        width: 100%;
    }
    .consultation-contact__tel {
        width: 100%;
    }
    .consultation-contact__tel a {
        background: #E77461;
        background: linear-gradient(180deg, rgba(231, 116, 97, 1) 0%, rgba(231, 116, 97, 1) 80%, rgba(213, 108, 91, 1) 100%);
        border-radius: 50px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        filter: drop-shadow(0 1px 2px rgb(0 0 0 / 8%));
        height: 50px;
        margin: 0 auto 10px;
        width: 100%;
        max-width: 295px;
    }
}

/* corporation & case */
.corporation,
.case {
    padding: 0 0 140px;
    position: relative;
}
.corporation::before,
.case::before {
    background: #fff;
    content: "";
    display: block;
    height: 214px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.corporation-inner,
.case-inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column2);
}
.corporation-images,
.case-images {
    border-radius: 12px;
    line-height: 0;
    margin: 0 0 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.corporation-content,
.case-content {
    background: #fff;
    border-radius: 12px;
    margin: 60px auto 0;
    padding: 60px 0 50px;
    position: relative;
    width: 100%;
    max-width: 840px;
}

.corporation-tag,
.case-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    margin: auto;
    padding: 0 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    width: 100%;
    max-width: max-content;
}
.corporation-tag {
    background-color: #5CA4A1;
}
.case-tag {
    background-color: #E77461;
}
.corporation-tag p span,
.case-tag p span {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.corporation-txt ul,
.case-txt ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 auto;
    width: 100%;
    max-width: max-content;
}
.corporation-txt ul li,
.case-txt ul li {
    display: flex;
    justify-content: ce;
    align-items: center;
}
.corporation-txt ul li::before,
.case-txt ul li::before {
    background: url(../images/icon-check.svg) no-repeat;
    background-position: center;
    background-size: 18px;
    border-radius: 50%;
    content: "";
    display: block;
    height: 30px;
    margin-right: 17px;
    width: 30px;
}
.corporation-txt ul li::before {
    background-color: #5CA4A1;
}
.case-txt ul li::before {
    background-color: #E77461;
}
.corporation-txt ul li p,
.case-txt ul li p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    width: calc(100% - 47px);
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .corporation,
    .case {
        padding: 0 0 60px;
    }
    .corporation::before,
    .case::before {
        height: 92px;
    }
    .corporation-inner,
    .case-inner {
        max-width: var(--mian-column);
    }
    .corporation-images,
    .case-images {
        border-radius: 10px;
        margin: 0 0 50px;
    }
    .corporation-content,
    .case-content {
        border-radius: 10px;
        margin: 0 auto;
        padding: 48px 0 30px;
    }

    .corporation-tag,
    .case-tag {
        background: none;
        display: block;
        height: auto;
        padding: 0;
        top: -15px;
    }
    .corporation-tag {
        top: -55px;
    }
    .corporation-tag p,
    .case-tag p {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    .corporation-tag p span,
    .case-tag p span {
        display: block;
        font-size: 20px;
        line-height: 32px;
        padding: 0 10px;
    }
    .corporation-tag p span {
        background-color: #5CA4A1;
    }
    .case-tag p span {
        background-color: #E77461;
    }

    .corporation-txt,
    .case-txt {
        padding: 0 20px;
    }
    .corporation-txt ul,
    .case-txt ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .corporation-txt ul li,
    .case-txt ul li {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .corporation-txt ul li::before,
    .case-txt ul li::before {
        background-size: 14px;
        height: 22px;
        margin-right: 12px;
        position: relative;
        top: 2px;
        width: 22px;
    }
    .corporation-txt ul li p,
    .case-txt ul li p {
        font-size: 18px;
        line-height: 25.2px;
        width: calc(100% - 34px);
    }
}

/* corporation */
.corporation {
    background: rgb(92 164 161 / 20%);
    margin: 0 0 160px;
}
.corporation-content {
    margin-bottom: 40px;
}
.corporation-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 auto;
    width: 100%;
    max-width: 840px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .corporation {
        margin: 0 0 80px;
    }
    .corporation-head {
        margin: 0 auto 87px;
    }
    .corporation-content {
        margin-bottom: 20px;
    }
    .corporation-text {
        padding: 0 20px;
        width: 100%;
    }
}

/* case */
.case {
    background: rgb(231 116 97 / 20%);
}
.case-content {
    margin-bottom: 60px;
}
.case-service {
    margin: 0 auto;
    width: 100%;
    max-width: var(--sub-column3);
}
.case-service__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px;
    text-align: center;
}
.case-service__ttl h3,
.case-service__ttl h3 span {
    color: var(--main-theme-color);
    font-size: 32px;
    font-weight: 900;
}
.case-service__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.case-service__item {
    background: #fff;
    border: 1px solid var(--main-theme-color);
    border-radius: 11px;
    overflow: hidden;
}
.case-service__image {
    line-height: 0;
}
.case-service__text {
    padding: 43px 40px 32px;
    position: relative;
}
.case-service__tag {
    background: #fff;
    border: 1px solid var(--main-theme-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    text-align: center;
    width: 100%;
    max-width: 200px;
}
.case-service__tag p {
    color: var(--main-theme-color);
    font-size: 20px;
    font-weight: 900;
    line-height: 40px;
}
.case-service__txt p {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .case-content {
        margin-bottom: 40px;
    }
    .case-service {
        padding: 0 20px;
        max-width: 100%;
    }
    .case-service__ttl {
        margin: 0 0 20px;
        padding: 0 20px;
        position: relative;
    }
    .case-service__ttl::before,
    .case-service__ttl::after {
        background: var(--main-theme-color);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
    }
    .case-service__ttl::before {
        left: 0;
        transform: rotate(-15deg);
    }
    .case-service__ttl::after {
        right: 0;
        transform: rotate(15deg);
    }
    .case-service__ttl h3,
    .case-service__ttl h3 span {
        font-size: 20px;
    }
    .case-service__items {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .case-service__item {
        border-radius: 9px;
    }
    .case-service__text {
        padding: 33px 30px 25px;
    }
    .case-service__tag {
        height: 36px;
        top: -18px;
        max-width: 180px;
    }
    .case-service__tag p {
        font-size: 18px;
        line-height: 36px;
    }
    .case-service__txt p {
        font-size: 18px;
        line-height: 25.2px;
    }
}

/* cmessage */
.cmessage {
    background: url(../images/corporation-bg.jpg) no-repeat;
    background-position: left center;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 660px;
    width: 100%;
}
.cmessage-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column3);
}
.cmessage-content {
    padding-left: 120px;
    width: 50%;
}
.cmessage-head {
    text-align: left;
}
.cmessage-body p {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
}
.cmessage-btn {
    height: 60px;
    margin: 40px 0 0;
    width: 100%;
    max-width: 340px;
}
.cmessage-btn a {
    background: #E77461;
    background: linear-gradient(180deg, rgba(231, 116, 97, 1) 0%, rgba(231, 116, 97, 1) 80%, rgba(213, 108, 91, 1) 100%);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 8%));
    font-size: 24px;
    font-weight: 700;
    height: 100%;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .cmessage {
        background-image: url(../images/corporation-bg-sp.jpg);
        background-position: center top;
        height: auto;
        padding: 95vw 0 80px;
    }
    .cmessage-inner {
        justify-content: center;
    }
    .cmessage-head {
        margin: 0 auto 40px;
    }
    .cmessage-content {
        padding: 0;
        width: 100%;
    }
    .cmessage-btn {
        height: 50px;
        margin: 40px auto 0;
        max-width: 315px;
    }
    .cmessage-btn a {
        font-size: 18px;
    }
}

/* insurance */
.insurance {
    background: rgb(92 164 161 / 20%);
    padding: 60px 0;
}
.insurance-inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--sub-column2);
}
.insurance-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.insurance-left {
    background: #37BBB6;
    width: 524px;
}
.insurance-right {
    width: calc(100% - (34px + 524px));
}
.insurance-left h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 44.8px;
}
.insurance-right p {
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
}
.insurance-right p span {
    background:linear-gradient(transparent 60%, #fff 60%);
}
.insurance-banner {
    margin: 40px 0 0;
}
.insurance-banner__ttl {
    margin: 0 0 23px;
    text-align: center;
}
.insurance-banner__ttl h3 {
    color: #5CA4A1;
    font-size: 16px;
    font-weight: 700;
}
.insurance-banner__image {
    line-height: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 920px;
}
@media screen and (max-width: 968px) {
    .insurance-left {
        margin: 0 auto 30px;
        padding: 0;
        text-align: center;
        width: 100%;
        max-width: max-content;
    }
    .insurance-right {
        margin: 0 auto;
        padding: 0 20px;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .insurance {
        padding: 44px 0 60px;
    }
    .insurance-inner {
        width: 100%;
        max-width: var(--mian-column);
    }
    .insurance-left h2 {
        font-size: 16px;
        line-height: 32px;
    }
    .insurance-banner {
        margin: 30px 0 0;
    }
    .insurance-banner__ttl {
        margin: 0 0 10px;
    }
    .insurance-banner__ttl h3 {
        font-size: 16px;
    }
}

/* telcard */
.telcard {
    margin: 0;
    padding: 0 0 80px;
}
.telcard-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 796px;
}
.telcard-head {
    margin: 0 0 15px;
    text-align: center;
}
.telcard-head h2 {
    font-size: 16px;
    font-weight: 700;
}
.telcard-contact {
    border: 3px solid #F0F0F0;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    margin: 0 auto;
    padding: 0 35px;
    width: 100%;
}
.telcard-contact__left {
    width: 50%;
    
}
.telcard-contact__left p {
    background: #F0F0F0;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    height: 55px;
    width: 100%;
    max-width: 280px;
}
.telcard-contact__right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 45px;
    text-align: center;
    width: 50%;
}
.telcard-contact__tel a {
    color: var(--main-theme-color);
    font-family: var(--ft-poppin);
    font-size: 38px;
    font-weight: 600;
}
.telcard-contact__tel p {
    font-size: 13px;
    font-weight: 500;
}
@media screen and (max-width: 968px) {
    .telcard-contact__right {
        padding-left: 35px;
    }
}
@media screen and (max-width: 768px) {
    .telcard {
        margin: 0;
        padding: 0 0 40px;
    }
    .telcard-inner {
        width: 100%;
        max-width: 100%;
    }
    .telcard-contact {
        border: 0;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    .telcard-contact__left {
        display: none;
    }
    .telcard-contact__right {
        justify-content: center;
        padding-left: 0;
        width: 100%;
    }
    .telcard-contact__tel {
        width: 100%;
    }
    .telcard-contact__tel a {
        background: #E77461;
        background: linear-gradient(180deg, rgba(231, 116, 97, 1) 0%, rgba(231, 116, 97, 1) 80%, rgba(213, 108, 91, 1) 100%);
        border-radius: 50px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        filter: drop-shadow(0 1px 2px rgb(0 0 0 / 8%));
        height: 50px;
        margin: 0 auto 10px;
        width: 100%;
        max-width: 295px;
    }
}

/* support-point */
.support-point {
    padding: 0 0 140px;
    position: relative;
}
.support-point::before {
    background: rgba(231, 116, 97, 15%);
    content: "";
    display: block;
    height: calc(100% - 48px);
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
}
.support-point__inner {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1100px;
}
.support-fukidashi {
    margin: -48px auto 0;
    width: 305px;
}
.support-point__head {
    margin: 0 0 90px;
    text-align: center;
}
.support-point__head h2 {
    font-size: 46px;
    font-weight: 900;
}
.support-point__head h2 .num {
    color: #E77461;
    font-family: var(--ft-poppin);
    font-size: 70px;
    font-weight: 700;
}
.support-point__head h2 .txt {
    font-size: 40px;
    font-weight: 900;
}
.support-point__items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 73px;
}
.support-point__item {
    position: relative;
    width: calc((100% - (73px * 3)) / 4);
}
.support-point__num {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.support-point__num p {
    color: #E77461;
    font-family: var(--ft-poppin);
    font-size: 13px;
    font-weight: 600;
}
.support-point__num p span {
    color: #E77461;
    display: block;
    font-family: var(--ft-poppin);
    font-size: 46px;
    font-weight: 400;
    line-height: 1em;
    text-shadow:0 0 3px #FCEAE7,0 0 3px #FCEAE7,0 0 3px #FCEAE7,0 0 3px #FCEAE7,0 0 3px #FCEAE7,0 0 3px #FCEAE7,0 0 3px #FCEAE7,0 0 3px #FCEAE7,0 0 3px #FCEAE7,0 0 3px #FCEAE7,0 0 3px #FCEAE7,0 0 3px #FCEAE7,0 0 3px #FCEAE7,0 0 3px #FCEAE7,0 0 3px #FCEAE7,0 0 3px #FCEAE7;
}
.support-point__image {
    line-height: 0;
}
.support-point__text {
    margin: 20px 0 0;
}
.support-point__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    min-height: 61px;
    margin: 0 0 18px;
    position: relative;
    text-align: center;
}
.support-point__ttl .rubi {
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 5px;
}
.support-point__txt {
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .support-point {
        margin-top: 32px;
        padding: 0 0 60px;
    }
    .support-point::before {
        height: calc(100% - 26px);
        top: 26px;
    }
    .support-fukidashi {
        margin: -26px auto 0;
        width: 211px;
    }
    .support-point__head {
        margin: 0 0 50px;
    }
    .support-point__head h2 {
        font-size: 29px;
    }
    .support-point__head h2 .num {
        font-size: 46px;
    }
    .support-point__head h2 .txt {
        font-size: 25px;
    }
    .support-point__body {
        overflow-x: auto;
        padding: 0 30px;
    }
    .support-point__items {
        flex-wrap: nowrap;
        gap: 46px;
        width: max-content;
    }
    .support-point__item {
        width: 220px;
    }
    .support-point .scroll-hint-icon {
        top: calc(50% + 10px);
    }
}

/* support anker */
.support-anker {
    margin: 0 0 100px;
    padding: 80px 0 0;
    position: relative;
}
.support-anker::before {
    background: #F0F0F0;
    content: "";
    display: block;
    height: 354px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.support-anker__inner {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: var(--sub-column2);
}
.support-anker__head {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 0 120px;
}
.support-anker__image {
    border-radius: 12px;
    line-height: 0;
    overflow: hidden;
    width: 50%;
}
.support-anker__text {
    display: flex;
    flex-direction: column;
    gap: 33px;
    padding: 0 50px 0 100px;
    width: 50%;
}
.support-anker__text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
}
.support-anker__body {
    background: #F0F0F0;
    border-radius: 12px;
    margin: 0 auto;
    padding: 39px 61px 37px;
    width: calc(100% - 100px);
}
.support-anker__body ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    row-gap: 20px;
}
.support-anker__body ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}
.support-anker__body ul li a::after {
    background: url(../images/icon-solid-arrow-d.svg) no-repeat;
    background-position: center;
    background-size: 6px;
    border: 1px solid #2B1C0D;
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}
.support-anker__body ul li a span {
    border-bottom: 1px solid #2B1C0D;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .support-anker {
        margin: 0 0 80px;
        padding: 0;
    }
    .support-anker::before {
        display: none;
    }
    .support-anker__inner {
        max-width: none;
    }
    .support-anker__head {
        margin: 0 0 40px;
        padding: 30px 0 60px;
        position: relative;
    }
    .support-anker__head::before {
        background: #F0F0F0;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .support-anker__image {
        border-radius: 10px;
        margin: 30px auto;
        position: relative;
        width: 100%;
    }
    .support-anker__text {
        gap: 0;
        padding: 0 20px;
        position: relative;
        width: 100%;
    }
    .support-anker__text p {
        font-size: 16px;
        line-height: 32px;
        padding: 0 10px;
    }
    .support-anker__body {
        border-radius: 10px;
        margin: 0 auto;
        padding: 26px 25px 30px;
        width: 100%;
        max-width: var(--mian-column);
    }
    .support-anker__body ul {
        gap: 15px;
        row-gap: 15px;
    }
    .support-anker__body ul li {
        width: 100%;
    }
    .support-anker__body ul li a::after {
        background: url(../images/icon-solid-arrow-d.svg) no-repeat;
        background-position: center;
        background-size: 6px;
        border: 1px solid #2B1C0D;
        border-radius: 50%;
        content: "";
        display: block;
        height: 20px;
        width: 20px;
    }
    .support-anker__body ul li a span {
        border-bottom: 1px solid #2B1C0D;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
    }
}

/* support card */
.support-card {
    margin-top: -65px;
    padding: 65px 0 140px;
    position: relative;
}
.support-card.blue,
.support-card.pink {
    margin: -65px 0 120px;
}
.support-card.last {
    padding-bottom: 0;
}
.support-card::before {
    content: "";
    display: block;
    height: calc(100% - 140px);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.support-card.blue::before {
    background: rgba(92 164 161 / 20%);
}
.support-card.w::before {
    background: #fff;
}
.support-card.pink::before {
    background: rgba(231 116 97 / 20%);
}
.support-card__inner {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: var(--sub-column2);
}
.support-card__head {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-color: #fff;
    border-radius: 11px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    height: 278px;
    margin: 0 0 80px;
    overflow: hidden;
}
#c1.support-card .support-card__head {
    background-image: url(../images/support-car1.jpg);
}
#c2.support-card .support-card__head {
    background-image: url(../images/support-car2.jpg);
}
#c3.support-card .support-card__head {
    background-image: url(../images/support-car3.jpg);
}
#c4.support-card .support-card__head {
    background-image: url(../images/support-car4.jpg);
}
#c5.support-card .support-card__head {
    background-image: url(../images/support-car5.jpg);
}
#c6.support-card .support-card__head {
    background-image: url(../images/support-car6.jpg);
}
#c7.support-card .support-card__head {
    background-image: url(../images/support-car7.jpg);
}
#c8.support-card .support-card__head {
    background-image: url(../images/support-car8.jpg);
}
.support-card.blue .support-card__head {
    border: 1px solid #37BBB6;
}
.support-card.w .support-card__head {
    border: 1px solid #508BBF;
}
.support-card.pink .support-card__head {
    border: 1px solid #E77461;
}
.support-head__img {
    display: none;
}
.support-head__text {
    height: 100%;
    padding: 85px 0 85px 74px;
}
.support-head__text h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 57.6px;
}
.support-card__scroll {
    overflow: auto !important;
}
.support-card__cars {
    content-visibility: visible;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 30px;
    margin: 0 auto 80px;
	contain: none;
	transform: none;
	will-change: auto;
    width: 100%;
    max-width: 790px;
}
.support-card__car {
    background: #fff;
    border-radius: 12px;
    filter: drop-shadow(0 0 20px rgb(0 0 0 / 8%));
	transform: translateZ(0);
	backface-visibility: hidden; /* チラつき対策 */
    width: calc((100% - (30px * 1)) / 2);
}
.support-car__image {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    position: relative;
}
.support-car__img {
    line-height: 0;
}
.support-car__text {
    background: #fff;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    padding: 28px 25px 25px;
}
.support-car__text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}
.support-car__head {
    background: #fff;
    border-radius: 12px 0 0 0;
    padding: 15px 25px;
    position: absolute;
    right: 0;
    bottom: -13px;
}
.support-car__head h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 28.8px;
}
.support-card__point dt {
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    padding-left: 190px;
    position: relative;
    width: 100%;
}
.support-card__point.show dt {
    border-radius: 12px 12px 0 0;
}
.support-card.blue .support-card__point dt,
.support-card.blue .support-card__point .point-card__icon span,
.support-card.blue .support-card__point dd {
    background: #5CA4A1;
}
.support-card.w .support-card__point dt,
.support-card.w .support-card__point .point-card__icon span,
.support-card.w .support-card__point dd {
    background: #508BBF;
}
.support-card.pink .support-card__point dt,
.support-card.pink .support-card__point .point-card__icon span,
.support-card.pink .support-card__point dd {
    background: #E77461;
}
.point-card__icon {
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin: auto;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    width: 40px;
}
.point-card__icon span {
    background: #fff;
    border-radius: 50px;
    display: block;
    height: 2px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition-duration: .3s;
    width: 17px;
}
.point-card__icon span:nth-child(2) {
    transform: rotate(90deg);
}
.support-card__point.show .point-card__icon span:nth-child(2) {
    transform: rotate(0);
}
.support-card__point dd {
    border-top: 1px solid #FFFFFF;
    border-radius: 0 0 12px 12px;
    display: none;
}
.support-card__point dt::before {
    background: url(../images/support-card__point.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 128px;
    position: absolute;
    left: 48px;
    bottom: 0;
    width: 128px;
}
.support-card__point dt p,
.support-card__point dt h4,
.support-card__point dt h4 span {
    color: #fff;
}
.support-card__point dt p {
    font-size: 22px;
    font-weight: 700;
    margin-right: 10px;
}
.support-card__point dt p span {
    color: #FFE758;
    display: block;
    font-family: var(--ft-poppin);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}
.support-card__point dt h4,
.support-card__point dt h4 span {
    font-size: 40px;
    font-weight: 700;
}
.support-card__point dt h4 span {
    margin-left: 5px;
}
.support-card__point dd {
    padding: 45px 55px;
}
.support-card__point dd p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .support-card {
        margin-top: -50px;
        padding: 50px 0 60px;
    }
    .support-card.blue,
    .support-card.pink {
        margin: -50px 0 80px;
    }
    .support-card.last {
        padding-bottom: 65px;
    }
    .support-card::before {
        height: calc(100% - 135px);
    }
    .support-card__inner {
        max-width: var(--mian-column);
    }
    .support-card__head {
        background: #fff;
        background-image: none;
        border-radius: 9px;
        height: auto;
        margin: 0 0 40px;
    }
    .support-head__img {
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        display: block;
        height: 160px;
        width: 100%;
    }
    #c1.support-card .support-card__head,
    #c2.support-card .support-card__head,
    #c3.support-card .support-card__head,
    #c4.support-card .support-card__head,
    #c5.support-card .support-card__head,
    #c6.support-card .support-card__head,
    #c7.support-card .support-card__head,
    #c8.support-card .support-card__head {
        background-image: none;
    }
    #c1.support-card .support-card__head .support-head__img {
        background-image: url(../images/support-car1.jpg);
    }
    #c2.support-card .support-card__head .support-head__img {
        background-image: url(../images/support-car2.jpg);
    }
    #c3.support-card .support-card__head .support-head__img {
        background-image: url(../images/support-car3.jpg);
    }
    #c4.support-card .support-card__head .support-head__img {
        background-image: url(../images/support-car4.jpg);
    }
    #c5.support-card .support-card__head .support-head__img {
        background-image: url(../images/support-car5.jpg);
    }
    #c6.support-card .support-card__head .support-head__img {
        background-image: url(../images/support-car6.jpg);
    }
    #c7.support-card .support-card__head .support-head__img {
        background-image: url(../images/support-car7.jpg);
    }
    #c8.support-card .support-card__head .support-head__img {
        background-image: url(../images/support-car8.jpg);
    }
    .support-head__text {
        padding: 20px 0 28px;
        text-align: center;
        width: 100%;
    }
    .support-head__text h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
    }
    .support-card__scroll {
        margin: 0 0 46px;
    }
    .support-card__cars {
        justify-content: center;
        gap: 11px;
        margin: 0;
        padding: 0 15px;
        min-width: max-content;
        width: 100%;
        max-width: none;
    }
    .support-card__car {
        width: 320px;
    }
    .support-car__text {
        padding: 23px 25px 25px 30px;
    }
    .support-car__head {
        border-radius: 10px 0 0 0;
        bottom: -6px;
    }
    .support-car__head h3 {
        font-size: 13px;
        line-height: 20px;
    }
    .support-card__point dt {
        border-radius: 10px;
        height: 70px;
        padding-left: 98px;
    }
    .support-card__point.show dt {
        border-radius: 10px 10px 0 0;
    }
    .point-card__icon {
        height: 32px;
        right: 15px;
        width: 32px;
    }
    .point-card__icon span {
        width: 14px;
    }
    .support-card__point dd {
        border-radius: 0 0 10px 10px;
    }
    .support-card__point dt::before {
        height: 80px;
        left: 10px;
        width: 80px;
    }
    .support-card__point dt p {
        font-size: 16px;
        margin-right: 4px;
    }
    .support-card__point dt p span {
        font-size: 12px;
    }
    .support-card__point dt h4,
    .support-card__point dt h4 span {
        font-size: 30px;
    }
    .support-card__point dt h4 span {
        margin-left: -7px;
    }
    .support-card__point dd {
        padding: 28px 30px 30px;
    }
}

/* contact form */
.contact-form {
    padding: 120px 0 0;
}
.contact-form__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}
.contact-form__block h2 .required,
.contact-form__item.required dt::after,
.visiter-groups__item.required dt::after {
    background: #E8380D;
    border-radius: 3px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    height: 20px;
    width: 36px;
}
.visiter-group__msg dt::after,
.contact-form__item dt::after {
    background: #5CA4A1;
    border-radius: 3px;
    color: #fff;
    content: "任意";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    height: 20px;
    width: 36px;
}
.contact-form__item.required dt::after,
.visiter-groups__item.required dt::after {
    content: "";
    content: "必須";
}
.visiter-group__msg dt::after {
    margin: 10px 0 0;
}
.contact-form__blocks {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.contact-form__block h2 {
    background: rgb(231 116 97 / 15%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    padding: 0 0 0 20px;
    width: 100%;
}
.contact-form__block h2 .required {
    margin-left: 10px;
}
.contact-form__block h2 .notice {
    color: #E8380D;
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
}
.contact-form__txt {
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 20px;
}
.visiter-date__col .wpcf7-not-valid-tip {
    font-size: 14px;
    position: absolute;
    bottom: -19px;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}
/* radio */
.wpcf7-checkbox,
.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.wpcf7-list-item {
    display: block;
    margin: 0;
}
.wpcf7-list-item input {
    display: none;
}
.wpcf7-list-item-label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
.wpcf7-checkbox .wpcf7-list-item input + .wpcf7-list-item-label::before {
    background: url(../images/icon-check-g.svg) no-repeat;
    background-color: #fff;
    background-position: center;
    background-size: 14px;
    border: 1px solid #CCCCCC;
    content: "";
    display: block;
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: 20px;
}
.wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
    background-image: url(../images/icon-check.svg);
    background-color: #5CA4A1;
    border: 1px solid #5CA4A1;
}
.wpcf7-radio .wpcf7-list-item input + .wpcf7-list-item-label::before {
    border: 1px solid #ccc;
    border-radius: 50%;
    content: "";
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: 20px;
}
.wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
    border: 1px solid #5CA4A1;
}
.wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
    background: #5CA4A1;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 6px;
    width: 10px;
}
.wpcf7-not-valid-tip {
    display: block;
    margin: 15px 0 0;
    /* position: absolute;
    bottom: -20px; */
}
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.wpcf7-form-control-wrap textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #F7F7F7;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    height: 110px;
    outline: none;
    padding: 15px 24px 20px 18px;
    resize: vertical;
    width: 100%;
}
.deal-item {
    margin: 23px 0 0;
}
.deal-item > .wpcf7-form-control-wrap,
.deal-txt,
.contact-type {
    padding: 0 20px;
}
.deal-txt {
    font-size: 13px;
    font-weight: 500;
    margin: 16px 0 40px;
}
.deal-txt + div {
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
    padding: 0 0 25px;
}
div[data-id="visit"] {
    border-bottom: 2px solid #ccc;
    margin: 0 0 80px;
    padding: 0 20px 60px;
}
.visiter-group__head {
    border-bottom: 5px solid rgb(231 116 97 / 15%);
    margin: 0 0 20px;
    padding: 0 0 8px;
}
.visiter-group__head h3 {
    font-size: 18px;
    font-weight: 700;
}
.visiter-group__txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}
.visiter-groups {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}
.contact-form__item,
.visiter-groups__item,
.visiter-group__msg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.contact-form__item dt,
.visiter-groups__item dt,
.visiter-group__msg dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 250px;
}
.visiter-group__msg dt {
    display: block;
}
.visiter-group__msg dt {
    padding-right: 85px;
}
.contact-form__item dt label,
.visiter-groups__item dt label,
.visiter-group__msg dt label {
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}
.visiter-group__msg dt label {
    margin-right: 0;
}
.contact-form__item dd,
.visiter-groups__item dd,
.visiter-group__msg dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: calc(100% - 250px);
}
.contact-form__item dd,
.visiter-group__msg dd {
    display: block;
}
.visiter-date__col.column-type1 {
    margin-right: 15px;
    position: relative;
    width: 300px;
}
.visiter-date__col.column-type2 {
    width: 200px;
}
.contact-form input,
.contact-form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #F7F7F7;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    outline: none;
    padding: 0 20px;
    width: 100%;
}
.contact-form input::placeholder {
    color: #ccc;
}
.visiter-date__col.column-type1 label {
    background: url(../images/icon-cal.svg) no-repeat;
    background-position: center;
    background-size: 18px;
    background-color: #ccc;
    border-radius: 8px 0 0 8px;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    z-index: 1;
}
.visiter-date__col.column-type1 input {
    padding-left: 80px;
}
/* Chrome / Safari / Edge (WebKit系) */
input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}
/* Firefox */
input[type="date"]::-moz-focus-inner {
	border: 0;
}
/* Edge Legacy */
input[type="date"]::-ms-clear,
input[type="date"]::-ms-expand {
	display: none;
}
.visiter-date__col.column-type2 select {
    background-image: url(../images/icon-solid-arrow-d-g.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 13px;
    padding: 0 20px;
}
.texaarea-wrap {
    position: relative;
}
.placeholder {
    color: #ccc;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    position: absolute;
    left: 18px;
    top: 15px;
    pointer-events: none;
}
.placeholder.hidden{
    display: none;
}
.contact-form__item:not(:last-child) {
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
    padding: 0 0 30px;
}
.contact-form__item dd .notice {
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0 0;
}
.contact-form__item dd .txt {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
}
.contact-form__item dd .attention {
    color: #CCCCCC;
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0 0;
    text-align: right;
}
.contact-form__policy {
    border: 4px solid #F0F0F0;
    border-radius: 12px;
    margin: 0 auto 60px;
    padding: 30px 40px;
}
.contact-form__policy h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
}
.contact-form__policy p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}
.contact-form__policy p a {
    font-weight: 700;
    text-decoration: underline;
}

.contact-form__submit {
    height: 60px;
    margin: 0 auto;
    width: 100%;
    max-width: 340px;
}
.contact-form__submit input {
    background: #E77461;
    background: linear-gradient(180deg, rgba(231, 116, 97, 1) 0%, rgba(231, 116, 97, 1) 80%, rgba(213, 108, 91, 1) 100%);
    border: 0;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 8%));
    height: 100%;
    padding: 0;
    width: 100%;
}
.contact-form__submit .wpcf7-spinner,
.wpcf7-response-output {
    display: none;
}
.email-blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 968px) {
    .contact-form {
        padding: 80px 0 100px;
    }
    .slug-contact .contactitem {
        display: none;
    }
    .slug-contact .telcard + .contactitem {
        display: block;
    }
    .visiter-group__msg dt::after {
        margin: 5px 0 0;
    }
    .contact-form__block h2 {
        font-size: 16px;
        height: 60px;
        padding: 0 0 0 30px;
    }
    .contact-form__block h2 .notice {
        font-size: 12px;
    }
    .contact-form__txt {
        font-size: 16px;
        margin: 20px 0 15px;
    }
    /* radio */
    .wpcf7-checkbox,
    .wpcf7-radio {
        gap: 8px;
    }
    .wpcf7-form-control-wrap textarea {
        height: 159px;
        padding: 15px 18px;
    }
    .deal-item {
        margin: 20px 0 0;
    }
    .deal-item > .wpcf7-form-control-wrap,
    .deal-txt {
        padding: 0;
    }
    .deal-item,
    .contact-form__txt,
    .contact-type {
        padding: 0 30px;
    }
    .deal-txt {
        margin: 15px 0 46px;
    }
    .deal-txt + div {
        border-bottom: 0;
        margin: 0 0 60px;
        padding: 0;
    }
    div[data-id="visit"] {
        margin: 0 0 60px;
        padding: 0 0 30px;
    }
    .visiter-group__head {
        margin: 0 0 15px;
        padding: 0 0 5px;
    }
    .visiter-group__head h3 {
        font-size: 16px;
    }
    .visiter-groups {
        gap: 16px;
        margin: 30px 0;
    }
    .contact-form__item dt,
    .visiter-groups__item dt,
    .visiter-group__msg dt {
        margin: 0 0 15px;
        width: 100%;
    }
    .visiter-group__msg dt {
        padding-right: 0;
    }
    .contact-form__item dt label,
    .visiter-groups__item dt label,
    .visiter-group__msg dt label {
        font-size: 15px;
    }
    .visiter-groups__item dt {
        margin: 0 0 11px;
    }
    .contact-form__item dd,
    .visiter-groups__item dd,
    .visiter-group__msg dd {
        width: 100%;
    }
    .visiter-date__col.column-type1 {
        margin-right: 10px;
        width: 200px;
    }
    .visiter-date__col.column-type2 {
        width: 105px;
    }
    .contact-form input,
    .contact-form select {
        height: 50px;
    }
    .visiter-date__col.column-type1 label {
        width: 50px;
    }
    .visiter-date__col.column-type1 input {
        padding-left: 65px;
    }
    .visiter-date__col.column-type2 select {
        background-size: 10px;
    }
    .contact-form__item:not(:last-child) {
        margin: 0 0 20px;
        padding: 0 0 20px;
    }
    .contact-form__item dd .txt {
        margin: 0 0 12px;
    }
    .contact-form__policy {
        border: 3px solid #F0F0F0;
        padding: 27px 26px 24px;
        width: calc(100% - 20px);
    }
    .contact-form__policy h3 {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .contact-form__policy p {
        font-size: 16px;
    }

    .contact-form__submit {
        height: 50px;
        max-width: 315px;
    }
    .contact-form__submit input {
        font-size: 18px;
    }

    .email-blocks {
        gap: 16px;
    }

}
@media screen and (max-width: 768px) {}

/* contact-modal */
.contact-modal__bg {
    background: rgb(0 0 0 / 30%);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.contact-modal__content {
    background: #fff;
    border: 6px solid #F0F0F0;
    border-radius: 12px;
    /* height: 700px; */
    height: calc(100vh - 40px);
    margin: auto;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 20px);
    max-width: 1097px;
    z-index: 999;
}
.contact-modal__content .modal-close {
    background-image: url(../images/icon-close-g.svg);
    border: 1px solid #666666;
}
.modal-content__inner {
    /* height: 100%;
    overflow-y: auto; */
    padding: 80px;
    /* scrollbar-width: none;
    -ms-overflow-style: none; */
    width: 100%;
}
/* .modal-content__inner::-webkit-scrollbar {
    display: none;
} */
.modal-content__cont {
    /* overflow-y: auto; */
    width: 100%;
}
.modal-content__head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin: 0 0 65px;
}
.modal-content__head::before {
    background: url(../images/contact-thanks.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 95px;
    width: 150px;
}
.modal-content__head h2 {
    color: #5CA4A1;
    font-size: 28px;
    font-weight: 700;
    width: 100%;
    max-width: max-content;
}
.modal-content__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 120px;
    position: relative;
}
.modal-content__flex::after {
    background: #ccc;
    content: "";
    display: block;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1px;
}
.modal-content__left,
.modal-content__right {
    width: calc((100% - (120px * 1)) / 2);
}
.modal-text {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
}
.modal-notice {
    font-size: 13px;
    font-weight: 500;
}
.modal-notice a {
    border-bottom: 1px solid var(--main-text-color);
    font-weight: 700;
}
.modal-information {
    background: rgb(92 164 161 / 20%);
    border-radius: 10px;
    margin: 20px 0;
    padding: 27px 34px;
}
.modal-information__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.modal-information__item:not(:last-child) {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 0 0 16px;
}
.modal-information__item dt {
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    width: 90px;
}
.modal-information__item dd {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    width: calc(100% - 90px);
}
.modal-content__tel {
    border: 3px solid #F0F0F0;
    border-radius: 12px;
    margin: 20px 0 18px;
    padding: 20px 25px;
    text-align: center;
}
.modal-tel__ttl {
    background: #F0F0F0;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 8px 0;
}
.modal-tel {
    color: #E77461;
    font-family: var(--ft-poppin);
    font-size: 38px;
    font-weight: 600;
}
.modal-tel__info {
    font-size: 13px;
    font-weight: 500;
    margin: -8px 0 0;
}
.contact-line__qr {
    background: #F7F7F7;
    border-radius: 12px;
    padding: 35px 0 38px;
    text-align: center;
}
.contact-qr__ttl {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
}
.qr-image {
    line-height: 0;
    margin: 0 auto 15px;
    width: 100%;
    max-width: 200px;
}
.lineid {
    font-size: 18px;
    font-weight: 900;
}
.contact-line__btn {
    margin: 40px auto 0;
}
.contact-modal .modal-btn {
    height: 60px;
    margin: 60px auto 0;
    width: 100%;
    max-width: 320px;
}
.contact-modal .modal-btn a {
    background: #CCCCCC;
    background: linear-gradient(180deg, rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 1) 85%, rgba(188, 188, 188, 1) 100%);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 968px) {
    .contact-modal__content {
        border: 4px solid #F0F0F0;
        border-radius: 10px;
        /* height: 595px; */
        height: calc(100vh - 30px);
    }
    .modal-content__inner {
        padding: 40px 15px;
    }
    .modal-content__head {
        flex-direction: column;
        gap: 20px;
        margin: 0 0 30px;
        text-align: center;
    }
    .modal-content__head h2 {
        font-size: 20px;
    }
    .modal-content__flex {
        gap: 17px;
    }
    .modal-content__flex::after {
        display: none;
    }
    .modal-content__left,
    .modal-content__right {
        width: 100%;
    }
    .modal-text {
        margin: 0 0 15px;
    }
    .modal-information {
        margin: 15px 0;
        padding: 25px 20px;
    }
    .modal-information__item {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .modal-information__item:not(:last-child) {
        border-bottom: 1px solid #ccc;
        margin: 0 0 20px;
        padding: 0 0 16px;
    }
    .modal-information__item dt {
        font-size: 13px;
        line-height: 20.8px;
        width: 67px;
    }
    .modal-information__item dd {
        font-size: 13px;
        line-height: 20.8px;
        width: calc(100% - 67px);
    }
    .modal-content__tel {
        border: 0;
        border-radius: 0;
        margin: 20px 0 40px;
        padding: 0;
    }
    .modal-tel__ttl {
        background: none;
        font-size: 13px;
        margin: 0 0 12px;
        padding: 0;
    }
    .modal-tel {
        background: #E77461;
        border-radius: 50px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        height: 50px;
        margin: 0 auto;
        width: 100%;
        max-width: 295px;
    }
    .modal-tel__info {
        margin: 10px 0 0;
    }
    .contact-line__qr {
        border-radius: 10px;
        margin: 0 auto;
        padding: 26px 0 18px;
        width: 100%;
        max-width: 295px;
    }
    .contact-qr__ttl {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .qr-image {
        margin: 0 auto 8px;
        max-width: 145px;
    }
    .lineid {
        font-size: 16px;
    }
    .contact-line__btn {
        margin: 20px auto 0;
        width: 100%;
        max-width: 295px;
    }
    .contact-modal .modal-btn {
        height: 50px;
        margin: 40px auto 0;
        max-width: 180px;
    }
    .contact-modal .modal-btn a {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {}

/* diagnosis */
.diagnosis {
    background: rgb(231 116 97 / 20%);
    padding: 80px 0;
}
.result-box {
    margin: 0 0 120px;
    padding: 40px 0 140px;
}
.diagnosis-card {
    background: #F2EEE7;
    background-image: url(../images/diagnosis-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 776px;
    border: 2px solid #E77461;
    box-shadow: 0 0 0 6px rgb(231 116 97 / 60%);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 432px;
    margin: 0 auto;
    position: relative;
    width: calc(100% - 32px);
    max-width: 920px;
}
.diagnosis-card__inner {
    width: 100%;
}
.intro-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
}
.diagnosis-btn {
    height: 60px;
    margin: 60px auto 0;
    position: relative;
    width: 100%;
    max-width: 300px;
}
.start-btn {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border-radius: 50px;
    border: 0;
    color: #E77461;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 8%));
    height: 100%;
    width: 100%;
}
.diagnosis-img {
    margin: auto;
    position: absolute;
    right: calc((300px + 88px + 20px) * -1);
    left: 0;
    bottom: -13px;
    width: 88px;
}
#qtext p {
    font-size: 28px;
    font-weight: 700;
    line-height: 44.8px;
    height: 85px;
    margin: 0 0 57px;
    text-align: center;
}
#progress p {
    color: #E77461;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ft-poppin);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
#progress p span {
    background: #E77461;
    display: inline-block;
    height: 25px;
    margin: 0 15px;
    transform: rotate(42deg);
    width: 1px;
}
.answers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 24px 0 0;
}
.btn-ans {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border-radius: 50px;
    border: 0;
    color: #E77461;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 8%));
    height: 60px;
    width: 100%;
    max-width: 240px;
}
@media screen and (max-width: 968px) {
    .diagnosis {
        padding: 16px 0;
    }
    .result-box {
        margin: 0;
        padding: 20px 0 60px;
    }
    .diagnosis-card {
        background-image: url(../images/diagnosis-bg-sp.png);
        background-size: 289px;
        background-position: center top 20px;
        height: 400px;
        padding: 30px 15px;
    }
    .diagnosis-card__inner {
        width: 100%;
    }
    .intro-text {
        font-size: 16px;
        line-height: 28.8px;
    }
    .diagnosis-btn {
        height: 45px;
        margin: 100px auto 0;
        max-width: 200px;
    }
    .start-btn {
        font-size: 18px;
    }
    .diagnosis-img {
        right: calc((200px + 66px - 24px) * -1);
        width: 66px;
    }
    #qtext p {
        font-size: 20px;
        line-height: 32px;
        height: 61px;
        margin: 0 0 25px;
    }
    #progress p {
        font-size: 14px;
    }
    #progress p span {
        height: 25px;
        margin: 0 15px;
        transform: rotate(42deg);
    }
    .answers {
        gap: 10px;
        margin: 92px 0 0;
    }
    .btn-ans {
        font-size: 18px;
        height: 45px;
        width: calc((100% - (10px * 1)) / 2);
        max-width: 140px;
    }
}
@media screen and (max-width: 768px) {}

/* result */
.result-ttl {
    margin: 0 auto 90px;
    width: calc(100% - 20px);
    max-width: 665px;
}
/* result card */
.result-cards {
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: var(--sub-column2);
}
.result-card__head {
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 0 0 40px;
    position: relative;
    text-align: center;
    width: 100%;
}
.result-card:nth-child(1) .result-card__head {
    border: 4px solid rgb(214 189 45 / 20%);
}
.result-card:nth-child(2) .result-card__head {
    border: 4px solid rgb(176 176 176 / 20%);
}
.result-card:nth-child(3) .result-card__head {
    border: 4px solid rgb(187 127 97 / 20%);
}
.result-card__head::before {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    left: 60px;
    top: -30px;
    width: 74px;
}
.result-card:nth-child(1) .result-card__head::before {
    background-image: url(../images/rank1.png);
}
.result-card:nth-child(2) .result-card__head::before {
    background-image: url(../images/rank2.png);
}
.result-card:nth-child(3) .result-card__head::before {
    background-image: url(../images/rank3.png);
}
.result-card__head h3 {
    font-size: 36px;
    font-weight: 900;
}
.result-bottom {
    text-align: center;
}
.result-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
}
.result-bottom .linebtn {
    margin: 60px auto 0;
}
#bottom {
    padding: 60px 0 0;
    text-align: center;
}
#bottom p {
    font-size: 16px;
    font-weight: 500;
}
#bottom .corporation-btn {
    height: 60px;
    margin: 40px auto 0;
    width: 100%;
    max-width: 320px;
}
#bottom .corporation-btn a {
    background: #E77461;
    background: linear-gradient(180deg, rgba(231, 116, 97, 1) 0%, rgba(231, 116, 97, 1) 80%, rgba(213, 108, 91, 1) 100%);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 8%));
    height: 100%;
    width: 100%;
}
.share-btn {
    height: 50px;
    margin: 40px auto;
    width: 100%;
    max-width: 315px;
}
.share-btn button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #5CA4A1;
    background: linear-gradient(180deg, rgba(92, 164, 161, 1) 0%, rgba(92, 164, 161, 1) 80%, rgba(81, 141, 139, 1) 100%);
    border: 0;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 8%));
    height: 100%;
    outline: none;
    width: 100%;
}
.result-card__scroll {
    overflow: visible !important;
}
@media screen and (max-width: 968px) {
    .result-ttl {
        margin: 0 auto 70px;
        max-width: 100%;
    }
    /* result card */
    .result-card__scroll {
        overflow: scroll !important;
    }
    .result-cards {
        gap: 89px;
        width: calc(100% - 40px);
    }
    .result-card__head {
        height: 99px;
        margin: 0 0 30px;
        padding: 46px 0 0;
    }
    .result-card__head::before {
        height: 70px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: -29px;
        width: 52px;
    }
    .result-card__head h3 {
        font-size: 20px;
    }
    .result-bottom {
        border: 4px solid #F0F0F0;
        border-radius: 10px;
        margin: 0 auto;
        padding: 40px 35px;
        width: calc(100% - 20px);
    }
    .result-text {
        font-size: 16px;
        line-height: 25.6px;
        text-align: left;
    }
    .result-bottom .linebtn {
        margin: 20px auto 0;
    }
    #bottom {
        margin: 0 auto;
        padding-top: 30px;
        width: 100%;
        max-width: var(--sub-column3);
    }
    #bottom p {
        text-align: left;
    }
    #bottom .corporation-btn {
        height: 50px;
        margin: 20px auto 0;
        max-width: 315px;
    }
    #bottom .corporation-btn a {
        font-size: 18px;
    }
    .result-bottom .linebtn {
        height: 50px;
    }
    .result-bottom .linebtn a {
        font-size: 16px;
    }
    .result-bottom .linebtn a::before {
        height: 24px;
        margin-right: 10px;
        width: 25px;
    }
}
@media screen and (max-width: 768px) {}

/* result cars */
.result-card__cars {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 30px;
    margin: 0 auto;
}
.result-card__car {
    background: #fff;
    border-radius: 12px;
    filter: drop-shadow(0 0 20px rgb(0 0 0 / 8%));
    overflow: hidden;
    width: calc((100% - (30px * 1)) / 2);
}
.result-car__image {
    position: relative;
}
.result-car__img {
    line-height: 0;
}
.result-car__text {
    padding: 28px 25px 25px;
}
.result-car__text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}
.result-car__head {
    background: #fff;
    border-radius: 12px 0 0 0;
    padding: 15px 25px;
    position: absolute;
    right: 0;
    bottom: -13px;
}
.result-car__head h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 28.8px;
}
@media screen and (max-width: 968px) {
    .result-card__cars {
        justify-content: center;
        gap: 11px;
        margin: 0;
        min-width: max-content;
        width: 100%;
        max-width: none;
    }
    .result-card__car {
        width: 320px;
    }
    .result-car__text {
        padding: 23px 25px 25px 30px;
    }
    .result-car__head {
        border-radius: 10px 0 0 0;
        bottom: -6px;
    }
    .result-car__head h3 {
        font-size: 13px;
        line-height: 20px;
    }
}
@media screen and (max-width: 768px) {}

/* welcome */
.welcome {
    background: rgb(231 116 97 / 20%);
    padding: 60px 0;
}
.welcome-inner {
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 980px;
}
.welcome-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0 0 30px;
}
.welcome-head h2 {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 359px;
}
.welcome-head h2 span {
    background: #E77461;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    padding: 0 8px;
    width: 100%;
    max-width: max-content;
}
.welcome-head p {
    font-size: 16px;
    font-weight: 700;
    width: calc(100% - (359px + 70px));
}
.welcome-head p span {
    background:linear-gradient(transparent 60%, #fff 60%);
}
.welcome-body h3 {
    color: #E77461;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 23px;
    text-align: center;
}
.welcome-banner a {
    display: block;
    line-height: 0;
}
@media screen and (max-width: 968px) {
    .welcome {
        background: rgb(231 116 97 / 20%);
        padding: 40px 0;
    }
    .welcome-head {
        margin: 0 auto 30px;
        width: calc(100% - 40px);
    }
    .welcome-head h2 {
        justify-content: center;
        align-items: center;
        gap: 5px;
        margin: 0 0 40px;
        width: 100%;
    }
    .welcome-head h2 span {
        font-size: 20px;
        padding: 0 5px;
    }
    .welcome-head p {
        width: 100%;
    }
    .welcome-body h3 {
        margin: 0 0 10px;
    }
}
@media screen and (max-width: 768px) {}

/* blockname */
.slug-welcome .process {
    padding: 80px 0 172px;
}
@media screen and (max-width: 968px) {
    .slug-welcome .process {
        padding: 50px 0 125px;
    }
}
@media screen and (max-width: 768px) {}

/* welcome-anker */
.welcome-anker {
    background: #F0F0F0;
    border-radius: 12px;
    margin: 0 auto 120px;
    padding: 39px 0;
    width: calc(100% - 20px);
    max-width: var(--sub-column3);
}
.welcome-anker__body ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    row-gap: 20px;
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 830px;
}
.welcome-anker__body ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}
.welcome-anker__body ul li a::after {
    background: url(../images/icon-solid-arrow-d.svg) no-repeat;
    background-position: center;
    background-size: 6px;
    border: 1px solid #2B1C0D;
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}
.welcome-anker__body ul li span {
    border-bottom: 1px solid var(--main-text-color);
    font-size: 16px;
    font-weight: 700;
}
@media screen and (max-width: 968px) {
    .welcome-anker {
        border-radius: 10px;
        margin: 0 auto 100px;
        padding: 26px 0;
        max-width: 100%;
    }
    .welcome-anker__body ul {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 15px;
    }
}
@media screen and (max-width: 768px) {}

/* welcome-howto */
.welcome-howto {
    margin: -70px 0 0;
    padding: 70px 0 0;
}
.welcome-howto__body picture {
    display: block;
    line-height: 0;
    margin: 0 auto 47px;
    width: 100%;
    max-width: 833px;
}
.welcome-consultant__ttl {
    margin: 0 0 30px;
}
.welcome-consultant__ttl h3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.welcome-consultant__ttl h3,
.welcome-consultant__ttl h3 span {
    color: #37BBB6;
    font-size: 36px;
    font-weight: 900;
}
.welcome-howto__consultant {
    background: #37BBB6;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 80px;
    padding: 55px 0 55px 100px;
    position: relative;
    width: calc(100% - 20px);
    max-width: 1200px;
}
.welcome-consultant__left {
    width: 50%;
}
.welcome-consultant__right {
    line-height: 0;
    position: absolute;
    bottom: 0;
    right: -13px;
    width: 100%;
    max-width: 503px;
}
.welcome-consultant__left p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 44.8px;
}
.welcome-howto__card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 140px;
    width: calc(100% - 60px);
    max-width: 1100px;
}
.welcome-card__text {
    width: 50%;
}
.welcome-card__image {
    border-radius: 12px;
    line-height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
}
.welcome-card__text p {
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
}
.welcome-card__btn {
    height: 60px;
    margin: 60px 0 0;
    width: 100%;
    max-width: 400px;
}
@media screen and (max-width: 1068px) {
    .welcome-howto__consultant {
        padding: 55px 0 55px 55px;
    }
    .welcome-consultant__right {
        max-width: 400px;
    }
}
@media screen and (max-width: 968px) {
    .welcome-howto__head {
        margin: 0 auto 40px;
    }
    .welcome-howto__body picture {
        margin: 0 auto 40px;
    }
    .welcome-howto__consultant {
        margin: 0 auto 40px;
        padding: 30px 0 0;
    }
    .welcome-consultant__left {
        margin: 0 0 22px;
        text-align: center;
        width: 100%;
    }
    .welcome-consultant__right {
        margin: 0 auto;
        position: static;
        max-width: 306px;
    }
    .welcome-consultant__left p {
        font-size: 18px;
        line-height: 32px;
    }
    .welcome-howto__card {
        flex-direction: column-reverse;
        margin: 0 auto 80px;
    }
    .welcome-card__text {
        width: 100%;
    }
    .welcome-card__image {
        border-radius: 10px;
        margin: 0 0 20px;
        max-width: 100%;
    }
    .welcome-card__text p {
        font-size: 16px;
        line-height: 25.6px;
    }
    .welcome-card__btn {
        height: 50px;
        margin: 30px auto 0;
    }
}
@media screen and (max-width: 768px) {
    .welcome-consultant__ttl {
        margin: 0 0 20px;
    }
    .welcome-consultant__ttl h3,
    .welcome-consultant__ttl h3 span {
        font-size: 20px;
        text-align: center;
    }
    .welcome-consultant__ttl h3::before,
    .welcome-consultant__ttl h3::after {
        background: #37BBB6;
        content: "";
        display: block;
        height: 50px;
        width: 1px;
    }
    .welcome-consultant__ttl h3::before {
        margin-right: 15px;
        transform: rotate(-15deg);
    }
    .welcome-consultant__ttl h3::after {
        margin-left: 15px;
        transform: rotate(15deg);
    }
}

/* welcome-btn */
.welcome-btn {
    background: #E77461;
    background: linear-gradient(180deg, rgba(231, 116, 97, 1) 0%, rgba(231, 116, 97, 1) 80%, rgba(213, 108, 91, 1) 100%);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 8%));
    height: 100%;
    text-align: center;
    width: 100%;
}
.welcome-btn.outlink::after {
    background: url(../images/icon-outlink.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    margin-left: 10px;
    width: 20px;
}
@media screen and (max-width: 968px) {
    .welcome-btn {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {}

/* welcome-difference */
.welcome-difference {
    background: rgb(92 164 161 / 20%);
    margin-top: -70px;
    padding: 120px 0 140px;
}
.welcome-difference__inner {
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 1200px;
}
.difference-body__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 60px;
    text-align: center;
}
.difference-body__text p {
    font-size: 16px;
    font-weight: 500;
}
.difference-body__text p span {
    background: #37BBB6;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    padding: 0 8px;
}
.difference-table__ttl {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 30px;
}
.welcome-difference__table {
    background: #fff;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.welcome-difference__table table {
    border-collapse: collapse;
}
.welcome-difference__table table tr th:not(:last-child),
.welcome-difference__table table tr td:not(:last-child) {
    border-right: 1px solid #ccc;
}
.welcome-difference__table table tr:first-child th {
    background: #37BBB6;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    height: 79px;
}
.welcome-difference__table table tr:nth-child(2) td,
.welcome-difference__table table tr:nth-child(3) td,
.welcome-difference__table table tr:nth-child(4) td {
    padding: 20px 20px 24px 15px;
    vertical-align: top;
}
.welcome-difference__table table tr:nth-child(2),
.welcome-difference__table table tr:nth-child(3) {
    border-bottom: 2px solid #fff;
}
.welcome-difference__table table tr:nth-child(2) td {
    background: #fff;
}
.welcome-difference__table table tr:nth-child(3) td {
    background: rgb(231 116 97 / 15%);
}
.welcome-difference__table table tr:nth-child(4) td {
    background: #F0F0F0;
}
.welcome-difference__table table tr td:first-child {
    padding: 35px 50px;
    vertical-align: middle;
}
.welcome-difference__table table tr td:nth-child(1) {
    width: 20%;
}
.welcome-difference__table table tr td:nth-child(2) {
    width: 26%;
}
.welcome-difference__table table tr td:nth-child(3) {
    width: 26%;
}
.welcome-difference__table table tr td:nth-child(4) {
    width: 26%;
}
.difference-table__text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.difference-table__text p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}
.difference-table__text p::before {
    color: #37BBB6;
    content: "・";
}
.difference-table__text .nodot {
    font-size: 13px;
    margin: -2px 0 0 15px;
}
.difference-table__text .nodot::before {
    display: none;
}
.welcome-difference__table table tr td:first-child p {
    font-size: 24px;
    font-weight: 700;
    line-height: 44px;
    white-space: nowrap;
}
.welcome-difference__table table tr:nth-child(3) td p,
.welcome-difference__table table tr:nth-child(3) td .difference-table__text p,
.welcome-difference__table table tr:nth-child(3) td .difference-table__text p::before {
    color: #E77461;
    font-weight: 700;
}
.welcome-difference__topic {
    background: #fff;
    border-radius: 12px;
    margin: 70px auto 60px;
    padding: 20px 0 20px 211px;
    position: relative;
    width: 100%;
    max-width: 640px;
}
.welcome-difference__topic::before {
    background: url(../images/difference-topic.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 128px;
    position: absolute;
    left: 56px;
    bottom: -2px;
    width: 128px;
}
.welcome-difference__topic p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}
.welcome-difference__btn {
    height: 60px;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}
@media screen and (max-width: 968px) {
    .welcome-difference {
        margin-top: 0;
        padding: 60px 0;
    }
    .difference-body__text {
        margin: 0 0 40px;
    }
    .difference-table__ttl {
        font-size: 20px;
        margin: 0 0 15px;
        padding: 0 10px;
    }
    .difference-body__text p span {
        margin-bottom: 8px;
    }
    .welcome-difference__table {
        border-radius: 10px;
        overflow: hidden;
        width: max-content;
    }
    .welcome-difference__table table {
        width: 1130px;
    }
    .welcome-difference__table table tr:first-child th {
        font-size: 20px;
        height: 50px;
    }
    .welcome-difference__table table tr:nth-child(2) td,
    .welcome-difference__table table tr:nth-child(3) td,
    .welcome-difference__table table tr:nth-child(4) td {
        padding: 22px 15px 22px 15px;
    }
    .welcome-difference__table table tr td:first-child {
        padding: 0 20px;
    }
    .welcome-difference__table table tr td:first-child p {
        font-size: 20px;
    }
    .welcome-difference__topic {
        border-radius: 10px;
        margin: 40px auto;
        padding: 18px 27px 20px 110px;
        max-width: 335px;
    }
    .welcome-difference__topic::before {
        height: 97px;
        left: -10px;
        width: 97px;
    }
    .welcome-difference__btn {
        height: 50px;
        max-width: 315px;
    }
    .welcome-difference__table table tr td:nth-child(1) {
        width: 10%;
    }
    .welcome-difference__table table tr td:nth-child(2) {
        width: 26%;
    }
    .welcome-difference__table table tr td:nth-child(3) {
        width: 26%;
    }
    .welcome-difference__table table tr td:nth-child(4) {
        width: 26%;
    }
}
@media screen and (max-width: 768px) {}

/* welcome-flow */
.welcome-flow {
    border-bottom: 1px solid #F0F0F0;
    padding: 120px 0 140px;
}
.welcome-flow__inner {
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 1100px;
}
.welcome-flow__text {
    margin: 0 0 40px;
    text-align: center;
}
.welcome-flow__text p {
    font-size: 16px;
    font-weight: 500;
}
.welcome-flow__banner {
    margin: 0 auto 80px;
    width: 100%;
    max-width: 920px;
}
.welcome-flow__cards {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.welcome-flow__card {
    border: 4px solid rgb(92 164 161 / 40%);
    border-radius: 12px;
    position: relative;
}
.welcome-flow__card:not(:last-child)::after {
    background: url(../images/icon-solid-arrow-d-b.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -42px;
    width: 38px;
}
.welcome-card__head {
    background: rgb(92 164 161 / 20%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 146px;
    padding: 0 0 0 50px;
    position: relative;
}
.welcome-card__head::after {
    background: url(../images/icon-plus-b.svg) no-repeat;
    background-position: center;
    background-size: 15px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 40px;
    margin: auto;
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    width: 40px;
}
.welcome-flow__card.open .welcome-card__head::after {
    background-image: url(../images/icon-minus-b.svg);
}
.welcome-card__num {
    border-right: 1px dashed #5CA4A1;
    margin-right: 40px;
    padding-right: 47px;
}
.welcome-card__num p {
    color: #5CA4A1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: var(--ft-poppin);
    font-size: 22px;
    font-weight: 600
}
.welcome-card__num p span {
    color: #5CA4A1;
    font-family: var(--ft-poppin);
    font-size: 60px;
    font-weight: 600;
    margin-left: 15px;
}
.welcome-card__head h3 {
    font-size: 28px;
    font-weight: 900;
}
.welcome-card__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 50px 60px;
}
.welcome-card__left {
    width: calc(50% + 8px);
}
.welcome-card__right {
    padding-left: 80px;
    width: calc(50% - 8px);
}
.welcome-card__left p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}
.welcome-card__img {
    border-radius: 12px;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: max-content;
}
.welcome-flow__card .linebtn {
    margin: 30px 0 0;
}
.welcome-card__btn {
    height: 60px;
    margin: 30px 0 0;
    width: 100%;
    max-width: 340px;
}
@media screen and (max-width: 968px) {
    .welcome-flow {
        padding: 80px 0 60px;
    }
    .welcome-flow__head {
        margin: 0 0 30px;
    }
    .welcome-flow__text {
        margin: 0 auto 20px;
        padding: 0 20px;
        text-align: left;
    }
    .welcome-flow__banner {
        margin: 0 auto 40px;
    }
    .welcome-flow__card {
        border: 3px solid rgb(92 164 161 / 40%);
        border-radius: 10px;
    }
    .welcome-card__head {
        height: 96px;
        padding: 0 0 0 20px;
    }
    .welcome-card__head::after {
        background-size: 12px;
        height: 32px;
        right: 20px;
        width: 32px;
    }
    .welcome-card__num {
        margin-right: 20.5px;
        padding-right: 17.5px;
    }
    .welcome-card__num p {
        display: block;
        font-size: 16px;
        text-align: center;
    }
    .welcome-card__num p span {
        display: block;
        font-size: 24px;
        margin: -5px 0 0;
    }
    .welcome-card__head h3 {
        font-size: 20px;
    }
    .welcome-card__flex {
        flex-direction: column-reverse;
        padding: 30px;
    }
    .welcome-card__left {
        width: 100%;
    }
    .welcome-card__right {
        margin: 0 0 20px;
        padding-left: 0;
        width: 100%;
    }
    .welcome-card__img {
        border-radius: 10px;
    }
    .welcome-flow__card .linebtn {
        margin: 20px 0 0;
    }
    .welcome-card__btn {
        height: 50px;
        margin: 20px auto 0;
        max-width: 295px;
    }
}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}