@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
*{
  box-sizing: border-box;
}
body {
	width:100%;
	background: #fff;
	font-size: 14px;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color:#29aaac;
}
input,button{
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
a {
	color: #333;
	text-decoration: none;
}
img{
  max-width: 100%;
}
p,li{
  line-height: 1.6;
}
.pcbr{
  display: none;
}
.g-free-plan-header{
  position: fixed;
  top:29px;
  background:#fff;
  width: 100%;
  z-index:10000;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.h-free-plan-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  padding:10px;
  margin: auto;
}
.h-free-plan-r{
  display: flex;
  justify-content:flex-start;
  align-items: center;
  width:346px;
}
.h-free-plan-cta{
  display: block;
  width:100px;
  padding:12px 0;
  background:#e84d42;
  border-radius: 8px;
  color: #fff;
  font-size:13px;
  text-align: center;
}
.h-free-plan-contact{
  margin:0 0 0 20px;
}
.h-free-plan-contact li{
  padding:1px 0 1px 20px;
  text-align: left;
  color:#333;
  line-height:1;
}
.h-free-plan-contact li + li{
  margin: 5px 0 0;
}
.h-icon-tel{
  background:url(/lp/images/free_plan/h-icon-tel.png) no-repeat left center;
}
.h-icon-mail{
  background:url(/lp/images/free_plan/h-icon-mail.png) no-repeat left center;
}
.free-plan-mv{
  padding:100px 0 0;
  box-shadow: 3px 0 10px rgba(51,51,51,0.2);
  position: relative;
  z-index: 100;
}
.ttl-area{
  background:#29aaac;
  padding:15px 0;
}
.ttl-area-inner{
  width:960px;
  margin: auto;
  color:#fff;
}
.ttl-area-box{
  width: 470px;
  text-align: center;
}
.mv-sub-ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  font-size:18px;
  font-weight: bold;
}
.mv-sub-ttl::before{
  content:"";
  width: 50px;
  margin: 0 10px 0 0;
  border-top:1px solid #fff;
}
.mv-sub-ttl::after{
  content:"";
  width: 50px;
  margin: 0 0 0 10px;
  border-top:1px solid #fff;
}
.mv-ttl{
  font-size:30px;
  font-weight: bold;
}
.free-plan-description{
  width: 960px;
  padding:0 0 40px;
  margin: auto;
  position: relative;
}
.free-plan-img{
  width: 460px;
  height: 630px;
  background:linear-gradient(0deg, rgba(120,233,189,1) 0%, rgba(179,250,223,1) 100%);
  position: absolute;
  bottom:0;
  right:0;
  z-index: 100;
  transform:skew(-10deg);
}
.free-plan-img img{
  width:574px;
  max-width: inherit;
  position:absolute;
  top:150px;
  right:-20px;
  transform:skew(10deg);
}
.free-plan-description-box{
  width:470px;
  padding:30px 0 0;
}
.free-plan-function{
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.free-plan-function li{
  padding:0 30px;
  position: relative;
  font-size:16px;
  font-weight: bold;
  text-align: center;
}
.free-plan-function li + li::before{
  content:"";
  position: absolute;
  top:0;
  left:2px;
  height: 100%;
  transform:skew(-10deg);
  border-left:1px solid #29aaac;
}
.free-plan-function li img{
  width: 38px;
}
.free-plan-large-word{
  margin: 0 0 30px;
  font-size:24px;
  text-align: center;
  font-weight: bold;
}
.free-plan-large-word span{
  position: relative;
}
.free-plan-large-word span::before{
  content:"";
  display: block;
  width:6px;
  height:6px;
  background:#f1bc2e;
  border-radius: 50%;
  position: absolute;
  top:-7px;
  right:0;
  left:0;
  margin: auto;
}
.free-plan-mv-cta{
  width:300px;
  display: block;
  padding:20px 0;
  margin: auto;
  border-radius:8px;
  background:#e84d42;
  font-size:18px;
  text-align: center;
  color:#fff;
}

.problem-area{
  padding:80px 0 30px;
  background:#eee;
}
.problem-blk{
  width:800px;
  margin: auto;
  position: relative;
  background:#fff;
  box-shadow: 3px 0 10px rgba(51,51,51,0.2);
}
.problem-ttl{
  padding:20px 0;
  background:#29aaac;
  text-align: center;
  font-size:24px;
  font-weight: bold;
  color:#fff;
}
.problem-list{
  padding:40px 130px;
}
.problem-list li{
  padding: 0 0 0 30px;
  background:url(/lp/images/free_plan/icon-check-mark.gif) no-repeat left 5px /20px;
  font-size:18px;
}
.problem-list li + li{
  margin: 10px 0 0;
}
.img-problem-area{
  position:absolute;
  bottom:-115px;
  left:-150px;
  z-index: 100;
}
.free-plan-merit-area{
  padding:160px 0 40px;
  position: relative;
  background:#29aaac;
}
.free-plan-merit-area::before{
  content:"";
  display: block;
  width: 100%;
  height: 120px;
  background:url(/lp/images/free_plan/bg-triangle.svg) no-repeat center bottom /cover;
  position: absolute;
  top:0;
}
.free-plan-merit-area::after{
  content:"";
  display: block;
  width:20px;
  height: 88px;
  background:url(/lp/images/free_plan/img-dot-section.png) no-repeat center;
  position: absolute;
  top:0;
  right:0;
  left:0;
  margin: auto;
}
.free-plan-merit-inner{
  width: 960px;
  margin: auto;
}
.free-plan-merit-inner h2{
  margin: 0 0 40px;
  font-size:28px;
  text-align: center;
  color:#fff;
  font-weight: bold;
  line-height: 1.6;
}
.merit-list{
  margin: 0 0 40px;
}
.merit-list li{
  width:700px;
  padding:30px;
  background:#fff;
  transform:skew(-10deg);
  box-shadow: 3px 0 10px rgba(51,51,51,0.2);
}
.merit-list li + li{
  margin: 20px 0 0;
}
.merit-list li:nth-child(even){
  margin-left: auto;
}
.merit-list-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: skew(10deg);
}
.merit-list-box > img{
  width:68px;
}
.merit-list-r{
  width:550px;
  font-size:16px;
}
.merit-list-r h3{
  margin: 0 0 10px;
  font-size:24px;
  font-weight:bold;
}
.case-study-text{
  margin: 0 0 20px;
  color:#fff;
  font-size:18px;
}
.case-study-link{
  display: block;
  width:196px;
  margin: 0 0 0 auto;
  padding:0 45px 20px 0;
  position: relative;
  color:#fff;
  font-weight:bold;
  font-size:18px;
}
.case-study-link::before{
  content:"";
  display: block;
  width:150px;
  border-top:1px solid #fff;
  position: absolute;
  right:0;
  bottom:0;
}
.case-study-link::after{
  content:"";
  display: block;
  height:45px;
  border-right:1px solid #fff;
  transform:skew(45deg);
  position: absolute;
  right:22px;
  bottom:0;
}
.caution-area{
  padding:40px 0;
  background:url(/lp/images/free_plan/bg-caution.gif);
}
.caution-inner{
  width:580px;
  margin: auto;
  color:#333;
}
.caution-ttl{
  margin: 0 0 30px;
  position: relative;
  font-size:18px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
.caution-ttl::before,
.caution-ttl::after{
  content:"";
  position: absolute;
  top:0;
  height: 100%;
  border-right:2px solid #333;
  transform:skew(-15deg);
}
.caution-ttl::before{
  left:130px;
}
.caution-ttl::after{
  right:130px;
}
.caution-list{
  margin: 0 0 15px;
}
.caution-list h3{
  margin: 0 0 10px;
  padding:0 0 0 10px;
  border-left:2px solid #f1bc2e;
  font-size:16px;
  font-weight:bold;
}
.caution-list li + li{
  margin: 20px 0 0;
}
.indent-1em{
  text-indent: -1em;
  padding-left:1em;
}
.f-contact-wrap{
	background:#def1f5;
	padding:60px 0;
	line-height: 1.6;
	word-break: break-all;
}
.f-contact-ttl{
	margin: 0 auto 20px;
	font-size:24px;
	color:#5cb7cc;
	font-weight: bold;
  text-align: center;
}
.f-contact-blk{
	width:580px;
	margin: auto;
	padding:40px 20px 30px;
	border:5px solid #5cb7cc;
	background:#fff;
	box-sizing: border-box;
}
.f-contact-txt{
	margin: 0 0 20px;
	font-size:18px;
	color:#333;
  text-align: center;
}
.btn-f-cta{
	display: block;
	width:310px;
	padding:15px 0;
	margin: auto;
	background:#e84d42;
	border-radius: 8px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
  text-align: center;
}
.f-contact-other{
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
	padding:30px 10px 0;
	border-top:1px solid #5cb7cc;
}
.f-contact-other-txt{
	width: 220px;
	margin: 15px 0 0;
	font-size:16px;
  color: #333;
}
.f-contact-list{
	width: 270px;
	text-align: left;
}
.f-contact-list li{
	display: flex;
	align-items:flex-start;
	font-size:18px;
	color:#5cb7cc;
}
.f-contact-list li a{
	color:#5cb7cc;
}
.f-contact-list li + li{
	margin: 5px 0 0;
}
.f-contact-icon{
	width: 26px;
	margin: 6px 8px 0 0;
}
.gmoBannerBox{
  padding:30px 0;
  text-align: center;
}
.copyright{
  background:#333;
  padding:30px 0;
  text-align: center;
  color:#fff;
  font-size:12px;
}
#pagetop-btn {
  display: block;
  width:50px;
  height:50px;
  background: url(../images/pagetop.png) center/cover;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}
#pagetop-btn:hover {
    opacity:0.8;
}
@media screen and (min-width: 641px){
  a:hover{
    opacity:0.7;
  }
}
@media screen and (max-width: 640px){
  .pcbr{
    display: block;
  }
  .g-free-plan-header{
    top:0;
  }
  .h-free-plan-logo{
    width: 160px;
  }
  .h-free-plan-inner{
    width: 100%;
    padding:6px 10px;
  }
  .h-free-plan-contact{
    display: none;
  }
  .h-free-plan-r{
    width: auto;
  }
  .h-free-plan-cta{
    width:90px;
    font-size:12px;
  }
  .free-plan-mv{
    padding:0;
    box-shadow: none;
  }
  .ttl-area{
    padding:60px 0 10px;
  }
  .ttl-area-inner{
    width:100%;
  }
  .ttl-area-box{
    width: 100%;
  }
  .free-plan-img{
    width: 100%;
    height: auto;
    background:#29aaac;
    position: static;
    transform:none;
    overflow: hidden;
  }
  .free-plan-img img{
    width: 100%;
    position: relative;
    top:0;
    right:30px;
    transform: none;
  }
  .free-plan-description{
    width: 100%;
  }
  .free-plan-description-box{
    width:100%;
    padding:10px 10px 0;
  }
  .mv-sub-ttl{
    margin: 0;
    font-size:14px;
  }
  .mv-ttl{
    font-size:20px;
  }
  .free-plan-function{
    margin: 15px 0 25px;
  }
  .free-plan-function li{
    padding:0 15px;
    font-size:12px;
  }
  .free-plan-function li img{
    width:30px;
  }
  .free-plan-large-word{
    margin: 0 0 15px;
    font-size:18px;
  }
  .free-plan-large-word span::before{
    width:4px;
    height:4px;
  }
  .free-plan-mv-cta{
    width:280px;
    font-size: 16px;
  }
  .problem-area{
    padding:40px 10px 35px;
  }
  .problem-blk{
    width: 100%;
  }
  .problem-ttl{
    padding:15px 0;
    font-size:18px;
  }
  .problem-list{
    padding:20px 10px;
  }
  .problem-list li{
    padding:0 0 0 20px;
    background-size: 15px;
    background-position: left 3px;
    font-size:14px;
  }
  .img-problem-area{
    display: none;
  }

  .f-contact-wrap{
    padding:50px 10px;
  }
  .f-contact-blk{
    width: 100%;
  }
  .btn-f-cta{
    width:250px;
    font-size:16px;
  }
  .f-contact-other{
    display: block;
    padding:30px 0 0;
  }
  .f-contact-other-txt{
    width: 100%;
    margin: 0 0 20px;
  }
  .f-contact-list{
    width: 100%;
  }
  .free-plan-merit-area{
    padding: 50px 0 40px;
  }
  .free-plan-merit-area::before{
    height: 35px;
    top:-1px;
  }
  .free-plan-merit-area::after{
    width:10px;
    height: 44px;
    background-size: contain;
    top:-20px;
  }
  .free-plan-merit-inner h2{
    margin: 0 0 20px;
    font-size:18px;
  }
  .free-plan-merit-inner{
    width:100%;
  }
  .merit-list{
    overflow: hidden;
  }
  .merit-list li{
    width:87%;
    padding:20px 15px;
    margin: auto;
  }
  .merit-list li + li{
    margin:20px auto 0;
  }
  .merit-list-box > img{
    width: 40px;
  }
  .merit-list-r{
    width:calc(100% - 55px);
    font-size: 14px;
  }
  .merit-list-r h3{
    margin: 0 0 5px;
    font-size: 16px;
  }
  .case-study-text{
    margin: 0 10px 20px;
    font-size: 16px;
  }
  .case-study-link{
    width:175px;
    margin-right:10px;
    padding:0 35px 15px 0;
    font-size:16px;
  }
  .case-study-link::before{
    width:130px;
  }
  .case-study-link::after{
    height:35px;
    right:17px;
  }
  .caution-inner{
    width:100%;
    padding:0 10px;
  }
  .caution-ttl::before{
    left:8%;
  }
  .caution-ttl::after{
    right:8%;
  }
}
