@charset "UTF-8";
@import url(../css/reset.css);
@import url(../css/config-recruit.css);
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap"); */

/* =========================================================
Colors used throughout the site
========================================================= */

/* =========================================================
Define fonts for site-wide
========================================================= */

.card-box-header {
    /* background-color: #00235d !important; */
    color: #ffffff !important;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1rem;
    /* font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif; */
    line-height: 1.6;
}

header {
    font-size: 1.2rem;
}

main {
    font-size: 1.4rem;
}

/* =========================================================
Parts to be @extended
========================================================= */

/* clearfix
--------------------------------------------------------- */

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* border-box
--------------------------------------------------------- */

.isBorderBox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* =========================================================
Settings for general tags
========================================================= */

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

em,
i {
    font-style: normal;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

::-ms-input-placeholder {
    color: #aaa;
}

::placeholder {
    color: #aaa;
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 16px;
    resize: vertical;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    background: url("/assets/images/icons/select_ic01.png") right center
        no-repeat #fff;
    background-size: 18px 11px;
    margin-right: 10px;
    padding: 6px;
    padding-right: 40px;
    min-width: 90px;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 768px) {
    select {
        margin-right: 5px;
        padding: 3px 5px;
        padding-right: 30px;
        min-width: 80px;
        font-size: 14px;
    }
}

textarea {
    vertical-align: bottom;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    font-size: 16px;
}

input[type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 24px;
}

button,
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

button::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

button::focus,
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

sup {
    font-size: 10px;
    vertical-align: text-top;
}

/* =========================================================
utility
========================================================= */

/* media
--------------------------------------------------------- */

.u-media-PC {
    font-size: 56px;
    font-weight: 700;
    /* color: #00235d; */
}

.sub .u-media-PC {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.u-media-PC span {
    font-size: 16px;
    font-weight: 700;
}

.sub .u-media-PC span {
    font-size: 16px;
    font-weight: 700;
}

.sub {
    /* background-color: #00235d; */
    padding: 10px;
}
.work-bottom {
    position: absolute;
    right: 3em;
    bottom: 0;
}
.work-bottom .sub {
    background-color: #000000;
    padding: 3px 15px;
}

@media screen and (min-width: 769px) {
    .u-media-SP {
        display: none !important;
    }
    .u-media-TAB {
        display: none !important;
    }
}

@media screen and (min-width: 1101px) {
    .u-media-SP1 {
        display: none !important;
    }
}

@media screen and (max-width: 1000px) {
    .u-media-SP {
        display: none !important;
    }
    .u-media-TAB {
        display: inline-block !important;
    }
}

@media screen and (max-width: 768px) {
    .u-media-PC {
        display: none !important;
    }
    .u-media-SP span {
        font-size: 16px;
        font-weight: 700;
        white-space: nowrap;
    }
    .u-media-SP {
        display: block !important;
        font-size: 20px;
        font-size: 40px;
        font-weight: 700;
        /* color: #00235d; */
    }
    .sub .u-media-SP {
        display: block !important;
        font-size: 16px;
        color: #fff;
    }
    .u-media-SP.inline {
        display: inline-block !important;
    }
    .u-media-SP.block {
        display: block !important;
    }
    .u-media-SP.flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media only screen and (max-width: 499px) {
    .u-media-SP {
        font-size: 27px;
    }
}

@media screen and (max-width: 1100px) {
    .u-media-PC1 {
        display: none !important;
    }
    .u-media-SP1 {
        display: block !important;
    }
    .u-media-SP1.inline {
        display: inline-block !important;
    }
    .u-media-SP1.block {
        display: block !important;
    }
    .u-media-SP1.flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

/* margin-bottom
--------------------------------------------------------- */

.u-mb {
    margin-bottom: 20px;
}

.u-mb-VS {
    margin-bottom: 5px;
}

.u-mb-S {
    margin-bottom: 10px;
}

.u-mb-L {
    margin-bottom: 40px;
}

/* margin-top
--------------------------------------------------------- */

.u-mt {
    margin-top: 20px;
}

.u-mt-VS {
    margin-top: 5px;
}

.u-mt-S {
    margin-top: 10px;
}

.u-mt-L {
    margin-top: 40px;
}

/* text-align
--------------------------------------------------------- */

.u-textAlign-L {
    text-align: left;
}

.u-textAlign-R {
    text-align: right;
}

.u-textAlign-C {
    text-align: center;
}

.regularJob,
.partJob {
    display: none;
}

/* text-align
--------------------------------------------------------- */

.fSize-20 {
    font-size: 20px;
}

.fSize-14 {
    font-size: 14px;
}

/* Gap --------------------------------------------------------- */

.u-blank {
    display: inline-block;
    width: 0.5em;
}

/* Custom checkbox --------------------------------------------------------- */

.u-checkbox input[type="checkbox"] {
    display: none;
}

.u-checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
}

.u-checkbox label:after {
    position: absolute;
    /* Specify the position of the box * / content: "";
    /* Box contents * / display: block;
    /* Block level elementization * / top: 50%;
    /* Determine the reference position for placement from the top * / left: 0;
    /* Determine the reference position for placement from the left * / -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px;
    /* Specify the width of the box */
    height: 17px;
    /* Specify the height of the box */
    background: url(/assets/images/icons/checkbox_ic01.png) center no-repeat;
    background-size: cover;
}

.u-checkbox input[type="checkbox"]:checked + label:after {
    background: url(/assets/images/icons/checkbox_ic02.png) center no-repeat;
    background-size: cover;
}

/* Fade ---------------------------------------------------------*/

@media screen and (min-width: 769px) {
    .u fader {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .u-fader:hover {
        opacity: 0.5;
    }
}

/* Link underline --------------------------------------------------------- */

.u-hover_underline {
    position: relative;
    display: inline-block;
}

.u-hover_underline:after {
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    background-color: #000;
    content: "";
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.u-hover_underline:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* "Required" icon --------------------------------------------------------- */

.u-iconRequired {
    white-space: nowrap;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
    background: #ff5000;
}

@media screen and (max-width: 768px) {
    .u-iconRequired {
        padding: 3px 10px;
        font-size: 12px;
    }
}

/* iframe
--------------------------------------------------------- */

.u-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.u-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* u-indent
--------------------------------------------------------- */

.u-indent {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}

/* Input system parts --------------------------------------------------------- */

.u-inputText {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    padding: 7px 10px;
    width: 100%;
    font-size: 16px;
}

.u-inputText.full {
    width: 100%;
}

.u-inputText.middle {
    width: 200px;
}

.u-inputText.short {
    width: 105px;
}

.u-inputText.textarea {
    width: 100%;
    height: 450px;
}

.u-inputText.textarea.low {
    height: 5em;
}

@media screen and (max-width: 768px) {
    .u-inputText {
        padding: 3px 5px;
        font-size: 14px;
    }
    .u-inputText.full {
        width: 100%;
    }
    .u-inputText.middle {
        width: 100%;
    }
    .u-inputText.short {
        width: 100%;
        max-width: 120px;
    }
    .u-inputText.textarea {
        width: 100%;
        height: 300px;
    }
}

/* Offset list --------------------------------------------------------- */

.u-offsetList {
    list-style: none;
}

.u-offsetList li {
    padding-left: 1em;
    text-indent: -1em;
}

/* Custom radio buttons --------------------------------------------------------- */

.u-radio input[type="radio"] {
    display: none;
}

.u-radio label {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    cursor: pointer;
}

.u-radio label:after {
    position: absolute;
    /* Specify the position of the box * / content: "";
    /* Box contents * / display: block;
    /* Block level elementization * / top: 50%;
    /* Determine the reference position for placement from the top * / left: 0;
    /* Determine the reference position for placement from the left * / -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px;
    /* Specify the width of the box */
    height: 17px;
    /* Specify the height of the box */
    background: url(../images/icons/radio_ic01.png) center no-repeat;
    background-size: cover;
}

.u-radio input[type="radio"]:checked + label:after {
    background: url(../images/icons/radio_ic02.png) center no-repeat;
    background-size: cover;
}

/* Responsive table --------------------------------------------------------- */

.u-responsiveTable {
    width: 100%;
}

.u-responsiveTable th,
.u-responsiveTable td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    padding: 20px 15px;
}

.u-responsiveTable thead tr {
    font-size: 20px;
    color: #fff;
    /* background: #436abc; */
}

.u-responsiveTable thead tr th {
    padding: 5px;
}

.u-responsiveTable tbody tr th {
    vertical-align: middle;
    width: 210px;
    text-align: left;
    /* background: #ebeff4; */
}

.u-responsiveTable tbody tr th[colspan="2"] {
    text-align: center;
    background: #f5f5f5;
}

@media screen and (max-width: 768px) {
    .u-responsiveTable {
        width: 100%;
    }
    .u-responsiveTable thead,
    .u-responsiveTable tbody,
    .u-responsiveTable tr,
    .u-responsiveTable th,
    .u-responsiveTable td {
        display: block;
        width: 100% !important;
    }
    .u-responsiveTable th,
    .u-responsiveTable td {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #c8c8c8;
        padding: 5px 10px;
    }
    .u-responsiveTable th:not(:last-child),
    .u-responsiveTable td:not(:last-child) {
        border-top: none;
        border-bottom: none;
    }
    .u-responsiveTable thead tr {
        font-size: 17px;
        text-align: center;
    }
    .u-responsiveTable thead tr th {
        border-bottom: none;
        padding: 5px;
    }
    .u-responsiveTable tbody tr th {
        width: auto;
        text-align: center;
    }
    .u-responsiveTable tbody tr th,
    .u-responsiveTable tbody tr td {
        border-top: none;
    }
    .u-responsiveTable tbody tr td[colspan="2"] {
        padding: 10px;
    }
}

.u-responsiveTable.ACCORDION thead tr th {
    padding: 5px 15px;
    text-align: left;
}

.u-responsiveTable.ACCORDION tbody tr th {
    vertical-align: top;
}

.u-responsiveTable.ACCORDION thead tr th {
    cursor: pointer;
    position: relative;
}

@media screen and (min-width: 769px) {
    .u-responsiveTable.ACCORDION thead tr th {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .u-responsiveTable.ACCORDION thead tr th:hover {
        opacity: 0.5;
    }
}

.u-responsiveTable.ACCORDION thead tr th:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 20px;
    height: 12px;
    background: url(../images/icons/opener_large_01.png) center no-repeat;
    background-size: cover;
}

.js-TRIGGER.js-isOpened thead tr th:after {
    background: url(../images/icons/opener_large_02.png) center no-repeat;
    background-size: cover;
}

/* Select box --------------------------------------------------------- */

.u-select.full {
    width: 100%;
}

.u-select.long {
    min-width: 300px;
}

.u-select.middle {
    min-width: 160px;
}

.u-select.short {
    min-width: 140px;
}

@media screen and (max-width: 768px) {
    .u-select.long {
        min-width: auto;
        width: 100%;
    }
}

/* Horizontal margin --------------------------------------------------------- */

.u-spacer {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
}

@media screen and (max-width: 768px) {
    .u-spacer {
        padding: 40px 10px 0px;
        max-width: none;
    }
    .work-text p {
        font-size: 12px !important;
        /*padding: 20px;*/
    }
    .work-text {
        /* top: -20px !important; */
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%) no-repeat 50% 50%/100% 100%;
    }
    .text-banner {
        padding: 20px 0 !important;
    }
}

.u-spacer_middle {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1000px;
}

@media screen and (max-width: 768px) {
    .u-spacer_middle {
        padding: 0 10px;
        max-width: none;
    }
}

.u-spacer_narrow {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 900px;
}

.manual_navi {
    position: relative;
    margin: 30px auto 0px;
    padding: 0 150px;
    text-align: center;
    max-width: 900px;
}
@media screen and (max-width: 570px) {
    .manual_navi {
        position: relative;
        margin: 30px auto 0px;
        padding: 0 100px;
        text-align: center;
    }
}
@media screen and (max-width: 465px) {
    .manual_navi {
        position: relative;
        margin: 30px auto 0px;
        padding: 0 50px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .u-spacer_narrow {
        padding: 0 10px;
        max-width: none;
    }
}

/* Box showing flow --------------------------------------------------------- */

.u-stepBox {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    /* background: #ebeff4; */
}

.u-stepBox:not(:last-child) {
    margin-bottom: 50px;
}

.u-stepBox:not(:last-child):after {
    position: absolute;
    left: 50%;
    bottom: -19px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    /* border-color: #ebeff4 transparent transparent transparent; */
}

.u-stepBox .title {
    display: block;
    font-size: 18px;
}

.u-stepBox .title:not(:last-child) {
    margin-bottom: 10px;
}

.u-stepBox .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
}

.u-stepBox.END {
    color: #fff;
    /* background: #436abc; */
}

@media screen and (max-width: 768px) {
    .u-stepBox {
        padding: 20px;
    }
    .u-stepBox:not(:last-child) {
        margin-bottom: 40px;
    }
    .u-stepBox .title {
        font-size: 16px;
    }
    .u-stepBox .icon {
        width: 24px;
    }
}

@media screen and (max-width: 370px) {
    .u-stepBox .title {
        font-size: 16px;
    }
}

/* table
--------------------------------------------------------- */

.u-table {
    border-collapse: collapse;
    width: 100%;
}

.u-table tr:not(:last-child) th,
.u-table tr:not(:last-child) td {
    border-bottom: 2px solid #fff;
}

.u-table th,
.u-table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
    vertical-align: middle;
    line-height: 1.4;
}

.u-table th {
    width: 130px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.u-table td {
    word-break: break-all;
}

@media screen and (max-width: 768px) {
    .u-table th {
        width: 105px;
    }
}

.u-table.work th {
    /* background: #7894cf; */
}

.u-table.work td {
    background: #f5f5f5;
}

/* Table notes --------------------------------------------------------- */

.u-tableAnnotation {
    margin-bottom: 10px;
    text-align: center;
}

.u-tableAnnotation .asterisk {
    color: #ff5000;
}

.u-tableAnnotation .blue-asterisk {
    color: #0050ff;
}

/* table
--------------------------------------------------------- */

.u-tableApply {
    border-collapse: collapse;
    width: 100%;
}

.u-tableApply th,
.u-tableApply td {
    border: 1px solid #c8c8c8;
}

.u-tableApply th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 210px;
    /* background: #ebeff4; */
}

.u-tableApply td {
    padding: 20px;
}

.u-tableApply.flat {
    text-align: center;
}

.u-tableApply thead th {
    background: #f5f5f5;
}

.u-tableApply tbody th {
    text-align: left;
}

.u-tableApply .accordion {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -145px;
    margin-right: -20px;
}

.u-tableApply .accordion .tableSection:not(:first-child) {
    margin-top: 40px;
    border-top: 1px solid #000;
}

@media screen and (max-width: 768px) {
    .u-tableApply {
        border: 1px solid #c8c8c8;
    }
    .u-tableApply thead,
    .u-tableApply tbody,
    .u-tableApply tr,
    .u-tableApply th,
    .u-tableApply td {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100% !important;
    }
    .u-tableApply th,
    .u-tableApply td {
        border: 1px solid #c8c8c8;
        border: none;
    }
    .u-tableApply th {
        padding: 5px !important;
        /* background: #ebeff4; */
    }
    .u-tableApply td {
        padding: 0;
    }
    .u-tableApply.flat td {
        padding: 15px 10px;
    }
    .u-tableApply .opener {
        margin: 5px 0;
        text-align: center;
    }
    .u-tableApply tbody th {
        text-align: center;
    }
    .u-tableApply .accordion {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
    }
    .u-tableApply .accordion .tableSection:not(:first-child) {
        margin-top: 5px;
        padding-top: 10px;
    }
}

/* table
--------------------------------------------------------- */

.u-tableContact {
    border-collapse: collapse;
    width: 100%;
}

.u-tableContact th,
.u-tableContact td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    vertical-align: middle;
    line-height: 1.4;
}

.u-tableContact th {
    vertical-align: top;
    padding: 25px 15px;
    width: 220px;
    text-align: left;
    font-weight: bold;
    background: #f5f5f5;
}

.u-tableContact th .inner {
    position: relative;
}

.u-tableContact th .inner .icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.u-tableContact th .inner .asterisk {
    margin-left: 0.5em;
    color: #ff5000;
}

.u-tableContact th .inner .blue-asterisk {
    margin-left: 0.5em;
    color: #0050ff;
}

.u-tableContact th .inner .asteriskText {
    color: #ff5000;
    font-size: 12px;
}

.u-tableContact th .inner .asteriskText strong {
    font-size: 14px;
}

.u-tableContact td {
    padding: 15px;
}

.u-tableContact td label {
    white-space: nowrap;
}

.u-tableContact td dl dt {
    font-weight: bold;
}

.u-tableContact td dl dd:not(:last-child) {
    margin-bottom: 1em;
}

.u-tableContact td pre {
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    max-height: 450px;
}

.u-tableContact td .icon {
    margin-right: 10px;
}

.u-tableContact td .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.u-tableContact td .flex .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 160px;
}

.u-tableContact td .flex .cell:not(:last-child) {
    margin-right: 30px;
}

.u-tableContact td .flex .cell .title {
    white-space: nowrap;
    margin-right: 10px;
    font-weight: bold;
}

.u-tableContact td .flex.sizeFull .cell {
    width: 100%;
}

.u-tableContact td .flex.sizeFull .cell:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
}

.u-tableContact td .flex.sizeFull .title {
    white-space: nowrap;
}

.u-tableContact td .flex.sizeFull .input {
    width: 100%;
}

.u-tableContact td .flex.sizeFree .cell {
    min-width: auto;
}

.u-tableContact td .flex.sizeFree .cell .input {
    white-space: nowrap;
}

.u-tableContact td .flex.sizeShrink .cell {
    min-width: auto;
    margin-right: 10px;
}

.u-tableContact td .flex.sizePeriod .cell {
    width: auto;
    min-width: auto;
}

.u-tableContact td .flex.sizePeriod .cell:not(:last-child) {
    margin-right: 10px;
}

.u-tableContact td .flex.sizePeriod .cell select {
    margin-right: 0;
    min-width: auto;
}

.u-tableContact td .flex.sizePeriod .periodResignation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.u-tableContact td .input:not(:last-child) {
    margin-bottom: 10px;
}

.u-tableContact td .lead {
    margin-bottom: 5px;
}

.u-tableContact td .label {
    font-size: 12px;
    margin-bottom: 5px;
}

.u-tableContact td .label strong {
    font-weight: normal;
}

.u-tableContact td .annotation {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .u-tableContact {
        border-collapse: collapse;
        width: 100%;
    }
    .u-tableContact thead,
    .u-tableContact tbody,
    .u-tableContact tr,
    .u-tableContact th,
    .u-tableContact td {
        display: block;
    }
    .u-tableContact th,
    .u-tableContact td {
        padding: 5px;
        width: 100%;
    }
    .u-tableContact tr:not(:last-child) td {
        border-bottom: none;
    }
    .u-tableContact th {
        border-bottom: none;
    }
    .u-tableContact td {
        border-top: none;
    }
    .u-tableContact td .parts-button_simple.mini {
        height: 32px;
    }
    .u-tableContact td .flex .cell {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        min-width: auto;
    }
    .u-tableContact td .flex .cell:nth-child(odd) {
        padding-right: 10px;
    }
    .u-tableContact td .flex .cell:nth-child(even) {
        padding-left: 10px;
    }
    .u-tableContact td .flex .cell:not(:last-child) {
        margin-right: 0;
    }
    .u-tableContact td .flex .cell .title {
        margin-right: 10px;
    }
    .u-tableContact td .flex.sizeFull .cell {
        width: 100%;
    }
    .u-tableContact td .flex.sizeFull .cell:nth-child(odd) {
        padding-right: 0;
    }
    .u-tableContact td .flex.sizeFull .cell:nth-child(even) {
        padding-left: 0;
    }
    .u-tableContact td .flex.sizeFull .cell:not(:last-child) {
        margin-bottom: 5px;
        margin-right: 0;
    }
    .u-tableContact td .flex.sizeFull .title {
        white-space: nowrap;
    }
    .u-tableContact td .flex.sizeFull .icon + .title + .input {
        margin-top: 5px;
    }
    .u-tableContact td .flex.sizeFull .input {
        width: 100%;
    }
    .u-tableContact td .flex.sizeFree .cell {
        min-width: auto;
        width: auto;
    }
    .u-tableContact td .flex.sizeFree .cell:nth-child(even) {
        padding-left: 0;
    }
    .u-tableContact td .flex.sizeFree .cell:nth-child(odd) {
        padding-right: 0;
    }
    .u-tableContact td .flex.sizeFree .cell:not(:last-child) {
        padding-right: 10px;
    }
    .u-tableContact td .flex.sizeShrink .cell {
        min-width: auto;
        margin-right: 10px;
        width: 80px;
    }
    .u-tableContact td .flex.sizeShrink .cell:nth-child(even) {
        padding-left: 0;
    }
    .u-tableContact td .flex.sizeShrink .cell:nth-child(odd) {
        padding-right: 0;
    }
    .u-tableContact td .flex.sizePeriod .cell {
        padding: 0 !important;
    }
    .u-tableContact td .flex.sizePeriod .cell:not(:last-child) {
        margin-right: 10px;
    }
    .u-tableContact td .flex.sizePeriod .periodResignation {
        margin-top: 5px;
    }
    .u-tableContact td .input:not(:last-child) {
        margin-bottom: 10px;
    }
    .u-tableContact td .annotation {
        font-size: 12px;
    }
}

@media screen and (max-width: 370px) {
    .u-tableContact {
        border-collapse: collapse;
        width: 100%;
    }
    .u-tableContact thead,
    .u-tableContact tbody,
    .u-tableContact tr,
    .u-tableContact th,
    .u-tableContact td {
        display: block;
    }
    .u-tableContact th,
    .u-tableContact td {
        padding: 5px;
        width: 100%;
    }
    .u-tableContact tr:not(:last-child) td {
        border-bottom: none;
    }
    .u-tableContact th {
        border-bottom: none;
    }
    .u-tableContact td {
        border-top: none;
        font-size: 12px;
    }
    .u-tableContact td .flex .cell {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        min-width: auto;
    }
    .u-tableContact td .flex .cell:nth-child(odd) {
        padding-right: 10px;
    }
    .u-tableContact td .flex .cell:nth-child(even) {
        padding-left: 10px;
    }
    .u-tableContact td .flex .cell:not(:last-child) {
        margin-right: 0;
    }
    .u-tableContact td .flex .cell .title {
        margin-right: 10px;
    }
    .u-tableContact td .flex.sizeFull .cell {
        width: 100%;
    }
    .u-tableContact td .flex.sizeFull .cell:nth-child(odd) {
        padding-right: 0;
    }
    .u-tableContact td .flex.sizeFull .cell:nth-child(even) {
        padding-left: 0;
    }
    .u-tableContact td .flex.sizeFull .cell:not(:last-child) {
        margin-bottom: 5px;
        margin-right: 0;
    }
    .u-tableContact td .flex.sizeFull .title {
        white-space: nowrap;
    }
    .u-tableContact td .flex.sizeFull .input {
        width: 100%;
    }
    .u-tableContact td .flex.sizeFree .cell {
        min-width: auto;
        width: auto;
    }
    .u-tableContact td .flex.sizeFree .cell:nth-child(even) {
        padding-left: 0;
    }
    .u-tableContact td .flex.sizeFree .cell:nth-child(odd) {
        padding-right: 0;
    }
    .u-tableContact td .flex.sizeFree .cell:not(:last-child) {
        padding-right: 10px;
    }
    .u-tableContact td .flex.sizeFree .cell select {
        margin-right: 3px;
        min-width: auto;
    }
    .u-tableContact td .flex.sizeShrink .cell {
        min-width: auto;
        margin-right: 5px;
        width: 70px;
    }
    .u-tableContact td .flex.sizeShrink .cell:nth-child(even) {
        padding-left: 0;
    }
    .u-tableContact td .flex.sizeShrink .cell:nth-child(odd) {
        padding-right: 0;
    }
    .u-tableContact td .flex.sizeShrink .cell .title {
        margin-right: 5px;
    }
    .u-tableContact td .input:not(:last-child) {
        margin-bottom: 10px;
    }
    .u-tableContact td .annotation {
        font-size: 12px;
    }
}

/* Final Education */

.u-tableContact .row_finalEducation .flex .cell .title {
    margin-right: 10px;
    min-width: 17em;
}

.u-tableContact .row_finalEducation .flex .cell.research {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.u-tableContact .row_finalEducation .flex .cell.research .title {
    margin-bottom: 5px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .u-tableContact .row_finalEducation .flex .cell {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .u-tableContact .row_finalEducation .flex .cell .title {
        margin-right: 0;
        min-width: 8em;
    }
    .u-tableContact .row_finalEducation .flex .cell .input {
        margin-top: 0;
        width: 100%;
    }
    .u-tableContact .row_finalEducation .flex .cell.research {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .u-tableContact .row_finalEducation .flex .cell.research .title {
        margin-bottom: 5px;
        width: 100%;
    }
}

.u-tableContact.nested {
    margin-top: 20px;
    width: 100%;
}

.u-tableContact.nested th,
.u-tableContact.nested td {
    border: none;
    background: none;
}

.u-tableContact.nested tr:not(:last-child) th,
.u-tableContact.nested tr:not(:last-child) td {
    border-bottom: 1px solid #c8c8c8;
}

.u-tableContact.nested tr:last-child th,
.u-tableContact.nested tr:last-child td {
    padding-bottom: 0;
}

.u-tableContact.nested th {
    padding: 25px 0;
    width: 130px;
}

@media screen and (max-width: 768px) {
    .u-tableContact.nested {
        margin-top: 0;
        width: 100%;
    }
    .u-tableContact.nested th,
    .u-tableContact.nested td {
        border: none;
        background: none;
    }
    .u-tableContact.nested tr:not(:last-child) th,
    .u-tableContact.nested tr:not(:last-child) td {
        border-bottom: none;
    }
    .u-tableContact.nested th {
        border-top: 1px solid #c8c8c8;
        background: #f5f5f5;
    }
    .u-tableContact.nested tr:last-child th,
    .u-tableContact.nested tr:last-child td {
        padding-bottom: 5px;
    }
    .u-tableContact.nested th {
        padding: 25px 0;
        width: 130px;
    }
}

/* <textarea>like <pre>--------------------------------------------------------- */

.u-textareaPre {
    overflow-y: scroll;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-right: 10px;
    height: 450px;
}

@media screen and (max-width: 768px) {
    .u-textareaPre {
        display: block;
        padding-right: 10px;
        height: auto;
        max-height: 300px;
    }
}

/* Underlined link --------------------------------------------------------- */

.u-underline {
    text-decoration: underline;
}

.u-underline:hover {
    text-decoration: none;
}

/* Hover time underlined link --------------------------------------------------------- */

.u-hoverline {
    text-decoration: none;
}

.u-hoverline:hover {
    text-decoration: underline;
}

/* =========================================================
unit
========================================================= */

/* .unit-accordion
--------------------------------------------------------- */

.unit-accordion {
    text-align: center;
}

.unit-accordion span {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    cursor: pointer;
}

@media screen and (min-width: 769px) {
    .unit-accordion span {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .unit-accordion span:hover {
        opacity: 0.5;
    }
}

.unit-accordion span:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    left: auto;
    right: 0;
    width: 12px;
    height: 8px;
}

.unit-accordion span.more:after {
    background: url(../images/icons/unit-accordion_ic01.png) center no-repeat;
    background-size: cover;
}

.unit-accordion span.close:after {
    background: url(../images/icons/unit-accordion_ic02.png) center no-repeat;
    background-size: cover;
}

.unit-accordion .close {
    display: none;
}

.unit-accordion .js-isActive .more {
    display: none;
}

.unit-accordion .js-isActive .close {
    display: inline-block;
}

/* .unit-agreement
--------------------------------------------------------- */

.unit-agreement {
    text-align: center;
}

.unit-agreement .message {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .unit-agreement .message {
        font-size: 13px;
    }
}

/* .unit-annotation
--------------------------------------------------------- */

.unit-annotation {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 11px;
    color: #4d4d4d;
}

@media screen and (max-width: 768px) {
    .unit-annotation {
        position: static;
        text-align: center;
        font-size: 11px;
    }
}

/* .unit-applicant
--------------------------------------------------------- */

.unit-applicant article {
    border-top: 1px solid #dcdcdc;
    padding: 40px 0;
}

.unit-applicant article:last-child {
    border-bottom: 1px solid #dcdcdc;
}

.unit-applicant article .inner {
    position: relative;
}

.unit-applicant article dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.unit-applicant article dl dt,
.unit-applicant article dl dd {
    margin-top: 20px;
}

.unit-applicant article dl dt:first-child {
    margin-top: 0;
}

.unit-applicant article dl dt:first-child + dd {
    margin-top: 0;
}

.unit-applicant article dl dt {
    width: 84px;
}

.unit-applicant article dl dt span {
    display: inline-block;
    width: 84px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    /* background: #436abc; */
}

.unit-applicant article dl dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    width: calc(100% - 84px);
}

.unit-applicant article .tags {
    position: absolute;
    right: 0;
    top: 0;
}

.unit-applicant article .tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.unit-applicant article .tags ul li:not(:last-child) {
    margin-right: 10px;
}

article .header .tags {
    width: 90%;
}

@media screen and (max-width: 768px) {
    .unit-applicant article {
        padding: 20px 0;
    }
    .unit-applicant article .inner {
        padding: 0 10px;
    }
    .unit-applicant article dl {
        margin-bottom: 30px;
    }
    .unit-applicant article dl dt,
    .unit-applicant article dl dd {
        margin-top: 20px;
    }
    .unit-applicant article dl dt:first-child {
        margin-top: 0;
    }
    .unit-applicant article dl dt:first-child + dd {
        margin-top: 0;
    }
    .unit-applicant article dl dt {
        width: 84px;
    }
    .unit-applicant article dl dt span {
        display: inline-block;
        width: 84px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        /* background: #436abc; */
    }
    .unit-applicant article dl dd {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        width: calc(100% - 84px);
    }
    .unit-applicant article .tags {
        position: static;
        margin-bottom: 20px;
    }
    .unit-applicant article .tags ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .unit-applicant article .tags ul li:not(:last-child) {
        margin-right: 10px;
    }
    .unit-applicant article .tags ul li span {
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #b2b2b2;
        width: 70px;
        height: 24px;
        line-height: 22px;
        text-align: center;
        font-size: 12px;
        color: #b2b2b2;
    }
}

/* .unit-baloonSelector
--------------------------------------------------------- */

.unit-baloonSelector {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.unit-baloonSelector.left .selectArea .arrow {
    left: 36px !important;
}

.unit-baloonSelector.left .selectArea .baloon nav {
    left: 0 !important;
}

.unit-baloonSelector.right .selectArea .arrow {
    left: auto !important;
    right: 20px !important;
}

.unit-baloonSelector.right .selectArea .baloon nav {
    left: auto !important;
    right: 0 !important;
}

.unit-baloonSelector .pseudoSelector {
    cursor: pointer;
    font-size: 16px;
    width: auto;
    font-size: 12px;
    text-align: center;
    color: #fff;
    /* background: #436abc; */
}

.unit-baloonSelector .selectArea {
    position: relative;
}

.unit-baloonSelector .selectArea .arrow {
    content: "";
    position: absolute;
    left: 36px;
    top: 1px;
    -webkit-transform: translate(-50%, -9px);
    -ms-transform: translate(-50%, -9px);
    transform: translate(-50%, -9px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

.unit-baloonSelector .selectArea .baloon {
    display: none;
    position: relative;
    z-index: 499;
}

.unit-baloonSelector .selectArea .baloon nav {
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    margin: 0 5px 10px;
    padding: 15px 10px;
    width: calc(100% - 10px);
    min-width: 200px;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
}

.unit-baloonSelector .selectArea .baloon nav ul {
    margin-bottom: 15px;
}

.unit-baloonSelector .selectArea .baloon nav ul li {
    line-height: 1.2;
}

.unit-baloonSelector .selectArea .baloon nav ul li:not(:last-child) {
    margin-bottom: 15px;
}

.unit-baloonSelector .select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.unit-baloonSelector .select:not(:last-child) {
    margin-bottom: 20px;
}

.unit-baloonSelector .select.narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
}

.unit-baloonSelector .text {
    margin-bottom: 20px;
}

.unit-baloonSelector .text .selectArea {
    margin: 0 auto;
    width: 45.5%;
}

.unit-baloonSelector .button {
    text-align: center;
}

/* .unit-slick
--------------------------------------------------------- */

.unit-slick {
    position: relative;
}

.unit-slick .slick-arrow {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 20px;
    text-indent: -9999px;
    outline: none;
}

.unit-slick .slick-arrow.slick-prev {
    left: -30px;
    background: url("../images/icons/parts-slider_bt01.png") center no-repeat;
    background-size: cover;
}

.unit-slick .slick-arrow.slick-next {
    right: -30px;
    background: url("../images/icons/parts-slider_bt02.png") center no-repeat;
    background-size: cover;
}

/* .unit-recButtons
--------------------------------------------------------- */

.unit-recButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 630px;
}

.unit-recButtons .parts-button_B {
    width: 295px;
}

@media screen and (max-width: 768px) {
    .unit-recButtons {
        display: block;
        max-width: 265px;
        width: 100%;
    }
    .unit-recButtons .left {
        margin-bottom: 20px;
    }
    .unit-recButtons .parts-button_B {
        width: 100%;
    }
}

/* .unit-buttons
--------------------------------------------------------- */

.unit-buttons .letterspacing {
    letter-spacing: 0.75em;
}

.unit-buttons ul {
    margin: 0 auto;
    width: 664px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.unit-buttons ul li {
    display: inline-block;
    margin-top: 20px;
}

.unit-buttons ul li:nth-child(-n + 2) {
    margin-top: 0;
}

.unit-buttons ul li.largeContainer {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

.unit-buttons ul.full {
    margin-bottom: 20px;
    text-align: center;
}

.unit-buttons ul.full li {
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .unit-buttons {
        margin: 0 auto;
        padding: 0 10px;
        width: auto;
        max-width: 707px;
    }
    .unit-buttons ul {
        margin: 0 auto;
        width: 100%;
        max-width: 664px;
    }
    .unit-buttons ul li {
        display: block;
        margin: 20px auto 0;
        text-align: center;
    }
    .unit-buttons ul li:first-child {
        margin-top: 0;
    }
    .unit-buttons ul li.largeContainer {
        width: 100%;
        max-width: 500px;
    }
}

@media screen and (max-width: 600px) {
    .unit-buttons ul li {
        width: 100%;
    }
    .unit-buttons ul li:nth-child(-n + 2) {
        margin-top: 20px;
    }
    .unit-buttons ul li:first-child {
        margin-top: 0;
    }
}

/* .unit-buttons.col0_03 */

.unit-buttons.col_03 ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    margin-top: -25px;
    width: 100%;
}

.unit-buttons.col_03 ul li {
    margin: 0;
    margin-top: 25px;
    margin-right: 3.35%;
    width: 31.1%;
}

.unit-buttons.col_03 ul li:nth-child(3n),
.unit-buttons.col_03 ul li:last-child {
    margin-right: 0;
}

.unit-buttons.col_03 ul li .parts-button_B {
    width: 100%;
}

.unit-buttons.col_03 .above {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .unit-buttons.col_03 ul {
        margin: 0;
        margin-top: -20px;
    }
    .unit-buttons.col_03 ul li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 20px;
        margin-right: 0;
        padding: 0 10px;
        width: 50%;
    }
    .unit-buttons.col_03 ul li:nth-child(3n),
    .unit-buttons.col_03 ul li:last-child {
        margin-right: 0;
    }
    .unit-buttons.col_03 ul li .parts-button_B {
        width: 100%;
    }
    .unit-buttons.col_03 .above {
        margin-bottom: 40px;
    }
    .unit-buttons.col_03.flatSP ul li {
        width: 100%;
        max-width: 360px;
    }
}

/* .unit-carousel
--------------------------------------------------------- */

.unit-carousel {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1200px;
}

.unit-carousel.work .slick-arrow {
    /* background: #ebeff4; */
}

.unit-carousel.life .slick-arrow {
    /* background: #f2f0e8; */
}

.unit-carousel .slick-slider {
    position: static !important;
    overflow: visible !important;
    margin: 0 auto;
}

.unit-carousel .slick-slider .slick-list {
    overflow: visible;
}

.unit-carousel .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    width: 50px;
    height: 100%;
    text-indent: -9999px;
    outline: none;
}

.unit-carousel .slick-arrow:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 20px;
    text-indent: -9999px;
}

.unit-carousel .slick-arrow.slick-prev {
    left: 0;
}

.unit-carousel .slick-arrow.slick-prev:before {
    background: url("../images/icons/parts-slider_bt01.png") center no-repeat;
    background-size: cover;
}

.unit-carousel .slick-arrow.slick-next {
    right: 0;
}

.unit-carousel .slick-arrow.slick-next:before {
    background: url("../images/icons/parts-slider_bt02.png") center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .unit-carousel {
        position: relative;
        padding: 0;
    }
    .unit-carousel .slick-slider {
        max-width: none;
    }
    .unit-carousel .slick-slider .slick-list {
        overflow: hidden;
    }
    .unit-carousel .slick-slide {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 0 15px !important;
    }
    .unit-carousel .slick-arrow {
        display: none !important;
    }
}

.unit-carousel .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.unit-carousel .article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    width: 340px !important;
}

.unit-carousel .article .thumb {
    display: block;
}

.unit-carousel .article .thumb figure {
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #fff;
    width: 100%;
    padding-top: 62%;
}

.unit-carousel .article .thumb figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.unit-carousel .article .thumb:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

.unit-carousel .article .info {
    padding: 10px;
}

.unit-carousel .article .info .category {
    margin-bottom: 5px;
}

.unit-carousel .article .info .category span {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    /* background: #d54b00; */
}

.unit-carousel .article .info .name {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
}

@media screen and (min-width: 769px) {
    .unit-carousel .article .info .name a {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .unit-carousel .article .info .name a:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width: 768px) {
    .unit-carousel .article {
        margin-top: 10px;
        padding: 0 5px;
        width: 50% !important;
    }
    .unit-carousel .article:nth-child(-n + 2) {
        margin-top: 0;
    }
    .unit-carousel .article .thumb figure {
        border: 5px solid #fff;
    }
    .unit-carousel .article .info {
        padding: 10px;
    }
    .unit-carousel .article .info .category {
        margin-bottom: 5px;
    }
    .unit-carousel .article .info .category span {
        display: inline-block;
        padding: 0 5px;
        font-size: 12px;
        color: #fff;
        /* background: #d54b00; */
    }
    .unit-carousel .article .info .name {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
    }
}

/* .unit-categoryCarousel
--------------------------------------------------------- */

.unit-categoryCarousel .articles {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #fff;
    max-width: 900px;
    height: 400px;
    height: 44.4%;
}

.unit-categoryCarousel .articles .article {
    max-width: 880px;
    height: 380px;
    height: 44.4%;
}

.unit-categoryCarousel .article a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.unit-categoryCarousel .article a figure {
    position: relative;
    padding-top: 43.1%;
    width: 100%;
    height: 0;
}

.unit-categoryCarousel .article a figure img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto !important;
}

.unit-categoryCarousel .article .text {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    color: #fff;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            to(black)
        )
        no-repeat 50% 50%/100% 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%)
        no-repeat 50% 50%/100% 100%;
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%) no-repeat
        50% 50%/100% 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%) no-repeat 50%
        50%/100% 100%;
}

.unit-categoryCarousel .article .text .inner {
    position: relative;
    z-index: 10;
    text-align: center;
    font-weight: bold;
}

.unit-categoryCarousel .article .text .inner p {
    font-size: 16px;
}

.unit-categoryCarousel .article .text .inner .name {
    font-size: 22px;
}

.unit-categoryCarousel .article .text .inner .name span {
    font-size: 16px;
}

.unit-categoryCarousel .article .text .inner .name .tag {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    /* background: #d54b00; */
}

@media screen and (min-width: 769px) and (min-width: 769px) {
    .unit-categoryCarousel .article a {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .unit-categoryCarousel .article a:hover {
        opacity: 0.5;
    }
}

@media screen and (min-width: 769px) {
    .unit-categoryCarousel .article a figure img {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        height: auto !important;
    }
}

@media screen and (max-width: 768px) {
    .unit-categoryCarousel .articles {
        border: 5px solid #fff;
        width: auto;
        height: auto;
    }
    .unit-categoryCarousel .articles .article {
        width: auto;
        height: auto;
    }
    .unit-categoryCarousel .article a {
        position: relative;
        display: block;
        width: 100%;
        height: 50%;
    }
    .unit-categoryCarousel .article a figure {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .unit-categoryCarousel .article a figure span {
        position: static;
        width: auto;
        height: auto;
    }
    .unit-categoryCarousel .article a figure span img {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .unit-categoryCarousel .article a .text {
        padding: 5px 10px;
        width: 100%;
    }
    .unit-categoryCarousel .article a .text .inner p {
        font-size: 11px;
    }
    .unit-categoryCarousel .article a .text .inner .name {
        font-size: 15px;
    }
    .unit-categoryCarousel .article a .text .inner .name span {
        font-size: 11px;
    }
}

.unit-categoryCarousel .slick-arrow {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    outline: none;
}

.unit-categoryCarousel .slick-arrow:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 20px;
    text-indent: -9999px;
}

.unit-categoryCarousel .slick-arrow.slick-prev {
    left: -30px;
}

.unit-categoryCarousel .slick-arrow.slick-prev:before {
    background: url("../images/icons/parts-slider_bt01.png") center no-repeat;
    background-size: cover;
}

.unit-categoryCarousel .slick-arrow.slick-next {
    right: -20px;
}

.unit-categoryCarousel .slick-arrow.slick-next:before {
    background: url("../images/icons/parts-slider_bt02.png") center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .unit-categoryCarousel .slick-arrow:before {
        width: 8px;
        height: 15px;
    }
    .unit-categoryCarousel .slick-arrow.slick-prev {
        left: 5px;
    }
    .unit-categoryCarousel .slick-arrow.slick-prev:before {
        background: url("../images/icons/parts-slider_bt03.png") center
            no-repeat;
        background-size: cover;
    }
    .unit-categoryCarousel .slick-arrow.slick-next {
        right: 15px;
    }
    .unit-categoryCarousel .slick-arrow.slick-next:before {
        background: url("../images/icons/parts-slider_bt04.png") center
            no-repeat;
        background-size: cover;
    }
}

.unit-categoryCarousel.noBorder .articles {
    border: none;
    max-width: 900px;
    height: auto;
}

.unit-categoryCarousel.noBorder .articles .article {
    width: auto;
    height: auto;
}

.unit-categoryCarousel.high .articles {
    height: 50%;
}

.unit-categoryCarousel.high .articles .article {
    height: 100%;
}

.unit-categoryCarousel.high .article a figure {
    position: relative;
    padding-top: 50%;
}

/* .unit-companies
--------------------------------------------------------- */

.unit-companies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.unit-companies article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px;
    width: 32%;
}

.unit-companies article:nth-child(-n + 3) {
    margin-top: 0;
}

.unit-companies article.life-top:nth-child(n + 4) {
    display: none;
}

.unit-companies article .thumb {
    display: block;
}

.unit-companies article .thumb figure {
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #fff;
    width: 100%;
    padding-top: 62%;
}

.unit-companies article .thumb figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.unit-companies article .info {
    padding: 10px;
}

.unit-companies article .info:last-child {
    padding-bottom: 0;
}

.unit-companies article .info .category {
    margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
    .unit-companies article .info .category a {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .unit-companies article .info .category a:hover {
        opacity: 0.5;
    }
}

.unit-companies article .info .category span {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    /* background: #d54b00; */
}

.unit-companies article .info .text:not(:last-child) {
    margin-bottom: 10px;
    font-size: 13px;
}

.unit-companies article .info .name:not(:last-child) {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
    margin: 5px 0px;
}

.slider-items-text .life_category,
.unit-companies article .info .life_category {
    color: #FFF;
    background-color: #d54b00;
    border: solid 1px #d54b00;
    padding: 1px 3px;
    display: inline-block;
    margin-top: 10px;
}

.slider-items-text .text .search_category,
.unit-companies article .info .text .search_category {
    color: #555;
    border: solid 1px #555;
    padding: 1px 3px;
    line-height: 20px;
    display: inline-block;
    margin: 3px 0px;
}

@media screen and (min-width: 769px) {
    .unit-companies article .info .name a {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .unit-companies article .info .name a:hover {
        opacity: 0.5;
    }
}

@media screen and (min-width: 769px) {
    .unit-companies article .thumb:hover img {
        -webkit-transition: -webkit-transform 0.6s;
        transition: -webkit-transform 0.6s;
        -o-transition: transform 0.6s;
        transition: transform 0.6s;
        transition: transform 0.6s, -webkit-transform 0.6s;
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }
}

@media screen and (max-width: 768px) {
    .unit-companies {
        margin: 0 auto;
        max-width: 600px;
    }
    .unit-companies article {
        margin-top: 20px;
        width: 50%;
    }
    .unit-companies article:nth-child(-n + 3) {
        margin-top: 20px;
    }
    .unit-companies article:nth-child(-n + 2) {
        margin-top: 0;
    }
    .unit-companies article:nth-child(odd) {
        padding-right: 8px;
    }
    .unit-companies article:nth-child(even) {
        padding-left: 8px;
    }
    .unit-companies article .thumb figure {
        border: 5px solid #fff;
        width: 100%;
        padding-top: 0;
    }
    .unit-companies article .thumb figure img {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .unit-companies article .info {
        padding: 10px;
    }
    .unit-companies article .info .category {
        margin-bottom: 5px;
    }
    .unit-companies article .info .category span {
        padding: 0 5px;
        font-size: 12px;
    }
    .unit-companies article .info .text:not(:last-child) {
        margin-bottom: 10px;
    }
    .unit-companies article .info .name:not(:last-child) {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .unit-companies article.life-top:nth-child(n + 4) {
        display: block;
    }
    .unit-companies article.life-top:nth-child(n + 7) {
        display: none;
    }
}

/* .unit-companies.otherWork */

.unit-companies.otherWork article {
    width: 30%;
}

.unit-companies.otherWork article .thumb figure {
    border: none;
}

.unit-companies.otherWork article .info {
    margin: 0 -10px;
}

@media screen and (max-width: 768px) {
    .unit-companies.otherWork {
        margin: 0 auto;
        padding: 0 10px;
    }
    .unit-companies.otherWork article {
        width: 50%;
    }
    .unit-companies.otherWork article:nth-child(-n + 3) {
        margin-top: 20px;
    }
    .unit-companies.otherWork article:nth-child(-n + 2) {
        margin-top: 0;
    }
    .unit-companies.otherWork article:nth-child(odd) {
        padding-right: 12px;
    }
    .unit-companies.otherWork article:nth-child(even) {
        padding-left: 12x;
    }
    .unit-companies.otherWork article .thumb figure {
        border: none;
    }
    .unit-companies.otherWork article .info {
        margin: 0 -10px;
    }
}

/* .unit-companies.col04 */

.unit-companies.col04 article {
    margin-top: 40px;
    width: 23.5%;
}

.unit-companies.col04 article:nth-child(-n + 4) {
    margin-top: 0;
}

.unit-companies.col04 article .thumb figure {
    border: none;
}

.unit-companies.col04 article .info {
    margin: 0 -10px;
}

@media screen and (max-width: 768px) {
    .unit-companies.col04 article {
        margin-top: 20px;
        width: 50%;
    }
    .unit-companies.col04 article:nth-child(-n + 4) {
        margin-top: 20px;
    }
    .unit-companies.col04 article:nth-child(-n + 2) {
        margin-top: 0;
    }
    .unit-companies.col04 article:nth-child(odd) {
        padding-right: 8px;
    }
    .unit-companies.col04 article:nth-child(even) {
        padding-left: 8px;
    }
    .unit-companies.col04 article .thumb figure {
        border: none;
    }
    .unit-companies.col04 article .info {
        margin: 0 -10px;
    }
}

/* .unit-companies.col03 */

.unit-companies.col03 article {
    margin-top: 20px;
    width: 31%;
}

.unit-companies.col03 article:nth-child(-n + 3) {
    margin-top: 0;
}

.unit-companies.col03 article .thumb figure {
    border: 10px solid #fff;
}

.unit-companies.col03 article .info {
    margin: 0 -10px;
}

@media screen and (max-width: 768px) {
    .unit-companies.col03 article {
        margin-top: 20px;
        width: 50%;
    }
    .unit-companies.col03 article:nth-child(-n + 4) {
        margin-top: 20px;
    }
    .unit-companies.col03 article:nth-child(-n + 2) {
        margin-top: 0;
    }
    .unit-companies.col03 article:nth-child(odd) {
        padding-right: 8px;
    }
    .unit-companies.col03 article:nth-child(even) {
        padding-left: 8px;
    }
    .unit-companies.col03 article .thumb figure {
        border: 10px solid #fff;
    }
    .unit-companies.col03 article .info {
        margin: 0 -10px;
    }
}

/* .unit-cover
--------------------------------------------------------- */

.unit-cover {
    position: relative;
}

.unit-cover .text {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    color: #fff;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            to(black)
        )
        no-repeat 50% 50%/100% 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%)
        no-repeat 50% 50%/100% 100%;
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%) no-repeat
        50% 50%/100% 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%) no-repeat 50%
        50%/100% 100%;
}

.unit-cover .text .inner {
    text-align: center;
    font-weight: bold;
}

.unit-cover .text .inner p {
    font-size: 16px;
}

.unit-cover .text .inner .name {
    font-size: 22px;
}

.unit-cover .text .inner .name-title {
    font-size: 22px;
}

.unit-cover .text .inner .name span {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .unit-cover {
        position: relative;
    }
    .unit-cover .text .inner p {
        font-size: 12px;
    }
    .unit-cover .text .inner .name {
        font-size: 15px;
    }
    .unit-cover .text .inner .name span {
        font-size: 11px;
    }
}

/* .unit-customPager
--------------------------------------------------------- */

.unit-customPager.above {
    margin-bottom: 12px;
}

.unit-customPager.below {
    margin-top: 12px;
}

.unit-customPager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.unit-customPager ul li {
    display: inline-block;
    margin: 0 20px;
}

.unit-customPager ul li span {
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 20px;
    text-indent: -9999px;
}

.unit-customPager ul .customPrev span {
    background: url("../images/icons/parts-slider_bt01.png") center no-repeat;
    background-size: cover;
}

.unit-customPager ul .customNext span {
    background: url("../images/icons/parts-slider_bt02.png") center no-repeat;
    background-size: cover;
}

/* .unit-data
--------------------------------------------------------- */

.unit-data dt {
    margin-bottom: 5px;
}

.unit-data dt .tag {
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    /* background: #436abc; */
}

.unit-data dd:not(:last-child) {
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .unit-data dt {
        margin-bottom: 5px;
    }
    .unit-data dd:not(:last-child) {
        margin-bottom: 10px;
    }
}

/* .unit-dialogue
--------------------------------------------------------- */

.unit-dialogue .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.unit-dialogue #list header,
.unit-dialogue #thread header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
}

.unit-dialogue #list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.unit-dialogue #list header {
    color: #fff;
    /* background: #436abc; */
}

.unit-dialogue #list header .unit-baloonSelector .parts-button_tag {
    height: 34px;
}

.unit-dialogue #list header .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.unit-dialogue #list header .flex .cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
}

.unit-dialogue #list header .flex .cell:not(:last-child) {
    border-right: 2px solid #fff;
}

.unit-dialogue .resumeButton {
    line-height: 1;
}

.unit-dialogue .resumeButton button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    width: 200px;
    height: 28px;
    font-size: 12px;
    text-align: left;
    /* color: #00235d; */
    background: #ced8e4;
}

.unit-dialogue .resumeButton button span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-weight: bold;
    font-size: 14px;
}

.unit-dialogue .resumeButton button span:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    left: auto;
    left: 5px;
    width: 10px;
    height: 18px;
    background: url(../images/icons/parts-bt_resume_ic01.png) center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .unit-dialogue #list header {
        height: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .unit-dialogue #list header .unit-baloonSelector .parts-button_tag {
        height: 34px;
    }
    .unit-dialogue #list header .flex {
        border-bottom: 2px solid #fff;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .unit-dialogue #list header .flex .cell {
        width: 100%;
    }
    .unit-dialogue #list header .flex .cell:not(:last-child) {
        border-right: none;
        border-bottom: 2px solid #fff;
    }
    .unit-dialogue #list header .unit-baloonSelector.right .arrow {
        right: auto !important;
        left: 36px !important;
    }
}

.unit-dialogue #thread .body {
    padding: 10px 40px;
    max-width: 960px;
}

.unit-dialogue #thread .control .inner {
    margin: 0 auto;
    padding: 10px 40px;
    max-width: 960px;
}

.unit-dialogue #list header {
    position: relative;
    font-size: 14px;
}

.unit-dialogue #list .company {
    overflow-y: scroll;
}

.unit-dialogue #list .company article {
    padding: 10px;
    padding-right: 3px;
}

.unit-dialogue #list .company article.js-active,
.unit-dialogue #list .company article:hover {
    cursor: default;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    /* background: #ebeff4; */
}

.unit-dialogue #list .company article.unread .above .name:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    left: auto;
    right: 10px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    /* background: #d54b00; */
}

.unit-dialogue #list .company article.unread .above .name1:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    left: auto;
    right: 10px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    /* background: #d54b00; */
}

.unit-dialogue #list .company article:not(:last-child) {
    margin-bottom: 2px;
}

.unit-dialogue #list .company article .above {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.unit-dialogue #list .company article .above .name {
    position: relative;
    display: block;
    padding-right: 30px;
    width: calc(100% - 90px);
}

.unit-dialogue #list .company article .above .name1 {
    position: relative;
    display: block;
    padding-right: 30px;
    width: calc(100%);
}

.unit-dialogue #list .company article .above .tagButton {
    width: 90px;
}

.unit-dialogue #list .company article .below {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.unit-dialogue #list .company article .below p {
    color: #808080;
    font-size: 12px;
}

.unit-dialogue #list .company article .below .day {
    color: #808080;
    font-size: 12px;
}

.unit-dialogue #thread {
    /* background: #ebeff4; */
}

.unit-dialogue #thread header {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    /* background: #00235d; */
}

.unit-dialogue #thread header .name a {
    color: #fff;
}

.unit-dialogue #thread header .tagButton {
    position: absolute;
    right: 5px;
}

.unit-dialogue #thread .body {
    margin: 0 auto;
}

.unit-dialogue #thread .body .scroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    padding-right: 10px;
}

.unit-dialogue #thread .body section:not(:last-child) {
    margin-bottom: 20px;
}

.unit-dialogue #thread .body section .date {
    margin-bottom: 10px;
    padding: 5px;
    line-height: 1;
    text-align: center;
    color: #808080;
    background: #fff;
}

.unit-dialogue #thread .threads .thread {
    display: none;
}

.unit-dialogue #thread .threads .thread:first-child {
    display: block;
}

.unit-dialogue #thread .threads article .bg {
    padding: 5px;
}

.unit-dialogue #thread .threads article:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.unit-dialogue #thread .threads article.js-isEntered .bg {
    background: rgba(0, 0, 0, 0.05);
}

.unit-dialogue
    #thread
    .threads
    article.js-isEntered
    .sender_right
    .editButtons {
    display: block;
}

.unit-dialogue #thread .threads article .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    min-height: 22px;
}

.unit-dialogue #thread .threads article .profile .name {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
}

.unit-dialogue #thread .threads .sender_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.unit-dialogue #thread .threads .sender_right .editButtons {
    display: none;
    width: 80px;
}

.unit-dialogue #thread .threads .sender_right .editButtons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.unit-dialogue
    #thread
    .threads
    .sender_right
    .editButtons
    ul
    li:not(:last-child) {
    margin-right: 5px;
}

.unit-dialogue #thread .threads .sender_right .editButtons ul li button {
    cursor: pointer;
    padding: 0 5px;
    /* color: #00235d; */
    background: #fff;
}

@media screen and (min-width: 769px) {
    .unit-dialogue #thread .threads .sender_right .editButtons ul li button {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .unit-dialogue
        #thread
        .threads
        .sender_right
        .editButtons
        ul
        li
        button:hover {
        opacity: 0.5;
    }
}

.unit-dialogue #thread .threads .sender_right .time {
    font-size: 12px;
    color: #808080;
}

.unit-dialogue #thread .threads article .text:not(:last-child) {
    margin-bottom: 5px;
}

.unit-dialogue #thread .control {
    background: #fff;
}

.unit-dialogue #thread .control .inner {
    display: block;
}

.unit-dialogue #thread .control .inner .textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%;
}

.unit-dialogue #thread .control .inner .textarea textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border: 1px solid #00235d; */
    width: 100%;
    height: 70px;
}

.unit-dialogue #thread .control .inner .buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.unit-dialogue #thread .control .inner .buttons ul li:not(:last-child) {
    margin-right: 10px;
}

.unit-dialogue #thread .control .deleteButton {
    cursor: pointer;
    position: absolute;
    /* background: #00235d; */
    text-indent: -9999px;
}

@media screen and (min-width: 769px) {
    .unit-dialogue #thread .control .deleteButton {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .unit-dialogue #thread .control .deleteButton:hover {
        opacity: 0.5;
    }
}

.unit-dialogue #thread .control .deleteButton:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 11px;
    height: 11px;
    background: url(/assets/images/unit/unit-dialogue_ic02.png) center no-repeat;
    background-size: cover;
}

.unit-dialogue #thread .control .textarea {
    position: relative;
}

.unit-dialogue #thread .control .textarea .deleteButton {
    display: none;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 20px;
    height: 20px;
}

.unit-dialogue #thread .control .textarea textarea {
    font-size: 16px;
}

.unit-dialogue #thread .control .uploadFiles li {
    position: relative;
    display: none;
    margin-bottom: 5px;
}

.unit-dialogue #thread .control .uploadFiles li .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* border: 1px solid #00235d; */
    padding: 0 5px;
    height: 30px;
    line-height: 1;
    /* color: #00235d; */
    /* background: #ebeff4; */
}

.unit-dialogue #thread .control .uploadFiles li .deleteButton {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.unit-dialogue #thread .control .uploadFiles .deleteButton {
    width: 30px;
    height: 30px;
}

.unit-dialogue #thread .control .controlButton {
    line-height: 1;
}

.unit-dialogue #thread .control .js-fileUploader {
    display: none;
}

.unit-dialogue #thread .control .uploadButton {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border: 1px solid #00235d; */
    padding: 0 5px;
    width: 120px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    /* color: #00235d; */
    background: #fff;
}

@media screen and (min-width: 769px) {
    .unit-dialogue #thread .control .uploadButton {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .unit-dialogue #thread .control .uploadButton:hover {
        opacity: 0.5;
    }
}

.unit-dialogue #thread .control .uploadButton.send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    /* background: #00235d; */
}

.js-fileUploader1 {
    display: none;
}

.uploadButton1 {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    width: 120px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    /* background: #00235d; */
}

@media screen and (min-width: 769px) {
    .uploadButton1 {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .uploadButton1:hover {
        opacity: 0.5;
    }
}

.uploadButton1.send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    /* background: #00235d; */
}

.unit-dialogue #modalEditConfirm {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 100%;
    max-width: 360px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.unit-dialogue #modalEditConfirm.js-modeSelect .modeSelect {
    display: block;
}

.unit-dialogue #modalEditConfirm.js-modeSelect .modeDelete {
    display: none;
}

.unit-dialogue #modalEditConfirm.js-modeDelete .modeSelect {
    display: none;
}

.unit-dialogue #modalEditConfirm.js-modeDelete .modeDelete {
    display: block;
}

.unit-dialogue #modalEditConfirm .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px;
    height: 180px;
    text-align: center;
    color: #fff;
    background: rgba(0, 35, 93, 0.9);
}

.unit-dialogue #modalEditConfirm .box p {
    margin-bottom: 40px;
}

.unit-dialogue #modalEditConfirm .box .button ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.unit-dialogue #modalEditConfirm .box .button ul li:not(:last-child) {
    margin-right: 20px;
}

.unit-dialogue #modalEditConfirm .box .button ul li button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 30px;
    font-size: 14px;
    /* color: #00235d; */
    background: #fff;
}

@media screen and (min-width: 769px) {
    .unit-dialogue #modalEditConfirm .box .button ul li button {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .unit-dialogue #modalEditConfirm .box .button ul li button:hover {
        opacity: 0.5;
    }
}

.unit-dialogue #modalEditConfirm .box .button ul li button.deleteButton {
    color: #fff;
    /* background: #436abc; */
}

@media screen and (max-width: 768px) {
    .unit-dialogue #thread .body {
        padding: 10px 10px;
    }
    .unit-dialogue #thread .control .inner {
        padding: 10px 10px;
    }
    .unit-dialogue #thread {
        position: relative;
    }
    .unit-dialogue #thread div[data-simplesidebar="sbwrapper"] {
        overflow: visible !important;
    }
    .unit-dialogue #thread .sbCloseButton {
        position: absolute;
        top: -40px;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%;
        height: 40px;
    }
    .unit-dialogue #thread .sbCloseButton span {
        position: relative;
        display: inline-block;
        padding-left: 20px;
        cursor: pointer;
    }
    .unit-dialogue #thread .sbCloseButton span:before {
        display: inline-block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        content: "";
        width: 14px;
        height: 5px;
        background: url(../images/icons/unit-dialogue_ic01__SP.png) center
            no-repeat;
        background-size: cover;
    }
    .unit-dialogue #js-slideContents {
        position: relative !important;
        display: block;
    }
    .unit-dialogue #list,
    .unit-dialogue #thread {
        width: 100%;
    }
    .unit-dialogue #thread {
        top: auto !important;
    }
    .unit-dialogue #thread header {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 10px;
    }
    .unit-dialogue #thread .threads article .bg {
        padding: 0;
    }
    .unit-dialogue #thread .threads .thread .body .scroll {
        padding-right: 0;
    }
    .unit-dialogue #thread .control {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: #fff;
    }
    .unit-dialogue #thread .control .inner {
        display: block;
    }
    .unit-dialogue #thread .control .inner .textarea {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 10px;
        width: 100%;
    }
    .unit-dialogue #thread .control .inner .textarea .deleteButton {
        right: 0;
        top: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .unit-dialogue #thread .control .inner .textarea textarea {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /* border: 1px solid #00235d; */
        width: 100%;
        height: 70px;
    }
    .unit-dialogue #thread .control .inner .buttons {
        padding: 0;
    }
    .unit-dialogue #thread .control .inner .buttons ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 300px;
    }
    .unit-dialogue #thread .control .inner .buttons ul li {
        width: 100%;
        white-space: nowrap;
    }
    .unit-dialogue #thread .control .inner .buttons ul li .uploadButton {
        width: 100%;
    }
    .unit-dialogue #thread .control .inner .buttons ul li .sendButton {
        min-width: 60px;
        max-width: 80px;
    }
    .unit-dialogue #thread .controlButton .pseudoButton {
        width: 100%;
        max-width: 120px;
    }
    .unit-dialogue #modalEditConfirm {
        padding: 0 15px;
    }
}

@media screen and (min-width: 769px) {
    .unit-dialogue #js-slideContents {
        width: 100% !important;
    }
    .unit-dialogue #list {
        padding-right: 2px !important;
        width: 318px !important;
    }
    .unit-dialogue #thread {
        position: relative !important;
        right: 0 !important;
        width: calc(100% - 318px) !important;
    }
}

/* .unit-footerSticker
--------------------------------------------------------- */

.unit-footerSticker {
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100px;
    background: rgba(0, 35, 93, 0.5);
}

.unit-footerSticker.article {
    background: rgba(213, 75, 0, 0.5);
}

.unit-footerSticker ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.unit-footerSticker ul li:not(:last-child) {
    margin-right: 30px;
}

@media screen and (max-width: 768px) {
    .unit-footerSticker {
        padding: 10px 15px;
        height: auto;
    }
    .unit-footerSticker ul {
        width: 100%;
    }
    .unit-footerSticker ul li:not(:last-child) {
        margin-right: 10px;
        /* width: calc((100% - 50px - 20px) / 2); */
        display: flex;
    }
}

/* .unit-intro
--------------------------------------------------------- */

.unit-intro {
    padding: 40px 0;
    text-align: center;
    font-size: 14px;
}

.unit-intro p:not(:last-child) {
    margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
    .unit-intro {
        padding: 20px 0;
        font-size: 14px;
    }
}

/* .unit-login
--------------------------------------------------------- */

.unit-login .forget {
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
}

/* .unit-more
--------------------------------------------------------- */

.unit-more {
    text-align: right;
    margin-top: 20px;
    margin-right: 30px;
}

.unit-more a {
    position: relative;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    font-weight: bold;
    font-size: 14px;
}

.unit-more a:before {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 14px;
    height: 5px;
    background: url("../images/icons/parts-bt_ic02.png") left top no-repeat;
    background-size: 14px 5px;
}

.unit-more a:before {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .unit-more {
        margin: 0 auto;
        max-width: 600px;
    }
}

/* .unit-mypageControl
--------------------------------------------------------- */

.unit-mypageControl {
    padding: 40px 0;
    /* background: #ebeff4; */
}

.unit-mypageControl.col03 article:not(:last-child) {
    margin-right: 30px;
}

.unit-mypageControl.col04 article:not(:last-child) {
    margin-right: 10px;
}

.unit-mypageControl .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 540px;
}

.unit-mypageControl .menu2 {
    background-color: #FFF;
    width: 470px;
}

.unit-mypageControl .menu2 article a {
    height: 70px;
}

.unit-mypageControl .menu3 {
    background-color: #FFF;
    width: 470px;
}

.unit-mypageControl .headerJobSeeker {
    width: 470px;
    height: 40px;
    margin: 0 auto;
    background-color: #FFF;
    display: flex;
    text-align: center;
}

.unit-mypageControl .headerJobSeeker figure {
    display: inline-block;
    margin: 20px auto;
}

.unit-mypageControl .header {
    width: 470px;
    height: 40px;
    margin: 0 auto;
    background-color: #FFF;
    display: flex;
    text-align: center;
}

.unit-mypageControl .header figure {
    display: inline-block;
    margin: 10px auto;
}

.unit-mypageControl article {
    position: relative;
}

.unit-mypageControl article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 100px;
    background: #fff;
}

@media screen and (min-width: 769px) {
    .unit-mypageControl article a {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .unit-mypageControl article a:hover {
        opacity: 0.5;
    }
}

.unit-mypageControl article a .inner figure {
    margin: 0 auto 5px;
}

.unit-mypageControl article a .inner .title {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    /* color: #00235d; */
}

.unit-mypageControl article .number {
    position: absolute;
    left: 50%;
    bottom: -12px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    min-width: 24px;
    height: 24px;
    font-weight: bold;
    color: #fff;
    background: #ff5000;
}

.unit-mypageControl article.info figure {
    width: 30px;
}

.unit-mypageControl article.like figure {
    width: 30px;
}

.unit-mypageControl article.company figure {
    width: 64px;
}

.unit-mypageControl article.scout figure {
    margin: 20px auto;
    width: 64px;
}

@media screen and (max-width: 768px) {
    .unit-mypageControl {
        padding: 10px 0 20px;
    }
    .unit-mypageControl.col03 article:not(:last-child) {
        margin-right: 10px;
    }
    .unit-mypageControl .u-spacer_narrow {
        padding: 0 10px;
    }
    .unit-mypageControl .flex {
        margin: 0 auto;
        width: auto;
        max-width: 360px;
    }
    .unit-mypageControl .topmenu{
        padding: 0;
        width: 190px;
        background-color: #FFF;
    }
    .unit-mypageControl article {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
    }
    .unit-mypageControl article a {
        width: 100%;
        height: 68px;
    }
    .unit-mypageControl article a .inner .title {
        font-size: 11px;
    }
    .unit-mypageControl article .number {
        border-radius: 10px;
        min-width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .unit-mypageControl article.info figure {
        width: 20px;
    }
    .unit-mypageControl article.like figure {
        width: 20px;
    }
    .unit-mypageControl article.company figure {
        width: 42px;
    }
    .unit-mypageControl article.scout figure {
        width: 52px;
    }

    .unit-mypageControl .menu2 {
        width: 300px;
    }
    
    .unit-mypageControl .menu3 {
        width: 190px;
        padding: 0;
    }

    .unit-mypageControl .headerJobSeeker {
        width: 300px;
    }
        
    .unit-mypageControl .header {
        width: 190px;
    }
}

/* .unit-news
--------------------------------------------------------- */

.unit-news article .wrapper {
    display: block;
    border-bottom: 1px solid #d2d2d2;
    padding: 30px 0;
}

.unit-news article .wrapper .text {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.unit-news article .wrapper .text:not(:last-child) {
    margin-bottom: 1em;
}

.unit-news article .wrapper .text p {
    font-size: 16px;
    font-weight: bold;
}

.unit-news article .wrapper .desc p:not(:last-child) {
    margin-bottom: 1em;
}

.unit-news article a {
    position: relative;
}

.unit-news article a:hover .parts-arrow i {
    width: 28px;
}

.unit-news article a:hover .parts-arrow.news i {
    width: 18px;
}

@media screen and (max-width: 768px) {
    .unit-news article a:hover .parts-arrow i {
        width: 16px;
    }
    .unit-news article a:hover .parts-arrow.news i {
        width: 14px;
    }
}

.unit-news article a .parts-arrow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    width: 26px;
    height: 26px;
    background: #fff;
}

.unit-news article a .text {
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.unit-news article a:hover .text {
    opacity: 0.5;
}

.unit-news article a:hover:after {
    margin-right: 2px;
}

.unit-news article .date {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .unit-news article .wrapper {
        padding: 20px 0;
    }
    .unit-news article .wrapper .text p {
        font-size: 14px;
    }
    .unit-news article a:before {
        width: 20px;
        height: 20px;
    }
    .unit-news article a:after {
        margin-right: 3px;
        width: 12px;
        height: 4px;
    }
    .unit-news article a:hover:after {
        margin-right: 0;
    }
    .unit-news article .date {
        font-size: 12px;
    }
}

/* .unit-nonmember
--------------------------------------------------------- */

.unit-nonmember {
    text-align: center;
}

.unit-nonmember .title {
    margin-bottom: 30px;
    font-size: 16px;
}

.unit-nonmember .buttons li:not(:last-child) {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .unit-nonmember .title {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .unit-nonmember .buttons li:not(:last-child) {
        margin-bottom: 20px;
    }
}

/* .unit-outline
--------------------------------------------------------- */

.unit-outline .name {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}

.unit-outline .name .title {
    font-size: 20px;
}

.unit-outline .name .term {
    margin-bottom: 5px;
    text-align: right;
    font-size: 11px;
    color: #808080;
}

@media screen and (max-width: 768px) {
    .unit-outline .name {
        display: block;
        margin-bottom: 10px;
    }
    .unit-outline .name .title {
        font-size: 17px;
    }
    .unit-outline .name .term {
        margin-bottom: 5px;
    }
}

/* .unit-pager
--------------------------------------------------------- */

.unit-pager {
    text-align: center;
    line-height: 1;
}

.unit-pager .inner {
    position: relative;
    display: inline-block;
}

.unit-pager .inner ul {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.unit-pager .inner ul li {
    font-size: 14px;
}

.unit-pager .inner ul li:not(:last-child) {
    margin-right: 5px;
}

.unit-pager .inner .page a,
.unit-pager .inner .page i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
}

.unit-pager .inner .page a {
    /* color: #00235d; */
    /* background: #ebeff4; */
}

@media screen and (min-width: 769px) {
    .unit-pager .inner .page a {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .unit-pager .inner .page a:hover {
        opacity: 0.5;
    }
}

.unit-pager .inner .page i {
    cursor: default;
    color: #fff;
    /* background: #00235d; */
}

.unit-pager .inner .direction a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 11px;
    height: 22px;
    text-indent: -9999px;
}

@media screen and (min-width: 769px) {
    .unit-pager .inner .direction a {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .unit-pager .inner .direction a:hover {
        opacity: 0.5;
    }
}

.unit-pager .inner .direction a.prev {
    left: -30px;
    background: url("../images/icons/unit-pager_ic01.png") center no-repeat;
    background-size: cover;
}

.unit-pager .inner .direction a.next {
    right: -30px;
    background: url("../images/icons/unit-pager_ic02.png") center no-repeat;
    background-size: cover;
}

.unit-pager.navy .inner .direction a.prev {
    left: -30px;
    background: url("../images/icons/unit-pager_navy_ic01.png") center no-repeat;
    background-size: cover;
}

.unit-pager.navy .inner .direction a.next {
    right: -30px;
    background: url("../images/icons/unit-pager_navy_ic02.png") center no-repeat;
    background-size: cover;
}

.unit-pager.life .inner .direction a.prev {
    left: -30px;
    background: url("../images/icons/unit-pager_life_ic01.png") center no-repeat;
    background-size: cover;
}

.unit-pager.life .inner .direction a.next {
    right: -30px;
    background: url("../images/icons/unit-pager_life_ic02.png") center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .unit-tags li {
        font-size: 11px;
    }
}

/* .unit-pager.life */

.unit-pager.life .page a {
    /* color: #d54b00; */
    background: #fff;
}

.unit-pager.life .page i {
    /* background: #d54b00; */
}

/* .unit-pager.search */

.unit-pager.search .page a {
    color: #000;
    background: #fff;
}

.unit-pager.search .page i {
    background: #000;
}

/* .unit-regist
--------------------------------------------------------- */

.unit-regist {
    text-align: center;
}

.unit-regist ul.buttons {
    margin-bottom: 30px;
}

.unit-regist ul.buttons li:not(:last-child) {
    margin-bottom: 30px;
}

.unit-regist .text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .unit-regist ul.buttons {
        margin-bottom: 20px;
    }
    .unit-regist ul.buttons li:not(:last-child) {
        margin-bottom: 20px;
    }
    .unit-regist .text {
        font-size: 16px;
    }
}

/* .unit-scoutButton
--------------------------------------------------------- */

.unit-scoutButtons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: auto;
}

.unit-scoutButtons ul li:not(:last-child) {
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .unit-scoutButtons ul {
        width: auto;
    }
    .unit-scoutButtons ul li:not(:last-child) {
        margin-right: 5px;
    }
}

/* .unit-search
--------------------------------------------------------- */

.unit-search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.unit-search.company {
    margin: 0 auto;
    width: 100%;
    max-width: 820px;
}

.unit-search .pseudoSelector {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    background: url("../images/icons/select_ic01.png") right center no-repeat
        #fff;
    background-size: 18px 11px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
}

.unit-search input[type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 10px;
    width: 100%;
    font-size: 16px;
}

.unit-search .selectArea {
    position: relative;
}

.unit-search .selectArea .arrow {
    content: "";
    position: absolute;
    left: 36px;
    top: 1px;
    -webkit-transform: translate(-50%, -9px);
    -ms-transform: translate(-50%, -9px);
    transform: translate(-50%, -9px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

.unit-search .selectArea .baloon {
    display: none;
    position: relative;
    z-index: 499;
}

.unit-search .selectArea .baloon nav {
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    padding: 15px 10px;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    color: #fff;
    background: rgba(0, 35, 93, 0.98);
}

.unit-search .selectArea .baloon nav ul {
    margin-bottom: 15px;
}

.unit-search .selectArea .baloon nav ul li {
    line-height: 1.2;
}

.unit-search .selectArea .baloon nav ul li:not(:last-child) {
    margin-bottom: 15px;
}

.unit-search .selectArea .baloon nav dl {
    margin-bottom: 15px;
}

.unit-search .selectArea .baloon nav dl dt {
    margin-bottom: 10px;
    font-weight: bold;
}

.unit-search .selectArea .baloon nav dl dd:not(:last-child) {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.unit-search .selectArea .baloon nav dl dd ul {
    margin-bottom: 0;
}

.unit-search .select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.unit-search .select:not(:last-child) {
    margin-bottom: 20px;
}

.unit-search .select.narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
}

.unit-search.typeA .occupation {
    width: 34.4%;
}

.unit-search.typeA .location {
    width: 17.8%;
}

.unit-search.typeA .salary {
    width: 17.8%;
}

.unit-search.typeA .type {
    width: 20.6%;
}

.unit-search.typeB .applicant {
    width: 37.8%;
}

.unit-search.typeB .age {
    width: 19.5%;
}

.unit-search.typeB .willingness {
    width: 37.8%;
}

.unit-search.typeB .exp_industry {
    width: 48.4%;
}

.unit-search.typeB .exp_occupation {
    width: 48.4%;
}

.unit-search.typeB .wish_industry {
    width: 48.4%;
}

.unit-search.typeB .wish_occupation {
    width: 48.4%;
}

.unit-search.typeC {
    margin: 0 auto;
    max-width: 720px;
}

.unit-search.typeC .target {
    width: 29.1%;
}

.unit-search.typeC .occupation {
    width: 43%;
}

.unit-search.typeC .status {
    width: 22.2%;
}

.unit-search .text {
    margin-bottom: 20px;
}

.unit-search .text .selectArea {
    margin: 0 auto;
    width: 45.5%;
}

.unit-search .button {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .unit-search {
        margin: 0 auto;
        padding: 0 10px;
        max-width: 580px;
    }
    .unit-search.company {
        width: auto;
    }
    .unit-search select,
    .unit-search input[type="text"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        width: 100%;
        font-size: 16px;
    }
    .unit-search .select {
        margin-bottom: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .unit-search .select.narrow {
        max-width: none;
    }
    .unit-search .select:not(:last-child) {
        margin-bottom: 10px;
    }
    .unit-search .select .selectArea:not(:last-child) {
        margin-bottom: 10px;
    }
    .unit-search .select .occupation {
        margin-bottom: 10px;
        width: 100%;
    }
    .unit-search .select .location {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 10px;
        padding-right: 5px;
        width: 50%;
    }
    .unit-search .select .salary {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 10px;
        padding-left: 5px;
        width: 50%;
    }
    .unit-search .select .type {
        margin: 0 auto;
        width: calc(50% - 5px);
    }
    .unit-search .select .applicant {
        width: 100%;
    }
    .unit-search .select .age {
        margin: 0 auto;
        width: 50%;
    }
    .unit-search .select .willingness,
    .unit-search .select .exp_industry,
    .unit-search .select .exp_occupation,
    .unit-search .select .wish_industry,
    .unit-search .select .wish_occupation,
    .unit-search .select .target,
    .unit-search .select .status {
        width: 100%;
    }
    .unit-search .text {
        margin-bottom: 10px;
    }
    .unit-search .text .selectArea {
        width: 100%;
    }
    .unit-search .button {
        text-align: center;
    }
}

/* .unit-sns
--------------------------------------------------------- */

.unit-sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
}

@media screen and (min-width: 769px) {
    .unit-sns ul li {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .unit-sns ul li:hover {
        opacity: 0.5;
    }
}

.unit-sns ul li:not(:last-child) {
    margin-right: 10px;
}

.unit-sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.unit-sns ul li:not(:last-child) {
    margin-right: 10px;
}

/* .unit-stepViewer
--------------------------------------------------------- */

.unit-stepViewer ol {
    position: relative;
    list-style: none;
    margin: 0 auto;
    width: 450px;
    height: 32px;
}

.unit-stepViewer ol li {
    position: absolute;
    border: #c8c8c8;
    background: #fff;
}

.unit-stepViewer ol li:nth-child(1) {
    left: 0;
    z-index: 3;
}

.unit-stepViewer ol li:nth-child(2) {
    left: 140px;
    z-index: 2;
}

.unit-stepViewer ol li:nth-child(3) {
    left: 280px;
    z-index: 1;
}

.unit-stepViewer ol li:not(:last-child) span:after,
.unit-stepViewer ol li:not(:last-child) span:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
}

.unit-stepViewer ol li:not(:last-child) span:after {
    right: -15px;
    border-width: 15px 0 15px 16px;
    border-color: transparent transparent transparent #fff;
}

.unit-stepViewer ol li:not(:last-child) span:before {
    right: -16px;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #c8c8c8;
}

.unit-stepViewer ol li span {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    height: 32px;
    text-align: center;
}

.unit-stepViewer ol li:not(:first-child) span {
    padding-left: 15px;
}

.unit-stepViewer ol li:not(:last-child) span {
    border-right: none;
    margin-right: 15px;
    width: 145px;
}

.unit-stepViewer ol li:last-child span {
    width: 160px;
}

.unit-stepViewer ol li.current span {
    /* border: 1px solid #00235d; */
    color: #fff;
    /* background: #7894cf; */
}

.unit-stepViewer ol li.current:not(:last-child) span:after {
    /* border-color: transparent transparent transparent #7894cf; */
}

.unit-stepViewer ol li.current:not(:last-child) span:before {
    /* border-color: transparent transparent transparent #00235d; */
}

@media screen and (max-width: 768px) {
    .unit-stepViewer ol {
        font-size: 13px;
        width: 335px;
        height: 32px;
    }
    .unit-stepViewer ol li {
        position: absolute;
        border: #c8c8c8;
        background: #fff;
    }
    .unit-stepViewer ol li:nth-child(1) {
        left: 0;
        z-index: 3;
    }
    .unit-stepViewer ol li:nth-child(2) {
        left: 110px;
        z-index: 2;
    }
    .unit-stepViewer ol li:nth-child(3) {
        left: 220px;
        z-index: 1;
    }
    .unit-stepViewer ol li:not(:last-child) span:after {
        right: -15px;
        border-width: 15px 0 15px 16px;
        border-color: transparent transparent transparent #fff;
    }
    .unit-stepViewer ol li:not(:last-child) span:before {
        right: -16px;
        border-width: 16px 0 16px 16px;
        border-color: transparent transparent transparent #c8c8c8;
    }
    .unit-stepViewer ol li span {
        white-space: nowrap;
        height: 32px;
    }
    .unit-stepViewer ol li:not(:first-child) span {
        padding-left: 15px;
    }
    .unit-stepViewer ol li:not(:last-child) span {
        margin-right: 15px;
        width: 110px;
    }
    .unit-stepViewer ol li:last-child span {
        width: 125px;
    }
}

@media screen and (max-width: 370px) {
    .unit-stepViewer ol {
        font-size: 11px;
        width: auto;
        height: 32px;
    }
    .unit-stepViewer ol li {
        position: absolute;
        border: #c8c8c8;
        background: #fff;
    }
    .unit-stepViewer ol li:nth-child(1) {
        left: 0;
        z-index: 3;
    }
    .unit-stepViewer ol li:nth-child(1) span {
        width: 75px !important;
    }
    .unit-stepViewer ol li:nth-child(2) {
        left: 75px;
        z-index: 2;
    }
    .unit-stepViewer ol li:nth-child(3) {
        left: 160px;
        z-index: 1;
    }
    .unit-stepViewer ol li:nth-child(3) span {
        white-space: nowrap;
        padding-left: 25px !important;
        width: 130px !important;
    }
    .unit-stepViewer ol li:not(:last-child) span:after {
        right: -15px;
        border-width: 15px 0 15px 16px;
        border-color: transparent transparent transparent #fff;
    }
    .unit-stepViewer ol li:not(:last-child) span:before {
        right: -16px;
        border-width: 16px 0 16px 16px;
        border-color: transparent transparent transparent #c8c8c8;
    }
    .unit-stepViewer ol li span {
        height: 32px;
    }
    .unit-stepViewer ol li:not(:first-child) span {
        padding-left: 15px;
    }
    .unit-stepViewer ol li:not(:last-child) span {
        margin-right: 15px;
        width: 100px;
    }
    .unit-stepViewer ol li:last-child span {
        width: 115px;
    }
}

/* .unit-support
--------------------------------------------------------- */

.unit-support .parts-secTitle_A {
    margin-bottom: 50px;
}

.unit-support .parts-secTitle_A span {
    width: 489px;
}

.parts-secTitle_A .u-media-PC {
    font-size: 30px;
    font-weight: 700;
    /* color: #00235d; */
}

.unit-support .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 60px;
    max-width: 800px;
}

.unit-support .wrapper article {
    width: 100%;
    max-width: 375px;
}

.unit-support .wrapper article:nth-child(1) {
    margin-right: 10px;
}

.unit-support .wrapper article:nth-child(2) {
    margin-left: 10px;
}

.unit-support .wrapper article figure {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 10px;
    padding: 0 10px;
    width: 300px;
}

.unit-support .wrapper article .text {
    text-align: center;
}

.unit-support .wrapper article .text .notification {
    font-size: 12px;
    text-align: left;
    padding: 0 50px;
}

@media screen and (max-width: 768px) {
    .unit-support .parts-secTitle_A {
        margin-bottom: 20px;
    }
    .unit-support .parts-secTitle_A span {
        width: 337px;
    }
    .unit-support .wrapper {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 580px;
        padding: 0 20px;
    }
    .unit-support .wrapper article {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        width: auto;
        max-width: 260px;
    }
    .unit-support .wrapper article figure {
        margin: 0 auto 10px;
        width: auto;
        max-width: 100%;
    }
    .unit-support .wrapper article .text br {
        display: none;
    }
    .unit-support .wrapper article .text .notification {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .unit-support .wrapper {
        display: block;
        margin: 0 auto 30px;
        padding: 0 10px;
        max-width: none;
    }
    .unit-support .wrapper article {
        margin: 0 auto !important;
        padding: 0;
        width: 100%;
        max-width: 320px;
    }
    .unit-support .wrapper article:nth-child(1) {
        margin-bottom: 20px !important;
    }
    .unit-support .wrapper article .text {
        text-align: center;
    }
    .unit-support .wrapper article .text br {
        display: inline-block;
    }
    .unit-support .wrapper article .text .notification {
        padding: 0 20px;
    }
}

/* .unit-tabs
--------------------------------------------------------- */

.unit-tabs {
    margin: 0 auto;
    /* max-width: 900px; */
}

.unit-tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* border-bottom: 2px solid #00235d; */
    padding-bottom: 2px;
}

.unit-tabs ul li:not(:last-child) {
    margin-right: 5px;
}

.unit-tabs ul li i,
.unit-tabs ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    font-style: normal;
    /* color: #00235d; */
    /* background: #ebeff4; */
}

.unit-tabs ul li i.current,
.unit-tabs ul li a.current {
    color: #fff;
    /* background: #00235d; */
    cursor: default;
}

.unit-tabs ul li.caution {
    margin: 0;
    padding: 10px 10px;
    width: 100%;
    text-align: right;
    color: red;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (min-width: 769px) {
    .unit-tabs ul li a {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .unit-tabs ul li a:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width: 768px) {
    .unit-tabs.below {
        margin-bottom: 50px;
    }
    .unit-tabs.below ul {
        border-bottom: none;
        padding-bottom: 0;
    }
    .unit-tabs ul {
        padding: 0 10px 0;
    }
    .unit-tabs ul li {
        width: 33.3%;
    }
    .unit-tabs ul li i,
    .unit-tabs ul li a {
        width: 100%;
        height: 46px;
        font-size: 15px;
    }
    .unit-tabs ul li.caution {
        width: 33.3%;
        padding: 5px 5px;
        font-size: 8px;
    }
}

@media screen and (max-width: 370px) {
    .unit-tabs ul li i,
    .unit-tabs ul li a {
        font-size: 13px;
    }
}

/* .unit-tagButtons
--------------------------------------------------------- */

.unit-tagButtons {
    font-size: 12px;
    font-size: 0;
}

.unit-tagButtons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.unit-tagButtons ul li {
    display: inline-block;
}

.unit-tagButtons ul li:not(:last-child) {
    margin-right: 20px;
}

/* .unit-tags
--------------------------------------------------------- */

.unit-tags {
    font-size: 12px;
    margin-top: -5px;
    font-size: 0;
}

.unit-tags li {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
}

.unit-tags li:not(:last-child) {
    margin-right: 5px;
}

.unit-tags li a {
    display: inline-block;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    padding: 0 5px;
}

@media screen and (min-width: 769px) {
    .unit-tags li a {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .unit-tags li a:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width: 768px) {
    .unit-tags li {
        font-size: 11px;
    }
}

/* .unit-voices
--------------------------------------------------------- */

.unit-voices {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.unit-voices article {
    padding: 20px;
    /* background: #ebeff4; */
}

.unit-voices article:not(:last-child) {
    margin-bottom: 50px;
}

.unit-voices article .profile {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
}

.unit-voices article .profile .title {
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    font-size: 22px;
    /* color: #00235d; */
    text-align: center;
}

.unit-voices article .profile .table {
    display: table;
    width: 100%;
}

.unit-voices article .profile .table .photo,
.unit-voices article .profile .table .name {
    display: table-cell;
    vertical-align: middle;
}

.unit-voices article .profile .table .photo {
    padding-right: 20px;
    width: 160px;
}

.unit-voices article .profile .table .name .company {
    margin-bottom: 10px;
    font-size: 18px;
}

.unit-voices .button {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .unit-voices article {
        padding: 10px;
    }
    .unit-voices article:not(:last-child) {
        margin-bottom: 20px;
    }
    .unit-voices article .profile {
        margin-bottom: 20px;
        padding: 15px;
    }
    .unit-voices article .profile .title {
        font-size: 19px;
    }
    .unit-voices article .profile .table {
        display: block;
        width: 100%;
    }
    .unit-voices article .profile .table .photo,
    .unit-voices article .profile .table .name {
        display: block;
        text-align: center;
    }
    .unit-voices article .profile .table .photo {
        margin: 0 auto 10px;
        padding-right: 0;
        width: 120px;
    }
    .unit-voices article .profile .table .name .company {
        margin-bottom: 0;
        font-size: 16px;
    }
}

/* =========================================================
button
========================================================= */

[class^="parts-button"] {
    text-decoration: none;
}

/* .parts-arrow
--------------------------------------------------------- */

.parts-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 36px;
    height: 36px;
}

.parts-arrow i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-11px, -50%);
    -ms-transform: translate(-11px, -50%);
    transform: translate(-11px, -50%);
    display: block;
    margin-top: -2px;
    height: 10px;
    width: 22px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.parts-arrow i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    width: 100%;
    height: 8px;
    line-height: 1;
    border-bottom: 1px solid #fff;
}

.parts-arrow i:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 1px;
    border-right: 1px solid #fff;
    height: 10px;
    width: 10px;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
    .parts-arrow {
        width: 26px;
        height: 26px;
    }
    .parts-arrow i {
        margin-top: -2px;
        height: 10px;
        width: 16px !important;
        -webkit-transform: translate(-7px, -50%);
        -ms-transform: translate(-7px, -50%);
        transform: translate(-7px, -50%);
    }
    .parts-arrow i:before {
        width: 100%;
        height: 8px;
    }
    .parts-arrow i:after {
        height: 8px;
        width: 8px;
    }
}

.parts-arrow.news {
    width: 26px;
    height: 26px;
}

.parts-arrow.news i {
    -webkit-transform: translate(-7px, -50%);
    -ms-transform: translate(-7px, -50%);
    transform: translate(-7px, -50%);
    margin-top: -1px;
    height: 10px;
    width: 14px;
}

.parts-arrow.news i:before {
    width: 100%;
    height: 6px;
    border-bottom: 1px solid #000;
}

.parts-arrow.news i:after {
    right: 0;
    bottom: 2px;
    border-right: 1px solid #000;
    height: 8px;
    width: 2px;
}

@media screen and (max-width: 768px) {
    .parts-arrow.news {
        width: 20px;
        height: 20px;
    }
    .parts-arrow.news i {
        -webkit-transform: translate(-8px, -50%);
        -ms-transform: translate(-8px, -50%);
        transform: translate(-8px, -50%);
        margin-top: -1px;
        height: 10px;
        width: 11px;
    }
    .parts-arrow.news i:before {
        width: 100%;
        height: 6px;
        border-bottom: 1px solid #000;
    }
    .parts-arrow.news i:after {
        right: 0;
        bottom: 2px;
        border-right: 1px solid #000;
        height: 8px;
        width: 2px;
    }
}

/* .parts-button_add
--------------------------------------------------------- */

.parts-button_add {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #000;
    padding: 0 15px;
    height: 50px;
    color: #000;
}

@media screen and (min-width: 769px) {
    .parts-button_add {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .parts-button_add:hover {
        opacity: 0.5;
    }
}

.parts-button_add span {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding-left: 24px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
}

.parts-button_add span:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/icons/add_ic01.png) center no-repeat;
    background-size: cover;
}

/* .parts-button_article_contact
--------------------------------------------------------- */

.parts-button_article_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    /* background: #d54b00; */
}

.parts-button_article_contact:hover .parts-arrow i {
    width: 28px;
}

.parts-button_article_contact:hover .parts-arrow.news i {
    width: 18px;
}

@media screen and (max-width: 768px) {
    .parts-button_article_contact:hover .parts-arrow i {
        width: 16px;
    }
    .parts-button_article_contact:hover .parts-arrow.news i {
        width: 14px;
    }
}

.parts-button_article_contact p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px;
    width: 100%;
}

.parts-button_article_contact p strong,
.parts-button_article_contact p span {
    line-height: 1;
}

.parts-button_article_contact p strong {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}

.parts-button_article_contact p span {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .parts-button_article_contact {
        height: 56px;
        width: auto;
        min-width: 240px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .parts-button_article_contact:hover p:before {
        right: -5px;
    }
    .parts-button_article_contact p {
        margin: 0 20px;
    }
    .parts-button_article_contact p strong {
        font-size: 18px;
        margin-right: 0px;
    }
}

/* .parts-button_apply
--------------------------------------------------------- */

.parts-button_apply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 340px;
    height: 70px;
    color: #fff;
    /* background: #00235d; */
}

.parts-button_apply:hover .parts-arrow i {
    width: 28px;
}

.parts-button_apply:hover .parts-arrow.news i {
    width: 18px;
}

@media screen and (max-width: 768px) {
    .parts-button_apply:hover .parts-arrow i {
        width: 16px;
    }
    .parts-button_apply:hover .parts-arrow.news i {
        width: 14px;
    }
}

.parts-button_apply p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px;
    width: 100%;
}

.parts-button_apply p strong,
.parts-button_apply p span {
    line-height: 1;
}

.parts-button_apply p strong {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}

.parts-button_apply p span {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .parts-button_apply {
        height: auto;
        width: auto;
        min-width: 240px;
    }
    .parts-button_apply.button-apply-min {
        min-width: 0;
        width: 100%;
    }
    .parts-button_apply:hover p:before {
        right: -5px;
    }
    .parts-button_apply p {
        margin: 0 10px;
    }
}

/* .parts-button_listen_story
--------------------------------------------------------- */

.parts-button_listen_story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 340px;
    height: 70px;
    /* color: #00235d; */
    background: #fff;
}

.parts-button_listen_story:hover .parts-arrow i {
    width: 28px;
}

.parts-button_listen_story:hover .parts-arrow.news i {
    width: 18px;
}

@media screen and (max-width: 768px) {
    .parts-button_listen_story:hover .parts-arrow i {
        width: 16px;
    }
    .parts-button_listen_story:hover .parts-arrow.news i {
        width: 14px;
    }
}

.parts-button_listen_story p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px;
    width: 100%;
}

.parts-button_listen_story p strong,
.parts-button_listen_story p span {
    line-height: 1;
}

.parts-button_listen_story p strong {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}

.parts-button_listen_story p span {
    font-size: 16px;
}

.parts-button_listen_story .parts-arrow i:after,
.parts-button_listen_story .parts-arrow i:before {
    /* border-color: #00235d; */
}

@media screen and (max-width: 768px) {
    .parts-button_listen_story {
        height: auto;
        width: auto;
        min-width: auto;
        width: 100%;
    }
    .parts-button_listen_story:hover p:before {
        right: -5px;
    }
    .parts-button_listen_story p {
        margin: 0 10px;
    }
    .parts-button_apply p strong,
    .parts-button_listen_story p strong {
        font-size: 3vw;
        margin: 0 auto;
        padding: 0;
        white-space: nowrap;
    }
}

/* .parts-button_A
--------------------------------------------------------- */

.parts-button_A {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #fff;
    width: 260px;
    height: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.parts-button_A:hover .parts-arrow i {
    width: 28px;
}

.parts-button_A:hover .parts-arrow.news i {
    width: 18px;
}

@media screen and (max-width: 768px) {
    .parts-button_A:hover .parts-arrow i {
        width: 16px;
    }
    .parts-button_A:hover .parts-arrow.news i {
        width: 14px;
    }
}

.parts-button_A span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
}

.parts-button_A:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.parts-button_A:hover span:before {
    right: 0;
}

@media screen and (max-width: 768px) {
    .parts-button_A {
        max-width: 158px;
        width: 85%;
        height: 38px;
    }
    .parts-button_A span {
        margin: 0 15px;
        margin-right: 5px;
        font-size: 15px;
    }
}

/* .parts-button_B
--------------------------------------------------------- */

.parts-button_B {
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #000;
    width: 320px;
    height: 70px;
    color: #000;
    background: #fff;
}

.parts-button_B:hover .parts-arrow i {
    width: 28px;
}

.parts-button_B:hover .parts-arrow.news i {
    width: 18px;
}

@media screen and (max-width: 768px) {
    .parts-button_B:hover .parts-arrow i {
        width: 16px;
    }
    .parts-button_B:hover .parts-arrow.news i {
        width: 14px;
    }
}

.parts-button_B .parts-arrow {
    background: #000;
}

.parts-button_B span,
.parts-button_B p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .parts-button_B {
        width: 265px;
        height: 52px;
    }
    .parts-button_B span,
    .parts-button_B p {
        margin: 0 12px;
        font-size: 17px;
    }
}

@media screen and (min-width: 769px) {
    .parts-button_B.ALIGN_CENTER {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .parts-button_B.ALIGN_CENTER:hover {
        opacity: 0.5;
    }
}

.parts-button_B.ALIGN_CENTER span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.parts-button_B.DARK {
    color: #fff;
    /* background: #00235d; */
}

.parts-button_B.DARK .parts-arrow {
    background: #fff;
}

.parts-button_B.DARK .parts-arrow i:before {
    border-bottom: 1px solid #000;
}

.parts-button_B.DARK .parts-arrow i:after {
    border-right: 1px solid #000;
}

/* .parts-button_B.large */

.parts-button_B.large {
    width: 500px;
    height: 100px;
}

.parts-button_B.large p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
}

.parts-button_B.large p strong {
    display: block;
    margin-top: 10px;
    width: 100%;
    font-size: 26px;
}

@media screen and (max-width: 768px) {
    .parts-button_B.large {
        height: 80px;
        width: 100%;
        max-width: 320px;
    }
    .parts-button_B.large p {
        font-size: 13px;
    }
    .parts-button_B.large p strong {
        font-size: 22px;
    }
}

/* .parts-button_B.small */

.parts-button_B.small {
    width: 300px;
    height: 50px;
}

.parts-button_B.small p,
.parts-button_B.small span {
    font-size: 16px;
}

.parts-button_B.small .parts-arrow {
    width: 32px;
    height: 32px;
}

@media screen and (max-width: 768px) {
    .parts-button_B.small {
        height: 40px;
        width: 100%;
        max-width: 240px;
    }
    .parts-button_B.small p,
    .parts-button_B.small span {
        font-size: 15px;
    }
    .parts-button_B.small .parts-arrow {
        width: 24px;
        height: 24px;
    }
}

/* .parts-button_B.short */

.parts-button_B.short {
    width: 220px;
    height: 50px;
}

.parts-button_B.short p,
.parts-button_B.short span {
    font-size: 16px;
}

.parts-button_B.short .parts-arrow {
    width: 32px;
    height: 32px;
}

@media screen and (max-width: 768px) {
    .parts-button_B.short {
        width: 170px;
    }
    .parts-button_B.short .parts-arrow {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 370px) {
    .parts-button_B.short {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 32px;
        width: 100%;
    }
    .parts-button_B.short span {
        margin-left: 6px;
        margin-right: 0;
        font-size: 13px;
    }
    .parts-button_B.short .parts-arrow {
        width: 24px;
        height: 24px;
    }
}

/* .parts-button_B.LIFE */

.parts-button_B.LIFE {
    /* border: 1px solid #d54b00; */
    width: 400px;
    height: 100px;
    /* background: #f2f0e8; */
}

.parts-button_B.LIFE:hover .parts-arrow i {
    width: 28px;
}

.parts-button_B.LIFE:hover .parts-arrow.news i {
    width: 18px;
}

@media screen and (max-width: 768px) {
    .parts-button_B.LIFE:hover .parts-arrow i {
        width: 16px;
    }
    .parts-button_B.LIFE:hover .parts-arrow.news i {
        width: 14px;
    }
}

.parts-button_B.LIFE p {
    margin: 0 20px;
}

.parts-button_B.LIFE p span {
    margin: 0;
    width: 207px;
}

.parts-button_B.LIFE .parts-arrow {
    width: 40px;
    height: 40px;
    /* background: #d54b00; */
}

@media screen and (max-width: 768px) {
    .parts-button_B.LIFE {
        width: 100%;
        max-width: 400px;
        height: 65px;
    }
    .parts-button_B.LIFE p {
        margin: 0 20px;
    }
    .parts-button_B.LIFE p span {
        width: 148px;
    }
}

/* .parts-button_B.RECOMMEND */

.parts-button_B.RECOMMEND {
    /* border: 1px solid #d54b00; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 500px;
    height: 136px;
    background: #fff;
}

.parts-button_B.RECOMMEND strong {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
}

.parts-button_B.RECOMMEND strong:before,
.parts-button_B.RECOMMEND strong:after {
    position: absolute;
    top: 2px;
    display: inline-block;
    content: "";
    height: 20px;
    border-left: 1px solid #000;
}

.parts-button_B.RECOMMEND strong:before {
    left: 0;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.parts-button_B.RECOMMEND strong:after {
    right: 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.parts-button_B.RECOMMEND p {
    margin-top: 8px;
    /* color: #d54b00; */
    font-size: 26px;
    line-height: 1.3;
}

.parts-button_B.RECOMMEND .parts-arrow {
    width: 40px;
    height: 40px;
    /* background: #d54b00; */
}

@media screen and (max-width: 768px) {
    .parts-button_B.RECOMMEND {
        width: auto;
        height: 105px;
    }
    .parts-button_B.RECOMMEND strong {
        padding: 0 15px;
        font-size: 13px;
    }
    .parts-button_B.RECOMMEND strong:before,
    .parts-button_B.RECOMMEND strong:after {
        height: 16px;
    }
    .parts-button_B.RECOMMEND p {
        margin-top: 4px;
        font-size: 22px;
    }
    .parts-button_B.RECOMMEND .parts-arrow {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 370px) {
    .parts-button_B.RECOMMEND {
        height: 90px;
    }
    .parts-button_B.RECOMMEND strong {
        font-size: 12px;
    }
    .parts-button_B.RECOMMEND p {
        font-size: 16px;
    }
}

/* .parts-button_B.WORK */

.parts-button_B.WORK {
    /* border: 1px solid #00235d; */
    width: 400px;
    height: 100px;
    /* background: #ebeff4; */
}

.parts-button_B.WORK p {
    margin: 0 20px;
}

.parts-button_B.WORK p span {
    margin: 0;
    width: 185px;
}

.parts-button_B.WORK .parts-arrow {
    width: 40px;
    height: 40px;
    /* background: #00235d; */
}

@media screen and (max-width: 768px) {
    .parts-button_B.WORK {
        width: 100%;
        max-width: 400px;
        height: 65px;
    }
    .parts-button_B.WORK p {
        margin: 0 20px;
    }
    .parts-button_B.WORK p span {
        width: 133px;
    }
    .parts-button_B.WORK .parts-arrow {
        width: 30px;
        height: 30px;
    }
}

/* .parts-button_like
--------------------------------------------------------- */

.parts-button_like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #f0f0f0;
    cursor: pointer;
}

@media screen and (min-width: 769px) {
    .parts-button_like {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .parts-button_like:hover {
        opacity: 0.5;
    }
}

.parts-button_like i {
    position: relative;
    display: block;
    padding-top: 28px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #666;
}

.parts-button_like i:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -2px;
    width: 28px;
    height: 28px;
    background: url("../images/icons/parts-bt_like_ic01.png");
    background-size: cover;
}

.parts-button_like.liked i:before {
    background: url("../images/icons/parts-bt_like_ic01B.png");
    background-size: cover;
}

.parts-button_like.large {
    width: 70px;
    height: 70px;
}

.parts-button_like.large i {
    padding-top: 38px;
    font-size: 12px;
}

.parts-button_like.large i:before {
    margin-top: -2px;
    width: 38px;
    height: 38px;
    background: url("../images/icons/parts-bt_like_ic02.png");
    background-size: cover;
}

.parts-button_like.large.liked i:before {
    background: url("../images/icons/parts-bt_like_ic02B.png");
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .parts-button_like.large {
        width: 56px;
        height: 56px;
    }
    .parts-button_like.large i {
        padding-top: 30px;
        font-size: 11px;
    }
    .parts-button_like.large i:before {
        margin-top: -2px;
        width: 30px;
        height: 30px;
    }
}

/* .parts-button_lower
--------------------------------------------------------- */

.parts-button_lower {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    /* background: #00235d; */
}

@media screen and (min-width: 769px) {
    .parts-button_lower {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .parts-button_lower:hover {
        opacity: 0.5;
    }
}

.parts-button_lower strong {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    width: 140px;
    height: 30px;
    font-weight: bold;
}

/* .parts-button_opener
--------------------------------------------------------- */

.parts-button_opener {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    /* background: #00235d; */
}

@media screen and (min-width: 769px) {
    .parts-button_opener {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .parts-button_opener:hover {
        opacity: 0.5;
    }
}

.parts-button_opener span {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    width: 140px;
    height: 30px;
    font-weight: bold;
}

.parts-button_opener span.isOpened:after,
.parts-button_opener span.isClosed:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    left: auto;
    right: 10px;
    width: 11px;
    height: 11px;
}

.parts-button_opener span.isOpened:after {
    background: url(../images/icons/opener_02.png) center no-repeat;
    background-size: cover;
}

.parts-button_opener span.isClosed:after {
    background: url(../images/icons/opener_01.png) center no-repeat;
    background-size: cover;
}

.parts-button_opener .isClosed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.parts-button_opener .isOpened {
    display: none;
}

.parts-button_opener.js-isActive .isClosed {
    display: none;
}

.parts-button_opener.js-isActive .isOpened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*.parts-button_regsit --------------------------------------------------------- */

.parts-button_regist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 500px;
    height: 70px;
    color: #fff;
    /* background: #00235d; */
}

.parts-button_regist:hover .parts-arrow i {
    width: 28px;
}

.parts-button_regist:hover .parts-arrow.news i {
    width: 18px;
}

@media screen and (max-width: 768px) {
    .parts-button_regist:hover .parts-arrow i {
        width: 16px;
    }
    .parts-button_regist:hover .parts-arrow.news i {
        width: 14px;
    }
}

.parts-button_regist p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px;
    width: 100%;
}

.parts-button_regist p strong,
.parts-button_regist p span {
    line-height: 1;
}

.parts-button_regist p strong {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding-left: 30px;
    font-size: 20px;
}

.parts-button_regist p strong:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 20px;
    height: 25px;
    background: url("../images/icons/parts-bt_regist_ic01.png") center no-repeat;
    background-size: cover;
}

.parts-button_regist p span {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .parts-button_regist {
        width: 100%;
        max-width: 320px;
        height: 60px;
    }
    .parts-button_regist:hover .arrow i {
        width: 16px;
    }
    .parts-button_regist .arrow {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translate(-11px, -50%);
        -ms-transform: translate(-11px, -50%);
        transform: translate(-11px, -50%);
    }
    .parts-button_regist .arrow i {
        margin-top: -6px;
        height: 10px;
        width: 16px;
    }
    .parts-button_regist .arrow i:before {
        width: 100%;
        height: 8px;
    }
    .parts-button_regist .arrow i:after {
        height: 8px;
        width: 10px;
    }
    .parts-button_regist p {
        margin: 0 20px;
    }
}

/* .parts-button_tag
--------------------------------------------------------- */

.parts-button_tag {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    padding-right: 20px;
    min-width: 90px;
    height: 24px;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    color: #fff;
    /* background: url(../images/icons/common_icon01.png) right center no-repeat #436abc; */
    background-size: 10px;
    background-position: 90% 50%;
}

.parts-button_tag:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    left: auto;
    right: 5px;
    width: 10px;
    height: 6px;
    background-size: cover;
}

.parts-button_tag.centered {
    border: none;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.parts-button_tag select {
    background: url(../images/icons/common_icon01.png) center no-repeat;
}

/* .parts-button_simple
--------------------------------------------------------- */

.parts-button_simple {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 230px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    /* background: #00235d; */
}
.search-list-form{
    height: 50px;
    border: 1px solid #4d4d4d !important;
}

.parts-button_simple_before {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 210px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    color: #000;
    border: 1px solid #222;
    border-color: #000;
    background: #fff;
}

@media screen and (min-width: 769px) {
    .parts-button_simple {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .parts-button_simple:hover {
        opacity: 0.5;
        color: #fff;
    }
}

.parts-button_simple.black {
    background: #000;
}

.parts-button_simple.white {
    border: 1px solid #000;
    color: #000;
    background: #fff;
}

.parts-button_simple.mini {
    white-space: nowrap;
    padding: 0 10px;
    width: auto;
    max-width: 180px;
    height: 38px;
}

@media screen and (max-width: 768px) {
    .parts-button_simple.mini {
        height: 38px;
    }
}

@media (max-width: 768px) and (min-width: 494px) {
    .parts-button_simple {
        width: 210px;
        height: 40px;
    }
    .search-list-form{
        height: 40px;
        border: 1px solid #4d4d4d !important;
    }
}

@media screen and (max-width: 493px) {
    .parts-button_simple {
        width: 150px;
        height: 40px;
    }
    .search-list-form{
        height: 40px;
        border: 1px solid #4d4d4d !important;
    }
}
@media (max-width: 768px) and (min-width: 494px) {
    .parts-button_search {
        width: 210px;
        height: 50px;
    }
}

@media screen and (max-width: 493px) {
    .parts-button_search {
        width: 150px;
        height: 50px;
    }
}

/* .parts-buttonSubmit
--------------------------------------------------------- */

.parts-buttonSubmit {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    /* background: #00235d; */
}

@media screen and (min-width: 769px) {
    .parts-buttonSubmit {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .parts-buttonSubmit:hover {
        opacity: 0.5;
    }
}

.parts-buttonSubmit.mini {
    width: 46px;
    height: 24px;
    font-size: 12px;
}

.parts-buttonSubmit.white {
    /* color: #00235d; */
    background: #fff;
}

@media screen and (max-width: 768px) {
    .buttonSubmit {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100px;
        height: 36px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        /* background: #00235d; */
    }
}

/* .parts-button_utility
--------------------------------------------------------- */

.parts-button_utility {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border: 1px solid #00235d; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    width: 100px;
    height: 50px;
    font-size: 10px;
    font-weight: bold;
    /* color: #00235d; */
}

@media screen and (min-width: 769px) {
    .parts-button_utility {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    .parts-button_utility:hover {
        opacity: 0.5;
    }
}

.parts-button_utility span {
    position: relative;
    display: inline-block;
    padding-top: 28px;
    line-height: 1;
}

.parts-button_utility span:before {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    content: "";
}

.parts-button_utility.scout span:before {
    width: 53px;
    height: 24px;
    background: url(../images/icons/parts-bt_scout_ic01.png) center no-repeat;
    background-size: cover;
}

.parts-button_utility.concern span:before {
    width: 34px;
    height: 24px;
    background: url(../images/icons/parts-bt_concern_ic01.png) center no-repeat;
    background-size: cover;
}

.parts-button_utility.concern.isActive {
    border: none;
    color: #fff;
    background: #ff5000;
}

.parts-button_utility.concern.isActive span:before {
    background: url(../images/icons/parts-bt_concern_ic02.png) center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .parts-button_utility {
        padding-top: 2px;
        width: 80px;
        height: 50px;
    }
}

/* =========================================================
title
========================================================= */

/* .parts-borderTitle
--------------------------------------------------------- */

.parts-borderTitle {
    position: relative;
    width: 100%;
    text-align: center;
}

.parts-borderTitle:after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    display: block;
    content: "";
    border-bottom: 1px solid #000;
    width: 100%;
}

.parts-borderTitle span {
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    font-size: 20px;
}

/* .parts-categoryTitle
--------------------------------------------------------- */

.parts-categoryTitle {
    padding: 40px 0;
}

.parts-categoryTitle .title {
    margin: 0 auto;
    max-width: 900px;
    /* border-bottom: 1px solid #00235d; */
}

.parts-categoryTitle .title span {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .parts-categoryTitle {
        padding: 20px 0;
    }
}

/* .parts-lifeCategoryTitle
--------------------------------------------------------- */

.parts-lifeCategoryTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.parts-lifeCategoryTitle .icon {
    display: inline-block;
    margin-right: 30px;
    margin-left: 12px;
}

.parts-lifeCategoryTitle .sub {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .parts-lifeCategoryTitle .icon {
        display: inline-block;
        margin-right: 10px;
        margin-left: 0px;
    }
    .parts-lifeCategoryTitle .sub {
        font-size: 0;
    }
}

/* .parts-secTitle_A
--------------------------------------------------------- */

.parts-secTitle_A .title {
    margin: 0 auto;
    /* max-width: 1000px; */
    border-bottom: 1px solid #000;
}

.parts-secTitle_A .title span {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .parts-secTitle_A .title {
        max-width: none;
    }
}

/* .parts-simpleTitle
--------------------------------------------------------- */

.parts-simpleTitle {
    padding: 50px 0;
}

.parts-simpleTitle .title {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
}

.parts-simpleTitle .title span {
    display: inline-block;
}

.parts-simpleTitle.low {
    padding: 15px 0;
}

.parts-simpleTitle.left .title {
    text-align: left;
}

.parts-simpleTitle.left .title strong {
    font-size: 20px;
}

.parts-simpleTitle.left .title span {
    font-size: 15px;
}

.parts-simpleTitle.left .title.info {
    /* color: #00235d; */
}

.parts-simpleTitle.left .title.info strong {
    position: relative;
    display: inline-block;
    padding-left: 37px;
}

.parts-simpleTitle.left .title.info strong:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 27px;
    height: 27px;
    background: url(/assets/images/icons/info_ttl_ic01.png) center no-repeat;
    background-size: cover;
}

.parts-simpleTitle.left .title.liked {
    color: #fff;
}

.parts-simpleTitle.left .title.liked strong {
    position: relative;
    display: inline-block;
    padding-left: 37px;
}

.parts-simpleTitle.left .title.liked strong:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 27px;
    height: 27px;
    background: url(/assets/images/icons/liked_ttl_ic01.png) center no-repeat;
    background-size: cover;
}

.parts-simpleTitle.left .title.message_company {
    color: #fff;
}

.parts-simpleTitle.left .title.message_company strong {
    position: relative;
    display: inline-block;
    padding-left: 66px;
}

.parts-simpleTitle.left .title.message_company strong:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 56px;
    height: 27px;
    background: url(/assets/images/icons/message_company_ttl_ic01.png) center
        no-repeat;
    background-size: cover;
}

.parts-simpleTitle.left .title.message_scout {
    color: #fff;
}

.parts-simpleTitle.left .title.message_scout strong {
    position: relative;
    display: inline-block;
    padding-left: 66px;
}

.parts-simpleTitle.left .title.message_scout strong:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 56px;
    height: 27px;
    background: url(/assets/images/icons/message_scout_ttl_ic01.png) center
        no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .parts-simpleTitle {
        padding: 30px 0;
    }
    .parts-simpleTitle .title {
        font-size: 17px;
    }
    .parts-simpleTitle.left .title strong {
        font-size: 15px;
    }
    .parts-simpleTitle.left .title span {
        font-size: 12px;
    }
    .parts-simpleTitle.left .title.info strong {
        padding-left: 30px;
    }
    .parts-simpleTitle.left .title.info strong:before {
        width: 20px;
        height: 20px;
    }
    .parts-simpleTitle.left .title.liked strong {
        padding-left: 30px;
    }
    .parts-simpleTitle.left .title.liked strong:before {
        width: 20px;
        height: 20px;
    }
}

/* .parts-stitle_A
--------------------------------------------------------- */

.parts-stitle_A {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    width: 100%;
    height: 40px;
    letter-spacing: 0.1em;
    font-size: 20px;
    color: #fff;
    /* background: #436abc; */
}

.parts-stitle_A .icon {
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .parts-stitle_A {
        margin-bottom: 20px;
        padding: 5px 10px;
        height: auto;
        font-size: 17px;
    }
    .parts-stitle_A span {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 370px) {
    .parts-stitle_A {
        font-size: 16px;
    }
}

/* .parts-title_A
--------------------------------------------------------- */

.parts-title_A {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    width: 100%;
    /* font-family: "montserrat"; */
}

.parts-title_A a {
    display: inline-block;
}

.parts-title_A a:hover .parts-arrow i {
    width: 28px;
}

.parts-title_A a:hover .parts-arrow.news i {
    width: 18px;
}

@media screen and (max-width: 768px) {
    .parts-title_A a:hover .parts-arrow i {
        width: 16px;
    }
    .parts-title_A a:hover .parts-arrow.news i {
        width: 14px;
    }
}

.parts-title_A .inner {
    width: 100%;
}

.parts-title_A .main {
    position: relative;
    display: inline-block;
}

.parts-title_A .main a {
    position: relative;
    display: block;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .parts-title_A {
        margin-bottom: 20px;
        white-space: nowrap;
    }
    .parts-title_A .main .arrow {
        right: -40px;
        width: 26px;
        height: 26px;
    }
    .parts-title_A .main .arrow:before {
        width: 16px;
        height: 5px;
    }
}

/* .parts-title_A.news
--------------------------------------------------------- */

.parts-title_A.news {
    border-bottom: 1px solid #000;
}

.parts-title_A.news strong {
    width: 275px;
}

@media screen and (max-width: 768px) {
    .parts-title_A.news strong {
        width: 205px;
    }
}

/* .parts-title_A.work
--------------------------------------------------------- */

.parts-title_A.work {
    border-bottom: 1px solid #000;
}

.parts-title_A.work .main a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.parts-title_A.work .sub {
    display: inline-block;
    margin-right: 15px;
}

.parts-title_A.work .parts-arrow {
    /* background: #00235d; */
    right: -64px;
}

@media screen and (max-width: 768px) {
    .top-slider {
        padding: 60px 0 80px;
    }
    .parts-title_A.work {
        position: relative;
    }
    .parts-title_A.work .main {
        width: 76.3%;
        max-width: 292px;
    }
    .parts-title_A.work .sub {
        position: absolute;
        left: 0;
        top: -50px;
        /* width: 260px; */
        color: #fff;
    }
    .parts-title_A.work .sub.short {
        top: -24px;
        width: 145px;
    }
    .parts-title_A.work .arrow {
        /* background: #00235d; */
    }
}

/* .parts-title_A.life
--------------------------------------------------------- */

.parts-title_A.life {
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /* border-bottom: 1px solid #d54b00; */
}

.parts-title_A.life .main {
    margin-right: 20px;
    /* width: 316px; */
}

.parts-title_A.life .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
}

.parts-title_A.life .parts-arrow {
    /* background: #d54b00; */
    right: -64px;
}

@media screen and (max-width: 768px) {
    .parts-title_A.life .main {
        width: 62.7%;
    }
}

@media screen and (max-width: 600px) {
    .parts-title_A.life .icon {
        width: 14%;
    }
}

/* .parts-more
--------------------------------------------------------- */
.parts-more {
    padding-left: 20px;
    text-decoration:underline;
}

/* .parts-unitTitle
--------------------------------------------------------- */

.parts-unitTitle {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .parts-unitTitle {
        margin-bottom: 10px;
        font-size: 17px;
    }
}

/* .parts-unitTitle.search */

.parts-unitTitle.search span {
    position: relative;
    padding-left: 24px;
}

.parts-unitTitle.search span:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url("../images/icons/unit-search_ic01.png") center no-repeat;
    background-size: cover;
}

/* =========================================================
tag
========================================================= */

/* .parts-tag
--------------------------------------------------------- */

.parts-tag {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b2b2b2;
    width: 70px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #b2b2b2;
}

.parts-tag.isActive {
    border: none;
    color: #fff;
    background: #ff5000;
}

.u-spacer_narrow .resume1 {
    background: #ced8e4;
    width: 150px;
    height: 25px;
    text-align: left;
    padding-top: 5px;
}

.u-spacer_narrow .resumeButton {
    line-height: 1;
}

.u-spacer_narrow.resumeButton button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    width: 200px;
    height: 28px;
    font-size: 12px;
    text-align: left;
    /* color: #00235d; */
    background: #ced8e4;
}

.u-spacer_narrow .resumeButton button span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-weight: bold;
    font-size: 14px;
}

.u-spacer_narrow .resumeButton button span:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    left: auto;
    left: 5px;
    width: 10px;
    height: 18px;
    background: url(/assets/images/parts/parts-bt_resume_ic01.png) center
        no-repeat;
    background-size: cover;
}

/* =========================================================
<header> login
========================================================= */

#login {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 60px;
}

#login a {
    text-decoration: none;
}

#login .main {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    background: #fff;
    padding-top: 20px;
}

@media screen and (max-width: 1100px) {
    #login {
        height: 45px;
    }
    #login .main {
        padding-top: 15px;
    }
}

/* #header .left
--------------------------------------------------------- */

#login .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#login .left h1 {
    display: inline-block;
    margin-left: 18px;
    margin-right: 68px;
    width: 120px;
}

@media screen and (min-width: 1101px) {
    #login .left h1 {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    #login .left h1:hover {
        opacity: 0.5;
    }
}

/* =========================================================
<header> tag layout
========================================================= */

#header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 60px;
}

#header a {
    text-decoration: none;
    white-space: nowrap;
}

#header .main {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1;
    background: #fff;
}

@media screen and (max-width: 1100px) {
    #header {
        height: 45px;
    }
}

/* #header .left
--------------------------------------------------------- */

#header .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .left h1 {
    display: inline-block;
    margin-left: 18px;
    margin-right: 68px;
    width: 120px;
}

@media screen and (min-width: 1101px) {
    #header .left h1 {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    #header .left h1:hover {
        opacity: 0.5;
    }
}

#header .left .baloonSet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .left .baloonSet .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#header .left .baloonSet .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    position: relative;
    letter-spacing: 0.1em;
}

#header .left .baloonSet .baloon {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 15px;
}

#header .left .baloonSet .baloon nav {
    margin-left: -15px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
}

#header .left .baloonSet .baloon nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}

#header .left .baloonSet .baloon nav ul li {
    display: inline-block;
    white-space: nowrap;
}

#header .left .baloonSet .baloon nav ul li:not(:last-child) {
    margin-right: 20px;
}

#header .left .baloonSet .baloon nav ul li i,
#header .left .baloonSet .baloon nav ul li a {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

@media screen and (min-width: 1101px) {
    #header .left .baloonSet .baloon nav ul li i,
    #header .left .baloonSet .baloon nav ul li a {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    #header .left .baloonSet .baloon nav ul li i:hover,
    #header .left .baloonSet .baloon nav ul li a:hover {
        opacity: 0.5;
    }
}

#header .left .baloonSet .baloon .arrow {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    -webkit-transform: translate(-50%, -9px);
    -ms-transform: translate(-50%, -9px);
    transform: translate(-50%, -9px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

#header .left .baloonSet .button span {
    display: inline-block;
    margin-right: 10px;
}

#header .left .work {
    margin-right: 36px;
}

#header .left .life {
    margin-right: 36px;
}

#header .left .work .button span {
    width: 68px;
}

#header .left .life .button span {
    width: 45px;
}

#header .left .life .baloon {
    letter-spacing: 0.5em;
}

#header .left .baloonSet .category .button:after {
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    background-color: #000;
    content: "";
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#header .left .baloonSet .category .button:hover:after,
#header .left .baloonSet .category .button.isCurrent:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

#header .left .baloonSet .category:hover .button:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media screen and (max-width: 1000px) {
    #header .main {
        line-height: 1.4;
    }
    #header .left .baloonSet .category .button {
        display: block;
        margin-top: 0;
    }
    #header .left .baloonSet .category .button span {
        margin-bottom: 4px;
    }
    #header .left h1 {
        margin-left: 12px;
        margin-right: 50px;
    }
    #header .left .baloonSet .baloon nav ul li:not(:last-child) {
        margin-right: 10px;
    }
    #header .left .work {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1100px) {
    #header .left h1 {
        margin-right: 0;
    }
}

@media screen and (max-width: 370px) {
    #header .left h1 {
        margin-left: 8px;
        margin-right: 0;
    }
}

/* header .right
--------------------------------------------------------- */

#header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .right .about {
    margin-right: 16px;
    letter-spacing: 0.1em;
}

#header .right .utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1101px) {
    #header .right .utility a,
    #header .right .utility span {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    #header .right .utility a:hover,
    #header .right .utility span:hover {
        opacity: 0.5;
    }
}

#header .right .utility li:not(:last-child) {
    margin-right: 1px;
}

#header .right .utility .clickable,
#header .right .utility .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    height: 60px;
    font-weight: bold;
}

#header .right .utility .clickable {
    cursor: pointer;
}

/* #header .right .utility .registButton {
    background: #c00;
} */

/* #header .right .utility .registButton a {
    color: #fff;
} */

#header .right .utility .registButton a span {
    position: relative;
    padding-left: 21px;
}

#header .right .utility .registButton a span:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 17px;
    height: 17px;
    background: url("../images/icons/registration.png") left top no-repeat;
    background-size: 17px 17px;
}

#header .right .utility .loginButton {
    max-width: 200px;
    /* background: #d8e0e9; */
}

#header .right .utility .loginButton a {
    /* color: #00235d; */
}

#header .right .utility .loginButton a .name {
    position: relative;
    padding-left: 21px;
}

#header .right .utility .loginButton a .name:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 17px;
    height: 17px;
    background: url("../images/icons/login.png") left top no-repeat;
    background-size: 17px 17px;
}

#header .right .utility .loginButton a .name strong {
    margin-right: 5px;
}

#header .right .utility .searchButton {
    /* background: #000; */
}

#header .right .utility .searchButton .clickable {
    padding: 0;
}

#header .right .utility .searchButton span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    
    cursor: pointer;
}

#header .right .utility .searchButton span strong {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    background: url("../images/icons/search-2.png") center no-repeat;
    background-size: cover;
}

#header .right .utility .searchButton.js-isActive span {
    background: #f1f1f1;
}

#header .right .utility .searchButton.js-isActive span strong {
    width: 16px;
    height: 16px;
    background: url("../images/icons/close.png") center no-repeat;
    background-size: cover;
}

#header.logined .right .loginButton .container,
#header.logined .right .loginButton .clickable {
    /* color: #00235d; */
}

#header.logined .right .loginButton .container .name,
#header.logined .right .loginButton .clickable .name {
    position: relative;
    padding-left: 21px;
    line-height: 1.2;
}

#header.logined .right .loginButton .container .name:before,
#header.logined .right .loginButton .clickable .name:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 17px;
    height: 17px;
    background: url("../images/icons/hdr_menu_ic02.png") left top no-repeat;
    background-size: 17px 17px;
}

#header.logined .right .loginButton .container .name strong,
#header.logined .right .loginButton .clickable .name strong {
    margin-right: 5px;
}

#header.logined .right .loginButton p span {
    opacity: 1 !important;
}

@media screen and (max-width: 1100px) {
    #header.logined .right {
        width: 100%;
    }
    #header.logined .right .utility {
        width: 100%;
    }
    #header.logined .right .loginButton {
        width: 100%;
    }
    #header.logined .right .loginButton .clickable,
    #header.logined .right .loginButton .container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }
    #header.logined .right .loginButton .clickable .name strong,
    #header.logined .right .loginButton .container .name strong {
        margin-right: 3px;
        font-size: 10px;
    }
    #header.logined .right .loginButton p span {
        opacity: 1 !important;
    }
}

@media screen and (max-width: 1100px) {
    #header .right .utility {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: 10px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 1101px) {
    #header .right .utility a,
    #header .right .utility span {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    #header .right .utility a:hover,
    #header .right .utility span:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width: 1100px) {
    #header .right .utility li:not(:last-child) {
        margin-right: 1px;
    }

    #header .right .utility .container {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px;
        height: 45px;
        width: auto;
    }
    #header .right .utility .registButton .clickable span,
    #header .right .utility .loginButton .clickable span,
    #header .right .utility .searchButton .clickable span {
        padding-left: 0;
    }
    #header .right .utility .registButton .clickable span:before,
    #header .right .utility .loginButton .clickable span:before,
    #header .right .utility .searchButton .clickable span:before {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: block;
        margin: 0 auto;
    }
    #header .right .utility .registButton .clickable span strong,
    #header .right .utility .loginButton .clickable span strong,
    #header .right .utility .searchButton .clickable span strong {
        display: block;
        margin-top: 3px;
    }
    #header .right .utility .loginButton .logined strong {
        margin-right: 3px !important;
    }
    #header .right .utility .searchButton {
        max-width: 52px;
        /* background: #fff; */
    }
    #header .right .utility .searchButton .clickable {
        padding: 0;
    }
    #header .right .utility .searchButton span {
        display: block;
        height: auto;
    }
    #header .right .utility .searchButton span:before {
        display: inline-block;
        content: "";
        width: 17px;
        height: 17px;
        text-indent: 0;
        background: url("../images/icons/search.png") center no-repeat;
        background-size: cover;
    }
    #header .right .utility .searchButton span strong {
        display: block;
        width: auto;
        height: auto;
        text-indent: 0;
        text-align: center;
        background: none;
    }
    #header .right .utility .searchButton.js-isActive .clickable {
        background: #f1f1f1;
    }
    #header .right .utility .searchButton.js-isActive span:before {
        width: 16px;
        height: 16px;
        text-indent: 0;
        background: url("../images/icons/close.png") center no-repeat;
        background-size: cover;
    }
    #header .right .utility .searchButton.js-isActive span strong {
        display: none;
    }
}
@media (max-width: 1099px) and (min-width: 440px) {
    #header .right {
        margin-right: 46px;
        font-size: 10px;
    }
    #header .right .utility .clickable {
        padding: 0;
        width: 52px;
        height: 45px;
    }
}
@media (max-width: 439px) and (min-width: 356px) {
    #header .right {
        margin-right: 46px;
        font-size: 10px;
    }
    #header .right .utility .clickable {
        padding: 0;
        width: 59px;
        height: 45px;
    }
}
@media only screen and (max-width: 355px) {
    #header .right {
        margin-right: 53px;
        font-size: 10px;
    }
    #header .right .utility .clickable {
        padding: 0;
        width: 46px;
        height: 45px;
    }
}

/* header .searchBox
--------------------------------------------------------- */

#header .searchBox {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    padding: 60px 0;
    width: 100%;
    background: rgba(241, 241, 241, 0.95);
}

#header .searchBox .searchText {
    position: relative;
    margin: 0 auto 30px;
    width: 40.8%;
}

#header .searchBox .searchText input[type="submit"] {
    display: inline-block;
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    border: none;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/assets/images/icons/hdr_menu_ic04.png") center no-repeat;
    background-size: cover;
}

#header .searchBox .searchText input[type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    padding-left: 40px;
    width: 100%;
    font-size: 20px;
}

#header .searchBox .tags {
    text-align: center;
}

#header .searchBox .tags dt {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

#header .searchBox .tags dd:not(:last-child) {
    margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
    #header .searchBox {
        top: 45px;
        padding: 40px 0;
    }
    #header .searchBox .searchText {
        position: relative;
        margin: 0 auto 30px;
        width: 40.8%;
        min-width: 280px;
    }
    #header .searchBox .searchText input[type="submit"] {
        display: inline-block;
        content: "";
        position: absolute;
        left: 10px;
        top: 50%;
        border: none;
        width: 22px;
        height: 22px;
        text-indent: -9999px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url("/assets/images/icons/hdr_menu_ic04.png") center
            no-repeat;
        background-size: cover;
    }
    #header .searchBox .searchText input[type="text"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        padding-left: 40px;
        width: 100%;
        font-size: 20px;
    }
    #header .searchBox .tags {
        text-align: center;
    }
    #header .searchBox .tags dt {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: bold;
    }
    #header .searchBox .tags dd:not(:last-child) {
        margin-bottom: 30px;
    }
}

/* header .workBox
--------------------------------------------------------- */

#header .workBox {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    padding: 60px 0;
    width: 100%;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: rgba(0, 35, 93, 0.98);
}

#header .workBox .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

#header .workBox .inner .close {
    position: absolute;
    right: 0;
    top: 0;
}

#header .workBox .inner .close .js-closeButton {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(/assets/images/icons/hdr_menu_ic07.png) center no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1101px) {
    #header .workBox .inner .close .js-closeButton {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    #header .workBox .inner .close .js-closeButton:hover {
        opacity: 0.5;
    }
}

#header .workBox .inner .title {
    margin-bottom: 40px;
    font-size: 20px;
}

#header .workBox .inner .works {
    margin-bottom: 40px;
    font-size: 16px;
}

#header .workBox .inner .works ul:not(:last-child) {
    margin-bottom: 40px;
}

#header .workBox .inner .works ul li {
    display: inline-block;
    margin: 0 20px;
}

@media screen and (max-width: 1100px) {
    #header .workBox {
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 45px;
        padding: 40px 0;
        height: 100%;
        overflow-y: scroll;
    }
    #header .workBox .u-spacer_narrow {
        padding: 0 30px;
        max-width: 300px;
    }
    #header .workBox .inner {
        margin: 0 auto;
        padding-bottom: 120px;
        max-width: 800px;
    }
    #header .workBox .inner .close {
        top: -10px;
    }
    #header .workBox .inner .title {
        margin-bottom: 20px;
        font-size: 17px;
    }
    #header .workBox .inner .works {
        margin-bottom: 40px;
        font-size: 15px;
        text-align: left;
    }
    #header .workBox .inner .works ul:not(:last-child) {
        margin-bottom: 0;
    }
    #header .workBox .inner .works ul:last-child li:last-child {
        border-bottom: 1px solid #fff;
    }
    #header .workBox .inner .works ul li {
        display: block;
        border-top: 1px solid #fff;
        margin: 0;
        line-height: 1.2;
    }
    #header .workBox .inner label {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 60px;
    }
}

/* =========================================================
<footer> tag layout
========================================================= */

footer {
    padding: 30px 0px 20px;
    background: #f5f5f5;
    text-align: center;
    font-size: 12px;
    /* reset.cssからの インポート*/
    margin:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

footer a {
    color: #4d4d4d;
    text-decoration: none;
}

@media screen and (min-width: 769px) {
    footer a {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    footer a:hover {
        opacity: 0.5;
    }
}

footer .linklist {
    font-size: 0;
}

footer .linklist li {
    display: inline-block;
    font-size: 14px;
}

footer .linklist li:not(:last-child) {
    margin-right: 50px;
}

footer .linklist li .small {
    margin-left: 10px;
    font-size: 12px;
}

footer .utility {
    margin-bottom: 30px;
    font-weight: bold;
}

footer .utility > div:not(:last-child) {
    margin-bottom: 30px;
}

footer .sns {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

footer .sns ul li {
    width: 22px;
}

footer .sns ul li:not(:last-child) {
    margin-right: 25px;
}

footer .primary {
    margin-bottom: 30px;
}

footer .primary .linklist {
    margin-bottom: 20px;
}

footer .primary .linklist li {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    footer {
        padding: 80px 0 100px;
        font-size: 14px;
    }
    footer .linklist li {
        font-size: 14px;
        margin: 0 20px !important;
    }
    footer .linklist li:not(:last-child) {
        margin-right: 0;
    }
    footer .linklist li .small {
        margin-left: 10px;
        font-size: 14px;
    }
    footer .middle .linklist li:last-child {
        display: block;
        margin-top: 20px !important;
    }
    footer .utility {
        margin-bottom: 20px;
    }
    footer .utility > div:not(:last-child) {
        margin-bottom: 20px;
    }
    footer .sns {
        border-bottom: 1px solid #d2d2d2;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    footer .sns ul li {
        width: 22px;
    }
    footer .sns ul li:not(:last-child) {
        margin-right: 25px;
    }
    footer .primary {
        margin-bottom: 20px;
    }
    footer .primary .linklist {
        margin-bottom: 20px;
    }
    footer .primary .linklist li:first-child {
        display: block;
        margin-bottom: 20px !important;
    }
    footer .primary .powered {
        margin-bottom: 40px;
    }
}

footer.SIMPLE .sns {
    border-bottom: none;
    padding-bottom: 0;
}

/* =========================================================
Layout of <main>
========================================================= */

main {
    display: block;
    min-height: 380px;
}

@media screen and (max-width: 768px) {
    main {
        min-height: 380px;
    }
}

body {
    overflow-x: hidden;
    padding-top: 60px;
    -webkit-text-size-adjust: 100%;
}

body.js-isLoading {
    overflow-y: auto;
}

@media screen and (max-width: 1100px) {
    body {
        padding-top: 45px;
    }
    body.js-isSidebarShown {
        overflow: hidden;
    }
}

/* =========================================================
#loader
========================================================= */

#loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20000;
    width: 100%;
    height: 100%;
    background: #fff;
}

#loader h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 209px;
    height: 27px;
    background: url("/assets/images/icons/loader_tl_02.png") center no-repeat;
    background-size: cover;
}

#loader h1 #js-loader {
    overflow: hidden;
    display: inline-block;
    width: 0;
    height: 27px;
}

#loader h1 #js-loader i {
    display: inline-block;
    width: 209px;
    height: 27px;
    background: url("/assets/images/icons/loader_tl_01.png") center no-repeat;
    background-size: cover;
    text-indent: -9999px;
}

/* =========================================================
#modalLike
========================================================= */

#scoutModalLike,
#modalLike {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10001;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}

#scoutModalLike .bg,
#modalLike .bg {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 80px;
    width: 600px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: rgba(0, 35, 93, 0.98);
}

#scoutModalLike .bg a,
#modalLike .bg a {
    color: #fff;
}

#scoutModalLike .bg .text,
#modalLike .bg .text {
    margin-bottom: 40px;
}

#scoutModalLike .bg .select,
#modalLike .bg .select {
    margin-bottom: 40px;
}

#scoutModalLike .bg .select .yes,
#modalLike .bg .select .yes {
    margin-bottom: 40px;
    font-size: 20px;
}

#modalLike .bg .select .no {
    cursor: pointer;
}

#scoutModalLike .bg .closebutton,
#modalLike .bg .closebutton {
    position: absolute;
    right: 20px;
    top: 20px;
}

#scoutModalLike .bg .closebutton span,
#modalLike .bg .closebutton span {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(/assets/images/icons/hdr_menu_ic07.png) center no-repeat;
    background-size: cover;
}

@media screen and (min-width: 769px) {
    #scoutModalLike .bg .closebutton span,
    #modalLike .bg .closebutton span {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    #scoutModalLike .bg .closebutton span:hover,
    #modalLike .bg .closebutton span:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width: 768px) {
    #scoutModalLike,
    #modalLike {
        margin: 0 auto;
        width: 100%;
    }
    #scoutModalLike .bg,
    #modalLike .bg {
        margin: 0 auto;
        padding: 50px;
        max-width: 600px;
        width: auto;
        font-size: 15px;
    }
    #scoutModalLike .bg .text,
    #modalLike .bg .text {
        margin-bottom: 30px;
    }
    #scoutModalLike .bg .select,
    #modalLike .bg .select {
        margin-bottom: 30px;
    }
    #scoutModalLike .bg .select .yes,
    #modalLike .bg .select .yes {
        margin-bottom: 30px;
        font-size: 17px;
    }
    #scoutModalLike .bg .closebutton,
    #modalLike .bg .closebutton {
        right: 20px;
        top: 20px;
    }
}

/* =========================================================
#pagetop
========================================================= */

#pagetop {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 130px;
    z-index: 1000;
    height: 40px;
}

#pagetop a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #b4b4b4;
}

#pagetop a span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/assets/images/icons/pagetop_ic01.png") center no-repeat;
    background-size: cover;
    text-indent: -9999px;
}

#pagetop a span:before {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url("/assets/images/icons/pagetop_ic02.png") center no-repeat;
    background-size: cover;
}

#pagetop a:hover span:before {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media screen and (max-width: 768px) {
    #pagetop {
        right: 10px;
        bottom: 80px;
    }
    #pagetop a {
        width: 30px;
        height: 30px;
    }
    #pagetop a span {
        width: 16px;
        height: 16px;
    }
}

/* =========================================================
Layout of <aside>
========================================================= */

#menuButton {
    display: none;
}

@media screen and (max-width: 1100px) {
    #menuButton {
        display: none;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 10000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        color: #fff;
        background: #000;
        cursor: pointer;
    }
    #menuButton span {
        display: block;
        height: auto;
        font-size: 0;
    }
    #menuButton span:before {
        display: inline-block;
        content: "";
        width: 16px;
        height: 16px;
        text-indent: 0;
        background: url("../images/icons/nav.png") center no-repeat;
        background-size: cover;
    }
    #menuButton span strong {
        display: none;
    }
    #menuButton.js-isActive span:before {
        width: 16px;
        height: 16px;
        text-indent: 0;
        background: url("../images/icons/hdr_menu_ic07.png") center no-repeat;
        background-size: cover;
    }
    #menuButton.js-isActive span strong {
        display: none;
    }
}

#sidebar {
    display: none;
}

@media screen and (max-width: 1100px) {
    #sidebar {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        overflow-y: auto;
    }
    #sidebar #overflow {
        overflow-y: auto;
    }
    #sidebar {
        -webkit-overflow-scrolling: touch;
    }
    #sidebar .u-spacer {
        max-width: 300px;
    }
    #sidebar a,
    #sidebar p {
        cursor: pointer;
        color: #fff;
        font-weight: bold;
    }
    #sidebar .inner {
        padding: 50px 0;
    }
    #sidebar .work {
        margin-bottom: 40px;
    }
    #sidebar .work .navHeader strong {
        display: inline-block;
        width: 111px;
    }
    #sidebar .life {
        margin-bottom: 30px;
    }
    #sidebar .life .navHeader strong {
        display: inline-block;
        width: 74px;
    }
    #sidebar .life .navList {
        letter-spacing: 0.75em;
    }
    #sidebar .navHeader .icon,
    #sidebar .navList .icon {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        content: "";
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 20px;
        height: 20px;
    }
    #sidebar .navHeader .icon:before,
    #sidebar .navList .icon:before {
        display: inline-block;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 12px;
        height: 5px;
    }
    #sidebar .navHeader {
        border-bottom: 1px solid #fff;
    }
    #sidebar .navHeader a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 10px 0;
    }
    #sidebar .navHeader a strong {
        margin-right: 20px;
    }
    #sidebar .navHeader a span {
        font-size: 14px;
    }
    #sidebar .navHeader a .icon {
        background: #fff;
    }
    #sidebar .navHeader a .icon:before {
        background: url("../images/icons/parts-bt_ic02.png") center no-repeat;
        background-size: cover;
    }
    #sidebar .navList {
        padding: 0 25px;
    }
    #sidebar .navList li {
        background: url("../images/icons/aside_bg01.png") left bottom repeat-x;
    }
    #sidebar .navList li a,
    #sidebar .navList li p {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0;
        font-size: 18px;
    }
    #sidebar .navList li a .icon,
    #sidebar .navList li p .icon {
        border: 1px solid #fff;
        background: none;
    }
    #sidebar .navList li a .icon:before,
    #sidebar .navList li p .icon:before {
        background: url("../images/icons/parts-bt_ic01.png") center no-repeat;
        background-size: cover;
    }
    #sidebar .priority {
        margin-bottom: 30px;
    }
    #sidebar .priority a strong {
        font-size: 20px;
    }
    #sidebar .priority a span {
        font-size: 13px;
    }
    #sidebar .priority ul li:not(:last-child) {
        margin-bottom: 20px;
    }
    #sidebar .sns .linklist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #sidebar .sns .linklist li {
        width: 19px;
    }
    #sidebar .sns .linklist li:not(:last-child) {
        margin-right: 15px;
    }
}

/* =========================================================
WORK common parts
========================================================= */

/* #S-work_header
--------------------------------------------------------- */

#S-work_header {
    padding-top: 40px;
    padding-bottom: 40px;
    /* background: #ebeff4; */
}

#S-work_header .parts-title_A.work {
    margin-bottom: 30px;
}

#S-work_header .parts-title_A.work .main span {
    display: inline-block;
    width: 386px;
}

#S-work_header h3.catch-copy {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#S-work_header div.company-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#S-work_header .outline .desc {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    #S-work_header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #S-work_header .parts-title_A.work {
        margin-bottom: 20px;
    }
    #S-work_header .parts-title_A.work .main span {
        width: auto;
    }
    #S-work_header .outline .desc {
        font-size: 16px;
    }
}

/* #S-WORK_spTab
--------------------------------------------------------- */

#S-WORK_spTab {
    margin: 0 10px 50px;
}

#S-WORK_spTab .unit-tabs ul {
    border-bottom: none;
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    #S-WORK_spTab {
        margin: 0 0 50px;
    }
}

/* #S-work_OTHER
--------------------------------------------------------- */

#S-work_OTHER {
    margin-bottom: 2px;
    padding: 60px 0 40px;
    /* background: #ebeff4; */
}

#S-work_OTHER .works {
    margin: 0 auto;
    max-width: 800px;
}

@media screen and (max-width: 768px) {
    #S-work_OTHER {
        margin-bottom: 2px;
        padding: 20px 0 30px;
    }
}

/* #S-job-life-link
--------------------------------------------------------- */

#S-job-life-link {
    margin-bottom: 2px;
    padding: 60px 0 40px;
    /* background: #ebeff4; */
}

#S-job-life-link .works {
    margin: 0 auto;
    max-width: 800px;
}

@media screen and (max-width: 768px) {
    #S-job-life-link {
        margin-bottom: 2px;
        padding: 20px 0 30px;
    }
}

/* #S-article-job-link
--------------------------------------------------------- */

#S-article-job-link {
    margin-bottom: 2px;
    padding: 60px 0 40px;
}

#S-article-job-link .works {
    margin: 0 auto;
    max-width: 800px;
}

@media screen and (max-width: 768px) {
    #S-article-job-link {
        margin-bottom: 2px;
        padding: 20px 0 30px;
    }
}

/* #S-work_SEARCH_TAG
--------------------------------------------------------- */

#S-work_SEARCH_TAG {
    margin-bottom: 2px;
    padding: 50px 0;
    /* background: #ebeff4; */
}

#S-work_SEARCH_TAG .tags {
    text-align: center;
}

@media screen and (max-width: 768px) {
    #S-work_SEARCH_TAG {
        padding: 20px 0;
    }
}

/* #S-work_SEARCH_CONDITION
--------------------------------------------------------- */

#S-work_SEARCH_CONDITION {
    margin-bottom: 2px;
    padding: 50px 0;
    /* background: #ebeff4; */
}

@media screen and (max-width: 768px) {
    #S-work_SEARCH_CONDITION {
        padding: 20px 0;
    }
}

/* #S-work_OTHER_COMPANY
--------------------------------------------------------- */

#S-work_OTHER_COMPANY {
    padding: 50px 0 120px;
}

@media screen and (max-width: 768px) {
    #S-work_OTHER_COMPANY {
        padding: 20px 0 70px;
    }
}

/* =========================================================
LIFE top page
========================================================= */

/* .page-life-category-top #S-header
--------------------------------------------------------- */

.page-life-category-top #S-header,
.page-life-category-article #S-header {
    padding-top: 30px;
    padding-bottom: 20px;
}

.page-life-category-top #S-header .parts-title_A.life,
.page-life-category-article #S-header .parts-title_A.life {
    margin-bottom: 0;
}

.page-life-category-top #S-header .parts-title_A.life .main span,
.page-life-category-article #S-header .parts-title_A.life .main span {
    display: inline-block;
    width: 316px;
}

@media screen and (max-width: 768px) {
    .page-life-category-top #S-header,
    .page-life-category-article #S-header {
        padding-top: 20px 0;
    }
    .page-life-category-top #S-header .parts-title_A.life .main span,
    .page-life-category-article #S-header .parts-title_A.life .main span {
        width: auto;
    }
}

/*.page-life-category-top #S-01
--------------------------------------------------------- */

.page-life-category-top #S-01 {
    padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .page-life-category-top #S-01 {
        padding-bottom: 40px;
    }
}

/* # page-life-shoku-top # S-02
--------------------------------------------------------- */

.page-life-category-top #S-02 {
    padding-bottom: 50px;
}

.page-life-category-top #S-02 .pager.above {
    margin-bottom: 30px;
}

.page-life-category-top #S-02 .pager.below {
    margin-top: 40px;
}

.page-life-category-top #S-02 .guidance {
    text-align: center;
}

.page-life-category-top #S-02 .guidance .button {
    margin-bottom: 10px;
}

.page-life-category-top #S-02 .guidance a {
    font-size: 16px;
    font-weight: bold;
    /* color: #00235d; */
}

@media screen and (max-width: 768px) {
    .page-life-category-top #S-02 .guidance {
        padding: 0 20px;
    }
    .page-life-category-top #S-02 .guidance .button {
        margin-bottom: 10px;
    }
    .page-life-category-top #S-02 .guidance a {
        font-size: 16px;
        margin: 0 10px;
    }
}

/* # page-life-shoku-top # S-03
--------------------------------------------------------- */

.page-life-category-top #S-03 {
    padding: 50px 0 120px;
}

@media screen and (max-width: 768px) {
    .page-life-category-top #S-03 {
        padding: 50px 0 60px;
    }
}

/* =========================================================
LIFE article page
========================================================= */

/* .page-life-article #S-header
--------------------------------------------------------- */

.page-life-article #S-header {
    padding-top: 30px;
    padding-bottom: 20px;
}

.page-life-article #S-header .parts-title_A.life {
    margin-bottom: 0;
}

.page-life-article #S-header .parts-title_A.life .main span {
    display: inline-block;
    width: 316px;
}

@media screen and (max-width: 768px) {
    .page-life-article #S-header {
        padding-top: 20px 0;
    }
    .page-life-article #S-header .parts-title_A.life .main span {
        width: auto;
    }
}

/* .page-life-category-article #S-01
--------------------------------------------------------- */

.page-life-category-article #S-01 {
    padding-bottom: 50px;
}

.page-life-category-article #S-01 .tab {
    margin-bottom: 20px;
}

.page-life-category-article #S-01 .cover {
    margin-bottom: 40px;
}

.page-life-category-article #S-01 .sns {
    margin-bottom: 40px;
}

.page-life-category-article #S-01 .contents {
    margin: 0 auto 40px;
    max-width: 800px;
    line-height: 1.8;
}

.page-life-category-article #S-01 .contents img {
    max-width: 100%;
    height: auto !important;
}

.page-life-category-article #S-01 .contents .carousel {
    margin: 0 30px;
}

.page-life-category-article #S-01 .contents .intro {
    margin-bottom: 60px;
}

.page-life-category-article #S-01 .contents .interview strong {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
}

.page-life-category-article #S-01 .contents .interview img:not(:last-child),
.page-life-category-article #S-01 .contents .interview p:not(:last-child) {
    margin-bottom: 20px;
}

.page-life-category-article #S-01 .guidance {
    text-align: center;
}

.page-life-category-article #S-01 .guidance .button {
    margin-bottom: 10px;
}

.page-life-category-article #S-01 .guidance a {
    font-size: 16px;
    font-weight: bold;
    /* color: #00235d; */
}

@media screen and (max-width: 768px) {
    .page-life-category-article #S-01 {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .page-life-category-article #S-01 .tab {
        margin-bottom: 10px;
    }
    .page-life-category-article #S-01 .cover {
        margin-bottom: 20px;
    }
    .page-life-category-article #S-01 .sns {
        margin-bottom: 20px;
    }
    .page-life-category-article #S-01 .contents {
        margin: 0 auto 20px;
        padding: 0 10px;
    }
    .page-life-category-article #S-01 .contents .carousel {
        margin: 0;
    }
    .page-life-category-article #S-01 .contents .intro {
        margin-bottom: 30px;
    }
    .page-life-category-article #S-01 .contents .interview strong {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .page-life-category-article #S-01 .guidance {
        padding: 0 20px;
    }
    .page-life-category-article #S-01 .guidance .button {
        margin-bottom: 10px;
    }
    .page-life-category-article #S-01 .guidance a {
        font-size: 16px;
    }
}

/* # page-life-shoku-article # S-01
--------------------------------------------------------- */

#page-life-asobi-article #S-01 .carousel,
#page-life-fukei-article #S-01 .carousel,
#page-life-shoku-article #S-01 .carousel {
    margin-bottom: 30px;
}

#page-life-asobi-article #S-01 .tags,
#page-life-fukei-article #S-01 .tags,
#page-life-shoku-article #S-01 .tags {
    margin-bottom: 30px;
    text-align: center;
}

#page-life-asobi-article #S-01 .desc,
#page-life-fukei-article #S-01 .desc,
#page-life-shoku-article #S-01 .desc {
    margin-bottom: 30px;
}

#page-life-asobi-article #S-01 .desc a,
#page-life-fukei-article #S-01 .desc a,
#page-life-shoku-article #S-01 .desc a {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

#page-life-asobi-article #S-01 .desc p:not(:last-child),
#page-life-fukei-article #S-01 .desc p:not(:last-child),
#page-life-shoku-article #S-01 .desc p:not(:last-child) {
    margin-bottom: 1em;
}

#page-life-asobi-article #S-01 .coupon,
#page-life-fukei-article #S-01 .coupon,
#page-life-shoku-article #S-01 .coupon {
    margin-bottom: 40px;
    padding: 40px;
    background: #fff;
}

#page-life-asobi-article #S-01 .coupon .title,
#page-life-fukei-article #S-01 .coupon .title,
#page-life-shoku-article #S-01 .coupon .title {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
}

#page-life-asobi-article #S-01 .coupon .ticket,
#page-life-fukei-article #S-01 .coupon .ticket,
#page-life-shoku-article #S-01 .coupon .ticket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 10px;
    max-width: 520px;
}

#page-life-asobi-article #S-01 .coupon .ticket .header,
#page-life-fukei-article #S-01 .coupon .ticket .header,
#page-life-shoku-article #S-01 .coupon .ticket .header {
    width: 21.1%;
}

#page-life-asobi-article #S-01 .coupon .ticket .offer,
#page-life-fukei-article #S-01 .coupon .ticket .offer,
#page-life-shoku-article #S-01 .coupon .ticket .offer {
    position: relative;
    width: 78.9%;
}

#page-life-asobi-article #S-01 .coupon .ticket .offer .inner,
#page-life-fukei-article #S-01 .coupon .ticket .offer .inner,
#page-life-shoku-article #S-01 .coupon .ticket .offer .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#page-life-asobi-article #S-01 .coupon .ticket .offer span,
#page-life-fukei-article #S-01 .coupon .ticket .offer span,
#page-life-shoku-article #S-01 .coupon .ticket .offer span {
    display: block;
    line-height: 1;
    font-weight: bold;
}

#page-life-asobi-article #S-01 .coupon .ticket .offer span.offer_title,
#page-life-fukei-article #S-01 .coupon .ticket .offer span.offer_title,
#page-life-shoku-article #S-01 .coupon .ticket .offer span.offer_title {
    font-size: 16px;
}

#page-life-asobi-article #S-01 .coupon .ticket .offer span.offer_off,
#page-life-fukei-article #S-01 .coupon .ticket .offer span.offer_off,
#page-life-shoku-article #S-01 .coupon .ticket .offer span.offer_off {
    white-space: nowrap;
    margin: 10px 0;
    font-size: 24px;
}

#page-life-asobi-article #S-01 .coupon .ticket .offer span.offer_off strong,
#page-life-fukei-article #S-01 .coupon .ticket .offer span.offer_off strong,
#page-life-shoku-article #S-01 .coupon .ticket .offer span.offer_off strong {
    display: inline-block;
    margin: 0 5px;
    font-size: 48px;
    /* color: #d54b00; */
    vertical-align: middle;
}

#page-life-asobi-article #S-01 .coupon .ticket .offer span.offer_expired,
#page-life-fukei-article #S-01 .coupon .ticket .offer span.offer_expired,
#page-life-shoku-article #S-01 .coupon .ticket .offer span.offer_expired {
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    color: #fff;
    background: #c4bc98;
}

#page-life-asobi-article #S-01 .coupon .conditions,
#page-life-fukei-article #S-01 .coupon .conditions,
#page-life-shoku-article #S-01 .coupon .conditions {
    margin-bottom: 10px;
}

#page-life-asobi-article #S-01 .coupon .conditions ul li,
#page-life-fukei-article #S-01 .coupon .conditions ul li,
#page-life-shoku-article #S-01 .coupon .conditions ul li {
    position: relative;
    padding-left: 1.2em;
}

#page-life-asobi-article #S-01 .coupon .conditions ul li:before,
#page-life-fukei-article #S-01 .coupon .conditions ul li:before,
#page-life-shoku-article #S-01 .coupon .conditions ul li:before {
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    content: "";
    border-radius: 50%;
    width: 1em;
    height: 1em;
    /* background: #d54b00; */
}

#page-life-asobi-article #S-01 .coupon .wrapper,
#page-life-fukei-article #S-01 .coupon .wrapper,
#page-life-shoku-article #S-01 .coupon .wrapper {
    margin: 0 auto;
    max-width: 500px;
}

#page-life-asobi-article #S-01 .table,
#page-life-fukei-article #S-01 .table,
#page-life-shoku-article #S-01 .table {
    margin-bottom: 40px;
}

#page-life-asobi-article #S-01 .gmap,
#page-life-fukei-article #S-01 .gmap,
#page-life-shoku-article #S-01 .gmap {
    border: 10px solid #fff;
}

#page-life-asobi-article #S-01 .guidance,
#page-life-fukei-article #S-01 .guidance,
#page-life-shoku-article #S-01 .guidance {
    margin-bottom: 0;
    padding: 0 10px;
}

#page-life-asobi-article #S-01 .u-table.life tr:not(:last-child) th,
#page-life-asobi-article #S-01 .u-table.life tr:not(:last-child) td {
    /* border-bottom: 2px solid #e7f1ec; */
}

#page-life-asobi-article #S-01 .u-table.life th {
    background: #c4bc98;
}

#page-life-asobi-article #S-01 .u-table.life td {
    background: #ffffff;
}

#page-life-fukei-article #S-01 .u-table.life tr:not(:last-child) th,
#page-life-fukei-article #S-01 .u-table.life tr:not(:last-child) td {
    /* border-bottom: 2px solid #e3f4fb; */
}

#page-life-fukei-article #S-01 .u-table.life th {
    background: #c4bc98;
}

#page-life-fukei-article #S-01 .u-table.life td {
    background: #ffffff;
}

#page-life-shoku-article #S-01 .u-table.life tr:not(:last-child) th,
#page-life-shoku-article #S-01 .u-table.life tr:not(:last-child) td {
    /* border-bottom: 2px solid #fefae1; */
}

#page-life-shoku-article #S-01 .u-table.life th {
    background: #c4bc98;
}

#page-life-shoku-article #S-01 .u-table.life td {
    background: #ffffff;
}

@media screen and (max-width: 768px) {
    #page-life-asobi-article #S-01 .carousel,
    #page-life-fukei-article #S-01 .carousel,
    #page-life-shoku-article #S-01 .carousel {
        margin-bottom: 20px;
    }
    #page-life-asobi-article #S-01 .tags,
    #page-life-fukei-article #S-01 .tags,
    #page-life-shoku-article #S-01 .tags {
        margin-bottom: 20px;
    }
    #page-life-asobi-article #S-01 .desc,
    #page-life-fukei-article #S-01 .desc,
    #page-life-shoku-article #S-01 .desc {
        margin-bottom: 30px;
    }
    #page-life-asobi-article #S-01 .desc p:not(:last-child),
    #page-life-fukei-article #S-01 .desc p:not(:last-child),
    #page-life-shoku-article #S-01 .desc p:not(:last-child) {
        margin-bottom: 1em;
    }
    #page-life-asobi-article #S-01 .coupon,
    #page-life-fukei-article #S-01 .coupon,
    #page-life-shoku-article #S-01 .coupon {
        margin-bottom: 20px;
        padding: 20px 10px;
    }
    #page-life-asobi-article #S-01 .coupon .title,
    #page-life-fukei-article #S-01 .coupon .title,
    #page-life-shoku-article #S-01 .coupon .title {
        display: block;
        margin-bottom: 10px;
        font-size: 15px;
    }
    #page-life-asobi-article #S-01 .coupon .ticket,
    #page-life-fukei-article #S-01 .coupon .ticket,
    #page-life-shoku-article #S-01 .coupon .ticket {
        display: block;
        margin: 0 auto 10px;
        max-width: 330px;
    }
    #page-life-asobi-article #S-01 .coupon .ticket .header,
    #page-life-fukei-article #S-01 .coupon .ticket .header,
    #page-life-shoku-article #S-01 .coupon .ticket .header {
        width: 100%;
    }
    #page-life-asobi-article #S-01 .coupon .ticket .offer,
    #page-life-fukei-article #S-01 .coupon .ticket .offer,
    #page-life-shoku-article #S-01 .coupon .ticket .offer {
        width: 100%;
    }
    #page-life-asobi-article #S-01 .coupon .ticket .offer span.offer_title,
    #page-life-fukei-article #S-01 .coupon .ticket .offer span.offer_title,
    #page-life-shoku-article #S-01 .coupon .ticket .offer span.offer_title {
        font-size: 16px;
    }
    #page-life-asobi-article #S-01 .coupon .ticket .offer span.offer_off,
    #page-life-fukei-article #S-01 .coupon .ticket .offer span.offer_off,
    #page-life-shoku-article #S-01 .coupon .ticket .offer span.offer_off {
        font-size: 22px;
    }
    #page-life-asobi-article #S-01 .coupon .ticket .offer span.offer_off strong,
    #page-life-fukei-article #S-01 .coupon .ticket .offer span.offer_off strong,
    #page-life-shoku-article
        #S-01
        .coupon
        .ticket
        .offer
        span.offer_off
        strong {
        margin: 0 5px;
        font-size: 44px;
    }
    #page-life-asobi-article #S-01 .coupon .ticket .offer span.offer_expired,
    #page-life-fukei-article #S-01 .coupon .ticket .offer span.offer_expired,
    #page-life-shoku-article #S-01 .coupon .ticket .offer span.offer_expired {
        font-size: 14px;
    }
    #page-life-asobi-article #S-01 .table,
    #page-life-fukei-article #S-01 .table,
    #page-life-shoku-article #S-01 .table {
        margin-bottom: 20px;
    }
    #page-life-asobi-article #S-01 .gmap,
    #page-life-fukei-article #S-01 .gmap,
    #page-life-shoku-article #S-01 .gmap {
        border: 5px solid #fff;
    }
    #page-life-asobi-article #S-01 .gmap .u-iframe,
    #page-life-fukei-article #S-01 .gmap .u-iframe,
    #page-life-shoku-article #S-01 .gmap .u-iframe {
        padding-top: 140%;
    }
    #page-life-asobi-article #S-01 .guidance,
    #page-life-fukei-article #S-01 .guidance,
    #page-life-shoku-article #S-01 .guidance {
        margin-bottom: 0;
        padding: 0 10px;
    }
}

@media screen and (max-width: 370px) {
    #page-life-asobi-article #S-01 .coupon .ticket .offer span.offer_title,
    #page-life-fukei-article #S-01 .coupon .ticket .offer span.offer_title,
    #page-life-shoku-article #S-01 .coupon .ticket .offer span.offer_title {
        font-size: 14px;
    }
    #page-life-asobi-article #S-01 .coupon .ticket .offer span.offer_off,
    #page-life-fukei-article #S-01 .coupon .ticket .offer span.offer_off,
    #page-life-shoku-article #S-01 .coupon .ticket .offer span.offer_off {
        font-size: 16px;
    }
    #page-life-asobi-article #S-01 .coupon .ticket .offer span.offer_off strong,
    #page-life-fukei-article #S-01 .coupon .ticket .offer span.offer_off strong,
    #page-life-shoku-article
        #S-01
        .coupon
        .ticket
        .offer
        span.offer_off
        strong {
        font-size: 32px;
    }
    #page-life-asobi-article #S-01 .coupon .ticket .offer span.offer_expired,
    #page-life-fukei-article #S-01 .coupon .ticket .offer span.offer_expired,
    #page-life-shoku-article #S-01 .coupon .ticket .offer span.offer_expired {
        font-size: 12px;
    }
}

/* #page-life-shoku-article # S-02 --------------------------------------------------------- */

.page-life-category-article #S-02 {
    padding: 50px 0 120px;
}

@media screen and (max-width: 768px) {
    .page-life-category-article #S-02 {
        padding: 50px 0 80px;
    }
}

/* =========================================================
Common parts
========================================================= */

/* #page-parts #header
--------------------------------------------------------- */

/*
#page-parts #header {
  are not {
    padding: 20px;
    ul {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      font-size: 18px;
      at the {
        &:not(:last-child) {
          margin-right: 20px;
        }
      }
    }
  }
}
*/

#page-parts {
    padding: 0;
}

#page-parts aside .notice {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

/* #page-parts #contents
--------------------------------------------------------- */

#page-parts #contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

#page-parts #contents aside {
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 200px;
    height: 100%;
    color: #fff;
    background: #666;
}

#page-parts #contents aside a {
    color: #fff;
}

#page-parts #contents aside dt {
    font-weight: bold;
}

#page-parts #contents aside dd:not(:last-child) {
    margin-bottom: 20px;
}

#page-parts #contents main {
    margin-left: 200px;
}

/* #page-parts
--------------------------------------------------------- */

#page-parts h1 {
    margin: 30px 0;
    padding: 0 20px;
    text-align: center;
    font-size: 24px;
}

#page-parts h1 span {
    display: inline-block;
    text-decoration: underline;
}

#page-parts section:not(:last-child) {
    margin-bottom: 100px;
}

/* #page-parts article
--------------------------------------------------------- */

#page-parts article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 0 20px 20px;
}

#page-parts article:first-child {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
}

#page-parts article .name {
    margin-bottom: 10px;
}

#page-parts article .name span {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #000;
}

#page-parts article .visual {
    margin-bottom: 10px;
    padding: 10px;
    background: #ededed;
}

#page-parts article .textarea textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height: 100px;
}

/* =========================================================
top page
========================================================= */

/* #top #S-cover
--------------------------------------------------------- */

.js-vegas {
    height: 500px;
}

#page-top #S-cover .table {
    display: table;
    width: 100%;
    height: 500px;
}

#page-top #S-cover .table article {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50%;
}

#page-top #S-cover .table article .title {
    display: inline-block;
    margin-bottom: 20px;
    text-shadow: 1px 1px 10px #1616168f;
    /* font-family: "montserrat"; */
}

#page-top #S-cover .table article .button {
    display: block;
    text-align: center;
}

#page-top #S-cover .table .work .title {
    font-size: 100px;
    font-weight: 700;
    color: #fff;
}

#page-top #S-cover .table .life .title {
    font-size: 100px;
    font-weight: 700;
    color: #fff;
}

#page-top #S-cover .vegas-wrapper {
    padding: 0 !important;
}

@media screen and (max-width: 768px) {
    .js-vegas {
        height: 360px;
        position: relative !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        border: none;
    }
    #page-top #S-cover .background-image {
        padding-top: 96%;
        height: 0 !important;
    }
    #page-top #S-cover .table {
        position: absolute;
        left: 0;
        top: 0;
        bottom: auto;
        right: auto;
        height: 100% !important;
        max-height: 440px;
    }
    #page-top #S-cover .table article .title {
        display: inline-block;
        margin-bottom: 20px;
    }
    #page-top #S-cover .table .work .title {
        width: 89.8%;
        font-size: 50px;
        font-weight: 700;
        color: #fff;
    }
    #page-top #S-cover .table .life .title {
        width: 63.8%;
        font-size: 50px;
        font-weight: 700;
        color: #fff;
    }
}

/* #top #S-03
--------------------------------------------------------- */

#page-top #S-03 {
    position: relative;
    margin-bottom: 10px;
    padding: 60px 0;
    /* background: #f2f0e8; */
}

#page-top #S-03 .parts-title_A.life .main {
    width: 32.5%;
}

@media screen and (max-width: 768px) {
    #page-top #S-03 {
        padding: 20px 0 30px;
    }
    #page-top #S-03 .parts-title_A.life .main {
        width: 240px;
    }
}

#page-top #S-03 .entertainment {
    margin-bottom: 30px;
}

/* #top #S-04
--------------------------------------------------------- */

#page-top #S-04 {
    position: relative;
    margin-bottom: 10px;
    padding: 50px 0;
    background: #f5f5f5;
}

#page-top #S-04 .container {
    margin: 0 auto;
    max-width: 800px;
}

#page-top #S-04 .container .more {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    #page-top #S-04 {
        padding: 20px 0 30px;
    }
    #page-top #S-04 .parts-title_A {
        margin-bottom: 10px;
    }
}

/* =========================================================
②WORK TOP
========================================================= */

/* #page-work-top #S-header
--------------------------------------------------------- */

#page-work-top #S-header {
    padding-top: 40px;
    padding-bottom: 20px;
    /* background: #ebeff4; */
}

#page-work-top #S-header .parts-title_A.work {
    margin-bottom: 0;
}

#page-work-top #S-header .parts-title_A.work .main span {
    display: inline-block;
    width: 386px;
}

@media screen and (max-width: 768px) {
    #page-work-top #S-header {
        padding-top: 66px;
        padding-bottom: 20px;
    }
    #page-work-top #S-header .parts-title_A.work .main span {
        width: auto;
    }
}

/* #page-work-top #S-01
--------------------------------------------------------- */

#page-work-top #S-01 {
    position: relative;
    padding-bottom: 80px;
    /* background: #ebeff4; */
}

#page-work-top #S-01 .categoryCarousel {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    #page-work-top #S-01 {
        padding-bottom: 10px;
    }
    #page-work-top #S-01 .categoryCarousel {
        margin-bottom: 30px;
    }
    #page-work-top #S-01 .regist {
        padding: 0 10px;
    }
    #page-work-top #S-01 .unit-annotation {
        margin-top: 20px;
    }
}

/* #page-work-top #S-02
--------------------------------------------------------- */

#page-work-top #S-02 {
    padding: 40px 0 60px;
}

#page-work-top #S-02 .buttons {
    margin-bottom: 40px;
}

#page-work-top #S-02 .search {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    #page-work-top #S-02 {
        padding: 20px 0 30px;
    }
    #page-work-top #S-02 .buttons {
        margin-bottom: 30px;
    }
    #page-work-top #S-02 .search {
        font-size: 17px;
    }
}

/* #page-work-top #S-03
--------------------------------------------------------- */

#page-work-top #S-03 {
    padding: 40px 0;
    /* background: #ebeff4; */
}

/* #page-work-top #S-04
--------------------------------------------------------- */

#page-work-top #S-04 {
    padding: 80px 0;
}

#page-work-top #S-04 .sectionTitle {
    margin-bottom: 40px;
}

#page-work-top #S-04 .sectionTitle .parts-secTitle_A span {
    width: 527px;
}

#page-work-top #S-04 .pattern {
    margin: 0 auto;
    max-width: 800px;
}

#page-work-top #S-04 .pattern article:not(:last-child) {
    margin-bottom: 40px;
}

#page-work-top #S-04 .pattern article .text p {
    font-size: 16px;
}

#page-work-top #S-04 .pattern article .text p:not(:last-child) {
    margin-bottom: 30px;
}

#page-work-top #S-04 .pattern article .text .annotation {
    font-size: 14px;
}

#page-work-top #S-04 .pattern_01 .flow {
    font-size: 16px;
}

#page-work-top #S-04 .pattern_01 .flow ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 520px;
    list-style: none;
}

#page-work-top #S-04 .pattern_01 .flow ol li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 10px;
    width: 245px;
    /* background: #ebeff4; */
}

#page-work-top #S-04 .pattern_01 .flow ol li:nth-child(-n + 2) {
    margin-top: 0;
}

#page-work-top #S-04 .pattern_01 .flow .flowTitle {
    display: block;
    font-size: 18px;
    text-align: center;
}

#page-work-top #S-04 .pattern_01 .flow .flowTitle:not(:last-child) {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    #page-work-top #S-04 {
        padding: 50px 0;
    }
    #page-work-top #S-04 .sectionTitle {
        margin-bottom: 40px;
    }
    #page-work-top #S-04 .sectionTitle .parts-secTitle_A {
        position: relative;
        margin-bottom: 50px;
    }
    #page-work-top #S-04 .sectionTitle .parts-secTitle_A span {
        width: auto;
    }
    #page-work-top #S-04 .sectionTitle .parts-secTitle_A span .part-A {
        width: 150px;
    }
    #page-work-top #S-04 .sectionTitle .parts-secTitle_A span .part-B {
        position: absolute;
        left: 50%;
        bottom: -30px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 280px;
    }
    #page-work-top #S-04 .pattern {
        margin: 0 10px;
        width: auto;
    }
    #page-work-top #S-04 .pattern article:not(:last-child) {
        margin-bottom: 30px;
    }
    #page-work-top #S-04 .pattern article .text {
        margin: 0 10px;
    }
    #page-work-top #S-04 .pattern article .text p {
        font-size: 14px;
    }
    #page-work-top #S-04 .pattern article .text p:not(:last-child) {
        margin-bottom: 20px;
    }
    #page-work-top #S-04 .pattern article .text .annotation {
        font-size: 12px;
    }
    #page-work-top #S-04 .pattern_01 .flow {
        font-size: 14px;
        margin: 0 auto;
        max-width: 600px;
    }
    #page-work-top #S-04 .pattern_01 .flow ol {
        padding: 0 10px;
        width: auto;
    }
    #page-work-top #S-04 .pattern_01 .flow ol li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px;
        padding: 10px;
        width: 100%;
    }
    #page-work-top #S-04 .pattern_01 .flow ol li:nth-child(-n + 2) {
        margin-top: 10px;
    }
    #page-work-top #S-04 .pattern_01 .flow ol li:nth-child(1) {
        margin-top: 0;
    }
    #page-work-top #S-04 .pattern_01 .flow .flowTitle {
        font-size: 15px;
    }
    #page-work-top #S-04 .pattern_01 .flow .flowTitle:not(:last-child) {
        margin-bottom: 5px;
    }
}

/* #page-work-top #S-05
--------------------------------------------------------- */

#page-work-top #S-05 {
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    #page-work-top #S-05 {
        margin-bottom: 50px;
    }
}

/* #page-work-top #S-06
--------------------------------------------------------- */

#page-work-top #S-06 {
    margin-bottom: 120px;
}

#page-work-top #S-06 .parts-secTitle_A {
    margin-bottom: 30px;
}

#page-work-top #S-06 .parts-secTitle_A .title span {
    width: 523px;
}

#page-work-top #S-06 .inner {
    margin: 0 auto;
    max-width: 800px;
}

#page-work-top #S-06 .inner .text {
    margin-bottom: 20px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    #page-work-top #S-06 {
        margin-bottom: 60px;
    }
    #page-work-top #S-06 .parts-secTitle_A {
        margin-bottom: 20px;
    }
    #page-work-top #S-06 .parts-secTitle_A .title span {
        width: auto;
        max-width: 364px;
    }
    #page-work-top #S-06 .inner {
        margin: 0 10px;
        max-width: 800px;
    }
    #page-work-top #S-06 .inner .text {
        margin-bottom: 20px;
        font-size: 14px;
    }
    #page-work-top #S-06 .inner .youtube {
        margin: 0 10px;
    }
}

/* =========================================================
④ WORK job list list
========================================================= */

/* #page-work-recruitlist #S-header
--------------------------------------------------------- */

#page-work-recruitlist #S-header {
    padding-top: 40px;
    padding-bottom: 20px;
    /* background: #ebeff4; */
}

#page-work-recruitlist #S-header .parts-title_A.work {
    margin-bottom: 0;
}

#page-work-recruitlist #S-header .parts-title_A.work .main span {
    display: inline-block;
    width: 386px;
}

@media screen and (max-width: 768px) {
    #page-work-recruitlist #S-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #page-work-recruitlist #S-header .parts-title_A.work .main span {
        width: auto;
    }
}

/* #page-work-recruitlist #S-01
--------------------------------------------------------- */

#page-work-recruitlist #S-01 {
    padding: 30px 0;
    /* background: #ebeff4; */
}

@media screen and (max-width: 768px) {
    #page-work-recruitlist #S-01 {
        padding: 0 0 20px;
    }
}

#page-work-recruitlist #S-03 .banner {
    /* background-color: #fefae1; */
    padding: 50px;
}

#page-work-recruitlist #S-03 .banner .slider {
    margin: 0 auto;
    max-width: 840px;
}

@media screen and (min-width: 769px) {
    #page-work-recruitlist #S-03 .banner .slider a {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    #page-work-recruitlist #S-03 .banner .slider a:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width: 768px) {
    #page-work-recruitlist #S-03 .banner .slider {
        max-width: 556px;
    }
}

/* #page-work-recruitlist #S-02
--------------------------------------------------------- */

#page-work-recruitlist #S-02 {
    padding: 30px 0 120px;
}

#page-work-recruitlist #S-02 .pager.above {
    margin-bottom: 40px;
}

#page-work-recruitlist #S-02 .pager.below {
    margin-top: 40px;
}

#page-work-recruitlist #S-02 .companies article {
    border-bottom: 1px solid #dcdcdc;
    padding: 50px 0;
}

#page-work-recruitlist #S-02 .companies article:first-child {
    border-top: 1px solid #dcdcdc;
}

#page-work-recruitlist #S-02 .companies article .header {
    position: relative;
    margin-bottom: 20px;
}

#page-work-recruitlist #S-02 .companies article .header .name {
    margin-bottom: 10px;
    margin-right: 80px;
    font-size: 20px;
}

#page-work-recruitlist #S-02 .companies article .header .desc {
    margin-right: 80px;
}

#page-work-recruitlist #S-02 .companies article .header .desc .text {
    font-size: 18px;
}

#page-work-recruitlist #S-02 .companies article .header .likebutton {
    position: absolute;
    right: 0;
    top: 0;
}

#page-work-recruitlist #S-02 .companies article .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page-work-recruitlist #S-02 .companies article .flex .left {
    width: 100%;
}

#page-work-recruitlist #S-02 .companies article .flex .right {
    margin-left: 20px;
    width: 300px;
}

#page-work-recruitlist #S-02 .companies .left .tags {
    margin-bottom: 20px;
}

#page-work-recruitlist #S-02 .companies .left .data {
    margin-bottom: 20px;
}

#page-work-recruitlist #S-02 .companies .left .term {
    text-align: right;
    font-size: 11px;
    color: #808080;
}

#page-work-recruitlist #S-02 .companies .right .photo {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    #page-work-recruitlist #S-02 {
        padding: 30px 0 70px;
    }
    #page-work-recruitlist #S-02 .pager.above {
        margin-bottom: 30px;
    }
    #page-work-recruitlist #S-02 .pager.below {
        margin-top: 30px;
    }
    #page-work-recruitlist #S-02 .companies article {
        padding: 30px 10px;
    }
    #page-work-recruitlist #S-02 .companies article .header {
        margin-bottom: 10px;
        padding-right: 70px;
    }
    #page-work-recruitlist #S-02 .companies article .header .name {
        margin-right: 0px;
        margin-bottom: 10px;
        font-size: 17px;
    }
    #page-work-recruitlist #S-02 .companies article .header .desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    #page-work-recruitlist #S-02 .companies article .header .desc .text {
        font-size: 16px;
        width: auto;
    }
    #page-work-recruitlist #S-02 .companies article .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #page-work-recruitlist #S-02 .companies article .flex .left {
        max-width: none;
    }
    #page-work-recruitlist #S-02 .companies article .flex .right {
        margin-left: 20px;
        width: 300px;
    }
    #page-work-recruitlist #S-02 .companies .left .tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
    }
    #page-work-recruitlist #S-02 .companies .left .photo__SP {
        margin-left: 10px;
        min-width: 40%;
        max-width: 300px;
    }
    #page-work-recruitlist #S-02 .companies .left .data {
        margin-bottom: 10px;
    }
    #page-work-recruitlist #S-02 .companies .left .button__SP {
        margin-bottom: 10px;
        text-align: center;
    }
    #page-work-recruitlist #S-02 .companies .left .term {
        text-align: center;
    }
}

/* =========================================================
⑤ WORK Recruitment outline of each company
========================================================= */

/* #page-work-outline #S-01
--------------------------------------------------------- */

#page-work-outline #S-01 {
    margin-bottom: 100px;
    padding-top: 30px;
}

#page-work-outline #S-01 .tab {
    margin-bottom: 30px;
}

#page-work-outline #S-01 .intro {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#page-work-outline #S-01 .photo {
    margin-bottom: 40px;
}

#page-work-outline #S-01 .data {
    margin: 10px 50px 20px;
}

#page-work-outline #S-01 .data a {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

#page-work-outline #S-01 .button {
    text-align: center;
}

@media screen and (max-width: 768px) {
    #page-work-outline #S-01 {
        margin-bottom: 50px;
        padding-top: 20px;
    }
    #page-work-outline #S-01 .tab {
        margin-bottom: 20px;
    }
    #page-work-outline #S-01 .intro {
        margin-bottom: 20px;
        font-size: 17px;
    }
    #page-work-outline #S-01 .photo {
        margin-bottom: 20px;
    }
    #page-work-outline #S-01 .data {
        margin: 0 10px 20px;
    }
}

/* #page-work-outline #S-02
--------------------------------------------------------- */

#page-work-outline #S-02 {
    margin-bottom: 100px;
}

#page-work-outline #S-02 .sectionTitle {
    margin-bottom: 40px;
}

#page-work-outline #S-02 .sectionTitle .parts-secTitle_A span {
    width: 145px;
}

#page-work-outline #S-02 .table {
    margin: 0 50px;
}

@media screen and (max-width: 768px) {
    #page-work-outline #S-02 {
        margin-bottom: 50px;
    }
    #page-work-outline #S-02 .sectionTitle {
        margin-bottom: 20px;
    }
    #page-work-outline #S-02 .sectionTitle .parts-secTitle_A span {
        width: 104px;
    }
    #page-work-outline #S-02 .table {
        margin: 0 10px;
    }
}

/* #page-work-outline #S-03
--------------------------------------------------------- */

#page-work-outline #S-03 {
    margin-bottom: 150px;
}

#page-work-outline #S-03 .sectionTitle {
    margin-bottom: 40px;
}

#page-work-outline #S-03 .sectionTitle .parts-secTitle_A span {
    width: 532px;
}

#page-work-outline #S-03 .message {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px;
    max-width: 800px;
    /* background: #ebeff4; */
}

#page-work-outline #S-03 .message .title {
    margin-bottom: 10px;
    font-size: 18px;
    /* color: #00235d; */
}

#page-work-outline #S-03 .message .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

#page-work-outline #S-03 .message .flex .photo {
    margin-right: 20px;
}

#page-work-outline #S-03 .message .flex .photo figure {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #fff;
    width: 220px;
}

#page-work-outline #S-03 .message .flex .text p:not(:last-child) {
    margin-bottom: 1em;
}

#page-work-outline #S-03 .message .flex .text a {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    #page-work-outline #S-03 {
        margin-bottom: 30px;
    }
    #page-work-outline #S-03 .sectionTitle {
        margin-bottom: 20px;
    }
    #page-work-outline #S-03 .sectionTitle .parts-secTitle_A span {
        width: auto;
        max-width: 347px;
    }
    #page-work-outline #S-03 .message {
        margin: 0 10px;
        padding: 15px;
    }
    #page-work-outline #S-03 .message .title {
        margin-bottom: 10px;
        font-size: 16px;
        text-align: center;
    }
    #page-work-outline #S-03 .message .flex {
        display: block;
        width: 100%;
    }
    #page-work-outline #S-03 .message .flex .photo {
        margin: 0 0 10px;
    }
    #page-work-outline #S-03 .message .flex .photo figure {
        margin: 0 auto;
        border: 5px solid #fff;
        width: auto;
        max-width: 180px;
    }
}
/* #page-work-outline #S-04
--------------------------------------------------------- */
#page-work-outline #S-04 .message {
    margin: 0 auto 40px;
    max-width: 800px;
    line-height: 1.8;
}

#page-work-outline #S-04 .message h3 {
    font-size: 1.44em;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

#page-work-outline #S-04 .message p {
    margin-top: 20px;
}

#page-work-outline #S-04 .message img {
    max-width: 100%;
    height: auto !important;
}

/* =========================================================
⑤ WORK Job interviews with each company
========================================================= */

/* #page-work-interview #S-01
--------------------------------------------------------- */

body#page-work-interview .interview h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}

body#page-work-interview .interview figure {
    margin-bottom: 15px;
}

#page-work-interview #S-01 {
    padding-top: 30px;
}

#page-work-interview #S-01 .tab {
    margin-bottom: 20px;
}

#page-work-interview #S-01 .cover {
    margin-bottom: 40px;
}

#page-work-interview #S-01 .sns {
    margin-bottom: 40px;
}

#page-work-interview #S-01 .contents {
    margin: 0 auto 40px;
    max-width: 800px;
    line-height: 1.8;
}

#page-work-interview #S-01 .contents .intro {
    margin-bottom: 60px;
}

#page-work-interview #S-01 .contents .introBox {
    margin-bottom: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    /* background: #ebeff4; */
}

#page-work-interview #S-01 .contents .introBox .name {
    margin-bottom: 10px;
    /* color: #00235d; */
    font-size: 18px;
}

#page-work-interview #S-01 .contents .introBox .text p:not(:last-child) {
    margin-bottom: 1em;
}

#page-work-interview #S-01 .contents .intro a,
#page-work-interview #S-01 .contents .introBox .text a,
#page-work-interview #S-01 .contents .interview a {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

#page-work-interview #S-01 .contents .interview strong {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
}

#page-work-interview #S-01 .contents .interview img:not(:last-child),
#page-work-interview #S-01 .contents .interview p:not(:last-child) {
    margin-bottom: 20px;
}

#page-work-interview #S-01 .contents .interview p {
    line-height: 1.8;
}

#page-work-interview #S-01 .guidance {
    margin-bottom: 160px;
    text-align: center;
}

#page-work-interview #S-01 .guidance .button {
    margin-bottom: 10px;
}

#page-work-interview #S-01 .guidance a {
    font-size: 16px;
    font-weight: bold;
    /* color: #d54b00; */
}

@media screen and (max-width: 768px) {
    #page-work-interview #S-01 {
        padding-top: 20px;
    }
    #page-work-interview #S-01 .tab {
        margin-bottom: 10px;
    }
    #page-work-interview #S-01 .cover {
        margin-bottom: 20px;
    }
    #page-work-interview #S-01 .sns {
        margin-bottom: 20px;
    }
    #page-work-interview #S-01 .contents {
        margin: 0 auto 20px;
        padding: 0 10px;
    }
    #page-work-interview #S-01 .contents .intro {
        margin-bottom: 30px;
    }
    #page-work-interview #S-01 .contents .introBox {
        margin-bottom: 30px;
        padding: 10px;
    }
    #page-work-interview #S-01 .contents .introBox .name {
        text-align: center;
        font-size: 16px;
    }
    #page-work-interview #S-01 .contents .interview strong {
        margin-bottom: 10px;
        font-size: 16px;
    }
    #page-work-interview #S-01 .guidance {
        margin-bottom: 30px;
        padding: 0 20px;
    }
    #page-work-interview #S-01 .guidance .button {
        margin-bottom: 10px;
    }
    #page-work-interview #S-01 .guidance a {
        font-size: 16px;
    }
}
/* #page-work-interview #S-04
--------------------------------------------------------- */
#S-04 .message {
    line-height: 1.8em;
}

#S-04 .message h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.44em;
    font-weight: bold;
}

#S-04 .message p {
    margin-top: 20px;
}

/* =========================================================
⑤ WORK How to apply for a job at each company
========================================================= */

/* #page-work-apply #S-01
--------------------------------------------------------- */

#page-work-apply #S-01 {
    padding-top: 30px;
}

#page-work-apply #S-01 .tab {
    margin-bottom: 30px;
}

#page-work-apply #S-01 .intro {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#page-work-apply #S-01 .desc {
    margin-bottom: 30px;
}

#page-work-apply #S-01 .desc a {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

#page-work-apply #S-01 .flow {
    margin-bottom: 40px;
}

#page-work-apply #S-01 .flow .text a {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

#page-work-apply #S-01 .attention {
    margin-bottom: 150px;
}

#page-work-apply #S-01 .attention p:not(:last-child) {
    margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
    #page-work-apply #S-01 {
        padding-top: 20px;
    }
    #page-work-apply #S-01 .contents {
        padding: 0 10px;
    }
    #page-work-apply #S-01 .tab {
        margin-bottom: 20px;
    }
    #page-work-apply #S-01 .intro {
        margin-bottom: 20px;
        font-size: 17px;
    }
    #page-work-apply #S-01 .flow {
        margin-bottom: 30px;
    }
    #page-work-apply #S-01 .attention {
        margin-bottom: 30px;
    }
}

/* =========================================================
㉖ What you can do by registering as a WORK member
========================================================= */

/* #page-work-regist #S-header
--------------------------------------------------------- */

#page-work-regist #S-header {
    /* background: #ebeff4; */
}

#page-work-regist #S-header .parts-categoryTitle span {
    display: inline-block;
    width: 386px;
}

@media screen and (max-width: 768px) {
    #page-work-regist #S-header {
        /* background: #ebeff4; */
    }
    #page-work-regist #S-header .parts-categoryTitle span {
        width: 76.3%;
        max-width: 292px;
    }
}

/* #page-work-regist #S-01
--------------------------------------------------------- */

#page-work-regist #S-01 {
    padding: 50px 0;
}

#page-work-regist #S-01 .intro {
    margin-bottom: 40px;
}

#page-work-regist #S-01 .intro .parts-secTitle_A {
    margin-bottom: 50px;
}

#page-work-regist #S-01 .intro .parts-secTitle_A span {
    width: 606px;
}

#page-work-regist #S-01 .intro .text {
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #page-work-regist #S-01 {
        padding: 30px 0;
    }
    #page-work-regist #S-01 .intro {
        margin-bottom: 20px;
    }
    #page-work-regist #S-01 .intro .parts-secTitle_A {
        position: relative;
        margin-bottom: 50px;
    }
    #page-work-regist #S-01 .intro .parts-secTitle_A span {
        width: auto;
    }
    #page-work-regist #S-01 .intro .parts-secTitle_A .part-A {
        width: 250px;
    }
    #page-work-regist #S-01 .intro .parts-secTitle_A .part-B {
        position: absolute;
        left: 50%;
        bottom: -30px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 150px;
    }
    #page-work-regist #S-01 .intro .text {
        font-size: 14px;
    }
}

#page-work-regist #S-01 .articles {
    margin: 0 auto 60px;
    max-width: 800px;
}

#page-work-regist #S-01 .articles article:not(:last-child) {
    margin-bottom: 50px;
}

#page-work-regist #S-01 .articles article figure {
    margin-bottom: 30px;
    text-align: center;
}

#page-work-regist #S-01 .articles article figure span {
    display: inline-block;
    width: 300px;
}

#page-work-regist #S-01 .articles article .text {
    font-size: 16px;
    text-align: center;
}

#page-work-regist #S-01 .articles article .text p:not(:last-child) {
    margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
    #page-work-regist #S-01 .articles {
        margin: 0 auto 30px;
        padding: 0 10px;
    }
    #page-work-regist #S-01 .articles article:not(:last-child) {
        margin-bottom: 30px;
    }
    #page-work-regist #S-01 .articles article figure {
        margin-bottom: 10px;
        text-align: center;
        padding: 0 10px;
    }
    #page-work-regist #S-01 .articles article figure span {
        width: auto;
        max-width: 100%;
    }
    #page-work-regist #S-01 .articles article .text {
        font-size: 14px;
    }
    #page-work-regist #S-01 .articles article .text p.annotation {
        font-size: 12px;
    }
}

#page-work-regist #S-01 .regist .text {
    margin-bottom: 10px;
}

#page-work-regist #S-01 .regist .text p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #page-work-regist #S-01 .regist .text p {
        font-size: 17px;
    }
}

/* #page-work-regist #S-02
--------------------------------------------------------- */

#page-work-regist #S-02 {
    padding: 50px 0 120px;
}

@media screen and (max-width: 600px) {
    #page-work-regist #S-02 {
        padding: 20px 0 60px;
    }
}

/* =========================================================
⑥LIFE　TOP
========================================================= */

/* #page-life-top #S-header
--------------------------------------------------------- */

#page-life-top #S-header {
    padding-top: 30px;
    padding-bottom: 20px;
    /* background: #f2f0e8; */
}

#page-life-top #S-header .parts-title_A.life {
    margin-bottom: 0;
}

#page-life-top #S-header .parts-title_A.life .main span {
    display: inline-block;
    width: 316px;
}

@media screen and (max-width: 768px) {
    #page-life-top #S-header {
        padding-top: 20px 0;
    }
    #page-life-top #S-header .parts-title_A.life .main span {
        width: auto;
    }
}

/* #page-life-top #S-01
--------------------------------------------------------- */

#page-life-top #S-01 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 60px;
    /* background: #f2f0e8; */
}

#page-life-top #S-01 .categoryCarousel {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #page-life-top #S-01 {
        padding-bottom: 30px;
    }
    #page-life-top #S-01 .unit-annotation {
        margin-top: 20px;
    }
    #page-life-top #S-01 .categoryCarousel {
        margin-bottom: 30px;
    }
}

/* #page-life-top #S-02
--------------------------------------------------------- */

#page-life-top #S-02 .S-lifeTopCategory {
    padding: 50px 0;
}

#page-life-top #S-02 .S-lifeTopCategory:not(:last-child) {
    margin-bottom: 10px;
}

#page-life-top #S-02 .S-lifeTopCategory .articles {
    margin-bottom: 10px;
}

#page-life-top #S-02 .S-lifeTopCategory .articles article:last-child {
    display: none;
}

#page-life-top #S-02 .S-lifeTopCategory .title {
    margin-bottom: 20px;
}

#page-life-top #S-02 #S-SHOKU .title p {
    width: 154px;
}

#page-life-top #S-02 #S-ASOBI .title p {
    width: 174px;
}

#page-life-top #S-02 #S-FUKEI .title p {
    width: 109px;
}

#page-life-top #S-02 #S-HITOBITO .title p {
    width: 114px;
}

#page-life-top .banner {
    /* background-color: #f2f0e8; */
}

#page-life-top #S-02 .guidance .inner {
    text-align: center;
}

@media screen and (max-width: 768px) {
    #page-life-top #S-02 .S-lifeTopCategory {
        padding: 20px 0;
    }
    #page-life-top #S-02 .S-lifeTopCategory:not(:last-child) {
        margin-bottom: 10px;
    }
    #page-life-top #S-02 .S-lifeTopCategory .articles {
        margin-bottom: 10px;
    }
    #page-life-top #S-02 .S-lifeTopCategory .articles article:last-child {
        display: block;
    }
    #page-life-top #S-02 #S-SHOKU {
        background-size: 85px 85px;
    }
    #page-life-top #S-02 #S-SHOKU .title p {
        width: 115px;
    }
    #page-life-top #S-02 #S-ASOBI {
        background-size: 180px 83px;
    }
    #page-life-top #S-02 #S-ASOBI .title p {
        width: 130px;
    }
    #page-life-top #S-02 #S-FUKEI {
        background-size: 185px 84px;
    }
    #page-life-top #S-02 #S-FUKEI .title p {
        width: 80px;
    }
    #page-life-top #S-02 #S-HITOBITO {
        background-size: 148px 76px;
    }
    #page-life-top #S-02 #S-HITOBITO .title p {
        width: 84px;
    }
    #page-life-top #S-02 .guidance a {
        font-size: 16px;
        margin: 0 10px;
    }
}

/* #page-life-top #S-03
--------------------------------------------------------- */

#page-life-top #S-03 {
    padding: 90px 0 120px;
}

#page-life-top #S-03 .sectionTitle {
    margin-bottom: 40px;
}

#page-life-top #S-03 .sectionTitle span {
    width: 145px;
}

#page-life-top #S-03 .intro {
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
}

#page-life-top #S-03 .info {
    text-align: center;
}

#page-life-top #S-03 .info .text {
    margin-bottom: 10px;
    font-size: 16px;
}

#page-life-top #S-03 .info li {
    width: 350px;
}

@media screen and (max-width: 768px) {
    #page-life-top #S-03 {
        padding: 50px 0 80px;
    }
    #page-life-top #S-03 .sectionTitle {
        margin-bottom: 20px;
    }
    #page-life-top #S-03 .sectionTitle span {
        width: 104px;
    }
    #page-life-top #S-03 .intro {
        margin-bottom: 10px;
        font-size: 14px;
    }
    #page-life-top #S-03 .info .text {
        margin-bottom: 10px;
        font-size: 14px;
    }
    #page-life-top #S-03 .info li {
        width: 100%;
        max-width: 350px;
    }
}

/* =========================================================
⑦LIFE Food TOP
========================================================= */

#page-life-shoku-top #S-header,
#page-life-shoku-top #S-01,
#page-life-shoku-top #S-02 {
    /* background: #fefae1; */
}

#page-life-shoku-top .banner {
    padding-top: 70px;
}

/* =========================================================
⑦ LIFE people TOP
========================================================= */

#page-life-hitobito-top #S-header,
#page-life-hitobito-top #S-01,
#page-life-hitobito-top #S-02 {
    /* background: #fef3ee; */
}

#page-life-hitobito-top .banner {
    padding-top: 70px;
}

/* =========================================================
⑦ LIFE scenery TOP
========================================================= */

#page-life-fukei-top #S-header,
#page-life-fukei-top #S-01,
#page-life-fukei-top #S-02 {
    /* background: #e3f4fb; */
}

#page-life-fukei-top .banner {
    padding-top: 70px;
}

/* =========================================================
⑦ LIFE play TOP
========================================================= */

#page-life-asobi-top #S-header,
#page-life-asobi-top #S-01,
#page-life-asobi-top #S-02 {
    /* background: #e7f1ec; */
}

#page-life-asobi-top .banner {
    padding-top: 70px;
}

/* =========================================================
⑨ LIFE food article
========================================================= */

#page-life-shoku-article #S-header,
#page-life-shoku-article #S-01 {
    /* background: #fefae1; */
}

/* =========================================================
⑨ LIFE people article
========================================================= */

body#page-life-hitobito-article .interview h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}

body#page-life-hitobito-article .interview figure {
    margin-bottom: 15px;
}

#page-life-hitobito-article #S-header,
#page-life-hitobito-article #S-01 {
    /* background: #fef3ee; */
}

.interview h1 {
    font-size: 2.0736em;
}

.interview h2 {
    font-size: 1.728em;
}

.interview h3 {
    font-size: 1.44em;
}

.interview h4 {
    font-size: 1.2em;
}

.interview h5 {
    font-size: 1em;
}

.interview h6 {
    font-size: 0.83333em;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}

#page-life-hitobito-article #S-01 .contents a {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

#page-life-hitobito-article #S-01 .message {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px;
    max-width: 800px;
    background: #fff;
}

#page-life-hitobito-article #S-01 .message .title {
    margin-bottom: 10px;
    font-size: 18px;
    /* color: #00235d; */
}

#page-life-hitobito-article #S-01 .message .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

#page-life-hitobito-article #S-01 .message .flex .photo {
    margin-right: 20px;
}

#page-life-hitobito-article #S-01 .message .flex .photo figure {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #fff;
    width: 220px;
}

#page-work-outline #S-03 .message .flex .text p:not(:last-child) {
    margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
    #page-life-hitobito-article #S-01 .message {
        margin: 0 10px;
        padding: 15px;
    }
    #page-life-hitobito-article #S-01 .message .title {
        margin-bottom: 10px;
        font-size: 16px;
        text-align: center;
    }
    #page-life-hitobito-article #S-01 .message .flex {
        display: block;
        width: 100%;
    }
    #page-life-hitobito-article #S-01 .message .flex .photo {
        margin: 0 0 10px;
    }
    #page-life-hitobito-article #S-01 .message .flex .photo figure {
        margin: 0 auto;
        border: 5px solid #fff;
        width: auto;
        max-width: 180px;
    }
}

/* =========================================================
⑨ LIFE landscape article
========================================================= */

#page-life-fukei-article #S-header,
#page-life-fukei-article #S-01 {
    /* background: #e3f4fb; */
}

/* =========================================================
⑨ LIFE play article
========================================================= */

#page-life-asobi-article #S-header,
#page-life-asobi-article #S-01 {
    /* background: #e7f1ec; */
}

/* =========================================================
⑩ABOUT
========================================================= */

/* #page-about #S-header
--------------------------------------------------------- */

#page-about #S-header {
    margin-bottom: 50px;
    padding: 60px 0 50px;
    background: #f5f5f5;
}

#page-about #S-header .sectionTitle {
    margin-bottom: 30px;
}

#page-about #S-header .sectionTitle .parts-secTitle_A span {
    width: 422px;
}

#page-about #S-header .text {
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    #page-about #S-header {
        margin-bottom: 20px;
        padding: 30px 0;
    }
    #page-about #S-header .sectionTitle {
        margin-bottom: 30px;
    }
    #page-about #S-header .sectionTitle .parts-secTitle_A span {
        width: auto;
        max-width: 315px;
    }
    #page-about #S-header .text {
        margin: 0 10px;
        font-size: 14px;
    }
}

/* #page-about #S-01
--------------------------------------------------------- */

#page-about #S-01 {
    margin-bottom: 100px;
}

#page-about #S-01 .sectionTitle {
    margin-bottom: 40px;
}

#page-about #S-01 .sectionTitle .parts-title_A span {
    width: 314px;
}

#page-about #S-01 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 800px;
}

#page-about #S-01 .flex .map {
    width: 300px;
}

#page-about #S-01 .flex .contents {
    width: 470px;
    font-size: 16px;
}

#page-about #S-01 .flex .contents p:not(:last-child) {
    margin-bottom: 1em;
}

#page-about #S-01 .flex .contents p strong {
    display: inline-block;
    margin-right: 1em;
}

#page-about #S-01 .flex .contents p span {
    display: block;
}

@media screen and (max-width: 768px) {
    #page-about #S-01 {
        margin-bottom: 50px;
    }
    #page-about #S-01 .sectionTitle {
        margin-bottom: 20px;
    }
    #page-about #S-01 .sectionTitle .parts-title_A span {
        width: 224px;
    }
    #page-about #S-01 .flex {
        display: block;
        margin: 0 10px;
        width: auto;
        max-width: 800px;
    }
    #page-about #S-01 .flex .map {
        margin-bottom: 10px;
        width: 100%;
        max-width: 600px;
    }
    #page-about #S-01 .flex .contents {
        width: auto;
        font-size: 14px;
    }
}

/* #page-about #S-02
--------------------------------------------------------- */

#page-about #S-02 {
    margin-bottom: 100px;
}

#page-about #S-02 .sectionTitle {
    margin-bottom: 40px;
}

#page-about #S-02 .sectionTitle .parts-title_A span {
    width: 412px;
}

#page-about #S-02 .text {
    margin: 0 auto;
    max-width: 800px;
    font-size: 16px;
}

#page-about #S-02 .text p:not(:last-child) {
    margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
    #page-about #S-02 {
        margin-bottom: 100px;
    }
    #page-about #S-02 .sectionTitle {
        margin-bottom: 20px;
    }
    #page-about #S-02 .sectionTitle .parts-title_A span {
        width: 295px;
    }
    #page-about #S-02 .text {
        margin: 0 10px;
        font-size: 14px;
    }
}

/* #page-about #S-03
--------------------------------------------------------- */

#page-about #S-03 {
    margin-bottom: 100px;
}

#page-about #S-03 .sectionTitle {
    margin-bottom: 40px;
}

#page-about #S-03 .sectionTitle .parts-title_A span {
    width: 360px;
}

#page-about #S-03 .text {
    margin: 0 auto;
    max-width: 800px;
    font-size: 16px;
}

#page-about #S-03 .text p:not(:last-child) {
    margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
    #page-about #S-03 {
        margin-bottom: 100px;
    }
    #page-about #S-03 .sectionTitle {
        margin-bottom: 20px;
    }
    #page-about #S-03 .sectionTitle .parts-title_A span {
        width: 240px;
    }
    #page-about #S-03 .text {
        margin: 0 10px;
        font-size: 14px;
    }
}

/* =========================================================
⑪NEWS
========================================================= */

#page-news #S-01 {
    margin-bottom: 10px;
    padding: 60px 0 50px;
    background: #f5f5f5;
}

#page-news #S-01 .defaultContainer {
    margin-bottom: 20px;
}

#page-news #S-01 .moreContainer {
    display: none;
}

#page-news #S-01 .container {
    margin: 0 auto;
    max-width: 800px;
}

@media screen and (max-width: 768px) {
    #page-news #S-01 {
        padding: 30px 0;
    }
}

/* =========================================================
⑫ Search result list
========================================================= */

/* #page-search-result #S-header
--------------------------------------------------------- */

#page-search-result #S-header {
    background: #f5f5f5;
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-search-result #S-01 {
    margin-bottom: 10px;
    padding-bottom: 100px;
    background: #f5f5f5;
}

#page-search-result #S-01 .pager.above {
    margin-bottom: 30px;
}

#page-search-result #S-01 .pager.below {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    #page-search-result #S-01 {
        padding-bottom: 60px;
    }
}

/* =========================================================
⑬ Login
========================================================= */

/* #page-login #S-header
--------------------------------------------------------- */

#page-login #S-header {
    /* background: #ebeff4; */
}

#page-login #S-header .title span {
    width: 215px;
}

@media screen and (max-width: 768px) {
    #page-login #S-header .title span {
        margin: 0 auto;
        width: 154px;
    }
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-login #S-01 {
    padding: 0 0 120px;
}

#page-login #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-login #S-01 .table {
    margin-bottom: 20px;
}

#page-login #S-01 .nonmember {
    border-top: 1px solid #dcdcdc;
    margin-top: 40px;
    padding-top: 40px;
}

@media screen and (max-width: 768px) {
    #page-login #S-01 {
        padding: 0 0 60px;
    }
    #page-login #S-01 .contents {
        margin: 0 10px;
    }
    #page-login #S-01 .nonmember {
        margin-top: 30px;
        padding-top: 30px;
    }
}

/* =========================================================
⑰ Password reset-1
========================================================= */

/* #page-password01 #S-header
--------------------------------------------------------- */

#page-password01 #S-header {
    /* background: #ebeff4; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-password01 #S-01 {
    padding: 0 0 120px;
}

#page-password01 #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-password01 #S-01 .table {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    #page-password01 #S-01 {
        padding: 0 0 60px;
    }
    #page-password01 #S-01 .contents {
        margin: 0 10px;
    }
}

/* =========================================================
⑰ Password reset-2
========================================================= */

/* #page-password02 #S-header
--------------------------------------------------------- */

#page-password02 #S-header {
    /* background: #ebeff4; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-password02 #S-01 {
    padding: 0 0 120px;
}

#page-password02 #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

@media screen and (max-width: 768px) {
    #page-password02 #S-01 {
        padding: 0 0 60px;
    }
    #page-password02 #S-01 .contents {
        margin: 0 10px;
    }
}

/* =========================================================
⑰ Password reset-3
========================================================= */

/* #page-password03 #S-header
--------------------------------------------------------- */

#page-password03 #S-header {
    /* background: #ebeff4; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-password03 #S-01 {
    padding: 0 0 120px;
}

#page-password03 #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-password03 #S-01 .table {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #page-password03 #S-01 {
        padding: 0 0 60px;
    }
    #page-password03 #S-01 .contents {
        margin: 0 10px;
    }
    #page-password03 #S-01 .table {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* =========================================================
⑲ Member registration: Email address (ID) registration
========================================================= */

/* #page-regist-email #S-header
--------------------------------------------------------- */

#page-regist-email #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-regist-email #S-01 {
    padding: 0 0 120px;
}

#page-regist-email #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-regist-email #S-01 .intro {
    text-align: center;
    font-size: 14px;
}

#page-regist-email #S-01 .table {
    margin-bottom: 20px;
}

#page-regist-email #S-01 .notice {
    margin-bottom: 40px;
    font-size: 12px;
}

#page-regist-email #S-01 .notice dt {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #page-regist-email #S-01 {
        padding: 0 0 60px;
    }
    #page-regist-email #S-01 .contents {
        margin: 0 10px;
    }
    #page-regist-email #S-01 .intro {
        font-size: 14px;
    }
    #page-regist-email #S-01 .table {
        margin-bottom: 10px;
    }
    #page-regist-email #S-01 .notice {
        margin-bottom: 20px;
        font-size: 12px;
    }
}

/* =========================================================
⑲ Membership registration: 1/3
========================================================= */

/* #page-regist01 #S-header
--------------------------------------------------------- */

#page-regist01 #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-regist01 #S-01 {
    padding: 0 0 120px;
}

#page-regist01 #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-regist01 #S-01 .stepViewer {
    margin-top: 30px;
}

#page-regist01 #S-01 .intro {
    text-align: center;
    font-size: 14px;
}

#page-regist01 #S-01 .recruitButton {
    margin-bottom: 40px;
    text-align: center;
}

#page-regist01 #S-01 .recruitButton .parts-button_B {
    width: 400px;
}

#page-regist01 #S-01 .table {
    margin-bottom: 40px;
}

#page-regist01 #S-01 .button {
    margin-bottom: 20px;
}

#page-regist01 #S-01 .page {
    text-align: center;
}

@media screen and (max-width: 768px) {
    #page-regist01 #S-01 {
        padding: 0 0 60px;
    }
    #page-regist01 #S-01 .contents {
        margin: 0 10px;
    }
    #page-regist01 #S-01 .intro {
        font-size: 14px;
    }
    #page-regist01 #S-01 .recruitButton {
        margin-bottom: 20px;
    }
    #page-regist01 #S-01 .recruitButton .parts-button_B {
        width: 320px;
    }
    #page-regist01 #S-01 .table {
        margin-bottom: 25px;
    }
    #page-regist01 #S-01 .notice {
        margin-bottom: 20px;
        font-size: 12px;
    }
}

/* =========================================================
⑲ Membership registration: 2/3
========================================================= */

/* #page-regist02 #S-header
--------------------------------------------------------- */

#page-regist02 #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-regist02 #S-01 {
    padding: 0 0 120px;
}

#page-regist02 #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-regist02 #S-01 .stepViewer {
    margin-top: 30px;
}

#page-regist02 #S-01 .intro {
    text-align: center;
    font-size: 14px;
}

#page-regist02 #S-01 .buttonAddCareer {
    margin-bottom: 100px;
    text-align: center;
}

#page-regist02 #S-01 .table {
    margin-bottom: 40px;
}

#page-regist02 #S-01 .button {
    margin-bottom: 20px;
}

#page-regist02 #S-01 .page {
    text-align: center;
}

@media screen and (max-width: 768px) {
    #page-regist02 #S-01 {
        padding: 0 0 60px;
    }
    #page-regist02 #S-01 .contents {
        margin: 0 10px;
    }
    #page-regist02 #S-01 .intro {
        font-size: 14px;
    }
    #page-regist02 #S-01 .buttonAddCareer {
        margin-bottom: 70px;
    }
    #page-regist02 #S-01 .table {
        margin-bottom: 25px;
    }
}

/* =========================================================
⑲ Membership registration: 3/3
========================================================= */

/* #page-regist03 #S-header
--------------------------------------------------------- */

#page-regist03 #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* =========================================================
Member registration completed
========================================================= */

/* #page-regist-completed #S-header
--------------------------------------------------------- */

#page-regist-completed #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-regist03 #S-01 {
    padding: 0 0 120px;
}

#page-regist03 #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-regist03 #S-01 .stepViewer {
    margin-top: 30px;
}

#page-regist03 #S-01 .intro {
    text-align: center;
    font-size: 14px;
}

#page-regist03 #S-01 .table {
    margin-bottom: 40px;
}

#page-regist03 #S-01 .button {
    margin-bottom: 20px;
}

#page-regist03 #S-01 .page {
    text-align: center;
}

@media screen and (max-width: 768px) {
    #page-regist03 #S-01 {
        padding: 0 0 60px;
    }
    #page-regist03 #S-01 .contents {
        margin: 0 10px;
    }
    #page-regist03 #S-01 .intro {
        font-size: 14px;
    }
    #page-regist03 #S-01 .table {
        margin-bottom: 25px;
    }
}

/* =========================================================
⑳ Application to a company
========================================================= */

/* #page-apply-top #S-header
--------------------------------------------------------- */

#page-apply-top #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-apply-top #S-01 {
    padding: 0 0 120px;
}

#page-apply-top #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-apply-top #S-01 .intro {
    text-align: center;
    font-size: 14px;
}

#page-apply-top #S-01 .tableContainer {
    margin-bottom: 40px;
}

#page-apply-top #S-01 .upload .lead {
    margin-bottom: 15px;
}

#page-apply-top #S-01 .upload .type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 15px;
    width: 340px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page-apply-top #S-01 .upload .type article {
    width: 140px;
}

#page-apply-top #S-01 .upload .format {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    #page-apply-top #S-01 {
        padding: 0 0 60px;
    }
    #page-apply-top #S-01 .contents {
        margin: 0 10px;
    }
    #page-apply-top #S-01 .intro {
        font-size: 14px;
    }
    #page-apply-top #S-01 .tableContainer {
        margin-bottom: 20px;
    }
    #page-apply-top #S-01 .upload .lead {
        margin-bottom: 10px;
        font-size: 13px;
    }
    #page-apply-top #S-01 .upload .type {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto 10px;
        padding: 0 5px;
        width: auto;
        max-width: 290px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #page-apply-top #S-01 .upload .type article {
        width: auto;
        max-width: 140px;
    }
    #page-apply-top #S-01 .upload .format {
        font-size: 12px;
    }
}

/* =========================================================
㉑ Privacy policy
========================================================= */

/* #page-privacypolicy #S-header
--------------------------------------------------------- */

#page-privacypolicy #S-header {
    background: #f5f5f5;
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-privacypolicy #S-01 {
    margin-bottom: 10px;
    padding-bottom: 120px;
    background: #f5f5f5;
}

#page-privacypolicy #S-01 p:not(:last-child) {
    margin-bottom: 1em;
}

#page-privacypolicy #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
    line-height: 1.8;
}

#page-privacypolicy #S-01 .contents .intro {
    margin-bottom: 2em;
}

#page-privacypolicy #S-01 .contents .outro {
    margin: 2em 0 3em;
}

#page-privacypolicy #S-01 .contents .text dl dt {
    font-weight: bold;
}

#page-privacypolicy #S-01 .contents .text dl dd:not(:last-child) {
    margin-bottom: 2em;
}

#page-privacypolicy #S-01 .contents .text dl p:not(:last-child) {
    margin-bottom: 1em;
}

#page-privacypolicy #S-01 .contents .text dl ol {
    list-style: none;
}

#page-privacypolicy #S-01 .contents .inquiry {
    padding: 20px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    #page-privacypolicy #S-01 {
        padding-bottom: 60px;
    }
}

/* =========================================================
㉖ Membership agreement
========================================================= */

/* #page-membership #S-header
--------------------------------------------------------- */

#page-membership #S-header {
    background: #f5f5f5;
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-membership #S-01 {
    margin-bottom: 10px;
    padding-bottom: 120px;
    background: #f5f5f5;
}

#page-membership #S-01 p:not(:last-child) {
    margin-bottom: 1em;
}

#page-membership #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
    line-height: 1.8;
}

#page-membership #S-01 .contents .intro {
    margin-bottom: 2em;
}

#page-membership #S-01 .contents .outro {
    margin: 2em 0 3em;
}

#page-membership #S-01 .contents .text dl dt {
    font-weight: bold;
}

#page-membership #S-01 .contents .text dl dd:not(:last-child) {
    margin-bottom: 2em;
}

#page-membership #S-01 .contents .text dl p:not(:last-child) {
    margin-bottom: 1em;
}

#page-membership #S-01 .contents .text dl ol {
    list-style: none;
}

#page-membership #S-01 .contents .inquiry {
    padding: 20px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    #page-membership #S-01 {
        padding-bottom: 60px;
    }
}

/* =========================================================
㉒ Contact us
========================================================= */

/* #page-contact #S-header
--------------------------------------------------------- */

#page-contact #S-header {
    /* background: #f2f0e8; */
}

#page-contact #S-header .title span {
    width: 215px;
}

@media screen and (max-width: 768px) {
    #page-contact #S-header .title span {
        margin: 0 auto;
        width: 154px;
    }
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-contact #S-01 {
    padding: 0 0 120px;
}

#page-contact #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-contact #S-01 .intro {
    text-align: center;
    font-size: 14px;
}

#page-contact #S-01 .recruitButton {
    margin-bottom: 40px;
    text-align: center;
}

#page-contact #S-01 .recruitButton .parts-button_B {
    width: 400px;
}

#page-contact #S-01 .table {
    margin-bottom: 20px;
}

#page-contact #S-01 .notice {
    margin-bottom: 40px;
    font-size: 12px;
}

#page-contact #S-01 .notice dt {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #page-contact #S-01 {
        padding: 0 0 60px;
    }
    #page-contact #S-01 .contents {
        margin: 0 10px;
    }
    #page-contact #S-01 .intro {
        font-size: 14px;
    }
    #page-contact #S-01 .recruitButton {
        margin-bottom: 20px;
    }
    #page-contact #S-01 .recruitButton .parts-button_B {
        width: 320px;
    }
    #page-contact #S-01 .table {
        margin-bottom: 10px;
    }
    #page-contact #S-01 .notice {
        margin-bottom: 20px;
        font-size: 12px;
    }
}

/* =========================================================
㉔ To the person in charge of the company who wants to post the job
========================================================= */

#page-recruit-staff p {
    line-height: 1.8;
}

/* #page-recruit-staff .recButtons
--------------------------------------------------------- */

#page-recruit-staff .recButtons {
    margin-bottom: 80px;
    padding: 35px 0;
    /* background: #7894cf; */
}

#page-recruit-staff .recButtons:last-child {
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    #page-recruit-staff .recButtons {
        margin-bottom: 40px;
        padding: 20px 0;
    }
    #page-recruit-staff .recButtons:last-child {
        margin-bottom: 100px;
    }
}

/* #page-recruit-staff #S-cover
--------------------------------------------------------- */

#page-recruit-staff #S-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 470px;
    text-align: center;
    background: url(/assets/images/other/RE_recruit_staff_S-cover_bg01.jpg);
    background-size: cover;
}

#page-recruit-staff #S-cover .title {
    margin-bottom: 10px;
    max-width: 723px;
    width: 100%;
}

#page-recruit-staff #S-cover .titleSub {
    position: relative;
    margin: 0 auto 20px;
    max-width: 616px;
}

#page-recruit-staff #S-cover .titleSub .text,
#page-recruit-staff #S-cover .titleSub .bg {
    display: block;
}

#page-recruit-staff #S-cover .titleSub .text {
    position: absolute;
    z-index: 10;
}

#page-recruit-staff #S-cover .titleSub .bg {
    mix-blend-mode: darken;
    /* Various effects can be given by changing the value*/
}

@media screen and (max-width: 768px) {
    #page-recruit-staff #S-cover {
        padding: 20px 0;
        height: auto;
        background: url(/assets/images/other/RE_recruit_staff_S-cover_bg01__SP.jpg);
        background-size: cover;
    }
    #page-recruit-staff #S-cover .title {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 10px;
        padding: 0 20px;
        max-width: 704px;
    }
    #page-recruit-staff #S-cover .titleSub {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto 20px;
        max-width: 616px;
    }
}

/* #page-recruit-staff #S-01
--------------------------------------------------------- */

#page-recruit-staff #S-01 {
    margin-bottom: 100px;
    padding-top: 80px;
}

#page-recruit-staff #S-01 .sectionTitle {
    margin-bottom: 30px;
}

#page-recruit-staff #S-01 .sectionTitle .title span {
    width: 472px;
}

#page-recruit-staff #S-01 .inner {
    margin: 0 auto;
    padding-left: 50px;
}

#page-recruit-staff #S-01 .inner article:not(:last-child) {
    margin-bottom: 30px;
}

#page-recruit-staff #S-01 .inner .title {
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    font-size: 22px;
    /* color: #00235d; */
}

#page-recruit-staff #S-01 .inner .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page-recruit-staff #S-01 .inner .flex .photo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    width: 370px;
}

#page-recruit-staff #S-01 .inner .flex .text {
    width: 460px;
}

@media screen and (max-width: 768px) {
    #page-recruit-staff #S-01 {
        margin-bottom: 60px;
        padding-top: 40px;
    }
    #page-recruit-staff #S-01 .sectionTitle {
        margin-bottom: 20px;
    }
    #page-recruit-staff #S-01 .sectionTitle .title span {
        max-width: 340px;
        width: 100%;
    }
    #page-recruit-staff #S-01 .inner {
        margin: 0 auto;
        padding-left: 0;
    }
    #page-recruit-staff #S-01 .inner article:not(:last-child) {
        margin-bottom: 30px;
    }
    #page-recruit-staff #S-01 .inner .title {
        margin-bottom: 10px;
        font-size: 20px;
        text-align: center;
    }
    #page-recruit-staff #S-01 .inner .flex {
        display: block;
    }
    #page-recruit-staff #S-01 .inner .flex .photo {
        margin-bottom: 20px;
        padding-right: 0;
        width: 100%;
    }
    #page-recruit-staff #S-01 .inner .flex .text {
        width: 100%;
    }
}

/* #page-search-result #S-02
--------------------------------------------------------- */

#page-recruit-staff #S-02 {
    margin-bottom: 100px;
}

#page-recruit-staff #S-02 .sectionTitle {
    margin-bottom: 30px;
}

#page-recruit-staff #S-02 .sectionTitle .title span {
    width: 344px;
}

#page-recruit-staff #S-02 .achievement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 800px;
}

#page-recruit-staff #S-02 .achievement article {
    width: 190px;
}

#page-recruit-staff #S-02 .achievement article:not(:last-child) {
    margin-right: 5px;
}

#page-recruit-staff #S-02 .achievement .box {
    margin-bottom: 10px;
}

#page-recruit-staff #S-02 .achievement .box .above {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 62px;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    /* background: #436abc; */
}

#page-recruit-staff #S-02 .achievement .box .below {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* background: #ebeff4; */
}

#page-recruit-staff #S-02 .achievement .box .below .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    width: 100%;
    font-weight: bold;
    /* color: #436abc; */
}

#page-recruit-staff #S-02 .achievement .box .below .number strong,
#page-recruit-staff #S-02 .achievement .box .below .number span {
    vertical-align: text-bottom;
}

#page-recruit-staff #S-02 .achievement .box .below .number strong {
    font-size: 32px;
}

#page-recruit-staff #S-02 .achievement .box .below .number span {
    font-size: 20px;
}

#page-recruit-staff #S-02 .achievement .box .below .annotation {
    padding: 10px;
    padding-top: 0;
    font-size: 12px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    #page-recruit-staff #S-02 {
        margin-bottom: 50px;
    }
    #page-recruit-staff #S-02 .sectionTitle {
        margin-bottom: 20px;
    }
    #page-recruit-staff #S-02 .sectionTitle .title span {
        width: 248px;
    }
    #page-recruit-staff #S-02 .achievement {
        display: block;
        margin: 0 10px;
    }
    #page-recruit-staff #S-02 .achievement article {
        width: 100%;
    }
    #page-recruit-staff #S-02 .achievement article:not(:last-child) {
        margin-bottom: 20px;
    }
    #page-recruit-staff #S-02 .achievement .box {
        margin-bottom: 10px;
    }
    #page-recruit-staff #S-02 .achievement .box .above {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        width: 100%;
        height: auto;
        font-size: 17px;
    }
    #page-recruit-staff #S-02 .achievement .box .below .number {
        height: 60px;
        width: 100%;
    }
    #page-recruit-staff #S-02 .achievement .box .below .number strong {
        font-size: 24px;
    }
    #page-recruit-staff #S-02 .achievement .box .below .number span {
        font-size: 15px;
    }
    #page-recruit-staff #S-02 .achievement .box .below .annotation {
        padding: 5px;
        padding-top: 0;
        font-size: 11px;
    }
}

/* #page-recruit-staff #S-03
--------------------------------------------------------- */

#page-recruit-staff #S-03 {
    margin-bottom: 100px;
    padding-top: 0;
}

#page-recruit-staff #S-03 .sectionTitle {
    margin-bottom: 30px;
}

#page-recruit-staff #S-03 .sectionTitle .title span {
    width: 400px;
}

@media screen and (max-width: 768px) {
    #page-recruit-staff #S-03 {
        margin-bottom: 60px;
        padding-top: 0;
    }
    #page-recruit-staff #S-03 .sectionTitle {
        margin-bottom: 20px;
    }
    #page-recruit-staff #S-03 .sectionTitle .title span {
        width: 284px;
    }
}

/* #page-recruit-staff #S-companies
--------------------------------------------------------- */

#page-recruit-staff #S-companies {
    margin-bottom: 100px;
}

#page-recruit-staff #S-companies .title {
    margin-bottom: 30px;
    text-align: center;
}

#page-recruit-staff #S-companies .title span {
    display: inline-block;
    width: 220px;
}

#page-recruit-staff #S-companies #logoSlider {
    width: 100%;
}

#page-recruit-staff #S-companies #logoSlider .inner {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #page-recruit-staff #S-companies {
        margin-bottom: 60px;
    }
    #page-recruit-staff #S-companies .title {
        margin-bottom: 20px;
        text-align: center;
    }
    #page-recruit-staff #S-companies .title span.u-media-SP {
        display: inline-block !important;
        width: 158px;
    }
    #page-recruit-staff #S-companies #logoSlider {
        width: 100%;
    }
    #page-recruit-staff #S-companies #logoSlider .inner {
        width: 100%;
    }
}

/* #page-recruit-staff #S-04
--------------------------------------------------------- */

#page-recruit-staff #S-04 {
    margin-bottom: 100px;
}

#page-recruit-staff #S-04 .sectionTitle {
    margin-bottom: 30px;
}

#page-recruit-staff #S-04 .sectionTitle .title span {
    width: 208px;
}

#page-recruit-staff #S-04 .articles {
    margin: 0 50px;
}

#page-recruit-staff #S-04 .articles article:not(:last-child) {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #page-recruit-staff #S-04 {
        margin-bottom: 60px;
    }
    #page-recruit-staff #S-04 .sectionTitle {
        margin-bottom: 20px;
    }
    #page-recruit-staff #S-04 .sectionTitle .title span {
        width: 150px;
    }
    #page-recruit-staff #S-04 .articles {
        margin: 0 10px;
    }
    #page-recruit-staff #S-04 .articles article:not(:last-child) {
        margin-bottom: 20px;
    }
}

/* #page-recruit-staff #S-05
--------------------------------------------------------- */

#page-recruit-staff #S-05 {
    margin-bottom: 100px;
}

#page-recruit-staff #S-05 .sectionTitle {
    margin-bottom: 30px;
}

#page-recruit-staff #S-05 .sectionTitle .title span {
    width: 406px;
}

#page-recruit-staff #S-05 .articles {
    margin: 0 50px;
}

#page-recruit-staff #S-05 .articles article:not(:last-child) {
    margin-bottom: 40px;
}

#page-recruit-staff #S-05 .articles article .button {
    text-align: center;
}

#page-recruit-staff #S-05 .articles article .button .parts-button_B.small {
    width: 250px;
}

@media screen and (max-width: 768px) {
    #page-recruit-staff #S-05 {
        margin-bottom: 60px;
    }
    #page-recruit-staff #S-05 .sectionTitle {
        margin-bottom: 20px;
    }
    #page-recruit-staff #S-05 .sectionTitle .title span {
        width: 291px;
    }
    #page-recruit-staff #S-05 .articles {
        margin: 0 10px;
    }
    #page-recruit-staff #S-05 .articles article:not(:last-child) {
        margin-bottom: 20px;
    }
    #page-recruit-staff #S-05 .articles article .button {
        text-align: center;
    }
    #page-recruit-staff #S-05 .articles article .button .parts-button_B.small {
        width: 250px;
    }
}

/* #page-recruit-staff #S-06
--------------------------------------------------------- */

#page-recruit-staff #S-06 {
    margin-bottom: 100px;
}

#page-recruit-staff #S-06 .sectionTitle {
    margin-bottom: 30px;
}

#page-recruit-staff #S-06 .sectionTitle .title span {
    width: 255px;
}

#page-recruit-staff #S-06 .parts-secTitle_A {
    position: relative;
}

#page-recruit-staff #S-06 .parts-secTitle_A .tag {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 200px;
}

#page-recruit-staff #S-06 .articles {
    margin: 0 50px;
}

#page-recruit-staff #S-06 .articles article:not(:last-child) {
    position: relative;
    padding-bottom: 80px;
}

#page-recruit-staff #S-06 .articles article:not(:last-child):after {
    position: absolute;
    left: 50%;
    bottom: calc((80px - 36px) / 2);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    content: "";
    width: 36px;
    height: 36px;
    background: url(/assets/images/other/RE_recruit_staff_S06_ic02.png) center
        no-repeat;
    background-size: cover;
}

#page-recruit-staff #S-06 .articles article .table {
    display: table;
    width: 100%;
    /* background: #ebeff4; */
}

#page-recruit-staff #S-06 .articles article .table .photo,
#page-recruit-staff #S-06 .articles article .table .text {
    display: table-cell;
    vertical-align: middle;
}

#page-recruit-staff #S-06 .articles article .table .photo {
    width: 370px;
}

#page-recruit-staff #S-06 .articles article .table .text {
    padding: 20px;
}

#page-recruit-staff #S-06 .articles article .table .text .title {
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 22px;
    /* color: #00235d; */
}

@media screen and (max-width: 768px) {
    #page-recruit-staff #S-06 {
        margin-bottom: 60px;
    }
    #page-recruit-staff #S-06 .sectionTitle {
        margin-bottom: 20px;
    }
    #page-recruit-staff #S-06 .sectionTitle .title span {
        width: 182px;
    }
    #page-recruit-staff #S-06 .parts-secTitle_A {
        position: relative;
    }
    #page-recruit-staff #S-06 .parts-secTitle_A .tag {
        position: absolute;
        right: 0;
        bottom: 1px;
        width: 150px;
    }
    #page-recruit-staff #S-06 .articles {
        margin: 0 10px;
    }
    #page-recruit-staff #S-06 .articles article:not(:last-child) {
        padding-bottom: 60px;
    }
    #page-recruit-staff #S-06 .articles article:not(:last-child):after {
        bottom: calc((60px - 28px) / 2);
        width: 28px;
        height: 28px;
    }
    #page-recruit-staff #S-06 .articles article .table {
        display: block;
    }
    #page-recruit-staff #S-06 .articles article .table .photo,
    #page-recruit-staff #S-06 .articles article .table .text {
        display: block;
    }
    #page-recruit-staff #S-06 .articles article .table .photo {
        width: 100%;
    }
    #page-recruit-staff #S-06 .articles article .table .text {
        padding: 15px;
    }
    #page-recruit-staff #S-06 .articles article .table .text .title {
        margin-bottom: 10px;
        font-size: 19px;
        text-align: center;
    }
}

/* #page-recruit-staff #S-07
--------------------------------------------------------- */

#page-recruit-staff #S-07 {
    margin-bottom: 100px;
}

#page-recruit-staff #S-07 .sectionTitle {
    margin-bottom: 30px;
}

#page-recruit-staff #S-07 .sectionTitle .title span {
    width: 251px;
}

#page-recruit-staff #S-07 .articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 50px;
}

#page-recruit-staff #S-07 .articles .step {
    margin: 0 10px;
    max-width: 360px;
    width: 100%;
}

#page-recruit-staff #S-07 .articles .step .steps {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 330px;
    width: 100%;
}

#page-recruit-staff #S-07 .articles .step .steps .u-stepBox {
    margin-bottom: 40px;
}

#page-recruit-staff #S-07 .parts-stitle_A {
    /* background: #00235d; */
}

@media screen and (max-width: 768px) {
    #page-recruit-staff #S-07 {
        margin-bottom: 60px;
    }
    #page-recruit-staff #S-07 .sectionTitle {
        margin-bottom: 20px;
    }
    #page-recruit-staff #S-07 .sectionTitle .title span {
        width: 231px;
    }
    #page-recruit-staff #S-07 .articles {
        display: block;
        margin: 0 10px;
    }
    #page-recruit-staff #S-07 .articles .step {
        margin: 0;
        max-width: 360px;
        width: 100%;
    }
    #page-recruit-staff #S-07 .articles .step .steps {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 10px;
        max-width: none;
        width: 100%;
    }
    #page-recruit-staff #S-07 .articles .step .steps .u-stepBox {
        margin-bottom: 40px;
        padding: 15px;
    }
    #page-recruit-staff #S-07 .parts-stitle_A {
        /* background: #00235d; */
    }
}

/* #page-recruit-staff #S-08
--------------------------------------------------------- */

#page-recruit-staff #S-08 {
    margin-bottom: 100px;
}

#page-recruit-staff #S-08 .sectionTitle {
    margin-bottom: 30px;
}

#page-recruit-staff #S-08 .sectionTitle .title span {
    width: 234px;
}

#page-recruit-staff #S-08 .questions {
    margin: 0 50px;
}

#page-recruit-staff #S-08 .questions dl dt {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    /* color: #00235d; */
}

#page-recruit-staff #S-08 .questions dl dd:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    #page-recruit-staff #S-08 {
        margin-bottom: 60px;
    }
    #page-recruit-staff #S-08 .sectionTitle {
        margin-bottom: 20px;
    }
    #page-recruit-staff #S-08 .sectionTitle .title span {
        width: 167px;
    }
    #page-recruit-staff #S-08 .questions {
        margin: 0 10px;
    }
    #page-recruit-staff #S-08 .questions dl dt {
        margin-bottom: 5px;
        font-size: 17px;
    }
    #page-recruit-staff #S-08 .questions dl dd:not(:last-child) {
        margin-bottom: 20px;
    }
}

/* =========================================================
㉔ Voices of listed companies
========================================================= */

/* #page-recruit-staff-list .recButtons
--------------------------------------------------------- */

#page-recruit-staff-list .recButtons {
    margin-bottom: 80px;
    padding: 35px 0;
    /* background: #7894cf; */
}

#page-recruit-staff-list .recButtons:last-child {
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    #page-recruit-staff-list .recButtons {
        margin-bottom: 40px;
        padding: 20px 0;
    }
    #page-recruit-staff-list .recButtons:last-child {
        margin-bottom: 100px;
    }
}

/* #page-recruit-staff-list #S-01
--------------------------------------------------------- */

#page-recruit-staff-list #S-01 {
    padding-top: 60px;
}

#page-recruit-staff-list #S-01 .sectionTitle {
    margin-bottom: 40px;
}

#page-recruit-staff-list #S-01 .sectionTitle .title span {
    width: 400px;
}

#page-recruit-staff-list #S-01 .pager {
    margin: 40px 0;
}

#page-recruit-staff-list #S-01 .button {
    margin-bottom: 100px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #page-recruit-staff-list #S-01 {
        padding-top: 40px;
    }
    #page-recruit-staff-list #S-01 .sectionTitle {
        margin-bottom: 20px;
    }
    #page-recruit-staff-list #S-01 .sectionTitle .title span {
        width: 284px;
    }
    #page-recruit-staff-list #S-01 .button {
        margin-bottom: 50px;
    }
}

/* =========================================================
㉕ Inquiries about job posting
========================================================= */

/* #page-recruit-contact #S-header
--------------------------------------------------------- */

#page-recruit-contact #S-header {
    /* background: #ebeff4; */
}

#page-recruit-contact #S-header .title span {
    width: 404px;
}

@media screen and (max-width: 768px) {
    #page-recruit-contact #S-header .title span {
        margin: 0 auto;
        width: 290px;
    }
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-recruit-contact #S-01 {
    padding: 0 0 120px;
}

#page-recruit-contact #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-recruit-contact #S-01 .table {
    margin-bottom: 20px;
}

#page-recruit-contact #S-01 .notice {
    margin-bottom: 40px;
    font-size: 12px;
}

#page-recruit-contact #S-01 .notice dt {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #page-recruit-contact #S-01 {
        padding: 0 0 60px;
    }
    #page-recruit-contact #S-01 .contents {
        margin: 0 10px;
    }
    #page-recruit-contact #S-01 .table {
        margin-bottom: 10px;
    }
    #page-recruit-contact #S-01 .notice {
        margin-bottom: 20px;
        font-size: 12px;
    }
}

/* =========================================================
㉚ Job Seeker My Page TOP
========================================================= */

/* #page-applicant-mypage-top #S-header
--------------------------------------------------------- */

#page-applicant-mypage-top #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-applicant-mypage-top #S-01 {
    padding: 40px 0;
}

#page-applicant-mypage-top #S-01 .title {
    margin-bottom: 10px;
}

#page-applicant-mypage-top #S-01 .contents {
    margin: 0 auto;
    max-width: 760px;
}

@media screen and (max-width: 768px) {
    #page-applicant-mypage-top #S-01 {
        padding: 20px 0;
    }
}

/* #page-search-result #S-02
--------------------------------------------------------- */

#page-applicant-mypage-top #S-02 {
    margin-bottom: 10px;
    padding: 30px 0;
    /* background: #ebeff4; */
    text-align: center;
}

#page-applicant-mypage-top #S-02 .button:not(:last-child) {
    margin-bottom: 40px;
}

#page-applicant-mypage-top #S-02 .banner li {
    display: inline-block;
}

#page-applicant-mypage-top #S-02 .banner li:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
    #page-applicant-mypage-top #S-02 .banner li a {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    #page-applicant-mypage-top #S-02 .banner li a:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width: 768px) {
    #page-applicant-mypage-top #S-02 {
        padding: 20px 0;
    }
    #page-applicant-mypage-top #S-02 .button:not(:last-child) {
        margin-bottom: 20px;
    }
}

/* #page-search-result #S-03
--------------------------------------------------------- */

#page-applicant-mypage-top #S-03 {
    padding: 30px 0;
    /* background: #ebeff4; */
}

/* #page-search-result #S-04
--------------------------------------------------------- */

#page-applicant-mypage-top #S-04 {
    padding: 40px 0 120px;
}

@media screen and (max-width: 768px) {
    #page-applicant-mypage-top #S-04 {
        padding: 30px 0 80px;
    }
}

/* =========================================================
㉛Info
========================================================= */

/* #page-info-applicant #S-header
--------------------------------------------------------- */

#page-info-applicant #S-header {
    /* background: #ebeff4; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-info-applicant #S-01 {
    margin-bottom: 10px;
    padding: 0 0 30px;
}

#page-info-applicant #S-01 .defaultContainer {
    margin-bottom: 20px;
}

#page-info-applicant #S-01 .moreContainer {
    display: none;
}

#page-info-applicant #S-01 .container {
    margin: 0 auto;
    max-width: 800px;
}

/* #page-search-result #S-02
--------------------------------------------------------- */

#page-info-applicant #S-02 {
    padding: 0 0 120px;
}

@media screen and (max-width: 768px) {
    #page-info-applicant #S-02 {
        padding: 0 0 80px;
    }
}

/* =========================================================
㉜ Setting / changing registration information ①
========================================================= */

/* #page-data-edit01 #S-header
--------------------------------------------------------- */

#page-data-edit01 #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-data-edit01 #S-01 {
    padding: 40px 0;
}

#page-data-edit01 #S-01 .buttonEdit {
    margin-bottom: 40px;
}

#page-data-edit01 #S-01 .table:not(:last-child) {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    #page-data-edit01 #S-01 {
        padding: 20px 0;
    }
    #page-data-edit01 #S-01 .buttonEdit {
        margin-bottom: 20px;
    }
    #page-data-edit01 #S-01 .table:not(:last-child) {
        margin-bottom: 50px;
    }
    #page-data-edit01 #S-01 .buttonContainer {
        text-align: center;
    }
}

/* #page-search-result #S-02
--------------------------------------------------------- */

#page-data-edit01 #S-02 {
    padding: 40px 0 120px;
}

@media screen and (max-width: 768px) {
    #page-data-edit01 #S-02 {
        padding: 30px 0 80px;
    }
}

/* =========================================================
㉜ Setting / changing registration information ②
========================================================= */

/* #page-data-edit02 #S-header
--------------------------------------------------------- */

#page-data-edit02 #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-data-edit02 #S-01 {
    padding-top: 40px;
}

#page-data-edit02 #S-01 .table {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #page-data-edit02 #S-01 {
        padding: 20px 0 0;
    }
    #page-data-edit02 #S-01 .buttonEdit {
        margin-bottom: 20px;
    }
    #page-data-edit02 #S-01 .table {
        margin-bottom: 20px;
    }
}

/* #page-search-result #S-02
--------------------------------------------------------- */

#page-data-edit02 #S-02 {
    padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
    #page-data-edit02 #S-02 {
        padding-bottom: 80px;
    }
}

/* =========================================================
㉝ Withdrawal procedure ①
========================================================= */

/* #page-withdraw01 #S-header
--------------------------------------------------------- */

#page-withdraw01 #S-header {
    /* background: #ebeff4; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-withdraw01 #S-01 {
    margin-bottom: 100px;
}

#page-withdraw01 #S-01 .container {
    margin: 0 auto;
    max-width: 800px;
}

#page-withdraw01 #S-01 .intro {
    font-size: 16px;
}

#page-withdraw01 #S-01 .edit {
    text-align: center;
}

#page-withdraw01 #S-01 .edit p {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    #page-withdraw01 #S-01 {
        margin-bottom: 70px;
    }
    #page-withdraw01 #S-01 .container {
        padding: 0 10px;
    }
    #page-withdraw01 #S-01 .intro {
        font-size: 14px;
    }
}

/* #page-search-result #S-02
--------------------------------------------------------- */

#page-withdraw01 #S-02 {
    padding: 0 0 120px;
}

@media screen and (max-width: 768px) {
    #page-withdraw01 #S-02 {
        padding: 0 0 80px;
    }
}

/* =========================================================
㉝ Withdrawal procedure ②
========================================================= */

/* #page-withdraw02 #S-header
--------------------------------------------------------- */

#page-withdraw02 #S-header {
    /* background: #ebeff4; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-withdraw02 #S-01 {
    margin-bottom: 100px;
}

#page-withdraw02 #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-withdraw02 #S-01 .intro {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    #page-withdraw02 #S-01 {
        margin-bottom: 70px;
    }
    #page-withdraw02 #S-01 .contents {
        padding: 0 10px;
    }
    #page-withdraw02 #S-01 .intro {
        font-size: 14px;
    }
}

/* =========================================================
㉞ WEB resume profile ①
========================================================= */

/* #page-resume-profile01 #S-header
--------------------------------------------------------- */

#page-resume-profile01 #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-resume-profile01 #S-01 {
    padding: 40px 0;
}

#page-resume-profile01 #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-resume-profile01 #S-01 .tab.above {
    margin-bottom: 50px;
}

#page-resume-profile01 #S-01 .buttonEdit {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #page-resume-profile01 #S-01 {
        padding: 20px 0;
    }
    #page-resume-profile01 #S-01 .contents {
        padding: 0 10px;
    }
    #page-resume-profile01 #S-01 .tab.above {
        margin-bottom: 20px;
    }
    #page-resume-profile01 #S-01 .buttonEdit {
        margin-bottom: 20px;
    }
    #page-resume-profile01 #S-01 .buttonContainer {
        text-align: center;
    }
}

/* #page-search-result #S-02
--------------------------------------------------------- */

#page-resume-profile01 #S-02 {
    padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
    #page-resume-profile01 #S-02 {
        padding-bottom: 80px;
    }
}

/* =========================================================
㉞ WEB resume profile ②
========================================================= */

/* #page-resume-profile02 #S-header
--------------------------------------------------------- */

#page-resume-profile02 #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-resume-profile02 #S-01 {
    padding: 40px 0;
}

#page-resume-profile02 #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-resume-profile02 #S-01 .tab.above {
    margin-bottom: 50px;
}

#page-resume-profile02 #S-01 .table {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #page-resume-profile02 #S-01 {
        padding: 20px 0;
    }
    #page-resume-profile02 #S-01 .contents {
        padding: 0 10px;
    }
    #page-resume-profile02 #S-01 .tab.above {
        margin-bottom: 20px;
    }
    #page-resume-profile02 #S-01 .table {
        margin-bottom: 20px;
    }
}

/* #page-search-result #S-02
--------------------------------------------------------- */

#page-resume-profile02 #S-02 {
    padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
    #page-resume-profile02 #S-02 {
        padding-bottom: 80px;
    }
}

/* =========================================================
㉞ WEB resume Work experience ①
========================================================= */

/* #page-resume-career01 #S-header
--------------------------------------------------------- */

#page-resume-career01 #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-resume-career01 #S-01 {
    padding: 40px 0;
}

#page-resume-career01 #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-resume-career01 #S-01 .tab.above {
    margin-bottom: 50px;
}

#page-resume-career01 #S-01 .buttonEdit {
    margin-bottom: 40px;
}

#page-resume-career01 #S-01 .table:not(:last-child) {
    margin-bottom: 40px;
}

#page-resume-career01 #S-01 .js-careerTable {
    display: none;
    margin-top: 40px;
}

#page-resume-career01 #S-01 .buttonAddCareer {
    margin-top: 40px;
    margin-bottom: 100px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #page-resume-career01 #S-01 {
        padding: 20px 0 30px;
    }
    #page-resume-career01 #S-01 .contents {
        padding: 0 10px;
    }
    #page-resume-career01 #S-01 .tab.above {
        margin-bottom: 20px;
    }
    #page-resume-career01 #S-01 .buttonEdit {
        margin-bottom: 20px;
    }
    #page-resume-career01 #S-01 .table:not(:last-child) {
        margin-bottom: 20px;
    }
    #page-resume-career01 #S-01 .buttonAddCareer {
        margin-bottom: 60px;
    }
}

/* #page-search-result #S-02
--------------------------------------------------------- */

#page-resume-career01 #S-02 {
    padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
    #page-resume-career01 #S-02 {
        padding-bottom: 80px;
    }
}

/* =========================================================
㉞ WEB resume Job history ②
========================================================= */

/* #page-resume-career02 #S-header
--------------------------------------------------------- */

#page-resume-career02 #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-resume-career02 #S-01 {
    padding: 40px 0;
}

#page-resume-career02 #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-resume-career02 #S-01 .tab.above {
    margin-bottom: 50px;
}

#page-resume-career02 #S-01 .buttonEdit {
    margin-bottom: 40px;
}

#page-resume-career02 #S-01 .table:not(:last-child) {
    margin-bottom: 40px;
}

#page-resume-career02 #S-01 .js-careerTable {
    display: none;
}

#page-resume-career02 #S-01 .js-careerTable:not(:last-child) {
    margin-bottom: 40px;
}

#page-resume-career02 #S-01 .buttonAddCareer {
    margin-top: 40px;
    margin-bottom: 100px;
    text-align: center;
}

#page-resume-career02 #S-01 .pr {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #page-resume-career02 #S-01 {
        padding: 20px 0 30px;
    }
    #page-resume-career02 #S-01 .contents {
        padding: 0 10px;
    }
    #page-resume-career02 #S-01 .tab.above {
        margin-bottom: 20px;
    }
    #page-resume-career02 #S-01 .buttonEdit {
        margin-bottom: 20px;
    }
    #page-resume-career02 #S-01 .table:not(:last-child) {
        margin-bottom: 20px;
    }
    #page-resume-career02 #S-01 .buttonAddCareer {
        margin-top: 20px;
        margin-bottom: 60px;
    }
    #page-resume-career02 #S-01 .pr {
        margin-bottom: 20px;
    }
}

/* #page-search-result #S-02
--------------------------------------------------------- */

#page-resume-career02 #S-02 {
    padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
    #page-resume-career02 #S-02 {
        padding-bottom: 80px;
    }
}

/* =========================================================
㉞ WEB resume Career plan ①
========================================================= */

/* #page-resume-plan01 #S-header
--------------------------------------------------------- */

#page-resume-plan01 #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-resume-plan01 #S-01 {
    padding: 40px 0;
}

#page-resume-plan01 #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-resume-plan01 #S-01 .tab.above {
    margin-bottom: 50px;
}

#page-resume-plan01 #S-01 .buttonEdit {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #page-resume-plan01 #S-01 {
        padding: 20px 0;
    }
    #page-resume-plan01 #S-01 .contents {
        padding: 0 10px;
    }
    #page-resume-plan01 #S-01 .tab.above {
        margin-bottom: 20px;
    }
    #page-resume-plan01 #S-01 .buttonEdit {
        margin-bottom: 20px;
    }
    #page-resume-plan01 #S-01 .buttonContainer {
        text-align: center;
    }
}

/* #page-search-result #S-02
--------------------------------------------------------- */

#page-resume-plan01 #S-02 {
    padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
    #page-resume-plan01 #S-02 {
        padding-bottom: 80px;
    }
}

/* =========================================================
㉞ WEB resume career plan ②
========================================================= */

/* #page-resume-plan02 #S-header
--------------------------------------------------------- */

#page-resume-plan02 #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-resume-plan02 #S-01 {
    padding: 40px 0;
}

#page-resume-plan02 #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-resume-plan02 #S-01 .tab.above {
    margin-bottom: 50px;
}

#page-resume-plan02 #S-01 .table {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #page-resume-plan02 #S-01 {
        padding: 20px 0;
    }
    #page-resume-plan02 #S-01 .contents {
        padding: 0 10px;
    }
    #page-resume-plan02 #S-01 .tab.above {
        margin-bottom: 20px;
    }
    #page-resume-plan02 #S-01 .table {
        margin-bottom: 20px;
    }
}

/* #page-search-result #S-02
--------------------------------------------------------- */

#page-resume-plan02 #S-02 {
    padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
    #page-resume-plan02 #S-02 {
        padding-bottom: 80px;
    }
}

/* =========================================================
㉟ Companies that like
========================================================= */

/* #page-liked-company #S-header
--------------------------------------------------------- */

#page-liked-company #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-liked-company #S-01
--------------------------------------------------------- */

#page-liked-company #S-01 {
    padding: 30px 0;
    /* background: #ebeff4; */
}

@media screen and (max-width: 768px) {
    #page-liked-company #S-01 {
        padding: 20px 0;
    }
}

/* #page-liked-company #S-02
--------------------------------------------------------- */

#page-liked-company #S-02 {
    padding: 50px 0 120px;
}

#page-liked-company #S-02 .pager.above {
    margin-bottom: 40px;
}

#page-liked-company #S-02 .pager.below {
    margin-top: 40px;
}

#page-liked-company #S-02 .companies article {
    border-bottom: 1px solid #dcdcdc;
    padding: 50px 0;
}

#page-liked-company #S-02 .companies article:first-child {
    border-top: 1px solid #dcdcdc;
}

#page-liked-company #S-02 .companies article .header {
    position: relative;
    margin-bottom: 20px;
}

#page-liked-company #S-02 .companies article .header .name {
    margin-right: 60px;
    margin-bottom: 10px;
    font-size: 20px;
}

#page-liked-company #S-02 .companies article .header .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 60px;
    margin-bottom: 10px;
}

#page-liked-company #S-02 .companies article .header .desc .text {
    font-size: 18px;
    width: auto;
}

#page-liked-company #S-02 .companies article .header .likebutton {
    position: absolute;
    right: 0;
    top: 0;
}

#page-liked-company #S-02 .companies article .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page-liked-company #S-02 .companies article .flex .left {
    width: 100%;
}

#page-liked-company #S-02 .companies article .flex .right {
    margin-left: 20px;
    width: 300px;
}

#page-liked-company #S-02 .companies .left .tags {
    margin-bottom: 20px;
}

#page-liked-company #S-02 .companies .left .data {
    margin-bottom: 20px;
}

#page-liked-company #S-02 .companies .left .term {
    text-align: right;
    font-size: 11px;
    color: #808080;
}

#page-liked-company #S-02 .companies .right .photo {
    margin-bottom: 20px;
}

#page-liked-company #S-02 .button {
    padding-top: 60px;
}

@media screen and (max-width: 768px) {
    #page-liked-company #S-02 {
        padding: 50px 0 70px;
    }
    #page-liked-company #S-02 .pager.above {
        margin-bottom: 30px;
    }
    #page-liked-company #S-02 .pager.below {
        margin-top: 30px;
    }
    #page-liked-company #S-02 .companies article {
        padding: 30px 10px;
    }
    #page-liked-company #S-02 .companies article .header {
        margin-bottom: 10px;
        padding-right: 70px;
    }
    #page-liked-company #S-02 .companies article .header .name {
        margin-right: 0px;
        margin-bottom: 10px;
        font-size: 17px;
    }
    #page-liked-company #S-02 .companies article .header .desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    #page-liked-company #S-02 .companies article .header .desc .text {
        font-size: 16px;
        width: auto;
    }
    #page-liked-company #S-02 .companies .left .tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }
    #page-liked-company #S-02 .companies .left .photo__SP {
        margin-left: 10px;
        min-width: 40%;
        max-width: 300px;
    }
    #page-liked-company #S-02 .companies article .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #page-liked-company #S-02 .companies article .flex .left {
        max-width: none;
    }
    #page-liked-company #S-02 .companies article .flex .right {
        margin-left: 20px;
        width: 300px;
    }
    #page-liked-company #S-02 .companies .left .data {
        margin-bottom: 10px;
    }
    #page-liked-company #S-02 .companies .left .button__SP {
        margin-bottom: 10px;
        text-align: center;
    }
    #page-liked-company #S-02 .companies .left .term {
        text-align: center;
    }
}

/* =========================================================
㊱ Applicant company message ① / ㊲ Applicant company message ②
========================================================= */

/* #page-message-company #S-header
--------------------------------------------------------- */

#page-message-company #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-message-company #dialogue
--------------------------------------------------------- */

#page-message-company #dialogue {
    padding-top: 40px;
}

@media screen and (max-width: 768px) {
    /*#page-message-company #dialogue {
    padding-top: 40px; }*/
}

.unit-dialogue .topButton {
    position: absolute;
    top: -40px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    height: 40px;
}

.unit-dialogue .topButton span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    cursor: pointer;
}

.unit-dialogue .topButton span:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 14px;
    height: 5px;
    background: url(/assets/images/unit/unit-dialogue_ic01__SP.png) center
        no-repeat;
    background-size: cover;
}

.unit-dialogue .topButton.u-media-PC {
    top: 125px;
}

@media screen and (max-width: 1100px) {
    .unit-dialogue .topButton.u-media-PC {
        top: 110px;
    }
}

/* =========================================================
㊵ Company My Page TOP
========================================================= */

/* #page-company-mypage-top #S-header
--------------------------------------------------------- */

#page-company-mypage-top #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-company-mypage-top #S-01
--------------------------------------------------------- */

#page-company-mypage-top #S-01 {
    padding: 40px 0;
}

#page-company-mypage-top #S-01 .title {
    margin-bottom: 10px;
}

#page-company-mypage-top #S-01 .contents {
    margin: 0 auto;
    max-width: 760px;
}

#page-company-mypage-top #S-01 .search .unit-buttons span {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    #page-company-mypage-top #S-01 {
        padding: 20px 0;
    }
}

/* #page-company-mypage-top #S-02
--------------------------------------------------------- */

#page-company-mypage-top #S-02 {
    padding: 30px 0;
    /* background: #ebeff4; */
}

@media screen and (max-width: 768px) {
    #page-company-mypage-top #S-02 .searchBox {
        width: auto;
    }
}

/* #page-company-mypage-top #S-03
--------------------------------------------------------- */

#page-company-mypage-top #S-03 {
    padding: 40px 0 120px;
}

@media screen and (max-width: 768px) {
    #page-company-mypage-top #S-03 {
        padding: 30px 0 80px;
    }
}

/* #page-company-mypage-top #S-04
--------------------------------------------------------- */

#page-company-mypage-top #S-04 {
    padding: 30px 0;
    margin: 10px 0;
    /* background: #ebeff4; */
}

#page-company-mypage-top #S-04 .button {
    text-align: center;
    padding-bottom: 20px;
}

#page-company-mypage-top #S-04 .banner {
    text-align: center;
}

#page-company-mypage-top #S-04 .banner li {
    display: inline-block;
}

#page-applicant-mypage-top #S-04 .banner li:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
    #page-company-mypage-top #S-04 .banner li a {
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    #page-company-mypage-top #S-04 .banner li a:hover {
        opacity: 0.5;
    }
}

/* =========================================================
㊶Info
========================================================= */

/* #page-info-company #S-header
--------------------------------------------------------- */

#page-info-company #S-header {
    /* background: #ebeff4; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-info-company #S-01 {
    margin-bottom: 10px;
    padding: 0 0 30px;
}

#page-info-company #S-01 .defaultContainer {
    margin-bottom: 20px;
}

#page-info-company #S-01 .moreContainer {
    display: none;
}

#page-info-company #S-01 .container {
    margin: 0 auto;
    max-width: 800px;
}

/* #page-search-result #S-02
--------------------------------------------------------- */

#page-info-company #S-02 {
    padding: 0 0 120px;
}

@media screen and (max-width: 768px) {
    #page-info-company #S-02 {
        padding: 0 0 80px;
    }
}

/* =========================================================
㊷ Find a job seeker
========================================================= */

/* #page-search-applicant #S-header
--------------------------------------------------------- */

#page-search-applicant #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-applicant #S-01
--------------------------------------------------------- */

#page-search-applicant #S-01 {
    padding: 30px 0;
    /* background: #ebeff4; */
}

@media screen and (max-width: 768px) {
    #page-search-applicant #S-01 {
        padding: 20px 0;
    }
}

/* #page-search-applicant #S-02
--------------------------------------------------------- */

#page-search-applicant #S-02 {
    padding: 40px 0 120px;
}

#page-search-applicant #S-02 .pager.above {
    margin-bottom: 40px;
}

#page-search-applicant #S-02 .pager.below {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    #page-search-applicant #S-02 {
        padding: 30px 0 70px;
    }
    #page-search-applicant #S-02 .pager.above {
        margin-bottom: 30px;
    }
    #page-search-applicant #S-02 .pager.below {
        margin-top: 30px;
    }
}

/* =========================================================
㊸Adopt candidate management
========================================================= */

/* #page-applicant-management #S-header
--------------------------------------------------------- */

#page-applicant-management #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-applicant-management #S-01
--------------------------------------------------------- */

#page-applicant-management #S-01 {
    padding: 30px 0;
    /* background: #ebeff4; */
}

@media screen and (max-width: 768px) {
    #page-applicant-management #S-01 {
        padding: 20px 0;
    }
}

/* #page-applicant-management #S-02
--------------------------------------------------------- */

#page-applicant-management #S-02 {
    padding: 40px 0 120px;
}

#page-applicant-management #S-02 .pager.above {
    margin-bottom: 40px;
}

#page-applicant-management #S-02 .pager.below {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    #page-applicant-management #S-02 {
        padding: 30px 0 70px;
    }
    #page-applicant-management #S-02 .pager.above {
        margin-bottom: 30px;
    }
    #page-applicant-management #S-02 .pager.below {
        margin-top: 30px;
    }
}

/* =========================================================
㊹ Job Seeker Details Scout
========================================================= */

/* #page-applicant-detail-scout #S-header
--------------------------------------------------------- */

#page-applicant-detail-scout #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-applicant-detail-scout #S-01 {
    padding: 40px 0;
}

#page-applicant-detail-scout #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-applicant-detail-scout #S-01 .tab.above {
    margin-bottom: 30px;
}

#page-applicant-detail-scout #S-01 .tags {
    margin-bottom: 20px;
}

#page-applicant-detail-scout #S-01 .buttonMessage {
    margin-bottom: 30px;
}

#page-applicant-detail-scout #S-01 .table:not(:last-child) {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #page-applicant-detail-scout #S-01 {
        padding: 20px 0;
    }
    #page-applicant-detail-scout #S-01 .contents {
        padding: 0 10px;
    }
    #page-applicant-detail-scout #S-01 .tab.above {
        margin-bottom: 20px;
    }
    #page-applicant-detail-scout #S-01 .table:not(:last-child) {
        margin-bottom: 40px;
    }
    #page-applicant-detail-scout #S-01 .buttonMessage {
        margin-bottom: 20px;
    }
}

/* #page-search-result #S-02
--------------------------------------------------------- */

#page-applicant-detail-scout #S-02 {
    padding-bottom: 120px;
}

#page-applicant-detail-scout #S-02 .buttons {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    #page-applicant-detail-scout #S-02 {
        padding-bottom: 80px;
    }
    #page-applicant-detail-scout #S-02 .buttons {
        margin-bottom: 40px;
    }
}

/* =========================================================
㊹ Job Seeker Details Applicant
========================================================= */

/* #page-applicant-detail-applicant #S-header
--------------------------------------------------------- */

#page-applicant-detail-applicant #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-search-result #S-01
--------------------------------------------------------- */

#page-applicant-detail-applicant #S-01 {
    padding: 40px 0;
}

#page-applicant-detail-applicant #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-applicant-detail-applicant #S-01 .tab.above {
    margin-bottom: 30px;
}

#page-applicant-detail-applicant #S-01 .tags {
    margin-bottom: 20px;
}

#page-applicant-detail-applicant #S-01 .buttonMessage {
    margin-bottom: 30px;
}

#page-applicant-detail-applicant #S-01 .table:not(:last-child) {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #page-applicant-detail-applicant #S-01 {
        padding: 20px 0;
    }
    #page-applicant-detail-applicant #S-01 .contents {
        padding: 0 10px;
    }
    #page-applicant-detail-applicant #S-01 .tab.above {
        margin-bottom: 20px;
    }
    #page-applicant-detail-applicant #S-01 .table:not(:last-child) {
        margin-bottom: 40px;
    }
    #page-applicant-detail-applicant #S-01 .buttonMessage {
        margin-bottom: 20px;
    }
}

/* #page-search-result #S-02
--------------------------------------------------------- */

#page-applicant-detail-applicant #S-02 {
    padding-bottom: 120px;
}

#page-applicant-detail-applicant #S-02 .buttons {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    #page-applicant-detail-applicant #S-02 {
        padding-bottom: 80px;
    }
    #page-applicant-detail-applicant #S-02 .buttons {
        margin-bottom: 40px;
    }
}

/* =========================================================
㊺ Applicant message
========================================================= */

/* #page-message-applicant #S-header
--------------------------------------------------------- */

#page-message-applicant #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-message-applicant #dialogue
--------------------------------------------------------- */

#page-message-applicant #dialogue {
    padding-top: 40px;
}

@media screen and (max-width: 768px) {
    #page-message-applicant #dialogue {
        padding-top: 40px;
    }
}

/* =========================================================
㊻ Scout Message (A)
========================================================= */

/* #page-message-scout #S-header
--------------------------------------------------------- */

#page-message-scout #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* #page-message-scout #dialogue
--------------------------------------------------------- */

#page-message-scout #dialogue {
    padding-top: 40px;
}

@media screen and (max-width: 768px) {
    #page-message-scout #dialogue {
        padding-top: 40px;
    }
}

/* =========================================================
Change email address: Input screen
========================================================= */

/* #page-change-email1 #S-header
--------------------------------------------------------- */

#page-change-email-1 #S-header {
    color: #fff;
    /* background: #00235d; */
}

#page-change-email-1 #S-01 {
    padding: 0 0 120px;
}

#page-change-email-1 #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-change-email-1 #S-01 .table {
    margin-bottom: 20px;
}

#page-change-email-1 #S-01 .nonmember {
    border-top: 1px solid #dcdcdc;
    margin-top: 40px;
    padding-top: 40px;
}

@media screen and (max-width: 768px) {
    #page-change-email-1 #S-01 {
        padding: 0 0 60px;
    }
    #page-change-email-1 #S-01 .contents {
        margin: 0 10px;
    }
    #page-change-email-1 #S-01 .nonmember {
        margin-top: 30px;
        padding-top: 30px;
    }
}

/* =========================================================
E-mail address change: Change e-mail transmission completion screen
========================================================= */

/* #page-change-email2 #S-header
--------------------------------------------------------- */

#page-change-email-2 #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* =========================================================
Email address change: Email address change completion screen
========================================================= */

/* #page-change-email3 #S-header
--------------------------------------------------------- */

#page-change-email-3 #S-header {
    color: #fff;
    /* background: #00235d; */
}

/* =========================================================
Password change: Input screen
========================================================= */

/* #page-change-password-1 #S-header
--------------------------------------------------------- */

#page-change-password-1 #S-header {
    color: #fff;
    /* background: #00235d; */
}

#page-change-password-1 #S-01 {
    padding: 0 0 120px;
}

#page-change-password-1 #S-01 .contents {
    margin: 0 auto;
    max-width: 800px;
}

#page-change-password-1 #S-01 .table {
    margin-bottom: 20px;
}

#page-change-password-1 #S-01 .nonmember {
    border-top: 1px solid #dcdcdc;
    margin-top: 40px;
    padding-top: 40px;
}

@media screen and (max-width: 768px) {
    #page-change-password-1 #S-01 {
        padding: 0 0 60px;
    }
    #page-change-password-1 #S-01 .contents {
        margin: 0 10px;
    }
    #page-change-password-1 #S-01 .nonmember {
        margin-top: 30px;
        padding-top: 30px;
    }
}

/* =========================================================
Password change: Password change completion screen
========================================================= */

/* #page-change-password-2 #S-header
--------------------------------------------------------- */

#page-change-password-2 #S-header {
    color: #fff;
    /* background: #00235d; */
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* =========================================================
Delete this company's biography
========================================================= */

.js-buttonDeleteOldCareerTable {
    font-size: 14px;
    color: #787878;
    border: 1px solid #c8c8c8;
    margin-top: 10px;
    height: 40px;
}

.js-buttonEditOldCareerTable {
    font-size: 14px;
    color: #787878;
    border: 1px solid #c8c8c8;
    margin-top: 10px;
    height: 40px;
}
.edit-job-career-btn:hover {
    text-decoration: none;
}

.buttonDeleteOldCareer {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .buttonDeleteOldCareer {
        text-align: center;
    }
}

.js-buttonDeleteOldCareerTable span:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(/assets/images/icons/delete_ic01.png) center no-repeat !important;
    background-size: cover;
}

/* =========================================================
For business owners in the Shonai area
========================================================= */

#page-recruit-staff h3 {
    font-size: 1em;
}

.photo_btn {
    padding: 5px 10px;
}

.face-photo {
    height: 160px;
    width: 120px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
    /* background-color: #ebeff4; */
    border: 1px solid #b2b2b2;
}

#page-work-recruitlist .swiper-button-next,
#page-top .swiper-button-next {
    background: url(/assets/images/parts/parts-slider_bt02.png) center no-repeat;
    background-size: cover;
    width: calc(var(--swiper-navigation-size) / 22 * 18);
}

#page-work-recruitlist .swiper-button-prev,
#page-top .swiper-button-prev {
    background: url(/assets/images/parts/parts-slider_bt01.png) center no-repeat;
    background-size: cover;
    width: calc(var(--swiper-navigation-size) / 22 * 18);
}

#page-work-top .swiper-button-prev.u-media-SP,
#page-life-top .swiper-button-prev.u-media-SP {
    top: 110px;
}

#page-work-recruitlist .u-media-SP.slider {
    width: calc(100% + 40px);
    margin-left: -40px !important;
}

#page-work-recruitlist .u-media-SP.slider .swiper-container {
    padding: 0 20px !important;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: url("../images/icons/loading.gif") no-repeat center center;
    background-color: rgba(153, 153, 153, 0.25);
    display: none;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination li a,
.pagination > li > span {
    width: 32px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    float: none;
    padding: 0;
}

#page-life-hitobito-top .pagination > .active > a,
#page-life-hitobito-top .pagination > .active > span,
#page-life-shoku-top .pagination > .active > a,
#page-life-shoku-top .pagination > .active > span,
#page-life-fukei-top .pagination > .active > a,
#page-life-fukei-top .pagination > .active > span,
#page-life-asobi-top .pagination > .active > a,
#page-life-asobi-top .pagination > .active > span {
    /* background-color: #d54b00; */
    color: #fff;
}

#page-life-hitobito-top .pagination > li > a,
#page-life-hitobito-top .pagination > li > span,
#page-life-shoku-top .pagination > li > a,
#page-life-shoku-top .pagination > li > span,
#page-life-fukei-top .pagination > li > a,
#page-life-fukei-top .pagination > li > span,
#page-life-asobi-top .pagination > li > a,
#page-life-asobi-top .pagination > li > span {
    /* color: #d54b00; */
    background-color: #fff;
}

#page-life-hitobito-top .pagination > li:first-child > a,
#page-life-hitobito-top .pagination > li:last-child > a {
    /* background-color: #fef3ee; */
}

#page-life-shoku-top .pagination > li:first-child > a,
#page-life-shoku-top .pagination > li:last-child > a {
    /* background-color: #fefae1; */
}

#page-life-fukei-top .pagination > li:first-child > a,
#page-life-fukei-top .pagination > li:last-child > a {
    /* background-color: #e3f4fb; */
}

#page-life-asobi-top .pagination > li:first-child > a,
#page-life-asobi-top .pagination > li:last-child > a {
    /* background-color: #e7f1ec; */
}

#page-life-hitobito-top .pagination > li > a {
    /* border: 3px solid #fef3ee; */
}

#page-life-shoku-top .pagination > li > a {
    /* border: 3px solid #fefae1; */
}

#page-life-fukei-top .pagination > li > a {
    /* border: 3px solid #e3f4fb; */
}

#page-life-asobi-top .pagination > li > a {
    /* border: 3px solid #e7f1ec; */
}

.next1,
.prev1 {
    width: 10px;
}

#page-liked-company .pagination > .active > a,
#page-liked-company .pagination > .active > span,
#page-applicant-management .pagination > .active > a,
#page-applicant-management .pagination > .active > span,
#page-search-applicant .pagination > .active > a,
#page-search-applicant .pagination > .active > span,
#page-work-recruitlist .pagination > .active > a,
#page-work-recruitlist .pagination > .active > span {
    /* background-color: #00235d; */
    color: #fff;
}

#page-liked-company .pagination > li > a,
#page-liked-company .pagination > li > span,
#page-applicant-management .pagination > li > a,
#page-applicant-management .pagination > li > span,
#page-search-applicant .pagination > li > a,
#page-search-applicant .pagination > li > span,
#page-work-recruitlist .pagination > li > a,
#page-work-recruitlist .pagination > li > span {
    /* color: #00235d; */
    /* background-color: #ebeff4; */
}

#page-liked-company .pagination > li > a,
#page-applicant-management .pagination > li > a,
#page-search-applicant .pagination > li > a,
#page-work-recruitlist .pagination > li > a {
    border: 2px solid #fff;
}

#page-search-result .pagination > li > a,
#page-search-result .pagination > li > span {
    color: #000;
    background-color: #fff;
}

#page-search-result .pagination > .active > a,
#page-search-result .pagination > .active > span {
    background-color: #000;
    color: #fff;
}

#page-search-result .pagination > li > a {
    border: 2px solid #f5f5f5;
}

.arrow_page {
    background-color: #fff !important;
}

.arrow_search {
    background-color: #f5f5f5 !important;
}

.p-b {
    padding-bottom: 40px;
}

.p-t {
    padding-top: 40px;
}

.right > .direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}

.direct-chat-text button span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-weight: bold;
    font-size: 14px;
}

.right .direct-chat-text button span {
    color: #fff;
}

.right .direct-chat-text:after,
.right .direct-chat-text:before {
    border-left-color: #3c8dbc !important;
}

.pull-right {
    float: right !important;
}

.direct-chat-text button span:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    left: auto;
    left: 5px;
    width: 10px;
    height: 18px;
    background: url(/assets/images/parts/parts-bt_resume_ic01.png) center
        no-repeat;
    background-size: cover;
}

#page-message-company .box-body,
#page-message-applicant .box-body,
#page-message-scout .box-body {
    /* background-color: #ebeff4; */
}

#page-message-company .box.box-primary,
#page-message-applicant .box.box-primary,
#page-message-scout .box.box-primary {
    /* border-top-color: #ebeff4; */
}

#page-message-company .box,
#page-message-applicant .box,
#page-message-scout .box {
    box-shadow: none;
}

.f-16 {
    font-size: 12px;
    padding: 5px 0px 5px 10px;
    background-color: #f5f5f5;
    color: #555 !important;
}

.d-flex {
    display: flex;
    align-items: center;
}

.a-underline {
    text-decoration: none;
}

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

.p-16 {
    font-size: 16px;
    padding: 0 3px;
}

.card-box-header {
    /* background-color: #00235d !important; */
}

.card-box-header h5 {
    color: #ffffff !important;
}
.max-width-900 {
    max-width: 900px;
}
.display-inline {
    display: inline !important;
}

.upperCaseText {
    text-transform: uppercase !important;
}
.spinner {
    margin-left: 10px;
}
.spinner img {
    width: 25px;
}
.hidden {
    display: none;
}

/* ページによってdivだったりmainだったりするため両方設定 */
#header + #sidebar + div,
#header + #sidebar + main {
    margin-top: 60px;
}

@media screen and (max-width: 1100px) {
    #header + #sidebar + div,
    #header + #sidebar + main {
        margin-top: 45px;
    }
}

div.recruit-apply-table table tr td:first-child {
    background: #f5f5f5;
    width: 30%;
    text-align: left;
}
div.recruit-apply-table table tr td:last-child {
    text-align: left;
}
div.recruit-apply-table table tr td:last-child .parts-button_simple {
    width:180px;
    height:40px;
    margin:0 !important;
}

#header .name strong.login{
    margin-right: -2px !important;
}

ul.step {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: 20px auto;
    padding-right: 15px;
    border-left: 1px solid #c8c8c8;
}
ul.step li {
    border: 1px solid #c8c8c8;
    border-left: none;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% + 15px) / 3);
    position: relative;
    height: 40px;
    padding-left: 15px;
}
ul.step li:first-child {
    padding-left: 0;
}
ul.step li:before,
ul.step li:after {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-color: transparent;
    left: 100%;
}
ul.step li:before {
    border-width: 20px 0 20px 15px;
    border-left-color: #c8c8c8;
}
ul.step li:after {
    border-width: 19px 0 19px 14px;
    border-left-color: #fff;
}
ul.step li.active {
    background-color: #6d9eeb;
    color: #fff;
}
ul.step li.active:after {
    border-left-color: #6d9eeb;
}
.img-update {
    font-size: 1.0rem;
    text-align: right;
}