@charset "UTF-8";

/* --- 共通設定 --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: min(100px, 9.09vw);
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
p,
span,
a,
li,
th,
td {
  font-family: "Noto Serif JP", serif;
}

p {
  color: #364153;
}

li {
  list-style: none;
}

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

a:hover {
  opacity: 0.8;
}

/* --- コンテナ設定 --- */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  display: block;
}

/* 消してる要素 */
.sp-header,
.sp,
.sp-footer {
  display: none;
}

/* アニメーションの動き */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

/* 画面に入った時に付与するクラス */
.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ヘッダー */
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header-tel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: min(10px, 0.69vw);
  padding: min(10px, 0.69vw) min(10px, 0.69vw) min(10px, 0.69vw) 0;
}

.header-tel img {
  width: min(20px, 1.39vw);
  height: auto;
}

.header-tel span {
  font-size: min(28px, 1.94vw);
  color: #fff;
}

.header-container {
  width: 100%;
  height: min(85px, 5.9vw);
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0 min(20px, 1.39vw);
}

.header-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: min(165px, 11.46vw);
}

.header-item {
  display: flex;
  align-items: center;
  gap: min(48px, 3.33vw);
}

.header-nav ul {
  display: flex;
  align-items: center;
  gap: min(40px, 2.78vw);
}

.header-nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(5px, 0.35vw);
}

.header-nav ul li a .ja,
.header-nav ul li a .en {
  font-size: min(16px, 1.11vw);
  color: #364153;
}

.header-nav ul li a:hover .ja,
.header-nav ul li a:hover .en {
  color: #0dcaf0;
}

.header-link {
  display: flex;
  align-items: center;
  gap: min(12px, 0.83vw);
}

.header-link .header-scroll-tel {
  display: none;
}

#header.is-scroll .header-link .header-scroll-tel {
  display: flex;
}

#header.is-scroll .header-tel {
  display: none;
}

.header-scroll-tel {
  width: min(163px, 11.32vw);
  height: min(40px, 2.78vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(5px, 0.35vw);
  background-color: #0dcaf0;
  border-radius: min(10px, 0.69vw);
}

.header-scroll-tel img {
  width: min(18px, 1.25vw);
  height: auto;
}

.header-scroll-tel span {
  font-size: min(16px, 1.11vw);
  color: #fff;
}

.header-link a:last-child {
  width: min(154px, 10.69vw);
  height: min(40px, 2.78vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(5px, 0.35vw);
  background-color: #007bff;
  border-radius: min(10px, 0.69vw);
}

.header-link a:last-child img {
  width: min(18px, 1.25vw);
  height: auto;
}

.header-link a:last-child span {
  font-size: min(16px, 1.11vw);
  color: #fff;
}

/* トップ */
.main-v {
  position: relative;
  width: 100%;
  height: min(980px, 68.06vw);
  overflow: hidden;
}

.main-v-slider {
  position: absolute;
  inset: 0;
}

.slide-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide-img.is-active {
  opacity: 1;
}

.slide1 {
  background-image: url(../image/top-img1.png);
}

.slide2 {
  background-image: url(../image/top-img2.png);
}

.slide3 {
  background-image: url(../image/top-img3.png);
}

.main-v-container {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.main-v-title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-v-title h1 {
  font-size: min(60px, 4.17vw);
  color: #fff;
  line-height: 1.6;
  white-space: nowrap;
}

/* p1-a */
.p1-a-container {
  background-image: url(../image/top-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: min(100px, 6.94vw) 0;
}

.p1-a-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(40px, 2.78vw);
}

.p1-a-img {
  width: min(550px, 38.19vw);
}

.p1-a-img img {
  border-radius: min(10px, 0.69vw);
}

.p1-a-item {
  width: min(552px, 38.33vw);
}

.p1-a .p1-h2-title span {
  color: #0dcaf0;
}

.p1-a-text {
  margin-top: min(20px, 1.39vw);
}

.p1-a-text p {
  font-size: min(18px, 1.25vw);
  line-height: 1.8;
}

.p1-a-text p:nth-of-type(2) {
  margin: min(10px, 0.69vw) 0;
}

/* p1-b */
.p1-b-container {
  background-color: #fff;
  padding: min(90px, 6.25vw) 0;
}

.p1-b .p1-h2-title {
  text-align: center;
}

.p1-b-box {
  display: flex;
  justify-content: center;
  gap: min(20px, 1.39vw);
  margin-top: min(30px, 2.08vw);
}

.p1-b-item {
  width: min(368px, 25.56vw);
}

.p1-b-number {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(50px, 3.47vw);
}

.p1-b-number span {
  position: relative;
  display: inline-block;
  font-size: min(36px, 2.5vw);
  font-weight: bold;
  color: #007bff;
  margin-bottom: min(10px, 0.69vw);
}

.p1-b-number span::before {
  content: "";
  position: absolute;
  top: max(-15px, -1.04vw);
  left: max(-24px, -1.67vw);
  width: min(34px, 2.36vw);
  height: min(31px, 2.15vw);
  background-image: url(../image/part3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p1-b-number img {
  width: min(98px, 6.81vw);
  height: auto;
}

.p1-b-title {
  display: flex;
  align-items: center;
  gap: min(34px, 2.36vw);
  margin-bottom: min(10px, 0.69vw);
}

.p1-b-title img {
  width: min(40px, 2.78vw);
  height: auto;
}

.p1-b-title h3 {
  font-size: min(34px, 2.36vw);
  color: #007bff;
}

.p1-b-text {
  text-align: center;
  padding-top: min(10px, 0.69vw);
  border-top: 1px solid #000;
}

.p1-b-text p {
  font-size: min(16px, 1.11vw);
  line-height: 1.5;
}

.p1-b-img {
  width: 100%;
  margin-top: min(20px, 1.39vw);
}

/* p1-c */
.p1-c-container {
  background-color: #e8f6ff;
  padding: min(95px, 6.6vw) 0;
}

.p1-c .p1-h2-title {
  text-align: center;
}

.p1-c-box {
  width: min(1080px, 75vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: min(80px, 5.56vw) auto 0;
}

.p1-c-box.reverce {
  flex-direction: row-reverse;
}

.p1-c-img {
  width: min(520px, 36.11vw);
}

.p1-c-item {
  width: min(520px, 36.11vw);
}

.p1-c-item h3 {
  font-size: min(30px, 2.08vw);
  color: #007bff;
}

.p1-c-item p {
  font-size: min(16px, 1.11vw);
  line-height: 1.8;
  margin-top: min(10px, 0.69vw);
}

.p1-c-item a {
  width: min(156px, 10.83vw);
  height: min(48px, 3.33vw);
  font-size: min(16px, 1.11vw);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.69vw);
  background-color: #0dcaf0;
  border-radius: min(10px, 0.69vw);
  margin-top: min(20px, 1.39vw);
}

.p1-c-item a img {
  width: min(20px, 1.39vw);
  height: auto;
}

/* p1-d */
.p1-d-container {
  background-color: #fff;
  padding: min(96px, 6.67vw) 0;
}

.p1-d-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(48px, 3.33vw);
}

.p1-d-img {
  width: min(552px, 38.33vw);
}

.p1-d-item {
  width: min(552px, 38.33vw);
}

.p1-d-span-box {
  display: flex;
  align-items: center;
  gap: min(10px, 0.69vw);
  margin-top: min(24px, 1.67vw);
}

.p1-d-span-box span {
  font-size: min(16px, 1.11vw);
  color: #fff;
  background: linear-gradient(to bottom, #0dcaf0 0%, #007bff 100%);
  box-shadow: 0 min(4px, 0.28vw) min(6px, 0.42vw) rgba(0, 0, 0, 0.1);
  padding: min(12px, 0.83vw) min(24px, 1.67vw);
  border-radius: min(50px, 3.47vw);
}

.p1-d-item p {
  font-size: min(14px, 0.97vw);
  color: #4a5565;
  margin-top: min(24px, 1.67vw);
}

/* p1-e */
.p1-e-container {
  background-color: #f0f9ff;
  padding: min(90px, 6.25vw) 0;
}

.p1-e-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(70px, 4.86vw);
}

.p1-e-item {
  width: min(552px, 38.33vw);
}

.p1-e .p1-h2-title span {
  color: #0dcaf0;
}

.p1-e-table {
  margin-top: min(30px, 2.08vw);
}

.p1-e-table table {
  width: 100%;
  border-collapse: collapse;
}

.p1-e-table table th,
.p1-e-table table td {
  text-align: left;
  font-size: min(16px, 1.11vw);
  font-weight: 500;
  color: #364153;
  padding: min(15px, 1.04vw) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.p1-e-table table tr:last-child th,
.p1-e-table table tr:last-child td {
  border-bottom: none;
}

.p1-e-table table th {
  width: min(128px, 8.89vw);
}

.p1-e .p1-e-link a {
  margin: min(30px, 2.08vw) auto 0;
}

.p1-e-link a {
  width: min(204px, 14.17vw);
  height: min(48px, 3.33vw);
  font-size: min(16px, 1.11vw);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.69vw);
  background-color: #007bff;
  border-radius: min(10px, 0.69vw);
}

.p1-e-link a img {
  width: min(20px, 1.39vw);
  height: auto;
}

.p1-e-img {
  width: min(552px, 38.33vw);
}

/* p1-f */
.p1-f-container {
  background-color: #fff;
  padding: min(90px, 6.25vw) 0 min(190px, 13.19vw);
}

.p1-f-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(70px, 4.86vw);
}

.p1-f-img {
  width: min(552px, 38.33vw);
}

.p1-f-item {
  width: min(552px, 38.33vw);
}

.p1-f .p1-h2-title span {
  color: #0dcaf0;
}

.p1-f-text {
  margin-top: min(30px, 2.08vw);
}

.p1-f-text p {
  font-size: min(16px, 1.11vw);
  line-height: 1.6;
}

.p1-f-text p:nth-of-type(2) {
  margin: min(20px, 1.39vw) 0;
}

.p1-f .p1-e-link a {
  margin-top: min(30px, 2.08vw);
}

/* トップ共通 */
.p1-h2-title h2 {
  font-size: min(50px, 3.47vw);
  color: #0dcaf0;
}

.p1-h2-title span {
  font-size: min(18px, 1.25vw);
  color: #4a5565;
  padding-top: min(10px, 0.69vw);
}

/* 業務内容 */
/* p2-a */
.p2-a-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(40px, 2.78vw);
  background-color: #fff;
  padding: min(80px, 5.56vw) 0;
}

.p2-a-box:first-child {
  padding: min(30px, 2.08vw) 0 min(50px, 3.47vw);
}

.p2-a-box:nth-of-type(2),
.p2-a-box:nth-of-type(4) {
  background-color: #f0f9ff;
}

.p2-a-box.reverse {
  flex-direction: row-reverse;
}

.p2-a-img {
  width: min(552px, 38.33vw);
}

.p2-a-item {
  width: min(552px, 38.33vw);
}

.p2-a-text h2 {
  font-size: min(36px, 2.5vw);
  font-weight: 500;
  color: #0dcaf0;
}

.p2-a-text p {
  font-size: min(16px, 1.11vw);
  margin-top: min(16px, 1.11vw);
}

.p2-a-list-box {
  margin-top: min(16px, 1.11vw);
}

.p2-a-list-box h3 {
  font-size: min(24px, 1.67vw);
  font-weight: 500;
  color: #007bff;
}

.p2-a-list {
  margin-top: min(16px, 1.11vw);
}

.p2-a-list h4 {
  font-size: min(20px, 1.39vw);
  font-weight: 500;
  color: #333;
}

.p2-a-list ul {
  margin-top: min(16px, 1.11vw);
}

.p2-a-list ul li {
  font-size: min(16px, 1.11vw);
  display: flex;
  gap: min(5px, 0.35vw);
  margin-bottom: min(10px, 0.69vw);
}

.p2-a-list ul li:last-child {
  margin-bottom: 0;
}

.p2-a-list ul li span {
  font-size: min(16px, 1.11vw);
  color: #0dcaf0;
}

.p2-a-text2 {
  background-color: #eff6ff;
  padding: min(14px, 0.97vw);
  border-radius: min(10px, 0.69vw);
  margin-top: min(16px, 1.11vw);
}

.p2-a-text2 p {
  font-size: min(16px, 1.11vw);
  line-height: 1.6;
}

/* 会社概要 */
/* p3-a */
.p3-a-container {
  background-image: url(../image/p3-img2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: min(65px, 4.51vw) 0;
}

.p3-a-box {
  width: min(881px, 61.18vw);
  text-align: center;
  margin: 0 auto;
}

.p3-a-box h2 {
  font-size: min(36px, 2.5vw);
  font-weight: 500;
  color: #0dcaf0;
  line-height: 1.6;
}

.p3-a-box p {
  font-size: min(18px, 1.25vw);
  line-height: 1.6;
  margin-top: min(16px, 1.11vw);
}

/* p3-b */
.p3-b-container {
  background-color: #fff;
  padding: min(95px, 6.6vw) 0 min(25px, 1.74vw);
}

.p3-b-box {
  width: min(896px, 62.22vw);
  background-color: #fff;
  box-shadow: 0 min(20px, 1.39vw) min(25px, 1.74vw) rgba(0, 0, 0, 0.25);
  padding: min(20px, 1.39vw) min(50px, 3.47vw);
  border-radius: min(10px, 0.69vw);
  margin: 0 auto;
}

.p3-b-table table {
  width: 100%;
  border-collapse: collapse;
}

.p3-b-table table th,
.p3-b-table table td {
  text-align: left;
  font-size: min(18px, 1.25vw);
  font-weight: 500;
  color: #364153;
  padding: min(25px, 1.74vw) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.p3-b-table table th {
  width: min(267px, 18.54vw);
  vertical-align: top;
}

.p3-b-table table th span {
  display: inline-block;
  font-size: min(16px, 1.11vw);
  color: #fff;
  background-color: #0dcaf0;
  padding: min(9px, 0.63vw) min(16px, 1.11vw);
  border-radius: min(10px, 0.69vw);
}

.p3-b-box2 {
  width: min(881px, 61.18vw);
  background-color: #f9fafb;
  margin: min(144px, 10vw) auto 0;
}

.p3-b-box2 h3 {
  text-align: center;
  font-size: min(36px, 2.5vw);
  font-weight: 500;
  color: #0dcaf0;
}

.p3-b-map {
  background-color: #fff;
  box-shadow: 0 min(20px, 1.39vw) min(25px, 1.74vw) rgba(0, 0, 0, 0.25);
  padding: min(32px, 2.22vw);
  border-radius: min(10px, 0.69vw);
  margin-top: min(30px, 2.08vw);
}

.p3-b-map iframe {
  width: 100%;
  height: min(468px, 32.5vw);
}

.p3-b-map p {
  font-size: min(18px, 1.25vw);
  line-height: 2;
  margin-top: min(24px, 1.67vw);
}

/* 施工事例 */
/* p4-a */
.p4-a-container {
  background-image: url(../image/p4-img2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: min(80px, 5.56vw) 0;
}

.p4-a-box {
  width: min(896px, 62.22vw);
  background-color: #fff;
  box-shadow: 0 min(20px, 1.39vw) min(25px, 1.74vw) rgba(0, 0, 0, 0.25);
  padding: min(60px, 4.17vw) 0;
  border-radius: min(10px, 0.69vw);
  margin: 0 auto;
}

.p4-a-img {
  width: min(96px, 6.67vw);
  height: min(96px, 6.67vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0dcaf0;
  border-radius: 50%;
  margin: 0 auto;
}

.p4-a-img img {
  width: min(48px, 3.33vw);
  height: auto;
}

.p4-a-text {
  text-align: center;
  margin-top: min(16px, 1.11vw);
}

.p4-a-text h3 {
  font-size: min(30px, 2.08vw);
  font-weight: 500;
}

.p4-a-text p {
  font-size: min(18px, 1.25vw);
  color: #4a5565;
  line-height: 1.6;
  margin-top: min(10px, 0.69vw);
}

.p4-a-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(15px, 1.04vw);
  margin-top: min(16px, 1.11vw);
}

.p4-a-item a span {
  display: inline-block;
  font-size: min(16px, 1.11vw);
  color: #fff;
  padding: min(13px, 0.9vw) min(30px, 2.08vw);
  border-radius: min(10px, 0.69vw);
}

.p4-a-item a:first-child span {
  background-color: #0dcaf0;
}

.p4-a-item a:last-child span {
  background-color: #007bff;
}

/* 採用情報 */
/* p5-a */
.p5-a-container {
  background-image: url(../image/p5-img2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: min(80px, 5.56vw) 0 min(100px, 6.94vw);
}

.p5-a-box {
  width: min(896px, 62.22vw);
  background-color: #fff;
  box-shadow: 0 min(20px, 1.39vw) min(25px, 1.74vw) rgba(0, 0, 0, 0.25);
  padding: min(40px, 2.78vw);
  border-radius: min(10px, 0.69vw);
  margin: 0 auto;
}

.p5-a-box h2 {
  font-size: min(30px, 2.08vw);
  font-weight: 500;
  color: #0dcaf0;
}

.p5-a-box p {
  font-size: min(18px, 1.25vw);
  margin-top: min(16px, 1.11vw);
}

.p5-a-box p span {
  display: inline-block;
  font-size: min(18px, 1.25vw);
  color: #0dcaf0;
  margin-right: min(10px, 0.69vw);
}

.p5-a-box2 {
  width: min(896px, 62.22vw);
  background: linear-gradient(135deg, #eff6ff 0%, #ecfeff 100%);
  box-shadow: 0 min(20px, 1.39vw) min(25px, 1.74vw) rgba(0, 0, 0, 0.25);
  padding: min(40px, 2.78vw) min(50px, 3.47vw);
  border-radius: min(10px, 0.69vw);
  margin: min(30px, 2.08vw) auto;
}

.p5-a-box2 h3 {
  text-align: center;
  font-size: min(24px, 1.67vw);
  font-weight: 500;
  color: #007bff;
  margin-bottom: min(20px, 1.39vw);
}

.p5-a-box2 table {
  width: 100%;
  border-collapse: collapse;
}

.p5-a-box2 table th,
.p5-a-box2 table td {
  font-size: min(18px, 1.25vw);
  font-weight: 500;
}

.p5-a-box2 table th {
  width: min(250px, 17.36vw);
  color: #fff;
  background-color: #007bff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p5-a-box2 table td {
  color: #000;
  line-height: 1.6;
  background-color: #fff;
  padding: min(15px, 1.04vw) min(40px, 2.78vw) min(15px, 1.04vw)
    min(10px, 0.69vw);
  border-bottom: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}

.p5-a-box2 table td p {
  color: #000;
  line-height: 1.6;
}

.p5-a-box2 table td p:last-child {
  margin-top: min(16px, 1.11vw);
}

.p5-a-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(15px, 1.04vw);
  margin-top: min(20px, 1.39vw);
}

.p5-a-link h4 {
  font-size: min(18px, 1.25vw);
  font-weight: 500;
  color: #364153;
}

.p5-a-link span {
  display: inline-block;
  font-size: min(18px, 1.25vw);
  color: #fff;
  padding: min(12px, 0.83vw) min(30px, 2.08vw);
  border-radius: min(10px, 0.69vw);
}

.p5-a-link span:first-of-type {
  background-color: #0dcaf0;
}

.p5-a-link span:last-child {
  background-color: #007bff;
}

/* お問い合わせ */
/* p6-a */
.p6-a-container {
  background-image: url(../image/p6-img2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: min(40px, 2.78vw) 0;
}

.p6-a-p {
  width: min(1024px, 71.11vw);
  text-align: center;
  margin: 0 auto;
}

.p6-a-p p {
  font-size: min(18px, 1.25vw);
  line-height: 1.6;
}

.p6-a-box {
  display: flex;
  justify-content: center;
  gap: min(25px, 1.74vw);
  margin-top: min(30px, 2.08vw);
}

.p6-a-item {
  width: min(325px, 22.57vw);
  height: min(204px, 14.17vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(15px, 1.04vw);
  background-color: #fff;
  box-shadow: 0 min(4px, 0.28vw) min(6px, 0.42vw) rgba(0, 0, 0, 0.1);
  border-radius: min(10px, 0.69vw);
}

.p6-a-img {
  width: min(64px, 4.44vw);
  height: min(64px, 4.44vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0dcaf0;
  border-radius: 50%;
}

.p6-a-img img {
  width: min(28px, 1.94vw);
  height: auto;
}

.p6-a-text {
  text-align: center;
}

.p6-a-text h3 {
  font-size: min(18px, 1.25vw);
  font-weight: 500;
}

.p6-a-text p {
  font-size: min(16px, 1.11vw);
  margin-top: min(10px, 0.69vw);
}

/* p6-b */
.p6-b-container {
  background-color: #fff;
  padding: min(50px, 3.47vw) 0 min(100px, 6.94vw);
}

.p6-b-box {
  width: min(672px, 46.67vw);
  margin: 0 auto;
}

.p6-b-title {
  text-align: center;
}

.p6-b-title h3 {
  font-size: min(30px, 2.08vw);
  font-weight: 500;
  color: #0dcaf0;
}

.p6-b-item {
  margin-top: min(30px, 2.08vw);
}

.contact-table {
  width: 100%;
  border-collapse: collapse;
}

.wpcf7-list-item label input {
  width: min(13px, 0.9vw);
  height: min(13px, 0.9vw);
}

.wpcf7-list-item-label {
  font-size: min(16px, 1.11vw);
}

.contact-table th,
.contact-table td {
  display: block;
  width: 100%;
}

.contact-table th {
  font-size: min(16px, 1.11vw);
  font-weight: bold;
  margin-bottom: min(15px, 1.04vw);
  color: #1f2937;
  text-align: left;
}

.contact-table tr {
  display: block;
  margin-bottom: min(40px, 2.78vw);
}

.required {
  color: #ff0000;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.contact-table input[type="text"],
.contact-table input[type="tel"],
.contact-table input[type="email"],
.contact-table textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: min(12px, 0.83vw);
  padding: min(16px, 1.11vw);
  font-size: min(16px, 1.11vw);
  background: #fff;
}

.contact-table textarea {
  height: min(220px, 15.28vw);
  resize: vertical;
}

.contact-table .wpcf7-list-item {
  display: block;
  margin: 0 0 min(10px, 0.69vw);
}

.contact-submit {
  position: relative;
  width: fit-content;
  margin: min(60px, 4.17vw) auto 0;
}

.contact-submit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: min(40px, 2.78vw);
  transform: translateY(-50%);
  width: min(20px, 1.39vw);
  height: min(20px, 1.39vw);
  background-image: url(../image/part17.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}

.contact-submit .wpcf7-submit {
  width: min(196px, 13.61vw);
  height: min(60px, 4.17vw);
  padding-left: min(25px, 1.74vw);
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: min(10px, 0.69vw);
  font-size: min(18px, 1.25vw);
  cursor: pointer;
}

.contact-submit .wpcf7-submit:hover {
  opacity: 0.7;
}

.wpcf7-spinner {
  display: none;
}

/* 下層共通 */
.sub-v-box {
  position: relative;
}

.sub-v-img {
  width: 100%;
  height: auto;
}

.sub-v-title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.sub-v-title h1 {
  font-size: min(48px, 3.33vw);
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}

.sub-v-title p {
  font-size: min(20px, 1.39vw);
  color: #fff;
  line-height: 1.5;
}

/* フッター */
.footer-box {
  text-align: center;
  background-image: url(../image/top-back2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: min(80px, 5.56vw) 0;
}

.footer-title h2 {
  font-size: min(36px, 2.5vw);
  font-weight: 500;
  color: #fff;
}

.footer-text {
  width: min(896px, 62.22vw);
  margin: min(30px, 2.08vw) auto 0;
}

.footer-text p {
  font-size: min(18px, 1.25vw);
  color: #fff;
  line-height: 1.6;
}

.footer-text p:last-child {
  margin-top: min(15px, 1.04vw);
}

.footer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(15px, 1.04vw);
  margin-top: min(50px, 3.47vw);
}

.footer-link a {
  display: inline-block;
  font-size: min(18px, 1.25vw);
  background-color: #fff;
  padding: min(12px, 0.83vw) min(33px, 2.29vw);
  border-radius: min(10px, 0.69vw);
}

.footer-link a:first-child {
  color: #0dcaf0;
}

.footer-link a:last-child {
  color: #007bff;
}

.footer-box2 {
  display: flex;
  gap: min(256px, 17.78vw);
  background-color: #f3f4f6;
  padding: min(30px, 2.08vw) min(40px, 2.78vw);
}

.footer-title2 h3 {
  font-size: min(20px, 1.39vw);
  color: #0dcaf0;
}

.footer-p2 {
  display: flex;
  align-items: center;
  gap: min(10px, 0.69vw);
  margin-top: min(16px, 1.11vw);
}

.footer-p2 span {
  font-size: min(14px, 0.97vw);
  color: #4a5565;
}

.footer-p2 img {
  width: min(18px, 1.25vw);
}

.footer-nav h3 {
  font-size: min(20px, 1.39vw);
}

.footer-nav ul {
  display: flex;
  align-items: center;
  gap: min(80px, 5.56vw);
  margin-top: min(16px, 1.11vw);
}

.footer-nav ul li a {
  font-size: min(14px, 0.97vw);
  color: #4a5565;
}

.footer-nav ul li a:hover {
  color: #0dcaf0;
}

.copy-right {
  text-align: center;
  padding: min(25px, 1.74vw) 0;
  border-top: 1px solid #d1d5dc;
}

.copy-right p {
  font-size: min(14px, 0.97vw);
  color: #6a7282;
  line-height: 1.5;
}

/* お知らせ内容 1100で可変 */
.single-container {
  width: 100%;
  padding: min(60px, 5.45vw) 0;
}

.single-box {
  width: min(1000px, 90.91vw);
  margin: 0 auto;
}

.single-title {
  font-size: min(32px, 2.91vw);
  font-weight: 600;
  margin-bottom: min(30px, 2.73vw);
  line-height: 1.4;
}

.single-img {
  width: 100%;
  max-width: min(600px, 54.55vw);
  margin-bottom: min(40px, 3.64vw);
}

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

.single-content {
  font-size: min(16px, 1.45vw);
  line-height: 1.8;
  color: #333;
}

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

@media screen and (max-width: 767px) {
  /* 全体 */
  #header,
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* ヘッダー */
  .sp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    display: block;
  }

  .sp-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 15px;
  }

  .sp-header-logo img {
    width: 164px;
  }

  /* ハンバーガーボタン */
  .sp-menu-btn {
    position: relative;
    width: 43px;
    height: 43px;
    background: transparent;
    border: none;
    z-index: 1000;
  }

  .sp-menu-btn span {
    position: absolute;
    left: 50%;
    width: 18px;
    height: 2px;
    background-color: #000;
    transform: translateX(-50%);
    transition: 0.3s;
  }

  .sp-menu-btn span:nth-child(1) {
    top: 14px;
  }

  .sp-menu-btn span:nth-child(2) {
    top: 21px;
  }

  .sp-menu-btn span:nth-child(3) {
    top: 28px;
  }

  .sp-menu-btn.is-active span:nth-child(1) {
    top: 21px;
    transform: translateX(-50%) rotate(45deg);
  }

  .sp-menu-btn.is-active span:nth-child(2) {
    opacity: 0;
  }

  .sp-menu-btn.is-active span:nth-child(3) {
    top: 21px;
    transform: translateX(-50%) rotate(-45deg);
  }

  /* 全画面メニュー */
  .sp-header-nav {
    position: fixed;
    top: 80px;
    right: -100%;
    width: 100%;
    height: 382px;
    background-color: #fff;
    transition: 0.4s;
    display: flex;
    z-index: 999;
    padding: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .sp-header-nav.is-active {
    right: 0;
  }

  .sp-nav-list {
    display: flex;
    flex-direction: column;
  }

  .sp-nav-list li {
    margin: 7px 0;
  }

  .sp-nav-list li a {
    display: flex;
    flex-direction: column;
    color: #364153;
    text-decoration: none;
    font-size: 16px;
  }

  /* トップ */
  .main-v {
    position: relative;
    width: 100%;
    height: 573px;
    overflow: hidden;
  }

  .main-v-slider {
    position: absolute;
    inset: 0;
  }

  .slide-img {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .slide-img.is-active {
    opacity: 1;
  }

  .slide1 {
    background-image: url(../image/top-img1.png);
  }

  .slide2 {
    background-image: url(../image/top-img2.png);
  }

  .slide3 {
    background-image: url(../image/top-img3.png);
  }

  .main-v-container {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
  }

  .main-v-title {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .main-v-title h1 {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    white-space: nowrap;
  }

  /* p1-a */
  .p1-a-container {
    background-image: url(../image/top-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
  }

  .p1-a-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
  }

  .p1-a-img {
    max-width: 400px;
    width: 100%;
  }

  .p1-a-img img {
    border-radius: 10px;
  }

  .p1-a-item {
    width: 100%;
  }

  .p1-a .p1-h2-title span {
    font-size: 24px;
    color: #0dcaf0;
  }

  .p1-a-text {
    margin-top: 20px;
  }

  .p1-a-text p {
    font-size: 16px;
    line-height: 1.8;
  }

  .p1-a-text p:nth-of-type(2) {
    margin: 16px 0;
  }

  /* p1-b */
  .p1-b-container {
    background-color: #fff;
    padding: 60px 0;
  }

  .p1-b .p1-h2-title {
    text-align: center;
  }

  .p1-b-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0 auto;
  }

  .p1-b-item {
    max-width: 400px;
    width: 100%;
    margin-top: 42px;
  }

  .p1-b-number {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 50px;
  }

  .p1-b-number span {
    position: relative;
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 10px;
  }

  .p1-b-number span::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -24px;
    width: 34px;
    height: 31px;
    background-image: url(../image/part3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .p1-b-number img {
    width: 98px;
    height: auto;
  }

  .p1-b-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 10px auto;
  }

  .p1-b-title img {
    width: 40px;
    height: auto;
  }

  .p1-b-title h3 {
    font-size: 20px;
    color: #007bff;
  }

  .p1-b-text {
    text-align: center;
    padding-top: 0;
    border-top: none;
  }

  .p1-b-text p {
    font-size: 16px;
    line-height: 1.5;
  }

  .p1-b-img {
    width: 100%;
    margin-top: 20px;
  }

  /* p1-c */
  .p1-c-container {
    background-color: #e8f6ff;
    padding: 60px 0;
  }

  .p1-c .p1-h2-title {
    text-align: center;
  }

  .p1-c-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin: 72px auto 0;
  }

  .p1-c-box.reverce {
    flex-direction: column;
  }

  .p1-c-img {
    max-width: 400px;
    width: 100%;
  }

  .p1-c-item {
    width: 100%;
  }

  .p1-c-item h3 {
    font-size: 24px;
    color: #007bff;
  }

  .p1-c-item p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
  }

  .p1-c-item a {
    width: 156px;
    height: 48px;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #0dcaf0;
    border-radius: 10px;
    margin-top: 20px;
  }

  .p1-c-item a img {
    width: 20px;
    height: auto;
  }

  /* p1-d */
  .p1-d-container {
    background-color: #fff;
    padding: 60px 0;
  }

  .p1-d-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin: 0 auto;
  }

  .p1-d-img {
    max-width: 400px;
    width: 100%;
  }

  .p1-d-img img {
    border-radius: 10px;
  }

  .p1-d-item {
    width: 100%;
  }

  .p1-d .p1-h2-title span {
    display: inline-block;
    font-size: 16px;
    padding-top: 20px;
  }

  .p1-d-span-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
  }

  .p1-d-span-box span {
    font-size: 16px;
    color: #fff;
    background: linear-gradient(to bottom, #0dcaf0 0%, #007bff 100%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 12px 24px;
    border-radius: 50px;
  }

  .p1-d-item p {
    font-size: 12px;
    color: #4a5565;
    margin-top: 24px;
  }

  /* p1-e */
  .p1-e-container {
    background-color: #f0f9ff;
    padding: 60px 0;
  }

  .p1-e-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin: 0 auto;
  }

  .p1-e-item {
    max-width: 400px;
    width: 100%;
  }

  .p1-e .p1-h2-title span {
    color: #0dcaf0;
  }

  .p1-e-table {
    margin: 30px 24px 0;
  }

  .p1-e-table table {
    width: 100%;
    border-collapse: collapse;
  }

  .p1-e-table table th,
  .p1-e-table table td {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #364153;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .p1-e-table table tr:last-child th,
  .p1-e-table table tr:last-child td {
    border-bottom: none;
  }

  .p1-e-table table th {
    width: 128px;
  }

  .p1-e-table table td {
    word-break: break-all;
  }

  .p1-e .p1-e-link a {
    margin: 30px auto 0;
  }

  .p1-e-link a {
    width: 204px;
    height: 48px;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #007bff;
    border-radius: 10px;
  }

  .p1-e-link a img {
    width: 20px;
    height: auto;
  }

  .p1-e-img {
    max-width: 400px;
    width: 100%;
  }

  /* p1-f */
  .p1-f-container {
    background-color: #fff;
    padding: 60px 0;
  }

  .p1-f-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin: 0 auto;
  }

  .p1-f-img {
    max-width: 400px;
    width: 100%;
  }

  .p1-f-item {
    width: 100%;
  }

  .p1-f .p1-h2-title span {
    color: #0dcaf0;
  }

  .p1-f-text {
    margin-top: 22px;
  }

  .p1-f-text p {
    font-size: 16px;
    line-height: 1.6;
  }

  .p1-f-text p:nth-of-type(2) {
    margin: 16px 0;
  }

  .p1-f .p1-e-link a {
    margin-top: 16px;
  }

  /* トップ共通 */
  .p1-h2-title h2 {
    font-size: 30px;
    color: #0dcaf0;
  }

  .p1-h2-title span {
    font-size: 18px;
    color: #4a5565;
    padding-top: 0;
  }

  /* 業務内容 */
  /* p2-a */
  .p2-a-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    background-color: #fff;
    padding: 40px 0;
  }

  .p2-a-box:first-child {
    padding: 40px 0;
  }

  .p2-a-box:nth-of-type(2),
  .p2-a-box:nth-of-type(4) {
    background-color: #f0f9ff;
  }

  .p2-a-box.reverse {
    flex-direction: column;
  }

  .p2-a-img {
    max-width: 400px;
    width: 92%;
  }

  .p2-a-item {
    width: 92%;
    margin: 0 auto;
  }

  .p2-a-text h2 {
    font-size: 24px;
    font-weight: 500;
    color: #0dcaf0;
  }

  .p2-a-text p {
    font-size: 16px;
    margin-top: 16px;
  }

  .p2-a-list-box {
    margin-top: 16px;
  }

  .p2-a-list-box h3 {
    font-size: 20px;
    font-weight: 500;
    color: #007bff;
  }

  .p2-a-list {
    margin-top: 16px;
  }

  .p2-a-list h4 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
  }

  .p2-a-list ul {
    margin-top: 16px;
  }

  .p2-a-list ul li {
    font-size: 16px;
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
  }

  .p2-a-list ul li:last-child {
    margin-bottom: 0;
  }

  .p2-a-list ul li span {
    font-size: 16px;
    color: #0dcaf0;
  }

  .p2-a-text2 {
    background-color: #eff6ff;
    padding: 14px;
    border-radius: 10px;
    margin-top: 16px;
  }

  .p2-a-text2 p {
    font-size: 16px;
    line-height: 1.6;
  }

  /* 会社概要 */
  /* p3-a */
  .p3-a-container {
    background-image: url(../image/p3-img2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
  }

  .p3-a-box {
    width: 92%;
    text-align: center;
    margin: 0 auto;
  }

  .p3-a-box h2 {
    font-size: 24px;
    font-weight: 500;
    color: #0dcaf0;
    line-height: 1.6;
  }

  .p3-a-box p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 16px;
  }

  /* p3-b */
  .p3-b-container {
    background-color: #fff;
    padding: 60px 0;
  }

  .p3-b-box {
    width: 92%;
    background-color: #fff;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto;
  }

  .p3-b-table table {
    width: 100%;
    border-collapse: collapse;
  }

  .p3-b-table table th,
  .p3-b-table table td {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #364153;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .p3-b-table table th {
    width: 128px;
    vertical-align: top;
  }

  .p3-b-table table td {
    word-break: break-all;
  }

  .p3-b-table table th span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #0dcaf0;
    padding: 5px 10px;
    border-radius: 10px;
  }

  .p3-b-box2 {
    width: 92%;
    background-color: #f9fafb;
    margin: 70px auto 0;
  }

  .p3-b-box2 h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #0dcaf0;
  }

  .p3-b-map {
    background-color: #fff;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
  }

  .p3-b-map iframe {
    width: 100%;
    height: 300px;
  }

  .p3-b-map p {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
  }

  /* 施工事例 */
  /* p4-a */
  .p4-a-container {
    background-image: url(../image/p4-img2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
  }

  .p4-a-box {
    width: 92%;
    background-color: #fff;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto;
  }

  .p4-a-img {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0dcaf0;
    border-radius: 50%;
    margin: 0 auto;
  }

  .p4-a-img img {
    width: 38px;
    height: auto;
  }

  .p4-a-text {
    text-align: center;
    margin-top: 16px;
  }

  .p4-a-text h3 {
    font-size: 24px;
    font-weight: 500;
  }

  .p4-a-text p {
    font-size: 16px;
    color: #4a5565;
    line-height: 1.6;
    margin-top: 10px;
  }

  .p4-a-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 16px;
  }

  .p4-a-item a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
  }

  .p4-a-item a:first-child span {
    background-color: #0dcaf0;
  }

  .p4-a-item a:last-child span {
    background-color: #007bff;
  }

  /* 採用情報 */
  /* p5-a */
  .p5-a-container {
    background-image: url(../image/p5-img2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 60px 0;
  }

  .p5-a-box {
    width: 92%;
    background-color: #fff;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto;
  }

  .p5-a-box h2 {
    font-size: 24px;
    font-weight: 500;
    color: #0dcaf0;
  }

  .p5-a-box p {
    font-size: 16px;
    margin-top: 16px;
  }

  .p5-a-box p span {
    display: inline-block;
    font-size: 16px;
    color: #0dcaf0;
    margin-right: 10px;
  }

  .p5-a-box2 {
    width: 92%;
    background: linear-gradient(135deg, #eff6ff 0%, #ecfeff 100%);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.25);
    padding: 20px 10px;
    border-radius: 10px;
    margin: 30px auto;
  }

  .p5-a-box2 h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #007bff;
    margin-bottom: 20px;
  }

  .p5-a-box2 table {
    width: 100%;
    border-collapse: collapse;
  }

  .p5-a-box2 table th,
  .p5-a-box2 table td {
    font-size: 14px;
    font-weight: 500;
  }

  .p5-a-box2 table th {
    width: 120px;
    color: #fff;
    background-color: #007bff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .p5-a-box2 table td {
    color: #000;
    line-height: 1.6;
    background-color: #fff;
    padding: 5px;
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
  }

  .p5-a-box2 table td p {
    color: #000;
    line-height: 1.6;
  }

  .p5-a-box2 table td p:last-child {
    margin-top: 16px;
  }

  .p5-a-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
  }

  .p5-a-link h4 {
    font-size: 16px;
    font-weight: 500;
    color: #364153;
  }

  .p5-a-link span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
  }

  .p5-a-link span:first-of-type {
    background-color: #0dcaf0;
  }

  .p5-a-link span:last-child {
    background-color: #007bff;
  }

  /* お問い合わせ */
  /* p6-a */
  .p6-a-container {
    background-image: url(../image/p6-img2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
  }

  .p6-a-p {
    width: 92%;
    text-align: center;
    margin: 0 auto;
  }

  .p6-a-p p {
    font-size: 16px;
    line-height: 1.6;
  }

  .p6-a-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 30px auto 0;
  }

  .p6-a-item {
    width: 325px;
    height: 204px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }

  .p6-a-img {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0dcaf0;
    border-radius: 50%;
  }

  .p6-a-img img {
    width: 28px;
    height: auto;
  }

  .p6-a-text {
    text-align: center;
  }

  .p6-a-text h3 {
    font-size: 18px;
    font-weight: 500;
  }

  .p6-a-text p {
    font-size: 16px;
    margin-top: 10px;
  }

  /* p6-b */
  .p6-b-container {
    background-color: #fff;
    padding: 60px 0;
  }

  .p6-b-box {
    width: 92%;
    margin: 0 auto;
  }

  .p6-b-title {
    text-align: center;
  }

  .p6-b-title h3 {
    font-size: 24px;
    font-weight: 500;
    color: #0dcaf0;
  }

  .p6-b-item {
    margin-top: 30px;
  }

  .contact-table {
    width: 100%;
    border-collapse: collapse;
  }

  .wpcf7-list-item label input {
    width: 13px;
    height: 13px;
  }

  .wpcf7-list-item-label {
    font-size: 16px;
  }

  .contact-table th,
  .contact-table td {
    display: block;
    width: 100%;
  }

  .contact-table th {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1f2937;
    text-align: left;
  }

  .contact-table tr {
    display: block;
    margin-bottom: 40px;
  }

  .required {
    color: #ff0000;
  }

  .wpcf7-form input::placeholder,
  .wpcf7-form textarea::placeholder {
    color: rgba(51, 51, 51, 0.5);
  }

  .contact-table input[type="text"],
  .contact-table input[type="tel"],
  .contact-table input[type="email"],
  .contact-table textarea {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 16px;
    font-size: 16px;
    background: #fff;
  }

  .contact-table textarea {
    height: 220px;
    resize: vertical;
  }

  .contact-table .wpcf7-list-item {
    display: block;
    margin: 0 0 10px;
  }

  .contact-submit {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }

  .contact-submit::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(../image/part17.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
    pointer-events: none;
  }

  .contact-submit .wpcf7-submit {
    width: 150px;
    height: 50px;
    padding-left: 25px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
  }

  .contact-submit .wpcf7-submit:hover {
    opacity: 0.7;
  }

  /* 下層共通 */
  .sub-v-box {
    position: relative;
  }

  .sub-v-img {
    width: 100%;
    height: auto;
  }

  .sub-v-title {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
  }

  .sub-v-title h1 {
    font-size: min(48px, 3.33vw);
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
  }

  .sub-v-title p {
    font-size: min(20px, 1.39vw);
    color: #fff;
    line-height: 1.5;
  }

  /* フッター */
  .footer-container {
    margin-bottom: 60px;
  }

  .footer-box {
    text-align: center;
    background-image: url(../image/top-back2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
  }

  .footer-title h2 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
  }

  .footer-text {
    width: 92%;
    margin: 67px auto 0;
  }

  .footer-text p {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
  }

  .footer-text p:last-child {
    margin-top: 15px;
  }

  .footer-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 50px;
  }

  .footer-link a {
    display: inline-block;
    font-size: 18px;
    background-color: #fff;
    padding: 12px 33px;
    border-radius: 10px;
  }

  .footer-link a:first-child {
    color: #0dcaf0;
  }

  .footer-link a:last-child {
    color: #007bff;
  }

  .footer-box2 {
    display: flex;
    flex-direction: column;
    gap: 11px;
    background-color: #f3f4f6;
    padding: 32px 0 10px;
  }

  .footer-item2 {
    width: 92%;
    margin: 0 auto;
  }

  .footer-title2 h3 {
    font-size: 20px;
    color: #0dcaf0;
  }

  .footer-p2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
  }

  .footer-p2 span {
    font-size: 14px;
    color: #4a5565;
  }

  .footer-p2 img {
    width: 18px;
  }

  .footer-nav {
    width: 92%;
    margin: 0 auto;
  }

  .footer-nav h3 {
    font-size: 20px;
  }

  .footer-nav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 16px;
  }

  .footer-nav ul li a {
    font-size: 14px;
    color: #4a5565;
  }

  .footer-nav ul li a:hover {
    color: #0dcaf0;
  }

  .copy-right {
    text-align: center;
    padding: 25px 0 46px;
    border-top: 1px solid #d1d5dc;
  }

  .copy-right p {
    font-size: 14px;
    color: #6a7282;
    line-height: 1.5;
  }

  .sp-footer {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
  }

  .sp-footer a {
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    border-radius: 10px;
  }

  .sp-footer a:first-child {
    background-color: #0dcaf0;
  }

  .sp-footer a:last-child {
    background-color: #007bff;
  }

  .sp-footer a img {
    width: 18px;
    height: auto;
  }

  /* お知らせ内容 1100で可変 */
  .single-container {
    width: 100%;
    padding: 40px 0;
  }

  .single-box {
    width: 94%;
    margin: 0 auto;
  }

  .single-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .single-img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }

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

  .single-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
  }

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