/*キャンペーン用*/
.banner2024 {
    display: none;
    position: relative;
}

@media (min-width:768px) {
    .banner2024 {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

.banner2024-2 {
    display: block;
    margin: 0;
}

@media (min-width:768px) {
    .banner2024-2 {
        display: none;
    }
}

.banner2024-2 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*setting colors*/
:root {
    --color-white: #fff;
    --color-corporate: #cc0a0a;
    --color-text: #707070;
    --color-primary: #0578D3;
    --color-yellow: #F5FF00;
    --color-tertiary: #006789;
    --color-info: #0281E8;
}

.text-yellow {
    color: var(--color-yellow);
}

.text-yellow-marker {
    background: linear-gradient(transparent 60%, #FFDC4B);
}

.text-red {
    color: var(--color-corporate);
}

.blue {
    background-image: linear-gradient(to right, #b06ab3, #4568dc);
    transition: all 0.3s;
}

.red {
    background-image: linear-gradient(to left, #ff8c00, #e32636);
    transition: all 0.3s;
}

.blue:hover {
    transform: scale(1.1, 1.1);
}

.red:hover {
    transform: scale(1.1, 1.1);
}

/*base setting*/
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    /* defaultfont-size */
    line-height: 1.6;
    color: #333;
    background: #fffff6;
}

.yuGothic {
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 2em;
    margin-bottom: 10px;
    color: #cc0a0a;
}

h3 {
    font-size: 1.5em;
    margin: 0;
}

h4 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
}

ul,
ol {
    margin-bottom: 1rem;
    padding-left: 0;
    list-style: none;
}

li {
    margin-bottom: 0.5em;
}

figure {
    margin: 0;
    padding: 0;
}

figure img {
    width: 100%;
}


/* rayout */
header,
main,
footer {
    padding: 0px;
    display: block;
    position: relative;
}

.header-container,
.hero,
.course-overview,
.support,
.about,
.features,
.courses,
.support,
.schedule,
.cta,
.flow,
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    /* default-text-align */
}

.logo {
    margin-bottom: 1rem;
}

.hero,
.about,
.cta,
.courses,
.schedule,
.flow {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 10px;
    text-align: center;
    box-sizing: border-box;
}

.sp-only {
    display: block;
}


/* component */
.button {
    display: inline-block;
    margin: 0 10px;
}

.button img,
.button-container img {
    transition: all 0.3s;
}

.button img:hover,
.button-container img:hover {
    transform: scale(1.05, 1.05);
}


.enH3 {
    font-size: 22px;
    margin-bottom: 70px;
    padding: 0;
    font-weight: 600;
}

.enH3-mb50 {
    font-size: 22px;
    margin-bottom: 50px;
    padding: 0;
    font-weight: 600;
}

.course {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.course h4 {
    margin-bottom: 10px;
}

.course .price {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.feature {
    margin-bottom: 20px;
}

.feature h3 {
    margin-bottom: 10px;
}

.schedule-weekday,
.schedule-weekend {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.schedule-weekday ul,
.schedule-weekend ul {
    list-style: none;
    padding: 0;
}

.point-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 9999px;
    color: #cc0a0a;
}

/* section_class_style */
.sp-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 100;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
}

.sp-header>a:nth-of-type(1) {
    max-width: 150px;
}

.sp-header img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.sp-header .teltext {
    display: flex;
    margin-left: auto;
}

.sp-header .teltext img {
    width: 20px;
    margin-right: 5px;
}

.sp-header a.teltext {
    color: #363636;
    font-weight: 600;
}

.header-container {
    display: none;
}

.hero_quality {
    font-size: 0.75em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #cc0a0c;
    font-weight: 700;
    border: 2px solid #cc0a0c;
    padding: 20px 10px;
    border-radius: 9999px;
}

.hero {
    width: 100%;
    max-width: 100%;
}

.hero h1 {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.25em;
    font-weight: 800;
    text-align: center;
}

.hero-text-schoolname {
    color: #cc0a0a;
    font-size: 0.75em;
}

.hero-text-fix-h1 {
    font-size: 1rem;
}

.hero-text-fix-h1-min {
    font-size: 0.65em;
}

.hero h1 .hero_japan {
    color: #cc0a0a;
    font-size: 1.5em;
}

.hero .buttons {
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.hero .buttons .button {
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-overview {
    display: none;
}

.course-overview div {
    width: 95%;
    margin: 0 auto;
}

.course-overview ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 20px;
}

.course-overview ul li {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all 0.3s;
    position: relative;
}

.course-overview ul li:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.course-overview ul li figure {
    margin: 0;
    padding: 0;
    display: block;
    padding: 10px;
}

.course-overview ul li figure img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.course-overview ul li a {
    box-sizing: border-box;
    color: #cc0a0a;
    text-align: left;
    transition: all 0.3s;
    display: block;
}

.course-overview ul li .course-card-a {
    padding: 15px;
    font-weight: 600;
}

.course-overview ul li .arrow {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.course-overview ul li .arrow img {
    width: 13px;
}

.catch-copy {
    font-size: 24px;
    font-weight: 600;
}

.trial-button {
    width: 100%;
    justify-content: center;
    border-radius: 9999px;
}

.trial-button:hover {
    transform: scale(1.05);
}

.button-container {
    width: 100%;
}

@media (min-width:768px) {
    .button-container {
        width: 50%;
    }
}

.button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.support nav ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 20px;
}

.support nav ul li {
    background: #fff;
    width: calc(calc(100% - 20px) / 2);
}

.support nav ul li a {
    font-size: 14px;
}

/* .support nav ul { */
/* width: 100%; */
/* display: flex; */
/* flex-direction: column; */
/* justify-content: center; */
/* margin-bottom: 20px; */
/* } */
/*  */
/* .support nav ul li { */
/* margin-bottom: 1.5rem; */
/* background: #fff; */
/* } */
/*  */
/* .support nav ul li a { */
/* width: 150px; */
/* font-size: 14px; */
/* } */

.about {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding-top: 40px;
}

.about h2 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 2em;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 5px 5px;
}

.about p {
    font-size: 14px;
    text-align: left;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 5px 5px;
}

.about p:nth-child(2) {
    font-size: 1rem;
}

.about-white {
    color: #cc0a0c;
    background: #fff;
    display: inline-block;
    padding: 2px 15px;
    margin-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
}

.school-features {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

.school-feature {
    max-width: 100%;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    display: flex;
    margin-bottom: 20px;
}

.school-feature figure {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.school-feature figure img {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #666;
    border-radius: 6px;
    margin: 0;
    padding: 0;
}

.school-feature .school-feature-text {
    margin-left: 0;
    text-align: left;
}


.school-feature .school-feature-text h4 {
    width: 166px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #cc0a0a;
    position: relative;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #cc0a0a;
    box-shadow: -1px 1px 0 0 #cc0a0a;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.school-feature .school-feature-text h4:before,
.school-feature .school-feature-text h4::after {
    position: absolute;
    left: 30px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.school-feature .school-feature-text h4:before {
    top: 100%;
    margin-left: -12px;
    border-color: transparent;
    border-top-color: #cc0a0a;
    border-right-color: #cc0a0a;
    border-width: 6px;
}

.school-feature .school-feature-text h4:after {
    top: 99%;
    margin-left: -11px;
    border-color: transparent;
    border-top-color: white;
    border-right-color: white;
    border-width: 7.5px;
}

.school-feature .school-feature-text h3 {
    font-size: 1rem;
}

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

.cta-wrap {
    border-radius: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(../images/content/redBgBand.png) center /cover;
}

.cta {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
}

.cta figure {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0;
}

.cta figure img {
    width: 80%;
}

.cta .cta-text-area {
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.cta .cta-text-area h2 {
    font-size: 4vw;
    text-align: left;
}

.cta .cta-text-area-alpha {
    padding: 5px;
    margin: 5px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
}

.cta .cta-text-area p {
    font-size: 16px;
    text-align: left;
}

.cta .buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.cta .buttons .button {
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta .buttons .blue,
.cta .buttons .blue2,
.cta .buttons .red {
    font-weight: 600;
    border-radius: 7px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
    margin-bottom: 20px;
}

.cta .buttons .blue:hover,
.cta .buttons .red:hover {
    transform: scale(1.05);
}

.cta .buttons .blue {
    color: #0578D3;
}

.cta .buttons .blue2 {
    color: #fff;
    background-color: #0578D3;
    border: 1px solid #fff;
}

.cta .buttons .red {
    color: #cc0a0a;
}

.contact p {
    margin: 2px;
    margin-left: 45px;
    line-height: 1.2em;
    font-size: 13px;
}

.contact .tel {
    width: 20px;
    height: 20px;
}

.contact a.teltext {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25em;
    color: #363636;
    font-weight: 900;
    margin: 0;
}

.features {
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
}


.features li {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
}

.features a {
    display: block;
    width: 100%;
}

.features img {
    width: 100%;
}

.courses {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.courses-categories-box {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.courses-categories {
    width: 100%;
    position: relative;
    margin: 0 0 40px 0;
    padding: 0;
    text-align: left;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    background: #fff;
}

.courses-categories h4 {
    font-size: 1rem;
    background: #fff;
    color: #cc0a0a;
    font-weight: 800;
    padding: 10px;
    position: absolute;
    left: 20px;
    top: 20px;
    margin: 0;
    padding: 10px;
    box-shadow: 2px 2px #cc0a0a;
}

.courses-categories p {
    font-size: 0.85rem;
    padding: 0 20px;
    font-weight: normal;
}
@media (min-width:768px) {
    .courses-categories p {
        font-size: 16px;
    }
    
}
.courses-categories figure img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.courses-categories .price {
    padding: 0 20px;
    font-size: 0.75em;
    line-height: 1.125;
}

.courses-categories .price-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
}

@media (min-width:768px) {
    .courses-categories .price-box {
        flex-direction: row;
    }
}

    .courses-categories .button {
        margin-right: 20px;
        transition: all 0.3s;
    }

    .courses-categories .button:hover {
        transform: scale(1.05);
    }

    .courses-categories a {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        color: #fff;
    }

    .courses-categories .price-box .price-red {
        font-size: 2rem;
        color: #cc0a0a;
    }
@media (min-width:768px) {
     .courses-categories .price-box .price-red {
        font-size: 16px;
        color: #cc0a0a;
    }   
}
    .support-middle {
        max-width: 100%;
        border-bottom: 0px solid #cc0a0a;
        padding: 20px;
        margin-bottom: 20px;
    }

    .schedule {
        max-width: 1000px;
        text-align: center;
        padding: 0;
        margin: 0 auto;
    }

    .schedule-weekday,
    .schedule-weekend {
        width: 100%;
        border: 1px solid #cc0a0a;
        border-radius: 20px;
        margin: 0 0 80px 0;
        padding: 0;
        align-items: flex-start;
    }

    .schedule-weekday h4,
    .schedule-weekend h4 {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #cc0a0a;
        color: #fff;
        margin: 0;
        padding: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        height: 60px;
    }

    .schedule-weekday ul,
    .schedule-weekend ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .schedule-weekday ul li,
    .schedule-weekend ul li {
        width: 280px;
        height: 60px;
        margin: 20px;
        background: #cc0a0a;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
        border-radius: 9999px;
        font-weight: 800;
        box-shadow: rgba(12, 12, 12, 0.2) 0px 5px 15px;
    }

    .point-circle {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 9999px;
        color: #cc0a0a;
        width: 40px;
        height: 40px;
        margin-left: 10px;
        margin-right: 40px;
    }

    .flow ol {
        max-width: 100%;
        margin: 0 auto;
    }

    .flow ol li {
        display: flex;
        flex-direction: column;
        text-align: left;
        font-size: 11px;
    }

    .flow .flow-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
    }

    .flow .flow-icon::after {
        content: "";
        display: inline;
        width: 0px;
        height: 0px;
        background: #cc0a0a;
    }

    .flow .last-icon::after {
        display: none;
    }


    .flow .flow-icon p {
        color: #cc0a0a;
        font-size: 2em;
        font-weight: 800;
        margin: 0;
    }

    .flow .flow-icon figure img {
        width: 40px;
        display: block;
        margin-right: 10px;
    }

    .flow .flow-text {
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .flow .flow-text h4 {
        color: #cc0a0a;
        font-size: 3.5vw;
        margin: 5px;
        line-height: 1;
        text-align: center;
    }

    .flow .flow-text p {
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #cc0a0a;
        padding: 20px;
        border-radius: 10px;
        background: #fff;
    }

    /* フォーム */

    .contact-form {
        background-color: #FFF;
        border-top: 8px solid #cc0a0a;
        border-bottom: 8px solid #cc0a0a;
    }

    .contact-form-inner {
        max-width: 1000px;
        margin: 0 auto;
        padding: 60px 4% 80px 4%;
    }

    .contact-form-title {
        font-weight: bold;
        font-size: 1.5em;
        letter-spacing: 0.05em;
        text-align: center;
        color: #cc0a0a;
        margin-bottom: 10px;
    }

    .contact-form-subtitle {
        font-weight: bold;
        font-size: 0.75rem;
        line-height: 2;
        text-align: center;
        color: #cc0a0a;
    }

    /* タブ切換え */

    .contact-form .form-content {
        display: none;
    }

    .contact-form .form-content.hidden {
        display: none;
    }

    .contact-form .form-content:not(.hidden) {
        display: block;
    }

    .contact-form .tab {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 55px;
    }

    .contact-form .tab-item {
        width: 430px;
        height: 53px;
        border-radius: 26.5px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        font-weight: bold;
        font-size: 1rem;
        text-align: center;
        background: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-form .tab-experience.active {
        background: linear-gradient(to right, #c879fc 0%, #006cd8 100%);
        color: #fff;
    }

    .contact-form .tab-document.active {
        background: linear-gradient(to right, #cb0f0e 0%, #f88733 100%);
        color: #fff;
    }

    .contact-form .tab-item:hover {
        opacity: 0.5;
    }


    /* フォームの入力画面と共通設定 */
    .contact-form input {
        width: 100%;
        height: 56px;
        border-radius: 6px;
        background: #fff;
        border: 1px solid #aaa;
        font-size: 1rem;
        line-height: 44px;
        padding: 15px;
        box-sizing: border-box;
        font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    }

    .input-wide {
        width: 100% !important;
    }

    .input-short {
        width: 100% !important;
    }

    .contact-form input::placeholder {
        color: #CECECE;
        font-weight: normal;
    }


    input[type="date"] {
        width: 100%;
        height: 56px;
        border-radius: 6px;
        background: #fff;
        border: 1px solid #aaa;
        /* 通常のボーダー */
        font-size: 1rem;
        line-height: 44px;
        padding: 15px;
        box-sizing: border-box;
        font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
        position: relative;
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    input[type="date"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    input[type="date"]::-webkit-clear-button {
        -webkit-appearance: none;
    }

    input[type="date"] {
        position: relative;
    }

    input[type="date"]:focus {
        border-color: #4d90fe;
        outline: none;
    }

    input[type="date"]::after {
        content: '';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        background-image: url(../images/content/input_date_icon.svg);
        background-repeat: no-repeat;
        background-size: 22px 21px;
        pointer-events: none;
    }

    /* iPhone向けの調整 */
    @media screen and (max-width: 768px) {

        input[type="date"],
        input[type="time"],
        input[type="datetime-local"] {
            -webkit-appearance: none;
        }

        input[type="date"]::-webkit-date-and-time-value,
        input[type="time"]::-webkit-date-and-time-value {
            text-align: left;
        }
    }

    .contact-form select {
        width: 100%;
        height: 56px;
        border-radius: 6px;
        background: #fff;
        border: 1px solid #aaa;
        padding: 15px;
        font-size: 1rem;
        box-sizing: border-box;

        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url(../images/content/select_icon.svg);
        background-repeat: no-repeat;
        background-position: right 22px center;
        background-size: 22px 22px;
        padding-right: 30px;
    }

    .contact-form h3 {
        margin-top: 20px;
    }

    .contact-form h3,
    label {
        font-weight: bold;
        font-size: 1rem;
        line-height: 44px;
        text-align: left;
    }

    .contact-form-wrapper {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

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

    .contact-form-unit-harf {
        width: calc(calc(100% - 15px) / 2);
    }

    .contact-form-group {
        display: block;
        width: 100%;
        flex-wrap: wrap;
    }


    .contact-form-wrapper label {
        flex-shrink: 0;
    }

    .contact-form table {
        width: 100%;
        table-layout: fixed;
        max-width: 1000px;
        border-collapse: collapse;
    }

    .contact-form td {
        width: 100%;
        font-size: 1rem;
        line-height: 44px;
    }

    .contact-form td label {
        margin-right: 15px;
    }

    .contact-form td .contact-form-wrapper {
        display: flex;
        gap: 0;
    }

    .contact-form td .contact-form-wrapper-row {
        display: flex;
        gap: 15px;
    }

    .contact-form td .contact-form-container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .contact-form td .contact-form-container-harf {
        width: calc(calc(100% - 15px) / 2);
    }

    .contact-form .required {
        border-radius: 3px;
        background: #cc0a0a;
        color: #FFF;
        display: inline-block;
        font-size: 11px;
        line-height: 15px;
        vertical-align: middle;
        padding: 3.5px 7px 3px 7px;
        margin: 0 8px 4px 8px;
    }

    .contact-form .non-required {
        border-radius: 3px;
        background: #b2b2b2;
        color: #FFF;
        display: inline-block;
        font-size: 11px;
        line-height: 15px;
        vertical-align: middle;
        padding: 3.5px 7px 3px 7px;
        margin: 0 8px 4px 8px;
    }

    .contact-form textarea {
        width: 100%;
        max-width: 1000px;
        height: 100px;
        font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
        font-size: 1rem;
        line-height: 21px;
        border-radius: 6px;
        background: #fff;
        border: 1px solid #aaa;
        padding: 15px;
        box-sizing: border-box;
    }

    .contact-form textarea::placeholder {
        font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
        font-size: 16px;
        color: #CECECE;
        font-weight: normal;
    }

    .contact-form-policy {
        height: 222px;
        border-radius: 6px;
        background: #FFF;
        border: 1px solid #aaa;
        overflow-y: scroll;
        font-size: 14px;
        line-height: 21px;
        padding: 15px;
        font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    }

    .contact-form-policy::-webkit-scrollbar {
        width: 15px;
        border-radius: 0 6px 6px 0;
        background-color: #FAFAFA;
    }

    .contact-form-policy::-webkit-scrollbar-thumb {
        width: 8px;
        height: 44px;
        background-color: #AAAAAA;
        border-radius: 20px;
        border: 4px solid #FAFAFA;
    }

    .contact-form-policy::-webkit-scrollbar-button {
        display: none;
    }

    .contact-form-policy * {
        scrollbar-width: thin;
        scrollbar-color: #AAAAAA #FAFAFA;
    }

    .contact-form-policy .policy-title-red {
        font-size: 16px;
        font-weight: bold;
        line-height: 21px;
        color: #CC0A0A;
        margin-bottom: 1rem;
    }

    .contact-form-policy h4 {
        font-size: 16px;
        line-height: 21px;
        font-weight: bold;
        margin: 0;
    }

    .contact-form-policy p {
        line-height: 21px;
        font-size: 16px;
        font-weight: normal;
        margin: 0 0 1rem 0;
    }

    .contact-form .form-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .contact-form .form-btn-red {
        display: inline-block;
        background-color: #CC0A0A;
        color: #FFFFFF;
        border: none;
        border-radius: 7px;
        padding: 15px;
        font-size: 1.25em;
        text-align: center;
        line-height: 1.3;
        cursor: pointer;
        position: relative;
        transition: all 0.3s;
        margin: 0 auto;
    }

    .contact-form .form-btn-red span {
        display: inline-block;
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 5px;
    }

    .contact-form .form-btn-br-sp {
        display: block;
    }

    @media (min-width: 450px) {
        .contact-form .form-btn-br-sp {
            display: none;
        }
    }

    .contact-form .form-btn-red:hover {
        transform: scale(1.05);
    }

    .contact-form .form-btn-red:hover::after {
        transform: translateY(-50%) scale(1.1);
    }

    /* ページ内リンク用の調整 */
    .experience-form {
        padding-top: 500px;
        margin-top: -500px;
    }

    .document-form {
        padding-top: 500px;
        margin-top: -500px;
    }

    /* 確認画面の差分 */

    .breadcrumb {
        font-weight: bold;
        font-size: 14px;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .home {
        color: #585656;
    }

    .separator {
        position: relative;
        display: inline-block;
        width: 8px;
        height: 11.9px;
    }

    .error__message {
        font-weight: bold;
        color: #cb0f0e;
    }

    .error {
        font-weight: bold;
        color: #cb0f0e;
    }

    .separator::before,
    .separator::after {
        content: "";
        position: absolute;
        top: calc(50% - 0.5px);
        right: 0;
        width: 9.9px;
        height: 1px;
        border-radius: 9999px;
        background-color: #585656;
        transform-origin: calc(100% - 0.5px) 50%;
    }

    .separator::before {
        transform: rotate(37.9deg);
    }

    .separator::after {
        transform: rotate(-37.9deg);
    }

    .current {
        color: #CC0A0A;
    }

    .contact-form-confirm td p {
        margin-top: 0;
    }

    .contact-form-confirm-title {
        font-weight: bold;
        font-size: 40px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #cc0a0a;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .contact-form-confirm td .contact-form-container {
        align-items: baseline !important;
    }

    .contact-form-confirm td .input-value {
        font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
        display: block;
        line-height: 28px;
        position: relative;
        font-weight: normal;
        margin-bottom: 0;
    }

    .contact-form-confirm td .input-value:first-child {
        margin-bottom: 0;
    }

    .contact-form-confirm .input-value:last-child:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: repeating-linear-gradient(to right,
                #AAAAAA,
                #AAAAAA, 6px,
                transparent 6px,
                transparent 12px);
    }

    .contact-form-confirm .input-value {
        width: 100%;
        margin-bottom: 0;
    }

    .contact-form-confirm .input-wide {
        width: 100%;
    }

    .contact-form-confirm .input-short {
        width: 100%;
    }

    .contact-form-confirm .input-textarea {
        font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
        width: 100%;
    }

    .contact-form-confirm .form-btn {
        margin-top: 20px;
    }

    .contact-form-confirm .form-btn-red {
        border-radius: 7px;
        padding: 10px 40px;
        width: 330px;
        height: 60px;
        margin: 0;
    }

    .contact-form-confirm .form-btn-red::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 30px;
        margin: 0;
    }

    .contact-form .form-btn-white {
        display: inline-block;
        background-color: #FFFFFF;
        color: #CC0A0A;
        border: 1px solid #CC0A0A;
        border-radius: 7px;
        padding: 0px 40px 10px 40px;
        font-size: 22px;
        text-align: center;
        line-height: 1.5;
        cursor: pointer;
        position: relative;
        transition: all 0.3s;
        margin: 0 auto;
    }

    .contact-form-confirm .form-btn-white {
        border-radius: 7px;
        padding: 10px 40px;
        width: 330px;
        height: 60px;
        margin: 0;
    }

    .contact-form-confirm .form-btn-white::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 30px;
        margin: 0;
    }

    .contact-form-confirm .form-btn-white:hover {
        transform: scale(1.05);
    }

    .contact-form-confirm .form-btn-white:hover::after {
        transform: translateY(-50%) scale(1.1);
    }

    /* 完了画面用の差分 */
    .contact-form-thanks .contact-form-title {
        text-align: left;
    }

    .contact-form-thanks .form-btn-red {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .contact-form-thanks .form-btn {
        margin-top: 20px;
    }

    .contact-form-thanks .form-btn-red {
        border-radius: 7px;
        padding: 10px 40px 12px 40px !important;
        width: 330px;
        height: 60px;
        margin: 0;
    }

    .contact-form-thanks .form-btn-red::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 30px;
        margin: 0;
    }

    footer {
        background: #fff;
        position: relative;
    }

    .footer-container {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        height: 40vh;
    }

    .footer-container .company figure img {
        width: 270px;
        height: 50px;
    }

    .footer-container nav ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        background: none;
        border-radius: 10px;
    }

    .footer-container nav li {
        width: 100%;
        margin: 20px;
        padding: 10px;
        background: #cc0a0a;
        border-radius: 10px;
        text-align: center;
    }

    .footer-container nav ul li a {
        font-size: 16px;
        color: #fff;
    }

    footer .bottom-menu {
        display: block;
        width: 100%;
        height: 10vh;
        position: fixed;
        left: 0;
        bottom: 0;
        background: #fff;
        transform: translateY(100%);
        z-index: 999;
        box-shadow: rgba(0, 0, 0, 0.1) 0px -4px 12px;
    }

    footer .bottom-menu ul {
        margin: 0;
        box-sizing: border-box;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    footer .bottom-menu ul li {
        padding: 10px;
    }

    footer .bottom-menu ul img {
        width: 100%;
    }


    .about h2,
    .cta .cta-text-area h2 {
        color: #fff;
        line-height: 2rem;
    }

    .course-overview nav ul {
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0;
    }

    .course-overview nav li {
        margin: 0 10px;
    }

    .support nav ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        padding: 1rem 0;
        font-weight: bold;
        border-radius: 10px;
        color: #cc0a0a;
        border: 2px solid #cc0a0a;
        box-shadow: 5px 5px #cc0a0a;
        transition: 0.2s ease-in-out;
    }

    .support nav ul li a:after {
        display: block;
        content: "";
        margin-left: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-top: 10px solid #cc0a0a;
        border-bottom: 0;
        transition: 0.2s ease-in-out;
    }

    /* .support nav ul li a span{ */
    /* width: 22px; */
    /* height:auto; */
    /* display: inline-block; */
    /* } */
    .support nav ul li a:hover {
        box-shadow: none;
        transform: translate(5px, 5px);
        color: #fff;
        background: #cc0a0a;
    }

    .support nav ul li a:hover:after {
        border-top: 10px solid #fff;
    }

    .button-container {
        display: inline-block;
        margin: 10px;
    }

    .catch-copy {
        text-align: center;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .catch-copy-blue {
        color: #006cd8;
    }

    .catch-copy-red {
        color: #cc0a0a;
    }

    .trial-button {
        border: none;
        border-radius: 9999px;
        padding: 30px 30px;
        font-size: 16px;
        color: white;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .arrow {
        margin-left: 10px;
        font-size: 10px;
    }

    span.dot {
        background-position: top left 0px;
        background-repeat: repeat-x;
        background-size: 1.0em .3em;
        background-image: radial-gradient(.1rem .1rem at center center, #cc0a0a, #cc0a0a 100%, transparent, transparent);
        padding-top: .1rem;
    }

    span.dot-blue {
        background-position: top left 0px;
        background-repeat: repeat-x;
        background-size: 1.0em .3em;
        background-image: radial-gradient(.1rem .1rem at center center, #0578D3, #0578D3 100%, transparent, transparent);
        padding-top: .1rem;
    }

    span.dot-white {
        background-position: top left 0px;
        background-repeat: repeat-x;
        background-size: 1.0em .3em;
        background-image: radial-gradient(.1rem .1rem at center center, #fff, #fff 100%, transparent, transparent);
        padding-top: .1rem;
    }



    /* response */
    /* tablet */
    @media (min-width: 768px) {
        body {
            margin: 0;
            padding: 0;
            font-size: 1rem;
            line-height: normal;
        }

        ul,
        ol {
            margin-bottom: 0;
            padding-left: 0;
        }

        /* rayout */
        header,
        main,
        footer {
            padding: 0px;
            display: block;
        }

        .wrap {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .header-container {
            justify-content: space-between;
            align-items: center;
            height: 100px;
            margin-bottom: 0;
            display: flex;
        }

        .header-container a img {
            height: 50px;
            width: 270px;
            margin: 0;
        }

        .header-container .contact .tel,
        .footer-container .contact .tel {
            width: 40px;
            height: 40px;
            margin-right: 10px;
        }

        .header-container .contact .teltext,
        .footer-container .contact .teltext {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 34px;
            color: #363636;
            font-weight: 800;
            margin-bottom: 2px;
        }

        .header-container .contact p {
            font-size: 14px;
            text-align: left;
            margin-left: 63px;
            font-weight: bold;
        }

        .header-container .contact p.fix {
            font-size: 0.78em;
        }

        .sp-header>a:nth-of-type(1) {
            max-width: 100%;
        }

        .sp-header img {
            width: 50%;
        }

        .sp-header a.teltext {
            width: 50%;
        }

        .header-container .pc_btn {
            display: flex;
            justify-content: space-around;
            align-items: center;
            font-size: 16px;
        }

        .header-container .button {
            width: 190px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .hero {
            padding-top: 40px;
            width: 100%;
            max-width: 100%;
            background: url(../images/common/topBg.png) center /cover;
            margin-bottom: 20px;
        }

        .hero h1 {
            max-width: 1200px;
            margin: 0 auto;
            font-size: 44px;
            line-height: 1.25em;
            font-weight: 800;
            text-align: left;
        }

        .hero_quality {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 580px;
            font-size: 22px;
            color: #cc0a0a;
            background: #fff;
            font-weight: 700;
            border: 2px solid #cc0a0c;
            text-align: left;
            padding: 10px 0;
            letter-spacing: 0.2em;
            margin-bottom: 20px;
        }

        .hero h1 .hero_japan {
            color: #cc0a0a;
            font-size: 70px;
            line-height: 5rem;
        }

        .hero-text-schoolname {
            color: #cc0a0a;
            font-size: 0.5em;
        }

        .hero-text-fix-h1 {
            font-size: 1.12em;
        }

        .hero-text-fix-h1-min {
            font-size: 0.73em;
        }

        .hero .buttons {
            width: 580px;
            display: none;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
        }

        .hero .buttons .button {
            width: 280px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .course-overview div {
            width: 500px;
            margin: 0 auto;
        }

        .course-overview ul {
            width: 1200px;
            height: auto;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: space-between;
            row-gap: 15px;
            margin-bottom: 40px;
        }

        .course-overview ul li {
            width: 380px;
            display: flex;
            justify-content: space-between;
            background: #fff;
            border-radius: 8px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
            transition: all 0.3s;
            margin: 5px;
        }

        .course-overview ul li:hover {
            box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
        }

        .course-overview ul li figure {
            margin: 0;
            padding: 0;
            display: block;
            padding: 10px;
        }

        .course-overview ul li figure img {
            width: 360px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .course-overview ul li a {
            box-sizing: border-box;
            color: #cc0a0a;
            text-align: left;
            transition: all 0.3s;
            display: block;
            font-weight: 600;
        }

        .course-overview ul li .course-card-a {
            padding: 15px;
        }

        .catch-copy {
            font-size: 24px;
            font-weight: 600;
        }

        .catch-copy p {
            margin: 0;
            padding: 0;
        }

        .trial-button {
            width: 490px;
            height: 70px;
            justify-content: center;
            border-radius: 9999px;
        }

        .trial-button:hover {
            transform: scale(1.05);
        }

        .button-group {
            margin: 0 auto;
            width: 1000px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            margin-bottom: 40px;
        }

        .support nav ul {
            width: 1200px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            flex-wrap: nowrap;
            margin-bottom: 20px;
        }

        .support nav ul li {
            margin-bottom: 1.5rem;
            width: calc(calc(100% - 20px * 3) / 4);
        }

        .support nav ul li a {

            font-size: 14px;
        }

        .about {
            color: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: left;
        }

        .about h2 {
            font-size: 36px;
            font-weight: 800;
            margin: 0;
            padding: 0;
            text-align: center;
            line-height: 2em;
            text-shadow: rgba(0, 0, 0, 0.3) 0px 5px 5px;
        }

        .about p {
            font-size: 14px;
            text-align: center;
            text-shadow: rgba(0, 0, 0, 0.3) 0px 5px 5px;
        }

        .about p:nth-child(2) {
            font-size: 20px;
        }

        .about-white {
            color: #cc0a0c;
            background: #fff;
            display: inline-block;
            padding: 2px 15px;
            margin-right: 10px;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
            text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
        }

        .school-features {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0;
            text-align: center;
            margin-bottom: 90px;
        }

        .school-feature {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0;
            display: flex;
            flex-direction: row;
            margin-bottom: 20px;
        }

        .school-feature figure {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .school-feature figure img {
            display: inline-block;
            box-sizing: border-box;
            width: 580px;
            border: 2px solid #666;
            border-radius: 6px;
            margin: 0;
            padding: 0;
        }

        .school-feature .school-feature-text {
            margin-left: 40px;
            text-align: left;
        }

        .school-feature .school-feature-text h4 {
            width: 166px;
            margin-top: 20px;
            margin-bottom: 20px;
            color: #cc0a0a;
            position: relative;
            padding: 5px;
            border-radius: 6px;
            border: 1px solid #cc0a0a;
            box-shadow: -1px 1px 0 0 #cc0a0a;
            font-weight: bold;
            font-size: 20px;
            text-align: center;
        }

        .school-feature .school-feature-text h4:before,
        .school-feature .school-feature-text h4::after {
            position: absolute;
            left: 30px;
            height: 0;
            width: 0;
            border: solid transparent;
            content: "";
        }

        .school-feature .school-feature-text h4:before {
            top: 100%;
            margin-left: -12px;
            border-color: transparent;
            border-top-color: #cc0a0a;
            border-right-color: #cc0a0a;
            border-width: 6px;
        }

        .school-feature .school-feature-text h4:after {
            top: 99%;
            margin-left: -11px;
            border-color: transparent;
            border-top-color: white;
            border-right-color: white;
            border-width: 7.5px;
        }

        .school-feature .school-feature-text h3 {
            font-size: 1rem;
        }

        .school-feature .school-feature-text p {
            font-size: 16px;
        }

        .cta-wrap {
            width: 100%;
            height: 330px;
            margin: 0;
            padding: 0;
            border-radius: 0px;
            background: url(../images/content/redBgBand.png) center /cover;
        }

        .cta {
            max-width: 1200px;
            height: 330px;
            position: relative;
            padding: 0;
            margin: 0 auto;
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .cta figure {
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
            line-height: 0;
        }

        .cta .cta-text-area {
            width: 790px;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-direction: column;
        }

        .cta .cta-text-area h2 {
            font-size: 24px;
            text-align: left;

        }

        .cta .cta-text-area-alpha {
            padding: 10px;
            margin: 10px;
            background: rgba(255, 255, 255, 0.2);
            border: 1px solid #fff;
        }

        .cta .cta-text-area p {
            font-size: 16px;
            text-align: left;
        }
        .cta div img {
            margin: 20px;
        }
        .cta .buttons {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

        .cta .buttons .button {
            width: 380px;
            height: 80px;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .cta .buttons .blue,
        .cta .buttons .blue2,
        .cta .buttons .red {
            font-weight: 600;
            border-radius: 7px;
            background: #fff;
            box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
        }

        .cta .buttons .blue:hover,
        .cta .buttons .red:hover {
            transform: scale(1.05);
        }

        .cta .buttons .blue {
            color: #0578D3;
        }

        .cta .buttons .blue2 {
            color: #fff;
            background-color: #0578D3;
            border: 1px solid #fff;
        }

        .cta .buttons .red {
            color: #cc0a0a;
        }

        .cta figure img {
            width: 100%;
        }


        .contact p {
            margin: 2px;
            margin-left: 50px;
            line-height: 0;
            font-size: 13px;
            font-weight: bold;
        }

        .features {
            margin: 0;
            margin-bottom: 20px;
            width: 580px;
            display: flex;
            justify-content: space-evenly;
        }

        .features li {
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            width: 140px;
            padding: 0;
        }

        .features img {
            width: 100%;
        }

        .courses {
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
        }

        .courses-categories-box {
            max-width: 1200px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .courses-categories {
            width: 540px;
            position: relative;
            margin: 0 0 40px 0;
            padding: 0;
            text-align: left;
            border-radius: 10px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
            background: #fff;
        }

        .courses-categories h4 {
            font-size: 1rem;
            background: #fff;
            color: #cc0a0a;
            font-weight: 800;
            padding: 10px;
            position: absolute;
            left: 20px;
            top: 20px;
            margin: 0;
            box-shadow: 3px 3px #cc0a0a;
        }

        .courses-categories p {
            font-size: 16px;
            padding: 0 20px;
        }

        .courses-categories figure img {
            width: 540px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .courses-categories a figure img {
            width: 240px;
        }

        .courses-categories .price {
            padding: 0 20px;
        }

        .courses-categories .price-box {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
        }

        .courses-categories .button {
            margin-right: 20px;
            transition: all 0.3s;
        }

        .courses-categories .button:hover {
            transform: scale(1.05);
        }

        .courses-categories a {
            margin: 0;
            padding: 0;
            margin-bottom: 10px;
        }

        .courses-categories .price-box .price-red {
            font-size: 2.55rem;
            color: #cc0a0a;
        }

        .support-middle {
            max-width: 100%;
            border-bottom: 1rem solid #cc0a0a;
            padding: 20px;
            margin-bottom: 20px;
        }

        .schedule {
            max-width: 1000px;
            text-align: center;
            padding: 0;
            margin: 0 auto;
        }

        .schedule-weekday,
        .schedule-weekend {
            width: 1000px;
            border: 1px solid #cc0a0a;
            border-radius: 20px;
            margin: 0 0 80px 0;
            padding: 0;
            align-items: flex-start;
        }

        .schedule-weekday h4,
        .schedule-weekend h4 {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #cc0a0a;
            color: #fff;
            margin: 0;
            padding: 0;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            height: 60px;
        }

        .schedule-weekday ul,
        .schedule-weekend ul {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }

        .schedule-weekday ul li,
        .schedule-weekend ul li {
            width: 280px;
            height: 60px;
            margin: 20px;
            background: #cc0a0a;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            color: #fff;
            border-radius: 9999px;
            font-weight: 800;
            box-shadow: rgba(12, 12, 12, 0.2) 0px 5px 15px;
        }

        .point-circle {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #fff;
            border-radius: 9999px;
            color: #cc0a0a;
            width: 40px;
            height: 40px;
            margin-left: 10px;
            margin-right: 40px;
        }

        .flow ol {
            max-width: 840px;
            margin: 0 auto;
            margin-bottom: 40px;
        }

        .flow ol li {
            display: flex;
            flex-direction: row;
            text-align: left;
            font-size: 11px;
        }

        .flow .flow-icon {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .flow .flow-icon::after {
            content: "";
            width: 5px;
            height: 50px;
            background: #cc0a0a;
        }


        .flow .flow-icon p {
            color: #cc0a0a;
            font-size: 16px;
            margin: 0;
            font-weight: normal;
        }

        .flow .flow-icon figure {
            margin-bottom: 5px;
        }

        .flow .flow-icon figure img {
            width: 90px;
            margin: 0;
        }

        .flow .flow-text {
            margin-left: 40px;
            margin-bottom: 0;
        }

        .flow .flow-text h4 {
            color: #cc0a0a;
            font-size: 20px;
            margin: 0;
            text-align: left;
        }

        .flow .flow-text p {
            font-size: 14px;
            font-weight: 600;
            width: 600px;
            border: 1px solid #cc0a0a;
            padding: 20px;
            border-radius: 10px;
            background: #fff;
            margin-bottom: 9px;
        }

        /* フォーム */

        .contact-form {
            background-color: #FFF;
            border-top: 8px solid #cc0a0a;
        }

        .contact-form-inner {
            max-width: 1000px;
            margin: 0 auto;
            padding: 60px 4% 80px 4%;
        }

        .contact-form-title {
            font-weight: bold;
            font-size: 52px;
            letter-spacing: 0.05em;
            text-align: center;
            color: #cc0a0a;
            margin-bottom: 10px;
        }

        .contact-form-subtitle {
            font-weight: bold;
            font-size: 15px;
            line-height: 44px;
            text-align: center;
            color: #cc0a0a;
            margin-bottom: 40px;
        }

        /* タブ切換え */

        .contact-form .form-content {
            display: none;
        }

        .contact-form .form-content.hidden {
            display: none;
        }

        .contact-form .form-content:not(.hidden) {
            display: block;
        }

        .contact-form .tab {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 55px;
        }

        .contact-form .tab-item {
            width: 430px;
            height: 53px;
            border-radius: 26.5px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
            font-weight: bold;
            font-size: 1rem;
            text-align: center;
            background: #fff;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .contact-form .tab-experience.active {
            background: linear-gradient(to right, #c879fc 0%, #006cd8 100%);
            color: #fff;
        }

        .contact-form .tab-document.active {
            background: linear-gradient(to right, #f88733 0%, #cb0f0e 100%);
            color: #fff;
        }

        .contact-form .tab-item:hover {
            opacity: 0.5;
        }


        /* フォームの入力画面と共通設定 */
        .contact-form input {
            width: 100%;
            height: 56px;
            border-radius: 6px;
            background: #fff;
            border: 1px solid #aaa;
            font-size: 1rem;
            line-height: 44px;
            padding: 15px;
            box-sizing: border-box;
            position: relative;
        }

        .input-wide {
            width: 100% !important;
        }

        .input-max {
            width: 100% !important;
        }

        .input-short {
            width: 100%;
        }

        .contact-form input::placeholder {
            color: #CECECE;
            font-weight: normal;
        }

        .contact-form select {
            width: 100%;
            height: 56px;
            border-radius: 6px;
            background: #fff;
            border: 1px solid #aaa;
            padding: 15px;
            font-size: 1rem;
            box-sizing: border-box;

            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: url(../images/content/select_icon.svg);
            background-repeat: no-repeat;
            background-position: right 22px center;
            background-size: 22px 22px;
            padding-right: 30px;
        }

        .contact-form h3 {
            margin-top: 20px;
        }

        .contact-form h3,
        th,
        label {
            font-weight: bold;
            font-size: 1rem;
            line-height: 44px;
            text-align: left;
        }

        .contact-form-wrapper {
            display: flex;
            gap: 0;
            flex-wrap: wrap;
            justify-content: center;
        }

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

        .contact-form-unit-harf {
            width: calc(calc(100% - 15px) / 2);
        }

        .contact-form-group {
            display: flex;
            margin-bottom: 20px;
        }

        .contact-form-group:last-child {
            margin-bottom: 0;
        }

        .contact-form-wrapper label {
            flex-shrink: 0;
        }

        .contact-form table {
            width: 100%;
            table-layout: fixed;
            max-width: 1000px;
            border-collapse: collapse;
        }

        .contact-form td {
            width: 100%;
            font-size: 1rem;
            line-height: 44px;
        }

        .contact-form td label {
            margin-right: 15px;
        }

        .contact-form td .contact-form-wrapper {
            display: flex;
            gap: 0;
        }

        .contact-form td .contact-form-wrapper-row {
            gap: 15px;
        }

        .contact-form td .contact-form-container {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            width: 100%;
        }

        .contact-form td .contact-form-container-harf {
            width: calc(calc(100% - 15px) / 2);
        }

        .contact-form textarea {
            font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
            width: 100%;
            max-width: 1000px;
            height: 100px;
            font-size: 1rem;
            line-height: 21px;
            border-radius: 6px;
            background: #fff;
            border: 1px solid #aaa;
            padding: 15px;
            box-sizing: border-box;
        }

        .contact-form textarea::placeholder {
            font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
            color: #CECECE;
            font-weight: normal;
        }

        .contact-form-policy {
            height: 222px;
            border-radius: 6px;
            background: #FFF;
            border: 1px solid #aaa;
            overflow-y: scroll;
            font-size: 14px;
            line-height: 21px;
            padding: 15px;
            font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
        }

        .contact-form-policy::-webkit-scrollbar {
            width: 15px;
            border-radius: 0 6px 6px 0;
            background-color: #FAFAFA;
        }

        .contact-form-policy::-webkit-scrollbar-thumb {
            width: 8px;
            height: 44px;
            background-color: #AAAAAA;
            border-radius: 20px;
            border: 4px solid #FAFAFA;
        }

        .contact-form-policy::-webkit-scrollbar-button {
            display: none;
        }

        .contact-form-policy * {
            scrollbar-width: thin;
            scrollbar-color: #AAAAAA #FAFAFA;
        }

        .contact-form-policy .policy-title-red {
            font-size: 16px;
            font-weight: bold;
            line-height: 21px;
            color: #CC0A0A;
            margin-bottom: 1rem;
        }

        .contact-form-policy h4 {
            font-size: 16px;
            line-height: 21px;
            font-weight: bold;
            margin: 0;
        }

        .contact-form-policy p {
            line-height: 21px;
            font-size: 16px;
            font-weight: normal;
            margin: 0 0 1rem 0;
        }

        .contact-form .form-btn {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .contact-form .form-btn-red {
            display: inline-block;
            background-color: #CC0A0A;
            color: #FFFFFF;
            border: none;
            border-radius: 7px;
            padding: 20px;
            font-size: 22px;
            text-align: center;
            line-height: 1.5;
            cursor: pointer;
            position: relative;
            transition: all 0.3s;
            margin: 0 auto;
        }

        .contact-form .form-btn-red span {
            font-size: 13px;
        }

        .contact-form .form-btn-red:hover {
            transform: scale(1.05);
        }

        .contact-form .form-btn-red:hover::after {
            transform: translateY(-50%) scale(1.1);
        }

        .contact-form .form-btn-white {
            display: inline-block;
            background-color: #FFFFFF;
            color: #CC0A0A;
            border: 1px solid #CC0A0A;
            border-radius: 7px;
            padding: 0px 40px 10px 40px;
            font-size: 22px;
            text-align: center;
            line-height: 1.5;
            cursor: pointer;
            position: relative;
            transition: all 0.3s;
            margin: 0 auto;
        }

        .contact-form .form-btn-white:hover {
            transform: scale(1.05);
        }

        .contact-form .form-btn-white:hover::after {
            transform: translateY(-50%) scale(1.1);
        }


        /* ページ内リンク用の調整 */
        .experience-form {
            padding-top: 500px;
            margin-top: -500px;
        }

        .document-form {
            padding-top: 500px;
            margin-top: -500px;
        }

        /* 確認画面用の差分 */
        .contact-form-confirm {
            border-top: none;
            border-bottom: 1rem solid #CC0A0A;
        }

        .contact-form-confirm-title {
            font-weight: bold;
            font-size: 40px;
            letter-spacing: 0.05em;
            text-align: center;
            color: #cc0a0a;
            margin-top: 40px;
            margin-bottom: 10px;
        }

        .contact-form-confirm label {
            line-height: 28px;
        }

        .contact-form-confirm .input-value {
            width: 100%;
            margin-bottom: 0;
        }

        .contact-form-confirm .input-wide {
            width: 100%;
        }

        .contact-form-confirm .input-short {
            width: 100%;
        }

        .contact-form-confirm .input-textarea {
            width: 100%;

        }

        .contact-form-confirm .form-btn-red {
            border-radius: 7px;
            padding: 10px 40px;
            width: 330px;
            height: 60px;
            margin: 0;
        }

        .contact-form-confirm .form-btn-red::after {
            content: '';
            position: absolute;
            bottom: 50%;
            right: 30px;
        }

        .contact-form-confirm .form-btn-white {
            border-radius: 7px;
            padding: 10px 40px;
            width: 330px;
            height: 60px;
            margin: 0;
        }

        .contact-form-confirm .form-btn-white::after {
            content: '';
            position: absolute;
            bottom: 50%;
            right: 30px;
        }

        /* 完了画面用の差分 */
        .contact-form-thanks .form-btn-red {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 20px;
        }

        footer {
            background: #fff;
            border-bottom: 40px solid #0c0c0c;
        }

        .footer-container {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            height: 300px;
        }

        .footer-container .company figure img {
            width: 270px;
            height: 50px;
        }

        .footer-container nav ul {
            width: 60%;
            height: 100px;
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-items: center;
            background: #cc0a0a;
            border-bottom-left-radius: 9999px;
            border-top-left-radius: 9999px;
            position: absolute;
            bottom: 100px;
            right: 0;
        }

        .footer-container nav li {
            margin: 0;
            background: none;
            width: 100%;
        }

        .footer-container nav ul li a {
            font-size: 16px;
            color: #fff;
        }

        footer .bottom-menu {
            display: none;
        }

        body {
            font-size: 20px;
        }

        a[href*="tel:"] {
            pointer-events: none;
            cursor: default;
        }

        .header-container,
        .footer-container {
            text-align: left;
        }

        .size_fixed {
            width: 1200px;
            margin: 20px auto;
            position: relative;
        }

        .sp-only {
            display: none;
        }

        .sp-header {
            display: none;
        }
    }

    @media (min-width: 1050px) {
        .contact-form-inner {
            padding: 60px 0 80px 0;
        }

        .contact-form-wrapper {
            gap: 15px;
            margin-bottom: 20px;
        }

        .contact-form-margin {
            margin-bottom: 40px !important;
        }

        .contact-form-group:last-child {
            margin-bottom: 0;
        }

        .contact-form h3 {
            line-height: 44px;
            margin-top: 0;
        }

        .contact-form td .contact-form-container {
            width: auto;
            max-width: 489px;
        }

        .contact-form-container {
            width: auto;
        }

        .contact-form td .contact-form-wrapper {
            gap: 20px;
            margin-bottom: 20px;
        }

        .contact-form-margin .contact-form-wrapper {
            margin-bottom: 0 !important;
        }

        .contact-form-unit {
            width: auto;
        }

        .contact-form input {
            width: 456px;
        }

        .input-wide {
            width: 489px !important;
        }

        .input-max {
            width: 100% !important;
        }

        .input-short {
            width: 400px !important;
        }

        .contact-form select {
            width: 421px;
        }

        /* ページ内リンク用の調整 */
        .experience-form {
            padding-top: 300px;
            margin-top: -300px;
        }

        .document-form {
            padding-top: 300px;
            margin-top: -300px;
        }

        /* 確認画面の差分 */

        .contact-form-confirm .input-value {
            width: 456px;

        }

        .contact-form-confirm .input-wide {
            width: 489px;

        }

        .contact-form-confirm .input-short {
            width: 400px;

        }

        .contact-form-confirm .input-textarea {
            width: 100%;
        }

    }