/*    
Theme Name: FukushimaRoumukyoukai2025
Theme URI: https://fukushima-roumu.jp/
Description: 福島中小企業労務協会テーマ
Author: 福島中小企業労務協会
Author URI: https://fukushima-roumu.jp/
*/

@charset "utf-8";

/*　リセットCSS（共通）
----------------------------------------------------------------- */
*{ margin: 0; padding: 0;
  box-sizing: border-box; }
a {
  text-decoration : none;
  color: #333333;
  border: none;
  outline: none;
}
a[href^="tel:"] { cursor: default; }
ul, ol {
  list-style : none;
  margin: 0;
  padding: 0;
}
hr {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cccccc; 
}

/*　基本設定（共通）
----------------------------------------------------------------- */
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  /*font-size : 1.4vw;*/
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  color: #000000
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width : 767px) {
  html {
    font-size: 4vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size-adjust: none;
  -webkit-font-size-adjust: none;
  position: relative;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  background-color: #ffffff;
}
html,body,#wrapper { height: 100%; }
main {
  display: block;
}
section {
  margin: 0;
}
img { -ms-interpolation-mode: bicubic; }



/*　基本設定 - フロート（共通）
----------------------------------------------------------------- */

/* float */
.fl_l { float: left; }
.fl_r { float: right; }
.cle { clear: both; }

/* block */
.dis_blo { display: block; }


/* clearfix */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* block */
.bloc { display: block; }

@media print, screen and (min-width : 767px) {
  .brsmp { display: none; }
  .pcoff { display: none; }
}

@media screen and (max-width : 767px) {
  .smpoff { display: none; }
}


/*　基本設定 - 文字設定
----------------------------------------------------------------- */
.tx_l { text-align: left; }
.tx_r { text-align: right; }
.tx_c { text-align: center; }


/* =============================================================================
  base setting
============================================================================= */
main,
footer { margin-left: 17vw; }
@media print, screen and (min-width : 767px) {
  main {
    min-width: 1000px;
  }
}
@media screen and (max-width : 767px) {
  main,
  footer {
    margin-left: 0;
  }
}

/* =============================================================================
  header
============================================================================= */

/* header > サイドバー設定
------------------------------ */
body > header {
  border-left: 6px solid #128739;
  color: #333333;
  background: #ffffff;
  width: 17vw;
  height: 100vh;
  -webkit-transition: all .6s ease;
     -moz-transition: all .6s ease;
      -ms-transition: none;
       -o-transition: all .6s ease;
          transition: all .6s ease;
  box-sizing: border-box;
/*  display: flex;
  flex-direction: column;*/
  position: fixed;
  z-index: 100;
  box-shadow: 0 0 0.5rem #777777;
  font-size: 1.2vw;
}
@media screen and (max-width : 767px) {
  body > header {
    width: 100vw;
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    border-left: 0;
    color: #ffffff;
    background: #128739;
    border-bottom: 5px solid #d87600;
  }
  body > header.is-animation {
    position: fixed;
  }
}

/* header > タイトルロゴ
------------------------------ */
body > header h1 {
  width: 25vw;
  color: #ffffff;
  background: #128739;
  border-bottom: 5px solid #d87600;
  transition: .6s;
}
body > header.is-animation h1,
body.page > header h1,
body.single > header h1,
body.archive > header h1 {
  width: 17vw;
  transition: .6s;
}
@media screen and (max-width : 767px) {
  body > header h1,
  body > header.is-animation h1,
  body.page > header h1,
  body.single > header h1,
  body.archive > header h1 {
    width: 60vw;
    border-bottom: 0;
  }
}
body > header h1 a {
  display: block;
  padding: 1rem 1rem 1rem 0.25rem;
  box-sizing: border-box;
}
@media screen and (max-width : 767px) {
  body > header h1 a {
    display: block;
    padding: 1em 1em 0.5em 1em;
    box-sizing: border-box;
  }
}
body > header h1 a img {
  width: 100%;
  height: auto;
}

/* header > ナビゲーション
------------------------------ */
body > header nav ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
body > header nav ul li {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width : 767px) {
  body > header nav ul li {
    border-bottom: 1px solid #bbbbbb;
  }
}
body > header nav ul li a {
  padding: 5%;
  box-sizing: border-box;
  transition: .3s;
  display: flex;
  align-items: center;
}
body > header nav ul li a:hover {
  color: #ffffff;
  background: #999999;
  transition: .3s;
}
@media screen and (max-width : 767px) {
  body > header nav ul li a {
    font-size: 5vw;
  }
}
body > header nav ul li:first-child a:before {
  content: " ";
  display: inline-block;
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: url(images/nav-home.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
body > header nav ul li:nth-of-type(2) a:before {
  content: " ";
  display: inline-block;
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: url(images/nav-service.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
body > header nav ul li:nth-of-type(3) a:before {
  content: " ";
  display: inline-block;
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: url(images/nav-company.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
body > header nav ul li:nth-of-type(4) a:before {
  content: " ";
  display: inline-block;
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: url(images/nav-news.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
body > header nav ul li:nth-of-type(5) a:before {
  content: " ";
  display: inline-block;
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: url(images/nav-contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
body > header nav ul li:nth-of-type(6) {
  font-size: 0.9rem;
  border-bottom: 0;
}
body > header nav ul li:nth-of-type(6) a {
  color: #cccccc;
  background: #222222;
  font-size: 1.2vw;
  display: block;
  width: 90%;
  margin: 0.75rem auto;
  padding: 0.25rem;
  text-align: center;
  transition: .3s;
}
body > header nav ul li:nth-of-type(6) a:hover {
  color: #ffffff;
  background: #999999;
  transition: .3s;
}


/* header > サブナビゲーション
------------------------------ */
.header_info {
  color: #ffffff;
  background: #333333;
  padding: 1rem;
  box-sizing: border-box;
  margin-top: auto;
  text-align: center;
  font-weight: normal;
  font-size: 1.2vw;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width : 767px) {
  .header_info {
    display: none;
  }
}
.header_info p:nth-of-type(2) {
  width: 100%;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.9rem;
  border-top: 1px solid #666666;
}
.header_info p img {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.header_info p.p_address {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.5em;
}

/* =============================================================================
  Mobile Menu
============================================================================= */

/* Mobile Menu > PCで非表示
------------------------------ */
@media print, screen and (min-width : 767px) {
  button.drawer-hamburger { display: none; }
  .drawer--top .drawer-nav {
      top: 0 !important;
      left: 0 !important;
      margin: 0 auto !important;
      width: 100% !important;
  }
  .drawer-nav {
      position: static !important;
      z-index: 100 !important;
      top: 0 !important;
      overflow: hidden !important;
      width: 16.25rem !important;
      color: #222 !important;
      background-color: transparent !important;
      display: -webkit-flex !important;
      display: flex !important;
      -webkit-align-items: center !important;
      align-items:         center !important;
      box-sizing: border-box !important;
  }
  .drawer-open .drawer-overlay {
      position: static !important;
  }
}
/* Mobile Menu > スマホCSS
------------------------------ */
@media screen and (max-width : 767px) {
  .drawer-hamburger {
    margin-right: 0.5rem;
    top: 1.5vh !important;
    right: 0.5rem !important;
    padding: 0 !important;
    box-sizing: border-box;
    width: 9vw !important;
    z-index: 100 !important;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    width: 100% !important;
    height: 2px !important;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1) !important;
    transition: all .6s cubic-bezier(.19,1,.22,1) !important;
    background-color: #fff !important;
  }
  body.drawer-open .drawer-hamburger-icon:after,
  body.drawer-open .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-hamburger-icon {
    margin-bottom: 0.8rem !important;
  }
  .drawer-hamburger-icon:before {
    top: -8px !important;
  }
  .drawer-hamburger-icon:after {
    top: 8px !important;
  }
  .drawer-open .drawer-hamburger-icon:after,
  .drawer-open .drawer-hamburger-icon:before {
    top: 0px !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-nav {
    background-color: rgba(239,239,239,0.9) !important;
    z-index: 99 !important;
    height: 100vh !important;
  }
  .drawer-nav h1 {
    background: #128739;
    width: 100% !important;
    border-bottom: 5px solid #d87600 !important;
  }
  .drawer-nav h1 a {
    width: 60vw;
  }
  button.drawer-toggle:after {
    content: "menu";
    color: #ffffff;
  }
  body.drawer-open button.drawer-toggle:after {
    color: #ffffff;
  }
}

/* =============================================================================
  footer
============================================================================= */
footer {
  position: relative;
  background-color: #128739;
}
footer p {
  width: 100%;
}
footer p a {
  display: block;
  color: #ffffff;
  transition: .6s;
  padding: 1rem;
}
footer p a:hover {
  background: #107532;
  transition: .6s;
}
footer small {
  color: #ffffff;
  background: #d87600;
  font-size: 0.6rem;
  display: block;
}
@media screen and (max-width : 767px) {
  footer .div_smpfooter {
    color: #ffffff;
    background: #333333;
    padding: 1rem 0;
  }
  footer img {
    width: 60%;
    margin: 0.5rem auto 0 auto;
  }
  footer small {
    margin-top: 0;
  }
}

/* footer > pagetopへ移動
------------------------------ */
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.pagetop a {
  display: block;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 20px 10px;
  margin-bottom: 1rem;
}
.pagetop a:hover {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding:20px 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width : 767px) {
  .pagetop {
    position: absolute;
    right: 1rem;
    bottom: 1rem !important;
  }
  .pagetop a,
  .pagetop a:hover {
    padding: 1rem 1.5rem;
  }
}


/* =============================================================================
  top
============================================================================= */

body.home .bottomimage {
  width: 100%;
  margin-top: 10vh;
  display: block;
}

/* top > sec_first
---------------------- */
.sec_first {
  position: relative;
}
.bxslider {
  width: 100%;
}
.bxslider li {
  z-index: 0 !important;
}
.bxslider li img {
  width: 100%;
}
.bx-wrapper {
  width: 100% !important;
  margin: 0 auto !important;
  position: relative !important;
  margin-bottom: 1rem !important;
  padding: 0 !important;
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
  background: #fff;
}
@media screen and (max-width : 767px) {
  .bx-wrapper {
    margin-bottom: 0 !important;
  }
}
@media print, screen and (min-width : 767px) {
  .sec_first p {
    width: 24vw;
    max-width: 300px;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 2;
  }
  .sec_first p img {
    width: 100%;
  }
}
@media screen and (max-width : 767px) {
  .sec_first p {
    width: 45vw;
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    z-index: 2;
  }
  .sec_first p img {
    width: 100%;
  }
}

/* top > sec_news
---------------------- */
.sec_news {
  background: #ffffff;
  padding: 5vh 0 10vh 0;
  border-bottom: 4px solid #128739;
  position: relative;
}
@media print, screen and (min-width : 767px) {
  .sec_news h1 {
    width: 234px;
    height: 70px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -117px;
  }
  .sec_news h1 img {
    width: 100%;
  }
}
@media screen and (max-width : 767px) {
  .sec_news {
    padding: 0 0 6vh 0;
  }
  .sec_news h1 img {
    width: 60%;
  }
}
.sec_news ul {
  width: 80%;
  margin: 0 auto 3rem auto;
}
.sec_news ul a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: .4s;
}
.sec_news ul li a:hover {
  background: #efefef;
  transition: .4s;
}
.sec_news ul li a time {
  width: 20%;
  padding: 1rem;
  color: #128739;
  border-bottom: 1px solid #cccccc;
}
.sec_news ul li a h2 {
  width: 80%;
  padding: 1rem;
  font-size: 1rem;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
}
.sec_news ul li a h2:after {
  content: "\0bb";
  color: #128739;
  margin-left: auto;
}
.new-mark {
  font-style: italic;
  color: rgba(255, 0, 0, 1.0);
  margin-left: 2em;
}
@media screen and (max-width : 767px) {
  .sec_news ul {
    width: 90%;
    margin: 0 auto 3rem auto;
  }
  .sec_news ul a {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .4s;
  }
  .sec_news ul li a time {
    width: 100%;
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    text-align: left;
    color: #128739;
    border-bottom: 0;
  }
  .sec_news ul li a h2 {
    width: 100%;
    padding: 0rem 0.5rem 0.5rem 0.5rem;
    font-size: 1rem;
    text-align: left;
    border-bottom: 1px solid #cccccc;
  }
}
.sec_news .p_link {
  color: #128739;
  display: inline-block;
  border: 1px solid #128739;
}
.sec_news .p_link a {
  color: #128739;
  display: inline-block;
  padding: 1rem 2rem;
}


/* top > sec_service
---------------------- */
.sec_service {
  background: #f8f6f3;
  padding: 10vh 0 15vh 0;
}
.sec_service h1 {
  color: #128739;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 0;
}
.sec_service div {
  background: #ffffff;
  width: 80%;
  margin: 0 auto 1rem auto;
  padding: 2rem;
  border-radius: 1rem;
}
.sec_service div h2 {
  margin-bottom: 2rem;
  line-height: 2rem;
}
.sec_service div ul {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.sec_service div ul li {
  width: 48%;
  margin: 1%;
  padding: 1rem;
  color: #ffffff;
  background: #128739;
  text-align: left;
  border-radius: 0.25rem;
}
.sec_service div ul + p {
  color: #128739;
  font-weight: bold;
}
.sec_service .p_link {
  color: #128739;
  display: inline-block;
  border: 1px solid #128739;
  margin: 2rem auto;
}
.sec_service .p_link a {
  color: #128739;
  display: inline-block;
  padding: 1rem 2rem;
}
@media screen and (max-width : 767px) {
  .sec_service {
    padding: 4vh 0 10vh 0;
  }
  .sec_service h1 img {
    width: 60%;
  }
  .sec_service div {
    width: 90%;
    margin: 0 auto 1rem auto;
    padding: 2rem;
    border-radius: 0.5rem;
  }
  .sec_service div p {
    text-align: left;
  }
  .sec_service div ul {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
  }
  .sec_service div ul li {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}

/* top > sec_company
---------------------- */
.sec_company {
  background: #ffffff;
  padding: 10vh 0 0 0;
  position: relative;
}
@media print, screen and (min-width : 767px) {
  .sec_company h1 {
    width: 234px;
    height: 70px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -117px;
  }
  .sec_company h1 img {
    width: 100%;
  }
}
.sec_company > div {
  display: flex;
  width: 86%;
  margin: 0 auto;
}
.sec_company figure {
  width: 50%;
  float: left;
}
.sec_company figure img {
  width: 100%;
}
.sec_company > div > div {
  width: 50%;
  text-align: left;
  padding-left: 1rem;
}
.sec_company > div > div h2 {
  color: #128739;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.sec_company > div > div dl {
  display: flex;
  flex-wrap: wrap;
}
.sec_company > div > div dl dt {
  width: 25%;
  color: #128739;
  padding: 0.5rem 1rem 0.5rem 0;
  border-bottom: 1px solid #cccccc;
}
.sec_company > div > div dl dd {
  width: 75%;
  padding: 0.5rem 1rem 0.5rem 0;
  border-bottom: 1px solid #cccccc;
}
.sec_company .p_link {
  color: #128739;
  display: inline-block;
  border: 1px solid #128739;
  margin: 2rem auto;
}
.sec_company .p_link a {
  color: #128739;
  display: inline-block;
  padding: 1rem 2rem;
}
@media screen and (max-width : 767px) {
  .sec_company {
    padding: 4vh 0 0 0;
  }
  .sec_company h1 {
    position: absolute;
    top: -7vh;
    width: 100%;
  }
  .sec_company h1 img {
    width: 60%;
  }
  .sec_company > div {
    display: flex;
    flex-direction: column;
    width: 86%;
    margin: 0 auto;
  }
  .sec_company figure {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }
  .sec_company > div > div {
    width: 100%;
    padding: 0;
  }
}


/* =============================================================================
  page
============================================================================= */

/* page > ページ全体背景
---------------------- */
body.page .bottomimage {
  width: 100%;
  display: block;
}
body.page .sec_page article {
  padding: 8vh 6vw;
  font-size: 0.9rem;
  text-align: left;
}
body.page .sec_page article:nth-of-type(1) {
  padding-top: 4vh;
}
body.page .sec_page article:nth-of-type(even) {
  background: #f8f6f3;
}
body.page .sec_page article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 8vh;
}

/* page > ページh1
---------------------- */
body.page main > article header {
  position: relative;
}
body.page main > article header h1 {
  padding: 5vh 3.5vw 2vh 3.5vw;
  position: relative;
}
body.page main > article header:after {
  content: url(images/icon_h1back.svg);
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  z-index: -1;
}
body.page main > article header h1 {
  color: #128739;
  font-size: 1.5rem;
  text-align: left;
  border-bottom: 5px solid #128739;
  padding-bottom: 0.5rem;
      display: flex;
    align-items: center;
}
body.service main > article header h1:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url(images/icon_service.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
body.company main > article header h1:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url(images/icon_company.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
body.contact main > article header h1:before,
body.contact-confirm main > article header h1:before,
body.contact-completion main > article header h1:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url(images/icon_contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* page > ページh2
---------------------- */
body.page .sec_page article h2 {
  font-size: 1.2rem;
  border-bottom: 2px dotted #128739;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.25rem;
  display: flex;
  align-items: center;
}
body.page .sec_page article h2:nth-of-type(1) {
  margin-top: 0;
}
body.page .sec_page article h2:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(images/icon_h2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* page > ページh2
---------------------- */
body.page .sec_page article h3 {
  font-size: 1rem;
  border-bottom: 2px dotted #128739;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  display: flex;
  align-items: center;
}
body.page .sec_page article h3:before {
  margin-right: 0.5rem;
  content: " ";
  display: inline-block;
  margin-right: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  background: url(images/icon_h2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* page > 法人概要
---------------------- */
body.company .sec_page figure {
  width: 50%;
  margin: 1rem auto;
}
body.company .sec_page figure img {
  width: 100%;
}
body.company .sec_page dl {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
  padding: 0.5rem 1.5rem 1.25rem 1.5rem;
  background: #ffffff;
  border-radius: 1rem;
}
body.company .sec_page article:nth-of-type(3) dl {
  border: 4px solid #efefef;
}
body.company .sec_page dl dt {
  width: 20%;
  color: #128739;
  padding: 0.5rem 1rem 0.5rem 0;
  border-bottom: 1px solid #cccccc;
}
body.company .sec_page dl dt:before {
  content: "■";
  color: #128739;
}
body.company .sec_page dl dd {
  width: 80%;
  padding: 0.5rem 1rem 0.5rem 0;
  border-bottom: 1px solid #cccccc;
}
body.company .sec_page dl dd a {
  color: #000000;
  border-bottom: 1px solid;
}
body.company .sec_page iframe {
  width: 100%;
  border: 4px solid #ffffff !important;
}
body.company .sec_page .art_daihyou figure {
  width: 100% !important;
  text-align: center;
}
body.company .sec_page .art_daihyou figure img {
  width: 100%;
}
body.company .sec_page .art_daihyou h3 {
  border-bottom: 4px double #cccccc !important;
}
body.company .sec_page .art_daihyou h3:before {
  content: none !important;
  background: none !important;
  width: 0 !important;
}
@media screen and (min-width : 768px) {
  body.company .sec_page .art_daihyou figure img {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width : 767px) {
  body.company .sec_page figure {
    width: 100%;
    margin: 1rem auto;
  }
  body.company .sec_page dl {
    flex-direction: column;
    width: 96% !important;
    margin: 0 auto !important;
    padding: 0.5rem 0rem 1.25rem 0rem !important;
    border-radius: 0.5rem !important;
  }
  body.company .sec_page dt {
    width: 94% !important;
    margin: 0 auto !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }
  body.company .sec_page dd {
    width: 94% !important;
    margin: 0 auto !important;
    padding-top: 0 !important;
  }
}

/* 専従職員構成 */
body.company .sec_page .art_shokuin dl {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
  padding: 0 1.5rem;
  background: #ffffff;
  border-radius: 0;
  position: relative;
}
body.company .sec_page .art_shokuin dl:first-of-type {
  padding-top: 1rem;
  border-radius: 1rem 1rem 0 0;
}
body.company .sec_page .art_shokuin dl:last-of-type {
  padding-bottom: 1.5rem;
  border-radius: 0 0 1rem 1rem;
}
body.company .sec_page .art_shokuin dl dt {
  width: 16em;
  color: #128739;
  border-bottom: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
body.company .sec_page .art_shokuin dl dt:before {
  content: none;
}
body.company .sec_page .art_shokuin dl dt span {
  display: inline-block;
}
body.company .sec_page .art_shokuin dl dt span.yakushoku {
  margin-right: auto;
}
body.company .sec_page .art_shokuin dl dt span.shain {
  margin-right: 2em;
  margin-left: 2em;
}
body.company .sec_page .art_shokuin dl dd {
  width: calc(100% - 16em);
  border-bottom: 0;
  padding: 0 0 0 2em;
}
body.company .sec_page .art_shokuin dl dt:first-of-type,
body.company .sec_page .art_shokuin dl dd:first-of-type {
  padding-top: 0.5rem;
}
body.company .sec_page .art_shokuin dl dt:last-of-type,
body.company .sec_page .art_shokuin dl dd:last-of-type {
  border-bottom: 1px solid #cccccc !important;
  padding-bottom: 0.5rem;
}


@media screen and (max-width : 767px) {
  body.company .sec_page .art_shokuin dl {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 0.5rem !important;
  }
  body.company .sec_page .art_shokuin dl:first-of-type {
    padding-top: 1rem !important;
    border-radius: 1rem 1rem 0 0 !important;
  }
  body.company .sec_page .art_shokuin dl:last-of-type {
    padding-bottom: 1rem !important;
    border-radius: 0 0 1rem 1rem !important;
  }
  body.company .sec_page .art_shokuin dl dt {
    max-width: none !important;
    justify-content: flex-start;
  }
  body.company .sec_page .art_shokuin dl dt:before {
    content: "■";
    color: #128739;
  }
  body.company .sec_page .art_shokuin dl dt span {
    margin: 0 !important;
  }
  body.company .sec_page .art_shokuin dl dt span.yakushoku:after,
  body.company .sec_page .art_shokuin dl dt span.shain:after {
    content: "／";
    margin:0 0.25rem;
  }
  body.company .sec_page .art_shokuin dl dd {
    padding-left: 1em !important;
  }
  body.company .sec_page .art_shokuin dl dt:last-of-type {
    border-bottom: 0 !important;
  }
}

/* page > 業務案内
---------------------- */
body.service .sec_page h2 + p span {
  color: #128739;
  display: block;
  margin: 1rem 0;
}
body.service .sec_page ul {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
body.service .sec_page ul li {
  display: flex;
  flex-wrap: wrap;
  background: #efefef;
  border: 4px solid #cccccc;
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}
body.service .sec_page ul li h3 {
  width: 100%;
  font-size: 1.2rem;
  border-bottom: 2px dotted #128739;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
body.service .sec_page ul li h4 {
  color: #128739;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #cccccc;
}
body.service .sec_page ul li figure {
  width: 45%;
  padding: 0 0.5rem;
}
body.service .sec_page ul li p span {
  display: inline-block;
  color: #ffffff;
  background: #128739;
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
  margin-top: 0.25rem;
}
@media print, screen and (min-width : 767px) {
  body.service .sec_page ul li:nth-of-type(even) figure {
    order: 2;
  }
}
body.service .sec_page ul li figure img {
  width: 100%;
  background: #ffffff;
  border-radius: 0.5rem;
}
body.service .sec_page ul li div {
  width: 55%;
  padding: 0 1rem;
}
@media screen and (max-width : 767px) {
  body.service .sec_page ul li {
    flex-direction: column;
  }
  body.service .sec_page ul li figure {
    width: 100%;
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
  }
  body.service .sec_page ul li div {
    width: 100%;
    padding: 0;
  }
  body.service .sec_page article h3:before {
    width: 1.6rem;
    height: 1.6rem;
  }
}

/* page > プライバシー 
---------------------- */
body.privacy-policy .sec_page article > p:nth-of-type(1) {
  margin-bottom: 3rem;
}
body.privacy-policy .sec_page article h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* page > お問い合わせ
---------------------- */
body.contact .sec_page article:nth-of-type(1) p,
body.contact-confirm .sec_page article:nth-of-type(1) p,
body.contact-completion .sec_page article:nth-of-type(1) p {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  background: #efefef;
  border: 4px solid #cccccc;
  border-radius: 0.5rem;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width : 767px) {
  body.contact .sec_page article:nth-of-type(1) p,
  body.contact-confirm .sec_page article:nth-of-type(1) p,
  body.contact-completion .sec_page article:nth-of-type(1) p {
    width: 96%;
  }
}
body.contact .sec_page article:nth-of-type(1) p span,
body.contact-confirm .sec_page article:nth-of-type(1) p span,
body.contact-completion .sec_page article:nth-of-type(1) p span {
  display: block;
  font-size: 1rem;
  border-top: 1px solid #cccccc;
  margin-top: 1rem;
  padding-top: 1rem;
}
body.contact .sec_page .div_contact,
body.contact-confirm .sec_page .div_contact,
body.contact-completion .sec_page .div_contact {
  width: 96%;
  margin: 0 auto 3rem auto;
  padding: 0.5rem 1.5rem 1.25rem 1.5rem;
  background: #ffffff;
  border-radius: 1rem;
}
body.contact .sec_page dl,
body.contact-confirm .sec_page dl,
body.contact-completion .sec_page dl  {
  display: flex;
  flex-wrap: wrap;
}
body.contact .sec_page dl dt,
body.contact-confirm .sec_page dl dt,
body.contact-completion .sec_page dl dt {
  width: 20%;
  color: #128739;
  padding: 0.5rem 1rem 0.5rem 0;
  border-bottom: 1px solid #cccccc;
}
body.contact .sec_page dl dt:before,
body.contact-confirm .sec_page dl dt:before,
body.contact-completion .sec_page dl dt:before {
  content: "■";
  color: #128739;
}
body.contact .sec_page dl dd,
body.contact-confirm .sec_page dl dd,
body.contact-completion .sec_page dl dd {
  width: 80%;
  padding: 0.5rem 1rem 0.5rem 0;
  border-bottom: 1px solid #cccccc;
}
body.contact .sec_page dl dd input,
body.contact .sec_page dl dd textarea,
body.contact-confirm .sec_page dl dd input,
body.contact-confirm .sec_page dl dd textarea,
body.contact-completion .sec_page dl dd input,
body.contact-completion .sec_page dl dd textarea {
  background: #efefef;
  border: 0;
  font-size: 1rem;
  padding: 0.25rem;
  width: 100%;
}
body.contact .sec_page dl dd.dd_tel input,
body.contact-confirm .sec_page dl dd.dd_tel input,
body.contact-completion .sec_page dl dd.dd_tel input {
  width: auto;
}
body.contact input[name*="submitConfirm"],
body.contact input[name*="form_check"],
body.contact-confirm input[name*="submitConfirm"],
body.contact-confirm input[name*="form_check"],
body.contact-completion input[name*="submitConfirm"],
body.contact-completion input[name*="form_check"] {
  font-size: 1rem;

  background: -webkit-linear-gradient(#ffffff, #dddddd);
  background: -o-linear-gradient(#ffffff, #dddddd);
  background: linear-gradient(#ffffff, #dddddd);
  display: inline-block;
  padding: 0.5rem 6rem;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
}
body.contact .sec_page dl + p,
body.contact-confirm .sec_page dl + p,
body.contact-completion .sec_page dl + p {
  text-align: center;
  margin: 2rem 0;
}
@media screen and (max-width : 767px) {
  body.contact .sec_page dl,
  body.contact-confirm .sec_page dl,
  body.contact-completion .sec_page dl {
    flex-direction: column;
  }
  body.contact .sec_page dl dt,
  body.contact-confirm .sec_page dl dt,
  body.contact-completion .sec_page dl dt {
    width: 100%;
    border-bottom: 0;
    padding: 0.5rem 0;
  }
  body.contact .sec_page dl dd,
  body.contact-confirm .sec_page dl dd,
  body.contact-completion .sec_page dl dd {
    width: 100%;
    padding: 0 0 1rem 0;
  }
}
body.contact span.error {
  font-weight: bold;
  color: #cc0000;
}
body.contact span.error:before {
  content: "※";
  color: #cc0000;
}


/* =============================================================================
  single,archive
============================================================================= */

body.single .bottomimage,
body.archive .bottomimage {
  width: 100%;
  display: block;
}

/* 2022.9追加  */
body.single .sec_single article .single_inner {
  font-size: 16px;
  line-height: 1.75em;
}
body.single .sec_single article .single_inner ul,
body.single .sec_single article .single_inner ol {
  padding: 0 1em;
  box-sizing: border-box;
}
body.single .sec_single article .single_inner ol li {
  list-style-type: decimal;
}
body.single .sec_single article .single_inner ol.roman li {
  list-style-type: lower-roman;
}
body.single .sec_single article .single_inner ul.normal li {
  list-style-type: disc;
}
body.single .sec_single article .single_inner .fw {
  font-weight: bold;
}
body.single .sec_single article .single_inner a {
  color: #0000ff;
  border-bottom: 1px solid #0000ff;
}
body.single .sec_single article .single_inner dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-bottom: 0;
}
body.single .sec_single article .single_inner dl dt {
  width: 20%;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #ccc;
  background: #efefef;
}
body.single .sec_single article .single_inner dl dd {
  width: 80%;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #ccc;
}
body.single .sec_single article .single_inner h3 {
  font-size: 1em;
  font-weight: bold;
}

@media screen and (max-width : 767px) {
  body.single .sec_single article .single_inner dl dt {
    width: 100%;
    border-bottom: 0;
    background: #efefef;
  }
  body.single .sec_single article .single_inner dl dd {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
}





/* single > ページ全体背景
---------------------- */
.sec_single article {
  padding: 8vh 6vw;
  font-size: 1rem;
  text-align: left;
}
.sec_single article:nth-of-type(1) {
  padding-top: 4vh;
}
.sec_single article:nth-of-type(even) {
  background: #f8f6f3;
}
.sec_single article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 8vh;
}
.sec_single article img.size-large {
  width: 90% !important;
  height: auto !important;
  margin: 0.5rem auto;
}

/* single > ページh1
---------------------- */
body.single main > article header,
body.archive main > article header {
  position: relative;
}
body.single main > article header h1,
body.archive main > article header h1 {
  padding: 5vh 3.5vw 2vh 3.5vw;
  position: relative;
}
body.single main > article header:after,
body.archive main > article header:after {
  content: url(images/icon_h1back.svg);
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  z-index: -1;
}
body.single main > article header h1,
body.archive main > article header h1 {
  color: #128739;
  font-size: 1.5rem;
  text-align: left;
  border-bottom: 5px solid #128739;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
body.single main > article header h1:before,
body.archive main > article header h1:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url(images/icon_news.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* single > ページh2
---------------------- */
.sec_single article h2 {
  font-size: 1.25em;
  border-bottom: 2px dotted #128739;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.25rem;
  display: flex;
  align-items: center;
}
.sec_single article h2:nth-of-type(1) {
  margin-top: 0;
}
.sec_single article h2:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(images/icon_h2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* single > ページh3
---------------------- */
/*body.single .sec_single article h3 {
  font-size: 1rem;
  border-bottom: 2px dotted #128739;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  display: flex;
  align-items: center;
}
body.single .sec_single article h3:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(images/icon_h2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}*/

/* single > 日付
---------------------- */
body.single .sec_single article time {
  color: #128739;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}

/* single > 関連リンク
---------------------- */
body.single .sec_single article .div_singlelink {
  border: 3px solid #d87600;
  border-radius: 0.5rem;
  margin: 2rem 0;
  padding: 1rem;
}
body.single .sec_single article .div_singlelink h3 {
  border-bottom: 2px dotted #d87600;
  margin-top: 0;
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
}
body.single .sec_single article .div_singlelink h3:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: url(images/icon_h3_ora.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
body.single .sec_single article .div_singlelink ul {
  padding: 0 1rem;
}
@media screen and (max-width : 767px) {
  body.single .sec_single article .div_singlelink ul {
    padding: 0;
  }
}
body.single .sec_single article .div_singlelink ul li a {
  transition: .6s;
}
body.single .sec_single article .div_singlelink ul li a:hover {
  color: #999999;
  transition: .6s;
}

/* single > 前後リンク
---------------------- */
body.single .sec_single article .p_singlelink {
  margin-top: 7rem;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
body.single .sec_single article .p_singlelink p {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 1rem;
  margin: 0 0.5rem;
  transition: .6s;
}
body.single .sec_single article .p_singlelink a:hover p {
  background: #efefef;
  transition: .6s;
}

/* archive > ul li
---------------------- */
body.archive .sec_single article ul li {
  border-bottom: 1px solid #cccccc;
}
body.archive .sec_single article ul li a {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  transition: .4s;
}
body.archive .sec_single article ul li a h3:after {
  content: "\0bb";
  float: right;
  color: #128739;
}
body.archive .sec_single article ul li a:hover {
  background: #efefef;
  transition: .4s;
}
body.archive .sec_single article ul li time {
  width: 15%;
  color: #128739;
}
body.archive .sec_single article ul li h3 {
  width: 85%;
  font-size: 0.9rem;
}
@media screen and (max-width : 767px) {
  body.archive .sec_single article ul li a {
    flex-direction: column;
  }
  body.archive .sec_single article ul li time {
    width: 100%;
  }
  body.archive .sec_single article ul li h3 {
    width: 100%;
  }
}

/* archive > pagination
---------------------- */
div.pagination {
  clear:both;
  position:relative;
  background:none;
  vertical-align: middle;
  display: flex;
  justify-content: flex-end;
  margin: 2rem 0;
}
div.pagination span,
.pagination a {
  display:block;
  margin: 2px;
  padding: 0.5rem 0.75rem; 
  float:left ;
  text-decoration:none;
  width:auto ;
  color:#fff ;
  background: #666 ;
  border-radius: 0.25rem;
}
div.pagination a:hover{
  color:#fff ;
  background: #fdcd1a;
}
div.pagination .current{
  padding: 0.5rem 0.75rem; 
  background: #fdcd1a;
  color:#fff ;
}



@media all and (-ms-high-contrast: none){
  * {
    transition: none !important;
  }
}
