
.ic-voice_sq {background-image:url(../img/index/ic-sq_voice.webp)}
.ic-calcu_sq {background-image:url(../img/index/ic-service-calcu.webp)}
.ic-kyoju_sq {background-image:url(../img/index/ic-service-life.webp)}
.ic-pet_sq {background-image:url(../img/index/ic-service-pet.webp)}
.ic-loan_sq {background-image:url(../img/index/ic-service-loan.webp)}
.ic-drone_sq {background-image:url(../img/index/ic-service-drone.webp)}
.ic-ashiba_sq {background-image:url(../img/index/ic-service-maku.webp)}
.ic-parking_sq {background-image:url(../img/index/ic-service-parking.webp)}
.ic-aisatsu_sq {background-image:url(../img/index/ic-service-aisatsu.webp)}
.ic-update_sq {background-image: url(../img/index/ic-sq_news.webp);}
.ic-casestudy_sq {background-image: url(../img/index/ic-sq_casestudy.webp);}

.ic-reform_w {background-image: url(../img/header/ic-reform_w.webp);}
.ic-flow_w {background-image: url(../img/header/ic-flow_w.webp);}
.ic-price_w {background-image: url(../img/header/ic-price_w.webp);}
.ic-faq_w {background-image: url(../img/header/ic-faq_w.webp);}


/* Style for PCs */
@media screen and (min-width: 1025px) {

/* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin-top:140px;
}

/* PageContact
----------------------------------------------------------------*/
.pagecontact {
  width:100%;
  max-width:800px;
  height: auto;
  display: block;
  background: #093299;
  background: linear-gradient(90deg, rgba(9, 50, 153, 1) 0%, rgba(8, 193, 184, 1) 100%);
  padding:4px 0 3px 0;
  margin:0 auto;
  border-radius: 30px;
  box-shadow:0px 3px 10px rgba(0,0,0,0.3);
}
.pagecontact_body {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding:1em 3em 1em 3em;
  background-color: var(--color-white);
  border-radius: 30px;
}
.pagecontact_body h3 {
width:100%;
height: 50px;
display: block;
font-size: 26px;
letter-spacing: -0.05em;
line-height: 1em;
text-align: center;
font-weight: 300;
margin:0 0 5px 0;
}
.pagecontact_body h3 span.pc_h3_01 {
display: inline-block;
font-weight: 700;
margin-right:0.05em;
padding:0.2em 0.3em;
color: var(--color-white);
background-color: var(--color-5th);
border-radius: 3px;
}
.pagecontact_body h3 span.pc_h3_02 {
display: inline-block;
font-weight: 700;
margin-right:0.05em;
padding:0.2em 0.3em;
color: var(--color-white);
background-color: var(--color-6th);
border-radius: 3px;
}
.pagecontact_body h3 span.pc_h3_03 {
display: inline-block;
font-weight: 700;
margin-right:0.05em;
padding:0.2em 0.3em;
color: var(--color-white);
background-color: var(--color-1st);
border-radius: 3px;
}
.pagecontact_body h3 strong {
  font-weight: 700;
}
.pagecontact_body ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5em;
}

.pagecontact_body ul {
  display: flex;
}
.pagecontact_body ul li {
  flex:1;
  height: 40px;
  display: block;
  margin:0 0.5em 0 0;
}
.pagecontact_body ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
}
.pagecontact_body ul li:nth-child(1) a {
  font-size:22px;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: left;
  line-height: 1em;
  padding:0 0 0 55px;
  background-image: url(../img/header/ic-freedial.webp);
  background-size: 50px auto;
  background-position: 0 -7px;
}
.pagecontact_body ul li:nth-child(1) a span {
  display: block;
  font-size:10px;
  line-height: 1em;
  font-weight: 500;
  padding-top:5px;
}
.pagecontact_body ul li:nth-child(2) a {
  font-size:16px;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: right;
  line-height: 40px;
  padding:0 20px 0 25px;
  color:var(--color-white);
  background-position: 15px center;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-calculator_w.webp);
  background-size: 40px auto;
  border-radius: 9999px;
}
.pagecontact_body ul li:nth-child(3) a {
  font-size:16px;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: right;
  line-height: 40px;
  padding:0 20px 0 25px;
  color:var(--color-white);
  background-position: 15px center;
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-mail_w.webp);
  background-size: 40px auto;
  border-radius: 9999px;
}
.pagecontact_body ul li a:hover {
  background-color: var(--color-6th);
}

/* Section title
----------------------------------------------------------------*/
.sectitle {
  width:100%;
  height: auto;
  display: block;
  font-size: clamp(2rem, 0.8rem + 1vw, 10rem);
  font-weight: 600;
  line-height: 1em;
  padding:0.25em 0 0.25em 1.8em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  margin-bottom: 0.5em;
}

/* Promise
----------------------------------------------------------------*/
.four_promise {
  width:100%;
  height: auto;
  display: block;
  padding:80px 0 37%;
  background-image: url(../img/index/topsection_bottom.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  margin-bottom: 50px;
}
.fp_cc {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
}
.fp_cc h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size: clamp(1.1rem, 0.8rem + 0.6vw, 1.4rem);
  font-weight: 700;
  line-height: 1em;
  color:var(--color-white);
background: #00c247;
background: linear-gradient(180deg, rgba(0, 194, 71, 1) 18%, rgba(0, 95, 219, 1) 100%);
  border-radius: 9999px;
  padding:0.5em 2em;
  margin:0 auto 1em;
}

/* firstsetion
----------------------------------------------------------------*/
.firstsetion {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f5);
  padding:50px 0%;
}

/* Slider
----------------------------------------------------------------*/
.slide-dots {
  margin: 0 0.5% 0 0;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 0px;
  box-shadow: none!important;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background-image: url(../img/index/dot_na.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 30px;
}
.slide-dots li.slick-active button::before {
  background-image: url(../img/index/dot_ac.webp);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 10px;
}

/* CaseStudy
----------------------------------------------------------------*/
.casestudymm {
  width:100%;
  height: auto;
  display: block;
}
.cstitle {
  width:100%;
  height: auto;
  display: block;
  padding:0 5%;
  margin-bottom: 30px;
}

.casestudyslide li {
margin:0 0.3% 0.2%;
border-top-right-radius: 100px;
box-shadow:0px 5px 10px rgba(0,0,0,0.15);
}

p.bn_cs {
  width:fit-content;
  height: auto;
  display: block;
  margin:50px auto 0;
  border-radius: 9999px;
background: #008ec2;
background: linear-gradient(270deg, rgba(0, 142, 194, 1) 18%, rgba(0, 95, 219, 1) 100%);
}
p.bn_cs a {
  width:100%;
  height: auto;
  display: block;
  line-height: 1em;
  text-decoration: none;
  color:var(--color-white);
  padding:1em 3.5em 1em 1.5em;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  border-radius: 9999px;
  transition: .4s all;
}
p.bn_cs a:hover {
  background-position: 99% center;
  background-color: var(--color-1st);
}

/* Update
----------------------------------------------------------------*/
.updatemm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f5);
}
.updatebody {
  width:100%;
  height: auto;
  display: block;
  padding:50px 0;
}

.updatetitle {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 5%;
  margin-bottom: 30px;
}

.updatecatelist {
  width:50%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.updatecatelist li {
  flex: 1;
  height:auto;
  display: block;
  font-size: clamp(0.8rem, 0rem + 0.5vw, 1.1rem);
  margin:0 1%;
}
.updatecatelist li.udcl_selected {
  flex: 1;
  height:auto;
display: block;
text-align: center;
padding:0.3em 0;
color:var(--color-white);
font-weight: 700;
border-radius: 3px;
border:1px solid var(--color-1st);
background-color: var(--color-1st);
}
.updatecatelist li a {
width:100%;
height: auto;
display: block;
text-align: center;
padding:0.3em 0;
color:var(--color-1st);
text-decoration: none;
border-radius: 3px;
border:1px solid var(--color-1st);
transition: .4s all;
}
.updatecatelist li a:hover {
color: var(--color-white);
background-color: var(--color-5th);
border:1px solid var(--color-5th);
}

.newsslide li {
margin:0 0.3% 0.2%;
border-top-right-radius: 100px;
box-shadow:0px 5px 10px rgba(0,0,0,0.15);
}

p.bn_upd {
  width:fit-content;
  height: auto;
  display: block;
  margin:50px auto 0;
  border-radius: 9999px;
  background: #78C200;
background: linear-gradient(270deg, rgba(120, 194, 0, 1) 0%, rgba(72, 179, 205, 1) 100%);
}
p.bn_upd a {
  width:100%;
  height: auto;
  display: block;
  line-height: 1em;
  text-decoration: none;
  color:var(--color-white);
  padding:1em 3.5em 1em 1.5em;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  border-radius: 9999px;
  transition: .4s all;
}
p.bn_upd a:hover {
  background-position: 99% center;
  background-color: var(--color-1st);
}


/* Intro
----------------------------------------------------------------*/
.intromm {
  width:100%;
  height: auto;
  display: block;
}
.introbody {
  width:100%;
  height: auto;
  display: block;
}

.introtitle {
  width:100%;
  height: auto;
  display: block;
}
.intimg01 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/introimg01.png);
  background-repeat: no-repeat;
  background-position: 0 50px;
  background-size: 23% auto;
}
.intimg02 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/introimg02.png);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 23% auto;
}
.itt_cc {
  width:55%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
}
.itt_cc h2.ittc_title01 {
  width:fit-content;
  height: auto;
  display: block;
  font-size: clamp(1.1rem, 0.8rem + 0.6vw, 1.4rem);
  font-weight: 700;
  line-height: 1em;
  color:var(--color-white);
  background: #78C200;
background: linear-gradient(270deg, rgba(120, 194, 0, 1) 0%, rgba(72, 179, 205, 1) 100%);
  border-radius: 9999px;
  padding:0.5em 2em;
  margin:0 auto 1em;
}
.itt_cc h3.ittc_title02 {
  font-size: clamp(2rem, 1.5rem + 1.5vw, 5rem);
  line-height: 1.25em;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 0.5em;
}
.itt_cc h3.ittc_title02 span {
color: var(--color-6th);
}
.itt_cc h4.ittc_title03 {
   font-size: clamp(1rem, 0.75rem + 0.4vw, 1.2rem);
   font-weight: 700;
   line-height: 1.5em;
   text-align: center;
   margin-bottom: 0.5em;
}
.itt_cc p {
  text-align: center;
  margin-bottom: 3em;
}

.itt_cc h2.ittc_title04 {
  width:100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: clamp(0.8rem, 0rem + 1vw, 1.1rem);
  font-weight: 700;
  line-height: 1.5em;
  background-image: url(../img/index/ic-promise.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100px;
  padding-top:100px;
  margin-bottom: 0.2em;
}
.itt_cc p.ittc_title05 {
  text-align: center;
  font-size: clamp(1.5rem, 1rem + 1.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-1st);
  margin:0 0 0.5em 0;
}


/* 4 promise list
----------------------------------------------------------------*/
.promiselist {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:0 5%;
  margin:0 auto;
}
.prol_sss {
  width:48%;
  height: auto;
  display: block;
  position: relative;
  margin:0 1% 2%;
}
.prol_sss .prols_img {
width:100%;
height: auto;
display: block;
margin-top:6%;
}
.prol_sss .prols_img img {
width:100%;
height: auto;
display: block;
border-radius: 9999px;
}
.prol_sss .prols_cc {
width:100%;
height: auto;
display: block;
padding:1.5em 1em 1.5em 1em;
}
.prol_sss .prols_cc h4 {
font-size: clamp(1.2rem, 0.85rem + 0.8vw, 1.6rem);
font-weight: 700;
line-height: 1.25em;
text-align: center;
margin-bottom: 0.8em;
}
.prol_sss .prols_cc p {
font-size: clamp(0.8rem, 0rem + 1vw, 1.1rem);
line-height: 2em;
margin:0;
}
.prol_sss h3 {
  width:60px;
  height: 60px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size:10px;
  font-weight: 700;
  line-height: 1em;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-5th);
  border-radius: 9999px;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  z-index:2;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
.prol_sss h3 span {
  display: block;
  font-size:26px;
  font-weight: 700;
  line-height: 1em;
  padding-top:5px;
}

/* PageNavi
----------------------------------------------------------------*/
.pagenavi {
  width:100%;
  height: auto;
  display: block;
}
.pagenavi_cc {
  width:100%;
  height: auto;
  display: block;
  padding:50px 5%;
}
.pagenavi_cc h2 {
font-size: clamp(1rem, 0.5rem + 1vw, 2rem);
font-weight: 900;
text-align: center;
line-height: 1.5em;
margin-bottom:0em;
}
.pagenavi_cc p {
font-size: clamp(1rem, 0.5rem + 1vw, 2rem);
font-weight: 900;
text-align: center;
line-height: 1.5em;
margin-bottom:1em;
}
.pagenavi_cc ul {
width:100%;
height: auto;
display: flex;
justify-content: space-between;
}
.pagenavi_cc ul li {
width:23%;
height: auto;
display: block;
font-weight: 700;
text-align: center;
border-radius: 15px;
background: #78C200;
background: linear-gradient(180deg, rgba(120, 194, 0, 1) 18%, rgba(0, 95, 219, 1) 100%);
margin:0 1%;
box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.pagenavi_cc ul li a {
  width:100%;
  height: auto;
  display: block;
  padding:65px 1em 1em 1em;
  text-decoration: none;
  color:var(--color-white);
border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 70px;
  transition: .4s all;
}
.pagenavi_cc ul li a:hover {
  background-color: var(--color-1st);
}


/* FAQ
----------------------------------------------------------------*/
.faqmm {
  width:100%;
  height: auto;
  display: block;
}
.faq_img01 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/faqtitle_img01.png);
  background-repeat: no-repeat;
  background-position: left 5%;
  background-size: 28% auto;
}
.faq_img02 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/faqtitle_img02.png);
  background-repeat: no-repeat;
  background-position: right 5%;
  background-size: 28% auto;
}
.faqbody {
  width:100%;
  height: auto;
  display: block;
  padding:50px 5% 30px;
}
.faqtitle {
width:100%;
height: auto;
display: flex;
flex-direction: column;
}
.faqtitle h2 {
  width:100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: clamp(1.1rem, 0.8rem + 0.6vw, 1.4rem);
  font-weight: 700;
  padding:80px 0 0 0;
  background-image: url(../img/index/ic-sq_qa.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 70px;
}

.faqlist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.faqlist li {
  width:30.3333333333%;
  height: auto;
  display: block;
  padding:2em 1.5em 2em 1.5em;
  background-color: var(--color-white);
  border-radius: 20px;
  box-shadow:0px 3px 10px rgba(0,0,0,0.2);
  margin:0 1.5% 2%;
}
.faqlist li h4 {
  width:100%;
  height: auto;
  min-height: 30px;
  display: block;
  font-size: clamp(1rem, 0.75rem + 0.4vw, 1.2rem);
  font-weight: 700;
  line-height: 1.5em;
  background-image: url(../img/index/ic-faq_q.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30px 30px;
  padding:0.2em 0 0 35px;
  margin-bottom: 0.5em;
}
.faqlist li p {
  margin:0 0 0 35px;
}

p.bn_faq {
  width:fit-content;
  height: auto;
  display: block;
  margin:0 auto;
  border-radius: 9999px;
  background: #78C200;
background: linear-gradient(270deg, rgba(120, 194, 0, 1) 0%, rgba(72, 179, 205, 1) 100%);
}
p.bn_faq a {
  width:100%;
  height: auto;
  display: block;
  line-height: 1em;
  text-decoration: none;
  color:var(--color-white);
  padding:1em 3.5em 1em 1.5em;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  border-radius: 9999px;
  transition: .4s all;
}
p.bn_faq a:hover {
  background-position: 99% center;
  background-color: var(--color-1st);
}

/* Features
----------------------------------------------------------------*/
.featuresmm {
  width:100%;
  height: auto;
  display: block;
}
.featuresbody {
  width:100%;
  height: auto;
  display: block;
  padding:50px 5% 30px;
}
.featuresbody article {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featuresbody article.ouchirecover {
  margin-bottom: 100px;
}
.featuresbody article.amamori {
  margin-bottom: 100px;
}
.featuresbody article.drone {
  margin-bottom: 0px;
}
.featuresbody .fmimg {
width:50%;
height: auto;
display: block;
padding:2.5%;
position: relative;
}
.featuresbody article:nth-child(2) .fmimg {
  order:2;
}
.featuresbody .fmimg img.fmimgbase {
  border-radius: 150px;
}
.featuresbody article.ouchirecover .fmimg .fmimg_acc {
width:70%;
height: auto;
display: block;
position: absolute;
bottom:0;
right:0;
}
.featuresbody article.amamori .fmimg .fmimg_acc {
width:75%;
height: auto;
display: block;
position: absolute;
bottom:0;
left:0;
}
.featuresbody article.drone .fmimg .fmimg_acc {
width:70%;
height: auto;
display: block;
position: absolute;
top:0;
right:0;
}
.featuresbody .fmimg_acc {
width:fit-content;
height: auto;
display: block;
position: absolute;
z-index:10;
}
.featuresbody .fmcc {
width:45%;
height: auto;
display: block;
order:1;
}
.featuresbody .fmcc h2 {
font-size: clamp(1rem, 0.8rem + 1vw, 4rem);
font-weight: 900;
line-height: 1.5em;
margin-bottom:0.5em;
}
.featuresbody .fmcc p.fmcomment {
font-weight: 400;
line-height: 2em;
margin-bottom:1em;
}
.featuresbody .fmcc p.fmbn {
  width:fit-content;
  height: auto;
  display: block;
  margin:0;
  border-radius: 9999px;
}
.featuresbody article.ouchirecover .fmcc p.fmbn {
background: #093299;
background: linear-gradient(90deg, rgba(9, 50, 153, 1) 0%, rgba(8, 193, 184, 1) 100%);
}
.featuresbody article.amamori .fmcc p.fmbn {
background: #99098f;
background: linear-gradient(90deg, rgba(153, 9, 143, 1) 0%, rgba(85, 8, 193, 1) 100%);
}
.featuresbody .fmcc p.fmbn a {
  width:100%;
  height: auto;
  display: block;
  line-height: 1em;
  text-decoration: none;
  color:var(--color-white);
  padding:1em 3.5em 1em 1.5em;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  border-radius: 9999px;
  transition: .4s all;
}
.featuresbody .fmcc p.fmbn a:hover {
  background-position: 99% center;
  background-color: var(--color-1st);
}

/* Service
----------------------------------------------------------------*/
.servicemm {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bg-service.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.servicebody {
  width:100%;
  height: auto;
  display: block;
  padding:50px 5% 30px;
}
.servicebody h2 {
font-size: clamp(1rem, 0.8rem + 1vw, 4rem);
font-weight: 900;
text-align: center;
line-height: 1.5em;
margin-bottom:0em;
}
.servicebody h3 {
font-size: clamp(1rem, 0.8rem + 1vw, 4rem);
font-weight: 900;
text-align: center;
line-height: 1.5em;
margin-bottom:0.5em;
}
.servicebody p.service_topcomment {
font-size: clamp(0.8rem, 0rem + 0.4vw, 1.1rem);
font-weight: 400;
text-align: center;
line-height: 1.8em;
margin-bottom:2em;
}

.servicebody ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.servicebody ul li {
  width:23%;
  height: auto;
  display: block;
  padding:1em 1.5em;
  background-color: var(--color-white);
  border-radius: 15px;height: auto;
  display: block;
  padding:75px 1.5em 1em;
  background-color: var(--color-white);
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center 15px;
  background-size: auto 55px;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
  margin:0 1% 2%;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
  margin:0 1% 2%;
}
.servicebody ul li:nth-child(odd) {
  border-bottom: 4px solid var(--color-5th);
}
.servicebody ul li:nth-child(even) {
  border-bottom: 4px solid var(--color-6th);
}
.servicebody ul li h4 {
  width:100%;
  height: auto;
  display: block;
  font-size: clamp(1rem, 0.5rem + 0.9vw, 3rem);
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  margin-bottom:0.25em;
}
.servicebody ul li:nth-child(odd) h4 {
color:var(--color-5th);
}
.servicebody ul li:nth-child(even) h4 {
color:var(--color-6th);
}
.servicebody ul li p {
  font-size: clamp(0.8rem, 0.5rem + 0.4vw, 1.1rem);
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  margin-bottom:0em;
}


/* Voice
----------------------------------------------------------------*/
.voicemm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-7th);
}
.voicebody {
  width:100%;
  height: auto;
  display: block;
  padding:50px 5%;
}

p.voicetopcomment {
font-size: clamp(0.8rem, 0rem + 0.4vw, 1.1rem);
line-height: 1.8em;
margin-bottom:1.5em;
}

p.bn_voice {
  width:fit-content;
  height: auto;
  display: block;
  font-size: clamp(0.8rem, 1rem + 0vw, 5rem);
  font-weight: 600;
  line-height: 1em;
  border-radius: 9999px;
  background: #49B3CB;
background: linear-gradient(90deg, rgba(73, 179, 203, 1) 0%, rgba(118, 193, 8, 1) 100%);
  box-shadow:0px 5px 10px rgba(0,0,0,0.2);
  margin:0 auto;
}
p.bn_voice a {
width:100%;
height: auto;
display: block;
text-decoration: none;
color:var(--color-white);
padding:0.8em 3em 0.8em 1.5em;
background-image: url(../img/header/ic-ar_h_w.webp);
background-repeat: no-repeat;
background-position: 96% center;
background-size: auto 15px;
border-radius: 9999px;
transition: .4s all;
}
p.bn_voice a:hover {
  background-color: var(--color-1st);
}


/* Bottom Contact
----------------------------------------------------------------*/
.pagebottom {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/border_b-voice.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.pbbody {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding:12% 5% 0;
  margin:0 auto;
  background-image: url(../img/wrapper_bottomimg.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.pbb_cc {
  width:60%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding:0 0 10% 0;
}
.pbb_cc h3 {
width:fit-content;
height: 50px;
display: block;
font-size: clamp(1rem, 0.7rem + 1.8vw, 10rem);
letter-spacing: -0.05em;
line-height: 1em;
font-weight: 300;
margin:0 0 0.5em 0;
}
.pbb_cc h3 span.pc_h3_01 {
display: inline-block;
font-weight: 700;
margin-right:0.05em;
padding:0.2em 0.3em;
color: var(--color-white);
background-color: var(--color-5th);
border-radius: 3px;
}
.pbb_cc h3 span.pc_h3_02 {
display: inline-block;
font-weight: 700;
margin-right:0.05em;
padding:0.2em 0.3em;
color: var(--color-white);
background-color: var(--color-6th);
border-radius: 3px;
}
.pbb_cc h3 span.pc_h3_03 {
display: inline-block;
font-weight: 700;
margin-right:0.05em;
padding:0.2em 0.3em;
color: var(--color-white);
background-color: var(--color-1st);
border-radius: 3px;
}
.pbb_cc h3 strong {
  font-weight: 700;
}
.pbb_cc p.pbb_p01 {
  font-size: clamp(1rem, 0.5rem + 0.8vw, 3rem);
  line-height: 1.5em;
  margin:0 0 0.5em 0;
}
.pbb_cc .pbbtel {
  width:100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5em;
}
.pbb_cc .pbbtel p.pbb_telnum {
  height: auto;
  display: block;
  font-size: clamp(2rem, 0.7rem + 2.5vw, 5rem);
  font-family: var(--font-en);
  letter-spacing: -0.02em;
  margin:0 0.5em 0 0;
}
.pbb_cc .pbbtel p.pbb_telnum a {
  width:100%;
  height: 1.6em;
  display: flex;
  align-items: center;
  text-decoration: none;
  color:var(--color-black);
  line-height:1em;
  padding-left:1.7em;
  background-image: url(../img/header/ic-freedial.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.pbb_cc .pbbtel p.pbb_telinfo {
  height: auto;
  display: flex;
  align-items: center;
  font-size: clamp(0.5rem, 0.3rem + 0.6vw, 2rem);
  font-weight: 400;
  line-height: 1.5em;
  margin:0;
}
.pbb_cc ul {
  display: flex;
}
.pbb_cc ul li {
  width:250px;
  height: 40px;
  display: block;
  font-size:16px;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: right;
  line-height: 40px;
  margin:0 0.5em 0 0;
}
.pbb_cc ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:0 20px 0 25px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 40px auto;
  border-radius: 9999px;
}
.pbb_cc ul li:nth-child(1) a {
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-calculator_w.webp);
}
.pbb_cc ul li:nth-child(2) a {
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-mail_w.webp);
}
.pbb_cc ul li a:hover {
  background-color: var(--color-6th);
}

.pbb_img {
  width:40%;
}


/* Banners */
.bannersmm {
  width:100%;
  max-width:1400px;
  height: auto;
  display:flex;
  justify-content: space-between;
  padding:0 5% 20px;
  margin:0 auto;
}
.bannersmm li {
  width:46%;
  height: auto;
  display: block;
  margin:0 2%;
}
.bannersmm li a {
  width:100%;
  height: auto;
  display: block;
}
.bannersmm li a:hover {
  opacity: 0.6;
}

}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {


  /* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin-top:150px;
}

/* PageContact
----------------------------------------------------------------*/
.pagecontact {
  width:100%;
  max-width:600px;
  height: auto;
  display: block;
  background: #093299;
  background: linear-gradient(90deg, rgba(9, 50, 153, 1) 0%, rgba(8, 193, 184, 1) 100%);
  padding:4px 0 3px 0;
  margin:0 auto;
  border-radius: 30px;
  box-shadow:0px 3px 10px rgba(0,0,0,0.3);
}
.pagecontact_body {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding:1em 3em 0.5em 3em;
  background-color: var(--color-white);
  border-radius: 30px;
}
.pagecontact_body h3 {
width:100%;
height: auto;
display: block;
font-size: 22px;
letter-spacing: -0.05em;
line-height: 1em;
text-align: center;
font-weight: 300;
margin:0 0 5px 0;
}
.pagecontact_body h3 span.pc_h3_01 {
display: inline-block;
font-weight: 700;
margin-right:0.05em;
padding:0.2em 0.3em;
color: var(--color-white);
background-color: var(--color-5th);
border-radius: 3px;
}
.pagecontact_body h3 span.pc_h3_02 {
display: inline-block;
font-weight: 700;
margin-right:0.05em;
padding:0.2em 0.3em;
color: var(--color-white);
background-color: var(--color-6th);
border-radius: 3px;
}
.pagecontact_body h3 span.pc_h3_03 {
display: inline-block;
font-weight: 700;
margin-right:0.05em;
padding:0.2em 0.3em;
color: var(--color-white);
background-color: var(--color-1st);
border-radius: 3px;
}
.pagecontact_body h3 strong {
  font-weight: 700;
}
.pagecontact_body ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5em;
}

.pagecontact_body ul {
  display: flex;
  flex-wrap: wrap;
}
.pagecontact_body ul li {
  display: block;
  margin:0 0 0 0;
}
.pagecontact_body ul li:nth-child(1) {
  width: 100%;
  height: 50px;
  display: block;
  margin-bottom: 5px;
}
.pagecontact_body ul li:nth-child(2) {
  width: 48%;
  height: 40px;
  display: block;
}
.pagecontact_body ul li:nth-child(3) {
  width: 48%;
  height: 40px;
  display: block;
}
.pagecontact_body ul li a {
  height: auto;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
}
.pagecontact_body ul li:nth-child(1) a {
  width:100%;
  height: 50px;
  display: flex;
  font-size:28px;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: left;
  line-height: 50px;
  padding:0 0 0 55px;
  margin:0 auto;
  background-image: url(../img/header/ic-freedial.webp);
  background-size: 50px auto;
  background-position: 0 center;
}
.pagecontact_body ul li:nth-child(1) a span {
  height: 50px;
  display: flex;
  align-items: center;
  font-size:12px;
  line-height: 1em;
  font-weight: 500;
  padding-top:0px;
  margin-left: 0.8em;
}
.pagecontact_body ul li:nth-child(2) a {
  font-size:16px;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: right;
  line-height: 40px;
  padding:0 20px 0 25px;
  color:var(--color-white);
  background-position: 15px center;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-calculator_w.webp);
  background-size: 40px auto;
  border-radius: 9999px;
}
.pagecontact_body ul li:nth-child(3) a {
  font-size:16px;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: right;
  line-height: 40px;
  padding:0 20px 0 25px;
  color:var(--color-white);
  background-position: 15px center;
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-mail_w.webp);
  background-size: 40px auto;
  border-radius: 9999px;
}
.pagecontact_body ul li:nth-child(2) a:hover, .pagecontact_body ul li:nth-child(3) a:hover {
  background-color: var(--color-6th);
}

/* Section title
----------------------------------------------------------------*/
.sectitle {
  width:100%;
  height: auto;
  display: block;
  font-size: clamp(1.5rem, 0.8rem + 1vw, 10rem);
  font-weight: 600;
  line-height: 1em;
  padding:0.25em 0 0.25em 1.8em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  margin-bottom: 0.5em;
}

/* Promise
----------------------------------------------------------------*/
.four_promise {
  width:100%;
  height: auto;
  display: block;
  padding:80px 0 37%;
  background-image: url(../img/index/topsection_bottom.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  margin-bottom: 50px;
}
.fp_cc {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
}
.fp_cc h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size: clamp(1.1rem, 0.8rem + 0.6vw, 1.4rem);
  font-weight: 700;
  line-height: 1em;
  color:var(--color-white);
background: #00c247;
background: linear-gradient(180deg, rgba(0, 194, 71, 1) 18%, rgba(0, 95, 219, 1) 100%);
  border-radius: 9999px;
  padding:0.5em 2em;
  margin:0 auto 1em;
}

/* firstsetion
----------------------------------------------------------------*/
.firstsetion {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f5);
  padding:50px 0%;
}

/* Slider
----------------------------------------------------------------*/
.slide-dots {
  margin: 0 0.5% 0 0;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 0px;
  box-shadow: none!important;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background-image: url(../img/index/dot_na.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 30px;
}
.slide-dots li.slick-active button::before {
  background-image: url(../img/index/dot_ac.webp);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 10px;
}

/* CaseStudy
----------------------------------------------------------------*/
.casestudymm {
  width:100%;
  height: auto;
  display: block;
}
.cstitle {
  width:100%;
  height: auto;
  display: block;
  padding:0 5%;
  margin-bottom: 30px;
}

.casestudyslide li {
margin:0 0.3% 0.2%;
border-top-right-radius: 100px;
box-shadow:0px 5px 10px rgba(0,0,0,0.15);
}

p.bn_cs {
  width:fit-content;
  height: auto;
  display: block;
  margin:50px auto 0;
  border-radius: 9999px;
background: #008ec2;
background: linear-gradient(270deg, rgba(0, 142, 194, 1) 18%, rgba(0, 95, 219, 1) 100%);
}
p.bn_cs a {
  width:100%;
  height: auto;
  display: block;
  line-height: 1em;
  text-decoration: none;
  color:var(--color-white);
  padding:1em 3.5em 1em 1.5em;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  border-radius: 9999px;
  transition: .4s all;
}
p.bn_cs a:hover {
  background-position: 99% center;
  background-color: var(--color-1st);
}

/* Update
----------------------------------------------------------------*/
.updatemm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f5);
}
.updatebody {
  width:100%;
  height: auto;
  display: block;
  padding:50px 0;
}

.updatetitle {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 5%;
  margin-bottom: 30px;
}

.updatecatelist {
  width:50%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.updatecatelist li {
  flex: 1;
  height:auto;
  display: block;
  font-size: clamp(0.8rem, 0rem + 0.5vw, 1.1rem);
  margin:0 1%;
}
.updatecatelist li.udcl_selected {
  flex: 1;
  height:auto;
display: block;
text-align: center;
padding:0.3em 0;
color:var(--color-white);
font-weight: 700;
border-radius: 3px;
border:1px solid var(--color-1st);
background-color: var(--color-1st);
}
.updatecatelist li a {
width:100%;
height: auto;
display: block;
text-align: center;
padding:0.3em 0;
color:var(--color-1st);
text-decoration: none;
border-radius: 3px;
border:1px solid var(--color-1st);
transition: .4s all;
}
.updatecatelist li a:hover {
color: var(--color-white);
background-color: var(--color-5th);
border:1px solid var(--color-5th);
}

.newsslide li {
margin:0 0.3% 0.2%;
border-top-right-radius: 100px;
box-shadow:0px 5px 10px rgba(0,0,0,0.15);
}

p.bn_upd {
  width:fit-content;
  height: auto;
  display: block;
  margin:50px auto 0;
  border-radius: 9999px;
  background: #78C200;
background: linear-gradient(270deg, rgba(120, 194, 0, 1) 0%, rgba(72, 179, 205, 1) 100%);
}
p.bn_upd a {
  width:100%;
  height: auto;
  display: block;
  line-height: 1em;
  text-decoration: none;
  color:var(--color-white);
  padding:1em 3.5em 1em 1.5em;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  border-radius: 9999px;
  transition: .4s all;
}
p.bn_upd a:hover {
  background-position: 99% center;
  background-color: var(--color-1st);
}


/* Intro
----------------------------------------------------------------*/
.intromm {
  width:100%;
  height: auto;
  display: block;
}
.introbody {
  width:100%;
  height: auto;
  display: block;
}

.introtitle {
  width:100%;
  height: auto;
  display: block;
}
.intimg01 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/introimg01.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 28% auto;
}
.intimg02 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/introimg02.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 28% auto;
}
.itt_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
}
.itt_cc h2.ittc_title01 {
  width:fit-content;
  height: auto;
  display: block;
  font-size: clamp(1.1rem, 1rem + 0.6vw, 1.4rem);
  font-weight: 700;
  line-height: 1em;
  color:var(--color-white);
  background: #78C200;
background: linear-gradient(270deg, rgba(120, 194, 0, 1) 0%, rgba(72, 179, 205, 1) 100%);
  border-radius: 9999px;
  padding:0.5em 2em;
  margin:0 auto 1em;
}
.itt_cc h3.ittc_title02 {
  font-size: clamp(2rem, 2.5rem + 1.5vw, 5rem);
  line-height: 1.25em;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 0.2em;
}
.itt_cc h3.ittc_title02 span {
color: var(--color-6th);
}
.itt_cc h4.ittc_title03 {
   font-size: clamp(1rem, 1rem + 0.4vw, 1.2rem);
   font-weight: 700;
   line-height: 1.5em;
   text-align: center;
   margin-bottom: 0.5em;
}
.itt_cc p {
  text-align: center;
  margin-bottom: 5.5em;
}

.itt_cc h2.ittc_title04 {
  width:100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: clamp(0.8rem, 0.5rem + 1vw, 1.1rem);
  font-weight: 700;
  line-height: 1.5em;
  background-image: url(../img/index/ic-promise.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100px;
  padding-top:100px;
  margin-bottom: 0em;
}
.itt_cc p.ittc_title05 {
  text-align: center;
  font-size: clamp(1.5rem, 2rem + 1.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-1st);
  margin:0 0 0.5em 0;
}


/* 4 promise list
----------------------------------------------------------------*/
.promiselist {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:0 5%;
  margin:0 auto;
}
.prol_sss {
  width:48%;
  height: auto;
  display: block;
  position: relative;
  margin:0 1% 2%;
}
.prol_sss .prols_img {
width:100%;
height: auto;
display: block;
margin-top:6%;
}
.prol_sss .prols_img img {
width:100%;
height: auto;
display: block;
border-radius: 9999px;
}
.prol_sss .prols_cc {
width:100%;
height: auto;
display: block;
padding:1.5em 1em 1.5em 1em;
}
.prol_sss .prols_cc h4 {
font-size: clamp(1.2rem, 0.85rem + 0.8vw, 1.6rem);
font-weight: 700;
line-height: 1.25em;
text-align: center;
margin-bottom: 0.8em;
}
.prol_sss .prols_cc p {
font-size: clamp(0.8rem, 0rem + 1vw, 1.1rem);
line-height: 2em;
margin:0;
}
.prol_sss h3 {
  width:60px;
  height: 60px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size:10px;
  font-weight: 700;
  line-height: 1em;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-5th);
  border-radius: 9999px;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  z-index:2;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
.prol_sss h3 span {
  display: block;
  font-size:26px;
  font-weight: 700;
  line-height: 1em;
  padding-top:5px;
}

/* PageNavi
----------------------------------------------------------------*/
.pagenavi {
  width:100%;
  height: auto;
  display: block;
}
.pagenavi_cc {
  width:100%;
  height: auto;
  display: block;
  padding:50px 5% 0;
}
.pagenavi_cc h2 {
font-size: clamp(1rem, 0.5rem + 1vw, 2rem);
font-weight: 900;
text-align: center;
line-height: 1.5em;
margin-bottom:0em;
}
.pagenavi_cc p {
font-size: clamp(1rem, 0.5rem + 1vw, 2rem);
font-weight: 900;
text-align: center;
line-height: 1.5em;
margin-bottom:1em;
}
.pagenavi_cc ul {
width:100%;
height: auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.pagenavi_cc ul li {
width:48%;
height: auto;
display: block;
font-weight: 700;
text-align: center;
border-radius: 15px;
background: #78C200;
background: linear-gradient(180deg, rgba(120, 194, 0, 1) 18%, rgba(0, 95, 219, 1) 100%);
margin:0 1% 2%;
box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.pagenavi_cc ul li a {
  width:100%;
  height: auto;
  display: block;
  padding:65px 1em 1em 1em;
  text-decoration: none;
  color:var(--color-white);
border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 70px;
  transition: .4s all;
}
.pagenavi_cc ul li a:hover {
  background-color: var(--color-1st);
}


/* FAQ
----------------------------------------------------------------*/
.faqmm {
  width:100%;
  height: auto;
  display: block;
}
.faq_img01 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/faqtitle_img01.png);
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: 40% auto;
}
.faq_img02 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/faqtitle_img02.png);
  background-repeat: no-repeat;
  background-position: right 2%;
  background-size: 40% auto;
}
.faqbody {
  width:100%;
  height: auto;
  display: block;
  padding:20% 5% 30px;
}
.faqtitle {
width:100%;
height: auto;
display: flex;
flex-direction: column;
}
.faqtitle h2 {
  width:100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: clamp(1.1rem, 0.8rem + 0.6vw, 1.4rem);
  font-weight: 700;
  padding:80px 0 0 0;
  background-image: url(../img/index/ic-sq_qa.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 70px;
}

.faqlist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.faqlist li {
  width:47%;
  height: auto;
  display: block;
  padding:2em 1.5em 2em 1.5em;
  background-color: var(--color-white);
  border-radius: 20px;
  box-shadow:0px 3px 10px rgba(0,0,0,0.2);
  margin:0 1.5% 2%;
}
.faqlist li h4 {
  width:100%;
  height: auto;
  min-height: 30px;
  display: block;
  font-size: clamp(1rem, 0.75rem + 0.4vw, 1.2rem);
  font-weight: 700;
  line-height: 1.5em;
  background-image: url(../img/index/ic-faq_q.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30px 30px;
  padding:0.2em 0 0 35px;
  margin-bottom: 0.5em;
}
.faqlist li p {
  margin:0 0 0 35px;
}

p.bn_faq {
  width:fit-content;
  height: auto;
  display: block;
  margin:0 auto;
  border-radius: 9999px;
  background: #78C200;
background: linear-gradient(270deg, rgba(120, 194, 0, 1) 0%, rgba(72, 179, 205, 1) 100%);
}
p.bn_faq a {
  width:100%;
  height: auto;
  display: block;
  line-height: 1em;
  text-decoration: none;
  color:var(--color-white);
  padding:1em 3.5em 1em 1.5em;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  border-radius: 9999px;
  transition: .4s all;
}
p.bn_faq a:hover {
  background-position: 99% center;
  background-color: var(--color-1st);
}

/* Features
----------------------------------------------------------------*/
.featuresmm {
  width:100%;
  height: auto;
  display: block;
}
.featuresbody {
  width:100%;
  height: auto;
  display: block;
  padding:50px 5% 30px;
}
.featuresbody article {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featuresbody article.ouchirecover {
  margin-bottom: 100px;
}
.featuresbody article.amamori {
  margin-bottom: 100px;
}
.featuresbody article.drone {
  margin-bottom: 0px;
}
.featuresbody .fmimg {
width:50%;
height: auto;
display: block;
padding:2.5%;
position: relative;
}
.featuresbody article:nth-child(2) .fmimg {
  order:2;
}
.featuresbody .fmimg img.fmimgbase {
  border-radius: 100px;
}
.featuresbody article.ouchirecover .fmimg .fmimg_acc {
width:70%;
height: auto;
display: block;
position: absolute;
bottom:0;
right:0;
}
.featuresbody article.amamori .fmimg .fmimg_acc {
width:75%;
height: auto;
display: block;
position: absolute;
bottom:0;
left:0;
}
.featuresbody article.drone .fmimg .fmimg_acc {
width:70%;
height: auto;
display: block;
position: absolute;
top:0;
right:0;
}
.featuresbody .fmimg_acc {
width:fit-content;
height: auto;
display: block;
position: absolute;
z-index:10;
}
.featuresbody .fmcc {
width:45%;
height: auto;
display: block;
order:1;
}
.featuresbody .fmcc h2 {
font-size: clamp(1rem, 0.8rem + 1vw, 4rem);
font-weight: 900;
line-height: 1.5em;
margin-bottom:0.5em;
}
.featuresbody .fmcc p.fmcomment {
font-weight: 400;
line-height: 2em;
margin-bottom:1em;
}
.featuresbody .fmcc p.fmbn {
  width:fit-content;
  height: auto;
  display: block;
  margin:0;
  border-radius: 9999px;
}
.featuresbody article.ouchirecover .fmcc p.fmbn {
background: #093299;
background: linear-gradient(90deg, rgba(9, 50, 153, 1) 0%, rgba(8, 193, 184, 1) 100%);
}
.featuresbody article.amamori .fmcc p.fmbn {
background: #99098f;
background: linear-gradient(90deg, rgba(153, 9, 143, 1) 0%, rgba(85, 8, 193, 1) 100%);
}
.featuresbody .fmcc p.fmbn a {
  width:100%;
  height: auto;
  display: block;
  line-height: 1em;
  text-decoration: none;
  color:var(--color-white);
  padding:1em 3.5em 1em 1.5em;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  border-radius: 9999px;
  transition: .4s all;
}
.featuresbody .fmcc p.fmbn a:hover {
  background-position: 99% center;
  background-color: var(--color-1st);
}

/* Service
----------------------------------------------------------------*/
.servicemm {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bg-service.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.servicebody {
  width:100%;
  height: auto;
  display: block;
  padding:50px 5% 30px;
}
.servicebody h2 {
font-size: clamp(1rem, 0.8rem + 1vw, 4rem);
font-weight: 900;
text-align: center;
line-height: 1.5em;
margin-bottom:0em;
}
.servicebody h3 {
font-size: clamp(1rem, 0.8rem + 1vw, 4rem);
font-weight: 900;
text-align: center;
line-height: 1.5em;
margin-bottom:0.5em;
}
.servicebody p.service_topcomment {
font-size: clamp(0.8rem, 0rem + 0.4vw, 1.1rem);
font-weight: 400;
text-align: center;
line-height: 1.8em;
margin-bottom:2em;
}

.servicebody ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.servicebody ul li {
  width:47%;
  height: auto;
  display: block;
  padding:75px 1.5em 1em;
  background-color: var(--color-white);
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center 15px;
  background-size: auto 55px;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
  margin:0 1% 2%;
}
.servicebody ul li:nth-child(odd) {
  border-bottom: 4px solid var(--color-5th);
}
.servicebody ul li:nth-child(even) {
  border-bottom: 4px solid var(--color-6th);
}
.servicebody ul li h4 {
  width:100%;
  height: auto;
  display: block;
  font-size: clamp(1rem, 0.5rem + 0.9vw, 3rem);
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  margin-bottom:0.25em;
}
.servicebody ul li:nth-child(odd) h4 {
color:var(--color-5th);
}
.servicebody ul li:nth-child(even) h4 {
color:var(--color-6th);
}
.servicebody ul li p {
  font-size: clamp(0.8rem, 0.5rem + 0.4vw, 1.1rem);
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  margin-bottom:0em;
}


/* Voice
----------------------------------------------------------------*/
.voicemm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-7th);
}
.voicebody {
  width:100%;
  height: auto;
  display: block;
  padding:50px 5%;
}

p.voicetopcomment {
font-size: clamp(0.8rem, 0rem + 0.4vw, 1.1rem);
line-height: 1.8em;
margin-bottom:1.5em;
}

p.bn_voice {
  width:fit-content;
  height: auto;
  display: block;
  font-size: clamp(0.8rem, 1rem + 0vw, 5rem);
  font-weight: 600;
  line-height: 1em;
  border-radius: 9999px;
  background: #49B3CB;
background: linear-gradient(90deg, rgba(73, 179, 203, 1) 0%, rgba(118, 193, 8, 1) 100%);
  box-shadow:0px 5px 10px rgba(0,0,0,0.2);
  margin:0 auto;
}
p.bn_voice a {
width:100%;
height: auto;
display: block;
text-decoration: none;
color:var(--color-white);
padding:0.8em 3em 0.8em 1.5em;
background-image: url(../img/header/ic-ar_h_w.webp);
background-repeat: no-repeat;
background-position: 96% center;
background-size: auto 15px;
border-radius: 9999px;
transition: .4s all;
}
p.bn_voice a:hover {
  background-color: var(--color-1st);
}


/* Bottom Contact
----------------------------------------------------------------*/
.pagebottom {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/border_b-voice.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.pbbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:20% 5% 0;
  margin:0 auto;
  background-image: url(../img/wrapper_bottomimg.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.pbb_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding:0 0 0 0;
}
.pbb_cc h3 {
width:fit-content;
height: 50px;
display: block;
font-size: clamp(1rem, 0.7rem + 1.8vw, 10rem);
letter-spacing: -0.05em;
line-height: 1em;
font-weight: 300;
margin:0 auto 0.5em auto;
}
.pbb_cc h3 span.pc_h3_01 {
display: inline-block;
font-weight: 700;
margin-right:0.05em;
padding:0.2em 0.3em;
color: var(--color-white);
background-color: var(--color-5th);
border-radius: 3px;
}
.pbb_cc h3 span.pc_h3_02 {
display: inline-block;
font-weight: 700;
margin-right:0.05em;
padding:0.2em 0.3em;
color: var(--color-white);
background-color: var(--color-6th);
border-radius: 3px;
}
.pbb_cc h3 span.pc_h3_03 {
display: inline-block;
font-weight: 700;
margin-right:0.05em;
padding:0.2em 0.3em;
color: var(--color-white);
background-color: var(--color-1st);
border-radius: 3px;
}
.pbb_cc h3 strong {
  font-weight: 700;
}
.pbb_cc p.pbb_p01 {
  font-size: clamp(1rem, 0.5rem + 0.8vw, 3rem);
  line-height: 1.5em;
  text-align: center;
  margin:0 0 0.5em 0;
}
.pbb_cc .pbbtel {
  width:100%;
  height: auto;
  display: flex;
  justify-content:center;
  align-items: center;
  margin-bottom: 0.5em;
}
.pbb_cc .pbbtel p.pbb_telnum {
  height: auto;
  display: block;
  font-size: clamp(2rem, 0.7rem + 2.5vw, 5rem);
  font-family: var(--font-en);
  letter-spacing: -0.02em;
  margin:0 0.5em 0 0;
}
.pbb_cc .pbbtel p.pbb_telnum a {
  width:100%;
  height: 1.6em;
  display: flex;
  align-items: center;
  text-decoration: none;
  color:var(--color-black);
  line-height:1em;
  padding-left:1.7em;
  background-image: url(../img/header/ic-freedial.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.pbb_cc .pbbtel p.pbb_telinfo {
  height: auto;
  display: flex;
  align-items: center;
  font-size: clamp(0.5rem, 0.3rem + 0.6vw, 2rem);
  font-weight: 400;
  line-height: 1.5em;
  margin:0;
}
.pbb_cc ul {
  display: flex;
  margin:0 auto
}
.pbb_cc ul li {
  width:250px;
  height: 40px;
  display: block;
  font-size:16px;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: right;
  line-height: 40px;
  margin:0 0.5em 0 0;
}
.pbb_cc ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:0 20px 0 25px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 40px auto;
  border-radius: 9999px;
}
.pbb_cc ul li:nth-child(1) a {
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-calculator_w.webp);
}
.pbb_cc ul li:nth-child(2) a {
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-mail_w.webp);
}
.pbb_cc ul li a:hover {
  background-color: var(--color-6th);
}

.pbb_img {
  width:40%;
  margin:0 auto;
}

/* Banners */
.bannersmm {
  width:100%;
  height: auto;
  display:flex;
  justify-content: space-between;
  padding:0 5% 20px;
  margin:0 auto;
}
.bannersmm li {
  width:46%;
  height: auto;
  display: block;
  list-style: none;
  margin:0 2%;
}
.bannersmm li a {
  width:100%;
  height: auto;
  display: block;
}
.bannersmm li a:hover {
  opacity: 0.6;
}


}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

  /* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin-top:140px;
}

/* PageContact
----------------------------------------------------------------*/
.pagecontact {
  width:90%;
  height: auto;
  display: block;
  background: #093299;
  background: linear-gradient(90deg, rgba(9, 50, 153, 1) 0%, rgba(8, 193, 184, 1) 100%);
  padding:15px 1% 15px 1%;
  margin:0 auto;
  border-radius: 30px;
  box-shadow:0px 3px 10px rgba(0,0,0,0.3);
}
.pagecontact_body {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding:7% 5% 8% 5%;
  background-color: var(--color-white);
  border-radius: 30px;
}
.pagecontact_body h3 {
width:100%;
height: auto;
display: block;
font-size: 20px;
letter-spacing: -0.05em;
line-height: 1em;
text-align: center;
font-weight: 300;
margin:0 0 5px 0;
}
.pagecontact_body h3 span.pc_h3_01 {
display: inline-block;
font-size:26px;
font-weight: 700;
margin-right:5px;
padding:10px 10px;
color: var(--color-white);
background-color: var(--color-5th);
border-radius: 3px;
margin-bottom: 10px;
}
.pagecontact_body h3 span.pc_h3_02 {
display: inline-block;
font-size:26px;
font-weight: 700;
margin-right:5px;
padding:10px 10px;
color: var(--color-white);
background-color: var(--color-6th);
border-radius: 3px;
margin-bottom: 10px;
}
.pagecontact_body h3 span.pc_h3_03 {
display: inline-block;
font-size:26px;
font-weight: 700;
margin-right:2px;
padding:10px 10px;
color: var(--color-white);
background-color: var(--color-1st);
border-radius: 3px;
margin-bottom: 10px;
}
.pagecontact_body h3 strong {
  font-weight: 700;
}
.pagecontact_body ul {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.5em;
}

.pagecontact_body ul {
  display: flex;
  flex-wrap: wrap;
}
.pagecontact_body ul li {
  display: block;
  margin:0 0 0 0;
}
.pagecontact_body ul li:nth-child(1) {
  width: fit-content;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.pagecontact_body ul li:nth-child(2) {
  width: 100%;
  height: 40px;
  display: block;
  margin-bottom: 5px;
}
.pagecontact_body ul li:nth-child(3) {
  width: 100%;
  height: 40px;
  display: block;
}
.pagecontact_body ul li a {
  height: auto;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
}
.pagecontact_body ul li:nth-child(1) a {
  width:100%;
  height: auto;
  display: block;
  font-size:28px;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: left;
  line-height: 50px;
  padding:0 0 0 50px;
  margin:0 auto 10px;
  background-image: url(../img/header/ic-freedial.webp);
  background-size: 50px auto;
  background-position: 0 center;
}
.pagecontact_body ul li:nth-child(1) a span {
  height: auto;
  display: flex;
  align-items: center;
  font-size:12px;
  line-height: 1em;
  font-weight: 500;
  padding-top:0px;
  margin-left: 0;
}
.pagecontact_body ul li:nth-child(2) a {
  font-size:16px;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: right;
  line-height: 40px;
  padding:0 20px 0 25px;
  color:var(--color-white);
  background-position: 15px center;
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-calculator_w.webp);
  background-size: 40px auto;
  border-radius: 9999px;
}
.pagecontact_body ul li:nth-child(3) a {
  font-size:16px;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: right;
  line-height: 40px;
  padding:0 20px 0 25px;
  color:var(--color-white);
  background-position: 15px center;
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-mail_w.webp);
  background-size: 40px auto;
  border-radius: 9999px;
}
.pagecontact_body ul li:nth-child(2) a:hover, .pagecontact_body ul li:nth-child(3) a:hover {
  background-color: var(--color-6th);
}

/* Section title
----------------------------------------------------------------*/
.sectitle {
  width:100%;
  height: auto;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  padding:70px 0 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 60px;
  margin-bottom: 0.8em;
}

/* Promise
----------------------------------------------------------------*/
.four_promise {
  width:100%;
  height: auto;
  display: block;
  padding:50px 0 65%;
  background-image: url(../img/index/topsection_bottom_m.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  margin-bottom: 50px;
}
.fp_cc {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
}
.fp_cc h2 {
  width:90%;
  height: auto;
  display: block;
  font-size: clamp(1.1rem, 0.8rem + 0.6vw, 1.4rem);
  font-weight: 700;
  line-height: 1.25em;
  color:var(--color-white);
background: #00c247;
background: linear-gradient(180deg, rgba(0, 194, 71, 1) 18%, rgba(0, 95, 219, 1) 100%);
  border-radius: 9999px;
  padding:0.5em 2em;
  margin:0 auto 1em;
}

/* firstsetion
----------------------------------------------------------------*/
.firstsetion {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f5);
  padding:50px 0%;
}

/* Slider
----------------------------------------------------------------*/
.slide-dots {
  margin: 0 0.5% 0 0;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 0px;
  box-shadow: none!important;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background-image: url(../img/index/dot_na.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 30px;
}
.slide-dots li.slick-active button::before {
  background-image: url(../img/index/dot_ac.webp);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 10px;
}

/* CaseStudy
----------------------------------------------------------------*/
.casestudymm {
  width:100%;
  height: auto;
  display: block;
  padding-bottom: 50px;
}
.cstitle {
  width:100%;
  height: auto;
  display: block;
  padding:0 5%;
  margin-bottom: 30px;
}

.casestudyslide li {
margin:0 0.3% 0.2%;
border-top-right-radius: 100px;
box-shadow:0px 5px 10px rgba(0,0,0,0.15);
}

p.bn_cs {
  width:fit-content;
  height: auto;
  display: block;
  margin:50px auto 0;
  border-radius: 9999px;
background: #008ec2;
background: linear-gradient(270deg, rgba(0, 142, 194, 1) 18%, rgba(0, 95, 219, 1) 100%);
}
p.bn_cs a {
  width:100%;
  height: auto;
  display: block;
  line-height: 1em;
  text-decoration: none;
  color:var(--color-white);
  padding:1em 3.5em 1em 1.5em;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  border-radius: 9999px;
  transition: .4s all;
}
p.bn_cs a:hover {
  background-position: 99% center;
  background-color: var(--color-1st);
}

/* Update
----------------------------------------------------------------*/
.updatemm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f5);
}
.updatebody {
  width:100%;
  height: auto;
  display: block;
  padding:50px 0;
}

.updatetitle {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding:0 5%;
  margin-bottom: 30px;
}

.updatecatelist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.updatecatelist li {
  flex: 1;
  height:auto;
  display: block;
  font-size: clamp(0.8rem, 0rem + 0.5vw, 1.1rem);
  margin:0 1%;
}
.updatecatelist li.udcl_selected {
  flex: 1;
  height:auto;
display: block;
text-align: center;
padding:0.3em 0;
color:var(--color-white);
font-weight: 700;
border-radius: 3px;
border:1px solid var(--color-1st);
background-color: var(--color-1st);
}
.updatecatelist li a {
width:100%;
height: auto;
display: block;
text-align: center;
padding:0.3em 0;
color:var(--color-1st);
text-decoration: none;
border-radius: 3px;
border:1px solid var(--color-1st);
transition: .4s all;
}
.updatecatelist li a:hover {
color: var(--color-white);
background-color: var(--color-5th);
border:1px solid var(--color-5th);
}

.newsslide li {
margin:0 0.3% 0.2%;
border-top-right-radius: 100px;
box-shadow:0px 5px 10px rgba(0,0,0,0.15);
}

p.bn_upd {
  width:fit-content;
  height: auto;
  display: block;
  margin:50px auto 0;
  border-radius: 9999px;
  background: #78C200;
background: linear-gradient(270deg, rgba(120, 194, 0, 1) 0%, rgba(72, 179, 205, 1) 100%);
}
p.bn_upd a {
  width:100%;
  height: auto;
  display: block;
  line-height: 1em;
  text-decoration: none;
  color:var(--color-white);
  padding:1em 3.5em 1em 1.5em;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  border-radius: 9999px;
  transition: .4s all;
}
p.bn_upd a:hover {
  background-position: 99% center;
  background-color: var(--color-1st);
}


/* Intro
----------------------------------------------------------------*/
.intromm {
  width:100%;
  height: auto;
  display: block;
}
.introbody {
  width:100%;
  height: auto;
  display: block;
}

.introtitle {
  width:100%;
  height: auto;
  display: block;
}
.intimg01 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/introimg01.png);
  background-repeat: no-repeat;
  background-position: left 55%;
  background-size: 55% auto;
}
.intimg02 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/introimg02.png);
  background-repeat: no-repeat;
  background-position: right 60%;
  background-size: 55% auto;
}
.itt_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:0 5%;
  margin:0 auto;
}
.itt_cc h2.ittc_title01 {
  width:fit-content;
  height: auto;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  color:var(--color-white);
  background: #78C200;
background: linear-gradient(270deg, rgba(120, 194, 0, 1) 0%, rgba(72, 179, 205, 1) 100%);
  border-radius: 9999px;
  padding:0.5em 1em;
  margin:0 auto 1em;
}
.itt_cc h3.ittc_title02 {
  font-size: 28px;
  line-height: 1.25em;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 0.2em;
}
.itt_cc h3.ittc_title02 span {
color: var(--color-6th);
}
.itt_cc h4.ittc_title03 {
   font-size: 14px;
   font-weight: 700;
   line-height: 1.5em;
   text-align: center;
   margin-bottom: 0.5em;
}
.itt_cc p {
  text-align: center;
  margin-bottom: 80%;
}

.itt_cc h2.ittc_title04 {
  width:100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  background-image: url(../img/index/ic-promise.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100px;
  padding-top:100px;
  margin-bottom: 0em;
}
.itt_cc p.ittc_title05 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-1st);
  margin:0 0 0.5em 0;
}


/* 4 promise list
----------------------------------------------------------------*/
.promiselist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding:0 0;
  margin:0 auto;
}
.prol_sss {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  margin:0 0 40px;
}
.prol_sss .prols_img {
width:100%;
height: auto;
display: block;
margin-top:6%;
}
.prol_sss .prols_img img {
width:100%;
height: auto;
display: block;
}
.prol_sss .prols_cc {
width:100%;
height: auto;
display: block;
padding:1.5em 1.5em 1.5em 1.5em;
}
.prol_sss .prols_cc h4 {
font-size: 26px;
font-weight: 700;
line-height: 1.25em;
margin-bottom: 0.3em;
}
.prol_sss .prols_cc p {
font-size: 14px;
line-height: 2em;
margin:0;
}
.prol_sss h3 {
  width:60px;
  height: 60px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size:10px;
  font-weight: 700;
  line-height: 1em;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-5th);
  border-radius: 9999px;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  z-index:2;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
.prol_sss h3 span {
  display: block;
  font-size:26px;
  font-weight: 700;
  line-height: 1em;
  padding-top:5px;
}

/* PageNavi
----------------------------------------------------------------*/
.pagenavi {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.pagenavi_cc {
  width:100%;
  height: auto;
  display: block;
  padding:0px 5% 0;
}
.pagenavi_cc h2 {
font-size: 18px;
font-weight: 900;
line-height: 1.5em;
margin-bottom:0em;
}
.pagenavi_cc p {
font-size: 18px;
font-weight: 900;
line-height: 1.5em;
margin-bottom:1em;
}
.pagenavi_cc ul {
width:100%;
height: auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.pagenavi_cc ul li {
width:100%;
height: auto;
display: block;
font-weight: 700;
text-align: center;
border-radius: 15px;
background: #78C200;
background: linear-gradient(180deg, rgba(120, 194, 0, 1) 18%, rgba(0, 95, 219, 1) 100%);
margin:0 1% 2%;
box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.pagenavi_cc ul li a {
  width:100%;
  height: auto;
  display: block;
  padding:65px 1em 1em 1em;
  text-decoration: none;
  color:var(--color-white);
border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 70px;
  transition: .4s all;
}
.pagenavi_cc ul li a:hover {
  background-color: var(--color-1st);
}


/* FAQ
----------------------------------------------------------------*/
.faqmm {
  width:100%;
  height: auto;
  display: block;
}
.faq_img01 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/faqtitle_img01.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 80% auto;
}
.faq_img02 {
  width:100%;
  height: auto;
  display: block;
}
.faqbody {
  width:100%;
  height: auto;
  display: block;
  padding:50% 5% 30px;
}
.faqtitle {
width:100%;
height: auto;
display: flex;
flex-direction: column;
}
.faqtitle h2 {
  width:100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding:80px 0 0 0;
  background-image: url(../img/index/ic-sq_qa.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 70px;
}

.faqlist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.faqlist li {
  width:100%;
  height: auto;
  display: block;
  padding:2em 1.5em 2em 1.5em;
  background-color: var(--color-white);
  border-radius: 20px;
  box-shadow:0px 3px 10px rgba(0,0,0,0.2);
  margin:0 0 20px;
}
.faqlist li h4 {
  width:100%;
  height: auto;
  min-height: 30px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  background-image: url(../img/index/ic-faq_q.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30px 30px;
  padding:0.2em 0 0 35px;
  margin-bottom: 0.5em;
}
.faqlist li p {
  margin:0 0 0 35px;
}

p.bn_faq {
  width:fit-content;
  height: auto;
  display: block;
  margin:0 auto;
  border-radius: 9999px;
  background: #78C200;
background: linear-gradient(270deg, rgba(120, 194, 0, 1) 0%, rgba(72, 179, 205, 1) 100%);
}
p.bn_faq a {
  width:100%;
  height: auto;
  display: block;
  line-height: 1em;
  text-decoration: none;
  color:var(--color-white);
  padding:1em 3.5em 1em 1.5em;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  border-radius: 9999px;
  transition: .4s all;
}
p.bn_faq a:hover {
  background-position: 99% center;
  background-color: var(--color-1st);
}

/* Features
----------------------------------------------------------------*/
.featuresmm {
  width:100%;
  height: auto;
  display: block;
}
.featuresbody {
  width:100%;
  height: auto;
  display: block;
  padding:50px 5% 30px;
}
.featuresbody article {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.featuresbody article.ouchirecover {
  margin-bottom: 100px;
}
.featuresbody article.amamori {
  margin-bottom: 100px;
}
.featuresbody article.drone {
  margin-bottom: 0px;
}
.featuresbody .fmimg {
width:100%;
height: auto;
display: block;
padding:5%;
position: relative;
margin:0 auto;
order:2;
}
.featuresbody .fmimg img.fmimgbase {
  border-radius: 70px;
  width:90%;
  height: auto;
  display: block;
  margin:0 auto;
}
.featuresbody article.ouchirecover .fmimg .fmimg_acc {
width:70%;
height: auto;
display: block;
position: absolute;
bottom:0;
right:0;
}
.featuresbody article.amamori .fmimg .fmimg_acc {
width:75%;
height: auto;
display: block;
position: absolute;
bottom:0;
left:0;
}
.featuresbody article.drone .fmimg .fmimg_acc {
width:70%;
height: auto;
display: block;
position: absolute;
top:0;
right:0;
}
.featuresbody .fmimg_acc {
width:fit-content;
height: auto;
display: block;
position: absolute;
z-index:10;
}
.featuresbody .fmcc {
width:100%;
height: auto;
display: block;
margin-bottom: 25px;
order:1;
}
.featuresbody .fmcc h2 {
font-size: 24px;
font-weight: 900;
line-height: 1.5em;
margin-bottom:0.5em;
}
.featuresbody .fmcc p.fmcomment {
font-weight: 400;
line-height: 2em;
margin-bottom:1em;
}
.featuresbody .fmcc p.fmbn {
  width:fit-content;
  height: auto;
  display: block;
  margin:0 auto;
  border-radius: 9999px;
}
.featuresbody article.ouchirecover .fmcc p.fmbn {
background: #093299;
background: linear-gradient(90deg, rgba(9, 50, 153, 1) 0%, rgba(8, 193, 184, 1) 100%);
}
.featuresbody article.amamori .fmcc p.fmbn {
background: #99098f;
background: linear-gradient(90deg, rgba(153, 9, 143, 1) 0%, rgba(85, 8, 193, 1) 100%);
}
.featuresbody .fmcc p.fmbn a {
  width:100%;
  height: auto;
  display: block;
  line-height: 1em;
  text-decoration: none;
  color:var(--color-white);
  padding:1em 3.5em 1em 1.5em;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  border-radius: 9999px;
  transition: .4s all;
}
.featuresbody .fmcc p.fmbn a:hover {
  background-position: 99% center;
  background-color: var(--color-1st);
}

/* Service
----------------------------------------------------------------*/
.servicemm {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bg-service.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.servicebody {
  width:100%;
  height: auto;
  display: block;
  padding:50px 5% 30px;
}
.servicebody h2 {
font-size: 16px;
font-weight: 900;
line-height: 1.5em;
margin-bottom:0em;
}
.servicebody h3 {
font-size: 16px;
font-weight: 900;
line-height: 1.5em;
margin-bottom:0.5em;
}
.servicebody p.service_topcomment {
font-size: 14px;
font-weight: 400;
line-height: 2em;
margin-bottom:2em;
}

.servicebody ul {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.servicebody ul li {
  width:100%;
  height: auto;
  display: block;
  padding:1em 1.5em;
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: auto 55px;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
  margin:0 1% 2%;
}
.servicebody ul li:nth-child(odd) {
  border-bottom: 4px solid var(--color-5th);
}
.servicebody ul li:nth-child(even) {
  border-bottom: 4px solid var(--color-6th);
}
.servicebody ul li h4 {
  width:100%;
  height: auto;
  display: block;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  margin:0 0 0.25em 60px;
}
.servicebody ul li:nth-child(odd) h4 {
color:var(--color-5th);
}
.servicebody ul li:nth-child(even) h4 {
color:var(--color-6th);
}
.servicebody ul li p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  margin:0 0 0 60px;
}


/* Voice
----------------------------------------------------------------*/
.voicemm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-7th);
}
.voicebody {
  width:100%;
  height: auto;
  display: block;
  padding:50px 5%;
}

p.voicetopcomment {
font-size: clamp(0.8rem, 0rem + 0.4vw, 1.1rem);
line-height: 1.8em;
margin-bottom:1.5em;
}

p.bn_voice {
  width:fit-content;
  height: auto;
  display: block;
  font-size: clamp(0.8rem, 1rem + 0vw, 5rem);
  font-weight: 600;
  line-height: 1em;
  border-radius: 9999px;
  background: #49B3CB;
background: linear-gradient(90deg, rgba(73, 179, 203, 1) 0%, rgba(118, 193, 8, 1) 100%);
  box-shadow:0px 5px 10px rgba(0,0,0,0.2);
  margin:0 auto;
}
p.bn_voice a {
width:100%;
height: auto;
display: block;
text-decoration: none;
color:var(--color-white);
padding:0.8em 3em 0.8em 1.5em;
background-image: url(../img/header/ic-ar_h_w.webp);
background-repeat: no-repeat;
background-position: 96% center;
background-size: auto 15px;
border-radius: 9999px;
transition: .4s all;
}
p.bn_voice a:hover {
  background-color: var(--color-1st);
}


/* Bottom Contact
----------------------------------------------------------------*/
.pagebottom {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/border_b-voice.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.pbbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:30% 5% 0;
  margin:0 auto;
  background-image: url(../img/wrapper_bottomimg.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 250% auto;
}
.pbb_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding:0 0 0 0;
}
.pbb_cc h3 {
width:fit-content;
height: 50px;
display: block;
font-size: 18px;
text-align: center;
letter-spacing: -0.05em;
line-height: 1em;
font-weight: 300;
margin:0 auto 30px auto;
}
.pbb_cc h3 span.pc_h3_01 {
display: inline-block;
font-size: 26px;
font-weight: 700;
margin-right:10px;
padding:10px 15px;
color: var(--color-white);
background-color: var(--color-5th);
border-radius: 3px;
margin-bottom: 10px;
}
.pbb_cc h3 span.pc_h3_02 {
display: inline-block;
font-size: 26px;
font-weight: 700;
margin-right:10px;
padding:10px 15px;
color: var(--color-white);
background-color: var(--color-6th);
border-radius: 3px;
margin-bottom: 10px;
}
.pbb_cc h3 span.pc_h3_03 {
display: inline-block;
font-size: 26px;
font-weight: 700;
margin-right:10px;
padding:10px 15px;
color: var(--color-white);
background-color: var(--color-1st);
border-radius: 3px;
margin-bottom: 10px;
}
.pbb_cc h3 strong {
  font-weight: 700;
}
.pbb_cc p.pbb_p01 {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  margin:0 0 0.5em 0;
}
.pbb_cc .pbbtel {
  width:100%;
  height: auto;
  display: flex;
  justify-content:center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom:1em;
}
.pbb_cc .pbbtel p.pbb_telnum {
  height: auto;
  display: block;
  font-size: clamp(2rem, 0.7rem + 2.5vw, 5rem);
  font-family: var(--font-en);
  letter-spacing: -0.02em;
  margin:0 0.5em 0 0;
}
.pbb_cc .pbbtel p.pbb_telnum a {
  width:100%;
  height: 1.6em;
  display: flex;
  align-items: center;
  text-decoration: none;
  color:var(--color-black);
  line-height:1em;
  padding-left:1.7em;
  background-image: url(../img/header/ic-freedial.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.pbb_cc .pbbtel p.pbb_telinfo {
  height: auto;
  display: block;
  align-items: center;
  font-size: clamp(0.5rem, 0.3rem + 0.6vw, 2rem);
  font-weight: 400;
  line-height: 1.5em;
  margin:0;
}
.pbb_cc ul {
  display: flex;
  flex-direction: column;
  margin:0 auto
}
.pbb_cc ul li {
  width:250px;
  height: 40px;
  display: block;
  font-size:16px;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: right;
  line-height: 40px;
  margin:0 0 10px 0;
}
.pbb_cc ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:0 20px 0 25px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 40px auto;
  border-radius: 9999px;
}
.pbb_cc ul li:nth-child(1) a {
  background-color: var(--color-2nd);
  background-image: url(../img/header/ic-calculator_w.webp);
}
.pbb_cc ul li:nth-child(2) a {
  background-color: var(--color-3rd);
  background-image: url(../img/header/ic-mail_w.webp);
}
.pbb_cc ul li a:hover {
  background-color: var(--color-6th);
}

.pbb_img {
  width:40%;
  margin:0 auto;
}

/* Banners */
.bannersmm {
  width:100%;
  height: auto;
  display:flex;
  flex-direction: column;
  padding:0 5% 20px;
  margin:0 auto;
}
.bannersmm li {
  width:90%;
  height: auto;
  display: block;
  list-style: none;
  margin:0 auto 10px;
}
.bannersmm li a {
  width:100%;
  height: auto;
  display: block;
}
.bannersmm li a:hover {
  opacity: 0.6;
}

}
