.white {
    color: #fff;
}
.ttl {
    display: grid;
    margin-bottom: 30px;
    position: relative;
    font-size: 14px;
}
/*
.ttl::before {
    content: "";
    display: block;
    width: 55px;
    background: #003A8F;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -19%;
    transform: translate(-54%, -50%);
}
*/
.en {
    font-family: "Roboto", sans-serif;
    font-size: 62px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 5px;
}
.subttl {
    font-size: 18px;
    margin-bottom: 20px;
}
.txt {
    font-size: 14px;
    margin-bottom: 35px;
    line-height: 2.2;
}
.btn a {
    background: #2E90CE;
    color: #fff;
    display: inline-block;
    padding: 0.7em 3em;
    font-size: 13px;
}

/* ========= HEADER ========== */
.header {
    background-color: #fff;
    font-size: 14px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 10px 0;
}
.header__inner {
    justify-content: space-between;
}
.header__logo {
    padding-left: 20px;
}
.header__logo img {
    height: 60px;
}
.header__main {
    gap: 25px;
}
.header__nav--list {
    gap: 25px;
}
.header__info {
    background: linear-gradient(90deg, #46C194 0%, #4BA4E1 100%);
    padding: 10px 20px;
    margin-right: 20px;
}
.header__info a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.header__info a img {
    height: 18px;
    width: auto;
}
div#container {
    padding-top: 80.7px;
}

/* ========= MV ========== */
.mv {
    position: relative;
    width: 100%;
    height: calc(100vh - 80.7px);
    overflow: hidden;
}
.mv-swiper {
    width: 100%;
    height: 100%;
}
.mv-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mv__description {
    position: absolute;
    bottom: 0em;
    left: 7%;
    transform: translateY(-50%);
    z-index: 10;
}
.mv__ttl {
    color: #fff;
    display: grid;
    text-align: left;
}
.mv__ttl--en {
    font-family: "Roboto", sans-serif;
    font-size: 120px;
    font-weight: 100;
    font-style: italic;
    line-height: 1.0;
    margin-bottom: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.mv__ttl--en .big {
    font-weight: 500;
}
.mv__ttl--ja {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 20px;
}
.mv__ttl--ja .line {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #fff;
}
.mv__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    z-index: 5;
}
@media (max-width: 1200px) {
    .mv__ttl--en {
        font-size: 100px;
    }
}
@media (max-width: 768px) {
    .mv__description {
        left: 20px;
    }
    .mv__ttl--en {
        font-size: 72px;
        margin-bottom: 20px;
    }
    .mv__ttl--ja {
        font-size: 14px;
        gap: 15px;
    }
    .mv__ttl--ja .line {
        width: 30px;
    }
}
@media (max-width: 480px) {
    .mv__ttl--en {
        font-size: 56px;
    }
    .mv__ttl--ja {
        font-size: 12px;
        gap: 10px;
    }
    .mv__ttl--ja .line {
        width: 20px;
    }
}
.mv__video {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.mv__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
	max-width: none;
	min-height: 100%;
    object-fit: cover;
}

/* ========= COMPANY ========== */
.company.tp_company {
    padding: 80px 0;
    background: url('../images-me/005.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.company__ttl {
    color: #2E90CE;
}
.company__img {
    width: 50%;
}
.company__img:before {
    padding-top: 80%;
}
.company__description {
    padding-right: 0px;
    width: 46%;
}
.company__ttl::before {
    left: 31px;
}
.company__btn a img {
    width: 273px;
}

/* ========= SERVICE ========== */
.service__ttl {
    margin-bottom: 80px;
}
.service.tp_service {
    background-image: url('../images/007.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    max-width: unset;
}
.service__content {
    margin-bottom: 60px;
}
.service__item {
    background-color: #EFEFEF;
    padding: 30px 30px 70px;
    position: relative;
}
.service__item:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 8px;
    display: block;
    background: url(/wp-content/themes/sogou/assets/images/041.svg);
    background-position: right;
    background-size: 80%;
    background-repeat: no-repeat;
    bottom: 1.5em;
    right: 1.5em;
}
.service__item--ttl {
    font-size: 22px;
    margin-bottom: 2%;
}
.service__item--txt {
    font-size: 14px;
}
.service__btn {
    text-align: center;
}
.service__btn a img {
    width: 273px;
}

/* ========= BUSINESS ========== */
.business.tp_business {
    padding: 80px 0 80px;
    position: relative;
}
.business.tp_business:before {
    content: "";
    background-image: url(../images-me/007.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.business__inner {
    position: relative;
}
.business__description {
    margin-bottom: 40px;
}
.business__txt {
    max-width: 800px;
    margin: 0 auto;
}
.business__content {
    margin-bottom: 50px;
    gap: 30px;
}
.business__item {
    width: calc(33.333% - 20px);
    margin-right: 0;
    display: block;
}
.business__item--img {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: fit-content;
    margin-bottom: 20px;
    box-shadow: 0 0 10px hsl(0deg 0% 22% / 35%);
    border-radius: 10px;
}
.business__item--img:before {
    content: "";
    display: block;
    padding-top: 65%;
}
.business__item--img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 100%;
    object-fit: cover;
}
.business__item--ttl {
    font-size: 22px;
    margin-bottom: 10px;
}
.business__item--txt {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 15px;
}
.business__item--btn {
    color: #2E9D93;
    font-size: 14px;
    font-weight: 500;
}
.business__item--btn:after {
    content: " »";
}
.business__btn {
    text-align: center;
}
.business__btn a {
    padding: 0.8em 4em;
}
@media (max-width: 768px) {
    .business.tp_business {
        background-size: 100% auto;
        padding: 60px 0 80px;
    }
    .business__item {
        width: 100%;
        margin-bottom: 30px;
    }
    .business__content {
        gap: 0;
    }
}

/* ========= WORKS ========== */
.works.tp_works {
    padding: 80px 0;
}
.works__ttl {
    margin-bottom: 65px;
}
.works__archive {
    margin-bottom: 30px;
}
.works__archive--item {
    margin-bottom: 30px;
}
.works__img:before {
    padding-top: 75%;
}
.works__item--content {
    display: grid;
    padding: 20px 0px 0px;
    position: relative;
}
.works__item--content:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 8px;
    display: block;
    background: url(/wp-content/themes/sogou/assets/images/041.svg);
    background-position: right;
    background-size: 80%;
    background-repeat: no-repeat;
    bottom: 1.5em;
    right: 1.5em;
}
.cat {
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #46C194 0%, #4BA4E1 100%);
    width: fit-content;
    padding: 0.1em 1.5em;
    margin-bottom: 10px;
}
.works__item--ttl {
    height: 3.6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 14px;
}
.works__btn a img {
    width: 273px;
}

/* ========= RECRUIT ========== */
.recruit.tp_recruit {
    padding: 80px 0;
    background: url(../images-me/011.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.recruit__ttl {
    color: #2E9D93;
}

/* ========= NEWS ========== */
.news__content {
    display: grid;
    grid-template-columns: 280px 1fr;
    padding: 80px 0;
    width: 100%;
    align-items: flex-start;
}
.news__ttl {
    margin-bottom: 40px;
    color: #2E9D93;
}
.news__btn a img {
    width: 273px;
}
.news__archive {
    margin-left: 20px;
}
.news__archive--content {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E4E4E4;
    padding: 30px 0;
}
.news__archive--content:first-child {
    padding-top: 10px;
}
.news__archive--content:last-child {
    border-bottom: unset;
}
.news__archive--date {
    font-family: "Roboto", sans-serif;
    color: #2E9D93;
    font-weight: 400;
    width: 8em;
}
.news__archive--ttl {
    font-size: 14px;
    flex-grow: 1;
    padding-bottom: 0.15em;
}

/* ========= INFO ========== */
.info.tp_info {
    padding: 120px 0 100px 0;
}
.info__ttl {
    font-size: 22px;
    text-align: center;
    margin-bottom: 35px;
}
.info__tel {
    text-align: center;
}
.info__tel--number {
    font-family: "Roboto", sans-serif;
    color: #003A8F;
    font-size: 44px;
}
.info__tel--number img {
    width: 37px;
    margin-bottom: 15px;
}
.info__tel--txt {
    font-size: 14px;
}
.info__mail {
    background-color: #003A8F;
    width: 400px;
    text-align: center;
    padding: 50px 0;
}
.info__mail a {
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info__mail a img {
    margin-right: 10px;
}

/* ========= PAGE TOP ========== */
.page_top a img {
    width: 45px;
}

/* ========= CTA ========== */
.cta.tp_cta {
    padding: 80px 0 80px;
    position: relative;
}
.cta.tp_cta:before {
    content: "";
    background-image: url(../images-me/013.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}
.cta__inner {
    position: relative;
}
.cta__content {
    background: #fff;
    padding: 50px 60px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 10px hsl(0deg 0% 22% / 35%);
    border-radius: 10px;
}
.cta__ttl {
    color: #2E90CE;
    margin-bottom: 20px;
}
.cta__txt {
    font-size: 14px;
    margin-bottom: 30px;
}
.cta__btn {
    justify-content: center;
    gap: 20px;
}
.cta__btn--tel {
    background: linear-gradient(90deg, #46C194 0%, #4BA4E1 100%);
    color: #fff;
    padding: 10px 50px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 8px;
    font-family: "Roboto", sans-serif;
}
.cta__btn--mail {
    background: linear-gradient(90deg, #46C194 0%, #4BA4E1 100%);
    color: #fff;
    padding: 10px 50px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
}
.cta__btn--mail img {
    height: 20px;
    width: auto;
}
.recruit_info_cta__btn {
    text-align: center;
    margin-top: 30px;
}
@media (max-width: 768px) {
    .cta__content {
        padding: 40px 20px;
    }
    .cta__btn {
        flex-direction: column;
        gap: 15px;
    }
    .cta__btn--tel,
    .cta__btn--mail {
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: 17px;
    }
    .cta__btn--mail {
        font-size: 16px;
    }
}

/* ========= FOOTER ========== */
footer.footer {
    background-color: #093653;
}
.footer__main {
    padding: 80px 0;
    color: #fff;
}
.footer__main--inner {
    justify-content: space-between;
    align-items: flex-start;
}
.footer__description {
    width: 40%;
}
.footer__description--logo {
    margin-bottom: 25px;
}
.footer__description--logo img {
    height: 60px;
    width: auto;
}
.footer__description--company {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer__description--address {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.8;
}
.footer__description--address a {
    color: #fff;
}
.footer__nav {
    margin-top: 10px;
}
.footer__nav--list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}
.footer__nav--list li {
    margin-right: 25px;
}
.footer__nav--list li a {
    color: #fff;
    font-size: 13px;
}
.footer__map {
    width: 60%;
    height: 280px;
    background: #fff;
}
.footer__map iframe {
    width: 100%;
    height: 100%;
}
.footer__copyright {
    background: #093653;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 20px 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
}
@media (max-width: 768px) {
    .footer__main--inner {
        flex-direction: column;
    }
    .footer__description {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer__map {
        width: 100%;
        height: 200px;
    }
    .footer__nav--list li {
        margin-right: 15px;
        margin-bottom: 10px;
    }
}

/* 下層ページ */
.low_hd__inner--content {
    max-width: 1040px;
    padding: 0 20px;
    text-align: left;
    width: 100%;
}
.low_hd__inner--ttl {
    text-align: left;
}
.breadcrumbs {
    font-size: 12px;
    color: #676767;
    max-width: unset;
}
.breadcrumbs a {
    color: #676767;
}
.page_content {
    margin: 60px auto 100px;
}
.page_content__ttl {
    margin-bottom: 2.5em;
}
.page_content__ttl span.en {
    color: #003A8F;
    font-size: 20px;
    display: block;
}
.page_content__ttl span.ja {
    font-size: 30px;
    display: block;
    letter-spacing: 3px;
}

/* 企業案内 */
.company_mission__content {
    font-size: 20px;
    font-weight: 400;
    line-height: 2.2;
    margin-bottom: 30px;
}
.company_mission__ttl {
    color: #2E9D93;
}
.company_information {
    padding: 80px 0;
}
.company_information__ttl {
    color: #2E90CE;
}
.company_license__ttl {
    color: #2E9D93;
}
.company_history__ttl {
    color: #2E90CE;
}
.company_license {
    margin-bottom: 80px;
}
.company_mission__img img {
    max-width: 650px;
}
.company_philosophy {
    margin-bottom: 80px;
}
.company_philosophy__content h3 {
    color: #003A8F;
    font-size: 28px;
    margin-bottom: 1em;
}
.company_philosophy__content p {
    font-size: 20px;
    line-height: 2;
}
.company_message {
    margin-bottom: 80px;
}
.company_message__content {
    width: 100%;
    margin: 0 auto;
    max-width: 1040px;
}
.company_message__content--text {
    padding-left: 2em;
}
.company_message__content--text h3 {
    font-size: 24px;
    margin-bottom: 1em;
}
.company_message__content--text p {
    font-size: 14px;
    margin-bottom: 3em;
    line-height: 2.3;
}
.company_message__content--name {
    font-size: 14px;
    width: fit-content;
    margin: 0 0 0 auto;
}
.company_message__content--name span {
    font-size: 22px;
}
.company_information__detail {
    width: 100%;
    margin: 0 auto;
    max-width: 1040px;
}
.table_content {
    border-top: solid 1px #D2D2DC;
    font-size: 14px;
}
.table_content:last-child {
    border-bottom: solid 1px #D2D2DC;
}
.table_content__ttl {
    width: 20%;
    color: #2E90CE;
    padding: 2em 1em;
}
.table_content__text {
    width: 80%;
    border-left: solid 1px #2E90CE;
    padding: 2em;
}
.recruit_information__detail {
    border: solid 1px #2E90CE;
}
.table_content__text iframe {
    width: 100%;
    height: 30em;
}
.company_history {
    margin-bottom: 80px;
}
.table02 {
    font-size: 14px;
    border-right: solid 1px #2E9D93;
}
.company_license__detail--content {
    width: 50%;
    letter-spacing: 1px;
}
.table02_hd {
    text-align: center;
    color: #2E9D93;
}
.company_license__detail--ttl {
    width: 85%;
    padding: 1em 1.5em;
    border: solid 1px #2E9D93;
    border-right: solid 1px #E4E4E4;
    border-bottom: unset;
}
.company_license__detail--text {
    width: 15%;
    padding: 1em 0;
    border-top: solid 1px #E4E4E4;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.company_license__detail--text.table02_hd__text {
    border-top: solid 1px #2E9D93;
}
.table02_content__ttl {
    border: solid 1px #2E9D93;
    border-right: solid 1px #E4E4E4;
    border-top: solid 1px #E4E4E4;
    border-bottom: unset;
}
.company_license__detail--table_content:last-child {
    border-bottom: solid 1px #2E9D93;
}
.company_information__detail--text.table_content__text {
    border: none;
}
.company_information__detail--ttl.table_content__ttl {
    color: unset;
}
.recruit_information__detail--content.table_content:first-child {
    border: none;
}
.recruit_information__detail--content.table_content:last-child {
    border-bottom: none;
}
.recruit_information__main--content.recruit_information__main--content_green h3 {
    color: #2E9D93;
}
.recruit_information__main--content_green .recruit_information__detail {
    border: solid 1px #2E9D93;
}
.recruit_information__main--content_green .table_content__ttl {
    color: #2E9D93;
}
.recruit_information__main--content_green .table_content__text {
    border-left: solid 1px #2E9D93;
}
.recruit_flow__ttl {
    color: #2E9D93;
}
.recruit_flow__list--item {
    border: solid 1px #E4E4E4;
    padding: 2em;
    margin-bottom: 2em;
}
.recruit_flow__list--ttl span {
    font-size: 30px;
}
.recruit_flow__list--ttl {
    color: #2E9D93;
    gap: 20px;
    width: 11em;
}
.recruit_flow__list--content {
    font-size: 14px;
    flex-grow: 1;
}
.page_content.recruit {
    margin-bottom: 0;
}

/* 事業内容 */
.service {
    max-width: 970px;
}
.business__ttl {
    color: #2E9D93;
    margin-bottom: 50px;
}
.business__ttl.ttl.white {
    color: #fff;
}
.service_archive__content {
    margin-bottom: 80px;
}
.service_archive__content--ttl {
    font-size: 22px;
    padding-left: 1em;
    border-left: solid 4px #003a8f;
    letter-spacing: 2px;
    margin-bottom: 1.2em;
}
.service_archive__content--img {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: fit-content;
    margin-bottom: 1.5em;
}
.service_archive__content--img:before {
	content: "";
    display: block;
    padding-top: 50%;
}
.service_archive__content--img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
	max-width: none;
	min-height: 100%;
    object-fit: cover;
}
.service_archive__content--text {
    font-size: 14px;
}

/* 事業案内（下層ページ） */
.business_archive {
    max-width: 1000px;
    margin: 0 auto;
}
.business_archive__content {
    display: flex;
    align-items: center;
    margin-bottom: 130px;
    position: relative;
}
/* 奇数: テキスト左、画像右 */
.business_archive__content:nth-child(odd) {
    flex-direction: row;
}
/* 偶数: 画像左、テキスト右 */
.business_archive__content:nth-child(even) {
    flex-direction: row-reverse;
}
/* 背景（擬似要素） */
.business_archive__content:nth-child(odd)::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 90%;
    height: 100%;
    background: #E9F4FA;
    z-index: -1;
}
.business_archive__content:nth-child(even)::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 90%;
    height: 100%;
    background: #E9F5F4;
    z-index: -1;
}
.business_archive__content--detail {
    width: 45%;
    padding: 0px 40px;
    margin-top: 80px;
}
.business_archive__content--ttl {
    font-size: 32px;
    color: #2E90CE;
    margin-bottom: 15px;
}
.business_archive__content--text {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}
.business_archive__content--img {
    width: 55%;
    position: relative;
    z-index: 1;
}
.business_archive__content--img img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
@media (max-width: 768px) {
    .business_archive__content {
        flex-direction: column !important;
        margin-bottom: 50px;
    }
    .business_archive__content:nth-child(odd)::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 90%;
        height: 80%;
        background: #E9F4FA;
        z-index: -1;
    }
    .business_archive__content:nth-child(even)::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -10px;
        width: 90%;
        height: 80%;
        background: #E9F5F4;
        z-index: -1;
    }
    .business_archive__content::before {
        width: 100% !important;
        height: 60%;
        top: auto;
        bottom: 0;
    }
    .business_archive__content--detail {
        width: 100%;
        padding: 30px 20px;
        order: 2;
        margin-top: 30px;
    }
    .business_archive__content--img {
        width: 90%;
        order: 1;
        margin-bottom: -30px;
    }
    .business_archive__content--ttl {
        font-size: 18px;
    }
    .business_archive__content--text {
        font-size: 13px;
    }
}

/* WORKSバナー（事業案内ページ） */
.works_banner {
    margin-bottom: 100px;
}
.works_banner__inner {
    background-image: url('../images-me/017.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.works_banner__inner {
    position: relative;
    z-index: 1;
    padding: 40px 20px;
}
.works_banner__ttl {
    margin-bottom: 20px;
}
.works_banner__txt {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 2;
}
@media (max-width: 768px) {
	.works_banner__inner {
		padding: 50px 20px 30px;
		background-image: url(../images-me/018.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
    .works_banner__txt {
        font-size: 13px;
    }
    .works_banner__txt br {
        display: none;
    }
}

/* 採用情報 */
.recruit__h2 {
    text-align: center;
    color: #2E9D93;
}
.recruit_message__subttl {
    font-size: 20px;
}
.recruit_message {
    padding: 0px 0 80px;
    background: url(../images-me/019.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.recruit_information__ttl {
    color: #2E90CE;
    margin-bottom: 50px;
}
.recruit_message__text {
    font-size: 16px;
    line-height: 2.3;
}
.recruit_ikusei {
    background-image: url(../images/024.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
	margin-bottom: 80px;
}
.recruit_ikusei .recruit__h2 {
    color: #fff;
    margin-bottom: 1.2em;
}
.recruit__text {
    font-size: 14px;
    line-height: 2.8;
    margin-bottom: 2em;
	color: #fff;
}
.recruit_ikusei__inner--img:before {
    padding-top: 80%;
}
.recruit_about {
    margin-bottom: 80px;
}
.recruit_about__list--img:before {
    padding-top: 70%;
}
.recruit_about__list--img.img_wide.flex_2col {
    width: 48%;
}
.recruit_about__list--content p {
    font-size: 14px;
    line-height: 2.5;
}
.recruit_schedule {
    margin-bottom: 80px;
}
.recruit_schedule__left {
    background-image: url(../images/028.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 40px;
    width: 35%;
}
.recruit_schedule__right {
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65%;
    padding: 80px 0;
}
.recruit_schedule__left .page_content__ttl {
    color: #fff;
}
.recruit_schedule__left .page_content__ttl span.en {
    color: #fff;
}
.recruit_information__btn {
    justify-content: center;
    gap: 40px;
    margin: 30px 0 50px;
}
.recruit_information__main--content h3 {
    color: #2E90CE;
    margin-bottom: 1em;
    font-size: 32px;
}
.recruit_information__main--content h3 span.ja {
    font-size: 32px;
    margin-right: 0.2em;
}
.recruit_information__main--content h3 span.en {
    font-size: 16px;
}
.recruit_information__main--description {
    color: #003A8F;
    margin-bottom: 1.5em;
}
.recruit_information__main--content {
    margin-bottom: 80px;
}
.recruit_cta p {
    color: #003A8F;
    margin-bottom: 1.5em;
}
.recruit_information__main--content h4 {
    font-size: 18px;
    padding-left: 1em;
    border-left: solid 4px #003a8f;
    letter-spacing: 2px;
    margin: 3em 0 1.5em;
}
.recruit_information__detail.table03 .table_content {
    border-top: unset;
    padding: 1em 2em;
}
.recruit_information__detail.table03 .table_content:last-child {
    border-bottom: unset;
}
.recruit_information__detail--table03_content {
    padding: 1em 0;
    border-top: solid 1px #D2D2DC;
}
.recruit_information__detail--table03_content:last-child{
    border-bottom: solid 1px #D2D2DC;
}
.table_content__text03 {
    color: #003A8F;
    font-size: 16px;
}

/* 人材育成 */
.talent_main__content--img:before {
    padding-top: 80%;
}
.talent_main__content h2 {
    font-size: 24px;
    margin-bottom: 1.5em;
}
.talent_main__content p {
    font-size: 14px;
    line-height: 2.5;
    margin-bottom: 3em;
}
.talent_main__btn img {
    width: 273px;
}
.talent_main {
    margin-bottom: 100px;
}
.talent_recruit__information .recruit__description {
    background-image: url(../images/034.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
	padding: 70px;
}
.talent_recruit__information .recruit__description:before {
    content: "";
    border: solid 1px #fff;
    position: absolute;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    top: 40px;
    left: 40px;
}
.talent_recruit__information .recruit__description:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 8px;
    display: block;
    background: url(../images/042.svg);
    background-position: right;
    background-size: 90%;
    background-repeat: no-repeat;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 80px;
}
.talent_recruit__information .recruit__ttl:after {
    display: none;
}
.talent_recruit__information--text {
    position: relative;
    text-align: center;
    color: #fff;
    margin: 30px 0 40px;
}
.talent_recruit__information .recruit__ttl {
    border: none;
    padding: 0;
    margin: 0;
}

/* お知らせ */
.page_content .news__archive {
    margin-bottom: 50px;
    margin-left: 0;
}
.page_content .news__archive--content {
    display: flex;
    align-items: center;
}
.news_detail__meta {
    border-bottom: solid  1px #E4E4E4;
    padding-bottom: 1em;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_detail__date {
    font-size: 16px;
    letter-spacing: 1px;
    order: 1;
    color: #2E9D93;
    font-weight: 400;
}
.news_detail__ttl h1 {
    font-size: 18px;
}
.news_detail__btn img {
    width: 273px;
}
.low_bilder {
    margin-bottom: 70px;
}

/* 実績紹介 */
.taxonomy__archive {
    justify-content: center;
    margin-bottom: 50px;
    gap: 25px;
}
.taxonomy__archive a {
    display: inline-block;
    padding: 0.4em 2em;
    background: #2E9D93;
    color: #fff;
    font-size: 14px;
    min-width: 10em;
    text-align: center;
}
.taxonomy__archive a:hover {
    background: #2E90CE;
    color: #fff;
}
.taxonomy__archive a.active {
    background: #2E90CE;
    color: #fff;
}
.works_detail__meta {
    display: flex;
    align-items: center;
    border-bottom: solid  1px #E4E4E4;
    padding-bottom: 1.5em;
    gap: 20px;
    margin-bottom: 30px;
}
.works_cat {
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #46C194 0%, #4BA4E1 100%);
    width: fit-content;
    padding: 0.1em 1.5em;
    display: block;
}
.breadcrumbs .works_cat {
    font-size: unset;
    padding: 0;
    border: unset;
    color: #676767;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
	background: unset;
}
.post_content {
    margin: 60px auto 100px;
}
.works_detail__ttl h1 {
    font-size: 18px;
}
.works_detail__btn img {
    width: 273px;
}
.works__other {
    background: #EFEFEF;
    padding: 80px 0 50px;
}
.works__other__inner h2 {
    font-size: 24px;
    margin-bottom: 2em;
}
.works_detail__btn a {
    background: #2E9D93;
}
.contact__ttl {
    font-size: 28px;
    color: #2E90CE;
    margin-bottom: 0.5em;
}