* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --font-noto-sans-jp: 'Noto Sans JP', sans-serif;
  --font-poppins: 'Poppins', sans-serif;

  --weight-thin: 100;
  --weight-extralight: 200;
  --weight-light: 300;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-extrabold: 800;
  --weight-black: 900;
}
body {
  font-family: var(--font-noto-sans-jp);
}
@media (max-width: 1600px) {
    #furutani {
        .banner {
            .container {
                .wrap-content {
											.baner-title {
                        h1 {
                            font-size: 65px;
                        }
                      }
                }
            }
        }
    }
}
@media (max-width: 1440px) {
    #furutani {
        header {
            nav {
                ul {
                    gap: 10px;
                    li {
                        &.free-counseling {
                            margin-left: 0px;
                            a {
                                padding: 10px 20px;
                            }
                        }
                    }
                }
            }
            .logo {
                gap: 30px;
            }
        }
        .banner {
            .container {
                .wrap-content {
											.baner-title {
                        h1 {
                            font-size: 50px;
                        }
                        p {
                            font-size: 16px;
                        }
                      }
                    .achievement {
											.banner-image {
                        img.professors, img.futur-engineer {
                            padding: 0px 30px;
                        }
                        img.futur-engineer {
                            /* bottom: 108px; */
                            left: 25px;
                            width: 80%;
                        }
                    }
                    }
                }
            }
        }
        .banner-school {
            .cta-button {
                width: 40%;
                font-size: 14px;
                box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
                p::after,p::before {
                   top: 0;
                }
            }
            .banner-content {
                .text-and-logo {
                    img {
                        width: 90%;
                    }
                    .tagline {
                        font-size: 16px;
                    }
                }
                .stats-section {
                    text-align: right;
                    img {
                        width: 80%;
                    }
                }
                img.characters {
                    width: 35%;
                }
            }
        }
        .main-wrapper {
            .zerg-academy {
                .cards-grid {
                    .card {
                        .card-label {
                            .number {
                                font-size: 40px;
                            }
                        }
                        .card-content {
                            .main-text {
                                font-size: 25px;
                                .highlight-number {
                                    font-size: 50px;
                                }
                            }
                            .main-text.comprehensive {
                                font-size: 25px;
                            }
                            .sub-text {
                                font-size: 15px;
                            }
                        }
                    }
                }
            }
            .it-engineer {
                .right {
                    h2 {
                        font-size: 34px;
                    }
                }
            }
        }
    }
    .it-company,
    .voices-engineers,
    .steps-course,
    .frequently-questions,
    .counseling-form,
    .items-to-confirm,
    .thanks-text {
        .container {
            padding: 0;
        }
    }
}
@media (min-width: 1301px) {
    .pc-md {
        display: none;
    }
}
@media (max-width: 1300px) {
    .pc-lg {
        display: none;
    }    
}
@media (max-width: 1200px) {
    .container {
        padding: 0px 30px;
    }
    #furutani {
        header {
            .logo {
                a {
                    gap: clamp(10px, 1.8vw , 36px);;
                    img.text-logo {
                        width: 160px;
                        height: auto;
                    }
                    img.main-logo {
                        width: 70px;
                        height: auto;
                    }
                }
            }
            nav {
                ul {
                    li {
                        &.free-counseling {
                            a {
                                padding: 6px 15px;
                                font-size: clamp(10px, 1.7vw , 12px);
                            }
                        }
                        a {
                            font-size: clamp(10px, 1.7vw, 12px);
                        }
                    }
                }
            }
        }
        .banner {
            .container {
                .wrap-content {
											.baner-title {
                        h1 {
                            font-size: 40px;
                            line-height: 60px;
                        }
                        p {
                            font-size: 14px;
                        }
                      }
                }
            }
        }
        .main-wrapper {
            .zerg-academy {
                .cards-grid {
                    .card {
                        .card-content {
                            .main-text {
                                font-size: 20px;
                                .highlight-number {
                                    font-size: 45px;
                                }
                                .highlight-text {
                                font-size: 20px;
                            }
                            }
                            .main-text.graduate-employment {
                                font-size: 20px;
                                line-height: 20px;
                                .percentage {
                                    font-size: 30px;
                                }
                                .zero {
                                    font-size: 30px;
                                }
                            }
                            .main-text.comprehensive {
                                font-size: 20px;
                            }
                            .sub-text {
                                font-size: 14px;
                            }
                        }
                    }
                }
            }
            .career-choice {
                h2 {
                    font-size: 25px;
                    line-height: 35px;
                }
            }
            .card-container{
                display: flex;
                flex-wrap: wrap;
                margin-top: 25px;
                max-width: 880px;
                width: 100%;
                .card:nth-child(2),
                .card:nth-child(3),
                .card:nth-child(4),
                .card:nth-child(5),
                .card:nth-child(6){
                    margin-top: 0px;
                }
                .card{
                    margin: 0;
                }
            }
        }
    }
    .steps-course {
        .circle-main {
            flex-wrap: wrap;
            justify-content: center;
            max-width: 760px;
            width: 100%;
            margin: auto;
            .card:nth-child(3) {
                .card-body::after {
                    top: -40px;
                    left: 230px;
                    transform: rotate(135deg);
               }
            }
        }
    }
}
@media (max-width: 1100px) {
    .banner-school {
        .cta-button {
            position: static;
            transform: none;
        }
    }
    #furutani {
        .banner-school {
            max-width: 100%;
            position: relative;
            margin-top: 150px;
            display: flex;
            flex-direction: row;
            border-radius: 0px;
            height: auto;
            justify-content: center;
            .banner-content {
                flex-direction: column;
                .characters {
                    bottom: auto;
                    top: -39%;
                    width: 41%;
                    min-width: 375px;
                    left: 49%;
                    transform: translateX(-50%);
                    justify-content: center;
                }
                .text-and-logo {
                    align-items: center;
                    img {
                        width: 100%;
                    }
                    .tagline {
                        background-color: #ffffff;
                        color: #B62536;
                        padding: 10px 15px;
                        border-radius: 50px;
                        border: 1px solid #B62536;
                        font-size: 17px;
                        margin-bottom: 10px;
                    }
                    .logo-sub-text {
                        font-size: 17px;
                        text-align: right;
                        margin: 5px 0px 0px;
                        width: 100%;
                        padding-right: 30px;
                    }
                }
                .stats-section {
                    width: 90%;
                    .pc-enable{
                        display: none;
                    }
                    .sp-enable{
                        display: block;
                        margin-bottom: 10px;
                    }
                    img {
                        width: 100%;
                    }
                }

                .cta-button {
                    width: 90%;
                }
            }
        }
        .main-wrapper {
            .zerg-academy {
                .cards-grid {
                    .card {
                        height: auto;
                        .card-label {
                            justify-content: start;
                                img.arrow-double-down {
                                top: 80px;
                            }
                        }
                        .card-content {
                            padding: 20px 8px;
                            .main-text,
                            .main-text.graduate-employment,
                            .main-text.comprehensive {
                                font-size: 14px;
                            }
                            .main-text {
                                .highlight-number {
                                    font-size: 45px;
                                    line-height: 60px;
                                }
                                .highlight-text {
                                font-size: 14px;
                            }
                            }
                            .main-text.comprehensive {
                                line-height: 60px;
                            }
                            .main-text.graduate-employment {
                                .percentage {
                                    font-size: 20px;
                                }
                                .zero {
                                    font-size: 30px;
                                }
                            }
                            .sub-text {
                                font-size: 12px;
                            }
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 1024px) {
    #furutani {
        .tablet-only {
            display: inline;
        }
        .main-wrapper {
			.zerg-academy-online {
				.container {
					.wrap-section-content {
						.question {
							.course-completely-free {
								font-size: 22px;
							}
						}
						.wrap-diagram {
							.flow-diagram {
								.flow-item-left {
									.skill-support {
										font-size: 14px;
										top: -50px;
										left: 132px;
									}
								}
								.flow-item-right {
									.skill-support {
										font-size: 14px;
										top: -40px;
									}
								}
							}
						}
					}
				}
			}
            .company-founded {
                .container {
                    .card {
                        .card-body {
                    .achievement {
                        flex-wrap: wrap;
                             }
                         }
                     }
                 }
             }
		}
        .fully-online-curriculum {
            .container {
                .card {
                    .no-joining-fees-2 {
                        margin: 0px auto;
                    }
                }
            }
        }
        .thanks-message {
            width: 100%;
        }
	}
        .counseling-form,.items-to-confirm,.thanks-text {
            .card-title {
                &::before {
                    height: 40%;
                    right: 18%;
                }
                &::after {
                    height: 40%;
                    left: 18%;
                }
                h2 {
                    font-size: 30px;
                }
            }
        }
}
@media (min-width: 921px) {
    .card-container .card:hover .card-front {
        transform: rotateY(180deg);
    }
    #furutani .main-wrapper .card-container  .card:hover .card-back {
        transform: rotateY(0);
    }
    .banner-school {
        & .cta-button {
            &:hover {
                background-color: #B62536;
                color: #DEF871;

                p::after {
                    background-image: url(../img/main-content/image-1/button-arrow-right-yellow.png);
                    transform: translateX(-5px);
                }
                p::before {
                    background-image: url(../img/main-content/image-1/button-arrow-left-yellow.png);
                    transform: translateX(5px);
                }
            }
        }
    }

    #furutani {
    & .main-wrapper {
        & .company-founded {
            & .container {
                & .card {
                    & .card-body {
                        & .office-worker {
                            & .vew-more {
                                & a {
                                    &:hover::before {
                                        transform: scaleX(1);
                                    }
                                    
                                    &:hover {
                                        color: #B62536;
                                        
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    }

    .counseling-form,.items-to-confirm,.thanks-text {
    & .group-form {
        & .card {
            & .more-action {
                & .cta-button {
                    
                    &:hover {
                        background-color: #B62536;
                        color: #DEF871;
                        span::before {
                            background-image: url(../img/main-content/image-1/button-arrow-left-yellow.png);
                            transform: translateX(5px);
                        }
                        span::after {
                            background-image: url(../img/main-content/image-1/button-arrow-right-yellow.png);
                            transform: translateX(-5px);
                        }
                    }
                    
                }
            }
        }
    }
    }
    .confirmation-page .cta-button:hover {
        background-color: #B62536;
        color: #DEF871;
    }
    .confirmation-page .cta-button:hover p::after {
        background-image: url(../img/main-content/image-1/button-arrow-right-yellow.png);
        transform: translateX(-5px);
    }
    .confirmation-page .cta-button:hover p::before {
        background-image: url(../img/main-content/image-1/button-arrow-left-yellow.png);
        transform: translateX(5px);
    }
}
@media (max-width: 920px) {
    .banner-school {
        & .cta-button {
            &.mobile-hover {
                background-color: #B62536;
                color: #DEF871;

                p::after {
                    background-image: url(../img/main-content/image-1/button-arrow-right-yellow.png);
                    transform: translateX(-5px);
                }
                p::before {
                    background-image: url(../img/main-content/image-1/button-arrow-left-yellow.png);
                    transform: translateX(5px);
                }
            }
        }
    }
    .counseling-form,.items-to-confirm,.thanks-text {
    & .group-form {
        & .card {
            & .more-action {
                & .cta-button {
                    &.mobile-hover {
                        background-color: #B62536;
                        color: #DEF871;
                        span::before {
                            background-image: url(../img/main-content/image-1/button-arrow-left-yellow.png);
                            transform: translateX(5px);
                        }
                        span::after {
                            background-image: url(../img/main-content/image-1/button-arrow-right-yellow.png);
                            transform: translateX(-5px);
                        }
                    }
                    
                }
            }
        }
    }
    }
    #furutani {
    & .sp-fiex-more {
        .cta-button {
            &.mobile-hover {
                background-color: #B62536;
                color: #DEF871;
                span::before {
                    background-image: url(../img/main-content/image-1/button-arrow-left-yellow.png);
                    transform: translateX(5px);
                }
                span::after {
                    background-image: url(../img/main-content/image-1/button-arrow-right-yellow.png);
                    transform: translateX(-5px);
                }
            }
        }
    }
    }
    .vew-more a.mobile-hover {
        color: #B62536 !important;
    }
    .vew-more a.mobile-hover:before {
        transform: scaleX(1) !important;
    }
    .confirmation-page .cta-button.mobile-hover {
        background-color: #B62536;
        color: #DEF871;
    }
    .confirmation-page .cta-button.mobile-hover p::after {
        background-image: url(../img/main-content/image-1/button-arrow-right-yellow.png);
        transform: translateX(-5px);
    }
    .confirmation-page .cta-button.mobile-hover p::before {
        background-image: url(../img/main-content/image-1/button-arrow-left-yellow.png);
        transform: translateX(5px);
    }

    #furutani {
        .text-adjustment {
            display: inline;
        }
        .thanks-page {
            .pc-only {
                display: none;
            }
        }
        header {
            .logo {
                    a {
                        gap: 36px;
                        img.text-logo {
                            width: 180px;
                        }
                    }
                }
        }
        header nav {
            display: none;
        }
        header .hamburger {
            display: flex;
        }
        .banner {
            .container {
                .wrap-content {
									padding: 0;
									gap: 20px;
										.baner-title {
											h1 {
													font-size: 34px;
													line-height: 50px;
											}
											p {
													font-size: 12px;
											}
                    }
									.slogan {
										.responsive-container {
                        font-size: 18px;
                        line-height: 24px;
                    }
									}
									.achievement {
										.banner-image {
											img.professors, img.futur-engineer {
													padding: 0px;
											}
										}
                  }
                }
            }
        }
        .main-wrapper {
            .zerg-academy-online,
            .company-founded,
            .fully-online-curriculum {
                .no-joining-fees, .no-joining-fees-right {
                padding-bottom: 15px;
                gap: 25px;
                }
                .container {
                    .card {
                        .remote-course {
                            margin-top: 0px;
                            .anywhere-access {
                                img {
                                    width: 80%;
                                    margin: 0 auto;
                                }
                            }
                        }
                        .schedule {
                            margin: 30px auto;
                        }
                        .curriculum{
                            .case-study{
                                flex-direction: column;
                                align-items: center;
                                .project-content{
                                    width: 90%; 
                                }
                                .video-tutorial{
                                    width: 90%;
                                    height: auto;
                                    aspect-ratio: 16/9;
                                }
                            }
                        }
                    }     
                }
            }
                .career-choice {
                    h2 {
                        font-size: 20px;
                        line-height: 30px;
                    }
                }
                .zerg-academy {
                    .cards-grid {
                        flex-direction: column;
                        align-items: center;
                        gap: 40px;
                        .card {
                            height: auto;
                            .card-label {
                                    justify-content: start;
                                    img.arrow-double-down {
                                        top: 85px;
                                    }
                                    .number {
                                        font-size: 42px;
                                    }
                            }
                            .card-content {
                                .main-text,
                                .main-text.graduate-employment,
                                .main-text.comprehensive {
                                    font-size: 28px;
                                }
                                .main-text {
                                    .highlight-number {
                                        font-size: 60px;
                                        line-height: 60px;
                                    }
                                    .highlight-text {
                                        font-size: 29px;
                                    }
                                }
                                .main-text.graduate-employment {
                                    line-height: 35px;
                                    .percentage {
                                        font-size: 29px;
                                    }
                                    .zero {
                                        font-size: 45px;
                                        margin-top: 10px;
                                    }
                                }
                                .sub-text {
                                    font-size: 15px;
                                }
                            }
                        }
                    }
                }
                .zerg-academy-online {
                    padding: 0px;
                    .container {
                        .wrap-title {
                            .title {
                                font-size: 28px;
                                line-height: 35px;
                            }
                        }
                        .wrap-section-content {
                            .wrap-diagram {
                                .flow-diagram {
                                    .wrap-card {
                                        .speech-bubble {
                                            width: 74px;
                                            height: 74px;
                                            font-size: 11px;
                                        }
                                    }
                                    .flow-item-left {
                                        .skill-support {
                                            top: -50px;
                                            right: 0;
                                            left: auto;
                                        }
                                        .students {
                                            margin-right: 20px;
                                            p {
                                                font-size: 15px;
                                            }
                                        }
                                    }
                                    .flow-item-right {
                                        .skill-support {
                                            top: -40px;
                                            right: auto;
                                            left: 0px;
                                        }
                                        .students {
                                            margin-left: 20px;
                                            margin-right: 0;
                                            p {
                                                font-size: 15px;
                                            }
                                        }
                                    }
                                    .find-work {
                                        font-size: 15px;
                                        .content{
                                            text-align: center;
                                        }
                                    }
                                }
                            }
                        }
                    }
                    .wrap-section-content {
                        .question {
                            .course-completely-free {
                                font-size: 18px;
                            }
                            .points-interested {
                                font-size: 12px;
                            }
                        }
                    }
                }
						.it-engineer {
							flex-direction: column;
							align-items: center;
							padding: 22px 5% 0 5%;
                            clip-path: polygon(0 0, 100% 0, 100% 105%, 50% 160%, 0 105%);
                            &::before{
                                clip-path: polygon(0 0, 100% 0, 130% 0%, 50% 90%, 0 35%);
                            }
							.left {
                width: 192px;
            	}
							.right {
                .content {
                	.pc-display {
											p {
													font-size: 25px;
													line-height: 33px;
													letter-spacing: 0px;
											}
									}
                }
            	}
						}
        }
        .fully-online-curriculum{
            .container{
                .card{
                    .curriculum{
                        .case-study{
                            .project-content{
                                .student-showcase{
                                    width: 100%;
                                    text-align: center;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .card-container .card.flipped .card-front {
        transform: rotateY(180deg);
    }
    #furutani .main-wrapper .card-container  .card.flipped .card-back {
        transform: rotateY(0);
    }
}
@media (max-width: 820px) {
    #furutani {
        .main-wrapper {
            .zerg-academy-online {
                 .container {
                    .wrap-title {
                        .title {
                            font-size: 26px;
                        }
                        .number {
                            font-size: 60px;
                        }
                    }
                    .wrap-section-content {
                        .question {
                            display: flex;
                            gap: 20px;
                            height: 100px;
                            flex-direction: column;
                            .points-interested {
                                position: absolute;
                                top: -20px;
                            }
                            .course-completely-free {
                                position: absolute;
                                top: 30px;
                            }
                        }
                    }
                }
            }
            .company-founded {
                .container {
                    .card {
                        .card-body {
                            .achievement {
                                .item {
                                    .label {
                                        font-size: 20px;
                                        margin-bottom: 5px;
                                        line-height: 28px;
                                        padding: 10px 0;
                                        letter-spacing: 0px;
                                        &::before {
                                            top: 4px;
                                        }
                                        &::after {
                                            bottom: 3px;
                                        }
                                    }
                                    .rate {
                                        font-size: 58px;
                                        line-height: 60px;
                                        margin-bottom: 10px;
                                    }
                                    .description {
                                        font-size: 12px;
                                        line-height: 16px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        .banner-school{
            .banner-content{
                .characters{
                        top: -39%;
                        left: 47%;
                }
            }
        }
    }
}
@media (max-width: 824px) {
	.steps-course {
			.circle-main {
			}
			.block-video {
				border-radius: 0px;
				margin-top: 50px;
				.iframe-title {
					padding-top: 26px;
					border-radius: 0px 0px 50% 50%;
					margin-bottom: 18.5px;
					.image-logo {
						flex-direction: column;
						align-items: center;
						gap: 4.4px;
					}
				}
				.sub-image-video {
					width: 104px;
					height: 119px;
					bottom: 0px;
				}
			}
	}
    
    .voices-engineers {
    & .main-slide {
        & .block-slide {
            .item {
                width: 615px;
                .card {
                    margin-right: 0;
                    padding: 0 15px;
                }
            }
        }
    }
    }
}
@media (max-width: 768px) {
    #furutani {
        .banner {
            padding-top: 125px;
            .container {
							.banner-column {
								top: -10px;
							}
                .wrap-content {
                    flex-direction: column-reverse;
                    padding: 0px;
										.baner-title.pc {
											display: none;
										}
										.baner-title.sp {
											display: block;
										}
										.baner-title {
											width: 301px;
											h1 {
												font-size: 40px;
												line-height: 52px;
												br {
														display: none;
												}
											}
										}
                                            .slogan {
											position: relative;
											margin-left: 0px;
											.recommendation {
                                               justify-content: center;
                                               margin-top: 22px;
                                               .completely-free, .employment-rate, .it-experience {
                                                width: 33%;
                                               }
                                               & .completely-free, & .employment-rate, & .it-experience {
                                                    .pc-enable{
                                                        display: none;
                                                    }
                                                    .sp-enable{
                                                        display: block;
                                                    }
                                                    img.arrow-down {
                                                        width: 35%;
                                                        bottom: -19%;
                                                    }
                                               }
                    	                    }
											img.zeruqacademy {
												display: none;
											}
											.responsive-container {
												padding: 0px;
											}
                    }
                    .achievement {
											.banner-image {
                        img.professors {
                            padding: 0px;
                        }
                        img.futur-engineer {
                            z-index: 2;
														bottom: auto;
                            top: -23%;
                            left: auto;
                            right: 0%;
                            width: 76%;
                        }
                    	}
                    }
                }
            }
        }
        .main-wrapper {
            .zerg-academy {
                .cards-grid {
                    .card {
                        .card-content {
                            .main-text.graduate-employment {
                                font-size: 18px;
                            }
                            .main-text.comprehensive {
                                font-size: 25px;
                                color: #B62536;
                            }
                        }
                        .main-text {
                            .highlight-number {
                                font-size: 58px;
                            }
                        }
                        .card-label {
                            img.arrow-double-down {
                                top: 90px;
                            }
                        }
                    }
                }
            }
            .zerg-academy-online {
                .container {
                    .wrap-title {
                            gap: 20px;
                        .title {
                            font-size: 18px;
                        }
                        .number {
                            font-size: 50px;
                        }
                    }
                    .wrap-section-content {
                        .info {
                            h3 {
                                font-size: 18px;
                                margin-bottom: 10px;
                            }
                        }
                        .wrap-diagram {
                            .main-title {
                                .school-logo {
                                    img.pc {
                                        display: none;
                                    }
                                    img.sp {
                                        display: block;
                                    }
                                    .vertical-down-left {
                                        top: 40px;
                                        left: 20px;
                                    }
                                    .vertical-down-right {
                                        top: 70px;
                                        right: 10px;
                                    }
                                }
                                .school-logo::after {
                                    content: "人材紹介料";
                                    position: absolute;
                                    min-width: 80px;
                                    top: 90px;
                                    right: 23px;
                                    font-family: var(--font-noto-sans-jp);
                                    font-size: 14px;
                                    line-height: 23px;
                                    font-weight: var(--weight-semibold);
                                    color: #B62536;
                                    z-index: 1;
                                }
                                .school-logo::before {
                                    content: "スキル育成・就職サポート";
                                    position: absolute;
                                    width: 97px;
                                    top: 80px;
                                    left: 15px;
                                    font-family: var(--font-noto-sans-jp);
                                    font-size: 14px;
                                    line-height: 23px;
                                    font-weight: var(--weight-semibold);
                                    color: #B62536;
                                    z-index: 1;
                                }
                            }
							.flow-diagram {
                                margin-top: 127px;
                                .flow-item-left,
                                .flow-item-right {
                                    align-items: flex-end;
                                    .students {
                                        align-items: center;
                                        p {
                                            margin: 0;
                                            margin-bottom: 11px;
                                        }
                                    }
                                }
								.flow-item-left {
                                    .wrap-card {
                                        gap: 0px;
                                        flex-direction: row;
                                        bottom: 45px;
                                        left: 0;
                                        img.men {
                                            width: 67px;
                                            height: 83px;
                                        }
                                    }
                                    .skill-support {
                                        top: -112px;
                                        right: auto;
                                        left: 25px;
                                        display: none;
                                    }
                                }
                                .flow-item-right {
                                    .wrap-card {
                                        gap: 0px;
                                        flex-direction: row-reverse;
                                        bottom: 55px;
                                        right: 0;
                                        img.men {
                                            width: 64px;
                                            height: 63px;
                                            margin-bottom: -40px;
                                        }
                                    }
                                    .skill-support {
                                        top: -100px;
                                        right: 25px;
                                        left: auto;
                                        display: none;
                                    }
                                }
                        	}
                        }
                    }
                }
            }
            .company-founded {
                .container {
                    .card {
                        .wrap-title {
                            .title {
                                font-size: 18px;
                            }
                            .number {
                                font-size: 60px;
                            }
                        }
                        .card-body {
                            .achievement {
                                /* flex-direction: column; */
                                /* align-items: center; */
                                flex-wrap: wrap;
                                gap: 10px;
                                .item {
                                    .label {
                                        margin: 10px;
                                        font-size: 20px;
                                        margin-bottom: 5px;
                                        line-height: 28px;
                                        padding: 10px 0;
                                        letter-spacing: 0px;
                                        &::before {
                                            top: 4px;
                                        }
                                        &::after {
                                            bottom: 3px;
                                        }
                                    }
                                    .rate {
                                        font-size: 50px;
                                        line-height: 40px;
                                        margin-bottom: 10px;
                                        width: 50%;
                                        font-size: 64px;
                                        margin-left: -6px;
                                        .dot-number {
                                            font-size: 41px;
                                        }
                                        .percentage {
                                            font-size: 29px;
                                        }
                                    }
                                    .description {
                                        font-size: 10px;
                                        line-height: 12px;
                                    }
                                }
                            }
                            .office-worker {
                                .content {
                                    align-items: center;
                                    flex-direction: column;
                                }
                                .info-section {
                                    .company-details {
                                        display: flex;
                                        flex-direction: column;
                                    }
                                    .header-line {
                                        .wrap-header {
                                            .line {
                                                display: none;
                                            }
                                        }
                                    }
                                }
                                .vew-more {
                                    width: 100%;
                                }
                            }
                            .partnerships-companies {
                                margin-bottom: 65px;
                                .center-content {
                                    position: relative;
                                    .text-top {
                                        position: absolute;
                                        bottom: 145px;
                                        br {
                                            display: none;
                                        }
                                    }
                                    .text-bottom {
                                        position: absolute;
                                        top: 165px;
                                        br {
                                            display: none;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .fully-online-curriculum {
                .container {
                    .card {
                        .wrap-title {
                            .number {
                                font-size: 60px;
                            }
                            .title {
                                font-size: 18px;
                                line-height: 35px;
                            }
                        }
                        .remote-course {
                            margin-top: 0px;
                            flex-direction: column-reverse;
                        }
                        .no-joining-fees {
                            margin-top: 30px;
                        }
                        .remote-course {
                            gap: 10px;
                            .anywhere-access {
                                flex: 0 0 0px;
                                width: 316.75px;
                                max-width: 100%;
                            }
                        }
                        .curriculum {
                            .curriculum-pc {
                                display: none;
                            }
                            .curriculum-sp {
                                margin-top: 30px;
                                width: 100%;
                                max-width: 100%;
                                overflow: hidden;
                                display: block;
                                .header {
                                    font-family: var(--font-noto-sans-jp);
                                    font-weight: var(--weight-semibold);
                                    text-align: center;
                                    font-size: 14px;
                                    line-height: 21px;
                                    background-color: #FFF2E0;
                                    border: 1px solid #B62536;
                                    padding: 9px 15px;
                                    margin-bottom: 5px;
                                }
                                .course-section {
                                    display: flex;
                                    position: relative;
                                    padding: 5px 0;
                                    gap: 10px;
                                    .timeline {
                                        writing-mode: lr;
                                        text-orientation: mixed;
                                        display: flex;
                                        justify-content: center;
                                        align-items: center;
                                        text-align: center;
                                        flex-shrink: 0;
                                        width: 40px;
                                        font-size: 15px;
                                        line-height: 18px;
                                        font-family: var(--font-noto-sans-jp);
                                        font-weight: var(--weight-semibold);
                                        color: #B62536;
                                        padding: 0 10px;
                                        position: relative;
                                        img.border-vertical {
                                            position: absolute;
                                        }
                                    }
                                    .course-card {
                                        background: linear-gradient(to bottom, #FF4056, #DD3347, #B62536);
                                        color: white;
                                        padding: 36px 20px;
                                        position: relative;
                                        flex-grow: 1;
                                        &::before {
                                            content: '';
                                            position: absolute;
                                            left: -10px;
                                            top: 50%;
                                            transform: translateY(-50%) rotate(45deg);
                                            width: 20px;
                                            height: 20px;
                                            background: linear-gradient(135deg, #ff5e7b, #ff7b94);
                                            z-index: -1;
                                        }
                                        .course-title {
                                            font-size: 20px;
                                            font-family: var(--font-noto-sans-jp);
                                            font-weight: var(--weight-semibold);
                                            text-align: center;
                                            position: relative;
                                            margin-bottom: 20px;
                                            z-index: 1;
                                            background-color: #fff;
                                            border-radius: 10px;
                                            padding: 3px 5px;
                                            line-height: 23px;
                                            color: #000;
                                            &::after {
                                                content: "";
                                                display: block;
                                                height: 2px;
                                                position: absolute;
                                                left: 50%;
                                                transform: translateX(-50%);
                                                bottom: -15px;
                                                width: 100%;
                                                background-image: radial-gradient(circle, #ffffff 1px, transparent 1px);
                                                background-size: 6px 2px;
                                                background-repeat: repeat-x;
                                                background-position: center;
                                            }
                                        }
                                        .course-subtitle {
                                            font-size: 16px;
                                            font-family: var(--font-noto-sans-jp);
                                            font-weight: var(--weight-semibold);
                                            line-height: 23px;
                                            color: #DEF871;
                                            padding-bottom: 8px;
                                            margin-bottom: 10px;
                                            position: relative;
                                            text-align: center;
                                        }
                                        .course-description {
                                            font-size: 14px;
                                            font-family: var(--font-noto-sans-jp);
                                            font-weight: var(--weight-medium);
                                            line-height: 20px;
                                        }
                                    }
                                }
                                .course-section:last-of-type {
                                    border-bottom: none;
                                }
                                .common-learning-section,
                                .support-section {
                                    background-color: #ffffff;
                                    text-align: center;
                                    .section-title {
                                        font-family: var(--font-noto-sans-jp);
                                        font-weight: var(--weight-regular);
                                        font-size: 14px;
                                        line-height: 21px;
                                        padding: 9px 15px;
                                        border: 1px solid #B62536;
                                        background-color: #FFF2E0;
                                        color: #000;
                                        margin-top: 5px;
                                    }
                                    .learning-items {
                                        font-family: var(--font-noto-sans-jp);
                                        font-weight: var(--weight-regular);
                                        line-height: 26px;
                                        font-size: 15px;
                                        color: #B62536;
                                        padding: 20px 15px;
                                    }
                                }
                                .support-section {
                                    margin-top: 9px;
                                    border-top: 1px solid #ddd;
                                    color: #d1222e;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    footer {
        padding: 41px 10% 17px 10%;
        p.sub-title-logo {
            margin-bottom: 18px;
            line-height: 23px;
            letter-spacing: 0px;
            span {
                display: block;
            }
        }
        .foot-logo {
            margin-bottom: 20px;
        }
        .address {
            .sub-image-insta {
                width: 68px;
                height: 68px;
                margin: auto;
                position: static;
                margin-bottom: 21px;
            }
        }
        ul {
            gap: 12px;
            margin-top: 40px;
            flex-direction: column;
        }
        p.copy-right {
            margin-top: 34px;
        }
        .to-top {
            display: none;
        }
    }
    .counseling-form .right > div {
        position: relative;
    }
    .items-to-confirm .right>div {
        position: relative;
    }
    .thanks-text .right>div {
        position: relative;
    }
    .counseling-form .right > div > div {
        top: 0 !important;
        left: 0 !important;
    }
    .items-to-confirm .right>div>div {
        top: 0 !important;
        left: 0 !important;
    }
    .thanks-text .right>div>div {
        top: 0 !important;
        left: 0 !important;
    }
    .voices-engineers {
        & .main-slide {
            & .block-slide {
                & .item {
                    width: 70vw;
                    & .card {
                        flex-wrap: wrap;
                        & .card-image {
                            width: 100%;
                            .main-image {
                                margin: auto;
                            }
                        }
                        & .card-body {
                            width: 100%;
                            max-width: 100%;
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 710px) {
    .counseling-form,.items-to-confirm,.thanks-text {
    & .group-form {
        & .card {
            & .card-row {
                & .card-col {
                    .right {
                        flex-wrap: wrap;
                        gap: 8px;
                    }
                }
            }
        }
    }
    }
}
@media (max-width: 600px) {
    #furutani {
        .text-adjustment {
                display: none;
            }
        .banner {
            .container {
                .wrap-content {
                    .slogan {
                        .responsive-container {
                            font-size: 18px;
                            flex-direction: row;
                            flex-wrap: wrap;
                            .line {
                                flex-direction: column;
                                gap: 5px;
                                width: 100%;
                                box-sizing: border-box;
                                align-items: self-start;
                                background-color: transparent;
                                margin-top: -10px;
                                display: flex;
                                span {
                                    background-color: #DEF871;
                                    padding: 6px 4px;
                                    letter-spacing: 0.5px;
                                }
                                .black-text-2 {
                                    padding: 5px 4px;
                                    margin-left: 0;
                                }
                            }
                        }
                    }
                }
            }
        }
         .main-wrapper {
            .zerg-academy-online {
                    .container {
                        .wrap-section-content {
                            .question {
                                .course-completely-free {
                                    font-size: 20px;
                                    display: flex;
                                    flex-direction: column;
                                    line-height: 1.5;
                                    top: 20px;
                                }
                            }
                        }
                    }
                }
            .company-founded {
                .container {
                    .card {
                        .card-body {
                            .wrap-card {
                                flex-direction: column;
                                .card-item {
                                    flex-direction: row;
                                    gap: 24px;
                                    h2 {
                                        padding: 30px 0px;
                                    }
                                    img {
                                        width: 40%;
                                    }
                                }
                            }
                            .partnerships-companies {
                                .center-content {
                                    .text-top {
                                        bottom: 125px;
                                    }
                                    .text-bottom {
                                        top: 140px;
                                    }
                                    .return-arrow {
                                        img.return-arrow-pc {
                                            width: 60%;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .fully-online-curriculum {
                .container {
                    .card {
                        .curriculum {
                            .case-study {
                                flex-direction: column;
                            }
                        }
                    }
                }
            }
        }
    }
				.steps-course {
					.block-video {
						.container-iframe {
							width: 302px;
							margin: auto;
							display: flex;
							justify-content: center;
						}
						.iframe-title {
							height: auto;
							padding: 26px 0px 0px 0px;
							.image-logo {
								width: 218px;
								h3 {
									font-size: 18px;
									text-align: center;
									span {
										display: block;
									}
								}
								img {
									width: 213.04px;
									height: 29.15px;
								}
							}
						}
						.sub-image-video {
							width: 104px;
							height: 119px;
							bottom: 0px;
						}
					}
					iframe {
						width: 302px;
						height: 170px;
					}
			}
}

@media (max-width: 550px){
    #furutani{
        .steps-course {
            .circle-main {
                max-width: 490px;
                .card-body::after{
                    top: -45px;
                    left: 42%;
                    transform: rotate(90deg);
                }
                .card:nth-child(3) {
                    .card-body::after {
                        display: block;
                    }
                }
            }
        }
    }


}


@media (max-width: 520px) {
    .counseling-form,.items-to-confirm,.thanks-text {
        margin-top: 0;
        background: #FFF2E0;
        padding-top: 52px;
        .card-title {
            &::before {
                top: 4px;
                right: 10%;
                height: 40px;
                transform: rotate(25deg);
            }
            &::after {
                top: 4px;
                left: 10%;
                height: 40px;
                transform: rotate(-25deg);
            }
            h2 {
                span {
                    display: block;
                }
            }
            p.sub-title {
                text-align: center;
                margin: auto;
                margin: auto;
            }
        }
        .group-form {
            margin-top: 13px;
            padding-top: 0;
            padding-bottom: 80px;
            .card {
                .card-row {
                    margin-bottom: 15px;
                    margin-bottom: 15px;
                    .card-col {
                        align-items: flex-start;
                        flex-direction: column;
                        .left {
                            min-width: 100%;
                            margin-bottom: 8px;
                            margin-bottom: 8px;
                        }
                        .right {
                            gap: 8px;
                            width: 100%;
                            flex-direction: column;
                        }
                    }
                }
                .card-row.block-textarea {
                    margin-bottom: 30px;
                    .card-col {
                        .left {
                            padding-top: 0;
                        }
                    }
                }
                .more-action {
                    margin-top: 30px;
                }
            }
        }
    }
    .confirmation-pages {
        main {
            .items-to-confirm,.thanks-text {
                margin-top: 154px;
                scroll-margin-top: 120px;
                .group-form {
                    /* padding-top: 30px; */
                }
            }
            section {
                .card-title {
                    margin-top: -128px;
                }
            }
        }
    }
    .items-to-confirm {
         .card-title {
            h2 {
               margin-bottom: 60px;
             }
         }
     }
    
}
@media (max-width: 480px) {
    .container {
        padding: 0px 18px;
    }
    #furutani {
        .sp-only {
            display: inline;
        }
        .pc-only {
            display: none;
        }
        header {
            padding-right: 22px;
            .logo {
                a {
                    gap: 30px;
                }
            }
        }
        .banner {
            padding-top: 96px;
            .container {
              overflow: hidden;
							.banner-column {
                    top: -10px;
                    width: 173%;
                    left: 0px;
										img {
											width: 100%;
											max-width: 100%;
									}
                }
                .wrap-content {
                    .slogan {
                        .responsive-container {
													.line {
														padding: 5px 0px;
													}
													.line-1 {
														margin-top: -25px;
                            position: relative;
                            z-index: 1;
                        	}
                        }
                    }
                    .achievement {
											.banner-image {
                        img.professors {
                            z-index: 1;
                        }
                    	}
                    }
                }
            }
        }
        .main-wrapper {
            .fully-online-curriculum {
                .container {
                    .card {
                        .remote-course {
                            .intro {
                                p {
                                    line-height: 27px;
                                }
                            }
                        }
                        .schedule {
                            margin-bottom: 0px;
                        }
                    }
                }
            }
        }
        .banner-school {
            margin-top: 82px;
            padding: 20px;
            height: 311px;
                .banner-content {
                /* justify-content: flex-start; */
                width: 302px;
                padding-top: 10px;
                .text-and-logo {
                    padding-left: 0;
                    .tagline {
                        padding: 1.5px 0;
                        font-size: 13px;
                        letter-spacing: -1.5px;
                        width: 100%;
                        margin-bottom: 8px;
                        text-align: center;
                    }
                    .logo-sub-text {
                        width: 100%;
                        text-align: right;
                        font-size: 15px;
                        margin: 0;
                        padding-right: 4px;
                    }
                }
                .characters {
                    top: -30%;
                    left: 44%;
                    width: 50%;
                    min-width: 234px;
                }
                .stats-section {
                    width: 100%;
                    img.banner-school-pc {
                        display: none;
                    }
                    img {
                        right: 0px;
                    }
                    img.banner-school-sp {
                        display: block;
                    }
                }
                .cta-button {
                    font-size: 18px;
                    position: static;
                    transform: none;
                    padding: 5px 30px;
                    width: 100%;
                    line-height: 24px;
                    p::after,p::before {
                        top: 14px;
                    }
                    .text {
                        text-align: center;
                        span {
                            display: block;
                        }
                    }
                }
            }
        }
        .banner-school-b {
            margin-bottom: 50px;
        }
        .banner-school-c {
            margin-bottom: 0px;
        }
        .sp-fiex-more {
            display: block;
            width: 260px;
            height: 50px;
            max-width: 100%;
            position: fixed;
            bottom: 25px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 6;
            .cta-button {
                background: #DEF871;
                padding: 5px 30px;
                border-radius: 50px;
                font-size: 18px;
                font-family: var(--font-noto-sans-jp);
                font-weight: var(--weight-semibold);
                color: #B62536;
                white-space: nowrap;
                box-shadow: 0 5px 10px rgba(0,0,0,0.3);
                text-decoration: none;
                display: flex;
                justify-content: center;
                align-items: center;
                transition: all 0.3s ease;
                p {
                    margin: 0 10px;
                    transition: color 0.3s ease, transform 0.3s ease 0.3s;
                    display: inline-block;
                }
                .text {
                    text-align: center;
                    line-height: 20px;
                    font-size: 16px;
                    margin: 0px 5px;
                    span {
                            display: block;
                    }
                }

            }
        }
        .hidden-sp {
            display: none;
        }
        .main-wrapper {
            .it-engineer {
                flex-direction: column;
                align-items: center;
                margin: 0px;
                padding: 0 0 175px 0;
                gap: 2px;
                .left {
                    img {
                        width: 65%;
                        margin: 0 0 0 26px;
                    }
                }
                .right {
                    .content {
                        .pc-display {
                        display: none;
                    }
                        .sp-display {
                            display: block;
                            text-align: center;
                            font-size: 25px;
                            font-family: var(--font-noto-sans-jp);
                            line-height: 36px;
                            font-weight: var(--weight-semibold);
                            .white-text {
                            color: #FFFFFF;
                            }
                            .yellow-green-text {
                            color: #E2F59E;
                            }
                        }
                    }
                }
            }
            .career-choice {
                margin-top: 80px;
                h2.highlight {
                    font-size: 18px;
                    letter-spacing: 1.5px;
                    line-height: 42px;
                    margin-bottom: 4px;
                    span {
                        background: #DEF871;
                        padding: 5px 10px;
                    }
                    .highlight-right {
                        position: relative;
                    }
                    .highlight-right::before {
                        position: absolute;
                        content: "";
                        height: 36px;
                        width: 10px;
                        bottom: 0;
                        left: -174px;
                        background-color: #DEF871;
                    }
                    .stability {
                        padding: 5px 0 5px 10px;
                        margin-right: -13px;
                    }
                    .highlight-center {
                        padding-right: 0;
                    }
                }
                h2.normal {
                    font-size: 25px;
                    line-height: 36px;
                    width: 270px;
                    margin: 0px auto;
                    letter-spacing: 0px;
                }
            }
            .zerg-academy-online,
            .company-founded,
            .fully-online-curriculum {
                .no-joining-fees,
                .no-joining-fees-right {
                    padding: 0 0 35px 0;
                    gap: 6px;
                    margin: 0px 0px 10px 0px;
                    width: 100%;
                    .profile {
                        margin-top: 56px;
                        width: 33%;
                    }
                    .content {
                        padding: 15px 10px;
                        width: 100%;
                        p {
                            font-size: 14px;
                            text-align: left;
                            &.no-fees {
                                font-size: 16px;
                            }
                        }
                        img.quote-style-left-sp,
                        img.quote-style-right-sp {
                            position: absolute;
                            width: 32.41px;
                            display: block;
                            top: 10px;
                        }
                        img.quote-style-left-sp {
                            left: -20px;
                        }
                        img.quote-style-right-sp {
                            right: -20px;
                        }
                        img.quote-style-left,
                        img.quote-style-right {
                            display: none;
                        }
                    }
                }
                .no-joining-fees {
                    .content{
                        padding: 14px 10px;
                    }
                }
                .no-joining-fees-right {
                    padding-bottom: 18px;
                }
            }
            .company-founded {
                .no-joining-fees {
                    padding: 0;
                }
                .no-joining-fees-academy {
                    margin: 36px 0 0 0;
                }
            }
            .card-container {
                display: none;
            }
            .carousel-container {
                display: flex;
                position: relative;
                height: 250px;
                margin-top: -150px;
                padding-left: 20px;
                .carousel-viewport {
                    overflow-x: auto;
                    scroll-snap-type: x mandatory;
                    scroll-behavior: smooth;
                    display: flex;
                    -webkit-overflow-scrolling: touch;
                    scrollbar-width: none;
                    -ms-overflow-style: none;
                }
                .carousel-viewport::-webkit-scrollbar {
                   display: none;
                }
                .carousel-wrapper {
                    display: flex;
                    transition: transform 0.5s ease-in-out;
                    gap: 15px;
                    .carousel-slide:first-child {
						margin-left: 20px;
					}
                    .carousel-slide {
                        text-align: center;
                        flex-shrink: 0;
                        width: 284px;
                        height: 217px;
                        box-sizing: border-box;
                        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
                        border-radius: 20px;
                        background-color: #FFF2E0;
                        padding: 20px;
                        scroll-snap-align: start;
                        transition: transform 0.5s ease;
                        box-sizing: border-box;
                        .wrap-header {
                            display: flex;
                            flex-direction: row;
                            gap: 10px;
                            .icon-signature {
                                position: relative;
                                img.point-label {
                                    position: absolute;
                                    top: 0px;
                                    left: 0px;
                                }
                            }
                        .signature-title {
                            h2 {
                                font-family: var(--font-noto-sans-jp);
                                font-size: 18px;
                                line-height: 27px;
                                font-weight: var(--weight-semibold);
                                color: #B62536;
                                text-align: left;
                            }
                        }
                    }
                    .content {
                        p {
                        font-family: var(--font-noto-sans-jp);
                        font-weight: var(--weight-regular);
                        font-size: 15px;
                        color: #000;
                        text-align: left;
                        line-height: 23px;
                        letter-spacing: 0px;
                        }
                    }
                }
                .point-label {
                font-weight: bold;
                font-style: italic;
                color: #ff6600;
                margin-bottom: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 5px;
                }
                .icon-signature {
                position: relative;
                width: 80px;
                height: 80px;
                margin: 0 5px 10px -6px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                }
                }
                .nav-buttons {
                    position: absolute;
										bottom: 0px;
                    right: 20px;
                    display: flex;
                    gap: 10px;
                    pointer-events: auto;
                    .nav-btn {
                    border: none;
                    border-radius: 50%;
                    width: 48px;
                    height: 48px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
                    transition: background-color 0.3s;
                    .nav-btn:hover {
                        background-color: #a00000;
                    }
                    }
                }
            }
            .zerg-academy {
                padding: 0px;
                margin-top: 20px;
                .title-wrapper {
                    margin-bottom: 19px;
                    h2 {
                        font-size: 25px;
                        font-weight: bold;
                        span {
                            display: block;
                        }
                    }
                }
                .cards-grid {
                    gap: 27px;
                    .card {
                        height: 110px;
                        .card-content {
                            padding: 12px 8px;
                            .sub-text {
                                letter-spacing: 0;
                            }
                            .main-text.graduate-employment {
                                line-height: 24px;
                            }
                            .main-text.comprehensive {
                                letter-spacing: 0;
                                font-size: 24px;
                            }
                        }
                        .card-label {
                            padding: 10px;
                            width: 77px;
                            img.arrow-double-down {
                                top: 76px;
                            }
                        }
                    }
                }
            }
            .zerg-academy-online {
                border-radius: 20px;
                margin-top: 42px;
                padding-top: 8px;
                .container {
                    .wrap-section-content{
                        .wrap-diagram {
                            .main-title {
                                .school-logo {
                                    .vertical-down-left {
                                        top: 12px;
                                        left: 10px;
                                    }
                                    .vertical-down-right {
                                        top: 50px;
                                        right: -8px;
                                    }
                                }
                            }
                        }
                    }
                    .wrap-title {
                        gap: 20px;
                        margin-bottom: 21px;
                        .number {
                            font-size: 60px;
                        }
                        .title {
                            font-size: 20px;
                            line-height: 29px;
                            br {
                                display: none;
                            }
                        }
                    }
                    .wrap-section-content {
                        .question {
                            margin-bottom: 26px;
                            .points-interested {
                                font-size: 14px;
                                margin-left: -12px;
                            }
                            .course-completely-free {
                                display: block;
                                font-size: 18px;
                                line-height: 27px;
                                margin-top: -7px;
                                padding-left: 19px;
                                top: 30px;
                                span {
                                    display: block;
                                }
                            }
                            .thinking {
                                right: 0;
                            }
                        }
						.wrap-diagram {
                            .main-title {
                                    .school-logo {
                                        width: 70%;
                                        .main-image{
                                            padding: 11px 22px;
                                        }
                                    }
                                    .school-logo::before {
                                        top: 67px;
                                        left: -6px;
                                    }
                                    .school-logo::after {
                                        top: 80px;
                                        right: 0px;
                                    }
                                }
                            .flow-diagram {
                                .find-work{
                                    width: 16%;
                                }
								.main-title {
                                    .school-logo {
                                        .vertical-down-left {
                                            top: 25px;
                                            left: 44px;
                                        }
                                        .vertical-down-right {
                                            right: 40px;
                                        }
                                    }
                                }
                                .flow-item-left,
                                .flow-item-right {
                                    width: 132px;
                                    height: 66px;
                                    .students {
                                        align-items: center;
                                        justify-content: center;
                                        margin-right: 0;
                                    }
								}
                                .flow-item-left {
                                    z-index: 2;
                                    width: 100%;
                                    .wrap-card {
                                            left: -5px;
                                            img.men {
                                                margin-left: -10px;
                                                z-index: 2;
                                            }
                                        }
                                }
                                .flow-item-right { 
                                    width: 100%;
                                }
                                    .skill-support {
                                      left: 5px;
                                    }
                                }
								.flow-item-right {
                                    .wrap-card {
                                        right: -10px;
										img.men {
                                            margin-bottom: -50px;
                                            margin-right: -10px;
                                            position: relative;
                                        }
                                    }
									.skill-support {
                                        right: 5px;
                                    }
                                }
                                .find-work {
                                    flex-direction: column;
                                    font-size: 15px;
                                    width: 41px;
                                    height: 37px;
                                    padding: 0;
                                    position: relative;
                                    z-index: 2;
                                    img {
                                        width: 19.95px;
                                        margin-top: -12px;
                                        z-index: 2;
                                    }
                                    .content {
                                        height: 100%;
                                        z-index: 2;
                                        p {
                                            margin-top: 4px;
                                        }
                                    }
                                    img.arrow-right {
                                        display: none;
                                    }
                                }
                            
                        }
                    }
                }
            }
            .company-founded {
                border-radius: 20px;
                padding-top: 10px;
                .container {
                    .card {
                        .wrap-title {
                            gap: 18px;
                            span {
                                display: block;
                            }
                            .title {
                                font-size: 20px;
                                line-height: 29px;
                            }
                            .number {
                                letter-spacing: -2px;
                            }
                        }
                        .card-header {
                            margin-top: -4px;
                            height: 60px;
                            h4 {
                                font-size: 18px;
                            }
                        }
                        .card-body {

                            margin: 20px 0 28px 0;
                            .achievement {
                                flex-direction: column;
                                padding: 0px;
                                margin: 10px 0 25px 0;
                                .item {
                                    width: 100%;
                                    aspect-ratio: 0;
                                    flex-direction: row;
                                    border-radius: 30px;
                                    padding: 20px;
                                    gap: 10px;
                                    align-items: flex-start;
                                    position: relative;
                                    .description {
                                        font-size: 14px;
                                        position: absolute;
                                        bottom: 14px;
                                        letter-spacing: 0.2px;
                                        br {
                                            display: none;
                                        }
                                    }
                                    .label {
                                        margin-top: 4px;
                                        font-size: 12px;
                                        line-height: 19px;
                                        padding: 2px 0;
                                        letter-spacing: 0px;
                                        display: flex;
                                        flex-direction: column;
                                        width: 38%;
                                        font-size: 15px;
                                        &::before {
                                            top: -4px;
                                        }
                                        &::after {
                                            bottom: -4px;
                                        }
                                    }
                                }
                            }
                            .partnerships-companies {
                                margin: 0px 0 30px 0;
                                height: 200px;
                                .center-content {
                                    width: 100%;
                                    top: 50%;
                                    gap: 60px;
                                    .text-top {
                                        font-size: 18px;
                                        bottom: 92px;
                                    }
                                    .text-bottom {
                                        top: 93px;
                                        width: 90%;
                                    }
                                    .return-arrow {
                                        img.return-arrow-pc {
                                            display: none;
                                        }
                                        img.return-arrow-sp {
                                            display: flex;
                                        }
                                    }
                                }
                            .circle-left,
                            .circle-right {
                                width: 122px;
                                padding: 16px;
                                    .circle-content {
                                        h2 {
                                            margin-bottom: 0px;
                                            position: absolute;
                                            top: -40px;
                                            font-size: 15px;
                                            line-height: 20px;
                                        }
                                        img.company-building,
                                        img.furutani-logo {
                                            top: 0px;
                                        }
                                        img.furutani-logo {
                                            width: 114%;
                                            top: -10px;
                                        }
                                        img.company-building {
                                            width: 80%;
                                            top: -15px;
                                        }
                                    }
                                }
                            }
                            .wrapper-title {
                                padding: 10px 22px;
                                margin: 24px auto 20px auto;
                                width: 100%;
                                text-align: center;
                                p {
                                    font-size: 18px;
                                }
                                .highlight {
                                    font-size: 18px;
                                }
                            }
                            .office-worker {
                                padding: 18px 20px;
                                border-radius: 0px;
                                margin-top: 0px;
                                .content {
                                    margin-bottom: 8px;
                                    .text-content {
                                        h2 {
                                            margin-bottom: 10px;
                                            .highlight{
                                                font-size: 18px;
                                            }
                                        }
                                        font-size: 14px;
                                        p {
                                            padding: 0px;
                                            br {
                                                display: none;
                                            }
                                        }
                                    }
                                }
                                .info-section {
                                    .header-line {
                                        padding: 0px;
                                    }
                                    .company-details {
                                        gap: 8px;
                                        .furutani-lower-logo {
                                            width: 75%;
                                            margin: 10px 0 0 -5px;
                                        }
                                        .details-list-new {
                                            margin-bottom: 16px;
                                            column-gap: 4px;
                                            row-gap: 0px;
                                        }
                                    }
                                }
                                .vew-more {
                                    a {
                                        padding: 12px 30px;
                                    }
                                }
                            }
                            .wrap-card {
                                flex-direction: column;
                                margin-top: 26px;
                                gap: 10px;
                                padding-bottom: 20px;
                                .card-item {
                                    flex-direction: row;
                                    gap: 0;
                                    img {
                                        width: 40%;
                                    }
                                    h2 {
                                        font-size: 15px;
                                        line-height: 23px;
                                        margin: 0 auto;
                                        padding: 10px;
                                        padding: 30px 0;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .fully-online-curriculum {
                border-radius: 20px;
                padding-top: 20px;
                .container {
                    padding: 0px 16px;
                    .card {
                        .no-joining-fees-2 {
                            padding-bottom: 0px;
                        }
                        .curriculum {
                            .wrap-joining {
                                margin: 0px;
                            }
                            .curriculum-pc {
                                display: none;
                            }
                            .curriculum-sp {
                                margin-top: -9px;
                                width: 480px;
                                max-width: 100%;
                                overflow: hidden;
                                display: block;
                                .course-section {
                                    gap: 6px;
                                    .course-card {
                                        padding: 20px;
                                    }
                                }
                                .course-section:last-of-type {
                                    border-bottom: none;
                                }
                                .common-learning-section,
                                .support-section {
                                    background-color: #ffffff;
                                    text-align: center;
                                    .section-title {
                                        font-family: var(--font-noto-sans-jp);
                                        font-weight: var(--weight-regular);
                                        font-size: 14px;
                                        line-height: 21px;
                                        padding: 9px 15px;
                                        border: 1px solid #B62536;
                                        background-color: #FFF2E0;
                                        color: #000;
                                    }
                                    .learning-items {
                                        font-family: var(--font-noto-sans-jp);
                                        font-weight: var(--weight-regular);
                                        line-height: 26px;
                                        font-size: 15px;
                                        color: #B62536;
                                        padding: 20px 15px;
                                    }
                                }
                                .support-section {
                                    margin-top: 9px;
                                    border-top: 1px solid #ddd;
                                    color: #d1222e;
                                }
                            }
                            .case-study {
                                flex-direction: column;
                                gap: 16px;
                                .project-content {
                                    width: 100%;
                                    .student-showcase {
                                        margin-bottom: 19px;
                                    }
                                    h2, h3 {
                                        font-size: 18px;
                                    }
                                    h2 {
                                        margin-bottom: 5px;
                                    }
                                    p.description {
                                        font-size: 15px;
                                        line-height: 24px;
                                    }
                                }
                                .video-tutorial {
                                    width: 100%;
                                    /* height: 172px; */
                                }
                            }
                        }
                        .wrap-title {
                            gap: 17px;
                            .title {
                                font-size: 20px;
                                line-height: 29px;
                            }
                        }
                    }
                }
            }
        }
    }
    .counseling-form,
    .items-to-confirm,
    .thanks-text,
    .frequently-questions,
    .steps-course,
    .voices-engineers,
    .it-company {
        .card-title {
            small {
                font-size: 16px;
                line-height: 23px;
                margin-bottom: 12px;
            }
            h2 {
                font-size: 25px;
                font-weight: bold;
                line-height: 36px;
                margin-bottom: 18px;
            }
        }
    }
    .items-to-confirm,.thanks-text {
        .card-title {
            h2 {
                margin-bottom: 65px;
            }
        }
    }
    .thanks-text {
        .card-title {
            h2 {
                margin-bottom: 94px;
            }
        }
    }
    .thanks-message a {
        margin: 30px 0px;
        font-size: 18px;
    }
    .confirmation-pages {
        main {
            padding-top: 30px;
            .items-to-confirm,.thanks-text {
                .group-form {
                    padding-bottom: 44px;
                    .container {
                        .confirmation-page {
                            .confirmation-title{
                                p{
                                    line-height: 29px;
                                    font-size: 18px;
                                }
                            }
                            .confirmation-details {
                                padding: 28px 0px 22px 0px;
                                .detail-row {
                                    .detail-label{
                                        font-size: 16px;
                                    }
                                }
                            }
                            .confirmation-actions {
                                padding: 32px 0;
                            }
                        }
                    }
                }
            }

            .thanks-text {
                .group-form {
                    .container {
                        width: 100%;
                        .thanks-page {
                            .thanks-content {
                                .thanks-title {
                                    h3 {
                                        font-size: 22px;
                                        line-height: 33px;
                                        margin-bottom: 36px;
                                    }
                                }
                                p {
                                    font-size: 15px;
                                    line-height: 25px;
                                    margin-bottom: 18px;
                                }
                                .free-consultation-text {
                                    margin: 8px 0px;
                                }
                                a {
                                    font-size: 14px;
                                    margin: 30px auto;
                                }
                                .zoom-text {
                                    margin-top: 5px;
                                }
                                .question-title {
                                    margin-bottom: 5px;
                                }
                                .line-account-title {
                                    margin: -10px 0 5px 0;
                                }
                                .line-button-mobile {
                                    margin: 36px 0 6px 0;
                                    a {
                                        font-size: 20px;
                                        font-weight: var(--weight-semibold);
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .it-company {
        .container {
            margin-right: 0;
        }
        .card {
            .card-title {
                h2 {
                    font-size: 25px;
                    line-height: 36px;
                    margin-bottom: 31px;
                    span {
                        display: block;
                    }
                }
            }
            .card-body {
                .block-table {
                    overflow-x: auto;
                    position: relative;
                    table {
                    border-collapse: separate;
                    border-spacing: 2px;
                    thead {
                        tr {
                        th {
                            font-size: 15px;
                            min-width: 120px;
                            height: 40px;
                            z-index: 1;
                        }
                        th.th-01 {
                            min-width: 63px;
                            position: sticky;
                            left: 0;
                            z-index: 3;
                            background: #F2F2F2;
                        }
                        th.th-02 {
                            min-width: 126px;
                            position: sticky;
                            left: 63px;
                            z-index: 3;
                            background: linear-gradient(to bottom, #FF4056, #DD3347, #B62536);
                        }
                        }
                    }
                    tbody {
                        tr {
                            height: 47px;
                            th {
                                font-size: 12px;
                                font-weight: var(--weight-semibold);
                                position: sticky;
                                left: 0;
                                background: #F2F2F2;
                                z-index: 2;
                            }
                            td{
                                font-size: 12px;
                            }

                            td.td-cus-bg {
                                position: sticky;
                                left: 63px;
                                background: #DEF871;
                                z-index: 2;
                                font-size: 13px;
                            }
                        }
                    }
                    span {
                        display: block;
                    }
                    }
                }
            }
        }
    }
    .voices-engineers {
        .card-title {
            h2 {
                span {
                    display: block;
                }
            }
        }
        .main-slide {
            padding: 75px 0 40px 0;
            margin-top: -75px;
            .block-slide {
                .carousel-content-sp {
                    display: flex;
                    justify-content: center;
                    gap: 20px;
                    flex-direction: column;
                    width: 85%;
                    margin: auto;
                    overflow: hidden;
                }
                .carousel-content {
                    display: none;
                    .carousel-items {
                        justify-content: center;
                        gap: 20px;
                        flex-direction: column;
                        width: 85%;
                        margin: auto;
                    }
                }
                .item {
                    width: 100%;
                    .card {
                        gap: 15px;
                        flex-direction: column;
                        position: relative;
                        margin-right: 0px;
                        padding: 0;
                        .card-image {
                            width: 100%;
                            .main-image {
                                height: 122px;
                                flex: 1;
                                img {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                    border-radius: 10px;
                                }
                            }
                            .block-style-title {
                                display: flex;
                                gap: 19px;
                                align-items: center;
                            }
                            .sp {
                                display: block;
                                flex: 1;
                                h3 {
                                    font-size: 18px;
                                    color: #B62536;
                                    line-height: 27px;
                                    font-weight: var(--weight-semibold);;
                                    margin-bottom: 11px;
                                    span {
                                        display: block;
                                        br {
                                            display: none;
                                        }
                                    }
                                }
                                h4.sub-title {
                                    font-size: 15px;
                                    line-height: 24px;
                                    color: #B62536;
                                    margin-bottom: 11px;
                                    font-weight: var(--weight-semibold);
                                    span {
                                        display: block;
                                    }
                                }
                            }
                            .sp-block-badge {
                                margin-top: 11px;
                                display: flex;
                                justify-content: space-between;
                                .group-02-bage,
                                .group-01-bage {
                                    flex: 1;
                                }
                                .group-01-bage {
                                    background: none;
                                    border-radius: 0;
                                    margin: 0;
                                    .main-block-badge {
                                        display: grid;
                                        grid-template-columns: auto 84px auto;
                                        grid-template-rows: auto auto;
                                        align-items: center;
                                        justify-items: center;
                                        column-gap: 4px;
                                        height: 78px;
                                        padding-right: 4%;
                                        span.badge,
                                        img.icon {
                                            grid-row: 1 / 3;
                                        }
                                        span.title {
                                            margin-left: 0px;
                                            padding-bottom: 8px;
                                            grid-column: 2;
                                            grid-row: 1;
                                            align-self: end;
                                        }
                                        span.price {
                                            margin-left: 0;
                                            padding-bottom: 8px;
                                            grid-column: 2;
                                            grid-row: 2;
                                            align-self: start;
                                        }
                                        img.icon {
                                            transform: rotate(0deg);
                                            width: 19px;
                                        }
                                    }
                                }
                                .group-02-bage {
                                    padding: 9px 0 9px 8px;
                                    margin-top: 0px;
                                    gap: 8px;
                                    align-items: center;
                                    p {
                                        align-items: flex-start;
                                        flex-direction: column;
                                        span.title {
                                            margin-left: 0;
                                            font-size: 13px;
                                        }
                                        span.price {
                                            font-size: 25px;
                                            line-height: 27px;
                                            margin-left: 0;
                                        }
                                    }
                                }
                            }
                        }
                        .card-body {
                            width: 100%;
                            .pc {
                                display: none;
                            }
                        }
                    }
                }
            }
             .block-reviews-social {
                .slide-reviews-social {
                    /* overflow-x: scroll;
                    -ms-overflow-style: none;
                    scrollbar-width: none;
                    justify-content: flex-start;
                    gap: 20px;
                    margin-left: 20px; */
                    .carousel-content {
                        .carousel-items {
                            width: 167%;
                        }
                    }
                    .item {
                        margin-bottom: 8px;
                        .card {
                            width: 224px;
                            box-shadow: 8px 8px 2px 0px #00000010;
                            margin-right: 10px;
                            .card-image {
                                column-gap: 9px;
                                .block-text-title {
                                    h3 {
                                        font-size: 14px;
                                        line-height: 22px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .steps-course {
        margin-top: 50px;
        .circle-main {
            flex-direction: column;
            gap: 20px;
            .card {
                .card-body {
                    width: 100%;
                    height: auto;
                    max-height: 138px;
                    max-height: 138px;
                    border-radius: 30px;
                    text-align: left;
                    padding: 16px 25px 15px 25px;
                    display: flex;
                    gap: 17px;                    align-items: center;
                    .badge {
                        margin: 0;
                        text-align: center;
                    }
                    .description{
                            .pc-enable{
                                display: none;
                            }
                            .sp-enable{
                                display: block;
                            }
                        }
                    }
                    .description{
                            .pc-enable{
                                display: none;
                            }
                            .sp-enable{
                                display: block;
                            }
                        }
                }
                .card-body::after {
                    bottom: auto;
                    transform: rotate(90deg);
                    left: 36px;
                    top: -30px;
                    height: 22px;
                    width: 19px;
                }
            }
            .card.after-none {
                .card-body::after {
                    display: block;
                    height: 22px;
                    width: 19px;
                    top: -30px;
                }
            
            }
        .block-video {
					padding-bottom: 22px;
					.container-iframe {
						justify-content: flex-start;
					}
					.sub-image-video {
						bottom: auto;
						top: 13px;
						right: 18px;
					}
				}
        }
        #furutani{
        .steps-course {
            & .circle-main {
                & .card.after-none {
                    .card-body::after {
                        display: block;
                        height: 22px;
                        width: 19px;
                        top: -30px;
                    }
                }
            }
        }
        .steps-course {
            .circle-main {
                .card-body::after {
                    top: -30px;
                    left: 38px;
                    height: 22px;
                    width: 19px;
                    transform: rotate(90deg);
                }
            }
        }
    }
    .pc-md {
        display: none;
    }
    .counseling-form,.items-to-confirm,.thanks-text {
        .card-title {
            small {
                &::before {
                    right: 70px;
                }

                &::after {
                    left: -35px;
                }
            }
        }
    }
}
    
    .frequently-questions {
        margin-top: 50px;
        .answers-questions {
            padding: 15px 20px;
            margin-bottom: 10px;
        }
    }
    .counseling-form,.items-to-confirm,.thanks-text {
        .group-form {
            .card {
                .block-policy {
                    .checkbox-policy {
                        gap: 8px;
                        padding: 0 10px;
                        input[type="checkbox"] {
                            min-width: 28px;
                            height: 28px;
                        }
                        label {
                            font-size: 15px;
                            span {
                                margin-left: 10px;
                            }
                        }
                    }
                }
                .more-action {
                    .cta-button {
                        span::after {
                            right: -80%;
                        }
                        span::before {
                            left: -80%;
                        }
                    }
                }
            }
        }
    }
    
@media (max-width: 375px) {
    #furutani {
        & .banner {
            padding-bottom: 0;
            &::before {
                bottom: -566px;
            }
        }
        .main-wrapper{
            .career-choice {
                margin-top: 0;
            }
        }
        .counseling-form,.items-to-confirm,.thanks-text {
            .group-form {
                .card {
                    .card-row {
                        .card-col {
                            .right {
                                select, textarea, input {
                                    padding: 21px 30px 19px 18px;
                                }
                            }
                        }
                    }
                }
            }
        }
        .counseling-form,.items-to-confirm,.thanks-text {
            .group-form {
                .card {
                    .card-row {
                        .card-col {
                            .right {
                                select, textarea, input {
                                    padding: 21px 30px 19px 18px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}