@charset "UTF-8";

.p-footer {
  position: relative;
}

.p-contact {
  position: relative;
  padding-block: 80px 100px;
  color: #ffffff;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .p-contact {
    padding-block: 100px 201px;
  }
}

.p-contact__head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:1024px) {
  .p-contact__head-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(20px, 6.5153733529vw, 89px);
  }
}

.p-contact__head .c-section__title-en {
  color: #ffffff;
}
.p-contact__head .c-section__title-ja {
  color: #5ba8db;
}


.p-contact__desc {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
}
@media screen and (min-width:1024px) {
  .p-contact__desc {
    margin-top: 37px;
  }
}

.p-contact__bottom {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid #ffffff;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  max-width: 500px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:1200px) {
  .p-contact__bottom {
    margin-top: 60px;
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
  }
}
.p-contact__content {
  padding-block: 92px 46px;
  padding-inline: 20px;
  position: relative;
}
.p-contact__content:nth-of-type(2)::before, .p-contact__content:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #ffffff;
  opacity: 0.2;
}
@media screen and (min-width:1200px) {
  .p-contact__content:nth-of-type(2)::before, .p-contact__content:nth-of-type(2)::after {
    top: 0;
    width: 1px;
    height: 100%;
  }
}
.p-contact__content:nth-of-type(2)::before {
  top: 0;
}
@media screen and (min-width:1200px) {
  .p-contact__content:nth-of-type(2)::before {
    left: 0;
  }
}
.p-contact__content:nth-of-type(2)::after {
  bottom: 0;
}
@media screen and (min-width:1200px) {
  .p-contact__content:nth-of-type(2)::after {
    bottom: auto;
    left: auto;
    right: 0;
  }
}
.content-mail .p-contact__content-icon {
  top: -31px;
  width: 29px;
  height: 22px;
}

.content-tel .p-contact__content-icon {
  top: -37px;
  width: 26px;
  height: 26px;
}

.content-man .p-contact__content-icon {
  top: -39px;
  width: 27px;
  height: 31px;
}

.p-contact__content-head {
  position: relative;
}

.p-contact__content-icon {
  position: absolute;
  left: 50%;
  translate: -50%;
}

.p-contact__content-title {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-align: center;
}

.p-contact__content-btn {
  margin-top: 40px;
  padding-left: 24px;
  background: #1B427A;
  padding-block: 20px 18px;
  margin-inline: auto;
  max-width: 300px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-contact__content-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 91px;
  width: 1px;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-contact__content-btn::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 10px;
  width: 64px;
  height: 38.56px;
  background: url(../images/btn-arrow-white.png) no-repeat center center/cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-contact__content-btn:hover {
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-contact__content-btn:hover::before {
    background: #1B427A;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-contact__content-btn:hover .p-contact__btn-text {
    color: #1B427A;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-contact__btn-text {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1.5px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-contact__btn-tel {
  margin-top: 40px;
  padding-block: 3px 5px;
  background: #1B427A;
  margin-inline: auto;
  max-width: 300px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-contact__btn-tel .btn-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-contact__btn-tel .text {
  padding-top: 14px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-contact__btn-tel .num {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-contact__btn-tel .time {
  margin-top: -3px;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-contact__btn-tel:hover {
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-contact__btn-tel:hover::before {
    background: #1B427A;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-contact__btn-tel:hover .time, .p-contact__btn-tel:hover .num, .p-contact__btn-tel:hover .text {
    color: #1B427A;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.p-contact__bg {
  position: absolute;
  inset: 0;
}
.p-contact__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/contact-filter.png) no-repeat center center/cover;
  z-index: 1;
  pointer-events: none;
}

@media screen and (min-width:1367px) {
  .p-contact__bg {
    top: auto;
    bottom: 0;
    height: auto;
  }
}

.p-bottom {
  position: relative;
  margin-top: clamp(-131px, -9.5900439239vw, -100px);
  padding-top: 167px;
}
.p-bottom .l-inner {
  z-index: 2;
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-bottom: clamp(60px, 19.2532942899vw, 263px);
}
@media screen and (min-width:768px) {
  .p-footer__nav {
    -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;
  }
}

.p-footer__logo {
  width: 204px;
  height: 29px;
}

.p-footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  height: 216px;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 300px;
}
@media screen and (min-width:768px) {
  .p-footer__menu-list {
    margin-top: 15px;
    margin-right: clamp(20px, 4.39238653vw, 60px);
    gap: 40px 129px;
  }
}

.p-footer__menu-text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}


.p-copyright-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 50px 16px;
  position: relative;
  z-index: 2;
}
.p-copyright-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.5;
}

.p-copyright-text {
  color: #ffffff;
  font-size: 11px;
  line-height: 1.5454545455;
  letter-spacing: 1.1px;
  font-weight: 500;
}

.p-bottom-bg {
  position: absolute;
  inset: 0;
}
.p-bottom-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/footer-filter.png) no-repeat center center/cover;
  z-index: 1;
  opacity: 0.7;
  pointer-events: none;
}