@charset 'UTF-8';

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

/* IE用印刷設定CSS
======================================================= */

@media print {
    body {
        _zoom: 67%; /*WinIE only */
    }
    #top_a {
        _zoom: 95%; /*WinIE only */
    }
}

/* 基本設定
======================================================= */
* {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.8;
    position: relative;
    min-width: 980px;      /* [1. 基本レイアウト設定]　全体の幅 */
    text-align: left;
    color: #333;       /* [4. 基本文字設定]　文字色 */
    background: #fff ;      /* [2. サイト全体の背景設定]　背景色 */
}
body.home,
body.recruit2023.top {
    min-width: 1160px; 
}

body.contact {
    min-width: 980px;
}

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

address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
    font-style: normal;
}

p {
    font-size: 15px;
    font-size: 1.5rem;
}

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

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

@-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(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 1s;
        transition: all 1s;
}

/* 採用情報：基本設定
======================================================= */
.recruit a:link,
.recruit a:visited {
    text-decoration: underline;
    color: #0042a5;       /* [4. 基本文字設定]　リンク文字色 */
}
.recruit a:hover,
.recruit a:active {
    text-decoration: none;
    color: #0042a5;       /* [4. 基本文字設定]　リンク文字色 */
}

/* レイアウト設定
======================================================= */
.wrappertop {
    width: 100%;      /* [1. 基本レイアウト設定]　全体の幅 */
    margin: 0 auto;
    text-align: left;
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background: #fff;
    z-index: 1;
}
.recruit .wrapper {
    overflow: hidden;
}

.blog .wrapper .wrap_in {
    width: 980px; 
    margin: 0 auto;
    padding-inline: 20px;
}

.wrapper .side {
    display: none;
}
body.blog .wrapper .side {
    display: block;
    float: left;
    width: 210px;
    padding: 58px 0 0;
    margin: 0 auto 30px;
    overflow: hidden;
    min-height: 500px;
}

.wrappertop .main {
    padding: 0;
    overflow: hidden;
}

.wrapper .main {
    float: none;
    width: 980px;      /* [1. 基本レイアウト設定]　メインカラムの幅 */
    /* padding: 26px 0 20px; */
    padding: 26px 20px 20px;
    margin: 0 auto;
/*    overflow: hidden;*/
    min-height: 500px;
}

body.blog .wrapper .main {
    float: right;
    width: 720px;
    padding: 48px 0 0;
}

.contact .wrapper {
    width: 100%;
    margin: 0;
    padding: 0 0 50px;
    text-align: left;
}

.contact .wrapper .main {
    float: none;
    width: 980px;
    margin: 0 auto;
    /* padding: 26px 0 0; */
    padding: 26px 20px 0;
}

.contact.wide .wrapper .main {
    width: 980px;
    padding-inline: 20px;
}

/* header設定
======================================================= */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 0 0;
    background: #fff ;   /* [3. ヘッダー設定]　背景色 */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    z-index: 120;
    background: #fff;
}
.contact header {
    padding: 12px 0;
}
header.fixed {
    border-bottom: 1px solid #e4e4e4;
    min-width: 1050px;
}

header .inner {
    max-width: 1340px;
    min-width: 1050px;   /* [1. 基本レイアウト設定]　全体の幅 */
    margin: 0 auto;
}

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

header .head_l {
    float: left;
    display: flex;
    align-items: center;
    width: 335px;
    padding: 0;
    color: #333;    /* [3. ヘッダー設定]　h1、キャッチ文字色 */
}

header .head_l h1 {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.0;
}
header .head_l p {
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0;
    font-weight: normal;
}

body.contact header p {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 0;
}

body.contact header p.logo {
    padding: 8px 0 0 0;
}

header .logo {
    float: left;
    max-width: 154px;
    padding: 0;
    margin: 0 20px 0 0;
}
header .logo img {
    max-width: 154px;
    height: auto;
}

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

header .head_l .catch {
    float: right;
    width: 160px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5;
    padding: 0;
}

header .head_r {
    line-height: 1;
    float: right;
    width: 705px;
    padding: 0 0;
    display: flex;
    align-items: center;
}

header .head_r ul.sns {
    display: flex;
    margin: 0 18px 0 0;
}
header .head_r ul.sns li{
    margin: 0 8px 0 0;
    width: 30px;
}
header .head_r ul.sns li:last-child{
    margin: 0;
}

.tel {
    width: 270px;
    margin: 0 0 10px;
    color: #333;        /* [18. CVエリア設定]　電話番号文字色 */
    text-align: left;
    overflow: hidden;
}
.tel a {
    background: url(../img/ico_tel.png) 0 50% no-repeat;
    background-size: 21px auto;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.3;
    padding: 0 0 0 30px;
    cursor: default;
    text-decoration: none;
    pointer-events: none;
}
header .head_r .tel {
    width: 240px;
    margin: 0;
}
header .head_r .tel a {
    font-size: 30px;
    font-size: 3.0rem;    
}
body.contact .tel a {
    background: url(../img/ico_tel.png) 0 0.3em no-repeat;
    background-size: 21px auto;
}

.tel a,
.tel a:visited,
.recruit .tel a,
.recruit .tel a:visited {
    color: #333;        /* [18. CVエリア設定]　電話番号文字色 */
}

.tel span {
    display: block;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #666;
    text-align: center;
}
.tel span br {
    display: none;
}
/*
body.contact .tel {
    width: 360px;
}
*/
body.contact .tel span {
    padding: 0 0 0 30px;
    text-align: left;
}
header .head_r .contact {
    margin: 0;
}
header .head_r .contact a {
     padding: 10px 38px;
}

.sp_trigger,
.overlay { display: none;}

.contact header .inner {
    width: 980px;
    padding-inline: 20px;
}


/* nav
======================================================= */
nav {
    clear: both;
    display: block !important;
    padding: 10px 0 0 0;
    border-top: 1px solid #fff;       /* [5. ナビゲーション（第一階層メニュー）設定]　枠線色 */
    border-bottom: 1px solid #fff;       /* [5. ナビゲーション（第一階層メニュー）設定]　枠線色 */
    background: #fff ;   /* [5. ナビゲーション（第一階層メニュー）設定]　背景色 */
}

nav ul {
    /*width: 980px;*/
    margin: 0 auto;
    padding: 8px 0 0;
    list-style-type: none;
    border-left: 1px solid #fff;       /* [5. ナビゲーション（第一階層メニュー）設定]　枠線色 */
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    display: flex;
    justify-content: center;
}
nav ul li.Contact {
    display:none;
}
nav ul li {
    position: relative;
}
nav ul li a {
    display: block;
    padding: 0 0 10px;
    margin: 0 25px;
    text-align: center;
    font-weight: bold;
}
nav ul li:first-child a{
    /*margin: 0;*/
}

nav ul li.ml0 a {
    margin: 0;
}

nav ul li a:link,
nav ul li a:visited,
.recruit nav ul li a:link,
.recruit nav ul li a:visited,
.column nav ul li a:hover,
.column nav ul li a.selected {
    text-decoration: none;
    color: #333;       /* [5. ナビゲーション（第一階層メニュー）設定]　文字色 */
    border-bottom: 3px solid #fff;
}

nav ul li a:hover,
nav ul li a.selected,
.recruit nav ul li a:hover,
.recruit nav ul li a.selected,
.column nav ul li a:hover,
.column nav ul li a.selected {
    text-decoration: none;
    color: #333;       /* [5. ナビゲーション（第一階層メニュー）設定]　文字色（ハイライト時） */
    background: none;       /* [5. ナビゲーション（第一階層メニュー）設定]　背景色（ハイライト時） */
    border-bottom: 3px solid #00a5b4;
}

nav ul li a span {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    color: #008596;
    padding: 0;
    margin: 0;
    text-align: center;
}

nav ul.sns{
    display: none;
}

nav ul li.Column a em, nav ul li.Company a em, nav ul li.Consul a em {
  font-weight: bold;
}
nav ul li.Column .menu, nav ul li.Company .menu, nav ul li.Consul .menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  background: #00a5b4;
  height: auto;
}
nav ul li.Column .menu ul, nav ul li.Company .menu ul, nav ul li.Consul .menu ul {
  width: auto;
  display: block;
  border: none;
  padding: 0;
}
nav ul li.Column .menu ul li, nav ul li.Company .menu ul li, nav ul li.Consul .menu ul li {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 1px solid #fff;
}
nav ul li.Column .menu ul li a, nav ul li.Company .menu ul li a, nav ul li.Consul .menu ul li a {
  border: none;
  color: #fff;
  font-weight: normal;
  margin: 0;
  padding: 15px 0;
  display: inline-block;
  height: 20px;
  width: auto;
}
nav ul li.Column .menu ul li:last-child, nav ul li.Company .menu ul li:last-child, nav ul li.Consul .menu ul li:last-child {
  border-bottom: none;
}
nav ul li.Column .menu ul li a span:hover, nav ul li.Company .menu ul li a span:hover, nav ul li.Consul .menu ul li a span:hover {
  border-bottom: 1px solid #fff;
}


/* カテゴリタイトル
======================================================= */
/* 共通 */
.catetit {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    height: 200px;
    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: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 500;
    margin: 0 auto;
    padding: 11px 21px 11px 19px;
    color: #fff;
    background: #222;
    border-bottom: 3px solid #00a5b4;
}

/* 事業案内 */
.Service .catetit {
    position: relative;
    background: none;
    height: 0;
}
.Service .catetit::before {
    position: absolute;
    position: fixed;
    content: "";
    display: block;
    top: 98px;
    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;
    height: 0;
}
.Company .catetit::before {
    position: absolute;
    position: fixed;
    content: "";
    display: block;
    top: 98px;
    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;
    height: 0;
}
.Message .catetit::before {
    position: absolute;
    position: fixed;
    content: "";
    display: block;
    top: 98px;
    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) 0 0 no-repeat;
    background-size: cover;
}


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

.recruit .catetit p {
    display: inline-flex;
    font-size: 40px;
    font-size: 4.0rem;
    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: 13px;
    font-size: 1.3rem;
    padding: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

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

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

.sitemap ol.breadcrumb {
    margin: 50px 0 20px;
}

.blog ol.breadcrumb {
    width: 980px;
    padding-inline: 20px;
    margin: 50px auto 20px;
}

/* 採用情報：パンくず
======================================================= */
.f_breadcrumb {
    padding: 11px 0;
    background: #000;
}
.recruit ol.breadcrumb {
    width: 980px;
    padding-inline: 20px;
    margin: 0 auto;
}

.recruit ol.breadcrumb li,
.recruit ol.breadcrumb li a {
    color: #8d8d8d;
}
/* 下層ナビゲーション
======================================================= */

/* cate_top */
.cate_top {
    display: none;
}

/* 共通設定 */
.un_nav {
    position: relative;
    top: -17px;
    left: 50%;
    display: inline-block;
}

.un_nav .trigger {
    display: none;
}

.submenu {
    position: relative;
    left: -50%;
}

.un_nav ul {
    position: relative;
    left: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 15px;
    font-size: 1.5rem;
}

.un_nav ul li {
    position: relative;
    left: -50%;
    float: left;
    padding: 5px 0 4px;
}

/* subnav */
.un_nav .subnav {
    padding: 0 40px;
    background: #00a5b4;
}

.un_nav .subnav  ul > li {
    border-bottom: none;       /* [10. 下層メニュー（第二階層）設定]　枠線色 */
    margin: 0 0 0 40px;
}
.un_nav .subnav  ul > li:first-child {
    margin: 0;
}

.un_nav .subnav ul li a {
    display: block;
    margin: 0;
    padding: 0 0 2px;
    background: none;     /* [10. 下層メニュー（第二階層）設定]　背景色 */
}

.un_nav .subnav ul li a:link,
.un_nav .subnav ul li a:visited {
    color: #fff;        /* [10. 下層メニュー（第二階層）設定]　文字色 */
    text-decoration: none;
    border-bottom: 2px solid #00a5b4;
}

.un_nav .subnav ul li a:hover,
.un_nav .subnav ul li.subselected > a {
    background: none;     /* [10. 下層メニュー（第二階層）設定]　背景色（ハイライト時） */ 
    color: #fff;        /* [10. 下層メニュー（第二階層）設定]　文字色（ハイライト時） */
    text-decoration: none;
    border-bottom: 2px solid #fff;
}

/* localnav */
.un_nav .localnav {
    padding: 0 40px;
    background: #f5f5f5;
}

.un_nav .localnav  ul > li {
    border-bottom: none;       /* [10. 下層メニュー（第二階層）設定]　枠線色 */
    margin: 0 0 0 40px;
}
.un_nav .localnav  ul > li:first-child {
    margin: 0;
}

.un_nav .localnav ul li a {
    display: block;
    margin: 0;
    padding: 0 0 2px;
    background: none;     /* [10. 下層メニュー（第二階層）設定]　背景色 */
}

.un_nav .localnav ul li a:link,
.un_nav .localnav ul li a:visited {
    color: #111;        /* [10. 下層メニュー（第二階層）設定]　文字色 */
    text-decoration: none;
    border-bottom: 2px solid #f5f5f5;
}

.un_nav .localnav ul li a:hover,
.un_nav .localnav ul li.localselected > a {
    background: none;     /* [10. 下層メニュー（第二階層）設定]　背景色（ハイライト時） */ 
    color: #008596;        /* [10. 下層メニュー（第二階層）設定]　文字色（ハイライト時） */
    text-decoration: none;
    border-bottom: 2px solid #008596;
}

/*.side ul.bnr {
    width: 210px;
    margin: 20px 0 0px;
}

.side ul.bnr li {
    line-height: 1;
    margin: 0 0 10px;
    padding: 0;
}*/

/* 採用情報：下層ナビゲーション
======================================================= */
/* 共通 */
.recruit .un_nav .submenu {
    font-family:'Noto Serif JP', 'serif';
    border: 1px solid #000;
}

/* subnav */
.recruit .un_nav .subnav {
    background: #d20000;
}
.recruit .un_nav.fixed .subnav {
    position: fixed;
    top: 99px;
    left: 0;
    z-index: 120;
    width: 100%;
    background: #d20000;
    min-width: 980px;
}

.recruit .un_nav .subnav ul li a:link,
.recruit .un_nav .subnav ul li a:visited {
    border-bottom: 1px solid #d20000;
}

.recruit .un_nav .subnav ul li a:hover,
.recruit .un_nav .subnav ul li.subselected > a {
    border-bottom: 1px solid #fff;
}

/* localnav */
.recruit .un_nav .localnav {
    background: #ededed;
}
.recruit .un_nav.fixed .localnav {
    position: fixed;
    top: 143px;
    left: 0;
    z-index: 120;
    width: 100%;
    background: #ededed;
    min-width: 980px;
}

.recruit .un_nav .localnav ul li a:link,
.recruit .un_nav .localnav ul li a:visited {
    border-bottom: 1px solid #ededed;
}

.recruit .un_nav .localnav ul li a:hover,
.recruit .un_nav .localnav ul li.localselected > a {
    color: #c80000;        /* [10. 下層メニュー（第二階層）設定]　文字色（ハイライト時） */
    border-bottom: 1px solid #c80000;
}

/* トップページ設定
======================================================= */
.wrappertop .block {
    clear: both;
    width: 100%;
    margin: 0;
}

/* 下層共通設定
======================================================= */
.wrapper .block {
    clear: both;
    width: 100%;
    margin: 0 0 50px;
    overflow: hidden;
}

.main h1 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 44px;
    padding: 0 0 12px;
    border-bottom: 2px solid #d9d9d9;   /* [12. 下層ページ大見出し（タイトル）設定]　枠線（下線）色 */
    color: #333;   /* [12. 下層ページ大見出し（タイトル）設定]　文字色 */
}

.main .block h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 30px;
    padding: 7px 20px 8px;
    background: #f5f5f5;   /* [13. 下層ページ中見出し設定]　背景色 */
    color: #333;   /* [13. 下層ページ中見出し設定]　文字色 */
    border-bottom: 2px solid #00a5b4;   /* [13. 下層ページ中見出し設定]　枠線（左線）色 */
}

.main .block h3 {
    position: relative;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 13px;
    padding: 0 0 0 26px;
    color: #333;   /* [14. 下層ページ小見出し]　文字色 */
    border-left: none;   /* [14. 下層ページ小見出し]　枠線（左線）色 */
}
.main .block h3::after {
    position: absolute;
    content: "";
    top: 16px;
    left: 0;
    width: 16px;
    height: 2px;
    background: #00a5b4;
}

/* 採用情報：下層共通設定
======================================================= */
.recruit .main h1 {
    position: relative;
    font-weight: bold;
    font-family:'Noto Serif JP', 'serif';
    border-bottom: 2px solid #242424;
    color: #111;
}
.recruit .main h1::after {
    position: absolute;
    content: "";
    bottom: -2px;
    width: 140px;
    height: 2px;
    background: #d20000;
}

.recruit .main .block h2 {
    position: relative;
    font-weight: bold;
    font-family:'Noto Serif JP', 'serif';
    padding: 10px 10px 11px 35px;
    background: #242424;
    color: #fff;
    border-bottom: none;
}
.recruit .main .block h2::before {
    position: absolute;
    content: "";
    top: 27px;
    left: 0;
    width: 18px;
    height: 3px;
    background: #d20000;
}

.recruit .main .block h3 {
    position: relative;
    font-family:'Noto Serif JP', 'serif';
    font-weight: bold;
}
.recruit .main .block h3::after {
    position: absolute;
    content: "";
    top: 16px;
    left: 0;
    width: 16px;
    height: 2px;
    background: #d20000;
}

/* 下層ブロック管理画面にCSS効かせたくないスタイル
======================================================= */
/* box_colum_btn */
.box_colum_btn a:hover {
    text-decoration: none;
    opacity: 0.6;
}

/* alink */
ul.alink li {
    float: left;
    margin: 0 10px 10px 0;
}

ul.alink li a:link,
ul.alink li a:visited {
    color: #333;
    text-decoration: none;
}

ul.alink li a:hover {
    color: #333;
    text-decoration: underline;
}

/* 採用情報 */
.recruit ul.alink li a {
    box-shadow: 1.414px 1.414px 0px 0px rgba(0, 0, 0, 1);
}

.recruit ul.alink li a:link,
.recruit ul.alink li a:visited {
    color: #000;
    text-decoration: none;
}

.recruit ul.alink li a:hover {
    color: #000;
    text-decoration: underline;
}

/* pagetop
======================================================= */
#comhead {
    padding-top: 148px;
}
.contact #comhead {
    padding-top: 88px;
}
.pagetop {
    position: fixed;
    z-index: 10;
    right: 50px;
    bottom: 0;
}

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

/*説明会追尾ボタン
======================================================= */
.bulletin {
    position: absolute;
    top: 460px;
    width: 180px;
    right: 30px;
    z-index: 60;
}

.bulletin_2 {
    position: absolute;
    top: clamp(500px, 46vw, 640px);
}

.bulletin.fixed {
    position: fixed;
    top: auto;
    right: 30px;
    max-width: unset;
    min-width: unset;
}

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

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

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

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

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

.recruit .recruit_cv {
    display: block;
    overflow: hidden;
}

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

.recruit_btn {
    position: relative;
    left: 50%;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.recruit_btn li {
    position: relative;
    left: -50%;
    float: left;
    width: 410px;
    border: 1px solid #000;
    margin: 0 0 0 50px;
}

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

.recruit .recruit_btn li a {
    display: block;
    font-size: 40px;
    font-size: 4.0rem;
    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);
}


/* footer
======================================================= */
footer {
    background: #009ba2;    /* [17. フッター（住所、Copyright部）設定]　背景色 */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

footer .foot_in {
    width: 980px;      /* [1. 基本レイアウト設定]　全体の幅 */
    padding-inline: 20px;
    margin: 0 auto;
}

/* foot_cv */
.foot_cv {
    padding: 100px 0;
    background: #f5f5f5;
    background-size: cover;
}

.foot_cv .foot_in .info {
    float: left;
    width: 260px;
    padding: 30px 20px 30px 30px;
    background: #222;
    color: #f5f5f5;
}

.foot_cv .foot_in .info .tit {
    position: relative;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0 22px;
    margin: 0 0 30px;
    background: none;
    color: #f5f5f5;
    border: none;
}

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

.foot_cv .foot_in .cv_area {
    float: right;
    display: flex;
    align-items: center;
    width: 580px;
    padding: 67px 50px 56px 40px;
    background: #fff;
}

.foot_cv .foot_in .cv_area .tel {
    float: left;
}

.foot_cv .cv_area .box_colum_btn a {
    width: 267px;
    background: #00a5b4;
    padding: 28px 10px 27px;
}

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

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

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

.foot_nav ul li {
    float: left;
    margin: 0 21px 0 0;
    padding: 0 0 0 16px;
    background: url(../img/arw_fmenu.png) no-repeat 0 .4em;
}

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

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


/* foot_info */
.foot_info {
    padding: 35px 0 45px;
    color: #fff;    /* [17. フッター（住所、Copyright部）設定]　文字色 */
}

.foot_info ul {
    float: right;
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    font-size: 1.4rem;
}

.foot_info ul li {
    float: left;
    margin: 0 21px 0 0;
    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 a:hover {
    color: #fff;   /* [16. フッター（メニュー部）設定]　文字色 */
    text-decoration: underline;
}

.foot_info .logo_address {
    float: left;
    display: flex;
    align-items: center;
    width: 370px;
}

.foot_info .logo_address .logo {
    float: left;
    width: 154px;
    padding: 0 18px 0 0;
}

.foot_info .logo_address p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.foot_info .f_sns {
    float: right;
    padding: 0 0px 0 0;
}

.foot_info .f_sns li {
    float: left;
    width: 30px;
    margin: 0 0 0 5px;
}

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

.foot_info .copy {
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
}

.contact footer .foot_in {
    width: 980px;
    padding-inline: 20px;
}

.contact footer .foot_info .logo_address {
    float: left;
    width: 580px;
}

/*.contact footer .foot_info .logo_address .logo {
    float: left;
    width: 200px;
}

.contact footer .foot_info .logo_address ul {
    float: right;
    width: 360px;
}*/

.contact footer .foot_info .f_sns {
    float: right;
    padding: 15px 0 0;
}


/* お知らせ設定
======================================================= */
.mceTopics {
    width: 980px;
    margin: 0 auto 50px;
    padding: 0;
}

.mceTopics ul,
.mceTopics ol {
     font-size: 14px;
     font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 150px;
    overflow: scroll;
    overflow-x: hidden;
}
.mceTopics.un_wide ul{
    height: auto;
    overflow: auto;
}
.mceTopics li {
    margin: 15px 0 0;
    padding: 0 0 15px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}
.mceTopics li:first-child {
    margin: 0;
}
.mceTopics li span {
    display: block;
}
.mceTopics li span.day {
    float: left;
    width: 110px;
    color: #999;
}
.mceTopics li span.title {
    float: left;
    width: 860px;
}
.topicsblock {
}
.topicsblock_un {
    margin: 0 0 30px;
    padding: 0;
}

.main .topicsblock_un h1 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 15px 0 44px;
    padding: 0 0 12px;
    border-bottom: 2px solid #d9d9d9;
    color: #333;
}

.home .topicsblock h2 {
    text-align: center;
    position: relative;
    margin: 0 0 10px;
    background: none;
}

.home .topicsblock h2::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #00a5b4 !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -20px;
}



.topicsblock .linkset {
    float: right;
}
#top_b .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/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: 13px;
    font-size: 1.3rem;
    margin: 0;
    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: 2px 5px 3px;
    color: #fff;
    border: 1px #00a5b4 solid;
    background-color: #00a5b4;
    box-sizing: border-box;
}
ul.pager li a {
    display: inline-block;
    width: 30px;
    padding: 2px 5px 3px;
    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: #fff;
    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: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    color: #000;
    border: 0;
}
.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;
}


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

.dvc_switch ul {
    margin: 0 auto;
    padding: 0;
}

.dvc_switch li {
    list-style-type: none;
}

.dvc_switch li.pc {
    display: none;
}

.dvc_switch li.sp {
    text-align: center;
}

.dvc_switch li.sp a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
}

.dvc_switch li a {
    width: 100%;
    padding: 0;
    text-decoration: none;
    color: #fff;
}

.dvc_switch li:first-child a {
    line-height: 1.6;
}

.dvc_switch p {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

/* boxlink
======================================================= */
.boxlink {
    cursor: pointer;
}

/* ナビ　画面に合わせた設定
======================================================= */
@media screen and (max-width: 1050px) {
    header {
            padding: 17px 0;
    }
}
@media screen and (max-width: 1300px) {
    header {
            padding: 17px 20px;
    }
}
@media screen and (max-width: 1180px) {
    .home header {
            padding: 17px 0;
    }
}
/*==========================================
    ふきだし
============================================*/

.arrow_question {
  position: relative;
  background: #fff;
  border: 1.5px solid #c8c8c8;
  border-radius: 10px;
  width: 72%;
  font-size: 14px;
  padding: 25px;
}
.arrow_answer {
  position: relative;
  background: #fff;
  border: 1.5px solid #2a7ec2;
  border-radius: 10px;
  width: 72%;
  font-size: 14px;
  padding: 25px;
}

.arrow_question {
  float: right;
}

.arrow_answer:after,
.arrow_answer:before,
.arrow_question:after,
.arrow_question:before {
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_question:after,
.arrow_question:before {
  right: 100%;
}

.arrow_answer:after,
.arrow_answer:before {
  left: 100%;
}

.arrow_answer:after,
.arrow_question:after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 8px;
  margin-top: -8px;
}

.arrow_answer:after {
  border-left-color: #fff;
}

.arrow_question:after {
  border-right-color: #fff;
}

.arrow_answer:before,
.arrow_question:before {
  border-color: rgba(200, 200, 200, 0);
  border-width: 9px;
  margin-top: -9px;
}

.arrow_answer:before {
  border-left-color: #2a7ec2;
}

.arrow_question:before {
  border-right-color: #c8c8c8;
}

.question_image {
  float: left;
}

.answer_image {
  float: right;
}

.answer_image img,
.question_image img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 120px;
}

.question_Box .name {
  text-align: center;
  font-size: 12px;
}
.question_Box {
  padding: 20px 0;
  overflow: hidden;
  max-width: 700px;
  margin: auto;
}
.q1 {
  padding-top: 50px;
}
.question_Box:nth-child(even) {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .answer_image,
  .question_image {
    max-width: 16%;
  }

  .question_Box {
    padding: 20px 15px;
  }
  .arrow_question,
  .arrow_answer {
    width: 72%;
    padding: 15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 834px) {
  .arrow_question,
  .arrow_answer {
    width: 70%;
  }
}
@media only screen and (min-width: 835px) and (max-width: 911px) {
  .arrow_question,
  .arrow_answer {
    width: 74%;
  }
}
@media only screen and (min-width: 912px) and (max-width: 1300px) {
  .arrow_question,
  .arrow_answer {
    width: 77%;
  }
}

/*==========================================
    追加
============================================*/
.foot_contact {
  display: none;
}
/**/
.main.consul_category ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main.consul_category ul li {
  width: 32%;
  margin: 0 0 20px;
}
.main.consul_category ul li a {
  display: block;
  text-decoration: none;
  padding: 20px 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: 1%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main.consul_category ul.main_consul li {
  width: 49%;
}
/**/
.main.consul_list ul {
  margin-bottom: 40px;
}
.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: 25%;
  color: #333;
  font-weight: bold;
  padding: 10px 20px;
  background: #f5f5f5;
  border-right: solid 1px #d9d9d9;
  display: flex;
  align-items: center;
}
.main.consul .dl_box dl dd {
  margin: 0;
  width: 75%;
  padding: 10px 20px;
}
/**/
.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: 25%;
  color: #333;
  font-weight: bold;
  padding: 10px 20px;
  background: #f5f5f5;
  border-right: solid 1px #d9d9d9;
  display: flex;
  align-items: center;
}
.main.voice .dl_box dl dd {
  margin: 0;
  width: 75%;
  padding: 10px 20px;
}
/**/
.cta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cta ul li {
  width: 50%;
  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: 20px;
  width: 300px;
  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: 20px auto 0;
}
.cta ul li .cta_tel a {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  color: #fff;
}
.cta ul li .cta_tel a .icon {
  display: inline-block;
  position: relative;
  top: 5px;
  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;
  margin-top: 5px;
}
.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;
}