@charset "UTF-8";
/*-------------------------
  business
--------------------------*/
.bis-img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .bis-img-wrap {
    gap: 6px;
    margin-bottom: 20px;
  }
}
.bis-img-wrap .img-1 {
  grid-column: 1/3;
  aspect-ratio: 790/420;
}
.bis-img-wrap .img-2 {
  aspect-ratio: 390/270;
}

/*-------------------------
  Company
--------------------------*/
.profile-img {
  width: 330px;
  max-width: 100%;
  position: relative;
}
@media (max-width: 600px) {
  .profile-img {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.profile-img img {
  width: 100%;
  height: auto;
}
.profile-img .profile-name {
  position: absolute;
  right: -1px;
  bottom: -1px;
  background-color: #fff;
  padding: 3px 2px 3px 6px;
}
.profile-img .profile-name small {
  margin-right: 5px;
}

.info-img-wrap img {
  width: 100%;
  height: auto;
}

.tbl-1 {
  width: 100%;
}
.tbl-1 th,
.tbl-1 td {
  border-bottom: 1px dotted #a8a8a8;
  font-weight: 400;
  vertical-align: top;
  padding: 20px 10px;
  text-align: left;
  line-height: 1.7;
}
@media (max-width: 600px) {
  .tbl-1 th,
  .tbl-1 td {
    padding: 15px 0;
    letter-spacing: 0.1rem;
  }
}
.tbl-1 th {
  width: 140px;
}
@media (max-width: 600px) {
  .tbl-1 th {
    width: auto;
    letter-spacing: 0;
    padding-right: 20px;
    white-space: nowrap;
  }
}
@media (max-width: 600px) {
  .tbl-1 tr.last th,
  .tbl-1 tr.last td {
    border-bottom: none;
  }
}

.gmap-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------
  FAQ
--------------------------*/
.faq-nav-wrap {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .faq-nav-wrap {
    margin-top: 30px;
  }
}

.faq-nav {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faq-nav li {
  width: 33.3333%;
  height: 50px;
  margin-bottom: 7px;
}
@media (max-width: 600px) {
  .faq-nav li {
    width: 50%;
    height: 30px;
    margin-bottom: 5px;
  }
}
.faq-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.faq-nav li a:hover {
  background-color: #e3e3e3;
}

@media screen and (min-width: 601px) {
  .faq-nav li:nth-child(1), .faq-nav li:nth-child(2), .faq-nav li:nth-child(4), .faq-nav li:nth-child(5) {
    border-right: 1px solid #a8a8a8;
  }
}
@media screen and (max-width: 600px) {
  .faq-nav li {
    border-right: 1px solid #a8a8a8;
  }
  .faq-nav li:nth-child(1), .faq-nav li:nth-child(3), .faq-nav li:nth-child(5) {
    border-left: 1px solid #a8a8a8;
  }
}
.qa-list {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #a8a8a8;
}
.qa-list dt:before,
.qa-list dd:before {
  color: #008D43;
  font-weight: 500;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  display: block;
}
.qa-list dt {
  position: relative;
  margin: 0 0 12px 0;
  padding: 0 0 0 30px;
  font-weight: 600;
}
.qa-list dt:before {
  font-size: 2rem;
  top: 0px;
  left: 0px;
  content: "Q.";
}
.qa-list dd {
  position: relative;
  padding: 0 0 0 30px;
  line-height: 1.7;
}
.qa-list dd:before {
  font-size: 2rem;
  top: 0;
  left: 0px;
  content: "A.";
}

.qa-last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*-------------------------
  Contact
--------------------------*/
.formbox dl {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5;
}
.formbox dl dt {
  width: 100%;
  display: block;
  margin-bottom: 6px;
  font-size: 1.6rem;
  font-weight: 500;
}
.formbox dl dt span {
  color: #ff0000;
  margin-left: 3px;
}
.formbox dl dd {
  font-weight: 500;
}
.formbox dl dd div {
  margin-top: 10px;
}

.formbox input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.formbox input[type=text],
.formbox input[type=email],
.formbox input[type=tel] {
  width: 100%;
  background: #e8e8e8;
  border: none;
  margin-bottom: 6px;
  padding: 10px;
  font-size: 16px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-style: normal;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
.formbox textarea {
  padding: 10px;
  width: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 150px;
  border: none;
  background: #e8e8e8;
  border: none;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-style: normal;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
.formbox .wpcf7-list-item-label {
  cursor: pointer;
}
.formbox .wp-select {
  position: relative;
}
.formbox .wp-select select {
  width: 150px;
  max-width: 100%;
  padding: 10px 60px 10px 10px;
  margin-left: 10px;
  background: #fff;
  border: 1px solid #B3B3B3;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 15px;
}
.formbox .wp-select:before {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid #565656;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  pointer-events: none;
  content: "";
}

#formbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  width: 250px;
  max-width: 100%;
  height: 60px;
  text-align: center;
  padding: 1rem;
  border: none !important;
  color: #fff;
  background: #008D43;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}
@media (max-width: 600px) {
  #formbtn {
    font-size: 1.5rem;
    width: 230px;
    height: 50px;
  }
}

.wpcf7-submit:disabled {
  background-color: #999 !important;
  color: #333 !important;
  cursor: not-allowed !important;
}

/*-- チェックボックス --*/
.formbox span.wpcf7-list-item {
  position: relative;
  margin: 0 1.5rem 0.5rem 0;
  line-height: 1.7;
  font-size: 15px;
}
.formbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.formbox .wpcf7-list-item-label:before {
  content: "";
  border: 1px solid #5a5a5a;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.formbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 15px;
  height: 14px;
  background: url("../img/common/check.png") no-repeat center;
  background-size: contain;
}

/*-- 同意確認 --*/
.formbox .policy-txt {
  text-align: center;
  margin-top: 20px;
}
.formbox .check-text-box {
  text-align: center;
  margin: 15px auto 20px auto;
}
.formbox .check-text-box span.wpcf7-list-item {
  margin-right: 0;
  margin-bottom: 0;
}
.formbox #formbtn:disabled {
  background-color: #b7b7b7;
  cursor: not-allowed;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid #ff0000 !important;
  color: #ff0000;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #008D43 !important;
  color: #008D43 !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #ff0000 !important;
}

/*reCAPTCHAテキスト*/
.recaptcha_txt {
  margin-top: 30px;
}
.recaptcha_txt a {
  text-decoration: underline;
}

/*-------------------------
  News
--------------------------*/
/*-- cat-list --*/
.low-page .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.low-page .cat-list li {
  white-space: nowrap;
}
.low-page .cat-list li:after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}

.low-page .blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5%;
}
@media (max-width: 1024px) {
  .low-page .blog-list {
    margin-left: -4%;
  }
}
@media (max-width: 600px) {
  .low-page .blog-list {
    margin-left: -5%;
  }
}
.low-page .blog-list li {
  position: relative;
  width: 28.3333%;
  margin-left: 5%;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .low-page .blog-list li {
    width: 29.3333%;
    margin-left: 4%;
  }
}
@media (max-width: 600px) {
  .low-page .blog-list li {
    width: 45%;
    margin-left: 5%;
    margin-bottom: 30px;
  }
}
.low-page .blog-list li a:hover {
  opacity: 1;
}
.low-page .blog-list li a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.low-page .blog-list .wp-error-message {
  margin-left: 5%;
  width: 100%;
}
@media (max-width: 1024px) {
  .low-page .blog-list .wp-error-message {
    margin-left: 4%;
  }
}
@media (max-width: 600px) {
  .low-page .blog-list .wp-error-message {
    margin-left: 5%;
  }
}
.low-page .blog-list .blogImg {
  overflow: hidden;
}
.low-page .blog-list .blogImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 290/380;
}
.low-page .blog-list .blog-title {
  margin-top: 12px;
  line-height: 1.3;
}
.low-page .blog-list .blog-txt {
  line-height: 1.4;
  margin-top: 10px;
  color: #666666;
}
.low-page .blog-list .blog-date {
  position: absolute;
  top: -1px;
  right: -1px;
  line-height: 1;
  background-color: #fff;
  color: #008D43;
  padding: 5px;
}
.low-page .blog-list .blog-cat {
  line-height: 1;
  color: #008D43;
  margin-top: 14px;
}

/*-- page nav --*/
.nav-links ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.nav-links li > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  height: 45px;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 600px) {
  .nav-links li > * {
    height: 40px;
  }
}

.nav-links li > *:not(.dots) {
  width: 45px;
  color: #333;
  background: #efefef;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
@media (max-width: 600px) {
  .nav-links li > *:not(.dots) {
    width: 40px;
  }
}

.nav-links li > .current,
.nav-links li > a:hover {
  color: #ffffff;
  background: #008D43;
}

/*-------------------------
  News single
--------------------------*/
/* 初期設定 */
* {
  --wp--preset--font-size--x-large: 24px;
  --wp--preset--font-size--large: 22px;
  --wp--preset--font-size--medium: 18px;
  --wp--preset--font-size--small: 13px;
  --wp--preset--spacing--20: 20px!important;
  --wp--preset--spacing--30: 30px!important;
  --wp--preset--spacing--40: 40px!important;
  --wp--preset--spacing--50: 50px!important;
  --wp--preset--spacing--60: 60px!important;
  --wp--preset--spacing--70: 80px!important;
  --wp--preset--spacing--80: 120px!important;
}

@media (max-width: 600px) {
  * {
    --wp--preset--font-size--x-large: 22px;
    --wp--preset--font-size--large: 20px;
    --wp--preset--font-size--medium: 17px;
    --wp--preset--font-size--small: 12px;
    --wp--preset--spacing--20: 15px!important;
    --wp--preset--spacing--30: 25px!important;
    --wp--preset--spacing--40: 30px!important;
    --wp--preset--spacing--50: 40px!important;
    --wp--preset--spacing--60: 50px!important;
    --wp--preset--spacing--70: 65px!important;
    --wp--preset--spacing--80: 80px!important;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1rem;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-image figcaption {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 0;
}

mark {
  font-style: normal;
}

sup {
  font-size: 0.8em;
  vertical-align: top;
}

.wp-block-button {
  margin-bottom: 1rem !important;
}
.wp-block-button a {
  text-decoration: none !important;
}

.wp-block-image {
  margin-bottom: 30px;
}

.wp-block-gallery {
  margin-bottom: 30px !important;
}
.wp-block-gallery > .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Title */
.blog-single-head {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .blog-single-head {
    margin-bottom: 60px;
  }
}
.blog-single-head .bar {
  border-bottom: 1px solid #B3B3B3;
  padding: 0 5px 5px 5px;
  margin-bottom: 20px;
}
.blog-single-head .single-title {
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: 500;
}
.blog-single-head .cat {
  margin-top: 20px;
  color: #008D43;
}
.blog-single-head .date {
  color: #4d4d4d;
  margin-top: 10px;
}

/*-- 本文 --*/
.blog-single article,
.blog-page article {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .blog-single article,
  .blog-page article {
    margin-bottom: 50px;
  }
}
.blog-single article hr,
.blog-page article hr {
  background-color: #a8a8a8;
  display: block;
  border: 0;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog-single article h2, .blog-single article h3, .blog-single article h4, .blog-single article h5,
.blog-page article h2,
.blog-page article h3,
.blog-page article h4,
.blog-page article h5 {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}
.blog-single article h2,
.blog-page article h2 {
  display: block;
  font-size: 24px;
  padding-bottom: 5px;
  margin-top: 50px;
  margin-bottom: 15px;
  border-bottom: 1px solid #4d4d4d;
  font-weight: 500;
}
.blog-single article h2:first-child,
.blog-page article h2:first-child {
  margin-top: 0;
}
@media (max-width: 600px) {
  .blog-single article h2,
  .blog-page article h2 {
    font-size: 23px;
  }
}
.blog-single article h3,
.blog-page article h3 {
  font-size: 22px;
  border-left: 2px solid #333;
  padding-left: 10px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .blog-single article h3,
  .blog-page article h3 {
    font-size: 21px;
  }
}
.blog-single article h4,
.blog-page article h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 6px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .blog-single article h4,
  .blog-page article h4 {
    font-size: 19px;
  }
}
.blog-single article h5,
.blog-page article h5 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 4px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .blog-single article h5,
  .blog-page article h5 {
    font-size: 17px;
  }
}
.blog-single article p,
.blog-page article p {
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
.blog-single article p a,
.blog-page article p a {
  text-decoration: underline;
  word-wrap: break-word;
}
.blog-single article .wp-block-list,
.blog-page article .wp-block-list {
  margin-left: 2.2rem;
  margin-bottom: 1.2rem;
}
.blog-single article .wp-block-list li,
.blog-page article .wp-block-list li {
  list-style: inherit !important;
  line-height: 1.6;
}
.blog-single article .wp-block-list li:not(:last-of-type),
.blog-page article .wp-block-list li:not(:last-of-type) {
  margin-bottom: 0.6rem;
}

/* 前後 */
.post-single-navigation {
  overflow: hidden;
  padding: 0 0;
  border-bottom: 1px solid #a8a8a8;
  letter-spacing: 0.01em;
  font-size: 1.3rem;
}
.post-single-navigation a {
  height: 38px;
  line-height: 38px;
  color: #1a1a1a;
}
.post-single-navigation a:hover {
  background: #F2F2F2;
}
.post-single-navigation .prev a {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 22px;
}
.post-single-navigation .next a {
  position: relative;
  float: right;
  width: 50%;
  text-align: right;
  padding-right: 22px;
}

.post-single-navigation .prev a::before {
  position: absolute;
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  left: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.post-single-navigation .next a:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  right: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}