@charset "UTF-8";
input[type="submit"] {
  -webkit-appearance: none;
}

section {
  padding: 0 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #2B2B2B;
  letter-spacing: 0.06em;
}

.section-content {
  width: auto;
  margin: auto;
  max-width: 1200px;
}

p {
  line-height: 1.5em;
  font-weight: bold;
}

a:hover {
  opacity: 0.7;
}

.text-red {
  color: #DD0000;
}

br.sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  br.sp {
    display: block;
  }
}

header, footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  height: 90px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

header .section-content, footer .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer {
  padding: 20px 0;
}

header {
  position: fixed;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  z-index: 100;
}

.header-content-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 90px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
  position: relative;
}

.header-content {
  height: 90px;
  position: relative;
  max-width: 1200px;
  width: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-nav li {
  font-size: 16px;
  padding: 0 16px;
  border-right: solid 1px #2B2B2B;
}

.global-nav li a {
  text-decoration: none;
  color: #2B2B2B;
  font-weight: bold;
}

.global-nav li:last-child {
  border-right: none;
}

.hunny-logo {
  width: 165px;
  height: auto;
}

.text-dot {
  padding-top: .4em;
  background-position: -0.04em top;
  background-repeat: repeat-x;
  background-size: 1.04em .3em;
  background-image: radial-gradient(0.12em 0.12em at center center, #DD0000, #DD0000 100%, transparent);
}

.text-highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FCE167));
  background: linear-gradient(transparent 70%, #FCE167 70%);
}

@media screen and (max-width: 1000px) {
  section {
    padding: 0 4vw;
  }
  header {
    position: fixed;
    height: 60px;
  }
  header .global-nav {
    display: none;
  }
  .header-content-wrapper {
    height: 60px;
    padding: 0 4vw;
  }
  .header-content {
    height: 60px;
  }
  .hunny-logo {
    width: 100px;
    height: auto;
  }
  footer {
    height: auto;
  }
  footer .section-content {
    display: block;
  }
  footer .hunny-logo {
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
  footer .global-nav {
    display: block;
    text-align: center;
  }
  footer .global-nav li {
    font-size: 14px;
    border-right: none;
    margin-bottom: 8px;
  }
}

/*fv*/
.lp-fv {
  background-image: url("images/fv-back.png");
  background-size: 1920px;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 90px;
}

.lp-fv .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lp-fv .fv-main {
  width: 48.5%;
  padding-top: 60px;
}

.lp-fv .fv-main .fv-headline {
  font-size: min(32px, 2.4vw);
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  line-height: 1.63em;
}

.lp-fv .fv-main .fv-text {
  font-size: 22px;
  line-height: 1.68em;
  margin-bottom: 36px;
}

.lp-fv .fv-main img {
  width: 65%;
  margin-left: 90px;
}

.lp-fv .fv-form {
  width: 48.5%;
  border: solid 5px #FDE98A;
  border-radius: 8px;
  background-color: #fff;
  padding: 40px 20px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp-fv .fv-form ul {
  display: none;
}

.lp-fv .fv-form .wpcf7-response-output, .lp-fv .fv-form .ajax-loader {
  display: none;
}

.lp-fv .fv-form .form-copy {
  font-size: 22px;
  line-height: 1.5em;
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.lp-fv .fv-form .form-copy:before {
  content: "";
  width: 63px;
  height: 2px;
  background-color: #F7AB00;
  position: absolute;
  top: 0;
  left: -10px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.lp-fv .fv-form .form-copy:after {
  content: "";
  width: 63px;
  height: 2px;
  background-color: #F7AB00;
  position: absolute;
  top: 0;
  right: -10px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.lp-fv .fv-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.lp-fv .fv-form label .form-head {
  width: 215px;
  background-color: #F7AB00;
  border-radius: 4px 0 0 4px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
}

.lp-fv .fv-form label .wpcf7-form-control-wrap {
  border: solid 1px #D9D9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px 4px 4px 0;
  width: calc(100% - 212px);
}

.lp-fv .fv-form label .wpcf7-form-control-wrap input {
  border: none;
  height: 48px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.lp-fv .fv-form .wpcf7-submit {
  height: 80px;
  border-radius: 40px;
  width: 80%;
  display: block;
  margin: auto;
  margin-top: 30px;
  border: none;
  background-color: #DD0000;
  -webkit-box-shadow: 0 6px 0 #A80000;
          box-shadow: 0 6px 0 #A80000;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  cursor: pointer;
}

.lp-fv .fv-form .wpcf7-submit:hover {
  opacity: 0.7;
}

.lp-cta {
  background-color: #FDD000;
  padding: 60px 40px;
}

.lp-cta h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.lp-cta .cta-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp-cta .cta-box .cta-item {
  width: 48%;
}

.lp-cta .cta-box .cta-item .bubble {
  background-color: #fff;
  padding: 25px 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}

.lp-cta .cta-box .cta-item .bubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
}

.lp-cta .cta-box .cta-item a {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 24px;
  line-height: 80px;
  width: 86%;
  border-radius: 40px;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.lp-cta .cta-box .cta-item a.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.lp-cta .cta-box .cta-item a:before {
  content: "";
  width: 100%;
  height: 85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  border: solid #fff 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.lp-cta .cta-box .cta-item a:after {
  content: "\025b6";
  font-size: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 5%;
  color: #fff;
}

.lp-cta .cta-box .cta-item:nth-child(1) span {
  color: #00CEBE;
}

.lp-cta .cta-box .cta-item:nth-child(1) a {
  background-color: #00CEBE;
  -webkit-box-shadow: 0 5px #00897F;
          box-shadow: 0 5px #00897F;
}

.lp-cta .cta-box .cta-item:nth-child(2) span {
  color: #007FCE;
}

.lp-cta .cta-box .cta-item:nth-child(2) a {
  background-color: #007FCE;
  -webkit-box-shadow: 0 5px #003455;
          box-shadow: 0 5px #003455;
}

@media screen and (max-width: 1000px) {
  .lp-fv {
    background-image: url("images/fv-back-sp.png");
    background-position: center calc(60px + 10vw);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 60px;
  }
  .lp-fv .section-content {
    display: block;
    padding: 25px 0 20px;
  }
  .lp-fv .fv-main {
    width: 100%;
    padding-top: 0;
  }
  .lp-fv .fv-main .fv-headline {
    font-size: min(32px, 5.3vw);
    letter-spacing: 0.04em;
    margin-bottom: 2.6vw;
  }
  .lp-fv .fv-main .fv-text {
    display: none;
  }
  .lp-fv .fv-main img {
    width: 53%;
    display: block;
    margin: auto;
  }
  .lp-fv .fv-form {
    display: none;
  }
  .lp-cta {
    padding: 30px 4vw;
  }
  .lp-cta h2 {
    font-size: min(36px, 5.3vw);
    margin-bottom: 24px;
  }
  .lp-cta .cta-box {
    width: 100%;
    display: block;
  }
  .lp-cta .cta-box .cta-item {
    width: 100%;
  }
  .lp-cta .cta-box .cta-item .bubble {
    width: 85%;
    background-color: #fff;
    display: block;
    margin: auto;
    padding: 8px 0;
    -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    font-size: min(24px, 4.2vw);
    margin-bottom: 30px;
  }
  .lp-cta .cta-box .cta-item a {
    font-size: min(24px, 4.8vw);
    line-height: 50px;
    width: 100%;
    border-radius: 25px;
  }
  .lp-cta .cta-box .cta-item a::before {
    content: "";
    height: 55px;
    border-radius: 25px;
  }
  .lp-cta .cta-box .cta-item:nth-child(1) {
    margin-bottom: 30px;
  }
  .cta-fv {
    background-color: transparent;
    padding: 0 4vw;
  }
  .cta-fv .cta-box .cta-item a:before {
    display: none;
  }
  .cta-fv .cta-box .cta-item:nth-child(1) a {
    background-color: #F7AB00;
    -webkit-box-shadow: 0 5px #DD8800;
            box-shadow: 0 5px #DD8800;
  }
  .cta-fv .cta-box .cta-item:nth-child(2) a {
    background-color: #FFEDC4;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: solid 1px #F7AB00;
    color: #2B2B2B;
  }
  .cta-fv .cta-box .cta-item:nth-child(2) a:after {
    color: #2B2B2B;
  }
}

/*遅いサーバー使ってませんか？*/
.lp-problem {
  background-image: url("images/problem-back.png");
  background-size: cover;
  background-position: center;
}

.lp-problem .section-content {
  padding: 60px 0;
}

.lp-problem h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5em;
}

.lp-problem .text-main {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.6em;
}

.lp-problem .card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.lp-problem .card-box .card {
  width: 31.6%;
  border-top: solid #FDD000 8px;
  border-radius: 4px;
  background-color: #fff;
  padding: 40px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 10px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 10px 6px rgba(0, 0, 0, 0.1);
}

.lp-problem .card-box .card img {
  width: auto;
  height: 180px;
  display: block;
  margin: auto;
  margin-bottom: 40px;
}

.lp-problem .card-box .card h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5em;
}

.lp-problem .card-box .card h3 span {
  position: relative;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FCE167));
  background: linear-gradient(transparent 70%, #FCE167 70%);
}

.lp-problem .card-box .card p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
}

@media screen and (max-width: 1000px) {
  .lp-problem .section-content {
    padding: 30px 0;
  }
  .lp-problem h2 {
    font-size: min(32px, 4.8vw);
    margin-bottom: 14px;
  }
  .lp-problem .text-main {
    margin-bottom: 20px;
    font-size: min(20px, 3.73vw);
  }
  .lp-problem .card-box {
    display: block;
  }
  .lp-problem .card-box .card {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .lp-problem .card-box .card img {
    width: 38vw;
    height: auto;
    margin-bottom: 20px;
  }
  .lp-problem .card-box .card h3 {
    font-size: min(20px, 4.26vw);
  }
  .lp-problem .card-box .card p {
    font-size: min(16px, 3.73vw);
  }
}

/*サーバーを変えるしかない！*/
.lp-change-server {
  background-color: #F8F8F8;
  position: relative;
}

.lp-change-server .section-content {
  padding: 60px 0;
}

.lp-change-server h2 {
  font-size: 32px;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.lp-change-server h2 br {
  display: none;
}

.lp-change-server .content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.lp-change-server .content-flex img {
  width: 29%;
  height: auto;
}

.lp-change-server .content-flex p {
  font-size: 22px;
}

.lp-change-server .server-chart {
  background-color: #fff;
  padding: 30px 40px;
  margin-bottom: 40px;
  min-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp-change-server .server-chart p {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.lp-change-server .server-chart p .text-highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FCE167));
  background: linear-gradient(transparent 70%, #FCE167 70%);
}

.lp-change-server .server-chart .server-type {
  position: relative;
}

.lp-change-server .server-chart .server-type img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes slideup {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes slideup {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.lp-change-server .server-chart .server-type-block {
  bottom: 75px;
  position: absolute;
  width: 70px;
}

.lp-change-server .server-chart .server-type-block-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.lp-change-server .server-chart .server-type-block-inner span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.lp-change-server .server-chart .server-type-block-inner::after {
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 18px;
  color: #2b2b2b;
  font-weight: bold;
  opacity: 0;
}

.lp-change-server .server-chart .server-type-block.on .server-type-block-inner span {
  -webkit-animation-name: slideup;
          animation-name: slideup;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.lp-change-server .server-chart .server-type-block.on .server-type-block-inner::after {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

.lp-change-server .server-chart .server-type-a {
  left: 149px;
  height: 35px;
}

.lp-change-server .server-chart .server-type-a .server-type-block-inner span {
  background-color: #dd0000;
  -webkit-animation-duration: .33s;
          animation-duration: .33s;
}

.lp-change-server .server-chart .server-type-a .server-type-block-inner::after {
  top: 11px;
  color: #ffffff;
  content: '0.33';
  -webkit-animation-delay: .33s;
          animation-delay: .33s;
}

.lp-change-server .server-chart .server-type-b {
  left: 294px;
  height: 69px;
}

.lp-change-server .server-chart .server-type-b .server-type-block-inner span {
  background-color: #fdd832;
  -webkit-animation-duration: .72s;
          animation-duration: .72s;
}

.lp-change-server .server-chart .server-type-b .server-type-block-inner::after {
  content: '0.72';
  -webkit-animation-delay: .72s;
          animation-delay: .72s;
}

.lp-change-server .server-chart .server-type-c {
  left: 439px;
  height: 82px;
}

.lp-change-server .server-chart .server-type-c .server-type-block-inner span {
  background-color: #fdd832;
  -webkit-animation-duration: .92s;
          animation-duration: .92s;
}

.lp-change-server .server-chart .server-type-c .server-type-block-inner::after {
  content: '0.92';
  -webkit-animation-delay: .92s;
          animation-delay: .92s;
}

.lp-change-server .server-chart .server-type-d {
  right: 465px;
  height: 115px;
}

.lp-change-server .server-chart .server-type-d .server-type-block-inner span {
  background-color: #fde991;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

.lp-change-server .server-chart .server-type-d .server-type-block-inner::after {
  content: '1.1';
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.lp-change-server .server-chart .server-type-e {
  right: 320px;
  height: 138px;
}

.lp-change-server .server-chart .server-type-e .server-type-block-inner span {
  background-color: #f8edb9;
  -webkit-animation-duration: 1.38s;
          animation-duration: 1.38s;
}

.lp-change-server .server-chart .server-type-e .server-type-block-inner::after {
  content: '1.38';
  -webkit-animation-delay: 1.38s;
          animation-delay: 1.38s;
}

.lp-change-server .server-chart .server-type-f {
  right: 175px;
  height: 168px;
}

.lp-change-server .server-chart .server-type-f .server-type-block-inner span {
  background-color: #e8e2c4;
  -webkit-animation-duration: 1.82s;
          animation-duration: 1.82s;
}

.lp-change-server .server-chart .server-type-f .server-type-block-inner::after {
  content: '1.82';
  -webkit-animation-delay: 1.82s;
          animation-delay: 1.82s;
}

.lp-change-server .server-chart .server-type-g {
  right: 30px;
  height: 252px;
}

.lp-change-server .server-chart .server-type-g .server-type-block-inner span {
  background-color: #d9d5c4;
  -webkit-animation-duration: 2.83s;
          animation-duration: 2.83s;
}

.lp-change-server .server-chart .server-type-g .server-type-block-inner::after {
  content: '2.83';
  -webkit-animation-delay: 2.83s;
          animation-delay: 2.83s;
}

.lp-change-server .text-main {
  font-size: 36px;
  font-style: italic;
  text-align: center;
}

.lp-change-server .arrow {
  position: absolute;
  width: 70px;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1000px) {
  .lp-change-server .section-content {
    padding: 30px 0;
  }
  .lp-change-server h2 {
    font-size: min(32px, 4.8vw);
    margin-bottom: 20px;
    line-height: 2em;
  }
  .lp-change-server h2 br {
    display: block;
  }
  .lp-change-server .content-flex {
    display: block;
    margin-bottom: 20px;
  }
  .lp-change-server .content-flex img {
    width: 53%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
  .lp-change-server .content-flex p {
    font-size: min(22px, 3.73vw);
    text-align: center;
  }
  .lp-change-server .server-chart {
    padding: 10px;
    margin-bottom: 20px;
    min-width: unset;
  }
  .lp-change-server .server-chart p {
    font-size: 2.6vw;
    text-align: center;
    margin-bottom: 15px;
  }
  .lp-change-server .server-chart .server-type-block {
    bottom: 6vw;
    width: 5.3666vw;
  }
  .lp-change-server .server-chart .server-type-block-inner::after {
    position: absolute;
    top: 1.22666vw;
    font-size: 1.38vw;
  }
  .lp-change-server .server-chart .server-type-a {
    left: 11.9233vw;
    height: 2.68333vw;
  }
  .lp-change-server .server-chart .server-type-a .server-type-block-inner::after {
    top: 0.84333vw;
  }
  .lp-change-server .server-chart .server-type-b {
    left: 23.24vw;
    height: 5.29vw;
  }
  .lp-change-server .server-chart .server-type-c {
    left: 34.45666vw;
    height: 6.28666vw;
  }
  .lp-change-server .server-chart .server-type-d {
    right: 36.55vw;
    height: 8.81666vw;
  }
  .lp-change-server .server-chart .server-type-e {
    right: 25.2333vw;
    height: 10.58vw;
  }
  .lp-change-server .server-chart .server-type-f {
    right: 14.01666vw;
    height: 12.88vw;
  }
  .lp-change-server .server-chart .server-type-g {
    right: 2.5vw;
    height: 19.32vw;
  }
  .lp-change-server .text-main {
    font-size: 4.1vw;
  }
  .lp-change-server .arrow {
    position: absolute;
    width: 40px;
    bottom: -20px;
  }
}

/*良質なサーバーへの移管！*/
.lp-high-speed {
  background-color: #FFF8E7;
}

.lp-high-speed .section-content {
  padding: 70px 0 60px;
}

.lp-high-speed h2 {
  font-size: 32px;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.lp-high-speed h2 br {
  display: none;
}

.lp-high-speed .text-main {
  font-size: 20px;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 40px;
}

.lp-high-speed .card {
  background-color: #fff;
  padding: 50px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.lp-high-speed .card-text {
  width: 60%;
}

.lp-high-speed .card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.lp-high-speed .card-title .title-num {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  background-image: url("images/num-back.png");
  background-repeat: no-repeat;
  background-position: center;
  padding-right: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: contain;
  margin-right: 15px;
}

.lp-high-speed .card-title p {
  font-size: 22px;
  line-height: 30px;
}

.lp-high-speed .card-title p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FCE167));
  background: linear-gradient(transparent 70%, #FCE167 70%);
}

.lp-high-speed .card-desc {
  font-size: 16px;
  max-width: 593px;
}

.lp-high-speed .card-desc small {
  font-size: 14px;
  color: #676767;
}

.lp-high-speed .card .card-img-sp {
  display: none;
}

.lp-high-speed .card:nth-child(3) .card-img-pc {
  width: 33%;
  height: auto;
}

.lp-high-speed .card:nth-child(4) .card-img-pc {
  width: 26%;
  height: auto;
}

.lp-high-speed .card:nth-child(5) .card-img-pc {
  width: 26%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .lp-high-speed .section-content {
    padding: 30px 0;
  }
  .lp-high-speed h2 {
    font-size: min(32px, 4.8vw);
    margin-bottom: 20px;
    line-height: 2em;
  }
  .lp-high-speed h2 br {
    display: block;
  }
  .lp-high-speed .text-main {
    font-size: min(20px, 3.73vw);
    margin-bottom: 20px;
  }
  .lp-high-speed .card {
    background-color: #fff;
    padding: 10px 20px;
    display: block;
    margin-bottom: 20px;
  }
  .lp-high-speed .card-text {
    width: 100%;
  }
  .lp-high-speed .card-title {
    margin-bottom: 20px;
  }
  .lp-high-speed .card-title .title-num {
    width: 50px;
    height: 50px;
    font-size: 22px;
    padding-right: 4px;
  }
  .lp-high-speed .card-title p {
    font-size: 22px;
    line-height: 30px;
  }
  .lp-high-speed .card-title p span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FCE167));
    background: linear-gradient(transparent 70%, #FCE167 70%);
  }
  .lp-high-speed .card-desc {
    font-size: 14px;
  }
  .lp-high-speed .card-desc small {
    font-size: 12px;
  }
  .lp-high-speed .card .card-img-pc {
    display: none;
  }
  .lp-high-speed .card .card-img-sp {
    display: block;
    width: 40vw;
    margin: auto;
    margin-bottom: 20px;
  }
}

/*Hunnyは一括サポート！*/
.lp-hunny-feature {
  background-image: url("images/feature-back.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left 570px;
}

.lp-hunny-feature .section-content {
  padding: 160px 0 60px;
  margin-top: -90px;
}

.lp-hunny-feature h2 {
  font-size: 32px;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.lp-hunny-feature h2 br {
  display: none;
}

.lp-hunny-feature .text-main {
  font-size: 20px;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 40px;
}

.lp-hunny-feature .feature-item {
  position: relative;
  height: 395px;
  text-align: right;
  margin-bottom: 50px;
}

.lp-hunny-feature .feature-item img {
  width: auto;
  height: 395px;
}

.lp-hunny-feature .feature-item .item-text {
  background-color: #fff;
  background-image: url(images/item-text-back.png);
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  text-align: left;
  background-size: cover;
  padding: 60px 30px 0;
  height: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 37.5px;
  width: 53.3%;
}

.lp-hunny-feature .feature-item .item-text h3 {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 25px;
}

.lp-hunny-feature .feature-item .item-text h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FCE167));
  background: linear-gradient(transparent 70%, #FCE167 70%);
}

.lp-hunny-feature .feature-item:nth-child(2n+1) {
  text-align: left;
}

.lp-hunny-feature .feature-item:nth-child(2n+1) .item-text {
  right: 0;
}

.lp-hunny-feature .feature-item:nth-child(2n) {
  text-align: right;
}

.lp-hunny-feature .feature-item:nth-child(2n) .item-text {
  left: 0;
}

@media screen and (max-width: 1000px) {
  .lp-hunny-feature {
    background-position: center;
  }
  .lp-hunny-feature .section-content {
    padding: 90px 0 30px;
    margin-top: -60px;
  }
  .lp-hunny-feature h2 {
    font-size: min(32px, 4.8vw);
    margin-bottom: 20px;
    line-height: 2em;
  }
  .lp-hunny-feature h2 br {
    display: block;
  }
  .lp-hunny-feature .text-main {
    font-size: min(20px, 3.73vw);
    margin-bottom: 20px;
  }
  .lp-hunny-feature .feature-item {
    height: auto;
    text-align: left;
    margin-bottom: 20px;
  }
  .lp-hunny-feature .feature-item img {
    width: 100%;
    height: auto;
  }
  .lp-hunny-feature .feature-item .item-text {
    background-image: url(images/item-text-back-sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding: 10px 20px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin: auto;
    margin-top: -60px;
    top: auto;
    width: 93%;
  }
  .lp-hunny-feature .feature-item .item-text h3 {
    font-size: min(22px, 4.8vw);
    font-weight: bold;
    margin-bottom: 20px;
  }
}

/*サーバーを移行することで*/
.lp-merits {
  background-color: #F8F8F8;
  position: relative;
  z-index: 3;
}

.lp-merits .section-content {
  padding: 60px 0;
}

.lp-merits h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.lp-merits .merit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 90px 0 40px;
  height: 210px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
}

.lp-merits .merit-item:after {
  position: absolute;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 20px;
  content: "";
  background-image: url("images/arrow2-bottom.png");
  background-size: cover;
}

.lp-merits .merit-item:last-child {
  margin-bottom: 0;
}

.lp-merits .merit-item:last-child:after {
  display: none;
}

.lp-merits .merit-item .merit-icon {
  width: 164px;
  height: 52px;
  background-image: url("images/merit-back.png");
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-merits .merit-item .item-text {
  width: 53%;
}

.lp-merits .merit-item .item-text h3 {
  font-size: 20px;
  position: relative;
  margin-bottom: 40px;
  font-weight: bold;
}

.lp-merits .merit-item .item-text h3:after {
  width: 58px;
  height: 2px;
  background-color: #F7AB00;
  position: absolute;
  bottom: -15px;
  left: 0;
  content: "";
}

.lp-merits .merit-item .item-img-pc {
  width: auto;
  height: 147px;
}

.lp-merits .merit-item .item-img-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .lp-merits .section-content {
    padding: 30px 0;
  }
  .lp-merits h2 {
    font-size: min(32px, 4.8vw);
    margin-bottom: 20px;
  }
  .lp-merits .merit-item {
    display: block;
    padding: 20px;
    height: auto;
    margin-bottom: 50px;
  }
  .lp-merits .merit-item:after {
    bottom: -35px;
  }
  .lp-merits .merit-item .merit-icon {
    margin: auto;
    margin-bottom: 20px;
  }
  .lp-merits .merit-item .item-text {
    width: 100%;
  }
  .lp-merits .merit-item .item-text h3 {
    font-size: min(20px, 4.3vw);
    margin-bottom: 40px;
    text-align: center;
  }
  .lp-merits .merit-item .item-text h3:after {
    bottom: -15px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .lp-merits .merit-item .item-img-pc {
    display: none;
  }
  .lp-merits .merit-item .item-img-sp {
    width: 40vw;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
}

/*導入事例*/
.lp-cases {
  background-image: url(images/cases-back.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  z-index: 2;
}

.lp-cases .section-content {
  padding: 150px 0 60px;
  margin-top: -90px;
}

.lp-cases h2 {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

.lp-cases .case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.lp-cases .case-item img {
  width: 31.6%;
  height: auto;
}

.lp-cases .case-item .case-text {
  width: 68.4%;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp-cases .case-item .case-text .text-head {
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.lp-cases .case-item .case-text .text-head h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.lp-cases .case-item .case-text .text-head span {
  font-size: 18px;
  font-weight: bold;
}

.lp-cases .case-item .case-text p {
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .lp-cases .section-content {
    padding: 90px 0 30px;
    margin-top: -60px;
  }
  .lp-cases h2 {
    font-size: min(32px, 4.8vw);
    margin-bottom: 20px;
  }
  .lp-cases .case-item {
    display: block;
    margin-bottom: 20px;
  }
  .lp-cases .case-item img {
    width: 100%;
  }
  .lp-cases .case-item .case-text {
    width: 100%;
    padding: 15px;
  }
  .lp-cases .case-item .case-text .text-head h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .lp-cases .case-item .case-text .text-head span {
    font-size: 16px;
  }
  .lp-cases .case-item .case-text p {
    font-size: 14px;
  }
}

/*料金*/
.lp-price {
  background-color: #FFF8E7;
  position: relative;
  z-index: 1;
}

.lp-price .section-content {
  padding: 150px 0 60px;
  margin-top: -90px;
}

.lp-price h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.lp-price .price-content {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.lp-price .sindan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #D9D9D9;
  margin-bottom: 20px;
}

.lp-price .monthly-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #D9D9D9;
  margin-bottom: 20px;
}

.lp-price .box-head {
  width: 26.3%;
  padding: 16px 0;
  background-color: #F7AB00;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.lp-price .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 44px;
}

.lp-price .box-content .price-normal {
  color: #676767;
  font-size: 22px;
  position: relative;
  margin-right: 56px;
}

.lp-price .box-content .price-normal:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 104%;
  height: 2px;
  background-color: #DD0000;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.lp-price .box-content .text-campaign {
  font-size: min(32px, 2.4vw);
  font-style: italic;
  position: relative;
}

.lp-price .box-content .text-campaign br {
  display: none;
}

.lp-price .box-content .text-campaign:before {
  content: "\025b6";
  font-size: 20px;
  font-style: normal;
  color: #FDD000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -38px;
}

.lp-price .box-content .text-monthly {
  font-size: 22px;
  font-style: italic;
}

.lp-price .box-content .text-monthly span {
  font-size: 32px;
  margin-right: 4px;
}

.lp-price .box-content .text-monthly small {
  font-size: 16px;
  font-style: normal;
  margin-left: 8px;
}

.lp-price .price-table-pc {
  width: 100%;
  font-weight: bold;
  margin-bottom: 8px;
  table-layout: fixed;
}

.lp-price .price-table-pc td {
  padding: 12px 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #676767;
  border: solid 1px #D9D9D9;
}

.lp-price .price-table-pc td.back-gray {
  background-color: #F8F8F8;
  font-size: 18px;
  color: #2B2B2B;
}

.lp-price .price-table-pc td.text-red {
  color: #DD0000;
}

.lp-price .price-table-pc th {
  background-color: #F8F8F8;
  font-size: 18px;
  color: #2B2B2B;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px 0;
  border: solid 1px #D9D9D9;
}

.lp-price .price-table-pc th:first-child {
  background-color: #F7AB00;
  color: #fff;
  font-size: 20px;
}

.lp-price .price-table-pc th:last-child {
  width: 290px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp-price .text-additional-pc {
  font-size: 16px;
}

.lp-price .text-additional-sp {
  display: none;
}

.lp-price .price-table-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .lp-price .section-content {
    padding: 90px 0 30px;
    margin-top: -60px;
  }
  .lp-price h2 {
    font-size: min(32px, 4.8vw);
    margin-bottom: 20px;
  }
  .lp-price .price-content {
    padding: 15px;
  }
  .lp-price .sindan {
    display: block;
    margin-bottom: 20px;
  }
  .lp-price .monthly-cost {
    display: block;
    margin-bottom: 0;
  }
  .lp-price .box-head {
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
  }
  .lp-price .box-content {
    display: block;
    text-align: center;
    padding-left: 0;
    padding-top: 20px;
  }
  .lp-price .box-content .price-normal {
    margin-right: 0;
    margin-bottom: 50px;
    display: inline-block;
  }
  .lp-price .box-content .text-campaign {
    font-size: 24px;
  }
  .lp-price .box-content .text-campaign br {
    display: block;
  }
  .lp-price .box-content .text-campaign:before {
    content: "\025bc";
    font-size: 20px;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .lp-price .box-content .text-monthly {
    font-size: 18px;
  }
  .lp-price .box-content .text-monthly span {
    font-size: 26px;
  }
  .lp-price .box-content .text-monthly small {
    font-size: 14px;
  }
  .lp-price .price-table-pc {
    display: none;
  }
  .lp-price .price-table-sp {
    display: table;
    width: 100vw;
    margin-left: -4vw;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 20px;
  }
  .lp-price .price-table-sp td {
    padding: 8px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    color: #676767;
    border: solid 1px #D9D9D9;
    background-color: #fff;
    min-width: 20vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lp-price .price-table-sp td.text-red {
    color: #DD0000;
  }
  .lp-price .price-table-sp th {
    font-size: 12px;
    color: #2B2B2B;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 8px;
    border: solid 1px #D9D9D9;
  }
  .lp-price .price-table-sp th:nth-child(2n+1) {
    background-color: #FDE98A;
  }
  .lp-price .price-table-sp th:nth-child(2n) {
    background-color: #FFF1B1;
  }
  .lp-price .text-additional-pc {
    display: none;
  }
  .lp-price .text-additional-sp {
    display: block;
    font-size: 11px;
  }
}

/*ご契約フロー*/
.lp-flow .section-content {
  padding: 55px 0;
}

.lp-flow h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.lp-flow .flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp-flow .flow-box .flow-item {
  position: relative;
}

.lp-flow .flow-box .flow-item img {
  width: 15.6vw;
  max-width: 200px;
  height: auto;
  margin: auto;
  margin-bottom: 15px;
  display: block;
}

.lp-flow .flow-box .flow-item .item-title {
  font-size: 22px;
  display: block;
  margin: auto;
  font-weight: bold;
  text-align: center;
}

.lp-flow .flow-box .flow-item .item-title .num {
  display: none;
}

.lp-flow .flow-box .flow-item:after {
  content: "\025b6";
  font-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: min(calc(6.74vw - 8px), 78px);
  right: -26px;
  color: #F7AB00;
}

.lp-flow .flow-box .flow-item:last-child:after {
  display: none;
}

@media screen and (max-width: 1000px) {
  .lp-flow .section-content {
    padding: 30px 0;
  }
  .lp-flow h2 {
    font-size: min(32px, 4.8vw);
    margin-bottom: 20px;
  }
  .lp-flow .flow-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 1000px) and (max-width: 480px) {
  .lp-flow .flow-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 1000px) {
  .lp-flow .flow-box .flow-item {
    margin-right: min(46px, 12.2vw);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 480px) {
  .lp-flow .flow-box .flow-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .lp-flow .flow-box .flow-item img {
    max-width: 134px;
    width: 35vw;
    margin-bottom: 8px;
  }
  .lp-flow .flow-box .flow-item .item-title {
    font-size: 16px;
  }
  .lp-flow .flow-box .flow-item .item-title .num {
    display: inline;
  }
  .lp-flow .flow-box .flow-item:after {
    top: 50px;
    right: -30px;
  }
  .lp-flow .flow-box .flow-item:last-child:after {
    display: none;
  }
}

/*診断の申し込み*/
.lp-contact {
  padding-top: 90px;
  background-color: #F8F8F8;
}

.lp-contact .section-content {
  padding: 150px 0 60px;
  margin-top: -90px;
}

.lp-contact h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.lp-contact .text-main {
  text-align: center;
  font-size: 20px;
  margin-bottom: 45px;
}

.lp-contact .form {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-bottom: 50px;
}

.lp-contact .form ul {
  display: none;
}

.lp-contact .form .wpcf7-response-output, .lp-contact .form .ajax-loader {
  display: none;
}

.lp-contact .form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  border-bottom: solid 1px #D9D9D9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-contact .form label .form-head {
  width: 280px;
  font-weight: bold;
}

.lp-contact .form label .wpcf7-form-control-wrap {
  width: calc(100% - 280px);
}

.lp-contact .form label .wpcf7-form-control-wrap input {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 4px;
  border: solid 1px #D9D9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.lp-contact .form p:nth-child(5) label {
  border-bottom: none;
}

.lp-contact .form .wpcf7-submit {
  height: 80px;
  border-radius: 40px;
  width: 420px;
  display: block;
  margin: auto;
  margin-top: 50px;
  border: none;
  background-color: #DD0000;
  -webkit-box-shadow: 0 6px 0 #A80000;
          box-shadow: 0 6px 0 #A80000;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  cursor: pointer;
}

.lp-contact .form .wpcf7-submit:hover {
  opacity: 0.7;
}

.lp-contact .cta-item .bubble {
  background-color: #fff;
  width: 580px;
  padding: 25px 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
  position: relative;
  margin: auto;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
}

.lp-contact .cta-item .bubble span {
  color: #007FCE;
}

.lp-contact .cta-item .bubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
}

.lp-contact .cta-item a {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 24px;
  line-height: 80px;
  width: 500px;
  border-radius: 40px;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-color: #007FCE;
  -webkit-box-shadow: 0 5px #003455;
          box-shadow: 0 5px #003455;
}

.lp-contact .cta-item a:after {
  content: "\025b6";
  font-size: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 5%;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .lp-contact {
    padding-top: 60px;
  }
  .lp-contact .section-content {
    padding: 90px 0 30px;
    margin-top: -60px;
  }
  .lp-contact h2 {
    font-size: min(32px, 4.8vw);
    margin-bottom: 20px;
  }
  .lp-contact .text-main {
    font-size: min(20px, 3.73vw);
    margin-bottom: 20px;
  }
  .lp-contact .form {
    padding: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .lp-contact .form label {
    display: block;
    height: auto;
    padding: 15px 0;
  }
  .lp-contact .form label .form-head {
    width: auto;
    margin-bottom: 8px;
    display: block;
  }
  .lp-contact .form label .wpcf7-form-control-wrap {
    width: auto;
  }
  .lp-contact .form .wpcf7-submit {
    height: 50px;
    border-radius: 25px;
    width: min(300px,100%);
    margin-top: 15px;
    font-size: 18px;
  }
  .lp-contact .cta-item .bubble {
    width: 85%;
    background-color: #fff;
    display: block;
    margin: auto;
    padding: 8px 0;
    -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    font-size: min(24px, 4.2vw);
    margin-bottom: 30px;
  }
  .lp-contact .cta-item a {
    font-size: min(24px, 4.8vw);
    line-height: 50px;
    width: 100%;
    border-radius: 25px;
  }
  .lp-contact .cta-item a:after {
    content: "\025b6";
    font-size: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 5%;
    color: #fff;
  }
}

/*バーガーメニュー*/
.burgermenu__trigger {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #F7AB00;
  z-index: 120;
  right: 4vw;
  top: 15px;
}

@media screen and (max-width: 1000px) {
  .burgermenu__trigger {
    display: block;
  }
}

.burgermenu__trigger:hover {
  cursor: pointer;
}

.burgermenu__trigger span {
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  left: 7px;
  border-radius: 1px;
  background: #fff;
  -webkit-transition: .3s ease-in-out, top .5s ease;
  transition: .3s ease-in-out, top .5s ease;
}

.burgermenu__trigger span:nth-child(1) {
  top: 9px;
}

.burgermenu__trigger span:nth-child(2) {
  top: 15px;
}

.burgermenu__trigger span:nth-child(3) {
  top: 21px;
}

.burgermenu__content {
  display: block;
  position: fixed;
  width: 100vw;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  top: 0;
  left: 0;
  padding-top: 60px;
  background-color: #F8F8F8;
  z-index: 99;
}

.burgermenu__content ul {
  position: relative;
  z-index: 3;
}

.burgermenu__content li {
  border-bottom: solid 1px #D9D9D9;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4vw;
}

.burgermenu__content li a {
  text-decoration: none;
  width: 100%;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 0.06em;
  color: #2B2B2B;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.burgermenu__content li a i {
  color: #F7AB00;
}

header.open .burgermenu__trigger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}

header.open .burgermenu__trigger span:nth-child(2) {
  opacity: 0;
}

header.open .burgermenu__trigger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 15px;
}

header.open .burgermenu__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*固定フッター*/
.cta-fixed {
  position: fixed;
  width: 100%;
  padding: 5px 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  z-index: 50;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  -webkit-transition: .3s;
  transition: .3s;
}

.cta-fixed.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cta-fixed a {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
  width: 48.6%;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.cta-fixed a br {
  display: none;
}

.cta-fixed a:after {
  content: "\025b6";
  font-size: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 5%;
  color: #fff;
}

.cta-fixed a:first-child {
  background-color: #00CEBE;
}

.cta-fixed a:nth-child(2) {
  background-color: #007FCE;
}

@media screen and (max-width: 1000px) {
  .cta-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 480px) {
  .cta-fixed a br {
    display: block;
  }
}

/*モーダルの無料診断フォーム*/
.blocker {
  z-index: 200;
  padding: 4vw;
}

.modal {
  border: solid 5px #FDE98A;
  width: 100%;
}

.modal a.close-modal {
  top: 12.5px;
  right: 12.5px;
}

.modal-form {
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: 0.06em;
}

.modal-form ul {
  display: none;
}

.modal-form .wpcf7-response-output {
  display: none;
}

.modal-form .form-copy {
  font-size: 18px;
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.modal-form label {
  margin-bottom: 15px;
  display: block;
}

.modal-form label .form-head {
  width: 100%;
  background-color: #F7AB00;
  border-radius: 4px;
  padding: 7px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

.modal-form label .wpcf7-form-control-wrap {
  border: solid 1px #D9D9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 36px;
  display: block;
}

.modal-form label .wpcf7-form-control-wrap input {
  border: none;
  height: 32px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.modal-form .wpcf7-submit {
  height: 50px;
  border-radius: 25px;
  width: 100%;
  display: block;
  margin: auto;
  border: none;
  background-color: #DD0000;
  -webkit-box-shadow: 0 6px 0 #A80000;
          box-shadow: 0 6px 0 #A80000;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  cursor: pointer;
}

.modal-form .wpcf7-submit:hover {
  opacity: 0.7;
}

/*問い合わせページ*/
.page-wrapper {
  padding: 90px 40px 60px;
}

.page-wrapper_contact {
  background-color: #F8F8F8;
}

.page-wrapper_thanks {
  background-color: #FFF8E7;
}

.page-content {
  max-width: 1200px;
  width: auto;
  margin: auto;
  padding-top: 50px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: 0.06em;
}

.page-title {
  font-size: 32px;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-title br {
  display: none;
}

.contact-content {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  padding: 50px;
  border-radius: 8px;
  margin-bottom: 50px;
}

.contact-content ul {
  display: none;
}

.contact-content .wpcf7-response-output, .contact-content .ajax-loader {
  display: none;
}

.contact-content label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  border-bottom: solid 1px #D9D9D9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-content label .form-head {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.contact-content label .form-head .required {
  font-weight: bold;
  color: #B10000;
  font-size: 14px;
}

.contact-content label .form-head .no-required {
  font-weight: bold;
  color: #006BE8;
  font-size: 14px;
}

.contact-content label .wpcf7-form-control-wrap {
  width: calc(100% - 280px);
}

.contact-content label .wpcf7-form-control-wrap input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  border: solid 1px #D9D9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.contact-content label .wpcf7-form-control-wrap textarea {
  border: solid 1px #D9D9D9;
  padding: 14px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 140px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.contact-content label:nth-child(7) {
  height: auto;
  border-bottom: none;
  padding-top: 20px;
}

.contact-content .wpcf7-submit {
  height: 80px;
  border-radius: 40px;
  width: 420px;
  display: block;
  margin: auto;
  margin-top: 50px;
  border: none;
  background-color: #DD0000;
  -webkit-box-shadow: 0 6px 0 #A80000;
          box-shadow: 0 6px 0 #A80000;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  cursor: pointer;
}

.contact-content .wpcf7-submit:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1000px) {
  .page-wrapper {
    padding: 60px 4vw 30px;
  }
  .page-content {
    padding-top: 30px;
  }
  .page-title {
    font-size: min(32px, 4.8vw);
    margin-bottom: 20px;
  }
  .page-title br {
    display: block;
  }
  .contact-content {
    padding: 15px;
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  .contact-content label {
    display: block;
    height: auto;
    padding: 15px 0;
  }
  .contact-content label .form-head {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 8px;
  }
  .contact-content label .form-head .required, .contact-content label .form-head .no-required {
    margin-left: 40px;
  }
  .contact-content label .wpcf7-form-control-wrap {
    width: auto;
  }
  .contact-content .wpcf7-submit {
    height: 50px;
    border-radius: 25px;
    width: min(300px,100%);
    margin-top: 15px;
    font-size: 18px;
  }
}

/*サンクスページ*/
.thanks-content {
  text-align: center;
}

.thanks-content .thanks-text {
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 30px;
}

.image-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-bottom: 45px;
  width: 350px;
}

.image-flex .hunny-logo {
  width: 210px;
}

.image-flex .thanks-img {
  width: 85px;
}

.access-box {
  width: 700px;
  margin: auto;
  margin-bottom: 45px;
  background-color: #fff;
  border: solid 5px #FDE98A;
  border-radius: 8px;
  padding: 30px 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.access-box p {
  font-size: 30px;
}

.access-box p i {
  color: #F7AB00;
  margin-right: 20px;
}

.backto-top {
  color: #006BE8;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
}

.backto-top img {
  width: 20px;
  height: auto;
  margin-right: 20px;
}

@media screen and (max-width: 1000px) {
  .thanks-content .thanks-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .image-flex {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
  }
  .image-flex .hunny-logo {
    width: 46.3%;
  }
  .image-flex .thanks-img {
    width: 27.5%;
  }
  .access-box {
    width: 100%;
    max-width: 700px;
    margin-bottom: 20px;
    border: solid 4px #FDE98A;
    padding: 20px;
  }
  .access-box p {
    font-size: 20px;
  }
  .access-box p i {
    margin-right: 14px;
  }
  .backto-top {
    font-size: 16px;
  }
  .backto-top img {
    width: 16px;
    margin-right: 20px;
  }
}
/*# sourceMappingURL=style.css.map */