@charset "UTF-8";

/* CSS Document */
img,
object,
embed,
video {
    max-width: 100%;
    height: auto;
}

.text-12px {
    font-size: 12px;
}

.text-30px {
    color: #76384d;
    font-size: 30px;
}

.text-right {
    text-align: right;
}

.sp-only {
    display: contents;
}

/* トップ */

.lower-top {
    width: 100%;
    height: 200px;
    position: relative;
    background-image: url(../img/lower_top01.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 200px;
    opacity: 0.8;
    margin-bottom: 100px;
}

.lower-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/ptn01.png);
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    opacity: 0.3;
    -webkit-mask-image: url(../img/lower_top01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    -webkit-mask-size: 100% 200px;
    mask-image: url(../img/lower_top01.svg);
    mask-repeat: no-repeat;
    mask-position: top center;
    mask-size: 100% 200px;
}

.lower-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-image: url(../img/lower_top02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
    -webkit-mask-image: url(../img/lower_top01.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    -webkit-mask-size: 100% 200px;
    mask-image: url(../img/lower_top01.svg);
    mask-repeat: no-repeat;
    mask-position: top center;
    mask-size: 100% 200px;
}

.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 130px 0 0;
    margin-left: 40px;
}

.breadcrumb li {
    font-size: 13px;
}

.breadcrumb a {
    color: #aa7673;
}

.breadcrumb li::after {
    content: "/";
    margin: 0 0.5em;
}

.breadcrumb li:last-child::after {
    content: "";
}

.title-low {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}

.title-low .text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-low .text p {
    font-size: 20px;
    padding-top: 5px;
}

.title-low h2 {
    font-size: 16px;
    color: #76384d;
    font-weight: normal;
    letter-spacing: 1.6px;
    margin-bottom: 12.8px;
    margin-left: 3.2px;
}

.title-low .lo_sakura {
    position: absolute;
    top: -50px;
    left: calc(50% + 100px);
    width: 200px;
    height: 120px;
    z-index: 1;
    pointer-events: none;
}

.title-low h1 {
    font-size: 39px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.1;
    position: relative;
    z-index: 2;
    letter-spacing: 6px;
}

.title-low h1 span,
.title-low h3 span {
    opacity: 0;
    display: inline-block;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
}

.title-low h1 span.visible,
.title-low h3 span.visible {
    opacity: 1;
    transform: translateY(0);
}

.course-right h3 {
    display: flex;
}

.lower-top-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    line-height: 170%;
    margin-bottom: 50px;
}

.lower-top-text p {
    text-align: center;
    line-height: 170%;
}

/* コース紹介 */

*,
*::before,
*::after {
    box-sizing: border-box;
}

.courses-page p,
.courses-page li {
    line-height: 170%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
}

.course-wrap {
    position: relative;
    margin-bottom: 100px;
}

.course-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
    background: #F9F7F7 url(../img/ptn01.png) repeat center/400px;
    z-index: 0;
}

.course-wrap>* {
    position: relative;
    z-index: 1;
}

.course-inner {
    width: 1050px;
    margin: 0 auto;
    display: flex;
    padding-top: 50px;
}

.course-right {
    background-color: #fff;
    width: 550px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    padding: 30px;
    border-radius: 0 50px 0 0;
}

.h3-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.h3-box h3 {
    color: #76384d;
    font-size: 32px;
    line-height: 130%;
    font-weight: normal;
}

.lo-sakura-low,
.lo-sakura-low-auto {
    max-width: 160px;
    min-width: 150px;
    margin-top: -30px;
    margin-left: -30px;
}

.lo-sakura-low-small {
    margin-right: -45px;
}

.course-left {
    width: 550px;
    height: 284px;
    margin-left: -50px;
    overflow: hidden;
}

.course-left img {
    object-fit: cover;
    object-position: right top;
    border-radius: 50px 0 0 0;
}

.course-manners {
    width: 1050px;
    margin: 20px auto 0;
    display: flex;
    gap: 22px;
}

.manners-inner {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.manners {
    background-color: #F7F5ED;
    width: 514px;
    border-radius: 15px;
    padding: 20px;
}

.manners h4 {
    color: #76384d;
    font-size: 18px;
    margin-bottom: 10px;
}

.reihou-license {
    width: 1050px;
    margin: 0 auto;
}

.reihou-license h4 {
    color: #76384D;
    font-size: 25px;
    text-align: center;
    margin: 50px 0 10px;
}

.reihou-license-table {
    display: flex;
    justify-content: space-between;
}

.reihou-license-table table {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    width: 514px;
    border-collapse: collapse;
    text-align: center;
}

.reihou-license-table th,
.reihou-license-table td {
    width: 50%;
    height: 50px;
    line-height: 140%;
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.reihou-license-table th {
    font-weight: 300;
    background-color: #F9F7F7;
    height: 30px;
}

.kituke-course-table th {
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
    padding: 10px;
}

.kituke-course-table td {
    padding: 10px;
}

.kituke-license {
    width: 1050px;
    margin: 0 auto;
}

.kituke-license h4 {
    color: #76384D;
    font-size: 25px;
    text-align: center;
    margin: 50px 0 10px;
}

.kituke-license-table {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    width: 900px;
    margin: 0 auto;
    border-collapse: collapse;
}

.kituke-license-table th,
.kituke-license-table td {
    line-height: 140%;
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
}

.kituke-license-table th {
    font-weight: 300;
    background-color: #F9F7F7;
    height: 30px;
    white-space: nowrap;
    padding: 10px 50px;
}

.kituke-inner-table th,
.kituke-inner-table td {
    line-height: 150%;
    background-color: transparent;
    vertical-align: top;
    text-align: left;
    border: none;
    padding: 5px 0 0;
}

.kituke-inner-table .text-right {
    width: 6em;
    text-align: right;
    white-space: nowrap;
}

.kituke-inner-table th {
    width: 6em;
}

.consultant {
    margin-top: 50px;
}

.course-video {
    width: 500px;
    margin-left: 0;
}

.course-btn {
    display: flex;
    justify-content: center;
}

.cource-table-foreigners tr {
    vertical-align: top;
}

.cource-table-foreigners th {
    width: 100px;
}

.cource-table-foreigners span {
    display: block;
}

/* 衣紋道 */

.emondo-page p {
    line-height: 170%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
}

.emondo-video {
    width: 717px;
    margin: 100px auto 5px;
}

.emondo-video-text {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

/* 画像スクロール */

.scroll-container {
    width: 100%;
    overflow: hidden;
    height: 200px;
    position: relative;
    margin-bottom: 100px;
}

.scroll-track {
    display: flex;
    height: 100%;
    width: 6300px;
    animation: scrollLeft 60s linear infinite;
}

.scroll-track img {
    height: 200px;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-3150px);
    }
}

/* 衣紋道とは */

.lower-top-emondo {
    width: 1100px;
    margin: 0 auto;
    display: flex;
}

.lower-top-emondo p {
    line-height: 200%;
    letter-spacing: 0.1;
    width: 60%;
    padding: 20px 0 50px 50px;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

.montei-line {
    width: 90%;
    position: relative;
    margin-top: 20px;
    text-align: center;
    padding: 2px 0 7px 0;
}

.montei-line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    border-top: 2px double #E5CFCE;
    border-bottom: 2px solid #E5CFCE;
    animation: lineStretch 1s ease-out forwards;
}

.montei-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    border-top: 2px double #E5CFCE;
    border-bottom: 2px solid #E5CFCE;
    animation: lineStretch 1s ease-out forwards;
}

@keyframes lineStretch {
    0% {
        transform: scale(0,1);
    }
    100% {
        transform: scale(1,1);
    }
}

.lower-top-text-emondo {
    margin-top: 80px;
}

.lower-top-emondo-img {
    width: 40%;
}

.emondo-page h3 {
    color: #76384d;
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
}

.emondo-wrap h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 5px;
}

.emondo-bg {
    width: 100%;
    height: 100px;
    background: #F9F7F7 url(../img/ptn01.png) repeat center/400px;
}

.emondo-wrap {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 50px;
}

.emondo-wrap h4 {
    font-size: 18px;
    padding: 5px 0;
}

.emondo-wrap .emondo-source {
    font-size: 14px;
    text-align: right;
    margin-bottom: 30px;
}

.emondo-box {
    text-align: center;
}

.emondo-box p {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.emondo-box .button006 {
    margin-bottom: 100px;
}

.emondo-table {
    max-width: 600px;
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 30px;
}

.emondo-table th {
    background-color: #F9F7F7;
    width: 120px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.emondo-table td{
    text-align: left;
    padding: 10px 20px 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.h3-box-emondo {
    position: relative;
}

.h3-box-emondo .lo-sakura-low {
    height: 60px;
    position: absolute;
    top: 0;
    right: -130px;
}


/* 教室について */

.about-page h3 {
    font-size: 24px;
}

.about-page p,
.about-page li {
    line-height: 170%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
}

.about-wrap {
    position: relative;
    margin-bottom: 100px;
}

.about-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
    background: #F9F7F7 url(../img/ptn01.png) repeat center/400px;
    z-index: 0;
}

.about-wrap>* {
    position: relative;
    z-index: 1;
}

.about-inner {
    display: flex;
    padding-top: 50px;
}

.about-inner-re {
    display: flex;
    flex-direction: row-reverse;
}

.about-text {
    background-color: #fff;
    width: 51.95%;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    padding: 30px;
    border-radius: 0 50px 0 0;
}

.about-text-inner {
    max-width: 550px;
    margin-left: auto;
}

.about-text-inner-re {
    max-width: 550px;
}

.about-inner-re .about-text-re {
    border-radius: 50px 0 0 0;
}

.about-inner-re .about-img-re img {
    border-radius: 0 50px 0 0;
}

.about-img {
    width: 550px;
    margin-left: -50px;
}

.about-video {
    width: 500px;
    margin-left: 0;
}

.about-img-re {
    margin-right: -50px;
}

.about-img img {
    border-radius: 50px 0 0 0;
}

.about-img .inversion img {
    transform: scaleX(-1);
    border-radius: 0 50px 0 0;
}

/* プロフィール */

.profile-wrap {
    background: #F9F7F7 url(../img/ptn01.png) repeat center/400px;
    position: relative;
    z-index: 0;
    padding-top: 100px;
}

.profile-wrap p,
.profile-wrap li {
    line-height: 170%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
}

.profile-bg {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: -1;
    background-color: #fff;
    width: 50%;
    height: calc(100% - 100px);
    border-radius: 0 100px 0 0;
}

.profile-bg-inner {
    width: 1150px;
    background-color: #fff;
    border-radius: 0 100px 0 0;
    margin: 0 auto;
    padding-top: 50px;
}

.profile-wrap .h3-box {
    width: max-content;
    margin: 0 auto;
}

.career {
    width: 1050px;
    background-color: #fff;
    border-radius: 50px;
    margin: 50px auto 0;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.career img {
    width: 300px;
}

.career-img {
    width: 1050px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
}

.career-img img {
    width: 336px;
}

.career-text {
    text-align: justify;
}

.career tr {
    vertical-align: top;
}

.career h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.career h5 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding-top: 10px;
}

.best-teaching {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    margin: 20px auto 0;
}

.best-teaching .text {
    color: #222;
    font-size: 16px;
}

.best-teaching .button006 a {
    margin: 0;
    padding: 5px 40px;
}

.about-h4-box {
    position: relative;
    color: #fff;
    font-size: 26px;
    letter-spacing: 20px;
    background-color: #76384D;
    width: 130px;
    height: 55px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.about-h4-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/ptn01.png) repeat center/130px;
    opacity: 0.1;
    z-index: 0;
}

.about-h4-box>* {
    position: relative;
    z-index: 1;
}

.about-h4-box h4 {
    margin-left: 20px;
}

.license,
.achievement {
    width: 1050px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    margin-top: 100px;
}

.profile-table {
    width: 890px;
    border-collapse: collapse;
}

.profile-table td {
    padding: 10px 15px;
    vertical-align: top;
}

.profile-table a {
    text-decoration: underline;
    color: #76384d;
}

.profile-table a:hover {
    text-decoration: underline;
    opacity: 0.5;
}


.profile-table td:first-child {
    width: 120px;
    color: #76384d;
    font-weight: 500;
}

.profile-table tr:nth-child(odd) {
    background-color: #F9F7F7;
}

.profile-list {
    width: 890px;
}

.profile-list li {
    padding: 10px 20px;
}

.profile-list li:nth-child(odd) {
    background-color: #F9F7F7;
}

.profile-img-box {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 50px;
    padding-bottom: 100px;
}

.profile-img-box img {
    width: 500px;
}

.profile-img-box .text-12px {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
}

.member-wrap p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 170%;
    margin-top: 50px;
    padding-bottom: 150px;
}

.en-trial-box {
    width: 1050px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 50px;
    padding-bottom: 100px;
}

.en-trial-box img {
    width: 300px;
}

.en-trial-box p {
    text-align: justify;
    margin: 0;
    padding: 0;
}

.en-trial-box .button006 {
    display: flex;
    justify-content: center;
}

.en-trial-box .button006 a {
    margin: 30px 0 0;
}

@media only screen and (max-width: 1050px) {

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}

.text-22px {
    font-size: 22px;
}

.sp-text-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sp-text-wrap-left {
    display: flex;
    flex-wrap: wrap;
    line-height: 150%;
}

/* トップ */

.lower-top {
    background-image: url(../img/lower_top01-sp.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 250px;
    opacity: 0.8;
    margin-bottom: 50px;
}

.lower-top::before {
    -webkit-mask-image: url(../img/lower_top01-sp.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    -webkit-mask-size: 100% 200px;
    mask-image: url(../img/lower_top01-sp.svg);
    mask-repeat: no-repeat;
    mask-position: top center;
    mask-size: 100% 200px;
}

.lower-top::after {
    -webkit-mask-image: url(../img/lower_top01-sp.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    -webkit-mask-size: 100% 200px;
    mask-image: url(../img/lower_top01-sp.svg);
    mask-repeat: no-repeat;
    mask-position: top center;
    mask-size: 100% 200px;
}

.breadcrumb {
    padding: 80px 0 0;
    margin-left: 5%;
}

.breadcrumb li {
    font-size: 12px;
}

.title-low {
    padding-top: 50px;
    overflow: hidden;
}

.title-low .text p {
    font-size: 15px;
    padding-top: 5px;
}

.title-low h2 {
    font-size: 12px;
    z-index: 2;
}

.title-low .lo_sakura {
    top: 0px;
    left: calc(50% + 80px);
}

.title-low h1 {
    font-size: 22px;
}

.text-18px {
    color: #76384d;
    font-size: 18px;
}

.lower-top-text p {
    text-align: justify;
    margin: 0 3.9%;
}

/* コース紹介 */

.courses-page p,
.courses-page li {
    text-align: justify;
}

.course-wrap::before {
    background: #F9F7F7 url(../img/ptn01.png) repeat center/350px;
}

.course-inner {
    width: 92.2vw;
}

.course-right {
    width: 48.04vw;
}

.h3-box {
    position: relative;
}

.h3-box h3 {
    font-size: 22px;
}

.course-left {
    width: 48.04vw;
    height: 284px;
    margin-left: -3.9vw;
}

.course-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-manners {
    width: 92.2%;
    flex-direction: column;
    row-gap: 20px;
}

.manners {
    width: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.reihou-license {
    width: 92.2vw;
}

.reihou-license h4 {
    font-size: 22px;
}

.reihou-license-table {
    flex-direction: column;
}

.reihou-license-table table {
    width: 100%;
}

.border-none {
    border-bottom: none !important;
}

.kituke-license {
    width: 90%;
    margin: 0 auto;
}

.kituke-license h4 {
    font-size: 22px;
}

.kituke-license-table {
    width: 90vw;
    margin: 0 auto;
}

.kituke-license-table table {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    width: 100%;
    border-collapse: collapse;
}

.kituke-license-table th,
.kituke-license-table td {
    line-height: 140%;
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
}

.kituke-license-table th {
    font-weight: 300;
    background-color: #F9F7F7;
    height: auto;
    white-space: nowrap;
    padding: 10px 50px;
}

.kituke-inner-table th,
.kituke-inner-table td {
    line-height: 150%;
    background-color: transparent;
    vertical-align: top;
    text-align: left;
    border: none;
    padding: 5px 0 0;
}

.kituke-inner-table .text-right {
    width: 6em;
    text-align: right;
    white-space: nowrap;
}

.kituke-inner-table th {
    width: 6em;
}

.kituke-license-table .block {
    width: 100%;
    display: block;
}

.kituke-license-table .block span {
    display: inline;
}

.course-inner-video {
    display: flex;
}

.course-inner-video .course-left {
    margin-left: 0;
}

/* 衣紋道 */

.emondo-page p {
    text-align: justify;
}

.emondo-video {
    width: 90%;
}

/* 画像スクロール */

.scroll-container {
    height: 150px;
}

.scroll-track {
    width: 4275px;
}

.scroll-track img {
    height: 150px;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-2362.5px);
    }
}

/* 衣紋道とは */

.lower-top-emondo {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.lower-top-emondo p {
    line-height: 200%;
    letter-spacing: 0.1;
    width: 100%;
    padding: 0 0 30px;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

.lower-top-emondo-img {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
}

.emondo-page h3 {
    font-size: 22px;
}

.emondo-wrap .emondo-source {
    font-size: 10px;
    text-align: right;
}

.emondo-table {
    width: 90%;
}

.montei-line {
    width: 100%;
    position: relative;
    margin-top: 20px;
    text-align: center;
    padding: 2px 0 7px 0;
}


/* 教室について */

.about-page h3 {
    font-size: 22px;
}

.about-page p,
.about-page li {
    text-align: justify;
}

.about-wrap::before {
    background: #F9F7F7 url(../img/ptn01.png) repeat center/350px;
}

.about-inner-video {
    display: flex;
}

.about-inner-video .about-text {
    margin-top: 50px;
}

.about-inner-video .about-img {
    margin-left: 0;
}

.about-text {
    width: 51.95vw;
    padding: 30px 30px 0 3.9vw;
}

.about-inner-re .about-img-re img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img {
    width: 48.04vw;
    height: 308px;
    margin-left: -3.9vw;
}

.about-img .inversion {
    width: 48.04vw;
    height: 308px;
}

.about-img-re {
    margin-right: -3.9vw;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img .inversion img {
    transform: scaleX(-1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* プロフィール */

.profile-wrap {
    background: #F9F7F7 url(../img/ptn01.png) repeat center/350px;
}

.profile-wrap p,
.profile-wrap li {
    font-size: 14px;
    text-align: justify;
}

.profile-wrap .textaline-center {
    text-align: center;
}

.profile-bg-inner {
    width: 100%;
}

.career {
    width: 92.2%;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.career img {
    width: 60%;
    max-width: 350px;
}

.career-img {
    width: 92.2%;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
}

.career-img img {
    width: 32%;
}

.career h4 {
    font-size: 18px;
    text-align: center;
}

.profile-table {
    width: 100%;
}

.about-h4-box {
    font-size: 20px;
}

.license,
.achievement {
    width: 92.2%;
    flex-direction: column;
    gap: 0px;
}

.profile-list {
    width: 100%;
}

.profile-img-box {
    gap: 5%;
    row-gap: 20px;
    flex-wrap: wrap;
}

.member-wrap p {
    width: 92.2%;
    margin: 50px auto 0;
}

.en-trial-box {
    width: 90%;
    margin: 0 auto;
}

}


@media only screen and (max-width: 800px) {

/* コース紹介 */

.courses-page p,
.courses-page li {
    font-size: 14px;
}

.course-wrap::before {
    height: 500px;
    background: #F9F7F7 url(../img/ptn01.png) repeat center/350px;
}

.course-inner {
    width: 100%;
}

.course-right {
    width: 95vw;
    margin-top: 230px;
}

.course-wrap .lo-sakura-low,
.course-wrap .lo-sakura-low-auto {
    min-width: 150px;
    max-width: 150px;
    min-height: 50px;
    margin-top: -40px;
    margin-left: -30px;
    position: absolute;
    top: 0;
    right: -50px;
    z-index: -1;
}

.lo-sakura-low-small {
    margin-right: 0px;
}

.course-left {
    width: 95vw;
    margin-left: -90vw;
}

.course-inner-video {
    display: flex;
    flex-direction: column-reverse;
}

.course-inner-video .course-right {
    margin-top: 0;
}

.course-inner-video .course-left {
    height: auto;
    margin-left: auto;
}

/* 衣紋道 */

.emondo-video-text p {
    font-size: 12px;
    width: 90%;
    text-align: center;
}

/* 教室について */

.about-wrap {
    margin-bottom: 50px;
}

.about-wrap::before {
    height: 500px;
}

.about-inner-video {
    display: flex;
    flex-direction: column-reverse;
}

.about-inner-video .about-text {
    margin-top: 0;
}

.about-inner-video .about-img {
    height: auto;
    margin-left: auto;
}

.about-text {
    width: 95vw;
    margin-top: 250px;
    padding: 30px 30px 0 5vw;
}

.about-img {
    width: 95vw;
    margin-left: -90vw;
}

.about-img .inversion {
    width: 95vw;
}

.about-img-re {
    margin-right: -90vw;
}

.profile-wrap .textaline-left {
    text-align: left;
}

.profile-img-box img {
    width: 80vw;
}

.career-img {
    width: 90%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: space-between;
    margin: 50px auto 0;
}

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

.en-trial-box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

.en-trial-box img {
    width: 80%;
}

.en-trial-box p {
    width: 100%;
    margin: 0;
    padding: 0;
}

.en-trial-box .button006 {
    display: flex;
    justify-content: center;
}

.en-trial-box .button006 a {
    margin: 30px 0 0;
}

.kituke-license {
    width: 100%;
}

.reihou-license-table,.kituke-license-table {
    font-size: 12px;
}

}

@media only screen and (max-width: 600px) {

.kituke-license-table th.border-none {
    text-align: left;
    padding: 10px 20px;
}

.kituke-inner-table th {
    width: 80px;
}

/*---------- スクロール可能なテーブル関連のCSS ----------*/
/* .kituke-license-table {
    width: 100%;
    display: block;
    overflow: auto;
} */

.kituke-license-table th,
.kituke-license-table td {
    white-space: nowrap;
}

/* スクロールバー全体を対象にする */
.kituke-license-table::-webkit-scrollbar {
    width: 10px; /* スクロールバーの幅 */
    height: 10px; /* スクロールバーの高さ */
}

/* スクロールバーの背景部分をカスタマイズ */
.kituke-license-table::-webkit-scrollbar-track {
    background: #f1f1f1; /* スクロールバーの背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分をカスタマイズ */
.kituke-license-table::-webkit-scrollbar-thumb {
    background: #888; /* スクロールバーの操作部分の背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分にホバーした時のスタイル */
.kituke-license-table::-webkit-scrollbar-thumb:hover {
    background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
}

}
