@charset "UTF-8";

/*
・下層ページ用初期設定
・マージン調整用　!important
・マージン調整用　normal
・メインビジュアル
/・パンクズ
テキストアンダーライン
・横並びリンク
・SPタイトルサイズ
・タイトル設定（緑）
・テキストアンダーライン
・サイドバナー
・インタビューページ用
・ページ内リンク
・1枚画像アイテム
*/


/*
下層ページ用初期設定
-------------------------------------*/

body {
    overflow-x: hidden;
}

.lowerMainVisualImage.pc_img {
    display: block;
}

.lowerMainVisualImage.sp_img {
    display: none;
}

.lowerMainVisualImage img {
    filter: brightness(120%);
}

.posrel .titleTextWrap {
    text-shadow: -1px 0px 12px #fff;
}

@media screen and (max-width: 500px) {
    .lowerMainVisualImage.pc_img {
        display: none;
    }

    .lowerMainVisualImage.sp_img {
        display: block;
    }
}


/*
ヘッダー調整
-------------------------------------*/

.main {
    padding-top: 170px;
}

@media screen and (max-width: 1400px) {
    .main {
        padding-top: 140px;
    }
}

@media screen and (max-width: 1231px) {
    .main {
        padding-top: 130px;
    }
}

header {
    top: 0;
}

@media screen and (max-width: 1229px) {
    .main {
        margin-top: 0;
    }
}

@media screen and (max-width: 1121px) {
    .main {
        padding-top: 40px;
    }
}

@media screen and (max-width: 500px) {
    .main {
        padding-top: 60px;
    }
}


/*
タイトル見出し
-------------------------------------*/

@media screen and (max-width: 640px) {
    .lowerMainVisual .titleTextWrap .jap {
        font-size: 32px;
    }
}


/*
改行
-------------------------------------*/

br.sp_br {
    display: none;
}

@media screen and (max-width: 500px) {
    br.sp_br {
        display: block;
    }
}


/*
マージン調整用　!important
-------------------------------------*/

.mt0 {
    margin-top: 0 !important;
}

.mb40 {
    margin-bottom: 40px !important;
}


/*
マージン調整用　normal
-------------------------------------*/

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

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

    .mb40,
    .mb50 {
        margin-bottom: 30px;
    }

    .mb60,
    .mb70,
    .mb80 {
        margin-bottom: 40px;
    }

    .mb90,
    .mb90 {
        margin-bottom: 50px;
    }
}


/*
メインビジュアル
-------------------------------------*/

.lowerMainVisual .posrel {
    width: 100%;
    height: 500px;
    background: #f3f3f3;
}

.lowerMainVisualImage {
    position: relative;
    width: inherit;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.titleTextWrap p {
    color: #333333;
    font-size: 50px;
}

.lowerMainVisual .titleTextWrap {
    transform: inherit;
    -webkit-transform: inherit;
    top: calc(50% - 42px);
}


@media screen and (max-width: 768px) {
    .lowerMainVisual .titleTextWrap {
        left: 8%;
    }
}

@media screen and (max-width: 500px) {
    .lowerMainVisual .posrel {
        height: 300px;
    }

    .lowerMainVisual .titleTextWrap {
        left: 8%;
        top: inherit;
        bottom: 30px;
    }
}


/*
パンクズ
-------------------------------------*/

.pankuzuWrap .inner {
    display: flex;
    align-items: flex-start;
    position: inherit;
    max-width: 158rem;
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.contentWrap.pankuzuWrap {
    padding-top: 0px;
    margin-bottom: 0px;
    bottom: 0;
    display: flex;
}

.pankuzuWrap .inner div {
    margin-bottom: 5px;
}

.pankuzuWrap {
    /* padding: 0 20px; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 158rem;
    padding: 0 20px;
    width: 100%;
    height: 60px;
    bottom: 0;
    margin-bottom: 0;
    /* display: inherit; */
    position: inherit;
    transform: inherit;
    -webkit-transform-origin-x: inherit;
    margin-bottom: 100px;
}

.justBlank {
    display: none;
}

@media screen and (max-width: 1420px) {
    .pankuzuWrap {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .pankuzuWrap {
        padding-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .pankuzuWrap {
        width: 100%;
    }
}


/*
サイドバナー
-------------------------------------*/

.withSidebarContainer .sidebar {
    margin-bottom: 100px;
}

.inner_navlist {
    padding: 15px;
    background: #fff;
}

.recruitSidebar ul.menu {
    overflow-y: scroll;
    min-height: calc(100vh - 200px);
}

.recruitSidebar ul.menu::-webkit-scrollbar {
    width: 10px;
    margin-right: 5px;
}

.recruitSidebar ul.menu::-webkit-scrollbar-track {
    background-color: #eff6fa;
    border-radius: 10px;
}

.recruitSidebar ul.menu::-webkit-scrollbar-thumb {
    background-color: #6ab211;
    border-radius: 10px;
}

ul.menu .inner_navlist .list {
    list-style: none;
    height: 30px;
}

ul.menu .inner_navlist a {
    border-bottom: none;
    border: none;
    height: 30px;
    padding: 0 0 0 20px;
    background: #fff;
    position: relative;
}

ul.menu .inner_navlist a:before {
    content: '';
    width: 10px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
}

ul.menu .inner_navlist a.list__active:before {
    background: #1970B9;
}

.sidebar .menu .list__active {
    background: #fff;
    color: #1970B9;
}

@media screen and (max-width: 991px) {
    .recruitSidebar ul.menu {
        overflow-y: inherit;
        min-height: 100%;
    }

    ul.menu .list {
        height: auto;
    }

    .recruitSidebar ul.menu::-webkit-scrollbar {
        display: none;
    }

    .recruitSidebar ul.menu::-webkit-scrollbar-track {
        display: none;
    }

    .recruitSidebar ul.menu::-webkit-scrollbar-thumb {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .withSidebarContainer .sidebar {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}


/*
SPタイトルサイズ
-------------------------------------*/

@media screen and (max-width: 500px) {
    .commonTitle.lg {
        font-size: 22px;
    }
}


/*
テキストカラー
-------------------------------------*/

.main_green {
    color: #1970B9;
}


/*
文字サイズ
-------------------------------------*/

.fb_size20 {
    font-size: 24px;
}

.fb_size16 {
    font-size: 16px;
}


/*
文字の太さ
-------------------------------------*/

.fb_bold {
    font-weight: bold;
}


/*
行間
-------------------------------------*/

.line_H2 {
    line-height: 2;
}


/*
タイトル設定（緑）
-------------------------------------*/

.titleType_01 {
    font-size: 36px;
    font-weight: bold;
}

.titleType_01 .sideeTitle {
    padding-right: 20px;
}

.titleType_01 .titleType_inner {
    font-size: 34px;
    padding: 10px 10px 10px 0;
}

@media screen and (max-width: 768px) {
    .titleType_01 .titleType_inner {
        font-size: 30px;
    }
}


/*
テキストアンダーライン
----------------------*/

.txt_underline {
    text-decoration: underline;
}


/*
タイトルデザイン　下線
-------------------------------------*/

.wigiWrap .lineTile.liner {
    font-size: 25px;
    height: 53px;
    border-bottom: 3px solid #F5F5F5;
    font-weight: bold;
    margin-bottom: 40px;
    color: #333;
}

.wigiWrap .lineTile.liner::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 25px;
    background-color: #1970B9;
    bottom: 0;
    left: 1px;
}

@media screen and (max-width: 768px) {
    .wigiWrap .lineTile.liner {
        height: auto;
    }
}


/*
背景色指定
-------------------------------------*/

.bg_colorWrap {
    background: #D1F5C5;
    padding: 20px;
}


/*
インタビューページ用
-------------------------------------*/

.InterviewWrap .withSidebarContainer .mc01 {
    margin-bottom: 0px;
}

.InterviewWrap .mc02 {
    flex-direction: row-reverse;
    height: auto;
}

.InterviewWrap .mc02 .text {
    margin-left: inherit;
    margin-right: 3rem;
    height: inherit;
}

.InterviewWrap .commonTitle.lg.titleQA {
    background: #FDFFF9;
    color: #333333;
    padding: 0 0 0 0;
}

.InterviewWrap .commonTitle.lg.titleQA .title_q {
    font-size: 25px;
    padding: 0 15px 0 60px;
    font-weight: normal;
    position: relative;
}

.InterviewWrap .commonTitle.lg.titleQA .title_q:before {
    content: 'Q';
    background: #1970B9;
    color: #fff;
    font-size: 24px;
    padding: 8px 15px;
    display: inline;
    border-radius: 25px;
    text-align: center;
    /* line-height: 0; */
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 1.3;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.InterviewWrap .answerQA .answer_txt {
    padding-left: 60px;
    position: relative;
}

.InterviewWrap .answerQA .answer_txt:before {
    content: 'A';
    background: #6dcc96;
    color: #fff;
    font-size: 24px;
    padding: 8px 15px;
    display: inline;
    border-radius: 25px;
    text-align: center;
    /* line-height: 0; */
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 1.3;
    left: 0;
    top: 5px;
    /* bottom: 0; */
    margin: auto 0;
}

.InterviewWrap .topText {
    font-weight: bold;
    color: #1970B9;
}

.InterviewWrap .mc01 {
    height: inherit;
}


/*-- スタッフリンク一覧 --*/

.commonTitle.lg.stafflistfWrap {
    margin-top: 150px;
}

.staff_linkWrap {
    display: flex;
    align-items: center;
    /*background-color: #fff;*/
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.staff_linkWrap .staff_link {
    max-width: 610px;
    width: 49%;
    list-style: none;
    margin: 10px 0 10px;
}

.staff_linkWrap .staff_link a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #ddd;
    transition: .3s;
    background-color: #fff;
}

.staff_linkWrap .staff_link a:hover {
    border: 1px solid #1970B9;
}

.staff_linkWrap .staff_link .link_img {
    max-width: 120px;
    width: 38%;
}

.staff_linkWrap .staff_link .link_txt {
    font-size: 16px;
    margin-left: 30px;
}

.staff_linkWrap .staff_link .link_txt:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #1970B9;
    display: inline-block;
    margin-right: 5px;
}

.InterviewWrap .mc_img img {
    width: 100%;
}

@media screen and (max-width: 1160px) {
    .staff_linkWrap .staff_link .link_img {
        width: 33%;
    }

    .staff_linkWrap {
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 767px) {
    .InterviewWrap .commonTitle.lg.titleQA .title_q {
        font-size: 20px;
        /* position: absolute; */
        /* display: flex; */
        margin-bottom: 50px;
        /* min-height: 37px;
        padding: 20px 0 20px;
        position: inherit; */
    }

    /* .InterviewWrap .commonTitle.lg.titleQA .title_q:before {
        position: inherit;
        display: inline-block;
    } */
    .staff_linkWrap .staff_link .link_img {
        width: 24%;
    }

    .staff_linkWrap .staff_link a {
        padding: 10px;
    }

    .staff_linkWrap .staff_link .link_txt {
        font-size: 14px;
        margin-left: 10px;
        padding: 20px 0 20px;
    }
}

@media screen and (max-width:500px) {
    .InterviewWrap .mc01 {
        margin-bottom: 50px;
    }

    .InterviewWrap .withSidebarContainer .mc01_ad {
        min-height: inherit !important;
        height: inherit !important;
    }

    .InterviewWrap .mc02 {
        margin-bottom: 50px;
    }

    .staff_linkWrap {
        margin-bottom: 100px;
        display: block;
    }

    .staff_linkWrap .staff_link {
        width: 100%;
    }

    .InterviewWrap .mc_img {
        height: auto;
    }
}

.Top_daimei_ue {
    color: #1970B9;
}


/*
 テーブル 01
----------------------*/

.tableType01Wrap {
    font-size: 16px;
}

.tableType01Wrap th {
    background-color: #ccc;
    padding: 5px;
    border: 1px solid #DDDDDD;
    line-height: 1.6;
    font-size: 16px;
}

.tableType01Wrap tr>td {
    background: #fff;
    font-size: 16px;
}

.tableType01Wrap tr>td:first-child {
    width: 20%;
    background-color: #F5F5F5;
    padding: 10px 20px;
    color: #595656;
    border: 1px solid #DDDDDD;
}

.tableType01Wrap tr td:nth-child(2) {
    width: 60%;
    padding: 10px 20px;
    border: 1px solid #DDDDDD;
}

.tableType01Wrap tr td:nth-child(3) {
    width: 20%;
    padding: 10px 20px;
    border: 1px solid #DDDDDD;
}

.tableType01Wrap {
    margin-bottom: 50px;
}

.tableType01Wrap.middle td {
    line-height: 1.6;
    font-size: 16px;
}

.tableType01Wrap.middle th,
.tableType01Wrap.middle td {
    vertical-align: middle;
}

@media screen and (max-width:767px) {
    .tableType01Wrap {
        font-size: 12px;
    }

    .tableType01Wrap tr>td:first-child {
        width: 30%;
        padding: 10px 5px;
    }

    .tableType01Wrap tr td:nth-child(2) {
        width: 40%;
        padding: 10px 5px;
    }

    .tableType01Wrap tr td:nth-child(3) {
        width: 30%;
        padding: 10px 5px;
    }
}


/*
 テーブル 02
-------------------------------------*/

.tableType02Wrap {
    font-size: 16px;
}

.tableType02Wrap th {
    background-color: #ccc;
    padding: 5px;
    border: 1px solid #DDDDDD;
}

.tableType02Wrap tr th {
    width: 20%;
    background-color: #F5F5F5;
    padding: 10px 20px;
    color: #595656;
    border: 1px solid #DDDDDD;
    font-weight: normal;
    text-align: left;
    font-size: 16px;
}

.tableType02Wrap tr td {
    width: auto;
    padding: 10px 20px;
    border: 1px solid #DDDDDD;
    background: #fff;
    line-height: 1.5;
    font-size: 16px;
}

.tableType02Wrap {
    margin-bottom: 50px;
    table-layout: fixed;
}

.tableType02Wrap.middle th,
.tableType02Wrap.middle td {
    vertical-align: middle;
}

.tableType02Wrap tr.clum2 td:nth-child(2) {
    width: 30%;
}

.tableType02Wrap tr.clum2 td:nth-child(4) {
    width: 30%;
}


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

    .tableType02Wrap {
        font-size: 12px;
    }

    .tableType02Wrap tr>td:first-child {
        width: 30%;
        padding: 10px 5px;
    }

    .tableType02Wrap tr td:nth-child(2) {
        width: 40%;
        padding: 10px 5px;
    }

    .tableType02Wrap tr td:nth-child(3) {
        width: 30%;
        padding: 10px 5px;
    }
} */


/*
 テーブル 03
-------------------------------------*/

.tableType03Wrap {
    margin-bottom: 50px;
    width: 100%;
    table-layout: fixed;
    font-size: 16px;
}

.tableType03Wrap th {
    background-color: #ccc;
    padding: 5px;
    border: 1px solid #DDDDDD;
    color: #fff;
    background-color: #1970B9;
}

.tableType03Wrap tr th {
    padding: 10px 20px;
    color: #595656;
    border: 1px solid #fff;
    font-weight: normal;
    background-color: #d2e7cb;
    line-height: 1.7;
    font-size: 16px;
}


/* .tableType03Wrap tr th:first-child{
    width: 20%;
}
.tableType03Wrap tr th:nth-child(2){
    width: 20%;
} */

.tableType03Wrap tr td {
    width: auto;
    padding: 10px 20px;
    border: 1px solid #DDDDDD;
    line-height: 1.7;
    background: #fff;
    font-size: 16px;
}

.tableType03Wrap.middle th,
.tableType03Wrap.middle td {
    vertical-align: middle;
}

.tableType03Wrap.aline_c {
    text-align: center;
}

.tableType03Wrap .keyword03 {
    color: #1970B9;
    font-weight: bold;
}


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

.tableType03Wrap {
    font-size: 12px;
}
.tableType03Wrap tr th{
    padding: 10px 5px;
}
.tableType03Wrap tr td {
    padding: 10px 5px;
}

} */


/*
テーブルリセット
-------------------------------------*/


/* @media screen and (max-width:640px) {
    .tableType_reset,
    .tableType_reset tbody,
    .tableType_reset tr,
    .tableType_reset td,
    .tableType_reset th,
    .tableType_reset thead{
        display: block !important;
        width: 100% !important;
    }
} */


/*
テーブル上見出し用
-------------------------------------*/

.txtImpact {
    font-weight: bold;
    color: #1970B9;
    font-size: 20px;
}


/*
ページ内リンク
-------------------------------------*/

.innerLinkWrap {
    border: 3px solid #DDDDDD;
    padding: 40px;
    background-color: #fff;
}

.innerLinkWrap .link_box li {
    list-style: none;
    padding-bottom: inherit;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.innerLinkWrap .link_box li:last-child {
    margin-bottom: 0px;
}

.innerLinkWrap .link_box li a {
    color: #1970B9;
    transition: .3s;
}

.innerLinkWrap .link_box li a: hover {
    color: #ccc;
    opacity: .5;
}

@media screen and (max-width:768px) {
    .innerLinkWrap {
        padding: 25px;
    }
}


/*
リストその１
----------------------*/

.wigiWrap .listfull_Type01 {
    width: 100%;
}

.wigiWrap .listfull_Type01 li {
    list-style: none;
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
    vertical-align: middle;
    margin-left: 0px;
    font-size: 16px;
}

.wigiWrap .listfull_Type01 li:before {
    content: '';
    left: 0;
    top: 10px;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #1970B9;
}

@media screen and (max-width:768px) {
    /*.wigiWrap .listfull_Type01 li{
    font-size: 14px;
}*/
}


/*
リストその2
----------------------*/

.wigiWrap .listfull_Type02 {
    width: 100%;
}

.wigiWrap .listfull_Type02 li {
    list-style: none;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
}

.wigiWrap .listfull_Type02 li>.number {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    /*.wigiWrap .listfull_Type01 li{
    font-size: 14px;
}*/
}


/*
リストその4
----------------------*/

.wigiWrap .listfull_Type04 li {
    list-style: none;
    line-height: 1.5;
}

.wigiWrap .listfull_Type04 li .cell_item,
.wigiWrap .listfull_Type04 li .cell_p {
    display: inline-flex;
    margin-bottom: 10px;
}

.wigiWrap .listfull_Type04 li .cell_item {
    width: 170px;
    padding-right: 30px;
}

.wigiWrap .listfull_Type04 li .cell_p {
    width: calc(100% - 202px);
    border-left: 2px solid #ccc;
    padding-left: 20px;
}

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

    .wigiWrap .listfull_Type04 li .cell_item,
    .wigiWrap .listfull_Type04 li .cell_p {
        display: block;
        width: 100%;
    }

    .wigiWrap .listfull_Type04 li {
        margin-bottom: 20px;
    }

    .wigiWrap .listfull_Type04 li .cell_p {
        padding-left: 0;
        border-left: none;
    }
}


/*
1枚画像アイテム
----------------------*/

.imgWrap01 {
    max-width: 600px;
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .imgWrap01 {
        width: 100%;
    }
}


/*
カラフルなリスト
----------------------*/

.colorWrap {
    background: #fff;
    border: 3px solid #DDDDDD;
    padding: 20px 20px 20px 30px;
    position: relative;
}

.colorWrap::before {
    content: '';
    height: calc(100% + 6px);
    width: 15px;
    position: absolute;
    display: block;
    left: -3px;
    top: -3px;
    background-color: #D1F5C5;
}

.colorWrap .title {
    padding-bottom: 10px;
}


/* color01 */

.colorWrap.color01::before {
    background-color: #EFC7A3;
}

.colorWrap.color01 .title {
    border-bottom: 2px solid #EFC7A3;
}


/* color02 */

.colorWrap.color02::before {
    background-color: #F9E8B2;
}

.colorWrap.color02 .title {
    border-bottom: 2px solid #F9E8B2;
}


/* color03 */

.colorWrap.color03::before {
    background-color: #F4C1C1;
}

.colorWrap.color03 .title {
    border-bottom: 2px solid #F4C1C1;
}


/* color04 */

.colorWrap.color04::before {
    background-color: #A8EFCA;
}

.colorWrap.color04 .title {
    border-bottom: 2px solid #A8EFCA;
}


/* color05 */

.colorWrap.color05::before {
    background-color: #BAF2AD;
}

.colorWrap.color05 .title {
    border-bottom: 2px solid #BAF2AD;
}


/* color06 */

.colorWrap.color06::before {
    background-color: #C5EAEF;
}

.colorWrap.color06 .title {
    border-bottom: 2px solid #C5EAEF;
}


/* color07 */

.colorWrap.color07::before {
    background-color: #C0C8F2;
}

.colorWrap.color07 .title {
    border-bottom: 2px solid #C0C8F2;
}


/* color08*/

.colorWrap.color08::before {
    background-color: #E1C5ED;
}

.colorWrap.color08 .title {
    border-bottom: 2px solid #E1C5ED;
}


/*
pageLinkWrap01
----------------------*/

.pageLinkWrap01 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.pageLinkWrap01 a {
    padding: 15px;
    text-emphasis: center;
    background: #1970B9;
    transition: .3s;
    color: #fff;
    width: 100%;
    display: block;
    width: 340px;
    border-radius: 20px;
    text-align: center;
}

.pageLinkWrap01 a:hover {
    opacity: .5;
}

@media screen and (max-width:768px) {
    .pageLinkWrap01 a {
        width: 80%;
    }
}


/*
pageLinkWrap01
----------------------*/

@media screen and (max-width:768px) {
    .mc01 .text {
        height: inherit;
    }
}


/*
PDFLINk
----------------------*/

.pdfLink {
    width: 200px;
    line-height: 1.3;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    text-align: center;
}

.pdfLink img {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    display: block;
    margin-bottom: 10px;
}