/*
Theme Name: プラスビル
Theme URI: 
Author: PlusBuild
Author URI: 
Description: 株式会社プラスビル コーポレートサイト
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plusbuild-theme
*/

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
　max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #ffffff;
  color: #333333;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

/* Tailwindのページネーション用追加スタイル */
.pagination-links .nav-links {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.pagination-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background-color: #f0f9ff;
  color: #0369a1;
  transition: all 0.2s;
}
.pagination-links .page-numbers:hover {
  background-color: #e0f2fe;
}
.pagination-links .page-numbers.current {
  background-color: #0ea5e9;
  color: white;
}


/* Service Section Styles */
.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
/* Contact Form 7 */
.contact-form .wpcf7-form p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 0;
  margin: 0;
}
.contact-form .wpcf7-form label {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}
.contact-form .wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
/* input */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  height: 56px;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 0 20px;
  font-size: 15px;
  border-radius: 4px;
  box-sizing: border-box;
}
.contact-form textarea {
  height: 180px;
  padding-top: 16px;
}
/* radio */
.contact-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.contact-form .wpcf7-list-item {
  margin: 0;
}
/* submit */
.contact-form input[type="submit"] {
  width: 100%;
  height: 60px;
  background: #0c4a6e;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 40px;
}
/* PC */
@media screen and (min-width: 768px) {
  .contact-form .wpcf7-form p {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 20px 0;
  }
  .contact-form .wpcf7-form label {
    width: 140px;
    flex-shrink: 0;
  }
  .contact-form .wpcf7-form .wpcf7-form-control-wrap {
    flex: 1;
  }
}

#sp-menu {
  background-color: #000000 !important;
  opacity: 1 !important;
  isolation: isolate;
}


.fv-title {
  font-size: 29px;
}
/* PC */
@media (min-width: 768px) {
  .fv-title {
    font-size: 48px;
  }
}

