@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 701px) {
  .hidden-tb {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-pc {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 701px) {
  html {
    scroll-padding-top: 8vw;
  }
}

body {
  position: relative;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 701px) {
  body {
    font-size: 16px;
  }
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.inner {
  margin-inline: 20px;
}
@media screen and (min-width: 701px) {
  .inner {
    margin-inline: 10vw;
  }
}

.head {
  font-weight: 600;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-style: italic;
}
.head::after {
  content: "";
  background: #538b93;
  width: 200px;
  height: 3px;
}
@media screen and (min-width: 701px) {
  .head {
    font-size: 30px;
  }
}

.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 5;
}
@media screen and (min-width: 701px) {
  .flow {
    bottom: 30px;
    right: 20px;
  }
}

.flow-link {
  padding: 10px;
  border: #538b93;
  background: #fff;
  border-radius: 50%;
  color: #538b93;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
}
.flow-link img {
  width: 25px;
}
.flow-link span {
  font-weight: 600;
}
.flow-link:hover {
  scale: 1.1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (min-width: 701px) {
  .flow-link {
    padding: 20px;
    width: 100px;
    height: 100px;
  }
  .flow-link img {
    width: 30px;
  }
  .flow-link span {
    letter-spacing: 0.1em;
  }
}

.header {
  padding: 10px 12px 9px 9px;
  background: #fff;
  position: fixed;
  width: 345px;
  top: 16px;
  left: 50%;
  z-index: 30;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 701px) {
  .header {
    padding: 1.063vw 1.563vw 1.125vw 3vw;
    border-radius: 10px;
    top: 2.75vw;
    width: 94.125vw;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-logo {
  font-weight: 600;
  font-size: 20px;
  color: #2a4549;
}
@media screen and (min-width: 701px) {
  .header-logo {
    font-size: 28px;
  }
}

.header-nav {
  display: none;
}
@media screen and (min-width: 701px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.938vw;
  }
}

.header-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.313vw;
}

.header-nav__contact, .header-nav__siryou {
  padding-block: 0.688vw;
  width: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-nav__contact span, .header-nav__siryou span {
  font-weight: 700;
}

.header-nav__contact {
  margin-left: 0.313vw;
  border: 2px solid #2a4549;
  border-radius: 10px;
  gap: 1vw;
}
.header-nav__contact img {
  width: 2vw;
}
.drawer-icon {
  width: 36px;
  height: 36px;
  position: relative;
  z-index: 55;
}
@media screen and (min-width: 701px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 16px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 16px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  border-radius: 6px;
  background: #111;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 4px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 16px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 28px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  padding-block: 110px 157px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  background: #fff;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.drawer-content__menu a {
  font-size: 16px;
}

.drawer-content__link {
  display: block;
  font-size: 18px;
}

.drawer-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer-nav__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  border: 1px solid #538b93;
  width: 200px;
}
.drawer-nav__btn a img {
  width: 25px;
}

.fv {
  position: relative;
  height: 450px;
  font-family: "Noto Serif", serif;
}
@media screen and (min-width: 701px) {
  .fv {
    height: 60vw;
  }
}

.fv-content {
  position: absolute;
  top: 280px;
  left: 100px;
  z-index: 2;
}
.fv-content p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 701px) {
  .fv-content {
    top: 25vw;
    left: 5vw;
  }
  .fv-content p {
    font-size: 40px;
  }
}

.swiper {
  background-color: rgba(0, 0, 0, 0.3);
}

.swiper-slide {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-slide::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 450px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 701px) {
  .swiper-slide {
    padding-top: 0;
  }
  .swiper-slide::after {
    height: 100%;
  }
}

.swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 450px;
  image-rendering: auto;
  object-fit: cover;
}
@media screen and (min-width: 701px) {
  .swiper-slide img {
    height: 60vw;
  }
}

.swiper-container-wrap {
  height: 250px;
}
@media screen and (min-width: 701px) {
  .swiper-container-wrap {
    margin-top: -5.187vw;
    height: 49.375vw;
    position: relative;
  }
}

.about {
  padding-top: 10vw;
  padding-bottom: 10vw;
  text-align: center;
  background: url(../img/about-bg.jpg) no-repeat center top/cover;
}

.about-content {
  margin-top: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5vw;
  text-align: left;
}
@media screen and (min-width: 701px) {
  .about-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.about-img img {
  width: 300px;
}
@media screen and (min-width: 701px) {
  .about-img img {
    width: 65vw;
  }
}

.works-content {
  padding-block: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 701px) {
  .works-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-block: 0;
  }
}

.bg-glay {
  padding-left: 6vw;
  background: #b7afab;
}

.bg-blue {
  padding-right: 6vw;
  padding-left: 0;
  background: #538b93;
}
.bg-blue .works-title__ja {
  background: #2a4549;
}
@media screen and (min-width: 701px) {
  .bg-blue {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .bg-blue .works-title__en {
    left: auto;
    right: 0;
  }
  .bg-blue .works-title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.works-title {
  padding-top: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1vw;
  z-index: 2;
}

.works-title__en {
  font-size: 40px;
  font-family: "Noto Serif", serif;
  opacity: 0.5;
  position: absolute;
  top: -30px;
  left: -20px;
  color: #fff;
  z-index: -1;
}
@media screen and (min-width: 701px) {
  .works-title__en {
    font-size: 80px;
    white-space: nowrap;
    left: -2vw;
    top: -5.5vw;
  }
}

.works-title__ja {
  padding-inline: 10px 5px;
  font-size: 16px;
  font-weight: 600;
  background-color: #9c863f;
  color: #fff;
  letter-spacing: 0.4rem;
}
@media screen and (min-width: 701px) {
  .works-title__ja {
    font-size: 30px;
  }
}

.works-title__sub {
  color: #fff;
}

.works-img {
  position: relative;
}
.works-img img {
  width: 200px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 701px) {
  .works-img img {
    width: 45vw;
    height: 30vw;
  }
}

.company {
  padding-block: 10vw;
  background: url(../img/about-bg.jpg) no-repeat center top/cover;
}

.company-body {
  margin-top: 50px;
}
.company-body table {
  border-collapse: collapse;
  text-align: left;
}
.company-body th, .company-body td {
  padding-block: 10px;
  border-bottom: 1px solid #c0c0c0;
}
.company-body th {
  padding-left: 10px;
  white-space: nowrap;
}
.company-body td {
  padding-left: 10px;
}
@media screen and (min-width: 701px) {
  .company-body {
    margin-top: 5vw;
  }
  .company-body th, .company-body td {
    padding-block: 1vw;
    border-bottom: 1px solid #c0c0c0;
  }
  .company-body th {
    padding-left: 3vw;
    white-space: nowrap;
  }
  .company-body td {
    padding-left: 5vw;
  }
}

.footer {
  padding-block: 5vw;
  background: #2a4549;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
}

.footer-logo {
  font-size: 20px;
}
@media screen and (min-width: 701px) {
  .footer-logo {
    font-size: 30px;
  }
}

.footer-nav {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-nav__link {
  padding-inline: 10px;
  border-right: 1px solid #fff;
}
.footer-nav__link:nth-last-of-type(1) {
  border: none;
}

.footer-address {
  margin-top: 30px;
  font-size: 12px;
}
@media screen and (min-width: 701px) {
  .footer-address {
    font-size: 14px;
  }
}

.copyright {
  padding-block: 10px;
  text-align: center;
  display: block;
}

.page-fv__inner {
  padding-block: 260px 70px;
  padding-inline: 30px;
  position: relative;
}
@media screen and (min-width: 701px) {
  .page-fv__inner {
    padding-block: 18.5vw 10vw;
    padding-inline: 4vw;
  }
}

.page-fv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.page-fv__img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-fv__img::after {
  content: "";
  background-color: rgba(99, 99, 99, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 701px) {
  .page-fv__img img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-fv__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  color: #fff;
}
.page-fv__head h1 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.8rem;
}
@media screen and (min-width: 701px) {
  .page-fv__head h1 {
    font-size: 30px;
  }
  .page-fv__head span {
    letter-spacing: 0.2rem;
  }
}

.page-fv__body {
  padding-block: 80px;
}
@media screen and (min-width: 701px) {
  .page-fv__body {
    padding-block: 10vw;
  }
}

.page-fv__body-head {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  letter-spacing: 0.8rem;
}
.page-fv__body-head::after {
  content: "";
  background: #538b93;
  width: 100px;
  height: 1px;
}
@media screen and (min-width: 701px) {
  .page-fv__body-head {
    font-size: 30px;
  }
  .page-fv__body-head::after {
    content: "";
    width: 150px;
  }
}

.page-fv__body-text {
  margin-top: 4vw;
  text-align: center;
}

.page-fv__body-container {
  margin-top: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (min-width: 701px) {
  .page-fv__body-container {
    gap: 5vw;
  }
}

.page-fv__body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 10px;
}
.page-fv__body-content img {
  width: 200px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 701px) {
  .page-fv__body-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-fv__body-content img {
    width: 500px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-fv__body-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  width: 300px;
}
.page-fv__body-content__body h3 {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.page-fv__body-content__body h3::before {
  content: "";
  background: #538b93;
  width: 1px;
  height: 30px;
}
.page-fv__body-content__body ul, .page-fv__body-content__body li {
  margin-left: 10px;
  list-style: disc;
  list-style-position: outside;
}
@media screen and (min-width: 701px) {
  .page-fv__body-content__body {
    width: 100%;
    gap: 20px;
  }
  .page-fv__body-content__body h3 {
    font-size: 24px;
  }
  .page-fv__body-content__body ul, .page-fv__body-content__body li {
    list-style: disc;
    list-style-position: inside;
  }
}

.page-grid__container {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (min-width: 701px) {
  .page-grid__container {
    margin-top: 6vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 20px;
  }
}

.page-grid__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.page-grid__content img {
  width: 300px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 701px) {
  .page-grid__content img {
    width: 20vw;
    height: 15vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-table {
  margin-top: 6vw;
  margin-inline: auto;
  border-collapse: collapse;
  text-align: left;
}
.page-table th, .page-table td {
  padding-block: 15px;
  padding-left: 20px;
  border-bottom: 1px solid #086CC2;
}
@media screen and (min-width: 701px) {
  .page-table th {
    width: 300px;
  }
  .page-table td {
    width: 600px;
  }
}

/* フォーム全体のスタイル */
.wpcf7 {
  background-color: #f0f0f0; /* ライトグレー */
  padding: 20px;
  border-radius: 10px;
  max-width: 800px;
  margin: 6vw auto;
}
@media screen and (min-width: 701px) {
  .wpcf7 {
    padding: 40px;
  }
}

/* ラベルのスタイル */
.wpcf7-form label {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333333; /* ダークグレー */
}
@media screen and (min-width: 701px) {
  .wpcf7-form label {
    margin-left: 30px;
  }
}

/* 必須フィールドのラベルスタイル */
.wpcf7-form .required {
  background-color: #ff0000; /* レッド */
  color: white;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 12px;
}

/* インプットフィールドのスタイル */
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc; /* ライトグレー */
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  background-color: #ffffff; /* 白 */
}

/* テキストエリアのスタイル */
.wpcf7-form textarea {
  height: 150px;
  resize: vertical;
}

.wpcf7-form input {
  margin-top: 10px;
  width: 100%;
  border: none;
  min-height: 40px;
}

/* 送信ボタンのスタイル */
.wpcf7-form input[type=submit] {
  background-color: #538b93; /* ブルー */
  color: white;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: none;
}

.wpcf7-form input[type=submit]:hover {
  background-color: #0056b3; /* 濃いブルー */
}

/* エラーメッセージと成功メッセージのスタイル */
.wpcf7-form .wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
}

.wpcf7-form .wpcf7-mail-sent-ok {
  color: green;
  font-size: 16px;
  margin-bottom: 20px;
}