@charset "UTF-8";
#index {
  /* FV
  ---------------------------------------------------------------------------- */
  /* こんなお悩み、ありませんか？
  ---------------------------------------------------------------------------- */
  /* 住マッチングとは
  ---------------------------------------------------------------------------- */
  /* 選ばれる理由
  ---------------------------------------------------------------------------- */
  /* サービスの流れ
  ---------------------------------------------------------------------------- */
  /* CTA
  ---------------------------------------------------------------------------- */
  /* お客様の声
  ---------------------------------------------------------------------------- */
  /* スタッフ紹介
  ---------------------------------------------------------------------------- */
  /* よくある質問
  ---------------------------------------------------------------------------- */
  /* お問い合わせフォーム
  ---------------------------------------------------------------------------- */
  /* 
  ---------------------------------------------------------------------------- */
}
#index .p-fv {
  background: url(../img/index/bg_fv.jpg) no-repeat center center/cover;
  padding-top: 3.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-fv {
    background: url(../img/index/bg_fv_sp.png) no-repeat center center/cover;
  }
}
#index .p-fv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13.5rem;
  background-color: #F08300;
}
#index .p-fv .txt-box {
  position: relative;
  background: url(../img/index/bg_fv_txt.png) no-repeat center center/contain;
  padding: 18.6rem 0 12.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box {
    padding: 8rem 0 4rem;
    background: url(../img/index/bg_fv_txt_sp.png) no-repeat center center/contain;
  }
}
#index .p-fv .txt-box .ttl {
  text-align: center;
  font-size: 6rem;
  font-weight: 500;
  color: #172A88;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box .ttl {
    padding-left: 1rem;
    font-size: 3.1rem;
  }
}
#index .p-fv .txt-box .txt {
  margin-top: 2rem;
  font-size: 2.4rem;
  line-height: 1.7;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box .txt {
    margin-top: 2.5rem;
    opacity: 0.6;
    font-size: 1.6rem;
  }
}
#index .p-fv .txt-box .txt span {
  display: block;
}
#index .p-fv .txt-box .txt span:nth-child(n+2) {
  margin-top: 1rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box .txt span:nth-child(n+2) {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
#index .p-fv .txt-box .c-btn {
  margin-top: 4.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box .c-btn {
    margin-top: 2.5rem;
  }
}
#index .p-fv .img-box .img01, #index .p-fv .img-box .img02 {
  position: absolute;
  bottom: -3rem;
  width: 42.5rem;
  transform: translateX(-50%);
  left: calc(50% - 50rem);
}
@media screen and (max-width: 767px) {
  #index .p-fv .img-box .img01, #index .p-fv .img-box .img02 {
    width: 14rem;
    left: calc(50% - 12rem);
    bottom: 0;
  }
}
#index .p-fv .img-box .img02 {
  left: calc(50% + 50rem);
  width: 47rem;
}
@media screen and (max-width: 767px) {
  #index .p-fv .img-box .img02 {
    width: 11rem;
    left: calc(50% + 14rem);
    bottom: 0;
  }
}
#index .p-worries {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  #index .p-worries {
    padding-top: 5rem;
  }
  #index .p-worries .c-secttl-box .c-secttl {
    font-size: 3rem;
  }
}
#index .p-worries .img {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #index .p-worries .img {
    margin-top: 1.5rem;
  }
}
#index .p-about {
  padding-top: 7.3rem;
}
@media screen and (max-width: 767px) {
  #index .p-about {
    margin-top: -2px;
    padding-top: 0;
  }
}
#index .p-about .content {
  background-color: #FFFBE7;
  position: relative;
}
#index .p-about .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4rem;
  width: 13.2rem;
  height: 21.6rem;
  background: url(../img/index/img_about_01.png) no-repeat center center/contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #index .p-about .content::before {
    width: 8.6rem;
    height: 14rem;
    top: 9rem;
    left: -1rem;
  }
}
#index .p-about .content::after {
  content: "";
  position: absolute;
  top: 0;
  right: -5rem;
  width: 13.2rem;
  height: 21.6rem;
  background: url(../img/index/img_about_02.png) no-repeat center center/contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #index .p-about .content::after {
    width: 7.8rem;
    height: 14rem;
    right: -1rem;
    top: 9rem;
  }
}
#index .p-about .content .ttl-box .ttl {
  padding: 1.6rem 0 3.1rem;
  background-color: #F08300;
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .ttl-box .ttl {
    padding: 3.5rem 0 4.7rem;
  }
}
#index .p-about .content .ttl-box .ttl img {
  max-width: 40rem;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .ttl-box .ttl img {
    max-width: 30rem;
  }
}
#index .p-about .content .txt-box {
  padding: 6rem 5.5rem 7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .txt-box {
    padding: 4.5rem 1.5rem 5.5rem;
  }
}
#index .p-about .content .txt-box .ttl {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#index .p-about .content .txt-box .ttl img {
  width: 20.2rem;
}
#index .p-about .content .txt-box .lead {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .txt-box .lead {
    margin-top: 2.5rem;
    line-height: 1.6;
    font-size: 2.2rem;
  }
}
#index .p-about .content .txt-box .lead .-l {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .txt-box .lead .-l {
    font-size: 2.4rem;
  }
}
#index .p-about .content .txt-box .list {
  margin-top: 5.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .txt-box .list {
    max-width: 24.6rem;
    margin: 5rem auto 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.8rem;
  }
}
#index .p-about .content .txt-box .list li {
  background-color: #F08300;
  border-radius: 1rem;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
#index .p-about .content .txt-box .list li::before {
  content: "";
  position: absolute;
  top: -3rem;
  transform: translateX(-50%);
  left: 50%;
  width: 6.4rem;
  height: 4.9rem;
  z-index: 2;
  background: url(../img/index/icon_about.svg) no-repeat center center/contain;
}
#index .p-about .content .txt-box .list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #fff;
  border-radius: 1rem;
}
#index .p-about .content .txt-box .txt01 {
  margin-top: 2.4rem;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .txt-box .txt01 {
    font-size: 2.2rem;
    line-height: 1.7;
  }
}
#index .p-about .content .txt-box .txt01 .-l {
  font-size: 2.4rem;
}
#index .p-about .content .txt-box .txt02 {
  margin-top: 0.5rem;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .txt-box .txt02 {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
#index .p-about .content .txt-box .txt02 .-l {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .txt-box .txt02 .-l {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #index .p-about .content .txt-box .txt02 .-ll {
    font-size: 1.8rem;
  }
}
#index .p-about .content .txt-box .catch {
  margin-top: 2rem;
  padding: 2.4rem 1rem;
  background-color: #F7E5D0;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .txt-box .catch {
    margin-top: 1.4rem;
    padding: 1.5rem 0.2rem;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
#index .p-reason {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  #index .p-reason {
    padding-top: 7rem;
  }
}
#index .p-reason .list {
  margin-top: 10.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-reason .list {
    margin-top: 6.6rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 6rem;
  }
}
#index .p-reason .list_item {
  background-color: #FFFBE7;
  padding: 3rem 2rem 4rem;
  border-top: 2px solid #172A88;
  border-bottom: 2px solid #172A88;
  position: relative;
}
#index .p-reason .list_item_num {
  position: absolute;
  top: -5.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.4rem;
  height: 5.5rem;
  background: url(../img/index/icon_reason.svg) no-repeat center center/contain;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.4rem;
  font-weight: 700;
  padding-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  #index .p-reason .list_item_num {
    font-size: 4rem;
    width: 6rem;
    height: 5.2rem;
    top: -5.2rem;
  }
}
#index .p-reason .list_item_ttl {
  margin-top: 3.6rem;
  color: #F08300;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-reason .list_item_ttl {
    margin-top: 2.8rem;
    font-size: 2.4rem;
  }
}
#index .p-reason .list_item_txt {
  margin-top: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #index .p-reason .list_item_txt {
    margin-top: 1.4rem;
  }
}
#index .p-service {
  padding-top: 15rem;
  padding-bottom: 23rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-service {
    padding-top: 7rem;
    padding-bottom: 15.8rem;
  }
}
#index .p-service::before {
  content: "";
  position: absolute;
  bottom: 3.4rem;
  transform: translateX(-50%);
  left: calc(50% + 32rem);
  width: 54.8rem;
  height: 25rem;
  background: url(../img/index/img_service.png) no-repeat center center/contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #index .p-service::before {
    width: 34.5rem;
    height: 15.8rem;
    left: 50%;
    bottom: 0;
  }
}
#index .p-service .list {
  margin-top: 4rem;
}
#index .p-service .list_item {
  background-color: #FCF0E6;
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-service .list_item {
    flex-direction: column;
    justify-content: center;
    padding: 4rem 3rem;
  }
}
#index .p-service .list_item:nth-child(n+2) {
  margin-top: 3.4rem;
}
#index .p-service .list_item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: -2.6rem;
  transform: translateX(-50%);
  left: 50%;
  width: 2.4rem;
  height: 2rem;
  background: url(../img/common/arrow_bottom.svg) no-repeat center center/contain;
}
#index .p-service .list_item_img {
  width: 15rem;
  margin-right: 4.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-service .list_item_img {
    width: 12rem;
    margin-right: 0;
  }
}
#index .p-service .list_item_ttl-box {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  #index .p-service .list_item_ttl-box {
    margin-top: 1.4rem;
    width: 100%;
  }
}
#index .p-service .list_item_num {
  font-size: 1.8rem;
  font-weight: 700;
  color: #F08300;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #index .p-service .list_item_num {
    text-align: center;
  }
}
#index .p-service .list_item_ttl {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .p-service .list_item_ttl {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #index .p-service .list_item_txt {
    width: 100%;
    margin-top: 1rem;
    letter-spacing: 0.04em;
  }
  #index .p-service .list_item_txt.-sp-center {
    text-align: center;
  }
  #index .p-service .list_item_txt.-pl50 {
    padding-left: 5rem;
  }
}
#index .p-cta {
  padding: 5.8rem 0;
  background: url(../img/index/bg_cta.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .p-cta {
    padding: 6rem 0 5rem;
    background: url(../img/index/bg_cta_sp.jpg) no-repeat center center/cover;
  }
}
#index .p-cta .catch {
  background: url(../img/index/bg_cta_catch.png) no-repeat center center/contain;
  width: 42rem;
  height: 5.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F08300;
  font-weight: 700;
  font-size: 2.4rem;
  padding-bottom: 0.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index .p-cta .catch {
    width: 30.6rem;
    height: 5rem;
    font-size: 1.8rem;
  }
}
#index .p-cta .ttl {
  margin-top: -0.5rem;
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-cta .ttl {
    font-size: 2.2rem;
  }
}
#index .p-cta .ttl .-s {
  font-size: 3.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #index .p-cta .ttl .-s {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
#index .p-cta .img {
  margin: 1rem auto 0;
  width: 25.3rem;
}
#index .p-cta .c-btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #index .p-cta .c-btn {
    margin-top: 0;
  }
}
#index .p-voice {
  padding: 16rem 0 14rem;
}
@media screen and (max-width: 767px) {
  #index .p-voice {
    padding: 4rem 0 5rem;
  }
}
#index .p-voice .content {
  background-color: #F5E7D7;
  padding: 6rem 6.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-voice .content {
    padding: 5rem 1.5rem 7rem;
  }
}
#index .p-voice .content .list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-voice .content .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
#index .p-voice .content .list_item {
  border: 2px solid #F08300;
  border-radius: 1rem;
  background-color: #FFFBE7;
  padding: 2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  #index .p-voice .content .list_item {
    padding: 2rem 1.5rem;
  }
}
#index .p-voice .content .list_item_img {
  width: 12.4rem;
  margin: 0 auto;
}
#index .p-voice .content .list_item_name {
  margin-top: 1.4rem;
  text-align: center;
  font-weight: 700;
}
#index .p-voice .content .list_item_txt {
  margin-top: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #index .p-voice .content .list_item_txt {
    margin-top: 1.6rem;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
#index .p-staff {
  padding-top: 11.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-staff {
    padding-top: 6rem;
  }
}
#index .p-staff .content {
  background: url(../img/index/bg_staff.png) no-repeat center center/contain;
  padding: 13rem 9rem 7rem;
}
@media screen and (max-width: 767px) {
  #index .p-staff .content {
    padding: 7.3rem 1.4rem 5rem;
    background: url(../img/index/bg_staff_sp.png) no-repeat center center/contain;
  }
}
#index .p-staff .content .c-secttl-box .c-secttl {
  padding-left: 6rem;
  position: relative;
}
#index .p-staff .content .c-secttl-box .c-secttl::before {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: -0.5rem;
  width: 5.7rem;
  height: 6.8rem;
  background: url(../img/index/icon_staff.svg) no-repeat center center/contain;
}
#index .p-staff .content .list {
  margin-top: 7.7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-staff .content .list {
    margin-top: 4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
#index .p-staff .content .list_item {
  background-color: #fff;
}
#index .p-staff .content .list_item_txt-box {
  padding: 1.9rem 3rem 3.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-staff .content .list_item_txt-box {
    padding: 2.4rem 1.3rem;
  }
}
#index .p-staff .content .list_item_name {
  padding-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 0.5rem solid #F9F1E7;
}
@media screen and (max-width: 767px) {
  #index .p-staff .content .list_item_name {
    font-size: 2rem;
  }
}
#index .p-staff .content .list_item_txt {
  margin-top: 1.1rem;
  font-weight: 500;
  line-height: 1.7;
}
#index .p-faq {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  #index .p-faq {
    padding-top: 7rem;
  }
}
#index .p-faq dl {
  margin-top: 8.6rem;
}
@media screen and (max-width: 767px) {
  #index .p-faq dl {
    margin-top: 3.6rem;
  }
}
#index .p-faq dl .item:nth-child(n+2) {
  margin-top: 0.8rem;
}
#index .p-faq dl .item dt {
  background-color: #F7F7F7;
  padding: 2rem 6.4rem 2rem 8.4rem;
  border-radius: 1rem;
  font-weight: 500;
  line-height: 1.7;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-faq dl .item dt {
    padding: 1.6rem 4.4rem 1.6rem 6.4rem;
  }
}
#index .p-faq dl .item dt span {
  width: 3.6rem;
  height: 3.6rem;
  background-color: #131938;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.4rem;
}
@media screen and (max-width: 767px) {
  #index .p-faq dl .item dt span {
    top: 1.6rem;
    transform: translate(0);
    left: 1.6rem;
  }
  #index .p-faq dl .item dt span.-center-sp {
    top: 50%;
    transform: translateY(-50%);
  }
}
#index .p-faq dl .item dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
  width: 1.6rem;
  height: 2px;
  background-color: #131938;
}
@media screen and (max-width: 767px) {
  #index .p-faq dl .item dt::before {
    right: 1.6rem;
  }
}
#index .p-faq dl .item dt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.1rem;
  width: 2px;
  height: 1.6rem;
  background-color: #131938;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #index .p-faq dl .item dt::after {
    right: 2.3rem;
  }
}
#index .p-faq dl .item dt.is-open::after {
  opacity: 0;
}
#index .p-faq dl .item dd {
  display: none;
  font-size: 1.4rem;
  padding: 2.4rem 8.4rem;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-faq dl .item dd {
    padding: 1.6rem 1.6rem 1rem 6.4rem;
  }
}
#index .p-faq dl .item dd span {
  width: 3.6rem;
  height: 3.6rem;
  background-color: #F08300;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #index .p-faq dl .item dd span {
    top: 1.6rem;
    left: 1.6rem;
    transform: translate(0);
  }
}
#index .p-contact {
  margin-top: 17.8rem;
  background: url(../img/index/bg_contact.png) no-repeat center center/cover;
  padding: 8.5rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-contact {
    margin-top: 11.2rem;
    padding: 8.5rem 0 4.5rem;
    background: url(../img/index/bg_contact_sp.png) no-repeat center center/cover;
  }
  #index .p-contact .c-secttl-box .c-secttl {
    font-size: 3rem;
  }
}
#index .p-contact .c-secttl {
  letter-spacing: 0.04em;
}
#index .p-contact .txt {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-contact .txt {
    font-size: 1.3rem;
  }
}
#index .p-contact::before {
  content: "";
  position: absolute;
  top: -17rem;
  left: calc(50% - 58rem);
  transform: translateX(-50%);
  width: 22.5rem;
  height: 30rem;
  background: url(../img/index/img_contact.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-contact::before {
    left: 2rem;
    transform: translate(0);
    width: 13.3rem;
    height: 17.7rem;
    top: -6rem;
  }
}
#index .p-contact .content {
  background-color: #fff;
  padding: 7rem 12.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-contact .content {
    padding: 4rem 1.5rem;
  }
}
#index .p-contact .content .form {
  margin-top: 3rem;
}
#index .p-contact .content .form dl .item:nth-child(n+2) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-contact .content .form dl .item:nth-child(n+2) {
    margin-top: 2.4rem;
  }
}
#index .p-contact .content .form dl .item:nth-child(n+2).-mt8 {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-contact .content .form dl .item:nth-child(n+2).-mt8 {
    margin-top: 2.4rem;
  }
}
#index .p-contact .content .form dl .item dd {
  margin-top: 0.8rem;
}
#index .p-contact .content .form dl .item dd .flex {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-contact .content .form dl .item dd .flex {
    flex-direction: column;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  #index .p-contact .content .form dl .item dd .input-box {
    width: 100%;
  }
}
#index .p-contact .content .form dl .item dd .input-box input {
  background-color: #F7F7F7;
  width: 100%;
  height: 4.6rem;
  padding: 0 1.6rem;
  border-radius: 0.8rem;
}
#index .p-contact .content .form dl .item dd .input-box input::placeholder {
  color: #999999;
}
#index .p-contact .content .form dl .item dd .input-box.-ss input {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  #index .p-contact .content .form dl .item dd .input-box.-ss input {
    width: 100%;
  }
}
#index .p-contact .content .form dl .item dd .input-box.-s input {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  #index .p-contact .content .form dl .item dd .input-box.-s input {
    width: 100%;
  }
}
#index .p-contact .content .form dl .item dd .textarea-box {
  position: relative;
  z-index: 1;
}
#index .p-contact .content .form dl .item dd .textarea-box textarea {
  background-color: #F7F7F7;
  width: 100%;
  height: 24rem;
  border-radius: 0.6rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-contact .content .form dl .item dd .textarea-box textarea {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
#index .p-contact .content .form .check-box {
  display: flex;
  align-items: center;
  gap: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-contact .content .form .check-box {
    display: block;
  }
}
#index .p-contact .content .form .check-box .error {
  position: absolute;
  top: 2rem;
  left: 3rem;
}
@media screen and (max-width: 767px) {
  #index .p-contact .content .form .check-box .error {
    left: 4rem;
    top: 3.8rem;
  }
}
#index .p-contact .content .form .check-box label {
  display: block;
}
@media screen and (max-width: 767px) {
  #index .p-contact .content .form .check-box label:nth-child(n+2) {
    margin-top: 1.3rem;
  }
}
#index .p-contact .content .form .check-box label input[type=checkbox] {
  display: none;
}
#index .p-contact .content .form .check-box label input:checked + span::after {
  opacity: 1;
}
#index .p-contact .content .form .check-box label span {
  position: relative;
  font-size: 1.6rem;
  display: block;
  line-height: 1.4;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  #index .p-contact .content .form .check-box label span {
    padding-left: 4rem;
  }
}
#index .p-contact .content .form .check-box label span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  border: 1px solid #999;
  background-color: #fff;
}
#index .p-contact .content .form .check-box label span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.2rem;
  width: 1.6rem;
  height: 1.5rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/icon_check.svg);
  background-color: #131938;
  opacity: 0;
}
#index .p-contact .content .form .privacy-box {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-contact .content .form .privacy-box {
    margin-top: 2.4rem;
  }
}
#index .p-contact .content .form .privacy-box .privacy {
  margin: 1.8rem auto 0;
  height: 15rem;
  border: 1px solid #ddd;
  overflow-y: scroll;
  padding: 1rem 1.6rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-contact .content .form .privacy-box .privacy {
    margin-top: 1rem;
  }
}
#index .p-contact .content .form .privacy-box .privacy .txt {
  font-size: 1.3rem;
}
#index .p-contact .content .form .privacy-box .check-box {
  position: relative;
}
#index .p-contact .content .form .privacy-box .check-box span {
  font-size: 1.4rem;
}
#index .p-contact .content .form .privacy-box .error {
  position: absolute;
  top: 2rem;
  left: 3rem;
}
@media screen and (max-width: 767px) {
  #index .p-contact .content .form .privacy-box .error {
    left: 4rem;
    top: 3.8rem;
  }
}
#index .p-contact .content .form .btn-box {
  margin-top: 5.6rem;
}
#index .p-contact .content .form .btn-box .btn {
  margin: 0 auto;
  width: 29.2rem;
  height: 7.7rem;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #index .p-contact .content .form .btn-box .btn:hover::before {
    right: 1rem;
  }
}
#index .p-contact .content .form .btn-box .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
  width: 1.6rem;
  height: 1.6rem;
  transition: 0.3s;
  background: url(../img/common/arrow.svg) no-repeat center center/contain;
}
#index .p-contact .content .form .btn-box .btn button {
  width: 100%;
  height: 100%;
  background: #F08300;
  border-radius: 3.6rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding-right: 2rem;
  cursor: pointer;
}
#index .p-contact .content .form .error {
  color: #D32B0D;
  font-size: 1.2rem;
  display: none;
}/*# sourceMappingURL=index.css.map */