@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  30% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes arrow1 {
  0% {
    background-position: left -97px;
  }
  50% {
    background-position: left 0;
  }
  100% {
    background-position: left 0;
  }
}
@keyframes arrow2 {
  0% {
    width: 0;
  }
  50% {
    width: 97px;
  }
  100% {
    width: 97px;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: none;
  }
}
@keyframes hyokkori {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
  }
}
@keyframes hyokkori2 {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(50px);
  }
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -10px);
  }
}
@keyframes showAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------
 	common
  ---------------------------------------------- */
body {
  overflow: auto;
  position: relative;
  background: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7;
  color: #222;
}
body.fixed:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 70;
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 767.98px) {
  body {
    font-size: 15px;
  }
}

a {
  color: #383737;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

img {
  -webkit-touch-callout: none;
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}

::placeholder {
  color: #bfbfbf;
}

.phone_link {
  text-decoration: none;
  cursor: default;
}
.phone_link:hover {
  text-decoration: none;
}

.is_sp {
  display: block;
}
@media screen and (min-width: 1100px) {
  .is_sp {
    display: none !important;
  }
}

.is_pc {
  display: none;
}
@media screen and (min-width: 1100px) {
  .is_pc {
    display: block !important;
  }
}

.is_sp_only {
  display: block;
}
@media screen and (min-width: 767.98px) {
  .is_sp_only {
    display: none !important;
  }
}

.l-wrapper {
  overflow: hidden;
}

.l-main {
  display: block;
  padding-top: 70px;
}
@media screen and (min-width: 1100px) {
  .l-main {
    padding-top: 90px;
  }
}

.l-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.animation.animated {
  animation-fill-mode: both;
}

.l-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 20px 0;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 90;
}
@media screen and (min-width: 1100px) {
  .l-header {
    height: 90px;
    padding: 20px 0 23px;
  }
}

.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  position: relative;
}
.header__logo--text {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  min-width: 220px;
}
.header__logo--img {
  width: 150px;
  padding-top: 6px;
}
@media screen and (min-width: 1100px) {
  .header__logo--img {
    width: 220px;
    padding-top: 0;
  }
}
.header__logo--img a {
  display: block;
}
@media screen and (min-width: 767.98px) {
  .header__logo--img a {
    opacity: 1;
    transition: opacity 300ms;
  }
  .header__logo--img a:hover {
    opacity: 0.7;
  }
}
.header__menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 32px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  z-index: 95;
}
.header__menu-btn:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 30px;
  height: 1px;
  box-sizing: border-box;
  background: #00bac6;
  transform: translateX(-50%);
  transition: all 300ms;
}
.header__menu-btn:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  width: 30px;
  height: 1px;
  background: #00bac6;
  transform: translateX(-50%);
  transition: all 300ms;
}
.header__menu-btn .-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 32px;
  font-size: 0;
}
.header__menu-btn .-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  box-sizing: border-box;
  background: #00bac6;
  transform: translateY(-50%) translateX(-50%);
  transition: all 300ms;
}
.header__menu-btn.is_open {
  background-color: #fff;
}
.header__menu-btn.is_open:before {
  width: 20px;
  top: 50%;
  height: 2px;
  background: #00bac6;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.header__menu-btn.is_open:after {
  width: 20px;
  top: 50%;
  height: 2px;
  background: #00bac6;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.header__menu-btn.is_open .-btn:before {
  display: none;
}
.header__btn_list {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
}
@media screen and (min-width: 1100px) {
  .header__btn_list {
    display: flex;
    justify-content: flex-end;
    position: static;
    padding: 0 20px;
    background-color: transparent;
    transform: translateX(0);
  }
}
.header__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 35px;
  margin-right: 10px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #00bac6;
  border-radius: 25px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.header__btn:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1100px) {
  .header__btn {
    width: 190px;
    height: 50px;
    margin-left: 10px;
    font-size: 15px;
    opacity: 1;
    transition: opacity 300ms;
  }
  .header__btn:hover {
    opacity: 0.7;
  }
}
.header__btn.-demo {
  background-color: #fff;
  color: #00bac6;
  border: 4px solid #00bac6;
}

.gnav {
  z-index: 1;
  position: fixed;
  top: 0;
  right: -220px;
  bottom: 0;
  width: 220px;
  padding: 80px 20px 0;
  box-sizing: border-box;
  background-color: #00bac6;
  transition: right 300ms;
  z-index: 90;
}
@media screen and (min-width: 1100px) {
  .gnav {
    display: none;
    position: relative;
    right: inherit !important;
    width: calc(100% - 220px);
    padding: 0;
    background-color: transparent;
    transition: none;
  }
}
@media screen and (min-width: 1100px) {
  .gnav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.gnav.is_open {
  right: 0px;
}

@media screen and (min-width: 1100px) {
  .gnav-list {
    display: flex;
    padding-top: 3px;
  }
}
.gnav-list li {
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .gnav-list li {
    margin-bottom: 0;
    margin-left: 35px;
  }
}
.gnav-list a {
  position: relative;
  display: block;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 1100px) {
  .gnav-list a {
    padding: 10px 0;
    font-weight: 500;
    color: #222;
  }
}
.gnav-list a:hover::before {
  width: 100%;
}
.gnav-list a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #00bac6;
  transition: all 300ms;
}

.l-footer {
  padding: 50px 0;
  background-color: #222;
}
.l-footer .l-container {
  position: relative;
}
.l-footer a {
  color: #fafafa;
  cursor: pointer;
  text-decoration: underline;
}
.l-footer a:hover {
  color: #ccd1d8;
}

.footer__copyright {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.footer__copyright small {
  font-size: 9px;
}

.pagetop {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 100px;
  font-size: 0;
}
@media screen and (min-width: 767.98px) {
  .pagetop {
    display: block;
    opacity: 1;
    transition: opacity 300ms;
  }
  .pagetop:hover {
    opacity: 0.7;
  }
}
.pagetop::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border-bottom: solid 1px #525252;
  border-right: solid 1px #525252;
  transform: translateY(-25%) translateX(-50%) rotate(-135deg);
}

.c-section {
  padding-top: 35px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  .c-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.c-section.-color_bg {
  background-image: url(../img/v2top/bg_color.png);
}

.c-section__title {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .c-section__title {
    margin-bottom: 50px;
  }
}
.c-section__title .-title__en {
  display: block;
  font-family: "Spartan", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #00bac6;
  opacity: 0;
  transform: translateY(20px);
  transition: all 700ms;
}
@media screen and (min-width: 1100px) {
  .c-section__title .-title__en {
    font-size: 16px;
  }
}
.c-section__title .-title__en.animated {
  opacity: 1;
  transform: translateY(0);
}
.-color_bg .c-section__title .-title__en {
  color: #fff;
}
.c-section__title .-title__ja {
  display: block;
  margin-top: 10px;
  font-family: "Spartan", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #222;
}
@media screen and (min-width: 1100px) {
  .c-section__title .-title__ja {
    font-size: 50px;
  }
}
.-color_bg .c-section__title .-title__ja {
  color: #fff;
}
.c-section__title .-primary {
  color: #00bac6;
}

.mv {
  position: relative;
  width: 100%;
  background-image: url(../img/v2top/mv_sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 1100px) {
  .mv {
    background-image: url(../img/v2top/mv.jpg);
    background-size: cover;
  }
}
.mv .l-container {
  position: relative;
  display: block;
  width: 100%;
  height: 570px;
  padding: 0;
}
@media screen and (min-width: 767.98px) {
  .mv .l-container {
    height: 755px;
  }
}
.mv__text {
  opacity: 0;
  position: absolute;
  top: 8%;
  right: 5%;
  font-size: 6.5vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 10px #220e01, 0px 0px 10px #220e01, 0px 0px 10px #220e01;
  color: #fff;
  transform: translateY(30px);
  transition-property: all;
  transition-duration: 700ms;
}
@media screen and (min-width: 767.98px) {
  .mv__text {
    right: unset;
    left: 47%;
    font-size: 5.5vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1100px) {
  .mv__text {
    right: unset;
    font-size: 56px;
    line-height: 1.6;
  }
}
.mv__capture {
  position: absolute;
  bottom: 29%;
  right: 5%;
  max-width: 300px;
  width: 82%;
}
@media screen and (min-width: 767.98px) {
  .mv__capture {
    bottom: 5%;
    right: unset;
    left: 43%;
    max-width: 491px;
    width: 52%;
  }
}
.mv__point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 27%;
  left: 5%;
  max-width: 240px;
  width: 120px;
  max-height: 240px;
  height: 120px;
  background: #00d2ff;
  background: -moz-linear-gradient(top, #00d2ff 0%, #615dff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00d2ff), color-stop(100%, #615dff));
  background: -webkit-linear-gradient(top, #00d2ff 0%, #615dff 100%);
  background: -o-linear-gradient(top, #00d2ff 0%, #615dff 100%);
  background: -ms-linear-gradient(top, #00d2ff 0%, #615dff 100%);
  background: linear-gradient(to bottom, #00d2ff 0%, #615dff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=0 );
  border: solid 2px #fff;
  border-radius: 240px;
  text-align: center;
}
@media screen and (min-width: 767.98px) {
  .mv__point {
    bottom: 18%;
    left: 36%;
    width: 240px;
    height: 240px;
    border: solid 5px #fff;
  }
}
.mv__point--price {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 767.98px) {
  .mv__point--price {
    margin-bottom: 30px;
  }
}
.mv__point--price::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 767.98px) {
  .mv__point--price::after {
    bottom: -20px;
    border-width: 16px 9px 0 9px;
  }
}
.mv__point--price .-head {
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 767.98px) {
  .mv__point--price .-head {
    margin-bottom: -3px;
    font-size: 18px;
  }
}
.mv__point--price .-number {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 767.98px) {
  .mv__point--price .-number {
    font-size: 30px;
  }
}
.mv__point--price .-bottom {
  margin-left: -3px;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 767.98px) {
  .mv__point--price .-bottom {
    font-size: 20px;
  }
}
.mv__point--price__block {
  position: relative;
}
.mv__point--price__block::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.mv__point--price__block::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.mv__point--value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mv__point--value .-now {
  position: absolute;
  top: -2px;
  left: -3px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  background-image: url(../img/v2top/mv_now.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
  color: #353535;
}
@media screen and (min-width: 767.98px) {
  .mv__point--value .-now {
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    font-size: 16px;
  }
}
.mv__point--value .-head {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #fffc00;
}
@media screen and (min-width: 767.98px) {
  .mv__point--value .-head {
    font-size: 30px;
  }
}
.mv__point--value .-number {
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 0.8;
  color: #fffc00;
}
@media screen and (min-width: 767.98px) {
  .mv__point--value .-number {
    font-size: 65px;
  }
}
.mv__point--value .-bottom {
  margin-left: -3px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fffc00;
}
@media screen and (min-width: 767.98px) {
  .mv__point--value .-bottom {
    font-size: 20px;
  }
}
.mv__point--value__text {
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 767.98px) {
  .mv__point--value__text {
    margin-top: 3px;
    font-size: 19px;
  }
}
.mv__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  width: 80%;
  height: 50px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1.5px 1.5px 0px 0px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 767.98px) {
  .mv__btn {
    bottom: 5%;
    left: 20px;
    transform: translateX(0);
    width: 38%;
    height: 70px;
    border-radius: 10px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
    font-size: 18px;
  }
}
.mv__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 20px;
  height: 19px;
  background-image: url(../img/v2top/mv_arrow_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 767.98px) {
  .mv__btn::after {
    right: 40px;
    width: 21px;
    height: 18px;
    background-image: url(../img/v2top/mv_arrow.png);
    background-size: 100%;
  }
}
.mv__btn:hover::after, .mv__btn:focus::after {
  right: 23px;
}
@media screen and (min-width: 767.98px) {
  .mv__btn:hover::after, .mv__btn:focus::after {
    right: 30px;
  }
}
.mv.animated .mv__text {
  transform: translateY(0);
  opacity: 1;
}

.catchcopy {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  text-align: center;
}
.catchcopy p + p {
  margin-top: 20px;
}
.catchcopy .-text {
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 767.98px) {
  .catchcopy .-text {
    font-size: 35px;
  }
}
.catchcopy br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .catchcopy .-text {
    font-size: 15px;
  }
  .catchcopy br.sp {
    display: block;
  }
}

.case__detail .-title {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #00bac6;
}
@media screen and (min-width: 1100px) {
  .case__detail .-title {
    font-size: 20px;
  }
}
.case__detail .-message {
  position: relative;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 15px 20px;
  background-color: rgba(203, 236, 238, 0.5);
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #00bac6;
  opacity: 0;
  transform: translateY(20px);
  transition: all 700ms;
}
@media screen and (min-width: 1100px) {
  .case__detail .-message {
    padding: 30px 40px;
    font-size: 30px;
  }
}
.case__detail .-message::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: rgba(203, 236, 238, 0.5) transparent transparent transparent;
}
@media screen and (min-width: 1100px) {
  .case__detail .-message::after {
    right: 40px;
    bottom: -32px;
    border-width: 32px 32px 0 0;
  }
}
.case__detail .-message.animated {
  opacity: 1;
  transform: translateY(0);
}
.case__detail .-message.animated.is-opt::after {
  opacity: 1;
  transform: translateY(0);
}
.case__detail .-detail__body {
  position: relative;
  max-width: 549px;
  margin-right: auto;
  margin-left: auto;
}
.case__detail .-thmbnail {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  .case__detail .-thmbnail {
    width: 100%;
  }
}
.case__detail .-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 180px;
  height: 42px;
  margin-top: -10px;
  margin-right: -10px;
  margin-left: auto;
  background-color: #fff;
  border: solid 1px #00bac6;
  border-radius: 100px;
  font-size: 13px;
  font-weight: bold;
  color: #00bac6;
  transition-property: all;
  transition-duration: 300ms;
  z-index: 10;
}
@media screen and (min-width: 1100px) {
  .case__detail .-btn {
    font-size: 15px;
    margin-top: -20px;
    margin-right: -20px;
  }
}
.case__detail .-btn__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case__detail .-btn__title::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 19px;
  margin-right: 12px;
  background-image: url(../img/v2top/arrow_primary.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition-property: all;
  transition-duration: 300ms;
}
.case__detail .-btn:hover, .case__detail .-btn:focus {
  background-color: #00bac6;
  color: #fff;
}
.case__detail .-btn:hover .-btn__title::before, .case__detail .-btn:focus .-btn__title::before {
  margin-right: 6px;
  background-image: url(../img/v2top/arrow_white.png);
}
.case__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 767.98px) {
  .case__list {
    opacity: 0;
    justify-content: flex-start;
    margin-top: 60px;
    padding-right: 0;
    padding-left: 0;
  }
}
.case__list.slick-initialized {
  opacity: 1;
}
.case__list .list_item {
  max-width: 300px;
  width: 47%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 767.98px) {
  .case__list .list_item {
    max-width: auto;
    width: 33%;
    margin-bottom: 0;
    margin-right: 25px;
    margin-left: 25px;
    box-sizing: border-box;
  }
}
.case__list a {
  display: block;
}
.case__list .-item__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px) {
  .case__list .-item__title {
    font-size: 20px;
  }
}
.case__list .-item__detail {
  aspect-ratio: 3/1;
}

.features__list {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.features__list .list_item {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 34px 30px 100px;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 2.5px #fc6d6f;
  border-radius: 50px;
}
@media screen and (min-width: 767.98px) {
  .features__list .list_item {
    width: 85%;
    margin-bottom: 20px;
    padding: 40px 70px;
    border: solid 5px #fc6d6f;
  }
}
.features__list .list_item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 767.98px) {
  .features__list .list_item::after {
    top: 50%;
    left: unset;
    transform: translateY(-50%) translateX(0);
  }
}
@media screen and (min-width: 767.98px) {
  .features__list .list_item:nth-child(odd)::after {
    right: -25%;
  }
}
@media screen and (min-width: 767.98px) {
  .features__list .list_item:nth-child(odd) .-item__title {
    padding-right: 50px;
  }
}
@media screen and (min-width: 767.98px) {
  .features__list .list_item:nth-child(odd) .-item__text {
    padding-right: 50px;
  }
}
.features__list .list_item:nth-child(even) {
  margin-left: auto;
}
@media screen and (min-width: 767.98px) {
  .features__list .list_item:nth-child(even)::after {
    left: -25%;
  }
}
@media screen and (min-width: 767.98px) {
  .features__list .list_item:nth-child(even) .-item__title {
    padding-left: 100px;
  }
}
@media screen and (min-width: 767.98px) {
  .features__list .list_item:nth-child(even) .-item__text {
    padding-left: 100px;
  }
}
.features__list .list_item .-item__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (min-width: 1100px) {
  .features__list .list_item .-item__title {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
.features__list .list_item .-item__text {
  max-width: 600px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.features__list .-list_item01::after {
  max-width: 218px;
  width: 100%;
  height: 128px;
  background-image: url(../img/v2top/features_img01.png);
  background-size: 100%;
}
@media screen and (min-width: 767.98px) {
  .features__list .-list_item01::after {
    max-width: 349px;
    width: 40%;
    height: 204px;
  }
}
.features__list .-list_item02::after {
  max-width: 218px;
  width: 100%;
  height: 131px;
  background-image: url(../img/v2top/features_img02.png);
  background-size: 100%;
}
@media screen and (min-width: 767.98px) {
  .features__list .-list_item02::after {
    max-width: 349px;
    width: 40%;
    height: 204px;
  }
}
.features__list .-list_item03::after {
  max-width: 218px;
  width: 100%;
  height: 128px;
  background-image: url(../img/v2top/features_img03.png);
  background-size: 100%;
}
@media screen and (min-width: 767.98px) {
  .features__list .-list_item03::after {
    max-width: 349px;
    width: 40%;
    height: 204px;
  }
}

.functions__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.functions__list .list_item {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 700ms;
}
.functions__list .list_item.is-opt {
  position: relative;
}
.functions__list .list_item.is-opt::after {
  content: "opt.";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #898989;
  border-radius: 50px;
  font-family: "Spartan", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: all 700ms;
}
.functions__list .list_item.animated {
  opacity: 1;
  transform: translateY(0);
}
.functions__list .list_item.animated.is-opt::after {
  opacity: 1;
  transform: translateY(0);
}
.functions__list .-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  background-color: #00bac6;
}
@media screen and (min-width: 767.98px) {
  .functions__list .-icon {
    margin-bottom: 15px;
  }
}
.functions__list .-icon img {
  max-width: 120px;
}
.functions__list .-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 767.98px) {
  .functions__list .-title {
    font-size: 18px;
  }
}
.functions__list--big {
  margin-bottom: 60px;
}
.functions__list--big .list_item {
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (min-width: 767.98px) {
  .functions__list--big .list_item {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.functions__list--big .-icon {
  width: 140px;
  height: 140px;
  border-radius: 220px;
}
@media screen and (min-width: 767.98px) {
  .functions__list--big .-icon {
    width: 180px;
    height: 180px;
  }
}
@media screen and (min-width: 1100px) {
  .functions__list--big .-icon {
    width: 220px;
    height: 220px;
  }
}
.functions__list--small .list_item {
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
}
@media screen and (min-width: 767.98px) {
  .functions__list--small .list_item {
    margin-right: 15px;
    margin-bottom: 60px;
    margin-left: 15px;
  }
}
.functions__list--small .-icon {
  width: 140px;
  height: 140px;
  border-radius: 180px;
}
@media screen and (min-width: 767.98px) {
  .functions__list--small .-icon {
    width: 160px;
    height: 160px;
  }
}
@media screen and (min-width: 1100px) {
  .functions__list--small .-icon {
    width: 180px;
    height: 180px;
  }
}
.functions .-list_item01 img {
  width: 72px;
}
@media screen and (min-width: 767.98px) {
  .functions .-list_item01 img {
    width: 108px;
  }
}
.functions .-list_item02 img {
  width: 62px;
}
@media screen and (min-width: 767.98px) {
  .functions .-list_item02 img {
    width: 94px;
  }
}
.functions .-list_item03 img {
  width: 68px;
}
@media screen and (min-width: 767.98px) {
  .functions .-list_item03 img {
    width: 102px;
  }
}
.functions .-list_item04 img {
  width: 70px;
}
@media screen and (min-width: 767.98px) {
  .functions .-list_item04 img {
    width: 110px;
  }
}
.functions .-list_item05 img {
  width: 80px;
}
@media screen and (min-width: 767.98px) {
  .functions .-list_item05 img {
    width: 120px;
  }
}
.functions .-list_item06 img {
  width: 25px;
}
@media screen and (min-width: 767.98px) {
  .functions .-list_item06 img {
    width: 76px;
  }
}
.functions .-list_item07 img {
  width: 75px;
}
@media screen and (min-width: 767.98px) {
  .functions .-list_item07 img {
    width: 100px;
  }
}
.functions .-list_item08 img {
  width: 50px;
}
@media screen and (min-width: 767.98px) {
  .functions .-list_item08 img {
    width: 75px;
  }
}
.functions .-list_item09 img {
  width: 56px;
}
@media screen and (min-width: 767.98px) {
  .functions .-list_item09 img {
    width: 85px;
  }
}
.functions .-list_item10 img {
  width: 43px;
}
@media screen and (min-width: 767.98px) {
  .functions .-list_item10 img {
    width: 69px;
  }
}
.functions .-list_item11 img {
  width: 53px;
}
@media screen and (min-width: 767.98px) {
  .functions .-list_item11 img {
    width: 80px;
  }
}
.functions .-list_item12 img {
  width: 62px;
}
@media screen and (min-width: 767.98px) {
  .functions .-list_item12 img {
    width: 95px;
  }
}
.functions .-list_item13 img {
  width: 40px;
}
@media screen and (min-width: 767.98px) {
  .functions .-list_item13 img {
    width: 60px;
  }
}
.functions .-list_item14 img {
  width: 46px;
}
@media screen and (min-width: 767.98px) {
  .functions .-list_item14 img {
    width: 70px;
  }
}
.functions__bottom {
  position: relative;
  max-width: 800px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px;
  background-color: #fff;
  border: solid 3px #00bac6;
  border-radius: 10px;
}
@media screen and (min-width: 767.98px) {
  .functions__bottom {
    margin-top: 40px;
    padding: 30px 20px;
  }
}
.functions__bottom::before {
  content: "";
  position: absolute;
  top: -23px;
  left: 80px;
  width: 12px;
  height: 30px;
  background-color: #fff;
  border-left: solid 3px #00bac6;
  transform: rotate(45deg);
}
.functions__bottom .-text {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 767.98px) {
  .functions__bottom .-text {
    font-size: 20px;
  }
}

.faq {
  background-color: #fafafa;
}
.faq__list {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border-top: solid 1px #ccd1d8;
}
.faq__list--block {
  position: relative;
  padding: 15px 40px 15px 5px;
  border-bottom: solid 1px #ccd1d8;
}
@media screen and (min-width: 1100px) {
  .faq__list--block {
    padding: 30px 80px 30px 20px;
  }
}
.faq__list--block::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 5px;
  width: 14px;
  height: 14px;
  border-bottom: solid 2px #bfbfbf;
  border-right: solid 2px #bfbfbf;
  transform: rotate(45deg);
  transition-property: all;
  transition-duration: 300ms;
}
@media screen and (min-width: 1100px) {
  .faq__list--block::after {
    top: 35px;
    right: 20px;
    width: 18px;
    height: 18px;
  }
}
.faq__list--block.is_open::after {
  top: 32px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 1100px) {
  .faq__list--block.is_open::after {
    top: 42px;
  }
}
.faq__list--block .-question {
  position: relative;
  padding-left: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  cursor: pointer;
}
@media screen and (min-width: 1100px) {
  .faq__list--block .-question {
    font-size: 20px;
  }
}
.faq__list--block .-question::before {
  content: "Q.";
  position: absolute;
  top: -3px;
  left: 0;
  font-family: "Spartan", sans-serif;
  font-size: 25px;
  color: #00bac6;
}
@media screen and (min-width: 1100px) {
  .faq__list--block .-question::before {
    font-size: 30px;
  }
}
.faq__list--block .-answer {
  display: none;
  position: relative;
  margin-top: 15px;
  padding-left: 50px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 767.98px) {
  .faq__list--block .-answer {
    padding-left: 100px;
  }
}
.faq__list--block .-answer::before {
  content: "A.";
  position: absolute;
  top: -6px;
  left: 0;
  font-family: "Spartan", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #fc6d6f;
}
@media screen and (min-width: 767.98px) {
  .faq__list--block .-answer::before {
    left: 50px;
    font-size: 30px;
  }
}

.plan__read {
  margin-top: -5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (min-width: 1100px) {
  .plan__read {
    margin-top: -20px;
    font-size: 20px;
    text-align: center;
  }
}
.plan__head {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  .plan__head {
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.plan__head--img {
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
@media screen and (min-width: 1100px) {
  .plan__head--img {
    max-width: 340px;
    margin-right: 40px;
    margin-left: 0;
  }
}
.plan__head--detail .-detail__list {
  margin-bottom: 25px;
}
@media screen and (min-width: 1100px) {
  .plan__head--detail .-detail__list {
    margin-bottom: 40px;
  }
}
.plan__head--detail .-detail__list .list_item {
  position: relative;
  display: flex;
  margin-bottom: 5px;
}
.plan__head--detail .-detail__list .list_item::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 6px;
  margin-right: 5px;
  background-color: #222;
  border-radius: 20px;
}
@media screen and (min-width: 1100px) {
  .plan__head--detail .-detail__list .list_item::before {
    width: 14px;
    height: 14px;
    margin-top: 7px;
  }
}
.plan__head--detail .-detail__list .list_item:last-child {
  padding-left: 20px;
}
.plan__head--detail .-detail__list .list_item:last-child::before {
  content: "";
  display: none;
}
.plan__head--detail .-detail__text {
  font-weight: bold;
  line-height: 2;
}

.l-container__btn_list {
  transform: translateX(0);
  position: absolute;
  bottom: 2%;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .l-container__btn_list {
    display: flex;
    left: -50px;
    bottom: 8%;
  }
}
@media screen and (min-width: 767.98px) {
  .l-container__btn_list {
    display: flex;
    left: -50px;
    bottom: 8%;
    width: auto;
  }
}
.l-container__btn_list .header__btn {
  width: 220px;
  height: 70px;
  margin: 10px auto;
  border-radius: 36px;
}
@media screen and (min-width: 1100px) {
  .l-container__btn_list .header__btn {
    margin: 0 5px;
  }
}
@media screen and (min-width: 767.98px) {
  .l-container__btn_list .header__btn {
    margin: 0 5px;
  }
}
.l-container__btn_list .header__btn.-contact {
  border: 4px solid #fff;
}

/* ↓ 移植 ↓ */
#contact h2.section__title {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  border: none;
  font-size: 50px;
  margin: 0px 0px 40px 0px;
}

#contact .table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 35px;
  table-layout: fixed;
  border: none;
  border-top: 1px solid #ccd1d8;
}
#contact .table th {
  border: none;
  border-bottom: 1px solid #ccd1d8;
  background: transparent;
  padding: 20px 25px;
  box-sizing: border-box;
  width: 230px;
  font-weight: bold;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #contact .table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 20px 20px 0;
    font-size: 15px;
  }
}
#contact .table td {
  padding: 15px 25px 15px 0;
  border: none;
  border-bottom: 1px solid #ccd1d8;
}
@media screen and (max-width: 767px) {
  #contact .table td {
    display: block;
    padding: 15px 20px 20px;
  }
}

.form .required {
  background-color: #f79100;
  font-size: 10px;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  margin-left: 10px;
}
.form__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 767.98px) {
  .form__item {
    flex-wrap: nowrap;
  }
}
.form__item input[type=text],
.form__item input[type=email],
.form__item input[type=tel] {
  width: 100%;
  border: 1px solid #ccd1d8;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 15px;
  outline: none;
}
.form__item textarea {
  width: 100%;
  height: 150px;
  resize: none;
  overflow: auto;
  box-sizing: border-box;
  border: 1px solid #ccd1d8;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 15px;
  outline: none;
}
.form__item input[type=radio] + label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  background-color: #fff;
}
.form__item input[type=radio] + label::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ccd1d8;
  border-radius: 50%;
  content: "";
  box-sizing: border-box;
}
.form__item input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  z-index: -1;
}
.form__item input[type=radio]:checked + label::after {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: #222;
  border-radius: 50%;
  content: "";
}
@media screen and (min-width: 767.98px) {
  .form__item.is-input-1 input {
    max-width: 400px;
  }
}
@media screen and (min-width: 767.98px) {
  .form__item.is-input-2 input {
    max-width: 150px;
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
  }
}
.form__item .zip {
  max-width: 200px;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 767.98px) {
  .form__item.is-input-3 input {
    max-width: 500px;
  }
}
.form__item select {
  appearance: none;
  width: 100%;
  max-width: 150px;
  border: 1px solid #ccd1d8;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 30px 10px 15px;
  outline: none;
  color: #222;
  background-image: url(../img/icon_select.png);
  background-repeat: no-repeat;
  background-position: 130px center;
}
.form__item select::-ms-expand {
  　display: none;
}
.form__item + .form__item {
  margin-top: 10px;
}
.form__note {
  font-size: 11px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 767.98px) {
  .form__note {
    width: auto;
    font-size: 13px;
    margin: 0;
  }
}
.form__privacy {
  width: 100%;
  max-width: 700px;
  height: 150px;
  overflow: auto;
  margin: 0 auto 25px;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #ccd1d8;
  font-size: 11px;
}
@media screen and (min-width: 767.98px) {
  .form__privacy {
    font-size: 13px;
  }
}
.form__privacy p {
  margin-bottom: 2em;
}
.form__text {
  margin-bottom: 20px;
  font-size: 13px;
  text-align: center;
}
.form__submit-btn {
  position: relative;
  display: block;
  appearance: none;
  width: 100%;
  margin: 15px auto;
  padding: 19px 0;
  border-radius: 40px;
  border: 3px solid #00bac6;
  background-color: transparent;
  transition: all 700ms;
  color: #00bac6;
  box-sizing: border-box;
  font-weight: bold;
  cursor: pointer;
  z-index: 0;
  font-size: 18px;
}
@media screen and (min-width: 767.98px) {
  .form__submit-btn {
    width: 540px;
    font-size: 24px;
  }
  .form__submit-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 40px;
    content: "";
    transition: 0.5s;
    z-index: -1;
  }
  .form__submit-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00bac6;
    background: -moz-linear-gradient(top, #00bac6 0%, #17e5de 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bac6), color-stop(100%, #17e5de));
    background: -webkit-linear-gradient(top, #00bac6 0%, #17e5de 100%);
    background: -o-linear-gradient(top, #00bac6 0%, #17e5de 100%);
    background: -ms-linear-gradient(top, #00bac6 0%, #17e5de 100%);
    background: linear-gradient(to bottom, #00bac6 0%, #17e5de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=0 );
    border-radius: 40px;
    content: "";
    transition: 0.5s;
    z-index: -2;
  }
  .form__submit-btn:hover {
    color: #fff;
    border: 3px solid transparent;
  }
  .form__submit-btn:hover::before {
    opacity: 0;
  }
}
.form .error-message {
  white-space: nowrap;
  color: #f00;
  padding: 0 20px;
  font-weight: bold;
}

#flashMessage {
  color: #f00;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 35px;
  font-weight: bold;
}

.bs-mail-title-sub {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 35px;
  font-weight: bold;
  font-size: 20px;
}

.bs-mail-description {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 35px;
}

/* Blog Top
----------------------------------------------- */
.case.section .more {
  font-size: 18px;
  padding: 15px 20px;
  max-width: 300px;
}

/* Blog Single case_study
----------------------------------------------- */
.bs-single-case_study-post__eye-catch-container {
  background-color: #00bac6;
}

.bs-single-case_study-post__eye-catch {
  margin: 0 auto;
  height: 400px;
}

.bs-single-case_study-post__eye-catch .img-eye-catch {
  height: 100%;
}

@media screen and (max-width: 768px) {
  /* SP */
  .bs-single-case_study-post__eye-catch {
    width: 100%;
    height: auto;
  }

  .bs-single-case_study-post__eye-catch .img-eye-catch {
    height: auto;
  }
}
.bs-single-case_study-post__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.bs-single-case_study-post {
  margin-bottom: 80px;
}

.bs-single-case_study-post__title {
  margin: 40px 0 10px 0;
  padding: 10px 0;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 3.4px;
  line-height: 1.41;
}

.bs-single-case_study-post__contents {
  font-size: 16px;
}

.bs-single-case_study-post__content {
  margin: 40px 0;
}

.bs-single-case_study-post__detail {
  margin-bottom: 80px;
}

.bs-single-case_study-post__table-area {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 70px;
}

.bs-single-case_study-post__table-area dl {
  width: 33%;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bs-single-case_study-post__table-area dl dt {
  padding: 8px 0;
  font-weight: 600;
  background-color: #e1e3e6;
  border-right: solid 3px #fff;
}

.bs-single-case_study-post__table-area dl dd {
  padding: 10px 5px;
  font-weight: 400;
  background-color: #f6f6f6;
  border-right: solid 3px #e1e3e6;
}

.bs-single-case_study-post__table-area dl:last-child dd {
  border-right: none;
}

@media screen and (max-width: 768px) {
  /* SP */
  .bs-single-case_study-post__table-area {
    display: block;
  }

  .bs-single-case_study-post__table-area dl {
    width: 50%;
    float: left;
  }

  .bs-single-case_study-post__table-area dl:nth-child(2) dd {
    border-right: none;
  }

  .bs-single-case_study-post__table-area dl:last-child {
    display: block;
    width: 100%;
    clear: both;
    float: none;
  }
}
.bs-single-case_study-post__meta {
  margin: 10px 0;
  text-align: right;
}

.bs-single-case_study-post__meta-category {
  font-size: 12px;
  padding: 5px;
  margin-left: 5px;
  border-radius: 5px;
  border: 1px solid #666;
}

.bs-single-case_study-post__meta-tag {
  font-size: 12px;
  padding: 5px;
  margin-left: 5px;
  border-radius: 5px;
  border: 1px solid #666;
}

.bs-single-case_study-post__meta-date {
  margin-left: 10px;
}

.image-border img {
  border: 2px double #666;
}

.no-data {
  text-align: center;
}

/* Pagination
----------------------------------------------- */
.bs-pagination {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 50px 0 100px;
  font-size: 18px;
}

.bs-pagination a {
  text-decoration: none;
  color: #fff !important;
  background-color: #00bac6;
}

.bs-pagination a:hover {
  transition: all 300ms;
  background-color: #555;
}

.bs-pagination__prev a,
.bs-pagination__next a {
  border: 1px solid #ddd;
  display: block;
  padding: 4px 20px;
}

.bs-pagination__prev.disabled,
.bs-pagination__next.disabled {
  border: 1px solid #ddd;
  display: block;
  padding: 4px 20px;
  color: #ddd;
}

.bs-pagination__prev a,
.bs-pagination__prev.disabled {
  border-radius: 5px 0 0 5px;
}

.bs-pagination__next a,
.bs-pagination__next.disabled {
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 768px) {
  .bs-pagination__next a,
.bs-pagination__next.disabled {
    border-left: none;
  }
}
.bs-pagination__number {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .bs-pagination__number {
    display: none;
  }
}
.bs-pagination__number:not(:last-child) {
  border-right: 1px solid #ddd;
}

.bs-pagination__number.current,
.bs-pagination__number a {
  display: inline-block;
  padding: 4px 11px;
}

@media screen and (max-width: 768px) {
  .bs-pagination__number.current,
.bs-pagination__number a {
    display: none;
  }
}
.bs-pagination__number.current {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #00bac6;
  font-weight: bold;
}

/* Blog Contents Navigation
----------------------------------------------- */
.bs-blog-contents-navi {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 160px 0 0 0;
  font-size: 14px;
}

.bs-blog-contents-navi a {
  transition: all 300ms;
  width: 47%;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .bs-blog-contents-navi a {
    font-size: 12px;
  }
}
.bs-blog-contents-navi a:link,
.bs-blog-contents-navi a:visited {
  color: #000 !important;
}

.bs-blog-contents-navi a:hover {
  color: #555 !important;
}

.bs-blog-contents-navi .next-link {
  padding: 20px 0 20px 2%;
  float: right;
  text-align: right;
}

.bs-blog-contents-navi .prev-link {
  padding: 20px 2% 20px 0;
  float: left;
  text-align: left;
}

/* Page
----------------------------------------------- */
.bs-page__title {
  margin: 10px 0 30px 0;
  padding: 10px 0;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 3.4px;
  line-height: 1.41;
}
/*# sourceMappingURL=maps/v2top_style.css.map */