@charset "UTF-8";
/*color*/
/*font-family*/
/*media query break point*/
/* media query */
@keyframes slide_in_mask {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes slide_out_mask {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes slide_in {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.delighter.de_fadein {
  opacity: 0;
  transition: opacity 0.5s ease-out 0s;
}

.delighter.de_fadein.started {
  opacity: 1;
}

.delighter.de_right {
  transform: translateX(20px);
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}

.delighter.de_right.started {
  transform: translateX(0);
  opacity: 1;
}

.delighter.de_slide_out_mask {
  animation: fade_in 0.5s ease-out forwards;
}

.delighter.de_slide_out_mask.started {
  animation: slide_out_mask 0.5s ease-out forwards;
}

.delighter.de_delay01 {
  transition-delay: 0.3s;
}

/* ------------------------------------------------------------
inq_common
------------------------------------------------------------ */
.b_inq {
  /* .p_footer .p_footer_company {
    padding: 20px 0 30px;
    padding-bottom: calc(30px + constant(safe-area-inset-bottom));
    padding-bottom: calc(30px + env(safe-area-inset-bottom));
  } */
}
.b_inq .p_footer .c_contact .c_contact_in {
  display: none;
}
.b_inq .p_footer .c_contact {
  padding: 35px 0 0;
}

.inq_lead {
  padding: 30px 0;
  font-size: 92.85%;
}
@media only screen and (min-width: 768px) {
  .inq_lead {
    font-size: 100%;
  }
}
.inq_lead_in {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.inq_lead_in > p {
  margin-bottom: 2rem;
}
.inq_lead_in > p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .inq_lead {
    padding: 40px 0;
  }
}

.inq_form {
  background-color: #f3f2eb;
}
.inq_form_step {
  display: flex;
  background-color: #dedede;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .inq_form_step {
    height: 70px;
  }
}
.inq_form_step_in {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inq_form_step_1, .inq_form_step_2, .inq_form_step_3 {
  width: 100%;
  font-size: 92.85%;
}
@media only screen and (min-width: 768px) {
  .inq_form_step_1, .inq_form_step_2, .inq_form_step_3 {
    font-size: 100%;
  }
}
.inq_form_step_1 .inq_form_step_in, .inq_form_step_2 .inq_form_step_in {
  position: relative;
}
.inq_form_step_1 .inq_form_step_in::before, .inq_form_step_1 .inq_form_step_in::after, .inq_form_step_2 .inq_form_step_in::before, .inq_form_step_2 .inq_form_step_in::after {
  content: "";
  display: block;
  width: 3px;
  height: calc(50% + 6px);
  background-color: #f3f2eb;
  position: absolute;
  right: 0;
}
.inq_form_step_1 .inq_form_step_in::before, .inq_form_step_2 .inq_form_step_in::before {
  top: -3px;
  transform: rotate(-28deg);
}
.inq_form_step_1 .inq_form_step_in::after, .inq_form_step_2 .inq_form_step_in::after {
  bottom: -3px;
  transform: rotate(28deg);
}
.inq_form_box {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1000px) {
  .inq_form_box {
    padding: 30px 0 100px;
  }
}
.inq_form_box dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 0;
}
.inq_form_box dl dt {
  margin-bottom: 10px;
}
.inq_form_box dl dd {
  position: relative;
}
.inq_form_box dl dd input[type=text],
.inq_form_box dl dd input[type=email],
.inq_form_box dl dd input[type=tel],
.inq_form_box dl dd input[type=date],
.inq_form_box dl dd select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: solid 1px #41a5bc;
  background-color: #fff;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  border-radius: 0;
}
.inq_form_box dl dd select {
  position: relative;
  background-image: url(../img/inq/ico_dropdown.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 10px;
}
.inq_form_box dl dd input[type=radio] {
  /*（-webkit-appearance: noneの代替）ここから */
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 15px;
  opacity: 0;
  /* （-webkit-appearance: noneの代替）ここまで */
}
.inq_form_box dl dd input[type=radio]:checked + .form_item_radio_lbl::after {
  visibility: visible;
  transform: scale(1);
}
.inq_form_box dl dd .form_item_radio_lbl {
  position: relative;
  padding-left: 40px;
  padding-right: 20px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .inq_form_box dl dd .form_item_radio_lbl {
    width: auto;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .inq_form_box dl dd .form_item_radio_lbl:last-child {
    margin-right: 0;
  }
}
.inq_form_box dl dd .form_item_radio_lbl::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  position: absolute;
  left: 0;
  top: 0;
  border: solid 1px #41a5bc;
  background-color: #fff;
}
.inq_form_box dl dd .form_item_radio_lbl::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  position: absolute;
  left: 7px;
  top: 7px;
  background-color: #0068b7;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.1s;
}
.inq_form_box dl dd textarea {
  width: 100%;
  border: solid 1px #41a5bc;
  padding: 15px;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  border-radius: 0;
}
.inq_form_box dl dd .form_item {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}
.inq_form_box dl dd .form_item.last {
  margin-bottom: 0;
}
.inq_form_box dl dd .form_item_lbl {
  width: 4.5rem;
}
.inq_form_box dl dd .form_item input,
.inq_form_box dl dd .form_item select {
  width: calc(100% - 4.5rem);
}
.inq_form_box dl dd .form_item_notes {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .inq_form_box dl dd .form_item_notes {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.inq_form_box dl dd .form_item_haslbl_notes {
  padding-left: 4.5rem;
}
.inq_form_box dl dd .inq_form_notice {
  color: #de8f7e;
  font-size: 81.25%;
  line-height: 1.4;
}
.inq_form_box dl dd .form_item_box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .inq_form_box dl dd .form_item_box {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.inq_form_box dl dd .form_item_box:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.inq_form_box dl dd.form_item_box_mlt .inq_form_notice {
  margin-top: 20px;
}
.inq_form_box dl dd .form_item_box_mi {
  color: #41a5bc;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
  .inq_form_box dl {
    display: flex;
    padding: 30px 0;
  }
  .inq_form_box dl dt {
    width: 240px;
    margin-bottom: 0;
  }
  .inq_form_box dl dt .ico {
    display: block;
    width: 46px;
  }
  .inq_form_box dl dd {
    flex: 1;
  }
  .inq_form_box dl dd:not(.form_item_box_mlt) {
    display: flex;
    flex-wrap: wrap;
  }
  .inq_form_box dl dd.form_item_box_mlt .form_item_box_in {
    display: flex;
    flex-wrap: wrap;
  }
  .inq_form_box dl dd input[type=text],
.inq_form_box dl dd input[type=email] {
    width: 590px;
  }
  .inq_form_box dl dd input[type=tel] {
    width: 300px;
  }
  .inq_form_box dl dd .form_item {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .inq_form_box dl dd .form_item.last {
    margin-right: 0;
  }
  .inq_form_box dl dd .form_item input[type=text],
.inq_form_box dl dd .form_item input[type=date],
.inq_form_box dl dd .form_item select {
    width: 240px;
  }
  .inq_form_box dl dd .form_item_notes {
    margin-top: 0;
    margin-left: 10px;
    display: flex;
    align-items: flex-end;
  }
  .inq_form_box dl dd .form_item_haslbl_notes {
    padding-left: 0;
  }
}
.inq_form_box .form_item_txt {
  margin-bottom: 10px;
  width: 100%;
}
.inq_form_box .form_item_privacy {
  padding-top: 25px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .inq_form_box .form_item_privacy {
    padding-top: 30px;
    text-align: center;
  }
}
.inq_form_box .form_item_privacy a {
  color: #0068b7;
  text-decoration: underline;
}
.inq_form_box .form_item_privacy .form_item_checkbox_lbl {
  position: relative;
  padding-left: 40px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .inq_form_box .form_item_privacy .form_item_checkbox_lbl {
    width: auto;
  }
}
.inq_form_box .form_item_privacy .form_item_checkbox_lbl::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  border: solid 1px #41a5bc;
  background-color: #fff;
  border-radius: 0;
}
.inq_form_box .form_item_privacy .form_item_checkbox_lbl::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 4px;
  top: 0px;
  background: url(../img/inq/ico_check.svg) no-repeat 0 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s;
}
.inq_form_box .form_item_privacy input[type=checkbox] {
  /* （-webkit-appearance: noneの代替）ここから */
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 15px;
  opacity: 0;
  /* （-webkit-appearance: noneの代替）ここまで */
}
.inq_form_box .form_item_privacy input[type=checkbox]:checked + .form_item_checkbox_lbl::after {
  visibility: visible;
  opacity: 1;
}
.inq_form_box .form_item_privacy .c_ico_required {
  margin-right: 0;
  margin-left: 7px;
}
.inq_form_box .form_item_btns button.c_btn_send {
  font-size: 112.5%;
  margin-top: 25px;
  height: 60px;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .inq_form_box .form_item_btns button.c_btn_send {
    height: 70px;
    margin-top: 40px;
  }
}

.b_inq_confirm .inq_form_box button.c_btn_edit {
  margin-top: 15px;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #7d7d7d;
}
.b_inq_confirm .inq_form_box button.c_btn_edit::after {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .b_inq_confirm .inq_form_box .form_item_btns {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 40px auto 0;
    max-width: 900px;
  }
  .b_inq_confirm .inq_form_box .form_item_btns button.c_btn_send,
.b_inq_confirm .inq_form_box .form_item_btns button.c_btn_edit {
    width: 48.5%;
    max-width: none;
    margin: 0;
    height: 70px;
  }
}

/* stepの表示 */
.b_inq_index .inq_form .inq_form_step_1 {
  position: relative;
  font-weight: 700;
}
.b_inq_index .inq_form .inq_form_step_1::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.b_inq_index .inq_form .inq_form_step_1::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 14px;
  border-color: transparent transparent transparent #f3f2eb;
  left: 100%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .b_inq_index .inq_form .inq_form_step_1::after {
    border-width: 35px 0 35px 20px;
  }
}
.b_inq_index .inq_form .inq_form_step_1::before {
  content: "";
  display: block;
  background-color: #f3f2eb;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -7px;
}
@media only screen and (min-width: 768px) {
  .b_inq_index .inq_form .inq_form_step_1::before {
    left: -10px;
  }
}

.b_inq_confirm .inq_form .inq_form_step_2 {
  position: relative;
  font-weight: 700;
}
.b_inq_confirm .inq_form .inq_form_step_2::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.b_inq_confirm .inq_form .inq_form_step_2::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 14px;
  border-color: transparent transparent transparent #f3f2eb;
  left: 100%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .b_inq_confirm .inq_form .inq_form_step_2::after {
    border-width: 35px 0 35px 20px;
  }
}
.b_inq_confirm .inq_form .inq_form_step_2::before {
  content: "";
  display: block;
  background-color: #f3f2eb;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -7px;
}
@media only screen and (min-width: 768px) {
  .b_inq_confirm .inq_form .inq_form_step_2::before {
    left: -10px;
  }
}
.b_inq_confirm .inq_form .inq_form_step_1 {
  position: relative;
}
.b_inq_confirm .inq_form .inq_form_step_1::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 14px;
  border-color: transparent transparent transparent #dedede;
  position: absolute;
  top: 0;
  left: calc(100% - 3px);
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .b_inq_confirm .inq_form .inq_form_step_1::after {
    border-width: 35px 0 35px 20px;
  }
}

/* 確認画面 */
.inq_form_box dl dd .form_item_value {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 13px 15px;
}
.inq_form_box dl dd .form_item .form_item_value {
  width: calc(100% - 4.5rem);
}
@media only screen and (min-width: 1000px) {
  .inq_form_box dl dd .form_item .form_item_value {
    width: 240px;
  }
}

/* 完了画面 */
.inq_form_box_thanks {
  padding-top: 35px;
}
@media only screen and (min-width: 768px) {
  .inq_form_box_thanks {
    padding-top: 50px;
  }
}
.inq_form_box_thanks .txt_l {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .inq_form_box_thanks .txt_l {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.inq_form_box_thanks .txt {
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .inq_form_box_thanks .txt {
    text-align: center;
  }
}
.inq_form_box_thanks .btn_dl {
  font-size: 115%;
  height: 70px;
  border-radius: 35px;
  margin-bottom: 25px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.inq_form_box_thanks .btn_dl .ico {
  width: 14px;
  margin-left: 4px;
}
.inq_form_box_thanks .btn_dl .ico img {
  width: 100%;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .inq_form_box_thanks .btn_dl {
    font-size: 125%;
    height: 90px;
    border-radius: 45px;
    margin-bottom: 35px;
  }
  .inq_form_box_thanks .btn_dl .ico {
    width: 17px;
  }
}
.inq_form_box_thanks .btn_top {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 410px;
}
.inq_form_box_thanks .btn_contact {
  font-size: 115%;
  height: 70px;
  border-radius: 35px;
  margin-bottom: 25px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
	.inq_form_box_thanks .btn_contact {
    font-size: 125%;
    height: 90px;
    border-radius: 45px;
    margin-bottom: 35px;
		margin-top: 35px;
	}
}
.thanks_border {
	width: 100%;
	margin: 42px auto;
	max-width: 840px;
	height: 2px;
	background-color: #BFBCB5;
}

/* ------------------------------------------------------------
inq_dl
------------------------------------------------------------ */
.b_inq_dl .p_ttl {
  background: url(../img/inq/ttl_dl_sp.jpg) no-repeat center center/cover;
}
@media only screen and (min-width: 768px) {
  .b_inq_dl .p_ttl {
    background: url(../img/inq/ttl_dl_pc.jpg) no-repeat center center/cover;
  }
}

/* ------------------------------------------------------------
inq_contact
------------------------------------------------------------ */
.b_inq_contact .p_ttl {
  background: url(../img/inq/ttl_contact_sp.jpg) no-repeat center center/cover;
}
@media only screen and (min-width: 768px) {
  .b_inq_contact .p_ttl {
    background: url(../img/inq/ttl_contact_pc.jpg) no-repeat center center/cover;
  }
}