@charset "UTF-8";
/******************************
 * RESETs
******************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6, p,
ol,
ul,
ol ol,
ul ul,
ol ul,
ul ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ul,ol {
  list-style: none;
}
blockquote {
  margin: 0 0 1rem;
}
b,strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #999;
  text-decoration: none;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}

/******************************
 * BASE
******************************/
* {
  min-height: 0vw;
}
html {
  scroll-padding-top: 160px;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
.container {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.textl {
  text-align: left;
}
.textc {
  text-align: center;
}
.textr {
  text-align: right;
}
.imgr {
  float: right;
}
.imgl {
  float: left;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.gotop {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: #4a7c29;
  padding-top: 24px;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  opacity: 1;
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 10000;
  border-radius: 50%;
}
.gotop:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff !important;
  opacity: 0.85;
}
.gotop:before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 20%;
  height: 20%;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}

.btn-green-large {
  display: inline-block;
  background-color: #6da04b;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  font-weight: bold;
  margin-top: 20px;
}
.btn-green {
  display: inline-block;
  background-color: #4a7c29;
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: bold;
}
.btn-outline {
  display: inline-block;
  border: 1px solid #4a7c29;
  color: #4a7c29;
  padding: 12px 40px;
  border-radius: 25px;
  font-weight: bold;
  background: #fff;
}
.btn-outline-small {
  display: inline-block;
  border: 1px solid #333;
  padding: 6px 25px;
  border-radius: 20px;
  font-size: 14px;
  margin-top: 20px;
}
.placeholder-img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}

.col_red {
  color: #c00;
}

.tel_icon:before {
  bottom: -3px;
  position: relative;
  margin-right: 4px;
  font-family: "Material Icons";
  content: "\e325";
  color: #4a7c29;
}
.fax_icon:before {
  bottom: -3px;
  position: relative;
  margin-right: 4px;
  font-family: "Material Icons";
  content: "\ead8";
}
.mail_icon:before {
  bottom: -3px;
  position: relative;
  margin-right: 4px;
  font-family: "Material Icons";
  content: "\e0be";
  color: #4a7c29;
}

@media screen and (max-width: 769px) {
  .container {
    width: 92%;
  }
}

/******************************
 * MENU
******************************/
#header {
  clear: both;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.8);
}

#header #h_contact_info {
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  font-weight: 500;
  align-items: center;
  margin-top: 5px;
}
#header #h_contact_info li {
  margin-left: 7px;
}
#header #h_contact_info li img {
  width: 30px;
  height: auto;
}
#header #h_contact_info .tel_icon {
  font-size: 20px;
  color: #4a7c29;
}
#header #h_contact_info .tel_icon a {
  color: #4a7c29 !important;
}

.btn-consult {
  background: rgb(74, 124, 41, 1);
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 13px;
}
.btn-consult:hover {
  color: #fff !important;
  background: rgb(74, 124, 41, 0.85);
}

.globalnav-wrap {
  display: flex;
  z-index: 1000;
  align-items: center;
}
.globalnav-wrap h1 {
  margin: 5px auto 0 15px;
  font-size: 18px;
}
.globalnav-wrap .pc_none {
  display: none !important;
}
.globalnav-wrap ol {
  display: flex;
  align-items: center;
  z-index: 100;
  margin-bottom: -1px;
}
.globalnav-wrap ol li {
  height: 84px;
  width: 120px;
  text-align: center;
}
.globalnav-wrap ol li a {
  display: block;
  height: 84px;
  width: 120px;
}
.globalnav-wrap ol li:first-child a {
  background-color: #fff;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
}
.globalnav-wrap ol li:last-child a {
  background-color: #000;
  color: #fff;
}
.globalnav-wrap ol li span {
  display: block;
  padding-top: 15px;
  font-size: 20px;
}

.globalnav {
  font-weight: bold;
}
.globalnav .dropdown-btn {
  position: relative;
  display: inline-block;
  padding: 15px 10px;
  cursor: pointer;
}
.globalnav .dropdown-btn:nth-last-child(1) .dropdown {
  left: -100px;
}
.globalnav .dropdown {
  z-index: 1000;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50px;
  width: 220px;
  display: none;
  text-align: center;
  border: solid 1px #ccc;
}
.globalnav .dropdown li {
  font-weight: normal;
  text-align: left;
  border-bottom: dotted 1px #999;
}
.globalnav .dropdown li a {
  padding: 10px;
  display: block;
  color: #000;
}
.globalnav .dropdown li a:hover {
  color: #999;
}
.globalnav .dropdown li .btn_form {
  color: #fff;
  padding: 10px;
  margin-top: 15px;
}
.globalnav .dropdown li .btn_form:hover {
  color: #27acd9 !important;
}
.globalnav .nav-button-wrap,
.globalnav .open {
  display: block;
}
.globalnav .close {
  display: block;
}

@media screen and (max-width: 1100px) {
  header {
    position: relative;
    width: 100%;
  }
  #header {
   padding: 10px 20px;
  }
  .globalnav-wrap h1 img {
    width: 100%;
    height: auto;
  }
  .globalnav-wrap .pc_none {
    display: block !important;
    margin-bottom: 10px;
  }
  .globalnav-wrap .sp_none {
    display: none !important;
  }
  .globalnav-wrap .dropdown-btn {
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
  }
  .globalnav {
    display: none;
  }
  .globalnav li a span {
    display: inline-block;
    margin-left: 1em;
    color: #999;
  }
  .globalnav .close {
    display: none;
  }
  .globalnav .dropdown {
    width: 100%;
  }
  .globalnav .dropdown li {
    float: none;
    text-align: left;
  }
  .globalnav .dropdown li a {
    color: #fff;
    padding: 3px 25px;
  }
  .globalnav .dropdown li a:hover {
    text-decoration: none;
    color: #ccc;
  }
  .globalnav .dropdown li .btn_form {
    margin: 0;
  }
  .globalnav-wrap.open .globalnav {
    display: block;
    padding: 40px 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 20;
  }
  .globalnav-wrap.open .globalnav li {
    display: block;
    color: #fff;
    border-bottom: none;
  }
  .globalnav-wrap.open .globalnav > li {
    border-bottom: dotted 1px #ccc;
  }
  .globalnav-wrap.open .globalnav li a {
    color: #fff;
    display: block;
  }
  .globalnav-wrap.open .globalnav li:hover {
    background: transparent;
  }
  .globalnav-wrap.open .globalnav .dropdown {
    display: block;
    position: static;
    background: transparent;
    border: none;
    padding-top: 0;
  }
  .nav-button-wrap {
    display: block;
    position: absolute;
    right: 7px;
    z-index: 1000;
    cursor: pointer;
    padding: 15px;
    height: 53px;
  }
  .nav-button {
    display: inline-block;
    transition: all 0.3s;
    z-index: 20;
    width: 25px;
    height: 19px;
    position: relative;
  }
  .nav-button span {
    display: inline-block;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 10px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: -2px;
  }
  .active .nav-button span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
    background-color: #fff;
    height: 3px;
  }
  .active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }
  .active .nav-button span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
    background-color: #fff;
    height: 3px;
  }
}
@media screen and (max-width: 600px) {
  .globalnav-wrap h1 {
    margin: 0 ;
    width: 280px;
  }
}

/******************************
 * MAIN
******************************/
/* パンクズ */
#breadcrumb_area {
  margin: 0 0 45px 0;
}
#breadcrumb_area .breadcrumb {
  display: flex;
  gap: 0 15px;
  list-style: none;
  padding: 0;
  font-size: 14px;
}
#breadcrumb_area .breadcrumb a {
  color: #000;
  text-decoration: none;
}
#breadcrumb_area .breadcrumb a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
#breadcrumb_area .breadcrumb li {
  display: flex;
  align-items: center;
}
#breadcrumb_area .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin-left: 15px;
  font-family: "Material Icons";
  content: "\e409";
  position: relative;
  top: 2px;
}
.page-mv {
  margin: 20px 0 60px 0;
}
.page-mv__title {
  font-size: clamp(2.625rem, 2.366rem + 1.3vw, 3.5rem);
  font-weight: 400;
}
.topimg {
  width: 96%;
  margin: 50px auto;
}
.topimg img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 24px;
  object-position: top center;
}
.content-section {
  padding: 40px 0 90px;
}
.content-section__title {
  font-size: clamp(2rem, 1.682rem + 1.59vw, 2.875rem);
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 55px 0;
    padding: 0.8rem 0;
    background-image: linear-gradient(90deg, #4a7c29 0 50px, transparent 50px 60px, #eee 0 60px);
    background-repeat: no-repeat;
    background-size: 100% 5px;
    background-position: bottom;
}

#main h4 {
  margin: 15px 0 55px 0;
  font-size: clamp(1.313rem, 1.153rem + 0.8vw, 1.75rem);
  line-height: 1.3;
  padding: 10px 25px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
}
#main h5 {
  margin: 55px 0 25px 0;
  font-size: clamp(1.313rem, 1.153rem + 0.8vw, 1.75rem);
  line-height: 1.3;
}

@media screen and (max-width: 769px) {
  .page-mv {
    padding: 25px 0 60px;
  }
  .page-mv__title {
    font-size: 36px;
  }
  .content-section {
    padding: 40px 0 60px;
  }
  .content-section__image {
    margin-top: 32px;
  }
  .content-section__image img {
   height: auto;
  }
  #breadcrumb_area .breadcrumb {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 7px;
  }
  #breadcrumb_area .breadcrumb li {
    display: inline;
  }
  #breadcrumb_area .breadcrumb li:not(:last-child)::after {
    margin-left: 0;
  }
}

/******************************
 * CONTACT
******************************/
.contact {
  background-color: #dbecd2;
  padding: 40px 20px;
  margin-bottom: 40px;
}
.contact-box {
  background-color: #fff;
  padding: 40px;
  text-align: center;
  border-radius: 4px;
}
.contact-box h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.highlight-orange {
  color: #e5731b;
}
.contact-sub {
  font-size: 14px;
  color: #666;
  margin-bottom: 35px;
}
.contact-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.contact-links .tel_icon {
  font-size: 36px;
  font-weight: bold;
  color: #4a7c29;
}
.contact-links .tel_icon a {
  color: #4a7c29;
}
.contact-links .mail_icon:before {
  font-size: 40px;
  position: relative;
  bottom:-15px;
}
.mid_icon {
  margin-top: -15px;
}

@media screen and (max-width: 769px) {
  .contact-box {
    padding: 30px 15px;
  }
  .contact-box h2 {
    font-size: 20px;
  }
  .contact-links {
    flex-direction: column; /* 電話・メール・LINEを縦並びに */
    gap: 25px;
    font-size: 18px;
  }
  .contact-links div {
    width: 100%;
    justify-content: center;
  }
}

/******************************
 * FOOTER
******************************/
#footer {
  background-color: #f7fcf5;
  padding: 0 0 40px 0;
}
.footer-flex {
  display: flex;
  justify-content: space-between;
}
.footer-info h3 {
  color: #4a7c29;
  margin-bottom: 10px;
}
.footer-info ol {
  display: flex;
}
.footer-info ol li {
  margin: 5px 5px 5px 0;
}
.footer-links {
  display: flex;
}
.footer-links ul {
  margin-left: 55px;
  font-weight: 400;
  font-size: 16px;
}
.footer-links ul li {
  margin-bottom: 7px;
}

/* ボタンIOS対応 */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: linear-gradient(to bottom, #EEE 0%, #CCC 100%);
  font-weight: normal;
}
button:hover {
  background: linear-gradient(to bottom, #FFF 0%, #CCC 100%);
}

.link_icon:before {
  font-family: "Material Icons";
  margin-right: 4px;
  content: "\e89e";
  position: relative;
  top: 4px;
  font-size: 18px;
}
.link_icon a {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .footer-links {
    display: block;
    width: calc( 100% - 350px );
  }
}
@media screen and (max-width: 769px) {
  .footer-flex {
    display: block;
  }
  .footer-links {
    width: 100%;
    margin: 35px 0 0 0;
  }
  .footer-links ul {
    margin-left: 0;
  }
  .footer-links ul li {
    border-bottom: solid 1px #ccc;
  }
  .footer-links ul li a {
    padding: 7px 0;
    display: block;
  }
}


