@charset "UTF-8";
/******************************************************************
カスタムLP用レイアウト
*****************************************************************/
/******************************************************************
  0■body
*****************************************************************/
*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

html {
  font-size: 62.5%;
  font-weight: normal;
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  min-width: 300px;
  background-color: #ffffff;
  color: #000;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 1.5px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.txt-notice {
  text-align: center;
  border: 2px solid #FF0000;
  padding: 1em;
  color: #FF0000;
  font-weight: bold;
}

/******************************************************************
  2■Common
*****************************************************************/
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}

/*
a:hover {
    opacity: 0.7;
}
*/
ol, ul {
  list-style: none;
}

.font-bold {
  font-weight: bold;
}

.font-min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

img {
  width: 100%;
}

.mgb20 {
  margin-bottom: 20px;
}

.inner {
  position: relative;
  margin: 0 auto;
  padding: 80px 0 100px;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .inner {
    margin: auto;
    width: auto;
    padding: 56px 20px;
  }
}

#breadCramb {
  display: block;
  background: #eee;
  font-size: 1.2rem;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  #breadCramb {
    padding-top: 56px;
  }
}
#breadCramb ul {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #breadCramb ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #breadCramb ul::-webkit-scrollbar {
    height: 0;
  }
  #breadCramb ul::-webkit-scrollbar-track {
    background-color: #FFF;
  }
  #breadCramb ul::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media (min-width: 1101px) {
  #breadCramb ul {
    width: 1100px;
    margin: 0 auto;
  }
}
#breadCramb ul li {
  white-space: normal;
}
@media (max-width: 768px) {
  #breadCramb ul li {
    white-space: nowrap;
  }
}
#breadCramb ul li:not(:last-child)::after {
  display: inline-block;
  content: " > ";
  margin: 0 10px;
}

.spHdn {
  display: block;
}
@media (max-width: 768px) {
  .spHdn {
    display: none;
  }
}

.pcHdn {
  display: none;
}
@media (max-width: 768px) {
  .pcHdn {
    display: block;
  }
}

.contents-ttl {
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0.2em;
}
.contents-ttl span {
  position: relative;
  display: inline-block;
  margin: 0 2.5rem;
  padding: 0 2.5rem;
  color: #333;
  font-size: 4.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
  line-height: 1.1;
}
.contents-ttl span::before, .contents-ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 2px;
  background-color: #000;
}
@media (max-width: 768px) {
  .contents-ttl span::before, .contents-ttl span::after {
    width: 20%;
    height: 1px;
  }
}
.contents-ttl span::before {
  left: 100%;
}
.contents-ttl span::after {
  right: 100%;
}
@media (max-width: 768px) {
  .contents-ttl span {
    font-size: 8.6vw;
  }
}
.contents-ttl .contents-ttl-main {
  color: #222;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .contents-ttl .contents-ttl-main {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .contents-ttl {
    margin-bottom: 0;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

.kome {
  font-size: 1.2rem;
}

.list {
  display: flex;
  flex-wrap: wrap;
}
.list.col3 > li {
  background-color: #fff;
  padding-bottom: 16px;
  margin-right: 1.714%;
  margin-bottom: 16px;
  width: 32.19%;
}
.list.col3 > li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .list.col3 > li {
    width: 100%;
    margin-right: 0;
  }
  .list.col3 > li.sp-col2 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .list.col3.sp-col2 li {
    width: 48.5%;
  }
  .list.col3.sp-col2 li:nth-child(odd) {
    margin-right: 3%;
  }
}
.list.col2 li, .list.col2 .list-item {
  width: 49%;
}
.list.col2 li:not(:last-child), .list.col2 .list-item:not(:last-child) {
  margin-right: 2%;
}
@media (max-width: 768px) {
  .list.col2 li, .list.col2 .list-item {
    width: 100%;
    margin: 6px 12px;
  }
  .list.col2 li:not(:last-child), .list.col2 .list-item:not(:last-child) {
    margin-right: 12px;
  }
}

/******************************************************************
  3■#container
*****************************************************************/
/*----------
  #keyv
----------*/
#keyv {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  #keyv {
    margin-top: 56px;
    margin-bottom: 24px;
  }
}
#keyv::before {
  content: "";
  display: block;
  padding-top: 45.83%;
  /*高さの比率 ÷ 幅の比率 × 100*/
}
@media (max-width: 768px) {
  #keyv::before {
    padding-top: 146.6%;
  }
}
#keyv .keyv-top {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/top/mainv-pc-001.jpg) 50%/cover no-repeat;
}
@media (max-width: 768px) {
  #keyv .keyv-top {
    background: url(../img/top/mainv-sp-001.jpg) 50%/cover no-repeat;
  }
}

/*----------
  #concept
----------*/
#concept .concept-unit-1 {
  background: url(../img/top/concept-bg.jpg) no-repeat;
  background-position: center center;
  text-align: center;
}
#concept .concept-unit-1 h2 {
  margin-bottom: 32px;
  font-size: 4rem;
  font-weight: bold;
  color: #676767;
}
@media (max-width: 768px) {
  #concept .concept-unit-1 h2 {
    font-size: 3rem;
  }
}
@media (max-width: 340px) {
  #concept .concept-unit-1 h2 {
    font-size: 2.8rem;
  }
}
#concept .concept-unit-1 p {
  margin-bottom: 56px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  #concept .concept-unit-1 p {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
#concept .concept-unit-2 {
  background: url(../img/top/concept-ph.jpg) 50%/cover no-repeat;
  height: 285px;
}
@media (max-width: 768px) {
  #concept .concept-unit-2 {
    height: 68px;
  }
}

/*----------
  #workinfo
----------*/
#workinfo {
  background-color: #eff9f3;
}
#workinfo .intro p {
  margin-bottom: 24px;
  font-size: 1.8rem;
  text-align: center;
}
#workinfo .intro p.kome {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  #workinfo .intro p {
    font-size: 1.6rem;
  }
}
#workinfo li {
  position: relative;
  text-align: left;
}
#workinfo li figure {
  position: relative;
  overflow: hidden;
}
#workinfo li .item {
  padding: 16px;
  line-height: 1.5;
}
#workinfo li .item h3 {
  border-bottom: solid 1px #F77E2E;
  color: #222;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#workinfo li .item p {
  margin-bottom: 24px;
  font-size: 1.6rem;
  text-align: left;
}
#workinfo li .item dl {
  margin-bottom: 12px;
  font-size: 1.4rem;
}
#workinfo li .item dl dt {
  border-bottom: solid 1px #F77E2E;
  color: #222;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  #workinfo li .item {
    padding: 8px;
  }
}

.data-for-aidemlog { /* 独自ログ計測用 */ }

/* ラベル表示用 */
.detail-ic-koyo {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  padding: 8px 10px 5px;
  background: #ccc;
  white-space: nowrap;
  line-height: 1;
}

.ic-koyokeitai {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.ic-koyokeitai li {
  margin-bottom: 5px;
}

.detail-ic-koyokeitai {
  font-size: 12px;
  color: #fff;
  background: #ccc;
  border-radius: 3px;
  padding: 8px 10px 4px;
  white-space: nowrap;
  line-height: 1;
  margin-right: 10px;
}

.kk_ic {
  color: #000;
  border: 1px solid #222;
  background: #fff;
}

.kk_ic-101 {
  background: #f99858;
  color: #fff;
  border: none;
}

.kk_ic-102 {
  background: #339263;
  color: #fff;
  border: none;
}

.kk_ic-103 {
  background: #f99858;
  color: #fff;
  border: none;
}

.kk_ic-104 {
  background: #f99858;
  color: #fff;
  border: none;
}

.kk_ic-105 {
  background: #4b75b9;
  color: #fff;
  border: none;
}

.kk_ic-106 {
  background: #b492cc;
  color: #fff;
  border: none;
}

.item-btn {
  margin: 0 auto;
  width: 90%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.item-btn a {
  display: block;
  border: solid 1px #F77E2E;
  border-radius: 32px;
  padding: 8px;
  color: #F77E2E;
  background: #F6DDCD;
  position: relative;
}
.item-btn a::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 24px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #F77E2E;
  border-right: 1px solid #F77E2E;
  transform: rotate(45deg);
}
.item-btn a:hover {
  background: #F77E2E;
  color: #fff;
}
.item-btn a:hover::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 24px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid white;
  transform: rotate(45deg);
}

/*----------
  #ico-BOX
----------*/
/* アイコン表示 反復処理for文 用 */
#ico-BOX {
  background: #f2f2f2;
}
#ico-BOX li {
  padding: 48px 20px;
  text-align: center;
  /* 表示したいリストの数だけforループ */
}
#ico-BOX li::before {
  content: "";
  display: inline-block;
  background-size: 800px 100px;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  background-image: url(../img/top/merit-icon-001.png);
}
#ico-BOX li.item-icn1::before {
  background-position: 0px 0;
}
#ico-BOX li.item-icn2::before {
  background-position: -100px 0;
}
#ico-BOX li.item-icn3::before {
  background-position: -200px 0;
}
#ico-BOX li.item-icn4::before {
  background-position: -300px 0;
}
#ico-BOX li.item-icn5::before {
  background-position: -400px 0;
}
#ico-BOX li.item-icn6::before {
  background-position: -500px 0;
}
#ico-BOX li.item-icn7::before {
  background-position: -600px 0;
}
#ico-BOX li.item-icn8::before {
  background-position: -700px 0;
}
#ico-BOX li.item-icn9::before {
  background-position: -800px 0;
}
#ico-BOX li.item-icn10::before {
  background-position: -900px 0;
}
#ico-BOX li.item-icn11::before {
  background-position: -1000px 0;
}
#ico-BOX li.item-icn12::before {
  background-position: -1100px 0;
}
#ico-BOX li p {
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #ico-BOX li {
    padding: 24px 8px;
  }
}

/*----------
  #recruit
----------*/
#recruit {
  background: #fff;
}
#recruit p {
  margin-bottom: 24px;
  font-size: 1.8rem;
  text-align: center;
}
#recruit h3 {
  font-size: 24px;
  font-weight: bold;
  /*border-bottom: 1px solid #333;*/
  padding-bottom: 0px;
  margin-bottom: 20px;
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 768px) {
  #recruit h3 {
    margin-top: 32px;
  }
}
#recruit .recruit-access {
  display: flex;
}
@media (max-width: 768px) {
  #recruit .recruit-access {
    display: block;
  }
}
#recruit .recruit-access-map {
  position: relative;
  /*margin: 0 16px 0 8px;*/
  margin: 0 32px 0 0;
  /*width: 501px;*/
  min-width: 501px;
}
@media (max-width: 768px) {
  #recruit .recruit-access-map {
    margin: 0 8px 16px;
    width: auto;
  }
}
#recruit .recruit-access-map::before {
  content: "";
  display: block;
  padding-top: 75%;
}
@media (max-width: 768px) {
  #recruit .recruit-access-map::before {
    padding-top: 125%;
  }
}
#recruit .recruit-access-map > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#recruit .recruit-access-data {
  /*margin: 0 8px 0 16px;*/
  /*width: 501px;*/
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1101px) {
  #recruit .recruit-access-data {
    min-width: 501px;
  }
}
@media (max-width: 768px) {
  #recruit .recruit-access-data {
    width: auto;
  }
}
#recruit .recruit-access-data dl {
  text-align: left;
}
#recruit .recruit-access-data dt {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
#recruit .recruit-access-data dt::after {
  position: absolute;
  content: "";
  height: 1px;
  background: #00773C;
  width: 100%;
  top: 50%;
  margin-left: 30px;
}
#recruit .recruit-access-data dd {
  padding: 10px 0 25px;
}
#recruit .recruit-access-data dd span {
  font-size: 1.8rem;
}
#recruit .recruit-access-data dd .btn-map {
  background: #000;
  color: #FFF;
  font-size: 0.85em;
  font-weight: bold;
  padding: 0.6em 0.8em;
  display: inline-block;
  line-height: 1;
  border-radius: 5px;
  margin: 0.5em 0 0 0;
}
#recruit .recruit-access-data dd .btn-map span {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding: 0 0.7em 0 0;
}
@media (max-width: 768px) {
  #recruit .recruit-access-data dd .btn-map span {
    font-size: 1.4rem;
  }
}
#recruit .recruit-access-data dd .btn-map span::before, #recruit .recruit-access-data dd .btn-map span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-out;
}
#recruit .recruit-access-data dd .btn-map span::after {
  content: "";
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
}
#recruit .recruit-access-data p.comments {
  position: relative;
  color: #999;
  font-size: 1.5rem;
  padding-left: 20px;
  text-align: left;
}
#recruit .recruit-access-data p.comments::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "※";
}

/*----------
  #faq
----------*/
#faq {
  background: #f2f2f2;
}
#faq .faq-container {
  position: relative;
  width: 100%;
  cursor: pointer;
}
#faq .faq-q {
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 60px 20px 25px;
  background: #ffffff;
  cursor: pointer;
}
@media (max-width: 768px) {
  #faq .faq-q {
    padding: 15px 35px 15px 15px;
  }
}
#faq .faq-q:not(:first-child) {
  margin-top: 20px;
}
#faq .faq-q:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(135deg);
}
@media (max-width: 768px) {
  #faq .faq-q:after {
    right: 10px;
  }
}
#faq .faq-q.open:after {
  transform: rotate(-45deg);
  top: 45%;
  border-color: #ffffff;
}
@media (min-width: 1101px) {
  #faq .faq-q:hover:after {
    border-color: #ffffff;
  }
}
#faq .faq-a {
  display: none;
  padding: 20px 15px 20px 25px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  #faq .faq-a {
    padding: 15px 30px 15px 15px;
  }
}
#faq .flex {
  display: flex;
}
#faq .flex p {
  margin-top: 5px;
  margin-left: 8px;
  width: 100%;
}
@media (max-width: 768px) {
  #faq .flex p {
    margin-top: 1px;
    margin-left: 6px;
  }
}
#faq .flex.step .before {
  width: 8rem;
}
@media (max-width: 768px) {
  #faq .flex.step {
    display: block;
  }
  #faq .flex.step p {
    margin: 0;
  }
}
#faq .before {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #faq .before {
    font-size: 1.6rem;
  }
}
@media (min-width: 1101px) {
  #faq .faq-container .faq-q:hover {
    background-color: #00773C;
    color: white;
  }
}
#faq .faq-container .faq-q:active,
#faq .faq-container .faq-q.open {
  background-color: #00773C;
  color: white;
}
#faq .faq-container .faq-q:hover i:before,
#faq .faq-container .faq-q:hover i:active,
#faq .faq-container .faq-q.open i {
  color: #000;
}

/*----------
  #contact
----------*/
#contact {
  background: #222;
  text-align: center;
}
#contact.contents0 .list {
  justify-content: center;
}
#contact.contents0 .inner {
  padding: 72px 10px;
}
#contact.contents0 .inner .list-item {
  padding: 12px;
  background: #fff;
}
#contact.contents0 .inner .list-item.item-tel h4 {
  font-weight: bold;
}
#contact.contents0 .inner .list-item.item-tel a[href^="tel:"] {
  font-size: 2.8rem;
  font-weight: bold;
}
#contact.contents0 .inner .list-item.item-tel .tel {
  position: relative;
  padding-left: 40px;
}
#contact.contents0 .inner .list-item.item-tel .tel::before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 36px;
  margin-bottom: -5px;
  margin-left: -50px;
  background: url("../img/common/icon-tel.png") 0 center/contain no-repeat;
}
#contact.contents0 .inner a.item-apply {
  position: relative;
  display: block;
  background: #00773C;
  font-size: 2.8rem;
  font-weight: bold;
  width: 49%;
  min-height: 60px;
  color: #fff;
}
#contact.contents0 .inner a.item-apply div {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
#contact.contents0 .inner a.item-apply div:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  right: -35px;
}
@media (max-width: 768px) {
  #contact.contents0 .inner a.item-apply {
    font-size: 2.2rem;
    width: 100%;
    margin: 6px 12px;
  }
  #contact.contents0 .inner a.item-apply div:before {
    right: -15px;
    margin-top: -9px;
  }
}
#contact.contents1 {
  color: #fff;
}
#contact.contents1 .inner h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
#contact.contents1 .inner a[href^="tel:"] {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
#contact.contents1 .inner .tel {
  position: relative;
  padding-left: 40px;
}
#contact.contents1 .inner .tel::before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 36px;
  margin-bottom: -5px;
  margin-left: -50px;
  background: url(../img/common/icon-tel-white.png) 0 center/contain no-repeat;
}
#contact.contents1 .contact-btn {
  margin: 0 auto;
  width: 400px;
  text-align: center;
}
#contact.contents1 .contact-btn a {
  display: block;
  background-color: #00773C;
  margin-top: 30px;
  border: solid 1px #fff;
  border-radius: 33px;
  height: 66px;
  line-height: 66px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  #contact.contents1 .contact-btn {
    width: 90%;
  }
}

@media (min-width: 1101px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/******************************************************************
  4■detail
*****************************************************************/
#detail {
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  #detail .inner {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  #detail footer .inner {
    padding-top: 56px;
  }
}
#detail .detail-ic-koyo {
  top: 65px;
  left: 10px;
  line-height: 1;
}
@media (max-width: 768px) {
  #detail .detail-ic-koyo {
    top: 30px;
  }
}
#detail .detail-ttl {
  border-bottom: solid 1px #333333;
  margin-bottom: 24px;
  padding: 12px 0;
}
#detail .detail-ttl h1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
#detail .detail-unit .detail-ph .ph {
  border: solid 8px #ffffff;
  margin: 40px auto;
  width: 380px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  #detail .detail-unit .detail-ph .ph {
    width: auto;
  }
}
#detail .detail-unit .detail-ph .ph img {
  max-width: 100%;
}
#detail .detail-unit .detail-ph .images-text {
  margin: -40px 0 30px;
  text-align: center;
  font-size: 1.2rem;
}
#detail .detail-unit .detail-ph .copy-wrap {
  margin-bottom: 30px;
}
#detail .detail-unit .detail-ph .copy-wrap .tit {
  font-weight: bold;
  margin-bottom: 10px;
}
#detail .detail-unit .detail-ph .tag {
  overflow: hidden;
  margin-bottom: 20px;
}
#detail .detail-unit .detail-ph .tag li {
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 3px;
  float: left;
  font-size: 12px;
  line-height: 1;
  margin: 0 10px 10px 0;
  padding: 6px 12px;
  white-space: nowrap;
}
#detail .detail-unit .detail-data-item {
  background-color: #fff;
  margin-bottom: 100px;
  padding: 50px 30px;
}
@media (max-width: 768px) {
  #detail .detail-unit .detail-data-item {
    margin-bottom: 88px;
    padding: 32px 8px;
  }
}
#detail .detail-unit .detail-data-item-ttl {
  margin-bottom: 40px;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0.2em;
}
#detail .detail-unit .detail-data-item-ttl span {
  position: relative;
  display: inline-block;
  margin: 0 2rem;
  padding: 0 2rem;
  font-size: 2.8rem;
}
#detail .detail-unit .detail-data-item-ttl span::before, #detail .detail-unit .detail-data-item-ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 2px;
  background-color: #000;
}
#detail .detail-unit .detail-data-item-ttl span::before {
  left: 100%;
}
#detail .detail-unit .detail-data-item-ttl span::after {
  right: 100%;
}
#detail .detail-unit .detail-data-item dl {
  display: table;
  border-bottom: solid 1px #ccc;
  width: 100%;
}
@media (max-width: 768px) {
  #detail .detail-unit .detail-data-item dl {
    display: block;
    margin-bottom: 8px;
  }
}
#detail .detail-unit .detail-data-item dl dt {
  display: table-cell;
  padding: 30px;
  width: 190px;
  font-weight: bold;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #detail .detail-unit .detail-data-item dl dt {
    display: inline-block;
    background-color: #f3f3f3;
    padding: 0 8px;
    width: auto;
  }
}
#detail .detail-unit .detail-data-item dl dd {
  display: table-cell;
  padding: 30px;
  word-break: break-all;
}
@media (max-width: 768px) {
  #detail .detail-unit .detail-data-item dl dd {
    display: block;
    padding: 8px;
  }
  #detail .detail-unit .detail-data-item dl dd a[href^="tel:"] {
    text-decoration: underline;
  }
}
#detail .detail-btn {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
#detail .detail-btn a {
  display: block;
  background-color: #00773C;
  border-radius: 3px;
  padding: 24px 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}

/*****************************************************************
  ■header
******************************************************************/
header {
  top: 0;
  background: #fff;
  min-width: 300px;
  width: 100%;
  height: 80px;
}
@media (max-width: 768px) {
  header {
    position: fixed;
    height: 56px;
    font-size: 1rem;
    z-index: 99;
  }
}
header .header {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
header .header h1 {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0 11px 24px;
}
@media (max-width: 768px) {
  header .header h1 {
    padding: 10px 0 10px 8px;
  }
}
header .header h1 a {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header h1 a p {
  line-height: 1.2;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (max-width: 996px) {
  header .header h1 a p {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  header .header h1 a p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  header .header h1 a div {
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.05rem;
  }
}
header .header h1 figure img {
  margin-right: 10px;
  width: 170px;
  height: auto;
}
@media (max-width: 996px) {
  header .header h1 figure img {
    width: 120px;
  }
}
@media (max-width: 768px) {
  header .header h1 figure img {
    width: 100px;
    margin-right: 8px;
  }
}
header .header .main-menu-wrap {
  width: 100%;
}
header .header .main-menu {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
header .header .main-menu .main-menu-cts {
  font-size: 1.6rem;
  font-weight: bold;
  height: 100%;
  padding: 0 1.5%;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (max-width: 996px) {
  header .header .main-menu .main-menu-cts {
    font-size: 1.3rem;
  }
}
header .header .main-menu .main-menu-cts a {
  display: flex;
  align-items: center;
  height: 100%;
}
header .header .main-menu .main-menu-cts.main-menu-workinfo {
  margin-right: 0;
  background: #00773C;
}
header .header .main-menu .main-menu-cts.main-menu-workinfo a:link, header .header .main-menu .main-menu-cts.main-menu-workinfo a:visited, header .header .main-menu .main-menu-cts.main-menu-workinfo a:active {
  color: #fff;
}
header .header .main-menu .main-menu-cts.main-menu-workinfo a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .menu-btn-workinfo {
    position: fixed;
    width: 45px;
    height: 56px;
    top: 0;
    right: 45px;
    cursor: pointer;
    z-index: 1000;
    font-weight: bold;
    background: #00773C;
  }
  .menu-btn-workinfo a:link, .menu-btn-workinfo a:visited, .menu-btn-workinfo a:active, .menu-btn-workinfo a:hover {
    color: #fff;
    font-size: 0.8rem;
  }
  .menu-btn {
    position: fixed;
    width: 45px;
    height: 56px;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.3s ease-out;
    z-index: 1000;
  }
  .menu-btn span {
    position: absolute;
    right: 10px;
    margin: 0 auto;
    width: 25px;
    height: 2px;
    display: block;
    background-color: #fff;
    background-color: #00773C;
  }
  .menu-btn span:nth-of-type(1) {
    top: 15px;
  }
  .menu-btn span:nth-of-type(2) {
    top: 25px;
  }
  .menu-btn span:nth-of-type(3) {
    top: 35px;
    bottom: -16px;
  }
  .open .menu-btn {
    background: transparent;
  }
  .open .menu-btn span {
    background-color: #00773C;
    transition: all 0.2s;
  }
  .open .menu-btn span:nth-of-type(1) {
    top: 19px;
    transform: translateY(5px) rotate(-45deg);
  }
  .open .menu-btn span:nth-of-type(2) {
    opacity: 0;
  }
  .open .menu-btn span:nth-of-type(3) {
    bottom: -19px;
    transform: translateY(-11px) rotate(45deg);
  }
  .menu-box {
    position: fixed;
    width: 100%;
    height: calc(100% - 52px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 40px 15px;
    background: #ffffff;
    top: 0;
    visibility: hidden;
    transition: all 1s;
    opacity: 0;
    margin-top: 56px;
  }
  .menu-box .menu-link li {
    margin: 10px 0;
  }
  .menu-box .menu-link li a {
    line-height: 1;
    padding: 15px;
    display: block;
    margin-bottom: -1px;
    text-align: center;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .menu-box .menu-link li a:link, .menu-box .menu-link li a:visited, .menu-box .menu-link li a:active, .menu-box .menu-link li a:hover {
    color: #00773C;
  }
  .menu-box .menu-link li a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background-image: linear-gradient(to right, #ccc, #ccc 5px, transparent 5px, transparent 10px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
  }
  .menu-box .menu-ttl-2 {
    background: #00773C;
    color: #fff;
    padding: 8px;
  }
  .menu-box .menu-contact {
    margin-top: 20px;
  }
  .menu-box .menu-contact .menu-contact-inner {
    padding: 20px 10px;
    border: 1px solid #222;
  }
  .menu-box .menu-contact .menu-contact-tel {
    font-size: 1.5rem;
  }
  .menu-box .menu-contact .menu-contact-tel a {
    display: inline-block;
  }
  .menu-box .menu-contact .menu-contact-tel span {
    text-decoration: underline;
  }
  .menu-box .menu-contact .menu-contact-btn {
    margin: 20px auto 0;
  }
  .close-txt {
    border: 1px solid #333333;
    padding: 10px;
    display: block;
    width: 100px;
    margin: 20px auto;
    text-align: center;
  }
  .open .menu-box {
    transition: all 1s;
    opacity: 1;
    z-index: 999;
    visibility: visible;
  }
}
/******************************************************************
  ■footer
*****************************************************************/
footer {
  position: relative;
  background-color: #25533a;
}
footer .inner {
  text-align: center;
  padding: 50px 0 30px;
}
@media (max-width: 768px) {
  footer .inner {
    padding: 50px 0 60px 0;
  }
}
footer .wrap-copyright {
  color: #fff;
  font-size: 1.2rem;
}
@media (min-width: 769px) and (max-width: 1100px) {
  footer .wrap-copyright {
    padding: 0 60px;
  }
}
footer .wrap-copyright .ga-pdf a {
  color: #FFFFFF;
  text-decoration: none;
}
footer .wrap-copyright .ga-pdf a:hover {
  text-decoration: underline;
}

#scrolltop a {
  background: #25533a;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-radius: 50px;
  height: 80px;
  top: -30px;
  width: 80px;
  position: absolute;
  z-index: 300;
  left: 0;
  right: 0;
  margin: auto;
}
#scrolltop span::after {
  content: "";
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-radius: 3px;
  position: absolute;
  display: block;
  top: 40%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, 0) rotate(45deg);
}/*# sourceMappingURL=common.css.map */
