@charset "UTF-8";
.throw_navi_area > div {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  /* col-md 991px以下 */
}
@media screen and (max-width: 991px) {
  .throw_navi_area > div {
    width: 95vw;
  }
}

/*--------------------------------------
 吹き出し（中央寄せ）
--------------------------------------*/
.throw_navi_area .btn_yoyaku,
.throw_navi_area .btn_question {
  font-size: 1.15rem;
  width: 100%;
  position: relative;
  padding: 0 1.5rem 0.5rem 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
.throw_navi_area .btn_yoyaku:hover,
.throw_navi_area .btn_question:hover {
  transform: translate(0, 3px);
  color: #fff;
}
.throw_navi_area .btn_yoyaku i,
.throw_navi_area .btn_question i {
  margin-right: 0.75rem;
}
.throw_navi_area .btn_yoyaku span,
.throw_navi_area .btn_question span {
  font-size: 0.8rem;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 170px);
  display: block;
  width: 340px;
  padding: 0.25rem 0;
  border-radius: 100vh;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.throw_navi_area .btn_yoyaku span ::before, .throw_navi_area .btn_yoyaku span ::after,
.throw_navi_area .btn_question span ::before,
.throw_navi_area .btn_question span ::after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
.throw_navi_area .btn_yoyaku span ::before,
.throw_navi_area .btn_question span ::before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
}
.throw_navi_area .btn_yoyaku span ::after,
.throw_navi_area .btn_question span ::after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.throw_navi_area a.btn_yoyaku {
  color: #fff;
  background: #2668fe;
  box-shadow: 0 5px 0 #1148c3;
}
.throw_navi_area a.btn_yoyaku:hover {
  color: #fff;
  background: #2668fe;
  box-shadow: 0 2px 0 #1148c3;
}
.throw_navi_area a.btn_yoyaku span {
  color: #1148c3;
  border: 2px solid #1148c3;
}
.throw_navi_area a.btn_yoyaku span ::before {
  border-color: #1148c3 transparent transparent transparent;
}
.throw_navi_area a.btn_yoyaku span ::after {
  border-color: #fff transparent transparent transparent;
}

.throw_navi_area a.btn_question {
  color: #212529;
  background: rgb(255, 238, 191);
  box-shadow: 0 5px 0 #f8d36e;
}
.throw_navi_area a.btn_question:hover {
  color: #212529;
  background: #f8d36e;
  box-shadow: 0 2px 0 #f8d36e;
}
.throw_navi_area a.btn_question span {
  color: #212529;
  border: 2px solid #f8d36e;
}
.throw_navi_area a.btn_question span ::before {
  border-color: #f8d36e transparent transparent transparent;
}
.throw_navi_area a.btn_question span ::after {
  border-color: #fff transparent transparent transparent;
}

/* お問い合せ */
.contact-bg {
  background-color: rgba(89, 139, 254, 0.6);
}

.contact-title {
  position: relative;
}

/* オンライン相談予約 */
.yoyaku-bg {
  background-color: rgba(89, 139, 254, 0.6);
}

.nagare {
  display: block;
  text-align: center;
}

.yoyaku-title {
  position: relative;
}

/* ＼文字／ */
.sectTit {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1rem;
}

.sectTit:before {
  position: relative;
  display: inline-block;
  content: "";
  background: #838383;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
  transform: rotate(-35deg);
}

.sectTit:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #838383;
  width: 2px;
  height: 2em;
  margin: 0 0.9em;
  margin-top: -0.2em;
  vertical-align: middle;
  transform: rotate(36deg);
}

.sectTit.white:before,
.sectTit.white:after {
  background: white;
}

/* お問い合わせエリア サブタイトル */
.contact-area-subtitle {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1rem;
}

/* 1500px～ */
@media screen and (min-width: 1500px) {
  /* お問い合せ */
  .contact-bg {
    padding: 0 24px 48px 24px;
  }
  .contact-title h1 {
    position: absolute;
    /* Yu Gothic Bold 89px 49.0 1.0 */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: black;
    top: 250px;
    left: 0;
    font-size: 3.5rem;
    padding-left: 10rem;
  }
  /* 質問を投げる */
  .question-bg {
    padding: 0 24px 48px 24px;
  }
  .question-title h1 {
    position: absolute;
    /* Yu Gothic Bold 89px 49.0 1.0 */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: black;
    top: 15rem;
    left: 0;
    font-size: 3.5rem;
    padding-left: 10rem;
  }
  /* オンライン相談 */
  .yoyaku-bg {
    padding: 0 24px 48px 24px;
  }
  .yoyaku-title h1 {
    position: absolute;
    /* Yu Gothic Bold 89px 49.0 1.0 */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: black;
    top: 250px;
    left: 0;
    font-size: 3.5rem;
    padding-left: 10rem;
  }
}
/* col-md 992px～1500px */
@media screen and (min-width: 992px) and (max-width: 1500px) {
  /* お問い合せ */
  .contact-bg {
    padding: 0 24px 48px 24px;
  }
  /* 質問を投げる */
  .question-bg {
    padding: 0 24px 48px 24px;
  }
  /* オンライン相談 */
  .yoyaku-bg {
    padding: 0 24px 48px 24px;
  }
}
/* col-md 991px以下 */
@media screen and (max-width: 991px) {
  /* お問い合せ */
  .contact-bg {
    padding: 0 24px 48px 24px;
  }
  /* 質問を投げる */
  .question-bg {
    padding: 0 24px 48px 24px;
  }
  /* オンライン相談 */
  .yoyaku-bg {
    padding: 0 24px 48px 24px;
  }
}
/* col-sm 767px以下 */
@media screen and (max-width: 767px) {
  /* お問い合せ */
  .contact-bg {
    padding: 0 24px 48px 24px;
  }
  /* 質問を投げる */
  .question-bg {
    padding: 0 24px 48px 24px;
  }
  /* オンライン相談 */
  .yoyaku-bg {
    padding: 0 24px 48px 24px;
  }
}
@media screen and (min-width: 575px) and (max-width: 1499px) {
  .question-title h1 {
    position: absolute;
    /* Yu Gothic Bold 89px 49.0 1.0 */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: black;
    top: 10vw;
    left: 0;
    font-size: 3.5vw;
    padding-left: 10vw;
  }
  .contact-title h1 {
    position: absolute;
    /* Yu Gothic Bold 89px 49.0 1.0 */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: black;
    top: 6vw;
    left: 0;
    font-size: 3.5vw;
    padding-left: 10vw;
  }
  .yoyaku-title h1 {
    position: absolute;
    /* Yu Gothic Bold 89px 49.0 1.0 */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: black;
    top: 6vw;
    left: 0;
    font-size: 3.5vw;
    padding-left: 10vw;
  }
}
/* col-sm 575px以下 */
@media screen and (max-width: 575px) {
  /* お問い合せ */
  .contact-bg {
    padding: 0 10px 48px 10px;
  }
  /* 質問を投げる */
  .question-bg {
    padding: 0 10px 48px 10px;
  }
  /* オンライン相談 */
  .yoyaku-bg {
    padding: 0 10px 48px 10px;
  }
  .question-title h1 {
    position: absolute;
    /* Yu Gothic Bold 89px 49.0 1.0 */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: black;
    top: 0;
    left: 0;
    font-size: 6vw;
    padding-top: 1rem;
    padding-left: 1rem;
  }
  .contact-title h1 {
    position: absolute;
    /* Yu Gothic Bold 89px 49.0 1.0 */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: black;
    top: 10vw;
    left: 0;
    font-size: 6vw;
    padding-left: 1rem;
  }
  .yoyaku-title h1 {
    position: absolute;
    /* Yu Gothic Bold 89px 49.0 1.0 */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: black;
    top: 10vw;
    left: 0;
    font-size: 6vw;
    padding-left: 1rem;
  }
}
