@charset "UTF-8";
body {
  padding-top: 4.8rem;
  position: relative;
}

.sp {
  display: none;
}

/* ボタン */
.btn {
  padding-top: 1rem;
  text-align: center;
}
.btn a {
  display: inline-block;
  background: #90bb44;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0.6rem 2.4rem;
  border-radius: 2.1rem;
  position: relative;
  transition: 0.3s;
}
.btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0.6rem;
  height: 8px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}
.btn a:hover {
  background: #669107;
}

/* ヘッダー */
header {
  background: rgba(255, 255, 255, 0.96);
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 4.8rem;
}
header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 1%;
}
header .header .logo {
  width: 220px;
}
header .header nav ul {
  display: flex;
  gap: 2rem;
}
header .header nav ul a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.96rem;
  padding: 6px; /* テキストと下線の間隔 */
  background-image: linear-gradient(#90bb44, #90bb44);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}
header .header nav ul a:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 2px; /* 下線の横幅を100%にする */
}

.hm_wrap {
  display: none;
}

/* フッター */
footer .footer-info {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 4rem;
  display: flex;
  gap: 4%;
}
footer .footer-info--map {
  width: 48%;
}
footer .footer-info--map iframe {
  width: 100%;
  height: 400px;
}
footer .footer-info--add {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .footer-info--add h5 {
  width: 100%;
  text-align: center;
  border-bottom: solid 1px #90bb44;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 0.6;
  padding-bottom: 0.8rem;
}
footer .footer-info--add h5 span {
  font-size: 0.9rem;
  font-weight: 400;
}
footer .footer-info--add p.text {
  padding-top: 1rem;
  text-align: center;
  font-size: 0.96rem;
  line-height: 1.6;
}
footer .footer-info--add p.text a {
  text-decoration: none;
}
footer .footer-info--add p.text a:hover {
  text-decoration: underline;
}
footer .footer-info--add p.tel {
  padding-top: 1.4rem;
  text-align: center;
  line-height: 1;
  font-weight: 500;
}
footer .footer-info--add p.tel a {
  text-decoration: none;
  font-size: 2.2rem;
}
footer .footer-info--add p.opentime {
  text-align: center;
  font-size: 0.96rem;
  padding-top: 0.2rem;
}
footer .footer-bottom {
  padding-top: 26%;
  position: relative;
  background-image: url(../img/footer.jpg);
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-top: 4rem;
}
footer .footer-bottom--inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
footer .footer-bottom--inner .footer-logo {
  width: 80%;
  max-width: 280px;
  margin: 0 auto;
}
footer .footer-bottom--inner .footer-add {
  display: flex;
  justify-content: center;
  padding-top: 0.6rem;
  gap: 0.6rem;
  font-size: 0.9rem;
}
footer .footer-bottom--inner .footer-copy {
  width: 92%;
  margin: 0 auto;
  padding-top: 2rem;
  font-size: 0.8rem;
}

/* トップページ */
.top-movie {
  position: relative;
  padding-top: 56.25%;
}
.top-movie video,
.top-movie img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.top-news {
  padding: 2rem 0 4rem;
  background-image: url(../img/top/news-icon.png);
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: right 4% bottom;
}
.top-news--inner {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
}
.top-news--inner h2 {
  padding-top: 2rem;
  width: 24%;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
.top-news--inner h2 .icon {
  width: 3.6rem;
}
.top-news--inner h2 .title {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.top-news--inner h2 .title span {
  font-size: 0.8rem;
  font-weight: 400;
  display: inline-block;
}
.top-news--inner ul.news-list {
  width: calc(76% - 3rem);
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.4;
}
.top-news--inner ul.news-list li a {
  display: flex;
  gap: 3rem;
  padding: 0.3rem 0.6rem;
  text-decoration: none;
  transition: 0.3s;
  color: #000;
}
.top-news--inner ul.news-list li a:hover {
  background: #f5f5f5;
}
.top-news--inner ul.news-list li a span {
  display: inline-block;
}
.top-about {
  background-image: url(../img/top/about.jpg);
  background-size: cover;
  background-position: center 50%;
}
.top-about--inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 6rem;
}
.top-about--inner .col {
  width: 44%;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
}
.top-about--inner .col h2 {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
.top-about--inner .col h2 .icon {
  width: 3.6rem;
}
.top-about--inner .col h2 .title {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.top-about--inner .col h2 .title span {
  font-size: 0.8rem;
  font-weight: 400;
  display: inline-block;
}
.top-about--inner .col h3 {
  padding-top: 1rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
}
.top-about--inner .col p {
  padding: 1rem;
  font-size: 0.96rem;
}
.top-about--inner .col .btn a {
  padding: 0.6rem 4rem;
}
.top-service {
  display: flex;
  gap: 3%;
  padding: 1rem 0;
}
.top-service .img {
  width: 30%;
}
.top-service .text {
  width: 34%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-service .text h2 {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
.top-service .text h2 .icon {
  width: 3.6rem;
}
.top-service .text h2 .title {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.top-service .text h2 .title span {
  font-size: 0.8rem;
  font-weight: 400;
  display: inline-block;
}
.top-service .text h3 {
  padding-top: 1rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
}
.top-service .text p {
  padding: 1rem;
  font-size: 0.96rem;
}
.top-service .text .btn a {
  padding: 0.6rem 4rem;
}
.top-guide {
  padding: 4rem 0;
  background: #90bb44;
}
.top-guide h2 {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
.top-guide h2 .icon {
  width: 3.6rem;
}
.top-guide h2 .title {
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.top-guide h2 .title span {
  font-size: 0.8rem;
  font-weight: 400;
  display: inline-block;
}
.top-guide--btn {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  gap: 3%;
  padding-top: 2rem;
  position: relative;
}
.top-guide--btn::before {
  position: absolute;
  top: -32px;
  content: "";
  width: 100%;
  height: 64px;
  background-image: url(../img/top/guide-icon.png);
  background-size: 102px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.top-guide--btn .col {
  width: 31.3333333333%;
}
.top-guide--btn .col a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 3rem 1rem;
  text-decoration: none;
  color: #90bb44;
  font-weight: 700;
  transition: 0.3s;
}
.top-guide--btn .col a:hover {
  box-shadow: 0px 0px 18px 0px rgba(44, 62, 44, 0.5);
}
.top-guide--btn .col a .icon {
  width: 4rem;
}
.top-guide--btn .col a p {
  padding-top: 1rem;
}
.top-bn {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 4rem;
  display: flex;
  gap: 4%;
}
.top-bn .col {
  width: 48%;
}
.top-bn .col a {
  border: solid 1px #90bb44;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background: #666;
}
.top-bn .col a img {
  transition: 0.3s;
}
.top-bn .col a img:hover {
  opacity: 0.9;
}

/* パンくず */
.page-nav {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
}
.page-nav ul {
  padding: 1rem 0 0;
  display: flex;
  font-size: 0.8rem;
}
.page-nav ul li::after {
  content: "　>　";
}
.page-nav ul li:last-child::after {
  content: none;
}
.page-nav ul li a {
  text-decoration: none;
}
.page-nav ul li a:hover {
  text-decoration: underline;
}

/* 私たちについて */
.about .cover {
  padding-top: 31.25%;
  background-image: url(../img/about/cover.jpg);
  background-size: cover;
  position: relative;
}
.about .cover h1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.8rem;
  position: absolute;
  top: 8rem;
  left: 12%;
}
.about .cover h1 .icon {
  width: 4.2rem;
}
.about .cover h1 .title {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}
.about .cover h1 .title span {
  font-size: 0.9rem;
  font-weight: 400;
  display: inline-block;
}
.about .greeting {
  padding: 6rem 0 2rem;
  display: flex;
  justify-content: center;
}
.about .greeting-inner {
  writing-mode: vertical-rl;
}
.about .greeting-inner h2 {
  font-size: 1.6rem;
  text-align: start;
}
.about .greeting-inner p {
  padding-right: 1rem;
  line-height: 1.8;
}
.about .greeting-inner img.sp-none {
  display: block;
  width: 2.2rem;
  margin: auto 2rem 1rem auto;
}
.about .greeting-inner img.pc-none {
  display: none;
}
.about .profile {
  padding: 6rem 0 0 0;
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
.about .history {
  padding: 6rem 0;
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
.about h2 {
  text-align: center;
  font-size: 2.2rem;
}
.about h2 span {
  padding: 0 1rem 0.4rem;
  border-bottom: solid 2px #90bb44;
}
.about .table {
  padding-top: 4rem;
}
.about .table table {
  width: 100%;
  border-top: solid 1px #999;
  line-height: 1.8;
}
.about .table table th {
  background: #e9f1da;
  padding: 0.8rem 1.6rem;
  border-bottom: solid 1px #999;
  vertical-align: top;
}
.about .table table td {
  padding: 0.8rem 1.6rem;
  border-bottom: solid 1px #999;
  vertical-align: top;
}
.about .table table td dl dd {
  padding-left: 1rem;
}
.about .table table td img {
  display: inline;
  height: 4rem;
  width: auto;
  margin-left: 1rem;
}
.about-image {
  padding: 6rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.about-image .col {
  width: 23.5%;
}

/* 業務内容 */
.service .cover {
  position: relative;
}
.service .cover::after {
  content: "";
  width: 12%;
  padding-top: 10.2%;
  background: url(../img/service/icon-white.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 8%;
}
.service-content {
  padding: 6rem 0 9%;
  position: relative;
}
.service-content::after {
  content: "";
  width: 12%;
  padding-top: 8.07%;
  background: url(../img/service/icon-green.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 2%;
}
.service-content h1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.8rem;
}
.service-content h1 .icon {
  width: 4.2rem;
}
.service-content h1 .title {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}
.service-content h1 .title span {
  font-size: 0.9rem;
  font-weight: 400;
  display: inline-block;
}
.service-content h2 {
  text-align: center;
  padding-top: 3rem;
  font-size: 1.4rem;
}
.service-content-lead {
  padding-top: 2rem;
  text-align: center;
}
.service-content-lead span {
  display: inline-block;
}
.service-content .lead-image {
  padding-top: 3rem;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
.service-content .lead-image01 {
  max-width: 800px;
  margin: 0 auto;
}
.service-content .lead-image02 {
  padding-top: 3rem;
  display: flex;
  gap: 2%;
}
.service-content .lead-image02 .col {
  width: 18.4%;
}
.service-content .lead-image02 .col p {
  text-align: center;
  font-size: 0.9rem;
  padding-top: 0.5rem;
}
.service-content02 {
  background: #90bb44;
  padding: 4rem 0 6rem;
  position: relative;
}
.service-content02::after {
  content: "";
  width: 8%;
  padding-top: 6.8%;
  background: url(../img/service/icon-white.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 1%;
}
.service-content02--inner {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
  background: #fff;
  padding: 4%;
  border-radius: 16px;
}
.service-content02--inner h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.service-content02--inner h3 {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  background: #90bb44;
  color: #fff;
  padding: 0.4rem;
}
.service-content02--inner p {
  padding-top: 1rem;
}
.service-content02 .cols-02 {
  padding-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
}
.service-content02 .cols-02 .col {
  width: 46%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-content02 .cols-02 .col p {
  padding-top: 0.6rem;
}
.service-content02 .cols-02 .col img {
  display: block;
  width: 90%;
  margin: 2rem auto;
}
.service-content02 .cols-02 .col p.caption {
  text-align: center;
  font-weight: 600;
}
.service-content02 .cols-02 .col p.icon span {
  display: inline-block;
  margin: 0.1rem;
  padding: 0.2rem 1.2rem;
  border-radius: 1.2rem;
  font-size: 0.8rem;
  font-weight: 500;
  background: #63a945;
  color: #fff;
}
.service-content03 {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 0 6rem;
}
.service-content03 h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.service-content03 .facility-image {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
  padding-top: 2rem;
}
.service-content03 .facility-image .col {
  width: 23.5%;
}

/* 環境への取り組み */
.sdgs .cover {
  padding-top: 31.25%;
  background-image: url(../img/sdgs/cover.jpg);
  background-size: cover;
  position: relative;
}
.sdgs .cover h1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.8rem;
  position: absolute;
  top: 8rem;
  left: 12%;
}
.sdgs .cover h1 .icon {
  width: 4.2rem;
}
.sdgs .cover h1 .title {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}
.sdgs .cover h1 .title span {
  font-size: 0.9rem;
  font-weight: 400;
  display: inline-block;
}
.sdgs-hoshin {
  padding-top: 3rem;
  width: 96%;
  max-width: 1040px;
  margin: 0 auto;
}
.sdgs-goal {
  padding-top: 4rem;
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
}
.sdgs-goal h3 {
  text-align: center;
  padding-top: 2rem;
  font-weight: 600;
}
.sdgs-goal--list {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2%;
}
.sdgs-goal--list .col {
  width: 18.4%;
}
.sdgs-chiba {
  padding: 4rem 4%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.sdgs-chiba .image {
  width: 20%;
  max-width: 120px;
}
.sdgs-chiba p {
  font-weight: 600;
}

/* ご利用ガイド */
.guide .cover {
  position: relative;
}
.guide .cover::after {
  content: "";
  width: 12%;
  padding-top: 10.2%;
  background: url(../img/guide/icon-green.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 12%;
}
.guide-content {
  padding: 6rem 0 9%;
  position: relative;
}
.guide-content h1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.8rem;
}
.guide-content h1 .icon {
  width: 4.2rem;
}
.guide-content h1 .title {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}
.guide-content h1 .title span {
  font-size: 0.9rem;
  font-weight: 400;
  display: inline-block;
}
.guide-content--btn {
  width: 92%;
  max-width: 880px;
  margin: 0 auto;
  padding-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
.guide-content--btn .col {
  width: 32%;
}
.guide-content--btn .col a img {
  transition: 0.3s;
}
.guide-content--btn .col a img:hover {
  opacity: 0.9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.guide-content02 {
  padding: 6rem 0 0;
}
.guide-content02 h1 .title {
  text-align: center;
  color: #90bb44;
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 1rem;
}
.guide-content02 h1 img {
  display: block;
  width: 24%;
  max-width: 80px;
  margin: 0 auto;
}
.guide-content02 ul.flow {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
.guide-content02 ul.flow li {
  border: solid 1px #90bb44;
  padding: 2rem;
  margin-top: 4rem;
  position: relative;
}
.guide-content02 ul.flow li::after {
  content: "";
  width: 1px;
  height: 4rem;
  background: #251e1c;
  position: absolute;
  bottom: -4rem;
  left: 50%;
}
.guide-content02 ul.flow li:last-child::after {
  display: none;
}
.guide-content02 ul.flow li span.number {
  display: block;
  width: 3rem;
  height: 3rem;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.5rem;
  margin: -3.5rem auto 0;
}
.guide-content02 ul.flow li .flow-box {
  display: flex;
  gap: 6%;
  padding-top: 2rem;
}
.guide-content02 ul.flow li .flow-box .image {
  width: 47%;
}
.guide-content02 ul.flow li .flow-box .text {
  width: 47%;
}
.guide-content02 ul.flow li .flow-box .text h2 {
  padding-top: 1rem;
  font-size: 1.6rem;
}
.guide-content02 ul.flow li .flow-box .text h3 {
  font-size: 1.4rem;
  padding-top: 1rem;
}
.guide-content02 ul.flow li .flow-box .text h4 {
  padding-top: 2rem;
}
.guide-content02 ul.flow li .flow-box .text p {
  padding-top: 0.4rem;
}
.guide-content02 ul.flow li .flow-box.reverse {
  flex-direction: row-reverse;
}
.guide-content02 ul.flow li .flow-box .flow-image {
  padding-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.guide-content02 ul.flow li .flow-box .flow-image .col {
  width: 48.5%;
  font-size: 0.9rem;
  text-align: center;
}
.guide-content02 .flow-route {
  padding-top: 6rem;
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
}
.guide-content02 .flow-route h2 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 3rem;
}
.guide .wood-content {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  gap: 3%;
}
.guide .wood-content h2 {
  width: 22%;
  min-height: 6rem;
  background: #90bb44;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}
.guide .wood-content P {
  width: 75%;
}
.guide .wood-content P span {
  font-size: 0.96rem;
}
.guide .wood-list {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 4%;
}
.guide .wood-list li {
  width: 30.6666666667%;
  border: solid 1px #90bb44;
  padding: 1.4rem;
}
.guide .wood-list li p {
  text-align: center;
  padding-bottom: 0.6rem;
  font-size: 1em;
}
.guide .faq {
  width: 92%;
  max-width: 880px;
  margin: 0 auto;
  padding-top: 4rem;
}
.guide .faq h2 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.guide .faq-inner {
  padding-top: 2rem;
}
.guide .faq-inner details {
  border-bottom: solid 1px #251e1c;
}
.guide .faq-inner summary {
  list-style: none;
  position: relative;
  padding: 0.6rem 3rem 0.6rem 3rem;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}
.guide .faq-inner summary .summary_inner {
  width: 100%;
  position: relative;
}
.guide .faq-inner summary .summary_inner::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../img/guide/faq.jpg);
  background-size: cover;
  position: absolute;
  top: 0.2rem;
  left: -2rem;
}
.guide .faq-inner summary::-webkit-details-marker {
  display: none;
}
.guide .faq-inner summary::after {
  content: "+";
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.3rem;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  background: #c7b299;
  color: #fff;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: transform 0.5s;
  font-weight: 600;
}
.guide .faq-inner details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}
.guide .faq-inner .answer {
  padding: 1.2rem 1.2rem 2rem;
}
.guide .faq-inner .answer::before {
  content: "A";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: #90bb44;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.guide .faq-inner .answer p {
  padding-top: 0.4rem;
}
.guide .faq-inner details[open] .answer {
  animation: fadein 1s ease;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 採用情報 */
.recruit .cover {
  position: relative;
}
.recruit .cover::after {
  content: "";
  width: 12%;
  padding-top: 10.2%;
  background: url(../img/recruit/icon-white.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 12%;
}
.recruit-content {
  padding: 6rem 0 9%;
  position: relative;
}
.recruit-content h1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.8rem;
}
.recruit-content h1 .icon {
  width: 4.2rem;
}
.recruit-content h1 .title {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}
.recruit-content h1 .title span {
  font-size: 0.9rem;
  font-weight: 400;
  display: inline-block;
}
.recruit-content h2 {
  text-align: center;
  color: #90bb44;
  padding-top: 3rem;
  font-size: 2rem;
  font-weight: 600;
}
.recruit-content--about {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  padding: 6rem 0 4rem;
}
.recruit-content--about---inner {
  display: flex;
  flex-wrap: wrap;
}
.recruit-content--about---inner.reverse {
  flex-direction: row-reverse;
}
.recruit-content--about---inner .image {
  width: 50%;
}
.recruit-content--about---inner .text {
  width: 50%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.recruit-content--about---inner .text h3 {
  font-size: 1.2rem;
  font-weight: 600;
}
.recruit-content--about---inner .text p {
  width: 100%;
  padding-top: 1rem;
}
.recruit-content--main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 6rem;
}
.recruit-content--main---text {
  width: 92%;
  max-width: 960px;
  margin: -6rem auto 0;
  background: #fff;
  padding: 4%;
  position: relative;
}
.recruit-content--main---text .col {
  display: flex;
  gap: 3%;
  padding-bottom: 2rem;
}
.recruit-content--main---text .col .icon {
  width: 120px;
}
.recruit-content--main---text .col .text {
  width: calc(96% - 120px);
}
.recruit-content--main---text .col .text h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
.recruit-content--main---text .col .text p {
  padding-top: 0.6rem;
}
.recruit .requirements {
  background: #f6f6f6;
  margin-top: 3rem;
  padding: 3rem 0;
}
.recruit .requirements h2 {
  text-align: center;
  padding: 0 4%;
}
.recruit .requirements-table {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 2rem;
}
.recruit .requirements-table table {
  width: 100%;
  border-top: solid 1px #999;
  line-height: 1.8;
  font-size: 1rem;
}
.recruit .requirements-table table th {
  background: #e9f1da;
  padding: 0.8rem 1rem;
  border-bottom: solid 1px #999;
  vertical-align: top;
  width: 24%;
  text-align: center;
}
.recruit .requirements-table table td {
  padding: 0.8rem 1rem;
  background: #fff;
  border-bottom: solid 1px #999;
  vertical-align: top;
}
.recruit .requirements-table table td dl dd {
  padding-left: 1rem;
}
.recruit .requirements-table table td img {
  display: inline;
  height: 4rem;
  width: auto;
  margin-left: 1rem;
}
.recruit .entry {
  background: #90bb44;
  padding: 3rem 0;
}
.recruit .entry h2 {
  color: #fff;
  padding: 0 4%;
}
.recruit .entry-form {
  width: 92%;
  max-width: 960px;
  margin: 3rem auto 0;
  background: #f6f6f6;
  padding: 2rem;
  border-radius: 12px;
}
.recruit .entry-form h3 {
  text-align: center;
  padding-bottom: 2rem;
}

/* プライバシーポリシー */
.policy {
  padding: 6rem;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1rem;
}
.policy p {
  padding-top: 0.6rem;
}
.policy h3 {
  font-weight: 600;
  padding-top: 2rem;
}
.policy h4 {
  padding-top: 1rem;
}

/* お問い合わせ */
.contact {
  padding: 6rem 0 4rem;
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
.contact h1 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}
.contact p {
  text-align: center;
  padding: 1rem 0 2rem;
}

/* コンタクトフォーム */
table.CF7_table {
  width: 100%;
  margin: 0 auto;
  border: 3px solid #e5e5e5;
}

table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}
table.CF7_table tr th,
table.CF7_table tr td {
  padding: 1.2rem 0.8rem;
  font-size: 1rem;
}
table.CF7_table tr th input,
table.CF7_table tr td input {
  padding: 0.6rem;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
  display: table;
}

/*入力欄*/
.CF7_table input,
.CF7_table textarea {
  border: 1px solid #d8d8d8;
}

.CF7_table ::-moz-placeholder {
  color: #797979;
}

.CF7_table ::placeholder {
  color: #797979;
}

/*「必須」文字*/
.CF7_req {
  font-size: 0.9em;
  padding: 5px;
  background: #f79034; /*オレンジ*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/*「任意」文字*/
.CF7_unreq {
  font-size: 0.9em;
  padding: 5px;
  background: #bdbdbd; /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/* タイトル列 */
@media screen and (min-width: 768px) {
  .CF7_table th {
    width: 30%; /*横幅*/
    background-color: #ebedf5; /*ブルーグレー*/
  }
}
/* レスポンシブ */
@media screen and (max-width: 768px) {
  .contact {
    padding: 4rem 0;
  }
  table.CF7_table {
    width: 100%;
    margin-top: 1.6rem;
  }
  .CF7_table tr,
  .CF7_table td,
  .CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }
  .CF7_table th {
    background-color: #ebedf5;
  }
  table.CF7_table tr th {
    padding: 0.3rem 0.4rem;
  }
  table.CF7_table tr td {
    padding: 0.8rem 0.4rem;
  }
  table.CF7_table tr td input,
  table.CF7_table tr td textarea {
    width: 100%;
  }
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background-color: #f79034; /* オレンジ*/
  border: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
  padding: 0.8rem 2rem;
  border-radius: 6px;
}

.CF7_btn {
  text-align: center;
  margin-top: 20px;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

/* お知らせ */
.news {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  padding: 4rem 0;
}
.news h1 {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 0.4rem;
  border-bottom: dotted 1px #90bb44;
}
.news p.date {
  font-size: 0.96rem;
  color: #999;
  padding-top: 0.6rem;
}
.news-content {
  padding: 2rem 0 3rem;
}
.news-content p {
  padding-bottom: 1rem;
}
.news-back {
  padding-top: 1rem;
  text-align: right;
  border-top: dotted 1px #ccc;
}
.news-back a {
  text-decoration: none;
}
.news_list {
  border-top: dotted 1px #999;
}
.news_list li {
  border-bottom: dotted 1px #999;
}
.news_list li a {
  display: block;
  padding: 0.8rem;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
.news_list li a:hover {
  background: #f5f5f5;
}
.news_list li a span {
  display: inline-block;
  width: 8rem;
  margin-right: 1rem;
}
.news .pagenav {
  padding-top: 2em;
}
.news .pagenav .page-numbers {
  width: 94%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.news .pagenav .page-numbers li {
  display: inline-block;
  padding: 0 0.1em;
  width: 2.2em;
}
.news .pagenav .page-numbers li a {
  display: block;
  width: 2em;
  line-height: 2em;
  text-align: center;
  background: #666;
  border: solid 1px #666;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  padding: 0;
}
.news .pagenav .page-numbers li a:hover {
  background: #fff;
  color: #666;
}
.news .pagenav .page-numbers li span.current {
  display: block;
  width: 2em;
  line-height: 2em;
  text-align: center;
  background: #999;
  border: solid 1px #fff;
  border-radius: 4px;
  color: #fff;
}
.news .pagenav .page-numbers li a.prev,
.news .pagenav .page-numbers li a.next {
  background: none;
  border: none;
  color: #666;
  width: 3em;
}
.news .pagenav .page-numbers li a:hover {
  background: none;
}/*# sourceMappingURL=pc-style.css.map */