@charset "UTF-8";

.p-company__statement .text {
  font-size: 2.4rem;
}

.p-company__statement img {
  border-radius: 10px;
}

.p-company__flexbox {
  margin-bottom: 90px;
}

.p-company__flexitem {
  display: flex;
  justify-content: space-between;
}

.p-company__flexitem .p-contents__heading {
  max-width: 485px;
  width: 100%;
}

.p-company__flexitem .p-contents__images {
  max-width: 560px;
  width: 100%;
}

.p-company__tablemain {
  margin-bottom: 90px;
}

.p-company__tablemain table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ddd;
  margin: 40px 0;
}

.p-company__tablemain table th {
  width: 20%;
  text-align: left;
  vertical-align: top;
  padding: 1em 1.5em;
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: #f3f4f5;
}

.p-company__tablemain table td {
  width: 80%;
  padding: 1em 1.5em;
  border: none;
  border-bottom: 1px solid #ddd;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.p-company__member-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
}

.p-company__member-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.p-company__member-item img {
  width: 30%;
  aspect-ratio: 1/1;
  object-fit: cover;
  flex-shrink: 0;
}

.p-company__member-item .ttl {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 10px;
}

.p-company__member-item span {
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 10px;
}

.p-company__member-item p {
  margin-bottom: 1em;
}

.p-company__member-item a {
  color: blue;
}

.gd-2column {
  grid-template-columns: 1fr;
  gap: 80px;
  margin-bottom: 90px;
}

.c-small-text {
  font-size: 1.4rem;
}

@media screen and (max-width: 1400px) {
  .c-small-text {
    font-size: 1vw;
  }
}

@media screen and (max-width: 768px) {
  .p-company__flexbox {
    margin-bottom: 45px;
  }

  .p-company__statement .text {
    font-size: 1.8rem;
  }

  .p-company__flexitem {
    flex-direction: column-reverse;
  }

  .sp-revers {
    flex-direction: column;
  }

  .p-company__tablemain table th,
  .p-company__tablemain table td {
    display: block;
    width: 100% !important;
  }

  .p-company__member-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .p-company__member-item {
    flex-direction: column;
  }

  .p-company__member-item img {
    width: 100%;
  }

  .p-company__cominfo {
    padding-top: 0;
  }

  .c-small-text {
    font-size: 2.6315789474vw !important;
  }

  .p-company__member-item .ttl {
    font-size: 2rem;
  }
}

selector {
  position: absolute;
  bottom: -80px;
  right: 0;
  background: #f5f5f5;
}

/*------------------------------------
  お問い合わせページ設定　ここから
-------------------------------------*/
.l-main__lower table {
  margin: 40px auto 6%;
  border-top: #d2d2d2 1px solid;
  border-bottom: #d2d2d2 1px solid;
}

.l-main__lower th {
  border-bottom: #d2d2d2 1px dotted;
  background: #f6f5f3;
  width: 25%;
  text-align: left;
  vertical-align: middle;
  padding: 2% 2%;
  font-weight: normal;
}

.l-main__lower td {
  border-bottom: #d2d2d2 1px dotted;
  padding: 2%;
}

@media screen and (max-width: 768px) {
  .l-main__lower table {
    width: 100%;
    border: none;
    margin-bottom: 6%;
  }

  .l-main__lower th {
    width: 94%;
    padding: 3%;
    display: block;
    border-bottom: none;
    font-weight: 500;
  }

  .l-main__lower td {
    padding: 3% 3% 10%;
    display: block;
    border-bottom: none;
  }
}

.l-main__lower .contact {
  padding-bottom: 8%;
}

.l-main__lower .contact .hisu {
  color: #db6767;
  font-size: 10px;
  border: #db6767 1px solid;
  padding: 2px 5px;
  line-height: 1;
  margin-left: 10px;
  width: 45px;
  text-align: center;
  display: inline-block;
}

.l-main__lower .contact table {
  margin-bottom: 4%;
}

.l-main__lower .contact .settbl.yubin {
  margin-bottom: 10px;
  width: 30%;
}

.l-main__lower .contact .settbl,
.l-main__lower .contact .texttbl {
  width: 96%;
  padding: 2%;
  font-size: 16px;
  border: #bebcbc 1px solid;
  border-radius: 0;
  outline: none;
}

.l-main__lower .contact .texttbl {
  height: 150px;
  border-radius: 0;
  outline: none;
}

.l-main__lower .contact select {
  font-size: 16px;
  padding: 5px;
  outline: none;
}

.l-main__lower .contact .btnbox p {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  margin: 0 auto;
  border: none;
}

.l-main__lower .contact .btnbox .submit_button {
  border: none;
  background: #2a4f8a;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 50px;
  height: auto;
}

.l-main__lower .contact .btnbox .submit_button:hover {
  opacity: 0.8;
}

.l-main__lower .contact .doui {
  text-align: center;
  margin-bottom: 1%;
  font-size: 16px;
}

.l-main__lower .contact .p-page__content {
  width: 90%;
  margin: 0 auto;
}

.l-main__lower .contact .p-page__content a {
  text-decoration: underline;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.l-main__lower td .wpcf7-list-item {
  margin: 0 2% 0 0;
}

.l-main__lower .policySet {
  width: 82%;
  margin: 0 auto 4%;
  padding: 4% 4% 2%;
  border: #d2d2d2 1px solid;
  height: 204px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.l-main__lower .policySet h3 {
  color: #3e603b;
  border-bottom: #3e603b 1px solid;
}

.l-main__lower .policySet p {
  margin-bottom: 2%;
}

.l-main__lower .btnbox {
  text-align: center;
  margin: 0 auto;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 768px) {
  .l-main__lower .contact table {
    width: 100%;
  }

  .l-main__lower .contact .doui {
    text-align: center;
    margin-bottom: 2%;
  }

  .l-main__lower td .wpcf7-list-item {
    display: block;
    margin: 0 0 2%;
  }

  .l-main__lower .policySet {
    width: 90%;
  }

  .l-main__lower .policySet h4 {
    margin-bottom: 2%;
  }

  .l-main__lower .policySet p {
    margin-bottom: 6%;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 768px) {
  .l-main__lower .contact table {
    margin-bottom: 0;
  }

  .l-main__lower .contact select {
    width: 100%;
  }

  .l-main__lower .contact .settbl,
  .l-main__lower .contact .texttbl {
    font-size: 15px;
  }

  .l-main__lower .contact .btnbox .submit_button {
    font-size: 16px;
  }

  .l-main__lower .policySet h3 {
    font-size: 16px;
    line-height: 1.5em;
  }

  .l-main__lower .policySet h4 {
    font-size: 14px;
  }

  .l-main__lower .policySet p {
    font-size: 14px;
  }

  .l-main__lower .contact .p-page__content {
    width: 100%;
  }

  .l-main__lower td,
  .l-main__lower th {
    display: block;
  }

  .l-main__lower th {
    width: 100%;
    border-bottom: none;
  }

  .l-main__lower td {
    padding-bottom: 5%;
  }

  .contact .wpcf7-spinner {
    margin: 0 auto;
    display: block;
  }

  .l-main__lower table {
    border-bottom: none;
  }

  .l-main__lower td:last-child {
    border-bottom: none;
  }
}

/*# sourceMappingURL=add-style.css.map */
/* 25.04.13 */
.p-nav__item {
  text-decoration: none;
  padding-left: 7.8947368421vw;
  padding-right: 7.8947368421vw;
  padding-top: 3.9473684211vw;
  padding-bottom: 3.9473684211vw;
  border-bottom: 0.2631578947vw solid #e4e4e4;
  color: #121212;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-nav__item a {
    text-decoration: none;
    padding: 0 !important;
    border-bottom: none !important;
    color: #121212;
    font-weight: bold;
  }
  .p-nav__item li a {
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3.9473684211vw;
    padding-bottom: 3.9473684211vw;
    border-bottom: none;
    color: #121212;
  }
  .p-nav__item li:last-of-type {
    background-color: transparent;
    color: #121212;
    margin: 0;
  }
  .p-nav__item li:last-of-type a {
    color: #121212;
    padding: 0;
  }
}
/* 25.06.06 */
.p-choose__box__l {
  width: 490px;
}

@media screen and (max-width: 1400px) {
  .p-choose__box__l {
    width: 34vw;
  }
}
@media screen and (max-width: 768px) {
  .p-choose__box__l {
    width: 100%;
    margin-bottom: 7.8947368421vw;
  }
}
[data-name="checkbox-952"] > span {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-nav__1 .p-nav__sub-item--left a {
    text-align: left !important;
  }
  .p-service-fv__title {
    font-size: min(8vw, 32px);
  }
  .p-service-solution__subTitle {
    font-size: min(4.2vw,16px);
  }
  .p-service-solution__catch{
    font-size: min(6.4vw,24px) !important;
  }
}
