/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.sp {
  display: none;
}

.ani_text {
  padding: inherit;
}

.ani_through {
  display: inline-block;
  overflow: hidden;
}

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

.c_page_bg {
  background: #f1f3f5;
}

.c_page_low_mv .c_mv__container {
  position: relative;
}

.js__parralax01 {
  transition: transform 600ms cubic-bezier(0.28, 0.8, 0.42, 0.99);
}

.color01 {
  color: #e53935;
}

.c_mv__ttl {
  position: absolute;
  left: clamp(12rem, 22.66vw - 5.4rem, 38.1rem);
  top: clamp(9.5rem, 17.27vw - 3.77rem, 29.4rem);
}
.c_mv__bg {
  overflow: hidden;
}

.c_mv__ttl {
  padding-right: 20px;
  z-index: 2;
}
.c_mv__ttl__en {
  font-size: clamp(4rem, 1.74vw + 2.67rem, 6rem);
  font-family: "Poppins", sans-serif;
  color: #fff;
  display: block;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.6145833333vw;
}
.c_mv__ttl__jp {
  font-size: clamp(1.8rem, 0.17vw + 1.67rem, 2rem);
  font-weight: bold;
  display: block;
  color: #fff;
}

.c_page_low_mv.no_img {
  height: 700px;
}
.c_page_low_mv.no_img .c_mv__container {
  height: 100%;
}
.c_page_low_mv.no_img .c_mv__wrap_ttl {
  background: #fff;
  height: 100%;
  width: 100%;
}
.c_page_low_mv.no_img .c_mv__ttl {
  top: clamp(9.5rem, 17.27vw - 3.77rem, 20.6rem);
  max-width: 1160px;
  padding-right: 0;
  width: calc(100% - clamp(12rem, 22.66vw - 5.4rem, 38.1rem) - clamp(60px, 160px, 8.33vw) - 20px);
}
.c_page_low_mv.no_img .c_ttl {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 143px 0;
}
.c_page_low_mv.no_img .c_ttl::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #dee1e4;
}

.c_mv__container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c_ttl {
  margin-bottom: 51px;
}
.c_ttl__en {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 28px;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.c_ttl__en::before {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  width: 13px;
  height: 13px;
  background: #E53935;
  border-radius: 50%;
}
.c_ttl__jp {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  display: block;
  letter-spacing: 0;
}
.c_ttl.style01 .c_ttl__en {
  padding-left: 0;
  padding-right: 0;
}
.c_ttl.style01 .c_ttl__en::before {
  content: none;
}
.c_ttl.style01 .c_ttl__en,
.c_ttl.style01 .c_ttl__jp {
  color: #fff;
}

.c_form {
  position: relative;
  margin-bottom: 32px;
  background: #f1f3f5;
  padding-left: 160px;
  padding-left: clamp(60px, 160px, 8.33vw);
  padding-right: 160px;
  padding-right: clamp(60px, 160px, 8.33vw);
}
.c_form__wrap {
  position: relative;
  background: #fff;
  top: -129px;
}
.c_form__wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  height: 100%;
  background: #fff;
  width: 160px;
  width: clamp(60px, 160px, 8.33vw);
}
.c_form__container {
  position: relative;
  max-width: 1200px;
  padding: 0 20px 152px 20px;
  margin: 0 0 0 clamp(4rem, 13.89vw - 6.67rem, 20rem);
  background: #fff;
}
.c_form__txt {
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 32px;
}
.c_form__txt01 {
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 11px;
}
.c_form__tel a {
  text-decoration: none;
  color: #344454;
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 1.2;
  pointer-events: none;
}
.c_form__tel .colon_mark {
  position: relative;
  top: -3px;
  display: inline-block;
  margin: 0 13px;
}
.c_form__time {
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 165px;
}
.c_form__time .time_txt {
  display: inline-block;
  margin-right: 16px;
}
.c_form__head {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  color: #344454;
}
.c_form__required {
  position: relative;
  top: -2px;
  left: 2px;
  color: #E53935;
}
.c_form__input, .c_form__textarea {
  background: #f1f3f5;
  line-height: 1.5;
  padding: 28px;
  width: 100%;
}
.c_form__input:focus, .c_form__textarea:focus {
  outline: 0;
}
.c_form__input::placeholder, .c_form__textarea::placeholder {
  color: rgba(52, 68, 84, 0.2);
  opacity: 1;
  letter-spacing: 0;
}
.c_form__textarea {
  height: 300px;
  resize: none;
}
.c_form__ttl {
  color: #344454;
  letter-spacing: 0;
  font-size: 2rem;
  font-weight: bold;
  margin: 100px 0 35px;
}
.c_form__info {
  background: #f1f3f5;
  line-height: 1.5;
  padding: 56px 40px;
  width: 100%;
  height: 300px;
  margin-bottom: 73px;
}
.c_form__info .des {
  color: #344454;
  line-height: 2;
  height: 100%;
  overflow-y: auto;
  padding-right: 20px;
}
.c_form__agree {
  text-align: center;
  margin-bottom: 68px;
}
.c_form__agree input {
  display: none;
}
.c_form__agree label {
  position: relative;
  padding-left: 10px;
  transition: all 0.5s;
}
.c_form__agree label:hover {
  opacity: 0.8;
}
.c_form__agree label::before {
  content: "";
  position: relative;
  top: 7px;
  left: -13px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #344454;
}
.c_form__agree label::after {
  content: "";
  position: absolute;
  top: 48%;
  left: 4px;
  transform: translateY(-50%);
  width: 14px;
  height: 10px;
  background: url(../img/common/icon_check.svg) no-repeat center/contain;
  opacity: 0;
}
.c_form__agree input:checked + label::after {
  opacity: 1;
}
.c_form__agree input:checked + label::before {
  background: #344454;
}
.c_form__agree .c_form__required {
  left: 4px;
  top: 0;
}
.c_form__radio {
  display: flex;
  flex-wrap: wrap;
}
.c_form__radio li {
  width: min(200px, 13.3333333333vw);
  margin-right: 1.0416666667vw;
  transition: all 0.5s;
  background: #f1f3f5;
}
.c_form__radio li:last-child {
  margin-right: 0;
}
.c_form__radio li:hover {
  opacity: 0.8;
}
.c_form__radio label {
  position: relative;
  width: 100%;
  padding: 1.25vw 1.5625vw;
  background: #f1f3f5;
  display: inline-flex;
}
.c_form__radio .txt_radio {
  display: inline-block;
  letter-spacing: 0;
}
.c_form__radio input {
  display: none;
}
.c_form__radio .checkmark {
  position: relative;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #344454;
  display: inline-block;
  margin-right: 20px;
  flex-shrink: 0;
}
.c_form__radio .checkmark::after {
  position: absolute;
  content: "";
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.c_form__radio input:checked ~ .checkmark::after {
  display: block;
  background: #344454;
}

.c_form__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.c_form__row dt {
  width: 260px;
  flex-shrink: 0;
  margin-right: 40px;
  padding-top: 28px;
}
.c_form__row dd {
  width: calc(100% - 300px);
  flex-shrink: 0;
}
.c_form__row:last-child {
  margin-bottom: 0;
}

.c_btn_border {
  height: 130px;
  max-width: 500px;
  margin: 0px auto;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 2rem;
  font-family: inherit;
  line-height: 1;
  border: 1px solid #344454;
  transition: all 0.5s;
}

.c_btn_border:hover {
  background-color: #344454;
  color: #fff;
}

.c_low__parralax_bg {
  position: relative;
  overflow: hidden;
  height: 41.6666666667vw;
}
.c_low__parralax_bg .wrap_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
  overflow: hidden;
}
.c_low__parralax_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
  .c_form__row dt {
    width: 43%;
    margin-right: auto;
  }
  .c_form__row dd {
    width: 55%;
    font-size: 1.8rem;
  }
  .c_form__radio li {
    width: 100%;
    margin: 0 0 5px;
  }
  .c_form__radio li label {
    padding: 20px;
  }
  .c_form__radio li:last-child {
    margin-bottom: 0;
  }
  .c_form__time {
    margin-bottom: 80px;
  }
  .c_page_low_mv.no_img {
    height: 540px;
  }
  .c_page_low_mv.no_img .c_ttl {
    padding: 0 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .c_page_low_mv {
    height: 260px;
  }
  .c_page_low_mv .c_mv__container,
.c_page_low_mv .c_mv__bg {
    height: 100%;
  }
  .c_page_low_mv .c_mv__container {
    padding-left: 40px;
  }
  .c_page_low_mv.no_bg_sp .c_mv__container {
    padding-left: 0;
  }
  .c_mv__bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .c_mv__ttl {
    left: 65px;
    top: 50%;
    transform: translateY(-50%);
  }
  .c_mv__ttl__en {
    font-size: 3rem;
  }
  .c_mv__ttl__jp {
    line-height: 1.2;
  }
  .c_page_low_mv.no_img {
    height: 260px;
  }
  .c_page_low_mv.no_img .c_mv__ttl {
    width: calc(100% - 140px);
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
  .c_page_low_mv.no_img .c_ttl {
    padding-bottom: 60px;
  }
  .c_page_low_mv.no_bg_sp .c_mv__ttl {
    width: calc(100% - 40px) !important;
    left: 20px !important;
  }
  .c_ttl {
    margin-bottom: 35px;
  }
  .c_ttl__en {
    font-size: 3rem;
    margin-bottom: 15px;
    padding-left: 20px;
  }
  .c_ttl__en::before {
    top: 8px;
    width: 8px;
    height: 8px;
  }
  .c_ttl__jp {
    font-size: 1.8rem;
  }
  .c_btn_border {
    height: 70px;
    max-width: 300px;
    font-size: 1.6rem;
  }
  .c_form {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .c_form__container {
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .c_form__wrap {
    top: -10px;
    padding-bottom: 50px;
  }
  .c_form__wrap::after {
    content: none;
  }
  .c_form__time {
    margin-bottom: 60px;
  }
  .c_form__head {
    font-size: 1.8rem;
  }
  .c_form__required {
    left: 0;
  }
  .c_form__info {
    padding: 50px 35px;
  }
  .c_form__info .des {
    padding-right: 10px;
  }
  .c_form__txt, .c_form__txt01, .c_form__time {
    font-size: 1.4rem;
  }
  .c_form__tel a {
    font-size: 3rem;
    pointer-events: all;
  }
  .c_form__tel .colon_mark {
    top: 0;
  }
  .c_form__input, .c_form__textarea {
    padding: 15px;
    font-size: 1.4rem;
  }
  .c_form__info {
    padding: 25px;
    height: 310px;
    margin-bottom: 30px;
  }
  .c_form__info .des {
    font-size: 1.4rem;
  }
  .c_form__ttl {
    margin-top: 0;
  }
  .c_form__agree {
    margin-bottom: 40px;
  }
  .c_form__agree label {
    padding-left: 0;
    font-size: 1.4rem;
  }
  .c_form__agree label::before {
    top: 2px;
    left: -9px;
    width: 15px;
    height: 15px;
    margin-right: 0;
  }
  .c_form__agree label::after {
    top: 53%;
    left: -7px;
    width: 10px;
    height: 6px;
  }
  .c_form__agree .c_form__required {
    left: 0;
  }
  .c_form__textarea {
    height: 220px;
  }
  .c_form__radio .txt_radio {
    font-size: 1.4rem;
  }
  .c_form__radio .checkmark {
    height: 16px;
    width: 16px;
    top: 2px;
    margin-right: 10px;
  }
  .c_form__row {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .c_form__row dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .c_form__row dd {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .c_form__txt, .c_form__txt01 {
    font-size: 1.3rem;
  }
  .c_form__tel .colon_mark {
    margin: 0 4px;
  }
  .c_form__ttl {
    font-size: 1.8rem;
  }
  .c_form__time .time_txt {
    font-size: 1.3rem;
  }
  .c_form__info {
    padding: 25px 10px;
  }
  .c_form__info .des {
    font-size: 1.3rem;
  }
  .c_form__agree label {
    font-size: 1.3rem;
  }
  .c_form__agree label::after {
    top: 52%;
    left: -6px;
  }
  .c_form__agree .c_form__required {
    position: absolute;
    right: -7px;
    left: auto;
    top: -4px;
  }
  .c_form__radio .txt_radio {
    font-size: 1.3rem;
  }
  .c_page_low_mv.no_img .c_mv__ttl {
    left: 60px;
    width: calc(100% - 110px);
  }
}

/*# sourceMappingURL=common_low.css.map */
