@charset "UTF-8";
/*=====================================
こちらは下層ページカスタマイズと
デザインの調整の為のファイルです。
SCSSからコンパイルされたものではありません。
=======================================*/


/* ===============================
    全体調整
   =============================== */

/* 全体に対するプロポーショナルメトリクス */
body {
    font-feature-settings: "palt";
}

.p-recruit-cta__wrapper .l-section__container {
    padding-top: 50px;
}
.l-footer__nav-title a {
    color: #FFFFFF;
    text-decoration: none;
}
.l-footer__nav-title a:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
}
/* ボタン調整 */
.c-button::before {
    background-image: url(../../images/icon-arrow-right-white-main.svg);
}
.c-button-blue::before {
    background-image: url(../../images/icon-arrow-right-blue.svg);
}
.l-header__button .c-button::before {
    background-image: url(../../images/icon-arrow-right-orange-main.svg);
}
.l-header__button .c-button-blue::before {
    background-image: url(../../images/icon-arrow-right-blue.svg);
}
.c-button::before {
    right: 12px;
    width: 22px;
    height: 21px;
}
.l-header__button .c-button::before {
    right: 13px;
    width: 22px;
    height: 21px;
}
.p-casual-talk .c-button::before {
    top: 49%;
    right: 12px;
}



/* ===============================
    FV周り・図形調整
   =============================== */
.l-hero__inner {
    margin-top: 0;
    gap: 88px;
    max-width: 1443px;
}
.l-hero__lead {
    font-weight: 600;
}
.l-hero__buttons .c-button::after {
    width: 33px;
    height: 33px;
    right: 13px;

}
.l-hero__buttons .c-button::before {
    right: 15px;
    background-size: 42%;
    top: 50.3%;
}

@media screen and (min-width: 768px) {
        .l-hero__text img {
            transform: translateX(-26px);
        }
        .l-hero__buttons {
            margin-top: 40px;
            margin-bottom: 40px;
        }
            .l-hero__note {
            margin-top: 40px;
        }
        .l-hero__inner {
            padding-top: 12px;
        }
}
@media screen and (min-width: 1280px) {
        .l-hero__text {
            max-width: none;
            flex-basis: 615px;
        }
        .l-hero__decor-item.is-04 {
            top: 10vw;
            right: -1vw;
            width: 300px;
        }

}
@media screen and (min-width: 1920px) {
    .l-hero__text {
        max-width: none;
        flex-basis: 615px;
    }
        .l-hero__note {
            margin-top: 52px;
        }
        .l-hero {
        padding-top: 120px;
    }
    .l-hero__decor-item.is-02 {
        top: 83%;
        right: 66%;
        width: 346px;
    }
    .l-hero__decor-item.is-03 {
        width: 97px;
        top: calc(54% + 20px);
        right: 57%;
    }
        .l-hero__decor-item.is-01 {
        top: 79%;
        right: 39%;
        width: 173px;
    }
        .l-hero__decor-item.is-05 {
        top: 47%;
        left: 87%;
        width: 135px;
    }
    .l-hero__buttons .c-button  {
        width: 232px;
        max-width: 232px;
        padding-bottom: 22px;
    }
    
}
@media screen and (max-width: 1919px) {
        .l-hero__inner {
        gap: 40px;
        max-width: 1463px;
        padding-left: 40px;
    }
    .l-hero__decor-item.is-02 {
        top: 48vw;
        right: 65vw;
        width: 346px;
    }
    .l-hero__decor-item.is-01 {
        top: 48vw;
        right: 38vw;
        width: 173px;
    }
    .l-hero__decor-item.is-03 {
        width: 97px;
        top: 33vw;
        right: 55.6vw;
    }
    .l-hero__decor-item.is-05 {
        top: 47%;
        left: 87%;
        width: 135px;
    }
    .l-hero__decor-item.is-05 {
        top: 28vw;
        left: 86.9vw;
        width: 135px;
    }
    .l-hero__decor-item.is-04 {
        top: 10vw;
        right: -1vw;
        width: 300px;
    }
}
@media screen and (max-width: 1750px) {
    .l-hero__decor-item.is-01 {
        top: 50.5vw;
    }
    .l-hero__decor-item.is-05 {
        left: 87.3vw;
    }
}
@media screen and (max-width: 1700px) {
    .l-hero__decor-item.is-05 {
        left: 90.6vw;
        width: 115px;
    }
    .l-hero__decor-item.is-04 {
        top: 9vw;
        right: -2.7vw;
        width: 280px;
    }
}
@media screen and (max-width: 1650px) {
    .l-hero__decor-item.is-04 {
        top: 8vw;
        right: -4vw;
    }
    .l-hero__decor-item.is-01 {
        top: 54vw;
    }
}
@media screen and (max-width: 1600px) {
    .l-hero__inner {
        max-width: 1333px;
    }
}




/* ===============================
    固定ページテンプレート調整
   =============================== */

/* 固定ページテンプレートの余白調整 */

body.page:not(.home) .l-section {
	padding-top: 0;
}

body.page:not(.home) .l-section__container{
	width: 1554px;
	max-width: 100%;
	padding-left:60px;
	padding-right:60px;
}

/* 固定ページh1上部・下部余白調整 */
body.page:not(.home) .l-hero-sub__title {
	margin-top: 0;
	margin-bottom: 0;
}
body.page:not(.home) .l-hero-sub__title p {
	margin-left: -12px;
}

body.page:not(.home) .l-hero-sub {
		padding-top: 178px;
		padding-bottom: 159px;
	}

body.page:not(.home) .l-hero-sub__title p {
    line-height: 1em;
}
body.page-id-222 .p-section__bg .l-hero-sub {
        padding-bottom: 20px;
    }

/* 固定ページh1フォント周り調整 */
body.page:not(.home) .l-hero-sub__title p {
    display: inline-block;
    font-size: 120px;
    letter-spacing: 0.002em;
    margin-bottom: 0;
}
body.page:not(.home) .l-hero-sub__title h1 {
        font-size: 16px;
        margin-bottom: -5px;
    }
    

/* 固定ページ背景円装飾調整 */
body.page:not(.home) .p-section__bg::before {
	top: -20.5vw;
    left: 80px;
    background-image: linear-gradient(to right, rgb(246, 242, 234) 0%, rgba(250, 248, 246, 1) 30%, rgba(250, 248, 247, 1) 54%, rgba(249, 249, 249, 1) 88%, rgba(249, 249, 249, 1) 100%);
}
body.page:not(.home) .u-content-width,body.page:not(.home) .l-hero-sub__inner,body.page:not(.home) .l-section__container, .l-footer__content {
    width: 100%;
    margin: 0 auto;
    max-width: 1556px;
    padding-left:60px;
	padding-right:60px;
}

/* 固定ページ右上3D装飾 */
body.page:not(.home) .l-hero-sub__decor {
    right: 6.4vw;
	width: 608px;
    aspect-ratio: 337 / 280;
}
body.page:not(.home) .l-hero-sub__decor-item {
    position: relative;
	width: 100%;
}
/*固定ページ右上3D装飾調整*/
@media screen and (min-width: 960px) {
    body.page:not(.home) .l-hero-sub__decor-item {
        right: 0;
    }
}
/*固定ページボタン横幅*/
body.page:not(.home) .em-btn-width .c-button {
        width: 265px;
    }
body.page:not(.home) .em-btn-width .p-single-recruit-cta__buttons {
    grid-template-columns: none;
    display: flex;
    justify-content: center;
}

/* -----固定ページテンプレート調整ノートPC幅------ */

@media screen and (max-width: 1650px) {
    /* 固定ページ背景円装飾調整 */
    body.page:not(.home) .p-section__bg::before {
        left: 40px;
    }
}

@media screen and (max-width: 1537px) {
    /* 固定ページ右上3D装飾 */
    body.page:not(.home) .l-hero-sub__decor {
        right: 2.4vw;
        width: clamp(380px, 40vw, 528px);
    }
    body.page:not(.home) .l-hero-sub {
        padding-bottom: 100px;
    }
    body.page-id-222 .p-section__bg .l-hero-sub {
        padding-bottom: 20px;
    }

}

/* -----固定ページテンプレート調整TB幅------ */
@media screen and (max-width: 1279px) {
    /* h1周り文字サイズ・余白等 */
    body.page:not(.home) .l-hero-sub__title p {
        font-size: max(90px, 9.4vw);
        white-space: nowrap;
    }

}
@media screen and (max-width: 1024px) {
    /* 固定ページ右上3D装飾 */
    body.page:not(.home) .l-hero-sub__decor {
        right: -3vw;
    }
    body.page:not(.home) .l-hero-sub__decor-item {
        opacity: 0.8;
    }
    /* h1周り文字サイズ・余白等 */
    body.page:not(.home) .l-hero-sub {
        padding-top: 120px;
    }
    body.page:not(.home) .l-hero-sub__title h1 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    body.page:not(.home) .c-breadcrumb {
        font-size: 11px;
    }
    .c-breadcrumb__inner {
        padding: 6px 0;
    }

}
/* -----固定ページテンプレート調整SP幅------ */
@media screen and (max-width: 691px) {
/* 固定ページ右上3D装飾 */
    body.page:not(.home) .l-hero-sub__decor {
        top: -60px;
        right: -10px;
        width: max(183px, 38.8vw);
    }
    /* h1周り文字サイズ・余白等 */
    body.page:not(.home) .l-hero-sub__title p {
        font-size: max(45px, 12vw);
    }
    body.page:not(.home) .l-hero-sub {
        padding-top: 80px;
        padding-bottom: 88px;
    }
    body.page-id-222 .p-section__bg .l-hero-sub {
        padding-bottom: 20px;
    }
    body.page:not(.home) .l-hero-sub__title h1 {
        font-size: 14px;
    }
    body.page:not(.home) .l-hero-sub__title p {
        margin-left: -8px;
    }
    body.page:not(.home) .em-btn-width {
        width: 100%;
    }
}
@media screen and (max-width: 565px) {
/* 固定ページ右上3D装飾 */
    body.page:not(.home) .l-hero-sub__decor {
        top: -35px;
    }
    /* h1周り文字サイズ・余白等 */
    body.page:not(.home) .l-hero-sub {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    body.page-id-222 .p-section__bg .l-hero-sub {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 470px) {
    /* h1周り文字サイズ・余白等 */
    body.page:not(.home) .l-hero-sub {
        padding-bottom: 40px;
    }
    body.page-id-222 .p-section__bg .l-hero-sub {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 350px) {
body.page:not(.home).page-id-1291 .l-hero-sub__title p {
        white-space: normal;
    }
}

/* ===============================
    フォーム(お問い合わせ・面談申込)
   =============================== */

/* 固定ページフォームの装飾 */
body.page:not(.home) .form_con_choice {
	padding-top: 40px;
}
body.page:not(.home) .form_con_choice .form_title {
	padding-bottom: 22px;
}
body.page:not(.home) .form_con_choice .form_title_box {
	display: flex;
	justify-content: space-between;
}
body.page:not(.home) .wpcf7-radio {
	display: flex;
	flex-direction: column;
}
body.page:not(.home) .wpcf7-radio .wpcf7-list-item,
body.page:not(.home) .wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
	font-weight: 400;
}
body.page:not(.home) .wpcf7-radio {
	gap: 2px;
	padding-bottom: 5px;
}
body.page:not(.home) .mkform-con {
	width: 1070px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	font-weight: 600;
}
body.page:not(.home) .mkform-required{
	color: #EB2F05;
}
body.page:not(.home) .form_title_box p:last-child {
	font-size: 16px;
}
body.page:not(.home) .form_con {
		padding-top: 35px;
}
body.page:not(.home) .form_con span.wpcf7-form-control-wrap,
body.page:not(.home) .form_con_area span.wpcf7-form-control-wrap {
	display: block;
	margin-top: 15px;
}
body.page:not(.home) .form_con span.wpcf7-form-control-wrap .wpcf7-form-control, 
body.page:not(.home) .form_con_area span.wpcf7-form-control-wrap .wpcf7-form-control {
	padding: 14px 28px 14px 28px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFB997;
	border-radius:7px;
	width: 100%;
}
body.page:not(.home) .form_con_area {
	padding-top: 40px;
}

body.page:not(.home) .form_con_pp {
	padding-top: 40px;
}
body.page:not(.home) .form_con_pp p:first-child {
	padding-bottom: 25px;
}

body.page:not(.home) .form_con_btn {
margin: auto; 
padding-top: 70px;
}

body.page:not(.home) .form_con_btn {
	display:flex;
	justify-content: center;
}
body.page:not(.home) .form_con_btn .mksoushin-btn {
	padding: 15px 136px;
	border: none;
	background-color: #FB8549;
	color: #ffffff;
	border-radius: 35px;
	font-weight: 700;
}
body.page:not(.home) div.wpcf7 .wpcf7-spinner {
    display: none !important;
}
body.page:not(.home) .wpcf7-list-item-label {
	margin-left: 13px;
}
body.page:not(.home) .form_con_pp a {
	color: #FB8549;
	line-height: 1.5;
	border-bottom: 1px solid #FB8549;
	display: inline-block;
	
}
	/*ラジオ・チェックカスタム*/
body.page:not(.home) input[type="checkbox"],
body.page:not(.home) input[type="radio"] {
transform: scale(1.5);
	accent-color: #E26D1D;
	pointer-events: none;
}

.wpcf7-not-valid-tip {
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #EB2F05;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
}
	/* 入力欄アクティブ時 */
.form_con input:focus,
textarea:focus
{
    outline: 1px #FB8549 solid;
}
.form_con input,
textarea {
	font-weight:400;
}

	/* プレースホルダー */
.wpcf7 ::placeholder {
    color: #C8CACD;

}
/* 旧Edge対応 */
.wpcf7 ::-ms-input-placeholder {
    color: #C8CACD;
}
/* IE対応 */
.wpcf7 :-ms-input-placeholder {
    color: #C8CACD;
}

	/* -----フォーム(お問い合わせ・面談申込)TB幅------ */

@media screen and (max-width: 1279px) {
    /* レイアウト調整 */
    body.page:not(.home) .form_con_choice {
        padding-top: 30px;
    }
    body.page:not(.home) .form_con {
        padding-top: 25px;
    }
    body.page:not(.home) .form_con_choice .form_title {
        padding-bottom: 13px;
    }
    body.page:not(.home) .wpcf7-radio {
        gap: 2px;
        padding-bottom: 0;
    }
    body.page:not(.home) .form_con span.wpcf7-form-control-wrap, body.page .form_con_area span.wpcf7-form-control-wrap {
        display: block;
        margin-top: 11px;
    }
    body.page:not(.home) .form_con_pp p:first-child {
        padding-bottom: 17px;
}
    body.page:not(.home) .form_con_area,
    body.page:not(.home) .form_con_pp {
        padding-top: 32px;
    }
    body.page:not(.home) .form_con_btn {
        margin: auto;
        padding-top: 47px;
        padding-bottom: 3px;
    }
    body.page:not(.home) .form_con span.wpcf7-form-control-wrap .wpcf7-form-control, body.page .form_con_area span.wpcf7-form-control-wrap .wpcf7-form-control {
        padding: 14px 25px 14px 25px;
    }
    /* フォント調整 */
    body.page:not(.home) .mkform-con {
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: 0.1em;
        font-weight: 600;
    }
    body.page:not(.home) .form_title_box p:last-child {
    font-size: 13px;
}
    /*ラジオ・チェックカスタム*/
    body.page:not(.home) input[type="checkbox"],
    body.page:not(.home) input[type="radio"] {
        transform: translateY(2px) scale(1.1);
        accent-color: #E26D1D;
        pointer-events: none;

    }
}
body.page:not(.home) .mkentry_form-check1 {
    display: flex;
    flex-direction: column;
}


	/* -----フォーム(お問い合わせ・面談申込)SP幅------ */

    @media screen and (max-width: 691px) {
    /* レイアウト調整 */
    body.page:not(.home) .l-section__container {
        padding-left: 30px;
        padding-right: 30px;
    }
    body.page:not(.home) .form_con_choice {
        padding-top: 25px;
    }
    body.page:not(.home) .form_con_choice .form_title {
        padding-bottom: 8px;
    }
        body.page:not(.home) .form_con {
        padding-top: 20px;
    }
    body.page:not(.home) .form_con span.wpcf7-form-control-wrap, body.page .form_con_area span.wpcf7-form-control-wrap {
        margin-top: 6px;
    }
    body.page:not(.home) .form_con span.wpcf7-form-control-wrap .wpcf7-form-control, body.page:not(.home) .form_con_area span.wpcf7-form-control-wrap .wpcf7-form-control {
        padding: 8px 15px 8px 15px;
    }
    body.page:not(.home) .form_con_area, body.page .form_con_pp {
        padding-top: 25px;
    }
    body.page:not(.home) .form_con_area, body.page .form_con_pp {
        padding-top: 20px;
    }
    body.page:not(.home) .form_con_btn .mksoushin-btn {
        padding: 7px 70px;
    }
        body.page:not(.home) .form_con_btn {
        margin: auto;
        padding-top: 38px;
        padding-bottom: 13px;
    }

    /* フォント調整 */
    body.page:not(.home) .mkform-con {
        font-size: 13px;
        line-height: 1.8;
        letter-spacing: 0.1em;
        font-weight: 600;
    }
    body.page:not(.home) .form_title_box p:last-child {
        font-size: 11px;
    }
    body.page:not(.home) .wpcf7-list-item-label {
        margin-left: 4px;
    }
}


/* ===============================
    固定ページエレメンター共通
   =============================== */

/* センター揃えテキストの改行 */
body.page:not(.home) .em-text-wrap span,
body.page:not(.home) .em-text-wrap-copy span {
    display: inline-block;
}
body.page:not(.home) .em-text-br {
    display: none;
}
body.page:not(.home) span.em-copytext-br {
    display: inline;
}
/* 固定ページ上部センター揃えテキスト */
body.page:not(.home) .em-text-wrap-copy {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.27em;
    letter-spacing: 0.0144em;
    text-align: center;
}

/* 丸アイコンboxの本文テキスト */
body.page:not(.home) .em-text-wrap {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.0144em;
    text-align: center;
}

/* 横幅いっぱい */
body.page:not(.home) .full-width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
} 
/* リストアイコン調整 */
body.page:not(.home) .custom-e-icon-list span.elementor-icon-list-icon svg {
    width: 14px;
}
body.page:not(.home) .custom-e-icon-list span.elementor-icon-list-icon {
    display: inline-block;
    width: 14px;
    min-width: 14px;
}
/* 募集要項リストアイコン調整 */

.em-description-list-come .elementor-icon-list-icon {
    width: 14px;
    height: auto;
    min-width: 14px;
    max-width: 14px;
}
.em-description-list-check .elementor-icon-list-icon,
.em-description-list-check .elementor-icon-list-icon svg {
    width: 20px;
    height: auto;
    min-width: 20px;
    max-width: 20px;
}
@media screen and (max-width: 1279px) {
    .em-description-list-check .elementor-icon-list-icon,
.em-description-list-check .elementor-icon-list-icon svg {
    width: 15px;
    height: auto;
    min-width: 15px;
    max-width: 15px;
}
}


/* サービスページリスト折り返し制御 */
body.page:not(.home) .em-service-kinds-list {
    white-space: nowrap;
}

/* SVGコピー調整 */
body.page:not(.home) .em-maxwidth-svgcopy img {
    max-width: 100%;
}
/* 会社紹介SVGコピー調整 */
body.page:not(.home) .elementor-element-6d43657 {
    max-width: 100%;
    width: 938px;
}
body.page:not(.home) .elementor-3555 .elementor-element.elementor-element-6d43657 img {
        display: block;
        margin: 0 auto;
    }
body.page:not(.home) .elementor-3555 .elementor-element.elementor-element-6d43657 {
        margin: 0 auto;
    }

/* 装飾タブ風曲線高さ固定 */
body.page:not(.home) .em-hight-fixd {
    max-height: 54px;
    min-height: 54px;
}
body.page:not(.home) .tab-dec-parts,
body.page:not(.home) .tab-dec-parts img {
    min-width: 56px;
    min-height: 54px;
    max-width: 56px;
    min-width: 54px;
    display: block;
}
/* 採用情報ページ */
body.page-id-141 .p-works__block__link {
    margin-top: 0;
}

/* 会社紹介ページ */
body.page:not(.home) .elementor-element-726944c {
    max-width: 100%;
}
/* 募集要項ページテキスト改行 */
body.page:not(.home) .em-text-wrap-white {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.625em;
    letter-spacing: 0.018em;
    color: #FFFFFF;
    text-align: center;
}
body.page:not(.home) .em-text-wrap-white span {
    display: inline-block;
}
/* 採用情報ページテキスト改行 */
body.page:not(.home) .em-text-wrap-white-h3 {
    font-size: 22px;
    line-height: 1.63em;
}
/* CTA上部調整 */
body.page:not(.home) .page_main_container {
    padding-bottom: 30px;
}
/* CTA調整 */
body.page:not(.home) .p-casual-talk__block {
    max-width: 100%;
    width: 1070px;
    margin: 0 auto;
    margin-top: 85px;
}
body.page:not(.home) .p-casual-talk__button {
    max-width: 100%;
    width: 1070px;
    margin: 0 auto;
    margin-top: 80px;
}

/* ボタン調整 */
body.page:not(.home) .wb-btn .c-button {
        max-width: 300px;
        padding: 14px 30px;
    }


@media screen and (min-width: 960px) {
    body.page:not(.home) .wb-btn .c-button {
        max-width: 300px;
        padding: 14px 30px;
    }
}
body.page:not(.home) .wb-btn-s .c-button {
        max-width: 280px;
        width: 280px;
        border: none;
    }

/* CTA調整 */
@media screen and (min-width: 1280px) {
    body.page:not(.home) .p-recruit-cta__wrapper .l-section__container {
        padding-top: 90px;
    }
}

@media screen and (max-width: 1279px) {
        /* リストアイコン調整 */
    body.page:not(.home) .custom-e-icon-list span.elementor-icon-list-icon svg {
        width: 11px;
    }
    body.page:not(.home) .custom-e-icon-list span.elementor-icon-list-icon {
        display: inline-block;
        width: 11px;
        min-width: 11px;
    }
    body.page:not(.home) .em-text-wrap-white {
        font-size: 14px;
    }
    /* 採用情報ページテキスト改行 */
    body.page:not(.home) .em-text-wrap-white-h3 {
    font-size: 18px;
}
}

@media screen and (max-width: 1535px) {
    body.page:not(.home) .em-text-wrap {
        width: 210px;
        max-width: 100%;
        margin: 0 auto;
    }
    body.page:not(.home) .em-text-wrap_h {
        width: 100%;
    }
}

@media screen and (max-width: 1279px) {
    /* 丸アイコンboxの本文テキスト */
    body.page:not(.home)  .em-text-wrap {
        font-size: 13px;
        width: 250px;
    }
    /* 固定ページ上部センター揃えテキスト */
    body.page:not(.home) .em-text-wrap-copy {
        font-size: 15px;
    }
    body.page:not(.home) div.round-icon-con {
        width: 704px;
        max-width: 100%;
    }
    /* map iframeの横幅調整 */
    .em-projects-map-box iframe  {
        height: 300px; 
    }
    /* 会社紹介SVGコピー調整 */
    body.page:not(.home) .elementor-element-6d43657 {
        width: 750px;
    }

} 
@media screen and (max-width: 808px) {
body.page:not(.home) .em-btn-width .p-single-recruit-cta__buttons {
    gap: 15px;
}
body.page:not(.home) .em-btn-width .c-button {
    width: 235px;
}
}

@media screen and (max-width: 808px) {
    body.page:not(.home) .em-text-wrap {
        width: 170px;
    }
    body.page:not(.home) .em-text-wrap_h {
        width: 100%;
    }
}

@media screen and (max-width: 691px) {
    body.page:not(.home) .em-text-wrap {
        text-align: left;
        width: 240px;
        line-height: 1.8em;
    }
    body.page:not(.home) .em-text-center {
        text-align: center;
    }
    
    body.page:not(.home) .em-text-br {
        display: inline;
    }
    /* 固定ページ上部センター揃えテキスト */
    body.page:not(.home) .em-text-wrap-copy span {
        display: inline;
    }
    body.page:not(.home) .em-text-wrap-copy {
        text-align: justify;
        line-height: 2em;
    }
    /* 固定ページ上部センター揃えテキスト */
    body.page:not(.home) .em-text-wrap-copy {
        font-size: 14px;
    }
    body.page:not(.home) span.em-copytext-br {
        display: none;
    }
    body.page:not(.home) span.em-text-saiyou span {
        display: inline;
    }
    body.page:not(.home) .em-text-saiyou {
        width: 100%;
    }
    body.page:not(.home) .em-come-list .elementor-icon-list-icon {
        display: inline-block;
        width: 14px;
        min-width: 14px;
    }
    body.page:not(.home) .em-come-list .elementor-icon-list-icon svg {
        width: 14px;
    }
    body.page:not(.home) .em-come-list-center .elementor-icon-list-item {
        max-width: 345px;
        margin: 0 auto;
    }
    body.page:not(.home) .u-content-width, body.page:not(.home) .l-hero-sub__inner, body.page:not(.home) .l-section__container,body.page:not(.home) .l-footer__content {
    padding-left:30px;
	padding-right:30px;
}
body.page:not(.home) .em-btn-width .p-single-recruit-cta__buttons {
    flex-direction: column;
}
    body.page:not(.home) .em-btn-width .c-button {
        width: 100%;
        display: block;
        margin: 0 auto;

    }
    body.page:not(.home) .wb-btn .c-button {
        max-width: 300px;
        padding: 14px 30px 14px 25px;
    }
    body.page:not(.home) .wb-btn-s .c-button {
        max-width: 100%;
        padding: 14px 30px 15px 19px;
    }
    }










/* 一時的に非表示 */
/*.p-recruit-cta__wrapper {
    display: none;
}
.l-section--beige {
    display: none;
}
#page-top {
    display: none;
}*/

/* お問い合わせページCTA非表示 */
.page-id-139 .p-recruit-cta__wrapper,
.page-id-139 .l-section--beige,
.page-id-139 #page-top {
    display: none;
}
/* お申し込みページCTA非表示 */
.page-id-220 .p-recruit-cta__wrapper,
.page-id-220 .l-section--beige,
.page-id-220 #page-top {
    display: none;
}
/* カジュアルトークページ非表示 */
.page-id-222 .p-casual-talk__wrapper {
    display: none;
}



@media screen and (max-width: 1550px) {
    /* padding余白等 */
.l-footer {
        padding-left: 60px;
        padding-right: 60px;

    }
}
@media screen and (max-width: 691px) {
    /* padding余白等 */
    .l-footer {
        padding-left: 0;
        padding-right: 0;
    }
    body.page:not(.home)  .em-education-list .elementor-icon-list-icon svg {
        width: 16px;
        min-width: 16px;
        max-width: 16px;
    }


}



 /* グラデーション調整 */
body.page:not(.home)  #l-main-content {
    background-image: linear-gradient(0deg, #faf8f6 78%, transparent);
}
body.page-id-137 #l-main-content {
    background-image: linear-gradient(0deg, #faf8f6 1%, transparent);
}

body.page-id-1784 #l-main-content  {
    background-image: none;
}
body.page-id-1784 .l-footer {
    background-color: #ffffff;
}