
/* suitable
------------------------------------------------------------ */
br.SP{
	display: none;
}
.suitable2{
  padding-top: 50px;
}
.suitable .wrap900 {
  background-color: #FFF;
  padding: 0rem 2rem;
  margin-bottom: 5rem;
	font-size: 16px;
}
.suitable .suitable_title {
  font-size: 1.28em!important;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
	font-family: 'Noto Sans JP', sans-serif!important;
	margin-bottom: 2rem!important;
}
.suitable .suitable_title2 {
  font-size: 1.1em!important;
}
.suitable .suitable_title strong {
  font-size: 120%;
  text-decoration: underline;
  text-underline-offset: -0.1em;
  text-decoration-thickness: 0.4em;
  text-decoration-color: #F1D037;
  text-decoration-skip-ink: none;
}
.suitable .list {
	margin: 0 auto;
}
.suitable .list li {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}
  .suitable .list li:last-child {
    margin-bottom: 0;
  }

.suitable .list li .pic_circle {
  width: 70px;
	height: 70px;
  border-radius: 50%;
	border: 2px solid #eee;
}
.suitable .list li .pic_circle-img1 {
  background: url("../img/voice_person1.png") no-repeat;
  background-size: 120% auto;
  background-position: center top;
}
.suitable .list li .pic_circle-img2 {
  background: url("../img/voice_person2.png") no-repeat;
  background-size: 120% auto;
  background-position: center top;
}
.suitable .list li .pic_circle-img3 {
  background: url("../img/voice_person3.png") no-repeat;
  background-size: 120% auto;
  background-position: center top;
}
.suitable .list li p {
  font-size: 1.15em;
  padding: 1rem 1.5rem;
	background:#F3F3F3;
	border-radius: 10px;
	position:relative;
}
.suitable .list li p:after {
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:17px;
	border-right-width:17px;
	margin-top: -10px;
	border-right-color:#F3F3F3;
	right:100%;
	top:50%;
}

#pageCommon p{
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
	.suitable .wrap900 {
		padding: 2rem 0;
	}

}

img.sp-hide{
  display: inline;
}
img.sp-show{
  display: none;
}




.wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.telCTA2 {
  border-radius: 99px;
  margin: auto;
  width: 80%;
  position: relative;
	box-shadow: 1px 2px 10px rgba(000,000,000,0.3),3px 3px 10px 0px #85c9a1 inset,-3px -3px 10px 0px #01702e inset;
}

.telCTA2 img{
  width: 100%;
}

	.telCTA2 .action {
		font-size: 34px;
		color: #fff;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	}
		/* tel_icon */
		.telCTA2 .action .tel_icon {
			position: absolute;
			display: block;
			float: left;
			width: 40px;
			height: 45px;
			margin-right: 5px;
      top: 0;
		}
		.telCTA2 .action .tel_call {
			position: absolute;
			top: 25px;
			left: 20px;
			color: #fff;
			transform: rotate(50deg);
		}
		.telCTA2 .action .tel_call:before,
		.telCTA2 .action .tel_call:after {
			position: absolute;
      left: 37px;
      top: -16px;
			border: 2px solid transparent;
			border-top: solid 2px white;
			border-radius: 50%;
			transform: translate(-50%, -50%);
			opacity: 0;
			animation-name: calling;
			animation-duration: 1.4s;
			animation-iteration-count: infinite;
			animation-timing-function: linear;
			content: '';
		}
		@keyframes calling {
			8%, 64% { opacity: 1; }
			78% { opacity: 0; }
		}
		.telCTA2 .action .tel_call:first-child:before {
			width: 16px;
			height: 16px;
			animation-delay: -1.16s;
		}
		.telCTA2 .action .tel_call:first-child:after {
			width: 28px;
			height: 28px;
			animation-delay: -1.08s;
		}
		.telCTA2 .action .tel_call:last-child:before {
			width: 40px;
			height: 40px;
			animation-delay: -1.00s;
		}
		.telCTA2 .action .tel_call:last-child:after {
			content: none;
		}

  @media screen and (max-width: 599px) {
    .suitable .suitable_title{
      border: none!important;
      font-weight: normal!important;
    }
    .suitable2{
      padding-top: 20px;
    }
  img.sp-hide{
    display: none;
  }
  img.sp-show{
    display: inline;
  }
	.suitable .suitable_title {
		font-size: 4.4vw!important;
	}
	br.SP{
		display: block;
	}
	.suitable .wrap900 {
		margin-bottom: 2rem;
	}
	.suitable .suitable_title {
		font-size: 3.8vw;
		line-height: 1.5;
	}
	.suitable .list li p {
		font-size: 1em;
		width: calc(100% - 75px);
	}

  .telCTA2{
    width: 100%;
  }
  .telCTA2 .action .tel_icon{
    width: 10vw;
    height: 10vw;
    top: 2vw;
    left: 2vw;
    
  }
  .telCTA2 .action .tel_call:first-child:before {
    width: 5vw;
    height: 5vw;
    top: -1vw;
  }
  .telCTA2 .action .tel_call:first-child:after {
    width: 7vw;
    height: 7vw;
    top: -1.7vw;
  }
  .telCTA2 .action .tel_call:last-child:before {
    width: 9vw;
    height: 9vw;
    top: -2.4vw;
  }
  .telCTA2 .action .tel_call:before,
  .telCTA2 .action .tel_call:after {
    position: absolute;
    left: 0vw;
    top: -2vw;
  }
  .telCTA2 .action .tel_call {
    top: 5.5vw;
    left: 5vw;
  }
}

/* 流れ
-------------------------------------------------------------------------------- */
.flow {
  padding: 3rem 0;
  padding-top: 0;
  background: #FFF;
}
.flow .flow_title {
  text-align: center;
  font-size: 1.7em!important;
	font-family: 'Noto Sans JP', sans-serif!important;
  margin-bottom: 2.5rem!important;
}
.flow .flow_title strong {
  font-size: 140%;
}
.flow .flow_title .red {
  color: #0f8f3e;
}

.flow .flow_list {
	background-image: url("../img/flow_line.svg");
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: left 45px top 0;
  background-size: auto 1130px;
}
.flow .flow_list li {
  margin-bottom: 2rem;
  list-style: none!important;
}
.flow .flow_list_sp{
  margin-left: 0!important;
}
.flow .flow_list_sp li{
  list-style: none!important;
}
.flow .flow_list li dl {
  display: flex;
  justify-content: space-between;
}
.flow .flow_list li dl dt {
  background-color: #0f8f3e;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  color: #FFF;
  font-weight: 400;
  line-height: 1;
  padding-top: 12px;
  font-family: 'Noto Sans JP', sans-serif!important;
}
  .flow .flow_list li dl dt strong {
    font-size: 2.5em;
    font-weight: 400;
  }
.flow .flow_list li dl dd {
  background-color: #F3F3F3;
  border-radius: 15px;
  width: calc(100% - 130px);
  padding: 2rem 2rem 2rem 7.5rem;
  position: relative;
  background-repeat: no-repeat;
}

  .flow .flow_list li dl dd::after {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #F3F3F3 transparent transparent;
    translate: -100% -50%;
  }
.flow .flow_list li dl dd h3,.flow .flow_list_sp h3 {
  font-size: 1.2rem!important;
  margin-bottom: 0.8rem!important;
  padding-bottom: 0!important;
  font-weight: 600!important;
  margin-top: 0!important;
  border: none!important;
}
.flow .flow_list li dl dd p{
  line-height: normal!important;
}

.flow .flow_list li.step01 dl dd {
	background-image: url("../img/flow_ico1.svg");
  background-position: top 2rem left 2rem;
}
.flow .flow_list li.step02 dl dd {
	background-image: url("../img/flow_ico2.svg");
  background-position: top 2rem left 1.5rem;
}
.flow .flow_list li.step03 dl dd {
	background-image: url("../img/flow_ico3.svg");
  background-position: top 2rem left 1.5rem;
}
.flow .flow_list li.step04 dl dd {
	background-image: url("../img/flow_ico4.svg");
  background-position: top 2rem left 1.5rem;
}
.flow .flow_list li.step05 dl dd {
	background-image: url("../img/flow_ico5.svg");
  background-position: top 2rem left 1.5rem;
}
.flow .flow_list li.step06 dl dd {
	background-image: url("../img/flow_ico6.svg");
  background-position: top 2rem left 2.1rem;
}

@media screen and (max-width: 960px) {
  .flow .flow_list {
    background-size: auto 1175px;
  }
  .flow .flow_list li dl dt {
    width: 80px;
    height: 80px;
  }
}

.flow_list_sp{
  display: none;
}

@media screen and (max-width: 599px) {
  .flow .flow_title {
    font-size: 1.4em!important;
    border: none!important;
  }
  .flow_list{
    display: none;
  }
  .flow_list_sp{
    display: block;
  }
  .flow {
    padding: 2rem 0 1rem;
    padding-top: 0;
  }

  .flow .flow_title {
    margin-bottom: 1.5rem;
  }
  .flow .flow_list_sp {
    background-image: url("../img/flow_line.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 90%;
  }
  .flow .flow_list_sp li {
    margin-bottom: 2rem;
    background-color: #F3F3F3;
    border-radius: 15px;
    padding: 1.2rem;
  }
  .flow .flow_list_sp li dl dt {
    display: flex;
    align-items: center;
    
    justify-content: space-between;
    margin-bottom: 1rem;
    position: relative;
  }
    .flow .flow_list_sp li dl dt::after {
      content: '';
      position: absolute;
      right: -20px;
      top: 15px;
      background-repeat: no-repeat;
      width: 80px;
      height: 80px;
      z-index: 0;
      opacity: 0.3;
    }
  .flow .flow_list_sp li dl dt .circle {
    background-color: #0F8F3E;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    line-height: 1.1;
    padding-top: 4px;
    font-family: 'Noto Sans JP', sans-serif!important;
  }
    .flow .flow_list_sp li dl dt .circle strong {
      font-size: 1.8em;
      font-weight: 400;
    }
  .flow .flow_list_sp li dl dt h3 {
    font-size: 1.2rem;
    font-weight: 600;

    padding-top: 0px;
    margin-bottom: 0!important;
    width: calc(100% - 80px);
    z-index: 1;
  }
  .flow .flow_list_sp li dl dd {
    line-height: 1.5;
  }
  .flow .flow_list_sp li.step01 dt::after {
    background-image: url("../img/flow_ico1.svg");
  }
  .flow .flow_list_sp li.step02 dt::after {
    background-image: url("../img/flow_ico2.svg");
  }
  .flow .flow_list_sp li.step03 dt::after {
    background-image: url("../img/flow_ico3.svg");
    right: -10px;
  }
  .flow .flow_list_sp li.step04 dt::after {
    background-image: url("../img/flow_ico4.svg");
    right: -15px;
  }
  .flow .flow_list_sp li.step05 dt::after {
    background-image: url("../img/flow_ico5.svg");
    right: -10px;
  }
  .flow .flow_list_sp li.step06 dt::after {
    background-image: url("../img/flow_ico6.svg");
  }
}