@charset "UTF-8";
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.l-header {
  background: url("../images/hero-bg.jpg") no-repeat top center/cover;
  position: relative;
  height: 99vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-header {
    background: none;
    height: auto;
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-bottom: 0;
  }
}
.l-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-header::before {
    position: static;
    display: block;
    height: 350px;
    background: url("../images/hero-bg.jpg") no-repeat center center/cover;
  }
}
.l-header__inner {
  position: absolute;
  z-index: 2;
  bottom: 10vh;
  left: 5vw;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    position: static;
    color: #0066b2;
    padding: 15px 20px 0 15px;
  }
}
.l-header__logo {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    font-size: 21px;
  }
}
.l-header__desc {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-header__desc {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
  }
}

.l-main {
  overflow: hidden;
}

.l-footer {
  background-color: #0066b2;
  color: #fff;
  text-align: center;
  padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0 20px;
  }
}
.l-footer__company {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-footer__tel-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  text-decoration: none;
  color: #fff;
}
.l-footer__tel-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .l-footer__tel-link img {
    width: 30px;
    height: 30px;
  }
}
.l-footer__tel-num {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .l-footer__tel-num {
    font-size: 32px;
  }
}
.l-footer__copyright {
  font-size: 13px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 11px;
    margin-top: 30px;
  }
}

.c-title {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 20px;
  }
}
.c-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 2px;
  background-color: #0066b2;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #24305e;
  color: #fff;
  padding: 12px 20px;
  min-width: 220px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 100%;
  }
}
.c-btn__icon {
  margin-right: 10px;
}
.c-btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-btn::after {
    position: absolute;
    right: 20px;
  }
}
.c-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .c-btn {
    position: relative;
  }
}

.p-intro__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-intro__message {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-intro__message {
    text-align: left;
  }
}
.p-intro__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-intro__info {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-intro__map {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}
.p-intro__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-intro__name {
  color: #0066b2;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-intro__contact {
  margin-bottom: 20px;
  line-height: 1.8;
}
.p-intro__list {
  list-style: none;
  padding: 0;
}
.p-intro__list li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
}
.p-intro__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-service {
  background-color: #0066b2;
  color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-service {
    padding: 50px 0;
  }
}
.p-service__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-service__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-service__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-service__item:nth-child(even) .p-service__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .p-service__item:nth-child(even) .p-service__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-service__item:nth-child(even) .p-service__body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .p-service__item:nth-child(even) .p-service__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-service__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
}
.p-service__desc {
  line-height: 1.8;
}

.p-company__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-company__table {
  width: 100%;
  border-collapse: collapse;
}
.p-company__table th, .p-company__table td {
  padding: 18px 0;
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-company__table th, .p-company__table td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.p-company__table th {
  width: 220px;
  font-weight: normal;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-company__table th {
    font-weight: bold;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__table td {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
  }
  .p-company__table td:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .p-company__table tr {
    display: block;
    margin-bottom: 20px;
  }
}

.p-bso__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-bso__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-bso__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-bso__img {
  margin: 0;
}
.p-bso__name {
  color: #24305e;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-bso__details {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 8px 24px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-bso__details {
    gap: 8px 15px;
  }
}
.p-bso__details dt {
  color: #666;
}
.p-bso__details dd {
  margin-left: 0;
}
.p-bso__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
}
.p-bso__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-bso__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.u-mb-20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .u-mb-20 {
    margin-bottom: 15px !important;
  }
}

.u-mb-40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .u-mb-40 {
    margin-bottom: 20px !important;
  }
}

.u-mb-60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .u-mb-60 {
    margin-bottom: 30px !important;
  }
}

.u-mb-80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .u-mb-80 {
    margin-bottom: 50px !important;
  }
}

.p-about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-about-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-about-info__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about-info__image img {
  width: 100%;
  height: auto;
}
.p-about-info__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about-info__name {
  font-size: 20px;
  font-weight: 700;
  color: #2b3155;
  margin-bottom: 20px;
}
.p-about-info__list {
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 10px 0;
  font-size: 15px;
}
.p-about-info__list dt {
  font-weight: 700;
}
.p-about-info__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-about-info__btns a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px;
  text-align: center;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}
.p-about-info__btns a.c-btn-map {
  background: #2b3155;
  color: #fff;
}
.p-about-info__btns a.c-btn-estimate {
  background: #1a2232;
  color: #fff;
}/*# sourceMappingURL=style.css.map */