@charset "UTF-8";
/* CSS Document */
/* CSS Document */
.sp:not(.pc), .tb:not(.pc) {
  display: none !important;
}

.drawer--navbarTopGutter {
  padding-top: 0 !important;
}

#pc_header {
  border-bottom: 1px solid #ddd;
}
#pc_header .header_inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  height: 100px;
  margin: 0 auto;
  position: relative;
  font-size: 1.4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#pc_header .header_inner h1 {
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  margin: 0;
}
#pc_header .header_inner h1 a {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 700;
  width: 250px;
  line-height: 100px;
}
#pc_header .header_inner h1 a img {
  width: 100%;
  margin-right: 10px;
}
#pc_header .header_inner nav {
  margin: 0 1em 0 auto;
  height: 100%;
}
#pc_header .header_inner nav ul {
  list-style-type: none;
  display: flex;
  height: 100%;
}
#pc_header .header_inner nav ul li {
  font-size: min(1.8rem, 1.6vw);
  display: flex;
  height: 100%;
  transition: 0.3s ease-in-out;
  border-left: 1px solid #ddd;
}
#pc_header .header_inner nav ul li:last-child {
  border-right: 1px solid #ddd;
}
#pc_header .header_inner nav ul li:hover {
  color: #132c8d;
  background: #eee;
}
#pc_header .header_inner nav ul li:hover a {
  color: #4B9000;
}
#pc_header .header_inner nav ul li.slct {
  color: #132c8d;
  background: #eee;
}
#pc_header .header_inner nav ul li.slct a {
  color: #4B9000;
}
#pc_header .header_inner nav ul li a {
  transition: 0.3s ease-in-out;
  color: #333;
  position: relative;
  height: 100%;
  align-items: center;
  display: flex;
  padding: 0 1em;
}
#pc_header .header_inner nav ul li a::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  content: "";
  z-index: 100;
  width: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
  transition: width 0.3s cubic-bezier(0.05, 0.935, 0.905, 0.875);
}
#pc_header .header_inner .phone {
  color: #4B9000;
  font-size: min(3rem, 2vw);
}
#pc_header .header_inner .phone i {
  font-size: 120%;
  margin-right: 5px;
}
#pc_header .header_inner .btn a {
  display: block;
  font-size: min(1.8rem, 1.8vw);
  border: 1px solid orangered;
  background: orangered;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
}
#pc_header .header_inner .btn a::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

/* ---------------------------------------------------------------------- */
/*  ヘッダ-プルダウンメニュー                                             */
/* ---------------------------------------------------------------------- */
.contactBtn {
  position: fixed;
  right: 0;
  top: 150px;
  font-size: 2rem;
  z-index: 1;
}
.contactBtn a {
  border-radius: 8px 0 0 8px;
  background: #4B9000;
  color: #fff;
  padding: 20px;
}
.contactBtn a p {
  width: 1em;
  line-height: 1.4;
}
.contactBtn a:hover {
  padding-right: 30px;
}

#pan {
  width: calc(100% - 20px);
  max-width: 1080px;
  margin: 0 auto 20px;
  font-size: 1.4rem;
  padding: 0;
}
#pan ul {
  font-size: 1.4rem;
  width: 100%;
  padding: 0;
  margin: 0 10px 10px;
  line-height: 2;
  overflow-x: auto;
  white-space: nowrap;
  list-style: none;
  overflow-y: hidden;
  text-align: left;
}
#pan ul li {
  display: inline-block;
  position: relative;
  padding: 0;
}
#pan ul li + li::before {
  content: ">";
}

.single_col {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.single_col .main_col {
  background: #fff;
  margin: 0 20px;
  padding: 40px;
  font-size: 1.6rem;
}
.single_col .main_col .article + .article {
  margin-top: 40px;
}
.single_col .inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.single_col .inner h1.content_title {
  position: relative;
  border-top: 1px solid #b3b3b3;
  margin-bottom: 20px;
  padding-top: 20px;
  color: #000;
  text-align: left;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: .15em;
  font-weight: 400;
}
.single_col .inner h1.content_title span {
  display: block;
  color: #4B9000;
  font-size: 1.4rem;
}
.single_col .inner h1.content_title::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 10px;
  background: #4B9000;
  top: 0;
  left: 0;
  border-radius: 0 0 4px 4px;
}
.single_col .inner .catch {
  display: flex;
  align-items: center;
  padding: 40px;
}
.single_col .inner .catch p {
  font-size: 2rem;
}
.single_col .inner .catch .photo {
  width: 50%;
  max-width: 300px;
  display: block;
  margin-left: 40px;
}
.single_col .inner .catch .photo img {
  width: 100%;
  display: block;
  border-radius: 4px;
}
.single_col .inner .tbl_dl {
  font-size: 2rem;
  margin-bottom: 30px;
}
.single_col .inner .tbl_dl dl {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.single_col .inner .tbl_dl dl dt {
  position: relative;
  width: 200px;
  padding: 5px;
  color: #4B9000;
}
.single_col .inner .tbl_dl dl dd {
  width: calc(100% - 200px);
  padding: 5px;
}
.single_col .inner .contact_dl {
  font-size: 2rem;
  margin-bottom: 30px;
}
.single_col .inner .contact_dl dl {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.single_col .inner .contact_dl dl dt {
  position: relative;
  width: 300px;
  padding: 5px;
  padding-right: 3em;
}
.single_col .inner .contact_dl dl dt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 10px);
  background: #ddd;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.single_col .inner .contact_dl dl dt.required::before {
  content: "必須";
  font-size: 1rem;
  color: #fff;
  height: 1em;
  line-height: 1;
  padding: 5px;
  position: absolute;
  background: #F00;
  margin: auto;
  right: 5px;
  top: 10px;
  border-radius: 4px;
}
.single_col .inner .contact_dl dl dd {
  width: calc(100% - 300px);
  padding: 5px;
}
.single_col .inner .contact_dl dl dd p {
  font-size: 1.6rem;
}

#map_canvas {
  width: 100%;
  height: 350px;
}
#map_canvas #googlemap {
  width: 100%;
  height: 100%;
}

ul.list {
  list-style-type: none;
  font-size: 2rem;
  margin-left: 10px;
  margin-bottom: 30px;
  padding: 0;
}
ul.list li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 2;
}
ul.list li::before {
  content: "";
  display: inline-block;
  border-top: 8px solid transparent;
  border-left: 13.8564px solid green;
  border-bottom: 8px solid transparent;
  color: green;
  margin-right: 8px;
  width: 0;
  height: 0;
}

.topBtn {
  position: absolute;
  right: 30px;
  top: -60px;
}
.topBtn.hide {
  opacity: 0;
}
.topBtn.fixed {
  position: fixed;
  bottom: 20px;
  top: auto;
}
.topBtn a {
  background: #4B9000;
  position: relative;
  color: #FFFFFF;
  width: 6em;
  height: 6em;
  border-radius: 3em;
  text-align: center;
  padding-top: 2.5em;
  line-height: 1.2;
  display: block;
}
.topBtn a::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.5em;
  height: 2em;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  clip-path: polygon(50% 50%, 0 100%, 100% 100%);
  z-index: 2;
}

@media (min-width: 1280px) {
  .topBtn {
    margin: auto;
    right: 0;
    left: 0;
    width: 6em;
    transform: translate(570px);
  }
}
#footer .inner {
  width: 100%;
  max-width: 1060px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1.5fr .8fr;
  grid-template-rows: 1fr 50px;
  grid-template-areas: "company_name company_address bana" "nav nav nav";
}
#footer .inner nav {
  grid-area: nav;
}
#footer .inner .company_name {
  grid-area: company_name;
}
#footer .inner .company_name img {
  width: 100%;
  display: block;
  margin-right: 20px;
}
@media (min-width: 768px) {
  #footer .inner .company_name {
    margin-right: 30px;
  }
}
#footer .inner .company_address {
  grid-area: company_address;
  font-size: min(1.8rem, 2vw);
  z-index: 3;
  display: flex;
  align-items: center;
}
#footer .inner .bana {
  grid-area: bana;
  margin-left: auto;
}
#footer .inner .bana img {
  width: 100%;
}
#footer nav {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  margin-top: 30px;
}
#footer nav ul {
  list-style-type: none;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  line-height: 1;
}
#footer nav ul li {
  margin-right: 2em;
  font-size: min(1.8rem, 1.8vw);
}
#footer nav ul li + li {
  padding-left: 2em;
}
#footer nav ul li a {
  color: #4B9000;
  position: relative;
  padding-bottom: 5px;
}
#footer nav ul li a::before {
  content: "";
  height: 2px;
  width: 100%;
  background: #4B9000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}
#footer nav ul li a:hover::before {
  transform: scale(1, 1);
}

.copyright {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  text-align: center;
  padding: 20px 0 0;
  font-size: 1.4rem;
}

footer {
  background: #4B9000;
}
