@charset "UTF-8";

html,
body {
    /*(1)Noto明朝体主体*/
    /*font-family: 'Noto Serif JP', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
    /*(2)Notoゴシック主体*/
    /*font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;*/
    /*(3)ヒラギノ角ゴシック主体*/
    /*font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;*/
    /*(4)游ゴシック主体*/
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
}

body {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
    color: #000;
    background: #fff;
}

/*段落・フォント*/

p {
    font-size: 16px;
    font-weight: 400;
    font-weight: bold;
    line-height: 1.7;
    color: #000;
    /*(1)Noto明朝体主体*/
    /*font-family: 'Noto Serif JP', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
    /*(2)Notoゴシック主体*/
    /*font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;*/
    /*(3)ヒラギノ角ゴシック主体*/
    /*font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;*/
    /*(4)游ゴシック主体*/
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
}

.font-gothic {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
}

.font-mincho {
    font-family: 'Noto Serif JP', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.font-roboto {
    font-family: 'Roboto Condensed', sans-serif;
}

.main_header_fixed {
    display: none;
}

/******************************************************************************
*
* [共通]基本設定
*
******************************************************************************/

/*---------------------
* コンテナ関係
---------------------*/

/*全体*/

article.content_article {
    padding: 50px 0;
}

article.content_article.none_pt {
    padding-top: 0;
}

article.content_article.none_pb {
    padding-bottom: 0;
}

article.content_article section.content_sec {
    margin-bottom: 50px;
}

article.content_article section.content_sec:last-child {
    margin-bottom: 0;
}


/*内包*/

.wrap {
    width: 960px;
    box-sizing: border-box;
    margin: 0 auto;
}

.middle_wrap {
    width: 1400px;
    box-sizing: border-box;
    margin: 0 auto;
}

.full_wrap {
    width: 96%;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    box-sizing: border-box;
    margin: 0 auto;
}

/*---------------------
* 背景
---------------------*/

/*ドット背景*/

.lp_bg_dot {
    background: #f1f1f1;
    background-image: radial-gradient(#e3e3e3 6%, transparent 12%),
        radial-gradient(#e3e3e3 6%, transparent 12%);
    background-position: 0 0, 11px 11px;
    background-size: 22px 22px;
}

/*ライン背景*/

.lp_bg_line {
    background: #000;
    background-image:
        linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 0, transparent 1%, transparent 100%);
    background-size: 100px;
}

/*---------------------
* 見出し
---------------------*/

/*見出し(2)*/

.common_h2 {
    background: #fceaec;
    width: 100%;
    min-height: 220px;
    box-sizing: border-box;
    position: relative;
    display: table;
}

/*.common_h2::before {
    content: "";
    display: block;
    width: 150px;
    height: 140.5px;
    background-image: url(../images/heading2_parts.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom -5px right 0;
    position: absolute;
    left: 15px;
    bottom: 0;
}*/

.common_h2 h2 {
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    color: #000;
    font-weight: 900;
    width: 100%;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

.common_h2 h2 .sub {
    display: block;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 10px;
}

/*言語選択*/

.lang_select {
    position: absolute;
    top: 15px;
    right: 15px;
    overflow: hidden;
    border-radius: 2px;
    border-radius: 50px;
    background: #da3c41;
}

.lang_select::before {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    pointer-events: none;
}

.lang_select select {
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    padding-right: 1em;
    cursor: pointer;
    padding: 8px 38px 8px 8px;
    color: #fff;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.lang_select select::-ms-expand {
    display: none;
}

/*見出し(3-1)*/

.common_h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #d7979a;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.common_h3 .sub {
    display: inline-block;
    font-size: 18px;
}

.common_h3.tal {
    text-align: left;
}

/*見出し(3-2)*/

.common_h3_2 {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.common_h3_2 .parts {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
}

.common_h3_2 .parts.parts1 {
    background-image: url(../images/heading3_parts1.png);
}

.common_h3_2 .parts.parts2 {
    background-image: url(../images/heading3_parts2.png);
}

.common_h3_2 h3 {
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    background: #E29399;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 20px;
}

.common_h3_2 h3 .fsb {
    line-height: 1;
}

.common_h3_2.p2 h3 {
    background: #6d9df2;
}

.common_h3_2.p2 .parts.parts1 {
    background-image: url(../images/heading3_parts3.png);
}

.common_h3_2.p2 .parts.parts2 {
    background-image: url(../images/heading3_parts4.png);
}

/*見出し(4-1)*/

.common_h4 {
    font-size: 20px;
    line-height: 1.5;
    color: #d8507d;
    font-weight: bold;
    text-align: center;
    padding-bottom: 24px;
    margin-bottom: 30px;
    border-bottom: solid 1px #d8507d;
}

/*見出し(4-2)*/

.common_h4.be_icon {
    padding-bottom: 15px;
}

.common_h4.be_icon h4 {
    display: flex;
    justify-content: center;
}

.common_h4.be_icon .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e8b2ca;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.common_h4.be_icon .txt {
    line-height: 40px;
}

/*見出し(4-3)*/

.common_h4_2 {
    margin-bottom: 30px;
}

.common_h4_2 h4 {
    font-size: 18px;
    font-weight: bold;
    color: #6d9df2;
    border-left: solid 5px #6d9df2;
    border-bottom: solid 1px #6d9df2;
    padding: 5px 10px 5px 15px;
}

.common_h4_2.p2 h4 {
    border-color: #e29399;
    color: #e29399;
}

/*見出し(5)*/

h5.common_h5 {
    border-left: solid 1px #ee8f99;
    border-bottom: solid 1px #ee8f99;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
}

/*---------------------
* テキスト関係
---------------------*/

/*段落中央揃え*/

p.p_c {
    text-align: center;
}

/*一般*/

small {
    font-size: 80%;
}

strong {
    font-weight: bold;
}

/*文字サイズ*/

.fsb {
    font-size: 120%;
}

.fsb_l {
    font-size: 160%;
}

/*カラー*/

.tc1 {
    color: #d8507d;
}

.tc2 {
    color: #d7979a;
}

.tc3 {
    color: #ce9b2f;
}

.tc4 {
    color: #6e3a87;
}

.tc5 {
    color: #e1003a;
}

/*マーカー*/

.tm1 {
    background: linear-gradient(transparent 40%, #efcaca 0%);
}

.tm2 {
    background: linear-gradient(transparent 40%, #d3e9ef 0%);
}

.tm3 {
    background: linear-gradient(transparent 40%, #ffeab0 0%);
}

.tm4 {
    background: linear-gradient(transparent 40%, #ffdd00 0%);
}

/*二重線*/

.tul1 {
    border-bottom: 3px double #980000;
    display: inline-block;
    line-height: 1.3;
}

.tul2 {
    border-bottom: 3px double #0065ad;
    display: inline-block;
    line-height: 1.3;
}

.tul3 {
    border-bottom: 3px double #ce9b2f;
    display: inline-block;
    line-height: 1.3;
}

.tul4 {
    border-bottom: 3px double #6e3a87;
    display: inline-block;
    line-height: 1.3;
}

.tul5 {
    border-bottom: 3px double #000000;
    display: inline-block;
    line-height: 1.3;
}

/*波線*/

.tw1 {
    text-decoration: underline wavy #efcaca;
}

.tw2 {
    text-decoration: underline wavy #d3e9ef;
}

.tw3 {
    text-decoration: underline wavy #ffeab0;
}

.tw4 {
    text-decoration: underline wavy #ddd;
}

/*ドット*/

.td1 {
    border-bottom: dotted 2px #980000;
}

.td2 {
    border-bottom: dotted 2px #0065ad;
}

.td3 {
    border-bottom: dotted 2px #ce9b2f;
}

.td4 {
    border-bottom: dotted 2px #999;
}

/*テキスト背景*/

.tbg1 {
    background: #980000;
    color: #fff;
    display: inline;
}

.tbg2 {
    background: #0065ad;
    color: #fff;
    display: inline;
}

.tbg3 {
    background: #ce9b2f;
    color: #fff;
    display: inline;
}

.tbg4 {
    background: #6e3a87;
    color: #fff;
    display: inline;
}

.tbg5 {
    background: #000;
    color: #fff;
    display: inline;
}

/*複合*/

.te1 {
    color: #980000;
    background: linear-gradient(transparent 40%, #ffeab0 0%);
}

.te2 {
    color: #0065ad;
    background: linear-gradient(transparent 40%, #ffeab0 0%);
}

.te3 {
    color: #ce9b2f;
    background: linear-gradient(transparent 40%, #ddeaf4 0%);
}

.te4 {
    color: #e1003a;
    background: linear-gradient(transparent 40%, #ffdd00 0%);
}

/*改行(SP時のみ改行)*/

.brSp {
    display: none;
}

/*---------------------
* 余白調整
---------------------*/

/*縦*/

.lp_m {
    margin: 50px 0;
}

.lp_m_auto {
    margin: 50px auto;
}

/*横*/

.lp_p {
    padding: 0 50px;
}

/*上のみ*/

.lp_mt {
    margin-top: 50px;
}

.lp_pt {
    padding-top: 50px;
}

/*下のみ*/

.lp_mb {
    margin-bottom: 50px;
}

.lp_pb {
    padding-bottom: 50px;
}

/*---------------------
* 画像関係
---------------------*/

.lp_img img {
    display: block;
}

/*枠付き*/

.lp_img.be_border img {
    box-sizing: border-box;
    border: solid 1px #e0e0e0;
}

/*テキスト右に配置*/

img.fr {
    display: block;
    float: right;
    max-width: 300px;
    margin-left: 15px;
    margin-bottom: 15px;
}

/*画像補足情報*/

figure figcaption {
    text-align: right;
    font-size: 11px;
    line-height: 2;
    color: #666;
}

/*---------------------
* 2カラム
---------------------*/

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

.lp2c > div {
    width: 48%;
}

/*左右の入れ替え*/

.lp2c.lp2c_r {
    flex-flow: row-reverse;
}

/*---------------------
* 動画(埋め込み用)
---------------------*/

.mov {
    width: 100%;
    height: auto;
    position: relative;
}

.mov::before {
    content: "";
    display: block;
    padding-top: 56.2%;
}

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

/*---------------------
* FAQリスト
---------------------*/

/*リストコンテナ*/

.faq_list ul li {
    padding: 40px 30px;
    position: relative;
}

.faq_list ul li::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom: dotted 2px #f18099;
}

.faq_list ul li:first-child {
    padding-top: 0;
}

/*リスト内部*/

.faq_list dl dt,
.faq_list dl dd {
    display: flex;
    justify-content: space-between;
}

.faq_list dl dt {
    line-height: 50px;
    margin-bottom: 15px;
}

.faq_list dl dt .txt {
    font-size: 22px;
    font-weight: bold;
}

.faq_list dl i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-size: cover;
}

.faq_list dl i.q {
    background-image: url(../images/content/faq_bg1.png);
}

.faq_list dl i.a {
    color: #ee8f99;
    background-image: url(../images/content/faq_bg2.png);
}

.faq_list dl .txt {
    width: 92%;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    font-size: 16px;
    color: #ee8f99;
}

.faq_list dl dd .txt {
    padding-top: 5px;
    color: #000;
}

.faq_list dl dd .lp_mt {
    margin-top: 15px;
}


/******************************************************************************
*
* [共通]トップページ
*
******************************************************************************/

/*---------------------
* ヒーローエリア
---------------------*/

.hero_area {
    width: 100vw;
    height: auto;
    position: relative;
}

.hero_area::before {
    content: "";
    display: block;
    padding-top: 36.8%;
}

.hero_area .hero_area_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/hero_img.jpg);
    background-size: cover;
    background-position: center;
}

/*---------------------
* 見出し
---------------------*/

.top_h2 {
    text-align: center;
    margin-bottom: 30px;
}

.top_h2 .icon {
    width: 43px;
    margin: 0 auto 10px;
    ;
}

.top_h2 .icon img {
    display: block;
}

.top_h2 .sub {
    font-size: 12px;
    color: #ee8f99;
    line-height: 1.5;
    margin-bottom: 5px;
}

.top_h2 h2 {
    font-size: 40px;
    color: #ee8f99;
    line-height: 1.2;
    position: relative;
}

.top_h2 h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-image: url(../images/top/hero_heading_line.png);
    background-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.top_h2 h2 span {
    display: inline-block;
    background: #fff;
    position: relative;
    padding: 0 20px;
}

/*パターン2*/

.top_h2.p2 h2 {
    font-size: 18px;
}

.top_h2.p2 h2 span span {
    display: inline-block;
    background: #ee8f99;
    color: #fff;
    padding: 15px 60px;
    border-radius: 50px;
    font-weight: bold;
}

/*パターン3*/

.top_h2.p3 h2 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

/*---------------------
* マネジメント
---------------------*/

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

.top_management .tm_box {
    width: 49%;
    box-sizing: border-box;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.top_management .tm_box:nth-child(-n+2) {
    margin-bottom: 25px;
}

.top_management .tm_box:nth-child(even) {
    margin-left: 2%;
}

.top_management .tm_box::before {
    content: "";
    display: block;
    padding-top: 63.8%;
}

.top_management .tm_box img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_management .tm_box .txt {
    position: absolute;
    bottom: 7%;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    background: rgba(255, 235, 237, 0.95);
    box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.25);
}

.top_management .tm_box .txt h3 {
    font-size: 18px;
    font-weight: bold;
    color: #ee8f99;
    margin-bottom: 5px;
}

.top_management .tm_box .txt h3 span {
    font-size: 85%;
}

.top_management .tm_box .txt p {
    font-size: 14px;
    color: #ee8f99;
}

/*---------------------
* お知らせ
---------------------*/

.post_list ul li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 25px 15px;
    border-top: solid 1px #ddd;
}

.post_list ul li:last-child {
    border-bottom: solid 1px #ddd;
}

.post_list ul li .time {
    width: 90px;
}

.post_list ul li .title {
    width: 80%;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    /*行数指定*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.post_list ul li .title a {
    color: #000;
    transition: 0.3s;
}

.post_list ul li .title a:hover {
    color: #ee8f99;
}

/*ボタン*/

.pl_more {
    text-align: center;
    margin-top: 30px;
}

.pl_more a {
    display: inline-block;
    color: #000;
    padding: 7px 50px;
    border: solid 1px #000;
    border-radius: 50px;
    position: relative;
    background: #fff;
    transition: 0.5s;
}

.pl_more a::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(../images/top/more.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    transition: 0.5s;
}

.pl_more a:hover {
    opacity: 0.7;
}

.pl_more a:hover::before {
    right: 10px;
}

/*---------------------
* 補足情報
---------------------*/

.greeting_banner img {
    display: block;
}

/*問い合わせコンテナ*/

.top_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fadcdf;
    border-radius: 15px;
    padding: 25px;
    margin-top: 30px;
}

/*テキスト*/

.top_contact .txt p {
    font-size: 30px;
    line-height: 1.3;
}

/*電話番号*/

.top_contact .tel {
    text-align: center;
}

.top_contact .tel .num {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    line-height: 1.2;
}

.top_contact .tel .num span.n1 {
    font-size: 30px;
    margin-right: 5px;
}

.top_contact .tel .num span.n2 {
    font-size: 40px;
    letter-spacing: 1px;
}

.top_contact .tel aside.aside_txt {
    font-size: 14px;
    font-weight: bold;
}

/*メールアイコン*/

.top_contact .mail {
    width: 40px;
}

.top_contact .mail img {
    display: block;
}

/*区切り線*/

.tc_line {
    width: 1px;
    height: 80px;
    background: #444;
    margin: 0 30px;
}


/******************************************************************************
*
* [下層]コンテンツ
*
******************************************************************************/

/*---------------------
* ごあいさつ用ページ
---------------------*/

#greeting_sec1 .common_h3 h3 {
    font-size: 30px;
    color: #ee8f99;
}

#greeting_sec1 .lc {
    padding-top: 210px;
}

#greeting_sec1 .lc p {
    line-height: 2;
}

#greeting_sec1 .rc .job {
    text-align: right;
    margin: 15px 0;
}

#greeting_sec1 .rc .job p {
    display: inline-block;
    text-align: left;
    font-weight: bold;
}

#greeting_sec1 .rc .name p {
    text-align: right;
    font-weight: bold;
}

#greeting_sec2 h6 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}

/*---------------------
* 事務所・会社案内用ページ
---------------------*/

.info_table table {
    width: 100%;
    box-sizing: border-box;
}

.info_table table th,
.info_table table td {
    box-sizing: border-box;
    padding: 15px 15px;
    border: solid 3px #fff;
    vertical-align: middle;
}

.info_table table tr:nth-child(odd) {
    background: #f9edef;
}

.info_table table tr:nth-child(even) {
    background: #fdf7f8;
}

.info_table table th {
    width: 180px;
}

/*地図*/

.map {
    width: 100%;
    height: auto;
    position: relative;
}

.map::before {
    content: "";
    display: block;
    padding-top: 50%;
}

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

/*---------------------
* 外国人雇用ページ
---------------------*/

/*sec1*/

#koyou_sec1 p {
    text-align: center;
    line-height: 2;
}

/*sec3*/

.contact_table table {
    font-size: 18px;
    line-height: 1.5;
}

.contact_table table th,
.contact_table table td {
    padding: 5px 15px;
    text-align: left;
}

.contact_table table th {
    color: #d8507d;
    font-weight: bold;
}

.contact_btn {
    width: 50%;
    margin: 50px auto 0;
}

.contact_btn ul li {
    margin-bottom: 15px;
}

.contact_btn ul li:last-child {
    margin-bottom: 0;
}

.contact_btn ul li img {
    display: block;
}

/*---------------------
* お問い合わせ用ページ
---------------------*/

#info_sec1 {
    text-align: right;
}

#info_sec1 a {
    font-size: 14px;
    color: #0065ad;
}

/*見出し*/

.contact_h2 {
    text-align: center;
    background: #fbf4f5;
    border-top: solid 3px #e3979d;
    border-bottom: solid 3px #e3979d;
    padding: 25px 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.contact_h2::before {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    background-image: url(../images/content/contact_heading_parts1.png);
    background-size: cover;
    position: absolute;
    right: 130px;
    bottom: -15px;
}

.contact_h2 h2 {
    color: #e3979d;
    font-size: 26px;
    font-weight: bold;
    position: relative;
}

.contact_h2.p2 {
    background: #f3fbfc;
    border-color: #aacade;
}

.contact_h2.p2::before {
    background-image: url(../images/content/contact_heading_parts2.png);
}

.contact_h2.p2 h2 {
    color: #4298c7;
}

/*補足説明*/

p.contact_aside {
    text-align: center;
    margin-bottom: 30px;
}

aside.attenton {
    box-sizing: border-box;
    padding: 30px;
    border: solid 1px #ccc;
    margin-bottom: 30px;
}

aside.attenton h3 {
    width: 80%;
    margin: 0 auto 15px;
    font-weight: bold;
    font-size: 20px;
}

aside.attenton ul {
    width: 80%;
    margin: 0 auto;
}

aside.attenton ul li {
    font-weight: bold;
    display: flex;
    margin-bottom: 10px;
}

aside.attenton ul li:last-child {
    margin-bottom: 0;
}

aside.attenton ul li i.num {
    width: 25px;
}

aside.attenton ul li .txt {
    width: 80%;
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px);
}

/*フォーム*/

.contact_form table {
    width: 100%;
    box-sizing: border-box;
}

.contact_form table th,
.contact_form table td {
    box-sizing: border-box;
    padding: 25px 15px;
    text-align: left;
    font-size: 14px;
    border-top: solid 1px #ccc;
}

.contact_form table th {
    width: 250px;
    font-weight: bold;
    position: relative;
}

.contact_form table th::before {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    position: absolute;
    top: -1px;
    left: 0;
    background: #e39398;
}

.contact_form table td {
    width: 60%;
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    padding: 25px;
}

.contact_form table td input,
.contact_form table td textarea {
    background: #f1f1f1;
    box-shadow: 0px 0px 8px 3px #ccc inset;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #ccc;
}

.contact_form table td textarea {
    height: 150px;
}

.contact_form table td .re {
    font-weight: bold;
    margin: 10px 0;
    font-size: 12px;
}

.contact_form p.agree {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.contact_form .check_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.contact_form .check_box input {
    width: auto;
    margin-right: 10px;
}

.contact_form .check_box .txt {
    font-weight: bold;
}

.contact_form .submit {
    width: 400px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
}

.contact_form .submit input {
    background: #e29399;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
}

.contact_form .submit::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

.contact_form.p2 table th::before {
    background: #4298c7;
}

.contact_form.p2 .submit input {
    background: #4298c7;
}

/*---------------------
* 労務サポート用ページ
---------------------*/

/*画像・余白調整*/

#support_sec2 .lp_img,
#support_sec4 .lp_img,
#support_sec5 .lp_img {
    width: 75%;
    margin: auto;
}

.s_m {
    margin: 20px 0;
}

.s_m_t {
    margin-top: 20px;
}

.s_m_b {
    margin-bottom: 20px;
}

hr.support_hr {
    border-width: 0;
    border-top: dotted 2px #ccc;
    margin-bottom: 50px;
}

/*見出し*/

.support_h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.support_h2 i.icon {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon.png);
    background-size: cover;
}

.support_h2 h2.txt {
    width: 80%;
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
    font-size: 20px;
    font-weight: bold;
    color: #ee8f99;
}

.support_h2 h2.txt small {
    font-weight: normal;
}

/*リスト*/

.support_list ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.support_list ul li:last-child {
    margin-bottom: 0;
}

.support_list ul li .icon {
    width: 25px;
    height: 25px;
    background-image: url(../images/content/support_img1.png);
    background-size: cover;
}

.support_list ul li .txt {
    width: 80%;
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
    font-size: 16px;
    line-height: 25px;
}

/*テーブル*/

.support_table table {
    width: 100%;
    box-sizing: border-box;
}

.support_table table th,
.support_table table td {
    width: 50%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 10px;
    text-align: center;
    border: solid 1px #ee8f99;
    vertical-align: middle;
}

.support_table table thead th,
.support_table table thead td {
    background: #ee8f99;
    color: #fff;
}

.support_table table thead th {
    border-right-color: #fff;
}

.support_table table th small {
    display: block;
    font-weight: normal;
}

.support_table table td span {
    font-size: 13px;
}

.support_table aside {
    font-size: 13px;
    margin-top: 15px;
}

/*---------------------
* コンサルティング用ページ
---------------------*/

/*余白調整*/

.consulting_page .content_sec {
    margin-bottom: 100px !important;
}

.consulting_page .content_sec .cs_contents.lp_mt {
    margin-top: 70px;
}

/*sec1*/

#consulting_sec1 > p {
    text-align: center;
}

.consulting_img3 {
    width: 80%;
    margin: auto;
}

/*制度*/

.seido_box {
    margin-top: 30px;
}

.seido_box > div {
    box-sizing: border-box;
    padding: 20px;
    border: solid 8px #6d9df2;
    background: #eff4fc;
}

dl.seido dt {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #6d9df2;
    box-sizing: border-box;
}

dl.seido dt .num {
    width: 50px;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
    border-right: solid 1px #6d9df2;
}

dl.seido dt .title {
    width: 80%;
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
    padding: 8px 0;
    box-sizing: border-box;
}

dl.seido dt .title a {
    color: #000;
}

dl.seido dt .title a:hover {
    text-decoration: underline;
}

dl.seido dd {
    margin-top: 12px;
    font-size: 14px;
}

.seido_box > div.rc {
    border-color: #e29399;
    background: #fdf4f4;
}

.seido_box > div.rc dt,
.seido_box > div.rc .num {
    border-color: #e29399;
}

/*csc1・職務等級人事制度の全体像*/

.consulting_img1 {
    width: 60%;
    margin: auto;
}

.consulting_img1_txt {
    margin-top: 30px;
}

.consulting_img1_txt ul li {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: dotted 1px #ccc;
}

.consulting_img1_txt ul li .num {
    width: 30px;
    height: 30px;
    background-size: cover;
}

.consulting_img1_txt ul li .txt {
    width: 85%;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    line-height: 30px;
}

.consulting_img1_txt ul li .txt .title {
    font-weight: bold;
    margin-right: 13px;
}

.consulting_img1_txt ul li .txt .tp {
    font-size: 14px;
}

.consulting_img1_txt ul li .num.num1 {
    background-image: url(../images/content/ci1_1.png);
}

.consulting_img1_txt ul li .num.num2 {
    background-image: url(../images/content/ci1_2.png);
}

.consulting_img1_txt ul li .num.num3 {
    background-image: url(../images/content/ci1_3.png);
}

.consulting_img1_txt ul li .num.num4 {
    background-image: url(../images/content/ci1_4.png);
}

.consulting_img1_txt ul li .num.num5 {
    background-image: url(../images/content/ci1_5.png);
}

.consulting_img1_txt ul li .txt .title.t1 {
    color: #ff6699;
}

.consulting_img1_txt ul li .txt .title.t2 {
    color: #009999;
}

.consulting_img1_txt ul li .txt .title.t3 {
    color: #9966cc;
}

.consulting_img1_txt ul li .txt .title.t4 {
    color: #cc9966;
}

.consulting_img1_txt ul li .txt .title.t5 {
    color: #009966;
}

/*csc2・職務等級人事制度策定の流れ*/

.csc_flow ul li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    background: #e3eafb;
    margin-bottom: 10px;
}

.csc_flow.p2 ul li {
    background: #f6ebeb;
}

.csc_flow ul li:last-child {
    margin-bottom: 0;
}

.csc_flow ul li .num {
    width: 100px;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0;
}

.csc_flow ul li .txt {
    width: 80%;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding: 10px 15px;
    border-left: solid 5px #fff;
}

.csc_flow ul li .txt strong {
    font-size: 120%;
    color: #7698f3;
}

.consulting_img2 {
    width: 50%;
    margin: 25px auto;
}

/*csc3・ボトムアップ型組織づくりのポイント*/

.consulting_img4,
.consulting_img5 {
    width: 75%;
    margin: auto;
}

.csc_point h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.csc_point ul {
    padding-left: 20px;
}

.csc_point ul li {
    display: flex;
    justify-content: space-between;
    line-height: 22px;
    margin-bottom: 10px;
}

.csc_point ul li:last-child {
    margin-bottom: 0;
}

.csc_point ul li i {
    width: 15px;
    font-size: 22px;
    color: #ff6699;
}

.csc_point ul li .txt {
    width: 90%;
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
}

.csc_flow_list ul li {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: dotted 1px #ccc;
}

.csc_flow_list ul li .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ff6699;
    color: #fff;
    border-radius: 50%;
}

.csc_flow_list ul li .txt {
    width: 90%;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    font-weight: bold;
}

hr.csc_hr {
    border-width: 0;
    border-top: dotted 1px #ccc;
    margin: 50px 0 30px;
}

/*---------------------
* 募集要項用ページ
---------------------*/

#custom_design > .wp-block-image {
    margin-bottom: 15px;
}

#custom_design > p {
    margin-bottom: 15px;
}

#custom_design > h2 {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 1px;
    margin: 30px 0;
    position: relative;
}

#custom_design > h2::before {
    content: "ー";
    font-family: Roboto, sans-serif;
    font-weight: 100;
    opacity: 0.2;
    margin-right: 5px;
}

/*ループ*/

.essentials_list .el_box {
    box-sizing: border-box;
    background: #fff;
    padding: 30px;
    border: solid 3px #ccc;
    margin-bottom: 30px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.essentials_list .el_box.on {
    height: auto;
}

.essentials_list .el_box::after {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(50% 0% -90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.essentials_list .el_box.on::after {
    display: none;
}

.essentials_list .el_box h4 {
    font-size: 24px;
    font-weight: bold;
    color: #d7979a;
    margin-bottom: 30px;
    padding-right: 50px;
}

/*アイコン*/

.essentials_list .el_box .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 36px;
    right: 30px;
    cursor: pointer;
}

.essentials_list .el_box .icon::before,
.essentials_list .el_box .icon--plus::after {
    position: absolute;
    top: 9px;
    left: 50%;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #d7979a;
    transform: translateX(-50%);
}

.essentials_list .el_box .icon--plus:after {
    top: 0;
    left: -10px;
    transform: rotate(90deg);
}

/*表*/

.wp-block-table {
    margin: 30px 0;
}

.wp-block-table table {
    width: 100%;
    box-sizing: border-box;
}

.wp-block-table table td {
    font-size: 13px;
    line-height: 2;
    box-sizing: border-box;
    padding: 20px 5px;
    border-top: 1px solid #ddd;
}

.wp-block-table table td:first-child {
    width: 25%;
}

.wp-block-table table tr:last-child td {
    border-bottom: 1px solid #ddd;
}




/******************************************************************************
*
* [共通]フッター
*
******************************************************************************/

/*追従ボタン*/

#fixed_btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 250px;
    z-index: 9;
}

#fixed_btn img {
    display: block;
}

/*フッターコンテナ*/

footer {
    background: #fff;
    position: relative;
}

footer .footer_info {
    /*background: #fdf4f6;
    background: #f5e8e8;*/
    background: #fceaec;
    padding: 0 0 50px;
    text-align: center;
    position: relative;
    z-index: 10;
}

footer .footer_parts {
    width: 100%;
    height: auto;
    position: relative;
}

footer .footer_parts::before {
    content: "";
    display: block;
    padding-top: 6.6%;
}

footer .footer_parts .fp_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/footer_bg.png);
    background-size: cover;
    background-position: center;
}

/*ロゴ*/

.footer_logo {
    text-align: center;
    position: relative;
    top: -50px;
}

.footer_logo img {
    display: block;
    width: 200px;
    margin: 0 auto;
}

/*フッターナビゲーション*/

.footer_navigation {
    margin-bottom: 50px;
}

.footer_navigation ul {
    display: flex;
    justify-content: center;
}

.footer_navigation ul li {
    font-size: 14px;
    font-weight: bold;
    padding: 0 14px;
    border-right: solid 1px #c0183c;
}

.footer_navigation ul li:first-child {
    padding-left: 0;
}

.footer_navigation ul li:last-child {
    padding-right: 0;
    border-width: 0;
}

.footer_navigation ul li a {
    color: #000;
}

.footer_navigation ul li a:hover {
    text-decoration: underline;
}

.footer_navigation .pp {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}

.footer_navigation .pp a {
    color: #000;
}

.footer_navigation .pp a:hover {
    text-decoration: underline;
}

.footer_navigation .pp a i {
    color: #c0183c;
}

/*コピー*/

footer p.copy_txt {
    font-size: 11px;
    padding: 0 15px;
}

/*スクロールトップ*/

#scroll_top {
    width: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #d8507d;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    z-index: 11;
    cursor: pointer;
}

#scroll_top i {
    margin-bottom: 5px;
}


/******************************************************************************
*
* [共通]ブラウザ別対応
*
******************************************************************************/

/*Firefox*/

@-moz-document url-prefix() {}

/*Safari*/

@media screen and (-webkit-min-device-pixel-ratio:0) {

    ::i-block-chrome,
    .selector {}
}

/*IE10*/

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

/*IE11*/

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

    *::-ms-backdrop,
    .selector {}
}

/*Edge*/

@supports (-ms-ime-align:auto) {}


/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/

/*1920px以下*/

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

    /*---------------------
    * [共通]ヘッダー(通常LPの場合)
    ---------------------*/

    header.hero_area::before {
        padding-top: 1080px;
    }

}

/*1400px以下*/

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

    /*---------------------
    * [共通]基本設定
    ---------------------*/

    .full_wrap,
    .middle_wrap {
        width: 92%;
    }

}

/*960px以下*/

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

    /*---------------------
    * [共通]ヘッダー(SP用に幅固定)
    ---------------------*/

    header.hero_area::before {
        padding-top: 108%;
    }

    header.hero_area .hero_area_inner {}

    /*---------------------
    * [共通]基本設定
    ---------------------*/

    .wrap {
        width: 92%;
    }

}

/*644px以下*/

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

    /*---------------------
    * [共通]背景/全体テキスト
    ---------------------*/

    body {
        font-size: 15px;
        line-height: 1.6;
    }

    p {
        font-size: 15px;
        line-height: 1.6;
    }

    /*---------------------
    * [共通]基本設定
    ---------------------*/

    /*コンテナ関係*/

    article.content_article {
        padding: 30px 0;
    }

    /*背景*/

    .lp_bg_dot {
        background-position: 0 0, 9px 9px;
        background-size: 18px 18px;
    }

    .lp_bg_line {
        background-image:
            background-size: 80px;
    }

    /*見出し(2)*/

    .common_h2 {
        height: auto;
        min-height: 100px;
    }

    .common_h2 h2 {
        font-size: 5.2vw;
        padding: 40px 15px;
    }

    .common_h2 h2 .sub {
        font-size: 12px;
    }

    .eofpage .common_h2 {
        min-height: 180px;
    }

    /*言語選択*/

    .lang_select {
        top: 10px;
        right: 10px;
    }

    .lang_select select {
        font-size: 11px;
        padding: 8px 15px 8px 5px;
    }

    /*見出し(3-1)*/

    .common_h3 {
        font-size: 5vw;
    }

    .common_h3 .sub {
        font-size: 18px;
    }

    /*見出し(3-2)*/

    .common_h3_2 .parts {
        width: 40px;
        height: 40px;
    }

    .common_h3_2 h3 {
        font-size: 17px;
        line-height: 40px;
        padding: 0;
    }

    .eofpage .common_h3_2 .parts {
        height: 80px;
        background-size: contain;
    }

    .common_h3_2.ch3_2_r2 .parts {
        height: 80px;
        background-size: contain;
        background-repeat: repeat;
    }

    /*見出し(4-1)*/

    .common_h4 {
        font-size: 18px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    /*見出し(4-2)*/

    .common_h4.be_icon {
        padding-bottom: 10px;
    }

    .common_h4.be_icon .icon {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 5px;
    }

    .common_h4.be_icon .txt {
        line-height: 30px;
    }


    /*テキスト関係*/

    .brRes {
        display: none;
    }

    .brSp {
        display: block;
    }

    /*余白調整*/

    .lp_m {
        margin: 30px 0;
    }

    .lp_m_auto {
        margin: 30px auto;
    }

    .lp_p {
        padding: 0 16px;
    }

    .lp_mt {
        margin-top: 30px;
    }

    .lp_pt {
        padding-top: 30px;
    }

    .lp_mb {
        margin-bottom: 30px;
    }

    .lp_pb {
        padding-bottom: 30px;
    }

    /*画像関係*/

    img.fr {
        max-width: 120px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    figure figcaption {
        text-align: left;
        font-size: 10px;
        line-height: 1.5;
        margin-top: 5px;
    }

    /*2カラム共通*/

    .lp2c {
        display: block;
    }

    .lp2c > div {
        width: 100%;
    }

    .lp2c > div:last-child {
        margin-top: 30px;
    }

    /*FAQリスト*/

    .faq_list ul li {
        padding: 20px 0;
    }

    .faq_list dl dt {
        line-height: 35px;
        margin-bottom: 10px;
    }

    .faq_list dl dt .txt {
        font-size: 17px;
    }

    .faq_list dl i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .faq_list dl .txt {
        width: -webkit-calc(100% - 45px);
        width: calc(100% - 45px);
        font-size: 14px;
    }

    .faq_list dl dd .lp_mt {
        margin-top: 10px;
    }


    /*---------------------
    * [共通]トップページ
    ---------------------*/

    .hero_area::before {
        padding-top: 80%;
    }

    /*見出し*/

    .top_h2 .icon {
        width: 26px;
        margin: 0 auto 10px;
    }

    .top_h2 .icon img {
        display: block;
    }

    .top_h2 .sub {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .top_h2 h2 {
        font-size: 30px;
    }

    .top_h2 h2 span {
        padding: 0 10px;
    }

    .top_h2.p2 h2 {
        font-size: 16px;
    }

    .top_h2.p2 h2 > span {
        padding: 0 5px;
    }

    .top_h2.p2 h2 span span {
        padding: 10px 15px;
    }

    .top_h2.p3 h2 {
        font-size: 20px;
    }

    /*マネジメント*/

    .top_management {
        display: block
    }

    .top_management .tm_box {
        width: 100%;
    }

    .top_management .tm_box:nth-child(-n+3) {
        margin-bottom: 25px;
    }

    .top_management .tm_box:nth-child(even) {
        margin-left: 0;
    }

    .top_management .tm_box .txt {
        bottom: 4%;
        padding: 6px 10px;
    }

    .top_management .tm_box .txt h3 {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .top_management .tm_box .txt p {
        font-size: 12px;
    }

    .top_management .tm_box .txt p br {
        display: none;
    }

    /*お知らせ*/

    .post_list ul li {
        font-size: 14px;
        padding: 15px 0;
    }

    .post_list ul li .time {
        width: 80px;
    }

    .post_list ul li .title {
        width: -webkit-calc(100% - 85px);
        width: calc(100% - 85px);
    }

    .pl_more {
        margin-top: 15px;
    }

    /*補足情報*/

    .top_contact {
        border-radius: 5px;
        padding: 4% 2%;
        margin-top: 20px;
    }

    .top_contact .txt {
        width: 35%;
    }

    .top_contact .tel {
        width: 45%;
    }

    .top_contact .mail {
        width: 8%;
    }

    .top_contact .txt p {
        font-size: 3.4vw;
        line-height: 1.4;
    }

    .top_contact .tel .num span.n1 {
        font-size: 3.5vw;
        margin-right: 2px;
    }

    .top_contact .tel .num span.n2 {
        font-size: 4.8vw;
        letter-spacing: 0;
    }

    .top_contact .tel aside.aside_txt {
        font-size: 1vw;
        font-weight: 100;
    }

    .tc_line {
        height: 50px;
        margin: 0 2.5%;
    }

    /*---------------------
    * ごあいさつ用ページ
    ---------------------*/

    #greeting_sec1 .common_h3 h3 {
        font-size: 6vw;
    }


    #greeting_sec1 .lp2c {
        display: flex;
        flex-wrap: wrap;
        flex-flow: wrap-reverse;
    }

    #greeting_sec1 .rc {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }

    #greeting_sec1 .lc {
        width: 100%;
        padding-top: 0;
    }

    #greeting_sec1 .lc p {
        line-height: 2;
    }

    #greeting_sec1 .rc .job p,
    #greeting_sec1 .rc .name p {
        font-size: 14px;
    }

    #greeting_sec2 h6 {
        font-size: 5.2vw;
    }

    /*---------------------
    * 事務所・会社案内用ページ
    ---------------------*/

    .info_table table th,
    .info_table table td {
        padding: 15px 10px;
        font-size: 14px;
        border-width: 1px;
    }

    .info_table table th {
        width: 100px;
    }

    .map::before {
        padding-top: 100%;
    }

    /*---------------------
    * お問い合わせ用ページ
    ---------------------*/

    /*見出し*/

    .contact_h2 {
        padding: 20px 10px;
    }

    .contact_h2::before {
        width: 80px;
        height: 80px;
        right: 10px;
        bottom: -5px;
    }

    .contact_h2 h2 {
        font-size: 18px;
    }

    /*補足説明*/

    p.contact_aside {
        font-size: 14px;
        text-align: left;
    }

    aside.attenton {
        padding: 15px;
    }

    aside.attenton h3 {
        width: 100%;
        font-size: 16px;
        text-align: center;
    }

    aside.attenton ul {
        width: 100%;
    }

    aside.attenton ul li {
        font-size: 13px;
    }

    aside.attenton ul li i.num {
        width: 20px;
    }

    aside.attenton ul li .txt {
        width: -webkit-calc(100% - 22px);
        width: calc(100% - 22px);
    }

    /*フォーム*/

    .contact_form table th,
    .contact_form table td {
        padding: 20px 10px;
        font-size: 12px;
        vertical-align: middle;
    }

    .contact_form table th {
        width: 120px;
    }

    .contact_form table th::before {
        height: 4px;
    }

    .contact_form table td {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
        padding: 20px 15px;
    }

    .contact_form table td input,
    .contact_form table td textarea {
        font-size: 14px;
        padding: 7px;
    }

    .contact_form table td .re {
        font-size: 11px;
    }

    .contact_form p.agree {
        text-align: left;
        font-size: 12px;
    }

    .contact_form .check_box {
        justify-content: flex-start;
    }

    .contact_form .submit {
        width: 100%;
    }

    .contact_form .submit input {
        font-size: 14px;
        padding: 15px 10px;
    }

    /*---------------------
    * 外国人雇用ページ
    ---------------------*/

    #koyou_sec1 p {
        text-align: left;
        line-height: 1.6;
    }

    /*sec3*/

    .contact_table table {
        font-size: 14px;
    }

    .contact_table table th {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        width: 70px;
        box-sizing: border-box;
    }

    .contact_table table td {
        padding-left: 0;
        padding-right: 0;
        width: 70%;
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px);
    }

    .contact_btn {
        width: 100%;
        margin: 30px auto 0;
    }

    /*---------------------
    * 労務サポート用ページ
    ---------------------*/

    /*画像・余白調整*/

    #support_sec2 .lp_img,
    #support_sec4 .lp_img,
    #support_sec5 .lp_img {
        width: 100%;
    }

    .s_m {
        margin: 30px auto;
    }

    .s_m_t {
        margin-top: 30px;
    }

    .s_m_b {
        margin-bottom: 30px;
    }

    hr.support_hr {
        border-width: 0;
        border-top: dotted 2px #ccc;
        margin-bottom: 50px;
    }

    /*見出し*/

    .support_h2 i.icon {
        width: 30px;
        height: 30px;
    }

    .support_h2 h2.txt {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        font-size: 18px;
    }

    /*リスト*/

    .support_list ul li .icon {
        width: 20px;
        height: 20px;
    }

    .support_list ul li .txt {
        width: -webkit-calc(100% - 25px);
        width: calc(100% - 25px);
        font-size: 15px;
        line-height: 20px;
    }

    /*テーブル*/

    .support_table table th,
    .support_table table td {
        font-size: 14px;
        padding: 10px;
    }

    .support_table table td span {
        font-size: 11px;
    }

    .support_table aside {
        font-size: 12px;
        margin-top: 10px;
    }

    /*---------------------
    * コンサルティング用ページ
    ---------------------*/

    /*余白調整*/

    .consulting_page .content_sec {
        margin-bottom: 50px !important;
    }

    .consulting_page .content_sec .cs_contents.lp_mt {
        margin-top: 40px;
    }

    /*sec1*/

    #consulting_sec1 > p {
        text-align: left;
    }

    .consulting_img3 {
        width: 100%;
    }

    /*制度*/

    .seido_box > div {
        padding: 15px;
        border: solid 5px #6d9df2;
    }

    dl.seido dt {
        font-size: 16px;
    }

    dl.seido dt .num {
        width: 40px;
    }

    dl.seido dt .title {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
    }

    /*csc1・職務等級人事制度の全体像*/

    .consulting_img1 {
        width: 100%;
    }

    .consulting_img1_txt ul li .txt {
        width: 85%;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        line-height: 30px;
    }

    .consulting_img1_txt ul li .txt .title {
        display: block;
        margin-right: 0;
    }

    .consulting_img1_txt ul li .txt .tp {
        display: block;
        line-height: 1.7;
    }

    /*csc2・職務等級人事制度策定の流れ*/

    .csc_flow ul li {
        font-size: 15px;
        align-items: center;
    }

    .csc_flow ul li .num {
        width: 80px;
    }

    .csc_flow ul li .txt {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        padding: 10px;
        border-left: solid 3px #fff;
    }

    .csc_flow ul li .txt strong {
        font-size: 110%;
    }

    .consulting_img2 {
        width: 100%;
        margin: 10px auto;
    }

    /*csc3・ボトムアップ型組織づくりのポイント*/

    .consulting_img4,
    .consulting_img5 {
        width: 100%;
    }

    .csc_point h4 {
        text-align: center;
    }

    .csc_point ul {
        padding-left: 0;
    }

    hr.csc_hr {
        margin: 50px 0;
    }

    /*---------------------
    * 募集要項用ページ
    ---------------------*/

    #custom_design > p {
        margin-bottom: 10px;
    }

    #custom_design > h2 {
        font-size: 26px;
        margin: 20px 0;
    }

    /*表*/

    .wp-block-table {
        margin: 20px 0;
    }

    .wp-block-table table td {
        font-size: 13px;
        padding: 15px 5px;
    }

    .wp-block-table table td:first-child {
        width: 35%;
    }

    /*---------------------
    * [共通]フッター
    ---------------------*/

    /*追従ボタン*/

    #fixed_btn {
        bottom: 5px;
        right: 5px;
        width: 150px;
    }

    /*フッター*/

    footer .footer_info {
        padding: 0 0 25px;
    }

    footer .footer_parts::before {
        padding-top: 80px;
    }

    footer .footer_parts .fp_inner {
        background-position: top;
    }

    /*ロゴ*/

    .footer_logo {
        top: -40px;
    }

    /*フッターナビゲーション*/

    .footer_navigation {
        margin-bottom: 10px;
    }

    .footer_navigation ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left;
    }

    .footer_navigation ul li {
        width: 50%;
        box-sizing: border-box;
        padding: 0 10px;
        border-right-width: 0;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .footer_navigation ul li:first-child {
        padding: 0 10px;
    }

    .footer_navigation ul li:last-child {
        margin-bottom: 0;
    }

    .footer_navigation .pp {
        font-size: 12px;
        margin-top: 25px;
    }

    /*コピー*/

    footer p.copy_txt {
        font-size: 10px;
        padding: 0;
    }

    /*スクロールトップ*/

    #scroll_top {
        width: 100%;
        padding: 0 0 10px;
        position: static;
        top: inherit;
        right: inherit;
        transform: none;
        -webkit- transform: none;
        background: #fdf4f6;
        background: #f5e8e8;
    }

}

/*375px以下*/

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

/*360px以下*/

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

/*330px以下*/

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