@charset "UTF-8";

body{
  font-size: 16px;
  line-height: 1.6;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  position: relative;
}
img{
  vertical-align: bottom;
}
a{
  text-decoration: none;
}
a:hover{
  opacity: .75;
}
.la{
  display: block;
}
.la:hover{
  cursor: pointer;
  opacity: .75;
}
.la a:hover{
  opacity: 1;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.wrap-s{
  max-width: 1000px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
}
.wrap-m{
  max-width: 1100px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
}
.wrap-l{
  max-width: 1290px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.h{
  height: 110px;
  padding: 6px 0;
  box-sizing: border-box;
  box-shadow: 0px 5px 5px -5px #eee;
}
.h-wrap{
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.h-logo{
  display: flex;
}
.h-logo-co{
  margin: 0 25px 0 0;
}
.h-logo-co a{
  display: block;
}
.h-logo-listed{
  display: flex;
  padding: 20px 0 0;

}
.h-logo-listed img {
  width: 58px;
  height: 58px;
  background-color: #fff;
  padding: 5px 2px 2px 5px;
}
/* .h-logo-listed img+ img{
  margin: 0 0 0 15px;
} */
.h-menu{
  padding: 10px 0 0;
}
.h-menu-tel{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 5px;
}
.h-menu-tel a{
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  padding: 0 0 0 40px;
  position: relative;
  margin: 0 30px 0 0;
}
.h-menu-tel a:before{
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../img/tel-icon.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  position: absolute;
  top: -3px;
  left: 0;
}
.h-menu-tel-open{
  font-size: 15px;
  font-weight: bold;
}
.h-menu-links{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.h-menu-links-nav{
}
.h-menu-links-nav ul{
  display: flex;
}
.h-menu-links-nav ul li{
  margin: 0 34px 0 0;
}
.h-menu-links-nav li a{
  font-weight: bold;
  font-size: 15px;
  color: #000;
}
.h-menu-links-nav li a:hover{
  color: #558AFF;
}
.in-child{
  position: relative;
}
.in-child a{
  position: relative;
  padding: 0 22px 12px 0;
}
.in-child a:after{
  content: "";
  width: 12px;
  height: 7px;
  background-image: url(../img/nav-arrow.png);
  background-repeat: no-repeat;
  background-size: 12px 7px;
  position: absolute;
  top: 6px;
  right: 0;
}
.in-child a:hover:after{
  background-image: url(../img/nav-arrow-open.png);
}
.h-menu-links-nav ul .h-menu-links-nav-child{
  display: none;
  width: 260px;
  box-sizing: border-box;
  background: #fff;
  padding: 20px 30px;
  position: absolute;
  top: 110%;
  left: -70px;
  z-index: 1;
  box-shadow: 0 0 8px 1px #eee;
}
.h-menu-links-nav ul .in-child:hover .h-menu-links-nav-child,
.h-menu-links-nav ul .in-child .h-menu-links-nav-child:hover{
  display: block;
}
.h-menu-links-nav ul .h-menu-links-nav-child li{
  margin: 0;
}
.h-menu-links-nav ul .h-menu-links-nav-child li+li{
  margin: 5px 0 0;
}
.h-menu-links-nav ul .h-menu-links-nav-child li a{
  padding: 0;
}
.h-menu-links-nav ul .h-menu-links-nav-child li a:after{
  content: none;
}
.h-menu-links-nav-child a.blank,
.h-sp-menu-list-child a.blank{
  pointer-events: none;
  color: #bbb;
}
.h-menu-links-cv{
}
.h-mbg{
}
.h-sp-menu{
  display: none;
}
@media screen and (max-width: 1090px) {
  .h {
    height: auto;
  }
  .h-wrap {
    padding: 0 1vw;
  }
  .h-logo-co {
    width: 20vw;
    margin: 0 2vw 0 0;
    display: flex;
    align-items: center;
  }
  .h-logo-co img {
    width: 100%;
    height: auto;
  }
  .h-logo-listed{
    width: 11vw;
    align-items: center;
    padding: 0;
  }
  .h-logo-listed img {
    width: calc((100% - 1vw) / 2);
    height: auto;
  }
  .h-logo-listed img+ img {
    margin: 0 0 0 1vw;
  }
  .h-menu-tel a {
    font-size: 2.66055vw;
    padding: 0 0 0 40px;
    margin: 0 2.75229vw 0 0;
  }
  .h-menu-links-nav ul li {
    margin: 0 2vw 0 0;
  }
  .h-menu-links-cv {
    width: 19.267vw;
  }
  .h-menu-links-cv img{
    width: 100%;
    height: auto;
  }
}

.mv{
  padding: 150px 0 100px;
  background-image: url(../img/mv-bg.png);
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
}
.mv-wrap{
  width: 980px;
  margin: 0 auto;
}
.mv-main{
  position: relative;
}
.mv-main-copy{
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 20px;
}
.mv-main-copy-anim00{
  display: inline-block;
  margin: 0 0 5px;
  position: relative;
  z-index: 3;
}
.mv-main-copy-anim01{
  display: inline-block;
  margin: 0 0 5px;
  position: relative;
  z-index: 3;
}
.mv-main-copy-anim02{
  display: inline-block;
  position: relative;
  z-index: 3;
}
.mv-main-copy-anim03{
  display: inline-block;
  margin: 5px 0 0;
  position: relative;
  z-index: 3;
}
.mv-main-copy-b{
  color: #558AFF;
}
.b-s{
  font-feature-settings: "palt";
}
.anim-in{
  position: relative;
  z-index: 2;
}
.mv-main-copy-anim00:after,
.mv-main-copy-anim01:after,
.mv-main-copy-anim02:after,
.mv-main-copy-anim03:after {
  position: absolute;
  content: '';
  top:0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  opacity: 0;
}
.mv-main-copy-anim00:after {
  animation-name: box_slide;
  animation-duration:.8s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  transform: translateX(-100%);
}
.mv-main-copy-anim01:after {
  animation-name: box_slide;
  animation-duration:.8s;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
  transform: translateX(-100%);
}
.mv-main-copy-anim02:after {
  animation-name: box_slide;
  animation-duration:.8s;
  animation-fill-mode: forwards;
  animation-delay: 1.4s;
  transform: translateX(-100%);
}
.mv-main-copy-anim03:after {
  animation-name: box_slide;
  animation-duration:.8s;
  animation-fill-mode: forwards;
  animation-delay: 1.9s;
  transform: translateX(-100%);
}
@keyframes box_slide {
  0% {
    transform: translate(-100%,0);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
    opacity: 1;
  }
}
.mv-main-copy-anim00 .anim-in{
  animation-name:slideTextX100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  animation-delay: 0.8s;
  opacity: 0;
}
.mv-main-copy-anim01 .anim-in{
  animation-name:slideTextX100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  animation-delay: 1.3s;
  opacity: 0;
}
.mv-main-copy-anim02 .anim-in{
  animation-name:slideTextX100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  animation-delay: 1.8s;
  opacity: 0;
}
.mv-main-copy-anim03 .anim-in{
  animation-name:slideTextX100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  animation-delay: 2.3s;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
  transform: translateX(-100%);
  opacity: 0;
  }

  to {
  transform: translateX(0);
  opacity: 1;
  }
}

.mv-main-txt{
  font-weight: bold;
  margin: 0 0 35px;
}
.mv-main-txt span{
  color: #558AFF;
}
.mv-main-btn{
}
.mv-main-icon{
  position: absolute;
  top: 77%;
  left: 300px;
}
.about{
  padding: 120px 0 60px;
  position: relative;
}
.about:before{
  content: "";
  width: 400px;
  height: 630px;
  background-image: url(../img/about-left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 40px;
}
.about:after{
  content: "";
  width: 410px;
  height: 452px;
  background-image: url(../img/about-right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 117px;
}
.about-ttl{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.about-ttl span{
  color: #558AFF;
}
.about-txt{
  line-height: 2.4;
  text-align: center;
  position: relative;
  z-index: 1;
}
.service{
  padding: 60px 0;
}
.sec-ttl{
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}
.sec-ttl span{
  display: block;
  font-size: 16px;
  color: #558AFF;
  text-align: center;
  margin: 0 0 8px;
}
.sec-txt{
  text-align: center;
  margin: 0 0 40px;
}
.service-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-links-box{
  width: calc(50% - 2px);
  color: #fff;
  position: relative;
}
.service-links-box:nth-child(1),
.service-links-box:nth-child(2){
  margin: 0 0 4px 0;
}
.service-links-box a{
  display: block;
  text-align: center;
  padding: 90px 0 0;
}
.service-links-box.service-01 a{
  background-image: url(../img/service-01-bg-100.jpg);
  background-size: cover;
  background-position: center top;
}
.service-links-box.service-02 a{
  background-image: url(../img/service-02-bg-100.jpg);
  background-size: cover;
  background-position: center top;
}
.service-links-box.service-03 a{
  background-image: url(../img/service-03-bg-100.jpg);
  background-size: cover;
  background-position: center top;
}
.service-links-box.service-04 a{
  background-image: url(../img/service-04-bg-100.jpg);
  background-size: cover;
  background-position: center top;
}
.service-links-box a img{
  width: 100%;
  height: auto;
}
.service-links-box-ttl{
  display: block;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  margin: 0 0 10px;
}
.service-links-box-type{
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  padding: 5px 20px;
  border-radius: 20px;
  margin: 0 0 30px;
}
.service-01 .service-links-box-type{
  background: #558AFF;
}
.service-02 .service-links-box-type{
  background: #29C99B;
}
.service-03 .service-links-box-type{
  background: #F49213;
}
.service-04 .service-links-box-type{
  background: #8269C8;
}
.service-links-box-txt{
  display: block;
  max-width: 425px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin: 0 auto 60px;
}
.service-links-box-in{
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: rgba(1, 36, 68, .9);
  padding: 16px 80px 16px 50px;
  position: relative;
}
.service-links-box-in:after{
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/service-arrow.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: calc(50% - 25px);
}
.service-links-box-txt-list{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
.service-links-box-txt-list span{
  display: block;
  padding: 0 0 0 25px;
  position: relative;
}
.service-links-box-txt-list span+ span{
  margin: 5px 0 0;
}
.service-links-box-txt-list span:before{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.service-01 .service-links-box-txt-list span:before{
  background-image: url(../img/service-01-check.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.service-02 .service-links-box-txt-list span:before{
  background-image: url(../img/service-02-check.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.service-03 .service-links-box-txt-list span:before{
  background-image: url(../img/service-03-check.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.service-04 .service-links-box-txt-list span:before{
  background-image: url(../img/service-04-check.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
}


.service-links-box:after{
  content: "Coming Soon";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  background: rgba(1,36,68,.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.service-links-box.on:after{
  content: "";
  width: 0;
  height: 0;
  font-size: 30px;
  background: none;
  z-index: 0;
}

.case{
  padding: 60px 0;
  overflow-x: hidden;
}
.case-slide{
  max-width: 1110px;
  overflow-x: hidden;
  margin: 0 auto;
}
.case-slide.on{
  max-width: none;
  margin-left: calc((100vw - 1100px) / 2);
  overflow: scroll;
  padding: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 1130px) {
  .case-slide.on{
    width: 100%;
    margin-left: auto;
  }
}
.case-slide-wrap{
  display: flex;
  justify-content: center;
  overflow: visible;
}
.on .case-slide-wrap{
  min-width: 1480px;
  justify-content: flex-start;
}
.case-slide.on ::-webkit-scrollbar {
  display: none;
}
.on+ .case-slide-scroll {
  display: block;
  width: calc(100% - 90px);
  margin: 10px auto;
  position: relative;
  height: 2px;
  background: #E1E1E1;
}
.on+ .case-slide-scroll .case-slide-scroll-track {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.on+ .case-slide-scroll .case-slide-scroll-thumb {
  position: absolute;
  height: 100%;
  background-color: #2E3198;
  cursor: pointer;
}
.case-slide-box{
  width: 340px;
  margin: 0 15px 50px;
}
.case-slide-box-img{
  margin: 0 0 25px;
}
.case-slide-box-img img{
  width: 100%;
  height: auto;
}
.case-slide-box-logo{
  width: 100%;
  overflow-x: hidden;
  text-align: center;
  margin: 0 0 25px;
}
.case-slide-box-logo img{
  width: auto;
  height: 57px;
}
.case-slide-box-ttl{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px;
}
.case-slide-box-txt{
  min-height: 3.2em;
  margin: 0 0 20px;
}
.case-slide-box-desc{
  border-top: 1px solid #040429;
  padding: 20px 0 0;
}
.case-slide-box-desc-ttl{
  font-weight: bold;
  margin: 8px 0 0;
}
.case-slide-box-desc li{
  font-size: 14px;
}
.case-slide-box-desc li+ li{
  margin: 8px 0 0;
}
.case-slide-box-desc-txt{
  font-size: 14px;
}
.case-slide-box-desc-txt a{
  display: inline-block;
  color: #3399CC;
}
.case-slide-box-desc-txt a[target="_blank"]{
  display: inline;
  color: #3399CC;
  position: relative;
  padding: 0 24px 0 0;
}
.case-slide-box-desc-txt a[target="_blank"]:after{
  content: "";
  width: 18px;
  height: 15px;
  background-image: url(../img/exlink-icon01.png);
  background-repeat: no-repeat;
  background-size: 18px 15px;
  position: absolute;
  bottom: 3px;
  right: 0;
}
.case-slide-scroll{
  position: relative;
  display: none;
}
.case-slide-scroll-prev{
  position: absolute;
  top: -15px;
  left: -45px;
}
.case-slide-scroll-bar{

}
.case-slide-scroll-next{
  position: absolute;
  top: -15px;
  right: -45px;
  transform: rotate(180deg);
}
.on+ .case-slide-scroll{
  display: block;
  max-width: 1010px;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto 0;
}
@media screen and (max-width: 1130px) {
  .on+ .case-slide-scroll{
    width: calc(100% - 110px);
  }
}
.feature{
  background: #EFF2F6;
  padding: 80px 0 70px;
}
.feature-in{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0 0;
}
.feature-box{
  width: calc((100% - 60px) / 3);
  margin: 0 0 25px;
  background: #fff;
  box-shadow: 0 0 8px 1px #eee;
  padding: 20px 30px 40px 20px;
  box-sizing: border-box;
}
.feature-box-icon{
  text-align: center;
  margin: 0 0 8px;
}
.feature-box-ttl{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 8px;
}
.feature-box-ttl span{
  color: #558AFF;
}
.feature-box-txt{
}
.support{
  padding: 60px 0 100px;
}
.support-in{
  display: flex;
  justify-content: center;
}
.support-box{
  width: 240px;
  text-align: center;
}
.support-box-img{
}
.support-box-ttl{
  font-size: 22px;
  font-weight: bold;
  color: #2E3198;
  margin: 0 0 8px;
}
.support-box-note{
}
.flow{
  padding: 180px 0 100px;
  background-image: url(../img/flow-bg-100.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: top center;
}
.flow-ttl{
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.flow-img{
  max-width: 100%;
}
.flow-img img{
  max-width: 100%;
  height: auto;
}
.cv{
  background: #1A3173;
  padding: 50px 0 70px;
  margin: 0 20px 60px;
  position: relative;
  border-radius: 20px;
}
.cv:before{
  content: "";
  width: 114px;
  height: 115px;
  background-image: url(../img/cv-icon-left.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  left: 110px;
  z-index: 0;
}
.cv:after{
  content: "";
  width: 344px;
  height: 244px;
  background-image: url(../img/cv-icon-right.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 60px;
  right: 110px;
  z-index: 0;
}
.cv-ttl{
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.cv-in{
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.cv-in a{
  height: 100%;
  color: #000;
  background: #fff;
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 39px 0;
}
.cv-in a:hover{
  background: #EFF2F6;
  opacity: 1;
}
.cv-form{
  width: calc(50% - 0.5px);
  margin: 0 1px 0 0;
}
.cv-form-txt{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 0 20px;
}
.cv-form-icon{
  display: block;
  text-align: center;
}
.cv-tel{
  background: #fff;
  width: calc(50% - 0.5px);
}
.cv-tel a{
  padding: 39px 0 39px 20px;
}
.cv-tel-txt{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.cv-tel-num{
  display: block;
  text-align: center;
}
.cv-tel-num-icon{
  position: absolute;
  top: calc(50% - 28px);
  left: 10%;
}
@media screen and (max-width: 1100px) {
  .cv-tel-num-icon{
    left: 6%;
  }
}
@media screen and (max-width: 1010px) {
  .cv-tel-num-icon{
    left: 3%;
  }
}
@media screen and (max-width: 960px) {
  .cv-tel-num-icon{
    left: 1.5%;
  }
}
.cv-tel-num-icon img{
  width: 100%;
  height: auto;
}
.cv-tel-num-link{
  font-size: 47px;
  font-weight: bold;
  color: #EE562C;
}
.cv-tel-num-open{
  display: block;
  font-weight: bold;
}
.faq{
  padding: 60px 0;
}
.faq-ttl{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}
.faq-box{
  margin: 0 0 9px;
}
.faq-box-q{
  padding: 30px 60px 27px 95px;
  position: relative;
  background: #E5EDFF;
  cursor: pointer;
}
.faq-box-q:before{
  content: "";
  width: 42px;
  height: 43px;
  background-image: url(../img/faq-q-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 40px;
}
.faq-box-q-txt{
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.faq-box-q-btn{
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(50% - 10px);
  right: 40px;
}
.open{
}
.close{
  display: none;
}
.faq-a{
  display: none;
  font-size: 18px;
  padding: 20px 80px;
}
.column{
  padding: 80px 0 100px;
}
.column-arch{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px 0 0;
  margin: 0 0 40px
}
.column-arch-box{
  width: calc((100% - 84px) / 4);
  margin: 0 28px 40px 0;
}
.column-arch-box:nth-child(4n){
  margin: 0 0 40px;
}
.column-arch-box-img{
  margin: 0 0 15px;
}
.column-arch-box-img a img{
  max-width: 100%;
  height: auto;
}
.column-arch-box-ttl{
  font-weight: bold;
  color: #000;
}
.column-arch-box-ttl a{
  color: #000;
}
.column-arch-box-date{
  font-size: 14px;
  color: #808080;
  margin: 0 0 5px;
}
.column-arch-box-cat{
}
.column-arch-box-cat a{
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: #000;
  border: 2px solid #D4E2FF;
  padding: 5px 8px;
  margin: 0 0 4px 0;
  border-radius: 20px;
  position: relative;
}
.column-arch-box-cat a+ a{
  margin: 0 0 4px 4px;
}
.column-arch-box-cat a{
  content: ;
}
.column-arch-box-cat a:hover{
  border: 2px solid ;
}
.column-arch-box-cat a:before{
  content: "#";
}
.column-btn{
  text-align: center;
}
.column-btn a{
  display: inline-block;
}
.cat{
  padding: 40px 0 70px;
  background: #EFF2F6;
}
.cat-in{
  background: #fff;
  padding: 38px 105px 45px 105px;
}
.cat-list{
}
.cat-list li{
  display: inline-block;
}
.cat-list li a{
  display: inline-block;
  font-size: 13px;
  border: 2px solid #D4E2FF;
  color: #000;
  padding: 2px 8px;
  border-radius: 20px;
  margin: 0 5px 10px 0;
}
.cat-list li a:before{
  content: "#";
}

.follow{
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: opacity 0.3s;
  z-index: 20;
}
.follow.visible {
  display: block;
  opacity: 1;
}
.follow.hidden {
  display: none;
  opacity: 0;
}
.follow-in{
  display: flex;
}
.follow-cv{
  opacity: 1;
  pointer-events: auto;
  margin: 0 16px 0 0;
}
.follow-totop{
}

.f{
  padding: 35px 0 20px;
  background: #012444;
}
.f-logo{
  margin: 0 0 12px;
}
.f-logo-listed{
  display: none;
}
.f-in{
  display: flex;
  justify-content: space-between;
}
.f-menu{
  display: flex;
}
.f-menu-ttl{
  color: #fff;
  margin: 0 0 10px;
}
.f-menu-in{
  display: block;
}
.f-menu-list{
  margin: 0 70px 0 0;
}
.f-menu-list li{
  position: relative;
  padding: 0 0 0 22px;
}
.f-menu-list li:before{
  content: "";
  width: 12px;
  height: 4px;
  background-image: url(../img/f-menu-bar.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
}
.f-menu-list li+ li{
  margin: 10px 0 0;
}
.f-menu-list a{
  color: #fff;
}
.f-menu-list a.blank{
  pointer-events: none;
  color: #bbb;
}
.f-menu-list-sp{
  display: flex;
}
.f-menu-exlink{
}
.f-menu-exlink li a{
  padding: 0 25px 0 0;
  position: relative;
}
.f-menu-exlink li:before{
  content: none;
}
.f-menu-exlink li a:after{
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/f-exlink-icon01.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  right: 0;
}
.f-cv{
}
.f-cv-bnr{
  margin: 0 0 18px;
}
.f-copyright{
  font-size: 12px;
  color: #818194;
}

.bread{
  background: #EFF2F6;
  padding: 20px 0;
}
.bread.bread-post{
  background: none;
}
.bread .wrap-l {
  display: flex;
}
.bread-link{
  font-size: 12px;
  color: #818194;
  position: relative;
  padding: 0 30px 0 0;
}
.bread-link+ .bread-link:before{
  content: '>';
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -20px;
}
.bread-link a {
  font-size: 12px;
  color: #000;
}
.c-arch{
  background: #EFF2F6;
  padding: 30px 0 50px;
  margin: 0 0 60px;
}
.c-arch-ttl{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 30px;
}
.c-arch-ttl h1{
  font-weight: bold;
}
.c-arch-txt{
  text-align: center;
  font-size: 16px;
}
.c-arch-list{
}
.c-arch-list-in{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-arch-list-box{
  width: 290px;
}
.b-service {
  padding: 60px 0;
}
.c-in+ .b-service {
  border-top: 2px solid #f2f2f2;
  margin: 30px 0 0;
}
.b-service-ttl{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 40px;
}
.c-arch-list-box-img{
  margin: 0 0 15px;
}
.c-arch-list-box-ttl{
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
.c-arch-list-box-date{
  font-size: 14px;
  color: #808080;
  margin: 0 0 5px;
}
.c-arch-list-box-cat {

}
.c-arch-list-box-cat a {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: #000;
  border: 2px solid #D4E2FF;
  padding: 5px 8px;
  margin: 0 0 4px 0;
  border-radius: 20px;
  position: relative;
}
.c-arch-list-box-cat a+ a{
  margin: 0 0 4px 4px;
}
.c-arch-list-box-cat a:before {
  content: "#";
}
.c-arch-list-pnav{
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  padding: 0 15px;
  margin: 0 0 90px;
}
.wp-pagenavi a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  color: #012444;
  margin: 0 5px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  background: #012444;
  color: #fff;
  margin: 0 5px;
}{
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  color: #012444;
}
.wp-pagenavi{
  text-align: center;
  padding: 0 15px;
}
.wp-pagenavi{
  text-align: center;
  padding: 0 15px;
}

.c-head {
  padding: 30px 0 40px;
  border-bottom: 1px solid #E5EDFF;
  margin: 0 0 40px;
}
.p-head{
  background: #EFF2F6;
}
.c-head-ttl{
  font-size: 37px;
  font-weight: bold;
}
.c-head-ttl h1{
  font-weight: bold;
}
.c-head-date{
  font-size: 14px;
}
.c-head-date-release{
  color: #040429;
}
.c-head-date-modified{
}
.c-in{
  display: flex;
  justify-content: center;
}
.c-main{
  max-width: 750px;
  margin: 0 36px 0 0;
}
.c-main-conts {
  margin: 0 0 30px;
}
.c-main-conts #toc_container {
  max-width: 100%;
  height: 390px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  border-left: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 0;
  padding: 30px 60px;
  margin-bottom: 80px;
  width: 100%;
  display: block;
  transition: .3s;
  position: relative;
}
.c-main-conts #toc_container.open {
  height: auto;
  border-bottom: 1px solid #E5E5E5;
}
.c-main-conts #toc_container:after {
  content: '';
  width: 100%;
  height: 240px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  transition: .3s;
  pointer-events: none;
}
.c-main-conts #toc_container.open:after{
  pointer-events: none;
  opacity: 0;
}
.c-main-conts #toc_open{
  width: 100px;
  display: inline-block;
  text-align: center;
  padding: 4px 30px 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  cursor: pointer;
  background-image: url(../img/toc-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 4px;
  background-size: 26px 26px;
}
.c-main-conts #toc_container.open #toc_open{
  display: none;
}
.c-main-conts #toc_container p.toc_title {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px;
  padding: 0;
}
.c-main-conts #toc_container p.toc_title:after{
  content: "読みたい項目からご覧いただけます。";
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 20px;
}
.c-main-conts #toc_container ul.toc_list{
  counter-reset: item;
}
.c-main-conts #toc_container ul.toc_list li{
  margin: 0 0 0 35px;
  position: relative;
}
.c-main-conts #toc_container ul.toc_list li+ li{
  margin: 15px 0 0 35px;
}
.c-main-conts #toc_container ul.toc_list li{
  margin: 0 0 0 35px;
  position: relative;
}
.c-main-conts #toc_container ul.toc_list li:before{
  counter-increment: item;
  content: counter(item)'.';
  width: auto;
  height: auto;
  background: none;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -35px;
}
.c-main-conts #toc_container .toc_list a{
  text-decoration: underline;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.c-main-conts p{
  margin: 40px 0;
  line-height: 1.8;
}
.c-main-conts img{
  max-width: 100%;
  height: auto;
}
.c-main-conts p a{
  display: inline-block;
  color: #3399CC;
  text-decoration: underline;
}
.c-main-conts a[target="_blank"]{
  display: inline;
  position: relative;
  padding: 0;
}
.c-main-conts a[target="_blank"]:after{
  content: "";
  display: inline-block;
  width: 26px;
  height: 18px;
  background-image: url(../img/exlink-icon01.png);
  background-repeat: no-repeat;
  background-size: 18px 15px;
  background-position: center 3px;
}
.c-main-conts h2{
  font-size: 32px;
  font-weight: bold;
  padding: 0 0 0 20px;
  border-left: 5px solid #558AFF;
  margin: 40px 0;
}
.c-main-conts h3{
  font-size: 20px;
  padding: 20px;
  font-weight: bold;
  background: #F1F6FF;
  margin: 40px 0 20px 0;
}
.c-main-conts h3+ p{
  margin: 20px 0 40px;
}
.c-main-conts h2:first-child,
.c-main-conts h3:first-child,
.c-main-conts p:first-child{
  margin: 0 0 40px;
}
.c-main-conts p:last-child{
  margin: 0px;
}
.c-main-conts .marker{
  font-weight: bold;
  background:linear-gradient(transparent 60%, #FFCCB8 60%);
}
.c-main-conts b{
  font-weight: bold;
}
.c-main-conts small{
  font-size: .9em;
}
.bg-wrap{
  padding: 25px 50px;
  background: #F6F9FF;
  border-top: 3px solid #558AFF;
  border-right: 1px solid #558AFF;
  border-left: 1px solid #558AFF;
  border-bottom: 1px solid #558AFF;
  margin: 0 0 40px;
}
.bg-wrap p{
  margin: 20px 0;
  line-height: 1.8;
}
.bg-wrap h2{
  padding: 0;
  border: 0;
  font-size: 18px;
  font-weight: bold;
  color: #558AFF;
  margin: 30px 0 20px;
}
.bg-wrap h3{
  font-size: 17px;
  padding: 0;
  font-weight: bold;
  background: none;
  margin: 30px 0 20px;
}
.c-main-conts .bg-wrap h2:first-child,
.c-main-conts .bg-wrap h3:first-child,
.c-main-conts .bg-wrap p:first-child{
  margin: 0 0 20px;
}
.c-main-conts .bg-wrap h3+ p {
  margin: 20px 0;
}
.c-main-conts ul{
  margin: 0 0 40px;
}
.c-main-conts ul li{
  padding: 0 0 0 25px;
  position: relative;
}
.c-main-conts ul li+ li{
  margin: 15px 0 0;
}
.c-main-conts ul li:before{
  content: "";
  width: 10px;
  height: 10px;
  background-color: #558AFF;
  border-radius: 5px;
  position: absolute;
  top: 6px;
  left: 5px;
}
.c-main-conts ol{
  margin: 0 0 40px;
  list-style: none;
  counter-reset: item;
}
.c-main-conts ol li{
  padding: 0 0 0 38px;
  position: relative;
}
.c-main-conts ol li+ li{
  margin: 15px 0 0;
}
.c-main-conts ol li:before{
  counter-increment: item;
  content: counter(item);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #558AFF;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -1px;
  left: 0;
}
blockquote{
  background-color: #EFF2F6;
  padding: 30px 25px;
  margin: 0 0 40px;
}
table{
  width: 100%;
  border: 1px solid #E5EDFF;
  border-collapse: collapse;
  margin: 0 0 40px;
}
table th,
table td{
  border: 1px solid #E5EDFF;
  padding: 10px 15px;
}
table th{
  align-items: center;
  background-color: #EFF2F6;
  font-weight: bold;
}
.related{
  margin: 40px 0;
}
.related a {
  display: block;
  width: 100%;
  padding: 15px 40px 35px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 10px 0 rgba(85, 133, 255, .2);
}
.related-ttl{
  font-weight: bold;
  color: #558AFF;
  display: block;
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 10px;
}
.related-ttl:before{
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/embed-icon.png);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.related-in{
  display: flex;
}
.related-img{
  width: 180px;
  margin: 0 28px 0 0;
}
.related-img img{
  width: 100%;
  height: auto;
}
.related-info{
  display: block;
  width: calc(100% - 208px);
  color: #000;
}
.related-info-ttl{
  display: block;
  font-weight: bold;
  line-height: 2;
  text-decoration: underline;
  margin: 0 0 10px;
}
.related-info-txt{
  display: block;
  font-size: 14px;
}

.c-main-cat ul{
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}

.c-main .c-main-cat li a{
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  border: 2px solid #D4E2FF;
  padding: 5px 8px;
  color: #000;
  margin: 0 0 4px 0;
  border-radius: 20px;
  position: relative;
}
.c-main .c-main-cat li a:before{
  content: "#";
}
.c-main .c-main-cat ul li{
  padding: 0;
}
.c-main .c-main-cat ul li+ li{
  margin: 0 0 0 8px;
}
.c-main-info{
  margin: 0 0 50px;
  display: flex;
  justify-content: space-between;
}
.c-main-info-sns{
}
.c-main-info-sns ul{
  display: flex;
  justify-content: space-between;
}
.c-main .c-main-info-sns ul li{
  padding: 0;
}
.c-main .c-main-info-sns ul li+ li{
  margin: 0 0 0 15px;
}

.copy-btn{
  position: relative;
  cursor: pointer;
}
.tooltip::before {
  content: 'コピーしました';
  background: #000;
  display: inline-block;
  color: #fff;
  border-radius: .4rem;
  position: absolute;
  left: 50%;
  bottom: -.8rem;
  transform: translate(-50%, 0);
  font-size: .75rem;
  padding: 4px 20px 6px 20px;
  animation: fade-tooltip .5s 2s 1 forwards;
}
@keyframes fade-tooltip {
to { opacity: 0; }
}

.c-main-writer{
  padding: 25px 65px;
  border: 1px solid #E5E5E5;
  margin: 0 0 60px;
  display: flex;
  justify-content: center;
}
.c-main-writer-img {
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin: 0 25px 0 0;
}
.c-main-writer-img img{
  width: 110px;
  height: auto;
}
.c-main-writer-info{
  width: calc(100% - 135px);
}
.c-main-writer-info-name{
  font-size: 16px;
  font-weight: bold;
}
.c-main-writer-info-name span{
  color: #558AFF;
}
.c-main-writer-info-txt{
  font-size: 14px;
}
.c-main-pager{
}
.c-main-pager-box.prev{
}
.c-main-pager-box-img{
}
.c-main-pager-box-ttl{
}
.c-main-pager-icon{
}
.c-main-pager-box.next{
}
.primary-pager{
  display: block;
  height: 132px;
  padding: 40px 0;
  border-top: 1px solid #D9D9D9;
  position: relative;
}
.primary-pager-item{
  max-width: 340px;
  width: 100%;
}
.primary-pager-item-box{
  display: flex;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0 0 35px;
}
.primary-pager-item-box:before{
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/pager-nav-arrow.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  position: absolute;
  left: 0;
  top: calc(50% - 12.5px);
}
.primary-pager-item-box-img{
  display: block;
  width: 122px;
  margin: 0 10px 0 0;
}
.primary-pager-item-box-img img{
  max-width: 100%;
  height: auto;
}
.primary-pager-item-box-ttl{
  display: block;
  width: calc(100% - 130px);
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.primary-pager-item-box-ttl a{
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.primary-pager-item.home{
  max-width: 60px;
  position: absolute;
  top: calc(50% - 27px);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.primary-pager-item.home img{
  width: 27px;
  height: 27px;
}
.primary-pager-item.next{
  position: absolute;
  top: 40px;
  right: 0;
}
.primary-pager-item.prev{
  position: absolute;
  top: 40px;
  left: 0;
}
.next .primary-pager-item-top{
  text-align: right;
  padding: 0 34px 0 0;
}
.next .primary-pager-item-box{
  flex-direction: row-reverse;
  padding: 0 35px 0 0;
}
.next .primary-pager-item-box:before{
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/pager-nav-arrow.png);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  position: absolute;
  left: auto;
  right: 0;
  top: calc(50% - 12.5px);
}
.next .primary-pager-item-box-img{
  margin: 0 0 0 8px;
}
.c-main-recommend{
  margin: 0 0 100px;
}
.c-main-recommend-ttl{
  background: #F1F6FF;
  padding: 10px 15px; 
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
}
.c-main-recommend-in{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-main-recommend-box{
  width: 236px;
  margin: 0 20px 20px 0;
}
.c-main-recommend-box:nth-child(3n){
  margin: 0 0 20px 0;
}
.c-main-recommend-box-img{
  display: block;
  margin: 0 0 10px;
}
.c-main-recommend-box-img img{
  max-width: 100%;
}
.c-main-recommend-box-ttl{
  display: block;
  font-size: 14px;
  font-weight: bold;f
  color: #000;
}
.c-side{
  width: 350px;
  margin: 0 0 40px;
}
.c-side-service{
  margin: 0 0 40px;
}
.c-side-service-bnr{
  margin: 0 0 20px;
}
.c-side-pop{
  margin: 0 0 40px;
}
.c-side-pop-ttl{
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 50px;
  margin: 0 0 20px;
  position: relative;
}
.c-side-pop-ttl:before{
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/rp-icon.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: absolute;
  top: -7px;
  left: 0;
}
.c-side-pop-in{

}
.c-side-pop-box{
  margin: 0 0 10px;
}
.c-side-pop-box a{
  display: flex;
  color: #000;
}
.c-side-pop-box-img{
  display: block;
  width: 142px;
  height: 96px;
  margin: 0 15px 0 0;
}
.c-side-pop-box-img img{
  max-width: 100%;
  height: auto;
}
.c-side-pop-box-ttl{
  display: block;
  width: calc(100% - 157px);
  font-size: 14px;
  font-weight: bold;
}
.c-side-cat{
}
.c-side-cat-ttl{
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 50px;
  margin: 0 0 20px;
  position: relative;
}
.c-side-cat-ttl:before{
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/search-icon.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: absolute;
  top: -7px;
  left: 0;
}
.c-side-cat-list{
  display: flex;
  flex-wrap: wrap;
}
.c-side-cat-list li{
  margin: 0 4px 4px 0;
}
.c-side-cat-list li a{
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: #000;
  border: 2px solid #D4E2FF;
  padding: 5px 8px;
  margin: 0 0 4px 0;
  border-radius: 20px;
  position: relative;
}
.c-side-cat-list li a:before {
  content: "#";
}
.c-side-cat-list.behind{
  display: none;
}
.c-side-cat-btn{
  padding: 10px 0;
  cursor: pointer;
}
.c-side-cat-btn:hover{
  opacity: .8;
}
.c-side-cat-btn img {
  width: 155px;
  height: 50px;
}

.behind{
}

.contact {
  padding: 60px 0;
}
.thanks{
  padding: 30px 0 60px;
}
.contact-bnr{
  margin: 0 0 30px;
}
.thanks .contact-bnr{
  margin: 0 0 60px;
}
.contact-lead{
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}
.contact-lead p {
  font-size: 40px;
}

.contact-lead .attention{
  color: #EE562C;
}
.contact-lead-thanks{
  max-width: 640px;
  text-align: left;
  margin: 60px auto;
}
.contact-lead-thanks p+ p{
  margin: 30px 0 0;
}
.contact-flow{
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}
.contact-flow-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  background: #fff;
  color: #ccc;
  border: 1px solid #ccc;
  font-weight: bold;
}
.contact-flow-icon+ .contact-flow-icon{
  margin: 0 0 0 32px;
}
.contact-flow-icon:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #ccc;
  border-right: 0;
  position: absolute;
  top: 14px;
  right: -25px;
}
.contact-flow-icon:nth-child(3):before{
  content: none;
}
.contact-flow-icon.done:before{
  border-left: 14px solid #012444;
}
.done{
  background: #012444;
  border: 1px solid #012444;
  color: #fff;
}
.yet{
}
.contact-form {
  margin: 0 0 30px;
}
.contact-form-item{
  display: flex;
  margin: 0 0 25px;
}
.contact-form-item-ttl{
  width: 250px;
  font-weight: bold;
}
.required-icon {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 4px 5px 3px;
  color: #fff;
  background: #558AFF;
  margin: 0 0 0 4px;
}
.optional-icon{
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 4px 5px 3px;
  color: #fff;
  background: #818194;
  margin: 0 0 0 4px;
}
.contact-form-item-input{
  width: calc(100% - 250px);
}
.contact-form-item-input-note{
  font-size: 14px;
}
.contact-form-item-input input{
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #D9D9D9;
}
.contact-form-item-input textarea{
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  height: 210px;
  border: 1px solid #D9D9D9;
  resize: vertical;
}
.contact-form-item-input select{
  width: 340px;
  border-radius: 4px;
  background: #EFF2F6;
  padding: 15px;
  border: 0;
}
.pref-wrap{
}
.wpcf7-list-item {
  padding: 10px;
}
.contact-form-item-input-checkbox input[type=checkbox] {
  display: none;
}
input[type=checkbox]+ .wpcf7-list-item-label {
  font-weight: bold;
  padding: 0 0 0 28px;
  position: relative
}
input[type=checkbox]+ .wpcf7-list-item-label:before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../img/conatct-checkbox.png);
  background-repeat: no-repeat;
  background-size: 19px 19px;
  position: absolute;
  top: 0;
  left: 0;
}
input[type=checkbox]:checked+ .wpcf7-list-item-label:before {
  background-image: url(../img/conatct-checkbox-check.png);
  background-repeat: no-repeat;
  background-size: 19px 19px;
}
.contact-form-agreement{
  margin: 0 0 5px 250px;
}
.contact-form-agreement .wpcf7-list-item-label a {
  color: #000;
  text-decoration: underline;
}
input[type=checkbox]:checked+ .wpcf7-list-item-label,
input[type=checkbox]:checked+ .wpcf7-list-item-label a {
  color: #558AFF;
}
.confirm .contact-form-item {
  margin: 0 0 35px;
}
.confirm .contact-form-item-input {
  padding: 0 0 0 30px;
}
.confirm .contact-form-agreement {
  padding: 0 0 0 25px;
}
input.wpcf7-form-control.wpcf7-previous{
  border: none;
  background: none;
  text-decoration: underline;
  position: relative;
}
.back-btn {
  text-align: center;
  margin: 40px 0 0;
}
.back-btn label{
  padding: 0 0 0 20px;
  position: relative;
}
.back-btn label:before{
  content: "";
  width: 8px;
  height: 12px;
  background-image: url(../img/form-back-arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 12px;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}

.contact-btn{
  text-align: center;
}

.contact-btn button{
  display: block;
  background: none;
  border: none;
  margin: 0 auto;
}


/* lp1 */

.bread.bread-lp {
  background: none;
}
.bread-lp a {
  color: #fff;
}
.bread-lp .bread-link+ .bread-link:before {
  content: '>';
  color: #fff;
}
.lp-mv {
  padding: 0 0 100px;
  background-image: url(../img/lp1-mv-bg.png);
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0 20px;
  overflow-x: hidden;
}
.ds-mv {
  background-image: url(../img/lp1-mv-bg.png);
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}
.ns-mv {
  background-image: url(../img/ns-mv01-pc.png);
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}
.lp-mv-wrap{
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 10px 0;
  position: relative;
}
.lp-mv-main-txt {
  font-size: 20px;
  margin: 0 0 20px;
  color: #fff;
  font-weight: bold;
}
.lp-mv-main-img{
  position: absolute;
  top: 30px;
  right: -80px;
}

.lp-lead{
  width: calc(100% - 40px);
  margin: 0 auto;
  background: #EEF3FF;
  padding: 50px 0;
  text-align: center;
  border-radius: 15px;
}
.lp-lead-txt {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 20px;
}
.lp-lead-txt span {
  color: #558AFF;
}
.lp-lead-cv{
}
.lp-lead-cv a img{
  max-width: 100%;
  height: auto;
}
.lp-nav {
  padding: 80px 0 90px;
  text-align: center;
}
.lp-nav-ttl {
  font-size: 48px;
  font-weight: bold;
}
.lp-txt-mk{
  text-decoration: underline;
  text-underline-offset: -0.1em;
  text-decoration-thickness: 0.3em;
  text-decoration-color: rgba(255, 255, 139, 1);
  text-decoration-skip-ink: none;
  font-weight: bold;
}
.lp-nav-txt{
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
}
.lp-nav-list{
  display: flex;
  justify-content: center;
}
.lp-nav-list a+ a{
  margin: 0 0 0 14px;
}
.lp-cloud{
  background: #EEF3FF;
}
.lp-cloud-ttl{
  width: 100%;
  box-sizing: border-box;
  background-image: url(../img/lp-ttl-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 50px 10px 42px;
}
.wrap-m{
}
.lp-cloud-lead{
  padding: 80px 0;
  text-align: center;
}
.lp-cloud-lead-ttl{
  text-align: center;
  margin: 0 0 50px 
}
.lp-cloud-lead-ttl span{
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background: #1A3173;
  padding: 25px 50px;
  position: relative;
}
.lp-cloud-lead-ttl span:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
  border-top: 30px solid #1A3173;
  border-bottom: 0;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lp-cloud-lead-txt{
  font-size: 18px;
  margin: 0 0 45px;
}
.lp-cloud-lead-img{
  padding: 0 0 160px;
  position: relative;
}
.lp-cloud-lead-img img{
  max-width: 100%;
  height: auto;
}
.lp-cloud-lead-img:after{
  content: "";
  width: 272px;
  height: 92px;
  background-image: url(../img/lp1-big-arrow.png);
  background-size: 272px 92px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lp-cloud-plan{
  padding: 0 0 80px;
}
.lp-cloud-plan-ttl{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}
.lp-cloud-plan-ttl span{
  color: #558AFF;
}
.lp-cloud-plan-bridge{
  text-align: center;
  margin: 0 0 25px;
}
.lp-cloud-plan-bridge span{
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
.lp-cloud-plan-bridge span:before{
  content: "";
  width: 25px;
  height: 36px;
  background-image: url(../img/bridge-icon.png);
  background-size: 25px 36px;
  background-position: center top;
  position: absolute;
  left: -45px;
  top: 8px;
}
.lp-cloud-plan-bridge span:after{
  content: "";
  width: 25px;
  height: 36px;
  background-image: url(../img/bridge-icon.png);
  background-size: 25px 36px;
  background-position: center top;
  transform: scale(-1, 1);
  position: absolute;
  right: -45px;
  top: 8px;
}
.lp-cloud-plan-list{
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}
.lp-cloud-plan-list-box{
  width: calc((100% - 20px) / 3);
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 5px 0 rgba(85, 138, 255, .2);
}
.lp-cloud-plan-list-box+ .lp-cloud-plan-list-box{
  margin: 0 0 0 10px;
}
.lp-cloud-plan-list-box-ttl{
  background: #558AFF;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  padding: 25px 10px;
}
.lp-cloud-plan-list-box-in{
  padding: 25px 0;
}
.lp-cloud-plan-list-box-logo{
  margin: 0 0 10px;
}
.lp-cloud-plan-list-box-img{
  margin: 0 0 20px;
}
.lp-cloud-plan-list-box-img img{
  max-width: 100%;
  height: auto;
}
.lp-cloud-plan-list-box-txt{
}
.lp-cloud-plan-list-box-note{
  padding: 0 25px;
  margin: 8px 0 0;
  font-size: 12px;
  text-align: left;
}
.lp-cloud-plan-more{
  display: flex;
  justify-content: center;
}
.lp-cloud-plan-more-box{
  max-width: calc((100% - 15px) / 3);
  position: relative;
}
.lp-cloud-plan-more-box+ .lp-cloud-plan-more-box:before{
  content: "";
  width: 46px;
  height: 46px;
  background-image: url(../img/lp-plus-icon.png);
  background-repeat: no-repeat;
  background-size: 46px 46px;
  position: absolute;
  left: -23px;
  top: calc(50% - 23px);
}
.lp-cloud-plan-more-box img{
  max-width: 100%;
  height: auto;
}
.lp-members img{
  width: 100%;
  height: auto;
}
.lp-cv{
  padding: 50px 0 100px;
}
.lp-cv-ttl{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}
.lp-cv-ttl span{
  color: #558AFF;
}
.lp-cv-link{
  display: flex;
  justify-content: center;
}
.lp-cv-link-btn{
  max-width: calc((100% - 40px) / 2);
}
.lp-cv-link-btn+ .lp-cv-link-btn{
  margin: 0 0 0 40px;
}
.lp-cv-link-btn img{
  max-width: 100%;
  height: auto;
}
.lp-dx{
  background: #E5EDFF;
  width: 100%;
  position: relative;
  padding: 0 0 100px;
  margin: 0;
}
/* .lp-dx:after{
  content: "";
  width: 0;
  height: 0;
  border-top: 100px solid #E5EDFF;
  border-left: 49.3vw solid transparent;
  border-right: 49.3vw solid transparent;
  transform: translateX(-50%);
  position: absolute;
  bottom: -100px;
  left: 50%;
  margin: 0 auto;
  z-index: 1;
} */
.lp-dx-ttl{
  width: 100%;
  box-sizing: border-box;
  background-image: url(../img/lp-ttl-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 50px 10px 42px;
}
.lp-dx-lead{
  padding: 80px 0 60px;
}
.lp-dx-lead-ttl{
  text-align: center;
  padding: 30px 0 0;
}
.lp-dx-lead-ttl span{
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 50px;
  background: #1A3173;
  padding: 25px 50px;
  position: relative;
}
.lp-dx-lead-ttl span:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
  border-top: 30px solid #1A3173;
  border-bottom: 0;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lp-dx-lead-txt{
  font-size: 18px;
  text-align: center;
  margin: 0 0 45px;
}
.lp-dx-lead-img{
}
.lp-dx-lead-img img{
  max-width: 100%;
  height: auto;
}
.lp-dx-md{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.lp-dx-md-box{
  width: calc((100% - 60px) / 3);
  margin: 0 30px 25px 0;
  background: #fff;
  text-align: center;
  padding: 25px 0 30px;
  box-shadow: 0px 0px 5px 0 rgba(85, 138, 255, .2);
}
.lp-dx-md-box:nth-child(3n){
  margin: 0 0 25px;
}
.lp-dx-md-box-img{
  margin: 0 0 15px;
}
.lp-dx-md-box-ttl{
  font-size: 22px;
  font-weight: bold;
}
.lp-dx-md-box-ttl span{
  color: #558AFF;
}
.lp-dx-pro{
  padding: 45px 0 60px;
}
.lp-dx-pro-ttl{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.lp-dx-pro-box{
  width: 100%;
  box-sizing: border-box;
  padding: 45px 70px 60px 34%;
  background: #fff;
  position: relative;
}
.lp-dx-pro-box-img{
  width: 21%;
  position: absolute;
  top: 12px;
  left: 7%;
}
.lp-dx-pro-box-img img{
  width: 100%;
  height: auto;
}
.lp-dx-pro-box-in{
}
.lp-dx-pro-box-ttl{
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
}
.lp-dx-pro-box-ttl span{
  color: #558AFF;
}
.lp-dx-pro-box-txt{
}
.lp-dx-pro-box-txt span{
  font-weight: bold;
}
.lp-paper{
  background: #F5F5F5;
  width: 100%;
  position: relative;
  padding: 0 0 90px;
  margin: 0 0 150px;
}
.lp-paper:after{
  content: "";
  width: 0;
  height: 0;
  border-top: 100px solid #F5F5F5;
  border-left: 49.3vw solid transparent;
  border-right: 49.3vw solid transparent;
  transform: translateX(-50%);
  position: absolute;
  bottom: -100px;
  left: 50%;
  margin: 0 auto;
  z-index: 1;
}
.lp-paper-scan{
  margin: 50px 0 60px;
}
.lp-paper-scan-target{
  margin: 0 0 60px;
}
.lp-paper-scan-target-ttl{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.lp-paper-scan-target-in{
  display: flex;
  justify-content: space-between;
}
.lp-paper-scan-target-box{
  width: calc((100% - 45px) / 4);
}
.lp-paper-scan-target-box-img{
  width: 100%;
  margin: 0 0 20px;
}
.lp-paper-scan-target-box-img img{
  width: 100%;
  height: auto;
}
.lp-paper-scan-target-box-txt{
  text-align: center;
}
.lp-paper-scan-flow{
}
.lp-paper-scan-flow-in{
  display: flex;
  background: #fff;
  padding: 20px 0;
  margin: 0 0 10px;
}
.lp-paper-scan-flow-box{
  width: calc((100% - 4px) / 3);
  box-sizing: border-box;
  text-align: center;
  border-right: 2px solid #040429;
  position: relative;
  padding: 20px 0;
}
.lp-paper-scan-flow-box:after{
  content: "";
  width: 36px;
  height: 52px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #040429;
  position: absolute;
  top: calc(50% - 26px);
  right: -36px;
}
.lp-paper-scan-flow-box:nth-child(3){
  border: 0;
}
.lp-paper-scan-flow-box:nth-child(3):after{
  content: none;
  width: 0;
  height: 0;
  background: none;
}
.lp-paper-scan-flow-box-ttl{
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
}
.lp-paper-scan-flow-box-ttl span{
  display: inline-block;
  position: relative;
}
.lp-paper-scan-flow-box-ttl span:after{
  content: "※";
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 3px;
  right: -1em;
}
.lp-paper-scan-flow-box-txt{

}
.lp-paper-scan-flow-note{
  font-size: 14px;
  letter-spacing: -0.025em;
}

.lp-more{
  margin: 0 0 80px;
}
.lp-more-ttl{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 35px;
}
.lp-more-ttl span{
  color: #558AFF;
}
.lp-more-in{
  display: flex;
  flex-wrap: wrap;
}
.lp-more-box{
  width: calc((100% - 20px) / 2);
  background-color: #fff;
  margin: 0 20px 25px 0;
  text-align: center;
  box-shadow: 0px 0px 5px 0 rgba(85, 138, 255, .2);
}
.lp-more-box:nth-child(2n){
  margin: 0 0 25px 0;
}
.lp-more-box-img{
  width: 100%;
  margin: 0 0 30px;
}
.lp-more-box-img img{
  width: 100%;
  height: auto;
}
.lp-more-box-ttl{
  padding: 0 35px;
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: bold;
}
.lp-more-box-txt{
  padding: 0 35px 30px;
  text-align: left;
}
.lp-voice{
  padding: 80px 10px;
  background-image: url(../img/usersvoice-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.lp-voice-ttl{
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 35px;
  text-align: center;
}
.lp-voice-in{
}
.lp-voice-box{
  width: 75%;
  padding: 35px 30px;
  box-sizing: border-box;
  background: #fff;
  margin: 0 0 10px 25%;
  position: relative;
}
.lp-voice-box:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 45px solid #fff;
  border-left: 0;
  position: absolute;
  left: -40px;
  top: calc(50% - 22px);
}
.lp-voice-txt{
  font-size: 18px;
  margin: 0 0 12px;
}
.lp-voice-info{
  display: inline-block;
  border-radius: 20px;
  background: #558AFF;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 5px 25px;
}
.lp-voice-box:before{
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  top: calc(50% - 55px);
  left: -200px;
}
.voice-box1:before{
  background-image: url(../img/users-icon01.png);
  background-size: 110px 110px;
  background-repeat: no-repeat;
}
.voice-box2:before{
  background-image: url(../img/users-icon02.png);
  background-size: 110px 110px;
  background-repeat: no-repeat;
}
.voice-box3:before{
  background-image: url(../img/users-icon03.png);
  background-size: 110px 110px;
  background-repeat: no-repeat;
}
.voice-box4:before{
  background-image: url(../img/users-icon04.png);
  background-size: 110px 110px;
  background-repeat: no-repeat;
}
.voice-box5:before{
  background-image: url(../img/users-icon05.png);
  background-size: 110px 110px;
  background-repeat: no-repeat;
}
.lp-nationwide{
  padding: 80px 0 60px;
}
.lp-nationwide-ttl{
  font-size: 48px;
  font-weight: bold;
}
.lp-nationwide-ttl span{
  color: #558AFF;
}
.lp-nationwide-img{
  margin: -150px 0 15px 0;
  text-align: right;
}
.lp-nationwide-note{
  font-size: 14px;
}

.b-service-in{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b-service-box {
  width: calc((100% - 20px) / 2);
  margin: 0 0 20px;
}
.b-service-box a{
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  background: #EFF2F6;
  position: relative;
}
.b-service-box a:after{
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/b-service-tri.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.b-service-box-img{
  width: 100px;
  margin: 0 20px 0 0;
}
.b-service-box-ttl{
  width: calc(100% - 120px);
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.b-service-box-ttl span{
  color: #558AFF;
}

.content-bnr{
  text-align: center;
  margin: 20px 0;
}
.content-bnr a{
  display: inline-block;
}

.lp-trouble{
  padding: 90px 0 80px;
}
.lp-trouble-ttl{
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 0 50px;
}
.lp-trouble-item{
  display: flex;
  justify-content: center;
}
.lp-trouble-item-box{
  text-align: center;
}
.lp-trouble-item-box-ttl{
  font-size: 20px;
  font-weight: bold;
  min-height: 4.8em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-trouble-item-box-ttl-in{
}
.lp-trouble-item-box-ttl-in span{
  color: #21B58A;
}
.lp-trouble-item-box-img{
}
.lp-network{
  padding: 0 0 70px;
  background: #EFF2F6;
}
.lp-network-sub{
  width: 190px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #21B58A;
  padding: 10px 0 5px;
  margin: 0 auto 40px;
  position: relative;
  top: -15px;
}
.lp-network-sub:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 95px solid transparent;
  border-left: 95px solid transparent;
  border-top: 34px solid #21B58A;
  border-bottom: 0;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lp-network-ttl{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
.lp-network-ttl span{
  color: #21B58A;
  background: linear-gradient(transparent 70%, #FFFF8B 50%);
}
.lp-network-img{
  text-align: center;
}
.lp-achievements{
  padding: 70px 0;
}
.lp-achievements-img{
  text-align: center;
}
.lp-wycd{
  background: #EFF2F6;
  padding: 0 0 80px;
}
.lp-wycd-ttl{
  width: 100%;
  box-sizing: border-box;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  padding: 50px 10px 42px;
  text-align: center;
  background-image: url(../img/lp-ttl-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 80px;
}
.lp-wycd-factor{
  display: flex;
  justify-content: space-between;
}
.lp-wycd-factor+ .lp-wycd-factor{
  margin: 80px 0 0;
}
.lp-wycd-factor:nth-child(2n){
  flex-direction: row-reverse;
}
.lp-wycd-factor-box{
  max-width: 480px;
}
.lp-wycd-factor-box-head{
  margin: -36px 0 18px;
}
.lp-wycd-factor-box-ttl{
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 30px;
}
.lp-wycd-factor-box-txt{
}
.lp-wycd-factor-img{
  max-width: 540px;
}
.lp-wycd-feature{
  max-width: 980px;
  box-sizing: border-box;
  background: #fff;
  padding: 50px 15px;
  margin: 60px auto 0;
  box-shadow: 0 0 5px rgba(85,134,255,.2);
}
.lp-wycd-feature-ttl{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.lp-wycd-feature-list{
  max-width: 680px;
  margin: 0 auto;
}
.lp-wycd-feature-list li{
  padding: 10px 0 10px 40px;
  position: relative;
}
.lp-wycd-feature-list li:before{
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../img/ns-check-icon.png);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
}
.lp-wycd-feature-list li span{
  font-weight: bold;
  background: linear-gradient(transparent 70%, #FFFF8B 50%);
}
.lp-fairprice{
  padding: 80px 0 70px;
}
.lp-fairprice-in{
  display: flex;
}
.lp-fairprice-info{
  width: 420px;
  margin: 0 50px 0 0;
}
.lp-fairprice-info-sub{
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  background: #1A3173;
  padding: 10px;
  margin: 0 0 20px;
  border-radius: 3px;
}
.lp-fairprice-info-sub:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #1A3173;
  border-bottom: 0;
  border-radius: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lp-fairprice-info-ttl{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}
.lp-fairprice-info-ttl span{
  color: #21B58A;
  background: linear-gradient(transparent 70%, #FFFF8B 50%);
}
.lp-fairprice-info-ttl span.b-s{
  color: #000;
  background: none;
}
.ns .support {
  border-bottom: 2px solid #f2f2f2;
}


/* security solution */
.security-solution-wrapper {
  max-width: 100%;
  margin: auto;
}

.security-main-visual {
  background-image: url(../img/ss-mv-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 590px;
  position: relative;
}

.security-main-catch {
  max-width: 1130px;
  margin: auto;
  padding: 30px 15px 0;
}

.mv-trial{
  display: inline-block;
  position: absolute;
  bottom: 75px;
  right: 90px;
}
.mv-trial-sp{
  display: none;
}

.security-main-p {
  margin: 25px 0;
  font-size: 20px;
  font-weight: bold;
}

.security-section2 {
  /* Permalink - use to edit and share this gradient. パーマリンク - このグラデーションの編集や共有に使用します: https://colorzilla.com/gradient-editor/#9da7b3+0,ededed+0,9da7b3+0,ffffff+100 */
  background: linear-gradient(to bottom, #9da7b3 0%, #ededed 0%, #9da7b3 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  ;
  padding-top: 100px;
}

.security-subtitille {
  text-align: center;
}

.s-b-1 {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
}

.s-b-2 {
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}

.s-b-2 span {
  color: #6189F7;
}

.cyber-damage {
  max-width: 1100px;
  margin: auto;
}

.cyber-damage img {
  width: 100%;
}

.cyber-exhibition {
  max-width: 1100px;
  margin: auto;
  margin-top: 10px;
  font-size: 14px;
}

.cyber-exhibition span {
  color: #6189F7;
}

.cyber-exhibition a {
  text-decoration: underline;
  color: #6189F7;
}

.security-main-visual .bread-lp{
  color: #818194;
}
.security-main-visual .bread-lp a {
  color: #000;
}

.security-main-visual .bread-lp .bread-link+ .bread-link:before {
  color: #000;
}

.security-subtitille2 {
  padding: 80px 0 40px;
}

.security-subtitille2 p {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

.security-subtitille2 p span {
  color: #6189F7;

}

.security-section3 {
  max-width: 1100px;
  margin: auto;
}

.cyber-disadvantage-text {
  background-image: url(../img/orange-check.png);
  background-repeat: no-repeat;
  background-position: 45px 0px;
  padding: 7px 0 7px 85px;
  text-align: left;
  max-width: 300px;
  margin: auto;
  margin-bottom: 10px;
}

.security-section3-list {
  margin-bottom: 80px;
}

.cyber-disadvantage-text span {
  font-weight: bold;
}

.security-section4 {
  background-color: #F2F3F7;
}

.security-subtitille4 {
  padding: 80px 0 40px;
}

.security-subtitille4 p {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

.security-subtitille4-p1 {
  font-size: 20px !important;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.security-subtitille4 span {
  color: #6189F7;
  text-decoration: underline;
  text-underline-offset: -0.1em;
  text-decoration-thickness: 0.3em;
  text-decoration-color: rgba(255, 255, 139, 1);
  text-decoration-skip-ink: none;
}

.security-required {
  max-width: 748px;
  margin: auto;
}

.security-block {
  max-width: 800px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.security-block img {
  width: 100%;
}

.where-to-start-wrapper {
  position: relative;
}

.where-to-start {
  max-width: 100%;
  margin: auto;
}

.where-to-start img {
  width: 100%;
}

.where-to-start-p {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  font-size: 2vw;
  font-weight: bold;
  color: #fff;
}

.security-section5 {
  background-image: url(../img/security-section5-bg.png);
  background-size: 100%;
  background-position: -382px -50px;
  padding-bottom: 60px;
}

.security-subtitille5 {
  padding: 100px 0 0 0;
}

.optimal-plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1750px;
  margin: auto;
  padding: 0;
}
.optimal-plan-list{
  width: calc((100% - 20px) / 2);
  margin: 110px 0 30px;
  position: relative;
}
.optimal-plan-list-in {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 60px 30px 50px;
  position: relative;
  background: #fff;
  box-shadow : 0px 0px 10px rgba(95, 128, 220, 0.2);
  z-index: 2;
}
.optimal-plan-list::before{
  content: "";
  width: 194px;
  height: 194px;
  border-radius: 97px;
  background: rgba(255,255,255,1);
  box-shadow : 0px 0px 10px rgba(95, 128, 220, 0.2);
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.optimal-plan-list:nth-child(2n) {
  margin: 110px 0 30px 20px;
}

.optimal-plan-list-icon {
  width: 194px;
  height: 194px;
  border-radius: 97px;
  box-sizing: border-box;
  padding: 20px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #fff;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.optimal-plan-list-img{
  text-align: center;
  margin: 0 0 30px;
  position: relative;
  z-index: 2;
}
.optimal-plan-list-img img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.optimal-plan-list-wording {
  position: relative;
  z-index: 2;
}

.optimal-plan-list-titlle {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.optimal-plan-list-titlle span {
  color: #6189F7;
}

.optimal-plan-list-p {
  max-width: 460px;
  margin: auto;
}

.optimal-plan-list-p span{
  font-weight: bold;
}

.security-section6 {
  background: linear-gradient(90deg, #CED3D9 0%, #CED3D9 50%, #D8EFFD 50%, #D8EFFD 100%);
  padding: 60px 0 80px;
}

.introduction {
  display: flex;
  justify-content: space-between;
  font-size: 25px;
  font-weight: bold;
  max-width: 850px;
  margin: auto;
  margin-bottom: 30px;
}

.introduction-left,
.introduction-right {
  padding: 0px 76px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
}

.introduction-left {
  background-color: #012444;
}

.introduction-right {
  background-color: #F49213;
}

.security-section6-ttl span {
  margin-bottom: 40px;
}

.Security-introduction {
  width: calc(100% - 30px);
  max-width: 1100px;
  margin: auto;
}

.Security-introduction-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.Security-introduction-item {
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 480px;
  height: 210px;
  padding: 0 30px;
  box-sizing: border-box;
}

.Security-introduction-item:last-of-type {
  border: solid 2px #5F8AFA;
}

.Security-introduction-arrow {
  max-width: 100%;
  margin: 0 20px;
}

.Security-introduction-arrow img {
  width: 100%;
}

.Security-introduction-item-img {
  max-width: 100%;
  margin-right: 20px;
}

.Security-introduction-item-img-img {
  width: 100%;
}

.Security-introduction-item-p {
  letter-spacing: -0.7px;
}
@media screen and (max-width: 1090px) {
  .Security-introduction-item {
    padding: 0 15px;
  }
  .Security-introduction-item-p {
    font-size: 15px;
  }
}

.Security-introduction-item-p span {
  font-weight: bold;
}
.Security-introduction-item-p .marker {
  background: linear-gradient(transparent 50%, #FFFF00 50%);
  font-weight: bold;
}

.security-section7 {
  background-image: url(../img/section7-bg.jpeg);
  background-size: cover;
  padding: 90px 0;
}

.security-section7-titlle {
  font-size: 48px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
}

.security-section7-titlle span {
  color: #F49213;
}

.security-section7-inner {
  width: calc(100% - 30px);
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
}

.security-section7-band {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F49213;
  margin-bottom: 20px;
}

.Free-campaign {
  max-width: 130px;
  font-size: 32px;
}

.Free-campaign img {
  width: 100%;
}

.security-section7-band-inner {
  min-width: 500px;
  position: relative;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.security-section7-band-inner:before{
  content: "";
  width: 129px;
  height: 127px;
  background-image: url(../img/Free-campaign.png);
  background-repeat: no-repeat;
  background-size: 129px 127px;
  position: absolute;
  top: -12px;
  left: -139px;
}

.security-section7-inner+ .security-section7-inner{
  margin: 15px auto 0;
}
.security-section7-band-inner p {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

.Free-diagnosis {
  max-width: 780px;
  margin: auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Free-diagnosis-left {
  width: 70%;
}

.Free-diagnosis-right {
  width: 30%;
  text-align: center;
}

.Free-diagnosis-left-p1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.Free-diagnosis-left-p2 {
  font-weight: 500;
}

.Free-diagnosis-1 {
  max-width: 780px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 50px 40px;
  box-sizing: border-box;
}

.Free-diagnosis-2-img {
  width: 340px;
  height: 290px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px 0 rgba(85, 138, 255, .2);
}

.Free-diagnosis-2-img img {
  width: 100%;
}

.Free-campaign2 {
  text-align: center;
}

.expansion a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  position: relative;
  padding: 0 0 0 26px;
}
.expansion a:before{
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/expansion.png);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.Free-diagnosis-right2 {
  width: 250px;
}

.Free-diagnosis-right2 img {
  width: 100%;
}

.Free-diagnosis-left2 {
  width: 65%;
}

.Free-diagnosis-right2 {
  width: 30%;
  text-align: center;
}

.securemail {
  max-width: 670px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.securemail img {
  width: 100%;
}

.securemail2 {
  padding-bottom: 50px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
}

.hour24 {
  text-align: center;
  color: #90ACF9;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  position: relative;
  display: inline-block;
}

.hour24-wrapper{
  text-align: center;
  margin: 0 0 10px;
}

.hour24::before {
  content: url(../img/trial-cv-icon.png);
  position: absolute;
  top: 3px;
  left: -25px;
}

.hour24::after {
  content: url(../img/trial-cv-icon.png);
  transform: scale(-1, 1);
  position: absolute;
  top: 3px;
  right: -21px;
}
.security-section7-btn{
  text-align: center;
}
.security-section7-btn a{
  display: inline-block;
}
.security-section7-btn a img{
}

.securitygoods {
  margin: -20px 0 30px;
  padding: 0 0 50px;
  border-bottom: 2px solid #F2F2F2;
}
.securitygoods-ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.securitygoods-ttl span{
  color: #6189F7;
}
.securitygoods-lead{
  text-align: center;
  margin: 0 0 25px;
}
.securitygoods-list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.securitygoods-list-item{
  width: 190px;
  height: 190px;
  border-radius: 95px;
  background: #fff;
  box-shadow : 0px 0px 10px rgba(95, 128, 220, 0.2);
  margin: 0 30px 40px 0;
  position: relative;
}
.securitygoods-list-item:nth-child(4n){
  margin: 0 0 40px 0;
}
.securitygoods-list-item-img{
  width: 190px;
  height: 190px;
  border-radius: 95px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.securitygoods-list-item-ttl{
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #6189F7;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.securitygoods+ .support{
  border-bottom: 2px solid #F2F2F2;
}
#popup-banner {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-content {
  background: transparent;
  position: relative;
  padding: 0;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.16);
  display: inline-block;
}
#popup-banner img {
  display: block;
  max-width: 380px;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
#close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}
#close-popup:hover {
  opacity: .5;
}
#close-popup svg {
  width: 20px;
  height: 20px;
  display: block;
}

@media screen and (max-width: 896px) {
  body{
    font-size: 15.5px;
    padding: 60px 0 0;
    position: relative;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .wrap-s,
  .wrap-m,
  .wrap-l{
    max-width: 100%;
    padding: 0;
  }
  .h{
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 10;
    transition: top 0.3s;
  }
  .h-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .h-logo{
    display: block;
  }
  .h-logo-co {
    margin: 0 0 0 15px;
  }
  .h-logo-co a img {
    width: 150px;
    height: auto;
    margin-top: 15px;
  }
  .h-menu{
    display: none;
  }
  .h-hmg{
  }
  .h-sp-menu{
    display: none;
    width: 100%;
    max-height: calc(100vh - 74px);
    padding: 0 15px 30px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    background: #012444;
  }
  .h-sp-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0 10px;
  }
  .h-sp-menu-in{
    max-height: calc(100vh - 164px);
    overflow-y: scroll;
  }
  .h-sp-menu-list {
    margin: 0 0 25px;
  }
  .h-sp-menu-list li{
    border-bottom: 1px solid #345069;
  }
  .h-sp-menu-list li a{
    display: block;
    color: #fff;
    font-size: 16.5px;
    line-height: 1;
    font-weight: bold;
    padding: 16px 30px 12px 8px;
    position: relative;
  }
  .h-sp-menu-list li a:after{
    content: "";
    width: 11px;
    height: 11px;
    background-image: url(../img/sp-menu-arrow.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 5.5px);
    right: 10px;
  }
  .h-sp-menu-list-child {
    padding: 0 0 10px;
  }
  .h-sp-menu-list .h-sp-menu-list-child li{
    border-bottom: 0;
    position: relative;
    padding: 0 0 0 22px;
  }
  .h-sp-menu-list .h-sp-menu-list-child li a{
    font-weight: normal;
    font-size: 14px;
    padding: 10px 10px 10px 8px;
  }
  .h-sp-menu-list .h-sp-menu-list-child li+ li{
    margin: 5px 0 0;
  }
  .h-sp-menu-list .h-sp-menu-list-child li a:after{
    content: none;
  }
  .h-sp-menu-list-child li:before{
    content: "";
    width: 12px;
    height: 4px;
    background-image: url(../img/f-menu-bar.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 10px;
  }
  .h-sp-menu .cv-tel-num-icon {
    /* left: 45px; */
  }

  .mv {
    padding: 120px 0 165px 15px;
    background-image: url(../img/sp-mv-bg.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mv-wrap{
    width: 100%;
  }
  .mv-main-copy {
    font-size: 27px;
    margin: 0 0 15px;
  }
  .mv-main-txt {
    font-size: 11.5px;
    margin: 0 0 15px;
    text-shadow: 1px 1px 3px #fff;
  }
  .mv-main-btn a img {
    width: 200px;
  }
  .mv-main-icon {
    top: auto;
    bottom: -67%;
    left: auto;
    right: 10px;
  }
  .mv-main-icon img{
    width: 166px;
    height: auto;
  }
  .about{
    padding: 60px 0 280px;
  }
  .about-ttl {
    font-size: 21.5px;
  }
  .about-txt {
    line-height: 1.6;
    text-align: left;
    padding: 0 15px;
  }
  .about:before {
    content: "";
    width: 100%;
    height: 191px;
    background-image: url(../img/sp-about-top.png);
    background-repeat: no-repeat;
    background-size: 396px 191px;
    background-position: -30px top;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .about:after {
    content: "";
    width: 100%;
    height: 296px;
    background-image: url(../img/sp-about-bottom.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .sec-ttl {
    font-size: 36px;
  }
  .sec-ttl span {
    font-size: 12px;
  }
  .sec-txt {
    text-align: center;
    margin: 0 15px 20px;
  }
  .service-links-box {
    width: 100%;
    color: #fff;
    position: relative;
    margin: 0 0 20px;
  }
  .service-links-box:nth-child(1),
  .service-links-box:nth-child(2) {
    margin: 0 0 20px;
  }
  .service-links-box a {
    padding: 35px 0 0;
  }
  .service-links-box-ttl {
    font-size: 21.5px;
  }
  .service-links-box-type {
    font-size: 15.5px;
    margin: 0 0 25px;
  }
  .service-links-box-txt-list {
    font-size: 13.5px;
  }
  .service-links-box-in{
    margin: 0 0 25px;
    background: none;
    padding: 0 50px;
  }
  .service-links-box-in:after {
    content: "";
    width: 0;
    height: 0;
    background: none;
    right: 0;
    top: 0;
  }
  .service-links-box-link{
    display: flex;
    width: 100%;
    padding: 20px 25px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: rgba(1, 36, 68, .9);
    position: relative;
  }
  .service-links-box-link:after{
    content: "";
    width: 47px;
    height: 47px;
    background-image: url(../img/service-arrow.png);
    background-size: 47px 47px;
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    top: calc(50% - 25px);
  }

  .case {
    padding: 40px 0 60px;
  }
  .case-slide {
    max-width: 100%;
    overflow: scroll;
    padding: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .case-slide::-webkit-scrollbar {
    display: none;
  }
  .case-slide-scroll {
    display: block;
    width: calc(100% - 90px);
    margin: 10px auto;
    position: relative;
    height: 2px;
    background: #E1E1E1;
  }
  .on+ .case-slide-scroll{
    padding: 0;
  }
  .case-slide-scroll-track {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .case-slide-scroll-thumb {
    position: absolute;
    height: 100%;
    background-color: #2E3198;
    cursor: pointer;
  }
  .case-slide-wrap{
    width: 879px;
    justify-content: flex-start;
    padding: 0 0 25px;
  }
  .on .case-slide-wrap {
    min-width: 879px;
  }
  .case-slide-box {
    width: 293px;
    margin: 0 25px 20px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0;
  }
  /* .case-slide-box+ .case-slide-box{
    margin: 50px 0 0;
  } */
  .case-slide-box img{
    max-width: 100%;
    height: auto;
  }
  .case-slide-box-img {
    margin: 0 0 15px;
  }
  .case-slide-box-img img{
    width: 100%;
  }
  .case-slide-box-ttl {
    min-height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 10px;
  }

  .case-slide-scroll-prev,
  .case-slide-scroll-next{
    width: 23px;
    height: 23px;
    cursor: pointer;
  }
  .case-slide-scroll-prev img,
  .case-slide-scroll-next img{
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .case-slide-scroll-prev{
    top: -10px;
    left: -30px;
  }
  .case-slide-scroll-next{
    top: -10px;
    right: -30px;
  }
  .feature-wrap{
    max-width: 100%;
    overflow: scroll;
    position: relative;
  }
  .feature-wrap:after{
    content: "";
    width: 117px;
    height: 86px;
    background-image: url(../img/scroll-icon.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: calc(50% - 43px);
    left: 388px;
    z-index: 3;
    cursor: pointer;
  }
  .feature-wrap.hide-after:after {
    display: none;
  }
  .feature-in{
    width: 1728px;
    padding: 0 0 25px 25px;
  }
  .feature-box {
    width: 263px;
    margin: 0 25px 0 0;
    padding: 15px 15px 20px;
  }
  .support{
    padding: 30px 0;
  }
  .support-in {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .support-box {
    width: 45%;
  }
  .support-box-ttl {
    font-size: 15.5px;
  }
  .support-box-note{
    font-size: 12px;
  }
  .flow {
    padding: 90px 0 100px;
    background-image: url(../img/sp-flow-bg-100.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: top center;
  }
  .flow-ttl {
    font-size: 21.5px;
    margin: 0 0 20px;
  }
  .flow-img {
    display: flex;
    justify-content: center;
  }
  .cv {
    width: calc(100% - 20px);
    background: #1A3173;
    padding: 40px 0;
    margin: 0 auto 30px;
  }
  .cv:before {
    content: "";
    width: 329px;
    height: 165px;
    background-image: url(../img/sp-cv-icon.png);
    background-size: 100% auto;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
  }
  .cv:after {
    content: none;
  }
  .cv-ttl {
    font-size: 18px;
    position: relative;
    z-index: 2;
  }
  .cv-in {
    flex-direction: column-reverse;
    padding: 0 15px;
    line-height: 1.2;
  }
  .cv-form {
    width: 100%;
    margin: 10px 0 0;
  }
  .cv-tel {
    width: 100%;
  }
  .cv-tel-txt {
    font-size: 16px;
    margin: 0 0 5px;
  }
  .cv-tel-num-link {
    font-size: 26px;
    padding: 0 0 0 40px;
    margin: 0 0 5px;
    display: inline-block;
    position: relative;
  }
  .cv-tel-num-link:before{
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/cv-tel-icon.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .cv-tel-num-open {
    font-size: 14px;
  }
  .cv-tel-num-icon {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 11px);
    left: 25px;
  }
  .cv-tel-num-icon img {
    width: 30px;
    height: 30px;
  }
  .cv-tel a {
    padding: 13px 0;
  }
  .cv-in a {
    height: 100px;
    box-sizing: border-box;
    padding: 16px 0;
  }
  .cv-form-icon img {
    width: 46px;
    height: auto;
  }
  .cv-form-txt {
    font-size: 16px;
    margin: 0 0 5px;
  }
  .faq {
    padding: 30px 0;
  }
  .faq-ttl {
    font-size: 21.5px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
  }
  .faq-box {
    margin: 0 15px 5px;
  }
  .faq-box-q {
    padding: 22px 40px 20px 60px;
  }
  .faq-box-q-txt {
    font-size: 15.5px;
  }
  .faq-box-q:before {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(../img/faq-q-icon.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    position: absolute;
    top: calc(50% - 16px);
    left: 15px;
  }
  .faq-box-q-btn {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    top: calc(50% - 7.5px);
    right: 15px;
  }
  .faq-box-q-btn img{
    width: 15px;
    height: auto;
  }
  .faq-a {
    display: none;
    font-size: 15.5px;
    padding: 15px;
    border-left: 2px solid #E5EDFF;
    border-right: 2px solid #E5EDFF;
    border-bottom: 2px solid #E5EDFF;
  }
  .column {
    padding: 40px 0 50px;
  }
  .column-arch {
    flex-wrap: wrap;
    padding: 10px 15px 0;
    margin: 0 0 20px;
  }
  .column-arch-box {
    width: calc((100% - 15px) / 2);
    margin: 0 15px 25px 0;
  }
  .column-arch-box:nth-child(2n),
  .column-arch-box:nth-child(4n) {
    margin: 0 0 25px;
  }
  .column-arch-box img {
    max-width: 100%;
    height: auto;
  }
  .column-arch-box-img {
    margin: 0 0 10px;
  }
  .column-arch-box-ttl a {
    font-size: 14px;
    color: #000;
  }
  .column-arch-box-date {
    font-size: 12px;
  }
  .column-arch-box-cat a {
    font-size: 11px;
    color: #000;
  }
  .cat-in {
    background: #fff;
    padding: 15px;
  }

  .f {
    padding: 25px 15px 80px;
  }
  .f-logo{
    position: relative;
    margin: 0 0 10px;
  }
  .f-logo a img{
    width: 200px;
    height: auto;
  }
  .f-logo-listed{
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .f-logo-listed img{
    width: 100px;
    height: auto;
  }
  .f-in {
    display: block;
  }
  .f-menu {
    display: block;
  }
  .f-menu-ttl {
    font-size: 14px;
  }
  .f-menu-list {
    margin: 0;
  }
  .f-menu-in {
    padding: 0 0 15px;
  }
  .f-menu-list a {
    font-size: 14px;
  }
  .f-menu-list-sp {
    justify-content: center;
    border-top: 1px solid #68687F;
    padding: 15px 0;
  }
  .f-menu-list-sp .f-menu-list{
    width: 50%;
  }
  .f-menu-exlink li a:after{
    top: 1px;
  }
  .f-cv a{
    width: 100%;
  }
  .f-cv a img{
    width: 100%;
    height: auto;
  }
  .f-cv-bnr {
    margin: 0 0 10px;
  }
  .f-copyright {
    font-size: 10.5px;
    text-align: center;
  }

  .bread {
    padding: 5px 10px;
    max-width: 100%;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
  .p-head{
    padding: 20px 15px;
  }

  .c-in {
    display: block;
  }
  .c-head{
    padding: 30px 15px 20px;
  }
  .c-head-ttl{
    font-size: 21px;
    font-weight: bold;
  }
  .c-main{
    max-width: 100%;
    margin: 0;
  }
  .c-main-conts{
    margin: 0 15px 25px;
  }
  .c-main-conts #toc_container {
    height: 360px;
    padding: 30px 20px;
  }
  .c-main-conts #toc_container p.toc_title {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .c-main-conts #toc_container p.toc_title:after {
    font-size: 12px;
    margin: 0 0 0 15px;
  }
  .c-main-conts #toc_container ul.toc_list li {
    margin: 0 0 0 20px;
  }
  .c-main-conts #toc_container ul.toc_list li:before {
    font-size: 12px;
    left: -20px;
  }
  .c-main-conts #toc_container ul.toc_list li+ li {
    margin: 10px 0 0 20px;
  }
  .c-main-conts #toc_container .toc_list a {
    font-size: 12px;
  }
  
  .c-main-conts p{
    margin: 30px 0;
  }
  .c-main-conts img{
    max-width: 100%;
    height: auto;
  }

  .c-main-conts h2{
    font-size: 24px;
  }
  .c-main-conts h2 span {
    word-wrap: break-word;
  }
  .c-main-conts h3{
    font-size: 19px;
    padding: 15px;
    margin: 30px 0 15px;
  }
  .c-main-conts h3+ p{
    margin: 0 0 30px;
  }
  .c-main-conts ul li{
    /* font-size: 13px; */
  }
  .c-main-conts ul li:before {
    top: 6px;
  }
  .bg-wrap{
    padding: 25px 15px;
  }
  .bg-wrap p{
    margin: 15px 0;
    line-height: 1.8;
  }
  .bg-wrap h2{
    font-size: 16.5px;
    margin: 20px 0 15px;
  }
  .bg-wrap h3{
    font-size: 16.5px;
    padding: 0;
    margin: 20px 0 15px;
  }
  .c-main-conts .bg-wrap h2:first-child,
  .c-main-conts .bg-wrap h3:first-child,
  .c-main-conts .bg-wrap p:first-child{
    margin: 0 0 15px;
  }
  .c-main-conts .bg-wrap h3+ p {
    margin: 15px 0;
  }

  .related{
    margin: 30px 0;
  }
  .related a {
    padding: 15px 20px 20px;
  }
  .related-ttl{
    font-size: 13px;
    padding: 0 0 0 22px;
    position: relative;
    margin: 0 0 5px;
  }
  .related-ttl:before{
    content: "";
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
  .related-img{
    width: 135px;
    margin: 0 10px 0 0;
  }
  .related-img img{
    width: 100%;
    height: auto;
  }
  .related-in{
    margin: 0 0 10px;
  }
  .related-info{
    width: calc(100% - 145px);
  }
  .related-info-ttl{
    font-size: 13px;
    margin: 0 0 10px;
  }
  .related-sp-txt{
    display: block;
    font-size: 11.5px;
  }
  .scroll-table {
    width: calc(100% + 15px);
    overflow-x: scroll;
    box-sizing: border-box;
    padding: 0 15px 0 0;
    position: relative;
    word-break: break-all;
  }
  .c-main-conts .scroll-table table{
    max-width: none;
    width: 100%;
    white-space: nowrap;
  }
  .scroll-table::-webkit-scrollbar{
    height: 4px;
   }
   .scroll-table::-webkit-scrollbar-track{
    background: #F1F1F1;
   }
   .scroll-table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
   }
  .scroll-table:after {
    content: '';
    width: 117px;
    height: 86px;
    position: absolute;
    background-image: url(../img/scroll-table-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: calc(50% - 43px);
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    transition: .3s;
    pointer-events: none;
  }
  .scroll-table.on:after{
    opacity: 0;
  }

  .c-main-info {
    margin: 0 0 50px;
    display: block;
  }
  .c-main-cat{
    margin: 0 15px;
  }
  .c-main-info-sns {
    margin: 0 0 25px;
  }
  .c-main-info-sns ul {
    display: flex;
    justify-content: center;
  }
  .c-main .c-main-info-sns ul li img{
    width: 60px;
    height: 25px;
  }
  .copy-btn {
    width: 260px;
    margin: 0 auto;
  }
  .c-main-writer {
    padding: 20px 15px;
    border: 1px solid #E5E5E5;
    margin: 0 10px 60px;
  }
  .c-main-writer-img{
    width: 83px;
    margin: 0 15px 0 0;
  }
  .c-main-writer-img img {
    width: 83px;
    height: auto;
  }
  .c-main-writer-info {
    width: calc(100% - 98px);
  }
  .primary-pager-item.home{
    top: 115px;
  }
  .c-main-recommend {
    margin: 0 15px 60px;
  }
  .c-main-recommend-ttl {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .c-main-recommend-box {
    width: calc((100% - 15px) / 2);
    margin: 0 15px 20px 0;
  }
  .c-main-recommend-box:nth-child(3n) {
    margin: 0 15px 20px 0;
  }
  .c-main-recommend-box:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  .c-side-service-bnr {
    text-align: center;
    margin: 0 auto 20px;
  }
  .c-side-pop {
    margin: 0 15px 40px;
  }
  .c-side-cat {
    margin: 0 15px;
  }
  .c-side {
    width: 100%;
    margin: 0 0 50px;
  }
  .c-arch {
    padding: 30px 15px 35px;
  }
  .c-arch-ttl {
    font-size: 21px;
    margin: 0 0 15px;
  }
  .cat {
    padding: 40px 15px;
    margin: 0 0 40px;
  }
  .c-arch-txt {
    text-align: left;
  }

  .contact {
    padding: 20px 0 40px;
  }
  
.contact-lead p {
  font-size: 25px;
}
  .contact-form {
    padding: 0 15px;
  }
  .contact-form-item {
    display: block;
    margin: 0 0 25px;
  }
  .contact-form-item-ttl {
    width: 100%;
    margin: 0 0 10px;
  }
  .contact-form-item-input {
    width: 100%;
  }
  .contact-bnr {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
  }
  .contact-flow {
    margin: 0 0 30px;
    padding: 0 15px;
  }
  .contact-form-item-input select {
    width: 100%;
    border: 4px;
    background: #EFF2F6;
    padding: 15px;
    border: 0;
  }
  .contact-form-item-input textarea {
    box-sizing: border-box;
  }
  .contact-form-agreement {
    margin: 0 0 10px;
  }
  .contact-form-item-input input {
    width: 100%;
    box-sizing: border-box;
    padding: 18px 15px;
  }
  .confirm .contact-form-item-input {
    padding: 0;
  }
  .contact-lead-thanks {
    max-width: 100%;
    padding: 0 15px;
    margin: 40px auto;
  }

  .primary-pager{
    display: flex;
    justify-content: space-between;
    position: relative;
    height: auto;
    padding: 40px 15px;
  }
  .primary-pager-item.prev,
  .primary-pager-item.next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: calc((100% - 60px) / 2);
  }
  .primary-pager-item-box {
    display: block;
    max-width: 100%;
    padding: 35px 0 0;
  }
  .primary-pager-item-box:before {
    left: 0;
    top: 0;
  }
  .next .primary-pager-item-box:before {
    left: auto;
    right: 0;
    top: 0;
  }
  .primary-pager-item-box-img {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .primary-pager-item-box-img img {
    width: 100%;
    height: auto;
  }
  .primary-pager-item-box-ttl {
    max-width: 100%;
    width: 100%;
  }
  .next .primary-pager-item-box {
    display: block;
    max-width: 100%;
    padding: 35px 0 0;
  }
  .next .primary-pager-item-box-img {
    margin: 0 0 10px;
  }

  .follow{
    width: 100%;
    background: #040429;
    left: 0;
    right: auto;
    bottom: 0;
  }
  .follow-in{
    width: 100%;
    height: 74px;
    box-sizing: border-box;
    justify-content: flex-start;
    padding: 14px 15px 14px 5px;
  }
  .sp-follow-totp a {
    display: flex;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 6px;
    margin: 0 8px 0 0;
  }
  .sp-follow-tel {
    width: calc((100% - 53px) / 2);
    margin: 0 6px 0 0;
  }
  .sp-follow-form {
    width: calc((100% - 53px) / 2);
  }
  .sp-follow-tel a,
  .sp-follow-form a{
    display: block;
  }
  .sp-follow-tel a img,
  .sp-follow-form a img{
    width: 100%;
    height: auto;
  }
  .b-service{
    padding: 40px 0;
  }
  .b-service-ttl{
    font-size: 24px;
    margin: 0 0 30px;
  }
  .b-service-in {
    display: block;
    padding: 0 15px;
  }
  .b-service-box {
    width: 100%;
    margin: 0 0 20px;
  }

  /* lp1 */
  .lp-mv {
    padding: 0 0 27px;
    margin: 0 0 25px;
  }
  .ds-mv {
    background-image: url(../img/lp1-mv-bg-sp.png);
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ns-mv {
    background-image: url(../img/ns-mv01-sp.png);
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 226px;
    margin: 0;
  }
  .lp-mv-wrap {
    max-width: 100%;
    padding: 30px 20px 0;
  }
  .lp-mv .mv-main-copy {
    font-size: 30px;
    margin: 0 5px 15px;
  }
  .lp-mv-main-txt {
    font-size: 15.5px;
    margin: 0;
  }
  .lp-mv-main-img {
    position: relative;
    top: auto;
    right: auto;
  }
  .lp-mv-main-img img{
    width: 100%;
    height: auto;
  }
  .lp-mv .mv-main-btn {
    text-align: center;
  }
  .ns-mv .mv-main-btn {
    text-align: left;
    margin: 10px 0 0;
  }
  .lp-mv .mv-main-btn a img {
    width: 240px;
  }
  .lp-lead-txt {
    font-size: 21.5px;
    margin: 0 0 12px;
  }
  .lp-nav {
    padding: 50px 0;
  }
  .lp-nav-ttl {
    font-size: 36px;
  }
  .lp-nav-txt {
    font-size: 15.5px;
    margin: 0 0 20px;
  }
  .lp-nav-list {
    display: block;
    text-align: center;
  }
  .lp-nav-list a {
    width: 94%;
    display: inline-block;
  }
  .lp-nav-list a+ a {
    margin: 10px 0 0;
  }
  .lp-cloud-ttl {
    width: 100%;
    box-sizing: border-box;
    background-image: url(../img/lp-ttl-bg-sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 32px;
    padding: 30px 15px;
  }
  .lp-cloud-lead {
    padding: 40px 15px;
  }
  .lp-cloud-lead-ttl span {
    font-size: 21.5px;
    padding: 15px 20px;
  }
  .lp-cloud-lead-txt {
    font-size: 15.5px;
    margin: 0 0 25px;
  }
  .lp-cloud-lead-img {
    padding: 0 0 40px;
  }
  .lp-cloud-lead-img:after {
    content: "";
    width: 136px;
    height: 46px;
    background-size: 136px 46px;
    bottom: -20px;
  }
  .lp-cloud-plan {
    padding: 0 0 40px;
  }
  .lp-cloud-plan-ttl {
    font-size: 23px;
    margin: 0 0 30px;
    padding: 0 15px;
  }
  .lp-cloud-plan-bridge span {
    font-size: 21.5px;
  }
  .lp-cloud-plan-bridge span:before {
    content: "";
    width: 13px;
    height: 18px;
    background-image: url(../img/bridge-icon.png);
    background-size: 13px 18px;
    background-position: center top;
    position: absolute;
    left: -23px;
    top: 4px;
  }
  .lp-cloud-plan-bridge span:after {
    content: "";
    width: 13px;
    height: 18px;
    background-image: url(../img/bridge-icon.png);
    background-size: 13px 18px;
    background-position: center top;
    transform: scale(-1, 1);
    position: absolute;
    right: -23px;
    top: 4px;
  }
  .lp-cloud-plan-wrap {
    max-width: 100%;
    overflow-x: scroll;
    position: relative;
    margin: 0 0 35px;
  }
  .lp-cloud-plan-wrap:after {
    content: "";
    width: 117px;
    height: 86px;
    background-image: url(../img/scroll-icon.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: calc(50% - 43px);
    left: 416px;
    z-index: 3;
    cursor: pointer;
  }
  .lp-cloud-plan-wrap.hide-after:after {
    display: none;
  }
  .lp-cloud-plan-list {
    width: 912px;
    display: flex;
    justify-content: center;
    margin: 0 0 15px;
    padding: 0 6px;
  }
  .lp-cloud-plan-list-box{
    width: 292px;
    box-sizing: border-box;
    margin: 0 6px;
  }
  .lp-cloud-plan-list-box-logo img {
    max-width: 100%;
    height: auto;
  }
  .lp-cloud-plan-list-box-img {
    padding: 0 25px;
    margin: 0 0 10px;
  }
  .lp-cloud-plan-list-box-txt {
    padding: 0 15px;
  }
  .lp-cloud-plan-list-box-note {
    padding: 0 15px;
    margin: 10px 0 0;
  }
  .lp-cloud-plan-more {
    margin: -20px 0 0;
    flex-wrap: wrap;
    background-image: url(../img/lp-plus-icon.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .lp-cloud-plan-more-box {
    width: calc(100% / 2);
    max-width: calc(100% / 2);
    position: relative;
  }
  .lp-cloud-plan-more-box+ .lp-cloud-plan-more-box:before{
    content: none;
    background: none;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
  }
  .lp-cv {
    padding: 50px 0;
  }
  .lp-cv-ttl {
    padding: 0 15px;
    font-size: 21.5px;
    letter-spacing: -0.02em;
  }
  .lp-cv-link {
    display: block;
    text-align: center;
  }
  .lp-cv-link-btn {
    display: inline-block;
    max-width: 100%;
    width: 250px;
  }
  .lp-cv-link-btn+ .lp-cv-link-btn {
    margin: 10px 0 0;
  }
  .lp-dx {
    padding: 0 0 60px;
    margin: 0;
  }
  /* .lp-dx:after {
    border-top: 60px solid #E5EDFF;
    bottom: -60px;
  } */
  .lp-dx-ttl {
    width: 100%;
    box-sizing: border-box;
    background-image: url(../img/lp-ttl-bg-sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 32px;
    padding: 30px 15px;
  }
  .lp-dx-lead {
    padding: 10px 15px 40px;
  }
  .lp-dx-lead-ttl span {
    font-size: 21.5px;
    padding: 15px 20px;
  }
  .lp-dx-lead-txt {
    font-size: 15.5px;
    text-align: left;
    margin: 0 0 25px;
  }
  .lp-dx-md {
    display: block;
    padding: 0 15px;
  }
  .lp-dx-md-box {
    width: 100%;
    margin: 0 0 8px;
    background: #fff;
    text-align: center;
    padding: 15px 0;
    display: flex;
    align-items: center;
  }
  .lp-dx-md-box:nth-child(3n) {
    margin: 0 0 8px;
  }
  .lp-dx-md-box-img{
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    margin: 0;
  }
  .lp-dx-md-box-img img{
    max-width: 100%;
    height: auto;
  }
  .lp-dx-md-box-ttl {
    width: 60%;
    font-size: 16px;
    text-align: left;
  }
  .lp-dx-pro {
    padding: 45px 15px;
  }
  .lp-dx-pro-ttl {
    font-size: 21.5px;
  }
  .lp-dx-pro-box {
    padding: 20px 18px;
  }
  .lp-dx-pro-box-img {
    width: 28%;
    top: -20px;
    left: 10px;
  }
  .lp-dx-pro-box-ttl {
    font-size: 18.5px;
    margin: 0 0 18px 32%;
  }
  .lp-dx-pro-box-txt {
    font-size: 15.5px;
  }
  .lp-cloud-plan-bridge {
    margin: 0 0 15px;
  }
  .lp-paper{
    padding: 0 0 40px;
    margin: 0 0 100px;
  }
  .lp-paper:after {
    border-top: 60px solid #F5F5F5;
    bottom: -60px;
  }
  .lp-paper-scan {
    display: block;
    padding: 0 15px;
    margin: 40px 0 35px;
  }
  .lp-paper-scan-target {
    margin: 0 0 25px;
  }
  .lp-paper-scan-target-ttl {
    font-size: 16px;
  }
  .lp-paper-scan-target-in {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .lp-paper-scan-target-box {
    width: calc((100% - 15px) / 2);
    margin: 0 15px 15px 0;
  }
  .lp-paper-scan-target-box:nth-child(2n) {
    margin: 0 0 15px 0;
  }
  .lp-paper-scan-target-box-img {
    margin: 0 0 10px;
  }
  .lp-paper-scan-target-box-txt {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
  .lp-paper-scan-flow-in {
    display: block;
    padding: 15px 0;
    margin: 0 0 20px;
  }
  .lp-paper-scan-flow-box {
    width: calc(100% - 30px);
    box-sizing: border-box;
    text-align: center;
    border-right: 0;
    border-bottom: 2px solid #040429;
    padding: 25px 0;
    margin: 0 15px;
  }
  .lp-paper-scan-flow-box-ttl {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .lp-paper-scan-flow-box:after{
    content: "";
    width: 37px;
    height: 18px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background: #040429;
    position: absolute;
    top: auto;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .lp-paper-scan-flow-box:nth-child(3){
    border: 0;
  }
  .lp-paper-scan-flow-box:nth-child(3):after{
    content: none;
    width: 0;
    height: 0;
    background: none;
  }
  .lp-paper-scan-flow-box-txt{
    font-size: 15.5;
    text-align: left;
  }

  .lp-more-ttl {
    font-size: 21.5px;
    margin: 0 0 25px;
  }
  .lp-more-in {
    display: block;
    padding: 0 15px;
  }
  .lp-more-box {
    width: 100%;
    background-color: #fff;
    margin: 0 0 40px 0;
    box-shadow: 0 0 0 0;
  }
  .lp-more-box:nth-child(2n) {
    margin: 0 0 40px 0;
  }
  .lp-more-box-img {
    margin: 0 0 20px;
  }
  .lp-more-box-ttl {
    padding: 0 5px;
    margin: 0 0 15px;
    font-size: 18.5px;
    line-height: 1.2;
  }
  .lp-more-box-txt {
    font-size: 15.5px;
    padding: 0;
  }
  .lp-voice {
    padding: 35px 0;
  }
  .lp-voice-ttl {
    font-size: 21.5px;
    margin: 0 0 30px;
  }
  .lp-voice-in {
    padding: 0 15px;
  }
  .lp-voice-box {
    width: 100%;
    padding: 20px 15px;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 15px;
  }
  .lp-voice-box:after {
    content: "";
    width: 0;
    height: 0;
    border: none;
    left: 0;
    top: 0;
  }
  .lp-voice-txt {
    font-size: 15.5px;
    margin: 0;
  }
  .lp-voice-info {
    min-height: 2.75em;
    display: flex;
    align-items: center;
    line-height: 1.5;
    border-radius: 3px;
    padding: 10px 8px;
    margin: 0 0 15px 60px;
  }
  .lp-voice-box:before {
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    top: 20px;
    left: 10px;
    background-size: 55px 55px;
  }
  .lp-nationwide {
    padding: 60px 0 40px;
  }
  .lp-nationwide-ttl {
    font-size: 36px;
    line-height: 1.2;
    padding: 0 15px;
    margin: 0 0 20px;
  }
  .lp-nationwide-img {
    padding: 0 15px;
    margin: 0 0 20px;
  }
  .lp-nationwide-img img {
    width: 100%;
    height: auto;
  }
  .lp-nationwide-note {
    padding: 0 15px;
    letter-spacing: -0.02em;
  }

  .lp-trouble {
    padding: 60px 0 10px;
  }
  .lp-trouble-ttl {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 30px;
  }
  .lp-trouble-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lp-trouble-item-box {
    width: 50%;
  }
  .lp-trouble-item-box-ttl{
    font-size: 13.5px;
    min-height: none;
  }
  .lp-trouble-item-box-img img{
    max-width: 100%;
    height: auto;
  }
  .lp-network {
    padding: 0 0 50px;
  }
  .lp-network-sub {
    width: 130px;
    font-size: 16px;
    padding: 10px 0 5px;
    margin: 0 auto 35px;
    position: relative;
    top: -15px;
  }
  .lp-network-sub:after {
    content: "";
    border-right: 65px solid transparent;
    border-left: 65px solid transparent;
    border-top: 24px solid #21B58A;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .lp-network-ttl {
    font-size: 21.5px;
    margin: 0 0 40px;
  }
  .lp-network-img {
    padding: 0 5px;
  }
  .lp-network-img img {
    max-width: 100%;
    height: auto;
  }
  .lp-achievements {
    padding: 30px 0;
  }
  .lp-achievements-img{
    padding: 0 15px;
  }
  .lp-achievements-img img{
    max-width: 100%;
    height: auto;
  }
  .lp-wycd { 
    padding: 0 0 60px;
  }
  .lp-wycd-ttl {
    width: 100%;
    box-sizing: border-box;
    background-image: url(../img/lp-ttl-bg-sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 32px;
    padding: 30px 15px;
    margin: 0 0 40px;
  }
  .lp-wycd-factor {
    display: block;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .lp-wycd-factor-box {
    max-width: 100%;
  }
  .lp-wycd-factor-box-head {
    margin: 0 0 18px;
  }
  .lp-wycd-factor-box-head img {
    max-width: 100%;
    height: auto;
  }
  .lp-wycd-factor-box-ttl {
    font-size: 21.5px;
    margin: 0 0 25px;
  }
  .lp-wycd-factor-box-txt{
    margin: 0 0 20px;
  }
  .lp-wycd-factor-img{
    max-width: 100%;
  }
  .lp-wycd-factor-img img{
    max-width: 100%;
    height: auto;
  }
  .lp-wycd-factor+ .lp-wycd-factor {
    margin: 25px 0 0;
    border-top: 2px solid #dbdcdc;
    padding: 10px 15px;
  }
  .lp-wycd-feature {
    max-width: calc(100% - 30px);
    padding: 40px 15px;
    margin: 40px auto 0;
  }
  .lp-wycd-feature-ttl {
    font-size: 21.5px;
    margin: 0 0 10px;
  }
  .lp-wycd-feature-list li {
    padding: 0 0 0 30px;
    position: relative;
  }
  .lp-wycd-feature-list li+ li {
    margin: 10px 0 0;
  }
  .lp-wycd-feature-list li:before {
    width: 22.5px;
    height: 22.5px;
    background-image: url(../img/ns-check-icon.png);
    background-size: 22.5px 22.5px;
    top: 0;
    left: 0;
  }
  .lp-fairprice {
    padding: 30px 0 40px;
  }
  .lp-fairprice-in {
    display: block;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .lp-fairprice-info {
    width: 100%;
    margin: 0 0 10px;
  }
  .lp-fairprice-info-sub {
    font-size: 21.5px;
    padding: 30px 5px;
    box-sizing: border-box;
    margin: 0 0 30px;
    border-radius: 0;
  }
  .lp-fairprice-info-ttl {
    font-size: 21.5px;
    margin: 0 0 20px;
  }
  .lp-fairprice-img img {
    width: 100%;
    height: auto;
  }


  .mv-trial{
    display: none;
  }
  .security-main-visual .bread-lp {
    margin: 0 0 0 -10px;
  }
  .security-main-visual {
    padding: 0 20px;
    background-image: url(../img/ss-mv-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 484px;
    position: relative;
  }
  .security-main-catch .mv-main-btn {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .security-main-p {
    margin: 15px 0;
    font-size: 15.5px;
  }
  .security-main-catch .mv-main-btn a{
    display: inline-block;
  }
  .security-main-catch .mv-main-btn a img {
    width: 255px;
    height: auto;
  }
  .security-section2{
    padding: 10px 15px;
    background: linear-gradient(to bottom, #9da7b3 0%, #ededed 0%, #9da7b3 0%, #ffffff 30%);
  }
  .mv-trial-sp{
    display: block;
    margin: 0 auto 45px;
  }
  .mv-trial-sp a img{
    width: 100%;
    height: auto;
  }
  .s-b-1 {
    font-size: 21.5px;
  }
  .s-b-2 {
    font-size: 33.5px;
  }
  .securitygoods {
    margin: -20px 0 20px;
    padding: 0 15px 20px;
    border-bottom: 2px solid #F2F2F2;
  }
  .exhibition{
    font-size: 12px;
  }
  .security-subtitille2 {
    padding: 40px 0 20px;
  }
  .security-subtitille2 p {
    font-size: 21.5px;
  }
  .security-section3 {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px 0 -15px;
  }
  .security-section3 .lp-cloud-plan-wrap{

  }
  .cyber-disadvantage-text {
    font-size: 15.5px;
    padding: 7px 0 7px 27px;
    margin: 0 12px;
    text-align: left;
    max-width: auto;
    position: relative;
    background: none;
  }
  .cyber-disadvantage-text:before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/orange-check.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .security-section4 {
    padding: 0 15px;
  }
  .security-subtitille4 {
    padding: 40px 0 20px;
  }
  .security-subtitille4-p1 {
    font-size: 15.5px !important;
  }
  .security-subtitille4 p {
    font-size: 21.5px;
  }
  .security-required {
    max-width: 100%;
  }
  .where-to-start-wrapper {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .security-subtitille .s-b-2{
    font-size: 32px;
  }
  .security-subtitille4-p1 {
    font-size: 15.5px !important;
  }
  .security-subtitille4 p {
    font-size: 21.5px;
  }
  .where-to-start-p {
    width: 100%;
    position: absolute;
    left: auto;
    bottom: 10%;
    transform: translateX(0);
    font-size: 21.5px;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .security-section5{
    padding: 0;
  }
  .optimal-plan {
    display: block;
    max-width: 100%;
    padding: 0 15px 35px;
  }
  .optimal-plan-list {
    width: 100%;
    margin: 110px 0 15px;
    position: relative;
  }
  .optimal-plan-list:first-child{
    margin: 70px 0 15px 0;
  }
  .optimal-plan-list:nth-child(2n) {
    margin: 110px 0 15px 0;
  }
  .security-section6 {
    background: none;
    padding: 0;
    overflow-x: scroll;
    position: relative;
  }
  .security-section6-in {
    padding: 180px 40px 45px;
    width: 890px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #CED3D9 0%, #CED3D9 50%, #D8EFFD 50%, #D8EFFD 100%);
    margin: auto;
    position: relative;
  }
  .security-section6:after{
    content: "";
    width: 117px;
    height: 86px;
    background-image: url(../img/scroll-icon.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 240px;
    left: 388px;
    z-index: 3;
    cursor: pointer;
  }
  .security-section6.hide-after:after {
    display: none;
  }
  .security-section6-in .lp-dx-lead-ttl {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  .introduction {
    font-size: 18.5px;
    max-width: 100%;
    padding: 52px 7px 0;
    margin: 0;
    position: relative;
  }
  .introduction-left, .introduction-right {
    width: calc(50vw - 22px);
    padding: 2px 0 0;
    text-align: center;
    border-radius: 16px;
    color: #fff;
    position: absolute;
    top: 0;
  }
  .introduction-left{
    right: calc(50% + 15px);
  }
  .introduction-right{
    left: calc(50% + 15px);
  }
  .Security-introduction{
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .Security-introduction-item {
    padding: 0 15px;
  }
  .Security-introduction-item-p {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
  }

  .security-section7 {
    overflow: hidden;
    padding: 45px 15px;
  }
  .security-section7-titlle {
    font-size: 33.5px;
  }
  .security-section7-band {
    height: auto;
    background-color: #F49213;
    margin: 0 0 30px;
  }
  .security-section7-band-inner {
    max-width: 100%;
    font-size: 21.5px;
    padding: 25px 0 10px;
    position: relative;
    text-align: center;
  }
  .security-section7-band-inner:before {
    content: "";
    width: 250px;
    height: 45px;
    background-image: url(../img/Free-campaign-sp.png);
    background-repeat: no-repeat;
    background-size: 250px 45px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .Free-diagnosis {
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 17px;
    margin: 0 0 12px;
    display: block;
  }
  .Free-diagnosis-left {
    width: 100%;
  }
  .Free-diagnosis-right {
    width: 0;
    display: none;
  }
  .Free-diagnosis-left-p1 {
    font-size: 15.5px;
    margin: 0 0 10px;
  }
  .Free-diagnosis-1 {
    max-width: 100%;
    margin: 0 0 13px;
    display: block;
    padding: 0 22px 30px 22px;
    box-sizing: border-box;
  }
  .expansion {
    display: none;
  }
  .Free-diagnosis-2-img {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    box-shadow: 0px 0px 10px 0 rgba(85, 138, 255, .2);
  }
  .security-section7-inner+ .security-section7-inner{
    margin: 35px auto 0;
  }
  .Free-diagnosis-left2 {
    width: 100%;
    margin: 0 0 20px;
  }
  .Free-diagnosis-right2 {
    width: 0;
    display: none;
  }
  .securemail {
    max-width: 100%;
    padding: 0 28px;
    margin: 0 auto 10px;
  }
  .securemail2 {
    padding: 0 15px 30px;
    font-size: 14px;
    text-align: left;
    margin: 0;
  }
  .hour24-wrapper {
    margin: 20px 0 10px;
  }
  .security-section7-btn{
    text-align: center;
  }
  .security-section7-btn a{
    display: inline-block;
    width: 75%;
  }
  .security-section7-btn a img{
    width: 100%;
    height: auto;
  }

  .securitygoods-ttl {
    font-size: 21.5px;
    margin: 0 0 15px;
  }
  .securitygoods-list-item {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    margin: 0 8px 34px 0;
  }
  .securitygoods-list-item:nth-child(34n){
    margin: 0 0 34px 0;
  }
  .securitygoods-list-item:nth-child(4n){
    margin: 0 8px 34px 0;
  }
  .securitygoods-list-item-img {
    width: 110px;
    height: 110px;
    border-radius: 55px;
  }
  .securitygoods-list-item-img img {
    width: 75%;
    height: auto;
  }
  .securitygoods-list-item-ttl {
    width: 100px;
    height: 35px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.1;
    margin: 0 5px;
  }

#popup-banner img {
  display: block;
  max-width: 70%;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
}
#close-popup {
  position: absolute;
  top: -10px;
  right: 50px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}
#close-popup:hover {
  opacity: .5;
}
#close-popup svg {
  width: 20px;
  height: 20px;
  display: block;
}


}

