/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #222222;
    line-height: 1.5;
    background-color: #F9F5FF;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

/* PC/SP表示切り替え */
.pc {
    display: block;
}

.sp {
    display: none;
}

.inline {
    display: inline-block;
}

/* Header */
.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 100;
    background-color: #fafafa;
}

.header__inner {
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 15px 40px;
}

.header__logo {
    width: 95px;
    height: 50px;
}

.header__nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__btn {
    height: 52px;
}

.header__btn:hover {
    opacity: 0.8;
}

/* First View */
.fv {
    position: relative;
    height: auto;
    background: #F9F5FF;
}

.fv__bg {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: auto;
    background: url(img/education_lp/fv_bg.png) no-repeat center/cover
}

.fv__container {
    position: relative;
    top: 60px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.fv__text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fv__copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fv__copyImg {
    width: 583.5px;
}

.fv__copySub {
    font-weight: 700;
    font-size: 29px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.fv__copyMain {
    display: flex;
    flex-direction: column;
}

.fv__copyMain p:first-child {
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.02em;
}

.fv__copyMain p:last-child {
    font-weight: 700;
    font-size: 51px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.fv__copyMain p:last-child .strong {
    font-size: 68px;
    color: #7515FF;
}

.fv__desc {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.fv__img {
    width: 39.5%;
}

.fv__small {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

/* CV */
.cv {
    position: relative;
    height: 213px;
    background: #222222;
}

.cv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/education_lp/cv_bg.png) no-repeat center/cover;
}

.cv__container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
    border: 2px solid #fff;
}

.cv__title {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.cv__box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.cv__dl img,
.cv__contact img {
    width: 286px;
}

/* Chance */
.chance {
    padding: 60px 80px;
    background: #fff;
}

.chance__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 2px 0;
}

.chance__box01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 60px 40px;
    background: #F7F7F7;
    border: 1px solid rgba(204, 204, 204, 0.8);
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.chance__box01Img01 {
    width: calc(50% - 35px);
    max-width: 100%;
    min-width: 420px;
}

.chance__box01Text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: calc(50% - 35px);
}

.chance__box01Title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.chance__box01Title h2 {
    font-weight: 700;
    font-size: 46px;
    line-height: 1.7;
    color: #7515FF;
    letter-spacing: -0.02em;
}

.chance__box01Img02 {
    position: absolute;
    top: -25px;
    left: -51.75px;
    width: 114.5px;
    height: 41.5px;
}

.chance__box01Img03 {
    width: 478.5px;
}

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

.chance__box01Desc span {
    color: #7515FF;
    font-size: 20px;
    font-weight: 700;
}

.chance__box01List {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.chance__box01ListItem {
    width: 100%;
    max-width: 420px;
}

.chance__box02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 40px;
    background: #F7F7F7;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
}

.chance__group01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
}

.chance__group01Img01 {
    width: 906px;
}

.chance__group01Flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
}

.chance__group01FlexItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 40px 24px;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    flex: 1;
}

.chance__group01FlexItemText {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.chance__group01FlexItemTitle {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
}

.chance__box02Line {
    display: block;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #7515FF 0%, #9F3FDC 100%);
}

.chance__group01FlexItemDesc {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    text-align: left;
}

.chance__group01FlexItemDesc span {
    color: #7515FF;
}

.chance__group01Img02,
.chance__group01Img03 {
    width: 442.5px;
}

.chance__group01Img04 {
    width: 572px;
    height: 361.5px;
}

.chance__group02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 40px 16px 16px;
    width: 100%;
    background-color: #fff;
}

.chance__group02Img01 {
    width: 360px;
    height: auto;
}

.chance__group02Flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.chance__group02FlexItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: calc(33.33% - 20px);
    min-width: 280px;
    height: auto;
    aspect-ratio: 1 / 1;
    background: #F9F5FF;
    border-radius: 260px;
}

.chance__group02FlexItemImg {
    width: 130px;
    height: 130.5px;
}

.chance__group02FlexItemText {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.chance__group02FlexItemTitle {
    font-weight: 700;
    font-size: 20px;
    color: #7515FF;
    text-align: center;
}

.chance__group02FlexItemDesc {
    font-size: 16px;
    text-align: center;
}

.chance__group02Text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 0 40px;
    width: 100%;
}

.chance__group02Text p {
    font-size: 20px;
    text-align: center;
}

.chance__group02Text p span {
    font-weight: 700;
}

.chance__group02table {
    width: 100%;
    height: auto;
}

/* Curriculum */
.curriculum {
    padding: 60px 80px;
    background: #fff;
}

.curriculum__title {
    width: 788px;
    margin: 0 auto 40px;
}

.curriculum__container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 60px 40px;
    background: #F9F5FF;
    border-radius: 20px;
}

.curriculum__titleSub {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.curriculum__titleSubFlex {
    display: flex;
    align-items: center;
    gap: 8px;
}

.curriculum__titleSubImg {
    width: 286px;
    height: 41px;
}

.curriculum__titleSubFlex p {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.45;
    color: #222;
}

.curriculum__titleSub h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.45;
    text-align: center;
    color: #222;
}

.curriculum__titleSub h2 span {
    color: #7515FF;
}

.curriculum__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
}

.curriculum__listItem {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 32px 40px;
    background: #fff;
    border-radius: 10px;
}

.curriculum__listItemText {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 0;
    flex: 1;
}

.curriculum__listItemTitle {
    display: flex;
    align-items: center;
    gap: 24px;
}

.curriculum__listItemTitleImg {
    width: 100px;
}

.curriculum__listItemTitle h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    color: #7515FF;
}

@media screen and (max-width: 1024px) {
    .curriculum__listItemTitle {
        gap: 12px;
    }

    .curriculum__listItemTitle h3 {
        font-size: 24px;
    }

    .curriculum__listItemTitleImg {
        width: 80px;
    }
}

.curriculum__listItemDesc {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 8px;
}

.curriculum__listItemPoints {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.curriculum__listItemPoint {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 8px;
}

.curriculum__listItemPointDot {
    width: 10px;
    height: 10px;
    background: #9F3FDC;
    border-radius: 50%;
}

.curriculum__listItemPoint p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
}

.curriculum__listItemImg {
    width: 50%;
}

.curriculum__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 24px;
}

.curriculum__boxTitle {
    width: 663.5px;
    height: auto;
}

.curriculum__boxTitleSub {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: #222;
}

.curriculum__boxTitleSub .strong {
    color: #7515FF;
}

.curriculum__boxDesc {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #222;
    margin-bottom: 16px;
}

.curriculum__boxImg {
    width: 364px;
    height: 281px;
}

/* ROI */
.roi {
    padding: 60px 80px;
    background: #F2F2F2;
}

.roi__container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background: #FFFFFF;
}

.roi__titleBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 16px 0 0;
    width: 100%;
}

.roi__titleBox h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    color: #7515FF;
}

.roi__titleLine {
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #7515FF 0%, #9F3FDC 100%);
}

.roi__titleBox p {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    padding: 0 40px;
}

.roi__list {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 24px 40px;
    width: 100%;
}

.roi__listItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 370px;
}

.roi__listItemImg {
    width: 300px;
}

.roi__listItemTitle {
    width: 250px;
}

.roi__listItemDesc {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.roi__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 40px;
    background: #F9F5FF;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
}

.roi__box h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
}

.roi__boxContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 32px 40px;
    background: #fff;
    border-radius: 10px;
    width: 100%;
}

.roi__boxLeft {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.roi__boxLogo {
    width: 208.24px;
    height: auto;
}

.roi__boxText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.roi__boxContentTitle {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    color: #7515FF;
}

.roi__boxContentDesc {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #222;
}

.roi__boxContentText {
    font-size: 16px;
    line-height: 1.5;
    color: #222;
}

.roi__boxBadges {
    display: flex;
    justify-content: center;
    gap: 16px;
    width: 100%;
}

.roi__boxBadge {
    width: calc(100% / 3);
}

/* Case */
.case {
    padding: 60px 80px;
    background: #F9F5FF;
}

.case__container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.case__title {
    width: 360px;
    height: 81px;
    margin: 0 auto 40px;
    display: block;
}

.case__list {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.case__listItem {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 32px 24px;
    background: #fff;
    border-radius: 10px;
}

.case__listItemImg {
    width: 350px;
    height: 240px;
    border-radius: 15px;
}

.case__listItemText {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 16px;
    flex: 1;
}

.case__listItemTitle {
    display: flex;
    align-items: center;
    gap: 12px;
}

.case__listItemTitleLine {
    width: 5px;
    height: 42px;
    background: linear-gradient(90deg, #7515FF 0%, #9F3FDC 100%);
}

.case__listItemTitle h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #7515FF;
}

.case__listItemDesc {
    font-size: 16px;
    line-height: 1.5;
}

.case__listItemDesc span {
    font-weight: 700;
    color: #7515FF;
}

.case__listItemCompany {
    display: flex;
    align-items: center;
    gap: 12px;
}

.case__listItemCompanyImg {
    width: 40px;
    height: 40px;
}

.case__listItemCompanyName {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
}

/* Subsidy */
.subsidy {
    padding: 60px 80px;
    background: #F2F2F2;
}

.subsidy__container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.subsidy__titleBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 16px 0 0;
    width: 100%;
}

.subsidy__titleBox h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    color: #7515FF;
}

.subsidy__titleLine {
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #7515FF 0%, #9F3FDC 100%);
}

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

.subsidy__titleDesc .strong {
    font-weight: 700;
    font-size: 26px;
    color: #7515FF;
}

.subsidy__titleNote {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.subsidy__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border: 1px solid #7515FF;
    border-radius: 15px;
    background-color: #F9F5FF;
    padding: 24px 40px;
}

.subsidy__boxTitle {
    width: 463.5px;
    height: 50px;
}

.subsidy__boxContent {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.subsidy__boxLeft {
    width: 300px;
    height: 200px;
}

.subsidy__boxRight {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.subsidy__boxImg {
    width: 100%;
    height: auto;
}

.subsidy__boxList {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.subsidy__boxListItem {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.subsidy__boxListItem:nth-child(2) {
    background-color: #F9F5FF;
}

.subsidy__boxListItemIcon {
    width: 16px;
    height: 16px;
}

.subsidy__note {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.subsidy__text {
    width: 484px;
    height: 57px;
    margin: 24px auto;
}

.subsidy__box2 {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 484px;
    margin: 0 auto;
}

.subsidy__recommend {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.subsidy__recommendItem {
    display: flex;
    align-items: center;
    gap: 16px;
}

.subsidy__recommendItemIcon {
    width: 24.5px;
    height: 24.5px;
}

.subsidy__recommendItem p {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.45;
}

.subsidy__boxImg02 {
    width: 100%;
    height: auto;
}

/* FAQ */
.faq {
    padding: 60px 80px;
    background: #fff;
}

.faq__title {
    width: 360px;
    height: 81px;
    margin: 0 auto 40px;
    display: block;
}

.faq__list {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq__listItem {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    background: #F9F5FF;
    border-radius: 10px;
}

.faq__listItemQ {
    display: flex;
    align-items: center;
    gap: 16px;
}

.faq__listItemQIcon {
    width: 42px;
    height: 42px;
}

.faq__listItemQ h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #171717;
}

.faq__listItemA {
    display: flex;
    align-items: center;
    gap: 16px;
}

.faq__listItemAIcon {
    width: 42px;
    height: 42px;
}

.faq__listItemA p {
    font-size: 16px;
    line-height: 1.5;
    flex: 1;
}

/* Footer */
.footer {
    padding: 20px 80px;
    background: #171717;
    width: 100%;
}

.footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.footer__logo {
    width: 85.5px;
    height: 80px;
}

.footer__list {
    display: flex;
    margin: 20px 0;
    gap: 40px;
}

.footer__listItem {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer__copyright {
    font-family: YuGothic;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #ddd;
    margin-top: 24px;
}

.footer__nav {
    display: none;
}

/* Contact */
.contact {
    background: #F9F5FF;
    padding: 60px 80px 160px;
}

.thanks {
    height: auto
}

.contact__container {
    max-width: 1120px;
    margin: 0 auto;
}

.contact__title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #7515FF;
}

.contact__caption {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
    color: #333;
}

.contact__text {
    font-size: 16px;
    width: 630px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #333;
}

.contact__box {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
    margin-top: 60px;
}

.contact__boxInner {
    width: calc(50% - 20px);
    border-radius: 20px;
}

.contact__boxInner img {
    margin-bottom: 20px;
}

.contact__bg {
    background: #F3E8FD;
}

.contact__back {
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 30px auto 0;
    background-color: #bbbbbb;
    align-items: center;
    justify-content: center;
    line-height: 48px;
    width: 160px;
    height: 48px;
    border-radius: 48px;
    color: #fff;
}

.contact__text span {
    font-size: 12px;
}

form {
    border-radius: 20px;
    padding: 20px;
    max-width: 860px;
    margin: 0 auto;
}

form .CF7_table {
    width: 100%;
}

form th {
    width: 164px;
    vertical-align: middle;
    font-weight: 700;
    padding-right: 12px;
}

form th .CF7_req {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

form th.required .CF7_req::after {
    content: '必須';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    width: 48px;
    height: 24px;
    border-radius: 24px;
    background-color: #7515FF;
    color: #fff;
}

form th .CF7_req::after {
    content: '任意';
    display: flex;
    background-color: #b0bec5;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    width: 48px;
    height: 24px;
    border-radius: 24px;
    color: #fff;
}

form td {
    padding: 12px 8px 12px 0;
}

form input,
form textarea {
    width: 100%;
    font-size: 16px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    padding: 18px;
    vertical-align: bottom;
    background-color: #ffffff;
}

form .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #f00;
}

.wpcf7-submit {
    background-color: #7515FF !important;
    color: #fff;
    border-radius: 56px;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 24px;
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    filter: drop-shadow(0 0 10px rgba(117, 21, 255, 0.3));
}

.screen-reader-response,
.wpcf7-response-output {
    color: #f00 !important;
    text-align: center;
}

.screen-reader-response ul {
    display: none;
}

.form--confirm th span::after {
    content: none !important;
}

.form--finish {
    padding: 120px 0;
}

.form--finish h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
}

.form--finish .btn-back {
    width: 250px;
    height: 56px;
    border-radius: 56px;
    margin: 48px auto 0 auto;
    filter: drop-shadow(0 0 10px rgba(117, 21, 255, 0.3));
}

.form--finish .btn-back::before {
    content: '';
    display: block;
    width: 16.5px;
    height: 16px;
    background: url(images/arrow_forward.svg) center center no-repeat;
    transform: scale(-1, -1);
    margin-right: 13.5px;
}

#timerex_calendar .timerex-calendar {
    padding: 70px;
}

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

.wpcf7 .wpcf7-submit:disabled {
    background-color: #AAAAAA !important;
    filter: none !important;
}

#timerex_calendar {
    width: 80% !important;
    margin: 0 auto !important;
}


/* スマートフォン対応 */
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /* Header */

    .header {
        height: 60px;
    }

    .header__logo {
        width: 60px;
        height: auto;
    }

    .header__inner {
        padding: 10px 10px;
    }

    .header__nav {
        gap: 4px;
    }

    .header__btn {
        display: none;
    }

    /* First View */
    .fv {
        height: auto;
        min-height: 55vh;
    }

    .fv__container {
        flex-direction: column;
        padding: 40px 20px 80px;
        gap: 10px;
        top: inherit;
        transform: inherit;
    }

    .fv__copy {
        gap: 12px;
    }

    .fv__copyImg {
        width: 100%;
        height: auto;
        max-width: 320px;
    }

    .fv__copySub {
        font-size: 18px;
    }

    .fv__copyMain {
        gap: 8px;
    }

    .fv__copyMain p:first-child {
        font-size: 30px;
    }

    .fv__copyMain p:last-child {
        font-size: 36px;
    }

    .fv__copyMain p:last-child .strong {
        font-size: 42px;
    }

    .fv__desc {
        font-size: 16px;
    }

    .fv__img {
        width: 100%;
        height: auto;
        max-width: 320px;
        margin: 0 auto;
    }

    .fv__small {
        padding: 4px 10px;
    }

    /* CV */
    .cv {
        height: auto;
        padding: 40px 20px;
    }

    .cv__container {
        margin: 0px auto;
        padding: 16px 16px;
        transform: none;
        top: 0;
    }

    .cv__title {
        font-size: 18px;
    }

    .cv__box {
        flex-direction: column;
        gap: 16px;
    }

    .cv__dl img,
    .cv__contact img {
        width: 100%;
        height: auto;
    }

    /* Chance */
    .chance {
        padding: 20px 10px;
    }

    .chance__container {
        padding: 0;
    }

    .chance__box01 {
        flex-direction: column;
        width: 100%;
        padding: 20px;
        flex-wrap: nowrap;
    }

    .chance__box01Img01 {
        width: 100%;
        height: auto;
    }

    .chance__box01Text {
        width: 100%;
        gap: 10px;
    }

    .chance__box01Title h2 {
        font-size: 32px;
    }

    .chance__box01Img02 {
        width: 80px;
        height: auto;
        top: -15px;
        left: -30px;
    }

    .chance__box01Img03 {
        width: 100%;
        height: auto;
    }

    .chance__box01Desc {
        font-size: 14px;
        text-align: left;
    }

    .chance__box01Desc span {
        font-size: 18px;
    }

    .chance__box01List {
        gap: 8px;
    }

    .chance__box01ListItem {
        width: 100%;
        height: auto;
    }

    .chance__box02 {
        width: 100%;
        padding: 20px;
        gap: 10px;
    }

    .chance__group01 {
        gap: 10px;
    }

    .chance__group01Img01 {
        width: 100%;
        height: auto;
    }

    .chance__group01Flex {
        flex-direction: column;
        gap: 20px;
    }

    .chance__group01FlexItem {
        width: 100%;
        padding: 20px;
    }

    .chance__group01FlexItemTitle {
        font-size: 18px;
    }

    .chance__group01FlexItemDesc {
        font-size: 14px;
    }

    .chance__group01Img02,
    .chance__group01Img03 {
        width: 100%;
        height: auto;
    }

    .chance__group01Img04 {
        width: 100%;
        height: auto;
    }

    .chance__group02Img01 {
        width: 100%;
        height: auto;
    }

    .chance__group02Flex {
        flex-direction: column;
        gap: 40px;
    }

    .chance__group02FlexItem {
        width: 260px;
        height: 260px;
    }

    .chance__group02FlexItemImg {
        width: 100px;
        height: auto;
    }

    .chance__group02FlexItemDesc {
        font-size: 14px;
    }

    .chance__group02Text {
        padding: 0;
    }

    .chance__group02Text p {
        font-size: 14px;
        text-align: left;
    }

    .chance__group02table__sp {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .chance__group02table__title {
        width: 100%;
        height: auto;
    }

    .chance__group02table__desc {
        font-size: 12px;
        text-align: left;
    }

    .chance__group02table__img {
        width: 100%;
        height: auto;
        overflow-x: scroll;
    }

    .chance__group02table__img img {
        width: 100%;
        max-width: inherit;
    }

    /* Curriculum */
    .curriculum {
        padding: 20px 10px;
    }

    .curriculum__title {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .curriculum__container {
        padding: 20px;
        gap: 20px;
    }

    .curriculum__titleSubImg {
        width: 260px;
        height: auto;
    }

    .curriculum__titleSub h2 {
        font-size: 18px;
    }

    .curriculum__titleSub span {
        font-size: 18px;
    }

    .curriculum__listItem {
        flex-direction: column;
        padding: 24px 20px;
        gap: 10px;
    }

    .curriculum__listItemText {
        padding: 0;
        gap: 10px;
    }

    .curriculum__listItemTitle {
        gap: 4px;
    }

    .curriculum__listItemTitleImg {
        width: 80px;
        height: 80px;
    }

    .curriculum__listItemTitle h3 {
        text-align: left;
        font-size: 18px;
    }

    .curriculum__listItemDesc {
        text-align: left;
        font-size: 14px;
        padding: 0;
    }

    .curriculum__listItemImg {
        width: 100%;
        height: auto;
        order: -1;
    }


    .curriculum__listItemPoints {
        gap: 0;
    }

    .curriculum__listItemPoint {
        padding: 0;
    }

    .curriculum__listItemPointDot {
        width: 8px;
        height: 8px;
    }

    .curriculum__listItemPoint p {
        font-size: 12px;
    }

    .curriculum__box {
        padding: 0;
        gap: 10px;
    }

    .curriculum__boxTitle {
        width: 100%;
        height: auto;
    }

    .curriculum__boxTitleSub {
        font-size: 18px;
        text-align: left;
    }

    .curriculum__boxDesc {
        font-size: 14px;
        text-align: left;
    }

    .curriculum__boxImg {
        width: 100%;
        height: auto;
    }

    /* ROI */
    .roi {
        padding: 20px 10px;
    }

    .roi__container {
        padding: 20px;
    }

    .roi__titleBox {
        padding: 0;
    }

    .roi__titleBox h2 {
        font-size: 20px;
    }

    .roi__titleBox p {
        font-size: 14px;
        padding: 0;
    }

    .roi__list {
        flex-direction: column;
        gap: 40px;
        padding: 10px 0;
    }

    .roi__listItem {
        width: 100%;
    }

    .roi__listItemImg {
        width: 100%;
        height: auto;
    }

    .roi__listItemTitle {
        width: 70%;
        height: auto;
    }

    .roi__listItemDesc {
        font-size: 14px;
    }

    .roi__box {
        width: 100%;
        padding: 32px 20px;
    }

    .roi__box h3 {
        font-size: 24px;
    }

    .roi__boxContent {
        padding: 24px 20px;
    }

    .roi__boxLeft {
        flex-direction: column;
        gap: 24px;
    }

    .roi__boxLogo {
        width: 160px;
    }

    .roi__boxContentTitle {
        font-size: 18px;
        text-align: left;
    }

    .roi__boxContentDesc {
        text-align: left;
        font-size: 14px;
    }

    .roi__boxContentText {
        text-align: left;
        font-size: 12px;
    }

    .roi__boxBadges {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .roi__boxBadge {
        height: auto;
        width: 100%;
        max-width: 300px;
    }

    /* Case */
    .case {
        padding: 20px 10px;
    }

    .case__container {
        padding: 0;
    }

    .case__title {
        width: 240px;
        height: auto;
        margin-bottom: 20px;
    }

    .case__list {
        gap: 20px;
    }

    .case__listItem {
        flex-direction: column;
        padding: 20px 10px;
    }

    .case__listItemImg {
        width: 100%;
        height: auto;
        order: -1;
    }

    .case__listItemText {
        padding: 0;
        gap: 10px;
    }

    .case__listItemTitle {
        gap: 8px;
    }

    .case__listItemTitleLine {
        height: 32px;
    }

    .case__listItemTitle h3 {
        font-size: 18px;
    }

    .case__listItemDesc {
        font-size: 14px;
    }


    /* Subsidy */
    .subsidy {
        padding: 20px 10px;
    }

    .subsidy__container {
        padding: 20px;
    }

    .subsidy__titleBox {
        padding: 0;
        gap: 20px;
    }

    .subsidy__titleBox h2 {
        font-size: 24px;
    }

    .subsidy__titleDesc {
        font-size: 14px;
        text-align: left;
    }

    .subsidy__titleDesc .strong {
        font-size: 16px;
    }

    .subsidy__titleNote {
        font-size: 12px;
        text-align: left;
    }

    .subsidy__box {
        padding: 20px;
    }

    .subsidy__boxTitle {
        width: 100%;
        height: auto;
    }

    .subsidy__boxContent {
        flex-direction: column;
        gap: 20px;
    }

    .subsidy__boxLeft {
        width: 100%;
        max-width: 300px;
        height: auto;
        aspect-ratio: 3 / 2;
    }

    .subsidy__boxImg {
        width: 100%;
        height: auto;
    }

    .subsidy__boxListItem p {
        font-size: 14px;
    }

    .subsidy__text {
        width: 100%;
        height: auto;
        margin: 16px auto;
    }

    .subsidy__note {
        font-size: 14px;
    }

    .subsidy__recommend {
        gap: 12px;
    }

    .subsidy__recommendItem {
        gap: 12px;
    }

    .subsidy__recommendItem p {
        font-size: 16px;
    }

    /* FAQ */
    .faq {
        padding: 40px 20px;
    }

    .faq__title {
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }

    .faq__listItem {
        padding: 20px;
    }

    .faq__listItemQ {
        gap: 12px;
    }

    .faq__listItemQIcon {
        width: 32px;
        height: 32px;
    }

    .faq__listItemQ h3 {
        font-size: 18px;
    }

    .faq__listItemA {
        gap: 12px;
    }

    .faq__listItemAIcon {
        width: 32px;
        height: 32px;
    }

    /* Footer */
    .footer {
        padding: 20px;
    }

    .footer__logo {
        width: 60px;
        height: auto;
    }

    .footer__links {
        gap: 24px;
    }

    .footer__link {
        font-size: 12px;
    }

    .footer__copyright {
        font-size: 10px;
    }

    .footer__nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        z-index: 100;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    }

    .footer__btn {
        width: 50vw;
        min-height: 62px;
        max-height: 120px;
        height: 16vw;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 3.6vw;
        font-weight: 700;
        color: #FFFFFF;
    }

    .footer__btnIcon {
        min-width: 24px;
        max-width: 3.6vw;
    }


    .footer__btn03 {
        background: url(img/education_lp/nav_bg03.png) no-repeat center/cover;
    }

    .footer__btn04 {
        background: url(img/education_lp/nav_bg04.png) no-repeat center/cover;
    }

    /* Contact */

    .contact {
        height: auto;
        padding: 40px 20px 160px;
    }

    .thanks {
        height: 100vh;
    }



    .contact__title {
        font-size: 24px;
    }

    .contact__caption {
        font-size: 18px;
    }

    .contact__text {
        width: 100%;
        font-size: 14px;
    }

    .contact__box {
        display: block;
    }

    .contact__boxInner {
        width: 100%;
    }

    .contact__back {
        font-size: 14px;
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    .contact__text span {
        font-size: 10px;
    }

    form {
        padding: 20px 20px 160px 20px
    }

    form .CF7_table {
        margin-top: 16px;
    }

    form tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    form th {
        width: 100%;
    }

    form th .CF7_req {
        justify-content: flex-start;
        column-gap: 12px;
    }

    .contact__text span {
        font-size: 10px;
    }

    #timerex_calendar {
        width: inherit;
        margin: inherit;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}