.white {
    color: #fff;
}
.ttl {
    display: grid;
    margin-bottom: 45px;
    position: relative;
}
.ttl::before {
    content: "";
    display: block;
    width: 55px;
    background: #003A8F;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -19%;
    transform: translate(-54%, -50%);
}
.en {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 54px;
    line-height: 1.3;
}
.subttl {
    font-size: 24px;
    margin-bottom: 30px;
}
.txt {
    font-size: 14px;
    margin-bottom: 35px;
    line-height: 2.2;
}

/* ========= HEADER ========== */
.header {
    background-color: #fff;
    font-size: 14px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.header__inner {
    justify-content: space-between;
}
.header__logo {
    padding-left: 60px;
}
.header__main {
    gap: 25px;
}
.header__nav--list {
    gap: 25px;
}
.header__info {
    background-color: #003A8F;
    padding: 17px 20px;
}
.header__info a {
    color: #fff;
    display: grid;
}
.header__info a img {
    height: 17px;
    width: 100%;
    margin-bottom: 5%;
}
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;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    /*opacity: 0;*/
}
.swiper-slide-active .mv__description {
    animation: fadeInUp 1s ease-out 0.5s forwards;
}
.swiper-slide:not(.swiper-slide-active) .mv__description {
    animation: none;
    opacity: 0;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
.mv__ttl {
    color: #fff;
    display: grid;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    width: 1110px;
}
.mv__ttl--en {
    font-size: 24px;
}
.mv__ttl--ja {
    font-size: 52px;
}
.mv__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
}
@media (max-width: 1200px) {
    .mv__ttl {
        width: 90vw;
        max-width: 1110px;
    }
}
@media (max-width: 768px) {
    .mv__ttl {
        width: 90vw;
    }
    .mv__ttl--en {
        font-size: 18px;
    }
    .mv__ttl--ja {
        font-size: 36px;
    }
}
@media (max-width: 480px) {
    .mv__ttl--en {
        font-size: 16px;
    }
    .mv__ttl--ja {
        font-size: 28px;
    }
}
.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;
}
.company__img {
    width: 48%;
}
.company__description {
    padding-right: 130px;
}
.company__txt {
    max-width: 30em;
}
.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;
}

/* ========= WORKS ========== */
.works.tp_works {
    padding: 80px 0;
}
.works__ttl {
    margin-bottom: 65px;
}
.works__archive {
    margin-bottom: 30px;
}
.works__archive--item {
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.works__item--content {
    display: grid;
    padding: 20px 20px 40px;
    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: 12px;
    color: #003A8F;
    border: solid 1.5px #003A8F;
    width: fit-content;
    padding: 0em 1em;
    margin-bottom: 7px;
    font-weight: bold;
}
.works__item--ttl {
    height: 3.6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-weight: bold;
}
.works__btn a img {
    width: 273px;
}

/* ========= RECRUIT ========== */
.recruit.tp_recruit {
    padding: 0 0 80px 0;
}
.recruit__description {
    background-image: url('../images/010.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.recruit__ttl {
    padding: 40px 0 80px;
    margin: 30px;
    text-align: center;
    border: solid 1px #fff;
    position: relative;
}
.recruit__ttl: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;
    bottom: 2.5em;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.recruit__ttl::before {
    display: none;
}
.recruit__ttl span.en {
    font-size: 46px;
}
.recruit__ttl span.ja {
    font-size: 12px;
}
.talent__description {
    background-image: url('../images/011.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.talent__ttl {
    padding: 40px 0 80px;
    margin: 30px;
    text-align: center;
    border: solid 1px #fff;
    position: relative;
}
.talent__ttl: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;
    bottom: 2.5em;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.talent__ttl::before {
    display: none;
}
.talent__ttl span.en {
    font-size: 46px;
}
.talent__ttl span.ja {
    font-size: 12px;
}

/* ========= NEWS ========== */
.news__content {
    background-color: #EFEFEF;
    display: grid;
    grid-template-columns: 320px 1fr;
    padding: 60px 50px 70px 20px;
    box-shadow: 20px 20px 0 #003a8f;
    width: 98.5%;
    align-items: flex-start;
}
.news__ttl {
    text-align: center;
    margin-bottom: 55px;
}
.news__btn a img {
    width: 273px;
}
.news__archive {
    margin-left: 20px;
}
.news__archive--content {
    display: block;
    padding: 25px;
    border-bottom: 1px solid #808080;
}
.news__archive--content:first-child {
    padding-top: 10px;
}
.news__archive--date {
    font-family: "Barlow Condensed", sans-serif;
    color: #808080;
    margin-bottom: 0.5em;
}
.news__archive--ttl {
    font-size: 14px;
}

/* ========= 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: "Barlow Condensed", 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: 25px;
}

/* ========= FOOTER ========== */
footer.footer {
    background-color: #003A8F;
}
.footer__main {
    padding: 40px 0;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.footer__main--inner {
    justify-content: space-between;
}
.footer__description--logo {
    margin-bottom: 1em;
}
.footer__description--address {
    font-size: 14px;
    margin-bottom: 2em;
}
.footer__description--address a {
    color: #fff;
}
.footer__description--verification {
    display: flex;
    gap: 1em;
}
.footer__verification--img img {
    width: 85px;
}
.footer__nav--list {
    max-width: 26em;
}
.footer__nav--list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2em 0em;
    margin-bottom: 1em;
}
.footer__nav--list a {
    color: #fff;
    font-size: 14px;
	margin-left: 3em;
}
.footer__copyright {
    color: #fff;
    font-size: 12px;
    display: grid;
    justify-content: end;
    padding-right: 50px;
    padding: 1em 20px;
}

/* 下層ページ */
.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_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 {
    margin-bottom: 80px;
}
.company_information__detail {
    width: 100%;
    margin: 0 auto;
    max-width: 1040px;
}
.table_content {
    border-top: solid 1px #D2D2DC;
    font-size: 14px;
    padding: 2em;
}
.table_content:last-child {
    border-bottom: solid 1px #D2D2DC;
}
.table_content__ttl {
    width: 20%;
}
.table_content__text {
    width: 80%;
}
.table_content__text iframe {
    width: 100%;
    height: 30em;
}
.company_history {
    margin-bottom: 80px;
}
.table02 {
    font-size: 14px;
    border-right: solid 3px #fff;
    background: #EFEFEF;
}
.company_license__detail--content {
    width: 50%;
    letter-spacing: 1px;
}
.table02_hd {
    background: #003A8F;
    text-align: center;
    color: #fff;
}
.company_license__detail--ttl {
    width: 85%;
    padding: 1em 1.5em;
    border: solid 3px #fff;
    border-bottom: unset;
}
.company_license__detail--text {
    width: 15%;
    padding: 1em 0;
    border-top: solid 3px #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.table02_content__ttl {
    border: solid 3px #fff;
    border-bottom: none;
}
.company_license__detail--table_content:last-child {
    border-bottom: solid 3px #fff;
}

/* 事業内容 */
.service {
    max-width: 970px;
}
.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;
}

/* 採用情報 */
.recruit__h2 {
    text-align: center;
    font-size: 28px;
    color: #003A8F;
    margin-bottom: 0.8em;
}
.recruit_message {
    margin-bottom: 80px;
}
.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: #003A8F;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em;
    border-bottom: solid 2px #000;
}
.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;
}
.page_content .news__archive--date {
    margin-bottom: 0;
    color: #333;
    width: 15%;
}
.page_content .news__archive--ttl {
    width: 85%;
}
.news_detail__ttl h1 {
    font-size: 22px;
    padding: 0.3em 0 0.8em;
    border-bottom: solid  1px #000;
    margin-bottom: 2em;
}
.news_detail__date {
    font-size: 18px;
    font-weight: 600;
}
.news_detail__btn img {
    width: 273px;
}
.low_bilder {
    margin-bottom: 70px;
}

/* 実績紹介 */
.taxonomy__archive {
    justify-content: center;
    margin-bottom: 50px;
    border-bottom: solid 1px #333;
}
.taxonomy__archive a {
    display: block;
    padding: 1em;
    margin: 0 0.5em;
    border-bottom: solid 4px #fff;
}
.taxonomy__archive a:hover {
    border-bottom: solid 4px #003A8F;
}
.taxonomy__archive a.active {
    border-bottom: solid 4px #003A8F;
}
.works_cat {
    font-size: 15px;
    color: #003A8F;
    border: solid 1.5px #003A8F;
    width: fit-content;
    padding: 0em 1em;
    margin-bottom: 7px;
    font-weight: bold;
    display: block;
}
.breadcrumbs .works_cat {
    font-size: unset;
    padding: 0;
    border: unset;
    color: #000;
    display: inline-block;
    margin-bottom: 0;
}
.post_content {
    margin: 60px auto 100px;
}
.works_detail__ttl h1 {
    font-size: 22px;
    padding: 0.3em 0 0.8em;
    border-bottom: solid  1px #000;
    margin-bottom: 2em;
}
.works_detail__btn img {
    width: 273px;
}
.works__other {
    background: #EFEFEF;
    padding: 80px 0 50px;
}
.works__other__inner h2 {
    font-size: 24px;
    margin-bottom: 2em;
}