@charset "UTF-8";
/**************************************************
		Common
     -Base
     -Form
     -List
     -Buttons
     -Section Title
     -Icon Box

     -Function
     -Animation

     -NavBar
     -MainVisual

**************************************************/
/*Screen Sizes*/
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:480px){
}

/* ===== Base ===== */
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Yu Gothic", "游ゴシック", Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #1D1F25;
  overflow-x: hidden;
}
svg {
  display: block;
}
a,
button,
input,
textarea,
button,
select {
  transition: all 0.3s ease-in-out;
}
button {
  cursor: pointer;
  outline: 0;
}
input,
textarea,
select{
  width: 100%;
  padding: 10px 12px;
  outline: 0;
}
a,
a:hover{
  text-decoration: none;
}
a{
  color: #1D1F25;
}
a:hover{
  color:#C70100;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  position: relative;
  margin: 0;
}
@media (min-width:1200px){
  .container{
    max-width:1200px;
  }
  .container-two{
    max-width:1000px;
  }
}


/* ===== Form ===== */
input,
textarea,
select {
  background: #fdfafa;
  padding: 15px 30px;
  border: 1px solid #efe7e7;
  margin-bottom: 30px;
  border-radius: 30px;
}
input:focus,
textarea:focus,
select:focus {
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0.1);
}
textarea {
  height: 200px;
}
select {
  appearance: none;
  outline: 0;
  box-shadow: none;
  background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.pix-select {
  position: relative;
  display: flex;
}
select {
  flex: 1;
  color: #000;
  cursor: pointer;
}
/* Arrow */
.pix-select:after {
  content: "\33";
  font-family: eleganticons;
  position: absolute;
  top: 19%;
  right: 0;
  padding-right: 15px;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
  font-size: 24px;
}
/* Transition */
.pix-select:hover:after {
  color: #123455;
}


/* ===== Buttons ===== */
.pix-btn{
  padding: 8px 30px;
  background: #123455;
  border-radius: 30px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.pix-btn.btn-shadow{
  box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
}

.pix-btn.submit-btn {
  border: 0;
  padding: 11px 35px;
}
.pix-btn.submit-btn:focus{
  outline: 0;
}
.pix-btn.submit-btn.clicked {
  min-width: 210px;
  min-height: 50px;
}
.pix-btn.submit-btn.clicked i {
  display: block;
}
.pix-btn.submit-btn.clicked .btn-text {
  display: none;
}

.pix-btn.plus-icon {
  padding: 8px 64px 8px 41px;
  position: relative;
}
.pix-btn.plus-icon i {
  margin-left: 10px;
  font-size: 20px;
  display: inline-block;
  position: absolute;
  right: 32px;
  top: 11px;
}

.pix-btn.btn-big{
  padding: 16px 47px;
  font-size: 16px;
}

.pix-btn.btn-grey{
  background: #f3f3f4;
  color: #322d49;
  box-shadow: none;
  border-radius: 4px;
  padding: 11px 40px;
}
.pix-btn.btn-grey:hover {
  background: #fd4d5c;
}
.pix-btn.btn-grey.color-three:hover {
  background: #12bf7c;
  box-shadow: 0px 10px 20px 0px rgba(11, 176, 112, 0.3);
}

.pix-btn:hover,
.pix-btn:focus{
  color: #fff;
  box-shadow: none;
  outline: 0;
}

.pix-btn.btn-outline {
  border: 1px solid #123455;
  background: transparent;
  color: #123455;
  box-shadow: none;
}
.pix-btn.btn-outline:hover {
  background: #123455;
  color: #fff;
  box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
}

.pix-btn.btn-outline-two {
  border: 1px solid #7052fb;
  background: transparent;
  color: #7052fb;
  box-shadow: none;
}
.pix-btn.btn-outline-two:hover {
  background: #7052fb;
  color: #fff;
  box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
}

.pix-btn.btn-light {
  background: #fff;
  color:#1D1F25;
  border: 2px solid #fff;
  padding: 14px 40px;
}
.pix-btn.btn-light:focus {
  box-shadow: none;
  outline: 0;
}

.pix-btn.btn-light.color-two{
  color: #7052fb;
}

.pix-btn.btn-light:hover{
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.pix-btn.btn-light.btn-outline {
  background: transparent;
  color: #fff;
}
.pix-btn.btn-light.btn-outline:hover {
  color: #f97bc5;
  background: #fff;
}

.pix-btn.btn-three {
  background: #fd4d5c;
  border: 1px solid #fd4d5c;
  box-shadow: none;
}

.pix-btn.btn-three:hover {
  background: transparent;
  color: #fd4d5c;
}

.pix-btn.btn-round {
  border-radius: 4px;
}

.pix-btn.btn-four {
  background: #12bf7c;
  border: 1px solid #12bf7c;
  box-shadow: none;
}

.pix-btn.btn-four:hover {
  background: transparent;
  color: #12bf7c;
}

.pix-btn.btn-round {
  border-radius: 4px;
}

.pix-btn.btn-five {
  background: #f98e47;
  border: 2px solid #f98e47;
  box-shadow: none;
}

.pix-btn.btn-five.btn-round {
  border-radius: 6px;
}

.pix-btn.btn-five:hover {
  color: #f98e47;
  background: transparent;
}

.pix-btn.btn-six {
  background: #14aeee;
  box-shadow: none;
  border: 2px solid #14aeee;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 34px;
}

.pix-btn.btn-six:hover {
  background: transparent;
  color: #14aeee;
}

.pix-btn.btn-six.btn-outline {
  background: transparent;
  color: #14aeee;
}

.pix-btn.btn-six.btn-outline:hover {
  box-shadow: none;
  background: #14aeee;
  color: #fff;
}

.pix-btn.btn-six.btn-light {
  background: #fff;
  color: #14aeee;
  border-color: #fff;
}

.pix-btn.btn-six.btn-light:hover {
  background: transparent;
  color: #fff;
}

.pix-btn.btn-six.btn-outline {
  background: transparent;
  color: #fff;
}

.pix-btn.btn-six.btn-outline:hover {
  background: #fff;
  color: #14aeee;
}

.btn-underline {
  color: #797687;
  font-size: 15px;
  position: relative;
  padding-bottom: 3px;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 15px;
  max-width: 140px;
  margin: 0 auto;
}
.btn-underline:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #797687;
  transition: all 0.3s ease-in-out;
}
.btn-underline i {
  display: inline-block;
  margin-left: 10px;
}
.btn-underline:hover {
  color: #123455;
}
.btn-underline:hover:before {
  background: #123455;
}

.play-btn {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
}
.play-btn i {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  color: #123455;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 30px;
  text-shadow: 0px 10px 10px rgba(176, 70, 70, 0.4);
}
.play-btn:hover {
  color: #fff;
}
.play-btn.large i {
  height: 80px;
  width: 80px;
  line-height: 82px;
  color: #f97bc5;
  font-size: 40px;
}
.play-btn.play-btn-outline {
  background: transparent;
  color: #12bf7c;
}
.play-btn.play-btn-outline i {
  border: 2px solid #12bf7c;
  color: #12bf7c;
  text-shadow: 0px 6px 10px rgba(11, 176, 112, 0.4);
  height: 52px;
  width: 52px;
  line-height: 49px;
}
.play-btn-two {
  position: relative;
}
.play-btn-two i:before {
  position: relative;
  z-index: 222;
}
.play-btn-two i:after {
  position: absolute;
  content: '';
  height: 50px;
  width: 50px;
  background: #e6e7eb;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  z-index: 1;
}

/* Back To Top */
.return-to-top {
  position: fixed;
  bottom: -30px;
  right: 20px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  z-index: 998;
  border-radius: 50%;
  opacity: 0;
  transition: bottom .5s ease, opacity .5s ease;
}
.return-to-top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  opacity: 1;
  display: block;
  transform: scale(1);
  transition: all .3s ease;
  border-radius: inherit;
  transition: transform .5s ease, opacity .6s ease;
}
.return-to-top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  box-shadow: 0px 0px 0px 0px transparent;
  transform: scale(1);
  transition: all .5s ease;
  border-radius: inherit;
  border:3px solid #c0c0c0;
  background: rgba(255,255,255, 0.25);
}
.return-to-top > i{
  position: relative;
  overflow: hidden;
  font-size:17px;
  width: inherit;
  height: inherit;
  line-height: inherit;
  display: block;
  color: transparent;
  text-shadow: 0px 0px #c0c0c0, 0px 50px #fff;
  /*transition: text-shadow .2s ease;*/
  z-index: 1;
}
.return-to-top:hover:after {
  transform: scale(1.07);
  background: #C70100;
  box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
  border:3px solid #fff;
}
.return-to-top:hover > i{
  text-shadow:0px -50px #fff, 0px 0px #fff;
}
.return-to-top.back-top{
  bottom: 20px;
  opacity: 1;
}


/* ===== Section Title ===== */
.section-title {
  margin-bottom:7rem;
}
.section-title .sub-title{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #123455;
  letter-spacing: 3px;
}
.section-title .title{
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
}

.section-title .title-two{
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  max-width: 930px;
  margin: 0 auto;
}
.section-title .title-two span {
  color: #123455;
}
.section-title.style-two .title {
  font-weight: 500;
}
.section-title.style-two p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 28px;
}
.section-title.style-two .sub-title {
  margin: 0;
  line-height: 1.8;
}
.section-title.style-two.title-light .sub-title {
  letter-spacing: 5px;
  font-weight: 400;
}
.section-title.style-two.title-light .sub-title, .section-title.style-two.title-light .title {
  color: #fff;
}
.section-title.style-two.title-light p {
  color: #fff;
}

.section-title.style-three .sub-title {
  color: #f97bc5;
  letter-spacing: 5px;
  font-weight: 400;
  margin: 0;
  line-height: 1.8;
}
.section-title.style-three span {
  font-weight: 300;
  color: #2b2350;
}
.section-title.dark-title .sub-title,
.section-title.dark-title .title {
  color: #fff;
}
.section-title.color-two .sub-title {
  color: #7052fb;
}

.section-title.style-four .title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .section-title.style-four .title {
    font-size: 32px;
  }
}
.section-title.style-four .sub-title {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #7d7a8b;
  text-transform: uppercase;
  line-height: 1.4;
}

.section-title.style-five {
  margin-bottom: 55px;
}

.section-title.style-five .sub-title {
  color: #12bf7c;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 13px;
}

.section-title.style-five .title {
  font-size: 40px;
  color: #1a133b;
  font-weight: 600;
}
@media (max-width: 991px) {
  .section-title.style-five .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section-title.style-five .title {
    font-size: 30px;
  }
}
.section-title.style-six .title {
  font-size: 36px;
  color: #1a133b;
  font-weight: 700;
}
.section-title.style-six .title span {
  font-weight: 300;
  color: #1a133b;
  display: block;
}

.section-title.style-seven .title {
  font-size: 34px;
  line-height: 50px;
  font-weight: 600;
  color: #2c234d;
  margin-bottom: 15px;
}
.section-title.style-seven.color-light .title {
  color: #fff;
}
.section-title.style-seven.color-light p {
  color: #fff;
}
.section-title.style-seven p {
  color: #6d7682;
}

@media (max-width: 991px) {
  .section-title {
    margin-bottom: 50px;
  }
  .section-title .title {
    font-size: 32px;
  }
  .section-title p br {
    display: none;
  }
  .section-title.style-two p {
    margin-top: 13px;
  }
  .section-title.style-two p br {
    display: none;
  }
  .section-title .title-two {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .section-title .title {
    font-size: 28px;
  }
  .section-title .title br {
    display: none;
  }
}


/* ===== Icon Box ===== */
.saaspik-icon-box-wrapper .saaspik-icon-box-icon{
  margin-bottom: 32px;
}
.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title{
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title a{
  color: #2b2350;
}
.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title a:hover{
  color: #123455;
}
.saaspik-icon-box-wrapper .pixsass-icon-box-content p{
  margin: 0;
}

.saaspik-icon-box-wrapper.style-one {
  margin-top: 16px;
}
.saaspik-icon-box-wrapper.style-one .saaspik-icon-box-icon {
  margin-bottom: 40px;
  height: 150px;
}
.saaspik-icon-box-wrapper.style-one .pixsass-icon-box-content .pixsass-icon-box-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}
.saaspik-icon-box-wrapper.style-one .pixsass-icon-box-content .pixsass-icon-box-title a {
  color: #2b2350;
}
.saaspik-icon-box-wrapper.style-one .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
  color: #123455;
}
.saaspik-icon-box-wrapper.style-one .saaspik-icon-box-icon{
  margin-bottom: 10px;
  height: auto;
}
.saaspik-icon-box-wrapper.style-one .saaspik-icon-box-icon img {
  max-width: 140px;
}
.saaspik-icon-box-wrapper.style-one .pixsass-icon-box-content .pixsass-icon-box-title {
  margin-bottom: 10px;
}

.saaspik-icon-box-wrapper.style-two {
  margin-bottom: 88px;
}
.saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a {
  color: #2b2350;
}
.saaspik-icon-box-wrapper.style-two .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
  color: #123455;
}

.saaspik-icon-box-wrapper.style-three {
  border-radius: 6px;
  background-color: white;
  box-shadow: 0px 40px 60px 0px rgba(79, 35, 35, 0.14);
  padding: 40px 50px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 22;
  align-items: center;
}
.saaspik-icon-box-wrapper.style-three .saaspik-icon-box-icon {
  width: 70px;
  margin-right: 30px;
  margin-bottom: 0;
}
.saaspik-icon-box-wrapper.style-three .pixsass-icon-box-content {
  flex: 1;
}
.saaspik-icon-box-wrapper.style-three .pixsass-icon-box-content p {
  margin: 0;
}

.saaspik-icon-box-wrapper.style-four {
  border-radius: 4px;
  border: 1px solid #ece4e4;
  padding: 60px 40px 32px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.saaspik-icon-box-wrapper.style-four .layer {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.6s ease-in-out;
}
.saaspik-icon-box-wrapper.style-four .saaspik-icon-box-icon {
  margin-bottom: 44px;
  height: 80px;
}
.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content .pixsass-icon-box-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
}
.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content .pixsass-icon-box-title a {
  color: #2b2350;
}
.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
  color: #123455;
}
.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content p {
  margin-bottom: 22px;
}

.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content .more-btn {
  font-size: 35px;
  color: #bdb4b4;
  display: inline-block;
}
.saaspik-icon-box-wrapper.style-four .pixsass-icon-box-content .more-btn:hover {
  color: #123455;
}

.saaspik-icon-box-wrapper.style-four:hover {
  box-shadow: 0px 40px 60px 0px rgba(79, 35, 35, 0.14);
}
.saaspik-icon-box-wrapper.style-four:hover .layer {
  top: 0;
}

.saaspik-icon-box-wrapper.style-five {
  box-shadow: 0px 30px 60px 0px rgba(52, 27, 159, 0.1);
  padding: 45px 40px;
  background: #fff;
}
.saaspik-icon-box-wrapper.style-five .saaspik-icon-box-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #7052fb;
  color: #7052fb;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-bottom: 42px;
}
.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .pixsass-icon-box-title {
  margin-bottom: 15px;
}
.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
  color: #7052fb;
}
.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content p {
  margin-bottom: 35px;
}
.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .more-btn {
  color: #2b2350;
  font-weight: 500;
}
.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .more-btn i {
  vertical-align: middle;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .more-btn:hover {
  color: #7052fb;
}
.saaspik-icon-box-wrapper.style-five .pixsass-icon-box-content .more-btn:hover i {
  padding-left: 3px;
  color: #7052fb;
}
.saaspik-icon-box-wrapper.style-five:hover .saaspik-icon-box-icon {
  box-shadow: 0px 20px 30px 0px rgba(75, 42, 222, 0.2);
  background: #7052fb;
  color: #fff;
}

.saaspik-icon-box-wrapper.style-six {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.saaspik-icon-box-wrapper.style-six .saaspik-icon-box-icon {
  height: 70px;
  width: 70px;
  text-align: center;
  box-shadow: 0px 30px 40px 0px rgba(52, 27, 159, 0.1);
  padding: 15px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  margin-right: 30px;
  background: #fff;
}
.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content {
  flex: 1;
}
.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .pixsass-icon-box-title {
  margin-bottom: 15px;
  font-weight: 400;
  margin: 0;
}
.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
  color: #7052fb;
}
.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content p {
  margin-bottom: 35px;
}
.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .more-btn {
  color: #2b2350;
  font-weight: 500;
}
.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .more-btn i {
  vertical-align: middle;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .more-btn:hover {
  color: #7052fb;
}
.saaspik-icon-box-wrapper.style-six .pixsass-icon-box-content .more-btn:hover i {
  padding-left: 3px;
  color: #7052fb;
}

.saaspik-icon-box-wrapper.style-seven {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-icon {
  width: 60px;
  margin-right: 20px;
}
.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content {
  flex: 2;
}
.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content .saaspik-icon-box-title {
  font-size: 20px;
  color: #081e39;
  font-weight: 600;
  margin-bottom: 13px;
}
.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content .saaspik-icon-box-title a {
  color: #081e39;
}
.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content .saaspik-icon-box-title a:hover {
  color: #7052fb;
}
.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content p {
  color: #5e5b74;
  margin-bottom: 17px;
}
.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content .read-more {
  color: #5e5b74;
  font-size: 16px;
  font-weight: 500;
}
.saaspik-icon-box-wrapper.style-seven .saaspik-icon-box-content .read-more:hover {
  color: #7052fb;
}

.saaspik-icon-box-wrapper.style-eight {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 30px 50px 0px rgba(64, 24, 47, 0.08);
  text-align: center;
  padding: 40px 35px;
}
.saaspik-icon-box-wrapper.style-eight .pixsass-icon-box-content .pixsass-icon-box-title {
  margin-bottom: 15px;
}
.saaspik-icon-box-wrapper.style-eight .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
  color: #f97bc5;
}
.saaspik-icon-box-wrapper.style-eight .pixsass-icon-box-content p {
  margin-bottom: 35px;
}

.saaspik-icon-box-wrapper.style-nine {
  margin-bottom: 90px;
}
.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon {
  height: 70px;
  width: 70px;
  background: #fee4f4;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon.color-two {
  background: #fcf5e3;
}
.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon.color-three {
  background: #efe9fe;
}
.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon.color-four {
  background: #eaf7eb;
}
.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon.color-five {
  background: #e4f8fd;
}
.saaspik-icon-box-wrapper.style-nine .saaspik-icon-box-icon.color-six {
  background: #ffeae7;
}
.saaspik-icon-box-wrapper.style-nine .pixsass-icon-box-content .pixsass-icon-box-title {
  margin-bottom: 10px;
}
.saaspik-icon-box-wrapper.style-nine .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
  color: #f97bc5;
}
.saaspik-icon-box-wrapper.style-ten {
  padding: 50px 40px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 20px 60px 0px rgba(1, 51, 32, 0.1);
  text-align: center;
}
.saaspik-icon-box-wrapper.style-ten .pixsass-icon-box-content .pixsass-icon-box-title {
  margin-bottom: 15px;
}
.saaspik-icon-box-wrapper.style-ten .pixsass-icon-box-content p {
  margin-bottom: 30px;
}

.saaspik-icon-box-wrapper.style-eleven {
  box-shadow: 0px 20px 50px 0px rgba(14, 3, 52, 0.1);
  background: #fff;
  border-radius: 20px;
  padding: 55px 40px;
  transition: all 0.3s ease-in-out;
}
.saaspik-icon-box-wrapper.style-eleven .saaspik-icon-box-icon {
  height: 65px;
  display: flex;
  align-items: flex-end;
}
.saaspik-icon-box-wrapper.style-eleven .pixsass-icon-box-content .pixsass-icon-box-title {
  margin-bottom: 13px;
}
.saaspik-icon-box-wrapper.style-eleven .pixsass-icon-box-content p {
  color: #615f6b;
}
.saaspik-icon-box-wrapper.style-eleven:hover {
  background: #2c234d;
}
.saaspik-icon-box-wrapper.style-eleven:hover .pixsass-icon-box-content .pixsass-icon-box-title {
  color: #fff;
}
.saaspik-icon-box-wrapper.style-eleven:hover .pixsass-icon-box-content .pixsass-icon-box-title:hover {
  color: #f98e47;
}
.saaspik-icon-box-wrapper.style-eleven:hover .pixsass-icon-box-content .pixsass-icon-box-title a {
  color: #fff;
}
.saaspik-icon-box-wrapper.style-eleven:hover .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
  color: #f98e47;
}
.saaspik-icon-box-wrapper.style-eleven:hover .pixsass-icon-box-content p {
  color: #c3c0d0;
}

.saaspik-icon-box-wrapper.style-twelve {
  padding: 40px 35px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.saaspik-icon-box-wrapper.style-twelve .saaspik-icon-box-icon {
  height: 70px;
  width: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(19, 200, 70, 0.102);
}
.saaspik-icon-box-wrapper.style-twelve .saaspik-icon-box-icon.color--two {
  background: #fff3dd;
}
.saaspik-icon-box-wrapper.style-twelve .saaspik-icon-box-icon.color--three {
  background: #efe1fa;
}
.saaspik-icon-box-wrapper.style-twelve .saaspik-icon-box-icon.color--four {
  background: #f6d9e2;
}
.saaspik-icon-box-wrapper.style-twelve .saaspik-icon-box-icon.color--five {
  background: #dbddfa;
}
.saaspik-icon-box-wrapper.style-twelve .saaspik-icon-box-icon.color--six {
  background: #d1f0f1;
}
.saaspik-icon-box-wrapper.style-twelve .pixsass-icon-box-content .pixsass-icon-box-title {
  font-size: 20px;
  font-weight: 500;
  color: #2c234d;
}
.saaspik-icon-box-wrapper.style-twelve .pixsass-icon-box-content .pixsass-icon-box-title:hover {
  color: #14aeee;
}
.saaspik-icon-box-wrapper.style-twelve .pixsass-icon-box-content .pixsass-icon-box-title a {
  color: #2c234d;
}
.saaspik-icon-box-wrapper.style-twelve .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
  color: #14aeee;
}
.saaspik-icon-box-wrapper.style-twelve:hover {
  background: #fff;
  box-shadow: 0 30px 70px 0 rgba(5, 34, 85, 0.06);
}
@media (max-width: 768px) {
  .saaspik-icon-box-wrapper .pixsass-icon-box-content p br {
    display: none;
  }
  .feature-image-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .saaspik-icon-box-wrapper.style-three {
    text-align: center;
    display: block;
  }
  .saaspik-icon-box-wrapper.style-three .saaspik-icon-box-icon {
    margin: 0 auto 30px;
  }
}


/* ===== Function ===== */
.sp{
  display:none !important;
}
.tablet{
  display:none !important;
}
.sptab{
  display:none !important;
}
@media screen and (max-width:991px) and (min-width:481px){
  .pc{
    display:none !important;
  }
  .pctab{
    display:block !important;
  }
  .sptab{
    display:block !important;
  }
  .tablet{
    display:block !important;
  }
}
@media screen and (max-width:480px){
  .pc{
    display:none !important;
  }
  .pctab{
    display:none !important;
  }
  .sp{
    display:block !important;
  }
  .sptab{
    display:block !important;
  }
}

.mw-none{
  max-width: unset !important;
}
.no-scroll {
  overflow-y: hidden !important;
}
.flex-parents{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
}
.weight-bold{
  font-weight:bold !important;
}
.align-left{
  text-align:left !important;
}
.align-center{
  text-align:center !important;
}
.align-right{
  text-align:right !important;
}

.blk-link{
  cursor: pointer;
}
.blk-link .link {
  display: block;
  color: #797687;
}
.blk-link .normal {
  display: inline;
}
.blk-link .hover {
  display: none;
}
.blk-link.disable {
  cursor: auto;
  opacity: .8;
}
.blk-link.disable .link {
  display: relative;
  cursor: none;
  pointer-events: none;
}

/* Google Webfonts */
.ff-oswald{
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight:normal;
  font-style:normal;
}
.ff-noto-sans-jp{
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight:normal;
  font-style:normal;
}

/*Slick Slider読込ラグ対応*/
.slick-slider{
  display: none;
}
.slick-slider.slick-initialized{
  display:block;/*slick-initializedが付与されたら表示*/
}

/*Accordion　クリック開閉*/
.accordion .accordion-switch{
  text-align:center;
  position:relative;
}
.accordion .accordion-switch::before{
  position:absolute;
  font-family:'Font Awesome 5 Free';
  content:'\f13a';
  font-weight:900;
  transition:0.3s;
  right:1rem;
}
.accordion .accordion-switch.switch-open::before {
  transform: rotate(180deg);
}
.accordion .accordion-openarea{
  display:none;
  padding:1rem;
}


/* ===== Animation ===== */
@keyframes pixFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pixFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pixFadeDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pixFadeLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pixFadeRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pixZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pixBounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.pixFade {
  animation-name: pixFade;
}

.pixFadeUp {
  animation-name: pixFadeUp;
}

.pixFadeDown {
  animation-name: pixFadeDown;
}

.pixFadeLeft {
  animation-name: pixFadeLeft;
}

.pixFadeRight {
  animation-name: pixFadeRight;
}

.pixZoomIn {
  animation-name: pixZoomIn;
}

.pixBounceIn {
  animation-name: pixBounceIn;
}

.zoomIn {
  animation-name: zoomin;
}

@keyframes jumping {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(-20px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

@keyframes jump {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}

@keyframes stickySlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes moveclouds {
  0% {
    transform: translate3d(-10px, -10px, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(-20px, 20px, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(30px, 0px, 0);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    width: 82px;
    height: 82px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 150px;
    width: 150px;
    opacity: 0;
  }
}

@keyframes animationFramesLeft {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesRight {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, 1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes wave {
  0% {
    transform: rotateZ(0deg) translate3d(0, 3%, 0) rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 3%, 0) rotateZ(-360deg);
  }
}

@keyframes waveRote {
  0% {
    transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg) rotate(45deg) translate3d(0, 1%, 0) rotateZ(-360deg);
  }
}

@keyframes animateRight {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -179px);
  }
  100% {
    transform: translate(-346px, 617px);
  }
}

@keyframes animationFramesFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}

@keyframes animationFramesFive {
  0% {
    transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
  }
}


/* ===== NavBar ===== */
.site-header{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.site-header .header-inner .site-nav{
  width:100%;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:9rem;
  gap:2rem;
}
.site-header .header-inner .site-nav .menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.site-header .header-inner .site-nav .menu-wrapper:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.site-header .header-inner .site-logo{
  gap:2rem;
}
.site-header .header-inner .site-logo .title{
  font-size:1.8rem;
  font-weight:bold;
}
.site-header .header-inner .site-logo a{
  display: block;
  max-width:170px;
}
.site-header .header-inner .site-logo a img{
  width: 100%;
}
.site-header .header-inner .site-logo a .sticky-logo{
  display: none;
}
.site-header .nav-contact .tel{
  gap:1.5rem;
  font-weight:bold;
  font-size:1.5rem;
  white-space:nowrap;
}
.site-header .nav-contact .tel a{
  font-size:3rem;
  font-weight: bold;
}
.site-header .nav-contact .tel a img{
  height:32px;
  margin-right:0.5rem;
  position:relative;
  top:-3px;
}
.site-header .nav-contact .tel i{
  font-size: 85%;
  margin-right: 0.5rem;
  position: relative;
  bottom: 2px;
}
@media screen and (max-width:1200px) and (min-width:769px){
  .site-header .nav-contact .tel{
    flex-flow:column-reverse;
    gap:0;
    padding-bottom:0.7rem;
  }
}
@media screen and (max-width:991px) and (min-width:769px){
  .site-header .header-inner{
    text-align:center;
    padding:15px 0;
    display:flex;
  }
  .site-header .header-inner .site-logo{
    flex-wrap:wrap;
    gap:0.5rem;
    text-align:left;
  }
  .site-header .header-inner .site-logo a{
    width:30%;
  }
  .site-header .nav-contact .tel{
    gap:0.5rem;
    text-align:center;
  }
}
@media screen and (max-width:768px){
  .site-header .container{
    width:100%;
    max-width: unset;
  }
  .site-header .header-inner .site-nav{
    flex-direction:column;
    gap:0.2rem;
    margin:0.7rem 0;
    min-height:unset;
  }
  .site-header .header-inner .site-logo{
    gap:3vw;
  }
  .site-header .header-inner .site-logo a{
    width:35%;
  }
  .site-header .header-inner .site-logo .title{
    font-size:3vw;
    white-space:nowrap;
  }
  .site-header .nav-contact{
    width:100%;
  }
  .site-header .nav-contact .tel{
    gap:2vw;
    justify-content: center;
    font-size:2.2vw;
  }
  .site-header .nav-contact .tel a{
    font-size:3.5vw;
  }
}
@media screen and (max-width:480px){
  .site-header .nav-contact .tel a{
    font-size:5vw;
  }
  .site-header .nav-contact .tel{
    font-size:3vw;
  }
}

/*NavBar上部固定時*/
.pix-header-fixed{
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 999999;
  box-shadow: 0px 10px 20px 0px rgba(79, 35, 35, 0.08);
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  background: #fff;
}
.pix-header-fixed .header-inner .site-logo {
  padding: 18px 0;
}
.pix-header-fixed .header-inner .site-logo .logo-sticky {
  display: block;
}
.pix-header-fixed .header-inner .site-logo .logo-main {
  display: none;
}
.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn {
  background: transparent;
  color: #123455;
  box-shadow: none;
  border-color: #123455;
}
.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn:hover {
  background: #123455;
  color: #fff;
}
.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn,
.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two {
  border-color: #7052fb;
  color: #7052fb;
}
.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn:hover,
.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two:hover {
  background: #7052fb;
  color: #fff;
  border-color: #7052fb;
}
.pix-header-fixed .header-inner .site-nav.nav-two .site-main-menu li a:hover, .pix-header-fixed .header-inner .site-nav.nav-two .site-main-menu li a.current_page {
  color: #7052fb;
}
.pix-header-fixed .site-main-menu li {
  padding: 28px 0;
}
.pix-header-fixed .site-main-menu li.menu-item-has-children:after {
  color: #333;
}
.pix-header-fixed .site-main-menu li a:after {
  display: none;
}
.pix-header-fixed .site-main-menu li a:hover, .pix-header-fixed .site-main-menu li a.current_page {
  color: #123455;
}
.pix-header-fixed .site-main-menu li a:hover:before, .pix-header-fixed .site-main-menu li a:hover:after, .pix-header-fixed .site-main-menu li a.current_page:before, .pix-header-fixed .site-main-menu li a.current_page:after {
  background: #123455;
}
.pix-header-fixed .site-logo .main-logo {
  display: none;
}
.pix-header-fixed .site-logo .sticky-logo {
  display: block;
}
.pix-header-fixed.header-five .header-inner .site-nav .nav-right .nav-btn {
  color: #7052fb;
  border: 2px solid #7052fb;
}
.pix-header-fixed.header-five .header-inner .site-nav .nav-right .nav-btn:hover {
  background: #7052fb;
  border-color: #7052fb;
  color: #fff;
}
@media screen and (max-width:768px){
  .pix-header-fixed .header-inner .site-logo{
    padding:0;
  }
}


/* ===== MainVisual ===== */
.visual{
  position: relative;
}
.visual .visual-content-wrap{
  position: relative;
/*  transform: translateY(25%);
  z-index: 2;*/
}
.visual .visual-content .visual-title{
  font-size:6rem;
  line-height:7rem;
  font-weight:400;
  margin-bottom:2rem;
}
.visual .visual-content .visual-title span{
  font-weight:650;
}
.visual .visual-content .description{
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 47px;
}


/* ===== Call To Action ===== */
.call-to-action {
  background-image: linear-gradient(100deg, #4527a0 0%, #1976d2 100%);
  padding: 111px 0 120px;
  overflow: hidden;
}
.call-to-action .overlay-bg{
  position: absolute;
  right: 0;
  top: 0;
}
.call-to-action .action-content{
  position: relative;
}
.call-to-action .action-content .title{
  color:#fff;
  font-size:2.5rem;
  font-weight:bold;
  line-height:1.5;
}
.call-to-action .action-content p {
  color: #fff;
}
.call-to-action .action-content .pix-btn{
  padding: 12px 50px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px){
  .signup-heading .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .call-to-action {
    padding: 71px 0 80px;
  }
  .call-to-action.action-padding {
    padding: 74px 0 80px;
  }
  .call-to-action .action-content .title {
    font-size: 40px;
    line-height: 54px;
  }
  .call-to-action .text-right {
    text-align: center !important;
  }
  .call-to-action .action-content.style-two {
    margin-bottom: 30px;
    text-align: center;
  }
  .call-to-action .action-content.style-two .title {
    font-size: 32px;
    line-height: 42px;
  }
  .call-to-action .action-content.style-two .title br {
    display: none;
  }
  .call-to-action .scroll-circle {
    max-width: 400px;
  }
}
@media (max-width:768px){
  .call-to-action .action-content .title{
    font-size:4.5vw;
    line-height:1.7;
  }
  .call-to-action .scroll-circle{
    max-width:300px;
  }
  .signup-section .button-container{
    margin-top:3rem;
  }
  .signup-section .button-container.text-right{
    text-align:left !important;
  }
}


/* ===== Footer ===== */
#footer{
  background:#474747;
  color:#fff;
  font-size:1.4rem;
}
#footer .site-info{
  padding:4rem 0;
  justify-content:space-between;
  gap:2rem;
}
#footer .site-info a{
  color:#fff;
}
#footer .footer-logo{
  font-size:1.7rem;
  gap:1.5rem;
}
#footer .footer-logo .company-name{
  white-space:nowrap;
}
#footer .footer-logo img{
  width:8rem;
}
#footer .footer-secuity{
  padding:1.5rem 3rem;
  background:#fff;
  border-radius:10px;
  width:32rem;
}
#footer .copyright{
  border-top:1px solid #fff;
  padding:2rem;
}
@media screen and (max-width:991px){
  #footer .site-info{
    flex-wrap:wrap;
    gap:0;
    justify-content:space-between;
  }
  #footer .site-info .footer-block.footer-block01{
    width:100%;
  }
  #footer .site-info .footer-block.footer-block02{
    margin-right:1rem;
  }
}
@media screen and (max-width:768px){
  #footer .site-info{
    gap:2rem;
    flex-direction:column;
  }
  #footer .site-info .footer-block.footer-block01,
  #footer .site-info .footer-block.footer-block02,
  #footer .site-info .footer-block.footer-block03{
    width:30rem;
  }
  #footer .site-info .footer-block.footer-block02{
    margin:0;
  }
  #footer .footer-logo{
    flex-direction:column;
  }
  #footer .footer-logo img{
    width:6rem;
  }
  #footer .footer-secuity{
    width:100%;
    padding:3vw;
  }
}
@media screen and (max-width:480px){
  #footer .site-info .footer-block.footer-block01,
  #footer .site-info .footer-block.footer-block02,
  #footer .site-info .footer-block.footer-block03{
    width: calc(100% - 4rem);
  }
}
