html {
    scroll-behavior: smooth;
}
body {
	color: #012622;
	vertical-align: baseline;
	font-family: "Noto Sans JP","メイリオ", "Meiryo","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  sans-serif;
    line-height: 150%;
    font-weight: 500;
}
a{
	transition: all  0.2s ease-out;
    color: #012622;
    text-decoration: none;
}
a:hover {
	text-decoration:none;
}
@media (min-width: 751px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.description .img-responsive {
  margin-bottom: 1em;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
:root {
    --main-color: #1056c6;
}
/***********************************************
 wrapper
************************************************/
#wrapper{
    overflow: hidden;
}
/***********************************************
 stage
************************************************/
#stage{
    position: relative;
    background: url(../images/record-bg.webp) no-repeat;
    background-position: center right;
    background-size: cover;
    padding: 15px 0 50px 0;
    box-sizing: border-box;
}
#stage:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
}
#stage:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 95%;
    height: 95%;
    background: url(../images/stage-bg.webp) no-repeat;
    background-size: cover;
    background-position: right bottom;
    z-index: 2;
}
#stage .stage-logo{
    position: relative;
    z-index: 3;
    padding: 0 0 0 3%;
}
#stage .stage-logo img{
    max-width: 153px;
    width: 100%;
    height: auto;
}
#stage .inner{
    position: relative;
    z-index: 3;
    max-width: 1200px;
    width: 90%;
    margin: 15px auto 0 auto;
}
#stage .inner .row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#stage .inner .row .column-l{
    width: 60%;
}
#stage .inner .row .column-r{
    width: 40%;
    opacity: 0;
    animation:open 0.5s ease-in forwards;
    animation-delay: .5s;
}
@keyframes open {
  0% {
    transform: scale(2);
      opacity: 0;
  }
  100% {
    transform: scale(1);
      opacity: 1;
  }
}
#stage .inner .row .column-r img{
    width: 100%;
    height: auto;
}
#stage .stage-logo-sp{
    display: none;
}
#stage .inner .row dl{
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    width: 100%;
    max-width: 520px;
}
#stage .inner .row dl:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: #fff5ab;
    border-radius: 15px;
    z-index: -1;
}
#stage .inner .row dl dt{
    margin: 0;
    padding: 0;
}
#stage .inner .row dl dt img,
#stage .inner .row dl dd img{
    width: 100%;
    height: auto;
}
#stage .inner .row dl dd{
    margin: 0;
    padding: 0 0 0 10px;
}
#stage .inner .row h1{
    font-size: 40px;
    font-weight: 900;
    line-height: 120%;
    color: #fff;
    margin: .5em 0 .2em 0;
}
#stage .inner .row h2{
    font-size: 40px;
    font-weight: 900;
    line-height: 120%;
    color: #fff;
}
@media screen and (max-width: 1400px) {
#stage .inner .row h1{
    font-size: 2.8vw;
}
#stage .inner .row h2{
    font-size: 2.8vw;
}
}
#stage .inner .row .sp-tornado{
    display: none;
}
#stage .inner .plan-navi{
    max-width: 680px;
    margin: 2em auto 0 auto;
    border: 3px solid #012622;
    border-radius: 6px 6px 0 0;
    box-sizing: border-box;
    background:#fff url(../images/glid-bg.svg);
    padding: 25px;
    text-align: center;
    position: relative;
}
#stage .inner .plan-navi:before{
    position: absolute;
    content: "";
    left: -10%;
    bottom: -5px;
    width: 114%;
    height: 5px;
    background: #012622;
    border-radius: 2px;
}
#stage .inner .plan-navi:after{
    position: absolute;
    content: "";
    left: -10%;
    bottom: -3px;
    width: 26%;
    padding-top: 26.1%;
    background: url(../images/plan-illust.webp) no-repeat;
    background-size: cover;
}
#stage .inner .plan-navi h3{
    mix-blend-mode: multiply;
    margin: 0 0 15px 0;
}
#stage .inner .plan-navi h3 img{
    max-width: 550px;
    width: 100%;
    height: auto;
}
#stage .inner .plan-navi ul{
    max-width: 530px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#stage .inner .plan-navi ul li{
    width: 48%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #fff;
    border-radius: 6px;
    position: relative;
}
#stage .inner .plan-navi ul li:nth-of-type(2){
    padding-left: 43px;
}
@media screen and (max-width: 1100px) {
#stage .inner .plan-navi ul li{
    font-size: 1.6vw;
}
}
.plan-navi ul li:before{
    position: absolute;
    content: "";
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 46px;
    height: 36px;
}
.plan-navi ul li:nth-of-type(1){
    background: #9e95db; 
}
.plan-navi ul li:nth-of-type(1):before{
    background: url(../images/plan-ic01.svg) no-repeat;
    background-size: cover;
}
.plan-navi ul li:nth-of-type(2){
    background: #e891c5; 
}
.plan-navi ul li:nth-of-type(2):before{
    background: url(../images/plan-ic02.svg) no-repeat;
    background-size: cover;
}
.plan-navi ul li:nth-of-type(3){
    background: #e5ac73; 
}
.plan-navi ul li:nth-of-type(3):before{
    background: url(../images/plan-ic03.svg) no-repeat;
    background-size: cover;
}
.plan-navi ul li:nth-of-type(4){
    background: #7dc99c; 
}
.plan-navi ul li:nth-of-type(4):before{
    background: url(../images/plan-ic04.svg) no-repeat;
    background-size: cover;
}
#stage .inner .plan-navi a.link-bt{
    max-width: 320px;
    color: #fff;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    height: 70px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0 auto;
    position: relative;
    box-shadow: 0px 5px 0px 0px rgba(28, 85, 153, 0.2);
    background-image: linear-gradient(90deg, #ff66b6, #fbb03b);
    transition: transform 0.3s ease-in; 
}
#stage .inner .plan-navi a.link-bt:hover {
    animation: zoom-steps-1 0.5s forwards;
}
@keyframes zoom-steps-1 {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}
#stage .inner .plan-navi a.link-bt:before{
    position: absolute;
    content: "";
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 33px;
    height: 33px;
    background: url(../images/ar-01.svg) no-repeat;
    background-size: cover;
}
/***********************************************
 advantage
************************************************/
#advantage{
    background: #d9e4f6;
    padding: 65px 0;
    position: relative;
}
#advantage:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(../images/adv-bg.webp) repeat-y;
    background-size: 100% auto;
    z-index: 1;
}
#advantage .inner{
    position: relative;
    z-index: 2;
    max-width: 1000px;
    width: 94%;
    margin: 0 auto;
    text-align: center;
}
#advantage .inner h2{
    color: var(--main-color);
    font-size: 38px;
    font-weight: 900;
    line-height: 120%;
}
#advantage .inner ul{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    max-width: 540px;
    margin: 1em  auto;
}
#advantage .inner ul li{
    padding: 5px;
    margin-bottom: 10px;
}
#advantage .inner ul li img{
    width: 100%;
    height: auto;
}
#advantage .inner p{
    font-size: 21px;
    font-weight: 700;
    line-height: 200%;
}
#advantage .inner p span{
    display: block;
}
#advantage .inner ol{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin: 50px auto 20px auto;
}
#advantage .inner ol li{
    width: 32%;
    box-sizing: border-box;
    padding: 0 37px;
    position: relative;
}
#advantage .inner ol li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 37px;
    height: 102px;
    background: url(../images/aw-l.svg) no-repeat;
    background-size: cover;
}
#advantage .inner ol li:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 37px;
    height: 102px;
    background: url(../images/aw-r.svg) no-repeat;
    background-size: cover;
}
#advantage .inner ol li h3{
    color: var(--main-color);
    font-size: 32px;
    font-weight: 900;
    line-height: 120%;
}
#advantage .inner ol li:nth-of-type(1) h3 img{
    max-width: 240px;
    width: 100%;
    height: auto;
}
/***********************************************
 planlist
************************************************/
#planlist{
    background: var(--main-color);
    padding: 35px 0 60px 0;
}
#planlist .inner{
    width: 94%;
    margin: 0 auto;
    max-width: 1000px;
}
#planlist .inner h2{
    text-align: center;
    padding: 50px 21% 50px 21%;
    position: relative;
}
#planlist .inner h2 span{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    display: block;
    width: 21%;
    padding-top: 21%;
}
#planlist .inner h2 span:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: url(../images/list-illust.webp) no-repeat;
    background-size: cover;
    background-position: bottom left;
    width: 84%;
    padding-top: 92%;
    z-index: 2;
}
#planlist .inner h2 span:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: url(../images/q-fuki.svg) no-repeat;
    background-size: cover;
    background-position: top right;
    width: 33.3%;
    padding-top: 38%;
    z-index: 1;
}
#planlist .inner h2 img{
    width: 100%;
    height: auto;
    max-width: 460px;
}
#planlist .inner .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#planlist .inner .row .set{
    background: #fff;
    width: 48%;
    border-radius: 16px;
    margin-bottom: 40px;
}
#planlist .inner .row .set .plan-ttl{
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    border-radius: 14px 14px 0 0;
}
#planlist .inner .row .set h3{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
}
#planlist .inner .row .set h3 span{
    display: block;
    font-size: 16px;
}
#planlist .inner .row .set:nth-of-type(1) .plan-ttl{
    background: #9e95db;
}
#planlist .inner .row .set:nth-of-type(2) .plan-ttl{
    background: #e891c5;
}
#planlist .inner .row .set:nth-of-type(3) .plan-ttl{
    background: #e5ac73;
}
#planlist .inner .row .set:nth-of-type(4) .plan-ttl{
    background: #7dc99c;
}
#planlist .inner .row .set .plan-dtl{
    padding: 10px 20px;
}
#planlist .inner .row .set .plan-dtl p strong{
    color: var(--main-color);
}
#planlist .inner .row .set .plan-dtl img{
    width: 100%;
    height: auto;
}
#planlist .inner .row .set .plan-dtl .plan-img{
    margin: 0 auto;
}
#planlist .inner .row .set:nth-of-type(1) .plan-dtl .plan-img{
    max-width: 350px;
}
#planlist .inner .row .set:nth-of-type(2) .plan-dtl .plan-img{
    max-width: 205px;
}
#planlist .inner .row .set:nth-of-type(3) .plan-dtl .plan-img{
    max-width: 160px;
}
#planlist .inner .row .set:nth-of-type(4) .plan-dtl .plan-img{
    max-width: 368px;
}
/***********************************************
 case
************************************************/
#case{
    background: url(../images/case-bg.webp) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding:80px 0;
    box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
#case{
    background: url(../images/case-bg.webp) no-repeat;
    background-size: 1400px auto;
    background-position: center top;
}
}
#case .inner{
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
}
#case .inner h2{
    text-align: center;
    color: var(--main-color);
    font-size: 40px;
    font-weight: 900;
    line-height: 120%;
    margin: 0 0 50px 0;
}
#case .inner .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#case .inner .row .column-1{
    width: 31%;
}
#case .inner .row .column .fuki{
    position: relative;
}
#case .inner .row .column-1 .fuki:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    padding-top: 111%;
    background: url(../images/case-bg01.svg) no-repeat;
    background-size: cover;
    z-index: 0;
}
#case .inner .row .column-1 .fuki:after{
    position: absolute;
    content: "";
    bottom: 8%;
    right: 3%;
    margin: auto;
    width: 14%;
    padding-top: 18%;
    background: url(../images/case-fuki01.svg) no-repeat;
    background-size: cover;
    z-index: 0;
}
#case .inner .row .column-2 .fuki:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    padding-top: 77%;
    background: url(../images/case-bg02.svg) no-repeat;
    background-size: cover;
}
#case .inner .row .column-2 .fuki:after{
    position: absolute;
    content: "";
    bottom: -19%;
    right: 25%;
    margin: auto;
    width: 12%;
    padding-top: 17%;
    background: url(../images/case-fuki02.svg) no-repeat;
    background-size: cover;
    z-index: 0;
}
#case .inner .row .column-3 .fuki:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    padding-top: 136%;
    background: url(../images/case-bg03.svg) no-repeat;
    background-size: cover;
    z-index: 0;
}
#case .inner .row .column-3 .fuki:after{
    position: absolute;
    content: "";
    bottom: 20%;
    left: -7%;
    margin: auto;
    width: 17%;
    padding-top: 15%;
    background: url(../images/case-fuki03.svg) no-repeat;
    background-size: cover;
    z-index: 0;
}
#case .inner .row .column-2{
    width: 36%;
}
#case .inner .row .column-2 .illust {
    position: relative;
    z-index: 3;
    padding-top: 5%;
}
#case .inner .row .column-2 .illust img{
    width: 100%;
    height: auto;
}
#case .inner .row .column-3{
    width: 33%;
}
#case .inner .row .column h3,
#case .inner .row .column ul{
    position: relative;
    z-index: 3;
}
#case .inner .row .column h3{
    display: flex;
    justify-content: center;
    padding-right: 34px;
}
#case .inner .row .column h3 span{
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
    background: var(--main-color);
    padding: 7px 15px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
}
#case .inner .row .column h3 span:before{
    position: absolute;
    content: "";
    right: -34px;
    top: 0;
    bottom: 0;
    background: url(../images/ic-moya.svg) no-repeat;
    width: 32px;
    height: 33px;
    background-size: cover;
}
#case .inner .row .column ul {
    padding: 0 5% 5% 5%;
}
#case .inner .row .column ul li{
    position: relative;
    padding-left: 15px;
    margin: 25px 0 0 0;
}
#case .inner .row .column ul li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #5381c4;
    border-radius: 50%;
}
#case .inner .row .column ul li strong{
    color: var(--main-color);
}
#case .inner .row .column-1 ul li:nth-child(odd){
    margin-left: 10%;
}
#case .inner .row .column-2 ul li:nth-of-type(1){
    margin-left: 10%;
}
#case .inner .row .column-2 ul li:nth-of-type(3){
    margin-left: 15%;
}
#case .inner .row .column-3 ul li:nth-of-type(1){
    margin-left: 10%;
}
#case .inner .row .column-3 ul li:nth-of-type(2){
    margin-left: 7%;
}
#case .inner .row .column-3 ul li:nth-of-type(3){
    margin-left: 5%;
}
/***********************************************
 solution
************************************************/
#solution{
    background: #1368e5 url(../images/bg-tornadologo.webp) no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding: 100px 0 ;
    position: relative;
}
#solution:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
    width: 100%;
    height: calc(100% - 100px);
    background: url(../images/solution-bg.webp) repeat-y;
    background-size: 100% auto;
    z-index: 1;
}
#solution:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -1px;
    margin: auto;
    display: inline-block;
    width: 240px;
    height: 70px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    z-index: 1;
}
#solution .inner{
    max-width: 980px;
    width: 94%;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}
#solution .inner strong{
    display: block;
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    text-align: center;
}
#solution .inner .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
    margin: 50px 0;
}
#solution .inner .row .column-l{
    width: 40%;
    position: relative;
}
#solution .inner .row .column-l span{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 25%;
}
#solution .inner .row .column-l img{
    width: 100%;
    height: auto;
}
#solution .inner .row .column-r{
    width: 59%;
}
#solution .inner .row .column-r h2{
    font-size: 50px;
    color: #fff16f;
    font-weight: 900;
    line-height: 110%;
}
#solution .inner .row .column-r h2 span{
    font-size: 36px;
    color: #fff;
}
#solution .inner .row .column-r h2 img{
    display: block;
    width: 100%;
    height: auto;
}
#solution .inner .row .column-r h3{
    margin: 40px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    color: #fff;
}
#solution .inner .row .column-r h3 span{
    display: block;
}
#solution .inner .movie-column{
    max-width: 810px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    background: #fff5ab;
    border-radius: 16px;
}
#solution .inner .movie-column h4{
    color: var(--main-color);
    font-size: 30px;
    font-weight: 900;
    line-height: 120%;
    margin: 0 0 15px 0;
}
#solution .inner .movie-column h4:first-letter{
    font-size: 40px;
}
#solution .inner .movie-column h4 span{
    font-size: 20px;
}
/***********************************************
 point
************************************************/
#point{
    background: #d9e4f6 url(../images/bg-pri.webp) repeat-y;
    background-position: top center;
    padding: 30px 0;
}
#point .inner{
    max-width: 1040px;
    width: 94%;
    margin: 0 auto;
}
#point .inner h2{
    text-align: center;
    padding: 50px 26% 50px 26%;
    position: relative;
}
#point .inner h2 span{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 26%;
    padding-top: 17%;
}
#point .inner h2 span:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: url(../images/point-illust.webp) no-repeat;
    background-size: cover;
    background-position: bottom left;
    width: 44%;
    padding-top: 46.5%;
    z-index: 2;
}
#point .inner h2 span:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: url(../images/point-fuki.svg) no-repeat;
    background-size: cover;
    background-position: top right;
    width: 61%;
    padding-top: 48.3%;
    z-index: 1;
}
#point .inner h2 img{
    width: 100%;
    height: auto;
    max-width: 239px;
}
#point .inner .set{
    background: #fff;
    border-radius: 20px;
    padding: 30px 30px;
    box-sizing: border-box;
    width: 90%;
    margin-bottom: 40px;
}
#point .inner .set-1{
    position: relative;
}
#point .inner .set-1:before{
    position: absolute;
    content: "";
    right: -35px;
    bottom: -30px;
    width: 137px;
    height: 142px;
    background: url(../images/point-01-02.webp) no-repeat;
    background-size: cover;
}
#point .inner .set-2{
    margin-left: auto;
}
#point .inner .set .num{
    font-size: 70px;
    font-weight: 700;
    font-family: "Reddit Sans", sans-serif;
    line-height: 100%;
    color: #1368e5;
    margin: -60px 0 0 0;
    display: block;
    letter-spacing: 1x;
}
#point .inner .set .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#point .inner .set .row .column-l{
    width: 50%;
}
#point .inner .set .row .column-l h3{
    font-size: 30px;
    line-height: 110%;
    font-weight: 700;
    color: var(--main-color);
}
#point .inner .set .row .column-l h3 span{
    font-size: 16px;
    display: block;
}
#point .inner .set .row .column-l p{
    line-height: 180%;
}
#point .inner .set .row .column-r{
    width: 45%;
}
#point .inner .set .row .column-r img{
    width: 100%;
    height: auto;
}
/***********************************************
 record
************************************************/
#record .cover{
    height: 500px;
    width: 100%;
    background: url(../images/record-bg.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#record .cover h2 {
    width: 90%;
    margin: 0 auto;
}
#record .cover h2 img{
    max-width: 460px;
    width: 100%;
    height: auto;
}
#record .inner{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 25px 0;
}
#record .inner h3{
    font-size: 40px;
    font-weight: 900;
    line-height: 120%;
    color: var(--main-color);
    text-align: center;
    margin: 0 0 25px 0;
}
#record .inner .frm{
    background: #f3f8ff;
    border-radius: 20px;
    padding: 2em;
}
#record .inner .frm h4{
    color: var(--main-color);
    font-size: 21px;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
    min-height: 20px;
    margin: 1em 0 ;
}
#record .inner .frm h4:not(:first-child){
    margin: 2em 0 1em 0;
}
#record .inner .frm h4:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 20px;
    background: var(--main-color);
}
#record .inner .frm p{
    font-weight: 400;
    line-height: 180%;
}
#record .inner .frm .alert{
    text-align: right;
    display: block;
}
#record .inner .review{
    width: 100%;
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#record .inner .review .voice{
    width:32%;
    background: #f3f8ff;
    border-radius: 0 0 16px 16px;
}
#record .inner .review .voice .voice-t{
    background: var(--main-color);
    color: #fff;
    height: 84px;
    display: flex;
    align-items: center;
    border-radius: 16px 16px 0 0;
    padding: 0 100px 0 20px;
    font-size: 21px;
    font-weight: 700;
    position: relative;
}
#record .inner .review .voice .voice-t:before{
    position: absolute;
    content: "";
    right: 10px;
    bottom: -1px;
    width: 88px;
    height: 91px;
}
#record .inner .review .voice .corp-a:before{
    background: url(../images/record-a.webp) no-repeat;
    background-size: cover;
    background-position: bottom center;
}
#record .inner .review .voice .corp-b:before{
    background: url(../images/record-b.webp) no-repeat;
    background-size: cover;
    background-position: bottom center;
}
#record .inner .review .voice .corp-c:before{
    background: url(../images/record-c.webp) no-repeat;
    background-size: cover;
    background-position: bottom center;
}
#record .inner .review .voice p{
    padding: .5em 1.5em;
    line-height: 180%;
    font-weight: 400;
}
/***********************************************
 install
************************************************/
#install{
    background-image: linear-gradient(135deg, #73be61, #cedd00);
    padding: 50px 0;
}
#install .inner{
    width: 92%;
    margin: 0 auto;
}
.first-install .inner h2{
    font-size: 20px;
    line-height: 180%;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin: 0 0 15px 0; 
}
.first-install .inner h2 strong{
    font-size: 30px;
}
.first-install .inner h2 span{
    display: block;
}
.ft-install .inner h2{
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 130%;
    text-align: center;
    margin: 0 0 30px 0;
}
.ft-install  .inner h2 span{
    display: block;
}
#install .inner .plan-navi{
    max-width: 680px;
    margin: 0 auto 50px auto;
    border: 2px solid var(--main-color);
    border-radius: 6px 6px 0 0;
    box-sizing: border-box;
    background:#fff url(../images/glid-bg.svg);
    padding: 25px;
    text-align: center;
    position: relative;
}
#install .inner .plan-navi:before{
    position: absolute;
    content: "";
    left: -3%;
    bottom: -5px;
    width: 106%;
    height: 5px;
    background: var(--main-color);
    border-radius: 2px;
}
#install .inner .plan-navi:after{
    position: absolute;
    content: "";
    left: -10%;
    bottom: -7px;
    width: 20%;
    padding-top: 19%;
    background: url(../images/plan-illust.webp) no-repeat;
    background-size: cover;
}
#install .inner .plan-navi h3{
    mix-blend-mode: multiply;
    margin: 0 0 15px 0;
}
#install .inner .plan-navi h3 img{
    max-width: 550px;
    width: 100%;
    height: auto;
}
#install .inner .plan-navi ul{
    max-width: 530px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#install .inner .plan-navi ul li{
    width: 48%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #fff;
    border-radius: 6px;
    position: relative;
}
#install .inner .select-navi{
    max-width: 930px;
    box-sizing: border-box;
    border: 4px solid #fff;
    border-radius: 20px;
    padding: 35px ;
    background: #ecf7d0;
    box-shadow: 15px 15px 0px 0px rgba(16, 86, 198, 0.3);
    margin: 0 auto;
    position: relative;
}
#install .inner .select-navi:before{
    position: absolute;
    content: "";
    right: 5px;
    bottom: -7px;
    background: url(../images/select-illust.webp) no-repeat;
    background-size: cover;
    width: 11%;
    padding-top: 10.8%;
}
#install .inner .select-navi .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#install .inner .select-navi .row .column{
    width: 49%;
    text-align: center;
}
#install .inner .select-navi .row .column .select-ttl{
    font-size: 21px;
    font-weight: 900;
    line-height: 120%;
    margin: 0 0 10px 0;
}
#install .inner .select-navi .row .column a.link-bt{
    max-width: 320px;
    color: #fff;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    height: 70px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 5px 0px 0px rgba(28, 85, 153, 0.2);
    transition: transform 0.3s ease-in; 
}
#install .inner .select-navi .row .column a.link-bt:hover {
    animation: zoom-steps 0.4s forwards;
}
@keyframes zoom-steps {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.25);
  }
}
#install .inner .select-navi .row .column a.link-bt:before{
    position: absolute;
    content: "";
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 33px;
    height: 33px;
}
#install .inner .select-navi .row .column-l a.link-bt{
    background-image: linear-gradient(90deg, #ff66b6, #fbb03b);
}
#install .inner .select-navi .row .column-l a.link-bt:before{
    background: url(../images/ar-01.svg) no-repeat;
    background-size: cover;
}
#install .inner .select-navi .row .column-l ul{
    display: flex;
    min-height: 37px;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
}
#install .inner .select-navi .row .column-l ul li:first-child{
    padding-left: 30px;
    position: relative;
    font-family: "Reddit Sans", sans-serif;
}
#install .inner .select-navi .row .column-l ul li:first-child a{
    font-size: 34px;
    color: var(--main-color);
    font-weight: 700;
    white-space: nowrap;
}
#install .inner .select-navi .row .column-l ul li:first-child:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/phone-ic.svg) no-repeat;
    width: 28px;
    height: 37px;
    background-size: cover;
}
#install .inner .select-navi .row .column-l ul li:last-child{
    font-size: 13px;
    padding-left: 5px;
    white-space: nowrap;
    text-align: left;
}
#install .inner .select-navi .row .column-l ul li:last-child span{
    display: block;
    line-height: 120%;
}
#install .inner .select-navi .row .column-r a.link-bt{
    background-image: linear-gradient(90deg, #5fcc00, #41c7e2);
}
#install .inner .select-navi .row .column-r a.link-bt:before{
    background: url(../images/ar-02.svg) no-repeat;
    background-size: cover;
}
#install .inner .select-navi .row .column-r p{
    font-size: 13px;
}
/***********************************************
 entry
************************************************/
#entry{
    background: #d9e4f6;
    padding: 65px 0;
}
#entry .inner{
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}
#entry .inner h2{
    font-size: 40px;
    line-height: 130%;
    color: var(--main-color);
    text-align: center;
    font-weight: 900;
    margin: 0 0 40px 0;
}
#entry .inner .frm{
    background: #fff;
    border-radius: 16px;
    padding: 2em;
}
/***********************************************
 footer
************************************************/
#footer {
    padding: 50px 0;
}
#footer .inner{
    max-width: 860px;
    width: 95%;
    padding: 25px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 2px solid var(--main-color);
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#footer .inner .column-l{
    flex: .9;
}
#footer .inner .column-l ul{
    position: relative;
    padding-left: 65px;
}
#footer .inner .column-l ul:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/logo-mk.webp) no-repeat;
    background-size: cover;
    width: 50px;
    height: 65px;
}
#footer .inner .column-l ul li:first-child a img{
    max-width: 228px;
    width: 100%;
    height: auto;
}
#footer .inner .column-l ul li:last-child {
    font-size: 12px;
    line-height: 120%;
    margin: 5px 0 0 0;
}
#footer .inner .column-r{
    width: 385px;
}
#footer .inner .column-r strong{
    display: block;
    font-size: 16px;
    color: var(--main-color);
    padding-left: 35px;
}
#footer .inner .column-r ul{
    min-height: 37px;
    display: flex;
    align-items: center;
}
#footer .inner .column-r ul li:first-child a{
    font-size: 36px;
    color: var(--main-color);
    font-weight: 700;
    white-space: nowrap;
    font-family: "Reddit Sans", sans-serif;
    position: relative;padding-left: 35px;
}
#footer .inner .column-r ul li:first-child a:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/phone-ic.svg) no-repeat;
    width: 28px;
    height: 37px;
    background-size: cover;
}
#footer .inner .column-r ul li:last-child{
    font-size: 13px;
    padding-left: 5px;
    white-space: nowrap;
}
#footer .inner .column-r ul li:last-child span{
    display: block;
    line-height: 120%;
}
#footer small{
    font-size: 13px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin: 35px 0 0 0;
}
@media screen and (max-width: 950px) {
/***********************************************
 case
************************************************/
#case .inner .row .column h3 span{
    font-size: 2vw;
}
#case .inner .row .column ul {
    font-size: 1.8vw;
}
#case .inner .row .column ul li br{
    display: none;
}
#case .inner .row .column ul li{
    margin: 2% 0 0 0;
    padding-left: 10px;
}
}
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 750px) {
/***********************************************
 stage
************************************************/
#stage{
    padding: 15px 0 0 0;
    background: url(../images/record-bg.webp) repeat-y;
    background-position: right top;
    background-size: 1800px auto;
}
#stage .stage-logo{
    display: none;
}
#stage .stage-logo-sp{
    display: block;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 30%;
    padding: 0;
    z-index: 3;
}
#stage .stage-logo-sp img{
    width: 100%;
    height: auto;
}
#stage:after{
    position: static;
    display: none;
}
#stage .inner .row{
    flex-wrap: wrap;
}
#stage .inner .sp-column{
    position: relative;
}
#stage .inner .sp-column:before{
    position: absolute;
    content: "";
    left: -7%;
    top: -30px;
    background: url(../images/stage-bg-sp.webp) no-repeat;
    width: 114%;
    height: 90%;
    background-size: cover;
    background-position: center bottom;
    z-index: -1;
}
#stage .inner .row dl{
    padding: 0 ;
    display: block;
    width: 64%;
}
#stage .inner .row dl:before{
    position: static;
    display: none;
}
#stage .inner .row dl dt{
    margin: 0 0 5px 0;
    padding: 0 15px;
    width: 70%;
    position: relative;
}
#stage .inner .row dl dt img,
#stage .inner .row dl dd img{
    position: relative;
    z-index: 1;
}
#stage .inner .row dl dt:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85%;
    background: #fff5ab;
    border-radius: 5vw;
    z-index: 0;
}
#stage .inner .row dl dd{
    margin: 0;
    padding: 0 15px;
    position: relative;
}
#stage .inner .row dl dd:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85%;
    background: #fff5ab;
    border-radius: 5vw;
    z-index: 0;
}
#stage .inner .row .column-l{
    width: 100%;
}
#stage .inner .row .column-r{
    width: 100%;
    display: none;
}
#stage .inner .row h1 {
    font-size: 9.3vw;
    line-height: 110%;
    margin-bottom:.3em;
    margin: .2em 0 .3em 0;
}
#stage .inner .row h1 span{
    display: block;
    font-size: 6.5vw;
}
#stage .inner .row h2{
    font-size: 5vw;
    line-height: 130%;
}
#stage .inner .row h2 span{
    display: block;
}
#stage .inner .row .sp-tornado{
    display: block;
    width: 65%;
    margin-left: auto;
    margin-right: -5%;
    margin-top: -10%;
    position: relative;
    z-index: 3;
    opacity: 0;
    animation:open 0.5s ease-in forwards;
    animation-delay: .5s;
}
@keyframes open {
  0% {
    transform: scale(2);
      opacity: 0;
  }
  100% {
    transform: scale(1);
      opacity: 1;
  }
}
#stage .inner .row .sp-tornado img{
    width: 100%;
    height: auto;
}
#stage .inner .plan-navi{
    margin: -3% auto 0 auto;
    padding: 20px 20px 40px 20px;
}
#stage .inner .plan-navi ul li{
    width: 49%;
    font-size: 2.8vw;
    height: auto;
    min-height: 43px;
    padding: 15px 0;
}
#stage .inner .plan-navi a.link-bt{
    max-width: 430px;
    width: 80%;
    font-size: 4vw;
    padding: 30px 0;
    height: auto;
    border-radius: 10vw;
}
#stage .inner .plan-navi a.link-bt:before{
    width: 45px;
    height: 45px;
}
#stage .inner .plan-navi a.link-bt:hover {
    animation: none;
}
/***********************************************
 advantage
************************************************/
#advantage:before{
    background: url(../images/adv-bg-sp.webp) repeat-y;
    background-size: 100% auto;
}
#advantage .inner h2 {
    font-size: 6vw;
}
#advantage .inner h2 span{
    display: block;
}
#advantage .inner p{
    font-size: 4vw;
    text-align: left;
}
#advantage .inner p span{
    display: inline;
}
#advantage .inner ol li{
    padding: 0 25px;
}
#advantage .inner ol li:before{
    width: 31px;
    height: 86px;
}
#advantage .inner ol li:after{
    width: 31px;
    height: 86px;
}
#advantage .inner ol li h3{
    font-size: 4.5vw;
    white-space: nowrap;
}
#advantage .inner ol li h3 span{
    display: block;
}
#advantage .inner ol li h3 img{
    display: block;
}
/***********************************************
 planlist
************************************************/
#planlist{
    padding: 35px 0 10px 0;
}
#planlist .inner h2{
    padding: 50px 14% 50px 10%;
}
#planlist .inner h2 img{
    max-width: none;
}
#planlist .inner h2 span{
    right: -2%;
    bottom: 0;
    width: 20%;
    padding-top: 18%;
}
#planlist .inner h2 span:before{
    background-position: top left;
    width: 87%;
    padding-top: 82%;
}
#planlist .inner h2 span:after{
    width: 35%;
    padding-top: 39.5%;
}
#planlist .inner .row .set{
    width: 100%;
    margin-bottom: 20px;
}
#planlist .inner .row .set .plan-ttl{
    padding: 10px 10px;
}
#planlist .inner .row .set h3{
    font-size: 5.5vw;
    font-weight: 700;
    line-height: 120%;
}
#planlist .inner .row .set h3 span{
    font-size: 3.8vw;
    font-weight: 600;
}
#planlist .inner .row .set .plan-dtl{
    padding: 0 20px 30px 20px;
}
#planlist .inner .row .set .plan-dtl p {
    font-size: 4vw;
    font-weight: 300;
    line-height: 150%;
}
#planlist .inner .row .set:nth-of-type(1) .plan-dtl .plan-img{
    max-width: 465px;
}
#planlist .inner .row .set:nth-of-type(2) .plan-dtl .plan-img{
    max-width: 330px;
}
#planlist .inner .row .set:nth-of-type(3) .plan-dtl .plan-img{
    max-width: 240px;
}
#planlist .inner .row .set:nth-of-type(4) .plan-dtl .plan-img{
    max-width: 540px;
}
/***********************************************
 install
************************************************/
#install{
    background-image: linear-gradient(170deg, #73be61, #cedd00);
}
.first-install .inner h2{
    font-size: 4vw;
    line-height: 180%;
    font-weight: 600;
    margin: 0 0 15px 0; 
}
.first-install .inner h2 strong{
    font-size: 5.8vw;
}
.first-install .inner h2 span{
    display: block;
    line-height: 180%;
    font-weight: 700;
}
.ft-install .inner h2{
     font-size: 4.8vw;
}
#install .inner .plan-navi{
    padding: 20px 20px 40px 20px;
}
#install .inner .plan-navi:after{
    left: -8%;
}
#install .inner .plan-navi h3 img{
    max-width: 680px;
}
#install .inner .plan-navi ul{
    max-width: 680px;
}
#install .inner .plan-navi ul li{
    width: 49%;
    font-size: 2.8vw;
    height: auto;
    padding: 15px 0;
}
#install .inner .plan-navi ul li:nth-of-type(2){
    padding-left: 43px;
}
#install .inner .select-navi{
    padding: 35px 20px 40px 20px;
}
#install .inner .select-navi:before{
    width: 17%;
    padding-top: 16.8%;
}
#install .inner .select-navi .row .column{
    width: 100%;
}
#install .inner .select-navi .row .column .select-ttl{
    font-size: 4.6vw
}
#install .inner .select-navi .row .column a.link-bt{
    max-width: none;
    font-size: 5vw;
    height: 120px;
    border-radius: 15vw;
}
#install .inner .select-navi .row .column a.link-bt:before{
    width: 56px;
    height: 56px;
}
#install .inner .select-navi .row .column-l ul{
    flex-wrap: wrap;
    margin-bottom: 40px;
}
#install .inner .select-navi .row .column-l ul li:first-child{
    padding-left: 50px;
}
#install .inner .select-navi .row .column-l ul li:first-child a{
    font-size: 9vw;
    display: block;
    margin: .4em 0;
}
#install .inner .select-navi .row .column-l ul li:first-child:before{
    width: 46px;
    height: 60px;
}
#install .inner .select-navi .row .column-l ul li:last-child{
    width: 100%;
    text-align: center;
    font-size: 3vw;
}
#install .inner .select-navi .row .column-l ul li:last-child span{
    display: inline;
}
#install .inner .select-navi .row .column-r p{
    font-size: 3vw;
}
#install .inner .select-navi .row .column a.link-bt:hover {
    animation: none;
}
/***********************************************
 case
************************************************/
#case{
    background: url(../images/case-bg.webp) no-repeat;
    background-size: 100% auto;
    background-position: center top;
}
#case .inner h2{
    font-size: 6vw;
    line-height: 150%;
    margin-bottom: 2em;
}
#case .inner h2 span {
    display: block;
    font-size: 8vw;
}
#case .inner .row .column-1,
#case .inner .row .column-2,
#case .inner .row .column-3{
    width: 100%;
    margin-bottom: 60px;
    position: relative;
}
#case .inner .row .column-1 {
    width: 90%;
    background: url(../images/case-bg01-sp.svg) no-repeat;
    background-size: contain;
}
#case .inner .row .column-1:before{
    position: absolute;
    content: "";
    right: -10%;
    bottom: 0;
    background: url(../images/case-01.svg) no-repeat;
    width: 21%;
    padding-top: 34.5%;
    background-size: cover;
    z-index: 2;
}
#case .inner .row .column-1:after{
    position: absolute;
    content: "";
    right: 0;
    top: 32%;
    background: url(../images/case-fuki01-sp.svg) no-repeat;
    width: 8%;
    padding-top: 9%;
    background-size: cover;
    z-index: 2;
}
#case .inner .row .column-2 {
    width: 90%;
    background: url(../images/case-bg02-sp.svg) no-repeat;
    background-size: contain;
    margin-left: auto;
}
#case .inner .row .column-2:before{
    position: absolute;
    content: "";
    left: -8%;
    bottom: 0;
    background: url(../images/case-02.svg) no-repeat;
    width: 21%;
    padding-top: 35%;
    background-size: cover;
    z-index: 2;
}
#case .inner .row .column-2:after{
    position: absolute;
    content: "";
    left: -1%;
    top: 34%;
    background: url(../images/case-fuki02-sp.svg) no-repeat;
    width: 8%;
    padding-top: 9%;
    background-size: cover;
    z-index: 2;
}
#case .inner .row .column-3 {
    width: 96%;
    background: url(../images/case-bg03-sp.svg) no-repeat;
    background-size: contain;
}
#case .inner .row .column-3:before{
    position: absolute;
    content: "";
    right: -2%;
    bottom: -16%;
    background: url(../images/case-03.svg) no-repeat;
    width: 20%;
    padding-top: 30%;
    background-size: cover;
    z-index: 2;
}
#case .inner .row .column-3:after{
    position: absolute;
    content: "";
    right: 21%;
    bottom: -6%;
    background: url(../images/case-fuki01-sp.svg) no-repeat;
    width: 8%;
    padding-top: 9%;
    background-size: cover;
    z-index: 2;
}
#case .inner .row .column-1 .fuki:before,
#case .inner .row .column-2 .fuki:before,
#case .inner .row .column-3 .fuki:before{
    position: static;
    display: none;
}
#case .inner .row .column-1 .fuki:after,
#case .inner .row .column-2 .fuki:after,
#case .inner .row .column-3 .fuki:after{
    position: static;
    display: none;
}
#case .inner .row .column-1 .fuki:after{
    position: static;
    display: none;
}
#case .inner .row .column-2 .illust {
    display: none;
}
#case .inner .row .column h3{
    justify-content: flex-start;
    padding-right: 0;
    margin-top: -4%;
}
#case .inner .row .column-1 h3{
    margin-left: 11%; 
}
#case .inner .row .column-2 h3{
    margin-left: 13%; 
}
#case .inner .row .column-3 h3{
    margin-left: 14%; 
}
#case .inner .row .column h3 span{
    font-size: 3.8vw;
    padding: 2% 4%;
    border-radius: 10vw;
}
#case .inner .row .column h3 span:before{
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 47px;
}
#case .inner .row .column-1 ul {
    padding: 1% 10% 12% 7%;
}
#case .inner .row .column-2 ul {
    padding: 1% 10% 12% 20%;
}
#case .inner .row .column-3 ul {
    padding: 1% 10% 12% 12%;
}
#case .inner .row .column ul li{
    font-size: 3.5vw;
    line-height: 160%;
    font-weight: 400;
    margin: 5% 0 0 0;
}
#case .inner .row .column ul li strong{
    font-weight: 400;
}
#case .inner .row .column-2 ul li br{
    display: block;
}
#case .inner .row .column-1 ul li:nth-child(odd),
#case .inner .row .column-2 ul li:nth-of-type(1),
#case .inner .row .column-2 ul li:nth-of-type(3),
#case .inner .row .column-3 ul li:nth-of-type(1),
#case .inner .row .column-3 ul li:nth-of-type(2),
#case .inner .row .column-3 ul li:nth-of-type(3){
    margin-left:0;
}
/***********************************************
 solution
************************************************/
#solution{
    background-size: 110% auto;
    padding: 100px 0 30px 0;
}
#solution:before{
    background: url(../images/solution-bg-sp.webp) repeat-y;
}
#solution .inner strong{
    font-size: 6vw;
}
#solution .inner .row .column-l{
    width: 100%;
    order: 2;
    text-align: center;
}
#solution .inner .row .column-l img{
    max-width: 460px;
}
#solution .inner .row .column-l span{
    right: 12%;
    width: 15%;
}
#solution .inner .row .column-r{
    width: 100%;
    text-align: center;
    order: 1;
    margin: 0 0 50px 0;
}
#solution .inner .row .column-r h2{
    font-size: 8.5vw;
}
#solution .inner .row .column-r h2 span{
    font-size: 5.5vw;
}
#solution .inner .row .column-r h3{
    font-size: 4vw;
}
#solution .inner .movie-column{
    padding: 20px;
}
#solution .inner .movie-column h4{
    font-size: 5.5vw;
}
#solution .inner .movie-column h4:first-letter{
    font-size: 7.5vw;
}
#solution .inner .movie-column h4 span{
    font-size: 4vw;
}
/***********************************************
 point
************************************************/
#point{
    background: #d9e4f6 url(../images/bg-pri-sp.webp) repeat-y;
    background-size: 100% auto;
}
#point .inner h2{
    padding: 50px 28% 50px 24%;
}
#point .inner h2 img{
    max-width: none;
}
#point .inner h2 span{
    right: -5%;
    bottom: 0;
    width: 32%;
    padding-top: 29%;
}
#point .inner h2 span:before{
    width: 54%;
    padding-top: 59%;
}
#point .inner h2 span:after{
    background-position: top left;
    width: 71%;
    padding-top: 62%;
}
#point .inner .set{
    background: #fff;
    border-radius: 20px;
    padding: 30px 30px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 40px;
}
#point .inner .set-1:before{
    position: absolute;
    content: "";
    right: -20px;
    bottom: -20px;
    width: 21%;
    padding-top: 22%;
    height: auto;
}
#point .inner .set-2{
    margin-left: 0;
}
#point .inner .set .num{
    font-size: 8vw;
    margin: -50px 0 0 0;
}
#point .inner .set .row .column-l{
    width: 100%;
}
#point .inner .set .row .column-l h3{
    font-size: 6vw;
    font-weight: 900;
    text-align: center;
}
#point .inner .set .row .column-l h3 span{
    font-size: 3.5vw;
    font-weight: 700;
}
#point .inner .set .row .column-l p{
    font-size: 4vw;
    font-weight: 400;
    margin-bottom: 0;
}
#point .inner .set .row .column-r{
    width: 100%;
    text-align: center;
}
#point .inner .set-1 .row .column-r img{
    max-width: 480px;
}
#point .inner .set-2 .row .column-r img{
    max-width: 480px;
}
#point .inner .set-3 .row .column-r img{
    max-width: 450px;
}
/***********************************************
 record
************************************************/
#record .cover h2 img{
    max-width: 580px;
}
#record .inner h3{
    font-size: 6vw;
    margin: 0 0 30px 0;
}
#record .inner .frm h4{
    font-size: 4.5vw;
    min-height: inherit;
    line-height: 100%;
}
#record .inner .frm h4:before{
    height: 110%;
    width: 7px;
}
#record .inner .frm p{
    font-size: 4vw;
    line-height: 180%;
}
#record .inner .frm .alert{
    font-size: 3.5vw;
    font-weight: 400;
}
#record .inner .review{
    width: 90%;
}
#record .inner .review .voice{
    width:100%;
    margin-bottom: 30px;
}
#record .inner .review .voice .voice-t{
    font-size: 4vw;
}
#record .inner .review .voice p{
    font-size: 3.7vw;
     padding: 0 1.5em;
}
/***********************************************
 entry
************************************************/
#entry .inner h2{
    font-size: 5.5vw;
}
/***********************************************
 footer
************************************************/
#footer .inner{
    max-width: 680px;
    width: 90%;
    padding: 25px;
}
#footer .inner .column-l{
    flex: auto;
    width: 100%;
    margin: 0 auto;    display: flex;
    justify-content: center;
}
#footer .inner .column-l ul{
    padding-left:70px;
}
#footer .inner .column-l ul:before{
    width: 60px;
    height: 78px;
}
#footer .inner .column-l ul li:first-child a img{
    max-width: 440px;
}
#footer .inner .column-l ul li:last-child {
    font-size: 2.5vw;
    font-weight: 400;
    margin: 10px 0 0 0;
}
#footer .inner .column-r{
    width: 100%;
    margin: 40px 0 0 0;
}
#footer .inner .column-r strong{
    font-size: 4vw;
    padding-left: 0;
    text-align: center;
    margin: 0 0 15px 0;
}
#footer .inner .column-r ul{
    flex-wrap: wrap;
}
#footer .inner .column-r ul li:first-child{
    width: 100%;
    display: flex;
    justify-content: center;
}
#footer .inner .column-r ul li:first-child a{
    font-size: 8vw;
    font-weight: 800;
    display: inline-block;
    line-height: 120%;
}
#footer .inner .column-r ul li:last-child{
    width: 100%;
    text-align: center;
    font-size: 3vw;
    font-weight: 400;
}
#footer .inner .column-r ul li:last-child span{
    display: inline;
}
#footer small{
    font-size: 2.5vw;
}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 500px) {
/***********************************************
 stage
************************************************/
#stage .inner .plan-navi a.link-bt{
    font-size: 4vw;
    padding: 20px 0;
}
#stage .inner .plan-navi a.link-bt:before{
    right: 10px;
    width: 33px;
    height: 33px;
}
/***********************************************
 install
************************************************/
.first-install .inner h2{
    text-align: left;
}
#install .inner .plan-navi:after{
    left: -9%;
    width: 24%;
    padding-top: 23%;
}
#install .inner .select-navi .row .column a.link-bt{
    height: 70px;
}
#install .inner .select-navi .row .column a.link-bt:before{
    width: 33px;
    height: 33px;
    right: 10px;
}
#install .inner .select-navi .row .column-l ul li:first-child{
    padding-left: 30px;
}
#install .inner .select-navi .row .column-l ul li:first-child a{
    font-size: 9vw;
    display: block;
    margin: .4em 0;
}
#install .inner .select-navi .row .column-l ul li:first-child:before{
    width: 28px;
    height: 36px;
}
#install .inner .select-navi .row .column-l ul li:last-child{
    font-size: 4vw;
}
#install .inner .select-navi .row .column-r p{
    font-size: 4vw;
}
/***********************************************
 case
************************************************/
#case{
    padding:50px 0 20px 0;
}
#case .inner .row .column h3 span:before{
    right: -34px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 33px;
}
/***********************************************
 solution
************************************************/
#solution:after{
    width: 180px;
    height: 60px;
}
#solution .inner .row .column-l span{
    right: 5%;
    width: 20%;
}
#solution .inner .movie-column{
    padding: 10px;
}
/***********************************************
 point
************************************************/
#point{
    padding: 10px 0;
}
#point .inner h2{
    padding: 50px 24% 50px 20%;
}
#point .inner .set-1:before{
    right: 0;
    bottom: -25px;
    width: 27%;
    padding-top: 28%;
    height: auto;
}
#point .inner .set{
    padding: 20px 15px;
}
#point .inner .set .num{
    font-size: 50px;
    margin: -40px 0 0 0;
}
#point .inner .set .row .column-l h3{
    font-size: 7.5vw;
}
#point .inner .set .row .column-l h3 span{
    font-size: 4.5vw;
}
/***********************************************
 record
************************************************/
#record .cover{
    background-position: center right;
}
#record .inner{
    padding: 30px 0 5px 0;
}
#record .inner h3{
    font-size: 8vw;
}
#record .inner .frm{
    padding: 20px;
}
#record .inner .frm h4{
    font-size: 6vw;
}
#record .inner .frm p{
    font-size: 4.5vw;
}
#record .inner .review .voice .voice-t{
    font-size: 5.5vw;
    height: 60px;
    padding: 0 80px 0 15px;
}
#record .inner .review .voice .voice-t:before{
    width: 65px;
    height: 67px;
}
#record .inner .review .voice p{
    font-size: 4.5vw;
}
/***********************************************
 entry
************************************************/
#entry .inner h2{
    font-size: 6.5vw;
}
}
@media screen and (max-width: 400px) {
/***********************************************
 stage
************************************************/
#stage .inner .plan-navi ul li{
    width: 100%;
    font-size: 4vw;
}
#stage .inner .plan-navi ul li:nth-of-type(2){
    padding-left: 0;
}
/***********************************************
 advantage
************************************************/
#advantage{
    padding: 65px 0 30px 0;
}
#advantage .inner ol{
    flex-wrap: wrap;
    max-width: 200px;
    margin: 20px auto 20px auto;
}
#advantage .inner ol li{
    width: 100%;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#advantage .inner ol li:not(:last-child){
    margin-bottom: 20px;
}
#advantage .inner ol li h3{
    font-size: 32px;
}
/***********************************************
 planlist
************************************************/
#planlist .inner h2{
    padding: 10px 5% 50px 5%;
}
/***********************************************
 case
************************************************/
#case .inner h2{
    font-size: 7vw;
}
#case .inner h2 span {
    font-size: 9vw;
}
#case .inner .row .column h3 span{
    font-size: 4.5vw;
}
/***********************************************
 install
************************************************/
#install .inner .plan-navi ul li{
    width: 100%;
    font-size: 4vw;
}
#install .inner .plan-navi ul li:nth-of-type(2){
    padding-left: 0;
}
#install .inner .select-navi:before{
    width: 21%;
    padding-top: 20.8%;
}
/***********************************************
 footer
************************************************/

}
@media screen and (max-width: 350px) {
/***********************************************
 install
************************************************/
#install .inner .select-navi .row .column .select-ttl{
    font-size: 20px;
}
}
@media screen and (max-width: 300px) {
}