/* ========responsive style======== */

@media only screen and (max-width: 1200px) {
    .header__logo {
        padding-left: 20px;
        padding-right: 30px;
    }
    .header__content  {
        gap: 16px;
        
    }
    .header__entry {
        width: 200px;
        min-width: 160px;
    }
    .home-hero {
        height: 480px;
    }
    .title-dot {
        font-size: 36px;
        padding-left: 32px;
    }
    .title-dot::after {
        width: 22px;
        height: 16px;
    }
    .block__inner-content.right {
        padding-right: 40px;
    }
    .block__inner-content.left {
        padding-left: 40px;
    }
    .block__inner-content {
        max-width: 100%;
    }
    .home-st-pd {
        padding: 90px 0px;
    }
    .wrap-entry__content::before {
        width: 90%;
        right: 0px;
        left: unset;
    }
    .wrap-entry__box a img {
        transform: translateX(0px);
        max-width: 500px;
    }
    .page__blocks .__inner {
        max-width: 860px;
        padding: 0px 20px;
    }
    .benefit__list {
        gap: 60px;
    }
    .wrap-daily__flow h3 {
        font-size: 54px;
    }
    .wrap-daily__flow h3 span {
        font-size: 26px;
        padding-left: 55px;
    }
    .title__inner-line::after {
        width: 40px;
    }
    .requirement__list li {
        padding: 10px;
        height: 240px;
    }
    .requirement__list li span {
        font-size: 16px;
    }
    .wrap-recruit__process .__collum h3 {
        display: flex;
        gap: 14px;
        justify-content: center;
        align-items: center;
        margin-bottom: 26px;
    }
    .wrap-recruit__process .__collum h3 a {
        position: relative;
    }
    .interview__item-title{
        height: 280px;
    }
    .interview__item-title img {
        height: auto;
        object-fit: cover;
    }
}
/* end point 1200px */


@media only screen and (max-width: 1024px) {
    html, body {
        overflow-x: hidden;
    }
    .header__inner {
        padding-right: 20px;
    }
    .header__content {
        position: absolute;
        flex: unset;
        width: 100%;
        height: auto;
        background-color: #fff;
        top: 100%;
        right: 0;
        max-width: 330px;
        z-index: 200;
        flex-direction: column;
        box-shadow: 0px 0px 6px 0px rgb(0, 0, 0, 20%);
        transition: all 0.4s ease-in;
        transform: translateX(105%);
        padding-bottom: 20px;
    }
    .header__content.show {
        transform: translateX(0%);
    }
    .header__content.show .header__entry {
        animation: opacity ease-in 1s forwards;
        animation-delay: 0.6s;
    }
    @keyframes opacity {
        0% {
            opacity: 0;
            visibility: hidden;
        }
    
        50% {
            opacity: 0;
            visibility: hidden;
        }
    
        100% {
            opacity: 1;
            visibility: visible;
        }
    }
    @keyframes theme_fadeRight {
        0% {
            transform: translateX(20px);
            opacity: 0;
            visibility: hidden;
        }
    
        50% {
            transform: translateX(20px);
            opacity: 0;
            visibility: hidden;
        }
    
        100% {
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
        }
    }
    .header__content.show .menu__item a {
        animation: theme_fadeRight ease-in 1s forwards;
    }
    .header__content.show .menu__item:nth-child(1) a {
        animation-delay: 0s;
    }
    .header__content.show .menu__item:nth-child(2) a {
        animation-delay: 0.1s;
    }
    .header__content.show .menu__item:nth-child(3) a {
        animation-delay: 0.2s;
    }
    .header__content.show .menu__item:nth-child(4) a {
        animation-delay: 0.3s;
    }
    .header__content.show .menu__item:nth-child(5) a {
        animation-delay: 0.4s;
    }
    .header__menu {
        flex-direction: column;
        width: 100%;
        gap: 0px;
        padding: 10px 0px 20px;
    }
    .menu__item {
        width: 100%;
    }
    .menu__item a {
        display: block;
        padding: 14px 20px;
        text-align: center;
        opacity: 0;
        visibility: hidden;
    }
    .header__entry {
        min-width: unset;
        width: 92%;
        padding: 12px;
        opacity: 0;
        visibility: hidden;
    }
    .header__content {
        gap: 0px;
    }
    .burger {
        position: relative;
        min-width: 50px;
        width: 50px;
        height: 34px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0px 10px 0px rgb(166 166 223 / 1);
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background-color: #1d2087;
    }
    .burger span {
        left: 9px;
        position: absolute;
        width: 32px;
        height: 3px;
        border-radius: 3px;
        background-color: #fff;
        transition: 0.5s;
    }
    .burger span:nth-child(1) {
        transform: translateY(-8px);
        width: 24px;
        left: 9px;
    }
    .burger span:nth-child(2) {
        transform: translateY(8px);
        width: 13px;
        left: 9px;
    }
    .burger.active span:nth-child(1) {
        width: 32px;
        transform: translateY(-1px) rotate(45deg);
        transition-delay: 0.125s;
    }
    .burger.active span:nth-child(2) {
        width: 32px;
        transform: translateY(-1px) rotate(315deg);
        transition-delay: 0.25s;
    }
    .burger.active span:nth-child(3) {
        transform: translateX(70px);
    }
    .home-hero h2 {
        font-size: 54px;
        padding-top: 40px;
    }
    .home-hero {
        padding: 0px 20px;
        height: 420px;
    }
    .home-st__block .__thumb.left {
        padding-right: 0px;
    }
    .title-dot {
        font-size: 24px;
        padding-left: 32px;
        margin: 40px 0px 35px 0px;
    } 
    .title-dot::after {
        width: 18px;
        height: 16px;
        background-size: contain;
        top: 6px;
    }
    .new__item {
        width: calc(100%/4 - 18px);
        margin-right: 24px;
    }
    .wrap-entry__box a img {
        max-width: 420px;
    }
    .wrap-entry__content::before {
        width: 82%;
    }
    .section-entry,
    .section-new {
        padding: 65px 0px;
    }
    .home-contact__link {
        gap: 36px;
    }
    .footer__inner {
        padding-top: 45px;
    }
    header {
        box-shadow: 0px 0px 4px 0px rgb(0, 0, 0, 20%);
    }
    .benefit__list.about {
        gap: 60px;
    }
    .about__number-item {
        padding: 20px 4px;
    }
    .benefit__list .__img img {
        max-width: 100%;
								height: auto;
								display: block;
								margin: 0 auto;
    }
    .home-st__block.business .__thumb .text {
        right: 0px;
        font-size: 24px;
    }
    .wrap-daily__flow {
        padding-top: 60px;
    }
    .daily__flow-thumb {
        display: none;
    }
    .daily__flow ul {
        width: 100%;
        padding-right: 0px;
    }
    .requirement__sse {
        gap: 40px;
    }
    .wrap-recruit__process {
        gap: 35px;
        row-gap: 45px;
    }
    .interview__item-title {
        margin-bottom: 90px;
    }
    .interview__item {
        padding-top: 20px;
    }
    .interview__item-title {
        height: auto;
        padding: 0px 20px 50px 20px;
        min-height: 220px;
    }
    .interview__item-title img {
       position: relative;
       transform: translate(0px);
       width: 100%;
    }
    .interview__item-title h2 {
        font-size: 26px;
    }
    .interview__item-title {
        row-gap: 30px;
    }
    .interview__item .__inner {
        max-width: 100%;
        width: 100%;
    }
    .menu__item a::after{
        content: none;
    }
				
				.sp-space {
					display: inline-block;
				}
				
				.business__banner p {
					text-align: left;
				}
				
				.job-descriptions .block__inner-content.right {
					padding-left: 0;
				}
				
				.daily__flow-item p.time span {
					padding-top: 2px;
					padding-bottom: 0;
				}
				
				.recruit-rq__item ul li {
					display: block;
				}
				
				.recruit-rq__item ul li p {
					padding: 7px 10px 0 46px;
				}
				
				.recruit-rq__item ul li > div {
					padding: 7px 10px 0 0px;
				}
				
				.wrap-recruit__process .__collum .__text:nth-of-type(2) {
					min-height: unset;
				}
				
				.mw_wp_form_confirm .form-row {
					display: block;
				}
				
				.files {
					text-align: left;
				}
				
				.sessionText {
    	text-align: left;
    }


				
}
/* end point 1024px */


@media only screen and (max-width: 768px) {
    .sp {
        display: block  !important;
    }
    
    .pc {
        display: none !important;
    }
    .home-hero {
        height: 360px;
    }
    .home-hero h2 {
        font-size: 48px;
    }
    .home-hero p {
        font-size: 26px;
    }
    .home-st__block {
        flex-wrap: wrap;
    }
    .home-st-pd {
        padding: 65px 0px;
    } 
    .home-st__block .__thumb {
        width: 100%;
        flex: auto;
    }
    .block__inner-content {
        padding: 40px 40px 0px;
    }
    .home-st__block.business .block__inner-content,
    .home-st__block.about .block__inner-content {
        order: 2;
    }
    .new__list {
        flex-wrap: wrap;
    }
    .new__item {
        width: calc(100%/2 - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
    } 
    .new__item:nth-child(2) {
        margin-right: 0px;
    }
    .section-new {
        padding: 65px 0px;
    }
    .section-new .new-title {
        margin-bottom: 40px;
    }
    .section-new .new-title img {
        max-width: 80%;
    }
    .wrap-entry__content::before {
        background-image: none;
    }
    .wrap-entry__box {
        justify-content: center;
        margin-top: 40px;
    }
    .entry-ab-sp img {
        margin: 0 auto;
        max-width: 90%;
        margin-top: 40px;
    }
    .home-contact__link {
        gap: 20px;
    }
    .home-contact {
        padding: 54px 0px;
    }
    .footer-copyright {
        padding: 38px 30px 16px;
    }
    .footer__info {
        row-gap: 30px;
    }
    .wrap-content__page {
        padding: 70px 0px;
    }
    .about .home-st__block .__thumb{
        width: 100%;
    }
    .page__title {
        margin-bottom: 65px;
    }
    .benefit__list {
        gap: 30px;
        flex-wrap: wrap;
    }
    .benefit__list.about .__img {
        min-width: 320px;
    }
    .benefit__list .__content p.big {
        margin-bottom: 40px;
    }
    .benefit__list .__content {
        min-width: 280px;
    }
    .benefit__list.about:nth-child(2) .__content {
        order: 1;
    }
    .benefit__list.about:nth-child(2) {
        margin-top: 50px;
    }
    .benefit__list.about:nth-child(2) .__img {
        order: 2;
    }
    .title-dot.about {
        font-size: 28px !important;
        padding-left: 30px !important;
    }
    .title-dot.about::after {
        top: 10px !important;
        width: 20px !important ;
        height: 15px !important;
    }
    .benefit__list.about .__img {
        min-width: unset;
        width: auto;
    }
    .about .recruit-rq__item ul li p{
        padding-left: 0px;
        width: 90px;
    }
    .recruit-rq {
        padding: 65px 0px;
    }
    .about__number-item {
        width: calc(100%/2);
        height: auto;
        min-height: 260px;
    }
    .about__number-item img {
        max-width: 90%;
        margin: 0 auto;
    }
    .about__number-item .__img {
        padding: 0px;
    }
    .about__number-item h3 {
        margin-bottom: 20px;
    }
    .about__logo-list {
        justify-content: center;
        gap: 20px;
        row-gap: 24px;
        flex-wrap: wrap;
    }
    .page__blocks .__inner .requirement__title-dot {
        padding: 0px;
    }
    .benefit__list .__img img:nth-child(2) {
        display: none;
    }
    .page__blocks {
        margin-bottom: 65px;
    }
    .benefit .home-st__block .__thumb {
        width: 100%;
    }
    .block__inner-content ul li span {
        width: 140px;
    }
    .home-st__block.business .__thumb.left {
        width: 100%;
    }
    .requirement__title-dot .title-dot {
        font-size: 28px;
        padding-left: 26px;
        text-align: left;
    }
    .requirement__title-dot .title-dot::after {
        width: 22px;
        height: 14px;
        top: 10px;
    }
    .business-service__collum {
        flex-wrap: wrap;
    }
    .business-service__img {
        flex: auto;
        padding-left: 0px;
        justify-content: center;
        align-items: center;
    }
    .business-service__img img {
        min-width: unset;
    }
    .business__banner {
        padding: 45px 0px;
    }
    .business__banner h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .daily__flow-item p.desc{
        min-width: 280px;
    }
    .wrap-daily__flow h3 {
        font-size: 38px;
        flex-wrap: wrap;
        row-gap: 16px;
    }
    .wrap-daily__flow h3 span {
        font-size: 16px;
        padding-left: 50px;
    }
    .wrap-daily__flow h3 span::after {
        width: 30px;
    }
    .requirement__sse .__thumb {
        width: 100%;
        order: 2;
    }
    .requirement__sse .__thumb img {
        width: 100%;
        max-width: 400px;
    }
    .requirement__sse .__text {
        flex: auto;
        width: 100%;
    }
    .requirement__sse .__text img {
        margin-bottom: 45px;
    }
    .container .__inner {
        padding: 0px;
    }
    .requirement__list li {
        width: calc(100%/2);
        height: 340px;
    }
    .recruit-rq__item h3 {
        font-size: 22px;
    }
    .recruit-rq__item ul li p {
        padding-left: 0px;
        /*width: 120px;*/
    }
    .wrap-recruit__process .__collum {
        width: 100%;
        flex: auto;
    }
    .wrap-recruit__process .__collum .__text {
        min-height: unset;
        padding-bottom: 24px;
    }
    .home-contact__title h3 {
        font-size: 36px;
    }
    .interview__item {
        padding-top: 0px;
    }
    .interview__item-title {
        margin-bottom: 60px;
        overflow: hidden;
        padding-bottom: 30px;
    }
    .interview__item-text {
        margin-bottom: 60px;
    }
    .interview__item-text h3 {
        padding-left: 40px;
    }
    .interview__item-text h3::before {
        width: 30px;
    }
    .container .requirement__title-dot {
        padding: 0px;
    }
    .benefit__list .__content p:last-child {
        margin-bottom: 0px;
    }
    .daily__flow-item p.time {
        width: 100%;
        padding-right: 0px;
    }
    .entry__link-form {
        flex-wrap: wrap;
    }
    #back-to-top {
        width: 62px;
        height: 62px;
    }
    #back-to-top svg {
        max-width: 24px;
    }
    .entry-status li {
        width: calc(100%/3 - 10px);
        font-size: 14px;
    }
    .form-row label,
    .form-upload-row.form-row label {
        width: 100%;
        justify-content: flex-start;
        gap: 30px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 5px;
    }
    .form-row__inner {
        row-gap: 20px;
    }
    .form-row.form-text {
        padding: 20px 0px 15px 0px;
    }
    .form__info-box {
        width: 100%;
    }
    .form__info-box .__inner {
        padding: 10px 18px;
    }
    .wrap__form-entry p.info {
        font-size: 16px;
								text-align: left;
    }
    .mw_wp_form_confirm .form-row label {
        /*width: 200px;*/
        padding: 16px;
        /*justify-content: space-between;*/
        gap: 6px;
    }
    .mw_wp_form_confirm .form-row p {
        padding: 16px;
    }
    .interview__item-title img {
        width: calc(100% + 40px);
        max-width: unset;
        transform: translateX(-20px);
    }
				.wrap__form-entry p.desc {
					text-align: left;
				}
}
/* end point 768px */

@media  only screen and (max-width: 767px) {
    .form-alert__mess h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .home-hero h2 {
        font-size: 36px;
    }
    .home-hero {
        height: 220px;
    } 
    .home-hero p {
        font-size: 22px;
    }
    .block__inner-content {
        padding: 40px 20px 0px !important;
    }
    
    .new__item .__desc h3 a {
        font-size: 16px;
    }
    .new__item .__desc span.date {
        font-size: 12px;
    }
    .new__item .__desc {
        padding: 10px 0px;
    }
    .home-contact__link {
        flex-wrap: wrap;
    }
    .wrap-entry__box a img {
        max-width: 100%;
    }
    .page__title img {
        max-width: 90%;
    }
    .about__map iframe {
        height: 280px;
    }
    .about__number-row.--two-row .about__number-item {
        width: 100%;
    }
    .requirement__list li {
        height: 260px;
    }
    footer .container {
        padding-left: 0px;
    }
    .footer-copyright {
        padding-right: 0px;
    }
    .footer__info {
        padding-right: 0px;
    }
    .interview__item-title h2 {
        font-size: 20px;
    }
    .interview__item-title p {
        font-size: 16px;
        gap: 16px;
    }
    .interview__item-title p span{
        font-size: 12px;
        padding-bottom: 0px;
    }
    .interview__item-text h3 {
        font-size: 20px;
    }
    .about__number-item h3 {
        font-size: 18px;
    }
    .entry__link-form  a img {
        max-height: 120px;
        object-fit: cover;
    }
    select.form-control {
        width: 100%;
    }
    .mw_wp_form_confirm .form-row label {
        width: 100%;
        justify-content: flex-start;
        gap: 30px;
        padding-bottom: 0px;
    }
}
/* end point 479px */


@media only screen and (max-width: 360px) {
    .header__logo a span {
        font-size: 20px;
    }
    .header__logo img {
        max-width: 120px;
    }
    .requirement__list li {
        height: 220px;
    }
    .entry-status li {
        width: calc(100%/3 - 6px);
        font-size: 13px;
        white-space: nowrap;
        padding: 13px 6px;
    }
}
/* end point 360px */