@charset "UTF-8";
.grecaptcha-badge {
	display: none;
}
.centering, .centering_fix {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.centeringY {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.centeringX {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.centering_fix {
    position: fixed;
}

.centering, .centering_fix {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    display: block;
}

html {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

body {
    margin: 0;
    font-size: 16px;
    font-family: "Bellefair", "Noto Serif JP", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: normal;
    letter-spacing: 2px;
    word-break: break-all;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background-color: #F0F6FF;
}

h4 {
    margin: 2rem auto 1rem;
    font-size: 1.125rem;
}

a {
    transition: all .2s;
    text-decoration: none;
    color: #121212;
    cursor: pointer;
    display: block;
}

a, span {
    color: inherit;
}

ul, dl {
    list-style: none;
}

ul, ol {
    margin-left: 1.1rem;
}

ul li, ol li {
    margin-bottom: .5rem;
}

input:hover {
    cursor: pointer;
}

input, textarea, select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    line-height: 1.6;
    border: none;
    font-family: 'Noto Serif JP';
}

input, textarea {
    display: inline-block;
    background: #fff;
    font-size: inherit;
    border-radius: 4px;
    width: 100%;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: .9rem;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: .9rem;
}

input::placeholder, textarea::placeholder {
    font-size: .9rem;
}

input:hover, textarea:hover {
    cursor: pointer;
}

button {
    border: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    background: none;
}

hr {
    border-color: #D5D5D5;
    border-width: 1px 0 0 0;
    margin: 1em auto;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

iframe {
    display: block;
    width: 100%;
    background-color: #D5D5D5;
    border: none;
}

address {
    font-style: normal;
    margin-top: 2rem;
}

table {
    width: 100%;
}

address {
    margin: 0;
}

rt {
    font-weight: normal;
    font-size: 1rem;
}

.body {
    position: relative;
    z-index: 1;
}

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

.text__left {
    text-align: left;
}

.text__right {
    text-align: right;
}

.text__center {
    text-align: center;
}

.link__inline {
    color: #4290EB;
    display: inline;
}

.link__inline:hover {
    text-decoration: underline;
}

.mb2 {
    margin-bottom: 2rem;
}

@media screen and (max-width: 980px) {
    .dn {
        display: block;
    }
    .tl-section {
        padding: 4rem 0;
    }
}

.top-info {
    position: absolute;
    bottom: 0;
    z-index: 3;
    color: #fff;
    width: 100%;
    margin-bottom: 1rem;
}

.top-info__cnt {
    width: 1320px;
    margin: auto;
    max-width: 90%;
}

.top-info__header {
    display: flex;
    align-items: center;
}

.top-info__header .main-title {
    margin-right: 1rem;
    font-size: 1rem;
    position: relative !important;
    color: #fff;
    padding: 0.75rem;
    margin: 0 1rem .5rem 0;
}

.top-info__header .main-title::after {
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #fff transparent;
    right: 0;
    bottom: 0;
}

.top-info__header .main-title::before {
    border-width: 8px 8px 0 0;
    border-color: #fff transparent transparent transparent;
    top: 0;
    left: 0;
}

.top-info__header .archive {
    font-size: 12px;
}

.top-info__header .archive a {
    display: inline-block;
    border: 1px solid;
    border-radius: 16px;
    padding: 0.5rem;
    line-height: 1;
}

.top-info__header .archive a:hover {
    color: #121212;
    background-color: #fff;
    border: 1px solid;
}

.top-info__article {
    display: flex;
    width: 46rem;
    max-width: 100%;
    font-size: 14px;
}

.top-info__article a:hover {
    color: #4290EB;
}

.top-info__article .meta {
    flex-shrink: 0;
}

.top-info__article .meta span {
    display: inline-block;
    margin-right: 0.5rem;
    text-transform: capitalize;
}

.top-info__article .title {
    overflow: hidden;
}

.top-info__article .title a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: all .6s;
    top: 0;
    left: 0;
}

.header.sticky {
    background-color: white;
}

.header.sticky .header__cnt {
    color: #183D80;
}

.header.sticky .logo__svg path {
    content: "";
    fill: #183D80;
    transition: all .6s;
}

.header.sticky .header-nav__list > .menu-item {
    border-color: #183D80;
}

.header.sticky .header-nav__list > .menu-item a::after {
    background-color: #183D80;
}

.header .logo__svg {
    height: 37px;
}

.header__cnt {
    color: #fff;
    max-width: 100%;
    width: 1320px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.header__cnt .sp {
    display: none;
}

.header-nav__list {
    display: flex;
    font-family: 'Noto Serif JP';
}

.header-nav__list ul li {
    margin-bottom: 0;
}

.header-nav__list > .menu-item {
    margin-bottom: 0;
    margin-left: 1.5rem;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.header-nav__list > .menu-item > a::after {
    content: "";
    width: 1.25rem;
    height: 1px;
    background-color: white;
    transition: all .6s;
    margin-top: 0.25rem;
}

.header-nav__list > .menu-item:hover a::after {
    width: 100%;
}

.header-nav__list > .menu-item .sub-menu {
    display: none;
    position: absolute;
    z-index: 2;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 14rem;
    background: #183D80;
    padding: .75rem 1.25rem;
    text-align: center;
}

.header-nav__list > .menu-item .sub-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 12px 9px;
    border-color: transparent transparent #183D80 transparent;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.header-nav__list > .menu-item .sub-menu a {
    color: white;
}

.header-nav__list > .menu-item .sub-menu a:hover {
    text-decoration: underline;
    color: #4290EB;
}

.header-nav__list > .menu-item .sub-menu li {
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #fff;
    margin-bottom: .5rem;
}

.header-nav__list > .menu-item .sub-menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.header-nav__list > .menu-item .sub-menu.open {
    display: block;
}

.bg-text {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    line-height: .5;
    font-size: 8rem;
    position: fixed;
    top: 5rem;
    left: 8px;
    z-index: 1;
    color: #E7EDF7;
}

@media screen and (max-width: 600px) {
    .bg-text {
        font-size: 17vh;
        transition: all .2s;
        height: 85vh;
        width: 16vh;
    }
    .header .logo__svg {
        height: auto;
        width: 60vw;
    }
    .header .logo__svg svg {
        width: 100%;
        height: auto;
    }
    .header.sticky .btn__menu__line {
        background-color: #183D80;
    }
    .header__cnt {
        display: block;
    }
    .header__cnt .sp {
        display: block;
    }
    .header-nav.header__cnt__item.right {
        position: fixed;
        background: #f0f6ff;
        width: 100%;
        height: 100%;
        top: 0;
        transition: .6s all;
        left: 100vw;
    }
    .header-nav.header__cnt__item.right.open {
        left: 0;
    }
    .header-nav.header__cnt__item.right .cnt {
        color: black;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 9%;
    }
    .header-nav.header__cnt__item.right .cnt .logo {
        margin-bottom: 2rem;
        width: 72vw;
    }
    .header-nav__list {
        margin-left: 0;
        display: block;
    }
    .header-nav__list .menu-item {
        margin-left: 0;
        margin-bottom: 2rem;
    }
    .header-nav__list .menu-item > a::before {
        content: "Works";
        font-size: 10vw;
        line-height: 1;
        font-weight: 100;
        margin-bottom: 0.5rem;
        font-family: 'Bellefair';
    }
    .header-nav__list .menu-item > a::after {
        background-color: #121212;
    }
    .header-nav__list .menu-item.menu-item-26 > a::before {
        content: "About US";
    }
    .header-nav__list .menu-item.menu-item-23 > a::before {
        content: "Recruit";
    }
    .header-nav__list .menu-item.menu-item-31 > a::before {
        content: "Contact";
    }
    .header-nav__list .menu-item.menu-item-274 > a::before {
        content: "CSR";
    }
    .header-nav__list .menu-item.news > a::before {
        content: "News";
    }
    .header-nav__list .menu-item.news .title {
        margin-bottom: 1rem;
    }
    .header-nav__list .menu-item.news .thumbnail {
        background-size: cover;
        background-position: center;
        padding-top: 66%;
        margin-bottom: 0.5rem;
    }
    .header-nav__list .menu-item.news .text-box {
        font-weight: normal;
    }
    .header-nav__list .menu-item.news .text-box .title::before {
        display: none;
    }
    .header-nav__list .menu-item.news .text-box .title a:before {
        display: none;
    }
    .header-nav__list .menu-item.news .text-box .more {
        margin-top: .5rem;
        text-align: right;
    }
    .header-nav__list .menu-item.news .slick-dots {
        width: 100%;
        bottom: -21px;
    }
    .header-nav__list .menu-item .sub-menu {
        display: block;
        position: static;
        transform: initial;
        width: 100%;
        background: none;
        padding: 1rem 0 0 1.5rem;
        text-align: left;
    }
    .header-nav__list .menu-item .sub-menu::before {
        display: none;
    }
    .header-nav__list .menu-item .sub-menu li a {
        color: #121212;
    }
    .header-nav__list .menu-item .sub-menu li a::before {
        content: "";
    }
    .sp-news-slider__item {
        margin-bottom: 1rem;
    }
    .sp-news-slider__item .text-box .title {
        font-size: 1rem;
    }
    .sp-news-slider__item .text-box .meta {
        font-size: 12px;
    }
    .loading__container {
        width: 100%;
        padding: 2rem;
    }
    .loading__container__logo {
        margin-bottom: 1rem;
    }
    .header__cnt__item.left h1 {
        line-height: 1;
    }
}

.footer {
    background-image: url(../images/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
    margin-top: 6rem;
}

.footer .overlay {
    background-color: rgba(24, 61, 128, 0.9);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer__cnt {
    position: relative;
    z-index: 3;
    padding: 4rem 0;
    display: flex;
    justify-content: space-between;
}

.footer__cnt__item-left .logo {
    margin-bottom: 1.5rem;
}

.footer__cnt__item-left .text {
    margin-bottom: .5rem;
}

.footer__cnt__item-left .btn__square {
    margin-top: 1rem;
}

.footer-nav__list {
    display: flex;
    justify-content: flex-end;
}

.footer-nav__list > .menu-item {
    font-weight: bold;
    margin-right: 2rem;
}

.footer-nav__list > .menu-item > a {
    font-size: 1.05rem;
    margin-bottom: .25rem;
}

.footer-nav__list > .menu-item > a::before {
    content: "";
    width: 1.15rem;
    height: 1.15rem;
    background-color: #fff;
    display: inline-block;
    margin-right: .5rem;
    position: relative;
    top: 2px;
}

.footer-nav__list > .menu-item > a:hover {
    color: #4290EB;
}

.footer-nav__list > .menu-item ul {
    list-style: disc;
    font-weight: normal;
}

.footer-nav__list > .menu-item ul li {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    color: white;
}

.footer-nav__list > .menu-item ul a:hover {
    text-decoration: underline;
    color: #4290EB;
}

.footer-nav__list > .menu-item p {
    font-size: 12px;
}

.footer-nav__list > .menu-item .archive {
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    margin-top: .5rem;
}

.footer-nav__list > .menu-item .archive::before {
    display: none;
}

.footer-nav__list > .menu-item .archive:hover {
    text-decoration: underline;
    color: #4290EB;
}

.copyright {
    text-align: center;
    position: relative;
    z-index: 3;
    padding: 0 1rem 1rem;
    line-height: 1.2;
}

.page-top {
    position: absolute;
    width: 100%;
    z-index: 4;
    top: -2rem;
}

.page-top a {
    display: inline-block;
    width: 4rem;
    height: auto;
    background-color: white;
    border-radius: 50%;
}

.page-top a:hover {
    transform: scale(1.1);
    box-shadow: 2px 4px 10px 3px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 980px) {
    .footer-nav__list {
        flex-wrap: wrap;
        margin-left: 1rem;
        justify-content: normal;
    }
    .footer-nav__list .menu-item {
        margin-right: 0;
        padding-left: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .footer__cnt {
        display: block;
        padding: 2rem 0 0;
    }
    .footer__cnt__item-left {
        margin-bottom: 2rem;
    }
    .footer-nav__list {
        margin-left: 0;
        display: block;
    }
    .footer-nav__list .menu-item {
        padding-left: 0;
        margin-bottom: 1rem;
    }
}

.btn__square .item {
    background-color: #fff;
    color: black;
    padding: .75rem;
    border-radius: 4px;
    display: inline-block;
    font-size: .9rem;
    line-height: 1;
}

.btn__square .item:hover {
    background-color: #F46464;
    color: #fff;
    box-shadow: 2px 4px 10px 3px rgba(0, 0, 0, 0.25);
}

.btn__radius .item {
    background-color: #121212;
    color: white;
    display: inline-block;
    line-height: 1;
    padding: 1rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
}

.btn__radius .item:hover {
    background-color: #fff;
    color: #183D80;
    box-shadow: 2px 4px 10px 3px rgba(0, 0, 0, 0.25);
}

.btn__col2 {
    display: flex;
    justify-content: center;
    font-weight: 600;
}

.btn__col2 .item {
    background: white;
    color: #183d80;
    line-height: 1;
    padding: 1rem 1.5rem;
    border-radius: 2rem;
    margin: 1rem;
    border: 2px solid;
}

.btn__col2 .item:hover {
    background-color: #121212;
    color: white;
    border: 2px solid;
}

.btn__menu {
    width: 3rem;
    height: 3rem;
    position: fixed;
    top: 0;
    z-index: 9999;
    right: 0;
    transition: all .6s;
    margin: 2% 2% 0 0;
}

.btn__menu__wrap {
    height: 1rem;
    padding: 1rem;
    overflow: hidden;
    cursor: pointer;
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn__menu__wrap.open .first {
    width: 90%;
    transform: translateY(8px) rotate(45deg);
}

.btn__menu__wrap.open .second {
    width: 90%;
    transform: translateY(-8px) rotate(-45deg);
}

.btn__menu__line {
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: white;
    position: absolute;
    transition: all .6s;
    overflow: hidden;
    will-change: transform;
}

.btn__menu__line.first {
    top: 20%;
    left: 0;
}

.btn__menu__line.second {
    bottom: 20%;
    left: 0;
}

.btn__menu__line.open {
    background-color: #183D80;
}

@media screen and (max-width: 600px) {
    .btn__col2 .item {
        font-size: 3vw;
    }
}

.contact-form {
    width: 960px;
    margin: 4rem auto 6rem;
    max-width: 90%;
    background-color: white;
    padding: 3rem;
}

.contact-form .privacy {
    margin-bottom: 2rem;
}

.contact-form .privacy a {
    font-size: 1.25rem;
}

.contact-form .confirm__cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.contact-form .confirm__cnt input {
    width: 10rem;
    margin: 1rem;
    display: inline;
    color: #4290EB;
    padding: .5rem 1rem;
    border: 1px solid #183D80;
    color: #183D80;
    border-radius: 4px;
}

.contact-form .confirm__cnt input:hover {
    background-color: #183D80;
    color: white;
}

.contact-form__item {
    margin-bottom: 2rem;
}

.contact-form__item.column--2 {
    display: flex;
    justify-content: space-between;
}

.contact-form__item.column--2 .item {
    flex-basis: 48%;
}

.contact-form__label span {
    display: block;
}

.contact-form__label input, .contact-form__label textarea {
    padding: 0.5rem .75rem;
    border: 1px solid #D5D5D5;
}

.contact-form__label input::-moz-placeholder, .contact-form__label textarea::-moz-placeholder {
    color: #aaa;
}

.contact-form__label input:-ms-input-placeholder, .contact-form__label textarea:-ms-input-placeholder {
    color: #aaa;
}

.contact-form__label input::placeholder, .contact-form__label textarea::placeholder {
    color: #aaa;
}

.contact-form__label--text {
    margin-bottom: .75rem;
    display: block;
}

.contact-form__label--text .required {
    background-color: #F46464;
    color: white;
    padding: .5rem .75rem;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    border-radius: 4px;
    margin-right: 1rem;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background: #F0D22B;
    border: none;
    padding: 1rem 1.25rem;
    text-align: center;
    bottom: 0;
}

.wpcf7 form.invalid .wpcf7-response-output.close, .wpcf7 form.unaccepted .wpcf7-response-output.close {
    bottom: -8rem;
}

.wpcf7-form-control-wrap {
    margin-right: 0.5rem;
}

.wpcf7-form-control-wrap select {
    background-color: white;
    border: 1px solid #D5D5D5;
    line-height: 1;
    padding: .5rem 1rem;
    border-radius: 4px;
    font-size: 1rem;
    text-align: center;
}

.birthday {
    display: flex;
}

.birthday .item {
    flex-basis: 13%;
}

.birthday .item > span {
    display: flex;
    flex-wrap: wrap;
    order: 1;
    align-items: center;
}

.birthday .item > span .wpcf7-not-valid-tip {
    order: 3;
    flex-basis: 100%;
}

.birthday .month-wrap, .birthday .day-wrap {
    flex-basis: 11%;
}

.birthday .b-year::after {
    content: "年";
    display: inline;
    margin-left: 0.5rem;
    order: 2;
}

.birthday .b-month::after {
    content: "月";
    display: inline;
    margin-left: 0.5rem;
    order: 2;
}

.birthday .b-day::after {
    content: "日";
    display: inline;
    margin-left: 0.5rem;
    order: 2;
}

.wpcf7-not-valid-tip {
    font-size: .8rem !important;
    letter-spacing: 0;
    line-height: 1.4 !important;
    margin-top: 0.25rem;
}

.wpcf7-response-output {
    position: fixed;
    bottom: -7rem;
    left: 0;
    z-index: 999;
    background-color: #bbffd6;
    border-color: transparent !important;
    max-width: 90%;
    padding: 2rem 5rem !important;
    font-weight: bold;
    box-shadow: 0px 3px 17px -5px #00000057;
    text-align: center;
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    z-index: 9;
    transition: all .6s;
}

.wpcf7-response-output::after {
    content: "\f057";
    width: 2rem;
    height: 2rem;
    font-family: "Font Awesome 5 Free";
    font-size: 1.5rem;
    position: absolute;
    top: -20%;
    right: 2%;
    z-index: 9;
}

.wpcf7c-conf {
    background-color: #eee !important;
    color: #121212 !important;
    border: none !important;
}

@media screen and (max-width: 600px) {
    .contact-form {
        width: 960px;
        margin: 2rem auto 4rem;
        max-width: 90%;
        background-color: transparent;
        padding: 0;
    }
    .contact-form__item.column--2 {
        display: block;
    }
    .contact-form__item.column--2 .item {
        margin-bottom: 1rem;
    }
    .wpcf7-response-output {
        padding: 1rem 1.25rem !important;
        line-height: 1.4;
    }
    .wpcf7-response-output.close {
        bottom: -6rem;
    }
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
        bottom: 0;
    }
    .wpcf7 form.invalid .wpcf7-response-output.close, .wpcf7 form.unaccepted .wpcf7-response-output.close {
        bottom: -6rem;
    }
    .birthday {
        display: flex;
    }
    .birthday .item {
        flex-basis: 35%;
    }
    .birthday .item .wpcf7-form-control-wrap::after {
        font-size: 13px;
    }
    .birthday .month-wrap, .birthday .day-wrap {
        flex-basis: 30%;
    }
}

.container {
    width: 1320px;
    max-width: 90%;
    margin: auto;
}

.section {
    margin: 6rem auto;
}

.flex__col2-48 {
    display: flex;
    flex-wrap: wrap;
}

.flex__col2-48__item {
    flex-basis: 48%;
    margin-right: 4%;
}

.flex__col2-48__item:nth-child(2n) {
    margin-right: 0;
}

.flex__col4 {
    display: flex;
    flex-wrap: wrap;
}

.flex__col4 .item {
    flex-basis: 23%;
    margin-right: calc(8% / 3);
}

.flex__col4 .item:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 980px) {
    .flex__col4 .item {
        flex-basis: 48%;
        margin-right: 4%;
        margin-bottom: 1rem;
    }
    .flex__col4 .item:nth-child(4n) {
        margin-right: 4%;
    }
    .flex__col4 .item:nth-child(2n) {
        margin-right: 0;
    }
    .section {
        margin: 4rem auto;
    }
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.loading__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading__bar {
    position: relative;
}

.loading__container__logo {
    margin-bottom: 2rem;
}

#loadingContainer {
    width: 50%;
    height: 2px;
    margin: 0 auto;
}

.progressbar-text {
    width: 100%;
    margin: auto;
    font-size: 1rem;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .loading__container__logo {
        margin-bottom: 0;
    }
}

.animated {
    background-color: rgba(255, 255, 255, 0.93);
}

.close-animatedModal, .close-animatedModal2 {
    text-align: center;
    font-size: 3rem;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    background: #183d80;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    z-index: 9;
}

.close-animatedModal i, .close-animatedModal2 i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-content {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    margin: auto;
}

.modal-content .item {
    flex-basis: 48%;
}

.modal-content .right {
    overflow: auto;
    position: fixed;
    width: 47%;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 1;
}

.modal-content .right .copy {
    font-size: 2.5rem;
    line-height: 1.4;
    background-color: #183D80;
    padding: 1rem 4rem 1rem 2rem;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    color: white;
    top: 0;
    z-index: 2;
}

.modal-content .right .copy::after {
    content: "Interview";
    position: absolute;
    right: 0;
    bottom: 0;
    color: #16336b;
    font-size: 6rem;
    line-height: 1;
    z-index: -1;
}

.modal-content .right .cnt {
    padding: 2rem 3rem;
}

.modal-content .right .cnt h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.modal-content .right .cnt h2::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 2px;
    background-color: #121212;
    position: relative;
    bottom: 7px;
    margin-left: 1rem;
    z-index: 1;
}

.modal-content .right .cnt p {
    margin-bottom: 1.5rem;
}

.modal-content .right .cnt .profile-box {
    color: #183D80;
    border-left: 1px solid #183D80;
    padding-left: 2rem;
    margin-bottom: 2rem;
}

.modal-content .right .cnt .profile-box .meta {
    margin-bottom: 0;
}

.modal-content .right .cnt .profile-box .meta span {
    display: block;
    font-size: 0.9rem;
}

.modal-content .right .cnt .profile-box .meta .data {
    font-weight: 500;
}

.modal-content .right .cnt .profile-box .meta .name {
    font-size: 3.5rem;
    line-height: 1;
    margin-top: .5rem;
    margin-bottom: 0.5rem;
}

.modal-content .right .cnt .profile-box .meta .ruby {
    line-height: 1;
}

.modal-content .left {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 50vw;
    z-index: 1;
}

@media screen and (min-width: 981px) and (max-width: 1280px) {
    .modal-content {
        display: block;
    }
    .modal-content .left {
        height: 50vh;
        width: 100%;
        background-position: 0 -17%;
        position: relative;
    }
    .modal-content .right {
        position: relative;
        width: 100%;
        height: auto;
    }
    .modal-content .right .cnt {
        padding: 2rem 3rem;
        max-width: 90%;
        width: 980px;
        margin: auto;
    }
    .modal-content .right .copy {
        position: relative;
        margin-bottom: 1.5rem;
    }
    #animatedModal .modal-content .left {
        background-position: 0px 32%;
    }
    #animatedModal2 .modal-content .left {
        background-position: 0px 20%;
    }
}

@media screen and (max-width: 980px) {
    .modal-content {
        display: block;
    }
    .modal-content .left {
        height: 36vh;
        width: 100%;
        background-position: 0 22%;
        position: relative;
    }
    .modal-content .right {
        position: relative;
        width: 100%;
        height: auto;
    }
    .modal-content .right .cnt {
        padding: 2rem 0;
        max-width: 90%;
        width: 980px;
        margin: auto;
    }
    .modal-content .right .copy {
        position: relative;
    }
    #animatedModal .modal-content .left {
        background-position: 0px 32%;
    }
}

@media screen and (max-width: 600px) {
    .modal-content .right .cnt .profile-box .meta span {
        font-size: 3vw;
    }
    .modal-content .right .cnt .profile-box .meta .name {
        font-size: 3rem;
    }
    .modal-content .right .copy {
        font-size: 7vw;
        padding: 1.5rem 1rem 1rem 2rem;
    }
    .modal-content .right .copy::after {
        font-size: 22vw;
    }
    .modal-content .right .copy span {
        position: relative;
        z-index: 1;
    }
    .modal-content .left .inner .text-box .name {
        font-size: 9vw;
    }
    .modal-content .left .inner .text-box .data {
        font-size: 4.5vw;
    }
}

.title {
    font-weight: 600;
}

.main-title {
    line-height: 1;
    padding: 1rem 1.5rem;
    color: #183D80;
    font-size: 4rem;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin: 1rem auto 2rem;
}

.main-title::before, .main-title::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
}

.main-title::after {
    border-width: 0 0 18px 18px;
    border-color: transparent transparent #183D80 transparent;
    right: 0;
    bottom: 0;
}

.main-title::before {
    border-width: 18px 18px 0 0;
    border-color: #183D80 transparent transparent transparent;
    top: 0;
    left: 0;
}

.title__border-bottom {
    line-height: 1.4;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.title__border-bottom::after {
    content: "";
    width: 2.5rem;
    height: 1px;
    border-radius: 2px;
    background-color: #121212;
    margin-top: 0.5rem;
}

.title__border-bottom.center {
    text-align: center;
    display: block;
}

.title__border-bottom.center::after {
    margin: auto;
}

.title__border-bottom.right {
    text-align: right;
    margin-top: 1rem !important;
}

.title__border-bottom.right::after {
    margin-left: calc(100% - 1.25rem);
}

@media screen and (max-width: 600px) {
    .main-title {
        font-size: 9vw;
        margin-bottom: 0.75rem;
    }
    .title__border-bottom {
        font-size: 5vw;
    }
}

.archive .footer {
    margin-top: 0;
}

.archive .t-recruit {
    margin-bottom: 0;
}

.archive__cnt {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.archive__cnt .item {
    flex-basis: 49%;
    margin-right: 2%;
    margin-bottom: 1rem;
}

.archive__cnt .item:nth-child(2n) {
    margin-right: 0;
}

.archive-content {
    display: flex;
    justify-content: space-between;
}

.archive-content__left {
    background-color: white;
    flex-basis: 30%;
    background-size: cover;
    background-position: center;
    padding-top: 27%;
}

.archive-content__right {
    flex-basis: 68%;
    padding: 1rem;
    background-color: white;
}

.archive-content__right:hover {
    color: #4290EB;
}

.archive-content__right .time {
    font-size: 12px;
    margin-bottom: 0.5rem;
}

.archive-content__right .title {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    font-family: 'Noto Serif JP';
}

.archive-content__right .excerpt p {
    line-height: 1.2;
    font-size: .9rem;
}

.category-list {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    font-size: 2rem;
    color: #8c8c8c;
    font-family: 'Noto Serif JP';
}

.category-list li {
    display: flex;
    align-items: center;
}

.category-list li::after {
    content: "/";
    margin: 0 .5rem;
}

.category-list li:last-child::after {
    display: none;
}

.category-list li a:hover {
    color: #4290EB;
}

.category-info .info {
    color: #183D80;
    font-weight: 600;
}

.category-info .info::after {
    font-weight: normal;
    color: #8c8c8c;
}

.category-info .info a::after {
    content: "";
    width: 1.5rem;
    height: 1px;
    background-color: #183D80;
    margin: auto;
}

.category-news .news {
    color: #183D80;
    font-weight: 600;
}

.category-news .news::after {
    font-weight: normal;
    color: #8c8c8c;
}

.category-news .news a::after {
    content: "";
    width: 1.5rem;
    height: 1px;
    background-color: #183D80;
    margin: auto;
}

.category-recruit .recruit {
    color: #183D80;
    font-weight: 600;
}

.category-recruit .recruit::after {
    font-weight: normal;
    color: #8c8c8c;
}

.category-recruit .recruit a::after {
    content: "";
    width: 1.5rem;
    height: 1px;
    background-color: #183D80;
    margin: auto;
}

.category-csr .csr {
    color: #183D80;
    font-weight: 600;
}

.category-csr .csr::after {
    font-weight: normal;
    color: #8c8c8c;
}

.category-csr .csr a::after {
    content: "";
    width: 1.5rem;
    height: 1px;
    background-color: #183D80;
    margin: auto;
}

.category-awards .awards {
    color: #183D80;
    font-weight: 600;
}

.category-awards .awards::after {
    font-weight: normal;
    color: #8c8c8c;
}

.category-awards .awards a::after {
    content: "";
    width: 1.5rem;
    height: 1px;
    background-color: #183D80;
    margin: auto;
}

.post-type-archive-works .all {
    color: #183D80;
    font-weight: 600;
}

.post-type-archive-works .all::after {
    font-weight: normal;
    color: #8c8c8c;
}

.post-type-archive-works .all a::after {
    content: "";
    width: 1.5rem;
    height: 1px;
    background-color: #183D80;
    margin: auto;
}

.term-construction .list-construction {
    color: #183D80;
    font-weight: 600;
}

.term-construction .list-construction::after {
    font-weight: normal;
    color: #8c8c8c;
}

.term-construction .list-construction a::after {
    content: "";
    width: 1.5rem;
    height: 1px;
    background-color: #183D80;
    margin: auto;
}

.term-civil-engineering .list-civil-engineering {
    color: #183D80;
    font-weight: 600;
}

.term-civil-engineering .list-civil-engineering::after {
    font-weight: normal;
    color: #8c8c8c;
}

.term-civil-engineering .list-civil-engineering a::after {
    content: "";
    width: 1.5rem;
    height: 1px;
    background-color: #183D80;
    margin: auto;
}

.works__cnt {
    display: flex;
    flex-wrap: wrap;
}

.works__cnt .item {
    flex-basis: 30%;
    margin-right: 5%;
    margin-bottom: 2rem;
}

.works__cnt .item:nth-child(3n) {
    margin-right: 0;
}

.works__cnt.r {
    margin-top: 4rem;
}

.works-content {
    position: relative;
}

.works-content .thumbnail {
    position: relative;
}

.works-content .thumbnail__item {
    padding-top: 66%;
    background-size: cover;
    background-position: center;
    border: 4px solid #fff;
    margin-bottom: 0.5rem;
}

.works-content .cat {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    line-height: 1;
    padding: 0.5rem 1rem;
    background: #9E9E9E;
    color: #fff;
}

.works-content .cat.construction, .works-content .cat.construction2 {
    background-color: #F0D22B;
    color: #121212;
}

.works-content .cat.civil-engineering {
    background-color: #183D80;
    color: white;
}

.works-content .time {
    font-size: 12px;
    margin-bottom: 0.25rem;
}

.works-content .title {
    font-size: 1.05rem;
    line-height: 1.4;
    font-weight: 500;
}

.works-content .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.works-content .text-box > .title {
    font-size: 1.75rem;
    color: #183D80;
    text-shadow: 0px 3px 4px white;
}

.works-content .text-box > .title::after {
    content: "";
    width: 1.5rem;
    height: 1px;
    background-color: #183D80;
    margin: .5rem auto 0;
}

.works-content .r-t {
    line-height: 1.6 !important;
    font-size: 14px;
    margin-top: 1rem;
}

.csr-top img {
    width: 100%;
}

.csr-top .t2 {
    font-size: 3rem;
}

.csr-top .mb2 {
    margin-bottom: 2rem !important;
}

.csr-top .t::after, .csr-top .t::before {
    display: none;
}

.csr-top-cnt {
    display: flex;
    justify-content: space-between;
}

.csr-top-cnt .right {
    flex-basis: 31rem;
}

.csr-top-cnt .left {
    flex-basis: 50%;
}

.csr-top-cnt .left .sub-title {
    font-size: 2rem;
    margin-top: 3rem;
}

.csr-top-text {
    width: 860px;
    max-width: 100%;
    margin: 4rem auto;
}

.csr-top-text p {
    margin-bottom: 1rem;
}

.csr-content {
    display: flex;
    order: 2;
    justify-content: space-between;
    align-items: center;
    margin: 3rem auto;
}

.csr-content.l2 .item:first-child {
    order: 2;
}

.csr-content.l2 .item:last-child {
    oreder: 1;
}

.csr-content .item:first-child {
    flex-basis: 56%;
}

.csr-content .item:last-child {
    flex-basis: 40%;
}

.csr-content .item .title {
    color: #183D80;
    font-size: 1.75rem;
}

@media screen and (min-width: 981px) and (max-width: 1320px) {
    .top-message__right {
        width: 50%;
    }
}

@media screen and (max-width: 980px) {
    .csr-top .t2 {
        margin-bottom: 2rem;
    }
    .csr-top-cnt {
        display: block;
    }
    .csr-top-cnt .left {
        margin-bottom: 2rem;
    }
    .csr-top-cnt .left .sub-title {
        font-size: 7vw;
    }
    .works__cnt .item {
        flex-basis: 48%;
        margin-right: 4%;
    }
    .works__cnt .item:nth-child(3n) {
        margin-right: 4%;
    }
    .works__cnt .item:nth-child(2n) {
        margin-right: 0;
    }
    .archive__cnt {
        display: block;
    }
    .archive__cnt .item {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .works__cnt {
        display: block;
    }
    .works__cnt .item {
        margin-right: 0;
    }
    .works__cnt .item:nth-child(3n) {
        margin-right: 0;
    }
    .works-content .text-box {
        width: 100%;
        max-width: 90%;
        text-align: center;
    }
    .category-list {
        margin-left: 0;
        margin-bottom: 1rem;
        margin-top: .5rem;
        font-size: 1rem;
        flex-wrap: wrap;
        line-height: 1.4;
    }
    .archive-content {
        display: block;
    }
    .archive-content__left {
        padding-top: 66.6%;
    }
    .csr-top p {
        text-align: left;
    }
    .csr-top .t2 {
        font-size: 9vw;
    }
    .csr-content {
        display: block;
    }
    .csr-content .item p {
        margin-bottom: 1rem;
    }
    .csr-content .item .title {
        font-size: 1.25rem;
    }
}

.keyvisual {
    position: relative;
    z-index: 1;
    padding: 0 !important;
}

.keyvisual .overlay {
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.keyvisual::after {
    display: none;
}

.keyvisual__txt {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    right: 0;
    z-index: 3;
    font-size: 2.5rem;
}

.keyvisual__txt span {
    display: block;
    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.68);
}

.keyvisual__txt .sp {
    display: inline;
}

.keyvisual__slider .sp {
    display: none;
}

.top__about {
    display: flex;
}

.top__about__left {
    width: 34rem;
    flex-shrink: 0;
    margin-right: 2rem;
    margin-top: 6rem;
}

.top__about__left h1 {
    letter-spacing: 4px;
}

.top__about__left h2 {
    font-weight: 500;
    margin-bottom: 1rem;
}

.top__about__left h2 span {
    display: block;
}

.top__about__left p {
    margin-bottom: 1rem;
}

.top__about__left .btn__radius {
    margin-top: 1rem;
}

.top__works {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.top__works .sp {
    display: none;
}

.top__works__title {
    background-color: #fff;
    padding: 2rem 4rem 3rem;
    width: 29rem;
    margin-top: -21rem;
}

.top__works__post {
    width: 72%;
    margin-left: 28%;
    position: relative;
    z-index: 1;
}

.top__works__post::after {
    content: "";
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 100%;
    background-color: #dde6f2;
    padding-top: 56%;
    z-index: -1;
}

.top__works__post .title .text {
    width: 80%;
    overflow: hidden;
}

.top__works__post .title .text h2 {
    font-weight: normal;
    line-height: 1.4;
}

.top__works__post .title .text h2 a {
    font-size: 1.25rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.top__works__post .title .meta {
    font-size: 14px;
    font-weight: normal;
}

.top__works__post .thumbnail {
    padding-top: 56%;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    margin-bottom: 1rem;
}

.t-recruit {
    padding: 6rem 1rem;
    background-image: url(../images/top__recruit.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.t-recruit::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.top__recruit {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
}

.top__recruit__left {
    width: 34rem;
    max-width: 100%;
    flex-shrink: 0;
    margin-right: 4rem;
}

.top__recruit__left .text {
    margin-bottom: 1rem;
}

.main-title__wrap {
    text-align: center;
}

.main-title__wrap .main-title {
    margin: 0 auto 3rem;
}

.top__news .main-title {
    font-size: 3rem;
}

.top__news__cnt__item {
    margin-right: 4%;
}

.top__news__cnt__item:nth-child(2n) {
    margin-right: 0;
}

.top__news__cnt__item .inner {
    display: flex;
    margin-bottom: 2rem;
}

.top__news__cnt__item .inner .thumbnail {
    background-position: center;
    background-size: cover;
    margin-right: 1.5rem;
    width: 8rem;
    height: 8rem;
    flex-shrink: 0;
}

.top__news__cnt__item .inner .text-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top__news__cnt__item .inner .text-box a:hover {
    color: #4290EB;
}

.top__news__cnt__item .inner .text-box .meta {
    margin-bottom: .5rem;
    line-height: 1;
    font-size: 12px;
}

.top__news__cnt__item .inner .text-box .title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: .5rem;
}

.top__news__cnt__item .inner .text-box .excerpt p {
    line-height: 1.4;
    font-size: 0.95rem;
}

.top__news__cnt__item .inner .text-box .more {
    text-align: right;
    line-height: 1;
}

.top__news__cnt__item .inner .text-box .more a {
    display: inline-block;
    line-height: 1;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
}

.top__news__cnt__item .inner .text-box .more a:hover {
    background-color: #183D80;
    color: white;
}

.top__news__cnt__item .inner .text-box .more i {
    font-size: 9px;
    vertical-align: middle;
}

.slick-dots {
    position: absolute;
    bottom: 3.5rem;
    right: 0;
    width: auto;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li.slick-active button::before {
    opacity: .75;
    color: #183D80;
}

@media screen and (min-width: 981px) and (max-width: 1320px) {
    .top__works__post {
        width: 65%;
        margin-left: 35%;
    }
    .top__works__title {
        padding: 2rem 5% 3rem;
    }
    .top__about {
        position: relative;
        z-index: 1;
    }
    .top__about__right {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        width: 57%;
    }
    .top__recruit__left {
        width: 40%;
    }
}

@media screen and (max-width: 980px) {
    .top__about {
        flex-wrap: wrap;
        position: relative;
    }
    .top__about__left {
        width: 100%;
        margin-top: 38%;
    }
    .top__about__right {
        width: 67%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
    .top-info {
        margin-bottom: 3rem;
    }
    .keyvisual__slider .pc {
        display: none;
    }
    .keyvisual__slider .sp {
        display: block;
    }
    .keyvisual__txt {
        font-size: 5vw;
    }
    .top__works {
        flex-direction: column;
    }
    .top__works .pc {
        display: none;
    }
    .top__works .sp {
        display: block;
    }
    .top__works__title {
        margin: 0;
        text-align: center;
        width: 100%;
        background-color: transparent;
        padding: 0;
    }
    .top__works__title .title__border-bottom::after {
        margin: 1rem auto;
    }
    .top__works__post {
        width: 100%;
        margin: 0;
    }
    .top__recruit__right {
        position: absolute;
        top: -13%;
        right: 0;
        width: 50%;
        z-index: -1;
    }
}

@media screen and (max-width: 600px) {
    .keyvisual__txt {
        font-size: 9vw;
        line-height: 1.6;
        top: 27%;
    }
    .keyvisual__txt .sp {
        display: block;
    }
    .top__about {
        flex-wrap: wrap;
        position: relative;
        margin-top: 9rem;
    }
    .top__about__left {
        margin-right: 0;
    }
    .top__about__right {
        width: 82%;
        top: -12%;
    }
    .top__recruit__left {
        margin-right: 0;
    }
    .top-info {
        margin-bottom: 1rem;
    }
    .top__works__post .title .text h2 {
        font-weight: normal;
        line-height: 1.4;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 1.25rem;
    }
    .top__works__post .thumbnail {
        padding-top: 66%;
    }
    .top__recruit {
        position: relative;
        z-index: 3;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .top__recruit__right {
        margin-bottom: 1rem;
        position: static;
        width: 100%;
    }
    .t-recruit {
        padding: 3rem 1rem;
    }
    .top__news .flex__col2-48 {
        display: block;
    }
    .top__news .flex__col2-48__item:first-child {
        margin-bottom: 6rem;
    }
    .top__news .main-title {
        font-size: 2rem;
    }
    .top__news__cnt {
        display: block;
    }
    .top__news__cnt__item {
        margin-right: 0;
    }
    .top__news__cnt__item .inner {
        display: block;
    }
    .top__news__cnt__item .inner .thumbnail {
        width: 100%;
        margin-bottom: 1rem;
        padding-top: 66.6%;
    }
    .slick-dots {
        bottom: 2.25rem;
    }
    .slick-dots li button::before {
        font-size: 12px;
    }
}

.page .t-recruit {
    margin-bottom: 0 !important;
}

.page .footer {
    margin-top: 0;
}

.page-header {
    position: relative;
    z-index: 1;
    padding: 8rem 1rem 4rem;
}

.page-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.page-header .thumbnail {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.page__header__cnt {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.54);
}

.page__header__title {
    font-size: 2.5rem;
    font-weight: normal;
}

.page__header__title::after {
    content: "";
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: normal;
    margin-top: -1rem;
}

.page__header__title.about-us::after {
    content: "- about us -";
}

.page__header__title.single::after {
    content: "- News -";
}

.page__header__title.works::after {
    content: "- Works -";
}

.page__header__title.contact::after {
    content: "- Contact -";
}

.page__header__title.middle::after {
    content: "- Middle Entry -";
}

.page__header__title.new::after {
    content: "- New Entry -";
}

.page__header__title.recruit::after {
    content: "- Recruit -";
}

.page__header__title.t-csr::after {
    content: "- corporate social responsibility -";
}

.page-wrapper .breadcrumb {
    margin-top: 0;
}

.breadcrumb {
    margin: 1.5rem auto;
}

.breadcrumb__bottom-wrap {
    background-color: white;
    margin-bottom: 6rem;
}

.breadcrumb__bottom-wrap .fbc-page .fbc-wrap .fbc-items {
    width: 100%;
}

.breadcrumb__bottom-wrap .fbc-wrap {
    text-align: center;
}

.fbc-items {
    overflow: hidden;
    white-space: nowrap;
}

.fbc-page .fbc-wrap .fbc-items li a {
    font-family: "Noto Serif JP";
    letter-spacing: 0;
}

.fbc-page .fbc-wrap .fbc-items li a i {
    margin-right: 0;
}

.fbc-page .fbc-wrap .fbc-items li {
    padding: 15px 10px;
}

.page-content ul, .page-content ol {
    margin-bottom: 1rem;
}

.page-content ul {
    list-style: disc;
}

.page-content p {
    margin-bottom: 1rem;
}

.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    margin-bottom: 1rem;
}

.page-content .title-box {
    max-width: 680px;
    margin: -5rem auto 0;
    background: white;
    padding: 2rem 1rem;
    text-align: center;
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
}

.page-content .title-box .main-title {
    margin: 0;
}

.page-content .title-box .title__border-bottom {
    margin-bottom: 0;
}

.page-content .title-box .title__border-bottom::after {
    margin: auto;
}

.page-content.about-us p {
    line-height: 2;
}

.page-content.about-us .first {
    max-width: 1440px;
    margin: auto;
}

.page-content.about-us .first img {
    width: 100%;
}

.page-content.about-us .main-title {
    font-size: 2.25rem;
    margin-bottom: 0;
}

.page-content.about-us .title__border-bottom {
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0px;
}

.page-content.about-us .title__border-bottom::after {
    content: "";
    width: 1.25rem;
    margin-top: 0.25rem;
}

.top-message {
    display: flex;
    align-items: flex-end;
    margin-bottom: 6rem;
}

.top-message__right {
    flex-basis: 50%;
    max-width: 100%;
    flex-shrink: 0;
}

.top-message__right p {
    margin-bottom: 1rem;
}

.top-message__right p:last-child {
    margin: 0;
}

.top-message__left {
    margin-right: 5%;
    flex-grow: 1;
    flex-basis: 45%;
}

.top-message2 {
    text-align: center;
    margin-bottom: 6rem;
    max-width: 1000px;
    margin: auto;
}

.top-message2 img {
    display: inline-block;
}

.top-message2 .img {
    margin-bottom: 2rem;
}

.top-message2 .text {
    margin-bottom: 2rem;
}

.top-message2 .text span {
    display: block;
}

.top-message2 .logo {
    max-width: 300px;
    margin: auto;
}

.overview__table {
    margin: 3rem;
    display: flex;
    flex-wrap: wrap;
}

.overview__table .item {
    margin-bottom: calc(1.5% / 4);
    background-color: white;
}

.overview__table .item:nth-child(-n+5) {
    flex-basis: 19.7%;
    margin-right: calc(1.5% / 4);
}

.overview__table .item:nth-child(5) {
    margin-right: 0;
}

.overview__table .item:nth-child(6), .overview__table .item:nth-child(7), .overview__table .item:nth-child(10), .overview__table .item:nth-child(11) {
    flex-basis: calc(99.6% / 2);
    margin-right: calc(1.5% / 4);
}

.overview__table .item:nth-child(7), .overview__table .item:nth-child(11) {
    margin-right: 0;
}

.overview__table .item:nth-child(8), .overview__table .item:nth-child(9) {
    flex-basis: 100%;
}

.overview__table .item .title {
    text-align: center;
    font-weight: normal;
    font-size: 1.25rem;
    background-color: #F8F8F8;
    padding: .75rem 0.5rem .5rem;
    margin-bottom: 0.25rem;
    line-height: 1;
}

.overview__table .item .text {
    background-color: white;
    line-height: 1.4;
    padding: .75rem 1rem .75rem;
    margin-bottom: 0.25rem;
}

.overview__table .item .contact {
    border: 1px solid;
    border-radius: 13px;
    padding: .25rem .5rem;
    font-size: 10px;
}

.history {
    max-width: 880px;
    margin: 4rem auto;
}

.history__list {
    padding-left: 4rem;
    border-left: 6px solid white;
    list-style: none !important;
}

.history__list .item {
    margin-bottom: 2rem;
    position: relative;
}

.history__list .item::before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background-color: #183D80;
    border: 4px solid white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -77px;
    transform: translateY(-50%);
}

.specialist .title-box {
    max-width: 100%;
    margin: 0;
}

.specialist .table {
    max-width: 880px;
    margin: 4rem auto;
}

.specialist .table th {
    background-color: #F8F8F8;
    font-weight: normal;
    text-align: center;
    font-size: 1.25rem;
    padding: 1rem;
}

.specialist .table td {
    text-align: center;
    background-color: white;
    padding: .5rem;
}

.awards__cnt {
    margin: 12rem auto 0;
}

.awards__cnt .title-box {
    max-width: 100%;
}

.awards__list {
    margin: 4rem auto 2rem;
}

.awards__list .item {
    margin-bottom: 2rem;
    padding: 1rem;
}

.awards__list .item img {
    margin-bottom: 0.5rem;
}

.awards__list .thumb {
    position: relative;
    z-index: 1;
}

.awards__list .title {
    font-size: 1.25rem;
    line-height: 1.4;
}

.awards__list .label {
    list-style: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    line-height: 1;
    background-color: #F0D22B;
    padding: .5rem;
}

.awards__list .label.kansya {
    background-color: #5f8fe6;
    color: #fff;
}

.awards__list .label.kensyou {
    background-color: #4ac3a1;
    color: #fff;
}

.awards__list .slick-prev:before, .awards__list .slick-next:before {
    font-size: 32px;
    color: black;
}

.awards__list .slick-arrow {
    z-index: 99;
}

.awards__list .slick-track {
    margin: initial;
}

.awards__list__title {
    text-align: center;
}

.recruit .top-message2 {
    max-width: 1200px;
}

.recruit .top-message2 .text {
    text-align: left;
}

.recruit-message {
    display: flex;
    align-items: flex-end;
    margin-bottom: 3rem;
}

.recruit-message__right {
    flex-basis: 40%;
    max-width: 100%;
}

.recruit-message__right p {
    margin-bottom: 1rem;
}

.recruit-message__right p:last-child {
    margin: 0;
}

.recruit-message__left {
    margin-right: 5%;
    flex-grow: 1;
    flex-basis: 45%;
}

.recruit-message__left .sub-title {
    font-size: 2.5vw;
    font-weight: 500;
    word-break: keep-all;
}

.ap-guidelines {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}

.ap-guidelines .item {
    flex-basis: 32%;
}

.ap-guidelines .item table {
    width: 100% !important;
    max-height: 40vh;
    overflow: auto;
    display: block;
}

.ap-guidelines .item .entry {
    text-align: center;
    margin-top: 2rem;
}

.ap-guidelines .item .entry a {
    display: inline-block;
    border: 2px solid #183D80;
    border-radius: 3rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    padding: 1.5rem 3rem;
    color: #183D80;
}

.ap-guidelines .item .entry a:hover {
    background-color: #183D80;
    color: white;
}

.ap-guidelines .item .entry a i {
    margin-left: 0.25rem;
}

.page-content .main-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
}

.page-content.recruit p {
    line-height: 2;
}

.page-content.recruit .first {
    max-width: 1440px;
    margin: auto;
}

.page-content.recruit .first img {
    width: 100%;
}

.page-content.recruit .main-title {
    font-size: 2.25rem;
    margin-bottom: 0;
}

.page-content.recruit .title__border-bottom {
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0px;
}

.page-content.recruit .title__border-bottom::after {
    content: "";
    width: 1.25rem;
    margin-top: 0.25rem;
}

.page-content.recruit .top-message {
    margin-bottom: 4rem;
}

.page-content.recruit .top-message__left {
    flex-basis: 49rem;
    flex-shrink: 0;
}

.page-content.recruit .top-message__left h2 {
    font-weight: 500;
    font-size: 2.5rem;
}

.page-content.recruit .top-message__right {
    flex-shrink: 1;
    flex-basis: 37%;
}

.page-content.recruit .top__news .title__border-bottom::after {
    margin: auto;
}

.page-content.new p, .page-content.middle p, .page-content.contact p {
    margin-bottom: 1rem;
}

.internship {
    margin-bottom: 6rem;
}

.internship .text {
    line-height: 1.6 !important;
}

.interview {
    position: relative;
    z-index: 1;
}

.interview .bg {
    background: white;
    width: calc(100% - 5%);
    height: 24rem;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

.interview__cnt {
    position: relative;
    z-index: 3;
    padding-top: 1rem;
    display: flex;
    width: 1160px;
}

.interview__cnt .item {
    margin: 2rem;
    flex-basis: 50%;
}

.interview__box img {
    padding-right: 3rem;
}

.interview__box .text-box {
    background: white;
    padding: 2.5rem;
    margin-left: 5rem;
    margin-top: -10rem;
    position: relative;
    z-index: 1;
}

.interview__box .text-box .title {
    font-size: 1.65rem;
    font-weight: 500;
    line-height: 1.4;
}

.interview__box .text-box .hr {
    height: 2px;
    margin: 1.25rem auto;
    background-color: #f0f6ff;
}

.interview__box .text-box .meta {
    margin-bottom: 0.1em 0.5rem;
}

.interview__box .text-box .meta .data {
    font-size: 12px;
    margin-bottom: 0.5rem;
    display: block;
}

.interview__box .text-box .meta .name {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    display: block;
    margin-bottom: 1rem;
}

.interview__box .text-box .more a {
    border: 2px solid #183D80;
    color: #183D80;
    text-align: center;
    line-height: 1;
    padding: .75rem .5rem .65rem;
    border-radius: 22px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.interview__box .text-box .more a:hover {
    background-color: #183D80;
    color: white;
}

.interview__cnt__left {
    margin-top: 5.5rem !important;
}

.guidelines__cta {
    margin-bottom: -4rem !important;
}

.guidelines__cta .cnt {
    position: relative;
    z-index: 3;
    width: 780px;
    max-width: 90%;
    background-color: #183D80;
    color: white;
    padding: 4rem;
}

.guidelines__cta .cnt .btn__col2 {
    margin-top: 1.5rem;
}

.guidelines__cta .cnt .title__border-bottom {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1rem;
}

.guidelines__cta .cnt .main-title {
    font-size: 4rem;
}

.guidelines__cta .cnt .icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.guidelines__cta .cnt .inner {
    position: relative;
    z-index: 2;
}

.guidelines__cta .main-title {
    color: white;
}

.guidelines__cta .main-title::after {
    border-color: transparent transparent #fff transparent;
}

.guidelines__cta .main-title::before {
    border-color: #fff transparent transparent transparent;
}

.guidelines__cta .title__border-bottom::after {
    background-color: white;
}

.tablepress {
    width: 960px !important;
    margin: auto !important;
    border-spacing: 6px !important;
    border-collapse: separate !important;
}

.tablepress td:first-child {
    background-color: #F8F8F8 !important;
    width: 8rem !important;
    text-align: center !important;
}

.tablepress td:last-child {
    background-color: white !important;
    font-size: 0.9rem !important;
}

.tablepress td {
    padding: 1rem 1.5rem !important;
    border: none !important;
}

.pagenavi {
    margin: 1rem auto 4rem;
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-pagenavi a:hover {
    background-color: #D5D5D5;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi .pages span {
    line-height: 1;
}

.wp-pagenavi span.current {
    color: white;
    background-color: #121212;
}

.wp-pagenavi a, .wp-pagenavi span {
    line-height: 1;
    padding: .5rem;
    border: none;
}

@media screen and (min-width: 1500px) {
    .recruit-message__left .sub-title {
        font-size: 2.25rem;
    }
}

@media screen and (min-width: 981px) and (max-width: 1320px) {
    .recruit-message__left {
        flex-basis: 60%;
    }
    .recruit-message__left .sub-title {
        font-size: 2.5vw;
    }
    .top-message {
        display: block;
        overflow: hidden;
    }
    .top-message__left {
        float: left;
        width: 45%;
    }
    .top-message__right {
        display: inline;
    }
}

@media screen and (max-width: 980px) {
    .page-content .title-box {
        margin: -5rem 3rem 0;
    }
    .page-content.recruit .top-message {
        margin-bottom: 2rem;
    }
    .page-content.recruit .top-message__left .sub-title {
        font-size: 4.5vw;
    }
    .page-content.recruit .top-message__right {
        margin-right: 0;
    }
    .page-content.recruit .top-message2 .text {
        margin-bottom: 1rem;
    }
    .top-message {
        display: block;
        margin-bottom: 4rem;
    }
    .top-message__left {
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .top-message2 {
        text-align: left;
    }
    .top-message2 .text span {
        display: inline;
    }
    .overview__table {
        display: block;
    }
    .history__list {
        margin-bottom: 4rem;
    }
    .history__list .item {
        margin-bottom: 10rem;
    }
    .internship {
        display: block;
    }
    .internship > div {
        margin-right: 0;
    }
    .interview__cnt {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .tablepress {
        width: 100% !important;
    }
    .tablepress td {
        display: block;
        width: 100% !important;
    }
    .tablepress td:first-child {
        width: 100% !important;
    }
    .guidelines__cta .cnt .btn__col2 {
        display: block;
        text-align: center;
    }
    .contact-form {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .page-header .thumbnail {
        background-position: 75% 0;
    }
    .archive .page-header .thumbnail {
        background-position: 58% 0;
    }
    .page__header__title {
        font-size: 2rem;
        line-height: 1.8;
    }
    .page-content .title-box {
        margin: -2rem 1rem 0;
    }
    .page-content .main-title {
        font-size: 7vw !important;
    }
    .page-content.about-us p {
        line-height: 1.8;
    }
    .page-content.new > .text__center p, .page-content.middle > .text__center p, .page-content.contact > .text__center p {
        text-align: left;
    }
    .page-content.new > .text__center .main-title, .page-content.middle > .text__center .main-title, .page-content.contact > .text__center .main-title {
        text-align: center !important;
    }
    .page-content.new .btn__col2, .page-content.middle .btn__col2, .page-content.contact .btn__col2 {
        display: block;
    }
    .page-content.new .btn__col2 .item, .page-content.middle .btn__col2 .item, .page-content.contact .btn__col2 .item {
        text-align: center;
        font-size: 4vw;
        margin: 1rem auto;
    }
    .page-content.new .btn__col2 .item a, .page-content.middle .btn__col2 .item a, .page-content.contact .btn__col2 .item a {
        margin: 1rem auto;
    }
    .recruit-message {
        display: block;
    }
    .recruit-message__left {
        margin-right: 0;
    }
    .recruit-message__left .sub-title {
        font-size: 7.2vw;
        font-weight: 500;
        word-break: break-word;
    }
    .recruit-message__left .sub-title span {
        display: inline-block;
        overflow-wrap: anywhere;
    }
    .overview__table {
        margin: 3rem auto;
    }
    .history__list {
        padding-left: 2rem;
        margin-bottom: 6rem !important;
    }
    .history__list .item {
        margin-bottom: 1rem;
    }
    .history__list .item::before {
        left: -45px;
    }
    .awards__cnt {
        margin: 7rem auto 0;
    }
    .interview__cnt .item {
        margin: 1rem;
    }
    .interview__box img {
        padding-right: 0;
    }
    .interview__box .text-box {
        padding: 1.5rem;
        margin-left: 0rem;
        margin-top: -4rem;
        margin-right: 2rem;
    }
    .interview__box .text-box .title {
        font-size: 6vw;
    }
    .interview__box .text-box .hr {
        margin: 1rem auto;
    }
    .interview__box .text-box .meta .data {
        line-height: 1.4;
    }
    .guidelines__cta .cnt {
        max-width: 100%;
        padding: 2rem;
    }
    .guidelines__cta .text__center {
        font-size: 3.8vw;
    }
    .breadcrumb {
        margin: 1rem auto;
    }
    .breadcrumb__bottom-wrap .fbc-wrap .fbc-items {
        margin-top: 0 !important;
        padding: 1rem;
    }
    .overview__table .item .title {
        font-size: 1.15rem;
        padding: 1rem .5rem .75rem;
    }
    .overview__table .item .text {
        font-size: 14px;
    }
    .specialist .table {
        margin: 2rem auto;
    }
    .specialist .table th, .specialist .table td {
        line-height: 1.4;
    }
    .specialist .table th {
        font-size: 1.15rem;
        line-height: 1.4;
    }
    .specialist .table td {
        font-size: 14px;
    }
    .internship {
        margin-bottom: 4rem;
    }
    .internship .item {
        margin-bottom: 1.5rem;
    }
    .internship .item:last-child {
        margin-bottom: 0;
    }
    .fbc-wrap {
        overflow: hidden;
    }
    .fbc-page * {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .fbc-page .fbc-wrap {
        text-align: left;
    }
    .fbc-page .fbc-wrap .fbc-items {
        float: none !important;
        margin-top: 1rem;
    }
    .fbc-page .fbc-wrap .fbc-items li {
        display: inline;
    }
    .fbc-page .fbc-wrap .fbc-items li a {
        display: inline;
    }
    .ap-guidelines {
        display: block;
    }
    .ap-guidelines .item:first-child {
        margin-bottom: 1rem;
    }
    .ap-guidelines .item:last-child {
        margin-top: 2rem;
    }
    .ap-guidelines .item table {
        max-height: initial;
    }
    .ap-guidelines .item .entry {
        margin-top: 1rem;
    }
    .awards__list .item {
        margin-bottom: 0;
    }
    .awards__list .slick-next {
        right: 2px;
    }
    .awards__list .slick-prev {
        left: 1px;
    }
    .awards__list .slick-arrow {
        width: 32px;
        height: 32px;
    }
    .awards__cnt .title-box, .specialist .title-box {
        margin: auto;
    }
}

.single .t-recruit {
    margin-bottom: 0;
}

.single .footer {
    margin-top: 0;
}

.single__cnt {
    width: 960px;
    max-width: 90%;
    margin: 2rem auto 4rem;
}

.single-header img {
    width: 100%;
}

.single-header .time {
    font-size: 14px;
}

.single-header .title {
    background-color: white;
    padding: 2rem;
    position: relative;
    z-index: 1;
    font-weight: normal;
    font-size: 2rem;
    margin: 1rem auto;
    line-height: 1.4;
}

.single-header .title::before, .single-header .title::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    margin: 0.5rem;
}

.single-header .title::after {
    border-width: 0 0 18px 18px;
    border-color: transparent transparent #183D80 transparent;
    right: 0;
    bottom: 0;
}

.single-header .title::before {
    border-width: 18px 18px 0 0;
    border-color: #183D80 transparent transparent transparent;
    top: 0;
    left: 0;
}

.single-content {
    background-color: white;
    padding: 2rem;
}

.single-content a {
    color: #4290EB;
    text-decoration: underline;
    display: inline;
}

.single-content p {
    margin-bottom: 1.25rem;
}

.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin-bottom: 1.25rem;
}

.single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    font-size: 1.5rem;
}

.single-content ul {
    list-style: disc;
    margin: 2rem;
}

.single-content ol {
    margin: 2rem;
}

.single-content .wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 12px;
    text-align: right;
}

.single-content .wp-block-quote {
    background-color: #f7f7f7;
    padding: 2rem 3rem;
    border-radius: .5rem;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    margin: 2rem;
}

.single-content .wp-block-quote p {
    margin-bottom: 0.5rem;
}

.single-content .wp-block-quote cite {
    text-align: right;
}

.single-content .wp-block-quote cite a {
    color: #4290EB;
    text-decoration: underline;
}

.single-content .wp-block-quote::after, .single-content .wp-block-quote::before {
    content: "";
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
}

.single-content .wp-block-quote::before {
    background-image: url(../images/icon/blockquote1.svg);
    top: -18px;
    left: 16px;
}

.single-content .wp-block-quote::after {
    background-image: url(../images/icon/blockquote2.svg);
    bottom: -18px;
    right: 16px;
}

.single-content .wp-block-table {
    margin: 2rem auto;
}

.single-content .wp-block-table figcaption {
    text-align: right;
    font-size: 14px;
}

.single-content .wp-block-table table {
    border-collapse: collapse;
    margin-bottom: .5rem;
}

.single-content .wp-block-table table td {
    border: 1px solid #ddd;
    padding: .5rem 1rem;
}

.post-nav {
    margin-top: 1rem;
    background: white;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-nav .item {
    display: flex;
    align-items: center;
}

.post-nav a:hover {
    color: #4290EB;
}

.post-nav .archive .img {
    margin-right: 0.5rem;
    display: block;
    width: 1rem;
}

.post-nav .archive .inner {
    display: flex;
    align-items: center;
}

.post-nav .nav-next span:first-child {
    margin-right: 0.5rem;
}

.post-nav .nav-previous span:last-child {
    margin-left: 0.5rem;
}

@media screen and (max-width: 600px) {
    .single-header .title {
        font-size: 1.5rem;
    }
    .post-nav {
        font-size: 12px;
    }
    .nav-next .text {
        display: none;
        margin-right: 0.5rem;
    }
    .nav-previous .text {
        display: none;
    }
    .single-content {
        padding: 1rem;
    }
    .single-content p {
        line-height: 1.4;
    }
    .single-content .wp-block-quote {
        padding: 1rem 1rem;
        font-size: 12px;
        line-height: 1.4;
        margin: 0rem auto 1rem;
    }
}
