/*
Theme Name: Garage Mikigumi
Description: 徳島でガレージ・倉庫を建てるなら三木組。震災や暴風、大雪にも負けない高品質ガレージのWordPressテーマ。
Author: Mikigumi
Version: 1.0
*/

@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

ul {
  list-style: none;
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
}

.sp_only {
  display: none;
}

header {
  position: fixed;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #000;
  z-index: 4;
}

header .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 30px;
}

header .header_logo a {
  height: 100%;
}

header .header_logo img {
  max-width: none !important;
  height: 100%;
  background: transparent !important;
}

header .header_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header_btn li {
  width: 120px;
  height: 100%;
  text-align: center;
}

header .header_btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  height: 100%;
  color: #fff;
}

header .header_btn li a i {
  font-size: 30px;
}

header .header_btn li a span {
  display: block;
  font-size: 14px;
}

header .header_btn .header_catarog {
  background: #a1c800;
}

header .header_btn .header_tel {
  background: #ffc505;
}

header .header_btn .header_soudan {
  background: #f19900;
}

header .header_btn .header_menu {
  display: none;
}

header .hamburger {
  width: 25px;
  height: 18px;
  position: relative;
  cursor: pointer;
}

header .hamburger span {
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .hamburger span:nth-child(1) {
  top: 0;
}

header .hamburger span:nth-child(2) {
  top: 7px;
}

header .hamburger span:nth-child(3) {
  top: 14px;
}

header .hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

header .hamburger.active span:nth-child(2) {
  opacity: 0;
}

header .hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}

.menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 横中央 */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background: #000;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
  z-index: 3;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.menu a .bold {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.menu.active {
  top: 70px;
}

main {
  padding-top: 70px !important;
}

main .btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
  background: url(assets/images/back_paper.jpg);
  color: #503c29;
  letter-spacing: 0.1em;
  font-weight: bold;
  border-radius: 50px;
}

main .btn a i {
  padding: 0 0 0 10px;
  font-size: 10px;
}

main .btn a:hover {
  opacity: 0.7;
}

main #top_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: url(assets/images/main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

main #top_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.3); */
  /* ← 黒っぽさ 0.3（30%黒） - 削除 */
  z-index: 1;
}

main #top_wrapper .top_contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  height: calc(100% - 70px);
  margin: 70px 0 0 0;
  color: #fff;
  z-index: 2;
}

main #top_wrapper .top_contents .top_title {
  font-size: 60px;
  letter-spacing: 3px;
}

main #top_wrapper .top_contents .top_txt {
  margin: 50px 0;
  font-size: 20px;
  letter-spacing: 3px;
}

main #top_wrapper .top_contents .top_btn a {
  padding: 15px 40px;
}

main #safe_wrapper {
  padding: 100px 0;
  text-align: center;
}

main #safe_wrapper .safe_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: bold;
}

main #safe_wrapper .safe_subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

main #safe_wrapper .safe_subtitle .safe_left {
  font-size: 300px;
  text-align: right;
  color: #a1c800;
  line-height: 1;
}

main #safe_wrapper .safe_subtitle .safe_right {
  font-size: 100px;
  text-align: left;
  line-height: 1;
  font-weight: 900;
}

main #safe_wrapper .safe_detail {
  font-weight: bold;
  line-height: 2;
  font-size: 20px;
}

main #safe_wrapper .color_green {
  color: #235b62;
}

main #product_wrapper {
  padding: 100px 0;
  background: url(assets/images/MKgarage_background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

main #product_wrapper .product_title h2 {
  position: relative;
  margin: 0 0 30px 0;
  color: #a1c800;
  text-align: center;
  font-size: 40px;
}

main #product_wrapper .product_title h2::before,
main #product_wrapper .product_title h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
}

main #product_wrapper .product_title h2::before {
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 8px));
  transform: translateX(calc(-50% + 8px));
  background: #c07a01;
}

main #product_wrapper .product_title h2::after {
  top: calc(100% + 15px);
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 8px));
  transform: translateX(calc(-50% - 8px));
  background: #7d9c01;
}

main #product_wrapper .product_title .title_ja {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

main #product_wrapper .product_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

main #product_wrapper .product_detail .product_left {
  font-size: 150px;
  color: #a1c800;
}

main #product_wrapper .product_detail .product_right .product_right_top {
  padding: 0 5px;
  font-size: 30px;
  background: #a1c800;
  color: #fff;
  text-align: center;
}

main #product_wrapper .product_detail .product_right .product_right_bottom {
  font-size: 60px;
}

main
  #product_wrapper
  .product_detail
  .product_right
  .product_right_bottom
  span {
  color: #a1c800;
}

main #product_wrapper .product_detail h4 {
  margin: 30px 0 50px 0;
  padding: 10px 30px;
  font-size: 30px;
  background: #a1c800;
  color: #fff;
}

main #product_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}

main #product_wrapper ul li {
  position: relative;
  width: 24%;
  margin: 0 0 calc(4% / 3) 0;
  aspect-ratio: 0.7;
  border-bottom: 3px solid #a1c800;
}

main #product_wrapper ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

main #product_wrapper ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

main #product_wrapper ul li a .product_list_detail {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

main #product_wrapper ul li a .product_list_detail .list_title {
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: bold;
}

main #product_wrapper ul li a .product_list_detail .list_title span {
  font-size: 16px;
}

/* PRODUCTのhoverアニメーション（一時的にコメントアウト）*/
main #product_wrapper ul li a:hover {
  opacity: 0.7;
}


main #product_wrapper .product_btn {
  margin: 50px 0 0 0;
  text-align: center;
}

main #product_wrapper .product_btn a {
  padding: 20px 40px;
}

main #contact_wrapper {
  padding: 100px 0;
  background: url(assets/images/back_black.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

main #contact_wrapper .contact_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}

main #contact_wrapper .contact_title .contact_left {
  color: #a1c800;
  font-size: 100px;
}

main #contact_wrapper .contact_title .contact_right {
  color: #fff;
  text-align: center;
}

main #contact_wrapper .contact_title .contact_right p {
  font-size: 20px;
}

main #contact_wrapper .contact_title .contact_right h4 {
  font-size: 40px;
  letter-spacing: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(70%, #a1c800)
  );
  background: linear-gradient(transparent 70%, #a1c800 70%);
}

main #contact_wrapper .contact_detail {
  margin: 50px 10px;
  text-align: center;
  color: #fff;
}

main #contact_wrapper .contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}

main #contact_wrapper .contact_list li {
  position: relative;
  width: calc(32%);
  padding: 20px 25px;
  background: #fff;
}

main #contact_wrapper .contact_list li .contact_list_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: #a1c800;
  z-index: 0;
}

main #contact_wrapper .contact_list li .contact_list_title {
  position: relative;
  padding: 10px 0;
  background: #000;
  color: #fff;
  text-align: center;
  z-index: 1;
}

main #contact_wrapper .contact_list li .contact_list_detail {
  margin: 20px 0;
  font-size: 14px;
}

main #contact_wrapper .contact_list li .contact_list_btn {
  text-align: center;
  font-size: 12px;
}

main #contact_wrapper .contact_list li .contact_list_btn a {
  padding: 10px 25px;
}

main #contact_wrapper .contact_list li .contact_list_btn a #contact_tel_icon {
  padding: 0 10px 0 0;
}

footer {
  background: #d1d1d1;
}

footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5% 8%;
}

footer .footer_top .footer_detail {
  width: 30%;
}

footer .footer_top .footer_detail span {
  font-weight: bold;
}

footer .footer_top .footer_detail .footer_sns {
  margin: 60px 0 0 0;
}

footer .footer_top .footer_detail .footer_sns a {
  color: #f19900;
  font-size: 20px;
}

footer .footer_top .footer_sp_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 65%;
}

footer .footer_top .footer_sp_top .footer_page li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer_top .footer_sp_top .footer_page h4,
footer .footer_top .footer_sp_top .footer_contact h4 {
  margin: 0 0 10px 0;
  font-size: 20px;
  letter-spacing: 5px;
}

footer .footer_top .footer_sp_top .footer_page li a,
footer .footer_top .footer_sp_top .footer_contact li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 2px;
}

footer .footer_top .footer_sp_top .footer_page li i,
footer .footer_top .footer_sp_top .footer_contact li i {
  padding: 0 5px 0 0;
  font-size: 10px;
}

footer .footer_top .footer_sp_top .footer_company h4 {
  font-size: 22px;
  letter-spacing: 5px;
}

footer .footer_top .footer_sp_top .footer_company .company_title {
  margin: 10px 0;
  font-weight: bold;
}

footer .footer_top .footer_sp_top .footer_company .company_address {
  margin: 10px 0;
}

footer .footer_bottom {
  padding: 30px 0 0 0;
  background: #000;
  color: #fff;
  text-align: center;
}

footer .footer_bottom .copyright {
  margin: 0 0 30px 0;
}

footer .footer_bottom .footer_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

footer .footer_bottom .footer_btn 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;
  padding: 10px 20px;
}

footer .footer_bottom .footer_btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

footer .footer_bottom .footer_btn li a i {
  padding: 0 10px 0 0;
}

footer .footer_bottom .footer_btn li a span {
  font-size: 25px;
  letter-spacing: 3px;
}

footer .footer_bottom .footer_btn .footer_catarog {
  background: #a1c800;
}

footer .footer_bottom .footer_btn .footer_tel {
  background: #ffc505;
}

footer .footer_bottom .footer_btn .footer_tel a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .footer_bottom .footer_btn .footer_tel a .tel_bottom {
  font-size: 10px;
  letter-spacing: 1px;
}

footer .footer_bottom .footer_btn .footer_soudan {
  background: #f19900;
}

#scroll_btn {
  position: fixed;
  bottom: 80px;
  right: 10px;
  background: none;
  border: none;
  color: #ffc505;
  cursor: pointer;
  opacity: 0;
  font-size: 50px;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}

#scroll_btn.show {
  opacity: 1;
  pointer-events: auto;
}

#scroll_btn.show:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  header .header_btn .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main #top_wrapper {
    height: 90vh;
  }
  main #top_wrapper .top_contents {
    width: auto;
    margin: 0 10px 0 0;
  }
  main #top_wrapper .top_contents .top_btn {
    text-align: right;
  }
  main #product_wrapper ul li {
    aspect-ratio: 0.5;
  }
  main #product_wrapper ul li a .product_list_detail .list_title {
    font-size: 18px;
  }
  main #product_wrapper ul li a .product_list_detail .list_title span {
    font-size: 14px;
  }
  main #product_wrapper ul li a .product_list_detail .list_detail {
    font-size: 14px;
  }
  footer .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  footer .footer_top .footer_detail {
    width: 100%;
    margin: 60px 0 0 0;
  }
  footer .footer_top .footer_sp_top {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
  header .header_logo {
    margin: 0 0 0 10px;
  }
  header .header_logo img {
    width: 200px;
    height: auto;
  }
  header .header_btn li {
    width: 100px;
  }
  header .header_btn li a i {
    font-size: 25px;
  }
  header .header_btn li a span {
    font-size: 12px;
  }
  
  main #top_wrapper .top_contents {
    width: 100%;
    padding: 0 10px;
  }
  main #top_wrapper .top_contents .top_title {
    font-size: 10vw;
  }
  main #top_wrapper .top_contents .top_txt {
    font-size: 3vw;
  }
  main #safe_wrapper {
    width: 98%;
    margin: 0 auto;
  }
  main #product_wrapper .product_detail h4 {
    width: 100%;
    margin: 30px 10px 50px 10px;
    font-size: 25px;
    text-align: center;
  }
  main #product_wrapper ul li {
    width: 100%;
    height: 390px;
    margin: 0 0 50px 0;
  }
  main #contact_wrapper .contact_title .contact_left {
    font-size: 60px;
  }
  main #contact_wrapper .contact_title .contact_right p {
    font-size: 14px;
  }
  main #contact_wrapper .contact_title .contact_right h4 {
    font-size: 25px;
  }
  main #contact_wrapper .contact_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main #contact_wrapper .contact_list li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  footer .footer_sp_top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_sp_top .footer_company {
    width: 100%;
    margin: 50px 0 0 0;
  }
  footer .footer_bottom .footer_btn li {
    padding: 10px;
  }
  footer .footer_bottom .footer_btn li a i {
    font-size: 16px;
  }
  footer .footer_bottom .footer_btn li a span {
    font-size: 16px;
  }
  footer .footer_bottom .footer_btn .footer_catarog a,
  footer .footer_bottom .footer_btn .footer_soudan a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  header .header_logo img {
    width: 150px;
  }
  header .header_btn li {
    width: 60px;
  }
  header .header_btn li a span {
    font-size: 10px;
  }
  main #safe_wrapper .safe_title {
    font-size: 35px;
  }
  main #safe_wrapper .safe_subtitle .safe_left {
    font-size: 200px;
  }
  main #safe_wrapper .safe_subtitle .safe_right {
    font-size: 60px;
  }
  main #product_wrapper .product_detail h4 {
    font-size: 20px;
  }
  main #contact_wrapper .contact_title .contact_left {
    font-size: 40px;
  }
  main #contact_wrapper .contact_title .contact_right p {
    font-size: 10px;
  }
  main #contact_wrapper .contact_title .contact_right h4 {
    font-size: 18px;
  }
  footer .footer_bottom .footer_btn li a i {
    font-size: 20px;
  }
  footer .footer_bottom .footer_btn li a span {
    font-size: 12px;
  }
  footer .footer_bottom .footer_btn .footer_tel a .tel_top span {
    font-size: 14px;
  }
}

/* Contact Page Styles */
#contact_page_wrapper {
  padding: 100px 0 50px;
  background: url(assets/images/back_black.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact_page_header {
  text-align: center;
  color: #fff;
}

.contact_page_header h1 {
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.contact_page_header h1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #a1c800;
}

.contact_page_header p {
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.contact_page_content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 40px;
}

.contact_info {
  flex: 1;
  min-width: 300px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 5px;
}

.contact_info_item {
  margin-bottom: 40px;
}

.contact_info_item:last-child {
  margin-bottom: 0;
}

.contact_info_item h3 {
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #a1c800;
  font-size: 20px;
}

.contact_info_item h3 i {
  color: #a1c800;
  margin-right: 10px;
}

.contact_info_item p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
}

.contact_phone {
  font-size: 24px;
  font-weight: bold;
  color: #a1c800 !important;
}

.contact_hours {
  font-size: 14px;
  color: #999 !important;
}

.contact_form_wrapper {
  flex: 2;
  min-width: 300px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 5px;
}

.form_note {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.form_note p {
  color: #666;
  font-size: 14px;
}

.required {
  color: #f00;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  background: #fff;
}

.wpcf7-form-control-wrap textarea {
  min-height: 150px;
  resize: vertical;
}

.wpcf7-form-control-wrap select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  background: #fff;
}

.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap textarea:focus,
.wpcf7-form-control-wrap select:focus {
  border-color: #a1c800;
  outline: none;
  box-shadow: 0 0 5px rgba(161, 200, 0, 0.3);
}

.wpcf7-list-item {
  display: inline-block;
  margin-right: 20px;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.wpcf7-list-item input[type="checkbox"],
.wpcf7-list-item input[type="radio"] {
  margin-right: 8px;
  width: auto;
}

.wpcf7-submit {
  background: #a1c800;
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
}

.wpcf7-submit:hover {
  background: #8aaa00;
  opacity: 0.9;
  transform: translateY(-2px);
}

.wpcf7-response-output {
  margin: 20px 0;
  padding: 15px;
  border-radius: 4px;
}

.wpcf7-mail-sent-ok {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.wpcf7-mail-sent-ng {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.wpcf7-validation-errors {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  color: #856404;
}

/* Additional CF7 specific styles */
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

.wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #dc3545;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-left: 10px;
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
}

/* Contact Page Responsive Styles */
@media screen and (max-width: 768px) {
  #contact_page_wrapper {
    padding: 80px 0 30px;
  }

  .contact_page_header h1 {
    font-size: 32px;
  }

  .contact_page_header p {
    font-size: 16px;
  }

  .contact_page_content {
    flex-direction: column;
    padding: 0 15px;
  }

  .contact_info,
  .contact_form_wrapper {
    padding: 20px;
  }

  .contact_phone {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .contact_page_header h1 {
    font-size: 28px;
  }

  .contact_info_item h3 {
    font-size: 18px;
  }

  .contact_form_wrapper {
    padding: 15px;
  }

  .wpcf7-submit {
    width: 100%;
    padding: 12px;
  }
}
/*# sourceMappingURL=style.css.map */

/* Additional styles for the custom contact form */
.contact-form {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
}

.caution-text {
  background: #fff8e5;
  border: 1px solid #ffd700;
  padding: 15px;
  margin-bottom: 20px;
  color: #333;
  font-size: 14px;
  border-radius: 4px;
}

.contact-form-step {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}

.contact-form-step:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 2px;
  background: #ddd;
  z-index: 1;
}

.contact-form-step li {
  width: 33.33%;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: bold;
  color: #666;
}

.contact-form-step li:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px;
}

.contact-form-step li:nth-child(1):before {
  background: #a1c800;
  color: #fff;
}

.formstyle {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}

.formitem {
  margin-bottom: 25px;
}

.item-tit {
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.item-tit--wide {
  margin-bottom: 15px;
}

.anno {
  color: #f00;
  margin-left: 5px;
  font-size: 14px;
}

.item-inner input[type="text"],
.item-inner input[type="email"],
.item-inner textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  background: #fff;
}

.item-inner input[type="text"]:focus,
.item-inner input[type="email"]:focus,
.item-inner textarea:focus {
  border-color: #a1c800;
  outline: none;
  box-shadow: 0 0 5px rgba(161, 200, 0, 0.3);
}

.item-inner .item-s {
  margin-bottom: 15px;
}

.item-inner .item-s:last-child {
  margin-bottom: 0;
}

.fn {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}

.form-checkbox {
  margin: 10px 0;
}

.mwform-radio-field,
.mwform-checkbox-field {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.mwform-radio-field input[type="radio"],
.mwform-checkbox-field input[type="checkbox"] {
  margin-right: 8px;
  width: auto;
}

.formtext-1 {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.textarea-box .item-inner textarea {
  min-height: 150px;
  resize: vertical;
}

.form-policy {
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
}

.form-policy input[type="checkbox"] {
  margin-right: 10px;
  width: auto;
}

.form-policy a {
  color: #a1c800;
  text-decoration: underline;
}

.form-btn {
  text-align: center;
  margin-top: 30px;
}

.btn_submit {
  background: #a1c800;
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
}

.btn_submit:hover {
  background: #8aaa00;
  opacity: 0.9;
  transform: translateY(-2px);
}

.construction_wrap {
  display: none;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
  .contact-form-step {
    flex-direction: column;
    gap: 20px;
  }

  .contact-form-step:before {
    display: none;
  }

  .contact-form-step li {
    width: 100%;
    text-align: left;
  }

  .mwform-radio-field,
  .mwform-checkbox-field {
    display: block;
    margin-bottom: 10px;
  }

  .formitem .item-tit {
    font-size: 16px;
  }

  .btn_submit {
    width: 100%;
    padding: 12px;
  }
}

/* Contact Form 7 カスタマイズ - 背景画像削除と郵便番号修正 */
#contact_page_wrapper,
.contact_page_content,
.contact_form_wrapper {
  background: white !important;
  background-image: none !important;
}

/* お問い合わせ見出しを黒に */
.contact_page_header h1 {
  color: #000 !important;
}

/* フォーム部分のスタイル調整 - contact-formのみに枠線 */
.contact-form {
  background: #f9f9f9 !important;
  background-image: none !important;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
}

/* 子要素の枠線を削除 */
.formstyle,
.wpcf7-form {
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

/* 郵便番号フィールドの修正 - 横並び */
.wpcf7-form .pcode,
.formstyle .pcode {
  background: white !important;
  background-image: none !important;
}

.wpcf7-form .pcode div,
.formstyle .pcode div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wpcf7-form .pcode div p,
.formstyle .pcode div p {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}

.wpcf7-form .pcode input,
.formstyle .pcode input {
  background: white !important;
  background-image: none !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  width: auto;
  padding: 8px;
}

/* 郵便番号の余計なbrタグを非表示 */
.wpcf7-form .pcode br,
.formstyle .pcode br {
  display: none;
}

/* CF7の郵便番号フィールド専用修正 */
.item-s.pcode p {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  flex-wrap: nowrap !important;
}

.item-s.pcode .wpcf7-form-control-wrap {
  display: inline-block !important;
  margin: 0 !important;
}

.item-s.pcode input[name*="zip"] {
  display: inline-block !important;
  width: auto !important;
  min-width: 80px !important;
  background: white !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  padding: 8px !important;
}

/* 個人情報チェックボックス関連のスタイル（現在は使用しません）
.form-policy {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.form-policy label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
}

.form-policy input[type="checkbox"] {
  margin: 0 !important;
  vertical-align: middle !important;
  flex-shrink: 0;
}

.form-policy br {
  display: none;
}

p.form-policy {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  flex-wrap: nowrap !important;
}

p.form-policy label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

p.form-policy .wpcf7-form-control-wrap {
  display: inline-block !important;
  margin: 0 !important;
}

.wpcf7-acceptance {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.wpcf7-acceptance label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
}

.wpcf7-acceptance input[type="checkbox"] {
  margin: 0 !important;
  vertical-align: middle !important;
  flex-shrink: 0;
}
*/

/* Contact Form 7のステップ表示を非表示 */
.contact-form-step {
  display: none !important;
}

/* CF7フォーム全体の背景を透明に */
.wpcf7 {
  background: transparent !important;
  background-image: none !important;
}

.wpcf7 * {
  background-image: none !important;
}

/* 郵便番号入力フィールドの具体的な修正 */
.wpcf7-form input[name*="zip"],
.wpcf7-form input[class*="postal"] {
  background: white !important;
  background-image: none !important;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 3px;
}

/* フォーム内の入力フィールドのスタイル統一 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
  background: white !important;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 3px;
}

/* thanksページのボタンスタイル */
.thanks_message a {
  background: #a1c800 !important;
  color: white !important;
  text-decoration: none;
  transition: background 0.3s ease;
}

.thanks_message a:hover {
  background: #8aaa00 !important;
  color: white !important;
}

/* フッターロゴのスタイル */
.footer_logo {
  width: 300px;
  text-align: center;
  margin-bottom: 20px;
}

.footer_logo img {
  width: 100% !important;
  max-width: none !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  line-height: 0 !important;
}

/* 「選ばれる理由」と「ガレージ製品一覧」ボタンを非表示 */
.top_btn.btn,
.product_btn.btn {
  display: none !important;
}

#reason_main #reason_top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: url(assets/images/reason01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#reason_main #reason_top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* ← 黒っぽさ 0.3（30%黒） */
  z-index: 1;
}
#reason_main #reason_top .top_contents {
  margin: 0 0 0 100px;
  color: #fff;
  font-weight: 700;
  z-index: 2;
}
#reason_main #reason_top .top_contents .top_title {
  font-size: 60px;
  letter-spacing: 3px;
}
#reason_main #reason_top .top_contents .top_txt {
  margin: 50px 0;
  font-size: 20px;
  letter-spacing: 3px;
}
#reason_main #reason_middle {
  padding: 150px 0;
  background: #000;
}
#reason_main #reason_middle .middle_inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}
#reason_main #reason_middle .middle_title {
  font-size: 40px;
  text-align: center;
  color: #a1c800;
}
#reason_main #reason_middle .middle_txt {
  margin: 50px 0 0 0;
  font-size: 18px;
  line-height: 3;
  text-align: center;
  color: #fff;
}
#reason_main #reason_bottom {
  height: 500px;
  background: url("https://www.kakuichi-house.jp/wp-content/themes/kakuichi/asset/images/strength/mv_bg.jpg")
    center/cover no-repeat;
  font-weight: 700;
  text-align: center;
  border-bottom: 3px solid #a1c800;
}
#reason_main #reason_bottom .top_contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#reason_main #reason_bottom .top_title {
  color: #fff;
  font-size: 56px;
}
#reason_main #reason_bottom .top_txt {
  color: #a1c800;
  font-size: 14px;
}
#reason_main #reason_contents {
  padding: 0 0 80px 0;
  background: #000;
  color: #fff;
}
#reason_main #reason_contents ul {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}
#reason_main #reason_contents ul li {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0 0;
}
#reason_main #reason_contents ul li .reason_left {
  width: calc(59% - 60px);
}
#reason_main #reason_contents ul li .reason_left p {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
#reason_main #reason_contents ul li .reason_left .reason_left_top {
  margin: 0 0 14px 0;
  color: #a1c800;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
#reason_main #reason_contents ul li .reason_left .reason_left_top .reason_no {
  font-size: 100px;
}
#reason_main #reason_contents ul li .reason_left .reason_sub {
  margin: 0 0 37px 0;
  padding: 0 48px 0 0;
  font-size: 24px;
  font-weight: 700;
}
#reason_main #reason_contents ul li .reason_left .reason_sub span {
  background: #a1c800;
}
#reason_main #reason_contents ul li .reason_right {
  display: flex;
  align-items: flex-end;
  width: 41%;
  max-width: 488px;
}
#reason_main #reason_contents ul li .reason_right img {
  width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 1200px) {
  #reason_main #reason_top .top_contents {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #reason_main #reason_top .top_contents .top_title {
    font-size: 36px;
  }
  #reason_main #reason_top .top_contents .top_txt {
    font-size: 16px;
  }
  #reason_main #reason_middle {
    padding: 100px 0;
  }
  #reason_main #reason_middle .middle_title {
    font-size: 28px;
  }
  #reason_main #reason_middle .middle_txt {
    font-size: 16px;
  }
  #reason_main #reason_bottom {
    height: 264px;
  }
  #reason_main #reason_bottom .top_title {
    font-size: 24px;
  }
  #reason_main #reason_contents ul li {
    flex-direction: column;
  }
  #reason_main #reason_contents ul li .reason_left {
    width: 100%;
  }
  #reason_main #reason_contents ul li .reason_left .reason_left_top {
    font-size: 20px;
  }
  #reason_main #reason_contents ul li .reason_left .reason_sub {
    margin: 0 0 30px 0;
    font-size: 20px;
  }
  #reason_main #reason_contents ul li .reason_left .reason_txt {
    margin: 0 0 30px 0;
  }
  #reason_main #reason_contents ul li .reason_right {
    width: 100%;
    max-width: unset;
  }
}
#products_main p,
#products_main a,
#products_main span {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
#products_main .bcnWrap {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 14px;
}
#products_main #products_top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: url(assets/images/product_main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#products_main #products_top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* ← 黒っぽさ 0.3（30%黒） */
  z-index: 1;
}
#products_main #products_top .top_contents {
  margin: 0 0 0 100px;
  color: #fff;
  font-weight: 700;
  z-index: 2;
}
#products_main #products_top .top_contents .top_title {
  font-size: 60px;
  letter-spacing: 3px;
}
#products_main #products_top .top_contents .top_txt {
  margin: 50px 0;
  font-size: 20px;
  letter-spacing: 3px;
}
#products_main #products_contents {
  margin: 0 0 100px 0;
}
#products_main #products_contents .products_title {
  position: relative;
  margin: 0 0 100px 0;
  padding: 68px 0 0 0;
  font-size: 64px;
  color: #a1c800;
  text-align: center;
  font-weight: 700;
  z-index: -1;
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#products_main #products_contents .products_title span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 23px;
  color: #000;
  padding: 0 10px;
}
#products_main #products_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 70px;
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 0 auto;
}
#products_main #products_list li {
  width: calc(50% - 35px);
}
#products_main #products_list li .product_title {
  display: flex;
  align-items: stretch;
  background: #000;
  color: #fff;
  font-weight: 700;
}
#products_main #products_list li .product_title .label {
  display: flex;
  align-items: center;
  padding: 4px 35px 4px 15px;
  background: #a1c800;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0 100%);
  font-size: 18px;
  line-height: 1;
}
#products_main #products_list li .product_title .title {
  padding: 4px 15px;
  font-size: 20px;
}
#products_main #products_list li img {
  width: 100%;
  aspect-ratio: 2;
  -o-object-fit: cover;
  object-fit: cover;
}
#products_main #products_list li .product_txt {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.5;
}
#products_main #products_list li .product_btn {
  width: 50%;
  height: 41px;
  margin: 0 0 0 auto;
  background: #f19900;
}
#products_main #products_list li .product_btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  color: #fff;
}
#products_main #products_list li .product_btn a img {
  width: 16px;
  height: auto;
}
#products_main #products_list li .product_btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  #products_main #products_top .top_contents {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #products_main #products_top .top_contents .top_title {
    font-size: 36px;
  }
  #products_main #products_top .top_contents .top_txt {
    font-size: 16px;
  }
  #products_main #products_contents .products_title {
    font-size: 40px;
  }
  #products_main #products_contents .products_title span {
    font-size: 16px;
  }
  #products_main #products_list {
    width: 90%;
    max-width: 400px;
  }
  #products_main #products_list li {
    width: 100%;
  }
  #products_main #products_list li .product_title .label,
  #products_main #products_list li .product_title .title {
    font-size: 16px;
  }
  #products_main #products_list li .product_txt {
    margin: 10px 0 20px 0;
  }
  #products_main #products_list li .product_btn {
    margin: 0 auto;
  }
}
#flow_main #flow_top {
  padding: 50px 0;
  background: url(assets/images/flow_main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#flow_main #flow_top h1 {
  font-family: "Roboto", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#flow_main #flow_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 95%;
  max-width: 1200px;
  margin: 50px auto;
}
#flow_main #flow_list li {
  width: calc(25% - 15px);
  padding: 10px;
  background: #f7f7f7;
}
#flow_main #flow_list li .flow_title .step {
  display: inline-block;
  padding: 5px;
  border: 1px solid #000;
}
#flow_main #flow_list li .flow_title .title {
  padding: 10px;
  background: #000;
  color: #fff;
}
#flow_main #flow_list li img {
  width: 100%;
  aspect-ratio: 2;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #flow_main #flow_top h1 {
    font-size: 30px;
  }
  #flow_main #flow_list li {
    width: 100%;
  }
}
#company_main .underline {
  background: linear-gradient(transparent 50%, #dbec90 50%);
  font-weight: 700;
}
#company_main #company_top {
  padding: 50px 0;
  background: url(assets/images/company_main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#company_main #company_top h1 {
  font-family: "Roboto", Sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#company_main .company_wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 70px auto 50px auto;
}
#company_main .company_wrapper .company_title {
  margin: 30px 0;
  text-align: center;
  font-weight: 700;
}
#company_main .company_wrapper .company_title h2 {
  position: relative;
  margin: 30px 0;
  color: #a1c800;
  font-size: 50px;
  font-family: "Arial", sans-serif;
}
#company_main .company_wrapper .company_title h2::before,
#company_main .company_wrapper .company_title h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
}
#company_main .company_wrapper .company_title h2::before {
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(calc(-50% + 8px));
  background: #c07a01;
}
#company_main .company_wrapper .company_title h2::after {
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(calc(-50% - 8px));
  background: #7d9c01;
}
#company_main .company_wrapper .company_title .title_detail {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
#company_main .company_wrapper .about_txt {
  line-height: 2;
}
#company_main #company_info_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#company_main #company_info_wrapper .company_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
}
#company_main #company_info_wrapper .company_info .company_info_img img {
  width: 100%;
}
#company_main #company_info_wrapper .company_info p {
  display: flex;
  font-size: 18px;
}
#company_main #company_info_wrapper .company_info p i {
  padding: 0 10px 0 0;
  font-size: 20px;
  color: #a1c800;
}
#company_main #company_info_wrapper .company_map {
  width: 60%;
  height: 100%;
}
#company_main #company_info_wrapper .company_map iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #company_main #company_top h1 {
    font-size: 30px;
  }
  #company_main .company_wrapper .company_title .title_detail {
    font-size: 22px;
  }
  #company_main #company_info_wrapper {
    flex-direction: column;
  }
  #company_main #company_info_wrapper .company_info {
    width: 100%;
  }
  #company_main #company_info_wrapper .company_info .company_info_img {
    margin: 0 0 20px 0;
  }
  #company_main #company_info_wrapper .company_info p {
    margin: 0 0 10px 0;
    font-size: 15px;
  }
  #company_main #company_info_wrapper .company_info .company_info_btn {
    margin: 20px 0;
  }
  #company_main #company_info_wrapper .company_map {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #company_main #company_info_wrapper .company_info .company_info_btn a {
    justify-content: center;
    width: 100%;
  }
  #company_main #company_info_wrapper .company_info .company_info_btn a span {
    font-size: 20px;
    letter-spacing: 0.2em;
  }
}
#case_main #case_top {
  padding: 100px 0;
  background: url(assets/images/case_main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
#case_main #case_top h1 {
  margin: 0 0 20px 0;
  font-family: "Roboto", Sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.3em;
}
#case_main #case_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 95%;
  max-width: 1200px;
  margin: 50px auto;
}
#case_main #case_list li {
  width: calc(33.3333333333% - 24px);
  border-bottom: 3px solid #a1c800;
}
#case_main #case_list li .case_img .case_img_inner {
  overflow: hidden;
}
#case_main #case_list li .case_img .case_img_inner img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.6s ease;
}
#case_main #case_list li .case_img .case_img_inner img:hover {
  transform: scale(1.1);
}
#case_main #case_list li .case_txt {
  padding: 10px 10px 30px 10px;
  background: #000;
}
#case_main #case_list li .case_txt a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
#case_main #case_list li .case_txt a:hover {
  color: #555;
}

@media screen and (max-width: 1024px) {
  .pc_br {
    display: none;
  }
  #case_main #case_list li {
    width: calc(50% - 2.5px);
  }
}
@media screen and (max-width: 768px) {
  #case_main #case_top h1 {
    font-size: 30px;
  }
  #case_main #case_list li {
    width: 100%;
  }
}
#case_detail_main #case_detail_top {
  padding: 30px 0;
  background: #a1c800;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: 700;
  font-family: "Roboto", Sans-serif;
}
#case_detail_main #case_detail_top h1 {
  margin: 0 0 10px 0;
  font-size: 2.25rem;
}
#case_detail_main #case_detail_top p {
  color: #fff;
}
#case_detail_main #case_detail_contents {
  width: 95%;
  max-width: 1200px;
  margin: 30px auto;
}
#case_detail_main #case_detail_contents ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 30px auto;
  padding: 0 10px;
}
#case_detail_main #case_detail_contents ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: calc(50% - 5px);
  font-weight: 700;
}
#case_detail_main #case_detail_contents ul li .category {
  display: inline-block;
  width: 100px;
  background: #000;
  color: #fff;
  text-align: center;
}
#case_detail_main #case_detail_contents .container .mainSwiper .swiper-slide {
  width: 100%;
}
#case_detail_main
  #case_detail_contents
  .container
  .mainSwiper
  .swiper-slide
  img {
  width: 100%;
  aspect-ratio: 1.8;
  -o-object-fit: cover;
  object-fit: cover;
}
#case_detail_main #case_detail_contents .container .thumbSwiper .swiper-slide {
  width: 20%;
  aspect-ratio: 1.8;
  filter: brightness(70%);
}
#case_detail_main
  #case_detail_contents
  .container
  .thumbSwiper
  .swiper-slide
  img {
  width: 100%;
  
  object-fit: cover;
}
#case_detail_main
  #case_detail_contents
  .container
  .thumbSwiper
  .swiper-slide-active {
  filter: brightness(100%);
}
#case_detail_main #case_detail_contents .container .swiper_btn {
  width: 25px;
  height: 25px;
  color: #fff;
}
#case_detail_main #case_detail_contents .container .swiper_btn::after {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #case_detail_main #case_detail_top h1 {
    font-size: 30px;
  }
  #case_detail_main #case_detail_contents ul {
    flex-direction: column;
    gap: 20px;
  }
  #case_detail_main #case_detail_contents ul li {
    width: 100%;
  }
  #case_detail_main #case_detail_contents ul li .category {
    width: 100px;
  }
  #case_detail_main #case_detail_contents ul li:nth-child(3) {
    flex-direction: column;
  }
}
#news_main .news_topTitle {
  position: relative;
  margin: 0 0 100px 0;
  padding: 68px 0 0 0;
  font-size: 64px;
  color: #a1c800;
  text-align: center;
  font-weight: 700;
  z-index: -1;
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news_main .news_topTitle span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 23px;
  color: #000;
  padding: 0 10px;
}
#news_main #news_contents {
  display: flex;
  justify-content: flex-start;
  grid-gap: 80px;
  padding: 0 40px;
}
#news_main #news_contents p,
#news_main #news_contents a {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
#news_main #news_contents .news_left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 820px;
  margin: 0 0 0 calc(50vw - 600px);
  list-style: none;
}
#news_main #news_contents .news_left li {
  width: 48%;
  margin: 0 0 4% 0;
}
#news_main #news_contents .news_left li img {
  width: 100%;
  height: auto;
}
#news_main #news_contents .news_left li .news_date {
  color: #c8c8c8;
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news_main #news_contents .news_left li .news_title {
  padding: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #000;
}
#news_main #news_contents .news_left li .news_txt {
  padding: 10px 0 20px 0;
}
#news_main #news_contents .news_left li .news_btn {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  margin: 0 0 0 auto;
}
#news_main #news_contents .news_left li .news_btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  background: #f19900;
  color: #fff;
}
#news_main #news_contents .news_left li .news_btn a i {
  font-size: 16px;
}
#news_main #news_contents .news_right {
  width: 30vw;
  max-width: 420px;
}
#news_main #news_contents .news_right .news_right_topTitle {
  padding: 5px 5px 5px 20px;
  background: #a1c800;
  color: #fff;
  font-size: 43px;
  font-weight: 600;
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news_main #news_contents .news_right ul {
  margin: 0 0 60px 0;
  padding: 0 20px;
  padding-right: min(50vw - 600px, 120px);
}
#news_main #news_contents .news_right ul li {
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
}
#news_main #news_contents .news_right ul li a {
  font-weight: 700;
}
#news_main #news_contents .news_right ul li .news_right_img {
  width: 30%;
}
#news_main #news_contents .news_right ul li .news_right_img img {
  width: 100%;
  height: auto;
}
#news_main #news_contents .news_right ul li .news_right_txt {
  width: 68%;
  font-size: 12px;
}
#news_main #news_contents .news_right ul li .news_right_txt .news_right_title {
  margin: 0 0 10px 0;
}
#news_main #news_contents .news_right ul li .news_right_txt .news_right_date {
  color: #c8c8c8;
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news_main #news_contents .news_right .news_latest ul li a {
  display: flex;
  justify-content: space-between;
}
#news_main #news_contents .news_right .news_ranking ul li a {
  display: flex;
  justify-content: space-between;
}
#news_main #news_contents a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  #news_main #news_contents {
    grid-gap: 40px;
  }
  #news_main #news_contents .news_left {
    width: calc(100% - 300px);
    margin: 0 0 0 20px;
  }
  #news_main #news_contents .news_right {
    width: 300px;
  }
  #news_main #news_contents .news_right .news_right_topTitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #news_main #news_contents .news_left {
    margin: 0 0 0 20px;
  }
  #news_main #news_contents .news_left li .news_title {
    font-size: 18px;
  }
  #news_main #news_contents .news_left li .news_txt {
    font-size: 14px;
  }
  #news_main #news_contents .news_right {
    width: 240px;
  }
  #news_main #news_contents .news_right .news_right_topTitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #news_main .news_topTitle {
    font-size: 40px;
  }
  #news_main .news_topTitle span {
    font-size: 16px;
  }
  #news_main #news_contents {
    flex-direction: column;
  }
  #news_main #news_contents .news_left {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  #news_main #news_contents .news_left li {
    width: 100%;
    margin: 0 0 40px 0;
  }
  #news_main #news_contents .news_left li .news_btn {
    width: 195px;
  }
  #news_main #news_contents .news_right {
    width: 100%;
    max-width: unset;
  }
  #news_main #news_contents .news_right .news_right_topTitle {
    font-size: 48px;
  }
  #news_main #news_contents .news_right ul {
    padding: 0;
  }
  #news_main #news_contents .news_right ul li {
    padding: 20px;
  }
}
.js-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
}
.js-fade:nth-child(2n) {
  transition-delay: 0.1s;
}

/* フェードしたい要素に付与するクラス */
.scrolled {
  opacity: 1;
  transform: translateY(0px);
}

#privacy_main {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
#privacy_main p,
#privacy_main a,
#privacy_main span,
#privacy_main li {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
#privacy_main .privacy_title {
  position: relative;
  margin: 0 0 100px 0;
  padding: 68px 0 0 0;
  font-size: 64px;
  color: #a1c800;
  text-align: center;
  font-weight: 700;
  z-index: -1;
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#privacy_main .privacy_title span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 23px;
  color: #000;
}
#privacy_main #privacy_contents {
  margin: 0 0 100px 0;
}
#privacy_main #privacy_contents .privacy_top {
  text-align: center;
}
#privacy_main #privacy_contents ul .privacy_item {
  margin: 0 0 50px 0;
  line-height: 1.75;
}
#privacy_main #privacy_contents ul .privacy_item h4 {
  margin: 0 0 25px 0;
  padding: 20px 0 10px 0;
  font-size: 24px;
  font-weight: bold;
  background-image: linear-gradient(90deg, #1f2b63 0 270px, #eee 270px 100%);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom;
}
#privacy_main #privacy_contents ul .privacy_item ol {
  padding: 0 0 0 20px;
}
#privacy_main #privacy_contents ul .privacy_item .privacy_bold {
  font-weight: bold;
}
#privacy_main #privacy_contents ul .privacy_item .privacy_detail {
  margin: 0 0 16px 0;
}
#privacy_main #privacy_contents ul .privacy_item .privacy_bottom {
  margin: 0 0 16px 0;
}

@media screen and (max-width: 768px) {
  #privacy_main {
    width: 90%;
  }
  #privacy_main .privacy_title span {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  #privacy_main .privacy_title {
    font-size: 40px;
  }
  #privacy_main .privacy_title span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  #products_main #products_top .top_contents {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #products_main #products_top .top_contents .top_title {
    font-size: 36px;
  }
  #products_main #products_top .top_contents .top_txt {
    font-size: 16px;
  }
  #products_main #products_contents .products_title {
    font-size: 40px;
  }
  #products_main #products_contents .products_title span {
    font-size: 16px;
  }
  #products_main #products_list {
    width: 90%;
    max-width: 400px;
  }
  #products_main #products_list li {
    width: 100%;
  }
  #products_main #products_list li .product_title .label,
  #products_main #products_list li .product_title .title {
    font-size: 16px;
  }
  #products_main #products_list li .product_txt {
    margin: 10px 0 20px 0;
  }
  #products_main #products_list li .product_btn {
    margin: 0 auto;
  }
}


.breadcrumb {
  background: #d1d1d1;
  padding: 10px;
  font-size: 14px;
}
.breadcrumb a, 
.breadcrumb span{
  padding: 0 5px;
}
.breadcrumb a:hover{
  opacity: 0.7;
}

.single-news .container .news-title{
  width: 80%;
  max-width: 1200px;
  margin: 50px auto 0 auto;
}

.single-news .container .news-date,
.single-news .news-content{
  width: 80%;
  max-width: 1200px;
  margin: 30px auto;
}

.single-news .container .news-main .news-image,
.single-news .container .back-to-news{
  text-align: center;
}

.single-news .container .news-main .news-image img{
  width: 100%;
  height: auto;
}

.single-news .container .news-main {
  margin: 0 0 50px 0;
}

.single-news .container .news-main .news-body{
  padding: 20px 0;
}

.single-news .container .back-to-news{
  margin: 50px 0;
}

.single-news .container .back-to-news a { 
    padding: 10px 20px;
    text-align: center;
    background: #f19900;
    color: #fff;
}

.single-news .container .back-to-news a:hover{
  opacity: 0.7;
}


@media screen and (max-width: 480px) {
  .single-news .container .news-title{
    width: 90%;
  }
  .single-news .container .news-date,
  .single-news .news-content{
    width: 90%;
  }
}

/* single-product_item.php start */
.single-product .container .product-title{
  width: 80%;
  max-width: 1200px;
  margin: 50px auto 0 auto;
}

.single-product .product-main {
  width: 80%;
  max-width: 1200px;
  margin: 30px auto 50px auto;
}

.single-product .product-content .product-image img{
  width: 100%;
  height: auto;
}

.single-product .product-main .product-info{
  padding: 20px 0;
}

.single-product .product-contact {
  padding: 100px 0;
  background: url(assets/images/back_black.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.single-product .product-contact h3 {
  color: #a1c800;
  font-size: 30px;
}

.single-product .product-contact p {
  margin: 32px 0;
}

.single-product .product-contact a {
  display: inline-flex;
    align-items: center;
    padding: 12px 48px;
    background: url(assets/images/back_paper.jpg);
    color: #503c29;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-radius: 50px;
}

.single-product .product-contact a:hover {
  opacity: 0.7;
}


@media screen and (max-width: 480px) {
.single-product .container .product-title,
  .single-product .container .product-main{
    width: 90%;
  }
  .single-product .product-contact h3 {
    font-size: 20px;
  }
}

#product_detail_main #product_detail_top {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;

}
#product_detail_main #product_detail_top .top_img {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: black;
}
#product_detail_main #product_detail_top .top_img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
#product_detail_main #product_detail_top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* ← 黒っぽさ 0.3（30%黒） */
  z-index: 1;
}
#product_detail_main #product_detail_top .top_contents {
  margin: 0 0 0 100px;
  color: #fff;
  font-weight: 700;
  z-index: 2;
}
#product_detail_main #product_detail_top .top_contents .top_title {
  font-size: 60px;
  letter-spacing: 3px;
}
#product_detail_main #product_detail_top .top_contents .top_txt {
  margin: 50px 0;
  font-size: 20px;
  letter-spacing: 3px;
}
#product_detail_main #product_detail_contents {
  padding: 100px 0;
  background: #000;
  color: #fff;
}
#product_detail_main #product_detail_contents ul {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}
#product_detail_main #product_detail_contents ul li .strong_point_title {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  letter-spacing: 4px;
}
#product_detail_main #product_detail_contents ul li .strong_title {
  margin: 20px 0 10px 0;
  font-size: 18px;
  font-weight: 700;
}
#product_detail_main #product_detail_contents ul li .strong_txt {
  font-size: 16px;
}
#product_detail_main #product_detail_contents ul li:nth-child(2n) {
  margin: 60px 0;
}

@media screen and (max-width: 1200px) {
  #product_detail_main #product_detail_top .top_contents {
    margin: 0 0 0 20px;
  }
  #product_detail_main #product_detail_top .top_contents .top_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #product_detail_main #product_detail_top .top_contents .top_title {
    font-size: 36px;
  }
  #product_detail_main #product_detail_top .top_contents .top_txt {
    font-size: 16px;
  }
  #product_detail_main #product_detail_contents {
    padding: 50px 0;
  }
  #product_detail_main #product_detail_contents ul li .strong_point_title {
    font-size: 36px;
  }
  #product_detail_main #product_detail_contents ul li .strong_title {
    margin: 20px 0 10px 0;
    font-size: 18px;
    font-weight: 700;
  }
  #product_detail_main #product_detail_contents ul li .strong_txt {
    font-size: 16px;
  }
}

/* サムネイルの基本スタイル */
.thumbSwiper .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.3s ease;
  position: relative;
}

/* アクティブなサムネイル */
.thumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
}
#case_detail_main #case_detail_contents .container .thumbSwiper .swiper-slide-thumb-active {
  filter: brightness(100%);
}

/* さらに目立たせる場合 */
.thumbSwiper .swiper-slide-thumb-active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.thumbSwiper .swiper-slide:hover {
  opacity: 0.7;
}


header .header_list{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

header .header_list li{
  height: 60%;
  border-right: 1px solid #fff;
  padding: 0 20px;
}
header .header_list li:last-child{
  border-right: none;
}

header .header_list li a{
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 14px;
}

header .header_list li a:hover{
  opacity: 0.7;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  header .header_list li{
    padding: 0 10px;
  }
  header .header_list li a{
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  header .header_list{
    display: none;
  }
}

.footer_page p,
.footer_contact p {
    white-space: nowrap; /* テキストを改行させない */
    margin: 0;
}