/* 共通---------------------------------- */

.grecaptcha-badge { visibility: hidden; }


.p-mainVisual__imgLayer img {
  width: 100%;
  height: auto;
  bottom: 0;
  transform-origin: bottom center;
  animation: animationZoom1 10s ease-in-out forwards;
}

.img_caption_wrap {
  display: flex;
  flex-direction: column;
  width: 60%;
  justify-content: center;
  align-items: center;
}

.img_caption_wrap .doboku_point_right {
  width: 100%;
}

.caption_text {
  margin-top: 8px;
  font-size: 0.8rem;
}

@keyframes animationZoom1 {
  100% {
    transform: scale(1.1);
  }
}

@keyframes animationZoom2 {
  50% {
    transform: scale(1.1);
  }
}

.sp_br {
  display: none;
}

.c-gnav .ttl {
  font-weight: bold;
}

p {
  line-height: 2rem;
}

.center_text {
  text-align: center;
}

.fukidashi {
  margin-bottom: 16px;
}

.fukidashi span {
  font-weight: bold;
  position: relative;
  color: #097a32;
}

.fukidashi span::before,
.fukidashi span::after {
  content: "";
  display: inline-block;
  background: #097a32;
  width: 2px;
  position: absolute;
}

.fukidashi span::before {
  left: 0;
}

.fukidashi span::after {
  right: 0;
}

@media screen and (min-width: 768px) {
  .fukidashi span {
    padding: 0 30px;
  }

  .fukidashi span::before,
  .fukidashi span::after {
    height: 40px;
    bottom: -10px;
  }

  .fukidashi span::before {
    transform: rotate(-30deg);
  }

  .fukidashi span::after {
    transform: rotate(30deg);
  }
}

@media screen and (max-width: 767px) {
  .fukidashi span {
    display: inline-block;
    padding: 0 20px;
  }

  .fukidashi span::before,
  .fukidashi span::after {
    height: 60px;
    bottom: -5px;
  }

  .fukidashi span::before {
    transform: rotate(-20deg);
  }

  .fukidashi span::after {
    transform: rotate(20deg);
  }
}

.case_wrap {
  margin: 32px;
  width: 100%;
  max-width: 1000px;
}

/* タブ */
#news {
  padding: 4em;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tab-002 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 10px;
  margin: 32px 0;
  width: 95%;
  max-width: 1270px;
}

.tab-002>label {
  flex: 1 1;
  order: -1;
  opacity: 0.5;
  min-width: 70px;
  padding: 0.6em 1em;
  border-radius: 5px 5px 0 0;
  background-color: #097a32;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.tab-002>label:hover {
  opacity: 0.8;
}

.tab-002 input {
  display: none;
}

.tab-002>div {
  display: none;
  width: 100%;
  padding: 1.5em 0em;
}

.tab-002 label:has(:checked) {
  opacity: 1;
}

.tab-002 label:has(:checked)+div {
  display: block;
}

#news-inner ul {
  display: flex;

  justify-content: space-between;
}

.case_item img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100% !important;
  transition: 0.3s;
}

.case_item {
  width: 33%;
}

.case_item a {
  transition: 0.3s;
}

.case_item a :hover {
  opacity: 0.8;
}

/* ボタン */
.archive_btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  position: relative;
  justify-content: center;
  transition: 0.3s;
}

.archive_btn i {
  margin-left: 16px;
}

.archive_btn:hover .round {
  left: 10px;
}

.round_wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin: 64px 0;
  font-weight: bold;
}

.round_wrap p {
  z-index: 1;
}

.round {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /*角丸*/
  background-color: #fff;
  text-decoration: none;
  position: absolute;
  left: -10px;
  transition: 0.3s;
}

/* メニュー */
.c-smallNavTitle {
  color: #097a32;
  font-weight: bold;
}

.contact_wrap {
  background-color: #097a32;
  transition: 0.3s;
  color: #ffff;
}

.contact_wrap .c-smallNavTitle {
  color: #fff;
}

.contact_wrap:hover {
  opacity: 0.8;
}

/* FV */

.fv_text {
  position: absolute;
  bottom: 20%;
  left: 10%;
  z-index: 1;
}

.fv_title {
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
  line-height: normal;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.fv_sub_title {
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.fv_sub_title {
  color: #fff;
}

.h2_title_wrap {
  text-align: center;
}

.h2_title_wrap h2 {
  font-size: 3rem;
  font-weight: bold;
}

.h2_title_wrap p {
  color: #097a32;
  font-weight: bold;
}

.text_bold {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin: 32px 0;
}

/* TOP_Work */
.works_item {
  position: relative;
}

.works_item img {
  height: 100%;
  display: block;
}

.work_item_text {
  position: absolute;
  bottom: 0;
  background-color: #097a32;
  color: #fff;
  padding: 0 8px;
  min-width: 130px;
}

.work_item_text span {
  display: block;
}

.grid_list {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

#top_work {
  margin: 32px 0;
}

.service_h2 {
  margin-top: 80px;
}

.service_h2 h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #097a32;
}

.service_h2 p {
  font-weight: bold;
}

.service_h3_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
}

.service_h3_wrap i {
  margin-left: 16px;
}

.service_title span {
  color: #097a32;
  font-weight: bold;
}

.service_title {
  padding: 16px;
  display: block;
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*== ボタン共通設定 */
.btn {
  min-height: 100px;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  /* display: inline-block; */

  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.2s;
}

.btn:hover span {
  color: #097a32;
}

.doboku_btn {
  height: 100px;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #33333329;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
}

.service_h3_wrap {
  z-index: 3;
  color: #333;
}

/*hoverした際の形状*/
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.business_img_wrap {
  max-width: 500px;
}

/* サービス一覧---------------------------------- */
.service_list {
  display: flex;
  justify-content: space-between;
}

.service_list_link {
  width: 50%;
}

.business_img_wrap {
  margin-left: 32px;
}

.service_list {
  margin: 32px 0;
}

.blue_color {
  color: #09227a !important;
}

.doboku_img_right {
  background-image: url(../img/yunbo.png);
  background-size: cover;
  background-position: center;
}

.kenchiku_img_right {
  background-image: url(../img/home/01_home.jpg);
  background-size: cover;
}

.service_img_wrap {
  width: 50%;
  height: auto;
}

.doboku_btn_hover_1:hover+.doboku_img_right {
  background-image: none;
}

/* お知らせs---------------------------------- */

.news_content {
  display: flex;
  width: 100vw;
}

.news_content .l-mainContent__inner {
  width: 100%;
  padding: 4rem 1rem;
  max-width: 700px;
}

.news_content .news_wrap {
  width: 30vw;
}

.news_wrap {
  background-color: #097a32;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_wrap h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.news_wrap p {
  font-weight: bold;
  color: #fff;
}

.about_title_wrap h2 {
  font-size: 3rem;
  text-align: center;
}

.about_title_wrap p {
  color: #097a32;
  text-align: center;
}

.about_title_wrap {
  font-weight: bold;
}

.about_p {
  font-weight: bold;
  margin: 48px 0;
}

.about_content_wrap {
  padding: 2rem;
  background-image: url(../img/about.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  position: relative;
}

.about_content {
  max-width: 500px;
}

/* 019 */
.button019 a {
  background: #097a32;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 32px auto;
  max-width: 280px;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.button019 a:hover {
  background: #097a32c0;
  color: #fff;
}

.button019 a:hover:after {
  right: 1.4rem;
}

/* 採用情報 */
.text_bar {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}

.text_bar i {
  margin-left: 16px;
}

.carrier_text {
  font-size: 1.5rem;
  font-weight: bold;
}

.text_center {
  margin: 32px 0;
  font-weight: bold;
}

.carrier_banner {
  background: url(../img/no_image_wrap.jpg), lightgray 50% / cover no-repeat;
  background-size: cover;
  display: block;
  padding: 24px;
  text-decoration: none;
  color: inherit;
  color: #fff;
  width: 100%;
  max-width: 700px;
  transition: 0.3s;
}

.carrier_banner:hover {
  opacity: 0.8;
}

.carrier_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  background-color: #f2f2f2;
}

a {
  text-decoration: none;
  color: inherit;
}

.tel_link {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  justify-content: center;
}

.tel_link_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  margin-top: 32px;
}

.tel_link .fa-phone {
  margin-right: 8px;
}

.contact_h2_wrap h2 {
  font-size: 3rem;
}

.contact_h2_wrap p {
  font-weight: bold;
}

.contact_h2_wrap {
  text-align: center;
}

.contact_tel_wrap {
  background: url(../img/contact.jpg), lightgray 50% / cover no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  backdrop-filter: brightness(0.7) contrast(114%) saturate(81%);
  padding: 8rem 0;
  color: #fff;
}

/* お問い合わせ */

button,
input,
select,
textarea {
  padding: 0.75em 0.5em;
}

.contact_form_wrap {
  max-width: 800px;
  margin: 64px auto;
  padding-bottom: 0;
}

.contact_form_wrap h2 {
  text-align: center;
  font-size: 2.5rem;
}

.contact_form_wrap .h2_wrap {
  text-align: center;
}

.sub_text_h2_contact {
  margin: 32px 0;
}

.contact_title {
  display: flex;
  align-items: center;
  min-width: 250px;
  justify-content: space-between;
}

.green_text {
  color: #097a32;
}

.hissu {
  background-color: #ba0d0d;
  padding: 4px 8px;
  margin-left: 8px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
}

.contact_item {
  display: flex;
}

.check_list .wpcf7-list-item {
  display: block;
}

.formtable th,
.formtable td {
  padding: 2rem 1rem;
}

.formtable td {
  width: 100%;
}

.formtable tr {
  border-bottom: #989898 1px solid;
  display: flex;
}

.mail_kakunin {
  margin-top: 16px;
}

.formtable {
  width: 100%;
}

.contact_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact_submit_btn {
  background-color: #097a32;
  color: #ffff;
  font-weight: bold;
  padding: 1rem 6rem;
  margin-top: 32px;
}

.contact_btn {
  margin: 32px 0;
}

/* 会社概要 */

td[data-text-color="black"] {
  width: 30%;
}

.page_title p {
  font-weight: bold;
}

.page_title {
  display: inline-block;
}

.main_title {
  font-size: 2rem;
}

.green_sub_title,
.green {
  color: #097a32;
}

.page_title_wrap {
  display: flex;
  justify-content: center;
}

.kaisya_img {
  background-image: url(../img/kaisya.jpg);
  display: block;
  padding: 3rem;
  background-size: cover;
  margin: 32px 0;
}

.kaisya_wrap {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
}

.kaisya_wrap p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

/* 土木事業 */
.center_h2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2rem;
  position: relative;
}

.center_h2::after {
  content: "";
  width: 110px;
  height: 4px;
  display: inline-block;
  background-color: #097a32;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 55px);
}

.font_bold {
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.back_green {
  color: #fff;
  background-color: #097a32;
  padding: 1rem;
}

.doboku_work_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(9, 122, 50, 0.1);
  padding: 3rem;
}

.doboku_work_wrap p {
  margin: 2rem 0;
}

.doboku_work_img {
  width: 100%;
}

.section_wrap {
  padding: 4rem 0;
}

.page_work_btn .round_wrap {
  margin: 0;
}

.contact_form_wrap {
  padding-bottom: 0;
}

.head_page {
  background-image: url(../img/doboku_head.jpg);
  display: block;
  height: 360px;
  background-position: center;
  position: relative;
}

.head_page h1 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
}

.page-id-47 #breadcrumb+#content,
.page-id-141 #breadcrumb+#content,
.page-id-50 #breadcrumb+#content,
.page-id-53 #breadcrumb+#content,
.page-id-56 #breadcrumb+#content,
.page-id-61 #breadcrumb+#content,
.page-id-64 #breadcrumb+#content {
  padding: 0;
  margin: 0;
  max-width: none;
}

.doboku_sectioon_wrap_1 {
  display: flex;
  justify-content: space-between;
}

.doboku_img {
  width: 50%;
  object-fit: contain;
}

.doboku_text_wrap {
  margin-right: 32px;
}

.text_margin {
  margin-top: 32px;
}

.doboku_text_1,
.doboku_text_2 {
  font-weight: bold;
  font-size: 2rem;
}

.doboku_text_1 span {
  width: 100%;
  display: block;
}

.green_big {
  color: #097a32;
  font-size: 3rem;
}

.green_box_list {
  display: flex;
  justify-content: space-between;
}

.green_box_item a {
  display: flex;
  flex-direction: column;
  background-color: #097a32;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  height: 250px;
  align-items: center;
  justify-content: space-between;
}

.green_box_item {
  margin: 0 8px;
  width: 30%;
}

.green_angle {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.green_box_content_wrap_sp {
  display: none;
}

.green_box_item a {
  transition: 0.3s;
}

.green_box_item a:hover {
  background-color: #097a32d0;
}

.white_angle {
  color: #097a32;
}

.doboku_3_title {
  font-size: 1.5rem;
}

.small_sub_text {
  font-size: 0.8rem;
}

.doboku_3_number {
  font-size: 2rem;
}

.green_box_list {
  margin: 3rem 0;
}

/* KM企画工房の3つの土木技術 */
.doboku_point_wrap {
  display: flex;
  justify-content: space-between;
}

.doboku_point_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.doboku_point_right {
  width: 60%;
  height: 400px;
  object-fit: cover;
}

.doboku_point_number {
  font-size: 2rem;
  font-weight: bold;
}

.doboku_point_title {
  font-weight: bold;
  margin: 1rem 0;
}

.doboku_point_left h3 p {
  background-color: #097a32;
  color: #fff;
  padding: 0.8rem;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.8rem;
}

.h3_house_title {
  text-align: left !important;
  background-color: #fff !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.h3_house_title span {
  background-color: #097a32;
  padding: 0.8rem;
  margin-bottom: 0.8rem;
  display: inline-block;
  font-size: 1.5rem;
  text-align: left;
}

.doboku_point_sub_title {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 1rem 0;
}

.doboku_point_sub_wrap {
  margin: 2rem 0;
}

.doboku_point_list {
  padding: 1rem 0;
  border-bottom: #989898 1px solid;
}

.doboku_point_content {
  gap: 2rem;
  display: grid;
}

.section_content_wrap {
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
}

.contact_section {
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  max-width: 900px;
}

/* 住宅---------------------------------- */
.house_sub_text {
  margin-top: 0 !important;
}

.house_grid {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
}

.house_jisseki_btn {
  margin-top: 32px;
}

.house_work_wrap p {
  margin: 3rem 0;
}

.h4_wrap {
  font-size: 2rem;
  padding: 0.25em 0.5em;
  /*上下 左右の余白*/
  color: #494949;
  /*文字色*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 5px #097a32;
  /*左線*/
}

.house_point_sub_wrap {
  margin: 4rem 0;
}

.sankaku {
  width: 0;
  height: 0;
  border: none;
  border-top: 25px solid #097a32;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}

.sankaku_wrap {
  display: flex;
  align-items: center;
}

.sankaku_wrap:before,
.sankaku_wrap:after {
  content: "";
  height: 1px;
  width: 100%;
  flex-grow: 1;
  background-color: #666;
}

.sankaku_wrap:before {
  margin-right: 1rem;
}

.sankaku_wrap:after {
  margin-left: 1rem;
}

.house_step_wrap h4 {
  font-size: 2rem;
}

.house_step_wrap {
  display: grid;
  gap: 16px;
  text-align: center;
  max-width: 400px;
  margin: 2rem auto;
}

.sub_title {
  font-weight: bold;
  font-size: 1.2rem;
}

.cta_btn {
  display: inline-block;
  background-color: #097a32;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1.2rem;
}

.img_btn {
  max-width: 400px;
  text-align: center;
  border: 2px solid#097a32;
  padding: 0.5rem;
  margin: 2rem auto;
  background-color: #fff;
}

.img_btn p {
  font-weight: bold;
  font-size: 1.2rem;
}

.houose_content_wrap {
  background-color: #097a3212;
  padding: 4rem;
  margin: 2rem 0 0;
}

.step1 {
  margin-top: 0;
}

.step_last {
  margin-bottom: 0;
}

.house_list {
  padding-bottom: 2rem;
}

.house_hosyou p {
  margin-top: 2rem;
}

.swiper {
  display: none !important;
}

.house_point_content {
  margin-top: 56px;
}

/* リフォーム---------------------------------- */
.reform_green_box .green_box_item {
  width: 50%;
}

.cp_h3title {
  border-bottom: solid 4px #9e9e9e;
  position: relative;
  padding: 0.3em 0;
  color: #097a32;
  font-size: 2rem;
}

.cp_h3title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #097a32;
  bottom: -4px;
  width: 15%;
}

.cp_h3_text_wrap {
  margin-bottom: 2rem;
}

.column_wrap {
  display: flex;
  gap: 2%;
}

.column_item p {
  text-align: center;
}

.reform_list {
  border-bottom: none;
}

.doboku_point_sub_title {
  line-height: 2.5rem;
}

.reform_text_sectoin {
  display: flex;
  gap: 2%;
  margin: 2rem 0;
}

.cp_h3_text_wrap_2,
.reform_img {
  width: 50%;
}

.reform_img {
  object-fit: cover;
  left: 50%;
}

.reform_title {
  margin: 0;
  margin-bottom: 1rem;
}

.reform_img_1 {
  display: none;
}

.cp_h4title_wrap {
  margin: 6rem 0 0;
}

.cp_h3_text_wrap p {
  padding: 1rem 0;
}

/* 吹き出し */
.balloon {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: solid 3px #097a32;
  padding: 16px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
  border-radius: 15px;
  color: #097a32;
  font-weight: bold;
}

.balloon:before,
.balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.balloon:before {
  border: solid 12px transparent;
  border-top: solid 12px #097a32;
}

.balloon:after {
  border: solid 12px transparent;
  border-top: solid 12px #fff;
  margin-top: -5px;
}

.balloon p {
  margin: 0;
  padding: 0;
}

.balloon_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* ボタン共通設定 */
.btn06 {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background: #7a0909;
  color: #fff;
  padding: 15px 40px 15px 30px;

  text-align: center;
  margin: 2rem 0;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.2s;
}

.btn06:hover {
  background: #7a0909cc;
}

/* 矢印が右に移動 */

.btnarrow1::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 42%;
  right: 13px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after {
  right: 11px;
}

.btn06 .fa-regular {
  margin-right: 8px;
}

.hudousan_list {
  border-bottom: none;
}

/* 採用情報---------------------------------- */

.text_left {
  text-align: left;
}

.recruit_sub_title {
  line-height: 3rem;
}

.recruit_green {
  display: inline !important;
}

.recruit_text {
  margin: 1rem 0;
}

.recruit_text_margin {
  margin: 0;
}

.h2_title_wrap h2,
.about_title_wrap h2 {
  line-height: 3rem;
}

.recruit_h2 {
  margin-bottom: 2rem;
}

.recruit_subtext span {
  color: #fff;
  font-weight: bold;
}

.recruit_subtext span {
  background-color: #097a32;
  padding: 0.8rem;
  margin-bottom: 0.8rem;
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
  display: inline-block;
}

.recruit_subtext {
  display: flex;
  justify-content: center;
}

.recruit_subtext_wrap {
  margin: 4rem 0;
}

.message_text_wrap {
  font-size: 3rem;
  font-weight: bold;
}

.message_name {
  font-size: 1.2rem;
  margin-top: 1rem;
  font-weight: bold;
}

.message_wrap {
  display: flex;
}

.message_text_wrap,
.img_width {
  width: 50%;
}

.message_text {
  margin-top: 4rem;
}

.green_wrap_back {
  background-color: #097a320d;
}

.bosyu_img {
  position: relative;
  z-index: 0;
  width: 90%;
}

.bosyu_img_1 {
  background-image: url(../img/recruit/no_image_wrap.jpg);
  background-size: cover;
  background-position: left;
}

.bosyu_img_2 {
  background-image: url(../img/recruit/bosyu_img_2.jpg);
  background-size: cover;
}

.bosyu_img p {
  padding: 6rem 3rem;
  font-weight: bold;
  color: #fff;
  font-size: 2.5rem;
  line-height: 5rem;
}

.bosyu_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(68%);
  /* 最背面へ */
  z-index: -1;
  transition: 0.3s;
}

.btn_green {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  bottom: 0rem;
  right: 0;
  width: 100px;
  height: 100px;
}

.angle {
  position: absolute;
  color: #097a32;
  font-size: 3rem;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%);
}

.bosyu_wrap {
  display: block;
  margin-top: 32px;
  position: relative;
}

.bosyu_wrap :hover .angle {
  left: 55%;
}

.bosyu_wrap:hover .bosyu_img::before {
  filter: brightness(50%);
}

.green_text_wrap {
  background-color: #097a32;
  color: #fff;
  position: absolute;
  bottom: -8rem;
  width: 100%;
  z-index: -1;
}

.green_text_wrap_2 {
  bottom: -10rem;
}

.green_text_wrap p {
  padding-left: 32px;
  padding-top: 16rem;
  padding-bottom: 2rem;
}

.recruit_bosyu_wrap {
  padding-bottom: 8rem;
}

.message_name_sp {
  display: none;
}

/* お問い合わせ---------------------------------- */
.contact_h2 h2 {
  font-size: 2.5rem;
}

.tel_number {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  justify-content: center;
}

.tel_number .fa-solid {
  margin-right: 16px;
}

.business_hours {
  text-align: center;
}

.tel_wrap {
  background-color: #097a32;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 4rem;
  color: #fff;
  margin-top: 32px;
}

.tel_contet {
  display: flex;
  align-items: center;
}

.business_hours {
  margin-top: 8px;
}

.recruit_jpb_wrap {
  margin-top: 6rem;
}

.swiper-slide img {
  height: 280px !important;
}

/* menu_スマホ--------------------------- */
.menu_campany {
  margin-top: 2rem;
}

.menu_logo {
  width: 80%;
  max-width: 300px;
}

.menu_campany {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.address_menu {
  margin: 1rem 0;
}

.green_menu_btn {
  background-color: #097a32;
  padding: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.green_menu_btn p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 1rem;
}

.green_menu_btn .fa-solid,
.green_menu_btn .fa-angle-right,
.green_menu_btn .fa-regular {
  color: #fff;
}

.menu_btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-bottom: 2rem;
}