@charset "UTF-8"; /* --------------------------------------------------------------- */
/* 2025.12.09 SC追加 フォント読み込み */
/* --------------------------------------------------------------- */
@font-face {
    font-family: "LINE Seed JP_OTF";
    src: url("../font/LINESeedJP_OTF_Th.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "LINE Seed JP_OTF";
    src: url("../font/LINESeedJP_OTF_Rg.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "LINE Seed JP_OTF";
    src: url("../font/LINESeedJP_OTF_Bd.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "LINE Seed JP_OTF";
    src: url("../font/LINESeedJP_OTF_Eb.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


@media screen and (min-width: 768px) {
    .pc-off {
        display: none ;
    }
}

@media screen and (max-width: 767px) {
    .sp-off {
        display: none ;
    }
}

/* tel config */
@media screen and (max-width: 767px) {
    a[href^="tel:"] {
        color: #000;
    }
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}

html {
    color: #000;
    font-size: 62.5%;
    font-family: 'Noto Sans JP';
    /*font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
}

/*
@media all and (-ms-high-contrast: none){
}
*/

.recruitBlock01 {
  text-align: left;
}

@media screen and (max-width: 767px) {
}

a {
    color: #000;
    text-decoration: none;
}

#mw_wp_form_mw-wp-form-2442, #mw_wp_form_mw-wp-form-2483 {
    margin: 50px 0 100px;
}

input, select, option {
    /*-webkit-appearance: auto;	*/
}

input[type="text"], input[type="email"], select {
    /* height: 2em; */
    padding: 0 5px;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
}

/*input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 1px solid #b8b8b8;
    vertical-align: sub;
}*/

input[type="radio"] {
    border: 1px solid #b8b8b8;
    border-radius: 5px;
}

textarea {
    width: 100%!important;
    height: 200px;
}

table.entry_sheet {
    max-width: 100%;
    width: 90%;
    margin: 0 auto 50px;
}

table.entry_sheet tbody tr {
    /* border-bottom: 1px solid #ccc; */
}

table.entry_sheet tbody tr th {
    width: 120px;
    padding: 25px 20px;
    text-align: left;
    vertical-align: center;
}

table.entry_sheet tbody tr td {
    padding: 20px;
}

@media screen and (max-width: 767px) {
    table.entry_sheet tbody tr th, table.entry_sheet tbody tr td {
        display: block;
        padding: 10px 5px;
    }
}

table.entry_sheet tbody tr td label {
}

table.entry_sheet tbody tr td label[for="new-name-last"], table.entry_sheet tbody tr td label[for="new-name-first"], table.entry_sheet tbody tr td label[for="new-hurigana-last"], table.entry_sheet tbody tr td label[for="new-hurigana-first"], table.entry_sheet tbody tr td label[for="career-name-last"], table.entry_sheet tbody tr td label[for="career-name-first"], table.entry_sheet tbody tr td label[for="career-hurigana-last"], table.entry_sheet tbody tr td label[for="career-hurigana-first"] {
    display: inline-block;
    width: 2.5em;
    text-align: center;
}

.sheet-confirm table.entry_sheet tbody tr td label[for="new-name-last"], .sheet-confirm table.entry_sheet tbody tr td label[for="new-name-first"], .sheet-confirm table.entry_sheet tbody tr td label[for="new-hurigana-last"], .sheet-confirm table.entry_sheet tbody tr td label[for="new-hurigana-first"], .sheet-confirm table.entry_sheet tbody tr td label[for="career-name-last"], .sheet-confirm table.entry_sheet tbody tr td label[for="career-name-first"], .sheet-confirm table.entry_sheet tbody tr td label[for="career-hurigana-last"], .sheet-confirm table.entry_sheet tbody tr td label[for="career-hurigana-first"] {
    display: none;
}

table.entry_sheet tbody tr td input.name-last, table.entry_sheet tbody tr td input.name-first, table.entry_sheet tbody tr td input.hurigana-last, table.entry_sheet tbody tr td input.hurigana-first {
    width: 180px;
    max-width: 100%;
}

table.entry_sheet tbody tr td input.address, table.entry_sheet tbody tr td input.email, table.entry_sheet tbody tr td input.school {
    width: 100%;
}

table.entry_sheet tbody tr td span.mwform-zip-field {
    display: block;
}

table.entry_sheet tbody tr td select.prefectures {
    margin: 10px 0;
}

.mw_wp_form .error {
    margin-left: 15px;
}

.mw_wp_form button, .mw_wp_form button:hover, .mw_wp_form button:focus, .mw_wp_form button:active, .mw_wp_form button:visited {
    outline: none;
}

.mw_wp_form button:hover, .mw_wp_form button:focus, .mw_wp_form button:active {
    /* opacity: 0.8; */
    background-color: #195c86;
}

#mw_wp_form_mw-wp-form-2442 p.center, #mw_wp_form_mw-wp-form-2483 p.center {
    margin: 50px 0;
    text-align: center;
}

#mw_wp_form_mw-wp-form-2442 p.center a, #mw_wp_form_mw-wp-form-2483 p.center a {
    text-decoration: underline;
}

#entry_comfirm ul {
    display: none;
    width: 85%;
    margin: 0 auto 50px;
    padding: 20px;
    background-color: #ddd;
    text-align: left;
}

.sheet-confirm #entry_comfirm ul {
    display: block;
}

#entry_comfirm ul li {
    font-size: 14px;
    line-height: 160%;
}

#entry_comfirm ul li::before {
    content: "※";
    display: inline-block;
    width: 1em;
    height: 1em;
}

.sheet-confirm p.center, .thanks p.center {
    display: none;
}

.thanks #mw_wp_form_mw-wp-form-2442 p, .thanks #mw_wp_form_mw-wp-form-2483 p {
    margin-bottom: 1.5em;
}

.submit_btn {
    text-align: center;
}

.submit_btn button {
    height: 65px;
    background-color: #3588BB;
    border-radius: 44px;
    color: #FFF;
    padding: 0 24px;
    text-align: center;
    line-height: 65px;
    font-size: 1.6rem;
    border: none;
    width: 300px;
}

.submit_btn button:hover, .submit_btn button:focus {
    cursor: pointer;
}

#entry_comfirm.submit_btn button.send {
    margin-bottom: 30px;
}

#entry_comfirm.submit_btn button.back {
    width: 180px;
    background-color: #a0a0a0;
}

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

/* ------------------------------------------- */
/* print setting */
/* ------------------------------------------- */
@media print {
    body {
        -webkit-print-color-adjust: exact;
        position: relative;
        width: 1400px;
        zoom: 70%; }

    .inner,.breadcrumbs {
        /*width: 94% !important;*/
    }
}

@page {
    size: A4;
    margin: 10mm;
}

/* Template_type --------------------------------------------------------------- */
/* object-fit js css */
.object-fit {
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;'
}

/* --------------------------------------------------------------- */
/* common */
/* --------------------------------------------------------------- */
#wrapper {
  margin-left: auto;
  margin-right: auto;
}

#container {
    /* padding-top:80px; */
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #container {
        padding-top: 50px;
    }
}

/* --------------------------------------------- */
/* innerとwidthの設定 */
.inner {
    margin: 0 auto;
}

/* 現状サイトの設定 */
.w1200 {
    max-width: 1200px;
}

@media screen and (max-width: 1200px) {
    .w1200 {
        width:calc(100% - (45px * 2));
    }
}

@media screen and (max-width: 767px) {
    .w1200 {
        width:calc(100% - (20px * 2));
    }
}

.w1080 {
    max-width: 1080px;
}

@media screen and (max-width: 1100px) {
    .w1080 {
        width:calc(100% - (45px * 2));
    }
}

@media screen and (max-width: 767px) {
    .w1080 {
        width:calc(100% - (20px * 2));
    }
}

.w960 {
    max-width: 960px;
}

@media screen and (max-width: 1000px) {
    .w960 {
        width:calc(100% - (45px * 2));
    }
}

@media screen and (max-width: 767px) {
    .w960 {
        width:calc(100% - (20px * 2));
    }
}

.w840 {
    max-width: 840px;
}

@media screen and (max-width: 960px) {
    .w840 {
        width:calc(100% - (60px * 2));
    }
}

@media screen and (max-width: 767px) {
    .w840 {
        width:calc(100% - (20px * 2));
    }
}

.w700 {
    max-width: 650px;
}

@media screen and (max-width: 900px) {
    .w700 {
        width:calc(100% - (60px * 2));
    }
}

@media screen and (max-width: 650px) {
    .w700 {
        width:calc(100% - (20px * 2));
    }
}

/* 新サイト用 */
.w960 {
    width: 960px;
}

@media screen and (max-width: 1000px) {
    .w960 {
        width: calc(100vw - 40px);
    }
}

.w1240 {
    width: 1240px;
}

@media screen and (max-width: 1280px) {
    .w1240 {
        width: calc(100vw - 40px);
    }
}

.w1440 {
    width: 1440px;
}

@media screen and (max-width: 1480px) {
    .w1440 {
        width: calc(100vw - 40px);
    }
}

.w1720 {
    width: 1720px;
}

@media screen and (max-width: 1760px) {
    .w1720 {
        width: calc(100vw - 40px);
    }
}

/* --------------------------------------------- */
/* pc spの表示非表示 */
@media screen and (max-width: 1000px) {
    .sp-off-w1000 {
        display:none;
    }
}

/* pc-menu start */
#pc-menu {
    height: 100%;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    #pc-menu {
        display: none;
    }
}

/* pc-menu end */
/* sp-menu(pc) start */
#sp-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 100%;
    width: 100%;
    height: 100vh;
    background-color: #004EA2;
    transition: ease 0.2s bottom;
    overflow-y: scroll;
}

@media screen and (max-width: 767px) {
    #sp-menu {
        align-items: flex-start;
        top: 0;
        bottom: auto;
        left: 100%;
        background-color: #fff;
        transition: ease 0.2s left;
        overflow-y: hidden;
    }
}

.menu-on #sp-menu {
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .menu-on #sp-menu {
        left: 0;
        padding-bottom: 80px;
    }
}

@media print {
    #sp-menu {
        display: none !important;
    }
}

#total-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1160px;
}

@media screen and (max-width: 1240px) {
    #total-nav {
        padding-right: 20px;
        padding-left: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #total-nav {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-top: 80px;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        height: calc(100vh - 160px);
        overflow-y: scroll;
    }
}

#total-nav .column {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1240px) {
    #total-nav .column {
        margin-right: 30px;
        margin-top: 50px;
        width: calc((100% - 60px) / 3);
    }

    #total-nav .column:nth-of-type(1),#total-nav .column:nth-of-type(2),#total-nav .column:nth-of-type(3) {
        margin-top: 0;
    }

    #total-nav .column:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    #total-nav .column {
        flex-shrink: 0;
        margin-top: 0;
        margin-bottom: 30px;
        padding-left: 30px;
        width: auto;
    }

    #total-nav .column:first-of-type {
        /* margin-top: 80px; */
    }
}

#total-nav a, #total-nav p {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    letter-spacing: 0.05em;
    color: #fff;
}

@media screen and (max-width: 767px) {
    #total-nav a, #total-nav p {
        color: #004EA2;
    }
}

#total-nav a.fz16, #total-nav p.fz16 {
    font-size: 16px;
    line-height: 40px;
}

#total-nav a.fz14, #total-nav p.fz14 {
    font-size: 14px;
    line-height: 34px;
}

#total-nav a.item::before, #total-nav p.item::before {
    content: "";
    display: block;
    margin-right: 8px;
    width: 10px;
    height: 1px;
    background-color: #6695C7;
}

#total-nav a.newTab::after {
    content: '';
    display: block;
    margin-left: 6px;
    width: 12px;
    height: 12px;
    background-image: url(../img/icon_newTab.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    #total-nav a.newTab::after {
        background-image: url(../img/icon_newTab_blue.png);
    }
}

#total-nav .column:last-of-type {
    /* margin-top: 40px; */
}

#total-nav a.title span, #total-nav p.title span {
    display: none;
}

@media screen and (max-width: 1240px) {
    #total-nav .works-btn {
        width: 156px;
        height: 44px;
    }
}

header .entry-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    /* top: 36.6vh; */
    top: 363px;
    right: 0;
    z-index: 10;
    width: 100px;
    height: 290px;
    /*	background-image: url(../img/entry-btn-bg-pc.png);*/
    background-size: cover;
    background-color: #FE1481;
    overflow: hidden;
    /*  border-radius: 50px;*/
}

.menu-on header .entry-btn {
    display: none;
}

@media print {
    header .entry-btn {
        position: absolute;
    }
}

@media screen and (max-width: 767px) {
    header .entry-btn {
        top: 8px;
        right: 138px;
        z-index: 9;
        width: 78px;
        height: 34px;
        background-image: url(../img/entry-btn-bg-sp.png);
        border-radius: 50px;
    }

    .menu-on header .entry-btn {
        display: flex;
        z-index: 11;
    }
}

header .small-entry-btn {
    display: none;
    position: relative;
    z-index: 11;
    margin-bottom: 10px;
    width: 156px;
    height: 44px;
}

.menu-on header .small-entry-btn {
    display: block;
}

@media screen and (max-width: 767px) {
    header #total-nav .small-entry-btn {
        display: none;
    }
}

header .small-entry-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    right: 18px;
    width: 7px;
    height: 7px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    transform: rotate(45deg);
}

header .small-entry-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #14AEFE;
    border-radius: 22px;
    overflow: hidden;
}

header .small-entry-btn span::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #FE1481;
    mask-image: linear-gradient(#FFF, #FFF);
    -webkit-mask-image: linear-gradient(#FFF, #FFF);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
    mask-size: 0 100%;
    -webkit-mask-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: ease 0.2s;
}

header .small-entry-btn span:hover::before {
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}

header .small-entry-btn span::after {
    content: attr(data-button-text);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
}

header .entry-btn p {
    font-family: "Overpass";
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #fff;
    transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
    header .entry-btn p {
        margin-top: 3px;
        font-family: "Overpass";
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #fff;
        transform: none;
    }
}

@media screen and (min-width: 768px) {
    header .entry-btn:hover p {
        /*		color: #004EA2;*/ color: #fff;
    }

    header .entry-btn span {
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        /*		background-color: #fff;*/
        background-color: #1ea3fb;
        border-radius: 50%;
        transition: ease 0.6s width, ease 0.6s height;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    header .entry-btn:hover span {
        width: calc(290px * 2.25);
        height: 225%;
    }
}

header .works-btn {
    position: absolute;
    top: 39px;
    right: 40px;
    z-index: 1;
    width: 156px;
    height: 44px;
}

@media screen and (max-width: 1600px) {
    header .works-btn {
        right: 20px;
    }
}

@media screen and (max-width: 1240px) {
    header .works-btn {
        right: 12px;
        width: 120px;
        height: 40px;
    }
}

header .works-btn.small {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    header #total-nav .works-btn.small {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    header .works-btn {
        top: 8px;
        right: 55px;
        width: 78px;
        height: 34px;
        font-size: 12px;
        letter-spacing: 0.05em;
        border-radius: 17px;
    }

    .menu-on header .works-btn {
        z-index: 11;
    }
}

header .works-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    right: 18px;
    width: 7px;
    height: 7px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    transform: rotate(45deg);
}

@media screen and (max-width: 1240px) {
    header .works-btn::after {
        width: 5px;
        height: 5px;
    }
}

@media screen and (max-width: 767px) {
    header .works-btn::after {
        display: none;
    }
}

header .works-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FE1481;
    border-radius: 22px;
    overflow: hidden;
}

header .works-btn span::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #14AEFE;
    mask-image: linear-gradient(#FFF, #FFF);
    -webkit-mask-image: linear-gradient(#FFF, #FFF);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
    mask-size: 0 100%;
    -webkit-mask-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: ease 0.2s;
}

header .works-btn span:hover::before {
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}

header .works-btn span::after {
    content: attr(data-button-text);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 1240px) {
    header .works-btn span::after {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    header .works-btn span::after {
        font-size: 13px;
    }
}

/* ↓ハンバーガー↓ */
#humbarger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: 203px;
    z-index: 11;
    padding-right: 38px;
    padding-left: 70px;
    width: 50px;
    height: 100%;
}

@media screen and (max-width: 1600px) {
    #humbarger {
        right: 160px;
    }
}

@media screen and (max-width: 1240px) {
    #humbarger {
        right: 108px;
    }
}

#humbarger:hover {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #humbarger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 11;
        padding-right: 13px;
        padding-left: 13px;
        width: 50px;
        height: 100%;
        background-color: transparent;
    }

    #humbarger:hover {
        cursor: pointer;
    }

    .menu-on #humbarger {
        padding-right: 9px;
        background-color: #004EA2;
    }
}

#humbarger span {
    display: block;
    width: 36px;
    height: 2px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    #humbarger span {
        background-color: #004EA2;
    }
}

.blueMode #humbarger span {
    background-color: #004EA2;
}

.menu-on #humbarger span {
    background-color: #FFF;
}

#humbarger span:nth-of-type(1) {
    transform-origin: top left;
    transition: ease 0.2s transform;
}

@media screen and (max-width: 767px) {
    #humbarger span:nth-of-type(1) {
        width: 24px;
    }
}

.menu-on #humbarger span:nth-of-type(1) {
    margin-bottom: -1px;
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .menu-on #humbarger span:nth-of-type(1) {
        margin-bottom: 1px;
    }
}

#humbarger span:nth-of-type(2) {
    margin-top: 12px;
    margin-bottom: 12px;
    opacity: 1;
    transition: ease 0.2s opacity;
}

@media screen and (max-width: 767px) {
    #humbarger span:nth-of-type(2) {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 24px;
    }
}

.menu-on #humbarger span:nth-of-type(2) {
    opacity: 0;
}

#humbarger span:nth-of-type(3) {
    transform-origin: bottom left;
    transition: ease 0.2s transform;
}

@media screen and (max-width: 767px) {
    #humbarger span:nth-of-type(3) {
        width: 12px;
    }
}

.menu-on #humbarger span:nth-of-type(3) {
    margin-top: -1px;
    transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
    .menu-on #humbarger span:nth-of-type(3) {
        margin-top: 1px;
        width: 24px;
    }
}

/* ↑ハンバーガー↑ */
@media all and (min-width: 768px) {
    header.fixed {
        height: 90px;
        position: fixed;
        animation: slide_in 1s ease-out 0s;
        background-color: #0b4395;
        /*	background-image: url(../img/common_bg_fixed_.png);
	background-attachment: fixed;
	background-position: 0 0;
	background-blend-mode: soft-light;
*/
    }

    @keyframes slide_in {
        0% {
            top: -100px;
        }

        , 100% {
            top: 0;
        }
    }

    header.fixed_out {
        position: fixed;
        animation: slide_out 1s ease-out 0s;
    }

    @keyframes slide_out {
        0% {
            top: 0;
        }

        , 100% {
            top: -100px;
        }
    }

    header.fixed #header-logo {
        top: 20px;
        left: 50px;
        width: 100px;
    }

    header.fixed .whiteMode #header-logo span {
        font-size: 16px;
    }

    header.fixed #header-nav ul.normal-menu li > .normal-a {
        padding-top: 25px;
    }

    header.fixed .works-btn {
        top: 22px;
    }
}

#ft-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    width: 100%;
    background-color: #004EA2;
    z-index: 0;
    position: relative;
}

@media all and (max-width: 767px) {
    #ft-menu {
        display: none;
    }
}

body {
    background-color: #fff;
    /* 背景固定のため */
}

body.fixed {
    position: fixed;
    right: 0;
    left: 0;
}

#fixed-bg {
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/common_bg_fixed.jpg);
    mix-blend-mode: soft-light;
    opacity: 0.15;
}

.menu-on #fixed-bg {
    display: none;
}

@media print {
    #fixed-bg {
        display: none !important;
    }
}

#contents {
    position: relative;
}

/* --------------------------------------------------------------- */
/* btn */
/* --------------------------------------------------------------- */
.common-btn {
    text-align: center;
}

.content_btn {
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
    max-width: 670px;
    margin: 50px auto 50px;
    box-shadow: 0 5px rgba(30,30,30,0.21);
    transition: linear transform .1s;
}

.content_btn:hover {
    transform: scale(1.05);
    transition: linear transform .25s;
}

/* 下層の下の方にたまにあるボタン ここから */
ul.entry-btn {
    width: 100%;
    margin-top: 8rem;
    margin-bottom: 30px;
}

ul.entry-btn li a {
    width: 100%;
    height: 70px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    box-shadow: 0 5px rgb(30 30 30 / 21%);
    transition: linear transform .1s;
}

ul.entry-btn .red-btn a {
    background-color: #F82864;
}

ul.entry-btn .green-btn a {
    margin-top: 20px;
    background-color: #06C7B4;
}

ul.entry-btn .blue-btn a {
    margin-top: 20px;
    background-color: #004EA2;
}

ul.entry-btn li a:hover {
    transform: scale(1.05);
    transition: linear transform .25s;
}

.foot-btn-group {
    width: 100%;
    margin-top: 8rem;
    margin-bottom: 30px;
}

.foot-btn-group li a {
    width: 100%;
    height: 70px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    box-shadow: 0 5px rgb(30 30 30 / 21%);
    transition: linear transform .1s;
}

.foot-btn-group .red-btn a {
    background-color: #F82864;
}

.foot-btn-group .green-btn a {
    margin-top: 20px;
    background-color: #06C7B4;
}

.foot-btn-group li a:hover {
    transform: scale(1.05);
    transition: linear transform .25s;
}

/* 下層の下の方にたまにあるボタン ここまで*/
.common-btn .pink-btn {
    width: 340px;
    height: 70px;
    background-color: #F82864;
    border-radius: 44px;
    color: #FFF;
    text-align: center;
    line-height: 70px;
    box-shadow: 0 5px rgba(30,30,30,0.21);
    transition: linear transform .1s;
}

@media screen and (max-width: 500px) {
    .common-btn .pink-btn {
        width:100%;
        height: 55px;
        line-height: 55px;
    }
}

.common-btn .pink-btn:hover {
    transform: scale(1.05);
    transition: linear transform .25s;
}

/*.pink-btn:active{
	box-shadow:none;
	transform: translateY(5px);
}
*/
.common-btn .entry-btn {
    width: 500px;
    height: 76px;
    background-color: #06C7B4;
    border-radius: 44px;
    color: #FFF;
    text-align: center;
    line-height: 76px;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .common-btn .entry-btn {
        width:100%;
        height: 60px;
        line-height: 60px;
    }
}

.common-btn .entry-btn:hover {
    background-color: #004EA2;
    transition: all .4s;
}

/* ここまで現状サイト用 */
/* ここから新サイト用に追加 */
/* type01 */
.common-btn.type01 {
    display: block;
    position: relative;
    z-index: 0;
    margin-right: auto;
    margin-left: auto;
    width: 480px;
    height: 100px;
    background-color: #000;
    border: solid 2px #000;
    border-radius: 50px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .common-btn.type01 {
        width: 270px;
        height: 52px;
    }
}

.common-btn.type01.blue {
    background-color: #004EA2;
    border-color: #004EA2;
}

.common-btn.type01:hover {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .common-btn.type01:hover {
        background-color: #fff;
    }
}

@media screen and (min-width: 768px) {
    .common-btn.type01::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        mask-image: linear-gradient(#FFF, #FFF);
        -webkit-mask-image: linear-gradient(#FFF, #FFF);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-position: 0 0;
        -webkit-mask-position: 0 0;
        mask-size: 0 100%;
        -webkit-mask-size: 0 100%;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transition: ease 0.2s;
    }

    .common-btn.type01:hover::before {
        mask-size: 100% 100%;
        -webkit-mask-size: 100% 100%;
    }
}

.common-btn.type01::after {
    content: attr(data-button-text);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .common-btn.type01::after {
        font-size: 14px;
    }
}

.common-btn.type01:hover::after {
    color: #000;
}

.common-btn.type01.blue:hover::after {
    color: #004EA2;
}

.common-btn.type01.w300 {
    width: 300px;
    height: 62px;
}

@media screen and (max-width: 767px) {
    .common-btn.type01.w300 {
        width: 270px;
        height: 52px;
    }

    .common-btn.type01.w300::after {
        font-size: 14px;
    }
}

/* --------------------------------------------------------------- */
/* title */
/* --------------------------------------------------------------- */
.index-title {
    text-align: center;
    font-size: 3.6rem;
    letter-spacing: 0.12em;
    margin-bottom: 25px;
    font-family: 'Soleil','Noto Sans JP';
}

@media screen and (max-width: 767px) {
    .index-title {
        font-size: 2.3rem;
        margin-bottom: 15px;
    }
}

.index-title-ex {
    text-align: center;
    letter-spacing: 1.5px;
}

@media screen and (max-width: 500px) {
    .index-title-ex {
        font-size:1.2rem;
    }
}

.index-title2 {
    font-size: 4.4rem;
    letter-spacing: 1.0px;
    font-family: 'Soleil','Noto Sans JP';
}

@media screen and (max-width: 767px) {
    .index-title2 {
        font-size:3.5rem;
    }
}

@media screen and (max-width: 414px) {
    .index-title2 {
        font-size:3.2rem;
    }
}

/* ------------------------------------------- */
/* .common-title */
/* ------------------------------------------- */
/* type01 */
.common-title.type01 {
    position: relative;
    z-index: -1;
    padding-top: 161px;
    padding-bottom: 71px;
    background-color: #1C4496;
}

@media screen and (max-width: 767px) {
    .common-title.type01 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 120px;
    }
}

header.blueMode + main .common-title.type01 {
    background-color: #fff;
}

.common-title.type01 .main {
    margin-bottom: 11px;
    font-family: "aktiv-grotesk";
    font-size: 70px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .common-title.type01 .main {
        font-size: 32px;
    }
}

header.blueMode + main .common-title.type01 .main {
    color: #004EA2;
}

.common-title.type01 .sub {
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .common-title.type01 .sub {
        font-size: 14px;
    }
}

header.blueMode + main .common-title.type01 .sub {
    color: #004EA2;
}

/* type02 */
.common-title.type02 {
    font-size: 2.8rem;
    line-height: 1.46;
    padding-bottom: 30px;
}

@media(max-width: 767px) {
    .common-title.type02 {
        font-size: 2.4rem;
    }
}

/* type03 */
.common-title.type03 {
    font-size: 2.0rem;
    padding: 60px 0 15px 0;
    line-height: 1.45;
    border-bottom: 1px solid #C4C4C4;
}

@media(max-width: 767px) {
    .common-title.type03 {
        font-size:1.8rem;
    }
}

/* type04 */
.common-title.type04 {
    font-size: 1.8rem;
    padding: 39px 0 25px 0;
    line-height: 1.5;
    color: #004EA2;
}

@media(max-width: 767px) {
    .common-title.type04 {
        font-size:1.6rem;
    }
}

/* type05 */
.common-title.type05 {
    position: relative;
    margin-bottom: 60px;
    padding-left: 60px;
    font-weight: bold;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.67;
}

@media screen and (max-width: 767px) {
    .common-title.type05 {
        margin-bottom: 20px;
        padding-left: 30px;
        font-size: 1.8rem;
    }
}

.common-title.type05:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
    width: 30px;
    height: 2px;
    background: #004ea2;
}

@media screen and (max-width: 767px) {
    .common-title.type05:before {
        top: 15px;
        width: 15px;
    }
}

h3 .questionnaire-h3 {
    color: #444;
    font-size: 85%;
}

/* 以下、新サイト用に追加 */
/* type06 */
.common-title.type06 {
    margin-right: auto;
    margin-left: auto;
}

.common-title.type06 p {
    font-family: "aktiv-grotesk";
    font-size: 70px;
    letter-spacing: 0.02em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .common-title.type06 p {
        font-size: 40px;
    }
}

.common-title.type06 h2 {
    margin-top: 30px;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.1em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .common-title.type06 h2 {
        margin-top: 9px;
        font-size: 20px;
    }
}

/* --------------------------------------------------------------- */
/* common-text */
/* --------------------------------------------------------------- */
/* 新サイト用 */
/* type01 */
.common-text.type01 {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 36px;
}

@media screen and (max-width: 767px) {
    .common-text.type01 {
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 28px;
    }
}

/* --------------------------------------------------------------- */
/* subpage common */
/* --------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .breadcrumbs-con {
        overflow-x: scroll;
    }
}

.breadcrumbs-con ol {
    padding-top: 21px;
    display: flex;
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .breadcrumbs-con ol {
        padding: 0 0 10px;
        width: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        margin-top: 20px;
    }
}

.breadcrumbs-con li {
    padding-right: 36px;
    color: #004EA2;
    font-weight: bold;
    position: relative;
}

.breadcrumbs-con li:before {
    display: block;
    content: "";
    width: 5px;
    height: 8px;
    background: url(../img/icon_breadcrumbs-con.png) no-repeat center center;
    position: absolute;
    top: 50%;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    right: 16px;
}

.breadcrumbs-con li:last-child:before {
    display: none;
}

.breadcrumbs-con li span, .breadcrumbs-con li a {
    color: #B8B8B8;
    font-weight: normal;
}

/* ------------------------------------------- */
/* common-table */
/* ------------------------------------------- */
.common-table {
    margin-top: 153px;
    margin-bottom: 282px;
    /*202px - dl margin-bottom20px*/
    table-layout: fixed;
}

@media(max-width: 900px) {
    .common-table {
        margin:110px 0 120px 0;
    }
}

.common-table th, .common-table td {
    /* padding: 10px 0; */
    padding: 24px 0;
    vertical-align: top;
    line-height: 1.5;
    box-sizing: border-box;
}

.common-table th {
    text-align: left;
}

.common-table.type01 th {
    width: 20%;
}

.common-table.type02 th {
    width: 15%;
}

.common-table td {
    padding-right: 25px;
    width: 30%;
}

.common-table td ul.Service__clientsList {
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.common-table td ul.Service__clientsList li {
    width: 20%;
    padding: 0 2%;
}

@media screen and (min-width: 701px) {
    .common-table td ul.Service__clientsList li {
        width: 16.6%;
    }
}

@media screen and (max-width: 767px) {
    #container .common-table th, #container .common-table td {
        display: block;
        /* padding: 0; */
        padding: 20px 0;
        width: 100%;
    }

    #container .common-table th {
        padding: 20px 0 0;
    }

    .common-table td {
        padding: 0 0 15px;
    }
}

.common-table td div.inner {
    display: inline-block;
    margin-top: 1.5em;
    padding: 15px;
    background-color: #ececec;
    border-radius: 5px;
    font-size: 14px;
}

.common-table td span.inner_title {
    display: inline-block;
    color: #004EA2;
    font-weight: bold;
    font-size: 16px;
}

.common-table td span.bold {
    font-weight: bold;
}

/* ------------------------------------------- */
/* common-term-list */
/* ------------------------------------------- */
.common-term-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
    border-left: 1px solid #C4C4C4;
}

@media screen and (max-width: 767px) {
    .common-term-list {
        margin-bottom: 40px;
        border-left: 0;
    }
}

.common-term-list li {
    flex: 1 0 auto;
    border-right: 1px solid #C4C4C4;
}

@media screen and (max-width: 767px) {
    .common-term-list li {
        flex: none;
        margin-bottom: 1%;
        margin-left: 2%;
        width: 49%;
        border: 1px solid #C4C4C4;
        border-radius: 2px;
        box-sizing: border-box;
    }

    .common-term-list li:nth-child(2n+1) {
        margin-left: 0;
    }
}

.common-term-list li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 14px;
    color: #c4c4c4;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.38;
    text-decoration: none;
    transition: ease .25s color;
}

@media screen and (max-width: 767px) {
    .common-term-list li a {
        padding: 5px 10px;
        font-size: 1.2rem;
        text-align: center;
    }
}

.common-term-list li.current-menu-item a {
    color: #000;
}

@media screen and (min-width: 1025px) {
    .common-term-list li a:hover {
        color: #000;
    }
}

/* ------------------------------------------- */
/* common-staff-list */
/* ------------------------------------------- */
.common-staff-list {
    display: flex;
    flex-wrap: wrap;
}

.common-staff-list li {
    margin-bottom: 50px;
    margin-left: 21px;
    width: calc(25% - 16px);
}

@media screen and (min-width: 1081px) {
    .common-staff-list li:nth-child(4n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
    .common-staff-list li {
        margin-bottom: 30px;
        margin-left: 2%;
        width: 32%;
    }

    .common-staff-list li:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .common-staff-list li {
        margin-left: 2%;
        margin-bottom: 20px;
        width: 49%;
    }

    .common-staff-list li:nth-child(2n+1) {
        margin-left: 0;
    }
}

.common-staff-list li a {
    display: block;
    text-decoration: none;
}

.common-staff-list li .photo-box {
    position: relative;
    margin-bottom: 14px;
}

.common-staff-list li .photo-box:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 20px;
    height: 20px;
    background: no-repeat center center / 20px auto;
    pointer-events: none;
}

.common-staff-list li .photo-box.i1:after {
    background-image: url(../img/icon_system01.png);
}

.common-staff-list li .photo-box.i2:after {
    background-image: url(../img/icon_system02.png);
}

.common-staff-list li .photo-box.i3:after {
    background-image: url(../img/icon_system03.png);
}

.common-staff-list li .photo-box .photo {
    overflow: hidden;
    border-radius: 8px;
}

.common-staff-list li .photo-box .photo img {
    width: 100%;
    height: auto;
    transition: ease .25s transform;
}

@media screen and (min-width: 1025px) {
    .common-staff-list li a:hover .photo-box .photo img {
        transform: scale(1.1);
    }
}

.common-staff-list li .photo-box .year {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: block;
    width: 146px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    border-radius: 5px 0px 0px 5px;
    background: #f82864;
}

@media screen and (max-width: 767px) {
    .common-staff-list li .photo-box .year {
        height: 20px;
        font-size: 1rem;
        line-height: 20px;
    }
}

/* text-box */
.common-staff-list li .text-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.common-staff-list li .text-box .job {
    width: 30%;
    height: 20px;
    color: #666;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    border: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
    .common-staff-list li .text-box .job {
        height: 16px;
        line-height: 16px;
    }
}

.common-staff-list li .text-box .name-set {
    margin-left: auto;
    width: 60%;
}

.common-staff-list li .name {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.15em;
    color: #000;
}

@media screen and (max-width: 767px) {
    .common-staff-list li .name {
        margin-bottom: 5px;
        font-size: 1.6rem;
    }
}

.common-staff-list li .spell {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #f82864;
}

@media screen and (max-width: 767px) {
    .common-staff-list li .spell {
        font-size: 1rem;
    }
}

#news .category-list {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    #news .category-list {
        margin-bottom: 25px;
        width: 100%;
    }
}

#news .category-list li {
    margin-right: 8px;
    width: 300px;
    height: 64px;
    background-color: #FFFFFF;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    #news .category-list li {
        flex: auto;
        margin-right: 0;
        width: auto;
        height: 44px;
        border-radius: 0;
    }
}

#news .category-list li:last-of-type {
    margin-right: 0;
}

#news .category-list li.current-menu-item {
    position: relative;
    background-color: #1C4496;
}

#news .category-list li.current-menu-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -24px;
    box-sizing: border-box;
    width: 20px;
    height: 24px;
    border-top: solid 12px #1C4496;
    border-right: solid 12px transparent;
    border-left: solid 12px transparent;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    #news .category-list li.current-menu-item::after {
        bottom: -12px;
        width: 12px;
        height: 12px;
        border-width: 6px;
    }
}

#news .category-list li.current-menu-item button, #news .category-list li a, body.home #news .category-list li button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    #news .category-list li.current-menu-item button, #news .category-list li a, body.home #news .category-list li button {
        font-size: 12px;
    }
}

#news .category-list li.current-menu-item button {
    color: #FFF;
}

#news .category-list li a:hover, #news .category-list li button:hover {
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    #news .category-list li a::before, body.home #news .category-list li button::before {
        pointer-events: none;
        content: "";
        position: absolute;
        top: -5%;
        left: -5%;
        width: 110%;
        height: 110%;
        border: solid 3px transparent;
        border-radius: 5px;
        transition: ease 0.25s all;
    }

    #news .category-list li a:hover::before, body.home #news .category-list li button:hover::before {
        top: 0;
        left: 0;
        width: 98%;
        height: 93%;
        border: solid 3px #1C4496;
    }
}

#news .category-list li.current-menu-item a:hover, #news .category-list li.current-menu-item button:hover {
    cursor: auto;
}

@media screen and (min-width: 768px) {
    #news .category-list li.current-menu-item a:hover::before, body.home #news .category-list li.current-menu-item button:hover::before {
        display: none;
    }
}

#news .w1440 {
    position: relative;
}

#news .news-list_typetxt li time {
    display: inline-block;
    margin-right: 3em;
}

#news .news-list_typetxt li a {
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
    transition: all .3s ease;
    color: #333;
}

#news .news-list_typetxt li a:hover,
#news .news-list_typetxt li a:visited,
#news .news-list_typetxt li a:focus {
    color: #004ea2;
    transition: all .3s ease;
}

#news .news-list {
    display: none;
}

#news .news-list.current-news-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
    #news .news-list.current-news-list {
        margin-bottom: 0;
    }
}

#news .news-list li {
    margin-right: 53px;
    margin-bottom: 40px;
    width: calc((100% - 159px) / 4);
    border-bottom: solid 1px #D9CEB2;
}

@media screen and (max-width: 1024px) {
    #news .news-list li {
        margin-right: 25px;
        margin-bottom: 24px;
        width: calc((100% - 25px) / 2);
    }
}

#news .news-list li:nth-of-type(4n) {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    #news .news-list li:nth-of-type(2n) {
        margin-right: 0;
    }
}

#news .news-list li a {
    padding-bottom: 34px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    #news .news-list li a {
        padding-bottom: 17px;
    }
}

#news .news-list .top-image {
    margin-bottom: 29px;
    border-radius: 10px;
    width: 100%;
    height: calc((100vw - 500px - 159px) / 4 / 320 * 220);
    max-height: calc((1440px - 159px) / 4 / 320 * 220);
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    #news .news-list .top-image {
        margin-bottom: 10px;
        height: calc((100vw - 40px - 25px) / 2 / 155 * 106);
    }
}

#news .news-list img {
    width: 100%;
    height: 100%;
    transition: ease 0.2s transform;
}

#news .news-list li:hover img {
    transform: scale(1.1);
}

#news .news-list .type-line1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 31px;
}

@media screen and (max-width: 1600px) {
    #news .news-list .type-line1 {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    #news .news-list .type-line1 {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 7px;
    }
}

#news .news-list .type-category {
    padding-top: 4px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-left: 7px;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
}

@media screen and (max-width: 1600px) {
    #news .news-list .type-category {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    #news .news-list .type-category {
        margin-bottom: 8px;
        font-size: 12px;
    }
}

#news .news-list .type-category.recruit-event {
    background-color: #F98F8F;
}

#news .news-list .type-category.news {
    background-color: #69C8C8;
}

#news .news-list .type-category.factory {
    background-color: #F8D122;
}

#news .news-list .type-date {
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    #news .news-list .type-date {
        font-size: 12px;
    }
}

#news .news-list .type-title {
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 32px;
}

@media screen and (max-width: 767px) {
    #news .news-list .type-title {
        font-size: 14px;
        line-height: 22px;
    }
}

#news .news-list li:hover .type-title {
    text-decoration: underline;
}


#news.type_txt{
    
}

#news .news-list_typetxt {
    margin: 0 auto 36px;
    width: 100%;
    max-width: 960px;
}

#news .news-list_typetxt li {
    line-height: 1.6;
    padding: 12px 0;
}

@media all and (min-width: 768px) {
    #news .news-list_typetxt li {
        display: flex;
        justify-content: flex-start;
    }
}

#news.type_txt .category-list{
    display: none;
}
#news.type_txt .news-list.current-news-list{
    display: block;
    margin: 0 auto 36px;
    width: 100%;
    max-width: 960px;
}
#news.type_txt .news-list li{
    width: 100%;
    margin: 0;
    border-bottom: solid 1px #cecece;
}
#news .news-list li a{
    padding: 20px 0;
}
@media all and (min-width: 768px){
    #news .news-list li a .white-back{
        display: flex;
        justify-content: flex-start;
    }
}
#news.type_txt .news-list .top-image{
    display: none;
}
#news.type_txt .news-list .type-category{
    display: none;
}
#news.type_txt .news-list .type-category{
    display: none;
}
#news.type_txt .news-list .type-date{
    line-height: 1.6;
}
#news.type_txt .news-list .type-line1{
    margin: 0 3em 0 0;
}
#news.type_txt .news-list .type-title{
    font-size: 16px;
    line-height: 1.6;
}

#news.type_txt .news-list a .type-title{
    text-decoration: underline;
    transition: all .3s ease;
    color: #333;
}
#news.type_txt .news-list a:hover .type-title{
    color: #004ea2;
    transition: all .3s ease;
}



/* common-passion-list */
.common-passion-list {
    display: flex;
    flex-wrap: wrap;
}

.common-passion-list li img {
    width: 100%;
    height: auto;
}

.common-passion-list li {
    width: 320px;
    padding-bottom: 5px;
}

.archive .common-passion-list li {
    width: 280px;
    margin-left: 33px;
    margin-bottom: 33px;
}

.common-passion-list li a {
    display: block;
    height: 100%;
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0 5px rgba(36,36,36,0.1);
    transition: ease .25s box-shadow;
    overflow: hidden;
}

@media screen and (min-width: 1025px) {
    .common-passion-list li a:hover {
        box-shadow: 0 5px #004EA2;
    }
}

@media screen and (min-width: 1025px) {
    .common-passion-list li .top-image {
        overflow: hidden;
    }

    .common-passion-list li .top-image img {
        transition: ease .25s transform;
    }

    .common-passion-list li a:hover .top-image img {
        transform: scale(1.1);
    }
}

.common-passion-list .passion-title {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    background-color: #FFF;
    border-radius: 0 0 8px 8px;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
}

/* ------------------------------------------- */
/* breadcrumbs */
/* ------------------------------------------- */
#breadcrumbs {
    position: relative;
    margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
    #breadcrumbs {
        margin-bottom: 30px;
    }
}

/* --------------------------------------------------------------- */
/* .edit-area.page */
/* --------------------------------------------------------------- */
.edit-area.page {
    /*padding-top: 90px;*/
    padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
    .edit-area.page {
        padding-bottom: 80px;
    }
}

.edit-area.page p {
    letter-spacing: 0.8px;
    line-height: 3rem;
}

@media(max-width: 767px) {
    .edit-area.page p {
        letter-spacing: 0.5px;
        line-height: 2.2rem;
    }
}

@media(max-width: 500px) {
    .edit-area.page p {
        line-height: 1.8rem;
        font-size: 1.2rem;
    }
}

/* ------------------------------------------- */
/* image-set */
/* ------------------------------------------- */
.float-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media(max-width: 767px) {
    .float-set {
        flex-direction: column;
    }
}

@media(min-width: 768px) {
    .float-set.right {
        /*画像とテキストを入れ替えたいときはこのクラスを付与*/ flex-direction: row-reverse;
    }
}

/* type01 */
.float-set.type01 {
    margin: 60px 0 80px;
}

@media(max-width: 767px) {
    .float-set.type01 {
        margin: 30px 0 40px;
    }
}

.float-set.type01 .photo-box {
    width: 420px;
    overflow: hidden;
}

@media(max-width: 1080px) {
    .float-set.type01 .photo-box {
        width: 45%;
    }
}

@media(max-width: 767px) {
    .float-set.type01 .photo-box {
        width: 100%;
    }
}

.float-set.type01 .photo-box img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.float-set.type01 .photo-box .caption {
    font-size: 1.4rem;
    letter-spacing: 1.5px;
    padding-top: 10px;
    line-height: 1.4;
}

@media(max-width: 767px) {
    .float-set.type01 .photo-box .caption {
        font-size: 1.2rem;
        padding-top: 5px;
    }
}

.float-set.type01 .photo-box + .text-box {
    width: calc(100% - 480px);
}

@media(max-width: 1080px) {
    .float-set.type01 .photo-box + .text-box {
        width: 50%;
    }
}

@media(max-width: 767px) {
    .float-set.type01 .photo-box + .text-box {
        width: 100%;
        margin-top: 15px;
    }
}

.float-set.type01 .text-box .float-title {
    margin-bottom: 22px;
    font-size: 2.0rem;
    line-height: 1.7;
}

@media(max-width: 767px) {
    .float-set.type01 .text-box .float-title {
        font-size: 1.8rem;
    }
}

.float-set.type01 .text-box p {
    line-height: 1.88;
}

.link-btn {
    margin-top: 40px;
}

.link-btn.clm-4 li {
    width: 100%;
}

.link-btn.clm-4 li a {
    width: 100%!important;
    margin: 0 0 20px 0;
}

@media screen and (min-width: 499px) {
    .link-btn.clm-4 {
        display:flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .link-btn.clm-4 li {
        margin-bottom: 15px;
        width: 48%;
    }
}

/* 以下、旧サイト */
p.caution {
    color: #f82864;
}

input:disabled + span {
    color: #ccc;
    text-decoration: line-through;
}

/* --------------------------------------------------------------- */
/* 新サイト：.staff-post-list (staff-post一覧ページと、TOPページ) */
/* --------------------------------------------------------------- */
.staff-post-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 57px;
}

/* @media screen and (max-width: 767px) {
  .staff-post-list {
		flex-direction: column;
		margin-bottom: 0;
	}
} */
.staff-post-list li.sales {
    --speciality-color: #34EAFF;
}

.staff-post-list li.technology {
    --speciality-color: #FF808C;
}

.staff-post-list li.manufacture {
    --speciality-color: #FEC300;
}

.staff-post-list li.corporate {
    --speciality-color: #B991FF;
}

.staff-post-list li.management {
    --speciality-color: #8DF548;
}

.staff-post-list li.office-operation {
    --speciality-color: #FF85CE;
}

.staff-post-list li.consultant {
    --speciality-color: #D5FE00;
}

.staff-post-list li.creative {
    --speciality-color: #6EFFA8;
}

.staff-post-list li {
    margin-right: 60px;
    margin-bottom: 100px;
    width: calc((100% - 120px) / 3);
    height: 600px;
}

@media screen and (max-width: 1440px) {
    .staff-post-list li {
        margin-right: 4.17vw;
        margin-bottom: 6.94vw;
        width: calc((100% - 8.34vw) / 3);
        height: 41.67vw;
    }
}

@media screen and (max-width: 1200px) {
    .staff-post-list li {
        width: calc((100% - 4.17vw) / 2);
        height: calc((100vw - 2.78vw - 4.17vw) / 2 / 440 * 600);
    }
}

@media screen and (max-width: 767px) {
    .staff-post-list li {
        margin-right: 12px;
        width: calc((100% - 12px) / 2);
        height: calc((100vw - 2.78vw - 12px) / 2 / 440 * 600);
    }
}

/* @media screen and (max-width: 767px) {
  .staff-post-list li {
		margin-right: 0;
		width: 100%;
		height: calc((100vw - 2.78vw) / 440 * 600);
	}
} */
/*
@media screen and (max-width: 1620px) {
  .staff-post-list li {
		width: calc((100% - 60px) / 2);
	}
} */
/* @media screen and (max-width: 1440px) {
  .staff-post-list li {
		margin-right: 4.17vw;
		width: calc((100% - 8.34vw) / 3);
		height: 41.67vw;
	}
}

@media screen and (max-width: 1200px) {
  .staff-post-list li {
		margin-right: 0;
		margin-bottom: 20px;
		width: calc((100% - 4.17vw) / 2);
		height: calc((100% - 4.17vw) / 2 / 440 * 600);
	}
} */
.staff-post-list li:nth-of-type(3n-2) {
    position: relative;
    top: 80px;
}

@media screen and (max-width: 1440px) {
    .staff-post-list li:nth-of-type(3n-2) {
        top: 5.56vw;
    }
}

@media screen and (max-width: 1200px) {
    .staff-post-list li:nth-of-type(3n-2) {
        top: 0;
    }
}

/* @media screen and (max-width: 1200px) {
  .staff-post-list li:nth-of-type(3n-2) {
		top: 0;
	}
} */
.staff-post-list li:nth-of-type(3n) {
    position: relative;
    top: -80px;
    margin-right: 0;
}

@media screen and (max-width: 1440px) {
    .staff-post-list li:nth-of-type(3n) {
        top: -5.56vw;
    }
}

@media screen and (max-width: 1200px) {
    .staff-post-list li:nth-of-type(3n) {
        top: 0;
        margin-right: 4.17vw;
    }
}

@media screen and (max-width: 767px) {
    .staff-post-list li:nth-of-type(3n) {
        margin-right: 12px;
    }
}

/* @media screen and (max-width: 767px) {
	.staff-post-list li:nth-of-type(3n) {
		margin-right: 0;
	}
} */
@media screen and (max-width: 1200px) {
    .staff-post-list li:nth-of-type(2n) {
        position: relative;
        top: -5.56vw;
        margin-right: 0;
    }
}

/* @media screen and (max-width: 767px) {
  .staff-post-list li:nth-of-type(2n) {
		top: 0;
	}
} */
/* @media screen and (max-width: 1200px) {
  .staff-post-list li:nth-of-type(3n){
		top: 0;
		margin-right: 4.17vw;
	}
}

@media screen and (max-width: 767px) {
  .staff-post-list li:nth-of-type(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 1200px) {
  .staff-post-list li:nth-of-type(2n) {
		position: relative;
		top: -2.78vw;
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
  .staff-post-list li:nth-of-type(2n) {
		top: 0;
	}
}

@media screen and (max-width: 1200px) {
  .staff-post-list li:nth-of-type(2n-1) {
		position: relative;
		top: 2.78vw;
	}
}

@media screen and (max-width: 767px) {
  .staff-post-list li:nth-of-type(2n-1) {
		top: 0;
	}
} */
.staff-post-list li a {
    position: relative;
    width: 100%;
    height: 100%;
}

.staff-post-list li .img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 40px;
    width: calc(100% - 40px);
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 1440px) {
    .staff-post-list li .img-wrapper {
        left: 2.78vw;
        width: calc(100% - 2.78vw);
    }
}

/* @media screen and (max-width: 1440px) {
  .staff-post-list li .img-wrapper {
		left: 2.78vw;
		width: calc(100% - 2.78vw);
	}
}

@media screen and (max-width: 767px) {
	.staff-post-list li .img-wrapper {
		left: 30px;
		width: calc(100% - 30px);
	}
} */
.staff-post-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: ease 0.2s transform;
}

.staff-post-list li:hover img {
    transform: scale(1.1);
}

.staff-post-list li .text-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    /* padding-top: 348px; */
    padding-bottom: 35px;
    height: 100%;
}

@media screen and (max-width: 1440px) {
    .staff-post-list li .text-area {
        padding-bottom: 2.43vw;
    }
}

/* @media screen and (max-width: 1440px) {
  .staff-post-list li .text-area {
		padding-bottom: 2.43vw;
	}
}

@media screen and (max-width: 767px) {
  .staff-post-list li .text-area {
		padding-top: 58%;
		padding-bottom: 7.2%;
	}
} */
.staff-post-list li .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.staff-post-list li .title span {
    display: inline-block;
    position: relative;
    margin-bottom: 14px;
    padding-right: 0.25em;
    padding-left: 0.25em;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.05em;
    background-color: var(--speciality-color);
}

@media screen and (max-width: 1440px) {
    .staff-post-list li .title span {
        margin-bottom: 0.97vw;
        font-size: 2.08vw;
        line-height: 2.5vw;
    }
}

@media screen and (max-width: 1200px) {
    .staff-post-list li .title span {
        font-size: 3.12vw;
        line-height: 3.75vw;
    }
}

@media screen and (max-width: 767px) {
    .staff-post-list li .title span {
        font-size: max(12px, 3.12vw);
        line-height: max(16px, 3.75vw);
    }
}

/* @media screen and (max-width: 767px) {
  .staff-post-list li .title span {
		font-size: 6.24vw;
		line-height: 7.5vw;
	}
} */
/* @media screen and (max-width: 1440px) {
  .staff-post-list li .title span {
		margin-bottom: 0.97vw;
		font-size: 2.08vw;
		line-height: 2.5vw;
	}
}

@media screen and (max-width: 1200px) {
  .staff-post-list li .title span {
		font-size: 26px;
		line-height: 30px;
	}
}

@media screen and (max-width: 767px) {
  .staff-post-list li .title span {
		font-size: 20px;
		line-height: 24px;
	}
} */
.staff-post-list li:hover .title span {
    background-color: transparent;
}

.staff-post-list li .title span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    mask-image: linear-gradient(#FFF, #FFF);
    -webkit-mask-image: linear-gradient(#FFF, #FFF);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
    mask-size: 0 100%;
    -webkit-mask-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: ease 0.3s;
    background-color: var(--speciality-color);
}

.staff-post-list li:hover .title span::before {
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}

.staff-post-list li .category, .staff-post-list li .info, .staff-post-list li .name {
    position: relative;
    margin-bottom: 5px;
    padding-right: 0.25em;
    padding-left: 0.25em;
    color: var(--speciality-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    background-color: #000;
}

@media screen and (max-width: 1440px) {
    .staff-post-list li .category, .staff-post-list li .info, .staff-post-list li .name {
        margin-bottom: 0.35vw;
        font-size: 1.11vw;
        line-height: 1.39vw;
    }
}

@media screen and (max-width: 1200px) {
    .staff-post-list li .category, .staff-post-list li .info, .staff-post-list li .name {
        font-size: 1.665vw;
        line-height: 2.085vw;
    }
}

@media screen and (max-width: 767px) {
    .staff-post-list li .category, .staff-post-list li .info, .staff-post-list li .name {
        font-size: max(10px, 1.665vw);
        line-height: max(13px, 2.085vw);
    }
}

/* 
@media screen and (max-width: 1200px) {
  .staff-post-list li .category, .staff-post-list li .info, .staff-post-list li .name {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (max-width: 767px) {
  .staff-post-list li .category, .staff-post-list li .info, .staff-post-list li .name {
		font-size: 12px;
		line-height: 16px;
	}
} */
.staff-post-list li:hover .category, .staff-post-list li:hover .info, .staff-post-list li:hover .name {
    background-color: transparent;
}

.staff-post-list li .category::before, .staff-post-list li .info::before, .staff-post-list li .name::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    mask-image: linear-gradient(#FFF, #FFF);
    -webkit-mask-image: linear-gradient(#FFF, #FFF);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
    mask-size: 0 100%;
    -webkit-mask-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: ease 0.3s;
    background-color: #000;
}

.staff-post-list li:hover .category::before, .staff-post-list li:hover .info::before, .staff-post-list li:hover .name::before {
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}

/* --------------------------------------------------------------- */
/* 2025.12.09 SC追加 headerとfooterのcss */
/* --------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    .pc-off {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-off {
        display: none !important;
    }
}

#header {
    .header-inner {
        #header-logo {
            top: 50% !important;
            transform: translateY(-50%) !important;
        }

        #pc-menu {
            #header-nav {
                right: 440px;
                & ul.normal-menu {
                    @media screen and (max-width: 1400px) {
                        display: none;
                    }

                    & li>.normal-a {
                        padding-left: 15px;
                        padding-right: 15px;
                    }
                }
            }
        }

        #humbarger {
            @media screen and (min-width: 767.01px) {
                right: 360px;
            }
        }

        .new-buttons {
            height: 100%;
            position: absolute;
            top: 0;
            right: 40px;
            display: flex;
            gap: 16px;
            align-items: center;
            @media screen and (max-width: 767px) {
                padding-right: 20px;
                gap: 10px; justify-content: flex-end; }

            & a {
                width: 156px;
                height: 44px;
                border-radius: 22px;
                background: #FFFFFF;
                border: 1px solid #FE1480;
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: 'Noto Sans';
                font-weight: 400;
                font-size: 16px;
                text-align: center;
                color: #FE1480;
                transition: opacity 0.3s ease;
                &:hover {
                    opacity: 0.7;
                }

                @media screen and (max-width: 767px) {
                    width: fit-content;
                    padding: 0 15px; height: 30px; border-radius: 15px; font-size: 12px; }
            }
        }
    }
}

#ft-addition {
    padding: 80px 0 160px;
    @media screen and (max-width: 767px) {
        padding: 40px 0 80px;
    }

    .boxes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        @media screen and (max-width: 767px) {
            grid-template-columns: 1fr;
            gap: 30px; }

        .box {
            position: relative;
            border-radius: 10px;
            padding-left: 30px;
            padding-bottom: 30px;
            transition: transform 0.3s ease;
            &:hover {
                transform: translateY(-10px);
            }

            @media screen and (max-width: 767px) {
                border-radius: 6px;
                padding-left: 20px; padding-bottom: 20px; &:hover {
                    transform: none;
                }
            }

            .big-text {
                font-family: 'LINE Seed JP_OTF';
                font-weight: 700;
                font-size: 130px;
                text-align: right;
                color: #FFFFFF;
                opacity: 0.2;
                @media screen and (max-width: 767px) {
                    font-size: 80px;
                }
            }

            .logo {
                margin-top: -60px;
                width: 160px;
                @media screen and (max-width: 767px) {
                    margin-top: -40px;
                    width: 100px; }
            }

            .ja {
                margin-top: 10px;
                font-family: 'LINE Seed JP_OTF';
                font-weight: 700;
                font-size: 36px;
                line-height: 110%;
                color: #FFFFFF;
                @media screen and (max-width: 767px) {
                    margin-top: 5px;
                    font-size: 24px; }
            }

            .en {
                margin-top: 10px;
                font-family: 'LINE Seed JP_OTF';
                font-weight: 700;
                font-size: 24px;
                line-height: 110%;
                color: #FFFFFF;
                @media screen and (max-width: 767px) {
                    margin-top: 6px;
                    font-size: 18px; }
            }

            .arrow {
                width: 50px;
                position: absolute;
                bottom: 30px;
                right: 20px;
                @media screen and (max-width: 767px) {
                    width: 30px;
                    bottom: 20px; right: 15px; }
            }
        }

        .box:nth-child(1) {
            background: linear-gradient(280.86deg, #FFE500 3.44%, #31C5FF 98.4%);
        }

        .box:nth-child(2) {
            background: linear-gradient(280.86deg, #CF2463 3.44%, #F0B922 98.4%);
        }
    }

    .three-btns {
        margin-top: 60px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        @media screen and (max-width: 767px) {
            grid-template-columns: 1fr;
        }

        & li {
            & a {
                height: 70px;
                border-radius: 10px;
                background-color: #fff;
                border: 1px solid #004ea2;
                box-shadow: 0 5px rgba(30, 30, 30, 0.21);
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: "Noto Sans JP";
                font-size: 16px;
                color: #004ea2;
                text-align: center;
                transition: transform 0.3s linear;
                &:hover {
                    transform: scale(1.05);
                }
            }
        }

        & li: first-child {
            & a {
                border: 1px solid #F82864;
                color: #F82864;
            }
        }
    }
}
