@charset "UTF-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {

    /* hed
    --------------------------------------------*/
    .hed {
        position: relative;
    }

    .hed .member_name {
        margin-top: 50px;
    }

    .hed .member_name h2 {
        font-size: 1em;
    }

    .hed .member_name h2 img {
        width: 120px;
        margin-bottom: 6px;
        margin-left: 10px;
    }

    .hed .pankuzu .name {
        width: 90px;
        margin-bottom: 5px;
        margin-left: 10px;
    }

    .hed .top_text {
        margin-top: 20px;
        font-size: 1.4em;
    }

    .hed::before {
        content: "";
        position: absolute;
        width: 60%;
        height: 100%;
        right: 0;
        top: 0;
        background: url("/recruit/images/homestaff/hed_img.jpg");
        background-size: cover;
        background-position: center;
        z-index: 0;
    }


    /* com
    --------------------------------------------*/
    .section_tit {
        position: relative;
        font-size: 2.6em;
        line-height: 1.3;
        margin-bottom: 100px;
    }

    .section_tit span {
        position: absolute;
        left: 520px;
        top: -40px;
        width: 80px;
        opacity: 0.5;
        transform: rotate(15deg);
    }

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

    .flex_r {
        flex-direction: row-reverse;
    }


    /* #homestaff
    --------------------------------------------*/
    #homestaff .cont01 {
        margin-bottom: 150px;
    }

    #homestaff .cont01 .section_tit {
        display: inline-block;
    }

    #homestaff .cont01 .section_tit span {
        right: 0;
        left: auto;
    }

    #homestaff .cont01 .entry {
        width: 90%;
        margin: 0 auto 100px;
        background: rgba(255, 255, 255, .06);
        padding: 30px;
        box-sizing: border-box;
        border-radius: .8rem;
        border: 1px solid rgba(255, 255, 255, 1);
    }

    #homestaff .cont01 h4 {
        font-size: 1.2em;
        border-bottom: 2px solid rgba(255, 255, 255, .6);
        margin: 0 0 20px;
        padding-bottom: 10px;
        box-sizing: border-box;
    }

    #homestaff .cont01 .entry-target {
        display: flex;
        flex-wrap: nowrap;
        padding: 30px 10px 10px;
        box-sizing: border-box;
        border-bottom: 1px dashed #fff;
    }

    #homestaff .cont01 .entry-target dt {
        width: 15%;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

    #homestaff .cont01 .entry-target dd {
        width: 80%;
        margin: 0;
        padding: 0;
    }

    #homestaff .cont01 .entry-target dd span.none {
        opacity: 0.4;
        text-decoration: line-through
    }

    #homestaff .cont02 {
        margin-bottom: 200px;
    }

    #homestaff .cont02 .box {
        margin-bottom: 150px;
    }

    #homestaff .cont02 .box h3 {
        font-size: 1.8em;
        margin-bottom: 50px;
    }

    #homestaff .cont02 .box01 ul li {
        width: 23%;
    }

    #homestaff .cont02 .box01 ul li .icon {
        text-align: center;
    }

    #homestaff .cont02 .box01 ul li .icon i {
        font-size: 5em;
    }

    #homestaff .cont02 .box01 ul li h4 {
        font-size: 1.2em;
        margin: 10px 0 20px;
        text-align: center;
    }

    #homestaff .cont02 .box01 ul li p {
        font-size: 0.9em;
    }

    #homestaff .cont02 .box03 table {
        width: 90%;
        margin: 50px auto 0;
    }

    #homestaff .cont02 .box03 table tbody {
        box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
    }

    #homestaff .cont02 .box03 table th,
    #homestaff .cont02 .box03 table td {
        padding: 30px 50px;
        border: 1px solid #fff;
        vertical-align: middle;
    }

    #homestaff .cont02 .box03 table th {
        width: 30%;
        font-size: 1.1em;
        background: #568CE6;
    }

    #homestaff .cont02 .box04 table {
        width: 90%;
        margin: 50px auto 0;
    }

    #homestaff .cont02 .box04 table tbody {
        box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
    }

    #homestaff .cont02 .box04 table th,
    #homestaff .cont02 .box04 table td {
        padding: 30px 50px;
        border: 1px solid #fff;
        vertical-align: middle;
    }

    #homestaff .cont02 .box04 table th {
        width: 30%;
        font-size: 1.1em;
        background: #568CE6;
    }

    #homestaff .cont02 .box04 table td ul {
        list-style-type: disc;
    }

    #homestaff .cont02 .box05 dl {
        width: 70%;
        margin: auto;
        background: #fff;
        padding: 20px 50px;
        border-radius: 20px;
    }

    #homestaff .cont02 .box05 dl dt {
        color: #165ACB;
        font-size: 1.2em;
        font-weight: 700;
        padding-bottom: 10px;
        margin: 0 0 20px;
        border-bottom: 2px dashed #165ACB;
    }

    #homestaff .cont02 .box05 dl dd {
        font-size: 0.9em;
        color: #555;
    }

    #homestaff .cont02 .box05 .arrow {
        position: relative;
        display: block;
        height: 60px;
    }

    #homestaff .cont02 .box05 .arrow::after {
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        border-top: 20px solid #fff;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        content: "";
    }

    #homestaff .cont02 .box06 p {
        margin-bottom: 50px;
    }

    #homestaff .cont02 .box06 dl {
        width: 70%;
        margin: auto;
        background: #fff;
        padding: 20px 50px;
        border-radius: 20px;
    }

    #homestaff .cont02 .box06 dl dt {
        color: #165ACB;
        font-size: 1.2em;
        font-weight: 700;
        padding-bottom: 10px;
        margin: 0 0 20px;
        border-bottom: 2px dashed #165ACB;
    }

    #homestaff .cont02 .box06 dl dd {
        font-size: 0.9em;
        color: #555;
    }

    #homestaff .cont02 .box06 dl dd a {
        color: #165ACB;
    }

    #homestaff .cont02 .box06 .arrow {
        position: relative;
        display: block;
        height: 60px;
    }

    #homestaff .cont02 .box06 .arrow::after {
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        border-top: 20px solid #fff;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        content: "";
    }

    #homestaff .cont02 .box07 table {
        width: 90%;
        margin: 50px auto 0;
    }

    #homestaff .cont02 .box07 table tbody {
        box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
    }

    #homestaff .cont02 .box07 table th,
    #homestaff .cont02 .box07 table td {
        padding: 30px 50px;
        border: 1px solid #fff;
        vertical-align: middle;
    }

    #homestaff .cont02 .box07 table th {
        width: 30%;
        font-size: 1.1em;
        background: #568CE6;
    }

    #homestaff .cont02 .box07 table td a {
        border-bottom: 1px solid #fff;
    }

    #homestaff .cont02 .box07 table td ol {
        list-style-type: decimal;
    }

    #homestaff .cont02 .box07 table td dl {
        margin-bottom: 20px;
    }

    #homestaff .cont02 .box08 dl {
        width: 90%;
        margin: 0 auto 50px;
        background: #fff;
        padding: 20px 50px;
        box-sizing: border-box;
        border-radius: 20px;
    }

    #homestaff .cont02 .box08 dl dt {
        color: #165ACB;
        font-size: 1.2em;
        font-weight: 700;
        padding-bottom: 10px;
        margin: 0 0 20px;
        border-bottom: 2px dashed #165ACB;
    }

    #homestaff .cont02 .box08 dl dt span {
        font-size: 1.8em;
        font-weight: 700;
        color: #999;
        padding-right: 10px;
    }

    #homestaff .cont02 .box08 dl dd {
        font-size: 0.9em;
        color: #555;
    }

    #homestaff .cont02 .box08 dl dd a {
        color: #165ACB;
    }

    #homestaff .cont02 .more {
        text-align: center;
    }


}

/*sp*/
@media only screen and (max-width: 768px) {

    /* hed
    --------------------------------------------*/
    .hed {
        padding: 80px 0 60px;
        margin-bottom: 80px;
        position: relative;
    }

    .hed .member_name {
        margin-top: 50px;
    }

    .hed .member_name h2 {
        font-size: 1em;
    }

    .hed .member_name h2 img {
        width: 120px;
        margin-bottom: 6px;
        margin-left: 10px;
    }

    .hed .pankuzu .name {
        width: 90px;
        margin-bottom: 5px;
        margin-left: 10px;
    }

    .hed .top_text {
        margin-top: 20px;
        font-size: 1.4em;
    }

    .hed::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        background: url("/recruit/images/homestaff/hed_img.jpg");
        background-size: cover;
        background-position: center;
        z-index: 0;
    }

    /* com
    --------------------------------------------*/
    .section_tit {
        position: relative;
        font-size: 1.8em;
        line-height: 1.3;
        margin: 0 auto 40px;
    }

    .section_tit span {
        position: absolute;
        left: 520px;
        top: -40px;
        width: 80px;
        opacity: 0.5;
        transform: rotate(15deg);
    }


    /* #homestaff
    --------------------------------------------*/
    #homestaff .cont01 {
        width: 90%;
        margin: 0 auto;
    }

    #homestaff .cont01 .section_tit span {
        left: 70%;
    }

    #homestaff .cont01 .entry {
        margin: 0 auto 100px;
        background: rgba(255, 255, 255, .06);
        padding: 30px;
        box-sizing: border-box;
        border-radius: .8rem;
        border: 1px solid rgba(255, 255, 255, 1);
    }

    #homestaff .cont01 h4 {
        font-size: 1.2em;
        border-bottom: 2px solid rgba(255, 255, 255, .6);
        margin: 0 0 20px;
        padding-bottom: 10px;
        box-sizing: border-box;
    }

    #homestaff .cont01 .entry-target {
        display: flex;
        flex-wrap: nowrap;
        padding: 30px 10px 10px;
        box-sizing: border-box;
        border-bottom: 1px dashed #fff;
    }

    #homestaff .cont01 .entry-target dt {
        width: 15%;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

    #homestaff .cont01 .entry-target dd {
        width: 80%;
        margin: 0;
        padding: 0;
    }

    #homestaff .cont01 .entry-target dd span.none {
        opacity: 0.4;
        text-decoration: line-through
    }

    #homestaff .cont02 {
        margin-bottom: 200px;
    }

    #homestaff .cont02 .box {
        width: 90%;
        margin: 0 auto 100px;
    }

    #homestaff .cont02 .box h3 {
        font-size: 1.8em;
        margin: 0 auto 30px;
    }

    #homestaff .cont02 .box01 ul {
        margin: 0 auto;
    }

    #homestaff .cont02 .box01 ul li {
        margin-top: 50px;
    }

    #homestaff .cont02 .box01 ul li .icon {
        text-align: center;
    }

    #homestaff .cont02 .box01 ul li .icon i {
        font-size: 5em;
    }

    #homestaff .cont02 .box01 ul li h4 {
        font-size: 1.2em;
        margin: 10px 0 20px;
        text-align: center;
    }

    #homestaff .cont02 .box01 ul li p {
        font-size: 0.9em;
    }

    #homestaff .cont02 .box03 table {
        margin: 40px auto 0;
    }

    #homestaff .cont02 .box03 table tbody {
        box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
    }

    #homestaff .cont02 .box03 table th,
    #homestaff .cont02 .box03 table td {
        padding: 20px;
        border: 1px solid #fff;
        vertical-align: middle;
    }

    #homestaff .cont02 .box03 table th {
        width: 40%;
        font-size: 1em;
        background: #568CE6;
    }

    #homestaff .cont02 .box04 table {
        margin: 40px auto 0;
    }

    #homestaff .cont02 .box04 table tbody {
        box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
    }

    #homestaff .cont02 .box04 table th,
    #homestaff .cont02 .box04 table td {
        padding: 10px 30px;
        border: 1px solid #fff;
        vertical-align: middle;
    }

    #homestaff .cont02 .box04 table th {
        width: 30%;
        font-size: 1em;
        background: #568CE6;
    }

    #homestaff .cont02 .box04 table td ul {
        list-style-type: disc;
    }

    #homestaff .cont02 .box05 dl {
        margin: auto;
        background: #fff;
        padding: 20px;
        border-radius: 20px;
    }

    #homestaff .cont02 .box05 dl dt {
        color: #165ACB;
        font-size: 1.2em;
        font-weight: 700;
        padding-bottom: 10px;
        margin: 0 0 20px;
        border-bottom: 2px dashed #165ACB;
    }

    #homestaff .cont02 .box05 dl dd {
        font-size: 0.9em;
        color: #555;
    }

    #homestaff .cont02 .box05 .arrow {
        position: relative;
        display: block;
        height: 60px;
    }

    #homestaff .cont02 .box05 .arrow::after {
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
        margin: auto;
        width: 0px;
        border-top: 20px solid #fff;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        content: "";
    }

    #homestaff .cont02 .box06 p {
        margin-bottom: 50px;
    }

    #homestaff .cont02 .box06 dl {
        margin: auto;
        background: #fff;
        padding: 20px;
        border-radius: 20px;
    }

    #homestaff .cont02 .box06 dl dt {
        color: #165ACB;
        font-size: 1.2em;
        font-weight: 700;
        padding-bottom: 10px;
        margin: 0 0 20px;
        border-bottom: 2px dashed #165ACB;
    }

    #homestaff .cont02 .box06 dl dd {
        font-size: 0.9em;
        color: #555;
    }

    #homestaff .cont02 .box06 dl dd a {
        color: #165ACB;
    }

    #homestaff .cont02 .box06 .arrow {
        position: relative;
        display: block;
        height: 60px;
    }

    #homestaff .cont02 .box06 .arrow::after {
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
        margin: auto;
        width: 0px;
        border-top: 20px solid #fff;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        content: "";
    }

    #homestaff .cont02 .box07 table {
        margin: 50px auto 0;
    }

    #homestaff .cont02 .box07 table tbody {
        box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
    }

    #homestaff .cont02 .box07 table th,
    #homestaff .cont02 .box07 table td {
        padding: 10px 30px;
        border: 1px solid #fff;
        vertical-align: middle
    }

    #homestaff .cont02 .box07 table th {
        width: 30%;
        font-size: 1em;
        background: #568CE6;
    }

    #homestaff .cont02 .box07 table td a {
        border-bottom: 1px solid #fff;
    }

    #homestaff .cont02 .box07 table td ol {
        list-style-type: decimal;
    }

    #homestaff .cont02 .box07 table td dl {
        margin-bottom: 20px;
    }

    #homestaff .cont02 .box08 dl {
        margin: 0 auto 50px;
        background: #fff;
        padding: 10px 30px 20px;
        box-sizing: border-box;
        border-radius: 20px;
    }

    #homestaff .cont02 .box08 dl dt {
        color: #165ACB;
        font-size: 1.2em;
        font-weight: 700;
        padding-bottom: 10px;
        margin: 0 0 20px;
        border-bottom: 2px dashed #165ACB;
    }

    #homestaff .cont02 .box08 dl dt span {
        font-size: 1.8em;
        font-weight: 700;
        color: #999;
        padding-right: 10px;
    }

    #homestaff .cont02 .box08 dl dd {
        font-size: 0.9em;
        color: #555;
    }

    #homestaff .cont02 .box08 dl dd a {
        color: #165ACB;
    }

    #homestaff .cont02 .more {
        text-align: center;
    }

}
