@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl,
dt,
dd,
form,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

strong {
  font-weight: normal;
}

table,
td,
th,
tr,
thead,
tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
}

select::-ms-expand {
  display: none;
}

header,
footer,
section,
nav,
main,
figure,
figcaption,
time,
small {
  display: block;
}

input[type="submit"],
input[type="image"] {
  border: none;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
}

input[type="submit"],
input[type="image"],
input[type="reset"] {
  cursor: pointer;
}

address {
  font-style: normal;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
}

i {
  font-style: normal;
}

:root {
  --black: #333;
  --gray: #bab8b8;
  --orange: #ff8c30;
  --light-orange: #fffaf1;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  width: 100%;
  min-width: 320px;
  font-family: "IBM Plex Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 400;
  color: var(--black);
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

body.is-freeze {
  overflow: hidden;
}

a {
  color: inherit;
}

bold {
  font-weight: 700;
}

strong {
  font-size: 1.8rem;
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

.orange_text {
  color: var(--orange);
}
.link_text {
  color: var(--orange);
  text-decoration: underline;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .mb-100 {
    margin-bottom: 150px;
  }
}

.mt-30 {
  margin-top: 30px;
}

.line_text {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.note {
  font-size: 1.3rem;
  color: #7d7d7d;
  text-align: center;
  margin-top: -30px;
}
@media (max-width: 768px) {
  .note {
    margin-top: 0px;
  }
}
/* ヘッダー */
.header {
  width: 100vw;
  height: 100px;
  background-color: #fff;
  text-align: center;
  padding-top: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo {
  width: 90px;
  margin: 30px;
}

@media (max-width: 768px) {
  .header {
    height: 80px;
  }

  .header_logo {
    width: 60px;
    margin: 20px 10px;
  }
}

/* フッター */
.footer {
  background-color: var(--orange);
  color: #fff;
  font-weight: 500;
}

.fotter_inner {
  padding: 50px 0 10px;
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}
.fotter_inner_left {
  display: flex;
}

.footer_logo {
  width: 150px;
  display: block;
  margin: 0 auto 30px;
}

.footer ul li a {
  padding: 1px;
  border-bottom: 1px solid #fff;
}

.copyright {
  background-color: var(--black);
  text-align: center;
  padding: 20px;
}

@media (max-width: 768px) {
  .fotter_inner {
    display: block;
    width: fit-content;
    padding: 30px 10px;
  }
	
	.fotter_inner_left {
  display: block;
}
	.footer_logo {
  margin: 0 auto 10px;
}
	
	.fotter_inner_left p{
		width:fit-content;
		margin:0 auto 20px;
		text-align: center;
	}

  .footer ul {
    text-align: center;
  }
  .footer_logo {
    width: 120px;
  }
}

/* FV */
.fv {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  font-weight: 700;
}

.fv::after {
  content: "";
  position: absolute;
  width: 100vw;
  min-width: 1000px;
  height: 100vw;
  background-color: #ffbd89;
  opacity: 0.3;
  z-index: -1;
  right: 30%;
  bottom: -135px;
  border-radius: 50%;
}
.thanks .fv::after {
  content: none;
}

.fv_head {
  display: flex;
  align-items: center;
  justify-content: left;
}

.fv_inner {
  max-width: 1000px;
  margin: 0 auto 40px;
	display:flex;
	align-items: end;
	position:relative;
}

.fv_inner_left {
  width: 50%;
  margin-left: 20px;
}

.fv_inner_rigft{
  width: 50%;
  margin-left: 20px;
}

.fv_img{
	position:absolute;
	width:600px;
	bottom:0;
	left:50%;
}


.circle_block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle_txt {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--orange);
  text-align: center;
  line-height: 88px;
  margin: 10px;
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
}

.fv_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}

@media (max-width: 768px) {
  .fv {
    width: 100%;
    padding: 0 5%;
    overflow: hidden;
  }

  .fv::after {
    width: 60vw;
    min-width: 1000px;
    height: 1000px;
    left: auto;
    right: -15%;
    top: -60%;
  }
	
	.fv_inner {
	display:block;
		margin: 0 auto 0px;
}

  .fv_inner_left {
    width: 100%;
    margin: 0 auto;
  }
	
	.fv_img{
		position:relative;
		display:block;
		margin:20px auto 0;
		width:100%;
	bottom:auto;
	left:auto;
}

  .fv_ttl {
    font-size: 2.5rem;
    margin: 10px 0;
  }

  .fv_ttl_inner bold {
    font-weight: 600;
  }
}

/* main */
.main_inner {
  min-height: calc(100vh - 370px);
}
.section.bg-orange {
  background-color: var(--light-orange);
}

.section_inner {
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
  padding: 50px 30px;
}

.section_ttl {
  font-family: "Khula", sans-serif;
  font-weight: 800;
  font-size: 10rem;
  position: relative;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  padding: 0px 0 10px;
  -webkit-text-stroke: 1px #ffc89a;
}

.section_ttl span span {
  font-size: 3rem;
  font-weight: 600;
  display: inline-block;
  border: none;
  color: var(--black);
  -webkit-text-stroke: 0px;
  text-stroke: 0px;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}

/*左から右テキストエフェクト*/
.sction_ttl_inner.line::after {
  content: "";
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 3px;
  background-color: var(--orange);
}

@media (max-width: 768px) {
  .section_inner {
    width: 90%;
    margin: 0px auto;
    padding: 50px 0;
  }

  .section_ttl {
    font-size: 6rem;
    line-height: 5rem;
    margin-bottom: 30px;
  }

  .section_ttl span span {
    font-size: 2rem;
    line-height: 3rem;
    top: auto;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .sction_ttl_inner.line::after {
    top: auto;
    bottom: 5px;
    left: 50%;
    width: 60px;
  }
}

/* ボタン */
.btn {
  background-color: var(--orange);
  width: 250px;
  border-radius: 50px;
  padding: 14px 40px 10px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  font-size: 1.8rem;
  box-shadow: 0px 4px 0px #e37e2d;
}

.btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translate(0, 0px);
  position: absolute;
  transition: all 0.3s;
}
.btn:hover:after {
  transform: rotate(45deg) translate(3px, -3px);
}

/* お悩み */
.worries_ttl {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.worries_ttl span {
  font-size: 2.5rem;
  font-weight: 700;
}

.where_img{
	display:block;
	position:relative;
	width:700px;
	margin:0 auto -10px;
	z-index:1;
}

.solution_box {
  border-radius: 5px;
  border: 5px solid var(--orange);
  padding: 30px;
  text-align: center;
  margin: 0 auto -170px;
  width: 700px;
  background-color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
}

.solution_box p {
  font-size: 1.8rem;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .worries_ttl {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
  }
  .worries_ttl span {
    font-size: 2.2rem;
    font-weight: 700;
  }
	
	.where_img{
	width:90%;
	margin:0 auto -10px;
}

  .solution_box {
    padding: 30px 10px;
    margin: 0 auto -170px;
    width: 100%;
    font-size: 2rem;
  }

  .solution_box p {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

/* 窓口について */
.about_ttl {
  text-align: center;
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
}

.about_ttl span {
  font-family: "Khula", sans-serif;
  font-weight: 800;
  font-size: 8rem;
  position: relative;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  padding: 0px;
  -webkit-text-stroke: 1px #ffc89a;
  position: absolute;
  bottom: -48px;
  left: 0;
  z-index: -1;
}

.about_img {
  width: 200px;
  display: block;
  margin: 10px auto;
}

.column {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column.top_about {
  align-items: center;
}
.column_nowrap {
  flex-wrap: nowrap;
}

.col2_box {
  width: 48%;
  margin: 0 auto 20px;
}
.top_business_ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.top_business_img {
  width: 100%;
}
.col3_box {
  width: 30%;
  margin: 0 auto 20px;
}

.col4_box {
  width: 20%;
  margin: 0 auto 20px;
}

.what_can {
  border-radius: 10px;
  border: 1px solid var(--orange);
	position:relative;
}
.what_can_ttl {
  border-radius: 10px 10px 0 0;
  background-color: var(--orange);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}

.what_can_contents {
  padding: 30px;
}

.what_can_contents_box {
  position: relative;
  padding-left: 25px;
}

/* チェックボックスのアイコン */
.check_icon::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: var(--orange);
}

.check_icon::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.list_img{
	width:320px;
	position:absolute;
	right:30px;
	bottom:10px;
}

@media (max-width: 768px) {
	.about_ttl{
		    width: 300px;
    margin: 0 auto;
	}
  .top_about_img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .column_nowrap {
    flex-wrap: wrap;
  }
  .column_img {
    width: 100%;
    margin: 0px auto 30px;
  }
  .col2_box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .top_business_img {
    width: 100%;
  }
  .col3_box,
  .col4_box {
    width: 100%;
    margin: 40px auto;
  }
	
	.list_img{
		position:relative;
		width:100%;
		right:auto;
		margin:30px auto 0;
		display:block;
}
}

.share {
  text-align: center;
}

.share_ttl {
  background-color: var(--orange);
  padding: 30px;
}

.share_ttl_inner {
  max-width: 900px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 auto;
}
.share_ttl_inner span {
  padding: 5px 10px;
  background-color: #fff;
  color: var(--orange);
  margin-right: 5px;
  font-size: 2rem;
}

.share_img {
  display: block;
  margin: 20px auto 50px;
	width:500px;
}

.share_text {
  font-weight: 700;
  font-size: 2rem;
  width: fit-content;
  margin: 0 auto 30px;
}

.share_text .red_text {
  font-size: 3rem;
  color: #ea5555;
}

.partner_logo {
  width: 150px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .partner_logo {
    width: 120px;
    display: block;
    margin: 0 auto;
  }

  .share_ttl_inner {
    font-size: 1.8rem;
  }
  .share_ttl_inner span {
    font-size: 2rem;
  }

  .share_img {
    width:90%;
  }

  .share_text {
    font-size: 1.6rem;
  }

  .share_text .red_text {
    font-size: 2rem;
  }
}

/* 事例 */

.case_box {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 2px 2px 2px var(--gray);
}
.case_ttl {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--orange);
}

.age {
  text-align: right;
  font-size: 1.4rem;
}

.case_img {
  width: 100px;
  margin-right: 10px;
}

/* 流れ */

.flow_box {
  position: relative;
}
.flow_box:not(:last-child):after {
  position: relative;
  content: "";
  position: absolute;
  top: 110px;
  right: -25px;
  background-color: var(--orange);
  height: 30px;
  width: 20px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.flow_box:first-child::before {
  position: relative;
  content: "";
  position: absolute;
  top: 40px;
  left: 60px;
  background-color: var(--orange);
  height: 1px;
  width: 650px;
  z-index: -1;
}
.flow_num {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--orange);
  text-align: center;
  line-height: 60px;
  margin: 10px auto;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid var(--orange);
}

.flow_img {
  width: 80px;
  display: block;
  margin: 10px auto;
}
.flow_ttl {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

@media (max-width: 768px) {
  .column.col4 {
    display: block;
  }

  .flow_box:first-child::before {
    top: 20px;
    left: 30px;
    height: 810px;
    width: 1px;
  }

  .flow_box {
    padding-left: 70px;
    width: 250px;
    margin-bottom: 30px;
  }
  .flow_num {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }

  .flow_box:not(:last-child):after {
    top: auto;
    bottom: -50px;
    left: 60%;
    transform: translate(-50%, -50%);
    right: auto;
    height: 20px;
    width: 30px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .flow_ttl {
    padding-top: 20px;
  }
}

/* よくある質問 */

.accordion-008 {
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 0px 20px;
  box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
  background-color: #fff;
  font-weight: 600;
}

.accordion-008 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px;
  cursor: pointer;
}

.accordion-008 summary::-webkit-details-marker {
  display: none;
}

.accordion-008[open] summary {
  border-bottom: 1px solid var(--orange);
  transition: transform 0.5s;
}

.accordion-008 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  content: "";
  transition: transform 0.3s;
}

.accordion-008[open] summary::after {
  transform: rotate(225deg);
  transition: transform 0.3s;
}

.accordion-008 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 20px;
  transition: transform 0.5s;
}

.accordion-008[open] p {
  transform: none;
  opacity: 1;
  transition: transform 0.5s;
}

/* お問い合わせ */

.wpcf7 {
  background-color: var(--light-orange);
  border-radius: 10px;
  padding: 30px;
}
.wpcf7 input:not(.btn):not([type="checkbox"]):not([type="radio"]),
.wpcf7 textarea,
.wpcf7 select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  border: 1px solid var(--orange);
  background-color: #fff;
  border-radius: 5px;
  line-height: 1.2;
  padding: 20px;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wpcf7-list-item {
  width: 45%;
}
.agree .wpcf7-list-item {
  width: fit-content;
  margin: 0 auto;
}
.agree {
  width: fit-content;
  margin: 0 auto 30px;
  font-weight: 700;
}

.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 16px;
  font-weight: 600;
}

.h-adr input[type="text"],
.h-adr input[type="number"],
.h-adr select {
  margin-bottom: 16px;
}

.wpcf7-radio .wpcf7-list-item input {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid var(--orange);
  background-color: #fff;
  border-radius: 9999px;
  cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item input:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 9999px;
  background-color: var(--orange);
}

.agree label,
.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  cursor: pointer;
  margin-bottom: 16px;
  font-weight: 600;
}

.wpcf7-acceptance .wpcf7-list-item input,
.wpcf7-checkbox .wpcf7-list-item input {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid var(--orange);
  border-radius: 2px;
  cursor: pointer;
  background-color: #fff;
  flex-shrink: 0;
}

.wpcf7-acceptance .wpcf7-list-item input:checked,
.wpcf7-checkbox .wpcf7-list-item input:checked {
  background-color: var(--orange);
}

.wpcf7-acceptance .wpcf7-list-item input::after,
.wpcf7-checkbox .wpcf7-list-item input::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.wpcf7-list-item-label {
  padding: 3px 0px 0 3px;
}

.input_wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.input_head {
  width: 30%;
  font-weight: 700;
  padding-top: 20px;
}
.input_box {
  width: 70%;
}

.submit_wrap {
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
.submit_wrap::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 20px);
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  transition: all 0.3s;
  position: absolute;
}

.submit_wrap:hover:after {
  transform: rotate(45deg) translate(3px, -3px);
}

.submit_wrap input[type="submit"] {
  width: 250px;
  padding: 14px 40px 10px 20px;
}

@media (max-width: 768px) {
  .wpcf7 {
    padding: 30px 10px;
  }

  .input_wrap {
    flex-wrap: wrap;
  }

  .input_head {
    width: 100%;
    margin-bottom: 10px;
  }
  .input_box {
    width: 100%;
  }

  .submit_wrap input[type="submit"] {
    padding: 15px 40px 15px 20px;
  }
}

/* フェードイン */
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
  transform: translate(0, 30px);
}

.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* 完了 */
.thanks p {
  width: fit-content;
  margin: 0 auto 30px;
}

.nopc {
  display: none;
}

@media (max-width: 768px) {
  .nopc {
    display: block;
  }

  .nosp {
    display: none;
  }
}


.fv_2 {
  font-weight: 700;
  text-align: center;
	background-color:rgba(255,189,137,0.3);
	    overflow: hidden;
}

.fv_2 .fv_inner {
    margin: 0 auto 0px;
}

.fv_2 .fv_img {
    width: 100%;
}

.fv_tag_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 450px;
}

.fv2_ttl_medium{
	font-size:2.5rem;
}

.fv2_ttl{
	font-size:3rem;
}

.fv_tag {
  background-color: var(--orange);
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 5px 20px;
  width: 130px;
  margin: 10px 5px;
	font-size:1.8rem;
	box-shadow:2px 2px 4px #ddd;
}

.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: 14px 16px;
  border: 2px solid #000000;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 32%;
  border-style: solid;
  border-width: 12px 0 0 20px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 32%;
  border-style: solid;
  border-width: 8.5px 0 0 14.1px;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% + 0.9px) 100%;
}

.fv_btn_area{
	position:relative;
	margin-top:20px;
}

.fv_btm_sub{
	background:#fff;
	border-radius:50px;
	border:1px solid var(--orange);
	padding:2px 20px;
	width:fit-content;
	z-index:2;
	position:relative;
	margin:0 auto -10px;
}

.fv_btn_area .btn{
	border-radius:5px;
	padding-top:20px;
	width:300px;
}

.fv_btn_area .btn::after {
    top: calc(50% - 2px);
}

@media (max-width: 768px) {
 .fv_2 {
	padding-bottom:30px;
 }
 
 .fv2_ttl_medium{
	font-size:2rem;
 }

 .fv2_ttl{
	font-size:2.8rem;
 }
	
 .fv_tag_box {
	width: 300px;
	margin:0 auto;
 }

 .fv_tag {
	width: 90px;
	padding: 5px;
 }
}