@charset "UTF-8";
/****
下層ページ
****/
/* 下層ページ共通パーツ */
.page-header {
  background-image: url(../img/common/page-header.svg);
  background-size: contain;
  height: 44.802342606vw;
  padding-top: 10.2vw;
}
.page-header + section {
  padding-top: 0;
}

section {
  padding: 3vw 0;
}

h1 {
  color: #207E2B;
  text-align: center;
  font-size: 4.4vw;
  line-height: 1.4;
}
h1 span {
  display: block;
  font-size: 1.3vw;
}

h2 {
  color: #207E2B;
  font-size: 4vw;
  margin: 2vw 0;
}
h2.h2_round {
  position: relative;
  font-size: 2vw;
  padding-left: 3vw;
}
h2.h2_round::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "●";
}
h2 span {
  font-size: 1.4vw;
  margin-left: 0.6vw;
}

h3 {
  font-size: 1.6vw;
  color: #207E2B;
  border-bottom: 1px solid;
}

@media screen and (max-width: 767px) {
  .page-header {
    background-image: url(../img/common/page-header_sp.svg);
    background-size: contain;
    height: 54.545454545vw;
    padding-top: 9vw;
  }
  h1 {
    font-size: 8vw;
    line-height: 1.5;
    margin-top: 4vw;
    margin-bottom: 0;
  }
  h1 span {
    display: block;
    font-size: 3vw;
  }
  h2 {
    font-size: 30px;
  }
  h2.h2_round {
    font-size: 18px;
    padding-left: 24px;
  }
  h2 span {
    font-size: 3vw;
    margin-left: 2vw;
  }
  h3 {
    font-size: 4.2vw;
  }
}
.container.container_r {
  border-radius: 3vw;
  padding: 2.6vw 3vw 2vw;
}
.container.container_r.container_r_y {
  background-color: #FFDB89;
}
.container.container_r.container_r_g {
  background-color: #00CC86;
}
.container.container_r dl {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.container.container_r dl dt,
.container.container_r dl dd {
  background-color: #fff;
  margin: 0 0 1vw;
  padding: 1.4vw 2vw;
  font-size: 1.2vw;
}
.container.container_r dl dt {
  width: 20%;
  border-radius: 3vw 0 0 3vw;
  color: #207E2B;
  font-weight: 600;
}
.container.container_r dl dd {
  width: 80%;
  border-radius: 0 3vw 3vw 0;
}

@media screen and (max-width: 767px) {
  .container.container_r dl {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .container.container_r dl dt,
  .container.container_r dl dd {
    font-size: 14px;
    padding: 10px 12px;
    width: 100%;
  }
  .container.container_r dl dt {
    background-color: #207E2B;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
  }
  .container.container_r dl dd {
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
.msg {
  color: #207E2B;
  font-size: 2.4vw;
  font-weight: 600;
  margin: 0 0 4vw;
}

@media screen and (max-width: 767px) {
  .msg {
    font-size: 4.4vw;
  }
}
/* サービス領域 */
#service .service_list .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service .service_list .container ul li {
  width: 32%;
  background-color: #fff;
  padding: 1vw 1.4vw;
  margin-bottom: 0.6vw;
  border-radius: 20vw;
  text-align: center;
  color: #207E2B;
  font-weight: bold;
}
#service .process ul li {
  position: relative;
  padding: 1.2vw;
  margin-bottom: 3vw;
  border-radius: 2vw;
  background-color: #fff;
  display: flex;
}
#service .process ul li .no {
  width: 6vw;
  margin-right: 1vw;
  flex-shrink: 0;
}
#service .process ul li .no img {
  width: 100%;
}
#service .process ul li .process_content h3 {
  margin: 1vw 0;
  color: #207E2B;
  border-bottom: none;
}
#service .process ul li::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 2.3vw solid #fff;
  border-right: 5vw solid transparent;
  border-left: 5vw solid transparent;
}
#service .process ul li:last-child::before {
  content: none;
}

@media screen and (max-width: 979px) {
  #service .container .msg + .center {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #service .service_list .container ul li {
    width: 49%;
    font-size: 2.6vw;
  }
  #service .process ul li {
    padding: 1.8vw;
  }
  #service .process ul li .no {
    width: 10vw;
    margin-right: 2vw;
  }
}
/* お問い合わせ */
#contact {
  /* Contact Form 7 の送信ボタンを中央配置 */
  /* ホバー時のエフェクト */
  /* クリック時のエフェクト */
  /* 無効化された送信ボタンのスタイル */
}
#contact .container dl dt {
  display: flex;
  align-items: center;
  width: 30%;
}
#contact .container dl dt p {
  margin: 0;
}
#contact .container dl dt span {
  color: #fff;
  padding: 0 0.8vw;
  margin-right: 2vw;
  border-radius: 100vw;
}
#contact .container dl dt span.hissu {
  background-color: #207E2B;
}
#contact .container dl dt span.ninni {
  background-color: #666;
}
#contact .container dl dd {
  width: 70%;
}
#contact .container dl dd input[type=text],
#contact .container dl dd input[type=email],
#contact .container dl dd input[type=number],
#contact .container dl dd input[type=tel],
#contact .container dl dd textarea {
  background-color: #ffefcb;
  padding: 4px;
  border: none;
  width: 100%;
}
#contact .container dl dd p {
  margin: 0;
}
#contact .wpcf7-submit {
  display: block;
  /* インライン要素をブロック要素に */
  margin: 20px auto;
  /* 上下に余白を持たせ、左右を auto で中央寄せ */
  background-color: #207e2b;
  color: #ffffff;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
#contact .wpcf7-submit:hover {
  background-color: #207e2b;
  transform: scale(1.05);
}
#contact .wpcf7-submit:active {
  background-color: #207e2b;
  transform: scale(0.98);
}
#contact .wpcf7-submit:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  transform: none;
}

@media screen and (max-width: 767px) {
  #contact .container dl dt {
    width: 100%;
  }
  #contact .container dl dt span {
    background-color: #fff;
    color: #207E2B;
  }
  #contact .container dl dd {
    width: 100%;
    padding: 20px;
  }
}
/* プライバシーポリシー */
#about .value {
  display: block;
  margin: auto;
  width: 30vw;
}
#about .about_msg {
  text-align: center;
  font-size: 1.5vw;
  margin-bottom: 6vw;
}
#about .services + .btn {
  margin: 6vw auto 0;
}
#about .faq ul li {
  position: relative;
  background-color: #fff;
  border-radius: 2vw;
  padding: 1.2vw;
  margin-bottom: 1.2vw;
}
#about .faq ul li::before, #about .faq ul li::after {
  content: "";
  position: absolute;
  width: 2vw;
  height: 0.2vw;
  background-color: #207E2B;
  top: 2.2vw;
  right: 1.4vw;
}
#about .faq ul li::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
#about .faq ul li h3 {
  position: relative;
  font-size: 1.2vw;
  margin: 0;
  border-bottom: none;
  line-height: 1.8;
  padding-left: 3vw;
  color: #207E2B;
  cursor: pointer;
}
#about .faq ul li h3::before {
  position: absolute;
  left: 0;
  top: -0.9vw;
  content: "Q. ";
  font-size: 2vw;
}
#about .faq ul li .answer {
  display: none;
  padding-left: 3vw;
}
#about .faq ul li.open::after {
  transform: rotate(0deg);
}

@media screen and (max-width: 767px) {
  #about .value {
    width: 60vw;
  }
  #about .about_msg {
    font-size: 3.6vw;
  }
  #about .faq ul li::before, #about .faq ul li::after {
    width: 3.2vw;
    height: 0.5vw;
    right: 1.4vw;
    top: 4vw;
  }
  #about .faq ul li h3 {
    font-size: 3.6vw;
    padding-left: 5vw;
    padding-right: 4vw;
  }
  #about .faq ul li h3::before {
    font-size: 4vw;
  }
}
/* メンバー */
#member .member_msg {
  display: flex;
  justify-content: center;
  align-items: center;
}
#member ul li {
  display: flex;
  background-color: #fff;
  gap: 2vw;
  border-radius: 2vw;
  padding: 0vw 2vw 1vw;
  margin-bottom: 2vw;
}
#member ul li img {
  width: 13vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
#member ul li .member-content h3 {
  border-bottom: none;
  margin-bottom: 0vw;
}
#member ul li .member-content h3 span {
  font-size: 1.2vw;
  display: block;
}
#member ul li .member-content p {
  margin-top: 0.2vw;
}
#member ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #member .member_msg {
    display: block;
  }
  #member .member_msg .msg {
    text-align: center;
    margin-bottom: 0;
  }
  #member .member_msg img {
    display: block;
    width: 40vw;
    margin: auto;
  }
  #member ul li {
    display: block;
    padding: 3vw 2vw;
  }
  #member ul li img {
    display: block;
    margin: auto;
    width: 20vw;
  }
  #member ul li .member-content h3 {
    text-align: center;
    font-size: 4.2vw;
    margin-bottom: 2vw;
  }
  #member ul li .member-content h3 span {
    font-size: 3.4vw;
  }
}
/* 採用情報 */
#recruit .recruit_msg {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #recruit .recruit_msg {
    display: flex;
    gap: 4vw;
  }
  #recruit .recruit_msg img {
    display: block;
    margin: auto;
    width: 20vw;
  }
}
/* お知らせ */
#information .container dl dd a {
  text-decoration: none;
  color: #333;
}
#information .container h2 {
  font-size: 2vw;
  margin-bottom: 0vw;
}
#information .container .date {
  font-size: 1.2vw;
  text-align: right;
  margin-right: 2vw;
  margin-bottom: 1vw;
  color: #207E2B;
  font-weight: bold;
}
#information .container .information-content {
  background-color: #fff;
  padding: 2vw;
  border-radius: 2vw;
}
#information .nav-links {
  display: flex;
  z-index: 999;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-top: 2vw;
}
#information .nav-links .page-numbers {
  font-weight: bold;
}
#information .nav-links .page-numbers.current {
  background: #207E2B;
  height: 3vw;
  width: 3vw;
  text-align: center;
  line-height: 3vw;
  border-radius: 1.5vw;
  color: #fff;
  margin: 0 -0.2vw 0;
}
#information .nav-links .page-numbers.next {
  font-size: 0;
  height: 3vw;
  width: 3vw;
  background-image: url(../img/common/next.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#information .nav-links .page-numbers.prev {
  font-size: 0;
  height: 3vw;
  width: 3vw;
  background-image: url(../img/common/prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#information .post-link {
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
  margin-bottom: 12vw;
}
#information .post-link li a {
  background: #217e2b;
  color: #fff;
  text-decoration: none;
  font-size: 1.2vw;
  padding: 0.8vw 1.2vw;
  border-radius: 1vw;
}
#information + footer {
  margin-top: -15vw;
}

@media screen and (max-width: 767px) {
  #information .container h2 {
    font-size: 5vw;
  }
  #information .container .date {
    font-size: 3.2vw;
  }
  #information .nav-links {
    margin-top: 4vw;
    gap: 4vw;
  }
  #information .nav-links .page-numbers.current {
    height: 6vw;
    width: 6vw;
    line-height: 6vw;
    border-radius: 3vw;
  }
  #information .nav-links .page-numbers.next {
    font-size: 0;
    height: 6vw;
    width: 6vw;
  }
  #information .nav-links .page-numbers.prev {
    font-size: 0;
    height: 6vw;
    width: 6vw;
  }
  #information .post-link li a {
    font-size: 3vw;
    padding: 1.6vw 4vw;
    border-radius: 1vw;
  }
}
/* プライバシーポリシー */
#privacy {
  margin-bottom: 5vw;
}
#privacy ul,
#privacy ol {
  margin: 16px 0;
}
#privacy ul li {
  position: relative;
  padding-left: 20px;
}
#privacy ul li::before {
  position: absolute;
  content: "■";
  color: #207E2B;
  left: 0;
}/*# sourceMappingURL=page.css.map */