@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* -------------------------------------------
   general style
---------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, main, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック体", "YuGothic", 'Red Hat Display', "Avenir Next", "Helvetica Neue", Helvetica, Verdana,
     "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  font-size: 16px;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
.wrap {
  width: calc(100% - 48px);
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/*--- link ---*/
a {
  text-decoration: none;
  color: #222;
}
a:link {
  text-decoration: none;
  color: #222;
}
a:visited {
  text-decoration: none;
  color: #222;
}
a:hover {
  text-decoration: none;
  color: #222;
}
a:active {
  text-decoration: none;
}
.form-control {
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

a,
.btn {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  border-radius: 0px;
}
button {
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
/*--- Typography ---*/

.serif {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
p {
  font-size: 16px;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 400 16px/1.5;
  margin: 0;
  font-feature-settings:"palt";
}
h1 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 2px;
  
}
h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 8px;
}
h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
h6 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

/*--- Color ---*/
.blue {
  color: #03BDCF;
}
.blue-bg {
  background: #008794;
}
.yerllow {
  color: #FFDA5B;
}
.yerllow-bg {
  background: #FFDA5B;
}
.yerllow-light{
  background: #FFFBEC;
}
.yerllow-light-bg {
  color: #FFFBEC;
}
.yerllow-dark {
  background: #D4AC20;
}
.yerllow-dark-bg {
  color: #D4AC20;
}
.red {
  color: #E6585B;
}
.red-bg {
  background: #E6585B;
}
.red-light{
  background: #FCEDEE;
}
.red-light-bg {
  color: #FCEDEE;
}
.red-dark{
  background: #A5171A;
}
.red-dark-bg {
  color: #A5171A;
}

.black {
  color: #222;
}
.black-bg {
  background: #222;
}
.black-22 {
  color: #222;
}
.black-22-bg {
  background: #222;
}
.black-55 {
  color: #555;
}
.black-55-bg {
  background: #555;
}
.black-99 {
  background: #999;
}
.black-99-bg {
  color: #999;
}
.black-dd {
  background: #ddd;
}
.black-dd-bg {
  background: #ddd;
}
.black-ef {
  background: #efefef;
}
.black-ef-bg {
  background: #efefef;
}
.white {
  background: #fff;
}
.white-bg{
  background: #fff;
}

/* -----------------------------------
   loader
-------------------------------------- */
#lottie{
  width:60%;
  height:60%;
  display:block;
  overflow: hidden;
  transform: translate3d(0,0,0);
  text-align: center;
  opacity: 1;
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
  z-index: 999999;
}
#lottie {
  -webkit-animation: lotties 1.5s forwards;
          animation: lotties 1.5s forwards;
}
@keyframes lotties {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
.loader{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff;
  z-index:99999;
}
.loader {
  -webkit-animation: loaderbg 1.7s forwards;
          animation: loaderbg 1.7s forwards;
}
@keyframes loaderbg {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

/* animation */
.kv-img-catch{  
  display: inline-block;  
  margin: 0 0.5rem;  
  animation: bounceIn;
  animation-duration: 1.5s; 
  animation-iteration-count: 2;
 }  


/* -----------------------------------
   header
-------------------------------------- */
#header {
  width: 100%;
  height: 60px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  z-index: 9999;
  -webkit-transition: 0.15s;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #fff;
  box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.header-wrap{
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  display: flex;
}
.header-logo img{
  width: auto;
  height: 28px;
  margin-left: 16px;
  margin-top: 8px;
}
.header-cta a{
  background: #03BDCF;
  border-radius: 50px;
  padding: 14px 24px;
  color:#FFF;
  font-size: 0.875rem;
  font-weight: 700;
  margin-right:16px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  z-index: 1;
}
/* -----------------------------------
   top
-------------------------------------- */
/*--- kv ---*/
.kv{
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  min-height: 780px;
}

.kv-wrap{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  width: 100%;
  padding-top: 24px;
}
.kv-img{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  height:80vw;
}
.kv-img .kv-img-cam{
  position: absolute;
  top: 64px;
  width: 70%;
}
.kv-img .kv-img-catch{
  width: 80px;
  position: absolute;
  right: 16px;
  top:64px;
  z-index: 9;
}
.kv-img .kv-img-bg{
  width: 200%;
}
.kv-title{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
.kv-title .kv-title-copy{
  width: 85%;
  margin-bottom: 24px;
}
.kv-title .kv-title-main{
  width: 85%;
}
.kv-series{
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.kv-series-wrap{
  display: flex;
  flex-direction: row;
  width: 80%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 24px 0 32px;
  border:1px solid #efefef;
}
.kv-series-wrap img{
  width: 30%;
}
.kv-series-txt{
  width: 40%;
  display: block;
  margin: 0 auto;
  margin-top: -20px;
  margin-bottom: 10px;
}
.kv-series p{
  font-size: 0.75rem;
  letter-spacing: 4px;
  font-weight: 700;
  text-align: center;
  background: #222;
  color:#fff;
  width: 80%;
  margin: 0 auto;
}
.kv-cta{
  position: fixed;
  width: 90%;
  height: 110px;
  bottom:16px;
  right: 0;
  left:0;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 999;
  transition: all 0.15s ease-in-out 0s;
  background: #fff;
  border-radius:8px;
  box-shadow: 0 0 16px rgba(0,0,0,0.2);
}
.kv-cta-img{
  width: 50%;
  position: relative;
}
.kv-cta-img .kv-cta-img-title{
  position: absolute;
  height: 32px;
  width: auto;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
}
.kv-cta-img .kv-cta-img-bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.kv-cta-btn{
  width: 50%;
  background: #222;
  border-radius:0 8px 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.kv-cta-btn a{
  background: #03BDCF;
  border-radius: 50px;
  padding: 16px 24px;
  display: inline-block;
  margin-bottom: 4px;
}
.kv-cta-btn a h6{
  color:#fff;
  line-height: 1;
}
.kv-cta-btn p{
  font-size: 1.125rem;
  color: #fff;
  font-family:'Red Hat Display' ;
  font-weight: 700;
  font-feature-settings:"palt";
}
.kv-cta-btn p span{
  font-size: 0.875rem;
}
/* page-title */
.page-title{
  position: relative;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
.page-title h1{
  margin-bottom: 12px;
}
.page-title img{
  height: 12px;
  width: auto;
  margin-bottom: 24px;
}
/* point */
.point{
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.point-contents{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.point-contents-wrap{
  text-align: center;
  margin-bottom: 32px;
}
.point-contents-wrap img{
  width: 64px;
  margin-bottom: 8px;
}
.point-contents-wrap h2{
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.point-contents-wrap p{
  font-weight: 700;
}
.subimg-wrap{
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.subimg-wrap .subimg-ph{
  width: 100%;
  height: 240px;
  object-fit: cover;
  overflow: hidden;
}
.subimg-wrap .subimg-title{
  position: absolute;
  display: block;
  width: 85%;
  z-index: 9;
  bottom: 24px;
  right: 0;
  left: 0;
  margin: auto;
}

/* series */
.series{
  position: relative;
  padding: 48px 0 8px;
  background: #fafafa;
}
.series-contents{
  display: flex;
  flex-direction: column;
  padding: 40px 0 0;
}
.series-contents-wrap{
  position: relative;
  background: #fff;
  border-radius: 8px;
  border:1px solid #efefef;
  padding: 24px;
  margin-bottom: 16px;
}
.series-contents-wrap img{
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 24px;
}
.series-contents-wrap h2{
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 8px;
}
.series-contents-wrap h2 span{
  font-size: 1rem;
}
.series-contents-wrap h3{
  font-size: 1rem;
  text-align: center;
  margin-bottom: 24px;
}
.series-contents-wrap h3 span{
  font-size: 0.875rem;
}
.series-contents-wrap p{
  font-size: 0.75rem;
  color: #999;
}
.series-contents-wrap p span{
  font-weight: 700;
  color: #008794;
}
.series-contents-wrap h6{
  position: absolute;
  font-size: 0.75rem;
  line-height: 1;
  color:#fff;
  top: 16px;
  right: 16px;
  background: #008794;
  padding: 6px 8px;
  border-radius: 3px;
}
/* cloud */
.cloud{
  position: relative;
  padding: 48px 0;
  background: #fafafa;
}
.cloud-contents{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 40px 0 0;
  overflow: hidden;
}
.cloud-camera{
  width: 150%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
  object-position: 0 100%;
  margin-bottom: 16px;
}
.cloud-logo{
  width: 50%;
  margin-bottom: 16px;
}
.cloud-contents p{
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 16px;
}
.cloud-arrow{
  width: 90%;
  margin-bottom: 16px;
}
.cloud-device{
  width: 95%;
}
.ex{
  position: relative;
  padding: 48px 0 24px;
  background: #fafafa;
}
.ex-title{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.ex-title img{
  width: 100%;
}
.ex-contents-wrap{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.ex-contents-ph img{
  width: 100%;
}
.ex-contents-txt{
  padding: 8px 0;
}
.ex-contents-txt h2{
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.ex-contents-wrap:nth-child(2){
  flex-direction: column-reverse;
}
/* plan */
.plan{
  position: relative;
  padding: 48px 0;
  background: #fff;
}
.plan-contents{
  padding: 16px 0 0;
}
.plan-contents-wrap{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 0 0;
  width: 100%;
}
.plan-contents-ph{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  width: 100%;
  border: 1px solid #efefef;
  padding: 24px 0;
  border-radius: 3px;
}
.plan-contents-ph img{
  width: 80%;
  margin-bottom: 8px;
}
.plan-contents-ph img:nth-child(2){
  width: 50%;
}
.plan-contents-txt{
  width: 100%;
  position: relative;
}
.plan-contents-txt-wrap{
  padding-bottom: 16px;
  text-align: center;
}
.plan-contents-txt-wrap h3{
  margin-bottom: 16px;
}
.plan-contents-txt-wrap h4{
  margin-bottom: 8px;
}
.plan-contents-txt-wrap h4 span{
  font-size: 0.75rem;
  line-height: 1;
  color:#fff;
  background: #008794;
  padding: 6px 8px;
  border-radius: 3px;
  margin-left: 8px;
}
.plan-contents-txt-sub{
  border-top:1px solid #fafafa;
  border-bottom:1px solid #fafafa;
  padding: 16px;
}
.plan-contents-txt-sub h3{
  font-size: 1rem;
  margin-bottom: 8px;
}
.plan-contents-txt p{
  font-size: 1rem;
}
.plan-contents-txt-days{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top:1px solid #fafafa;
  border-bottom:1px solid #fafafa;
}
.plan-contents-txt-days-wrap{
  border-bottom: 1px dotted #efefef;
  padding: 16px 0;
}
.plan-contents-txt-days h4{
  font-size: 1rem;
  margin-bottom: 8px;
}

/* faq */
#faq{
  background: #fff;
  padding:48px 0
}
.faq-wrap{
  max-width: 640px;
}
.faq-contents{
  padding: 40px 0 0;
}
.faq-check{
  display: none;
}
.faq-label{
  background: #fff;
  border:1px solid #efefef;
  border-radius: 3px;
  color: #222;
  display: block;
  margin-bottom: 16px;
  padding: 16px 48px 16px 24px;
  position: relative;
  transition: all 0.3s;
  font-weight: 700;
}
.faq-q{
  margin-right: 8px;
}
.faq-label:after{
  box-sizing: border-box;
  content: '＋';
  font-size: 1rem;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  padding: 16px 20px;
  transition: all 0.3s;
  color: #ddd;
}
.faq-show{
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .2s;
  visibility: hidden;
}
.faq-check:checked + .faq-label:after{
  content: '−';
}
.faq-check:checked + .faq-label + .faq-show{
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  margin-bottom: 20px;
}
.faq-link{
  color: #008794;
}
.faq-link:visited{
  color: #008794;
}
/* =========================================
   PC min-width:768px
============================================ */
@media only screen and (min-width:768px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }

.wrap {
  width: calc(100% - 160px);
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding:0;
}
.serif {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
p {
  font-size: 16px;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 400 16px/1.5;
  margin: 0;
  font-feature-settings:"palt";
}
h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 2px;
  
}
h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}
h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}
h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
h5 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
#lottie{
  width:40%;
  height:40%;
}
/* header */

#header{
  width: 100%;
  display: block;
  position: absolute;
  height: 80px;
}
.header-wrap{
  display: flex;
  width: calc(100% - 48px);
  margin: 0 auto;
  position: relative;
  padding:0;
  height: 80px;
}
.header-logo{
  align-items: flex-end;
}
.header-logo img{
  height: 32px;
  width: auto;
  margin-left: 0;
  margin-top: 8px;
  margin-right: 10px;
}
.header-logo p{
  margin-bottom: 2px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.header-cta a{
  display: inline-block;
  width: auto;
  background: #03BDCF;
  border-radius: 50px;
  padding: 16px 40px;
  margin-right:0;
  color:#FFF;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  transition: all .3;
}
.header-cta span{
  display: inline;
}
.header-cta a:hover{
  background: #008794;
}
/* kv */
.kv{
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 820px;
  max-height: 900px;
}
.kv-wrap{
  width: 100%;
  padding-top: 0;
  overflow: hidden;
  height: 100%;
}
.kv-img{
  height:40vw;
}
.kv-img .kv-img-cam{
  position: absolute;
  top: 120px;
  width: 30%;
  max-width: 480px;
}
.kv-img .kv-img-catch{
  width: 10%;
  right: 0;
  left: 40%;
  top:100px;
  z-index: 9;
  margin: auto;
}
.kv-img .kv-img-bg{
  width: 100%;
  margin-top:-50px;
}
.kv-title{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 160px);
  height: 100%;
  padding: 0 80px;
  margin-bottom:0;
  margin: 0 auto;
}
.kv-title .kv-title-copy{
  width: 30%;
  height: auto;
  margin-top: 20%;
  margin-bottom: auto;
}
.kv-title .kv-title-main{
  width: 55%;
  max-width: 920px;
  height: auto;
  margin-left: 0;
  padding-bottom: 4%;
}
.kv-series{
  position: absolute;
  width: 30%;
  height: 100%;
  right: 40px;
  justify-content: center;
}
.kv-series-wrap{
  border:none;
  padding: 16px 0;
}
.kv-series-txt{
  width: 50%;
  margin-top: 20px;
}
.kv-series p{
  background: none;
  color:#222;
  width: 80%;
  margin: 0 auto;
}
.kv-cta{
  width: 30%;
  max-width: 400px;
  height: 140px;
  bottom:24px;
  right: 24px;
  left: auto;
}
.kv-cta a:hover{
  background: #008794;
}
.kv-cta-btn a{
  margin-bottom: 8px
}
/* page-title */
.page-title{
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #222;
  align-items: flex-end;
}
.page-title h1{
  font-size: 1.5rem;
  margin-right: 16px;
  margin-bottom: 16px;
  letter-spacing: 3px;
}
.page-title img{
  margin-bottom: 20px;
}
/* point */
.point{
  padding: 40px 0;
}
.point-contents{
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: auto;
  height: auto;
}
.point-contents-wrap{
  width: 30%;
}
.point-contents .border-y{
  height: 160px;
  background: #222;
  width: 1px;
  display: block;
}
.point-contents-wrap img{
  margin-bottom: 16px;
}
.point-contents-wrap h2{
  margin-bottom: 16px;
}
.subimg{
  background: #fafafa;
  padding: 80px 0;

}
.subimg-wrap{
  width: calc(100% - 160px);
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding:0;
}
.subimg-wrap .subimg-ph{
  height: 560px;
}
.subimg-wrap .subimg-title{
  width: 40%;
  z-index: 9;
  bottom: 40px;
  right: auto;
  left: 40px;
  margin: auto;
}

/* series pc */
.series{
  position: relative;
  padding: 40px 0;
  background: #fafafa;
}
.series-contents{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 0 0;
}
.series-contents-wrap{
  padding: 40px;
  margin-bottom: 0;
  width: calc(32% - 80px);
}
.series-contents-wrap img{
  display: block;
  width: 80%;
  height: 50%;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 24px;
}
/* cloud */
.cloud{
  position: relative;
  padding: 80px 0 0;
  background: #fafafa;
}
.cloud-wrap{
  width: calc(100% - 160px);
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding:0;
}
.cloud-camera{
  width: 100%;
}
.cloud-logo{
  width: 30%;
  margin-bottom: 24px;
}
.cloud-contents p{
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}
.cloud-arrow{
  width: 80%;
  margin-bottom: 24px;
}
.cloud-device{
  width: 90%;
  padding-left: 5%;
}

.ex{
  position: relative;
  padding: 40px 0 40px;
}
.ex-title{
  width: 70%;
  margin-bottom: 120px;
}
.ex-contents-wrap{
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
  justify-content: center;
  align-items: center;
}
.ex-contents-ph{
  width: 60%;
}
.ex-contents-txt{
  width: calc(40% - 80px);
  padding:0 0 0 80px;
}
.ex-contents-txt h2{
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.ex-contents-wrap:nth-child(2){
  flex-direction: row;
}
.ex-contents-wrap:nth-child(2) .ex-contents-txt{
  padding:0 80px 0 0;
}
/* plan */
.plan{
  position: relative;
  padding: 80px 0;
  background: #fff;
}
.plan-contents-wrap{
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0 0;
  width: 100%;
}
.plan-contents-wrap:first-child{
  border-bottom: 1px solid #efefef;
}
.plan-contents-ph{
  margin-bottom: 0;
  width: 35%;
  border:none;
  padding: 24px 0;
}
.plan-contents-ph img{
  width: 100%;
  margin-bottom: 16px;
}
.plan-contents-txt-wrap h3{
  font-size: 1.5rem;
}
.plan-contents-txt{
  width: 60%;
}
.plan-contents-txt-wrap{
  padding-bottom: 16px;
  text-align: left;
}
.plan-contents-txt-sub{
  padding: 16px 0;
}
.plan-contents-txt-days{
  flex-direction: row;
  width: 100%;
  border:none;
  margin-top: 24px;
  align-items: center;
}
.plan-contents-txt-days-wrap{
  border-bottom: none;
  border-right: 1px solid #efefef;
  padding: 0 24px;
  text-align: center;
}
.plan-contents-txt-days h4{
  font-weight: 700;
}
#faq{
  padding:40px 0 80px;
}
.faq-label{
  cursor: pointer;
}
}

/* =========================================
   PC min-width:1600px
============================================ */
@media only screen and (min-width:1600px) {
  body {
    font-size: 18px;
    line-height: 1.75;
  }
  p {
    font-size: 18px;
    line-height: 1.75;
  }

}

/* -----------------------------------
   footer
-------------------------------------- */
.footer{
  background: #000;
}
.safooter-service{
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.safooter-service-wrap{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.safooter-service-content{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.safooter-service-content:last-child{
margin-bottom: 0;
}
.safooter-service-content a{
  display: flex;
  width: 100%;
  padding: 24px 40px;
  border:4px solid #efefef;
  justify-content: space-between;
  -webkit-transition: all 0.15s;
  transition: all 0.15;
}
.safooter-service-content a:hover{
  border:4px solid #efefef;
}
.safooter-service-content a:active{
  border:4px solid #efefef;
}
.safooter-service-content a:visited{
  border:4px solid #efefef;
}
.safooter-service-content-txt{
  font-size: 16px;
  font-weight: 700;
  color: #efefef;
}
.safooter-border{
  width: 100%;
  height: 1px;
  background: #efefef;
}
.safooter-base{
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 0;
  padding-top: 40px;
  padding-bottom: 80px;
  background: #000;
}
.safooter-base-wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.safooter-base-logo{
  margin-bottom: 24px;
  width: 240px;
}
.safooter-base-info p{
  text-align: left;
  font-size: 12px;
  line-height: 2;
}
.safooter-base-tel{
  font-weight: 700;
}
.safooter-base-product a{
  color:#efefef;
  padding-right: 4px;
  border-right: 1px solid #ccc;
  -webkit-transition: all 0.15s;
  transition: all 0.15;
}
.safooter-base-product a:hover{
  opacity: .5;
}
.safooter-base-product a:last-child{
  border-right: none;
  padding-right: 0;
}
.safooter-base-cr{
  color:#888;
}

/* PC */
@media only screen and (min-width:768px) {
  .safooter-service{
    margin-top: 120px;
    margin-bottom: 40px;
  }
  .safooter-service-wrap{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .safooter-service-content{
    width: 48%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .safooter-service-content a:hover{
    border:4px solid #000;
  }
  .safooter-base{
    padding-bottom: 160px;
  }
  .safooter-base-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .safooter-base-logo{
    margin-bottom: 0;
  }
  .safooter-base-info p{
    text-align: right;
  }
}