/* CSS Document */
section.online_toptext{
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
section.online_toptext::after{
  content: "";
  background-color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -1.25rem;
  position: absolute;
  z-index: 1;
}
body[wc-view-type="sp"] section.online_toptext{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] section.online_toptext{
  padding: var(--headerHeight) 7.5vw;
}
body[wc-view-type="tb-l"] section.online_toptext{
  padding: var(--headerHeight) 10vw;
}
section.online_toptext h1{
  font-size: 1.5rem;
  color: #333;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 0.5rem;
  -webkit-transition: opacity 800ms linear,transform 800ms linear;
  transition: opacity 800ms linear,transform 800ms linear;
  transform: translateY(1rem);
  opacity: 0;
}
section.online_toptext h1.wcvisible{
  opacity: 1;
  transform: translateY(0);
}
section.online_toptext h1::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 2.5rem;
  height: 2px;
  bottom: 0;
  background-color: #00a79e;
}
body[wc-view-type="sp"] section.online_toptext > h1{
  margin-bottom: 1.8rem;
}
body[wc-view-type="tb"] section.online_toptext > h1{
  margin-bottom: 2rem;
}
body[wc-view-type="tb-l"] section.online_toptext > h1{
  margin-bottom: 2.25rem;
}
body[wc-view-type="pc"] section.online_toptext > h1{
  margin-bottom: 2.25rem;
}
section.online_toptext > p{
  line-height: 1.8rem;
  -webkit-transition: opacity 800ms linear,transform 800ms linear;
  transition: opacity 800ms linear,transform 800ms linear;
  transform: translateY(1rem);
  opacity: 0;
}
body[wc-view-type="pc"] section.online_toptext > p{
  width: 750px;
  margin: 0 auto;
}
section.online_toptext > p.wcvisible{
  opacity: 1;
  transform: translateY(0);
}
body:not([wc-view-type="sp"]) section.online_toptext > p{
  text-align: center;
}
/*悩み*/
div.online_nayami{
  padding: var(--headerHeight) 0 0 0;
  box-sizing: border-box;
  background-color: #EAEAEA;
}
body[wc-view-type="sp"] div.online_nayami{
  padding: var(--headerHeight) 7vw 0 7vw;
}
body[wc-view-type="tb"] div.online_nayami{
  padding: var(--headerHeight) 7.5vw 0 7.5vw;
}
body[wc-view-type="tb-l"] div.online_nayami{
  padding: var(--headerHeight) 10vw 0 10vw;
}
div.online_nayami ul{
  display: flex;
  list-style: none;
  list-style-position: outside;
  align-items: flex-start;
}
body[wc-view-type="sp"] div.online_nayami ul{
  flex-direction: column;
}
body[wc-view-type="tb"] div.online_nayami ul{
  flex-wrap: wrap;
}
body[wc-view-type="pc"] div.online_nayami ul{
  width: 1000px;
  margin: 0 auto;
}
div.online_nayami ul li{
  background-color: #fff;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: opacity 800ms 0 linear;
  transition: opacity 800ms 0 linear;
  opacity: 0;
}
body[wc-view-type="sp"] div.online_nayami ul li{
 -webkit-transition: opacity 800ms 500ms linear;
  transition: opacity 800ms 500ms linear; 
}
div.online_nayami ul li.wcvisible{
  opacity: 1;
}
body[wc-view-type="sp"] div.online_nayami ul li{
  width: 100%;
  margin-bottom: 1rem;
}
body[wc-view-type="tb"] div.online_nayami ul li{
  height: 105px;
  width: calc((100% / 2) - 2rem);
  margin: 0 1rem 1rem 1rem;
}
body[wc-view-type="tb-l"] div.online_nayami ul li,
body[wc-view-type="pc"] div.online_nayami ul li{
  width: calc((100% / 4) - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
body[wc-view-type="tb-l"] div.online_nayami ul li{
  height: 155px;
}
body[wc-view-type="pc"] div.online_nayami ul li{
  height: 130px;
}
body[wc-view-type="tb-l"] div.online_nayami ul li:nth-of-type(1),
body[wc-view-type="pc"] div.online_nayami ul li:nth-of-type(1){
  margin-top: 3rem;
}
body[wc-view-type="tb-l"] div.online_nayami ul li:nth-of-type(4),
body[wc-view-type="pc"] div.online_nayami ul li:nth-of-type(4){
  margin-top: 3rem;
}
div.online_nayami div.nayami_img{
  width: 100%;
}
body[wc-view-type="tb"] div.online_nayami div.nayami_img{
  width: 60%;
  margin: 0 auto
}
body[wc-view-type="tb-l"] div.online_nayami div.nayami_img,
body[wc-view-type="pc"] div.online_nayami div.nayami_img{
  width: 500px;
  margin: 0 auto;
}
div.online_nayami div.nayami_img figure{
}
div.online_nayami div.nayami_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.online_nayami div.nayami_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*おすすめ*/
section.osusume{
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-top: 2px solid #00a69d;
}
body[wc-view-type="sp"] section.osusume{
  padding: 5.5rem 7vw var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] section.osusume{
  padding: 6rem 7.5vw var(--headerHeight) 7.5vw;
}
body[wc-view-type="tb-l"] section.osusume{
  padding: 7rem 10vw var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] section.osusume{
  padding: 7rem 0 var(--headerHeight) 0;
}
section.osusume > h1{
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  text-align: center;
}
section.osusume > h1{
  position: absolute;
  z-index: 2;
}
body[wc-view-type="sp"] section.osusume > h1{
  width: 86vw;
  top: calc((2.5rem + 2px) * -1);
  font-size: 1.8rem;
}
body[wc-view-type="tb"] section.osusume > h1{
  top: calc((2.75rem + 2px) * -1);
  width: 85vw;
}
body[wc-view-type="tb-l"] section.osusume > h1{
  top: calc((3.05rem + 2px) * -1);
  margin-bottom: 1rem;
  width: 80vw;
}
body[wc-view-type="pc"] section.osusume > h1{
  top: calc((3.05rem + 2px) * -1);
  margin-bottom: 1rem;
  width: 100%;
}
section.osusume > h1 span.back{
  background-color: #fff;
  border-top: 2px solid #00a69d;
  border-right: 2px solid #00a69d;
  border-left: 2px solid #00a69d;
  padding: 0.5rem 1rem 0.25rem 1rem;
  line-height: 1em;
  display: table;
  margin: 0 auto 0.5rem auto;
  border-radius: 2rem 2rem 0 0;
  font-weight: 700;
  font-size: 1.8rem;
}
body[wc-view-type="tb"] section.osusume > h1 span.back{
  padding: 0.75rem 1.5rem 0.25rem 1.5rem;
}
body[wc-view-type="tb-l"] section.osusume > h1 span.back,
body[wc-view-type="pc"] section.osusume > h1 span.back{
  padding:1rem 2rem 0.25rem 2rem;
}
section.osusume > section.point_block{
}
section.osusume > section.point_block > h1{
  font-size: 1.35rem;
  color: #333;
  text-align: center;
  font-weight: 700;
  -webkit-transition: opacity 800ms linear,transform 800ms linear;
  transition: opacity 800ms linear,transform 800ms linear;
  transform: translateY(1rem);
  opacity: 0;
  margin-top: 1rem;
}
body[wc-view-type="tb"] section.osusume > section.point_block > h1{
  margin-top: 2.25rem;
}
body:not([wc-view-type="sp"]) section.osusume > section.point_block > h1 br.sp{
  display: none;
}
section.osusume > section.point_block > h1.wcvisible{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="sp"] section.osusume > section.point_block > h1{
  margin-bottom: 1.8rem;
}
body[wc-view-type="tb"] section.osusume > section.point_block > h1,
body[wc-view-type="tb-l"] section.osusume > section.point_block > h1,
body[wc-view-type="pc"] section.osusume > section.point_block > h1{
  margin-bottom: 2.25rem;
}
section.osusume > section.point_block > h1 span{
  font-size: 2.5rem;
  color: #333;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0.25rem;
  -webkit-transition: color 800ms 400ms linear;
  transition: color 800ms 400ms linear;
}
section.osusume > section.point_block > h1.wcvisible span{
  color: #00a69d;
}
section.osusume > section.point_block div.point_box{
  margin-bottom: var(--headerHeight);
  -webkit-transition: opacity 800ms linear,transform 800ms linear;
  transition: opacity 800ms linear,transform 800ms linear;
  transform: translateY(1rem);
  opacity: 0;
}
section.osusume > section.point_block div.point_box.wcvisible{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="sp"] section.osusume > section.point_block div.point_box{
  margin-bottom: calc(var(--headerHeight) / 2);
}
body[wc-view-type="pc"] section.osusume > section.point_block div.point_box{
  width: 1100px;
  margin: 0 auto var(--headerHeight) auto;
}
section.osusume > section.point_block div.point_box:last-of-type{
  margin-bottom: 0 !important;
}
section.osusume > section.point_block div.point_box p.point_deco{
  border-bottom: 2px solid #00a69d;
}
section.osusume > section.point_block div.point_box p.point_deco span.p_back{
  display: table;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  background-color: #00a69d;
  margin: 0 auto;
  font-weight: 700;
}
section.osusume > section.point_block div.point_box p.point_deco span.p_back{
  padding: 0.25rem 1.5rem 0.25rem 1.5rem;
}
section.osusume > section.point_block div.point_box p.point_deco span.p_back span.p_big{
  font-size: 2rem;
  font-weight: 700;
  font-family: "Number";
  color: #fff;
  line-height: 1em;
}
section.osusume > section.point_block div.point_box article{
  display: flex;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.osusume > section.point_block div.point_box article{
  flex-direction: column;
}
body[wc-view-type="sp"] section.osusume > section.point_block div.point_box article{
  padding: 1rem;
}
body[wc-view-type="tb"] section.osusume > section.point_block div.point_box article{
  padding: 1.5rem 1rem 0 1rem;
}
body[wc-view-type="tb-l"] section.osusume > section.point_block div.point_box article{
  padding: 2rem 2rem 0 2rem;
}
body[wc-view-type="pc"] section.osusume > section.point_block div.point_box article{
  padding: 2rem 3rem 0 3rem;
}
body:not([wc-view-type="sp"]) section.osusume > section.point_block div.point_box:nth-of-type(even) article{
  flex-direction: row-reverse;
}
section.osusume > section.point_block div.point_box article div.p_text{
}
body:not([wc-view-type="sp"]) section.osusume > section.point_block div.point_box article div.p_text{
  width: 50%;
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] section.osusume > section.point_block div.point_box article div.p_text{
  padding: 1rem 0 0 0;
}
body[wc-view-type="pc"] section.osusume > section.point_block div.point_box article div.p_text{
  padding: 1rem 0 0 0;
}
section.osusume > section.point_block div.point_box article div.p_text > h1{
  font-size: 1.5rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 1rem;
}
section.osusume > section.point_block div.point_box article div.p_text > h1 span.under_line{
  background: linear-gradient(transparent 75%, #ecca5d 75%);
  font-weight: 700;
}
body[wc-view-type="tb"] section.osusume > section.point_block div.point_box article div.p_text > h1,
body[wc-view-type="sp"] section.osusume > section.point_block div.point_box article div.p_text > h1{
  font-size: 1.35rem;
}
section.osusume > section.point_block div.point_box article div.p_text > p{
  line-height: 1.5rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.osusume > section.point_block div.point_box article div.p_text > p{
  margin-bottom: 1rem;
}
body[wc-view-type="tb"] section.osusume > section.point_block div.point_box article div.point_img{
  width: calc(50% - 1rem);
}
body[wc-view-type="tb-l"] section.osusume > section.point_block div.point_box article div.point_img{
  width: calc(50% - 2rem);
}
body[wc-view-type="pc"] section.osusume > section.point_block div.point_box article div.point_img{
  width: calc(50% - 3rem);
}
body[wc-view-type="tb"] section.osusume > section.point_block div.point_box:nth-of-type(odd) article div.point_img{
  margin-left: 1rem;
}
body[wc-view-type="tb-l"] section.osusume > section.point_block div.point_box:nth-of-type(odd) article div.point_img{
  margin-left: 2rem;
}
body[wc-view-type="pc"] section.osusume > section.point_block div.point_box:nth-of-type(odd) article div.point_img{
  margin-left: 3rem;
}
body[wc-view-type="tb"] section.osusume > section.point_block div.point_box:nth-of-type(even) article div.point_img{
  margin-right: 1rem;
}
body[wc-view-type="tb-l"] section.osusume > section.point_block div.point_box:nth-of-type(even) article div.point_img{
  margin-right: 2rem;
}
body[wc-view-type="pc"] section.osusume > section.point_block div.point_box:nth-of-type(even) article div.point_img{
  margin-right: 3rem;
}
section.osusume > section.point_block div.point_box article div.point_img picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.osusume > section.point_block div.point_box article div.point_img img{
  width: 100%;
  height: 100%;
  display: block;
}
/*オンライン相談はこちら*/
section.online_service{
  background-color: #f5f5f5;
}