body{
  line-height: 180%;
  font-size: 16px;
}

#header {
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 80px;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  overflow: hidden;
}

#logo {
  background: #ff4f92;
  padding: 30px 60px 30px 20px;
  box-sizing: border-box;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  width: 260px;
  position: relative;
  z-index: 2;
}

#logo::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 122%;
  background: #ffffff;
  top: -5px;
  right: 38px;
  transform: rotate(30deg);
}

#logo1ft{
  width: 150px;
  float: left;
}

#logo img,
#logo1ft img{
  height: auto;
  width: 100%;
  padding: 0;
  display: block;
  vertical-align: bottom;
}

.m_fixed{
  background: rgba(255,255,255,.9);
  width: 100%;
  position: fixed;
}


/*メインビジュアル*/

.mainvl {
  position: relative;
}

.mainbox{
  width: 100%;
  height: 600px;
  background: url(images/main.jpg) no-repeat center center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  position: relative;
}

.maintxt{
  position: absolute;
  z-index: 2;
  right: -20px;
  top: 90px;
  max-width: 350px;
  display: inline-block;
  transform: rotate( -10deg );
}

.maintxt li{
  background: rgba(255,255,255,.7);
  border-radius: 15px;
  padding: 8px 12px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 28px;
  display: inline-block;
  white-space: nowrap;
}

.maintxt li span{
  font-weight: 700;
  font-style: italic;
}

.maintxt li:last-child{
  margin-left: 30px;
}

.mainbtn{
  position: absolute;
  border: 5px solid #ff2d85;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  z-index: 3;
  overflow: hidden;
  left: 5%;
  bottom: -50px;
}

.area{
  background: #ffffff;
  text-align: center;
  padding: 30px 10px 20px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 500;
}

.mailbtn{
  height: 170px;
  background: #ff2d85;
  position: relative;
}

.mailbtn a{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  padding-top: 60px;
  box-sizing: border-box;
  background:#ff2d85 url(images/icon1.png) no-repeat center 20px;
  background-size: 30px;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn a {
  color: #ffffff;
  background:#ff2d85 url(images/icon1.png) no-repeat 30px center;
  background-size: 30px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 20px 15px;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn a:hover{
  background: #ff5fa2 url(images/icon1.png) no-repeat 30px center;
  background-size: 30px;
}

.sbtn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  visibility: hidden; 
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 4;
}

.sbtn.show {
  opacity: 1; /* 表示 */
  visibility: visible;
  z-index: 4;
}

.sbtn a{
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 5px solid rgba(255,255,255,1);
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding-top: 40px;
  box-sizing: border-box;
  background:#ff2d85 url(images/icon1.png) no-repeat center 16px;
  background-size: 20px;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.sbtn a:hover{
  background:#ff5fa2 url(images/icon1.png) no-repeat center 16px;
  background-size: 20px;
}

/*タイトル*/
.ttl p{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 55px;
}

.contactttl .ttl p{
  font-size: 44px;
  line-height: 55px;
}

.ttl h2{
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  color: #ff2d85;
}

.ttl{
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.ttl::after{
  content: '';
  width: 80px;
  margin: 15px auto 0;
  display: block;
  background: #e8e8e8;
  height: 5px;
}

.subvl .ttl{
  padding-bottom: 0px;
}

.txt1{
  padding-right: 150px;
}

.img1{
  position: absolute;
  z-index: 4;
  width: 200px;
  right: 0px;
  top: 50px;
}

/*斜め背景とか*/

.separator1,
.separator1f{
  position: relative;
  width: 100%;
  height: 180px;
  background: #ff4f92;
  z-index: 1;
  margin-bottom: -1px;
  clip-path: polygon(0 90%, 100% 0%, 100% 100%, 0 100%);
}

.separator1::before,
.separator1::after,
.separator1f::before,
.separator1f::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  left: 0;
  clip-path: polygon(0 90%, 100% 0%, 100% 100%, 0 100%);
}

.separator1::before {
  background: #ffffff;
  bottom: -5px;
  z-index: 1;
}

.separator1f::before {
  background: #e8e8e8;
  bottom: -5px;
  z-index: 1;
}

.separator1::after,
.separator1f::after{
  background: #ff4f92;
  bottom: -10px;
  z-index: 2;
}

.separator2 {
  position: relative;
  height: 60px;
  margin-top: -1px;
  background: #ff4f92; 
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

.separator2::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
  border-bottom: 5px solid #e8e8e8; /* 5pxの白いライン */
}

.bg_arrow{
  width: 550px;
  margin: -1px auto 0;
  text-align: center;
  position: relative;
  z-index: 3;
}

.triangle,
.triangle::before,
.triangle::after{
  width: 0;
  height: 0;
  position: absolute;
  border-left: 275px solid transparent;
  border-right: 275px solid transparent;
}

.triangle {
  border-top: 80px solid #ff4f92;
}

.triangle::before,
.triangle::after{
  content: '';
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

.triangle::before {
  border-top: 80px solid #e8e8e8;
  bottom: 5px;
  z-index: 1;
}

.triangle::after {
  border-top: 80px solid #ff4f92;
  bottom: 10px;
  z-index: 2;
}

.separator3 {
  position: relative;
  width: 100%;
  height: 150px;
  background: #e8e8e8;
  margin-top: -1px;
  z-index: 1;
  clip-path: polygon(0 0%, 100% 0%, 100% 10%, 0 100%);
}

.separator3::before,
.separator3::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0;
  clip-path: polygon(0 0%, 100% 0%, 100% 10%, 0 100%);
}

.separator3::before {
  background: #ffffff;
  top: -5px;
  z-index: 1;
}

.separator3::after {
  background: #e8e8e8;
  top: -10px;
  z-index: 2;
}

.separator4 {
  position: relative;
  width: 100%;
  height: 150px;
  background: #e8e8e8;
  z-index: 1;
  margin-bottom: -1px;
  clip-path: polygon(0 90%, 100% 0%, 100% 100%, 0 100%);
}

.separator4::before,
.separator4::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0;
  clip-path: polygon(0 90%, 100% 0%, 100% 100%, 0 100%);
}

.separator4::before {
  background: #ffffff;
  bottom: -5px;
  z-index: 1;
}

.separator4::after {
  background: #e8e8e8;
  bottom: -10px;
  z-index: 2;
}

.ad_txt1,
.ad_txt2{
  padding: 0 20px 30px 0;
  background: url(images/udline.png) no-repeat right bottom;
  background-size: 260px;
  display: inline-block;
  position: absolute;
  z-index: 3;
  transform: rotate( -10deg );
}

.ad_txt1{
  left: 45%;
  top: -60px;
}

.ad_txt2{
  right: 15%;
  top: -60px;
}

.ad_txt1 p,
.ad_txt2 p{
  color: #ffffff;
  font-style: italic;
  letter-spacing: 2px;
}

.ad_txt1 p.pdl{
  padding-left: 40px;
}

.case_list ul {
  
}

.case_list li{
  width: 520px;
  margin: 20px auto 0;
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
}

.case_inr{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.casetxt{
  flex: 1;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}

.casetxt p{
  display: inline-block;
  text-align: left;
  font-size: 17px;
  line-height: 34px;
}

.casetxt span{
  font-size: 20px;
  line-height: 34px;
  font-style: italic;
  font-weight: 700;
  color: #ff006b;
  padding-right: 4px;
  padding-left: 3px;
}

.caseimg{
  width: 240px;
  height: auto;
}

.masked {
  position: relative;
  z-index: 1;
}

.maskimg1{
  width: 100%;
  height: 100%; /* .masked の高さに合わせる */
  object-fit: cover; /* 画像をいい感じに配置 */
  object-position: center; /* 中央配置 */
   mask-image: url('images/mask.png');
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: right center;
  -webkit-mask-image: url('images/mask.png');
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right center;
}

.maskimg2{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
   mask-image: url('images/mask2_sp.png');
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center bottom;
  -webkit-mask-image: url('images/mask2_sp.png');
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
}

.sitter_list{
  
}

.sitter_list li.slick-slide {
  background: #ffffff;
  border-radius: 15px;
  margin: 0 10px;
  overflow: hidden;
}

.multiple-items .slick-slide {
  height: auto !important;
  display: flex !important;
  align-items: center;
}
.sitter_list .slick-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0,0,0,0.3) url('images/ar_r.png') no-repeat center center;
  background-size: 15px;
  left: 20px;
  z-index: 3;
}

.sitter_list .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0,0,0,0.3) url('images/ar_l.png') no-repeat center center;
  background-size: 15px;
  right: 20px;
  z-index: 3;
}

.sitter_list .slick-next:before,
.sitter_list .slick-prev:before{
  content: none;
}

.sitter_inr{
  position: relative;
}

.thumbimg1{
  aspect-ratio: 3/2;
	width: 100%;
  background: url(images/pattern1.jpg) no-repeat center center;
  background-size: cover;
	position: relative;
	overflow: hidden;
}

.thumbimg1 img{
  height: auto;
	width: 100%;
	max-width: inherit;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.sitter_inr h3{
  padding: 15px;
}

.sitter_inr h3 span{
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}

.job{
  color: #ffffff;
  font-weight: 700;
  background: #ff519a;
  padding: 2px 10px;
}

.sitter_txt{
  padding: 15px 15px 20px;
}

.sitter_txt dl{
  padding-top: 10px;
}


.sitter_txt dt,
.sitter_txt dd{
  padding-top: 5px;
}

.sitter_txt dt{
  width: 70px;
  float: left;
  clear: left;
}

.sitter_txt dd{
  padding-left: 70px;
  color: #ff2d85;
}

.number{
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  padding: 0 5px;
  color: #ff2d85;
}

.plan_flex{
  width: 90%;
  margin: 0 auto;
}

.clm1{
  
}

.clm2{
  margin-top: 30px;
}

.plan li{
  border-radius: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  align-items: stretch;
  background: #efefef;
  overflow: hidden;
}

.schedule{
  width: 220px;
  box-sizing: border-box;
  position: relative;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.schedule::after{
  content: '';
  width: 30px;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: -29px;
  top: 0;
}

.price{
  flex: 1;
  box-sizing: border-box;
  padding: 15px 5px 15px 45px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.price span{
  color: #ff006a;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  padding-right: 5px;
}

.plan li:nth-child(even) .schedule{
  background: #f696be;
}

.plan li:nth-child(even) .schedule::after{
  background-color: #f696be;
}

.plan li:nth-child(odd) .schedule{
  background: #ff519a;
}

.plan li:nth-child(odd) .schedule::after{
  background-color: #ff519a;
}

.bnr{
  background: url(images/bg2.jpg) no-repeat center center;
  background-size: cover;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.bnr::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.2) 100%);
}

.logo2{
  width: 150px;
  margin: 0 auto 20px;
}

.bnr h3,
.bnr p{
  color: #ffffff;
}

.bnr p{
  font-size: .9rem;
}

.ad_icon{
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
}

.flow ul {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: space-between;
}

.flow li {
  width: 48%; 
  margin-right: 2%;
  margin-bottom: 30px;
}

.step_inr{
  border-radius: 15px;
  padding: 30px 10px;
  text-align: center;
  color: #ffffff;
  position: relative;
  flex-grow: 1;
}

.f_txt{
  padding: 20px 15px 0px;
}

/*
.flow li:nth-child(even) .step_inr {
  background: #ff5fa2;
}

.flow li:nth-child(odd) .step_inr {
  background: #f696be;
}*/

.flow li:nth-child(1) .step_inr {
  background: #f695be;
}

.flow li:nth-child(2) .step_inr {
  background: #fb80b2;
}

.flow li:nth-child(3) .step_inr {
  background: #fe6ba8;
}

.flow li:nth-child(4) .step_inr {
  background: #ff5fa2;
}

.step_inr::after{
  content: '';
  width: 30px;
  height: 120px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: -29px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

/*.flow li:nth-child(even) .step_inr::after{
  background: #ff5fa2;
}

.flow li:nth-child(odd) .step_inr::after{
  background: #f696be;
}*/

.flow li:nth-child(1) .step_inr::after{
  background: #f695be;
}

.flow li:nth-child(2) .step_inr::after{
  background: #fb80b2;
}

.flow li:nth-child(3) .step_inr::after{
  background: #fe6ba8;
}

.flow li:nth-child(4) .step_inr::after{
  background: #ff5fa2;
}

.flow li:last-child .step_inr::after{
  display: none;
}

.step{
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 34px;
}

.icon{
  width: 100px;
  margin: 10px auto 15px;
}

.step_inr h3{
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #ffffff;
}

.sitting_list ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: flex-start;
}

.sitting_list li{
  width: 31%;
  padding: 12px 10px;
  margin: 0 1% 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.sitting_list li::before{
  content: '#';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #ff006a;
}

.area_list ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  padding-top: 64px;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: flex-start;
}

.area_list li{
  width: 31%;
  padding: 12px 10px;
  margin: 0 1% 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.area_list li::before{
  content: '#';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #ff006a;
}

.box{
  width: 550px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.contactimg{
  width: 100%;
  height: 350px;
}

.contacttxt{
  box-sizing: border-box;
  padding: 30px 40px 40px;
}

.contactttl{
  position: relative;
  margin-bottom: 30px;
}

.ad_sp{
  width: 110px;
  position: absolute;
  right: 0;
  bottom: 0;
}

footer{
  background: url(images/bg1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

footer::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}

.ft_info{
  text-align: right;
}

.ft_info li{
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
}

.ft_info li a{
  color: #ffffff;
}

#copyright{
  text-align: right;
  padding-top: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}

.con_form{
  width: 80%;
  margin: 0 auto;
}

.con_form dl{
  padding-top: 20px;
}

.con_form dt{
  padding-bottom: 5px;
  font-weight: bold;
}

.con_form dd{
  padding-bottom: 30px;
}

.hissu{
	font-size: 12px;
	color: #ff006b;
	font-weight: bold;
	padding-left: 5px;
}

.subbg{
  width: 100%;
  background: url(images/bg1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.subbg::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}

.subvl{
  padding-top: 160px;
  padding-bottom: 50px;
}

.subvl .ttl::after{
  display: none;
}

.formpage{
  padding-top: 120px;
  padding-bottom: 50px;
}
/********************************************
 * 共通要素
 ********************************************/

.shadow {
  filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.1));
}


.txt_inline{
    display: inline-block;
}

.line1{
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin-top: 30px;
}

.flexul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
}

.tb{
    display: table;
}

.txt_s{
  font-size: 13px;
  line-height: 20px;
}

.txt_ns{
  font-size: 15px;
  line-height: 26px;
}

.txt_n{
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.txt_m{
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.txt_l{
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
}

.txt_b{
  font-size: 26px;
  line-height: 55px;
  font-weight: 700;
}

.txt_c{
  text-align: center;
}

.txt_r{
  text-align: right;
}

.txt_l{
  text-align: left!important;
}

.mgat{
  margin: 0 auto;
}

.wid_1{
  width: 280px;
}

.wid_2{
  width: 300px;
}

.pc_none{
	display:none;
}

.pdb_no{
  padding-bottom: 0;
}


@media screen and (max-width: 850px) {
.img1{
  width: 150px;
  right: 0px;
  top: 100px;
}
}


.contactttl .ttl{
	margin-bottom: 0!important;
}

.appstore_budges{

}

.mainbox .appstore_budges{
  position: absolute;
  margin-top: 360px;
}

.appstore_budges img{
  height:72px;
}

.appstore_budges_list {
  display: flex;
}

.appstore_budges_list li{
  list-style: none;
  padding: 8px;
}

.contactttl .appstore_budges_list{
	display: block;
	width: 100%;
}

.contactttl .appstore_budges_list li{
	text-align: center;
}

.contactttl .appstore_budges img{
  width: 320px;
	height: auto;
}