/* -----------------
page module
-------------------- */
[class^=pm_ttl] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 35px;
}
@media screen and (max-width: 767px) {
  [class^=pm_ttl] {
    gap: 8px 10px;
  }
}
[class^=pm_ttl] .txt_jp {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  [class^=pm_ttl] .txt_jp {
    font-size: 2rem;
  }
}
[class^=pm_ttl] .txt_en {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.75em;
  color: #FF7423;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  [class^=pm_ttl] .txt_en {
    font-size: 1rem;
    letter-spacing: 0.3em;
    padding-top: 4px;
  }
}

.pm_ttl02 {
  flex-direction: column;
}
.pm_ttl02 .txt_en {
  position: relative;
  padding-left: 76px;
}
.pm_ttl02 .txt_en::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 3.5px);
  left: 0;
  width: 60px;
  height: 2px;
  background: #FF7423;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .pm_ttl02 .txt_en {
    padding-left: 38px;
  }
  .pm_ttl02 .txt_en::before {
    top: calc(50% + 2px);
    width: 30px;
    height: 1px;
  }
}

/* -----------------
fv_wrap
-------------------- */
#fv_wrap {
  padding-top: 92px;
}
@media screen and (max-width: 767px) {
  #fv_wrap {
    padding-top: 70px;
  }
}
#fv_wrap + #contact_wrap {
  margin-top: 135px;
  padding: 0;
}
#fv_wrap + #contact_wrap .d_list .term._radio {
  padding: 22px 0;
}
@media screen and (max-width: 767px) {
  #fv_wrap + #contact_wrap .d_list .term._radio {
    padding: 0;
  }
}
#fv_wrap + #contact_wrap .d_list .des {
  padding: 0;
}
#fv_wrap + #contact_wrap .d_list .des._radio {
  padding: 20px 0 22px;
}
@media screen and (max-width: 767px) {
  #fv_wrap + #contact_wrap {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  #fv_wrap .m_wrap {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #fv_wrap .map {
    width: 56.1979166667%;
  }
}
@media screen and (max-width: 767px) {
  #fv_wrap .map {
    margin-top: 30px;
  }
}
#fv_wrap .map .map_inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  #fv_wrap .map .map_inner {
    min-height: 828px;
  }
}
@media screen and (max-width: 767px) {
  #fv_wrap .map .map_inner {
    padding-top: 56.25%;
  }
}
#fv_wrap .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#fv_wrap .txt_box {
  padding: 36px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (min-width: 768px) {
  #fv_wrap .txt_box {
    margin: 0 auto;
    width: 37.34375%;
  }
}
@media screen and (max-width: 767px) {
  #fv_wrap .txt_box {
    padding: 20px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
}
#fv_wrap .txt_box .ttl {
  font-family: var(--font-en);
  font-size: 4.3rem;
  line-height: 1.4418604651;
}
@media screen and (max-width: 767px) {
  #fv_wrap .txt_box .ttl {
    font-size: 3rem;
  }
}
#fv_wrap .txt_box .txt {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.143em;
  color: #000;
}
#fv_wrap .txt_box .ssttl {
  margin-top: 1em;
}
#fv_wrap .txt_box .d_list {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  #fv_wrap .txt_box .d_list {
    display: flex;
    flex-wrap: wrap;
  }
}
#fv_wrap .txt_box .d_list + .ssttl {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  #fv_wrap .txt_box .d_list dd + dt {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  #fv_wrap .txt_box .d_list01 dt {
    width: 95px;
  }
  #fv_wrap .txt_box .d_list01 dd {
    width: calc(100% - 95px);
  }
  #fv_wrap .txt_box .d_list02 dt {
    width: 125px;
  }
  #fv_wrap .txt_box .d_list02 dd {
    width: calc(100% - 125px);
  }
}

/* -----------------
contact_wrap
-------------------- */
#contact_wrap {
  padding: 92px 0 330px;
}
@media screen and (max-width: 767px) {
  #contact_wrap {
    padding: 70px 0 150px;
  }
}
#contact_wrap .m_wrap {
  max-width: 575px;
}
#contact_wrap .ttl_box {
  padding: 25px 0 36px;
  background: #D9D9D9;
}
#contact_wrap .ttl_box .txt {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 25px;
  padding: 0 7.3913043478%;
}
@media screen and (max-width: 767px) {
  #contact_wrap .ttl_box .txt {
    font-size: 1.6rem;
  }
}
#contact_wrap .ttl_box + .btn_wrap {
  margin: 40px auto 0;
  width: 100%;
  max-width: 272px;
}
#contact_wrap .ttl {
  font-family: var(--font-en);
  font-size: 4rem;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact_wrap .ttl {
    font-size: 3.4rem;
  }
}
#contact_wrap .ttl .js_acd_btn {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  display: block;
  position: relative;
  padding: 25px 0;
  width: 100%;
  background: #D9D9D9;
}
#contact_wrap .ttl .js_acd_btn::before, #contact_wrap .ttl .js_acd_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% + 145px);
  width: 16px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #contact_wrap .ttl .js_acd_btn::before, #contact_wrap .ttl .js_acd_btn::after {
    left: calc(50% + 120px);
  }
}
#contact_wrap .ttl .js_acd_btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#contact_wrap .ttl.is_open .js_acd_btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
#contact_wrap .ttl.is_open .js_acd_btn::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
#contact_wrap .error:not(.txt) {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  color: #c00;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #contact_wrap .error:not(.txt) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #contact_wrap #privacy_policy-error {
    margin-left: auto;
    width: 60.1739130435%;
  }
}
@media screen and (max-width: 767px) {
  #contact_wrap #privacy_policy-error {
    text-align: center;
  }
}
#contact_wrap .js_acd_cont {
  display: none;
}
#contact_wrap .js_acd_cont > .txt {
  font-size: 2rem;
  line-height: 1.75;
  padding: 0 7.3913043478% 36px;
  background: #D9D9D9;
}
@media screen and (max-width: 767px) {
  #contact_wrap .js_acd_cont > .txt {
    font-size: 1.6rem;
  }
}
#contact_wrap .d_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 109px;
}
@media screen and (max-width: 767px) {
  #contact_wrap .d_list {
    display: block;
  }
}
#contact_wrap .d_list .txt {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3B4043;
}
#contact_wrap .d_list .term {
  margin-top: 18px;
  padding: 13px 0;
  width: 39.8260869565%;
}
@media screen and (max-width: 767px) {
  #contact_wrap .d_list .term {
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
}
#contact_wrap .d_list .term .txt {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  color: #707F89;
  display: block;
}
#contact_wrap .d_list .des {
  margin-top: 18px;
  padding: 13px 0;
  width: 60.1739130435%;
}
@media screen and (max-width: 767px) {
  #contact_wrap .d_list .des {
    margin-top: 10px;
    padding: 0;
    width: 100%;
  }
  #contact_wrap .d_list .des + .term {
    margin-top: 30px;
  }
}
#contact_wrap .d_list .des._input input {
  padding: 0 50px 0 20px;
  width: 100%;
  height: 50px;
  border: 1px solid #CDD6DD;
}
@media screen and (max-width: 767px) {
  #contact_wrap .d_list .des._radio {
    padding: 0;
  }
}
#contact_wrap .d_list .des._radio input {
  display: none;
}
#contact_wrap .d_list .des._radio input:checked + .radio_label::after {
  opacity: 1;
}
#contact_wrap .d_list .des._radio .radio_label {
  display: inline-block;
  position: relative;
  padding: 2px 0 4px 40px;
  cursor: pointer;
}
#contact_wrap .d_list .des._radio .radio_label::before, #contact_wrap .d_list .des._radio .radio_label::after {
  content: "";
  display: block;
  position: absolute;
}
#contact_wrap .d_list .des._radio .radio_label::before {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #CDD6DD;
  border-radius: 50%;
  background: #fff;
}
#contact_wrap .d_list .des._radio .radio_label::after {
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #004BB1;
  opacity: 0;
}
#contact_wrap .d_list .des._radio .radio_label ~ .radio_label {
  margin-top: 10px;
}
#contact_wrap .d_list .des .select_box {
  position: relative;
}
#contact_wrap .d_list .des .select_box::after {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  right: 22px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #98A6B5;
  border-right: 2px solid #98A6B5;
  transform: rotate(45deg);
  pointer-events: none;
}
#contact_wrap .d_list .des .select_box select {
  padding: 0 20px;
  width: 100%;
  height: 50px;
  border: 1px solid #CDD6DD;
  cursor: pointer;
}
#contact_wrap .d_list .des._select_double {
  display: flex;
}
#contact_wrap .d_list .des._select_double .select_box {
  margin-right: 19px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  #contact_wrap .d_list .des._select_double .select_box {
    margin-right: 10px;
    width: 33.671145149%;
  }
}
#contact_wrap .d_list .des._select_double .select_box + .txt {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  #contact_wrap .d_list .des._select_double .select_box + .txt {
    margin-right: 15px;
  }
}
#contact_wrap .d_list .des._select_double .select_box + .txt ~ .txt {
  margin-right: 0;
}
#contact_wrap .d_list .des._select_double > .txt {
  font-weight: 700;
  color: #707F89;
  padding: 13px 0;
}
#contact_wrap .d_list .des textarea {
  padding: 14px 20px;
  width: 100%;
  height: 140px;
  border: 1px solid #CDD6DD;
  background: #fff;
  resize: none;
}
#contact_wrap .btn_wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #contact_wrap .btn_wrap {
    width: 100%;
  }
}
#contact_wrap .btn_wrap input[type=checkbox]:checked + .check_label::after {
  opacity: 1;
}
#contact_wrap .btn_wrap .check_label {
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  margin-left: 39.8260869565%;
  padding: 6px 0 6px 40px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #contact_wrap .btn_wrap .check_label {
    margin: 0 auto;
    display: block;
    width: fit-content;
  }
}
#contact_wrap .btn_wrap .check_label::before, #contact_wrap .btn_wrap .check_label::after {
  content: "";
  display: block;
  position: absolute;
}
#contact_wrap .btn_wrap .check_label::before {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #CDD6DD;
  background: #fff;
}
#contact_wrap .btn_wrap .check_label::after {
  top: 9px;
  left: 8px;
  width: 14px;
  height: 9px;
  border-left: 2px solid #98A6B5;
  border-bottom: 2px solid #98A6B5;
  opacity: 0;
  transform: rotate(-45deg);
}
#contact_wrap .btn_wrap .check_label a {
  text-decoration: underline;
}
#contact_wrap .btn_wrap .btn {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin: 30px auto 0;
  padding: 11px 0;
  display: block;
  width: 100%;
  max-width: 272px;
  border: 1px solid #8EBBD9;
  border-radius: 50em;
  background: #8EBBD9;
}
@media screen and (min-width: 768px) {
  #contact_wrap .btn_wrap .btn:hover {
    color: #8EBBD9;
    background: #fff;
    opacity: 1;
  }
}
#contact_wrap .btn_wrap .btn._back {
  border-color: #8294A0;
  background: #8294A0;
}
@media screen and (min-width: 768px) {
  #contact_wrap .btn_wrap .btn._back:hover {
    color: #8294A0;
    background: #fff;
  }
}
#contact_wrap .btn_wrap .btn + .btn {
  margin-top: 15px;
}

/* -----------------
privacy_wrap
-------------------- */
#privacy_wrap {
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  #privacy_wrap {
    margin-top: 50px;
  }
}
#privacy_wrap .m_wrap {
  max-width: 575px;
}
#privacy_wrap .ttl {
  font-family: var(--font-en);
  font-size: 4rem;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #privacy_wrap .ttl {
    font-size: 3.4rem;
  }
}
#privacy_wrap .ttl .js_acd_btn {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  display: block;
  position: relative;
  padding: 30px 0;
  width: 100%;
  background: #D9D9D9;
}
#privacy_wrap .ttl .js_acd_btn::before, #privacy_wrap .ttl .js_acd_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% + 145px);
  width: 16px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #privacy_wrap .ttl .js_acd_btn::before, #privacy_wrap .ttl .js_acd_btn::after {
    left: calc(50% + 120px);
  }
}
#privacy_wrap .ttl .js_acd_btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#privacy_wrap .ttl.is_open .js_acd_btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
#privacy_wrap .ttl.is_open .js_acd_btn::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
#privacy_wrap .js_acd_cont {
  display: none;
  padding-bottom: 32px;
  background: #D9D9D9;
}
#privacy_wrap .d_list {
  margin: 0 auto;
  width: 85.2173913043%;
}
#privacy_wrap .d_list .term,
#privacy_wrap .d_list .des,
#privacy_wrap .d_list .list {
  font-size: 1.5rem;
  line-height: 2;
}
#privacy_wrap .d_list .txt {
  font-size: inherit;
  line-height: inherit;
}
#privacy_wrap .d_list .txt + .list {
  margin-top: 1em;
}
#privacy_wrap .d_list .term {
  position: relative;
  z-index: 1;
}
#privacy_wrap .d_list .term::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #707070;
  transform: translateY(-50%);
}
#privacy_wrap .d_list .term .txt {
  display: inline-block;
  padding-right: 8px;
  background: #D9D9D9;
}
#privacy_wrap .d_list .des + .term {
  margin-top: 1em;
}

/* -----------------
flow_wrap
-------------------- */
#flow_wrap {
  margin-top: 300px;
}
@media screen and (max-width: 767px) {
  #flow_wrap {
    margin-top: 100px;
  }
}
#flow_wrap .m_wrap {
  max-width: 1093px;
}
#flow_wrap .txt {
  font-size: 1.5rem;
  line-height: 2;
  color: #868686;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #flow_wrap .txt {
    margin-top: 15px;
  }
}

/* -----------------
faq_wrap
-------------------- */
#faq_wrap {
  margin-top: 120px;
  padding-bottom: 330px;
}
@media screen and (max-width: 767px) {
  #faq_wrap {
    margin-top: 70px;
    padding-bottom: 150px;
  }
}
#faq_wrap .m_wrap {
  max-width: 1093px;
}
#faq_wrap .d_list {
  margin-top: 106px;
}
@media screen and (max-width: 767px) {
  #faq_wrap .d_list {
    margin-top: 50px;
  }
}
#faq_wrap .d_list .term .js_acd_btn {
  position: relative;
  padding: 16px 17px 16px 45px;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #faq_wrap .d_list .term .js_acd_btn {
    padding: 10px;
  }
}
#faq_wrap .d_list .term .js_acd_btn::before, #faq_wrap .d_list .term .js_acd_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background: #fff;
  transform: translateY(-50%);
  transition: 0.3s;
}
#faq_wrap .d_list .term .js_acd_btn::before {
  right: 29px;
  width: 16px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  #faq_wrap .d_list .term .js_acd_btn::before {
    right: 19px;
    width: 12px;
  }
}
#faq_wrap .d_list .term .js_acd_btn::after {
  right: 36px;
  width: 2px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  #faq_wrap .d_list .term .js_acd_btn::after {
    right: 24px;
    height: 12px;
  }
}
#faq_wrap .d_list .term.is_open .js_acd_btn::before, #faq_wrap .d_list .term.is_open .js_acd_btn::after {
  transform: translateY(-50%) rotate(90deg);
}
#faq_wrap .d_list .term.is_open .js_acd_btn::before {
  opacity: 0;
}
#faq_wrap .d_list .term .txt {
  font-size: 2.5rem;
  line-height: 1.4;
  display: block;
  text-indent: -31.1px;
  position: relative;
  padding: 0 57px 0 31.1px;
}
@media screen and (max-width: 767px) {
  #faq_wrap .d_list .term .txt {
    font-size: 1.8rem;
    text-indent: -22.4px;
    padding: 0 40px 0 22.4px;
  }
}
#faq_wrap .d_list .term .txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #8EBBD9;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #faq_wrap .d_list .term .txt::after {
    width: 30px;
    height: 30px;
  }
}
#faq_wrap .d_list .des {
  display: none;
  margin: 30px auto 0;
  width: 91.4913083257%;
}
@media screen and (max-width: 767px) {
  #faq_wrap .d_list .des {
    margin-top: 15px;
  }
}
#faq_wrap .d_list .des + .term {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #faq_wrap .d_list .des + .term {
    margin-top: 30px;
  }
}
#faq_wrap .d_list .des .sttl {
  font-size: 2rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #faq_wrap .d_list .des .sttl {
    font-size: 1.8rem;
  }
}
#faq_wrap .d_list .des .sttl + .txt {
  margin-top: 1em;
}
#faq_wrap .d_list .des .txt {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  color: #5F95CB;
}
@media screen and (max-width: 767px) {
  #faq_wrap .d_list .des .txt {
    font-size: 1.6rem;
  }
}
#faq_wrap .d_list .des .txt + .sttl {
  margin-top: 1em;
}
#faq_wrap .d_list .des .txt a {
  font-size: inherit;
  line-height: inherit;
  color: #FA6A18;
}

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