/* --------------------------------------------------
 FACILITIES
-------------------------------------------------- */
/* ------------------------------
 SEC_OFFICE
------------------------------ */
#sec_office .l_inner {
  position: relative;
}
#sec_office .l_flex {
  margin-top: 40px;
}
#sec_office .title {
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}
#sec_office .title:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
  background: #29B6F6;
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  left: 0;
}
@media screen and (min-width: 1281px) {
  #sec_office .item {
    width: calc((100% - 140px) / 2);
  }
  #sec_office .item:nth-child(even) {
    margin-left: 140px;
  }
  #sec_office .item:nth-child(n+3) {
    margin-top: 70px;
  }
  #sec_office .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_office .item {
    width: calc((100% - 50px) / 2);
  }
  #sec_office .item:nth-child(even) {
    margin-left: 50px;
  }
  #sec_office .item:nth-child(n+3) {
    margin-top: 50px;
  }
  #sec_office .title {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  #sec_office .l_flex_thumbtxt {
    display: felex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #sec_office .l_flex {
    display: block;
  }
  #sec_office .item:nth-child(n+2) {
    margin-top: 25px;
  }
  #sec_office .title {
    font-size: 18px;
  }
}

/* ------------------------------
 SEC_FACILITIES
------------------------------ */
@media screen and (min-width: 1281px) {
  .sec_detail + .sec_detail {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec_detail + .sec_detail {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec_detail + .sec_detail {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1281px) {
  .sec_detail .title_wrap .txt_note {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec_detail .title_wrap .txt_note {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .sec_detail .title_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .sec_detail .title_wrap .txt_note {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec_detail .title_wrap {
    margin-bottom: 30px;
  }
  .sec_detail .title_wrap .txt_note {
    font-size: 14px;
  }
}

.contact-wrap {
  background: url(../../assets/img/index/co_bg_08.webp) repeat;
  position: relative;
  padding-top: 100px;
  padding-bottom: 260px;
}
@media screen and (max-width: 767px) {
  .contact-wrap {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.contact-wrap .inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 15px;
}
.contact-wrap .inner .note {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  font-family: "NotoSansJP-Medium", sans-serif;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .inner .note {
    margin-bottom: 40px;
  }
}
.contact-wrap .inner .form-wrap {
  max-width: 880px;
  margin: auto;
}

select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 98%;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 20px;
  }
}

.form-group label {
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .form-group label {
    margin-bottom: 10px;
  }
}

.form-group .input_box,
.form-group .select_box {
  height: 50px;
}

.form-group .select_box {
  display: flex;
  align-items: center;
}

.form-group .input_box input,
.form-group .select_box {
  width: 100%;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  line-height: 1.8;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #333333;
}

.form-group .input_box input:focus-visible {
  outline: none;
}

.form-group .text_box {
  box-sizing: border-box;
}

.form-group .text_box textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  line-height: 1.8;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #333333;
}

.form-group .text_box textarea:focus-visible {
  outline: none;
}

.form-group.center_item {
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.form-group.center_item label {
  width: auto;
  line-height: 1;
}

.form-group .required {
  display: inline-block;
  color: #fff;
  background: #e20101;
  font-size: 12px;
  padding: 2px 10px 3px;
  margin-left: 10px;
  transform: translateY(-2px);
  line-height: 1;
}

.form-group .checkbox {
  width: 30px;
  height: 30px;
  outline: none;
  margin-right: 20px;
}

.form-group.submit_btn {
  width: 208px;
  height: 48px;
  line-height: 48px;
  background-color: #28b3f1;
  color: #ffffff;
  font-size: 16px;
  margin: auto;
  text-align: center;
  border-radius: 30px;
}

.form-group.last-group {
  margin-bottom: 60px;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc;
}

input::placeholder,
textarea::placeholder {
  color: #cccccc;
}

.wpcf7 input[type=radio] {
  margin-top: -4px;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px !important;
}

.form-group .flex_warp {
  display: flex;
  margin-top: 16px;
}
.form-group .flex_warp label {
  display: inline-block;
  margin-right: 16px;
}

.confirm-form {
  font-family: "NotoSansJP-Medium";
  width: 34.7222222222vw;
}
.confirm-form .confirm_text {
  background-color: #ffffff;
  line-height: 50px;
  padding: 0 25px;
}

.thanks-text {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.top_back_btn {
  width: 208px;
  height: 48px;
  line-height: 48px;
  background-color: #28b3f1;
  color: #ffffff;
  font-size: 16px;
  margin: 60px auto 0;
  text-align: center;
  border-radius: 30px;
  transition: 0.3s;
}
.top_back_btn:hover {
  background: #fcbb00;
}/*# sourceMappingURL=contact.css.map */