@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.gothic {
    font-family: "Inter", "Hiragino Kaku Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.montserrat {
    font-family: "Montserrat", sans-serif;
}
.fw700 {
    font-weight: 700;
}

.fs12pc16 {
    font-size: 12px;
}
.fs13pc17,
.fs13pc18 {
    font-size: 13px;
}
.fs14pc20 {
    font-size: 14px;
}
.fs16pc24,
.fs16pc36 {
    font-size: 16px;
}
.fs18pc22,
.fs18pc26 {
    font-size: 18px;
}
.fs24pc38 {
    font-size: 24px;
}
.fs28pc42 {
    font-size: 28px;
}

.line2 {
    line-height: 2;
}

@media screen and (min-width: 1000px) {
    .fs12pc16 {
        font-size: 16px;
    }
    .fs13pc17 {
        font-size: 17px;
    }
    .fs13pc18 {
        font-size: 18px;
    }
    .fs14pc20 {
        font-size: 20px;
    }
    .fs18pc22 {
        font-size: 22px;
    }
    .fs16pc24 {
        font-size: 24px;
    }
    .fs18pc26 {
        font-size: 26px;
    }
    .fs16pc36 {
        font-size: 36px;
    }
    .fs24pc38 {
        font-size: 38px;
    }
    .fs28pc42 {
        font-size: 42px;
    }

    .c-title--l h2 {
        font-size: 42px;
    }
}

.c-split {
    display: inline-block;
}
.c-split--block {
    display: block;
}

.bg_gray {
    background-color: #f2f2f2;
}
.c-background-black {
    background-color: #000;
    color: #FFF;
}
.c-background-black.radius {
    border-radius: 30px;
}

/* =======================================
B2Bページ
======================================= */
.b2b_map {
    padding-top: 60px;
}
.b2b_map svg {
    max-width: 100%;
    height: fit-content !important;
}
@media screen and (min-width: 1000px) {
    .b2b_map {
        padding-top: 150px;
    }
    .b2b_map .l-container--maxWidth .only-pc{max-width: 75%;margin-inline: auto;}
}

.b2b_point {
    padding-block: 70px;
    background-color: #FFF;
    border-radius: 30px;
}
.b2b_point__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.b2b_point__body {
    display: grid;
    gap: 60px;
}
.b2b_point__item_content {
    margin-top: 32px;
}
.b2b_point__item_title {
    font-weight: 600;
    margin-bottom: 10px;
}
.b2b_point__item_caption {
    text-align: left;
}

@media screen and (min-width: 520px) {
    .b2b_point__item_caption {
        text-align: center;
    }
}
@media screen and (min-width: 1000px) {
    .b2b_point {
        padding-block: 150px;
    }
    .b2b_point__title {
        flex-direction: row;
        gap: 14px;
        margin-bottom: 100px;
    }
    .b2b_point__body {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .b2b_point__svg {
        max-width: 220px;
        margin-inline: auto;
        aspect-ratio: 1/1;
    }
}

.b2b__effect {
    display: grid;
    gap: 10px;
}
.b2b__effect__item {
    position: relative;
    color: #FFF;
}
.b2b__effect__item::before {
    content: '';
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.b2b__effect_num {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}
.b2b__effect_content {
    padding: 30px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.b2b__effect__title {
    font-weight: 600;
    margin-bottom: 6px;
}


@media screen and (min-width: 1000px) {
    .b2b__effect {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }
    .b2b__effect__title {
        margin-bottom: 12px;
    }
}

.b2b_can {
    padding-block: 70px;
}
.b2b_can__grid {
    display: grid;
    gap: 40px;
}
.b2b_can__item_media {
    margin-bottom: 20px;
    position: relative;
}
.b2b_can__item_media img {
    aspect-ratio: 600/350;
    object-fit: cover;
}
.b2b__effect_num,
.b2b_can__item_num {
    font-family: "Unbounded", "Inter", "Hiragino Kaku Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 30px;
    color: #FFF;
    position: absolute;
    top: 15px;
    left: 15px;
}
.b2b_can__item_title {
    font-weight: 600;
    margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {
    .b2b_can {
        padding-block: 150px;
    }
    .b2b_can__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 30px;
    }
    .b2b_can__grid--3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .b2b__effect_num,
    .b2b_can__item_num {
        font-size: 40px;
    }
}

@media screen and (min-width: 768px) {
    .b2b__contact {
        margin-bottom: 150px;
    }
}


.c-study__banner:has(img[alt="Coming soon..."]) {
    position: relative;
}
.c-study__banner:has(img[alt="Coming soon..."])::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.c-study__content__label {
    font-size: 11px;
    line-height: 1 !important;
    padding: 7px 11px;
    border: 1px solid currentColor;
    border-radius: 3px;
    width: fit-content;
}
.p-page6 .c-study__content h4.fs18pc26 {
    font-size: 18px;
    margin-bottom: 20px;
}
.c-study__content__button {
    min-width: 240px;
    height: 52px;
}
.c-study__content__button--popup {
    background-color: #2317AF;
    color: #FFF;
    margin-top: 24px;
}
@media screen and (min-width: 768px) {
    .p-page6 .c-study__content h4.fs18pc26 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .c-study__content__button {
        height: 64px;
    }
}

/* =======================================
お問い合わせページ
======================================= */

.page--contact {
    padding-top: 150px;
    padding-bottom: 100px;
}
.page--contact__header {
    text-align: center;
    margin-bottom: 30px;
}
.page--contact__header h2 {
    margin-bottom: 8px;
}

.page--contact__step {
    padding-inline: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-bottom: 40px;
}
.page--contact__step__item {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-color: #FFF;
    position: relative;
}
.page--contact__step__item:not(:last-child)::after {
    content: '';
    width: 18px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
}
.page--contact__step__item.active {
    background-color: #000;
    color: #FFF;
}

.page--contact__content {
    max-width: 990px;
    margin-inline: auto;
    padding: 40px 30px 60px;
    background-color: #FFF;
    border-radius: 30px;
}
.page--contact__content.__l__ {
    max-width: 1245px;
    padding: 50px 20px 60px;
    overflow: hidden;
}
.page--contact__content p,
.page--contact__content div.label {
    margin-bottom: 32px;
}
.page--contact__content input[type="text"], 
.page--contact__content input[type="tel"],
.page--contact__content input[type="email"],
.page--contact__content input[type="url"],
.page--contact__content textarea {
    background-color: #f2f2f2;
    width: 100%;
    min-height: 48px;
    border-radius: 6px;
    padding-inline: 20px;
}
.page--contact__content textarea {
    padding-block: 20px;
}
.page--contact__content p .label__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -3px;
    /* margin-bottom: 12px; */
}

.page--contact__content p .label__flex .label__title {
    font-size: 14px;
    max-width: calc(100% - 40px);
}

.page--contact__content p .label__flex .label {
    font-size: 10px;
    line-height: 1;
    padding: 5px 7px;
    border-radius: 2px;
    background-color: #000;
    color: #FFF;
}
.page--contact__content p .label__flex .label.required {
    background-color: #D31C1F;
}
.page--contact__content p .label__flex .label.required.black {
    background-color: #000;
}

.wpcf7-list-item:not(:has(input[type="radio"])) {
    display: block;
}
/* .wpcf7-list-item:has(input[type="radio"]):has( + .wpcf7-list-item:has(input[type="radio"])) {
    margin-left: 20px;
} */
.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.wpcf7-list-item:not(:has(input[type="radio"])) + .wpcf7-list-item:not(:has(input[type="radio"])) {
    margin-top: 16px;
}

.wpcf7-list-item input {
	display: none;
}

.wpcf7-list-item input + span {
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 32px;
    font-size: 14px;
    line-height: 19px;
	position: relative;
}

.wpcf7-list-item input + span::before {
	/* -webkit-transform: translateY(-50%); */
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 2px;
	content: "";
	display: block;
	height: 19px;
	left: 0;
	position: absolute;
	top: 0;
	/* transform: translateY(-50%); */
	width: 19px;
}

.wpcf7-list-item input + span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 3px solid #FFF;
	border-left: 3px solid #FFF;
	content: "";
	display: block;
	height: 7px;
	left: 5px;
	margin-top: -0.2em;
	opacity: 0;
	position: absolute;
	top: 60%;
	transform: translateY(-50%) rotate(-45deg);
	transition: all 0.3s ease 0s;
	width: 11px;
    box-sizing: border-box;
}

.wpcf7-list-item input:checked + span::before {
	background-color: #111;
}
.wpcf7-list-item input:checked + span::after {
	opacity: 1;
}

.wpcf7-list-item input[type="radio"] + span {
    line-height: 24px;
}
.wpcf7-list-item input[type="radio"] + span::before {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-sizing: border-box;
}
.wpcf7-list-item input[type="radio"]:checked + span::before {
	background-color: transparent;
}
.wpcf7-list-item input[type="radio"] + span::after {
    border: none;
}
.wpcf7-list-item input[type="radio"]:checked + span::after {
    width: 16px;
    height: 16px;
    background-color: #2317AF;
    border-radius: 50%;
    left: 4px;
    top: 4px;
    margin-top: 0;
    transform: translateY(0);
}

.submit__button {
    min-width: 190px;
    max-width: 240px;
    height: 52px;
    margin-inline: auto;
    display: flex;
    position: relative;
    overflow: hidden;
}
.submit__button p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
}
.submit__button p:has(.wpcf7-previous) {
    justify-content: flex-end;
}
.submit__button p input:not(.wpcf7-previous) {
    background-color: transparent;
    color: #FFF;
    width: calc(100% - 10px);
    text-align: left;
}
.submit__button svg {
    width: 10px;
    z-index: 3;
}
br.pc {
    display: none;
}

.wpcf7-previous,
.wpcf7-submit {
    position: absolute;
    display: block;
    width: 100% !important;
    height: 100%;
    left: 0;
    top: 0;
    padding-left: 20px;
    text-align: left;
}

/* エラー */
.screen-reader-response:has(p:not(:empty)) {
    background-color: rgba(255, 0, 0, 0.1);
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 32px;
}
.screen-reader-response p {
    margin-bottom: 0;
}
.screen-reader-response ul
 {
    display: none;
}
.wpcf7-not-valid-tip {
    display: block;
    margin-top: 8px;
    color: red;
}

.wpcf7-checkbox + .wpcf7-not-valid-tip {
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit__button + .wpcf7-response-output:not(:empty) {
    background-color: rgba(255, 0, 0, 0.1);
    padding: 16px;
    border-radius: 4px;
    margin-top: 32px;
}

.page--contact__content .label:has(.birthday) .birthday {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.page--contact__content .label:has(.birthday) .birthday > div,
.page--contact__content .label:has(.birthday) .birthday > div > p {
    width: 100%;
}
.page--contact__content .label:has(.birthday) .birthday > div > p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.page--contact__content .label:has(.birthday) .birthday > div > p > .wpcf7-form-control-wrap {
    width: calc(100% - 25px);
}


.c-form__item {
    position: relative;
    padding-top: 40px;
    padding-bottom: 18px;
}
.c-form__item.type {
    padding-top: 0;
}
.c-form__item.message {
    padding-bottom: 0;
}
.c-form__item + .c-form__item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.c-form__item__header {
    font-size: 15px;
}

.c-form__item .wpcf7-form-control-wrap[data-name="select-type"],
.c-form__item .wpcf7-form-control-wrap[data-name="select-year"],
.c-form__item .wpcf7-form-control-wrap[data-name="select-month"],
.c-form__item .wpcf7-form-control-wrap[data-name="select-day"] {
    position: relative;
}
.c-form__item .wpcf7-form-control-wrap[data-name="select-type"]::before,
.c-form__item .wpcf7-form-control-wrap[data-name="select-year"]::before,
.c-form__item .wpcf7-form-control-wrap[data-name="select-month"]::before,
.c-form__item .wpcf7-form-control-wrap[data-name="select-day"]::before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 20px;
    top: 42%;
    transform: rotate(45deg) translateY(-50%);
}
.c-form__item select {
    width: 100%;
    min-height: 47px;
    padding-inline: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.c-form__item input[type="text"], .c-form__item input[type="tel"], .c-form__item input[type="email"], .c-form__item textarea {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.page--contact__content .w-70 small {
    font-size: 11px;
    line-height: 1.5;
    display: inline-block;
    margin-top: 10px;
    opacity: 0.5;
}


/* ファイル用 */
.wpcf7-form-control-wrap:has(.wpcf7-file),
.wpcf7-drag-n-drop-file {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    border-radius: 4px;
    margin-top: 25px;
    position: relative;
    padding-left: 20px;
}
/* .wpcf7-form-control-wrap:has(.wpcf7-file)::before {
    content: '+ ファイルを選択';
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    z-index: 1;
} */
.wpcf7-form-control-wrap .wpcf7-file::file-selector-button,
.wpcf7-drag-n-drop-file::file-selector-button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    line-height: 48px;
    font-size: 120%;
}
/* .wpcf7-file {
    width: 100%;
    height: 100%;
    opacity: 0;
} */


@media screen and (min-width: 1000px) {
    .page--contact {
        padding-top: 200px;
        padding-bottom: 180px;
    }
    .page--contact__header {
        margin-bottom: 60px;
    }
    .page--contact__step {
        gap: 50px;
        margin-bottom: 60px;
    }
    .page--contact__step__item {
        width: 96px;
        height: 96px;
    }
    .page--contact__step__item:not(:last-child)::after {
        width: 30px;
        right: -40px;
    }

    .page--contact__content {
        padding: 80px 100px;
    }

    .page--contact__content p .label__flex {
        align-items: flex-start;
    }
    .page--contact__content p .label__flex .label {
        transform: translateY(2px);
        /* transform: translateY(5px); */
    }
    .page--contact__content p .label__flex .label__title {
        font-size: 16px;
    }

    .page--contact__content p > label,
    .page--contact__content div.label > p,
    .page--contact__content div.label:has(.birthday),
    .page--contact__content p:has(.wpcf7-form-control-wrap[data-name="checkbox-route"]),
    .page--contact__content p:has(.wpcf7-form-control-wrap[data-name="checkbox-type"]),
    .page--contact__content p:has(#cf7msm_your-platform),
    .page--contact__content p:has(#cf7msm_checkbox-type),
    p:has(#cf7msm_checkbox-route) {
        display: flex !important;
        justify-content: space-between;
    }
    .page--contact__content p > label,
    .page--contact__content div.label > p:not(.info .label:has(.birthday) p),
    .page--contact__content div.label:has(.birthday) {
        margin: 0;
    }
    .page--contact__content p .label__flex:not(:has(#cf7msm_your-platform)),
    .page--contact__content .label:has(.birthday) p {
        width: calc(30% - 20px);
    }
    .page--contact__content p .label__flex ~ .wpcf7-form-control-wrap,
    .page--contact__content .label:has(.birthday) .birthday,
    .page--contact__content .w-70,
    .page--contact__content .cf7msm-ro {
        width: calc(70% - 20px);
    }
    .page--contact__content .label:has(.birthday) p .label__flex {
        width: 100%;
    }

    .wpcf7-form-control-wrap[data-name="checkbox-agree"] .wpcf7-list-item {
        display: flex;
        justify-content: center;
    }

    br.pc {
        display: block;
    }


    .c-form__item__header {
        font-size: 22px;
    }
    .c-form__item select {
        min-height: 54px;
    }

    /* .wpcf7-form-control-wrap:has(.wpcf7-file) {
        height: 60px;
    } */
    .wpcf7-form-control-wrap:has(.wpcf7-file)::before {
        font-size: 18px;
    }
    .page--contact__content .w-70 small {
        font-size: 15px;
    }
}


/* =======================================
ブログ詳細
======================================= */
.p-post,
.p-post__container {
    height: 80vh;
}

.p-post__container {
    max-width: 1090px;
    position: relative;
    padding-block-end: 50px;
}
.p-post__container::before {
    content: '';
    width: 100vw;
    height: 64%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: calc(50% - 50vw);
    bottom: 0;
    z-index: 1;
}

.p-post__container .p-page1__inner {
    position: relative;
    z-index: 2;
}

.p-page1__inner p.fs16pc36 {
    font-size: 16px;
    margin-bottom: 14px;
}

.p-post p {
    opacity: 0.5;
    margin-bottom: 10px;
}
.p-post h1 {
    font-size: 24px;
    margin-block-end: 0;
}


@media screen and (max-width: 767px) {
    .p-post__container {
        padding-block-end: 30px;
    }
}
@media screen and (min-width: 1000px) {
    .p-post h1 {
        font-size: 38px;
    }
    .p-page1__inner p.fs16pc36 {
        font-size: 36px;
    }
}

.p-post-content {
    max-width: 1050px;
    margin-inline: auto;
    padding-top: 70px;
    padding-inline: 30px;
    padding-bottom: 150px;
}
.p-post-content__inner {
    margin-bottom: 60px;
}
.p-post-content h1 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 70px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.p-post-content h2,
.p-post-content h3 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 16px;
}
.p-post-content h2 {
    padding-left: 20px;
    border-left: 1px solid #000;
}
.p-post-content p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 25px;
}
.p-post-content img {
    margin-bottom: 30px;
}
.p-post-content .has-background {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.04);
    margin-top: 40px;
}
.p-post-content .has-background p:first-child {
    margin-bottom: 8px;
}

.p-post-content__footer {
    padding-block: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.p-post-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-post-nav__inner a {
    color: #000;
}
.p-post-nav__home a {
    text-decoration: underline;
}
.p-post-nav__prev a,
.p-post-nav__next a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.p-post-nav__prev a svg,
.p-post-nav__next a svg {
    transform: scale(0.8);
}

@media screen and (min-width: 1000px) {
    .p-post-content__inner {
        margin-bottom: 90px;
    }
    .p-post-content h1 {
        font-size: 24px;
        margin-top: 110px;
        padding-bottom: 35px;
        margin-bottom: 50px;
    }
    .p-post-content h2,
    .p-post-content h3 {
        font-size: 20px;
        margin-top: 70px;
        margin-bottom: 25px;
    }
    .p-post-content h2 {
        padding-left: 25px;
    }
    .p-post-content p {
        font-size: 20px;
    }
    .p-post-content img {
        margin-bottom: 70px;
    }
    .p-post-content .has-background {
        padding: 60px 70px;
        margin-top: 60px;
    }
    .p-post-content .has-background p:first-child {
        margin-bottom: 15px;
    }
}

/* ブログ一覧 */
.blog_archive .p-page1 {
    background-color: #2317af;
}
.blog_archive .p-page1, 
.blog_archive .p-page1__container {
    height: 40vh;
}
.blog_archive .p-page1__container {
    padding-bottom: 30px;
}

.blog_archive__contents {
    padding-block: 60px;
}
@media screen and (min-width: 1000px) {
    .blog_archive .p-page1, 
    .blog_archive .p-page1__container {
        height: 60vh;
    }
    .blog_archive__contents {
        padding-block: 80px;
    }
}


/* 採用ページ */
.p-recruit-form {
    margin-bottom: 100px;
}
@media screen and (min-width: 1000px) {
    .p-recruit-form {
        margin-bottom: 200px;
    }
    .page--contact__content.__l__ {
        padding: 70px 70px 90px;
    }
}


.c-popup {
    width: 100vw;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #eaeaea;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.c-popup.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
body.fixed {
    overflow: hidden;
}
.c-popup__inner {
    width: 100%;
    height: 100%;
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE, Edge */
}
.c-popup::-webkit-scrollbar,
.c-popup__inner::-webkit-scrollbar {
    display: none;
}
.c-popup__media img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.c-popup__wrap {
    padding-top: 50px;
    padding-bottom: 70px;
}
.c-popup__contents {
    padding-bottom: 50px;
}
.c-popup__contents--left {
    margin-bottom: 30px;
}
.c-popup__contents--left h3 {
    font-size: min(8.53vw, 32px) !important;
}


.c-popup__contents__item {
    padding-block: 30px;
    position: relative;
}
.c-popup__contents__item + .c-popup__contents__item::before {
    content: '';
    width: 100vw;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: calc(50% - 50vw);
    top: 0;
}
.c-popup__contents__item .heading {
    font-size: 15px !important;
    font-weight: bold !important;
    margin-bottom: 8px;
}
.c-popup__contents__item p:not(.heading) {
    font-size: 13px;
    line-height: 2;
}

.c-popup__contents__item strong {
    font-weight: bold !important;
}

.c-popup__close {
    width: 49px;
    height: 49px;
    background-color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}
.c-popup__close--bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    font-size: 18px;
    gap: 20px;
    background-color: transparent;
}

@media screen and (min-width: 1000px) {
    .c-popup__media img {
        height: 475px;
    }
    .c-popup__wrap {
        padding-top: 110px;
        padding-bottom: 140px;
    }
    .c-popup__contents {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding-bottom: 100px;
    }
    .c-popup__contents--left h3 {
        font-size: min(4.5vw, 72px) !important;
    }
    .c-popup__contents__item {
        padding-block: 40px;
    }
    .c-popup__contents__item .heading {
        font-size: 22px !important;
        margin-bottom: 16px ;
    }
    .c-popup__contents__item p:not(.heading) {
        font-size: 18px;
    }
    .c-popup__contents__item + .c-popup__contents__item::before {
        width: 100%;
        left: 0;
    }

    .c-popup__close {
        width: 76px;
        height: 76px;
        right: 30px;
        top: 30px;
    }
}

.u_text_center {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .recruitment-header img {
        aspect-ratio: 375/500;
        object-fit: cover;
    }
}

.wpc7_buttns {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
}
p:has(#cf7msm_checkbox-agree) {
    text-align: center;
} 
@media screen and (min-width: 1000px) {
    .wpc7_buttns {
        display: flex;
        justify-content: center;
        flex-direction: row;
        gap: 15px;
    }
    .wpc7_buttns .submit__button {
        margin-inline: 0;
    }
}

.p-post-content a {
color: inherit;
text-decoration: underline;
}
body:has(.p-post-content) h1, 
body:has(.p-post-content) h2, 
body:has(.p-post-content) h3, 
body:has(.p-post-content) h4, 
body:has(.p-post-content) h5, 
body:has(.p-post-content) .heading {
font-family: "Hiragino Kaku Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}