@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* -----------------------------------------------------

common 

----------------------------------------------------- */
.cta_container {
  margin-top: 0;
}
.breadcrumb {
  width: 100%;
  background-color: #F9F9FF;
  margin: 0;
  padding: 8px 3%;
}
.breadcrumb a {
  color: #F08300;
}
main section {
  background-color: #F9F9FF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
}
.contents-body {
  width: 92%;
  margin: 0 auto;
}
.btn_cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  font-size: 2.0rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  background-color: #F08300;
  border-radius: 50px;
  box-shadow: 0px 2px 8px rgba(0,0,0,.2);
  margin: 0 auto;
  padding: 18px 0;
}
.btn_cta a:hover {
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.btn_cta a span {
  font-size: 1.2rem;
  line-height: 1.1;
  padding: 0 .6em 0 0;
}
.btn_cta-sholder {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 900;
  color: #2A69B9;
  text-align: center;
  line-height: 1.5;
  width: auto;
  margin: 40px auto 16px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.btn_cta-sholder::before,
.btn_cta-sholder::after {
  content: "";
	display: inline-block;
	position: absolute;
	bottom: -4px;
	left: -24px;
	transform: rotate(-45deg);
	width: 2px;
	height: 36px;
  background-color: #2A69B9;
}
.btn_cta-sholder::after {
  left: auto;
  right: -24px;
  transform: rotate(45deg);
}
.btn_cta-sholder strong {
  font-size: 2.8rem;
  color: #F08300;
}
.btn_cta-txt {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 40px 0 0 0;
}
.btn_cta-txt + .btn_cta-sholder {
  margin-top: 10px;
}
.btn_cta-summary {
  padding: 30px 0;
}
.btn_cta-summary p {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  background-color: #F9F9FF;
  border: 4px solid #F08300;
  border-radius: 5px;
  padding: 3px 5px;
}
.btn_cta-summary p span {
  color: #F08300;
}
.btn_ill {
  width: 72px;
  margin: 0 auto;
}
.btn_dl a {
  display: block;
  max-width: 240px;
  font-size: 2.0rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  color: #F08300;
  background-color: #fff;
  border: 2px solid #F08300;
  border-radius: 50px;
  margin: 16px auto 0;
  padding: 14px 0;
}
.btn_dl a:hover {
  opacity: .8;
}
.contents_inner {
  padding-bottom: 40px;
}
.section_ttl-lp {
  font-size: 2.0rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 30px 0 10px;
	position: relative;
}
.section_ttl-lp:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 80px;
	height: 2px;
	background-color: #F08300;
}
.section_ttl-lp span {
  display: block;
	font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #666666;
}
.bg_white {
  background-color: #ffffff;
}
.bg_blue {
  background-color: #DAEAFF;
}
.txt_link a {
  font-weight: 700;
  color: #F08300;
  text-decoration: underline;
}
.txt_link a:hover {
  opacity: .8;
}
.btn_floating a {
  position: fixed;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  background-color: #F08300;
  border-radius: 50px;
  box-shadow: 0px 2px 8px rgba(0,0,0,.2);
  margin: 0 auto;
  padding: 12px 0;
}
.btn_floating a:hover {
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.btn_floating a span {
  font-size: 1.0rem;
  line-height: 1.2;
  padding: 0 .6em 0 0;
}
.btn_floating.active a {
  bottom: 16px;
}
.siteFooter.company {
  padding-bottom: 20px; 
}
@media screen and (min-width: 768px) {
  .btn_container {
    max-width: 752px;
    margin: 0 auto;
  }
  .kv .btn_container {
    max-width: 628px;
    margin: 0;
  }
  .btn_cta a {
    font-size: 2.6rem;
    width: 480px;
    max-width: 480px;
    padding: 30px 0;
  }
  .btn_cta a span {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .kv .btn_cta a {
    font-size: 2.0rem;
    width: 356px;
    max-width: 356px;
    padding: 14px 0;
  }
  .kv .btn_cta a span {
    font-size: 1.2rem;
  }
  .btn_cta-sholder {
    font-size: 2.4rem;
    margin: 70px auto 30px;
  }
  .btn_cta-sholder::before,
  .btn_cta-sholder::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -4px;
    left: -24px;
    transform: rotate(-45deg);
    width: 2px;
    height: 36px;
    background-color: #2A69B9;
  }
  .btn_cta-sholder::after {
    left: auto;
    right: -24px;
    transform: rotate(45deg);
  }
  .btn_cta-sholder strong {
    font-size: 4.8rem;
  }
  .btn_cta-txt {
    font-size: 2.4rem;
    padding: 60px 0 0 0;
  }
  .btn_cta-txt + .btn_cta-sholder {
    margin-top: 20px;
  }
  .btn_cta-summary {
    max-width: 752px;
    margin: 0 auto;
    padding: 60px 0 30px;
  }
  .btn_cta-summary p {
    font-size: 3.2rem;
    padding: 3px 5px;
  }
  .btn_cta-summary p span {
    color: #F08300;
  }
  .btn_ill {
    width: auto;
    height: 36px; 
    margin: 0 auto;
  }
  .btn_dl a {
    width: 240px;
    max-width: auto;
    font-size: 2.6rem;
    color: #F08300;
    background-color: #fff;
    border: 2px solid #F08300;
    border-radius: 50px;
    margin: 36px auto 0;
    padding: 35px 0;
  }
  .kv .btn_dl a {
    font-size: 2.0rem;
    padding: 18px 0;
  }
  .contents_inner {
    max-width: 1248px;
    padding-bottom: 80px;
  }
  .section_ttl-lp {
    font-size: 4.8rem;
    margin: 0 0 60px;
    padding: 60px 0 20px;
  }
  .section_ttl-lp:after {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 160px;
  }
  .section_ttl-lp span {
    font-size: 2.0rem;
  }
  .btn_floating a {
    top: 50%;
    bottom: auto;
    left: auto;
    right: -56px;
    transform: translate(0, -50%);
    width: 56px;
    height: 260px;
    border-radius: 10px 0 0 10px;
    padding: 0;
    letter-spacing: .1em;
    writing-mode: vertical-rl;
  }
  .btn_floating a span {
    font-size: 1.2rem;
    padding: 0 0 .4em 0;
    letter-spacing: 0;
    writing-mode: horizontal-tb;
  }
  .btn_floating.active a {
    right: 0;
    bottom: auto;
  }
}

@media screen and (min-width: 1000px) {
  .kv .btn_container {
    display: flex;
    justify-content: space-between;
    max-width: 628px;
    margin: 0;
  }
}
/* -----------------------------------------------------

kv 

----------------------------------------------------- */
.kv {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  text-align: center;
  background-color: #F9F9FF;
}
.kv_main {
  width: 100%;
  height: auto;
  padding: 15px 0 0 10%;
  background-image: url("../img/lp/kv_circle_sp.svg");
  background-position: -20% 0;
  background-repeat: no-repeat;
  background-size: 33% auto;
}
.kv_main img {
  width: 100%;
  min-height: 200px;
  border-radius: 24px 0 0 24px;
  aspect-ratio: 75 / 40;
  object-fit: cover;
  object-position: 0 50%;
}
.building-condition-survey .kv_main img {
  object-position: right top;
}
.kv_inner {
  padding: 0 4%;
}
.kv_slogan {
  font-weight: 900;
  text-align: center;
  border: 2px solid #F08300;
  margin: 18px 0 10px;
  padding: .3em 0;
}
.kv_slogan span {
  color: #F08300;
}
.kv h1 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.45;
}
.kv h1 small {
  font-size: 1.6rem;
}
.kv h1 span {
  font-size: 3.2rem;
  background:linear-gradient(transparent 72%, #FFE291 72%);
  padding: 0 .4em;
}
.kv h1 span.liner {
  padding: 0;
}
.kv_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0 20px 0;
}
.kv_list li {
  flex-basis: 50%;
  max-width: 50%;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
  letter-spacing: .05em;
  color: #666666;
  background-image: url("../img/lp/kv_mark.svg");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
  margin: .8em 0 0 0;
  padding: 0 5px 0 20px;
}
.kv_point {
  display: flex;
  justify-content: space-between;
  margin: 18px 0 0 0;
}
.kv_point li {
  flex-basis: 32.6%;
  max-width: 32.6%;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0,0,0,.05);
  border-radius: 10px;
  padding: 10px 0;
}
.kv_point img {
  height: 24px;
  margin: 0 auto;
}
.kv_point h3 {
  font-size: 1.0rem;
  font-weight: 700;
  color: #2A69B9;
  margin: .4em 0 .2em 0;
}
.kv_point p {
  font-size: .8rem;
  color: #666666;
  letter-spacing: .08em;
}

@media screen and (min-width: 768px) {
  .kv {
    text-align: left;
    background-image: linear-gradient(0deg, rgba(249, 249, 255, 1), rgba(255, 255, 255, 1));
    background-color: #fff;
    padding: 30px 0 0 0;
  }
  .kv_container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 1300px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .kv_main {
    flex-basis: 40%;
    max-width: 40%;
    height: auto;
    padding: 15px 0 0 0;
    background-image: url("../img/lp/kv_circle_pc.svg");
    background-position: 24px 0;
    background-repeat: no-repeat;
    background-size: 204px auto;
  }
  .kv_main img {
    width: 640px;
    height: 640px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: 0 50%;
  }
  .kv_inner {
    flex-basis: 58%;
    max-width: 58%;
    padding: 0;
  }
  .kv_slogan {
    max-width: 628px;
    font-size: 3.2rem;
    background-color: #F9F9FF;
    border: 4px solid #F08300;
    margin: 0 0 20px;
  }
  .kv h1 {
    font-size: 4.8rem;
  }
  .kv h1 small {
    font-size: 3.2rem;
  }
  .kv h1 span {
    font-size: 6.4rem;
    background:none;
    padding: 0;
  }
  .kv h1 span.liner {
    background:linear-gradient(transparent 88%, #FFE291 88%);
    background-position: 0 -10px;
  }
  .kv_list {
    display: block;
    max-width: 680px;
    font-weight: 700;
    padding: 26px 0 30px 0;
  }
  .plumbing-and-drainage .kv_list {
    max-width: 580px;
  }
  .large-scale-repair .kv_list {
    max-width: 560px;
  }
  .building-fixtures .kv_list {
    max-width: 500px;
  }
  .kv_list li {
    display: inline-block;
    max-width: auto;
    font-size: 1.4rem;
    letter-spacing: .1em;
    background-size: 20px auto;
    margin: .4em 0 0 0;
    padding: 0 16px 0 26px;
  }
  .kv_point {
    max-width: 744px;
    margin: 36px 0 0 0;
  }
  .kv_point li {
    flex-basis: 31%;
    max-width: 31%;
    text-align: center;
    padding: 10px 0;
  }
  .kv_point img {
    height: 40px;
  }
  .kv_point h3 {
    font-size: 1.6rem;
    margin: .4em 0 .2em 0;
  }
  .kv_point p {
    font-size: 1.4rem;
    color: #666666;
    letter-spacing: .1em;
  }

}


/* -----------------------------------------------------

こんなお悩みありませんか 

----------------------------------------------------- */
.problem ul {
  position: relative;
  margin: 0 0 60px;
  padding: 0 0 10px;
}
.problem ul:after {
  content: "";
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 110px;
	height: 32px;
	background-color: #2A69B9;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.problem_item {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2A69B9;
  margin: 10px 0;
  padding: 10px 0 10px 24px;
  position: relative;
  z-index: 1;
}
.problem_item:before {
  content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 48px;
	height: 48px;
  background-color: #DAEAFF;
  border-radius: 50%;
  z-index: -1;
}
.problem h3 {
  font-size: 2.0rem;
  font-weight: 900;
  text-align: center;
  padding: 0 0 14px;
}
.problem_logo {
  max-width: 240px;
  margin: 0 auto;
  padding: 0 0 4px;
}
.problem_logo + p {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .problem ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    margin: 0 0 100px;
    padding: 30px 0 46px;
  }
  .problem ul:after {
    width: 220px;
    height: 64px;
  }
  .problem_item {
    flex-basis: calc(100%/5);
    max-width: calc(100%/5);
    text-align: center;
    margin: 0 0 20px;
    padding: 0 8px;
  }
  .problem_item br {
    display: none;
  }
  .problem_item:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 128px;
    height: 128px;
  }
  .problem h3 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 3.2rem;
    padding: 0 0 14px;
  }
  .problem_logo {
    width: 494px;
    max-width: 494px;
    margin: 0 15px;
  }
  .problem h3 + p {
    font-size: 2.0rem;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .problem_item {
    padding: 0;
  }
  .problem_item br {
    display: block;
  }
}

/* -----------------------------------------------------

比較表

----------------------------------------------------- */
.chart_img img {
  box-shadow: 0px 2px 8px rgba(0,0,0,.2);
  border-radius: 10px;
}
.chart_txt-item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #F9F9FF;
  box-shadow: 0px 2px 8px rgba(0,0,0,.1);
  border-radius: 10px;
  margin: 16px 0 0 0;
  padding: 16px 10px 16px 82px;
  position: relative;
}
.chart_txt-item span {
  color: #F08300;
  display: block;
}
.chart_txt-item:before {
  content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
	width: 48px;
	height: 48px;
  background-color: #F08300;

  border-radius: 50%;
}
.chart_txt-item:after {
  content: "A";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(1px, -50%);
	width: 48px;
	height: 48px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 46px;
}
.chart_txt-item:nth-child(2):after {
  content: "B";
}
.chart_txt-item:nth-child(3):after {
  content: "C";
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .chart {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .chart_img {
    flex-basis: 64%;
    max-width: 64%
  }
  .chart_txt {
    flex-basis: 33%;
    max-width: 33%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .chart_txt-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 30%;
    font-size: 1.8rem;
    margin: 0;
    padding: 0 10px 0 116px;
  }
  .chart_txt-item p span {
    display: inline;
  }
  .chart_txt-item:before {
    left: 30px;
    width: 64px;
    height: 64px;
  }
  .chart_txt-item:after {
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
    width: 64px;
    height: 64px;
    line-height: 62px;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .chart_txt-item {
    font-size: 2.0rem;
  }
  .chart_txt-item p span {
    display: block;
  }
}


/* -----------------------------------------------------

サポート

----------------------------------------------------- */
.support_item {
  display: flex;
  justify-content: space-between;
}
.support_item-img {
  flex-basis: 43%;
  max-width: 43%;
}
.support_item-img img {
  border-radius: 5px;
}
.support_item-txt {
  flex-basis: 53%;
  max-width: 53%;
}
.support_item-txt h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
.support_item:nth-child(3) .support_item-txt h3 {
  max-width: 185px;
  margin: 0 0 5px;
}
.support_item-txt p {
  font-size: 1.2rem;
  line-height: 1.5;
}
.support_arrow {
  max-width: 100px;
  margin: 10px auto;
}
.support_summary {
  padding: 50px 0 0 0;
}
.support_summary h2 {
  font-size: 2.0rem;
  font-weight: 900;
  color: #F08300;
  margin: 20px 0 8px;
}
.support_summary-img {
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .support_container {
    display: flex;
    justify-content: space-between;
  }
  .support_item {
    flex-direction: column;
    flex-basis: 24%;
    max-width: 24%;
  }
  .support_item-img {
    flex-basis: 100%;
    max-width: 100%;
  }
  .support_item-img img {
    border-radius: 10px;
  }
  .support_item-txt {
    flex-basis: 100%;
    max-width: 100%;
  }
  .support_item-txt h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 2.4rem;
    text-align: center;
  }
  .support_item:nth-child(3) .support_item-txt h3 {
    max-width: 247px;
    margin: 0 auto 5px;
  }
  .support_item-txt p {
    font-size: 1.7rem;
    text-align: left;
  }
  .support_arrow {
    flex-basis: 11%;
    max-width: 11%;
    margin: 40px 0 0 0;
  }
  .support_summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0 0 0;
  }
  .support_summary-img {
    flex-basis: 42%;
    max-width: 42%;
  }
  .support_summary-txt {
    flex-basis: 55%;
    max-width: 55%;
  }
  .support_summary h2 {
    font-size: 3.2rem;
  }
}


/* -----------------------------------------------------

サービスを動画でご紹介

----------------------------------------------------- */
.service_movie {
/*
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.3%;
*/
}
.service_movie iframe {
	aspect-ratio: 16/9;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) {
	.service_movie {
		width: 720px;
		margin: 0 auto;
	}
}

/* -----------------------------------------------------

サービスご利用の流れ

----------------------------------------------------- */
.step_item {
  position: relative;
  z-index: 1;
}
.step_item::before {
  content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 16px;
	width: 16px;
	height: 100%;
  background-color: #DAEAFF;
}
.step_item:nth-child(4)::before {
  display: none;
}
.step_v2 .step_item:nth-child(4)::before {
  display: inline-block;
}
.step_v2 .step_item:nth-child(5)::before {
  display: none;
}
.step_item h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2A69B9;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0,0,0,.1);
  border-radius: 8px;
  padding: 10px 0 10px 100px;
  position: relative;
}
.step_item h3::before {
  content: "1";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 100%;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 48px;
  background-color: #F08300;
  border-radius: 8px 0 0 8px;
}
.step_item:nth-child(2) h3::before {
  content: "2";
}
.step_item:nth-child(3) h3::before {
  content: "3";
}
.step_item:nth-child(4) h3::before {
  content: "4";
}
.step_item:nth-child(5) h3::before {
  content: "5";
}
.step_item h3::after {
  content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 56px;
	transform: translate(0, -50%);
	width: 32px;
	height: 32px;
	background-image: url("../img/lp/step_1.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.step_item:nth-child(2) h3::after {
  background-image: url("../img/lp/step_2.svg");
}
.step_item:nth-child(3) h3::after {
  background-image: url("../img/lp/step_3.svg");
}
.step_item:nth-child(4) h3::after {
  background-image: url("../img/lp/step_4.svg");
}
.step_v2 .step_item:nth-child(2) h3::after {
  background-image: url("../img/lp/step_5.svg");
}
.step_v2 .step_item:nth-child(3) h3::after {
  background-image: url("../img/lp/step_6.svg");
}
.step_v2 .step_item:nth-child(4) h3::after {
  background-image: url("../img/lp/step_7.svg");
}
.step_v2 .step_item:nth-child(5) h3::after {
  background-image: url("../img/lp/step_4.svg");
}

.step_item p {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 10px 0 16px 48px;
}
.step + .btn_cta .btn_cta-sholder {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .step {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .step::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    height: 48px;
    background-color: #DAEAFF;
  }
  .step_item {
    flex-basis: 22%;
    max-width: 22%;
    position: relative;
    z-index: 1;
  }
  .step_v2 .step_item {
    flex-basis: 17%;
    max-width: 17%;
  }
  .step_item::before {
    display: none;
  }
  .step_item:nth-child(4)::before,
  .step_v2 .step_item:nth-child(4)::before {
    display: none;
  }
  .step_item h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
    background-color: #fff;
    padding: 70px 0 0 0;
  }
  .step_item h3::before {
    top: -32px;
    left: 14px;
    width: 64px;
    height: 64px;
    font-size: 2.4rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 64px;
    border-radius: 50%;
  }
  .step_item h3::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 56px;
    height: 56px;
  }
  .step_item p {
    padding: 10px 0 40px 0;
  }
  .step + .btn_cta .btn_cta-sholder {
    margin-top: 10px;
  }
}


/* -----------------------------------------------------

選ばれる理由

----------------------------------------------------- */
.point_item {
  font-size: 1.4rem;
  margin: 0 0 30px;
}
.point_item img {
  border-radius: 10px;
}
.point_item h3 {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  margin: .5em 0;
}
.point_item .txt_link a {
  font-size: 1.6rem;
  font-weight: 700;
}
.point_item .txt_link a span {
  position: relative;
  padding: 0 8px 0 0;
}
.point_item .txt_link a span::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: rotate(45deg) translate(0, -50%);
	width: 8px;
	height: 8px;
	border-top: 2px solid #F08300;
	border-right: 2px solid #F08300;
}
@media screen and (min-width: 768px) {
  .point {
    display: flex;
    justify-content: space-between;
  }
  .point_item {
    flex-basis: 32%;
    max-width: 32%;
    font-size: 1.6rem;
  }
  .point_item h3 {
    font-size: 2.4rem;
  }
  .point_item .txt_link a span {
    padding: 0 12px 0 0;
  }
}


/* -----------------------------------------------------

よくあるご質問

----------------------------------------------------- */
.qanda_item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 16px;
}
.qanda_item:not(:last-child) {
  margin: 0 0 20px;
}
.qanda_item h3 {
  font-weight: 700;
  border-bottom: 1px solid #DDDDDD;
  margin: 0 0 10px;
  padding: 0 0 10px 24px;
  position: relative;
}
.qanda_item h3:before {
  content: "Q";
  display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -70%);
}
.qanda_item p {
  font-size: 1.4rem;
  color: #666;
}
@media screen and (min-width: 768px) {
  .qanda {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .qanda_item {
    flex-basis: 49%;
    max-width: 49%;
    margin: 20px 0 0 0;
    padding: 20px 16px;
  }
  .qanda_item:not(:last-child) {
    margin: 20px 0 0 0;
  }
  .qanda_item:nth-child(1),
  .qanda_item:nth-child(2) {
    margin: 0;
  }
  .qanda_item h3 {
    font-size: 2.0rem;
    line-height: 1.5;
    margin: 0 0 16px;
    padding: 0 0 10px 34px;
    position: relative;
  }
  .qanda_item h3:before {
    content: "Q";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -70%);
  }
}






