@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,
p,
a,
li,
th,
td,
span {
  font-family: "Onest", sans-serif;
  letter-spacing: 0.05em;
}

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 {
  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);
}

/* ヘッダー 1350 */
#header {
  width: 100%;
  height: min(90px, 6.67vw);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}

.header-container {
  padding-left: min(25px, 1.85vw);
}

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

.header-logo {
  width: min(350px, 25.93vw);
}

.header-link {
  display: flex;
}

.header-tel a {
  width: min(90px, 6.67vw);
  height: min(90px, 6.67vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d9d9d9;
  border-radius: 0 0 0 20px;
}

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

.header-nav {
  width: min(90px, 6.67vw);
  height: min(90px, 6.67vw);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00ad26;
}

.header-nav:hover {
  opacity: 0.8;
}

.header-nav span {
  font-size: clamp(9px, 1.04vw, 14px);
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
}

.header-menu {
  position: fixed;
  top: min(90px, 6.67vw);
  right: max(-720px, -53.33vw);
  width: min(720px, 53.33vw);
  height: min(320px, 23.7vw);
  background: rgba(255, 255, 255, 0.8);
  transition: right 0.6s ease;
  padding: min(50px, 3.7vw) min(70px, 5.19vw) 0;
}

.header-menu.is-active {
  right: 0;
}

.header-menu ul {
  display: grid;
  grid-template-columns: repeat(2, min(250px, 18.52vw));
  justify-content: space-between;
}

.header-menu ul li {
  margin-bottom: min(25px, 1.85vw);
}

.header-menu ul li span {
  width: 100%;
  font-size: min(18px, 1.33vw);
  font-weight: bold;
  display: inline-block;
  padding-bottom: min(25px, 1.85vw);
}

/* トップ */
/* 1350 */
.main-v {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: min(100px, 7.41vw);
}

.main-v-container {
  width: 86.46vw;
  height: 47.22vw;
  display: flex;
  align-items: center;
  background:
    url(../image/top-back4.png) no-repeat left min(110px, 8.15vw) center /
      min(400px, 29.63vw) min(400px, 29.63vw),
    url(../image/top-img1.png) no-repeat center / cover;
  border-radius: 0 min(40px, 2.96vw) 0 0;
}

.main-v-title {
  margin-left: min(110px, 8.15vw);
}

.main-v-title h1 {
  font-size: clamp(16px, 1.78vw, 24px);
  font-weight: bold;
}

.main-v-nav {
  flex: 1;
}

.main-v-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(60px, 4.44vw);
}

.main-v-nav ul li a {
  font-size: clamp(9px, 1.04vw, 14px);
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}

/* 1350 */
.p1-a-container {
  display: flex;
  justify-content: flex-end;
  padding-top: min(100px, 7.41vw);
}

.p1-a-box {
  width: 92.5vw;
  display: flex;
  align-items: center;
  gap: min(118px, 8.74vw);
  box-shadow: 0 min(4px, 0.3vw) min(40px, 2.96vw) rgba(0, 0, 0, 0.1);
  padding: min(90px, 6.67vw) min(134px, 9.93vw);
  border-radius: min(50px, 3.7vw) 0 0 min(50px, 3.7vw);
}

.p1-a-title h2 {
  font-size: clamp(9px, 4.74vw, 64px);
  font-weight: 500;
}

.p1-a-title span {
  font-size: clamp(9px, 1.33vw, 18px);
  color: #d9d9d9;
  letter-spacing: 0.1em;
}

.p1-a-news {
  width: 100%;
  max-height: min(192px, 14.22vw);
  overflow-y: auto;
}

.news-item {
  width: 100%;
  padding-top: min(25px, 1.85vw);
  padding-bottom: min(25px, 1.85vw);
  border-bottom: 1px solid #000;
}

.news-item:first-child {
  padding-top: 0;
}

.news-item a {
  display: flex;
  gap: min(100px, 7.41vw);
  align-items: center;
}

.news-date {
  font-size: clamp(9px, 1.19vw, 16px);
  color: #d9d9d9;
}

.news-title {
  font-size: clamp(9px, 1.19vw, 16px);
}

/* 1350 */
.p1-b {
  background-image: url(../image/top-back1.png), url(../image/top-back2.png);
  background-repeat: no-repeat;
  background-size:
    min(626px, 43.47vw) min(1000px, 69.44vw),
    min(665px, 46.18vw) auto;
  background-position:
    left top min(306px, 21.25vw),
    right bottom min(100px, 6.94vw);
}

.p1-b-container {
  width: min(1280px, 94.81vw);
  position: relative;
  margin: min(100px, 7.41vw) auto 0;
}

.p1-b-title {
  position: absolute;
  top: 0;
  left: max(-35px, -2.43vw);
  z-index: 10;
}

.p1-b-title h2 {
  font-size: clamp(9px, 18.96vw, 256px);
  background: linear-gradient(
    to bottom,
    #00ad26 0%,
    rgba(0, 173, 38, 0.6) 30%,
    rgba(200, 255, 210, 0.6) 60%,
    rgba(255, 255, 255, 0.3) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.p1-b-box {
  display: flex;
  justify-content: center;
  padding-top: min(158px, 11.7vw);
}

.p1-b-item {
  padding-top: min(148px, 10.96vw);
}

.p1-b-h3 h3 {
  font-size: clamp(9px, 3.56vw, 48px);
  font-weight: 500;
  color: #00ad26;
  letter-spacing: 0.1em;
}

.p1-b-text {
  width: min(468px, 34.67vw);
  padding-top: min(45px, 3.33vw);
  padding-bottom: min(45px, 3.33vw);
}

.p1-b-text p {
  font-size: clamp(9px, 1.19vw, 16px);
  line-height: 1.8;
}

.p1-b-img-box {
  display: flex;
  align-items: flex-end;
  margin-left: max(-50px, -3.7vw);
}

.p1-b-img1 {
  width: min(460px, 34.07vw);
  margin-bottom: min(25px, 1.85vw);
}

.p1-b-img2 {
  width: min(180px, 13.33vw);
  position: relative;
  z-index: 10;
  margin-right: max(-26px, -1.93vw);
}

/* 1350 */
.p1-c-container {
  padding-top: min(200px, 14.81vw);
  padding-bottom: min(322px, 23.85vw);
}

.p1-c-box {
  width: min(1280px, 94.81vw);
  margin: 0 auto;
}

.p1-c-item {
  width: min(1035px, 76.67vw);
  margin-left: auto;
}

.p1-c-title h2 {
  font-size: clamp(9px, 10.37vw, 140px);
  color: #bfc1b0;
}

.p1-c-title p {
  font-size: clamp(9px, 1.78vw, 24px);
}

.p1-c-text {
  padding-top: min(50px, 3.7vw);
}

.p1-c-text p {
  font-size: clamp(9px, 1.19vw, 16px);
  line-height: 1.8;
}

.p1-c-link-box {
  width: min(1050px, 77.78vw);
  display: grid;
  grid-template-columns: repeat(2, min(500px, 37.04vw));
  gap: min(50px, 3.7vw);
  margin: min(80px, 5.93vw) auto 0;
}

.p1-c-link a {
  width: min(500px, 37.04vw);
  height: min(128px, 9.48vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0 min(23px, 1.7vw);
  border: 1px solid #62d300;
}

.p1-c-link a img:first-child {
  width: min(48px, 3.56vw);
  height: auto;
}

.p1-c-link a img:last-child {
  width: min(24px, 1.78vw);
  height: auto;
}

.p1-c-link a span {
  font-size: clamp(9px, 1.78vw, 24px);
  font-weight: bold;
}

/* 1350 */
.marqueer {
  overflow: hidden;
}

.marqueer ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: max-content;
}

.marqueer ul li {
  list-style: none;
  width: min(550px, 40.74vw);
}

.marqueer img {
  display: block;
  width: 100%;
}

/* 1350 */
.p1-e-container {
  padding: min(150px, 11.11vw) 0;
}

.p1-e-box {
  width: min(1240px, 91.85vw);
  margin: 0 auto;
}

.p1-e-title {
  text-align: center;
}

.p1-e-title h2 {
  font-size: clamp(9px, 9.48vw, 128px);
  background: linear-gradient(
    to bottom,
    #00ad26 0%,
    rgba(0, 173, 38, 0.6) 30%,
    rgba(200, 255, 210, 0.6) 60%,
    rgba(255, 255, 255, 0.4) 80%,
    rgba(255, 255, 255, 0.2) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.p1-e-item {
  display: flex;
  justify-content: space-between;
  margin-top: min(60px, 4.44vw);
}

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

.p1-e-text {
  width: min(540px, 40vw);
}

.p1-e-text h3 {
  font-size: clamp(9px, 1.78vw, 24px);
  color: #00ad26;
}

.p1-e-text p {
  font-size: clamp(9px, 1.19vw, 16px);
  line-height: 2;
  padding: min(50px, 3.7vw) 0;
}

/* ビル清掃・管理 */
/* 1350 */
.p2-a {
  background: url(../image/p2-back1.png) no-repeat left bottom /
    min(500px, 37.04vw) min(500px, 37.04vw);
}

.p2-a-container {
  padding: min(100px, 7.41vw) 0 min(150px, 11.11vw);
}

.p2-a-box {
  width: min(1120px, 82.96vw);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.p2-a-item {
  width: min(605px, 44.81vw);
  padding-top: min(158px, 11.7vw);
}

.p2-a-title h2 {
  font-size: clamp(9px, 2.67vw, 36px);
  color: #00ad26;
  line-height: 1.8;
}

.p2-a-text {
  padding-top: min(47px, 3.48vw);
}

.p2-a-text p {
  font-size: clamp(9px, 1.33vw, 18px);
  line-height: 1.8;
}

.p2-a-img-box {
  display: flex;
  align-items: flex-end;
  gap: min(50px, 3.7vw);
  margin-left: max(-180px, -13.33vw);
}

.p2-a-img1 {
  width: min(460px, 34.07vw);
}

.p2-a-img2 {
  width: min(180px, 13.33vw);
}

/* 1350 */
.p2-b-container {
  width: min(1120px, 82.96vw);
  margin: 0 auto;
}

.p2-b-title {
  display: flex;
  align-items: center;
  gap: min(35px, 2.59vw);
  padding-bottom: min(40px, 2.96vw);
  border-bottom: 1px solid #000;
}

.p2-b-title img {
  width: min(73px, 5.41vw);
  height: auto;
}

.p2-b-title h2 {
  font-size: clamp(9px, 2.67vw, 36px);
}

.p2-b-text {
  padding-top: min(50px, 3.7vw);
  padding-bottom: min(50px, 3.7vw);
}

.p2-b-text p {
  font-size: clamp(9px, 1.33vw, 18px);
  line-height: 1.8;
}

.p2-b-box2 {
  display: flex;
  justify-content: space-between;
  margin-top: min(100px, 7.41vw);
}

.p2-b-item2 {
  width: min(600px, 44.44vw);
}

.p2-b-title2 {
  display: flex;
  align-items: center;
  gap: min(30px, 2.22vw);
  padding-bottom: min(20px, 1.48vw);
  border-bottom: 1px solid #000;
}

.p2-b-title2 img {
  width: min(20px, 1.48vw);
  height: auto;
}

.p2-b-title2 h3 {
  font-size: clamp(9px, 2.07vw, 28px);
}

.p2-b-text2 {
  padding-top: min(50px, 3.7vw);
}

.p2-b-text2 p {
  font-size: clamp(9px, 1.33vw, 18px);
  line-height: 1.8;
}

.p2-b-img {
  width: min(470px, 34.81vw);
}

.p2-b-box3 {
  text-align: center;
  margin-top: min(127px, 9.41vw);
}

.p2-b-text3 {
  width: min(830px, 61.48vw);
  background-image: url(../image/p2-back2.png), url(../image/p2-back3.png);
  background-repeat: no-repeat;
  background-size: min(200px, 14.81vw) min(200px, 14.81vw);
  background-position:
    left top,
    right top;
  padding: min(23px, 1.7vw) 0 min(27px, 2vw);
  margin: 0 auto;
}

.p2-b-text3 p {
  font-size: clamp(9px, 1.48vw, 20px);
  font-weight: bold;
  line-height: 2;
}

/* 1350 */
.p2-c-container {
  padding: min(100px, 7.41vw) 0;
}

.p2-c-box {
  width: min(1120px, 82.96vw);
  margin: 0 auto;
}

.p2-c-box2 {
  width: min(1280px, 94.81vw);
  display: grid;
  grid-template-columns: repeat(2, min(620px, 45.93vw));
  justify-content: space-between;
  row-gap: min(50px, 3.7vw);
  margin: min(50px, 3.7vw) auto 0;
}

.p2-c-item {
  width: min(620px, 45.93vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: min(5px, 0.37vw);
}

.p2-c-img span {
  display: inline-block;
  font-size: clamp(9px, 1.19vw, 16px);
  color: #00ad26;
  padding: min(5px, 0.37vw) min(40px, 2.96vw);
  border-radius: min(10px, 0.74vw) min(10px, 0.74vw) 0 0;
  border: 1px solid #00ad26;
}

.p2-c-im2 {
  text-align: right;
}

.p2-c-im2 span {
  display: inline-block;
  font-size: clamp(9px, 1.19vw, 16px);
  color: #fff;
  background-color: #00ad26;
  padding: min(5px, 0.37vw) min(40px, 2.96vw);
  border-radius: min(10px, 0.74vw) min(10px, 0.74vw) 0 0;
}

.p2-c-img3 {
  width: min(24px, 1.78vw);
  margin-top: min(30px, 2.22vw);
}

/* 新築美装・石材研磨 */
/* 1350 */
.p3-a-container {
  padding-top: min(100px, 7.41vw);
}

.p3-a-title {
  text-align: center;
}

.p3-a-title h2 {
  font-size: clamp(9px, 2.67vw, 36px);
  color: #00ad26;
  line-height: 1.8;
}

/* 1350 */
.p3-b-container {
  padding-top: min(150px, 11.11vw);
}

/* 1350 */
.p3-d-container {
  padding: min(150px, 11.11vw) 0 min(100px, 7.41vw);
}

.p3-d-box {
  width: min(1120px, 82.96vw);
  display: flex;
  justify-content: space-between;
  box-shadow: 0 min(4px, 0.3vw) min(40px, 2.96vw) rgba(0, 0, 0, 0.15);
  padding: min(75px, 5.56vw) min(70px, 5.19vw);
  border-radius: min(50px, 3.7vw);
  margin: 0 auto;
}

.p3-d-title h2 {
  font-size: clamp(9px, 2.67vw, 36px);
  line-height: 1.5;
}

.p3-d-title p {
  font-size: clamp(9px, 1.19vw, 16px);
}

.p3-d-text p {
  font-size: clamp(9px, 1.33vw, 18px);
  line-height: 2.5;
}

/* 採用情報 */
/* 1350 */
.p4-a {
  background-image: url(../image/p4-back1.png), url(../image/p4-back1.png);
  background-repeat: no-repeat;
  background-size: min(600px, 44.44vw) min(600px, 44.44vw);
  background-position:
    left top,
    right top min(60px, 4.44vw);
}

.p4-a-container {
  padding: min(100px, 7.41vw) 0;
}

.p4-a-title {
  text-align: center;
}

.p4-a-title h2 {
  font-size: clamp(9px, 2.67vw, 36px);
  color: #00ad26;
}

.p4-a-title p {
  font-size: clamp(9px, 1.33vw, 18px);
  line-height: 2.3;
  padding-top: min(50px, 3.7vw);
}

.p4-a-item {
  width: min(976px, 72.3vw);
  padding-top: min(150px, 11.11vw);
  margin: 0 auto;
}

.p4-a-h3 {
  text-align: center;
}

.p4-a-h3 h3 {
  font-size: clamp(9px, 1.78vw, 24px);
  color: #00ad26;
}

.p4-a-table {
  width: 100%;
  padding-top: min(80px, 5.93vw);
}

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

.p4-a-table table tr th,
.p4-a-table table tr td {
  font-size: clamp(9px, 1.04vw, 14px);
  font-weight: bold;
  line-height: 2;
  padding: min(40px, 2.96vw) 0;
  border-bottom: 1px solid #000;
}

.p4-a-table table tr th {
  width: min(266px, 19.7vw);
}

.p4-a-link {
  padding-top: min(100px, 7.41vw);
}

.p4-a-link a {
  width: min(450px, 33.33vw);
  height: min(80px, 5.93vw);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #00ad26;
  border-radius: min(50px, 3.7vw);
  margin: 0 auto;
}

.p4-a-link a::before {
  content: "";
  position: absolute;
  right: min(35px, 2.59vw);
  width: min(12px, 0.89vw);
  height: min(24px, 1.78vw);
  background: url(../image/part2.png) no-repeat center / contain;
}

.p4-a-link a span {
  font-size: clamp(9px, 1.19vw, 16px);
  color: #fff;
}

/* 会社概要 */
/* 1350 */
.p5-a-container {
  padding: min(100px, 7.41vw) 0;
}

.p5-a-box {
  width: min(1120px, 82.96vw);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.p5-a-img {
  width: min(460px, 34.07vw);
}

.p5-a-item {
  width: min(555px, 41.11vw);
  padding-top: min(85px, 6.3vw);
}

.p5-a-title h2 {
  font-size: clamp(9px, 3.56vw, 48px);
  color: #00ad26;
  letter-spacing: 0.1em;
}

.p5-a-text {
  padding-top: min(50px, 3.7vw);
}

.p5-a-text p {
  font-size: clamp(9px, 1.19vw, 16px);
  line-height: 1.8;
}

.p5-a-span {
  text-align: right;
  padding-top: min(60px, 4.44vw);
}

.p5-a-span span {
  font-size: clamp(9px, 1.19vw, 16px);
}

/* 1350 */
.p5-b {
  background-image: url(../image/p5-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p5-b-container {
  padding-bottom: min(50px, 3.7vw);
}

.p5-b-box {
  width: min(1120px, 82.96vw);
  position: relative;
  padding-top: min(175px, 12.96vw);
  margin: 0 auto;
}

.p5-b .p4-a-item {
  padding-top: 0;
}

.p5-b .p4-a-table {
  padding-top: min(110px, 8.15vw);
}

.p5-b-map {
  width: 100%;
  height: min(350px, 25.93vw);
  padding-top: min(50px, 3.7vw);
}

.p5-b-map iframe {
  width: 100%;
  height: 100%;
}

.p5-b-title {
  position: absolute;
  top: min(40px, 2.96vw);
  left: 0;
  z-index: 5;
}

.p5-b-title h2 {
  font-size: clamp(9px, 9.48vw, 128px);
  background: linear-gradient(
    to bottom,
    rgba(233, 245, 223, 1) 0%,
    rgba(233, 245, 223, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* お問い合わせ */
/* 1350 */
.p6-a-container {
  padding-top: min(100px, 7.41vw);
}

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

.p6-a-text p {
  font-size: clamp(9px, 1.33vw, 18px);
  line-height: 2;
  letter-spacing: 0.1em;
}

.p6-a-img {
  width: min(964px, 71.41vw);
  margin: min(30px, 2.22vw) auto 0;
}

/* 1350 */
.p6-b-container {
  padding-top: min(100px, 7.41vw);
}

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

.p6-b-title h2 {
  font-size: clamp(9px, 1.78vw, 24px);
  color: #00ad26;
}

/* 1000 */
.p6-b-item {
  width: min(664px, 66.4vw);
  margin: min(100px, 10vw) auto 0;
}

.form-row {
  display: flex;
  margin-bottom: min(25px, 2.5vw);
}

.form-label {
  width: min(250px, 25vw);
}

.form-label p {
  font-size: clamp(9px, 1.6vw, 16px);
}

.required {
  color: red;
  margin-left: min(10px, 1vw);
}

.form-input {
  flex: 1;
}

.form-input input,
.form-input textarea {
  width: 100%;
  padding: min(15px, 1.5vw);
  border-radius: min(10px, 1vw);
  border: none;
  background: #eee;
  font-size: clamp(9px, 1.6vw, 16px);
}

.form-input input {
  height: min(40px, 4vw);
}

.form-input textarea {
  height: min(200px, 20vw);
  resize: none;
}

.form-input .wpcf7-checkbox {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.wpcf7-list-item {
  margin: 0 min(15px, 1.5vw) 0 0;
  white-space: nowrap;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: min(10px, 1vw);
}

.wpcf7-list-item span {
  display: flex;
  align-items: center;
  gap: min(5px, 0.5vw);
  font-size: clamp(9px, 1.4vw, 14px);
  position: relative;
}

.wpcf7-list-item input[type="checkbox"] {
  display: none;
}

.wpcf7-list-item span::before {
  content: "";
  width: min(14px, 1.4vw);
  height: min(14px, 1.4vw);
  border: 1px solid #000;
  display: inline-block;
}

.wpcf7-list-item input:checked + span::after {
  content: "✔";
  position: absolute;
  left: min(3px, 0.3vw);
  top: max(-1px, -0.1vw);
  font-size: clamp(9px, 1.4vw, 14px);
  color: #00ad26;
}

.form-submit {
  margin-top: min(40px, 4vw);
  text-align: center;
}

.form-submit input[type="submit"] {
  width: min(300px, 30vw);
  height: min(80px, 8vw);
  background: url(../image/p6-img3.png) no-repeat center / contain;
  border: none;
  color: transparent;
  cursor: pointer;
}

.form-submit input[type="submit"]:hover {
  opacity: 0.8;
}

.wpcf7-spinner {
  display: none;
}

/* 1350 */
.p6-c-container {
  width: min(1120px, 82.96vw);
  background-color: #f9f9f9;
  padding: min(30px, 2.22vw);
  margin: min(100px, 7.41vw) auto;
}

.p6-c-box {
  height: min(424px, 31.41vw);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: min(25px, 1.85vw);
}

.p6-c-box::-webkit-scrollbar {
  width: min(4px, 0.3vw);
}

.p6-c-box::-webkit-scrollbar-track {
  background: transparent;
}

.p6-c-box::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: min(10px, 0.74vw);
}

.p6-c-title h2 {
  font-size: clamp(9px, 1.78vw, 24px);
  line-height: 1.8;
}

.p6-c-title p {
  font-size: clamp(9px, 1.19vw, 16px);
  line-height: 2;
}

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

.p6-c-item span {
  font-size: clamp(9px, 1.19vw, 16px);
  color: #ff151b;
  line-height: 2;
}

.p6-c-item p,
.p6-c-item ul li {
  font-size: clamp(9px, 1.19vw, 16px);
  line-height: 2;
}

/* 共通パーツ */
.link-item a {
  width: min(300px, 22.22vw);
  height: min(80px, 5.93vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00ad26;
  position: relative;
  border-radius: min(50px, 3.7vw);
}

.link-item a::before {
  content: "";
  position: absolute;
  right: min(35px, 2.59vw);
  width: min(12px, 0.89vw);
  height: min(24px, 1.78vw);
  background: url(../image/part2.png) no-repeat center / contain;
}

.link-item a span {
  font-size: clamp(9px, 1.19vw, 16px);
  color: #fff;
  letter-spacing: 0.1em;
}

/* 下層共通 */
.sub-v {
  width: 100%;
  margin-top: min(100px, 7.41vw);
}

.sub-v-container {
  width: 100%;
}

.sub-v-box {
  width: 100%;
  position: relative;
}

.sub-v-img {
  width: 86.46vw;
  height: 34.72vw;
  border-radius: 0 min(50px, 3.7vw) 0 0;
}

.sub-v-item {
  width: min(580px, 42.96vw);
  position: absolute;
  right: 0;
  bottom: max(-40px, -2.96vw);
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 min(4px, 0.3vw) min(40px, 2.96vw) rgba(0, 0, 0, 0.1);
  padding: min(45px, 3.33vw) min(50px, 3.7vw);
  border-radius: min(30px, 2.22vw) 0 0 min(30px, 2.22vw);
}

.sub-v-title h1 {
  font-size: clamp(9px, 4.3vw, 58px);
  font-weight: bold;
  color: #e9e7ea;
}

.sub-v-title p {
  font-size: clamp(9px, 1.78vw, 24px);
  font-weight: bold;
  color: #00ad26;
  display: flex;
  align-items: center;
}

.sub-v-title p::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000;
  margin-left: min(30px, 2.22vw);
}

.sub-v-text {
  padding-top: min(20px, 1.48vw);
}

.sub-v-text p {
  font-size: clamp(8px, 1.04vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.sub-item-container {
  padding: min(20px, 1.48vw) 0 min(20px, 1.48vw) min(50px, 3.7vw);
}

.breadcrumb {
  font-size: clamp(9px, 1.04vw, 14px);
  font-weight: bold;
}

.breadcrumb a:first-child:after {
  content: "";
  display: inline-block;
  width: min(29px, 2.15vw);
  height: min(10px, 0.74vw);
  margin: 0 min(10px, 0.74vw);
  background: url(../image/part11.png) no-repeat center / contain;
}

/* フッター */
.footer-box {
  text-align: center;
  background-image: url(../image/top-back3.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7.64vw 0;
}

.footer-title h2 {
  font-size: clamp(9px, 3.41vw, 46px);
  font-weight: 500;
  color: #fff;
}

.footer-title p {
  font-size: clamp(9px, 1.04vw, 14px);
  color: #fff;
}

.footer-text {
  padding-top: min(25px, 1.85vw);
}

.footer-text p {
  font-size: clamp(9px, 1.19vw, 16px);
  font-weight: 200;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.footer-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: min(25px, 1.85vw);
}

.footer-img {
  width: min(343px, 25.41vw);
  height: auto;
  padding-right: min(50px, 3.7vw);
  margin-left: min(100px, 7.41vw);
}

.footer-link {
  padding-left: min(50px, 3.7vw);
  border-left: 1px solid #d9d9d9;
}

.footer-link a {
  width: min(393px, 29.11vw);
  height: min(106px, 7.85vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(20px, 1.48vw);
  background-color: #fff;
  border-radius: min(50px, 3.7vw);
}

.footer-link a img {
  width: min(36px, 2.67vw);
  height: auto;
}

.footer-link a span {
  font-size: clamp(9px, 1.19vw, 16px);
  letter-spacing: 0.1em;
}

.footer-box2 {
  width: min(980px, 72.59vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(100px, 7.41vw) 0 min(50px, 3.7vw);
  margin: 0 auto;
}

.footer-logo img {
  width: min(350px, 25.93vw);
  height: auto;
  padding-bottom: min(47px, 3.48vw);
}

.footer-logo p {
  font-size: clamp(9px, 1.19vw, 16px);
}

.footer-nav ul {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: start;
  gap: min(50px, 3.7vw);
}

.footer-nav ul li a {
  font-size: clamp(9px, 1.04vw, 14px);
  font-weight: bold;
}

.footer-map {
  width: 100%;
  height: min(350px, 25.93vw);
}

.footer-map iframe {
  width: 100%;
  height: 100%;
}

.copy-right {
  text-align: center;
  padding: min(10px, 0.74vw) 0;
}

.copy-right p {
  font-size: clamp(9px, 0.89vw, 12px);
}

/* お知らせ内容 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) {
  /* 全体 */
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* ヘッダー 1350 */
  #header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
  }

  .header-container {
    padding-left: 15px;
  }

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

  .header-logo {
    width: 200px;
  }

  .header-link {
    display: flex;
  }

  .header-tel a {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d9d9d9;
    border-radius: 0 0 0 20px;
  }

  .header-tel img {
    width: 24px;
    height: auto;
  }

  .header-nav {
    width: 70px;
    height: 70px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00ad26;
  }

  .header-nav:hover {
    opacity: 0.8;
  }

  .header-nav span {
    font-size: 14px;
    font-weight: bold;
    font-family: "Noto Sans", sans-serif;
    color: #fff;
  }

  .header-menu {
    position: fixed;
    top: 70px;
    right: -100%;
    width: 100%;
    height: 465px;
    background: rgba(255, 255, 255, 0.95);
    transition: right 0.6s ease;
    padding: 20px 64px 0;
  }

  .header-menu.is-active {
    right: 0;
  }

  .header-menu ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
	
  .header-menu ul li:nth-of-type(2) {
    display: none;
  }

  .header-menu ul li {
    text-align: center;
    margin-bottom: 20px;
  }

  .header-menu ul li span {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 20px;
  }

  .header-menu ul li img {
    max-width: 400px;
    width: 100%;
    height: auto;
  }

  /* トップ */
  /* 1350 */
  .main-v {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 90px;
  }

  .main-v-container {
    width: 95%;
    height: 600px;
    display: flex;
    align-items: center;
    background:
      url(../image/top-back4.png) no-repeat left 5px center / 300px 300px,
      url(../image/top-img1.png) no-repeat center / cover;
    border-radius: 0 30px 0 0;
  }

  .main-v-title {
    margin-left: 15px;
  }

  .main-v-title h1 {
    font-size: 18px;
    line-height: 2;
  }

  .main-v-nav {
    display: none;
  }

  /* 1350 */
  .p1-a-container {
    display: flex;
    justify-content: flex-end;
    padding-top: 50px;
  }

  .p1-a-box {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
    padding: 50px 33px;
    border-radius: 50px 0 0 50px;
  }

  .p1-a-title h2 {
    font-size: 36px;
    font-weight: 500;
  }

  .p1-a-title span {
    font-size: 16px;
    color: #d9d9d9;
    letter-spacing: 0.1em;
  }

  .p1-a-news {
    width: 100%;
    max-height: 376px;
    overflow-y: auto;
  }

  .news-item {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
  }

  .news-item:first-child {
    padding-top: 0;
  }

  .news-item a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .news-date {
    font-size: 16px;
    color: #d9d9d9;
  }

  .news-title {
    font-size: 16px;
  }

  /* 1350 */
  .p1-b {
    background-image: url(../image/top-back1.png), url(../image/top-back2.png);
    background-repeat: no-repeat;
    background-size:
      213px auto,
      213px auto;
    background-position:
      left top 600px,
      right bottom 50px;
  }

  .p1-b-container {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }

  .p1-b-title {
    text-align: center;
    position: static;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .p1-b-title h2 {
    font-size: 86px;
    background: linear-gradient(
      to bottom,
      #00ad26 0%,
      rgba(0, 173, 38, 0.6) 30%,
      rgba(200, 255, 210, 0.6) 60%,
      rgba(255, 255, 255, 0.3) 80%,
      rgba(255, 255, 255, 0) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }

  .p1-b-box {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: flex-end;
    padding-top: 0;
  }

  .p1-b-item {
    width: 92%;
    padding-top: 40px;
    margin: 0 auto;
  }

  .p1-b-h3 h3 {
    font-size: 28px;
    font-weight: 500;
    color: #00ad26;
    letter-spacing: 0.1em;
  }

  .p1-b-text {
    width: 97%;
    padding-top: 25px;
    padding-bottom: 15px;
    margin: 0 auto;
  }

  .p1-b-text p {
    font-size: 14px;
    line-height: 1.8;
  }

  .p1-b-img-box {
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
    margin-left: 0;
    margin-bottom: -80px;
  }

  .p1-b-img1 {
    width: 80%;
    margin-bottom: 0;
  }

  .p1-b-img2 {
    width: 20%;
    position: relative;
    z-index: 10;
    margin-right: 15px;
    margin-top: -36px;
  }

  .p1-b .link-item a {
    margin: 0 auto;
  }

  /* 1350 */
  .p1-c-container {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .p1-c-box {
    width: 92%;
    margin: 0 auto;
  }

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

  .p1-c-title h2 {
    font-size: 46px;
    color: #bfc1b0;
  }

  .p1-c-title p {
    font-size: 24px;
    font-weight: bold;
  }

  .p1-c-text {
    width: 97%;
    padding-top: 25px;
    margin: 0 auto;
  }

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

  .p1-c-link-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 50px auto 0;
  }

  .p1-c-link a {
    width: 350px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0 25px;
    border: 1px solid #62d300;
  }

  .p1-c-link a img:first-child {
    width: 48px;
    height: auto;
  }

  .p1-c-link a img:last-child {
    width: 18px;
    height: auto;
  }

  .p1-c-link a span {
    font-size: 18px;
    font-weight: bold;
  }

  /* 1350 */
  .marqueer {
    overflow: hidden;
  }

  .marqueer ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: max-content;
  }

  .marqueer ul li {
    list-style: none;
    width: 190px;
  }

  .marqueer img {
    display: block;
    width: 100%;
  }

  /* 1350 */
  .p1-e-container {
    padding: 50px 0;
  }

  .p1-e-box {
    width: 92%;
    margin: 0 auto;
  }

  .p1-e-title {
    text-align: center;
  }

  .p1-e-title h2 {
    font-size: 48px;
    background: linear-gradient(
      to bottom,
      #00ad26 0%,
      rgba(0, 173, 38, 0.6) 30%,
      rgba(200, 255, 210, 0.6) 60%,
      rgba(255, 255, 255, 0.4) 80%,
      rgba(255, 255, 255, 0.2) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }

  .p1-e-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
  }

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

  .p1-e-text {
    width: 100%;
  }

  .p1-e-text h3 {
    font-size: 24px;
    color: #00ad26;
  }

  .p1-e-text p {
    font-size: 16px;
    line-height: 2;
    padding: 30px 0;
  }

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

  /* ビル清掃・管理 */
  /* 1350 */
  .p2-a {
    background: url(../image/p2-back1.png) no-repeat left top / 250px 250px;
  }

  .p2-a-container {
    padding: 50px 0;
  }

  .p2-a-box {
    width: 92%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
  }

  .p2-a-item {
    width: 100%;
    padding-top: 0;
  }

  .p2-a-title h2 {
    font-size: 20px;
    color: #00ad26;
    line-height: 1.8;
  }

  .p2-a-text {
    padding-top: 30px;
  }

  .p2-a-text p {
    font-size: 14px;
    line-height: 1.8;
  }

  .p2-a-img-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    margin-left: 0;
  }

  .p2-a-img1 {
    max-width: 400px;
    width: 60%;
  }

  .p2-a-img2 {
    width: 30%;
  }

  /* 1350 */
  .p2-b-container {
    width: 92%;
    margin: 0 auto;
  }

  .p2-b-title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }

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

  .p2-b-title h2 {
    font-size: 20px;
  }

  .p2-b-text {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .p2-b-text p {
    font-size: 14px;
    line-height: 1.8;
  }

  .p2-b-box2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
  }

  .p2-b-item2 {
    width: 100%;
  }

  .p2-b-title2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }

  .p2-b-title2 img {
    width: 10px;
    height: auto;
  }

  .p2-b-title2 h3 {
    font-size: 18px;
  }

  .p2-b-text2 {
    padding-top: 25px;
  }

  .p2-b-text2 p {
    font-size: 14px;
    line-height: 1.8;
  }

  .p2-b-img {
    max-width: 400px;
    width: 100%;
  }

  .p2-b-box3 {
    text-align: center;
    margin-top: 60px;
  }

  .p2-b-text3 {
    width: 100%;
    background-image: url(../image/p2-back2.png), url(../image/p2-back3.png);
    background-repeat: no-repeat;
    background-size: 150px 150px;
    background-position:
      left top,
      right top;
    padding: 20px;
    margin: 0 auto;
  }

  .p2-b-text3 p {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
  }

  /* 1350 */
  .p2-c-container {
    padding: 50px 0;
  }

  .p2-c-box {
    width: 92%;
    margin: 0 auto;
  }

  .p2-c-box2 {
    width: 92%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 30px;
    margin: 25px auto 0;
  }

  .p2-c-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
  }

  .p2-c-img span {
    display: inline-block;
    font-size: 12px;
    color: #00ad26;
    padding: 5px 20px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #00ad26;
  }

  .p2-c-im2 {
    text-align: right;
  }

  .p2-c-im2 span {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #00ad26;
    padding: 5px 20px;
    border-radius: 10px 10px 0 0;
  }

  .p2-c-img3 {
    width: 24px;
    margin-top: 30px;
  }

  /* 新築美装・石材研磨 */
  /* 1350 */
  .p3-a-container {
    padding-top: 50px;
  }

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

  .p3-a-title h2 {
    font-size: 20px;
    color: #00ad26;
    line-height: 1.8;
  }

  /* 1350 */
  .p3-b-container {
    padding-top: 75px;
  }

  /* 1350 */
  .p3-d-container {
    padding: 70px 0 50px;
  }

  .p3-d-box {
    width: 92%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
    padding: 30px 25px;
    border-radius: 50px;
    margin: 0 auto;
  }

  .p3-d-title h2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .p3-d-title p {
    font-size: 14px;
  }

  .p3-d-text p {
    font-size: 14px;
    line-height: 1.8;
  }

  /* 採用情報 */
  /* 1350 */
  .p4-a {
    background-image: url(../image/p4-back1.png), url(../image/p4-back1.png);
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-position:
      left top,
      right top 200px;
  }

  .p4-a-container {
    padding: 50px 0;
  }

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

  .p4-a-title h2 {
    font-size: 20px;
    color: #00ad26;
  }

  .p4-a-title p {
    font-size: 14px;
    line-height: 2.3;
    padding-top: 30px;
  }

  .p4-a-item {
    width: 92%;
    padding-top: 70px;
    margin: 0 auto;
  }

  .p4-a-h3 {
    text-align: center;
  }

  .p4-a-h3 h3 {
    font-size: 18px;
    color: #00ad26;
  }

  .p4-a-table {
    width: 100%;
    padding-top: 40px;
  }

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

  .p4-a-table table tr th,
  .p4-a-table table tr td {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    padding: 20px 0;
    border-bottom: 1px solid #000;
  }

  .p4-a-table table tr th {
    width: 80px;
  }

  .p4-a-link {
    padding-top: 50px;
  }

  .p4-a-link a {
    width: 300px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #00ad26;
    border-radius: 50px;
    margin: 0 auto;
  }

  .p4-a-link a::before {
    content: "";
    position: absolute;
    right: 30px;
    width: 12px;
    height: 24px;
    background: url(../image/part2.png) no-repeat center / contain;
  }

  .p4-a-link a span {
    font-size: 14px;
    color: #fff;
  }

  /* 会社概要 */
  /* 1350 */
  .p5-a-container {
    padding: 50px 0;
  }

  .p5-a-box {
    width: 92%;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
  }

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

  .p5-a-item {
    width: 100%;
    padding-top: 0;
  }

  .p5-a-title h2 {
    font-size: 24px;
    color: #00ad26;
    letter-spacing: 0.1em;
  }

  .p5-a-text {
    padding-top: 25px;
  }

  .p5-a-text p {
    font-size: 14px;
    line-height: 1.8;
  }

  .p5-a-span {
    text-align: right;
    padding-top: 30px;
  }

  .p5-a-span span {
    font-size: 14px;
  }

  /* 1350 */
  .p5-b {
    background-image: url(../image/p5-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .p5-b-container {
    padding-bottom: 30px;
  }

  .p5-b-box {
    width: 92%;
    position: relative;
    padding-top: 90px;
    margin: 0 auto;
  }

  .p5-b .p4-a-item {
    padding-top: 0;
  }

  .p5-b .p4-a-table {
    padding-top: 50px;
  }

  .p5-b-map {
    width: 100%;
    height: 350px;
    padding-top: 25px;
  }

  .p5-b-map iframe {
    width: 100%;
    height: 100%;
  }

  .p5-b-title {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 5;
  }

  .p5-b-title h2 {
    font-size: 45px;
    background: linear-gradient(
      to bottom,
      rgba(233, 245, 223, 1) 0%,
      rgba(233, 245, 223, 0) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }

  /* お問い合わせ */
  /* 1350 */
  .p6-a-container {
    padding-top: 50px;
  }

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

  .p6-a-text p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .p6-a-img {
    max-width: 400px;
    width: 92%;
    margin: 30px auto 0;
  }

  /* 1350 */
  .p6-b-container {
    padding-top: 50px;
  }

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

  .p6-b-title h2 {
    font-size: 18px;
    color: #00ad26;
  }

  /* 1000 */
  .p6-b-item {
    width: 92%;
    margin: 50px auto 0;
  }

  .form-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
  }

  .form-label {
    width: 100%;
  }

  .form-label p {
    font-size: 14px;
  }

  .required {
    color: red;
    margin-left: 10px;
  }

  .form-input {
    flex: 1;
  }

  .form-input input,
  .form-input textarea {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: none;
    background: #eee;
    font-size: 14px;
  }

  .form-input input {
    height: 35px;
  }

  .form-input textarea {
    height: 150px;
    resize: none;
  }

  .form-input .wpcf7-checkbox {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .wpcf7-list-item {
    margin: 0 10px 0 0;
    white-space: nowrap;
  }

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

  .wpcf7-list-item span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    position: relative;
  }

  .wpcf7-list-item input[type="checkbox"] {
    display: none;
  }

  .wpcf7-list-item span::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    display: inline-block;
  }

  .wpcf7-list-item input:checked + span::after {
    content: "✔";
    position: absolute;
    left: 2px;
    top: -1px;
    font-size: 12px;
    color: #00ad26;
  }

  .form-submit {
    margin-top: min(40px, 4vw);
    text-align: center;
  }

  .form-submit input[type="submit"] {
    width: 300px;
    height: 80px;
    background: url(../image/p6-img3.png) no-repeat center / contain;
    border: none;
    color: transparent;
    cursor: pointer;
  }

  .form-submit input[type="submit"]:hover {
    opacity: 0.8;
  }

  .wpcf7-spinner {
    display: none;
  }

  /* 1350 */
  .p6-c-container {
    width: 92%;
    background-color: #f9f9f9;
    padding: 15px;
    margin: 50px auto;
  }

  .p6-c-box {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
  }

  .p6-c-box::-webkit-scrollbar {
    width: 4px;
  }

  .p6-c-box::-webkit-scrollbar-track {
    background: transparent;
  }

  .p6-c-box::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 0;
  }

  .p6-c-title h2 {
    font-size: 18px;
    line-height: 1.8;
  }

  .p6-c-title p {
    font-size: 14px;
    line-height: 2;
  }

  .p6-c-item {
    margin-top: 20px;
  }

  .p6-c-item span {
    font-size: 14px;
    color: #ff151b;
    line-height: 2;
  }

  .p6-c-item p,
  .p6-c-item ul li {
    font-size: 14px;
    line-height: 2;
  }

  /* 共通パーツ */
  .link-item a {
    width: 300px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00ad26;
    position: relative;
    border-radius: 50px;
  }

  .link-item a::before {
    content: "";
    position: absolute;
    right: 35px;
    width: 12px;
    height: 24px;
    background: url(../image/part2.png) no-repeat center / contain;
  }

  .link-item a span {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.1em;
  }

  /* 下層共通 */
  .sub-v {
    width: 100%;
    margin-top: 90px;
  }

  .sub-v-container {
    width: 100%;
  }

  .sub-v-box {
    width: 100%;
    position: relative;
  }

  .sub-v-img {
    width: 95%;
    height: auto;
    border-radius: 0 50px 0 0;
  }

  .sub-v-item {
    width: 350px;
    position: relative;
    right: 0;
    bottom: auto;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
    padding: 15px 10px;
    border-radius: min(30px, 2.22vw) 0 0 min(30px, 2.22vw);
    margin-top: -40px;
    margin-left: auto;
  }

  .sub-v-title h1 {
    font-size: 20px;
    font-weight: bold;
    color: #e9e7ea;
  }

  .sub-v-title p {
    font-size: 16px;
    font-weight: bold;
    color: #00ad26;
    display: flex;
    align-items: center;
  }

  .sub-v-title p::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #000;
    margin-left: 20px;
  }

  .sub-v-text {
    padding-top: 10px;
  }

  .sub-v-text p {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }

  .sub-item-container {
    padding: 20px;
  }

  .breadcrumb {
    font-size: 12px;
    font-weight: bold;
  }

  .breadcrumb a:first-child:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    margin: 0 10px;
    background: url(../image/part11.png) no-repeat center / contain;
  }

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

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

  .footer-title p {
    font-size: 14px;
    color: #fff;
  }

  .footer-text {
    width: 92%;
    text-align: left;
    padding-top: 30px;
    margin: 0 auto;
  }

  .footer-text p {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }

  .footer-item {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
  }

  .footer-img {
    width: 282px;
    height: auto;
    padding-right: 0;
    margin-left: 0;
  }

  .footer-link {
    padding-left: 0;
    border-left: none;
  }

  .footer-link a {
    width: 310px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background-color: #fff;
    border-radius: 50px;
  }

  .footer-link a img {
    width: 24px;
    height: auto;
  }

  .footer-link a span {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .footer-box2 {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 50px 0;
    margin: 0 auto;
  }

  .footer-logo img {
    width: 298px;
    height: auto;
    padding-bottom: 30px;
  }

  .footer-logo p {
    font-size: 16px;
  }

  .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 30px 25px;
  }

  .footer-nav ul li a {
    font-size: 14px;
    font-weight: bold;
  }

  .footer-map {
    width: 100%;
    height: 350px;
  }

  .footer-map iframe {
    width: 100%;
    height: 100%;
  }

  .copy-right {
    text-align: center;
    padding: 10px 0;
  }

  .copy-right p {
    font-size: 12px;
  }

  /* お知らせ内容 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;
  }
}
