@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
  font-size: 62.5%;
}

body {
  font-size: 3.6vw;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 100%;
}

object {
  pointer-events: none;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: auto;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lh200 {
  line-height: 180%;
}

.cl33 {
  flex-wrap: wrap;
}

.c_02 > li {
  padding: 18px;
  width: 100%;
  margin-right: 0;
}

.c_02 > li p.mT10 {
  margin-top: 5% !important;
}

.inner,
.inner01,
.inner_700,
.inner_800 {
  width: 90%;
}

ul.pankuzu {
  padding: 12px 0px;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */

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

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★TABLE
--------------------------------------------------------------------------- */
.c_table_01 {
  /* border: 2px solid #eaf1f8; */
  /* border-radius: 0.5em; */
}

.c_table_01 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
  border-radius: 0.5em;
}

.c_table_01 table tbody tr td {
  border-right: 1px solid #f4f6f5;
  border-left: 1px solid #f4f6f5;
  vertical-align: top;
  padding: 12px 13px;
  word-break: break-all;
  width: 100%;
  display: block;
}

.c_table_01 table tbody tr td:last-child {
  border-bottom: 1px solid #f4f6f5;
}

.c_table_01 table tbody tr th {
  border: 1px solid #f4f6f5;
  background: #e9f5ef;
  vertical-align: top;
  padding: 12px 13px;
  color: #219f62;
  font-weight: 600;
  width: 100%;
  display: block;
  word-break: break-all;
}

/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */

.tit02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 35px;
}

.tit02 b {
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}

.tit02 span {
  color: #8c8c8c;
  font-size: 3.6vw;
  display: block;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

.h2Tit01 {
  font-size: 24px;
  line-height: 156%;
}

.h2Tit02 {
  font-size: 22px;
}

.h2Tit {
  font-size: 22px;
}

.h2Tit.mB20 {
  margin-bottom: 2.5% !important;
}

.h3Tit.mT50 {
  margin-top: 8% !important;
}

.h3Tit.mT10 {
  margin-top: 8% !important;
}

.point {
  font-size: 18px;
}

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */

/* =======================================
	★ページャー
========================================== */

.pager {
  width: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}

.wp-pagenavi {
  clear: both;
  font-size: 14px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 2.6;
  border: 1px solid #000000;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  color: #000000;
  font-size: 14px;
  margin: 5px;
  vertical-align: top;
  padding: 0px;
  background-color: #fff;
  border-radius: 4px;
}

.wp-pagenavi span.extend {
  border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000000;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}

#contact .popup-inner {
  padding: 40px 20px;
}

/* ---------------------------------------------------------------------------
  ★header footer
--------------------------------------------------------------------------- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
}

.header,
.header01 > ul {
  display: none;
}

.header01 {
  padding: 0;
}

.header01 h1.logo {
  width: 148px;
}

.footer01 > div {
  flex-wrap: wrap;
  flex-direction: column;
}

.footer01 .conBox {
  padding-left: 0%;
  margin-left: 0%;
  margin-top: 4%;
}

.footer01 .conBox > a {
  font-size: 135%;
}

.footer01 .conBox:before {
  display: none;
}

.footer01 h2 {
  width: 100%;
}

.footer01 .h2Tit {
  font-size: 20px;
}

.footer01 .tel {
  width: 90%;
  margin: auto;
}

.footer01 .conBox > a {
  padding: 12px 0 12px;
}

.footer02 {
  padding: 6% 0 6%;
  text-align: center;
}

.footer02 .f_nav {
  display: none;
}

.footer02 .logoBox {
  margin: auto;
}

footer > .center.f12 {
  padding: 0px 0 2%;
}

footer .f12 {
  font-size: 10px !important;
}
/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */
.nav a {
  border-right: none;
  color: #219f62;
  font-weight: bold;
}

/* アコーディオンメニュー */
.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
  cursor: pointer;
  padding: 10px 20px;
  position: relative;
  color: #fefefe;
  border-bottom: 2px solid #fefefe;
}

.accordion-title:after {
  position: absolute;
  display: block;
  content: "";
  top: 41%;
  right: 18px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fefefe;
  border-right: 2px solid #fefefe;
  transform: rotate(135deg);
  transition: all 0.4s ease-in-out;
}

.accordion-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content li {
  padding: 5px 20px;
  border-bottom: 1px solid #949292;
}

.accordion-content li a {
  color: #3c3c3c;
  font-size: 14px;
}

header {
  height: 56px;
}

header > .nav > nav > div.center.mT40 .f24 {
  font-size: 6.6vw !important;
}

.global-nav {
  position: fixed;
  right: -320px;
  /* これで隠れる */
  top: 0;
  height: 100vh;
  color: #fefefe;
  transition: all 0.6s;
  z-index: 999999;
  overflow-y: auto;
  background: #fefefe;
}

.global-nav .accordion-container {
  width: 300px;
  margin: 0 auto;
  background: #fff;
  padding: 0 6%;
}

.global-nav .accordion-container.con02 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.global-nav .accordion-container .accordion-title02 {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #dde4e1;
  padding: 0.8em 0.8em 0.8em 2.25em;
  font-weight: normal;
  color: #219f62;
  cursor: pointer;
  display: block;
  font-weight: bold;
  background: #fff;
  display: block;
  background: url(../img/arrow03.svg) no-repeat center left;
  background-size: 16px;
}

.global-nav .accordion-container .accordion-title,
.global-nav .accordion-container .accordion-content li {
  padding: 0.8em 0.8em 0.8em 2.25em;
  border-bottom: 1px solid #dde4e1;
  color: #219f62;
}

.global-nav .accordion-container.con02 .accordion-title02 {
  background: #219f62;
  color: #fff;
  font-weight: bold;
  border-radius: 0.5em;
  padding: 10px 24px 6px 51px;
  display: inline-block;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #4f6a5d;
  background: #219f62 url(../img/recruit.svg) no-repeat center left 21px;
  background-size: 1.2em;
  width: 74%;
  min-width: 200px;
  margin: auto;
  text-align: center;
}

.global-nav .accordion-container.con02 .accordion-title02:nth-of-type(2) {
  background: #219f62 url(../img/mail.svg) no-repeat center left 19px;
  background-size: 1.5em;
}

.global-nav .accordion-container .accordion-content li {
  padding: 0.3em 0.3em 0.3em 4.25em;
  border-bottom: none;
}

.global-nav .accordion-container .accordion-content li a {
  color: #fefefe;
}

.global-nav .btn01 a {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.global-nav .center a {
  color: #3c3c3c;
}

.accordion-content li {
  padding: 5px 20px;
  border-bottom: 1px solid #949292;
}

#telArea {
  padding: 0 6%;
  position: relative;
}

#telArea p {
  position: absolute;
  bottom: 6px;
  left: 60px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: normal;
}

#telArea img {
  max-width: 240px;
  margin: 20px auto 0;
}

/* .hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
  height: 56px;
  cursor: pointer;
  z-index: 100;
  background: #219f62;
} */
/* 
.hamburger__line {
  position: absolute;
  left: 18px;
  width: 24px;
  height: 2px;
  background-color: #fefefe;
  transition: all 0.6s;
  border-radius: 50em;
}

.hamburger__line--1 {
  top: 19px;
}

.hamburger__line--2 {
  top: 26px;
}

.hamburger__line--3 {
  top: 33px;
} */

.black-bg01 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}

.nav-open .black-bg01 {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

/* ---------------------------------------------------------------------------
  ★ mv
--------------------------------------------------------------------------- */
#mvSlider li {
  position: relative;
}

#mvSlider li .inner {
  position: absolute;
  bottom: 0;
  right: -24%;
}

.slick-slide img {
  position: absolute;
  top: auto;
  bottom: 100px;
}

.mv .w_6em {
  width: 44vw;
  right: 36%;
}

.mv .w_7em {
  width: 64vw;
  right: 35%;
}

.mv {
  height: 209px;
  padding: 0;
  min-height: 72px;
}

.mv .imgBox {
  width: 100%;
  height: 48%;
  right: 0;
  top: 0;
  border-radius: 0 0 0 3em;
}

.mv:before {
  width: 38.5vw;
  border-radius: 0 8em 0 0;
}

.mvBtn .cl33 {
  display: flex;
  align-items: stretch;
}

.mvBtn .cl33 > li:last-child {
  margin-right: 0;
}

.mvBtn .cl33 > li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* ---------------------------------------------------------------------------
  ★ トップページ
--------------------------------------------------------------------------- */
.home01 ul.cl50 {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.home01 .mB20 {
  margin-bottom: 2.5% !important;
}

.home01 ul.cl50 > li,
.home04 ul.cl50 > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home02 > p.center {
  width: 90%;
  margin: auto;
  text-align: left !important;
}

.home02 .cl33 > li {
  width: 100%;
}

.home02 .inner {
  padding: 4% 3%;
}

.home02 .h3Tit {
  padding: 0.2em 0.5em;
}

.home03 a p {
  font-size: 135%;
}

/* ---------------------------------------------------------------------------
  ★ 下層
--------------------------------------------------------------------------- */
.mv_inpage02,
.mv_inpage02 > ul {
  flex-wrap: wrap;
}

.mv_inpage02 > ul {
  justify-content: space-between;
  margin-top: 4%;
}

.mv_inpage02 > ul li {
  margin-left: 0;
  width: 100%;
  margin-bottom: 2%;
}

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

.mv_inpage02 > ul a {
  min-width: auto;
  width: 100%;
}

#select .cl7_3 {
  flex-direction: column-reverse;
}

#select .right {
  text-align: left !important;
}

#select .cl7_3 > div:first-child {
  margin-bottom: 0 !important;
}

#select .select01.mB120 {
  margin-bottom: 14% !important;
}

#select .select02 .c_02 {
  flex-wrap: wrap;
}

#select .select02 .c_02 > li {
  width: 100% !important;
}

#select .select03 .cl4_6 {
  flex-wrap: wrap;
  margin-bottom: 4% !important;
}

#municipality .u_02 {
  flex-direction: column;
}

#equipment .cl50 > div:nth-child(1),
#equipment .cl50 > div:nth-child(2) {
  width: 100%;
}

#equipment .cl50 > div:nth-child(1) {
  margin-top: 4%;
}

#equipment .cl50 {
  flex-direction: column-reverse;
}

#equipment .h2Tit {
  font-size: 18px;
}

.history dl {
  flex-direction: column;
  border-left: solid 2px #219f62;
}

.history dl dt::before {
  right: auto;
  left: -22px;
}

.history dl dd {
  width: 100%;
  border-left: none;
  padding: 2% 0 6% 15px;
}

.history dl dt {
  width: 100%;
}

.recruit02 ul.cl25 li p {
  font-size: 130%;
}

.recruit04 .cl3_7 {
  flex-wrap: wrap;
}

.recruit04 .cl3_7 > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruit04 .btn01 {
  min-width: 247px;
  width: 80%;
}

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

.recruit_footer ul > li:first-child {
  margin-bottom: 4%;
}

.recruit_footer a {
  font-size: 130%;
  min-width: 280px;
  width: 90%;
  margin: auto;
  padding: 12px 0 12px;
}

#contact .contact01 .tel {
  width: 88%;
  margin: auto;
}

.mv img {
  width: 70px;
}

.mv .btn01 {
  padding: 7px 10px 6px;
  font-size: 13px;
  min-width: 207px;
}
