.header:before {
  height: calc(100% + 59px + 141px);
}

@media only screen and (max-width: 767px) {
  .header:before {
    height: calc(100% + 59px + 40px);
  }
}
.sp_br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

.contact_mv {
  margin-bottom: 92px;
}

.contact {
  padding-bottom: 135px;
}
.contact .contact_container {
  border: 0.5px solid #5D5F69;
  background-color: #fff;
  border-radius: 22px;
}
.contact .sec_title {
  text-align: center;
  background-color: #A7C6E9;
  color: #fff;
  padding: 12px 0;
  font-size: 26px;
  letter-spacing: 0.1em;
  border-radius: 22px 22px 0 0;
}
@media only screen and (max-width: 767px) {
  .contact .sec_title {
    font-size: 18px;
  }
}
.contact .c_box {
  max-width: 873px;
  margin: 0 auto;
  border-bottom: 0.5px solid #5D5F69;
  line-height: 2;
  padding: 36px 0;
}
@media only screen and (max-width: 767px) {
  .contact .c_box {
    max-width: 280px;
  }
}
.contact .c_box__02 {
  display: flex;
  padding: 30px 0 40px;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .contact .c_box__02 {
    flex-direction: column;
    gap: 0;
  }
}
.contact .c_box__02 ul {
  padding: 5px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .contact .c_box__02 .li_sp {
    letter-spacing: -0.04em;
    font-size: 14px;
  }
}
.contact .c_box__03 {
  padding: 30px 0 43px;
}
.contact .c_box__03 ul {
  padding: 8px 0 0 0;
}
.contact .c_box__03 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  .contact .c_box__03 li {
    margin-bottom: 15px;
    padding-left: 25px;
  }
}
.contact .c_box__03 li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 9.54px;
  height: 9.54px;
  background-color: #A7C6E9;
  border-radius: 50%;
}
.contact .c_box__04 {
  padding: 36px 0 56px;
  border-bottom: none;
}
.contact .c_box .box_title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #A7C6E9;
}
@media only screen and (max-width: 767px) {
  .contact .c_box .box_title {
    font-size: 16px;
    text-align: center;
  }
}
.contact .c_box .c_item__01 {
  padding: 0 0 23px 0;
  display: flex;
  gap: 118px;
}
@media only screen and (max-width: 767px) {
  .contact .c_box .c_item__01 {
    padding: 0 0 60px 0;
    flex-direction: column;
    gap: 0;
  }
}
.contact .c_box .c_item__01 p {
  padding: 5px 0 0 0;
  line-height: 2;
}
.contact .c_box .c_item__02 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .contact .c_box .c_item__02 {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.contact .c_box .c_item__02 .item_title {
  width: 419px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact .c_box .c_item__02 .item_title {
    width: 280px;
    font-size: 15px;
  }
}
.contact .c_box .c_item__02 .c_item_box__item {
  width: 419px;
  padding: 30px 0 35px;
  border: 0.5px solid #5D5F69;
}
@media only screen and (max-width: 767px) {
  .contact .c_box .c_item__02 .c_item_box__item {
    width: 280px;
    border: 1px solid rgba(93, 95, 105, 0.5);
  }
}
.contact .c_box .c_item__02 .c_item_box__item__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 108px;
}
@media only screen and (max-width: 767px) {
  .contact .c_box .c_item__02 .c_item_box__item__inner {
    height: 150px;
  }
}
.contact .c_box .c_item__02 .c_item_box__item__inner__02 {
  flex-direction: unset;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .contact .c_box .c_item__02 .c_item_box__item__inner__02 {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.contact .c_box .c_item__02 .c_item_box__01 p {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contact .c_box .c_item__02 .c_item_box__01 p {
    text-align: center;
  }
}
.contact .c_box .c_item__02 .c_item_box__01 .item_title {
  background-color: #A7C6E9;
}
.contact .c_box .c_item__02 .c_item_box__02 p {
  font-weight: 600;
  color: #30AE48;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .contact .c_box .c_item__02 .c_item_box__02 p {
    text-align: center;
  }
}
.contact .c_box .c_item__02 .c_item_box__02 .item_title {
  background-color: #5D5F69;
}/*# sourceMappingURL=index.css.map */