@charset 'utf-8';

/* **********************************************************************
 *
 *       Title:   Site-Shokunin CMS sp.css
 *       Notes:   Hand-crafted by WebLab Corporation in Tokyo.
 *
 ********************************************************************** */


/* RESET
======================================================= */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
    font-style: normal;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}


/* 基本設定
======================================================= */

html { font-size: 62.5%; }

body {
    font: 1.0rem 'Noto Sans JP', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'Verdana', 'sans-serif';
    text-align: left;
    color: #333;       /* [4. 基本文字]　文字色 */
    position: relative;
    -webkit-text-size-adjust: 100%;
    background: #fff;   /* [2. サイト全体の背景]　背景色 */
}

a:link,
a:visited {
    text-decoration: underline;
    color: #3864b1;       /* [4. 基本文字]　リンク文字色 */
}
a:hover,
a:active {
    text-decoration: none;
    color: #3864b1;       /* [4. 基本文字]　リンク文字色 */
}

p {
    font-size: 1.5rem;
    line-height: 1.8;
}

ul {
    font-size: 1.5rem;
    margin: 5px 0 5px 10px;
    padding: 0 0 0 10px;
    line-height: 1.8;
}

ol {
    font-size: 1.5rem;
    margin: 5px 0 5px 15px;
    padding: 0 0 0 20px;
    line-height: 1.8;
}

img {
    max-width: 100%;
    height: auto;
    line-height: 1;
    vertical-align: top;
    border: 0;
}

@-webkit-keyframes fadeIn {
        0% {opacity: 0}
        100% {opacity: 1}
}

@keyframes fadeIn {
        0% {opacity: 0}
        100% {opacity: 1}
}

.fadein {
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    opacity : 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1s;
    transition: all 1s;
}


/* 全体のレイアウト設定
======================================================= */
.wrappertop {
    font-size: 1.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 63px 0 0;
    text-align: left;
}

.wrapper {
    font-size: 1.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 50px;
    text-align: left;
    background: #fff;
}

.wrappertop .main {
    width: 100%;
    padding: 0;
}

.wrapper .main {
    width: 90%;
    padding: 30px 0 0;
    margin: 0 auto;
}
.side {
    width: 90%;
    margin: 0 auto;
}

/* header部分のスタイル設定
======================================================= */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px 3%;
    background: #fff ;   /* [3. ヘッダー設定]　背景色 */
    box-sizing: border-box;
    z-index: 70;
}
header.fixed {
    border-bottom: 1px solid #e4e4e4;
}

header .head_l {
    float: left;
    padding: 0;
    width: 98px;
}
header .logo img {
    max-height: 40px;
    width: auto;
}

.contact header .logo {
    width: 155px;
}
.contact header .logo img {
    max-height: 40px;
    width: auto;
}

header .logo a,
header .logo a:visited {
    text-decoration: none;
    color: #333;    /* [3. ヘッダー設定]　h1、キャッチ文字色 */
    font-size: 1.4rem;
    font-weight: bold;
}

header .head_r {
    float: right;
    width: 130px;
}

header .head_r ul.sns{
    display: none;
}

header .head_r p.tel {
    float: left;
    width: 40px;
    display: none;
}

header .head_r p.tel a {
    float: left;
    width: 40px;
    padding-top: 40px;
    height: 0 !important;
    height /**/: 40px;
    overflow: hidden;
    outline: none;
    background: #01a5b4 url(../img/sp/btn_tel.png) no-repeat 0 0;   /* [3. ヘッダー設定]　CVボタン背景色（スマホ） */
    -webkit-background-size: 40px 40px;
       -moz-background-size: 40px 40px;
         -o-background-size: 40px 40px;
            background-size: 40px 40px;
        -ms-background-size: 40px 40px;
}

header .head_r p.tel span {
    display: none;
}

header .head_r p.contact a {
    float: left;
    width: 40px;
    padding-top: 40px;
    height: 0 !important;
    height /**/: 40px;
    overflow: hidden;
    outline: none;
    background: #01a5b4 url(../img/sp/btn_contact.png) no-repeat 0 0;   /* [3. ヘッダー設定]　CVボタン背景色（スマホ） */
    -webkit-background-size: 40px 40px;
       -moz-background-size: 40px 40px;
         -o-background-size: 40px 40px;
            background-size: 40px 40px;
        -ms-background-size: 40px 40px;
}

header .head_r p.box_colum_btn {
    clear: none;
    display: none;
}

header .head_r p.box_colum_btn a {
    padding: 40px 0 0 0;
    border: none;
    margin: 0 0 0 5px;
}

.sp_trigger {
    position: absolute;
    right: 3%;
    z-index: 20;
    display: block;
    float: right;
    overflow: hidden;
    width: 40px;
    height: 40px;
    white-space: nowrap;
    text-indent: 100%;
    background: #ebebeb url(../img/sp/menu_open.png) 0 0 no-repeat;
    -webkit-background-size: 40px 40px;
       -moz-background-size: 40px 40px;
         -o-background-size: 40px 40px;
            background-size: 40px 40px;
        -ms-background-size: 40px 40px;
}

.sp_trigger.active {
    background: #222 url(../img/sp/menu_close.png) 0 0 no-repeat;
    -webkit-background-size: 40px 40px;
       -moz-background-size: 40px 40px;
         -o-background-size: 40px 40px;
            background-size: 40px 40px;
        -ms-background-size: 40px 40px;
}

header .head_l .catch {
    display: none;
}

body.contact header p {
    display: none;
}
body.contact header p.logo {
    display: block;
}

.contact .logo img {
    width: 155px;
}


/* nav
======================================================= */
nav {
    position: absolute;
    display: none;
    /*width: 94%;*/
    width: 100%;
    margin: 0 auto;
    /*top: 50px;*/
    top: 60px;
    /*left: 3%;*/
    left: 0;
    z-index: 70;
    background: #fff;
}

.overlay { display: none;}
.overlay.active {
    display: block;
    background: #333;
    position: absolute;
    z-index: 65;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.catetop {
    display: none;
}

nav ul {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
}

nav ul li {
    margin: 0;
    padding: 0;
}
nav ul li.Contact {
    display:none;
}
nav ul li a {
    font-size: 1.3rem;
    font-weight: normal;
    display: block;
    zoom: 1;
    margin: 0;
    padding: 12px 15px 12px 10px;
    text-align: left;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #e4e4e4;     /* [5. ナビゲーション（第一階層メニュー）設定]　枠線色 */
}

nav ul li a:link,
nav ul li a:visited,
nav ul li a:active {
    color: #333;     /* [5. ナビゲーション（第一階層メニュー）設定]　文字色 */
    background: #fff url(../img/sp/arw_side.png) no-repeat 97% 50%;     /* [5. ナビゲーション（第一階層メニュー）設定]　背景色 */
    background-size: 6px auto;
    text-decoration: none;
}
nav ul li a.selected,
nav ul li a.selected:active {
    color: #fff;     /* [5. ナビゲーション（第一階層メニュー）設定]　文字色（ハイライト時） */
    background: #00a5b4;     /* [5. ナビゲーション（第一階層メニュー）設定]　背景色（ハイライト時） */
    text-decoration: none;
}

nav ul li a span {
    display: none;
}

nav ul.sns {
    display: flex;
    margin: 0 auto 30px;
    justify-content: center;
}
nav ul.sns li{
    margin: 0 15px 0 0;
    width: 40px;
}
nav ul.sns li:last-child{
    margin: 0;
}
nav ul.sns li a:link,
nav ul.sns li a:visited,
nav ul.sns li a:active{
    background: none;
    padding: 0;
    border-bottom: none;
}

nav ul ul{
    margin: 0;
}

nav ul li.Column a{
    background: none;
    position: relative;
}
nav ul li.Column a::before,
nav ul li.Column a::after,
nav ul li.Column a.selected::before,
nav ul li.Column a.selected::after{
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        right: 3%;
        width: 10px;
        height: 2px;
        background: #00a5b4;
}
nav ul li.Column a::after,
nav ul li.Column a.selected::after{
    transform: rotate(90deg);
}
nav ul li.Column a.active::after,
nav ul li.Column a.active.selected::after{
        transform: rotate(0deg);
}
nav ul li.Column a.selected{
    background: #00a5b4;
}
nav ul li.Column a.selected::before,
nav ul li.Column a.selected::after{
        background: #fff;
}
nav ul li.Column .menu{
    display: none;
}
nav ul li.Column .menu li a:link,
nav ul li.Column .menu li a:visited,
nav ul li.Column .menu li a:active{
    padding: 12px 15px 12px 25px;
    background: #fff url(../img/sp/arw_side.png) no-repeat 97% 50%;
    background-size: 6px auto;
}
nav ul li.Column .menu li a::before,
nav ul li.Column .menu li a::after{
    content: none;
}

nav ul li.Company a{
    background: none;
    position: relative;
}
nav ul li.Company a::before,
nav ul li.Company a::after,
nav ul li.Company a.selected::before,
nav ul li.Company a.selected::after{
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        right: 3%;
        width: 10px;
        height: 2px;
        background: #00a5b4;
}
nav ul li.Company a::after,
nav ul li.Company a.selected::after{
    transform: rotate(90deg);
}
nav ul li.Company a.active::after,
nav ul li.Company a.active.selected::after{
        transform: rotate(0deg);
}
nav ul li.Company a.selected{
    background: #00a5b4;
}
nav ul li.Company a.selected::before,
nav ul li.Company a.selected::after{
        background: #fff;
}
nav ul li.Company .menu{
    display: none;
}
nav ul li.Company .menu li a:link,
nav ul li.Company .menu li a:visited,
nav ul li.Company .menu li a:active{
    padding: 12px 15px 12px 25px;
    background: #fff url(../img/sp/arw_side.png) no-repeat 97% 50%;
    background-size: 6px auto;
}
nav ul li.Company .menu li a::before,
nav ul li.Company .menu li a::after{
    content: none;
}
nav ul li.Consul a{
    background: none;
    position: relative;
}
nav ul li.Consul a::before,
nav ul li.Consul a::after,
nav ul li.Consul a.selected::before,
nav ul li.Consul a.selected::after{
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        right: 3%;
        width: 10px;
        height: 2px;
        background: #00a5b4;
}
nav ul li.Consul a::after,
nav ul li.Consul a.selected::after{
    transform: rotate(90deg);
}
nav ul li.Consul a.active::after,
nav ul li.Consul a.active.selected::after{
        transform: rotate(0deg);
}
nav ul li.Consul a.selected{
    background: #00a5b4;
}
nav ul li.Consul a.selected::before,
nav ul li.Consul a.selected::after{
        background: #fff;
}
nav ul li.Consul .menu{
    display: none;
}
nav ul li.Consul .menu li a:link,
nav ul li.Consul .menu li a:visited,
nav ul li.Consul .menu li a:active{
    padding: 12px 15px 12px 25px;
    background: #fff url(../img/sp/arw_side.png) no-repeat 97% 50%;
    background-size: 6px auto;
}
nav ul li.Consul .menu li a::before,
nav ul li.Consul .menu li a::after{
    content: none;
}


/* 採用情報ナビゲーション
======================================================= */
/* un_nav */
.un_nav {
    position: relative;
}
.un_nav.fixed {
    position: fixed;
    top: 61px;
    left: 0;
    width: 100%;
    z-index: 11;
    box-sizing: border-box;
}

.un_nav .trigger {
    display: block;
    padding: 13px 0 15px 48px;
    background: #d20000 url(../img/sp/submenu_open.png) 5% 50% no-repeat;
    -webkit-background-size: 18px auto;
       -moz-background-size: 18px auto;
         -o-background-size: 18px auto;
            background-size: 18px auto;
        -ms-background-size: 18px auto;
    color: #fff;
    font-family: 'Noto Serif JP', 'serif';
    line-height: 1.0;
}
.un_nav .trigger.active {
    background: #d20000 url(../img/sp/submenu_close.png) 5% 50% no-repeat;
    -webkit-background-size: 18px auto;
       -moz-background-size: 18px auto;
         -o-background-size: 18px auto;
            background-size: 18px auto;
        -ms-background-size: 18px auto;
}

.un_nav .submenu {
    position: absolute;
    display: none;
    width: 100%;
    margin: 0 auto;
    top: 43px;
/*    left: 3%;*/
    z-index: 20;
    background: #fff;
    font-family: 'Noto Serif JP', 'serif';
}

.un_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.3rem;
}

/* subnav */
.submenu ul.subnav {
    border-top: 1px solid #333;
    background: #fff;
}

.submenu ul.subnav > li {
    border-bottom: 1px solid #333;
}

.submenu ul.subnav li li {
    border-top: 1px solid #333;
    background: #ededed;
}

.submenu ul.subnav li a {
    display: block;
    margin: 0;
    padding: 14px 10px 13px 20px;
    background: url(../img/sp/arw_r.png) no-repeat 95% 20px;
    -webkit-background-size: 6px auto;
       -moz-background-size: 6px auto;
         -o-background-size: 6px auto;
            background-size: 6px auto;
        -ms-background-size: 6px auto;
}

.submenu ul.subnav li li a {
    display: block;
    margin: 0;
    padding: 14px 10px 13px 33px;
    background: url(../img/sp/arw_r.png) no-repeat 95% 20px;
    -webkit-background-size: 6px auto;
       -moz-background-size: 6px auto;
         -o-background-size: 6px auto;
            background-size: 6px auto;
        -ms-background-size: 6px auto;
}

.submenu ul.subnav li a:link,
.submenu ul.subnav li a:visited {
    color: #111;
    text-decoration: none;
}

.submenu ul.subnav li li a:link,
.submenu ul.subnav li li a:visited {
    color: #111;
    text-decoration: none;
}

.submenu ul.subnav li.subselected > a {
    background: #ededed url(../img/sp/arw_r.png) no-repeat 95% 20px;
    -webkit-background-size: 6px auto;
       -moz-background-size: 6px auto;
         -o-background-size: 6px auto;
            background-size: 6px auto;
        -ms-background-size: 6px auto;
    font-weight: normal;
    color: #111;
    text-decoration: none;
}

.submenu ul.subnav li li.localselected a {
    background: #242424;
    -webkit-background-size: 6px auto;
       -moz-background-size: 6px auto;
         -o-background-size: 6px auto;
            background-size: 6px auto;
        -ms-background-size: 6px auto;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

/* 下層ナビゲーション
======================================================= */
/* cate_top */
.cate_top {
    display: none;
}

/* subnav */
.side ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.3rem;
}

.side ul.subnav {
    border-top: 1px solid #d3d3d3;      /* [10. 下層メニュー（第二階層）設定]　枠線色 */
    border-left: 1px solid #d3d3d3;      /* [10. 下層メニュー（第二階層）設定]　枠線色 */
    border-right: 1px solid #d3d3d3;      /* [10. 下層メニュー（第二階層）設定]　枠線色 */
/*    margin: 0 0 30px;*/
    background: #fff;   /* [10. 下層メニュー（第二階層）設定]　背景色 */
}

.side ul.subnav > li {
    border-bottom: 1px solid #d3d3d3;      /* [10. 下層メニュー（第二階層）設定]　枠線色 */
}

.side ul.subnav li li {
    border-top: 1px solid #d3d3d3;  /* [11. 下層メニュー（第三階層）設定]　枠線色 */
    background: #f5f5f5;        /* [11. 下層メニュー（第三階層）設定]　背景色 */
}

.side ul.subnav li a {
    display: block;
    margin: 0;
    padding: 14px 20px 13px 10px;
    background: url(../img/sp/arw_side.png) no-repeat 98% 20px;
    -webkit-background-size: 6px auto;
       -moz-background-size: 6px auto;
         -o-background-size: 6px auto;
            background-size: 6px auto;
        -ms-background-size: 6px auto;
}

.side ul.subnav li li a {
    display: block;
    margin: 0;
    padding: 14px 20px 13px 23px;
    background: url(../img/sp/arw_side.png) no-repeat 98% 20px;
    -webkit-background-size: 6px auto;
       -moz-background-size: 6px auto;
         -o-background-size: 6px auto;
            background-size: 6px auto;
        -ms-background-size: 6px auto;
}

.side ul.subnav li a:link,
.side ul.subnav li a:visited {
    color: #333;     /* [10. 下層メニュー（第二階層）設定]　文字色 */
    text-decoration: none;
}

.side ul.subnav li li a:link,
.side ul.subnav li li a:visited {
    color: #333;    /* [11. 下層メニュー（第三階層）設定]　文字色 */
    text-decoration: none;
}

.side ul.subnav li.subselected > a {
    background: #EFF9FA url(../img/sp/arw_side.png) no-repeat 98% 20px;     /* [10. 下層メニュー（第二階層）設定]　背景色（ハイライト時） */
    -webkit-background-size: 8px 11px;
       -moz-background-size: 8px 11px;
         -o-background-size: 8px 11px;
            background-size: 8px 11px;
        -ms-background-size: 8px 11px;
    font-weight: normal;
    color: #333;     /* [10. 下層メニュー（第二階層）設定]　文字色（ハイライト時） */
    text-decoration: none;
}

.side ul.subnav li li.localselected a {
    background: #00a5b4;   /* [11. 下層メニュー（第三階層）設定]　背景色（ハイライト時） */
    -webkit-background-size: 8px 11px;
       -moz-background-size: 8px 11px;
         -o-background-size: 8px 11px;
            background-size: 8px 11px;
        -ms-background-size: 8px 11px;
    font-weight: normal;
    color: #fff;   /* [11. 下層メニュー（第三階層）設定]　文字色（ハイライト時） */
    text-decoration: none;
}

/* 採用情報：下層ナビゲーション
======================================================= */
.recruit .side ul.subnav {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.recruit .side ul.subnav > li {
    border-bottom: 1px solid #333;
}

.recruit .side ul.subnav li li {
    border-top: 1px solid #333;
    background: #ededed;
}

.recruit .side ul.subnav li a {
    background: url(../img/sp/arw_r.png) no-repeat 98% 20px;
    -webkit-background-size: 6px auto;
       -moz-background-size: 6px auto;
         -o-background-size: 6px auto;
            background-size: 6px auto;
        -ms-background-size: 6px auto;
}

.recruit .side ul.subnav li li a {
    background: url(../img/sp/arw_r.png) no-repeat 98% 20px;
    -webkit-background-size: 6px auto;
       -moz-background-size: 6px auto;
         -o-background-size: 6px auto;
            background-size: 6px auto;
        -ms-background-size: 6px auto;
}

.recruit .side ul.subnav li a:link,
.recruit .side ul.subnav li a:visited {
    color: #111;
}

.recruit .side ul.subnav li li a:link,
.recruit .side ul.subnav li li a:visited {
    color: #111;
}

.recruit .side ul.subnav li.subselected > a {
    background: #ededed url(../img/sp/arw_r.png) no-repeat 98% 20px;
    -webkit-background-size: 6px auto;
       -moz-background-size: 6px auto;
         -o-background-size: 6px auto;
            background-size: 6px auto;
        -ms-background-size: 6px auto;
}

.recruit .side ul.subnav li li.localselected a {
    background: #d20000;
    -webkit-background-size: 6px auto;
       -moz-background-size: 6px auto;
         -o-background-size: 6px auto;
            background-size: 6px auto;
        -ms-background-size: 8px 11px;
    color: #fff;
}

/* pagetop
======================================================= */
#comhead {
    padding-top: 50px;
}

.pagetop {
    position: fixed;
    z-index: 10;
    right: 3%;
    bottom: 0;
}

.pagetop a {
    float: left;
    width: 40px;
    padding-top: 40px;
    height: 0px !important;
    height /**/: 40px;
    margin: 0;
    overflow: hidden;
    outline: none;
    background: #222 url(../img/pagetop.png) no-repeat 50% 50%;    /* [16. フッター（メニュー部）設定]　背景色 */
}

/*説明会追尾ボタン
======================================================= */
.bulletin {
    position: absolute;
    top: 340px;
    left: 3%;
    z-index: 9;
    display: flex;
}

.bulletin_2 {
    position: absolute;
    top: 170px;
}

.bulletin.fixed {
    position: fixed;
    top: auto;    
    right: 3%;
}

.bulletin .btn,
.bulletin .btn_img{
    display: table;
    width: 100px;
    height: 100px;
    padding: 0;
    background: url(../img/bg_main_btn01.png) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
}
.bulletin .btn_img{
    margin: 0 10px 0 0;
    border-radius:0;
}

.bulletin .btn .txt_area {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 124px;
}

.bulletin .btn p {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
}

.bulletin .btn a {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: bold;
    color: #fff;
    background: #000;
    text-decoration: none;
    padding: 0 3px;
    margin: 5px 0 3px;
}

/* 採用情報：エントリー
======================================================= */
.recruit_cv {
    display: none;
    padding: 47px 0 70px;
    background: url(../img/sp/bg_recruit_cv.jpg) 0 0 no-repeat;
    background-size: cover;
}

.recruit .recruit_cv {
    display: block;
}

.recruit_cv .tit {
    text-align: center;
    margin: 0 0 31px;
}

.recruit_btn {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.recruit_btn li {
    border: 1px solid #000;
    margin: 0 0 18px;
}

.recruit_btn li:last-child {
    margin: 0;
}

.recruit .recruit_btn li a {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: 'Noto Serif JP', 'serif';
    color: #111;
    background: #fee700;
    text-align: center;
    text-decoration: none;
    box-shadow: 3.536px 3.536px 0px 0px rgba(8, 1, 3, 1);
    padding: 11px 0;
}

/* footer
======================================================= */
footer {
    background: #009ba2;    /* [17. フッター（住所、Copyright部）設定]　背景色 */
}

footer .foot_in {
    margin: 0;
    padding: 5%;
}

/* foot_cv */
.foot_cv {
    padding: 60px 24px;
    background: #f5f5f5;
    background-size: cover;
}
.home .foot_cv{
    padding: 60px 24px 80px;
}

.foot_cv .foot_in .info {
/*    width: 240px;*/
    padding: 30px 18px;
    background: #222;
    color: #f5f5f5;
}

.foot_cv .foot_in .info .tit {
    position: relative;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0 13px;
    margin: 0 0 13px;
    background: none;
    color: #f5f5f5;
    border: none;
    text-align: center;
}

.foot_cv .foot_in .info .tit span::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background: #00a5b4;
}

.foot_cv .foot_in .info p {
    font-size: 1.3rem;
}

.foot_cv .foot_in .cv_area {
    padding: 20px;
    background: #ffff;
}

.foot_cv .foot_in .cv_area .tel {
    margin: 0 0 20px;
}

.foot_cv .foot_in .cv_area .tel a {
    display: block;
    width: 170px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    color: #333;
    padding: 0 0 0 21px;
    margin: 0 auto;
    background: url(../img/sp/ico_tel.png) 0 50% no-repeat;
    background-size: 15px auto;
}

.foot_cv .foot_in .cv_area .tel span {
    display: block;
    font-size: 1.1rem;
    color: #666;
    text-align: center;
}

.foot_cv .cv_area .box_colum_btn a {
    width: 100%;
    background: #00a5b4;
    padding: 13px 10px;
    box-sizing: border-box;
}

.foot_cv .cv_area .box_colum_btn a span {
    padding: 0 0 0 37px;
    background: url(../img/sp/ico_contact.png) 0 50% no-repeat;
    background-size: 20px auto;
}

/* foot_nav */
footer .foot_nav {
    background: #656565;   /* [16. フッター（メニュー部）設定]　背景色 */
}

.foot_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.foot_nav ul li {
    border-top: 1px solid #656565;   /* [16. フッター（メニュー部）設定]　背景色 */
}

.foot_nav ul li:first-child {
    border: none;
}

.foot_nav a {
    display: block;
    padding: 12px 30px;
    background: #545454 url(../img/sp/arw_w.png) no-repeat 10px 50%;  /* [16. フッター（メニュー部）設定]　全体背景色（スマホ） */
    background-size: 13px auto;
}

.foot_nav a:link,
.foot_nav a:visited,
.foot_nav a:hover {
    color: #fff;   /* [16. フッター（メニュー部）設定]　文字色 */
    text-decoration: none;
}


/* foot_info */
.foot_info {
    padding: 30px 0 50px;
    color: #fff;    /* [16. フッター（メニュー部）設定]　文字色 */
    font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'Verdana', 'sans-serif';
}

.foot_info ul {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
    font-size: 1.3rem;
}

.foot_info ul li {
    margin: 0 0 10px;
    padding: 0 0 0 16px;
    background: url(../img/arw_w.png) no-repeat 0 50%;
    background-size: 6px auto;
}
.foot_info ul li:last-child {
    margin: 0;
}

.foot_info a:link,
.foot_info a:visited {
    color: #fff;   /* [16. フッター（メニュー部）設定]　文字色 */
    text-decoration: none;
}

.foot_info .foot_info_cont {
    margin: 0;
}

.foot_info .logo_address {
    margin: 0 0 15px;
    overflow: hidden;
}

.foot_info .logo_address .logo {
    float: left;
    width: 98px;
    margin: 0 10px 0 0;
}

.foot_info .logo_address p:last-child {
    float: left;
    width: 170px;
}

.foot_info .logo_address p {
    font-size: 1.0rem;
    line-height: 1.4;
}

.foot_info .logo_address span {
    display: none;
}

.foot_info .f_sns {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.foot_info .f_sns li {
    display: inline;
    width: 30px;
    margin: 0 0 0 5px;
}

.foot_info .f_sns li:first-child {
    margin: 0;
}

.foot_info .copy {
    clear: both;
    text-align: center;
    font-size: 1.0rem;
}

/* カテゴリタイトル
======================================================= */
.catetit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    background: url(../img/bg_cate_def.jpg) 0 0 no-repeat;
    background-size: cover;
}
.cases .catetit,
.accidents .catetit {
    background: url(../img/bg_cate_blog.jpg) 0 0 no-repeat;
    background-size: cover;
}
.catetit p {
    display: inline-flex;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 500;
    margin: 0 auto;
    padding: 3px 10px 4px;
    color: #fff;
    background: #222;
    border-bottom: 3px solid #00a5b4;
}

/* 事業案内 */
.Service .catetit {
    position: relative;
    background: none;
}
.Service .catetit::before {
    position: absolute;
    position: fixed;
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    height: 100vh;
    background: url(../img/bg_cate_service.jpg) 50% 90px no-repeat;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: -1;
}

/* 会社情報 */
.Company .catetit {
    position: relative;
    background: none;
}
.Company .catetit::before {
    position: absolute;
    position: fixed;
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    height: 100vh;
    background: url(../img/bg_cate_company.jpg) 50% -90px no-repeat;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: -1;
}

/* 代表挨拶 */
.Message .catetit {
    position: relative;
    background: none;
}
.Message .catetit::before {
    position: absolute;
    position: fixed;
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    height: 100vh;
    background: url(../img/bg_cate_message.jpg) 50% 0 no-repeat;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: -1;
}

/* ブログ */
.blog .catetit {
    background: url(../img/bg_cate_blog.jpg) 50% 50% no-repeat;
    background-size: cover;
}

/* 採用情報 */
.recruit .catetit {
    background: url(../img/bg_cate_recruit.jpg) 100% 100% no-repeat;
    background-size: cover;
}

.recruit .catetit p {
    display: inline-flex;
    font-family:'Noto Serif JP', 'serif';
    line-height: 1.6;
    font-weight: bold;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    background: none;
    border-bottom: none;
}

.recruit .catetit a {
    color: #fff;
    text-decoration: none;
}

/* パンくずのレイアウト設定
======================================================= */
ol.breadcrumb {
    font-size: 1.1rem;
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
}

ol.breadcrumb li {
    float: left;
    color: #999;
}

ol.breadcrumb li a {
    color: #999;
}

/* 採用情報：パンくずのレイアウト設定
======================================================= */
.f_breadcrumb {
    background: #000;
}

.recruit ol.breadcrumb {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}

.recruit ol.breadcrumb li,
.recruit ol.breadcrumb li a {
    color: #8d8d8d;
}


/* お知らせ設定
======================================================= */
.mceTopics {
    margin: 0 auto;
    padding: 0;
    width: 90%;
}
.mceTopics.un_wide{
    width: auto;
}
.mceTopics ul,
.mceTopics ol {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 180px;
    overflow: scroll;
}
.mceTopics.un_wide ul{
    height: auto;
    overflow: auto;
}
.mceTopics li {
    margin: 10px 0 0;
    padding: 0 0 10px;
    border-bottom: 1px dotted #ccc;
}
.mceTopics li:first-child {
    margin: 0;
}
.mceTopics li span {
    display: block;
}
.mceTopics li span.day {
    color: #999;
}
.topicsblock {
    margin: 0 0 10px;
}
.topicsblock_un {
    margin: 0 0 30px;
    padding: 0;
}
.home .main .topicsblock h2 {
    text-align: center;
    position: relative;
    margin: 0 0 10px;
    background: none;
}
.home .main .topicsblock h2:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #00a5b4 !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -20px;
}

.main .topicsblock_un h1 {
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 500;
    margin: 0 0 30px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d9d9d9;
    color: #333;
}

.topicsblock .linkset {
    float: right;
}
#top_a .topicsblock .linkset {
    padding: 5px 0 0;
}
.topicsblock .infolist {
    font-size: 12px;
    font-size: 1.2rem;
    float: left;
    padding: 1px 0 0;
}
.topicsblock .infolist a {
    padding: 0 0 0 14px;
    background: url(../img/sp/arw.png) 0 50% no-repeat;
    background-size: 6px auto;
}

.topicsblock .infolist a,
.topicsblock .infolist a:visited {
    color: #3864b1;       /* [4. 基本文字]　リンク文字色 */
}

.inforss {
    float: right;
    width: 13px;
    padding: 4px 0 0;
    line-height: 1;
}

.pager {
    margin-bottom: var(--pagination-mbe, 0) !important;
}
ul.pager {
    font-size: 1.2rem;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
}
ul.pager li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.pager li strong {
    display: inline-block;
    width: 30px;
    padding: 3px 5px 4px;
    color: #fff;
    border: 1px #00a5b4 solid;
    background-color: #00a5b4;
    box-sizing: border-box;
}
ul.pager li a {
    display: inline-block;
    width: 30px;
    padding: 3px 5px 4px;
    text-decoration: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
ul.pager li a:link,
ul.pager li a:visited {
    color: #333;
    border-color: #ccc;
}
ul.pager li a:hover,
ul.pager li a:active {
    color: #fff;
    border-color: #00a5b4;
    background-color: #00a5b4;
}


/* サイトマップ設定
======================================================= */
.block_sm {
    clear: both;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: left;
    border-bottom: 1px dotted #ccc;
}
.block_sm h2.sitemap {

    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    color: #000;
    border: 0;
    background: none;
}
.sitemap_ul {
    margin: 3px 0 0 10px;
    list-style: none;
    border: 0;
}
.sitemap_ul li {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 2px 0 2px 17px;
    text-align: left;
    border: 0;
    background: url(../img/sitemap_arrow.gif) no-repeat 0 5px;
}
.sitemap_ul li ul {
    margin: 3px 0 0 13px;
    list-style: none;
}
.sitemap_ul li ul li {
    padding-left: 17px;
    text-align: left;
    background: url(../img/sitemap_arrow.gif) no-repeat 0 5px;
}


/* 電話
======================================================= */
.tel a {
    cursor: pointer !important;
    text-decoration: none;
    pointer-events: auto !important;
}


/* スマホPC切替スイッチ
======================================================= */
.dvc_switch {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.dvc_switch ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.dvc_switch ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: none;
}

.dvc_switch li a#btnPC {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0 0 10px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: none;
}
.dvc_switch li a#btnPC span {
    display: inline-block;
    padding: 0 0 0 34px;
    background: url(../img/sp/ico_pc.png) 10px 50% no-repeat;
    -webkit-background-size: 17px 16px;
       -moz-background-size: 17px 16px;
         -o-background-size: 17px 16px;
            background-size: 17px 16px;
        -ms-background-size: 17px 16px;
}

.dvc_switch li a#btnSP {
    display: none;
}

.dvc_switch p {
    font-size: 77%;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: center;
    color: #fff;
}


/* googleコンバージョン
======================================================= */

iframe[name="google_conversion_frame"] {
    position: absolute;
    top: -300px;
    left: 0;
    width: auto !important;
    height: auto !important;
    border: none !important;
}

/*==========================================
    追加
============================================*/
.foot_contact {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.foot_contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.foot_contact ul li {
  width: 50%;
  margin: 0 !important;
  padding: 0 !important;
}
.foot_contact ul li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.foot_contact ul li:first-child a {
  background: #00BDCE url(../img/sp/btn_tel.png) no-repeat 0 0;
  background-size: 40px 40px;
  background-position: center left;
  border-right: solid 1px #fff;
}
.foot_contact ul li:last-child a {
  background: #00BDCE url(../img/sp/btn_contact.png) no-repeat 0 0;
  background-size: 40px 40px;
  background-position: center left;
}
/**/
.main.consul_category ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  line-height: normal;
}
.main.consul_category ul li {
  width: 100%;
  margin: 0 0 10px;
}
.main.consul_category ul li a {
  display: block;
  text-decoration: none;
  padding: 15px 0;
  color: #333;
  font-weight: bold;
  background: #eff9fa;
  border: 2px solid #00A5B4;
  border-radius: 3px;
  text-align: center;
  position: relative;
}
.main.consul_category ul li a:hover {
  opacity: 0.6;
}
.main.consul_category ul li img {
  display: block;
  width: 50px;
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main.consul_category ul.main_consul li {
  width: auto;
}
/**/
.main.consul_list .post_list {
  margin-bottom: 30px;
}
.main.consul_list ul li article {
  float: none !important;
  width: 100% !important;
  margin: 0;
  padding: 10px 0;
  border-bottom: solid 1px #d9d9d9;
}
.main.consul_list ul li .list-inline {
  position: static;
  display: inline-block;
  text-align: center;
}
/**/
.main.consul .entry_head ul li:first-child {
  margin: 0;
}
.main.consul .dl_box {
  border: solid 1px #d9d9d9;
}
.main.consul .dl_box dl {
  margin: 0;
  display: flex;
  border-bottom: solid 1px #d9d9d9;
  font-size: 15px;
}
.main.consul .dl_box dl:last-child {
  border-bottom: none;
}
.main.consul .dl_box dl dt {
  width: 35%;
  color: #333;
  font-weight: bold;
  padding: 10px 10px;
  background: #f5f5f5;
  border-right: solid 1px #d9d9d9;
  display: flex;
  align-items: center;
}
.main.consul .dl_box dl dd {
  margin: 0;
  width: 65%;
  padding: 10px 10px;
}
/**/
.main.voice .dl_box {
  border: solid 1px #d9d9d9;
}
.main.voice .dl_box dl {
  margin: 0;
  display: flex;
  border-bottom: solid 1px #d9d9d9;
  font-size: 15px;
}
.main.voice .dl_box dl:last-child {
  border-bottom: none;
}
.main.voice .dl_box dl dt {
  width: 35%;
  color: #333;
  font-weight: bold;
  padding: 10px 10px;
  background: #f5f5f5;
  border-right: solid 1px #d9d9d9;
  display: flex;
  align-items: center;
}
.main.voice .dl_box dl dd {
  margin: 0;
  width: 65%;
  padding: 10px 10px;
}
/**/
.cta {
  margin: 50px auto;
}
.cta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.cta ul li {
  width: auto;
  padding: 30px 0;
}
.cta ul li:first-child {
  background: #00BDCE;
}
.cta ul li:last-child {
  background: #DE8217;
}
.cta ul li a {
  display: block;
  text-decoration: none;
}
.cta ul li a:hover {
  opacity: 0.6;
}
.cta ul li h4 {
  text-align: center;
  color: #333;
  font-weight: bold;
  margin: 0 auto 20px;
  font-size: 18px;
  width: 80%;
  border-radius: 50px;
  padding: 5px 0;
}
.cta ul li:first-child h4 {
  background: #99E5EB;
}
.cta ul li:last-child h4 {
  background: #F2CDA2;
}
.cta ul li .cta_tel {
  margin: -10px auto 0;
}
.cta ul li .cta_tel a {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  color: #fff;
}
.cta ul li .cta_tel a .icon {
  display: inline-block;
  position: relative;
  top: 7px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #fff;
}
.cta ul li .cta_tel a .icon img {
  width: 20px;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cta ul li .time {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}
.cta ul li .cta_btn a {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #DE8217;
  border-radius: 3px;
  position: relative;
}
.cta ul li .cta_btn a img {
  display: block;
  width: 35px;
  position: absolute;
  left: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
}