@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix")
      format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"),
    url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  color: #555;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #fff;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

.edge--bottom {
  position: relative;
  z-index: 1;
}
.edge--bottom:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
.edge--bottom--reverse:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}

.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}

.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}

.edge--both {
  position: relative;
  z-index: 1;
}
.edge--both:before,
.edge--both:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.edge--both:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--both--reverse {
  position: relative;
  z-index: 1;
}
.edge--both--reverse:before,
.edge--both--reverse:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.edge--both--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 0;
}

#header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  position: fixed !important;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
@media screen and (max-width: 768px) {
  #header {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #header .navbar-brand {
    color: #52d3aa !important;
  }
  #header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #header #navbar li a:hover {
    color: #52d3aa !important;
  }
  #header #navbar li a span:before {
    background: transparent !important;
  }
  #header #navbar li.active a {
    background: transparent;
    background: none;
    color: #52d3aa !important;
  }
  #header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  h2,
  .h2 {
    font-size: 25px;
    line-height: 1.5;
  }
}
#header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#header #navbar li a {
  font-family: "Noto Sans JP", "Lato", sans-serif;
  color: #555;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
#header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#header #navbar li a:hover {
  color: #000;
}
#header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#header #navbar li.active a {
  background: transparent;
  background: none;
  color: #000;
}
#header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#header .navbar-brand {
  float: left;
  display: block;
  width: 220px;
}
#header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#header.navbar-fixed-top .navbar-brand {
  color: #52d3aa;
}
#header.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#header.navbar-fixed-top #navbar li a:hover {
  color: #52d3aa;
}
#header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #52d3aa;
}
#header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #52d3aa;
}
#header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#header .navbar-default .brand-slogan em {
  color: #52d3aa;
  font-style: normal;
}
#header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#home {
  background: url("../images/full_image_2.jpg");
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  color: #000;
  overflow: hidden;
  background-position: center center;
}
#home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.9;
  -webkit-backface-visibility: hidden;
}
#home,
#home .text-wrap {
  height: 900px;
}
#home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#home .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#home .text-inner a {
  color: white;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#home .text-inner a:hover,
#home .text-inner a:active,
#home .text-inner a:focus {
  text-decoration: none;
  color: white;
  border-bottom: 1px dashed white;
}
#home .text-inner h1 {
  font-size: 50px;
  color: white;
  margin: 0 0 20px 0;
}
#home .text-inner h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.slant {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  bottom: 0;
  margin-bottom: -35px;
  padding: 0;
  width: 101%;
}

video {
  max-width: 100%;
}

#intro {
  position: relative;
  bottom: 0;
  margin-top: 100px;
  z-index: 10;
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  #intro {
    padding-bottom: 3em;
  }
  #home {
    background-attachment: scroll;
  }
}
#intro > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#intro .block {
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 16px;
  min-height: 300px;
  vertical-align: middle;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  z-index: 7;
  flex-grow: 1;
  background-size: cover;
  position: relative;
  backgroun-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #intro .block {
    width: 100%;
  }
}
#intro .block > .overlay-darker {
  z-index: 8;
  opacity: 0.5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#intro .block > .overlay {
  background: #fff;
  opacity: 1;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#intro .block > .text {
  position: relative;
  z-index: 10;
}
#intro .block > .text .intro-icon {
  font-size: 50px;
  color: #52d3aa;
  margin-bottom: 30px;
  display: block;
}
#intro .block h2 {
  font-size: 24px;
  font-weight: 400;
}
#intro .block:hover > .overlay,
#intro .block:focus > .overlay {
  opacity: 0;
  z-index: 9;
}
#intro .block:hover > .text,
#intro .block:focus > .text {
  color: #fff;
}
#intro .block:hover > .text .intro-icon,
#intro .block:focus > .text .intro-icon {
  color: #fff;
}
#intro .block:hover h2,
#intro .block:focus h2 {
  color: #fff;
}
#intro .block:hover .btn,
#intro .block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
#intro .block:hover .btn:hover,
#intro .block:focus .btn:hover {
  background: #52d3aa !important;
  border: 2px solid #52d3aa !important;
}

.price-top {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.price-top img {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .price-top img {
    width: 100%;
  }
}

.price-top .btn-0 {
  position: absolute;
  top: 60%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0; /*余計な隙間を除く*/
  padding: 0; /*余計な隙間を除く*/
}

.watch-video {
  text-align: center;
  width: 100%;
  display: block;
  float: left;
}
.watch-video span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.watch-video .btn-video {
  display: block;
  font-size: 40px;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  border: 2px solid #fff;
  line-height: 0px;
  display: table;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.watch-video .btn-video:hover,
.watch-video .btn-video:focus,
.watch-video .btn-video:active {
  text-decoration: none;
}
.watch-video .btn-video i {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  right: -7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.watch-video .btn-video:hover i,
.watch-video .btn-video:focus i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.video-notice {
  clear: both;
  padding: 10px;
  text-align: center;
  font-size: 10px;
  color: #888;
}

#oils,
#services,
#testimonials,
#counters,
#work,
#contact,
#about {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  #oils,
  #services,
  #testimonials,
  #counters,
  #work,
  #contact,
  #about {
    padding: 2em 0;
  }
  #work,
  #oils {
    background-attachment: scroll;
  }
}

#oils,
#services,
#work,
#counters {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #oils,
  #services,
  #work,
  #counters {
    padding: 4em 0;
  }
}

#oils {
  background: url("../images/full_image_3.jpg");
  background-color: transparent;
  background-size: cover;
  /*background-attachment: fixed;*/
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: center center;
}
#oils .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.9;
  -webkit-backface-visibility: hidden;
}
#oils,
#oils .text-wrap {
  height: 600px;
}
#oils .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#oils .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#oils .text-inner a {
  color: white;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#oils .text-inner a:hover,
#home .text-inner a:active,
#home .text-inner a:focus {
  text-decoration: none;
  color: white;
  border-bottom: 1px dashed white;
}
#oils .text-inner h1 {
  font-size: 50px;
  color: white;
  margin: 0 0 20px 0;
}
#oils .text-inner h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

#services {
  background-color: #fff;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    100% 100%,
    color-stop(0, #3f95ea),
    color-stop(1, #52d3aa)
  );
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(
    top left,
    #3f95ea 0%,
    #52d3aa 100%
  );
  /* IE10+ */
  background-image: repeating-linear-gradient(
    to bottom right,
    #3f95ea 0%,
    #52d3aa 100%
  );
  background-image: -ms-repeating-linear-gradient(
    top left,
    #3f95ea 0%,
    #52d3aa 100%
  );
  overflow: hidden;
  position: relative;
}
#services:before,
#services:after {
  position: absolute;
  /*transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);*/
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#services:before {
  top: 0;
  margin-top: -35px;
}
#services:after {
  bottom: 0;
  margin-bottom: -35px;
}
#services .service {
  padding-right: 30px;
}
#services h3 {
  font-size: 16px;
}
#services .icon {
  font-size: 70px;
  margin-bottom: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#services .icon:before {
  color: #fff;
}
#services .section-heading h2 {
  color: #fff;
}
#services .section-heading h2.left-border:after {
  background: rgba(255, 255, 255, 0.3);
}

#counters {
  background: #52d3aa;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  padding: 9em 0 10em 0;
}
@media screen and (max-width: 768px) {
  #counters {
    padding: 4em 0;
  }
}
#counters .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
#counters:before,
#counters:after {
  position: absolute;
  /*transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);*/
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#counters:before {
  top: 0;
  margin-top: -35px;
}
#counters:after {
  bottom: 0;
  margin-bottom: -35px;
}
#counters .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}

#counters .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3) !important;
}
#counters .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.7) !important;
}
#counters .counter {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #counters .counter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }
}
#counters .counter .counter-icon,
#counters .counter .counter-number,
#counters .counter .counter-label {
  display: block;
}
#counters .counter .counter-icon {
  font-size: 40px;
  color: #52d3aa;
}
#counters .counter .counter-number {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}
#counters .counter .counter-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}

#testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#testimonials .box-testimony a:hover,
#testimonials .box-testimony a:focus,
#testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 30px;
  background: #fff;
  background: #52d3aa;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 10px solid black;
  border-top-color: #fff;
  border-top-color: #52d3aa;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#testimonials .box-testimony blockquote p {
  font-style: italic;
  color: #fff;
}
#testimonials .box-testimony .author {
  line-height: 20px;
  color: black;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 400;
}
#testimonials .box-testimony .author a {
  color: #52d3aa;
}
#testimonials .box-testimony .author a:hover {
  text-decoration: underline;
}
#testimonials .box-testimony .author > figure {
  float: left;
  margin-right: 10px;
}
#testimonials .box-testimony .author > figure img {
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#testimonials .box-testimony .author p {
  float: left;
  margin-top: 10px;
}
#testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400 !important;
}

#features .service .desc h3 {
  margin-top: 0;
  font-size: 18px;
}

#work {
  background: url("../images/upset.png");
  background-color: transparent;
  background-size: cover;
  /*background-attachment: fixed;*/
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: center center;
}
#work a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
#work a:hover {
  color: white;
}
#work:before,
#work:after {
  position: absolute;
  /*transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);*/
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#work:before {
  top: 0;
  margin-top: -35px;
}
#work:after {
  bottom: 0;
  margin-bottom: -35px;
}
#work .section-heading h2 {
  color: #fff;
}
#work .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3);
}
#work .section-heading h3 {
  color: rgba(255, 255, 255, 0.8);
}
#work .project-item {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  background: #f1fbff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#work .project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#work .project-item .text {
  padding: 10px 20px;
}
#work .project-item .text h2,
#work .project-item .text span {
  text-decoration: none !important;
}
#work .project-item .text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#work .project-item .text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
#work .project-item:hover,
#work .project-item:focus {
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  top: -15px;
}
#work .project-item:hover img,
#work .project-item:focus img {
  opacity: 0.7;
}
#work .project-item:hover h2,
#work .project-item:hover span,
#work .project-item:focus h2,
#work .project-item:focus span {
  text-decoration: none !important;
}

.person {
  border: 2px solid #f2f2f2;
  padding: 80px 30px 30px 30px;
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .person {
    margin-bottom: 3.5em;
  }
}
.person figure {
  position: absolute;
  margin-top: -60px;
  top: 0;
  left: 50%;
  margin-left: -60px;
  display: block;
  margin-bottom: 50px;
}
.person figure img {
  width: 120px;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.person h3 {
  margin-bottom: 0px;
}
.person .position {
  color: #b3b3b3;
  display: block;
  margin-bottom: 20px;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 400;
}
.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #52d3aa;
}

.btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
}

#contact {
  padding-bottom: 0;
}
#contact .contact-info {
  padding: 0;
  margin: 0 0 1.5em 0;
}
#contact .contact-info li {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding-left: 50px;
  list-style: none;
}
#contact .contact-info li i {
  position: absolute;
  top: 0.2em;
  left: 0;
}

.section-heading {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 20px;
}
.section-heading h2 {
  font-size: 36px;
  font-weight: 300;
  color: #444;
  position: relative;
  display: block;

  line-height: 1.5;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/*.section-heading h2.left-border:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #52d3aa;
  left: 0%;
  margin-left: 0px;
  bottom: 0;
}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #52d3aa;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}*/
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 28px;
    margin-top: 100px;
  }
  .price-top .btn-0 {
    top: 68%;
  }
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 14px !important;
    line-height: 34px;
  }
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.nav-toggle.active i::before,
.nav-toggle.active i::after {
  background: #52d3aa;
}
.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #52d3aa;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -100px;
  background: #52d3aa;
  transition: all 0.2s ease-out;
}
.nav-toggle i::before,
.nav-toggle i::after {
  content: "";
  width: 25px;
  height: 3px;
  background: #52d3aa;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nav-toggle i::before {
  top: -7px;
}

.nav-toggle i::after {
  bottom: -7px;
}

.nav-toggle:hover i::before {
  top: -10px;
}

.nav-toggle:hover i::after {
  bottom: -10px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.nav-toggle {
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .nav-toggle {
    display: block;
  }
}

#footer {
  padding: 50px 0;
  color: #7f7f7f;
  position: relative;
}
#footer .gotop {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -40px;
  background: #fff;
  z-index: 8;
  width: 80px;
  height: 80px;
  font-size: 30px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#footer .gotop:hover,
#footer .gotop:focus {
  top: -25px;
  text-decoration: none !important;
}
#footer .copyright {
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #1d8e60;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  box-shadow: none;
  background: #1d8e60;
}
.btn:hover,
.btn:active,
.btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover,
.social li a:active,
.social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #52d3aa;
  color: #fff;
}
.social li a.social-circle {
  background: #52d3aa;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #52d3aa;
  color: #fff;
}
.social.social-circle a {
  background: #52d3aa;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*# sourceMappingURL=style.css.map */

.frame-box-001 {
  padding: 30px;
  position: relative;
}

.frame-box-001::before,
.frame-box-001::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
}

.frame-box-001::before {
  border-left: solid 2px #000000;
  border-top: solid 2px #000000;
  top: 0;
  left: 0;
}

.frame-box-001::after {
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  bottom: 0;
  right: 0;
}

/******************* 
card
*******************/
.b-b-d {
  border-bottom: 1px dotted #ccc;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.card {
  border: 0px;
  margin-bottom: 30px;
}
.card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.card-group .card {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 30px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group .card {
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
}

.balloon {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fffaac;
  margin-right: 20px;
  font-family: Georgia, "Times New Roman", Times, "serif";
}

.balloon p {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  text-align: center;
  color: #000;
}

.balloon span {
  line-height: 2em;
  color: #000;
  font-size: 40px;
  font-weight: 500;
}

.b-all-p {
  border: 12px solid #fff3f9 !important;
}

@media (max-width: 767px) {
  .balloon {
    position: static;
    display: block;
    width: 50px;
    height: 50px;
    /* text-align: center; */
    margin: 0 auto 10px;
  }

  .balloon p {
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    font-size: 12px;
  }

  .balloon span {
    font-size: 20px;
  }
}

.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
/* QA */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 3em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(255, 255, 255, 1);
}
.cp_qa .cp_actab label::before {
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: "Q";
  color: #2696ff;
}
.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
}
.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: "+";
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
  font-size: 1.5em;
  position: absolute;
  margin: 0.7em 0 0 -1em;
  padding: 0;
  content: "A";
  color: #ff505c;
}
.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  background: #f5f5f5;
  border: 10px solid rgba(255, 255, 255, 1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type="checkbox"]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.btn-wrap button {
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
.btn-wrap button {
  position: relative;
  display: block;
  padding: 1em 2em 1em 1em;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 700px;
  line-height: 1;
  background: #fb5859;
  /*background: linear-gradient(to right, #5bbee5, #52ddae);*/
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  border-radius: 4em;
  margin: 0 auto;
}

.btn-wrap button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -6px;
  animation: element 1s ease-in-out alternate infinite;
  display: inline-block;
}

@keyframes element {
  0% {
    transform: translateX(0) rotate(45deg);
  }
  33% {
    transform: translateX(4px) rotate(45deg);
  }
  66% {
    transform: translateX(0) rotate(45deg);
  }
  100% {
    transform: translateX(4px) rotate(45deg);
  }
}

/*.btn-wrap button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  transform: rotate(45deg);
  transition: right 0.5s;
}

.btn-wrap button:hover:after{
  right: 1em;
}*/

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.section table {
  width: 80%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  margin: 0 auto;
}
.section table th {
  width: 22%;
  background: #f5f5f5;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
.section table td {
  　width: 75%;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 767px) {
  .section table {
    width: 100%;
  }
  .section table th,
  .section table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}

.container__ {
  margin: 30px auto 0;
  max-width: 300px;
  width: 100%;
}
.container__ img {
  height: auto;
  width: 100%;
}

.mov-container {
  margin-right: auto;
  margin-left: auto;
}
.mov-container:before,
.mov-container:after {
  content: " ";
  display: table;
}
.mov-container:after {
  clear: both;
}
@media (min-width: 768px) {
  .mov-container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .mov-container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .mov-container {
    max-width: 100%;
  }
}

.thumbnail .slick-track {
  transform: unset !important;
}

.thumbnail-img {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}
.thumbnail .slick-current {
  opacity: 1;
}

.outer {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  .outer {
    display: block;
    justify-content: center;
    align-items: center;
    height: 540px;
    margin-top: 20px;
  }

  .d-flex {
    display: -ms-flexbox !important;
    display: block;
  }
}

.box30-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box30 {
  margin: 1em;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
  font-size: 1.2em;
  background: #fff;
  padding: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box30 p {
  padding: 15px 20px;
  margin: 0;
  text-align: left;
}

@media all and (max-width: 767px) {
  .box30-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
  }
}

.popupCheck {
  display: none;
}

label {
  cursor: pointer;
}

.button {
  text-align: center;
}
.button label {
  display: inline-block;
  padding: 0.8em 4em;
  margin: 2em;
  color: #ffffff;
  font-size: 20px;
  background-color: #29304b;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
.button label:hover {
  color: #ffffff;
  background-color: #404b75;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}

.popupWrap,
.popupBg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 10;
}

.popupWrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}

.popupBg {
  cursor: pointer;
  opacity: 0.7;
  background-color: #000;
  z-index: 2;
}
.popupBg label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.popupCon {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  width: 92%;
  max-width: 640px;
  height: 86%;
  margin: auto;
  z-index: 3;
}

.popupInner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%;
  padding: 0 1.5em 1.5em;
  cursor: default;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.popupButton_Close {
  position: absolute;
  top: 0;
  right: 0;
}
.popupButton_Close label {
  display: inline-block;
  padding: 0.5em;
  color: #333;
  text-decoration: none;
  font-size: 2em;
}

.popupCheck:not(:checked) ~ .wrapper > *:not(.popupWrap) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.popupCheck:not(:checked) ~ .wrapper .popupWrap {
  opacity: 0;
  visibility: hidden;
}

.popupCheck:checked ~ .wrapper > *:not(.popupWrap) {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

#popup01:checked ~ .wrapper #popup01Con {
  opacity: 1;
  visibility: visible;
}

.popupTittle {
  padding: 2em 0.5em 1.5em;
  font-size: 2em;
  line-height: 1.3;
  text-align: center;
  color: #000;
}

.popupText .popupCover {
  margin: 0 -1.5em 1em;
}
.popupText p {
  margin-bottom: 1em;
  line-height: 1.7;
  color: #000;
}

.slick-next {
  right: 5px !important;
}
.slick-prev {
  left: 5px !important;
}
.slick-next:before {
  background: url(../images/arrow_r.png) !important;
  background-size: contain !important;
}
.slick-prev:before {
  background: url(../images/arrow_l.png) !important;
  background-size: contain !important;
}
.slick-arrow {
  z-index: 2 !important;
  width: 50px !important;
  height: 50px !important;
}
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8 !important;
}

.wpaw-slider .wpaw-slider__item {
  min-height: 540px !important;
}

.slider .row-bottom-padded-sm {
  margin: 0 auto;
}

a.btn--green {
  color: #fff;
  background-color: #094;
}

a.btn--green:hover {
  color: #fff;
  background: #00a349;
}

a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}

a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

a.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: "\f054";
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricecards {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.pricecard {
  flex: 0 0 45%;
  text-align: center;
  border: 3px solid #a2bc10;
  padding-bottom: 1rem;
  box-sizing: border-box;
  margin: 0 auto 3em;
}
.pricecard h3 {
  background: #a2bc10;
  color: #fff;
  padding: 10px;
  margin: 0;
  font-weight: bold;
}
.pricecard.premium {
  border: 3px solid #06c7ea;
}
.pricecard.premium h3 {
  background: #06c7ea;
  color: #fff;
  margin: 0;
}
.pricecard h4 {
  font-size: 300%;
  margin: 0 auto;
  padding: 1rem 0 0;
}
.pricecard small {
  font-size: 14px;
  font-weight: bold;
}
.pricecard p {
  margin: 0;
  padding: 1rem;
  text-align: left;
}
.pricecard a {
  padding: 10px 40px;
  background: #fb5859;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .profile_card,
  .pricecards,
  .profile_cards {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .pricecard,
  .card_photo {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
  }
}

.example {
  position: relative;
}

.example p {
  /*pタグを画像の真ん中に*/
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0; /*余計な隙間を除く*/
  padding: 0; /*余計な隙間を除く*/
  color: white; /*文字色*/
  font-size: 25px; /*文字サイズ*/
  text-align: center; /*pタグ内で更に中央寄せ*/
  font-family: "Quicksand", sans-serif;
}

.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.95);
  }
}

.white-popup-block {
  background: #fff;
  width: 50%;
  margin: 0 auto;
  padding: 5%;
  text-align: center;
}

@media all and (max-width: 767px) {
  .white-popup-block {
    width: 90%;
    margin: 0 auto;
    padding: 5%;
    text-align: center;
  }
}

.price-section {
  margin: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.price-section p {
  text-align: center;
  padding-block: 0;
}

.price-section h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.price-section strong {
  font-size: 300%;
  margin: 0 auto;
  padding: 1rem 0 0;
  font-weight: 400;
  color: #000;
}

.price-section strong small {
  color: #777777;
}

.register-link-wrap a {
  position: relative;
  display: block;
  padding: 1em 2em 1em 1em;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 700px;
  line-height: 1;
  background: #fb5859;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  border-radius: 4em;
  margin: 0 auto;
  width: 200px;
}

.register-link-wrap a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -6px;
  animation: element 1s ease-in-out alternate infinite;
  display: inline-block;
}
