@charset "UTF-8";
html {
  font-size: 62.5%; }

h2 {
  font-size: 4.6rem;
  color: #333; }

h3 {
  font-size: 2.4rem; }

h4 {
  font-size: 1.8rem; }

h5 {
  font-size: 1.6rem; }

body {
  font-size: 1.6rem;
  color: #111; }

img {
  vertical-align: bottom;
  max-width: 100%; }

li {
  list-style-type: none; }

p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; }

a {
  text-decoration: none; }
  a:hover {
    transition: 0.3s all;
    opacity: 0.9; }

.center {
  text-align: center; }

.colored {
  color: #0F6BBF; }

.sp_block {
  display: none; }

@media (max-width: 1200px) {
  html {
    font-size: 60%; } }
@media (max-width: 992px) {
  html {
    font-size: 58%; }

  .tab_none {
    display: none; } }
@media (max-width: 576px) {
  .sp_none {
    display: none; }

  .sp_block {
    display: block; } }
@keyframes play {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
@keyframes maskOut {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(100%); } }
.boxmask_box {
  overflow: hidden;
  width: 100%; }

.boxmask_box h2,
.boxmask_box h3 {
  opacity: 0; }

.scIn .boxmask_box h2,
.scIn .boxmask_box h3 {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important; }

.scIn .boxmask_box h2:before,
.scIn .boxmask_box h3:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 130%;
  height: 100%;
  background: #111; }

@media (max-width: 576px) {
  h2 {
    font-size: 3.8rem; } }

.top_visual {
  background: #111 url("../img/top_bg_1920.jpg") no-repeat center top;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc( 100vh - 180px); }
  @media (max-width: 1200px) {
    .top_visual {
      background: #111 url("../img/top_bg_1024.jpg") no-repeat center top;
      background-size: cover;
      height: calc( 100vh - 240px); } }
  @media (max-width: 576px) {
    .top_visual {
      height: 50vh; } }
  .top_visual .top_hands {
    width: 1124px;
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0; }
    @media (max-width: 1200px) {
      .top_visual .top_hands {
        width: 100%;
        bottom: -3%; } }
    .top_visual .top_hands img {
      width: 100%;
      z-index: 1;
      position: relative; }
    .top_visual .top_hands video {
      position: absolute;
      width: 33.2%;
      top: 6.2%;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 10; }
  .top_visual.scIn .top_hands {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }

.top_txt {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8%;
  width: 60%;
  max-width: 1000px;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .top_txt {
      width: 80%; } }
  @media (max-width: 576px) {
    .top_txt {
      width: 90%; } }
  .top_txt img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
    transition-delay: 0.5s; }
  .top_txt.scIn img {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }

.siryo {
  height: 180px;
  background-color: #D3B8E3;
  width: 100%;
  text-align: center;
  background: #222;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1200px) {
    .siryo {
      height: 240px; } }
  @media (max-width: 576px) {
    .siryo {
      height: 180px; } }
  .siryo h3 {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    color: #FFF;
    letter-spacing: 0.1em; }
  .siryo a {
    display: block;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 1s;
    transition-timing-function: ease-out;
    max-width: 75%;
    margin: 20px auto 0; }
  .siryo.scIn a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.about {
  background-color: #EFF5FC;
  padding: 6rem 0 8rem; }
  .about h2 {
    font-size: 4.1rem; }
    @media (max-width: 576px) {
      .about h2 {
        font-size: 3.2rem; } }

.about_inner {
  background: url("../img/fbg_about.png") no-repeat left 0 top 0;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 992px) {
    .about_inner {
      display: block; } }

.about_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 7rem;
  padding-right: 7rem;
  padding-left: 4rem; }
  @media (max-width: 576px) {
    .about_txt {
      padding: 6rem 0 0; } }
  .about_txt .about_txt_inner .about_txt_p {
    margin-top: 2rem;
    font-size: 1.1em;
    max-width: 25em;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0; }
  .about_txt .about_txt_inner.scIn .about_txt_p {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  .about_txt .about_txt_inner .balloon {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 6px 50px;
    min-width: 120px;
    max-width: 100%;
    color: #FFF;
    font-size: 1.6rem;
    background: #0F6BBF;
    border-radius: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; }
  .about_txt .about_txt_inner .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #0F6BBF; }
  .about_txt .about_txt_inner .balloon p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 0; }

.about_img {
  width: 45%;
  padding-top: 100px; }
  @media (max-width: 992px) {
    .about_img {
      width: 90%;
      margin: 10px auto 0; } }

.reason {
  text-align: center;
  padding: 9rem 0 0; }
  @media (max-width: 576px) {
    .reason h2 {
      font-size: 3.5rem; } }
  .reason h2 .reason_h_font {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; }
  .reason h2 .reason_h_3 {
    font-size: 2em; }

.reason_r3 {
  margin-top: 20px;
  background: linear-gradient(#fff 0%, #fff 22%, #eee 22%, #eee 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: flex-start; }
  @media (max-width: 992px) {
    .reason_r3 {
      flex-wrap: wrap;
      background: #eee;
      padding: 2rem; } }
  @media (max-width: 576px) {
    .reason_r3 {
      display: block; } }
  .reason_r3 section {
    width: 28rem;
    margin: 3.3rem;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0; }
    .reason_r3 section h3 {
      font-size: 2.4rem;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; }
      .reason_r3 section h3 span {
        color: #0F6BBF;
        background: linear-gradient(transparent 60%, #FCF765 60%); }
    .reason_r3 section p {
      margin-top: 1.2rem; }
    @media (max-width: 992px) {
      .reason_r3 section {
        width: 40%;
        margin: 4rem auto; } }
    @media (max-width: 576px) {
      .reason_r3 section {
        width: 90%;
        margin: 4rem auto; } }
  .reason_r3.scIn section {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  .reason_r3 section:nth-child(2) {
    transition-delay: 0.5s; }
  .reason_r3 section:nth-child(3) {
    transition-delay: 1s; }

.case {
  padding: 9rem 0 0;
  text-align: center; }
  .case h2 {
    font-size: 3rem;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    margin-top: 30px; }
    .case h2 span {
      color: #0F6BBF; }

.case_inner {
  margin-top: 30px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  background: #111;
  color: #DDD;
  background: #FFF;
  color: #111;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media (max-width: 576px) {
    .case_inner {
      display: block;
      padding-bottom: 8rem; } }
  .case_inner section {
    width: 25%;
    margin-top: 2rem;
    overflow: hidden;
    padding: 1rem;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0; }
    @media (max-width: 1200px) {
      .case_inner section {
        width: 33.33333333333333%;
        padding: 1em; } }
    @media (max-width: 1000px) {
      .case_inner section {
        width: 50%; } }
    @media (max-width: 576px) {
      .case_inner section {
        width: 100%;
        margin: 30px auto; } }
    .case_inner section .case_txt h4 {
      font-size: 1.8rem;
      font-weight: bold;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
      color: #FFF;
      background: #0F6BBF;
      padding: 0.3em 0; }
    .case_inner section .case_txt p {
      margin-top: 1em; }
    .case_inner section .case_lnk {
      text-align: left;
      margin-top: 1em;
      font-size: 0.9em; }
      .case_inner section .case_lnk p {
        font-weight: bold;
        font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; }
      .case_inner section .case_lnk a {
        color: seagreen;
        padding-bottom: 0.05em;
        position: relative;
        font-size: 0.9em;
        display: inline-block;
        margin-top: .5em;
        border-bottom: 1px solid #FFF; }
        @media (max-width: 1000px) {
          .case_inner section .case_lnk a {
            font-size: 1em; } }
        .case_inner section .case_lnk a:hover {
          border-bottom: 1px solid;
          color: #2273BF; }
        .case_inner section .case_lnk a::before {
          content: "\ea42";
          font-family: "icomoon";
          margin-right: 0.5em;
          font-size: 0.8em; }
        .case_inner section .case_lnk a::after {
          content: "ライトパック";
          display: inline-block;
          background: #ddd;
          color: #000;
          font-weight: bold;
          font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
          font-size: 0.7em;
          border-radius: 0.5em;
          padding: 0.1em 0.5em;
          margin-left: 1em;
          line-height: 1.4; }
        .case_inner section .case_lnk a.plan_m::after {
          content: "中型施設"; }
        .case_inner section .case_lnk a.plan_l::after {
          content: "大型施設"; }
      .case_inner section .case_lnk span.plan_l {
        display: inline-block; }
      .case_inner section .case_lnk span.plan_l::after {
        content: "大型施設";
        display: inline-block;
        background: #ddd;
        color: #000;
        font-weight: bold;
        font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
        font-size: 0.7em;
        border-radius: 0.5em;
        padding: 0.2em 0.5em;
        margin-left: 1em; }
  .case_inner.scIn section {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  .case_inner section:nth-child(2) {
    transition-delay: 0.3s; }
  .case_inner section:nth-child(3) {
    transition-delay: 0.6s; }
  .case_inner section:nth-child(4) {
    transition-delay: 0.9s; }
  .case_inner section:nth-child(5) {
    transition-delay: 1.2s; }
  .case_inner section:nth-child(6) {
    transition-delay: 1.5s; }
  .case_inner section:nth-child(7) {
    transition-delay: 1.8s; }
  .case_inner section:nth-child(8) {
    transition-delay: 2.1s; }

.new {
  background: yellow;
  font-weight: bold;
  font-size: 0.7em;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  margin-left: 0.5em; }

.sample h2, .pointsec h2, .view h2 {
  font-size: 2.2rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  display: inline-block;
  background: #0F6BBF;
  line-height: 8rem;
  width: 55rem;
  max-width: 70%;
  height: 8rem;
  color: #FFF;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4rem; }
  .sample h2::before, .pointsec h2::before, .view h2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #0F6BBF; }
  .sample h2 span, .pointsec h2 span, .view h2 span {
    color: yellow; }

.sample {
  background: #222;
  text-align: center;
  padding: 90px 0 70px;
  position: relative; }
  @media (max-width: 576px) {
    .sample h2 {
      font-size: 1.6rem; } }
  .sample h3 {
    color: #EEE;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; }

.sample_inner {
  width: 80%;
  max-width: 900px;
  margin: 40px auto;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0; }

.scIn .sample_inner {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

.sample_iframe_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .sample_iframe_box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.sample_a {
  margin-top: 1em;
  display: block;
  color: #666; }

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px; }

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

.arrow::before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #7a0;
  border-right: 1px solid #7a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.pointsec {
  padding: 30px 0;
  background: #1C1E20;
  position: relative;
  text-align: center;
  background: #1C1E20; }

.view {
  position: relative;
  text-align: center;
  padding: 9rem 0;
  background: #1C1E20;
  color: #FFF;
  padding-bottom: calc(8vw + 10px);
  overflow: hidden; }
  .view::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 6vw solid #fff;
    border-left: 100vw solid transparent; }
  .view::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 6vw solid #fff;
    border-right: 100vw solid transparent; }

.view_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../img/fbg_view.png") no-repeat right top;
  padding-top: 6rem; }
  @media (max-width: 992px) {
    .view_inner {
      padding: 0;
      display: block; } }

.view_img, .marker_img {
  padding: 20px;
  width: 40%;
  padding: 30px;
  width: 45%; }
  @media (max-width: 992px) {
    .view_img, .marker_img {
      margin: 0 auto;
      width: 80%; } }
  @media (max-width: 576px) {
    .view_img, .marker_img {
      width: 95%; } }
  .view_img video, .marker_img video {
    width: 100%; }

.view_txt, .marker_txt {
  padding: 20px 0 20px 20px;
  max-width: 480px;
  position: relative; }
  @media (max-width: 992px) {
    .view_txt, .marker_txt {
      margin: 10px auto;
      display: table;
      max-width: 100%;
      padding: 20px !important; } }
  .view_txt .point, .marker_txt .point {
    position: absolute;
    right: -10px;
    top: -20px;
    z-index: 100; }
    @media (max-width: 576px) {
      .view_txt .point, .marker_txt .point {
        right: 10px; } }
  .view_txt h3, .marker_txt h3 {
    font-size: 4.4rem;
    line-height: 1.2;
    text-align: left; }
    @media (max-width: 576px) {
      .view_txt h3, .marker_txt h3 {
        font-size: 3.4rem; } }
    .view_txt h3 span, .marker_txt h3 span {
      color: #0F6BBF; }
  .view_txt p, .marker_txt p, .view_txt .view_device, .marker_txt .view_device {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0; }
  .view_txt.scIn p, .scIn.marker_txt p, .view_txt.scIn .view_device, .scIn.marker_txt .view_device {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  .view_txt p, .marker_txt p {
    color: #656B6F;
    font-size: 1.9rem;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 1rem;
    transition-delay: 1s; }
  .view_txt .view_device, .marker_txt .view_device {
    transition-delay: 1.5s; }
    .view_txt .view_device p, .marker_txt .view_device p {
      font-size: 0.8em;
      line-height: 1;
      margin-top: 1em; }
  .view_txt h4, .marker_txt h4 {
    text-align: left;
    margin-top: 3em;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-size: 2rem; }
    .view_txt h4 span, .marker_txt h4 span {
      color: yellow; }
  .view_txt ul, .marker_txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start; }
    .view_txt ul li, .marker_txt ul li {
      display: block;
      margin: 20px 10px 0 0; }

.marker {
  padding: 9rem 0;
  position: relative; }
  .marker span {
    color: #0F6BBF; }

.marker_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row-reverse;
  background: url("../img/fbg_marker_w.png") no-repeat left 100px top 0;
  padding-top: 40px; }
  @media (max-width: 992px) {
    .marker_inner {
      padding: 0;
      display: block; } }

.marker_txt {
  padding: 20px 20px 20px 0; }
  .marker_txt .point {
    right: inherit;
    left: -20px;
    top: -50px; }
    @media (max-width: 576px) {
      .marker_txt .point {
        left: 10px; } }
  .marker_txt span {
    color: #0F6BBF; }

.marker_img img {
  position: relative;
  display: block; }
.marker_img span {
  color: #F84D50;
  font-size: 0.9em; }
.marker_img .marker_img_2 {
  text-align: right; }
  .marker_img .marker_img_2 img {
    display: inline-block; }

.qna {
  background: #eee;
  padding: 9rem 0 12rem; }
  .qna h2, .qna h4 {
    text-align: center; }
  .qna h4 {
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; }

.qa {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0; }

.scIn .qa {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

.qna_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px; }

.qa-list {
  margin-top: 6rem; }

.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  /*    border: 1px solid #DDD;*/ }

.qa-list dl:first-child {
  margin-top: 0; }

.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #8c8c8c;
  border-right: 2px solid #8c8c8c; }

.qa-list .open::after {
  transform: rotate(-45deg); }

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 2rem 2rem 2rem 6rem;
  font-weight: bold;
  background: #DDD;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  background: #666;
  color: #FFF; }

.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: block;
  content: 'Q.';
  color: #4598e6;
  margin-top: .2em; }

.qa-list dl dd::before {
  font-size: 2.2rem;
  line-height: 1;
  position: absolute;
  left: 2rem;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #ff5970; }

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 2rem 2rem 2rem 6rem;
  background: #FFF;
  color: #444; }

.qa-list dl dd p {
  margin: 3rem 0 0; }

.qa-list dl dd p:first-child {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .qa-list dl {
    margin: 1rem 0 0; }

  .qa-list dl:after {
    top: 1.7rem;
    right: 1.7rem;
    width: .8rem;
    height: .8rem; }

  .qa-list dl dt {
    padding: 1rem 2.8rem 1rem 4.4rem; }

  .qa-list dl dt::before {
    top: .8rem;
    left: .8rem; }

  .qa-list dl dd::before {
    left: .8rem;
    margin-top: .5rem; }

  .qa-list dl dd {
    margin: 0;
    padding: 1rem 1rem 1rem 4.4rem;
    font-size: 1.4rem; }

  .qa-list dl dd p {
    margin: 3rem 0 0; }

  .qa-list dl dd p:first-child {
    margin-top: 0; } }
.voice {
  background: #eee; }
  .voice h2 {
    text-align: center; }

.voice_inner {
  padding: 9rem;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px; }

.voice_sec {
  background: #FFF;
  color: #111;
  padding: 5rem;
  margin-top: 3rem;
  border-radius: 10px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0; }
  @media (max-width: 576px) {
    .voice_sec {
      padding: 2rem; } }
  .voice_sec h4 {
    font-size: 3rem; }
    @media (max-width: 992px) {
      .voice_sec h4 {
        font-size: 2.2rem;
        font-weight: bold; } }
  .voice_sec dl {
    margin: 1rem 0; }
  .voice_sec dt, .voice_sec dd {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2; }
    @media (max-width: 576px) {
      .voice_sec dt, .voice_sec dd {
        font-size: 1.6rem; } }
  .voice_sec dt {
    background: #0F6BBF;
    color: #FFF;
    font-size: 1.4rem;
    padding: 0 0.8em;
    margin-right: 0.5em; }
  .voice_sec dd {
    margin-right: 3em; }
  .voice_sec .hukidashi {
    position: relative;
    padding: 3rem 4rem;
    border: 3px solid #0F6BBF;
    margin-top: 3rem; }
    @media (max-width: 576px) {
      .voice_sec .hukidashi {
        padding: 1rem; } }
    .voice_sec .hukidashi img {
      width: 120px;
      margin-right: 10px;
      float: left; }
      @media (max-width: 576px) {
        .voice_sec .hukidashi img {
          width: 100px; } }
    .voice_sec .hukidashi .subtxt {
      margin-top: 1rem;
      border-top: 1px solid #ccc;
      padding-top: 1rem; }
    .voice_sec .hukidashi:before {
      content: "";
      display: block;
      position: absolute;
      -ms-transform-origin: left top;
      transform-origin: left top;
      -webkit-transform-origin: left top;
      -ms-transform: rotate(45deg) skew(10deg, 10deg);
      transform: rotate(45deg) skew(10deg, 10deg);
      -webkit-transform: rotate(45deg) skew(10deg, 10deg);
      background: #FFF;
      border-top: 3px solid #0F6BBF;
      border-left: 3px solid #0F6BBF;
      top: -17px;
      left: 50%;
      width: 18px;
      height: 18px; }

.scIn .voice_sec {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

.flow {
  color: #555;
  padding: 220px 0 0;
  background: url("../img/flow_bg.jpg") no-repeat center top;
  background-size: 100% auto; }
  @media (max-width: 1200px) {
    .flow {
      padding: 10rem 2rem 8rem;
      background: url("../img/flow_bg_pc.jpg") no-repeat center top; } }
  @media (max-width: 992px) {
    .flow {
      padding: 2rem 1rem 6rem;
      background: url("../img/flow_bg_tab.jpg") no-repeat center top; } }

.flow_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  background: #FFF url("../img/fbg_flow.png") no-repeat center top 24px;
  padding: 8rem 2rem;
  border-radius: 30px;
  text-align: center; }
  @media (max-width: 992px) {
    .flow_inner {
      padding: 8rem 3rem 2rem; } }
  .flow_inner ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: stretch;
    margin: 8rem 4rem 0; }
    @media (max-width: 992px) {
      .flow_inner ol {
        display: block; } }
    .flow_inner ol li {
      position: relative;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 2.2rem;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
      font-weight: bold;
      letter-spacing: 0.1em;
      color: #EEE;
      width: 3.4em;
      padding: 3em 1.2em;
      line-height: 1;
      background: #666;
      position: relative;
      margin-right: 5rem;
      box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.18);
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      -webkit-transform: translate(0, 50px);
      -moz-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
      transform: translate(0, 50px);
      opacity: 0; }
      @media (max-width: 992px) {
        .flow_inner ol li {
          writing-mode: horizontal-tb;
          -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: horizontal-tb;
          width: 100%;
          padding: 1.3em 1.5em 1em;
          margin: 1.5em auto;
          font-size: 2rem; } }
      .flow_inner ol li span {
        -webkit-text-combine: horizontal;
        -ms-text-combine-horizontal: all;
        text-combine-upright: all;
        position: absolute;
        font-size: 0.8em;
        top: -1.5em;
        left: 0;
        right: 0;
        margin: auto;
        background: #0F6BBF;
        border-radius: 50%;
        width: 3em;
        height: 3em;
        background: linear-gradient(90deg, #0F6BBF 0%, #0F6BBF 50%, #2273BF 50%, #2273BF 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .flow_inner ol.scIn li {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1; }
    .flow_inner ol li:last-child {
      margin-right: 0; }
    .flow_inner ol li:after {
      position: absolute;
      display: inline-block;
      top: 50%;
      right: -4rem;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      color: #2273BF;
      font-size: 2.4rem;
      content: "▶"; }
      @media (max-width: 992px) {
        .flow_inner ol li:after {
          display: none; } }
    .flow_inner ol li:last-child:after {
      content: ""; }
    .flow_inner ol li:nth-child(2) {
      transition-delay: 0.2s; }
    .flow_inner ol li:nth-child(3) {
      transition-delay: 0.4s; }
    .flow_inner ol li:nth-child(4) {
      transition-delay: 0.6s; }
    .flow_inner ol li:nth-child(5) {
      transition-delay: 0.8s; }
    .flow_inner ol li:nth-child(6) {
      transition-delay: 1.0s; }
    .flow_inner ol li:nth-child(7) {
      transition-delay: 1.2s; }

.price {
  text-align: center;
  background: #656B6F url("../img/fbg_price.png") no-repeat center top 100px;
  color: #FFF;
  padding-bottom: 9rem; }
  .price h5 {
    font-size: 2.2rem;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    line-height: 3.5em;
    color: #FFF;
    width: 100%;
    background: #0F6BBF;
    position: relative; }
  .price h5::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 70px 0 70px;
    border-color: #0F6BBF transparent transparent transparent;
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px; }
  .price h2 {
    margin-top: 70px;
    color: #FFF; }
  .price h4 {
    color: #ccc;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    line-height: 1.3;
    margin-top: 10px; }
  .price img {
    display: block;
    width: 90%;
    max-width: 975px;
    margin: 40px auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0; }
  .price.scIn img, .price.scIn p {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  .price table {
    margin: 120px auto 0;
    border-collapse: collapse;
    min-width: 500px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0; }
    .price table h4 {
      margin: 0; }
    .price table p {
      text-align: center; }
  .price .scIn table {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  .price td, .price th {
    border: 3px solid #EEE;
    padding: 2rem;
    /*		width:33.333333%;	*/
    width: calc( 85% / 3);
    position: relative;
    font-size: 1.7rem; }
    @media (max-width: 576px) {
      .price td, .price th {
        padding: 1rem; } }
    .price td:first-child, .price th:first-child {
      width: 15%; }
  .price th {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    padding: 1rem;
    background: #EEE;
    color: #111; }
  .price .price_pack td {
    font-size: 1.5em;
    font-weight: bold;
    font-size: 2.2rem;
    background: #FFF;
    color: #333;
    letter-spacing: 0.2em; }
    @media (max-width: 576px) {
      .price .price_pack td {
        font-size: 1.6rem; } }
  .price .price_price td:nth-child(2) {
    vertical-align: top; }
  .price .price_notes {
    text-align: left;
    font-size: 0.8em; }
  .price .smallp {
    display: block;
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: normal;
    color: #0F6BBF; }
  .price tr th:nth-child(2), .price tr td:nth-child(2) {
    border-left: 8px solid yellow;
    border-right: 8px solid yellow; }
  .price th.bt_color::after,
  .price td.bb_color::after {
    display: block;
    content: "";
    height: 8px;
    width: calc(100% + 16px);
    background: yellow;
    position: absolute;
    top: -8px;
    left: -8px; }
  .price td.bb_color::after {
    top: auto;
    left: auto;
    bottom: -7px;
    left: -8px; }
  .price th.testpack::before {
    position: absolute;
    display: inline-block;
    content: "有効期間90日間";
    top: -4rem;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 10em;
    background: yellow;
    border-radius: 20px;
    padding: 0.5em; }

.price_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px; }

.price_plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: flex-start; }

.price_big {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.2rem;
  text-align: center; }
  .price_big span {
    display: inline-block;
    font-size: 4.8rem;
    margin-right: 0.8rem;
    font-weight: normal; }
  @media (max-width: 1200px) {
    .price_big {
      line-height: 1.4; }
      .price_big span {
        font-size: 4.5rem; } }
  @media (max-width: 576px) {
    .price_big {
      font-size: 1.2rem;
      font-weight: 400; }
      .price_big span {
        font-size: 3.5rem; } }

.price_point {
  position: absolute; }

.price_kihon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: flex-start; }

.price_option {
  max-width: 800px;
  margin: 3rem auto;
  border: 3px solid #FFF;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s; }
  .price_option h3 {
    background: #FFF;
    color: #333;
    letter-spacing: 0.1em;
    padding: 1em; }
  .price_option ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap; }
    .price_option ul li {
      padding: 0.5em 0.2em;
      margin: 2% 1%;
      width: 31%;
      font-size: 1.8rem;
      font-weight: 600;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; }
      .price_option ul li::before {
        content: "・";
        color: yellow; }

.scIn .price_option {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

.price_plus {
  color: yellow;
  font-weight: bold;
  font-size: 7rem;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 992px) {
    .price_plus {
      display: block;
      text-align: center;
      line-height: 1;
      padding-bottom: 0.2em; } }

.scroll {
  overflow-x: auto;
  padding-bottom: 20px; }

.contact {
  text-align: center;
  background: #333;
  color: #FFF;
  padding: 9rem 0; }

.contact_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px; }

.contact_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start; }
  .contact_ttl h2 {
    border-right: 1px solid #FFF;
    padding-right: 20px;
    line-height: 1;
    color: #FFF; }
  .contact_ttl h4 {
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; }
  @media (max-width: 576px) {
    .contact_ttl {
      display: block; }
      .contact_ttl h2 {
        border-right: none; }
      .contact_ttl h4 {
        margin-top: 1rem; } }

#formWrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  background: #FFF;
  padding: 20px;
  margin-top: 30px;
  line-height: 1.5;
  color: #111;
  border-radius: 20px; }
  #formWrap p {
    margin: 10px auto; }
  #formWrap .contact_firstp {
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    color: #0F6BBF;
    padding: 2rem; }
    #formWrap .contact_firstp a {
      color: forestgreen; }
    @media (max-width: 992px) {
      #formWrap .contact_firstp {
        padding: 0;
        text-align: center; } }
    @media (max-width: 576px) {
      #formWrap .contact_firstp {
        text-align: left; } }
  #formWrap input[type=reset], #formWrap input[type=submit], #formWrap input[type=button] {
    padding: 0.5em 2em;
    background: #0F6BBF;
    color: #FFF;
    margin: 10px auto; }

table.formTable {
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 1.6rem; }
  table.formTable td, table.formTable th {
    text-align: left;
    padding: 2rem;
    text-align: left;
    vertical-align: top; }
  table.formTable th {
    width: 25%;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; }
  table.formTable td span {
    font-size: 1.4rem; }
  table.formTable input, table.formTable textarea {
    background: #DDD;
    padding: 0.5em; }
  table.formTable input:focus, table.formTable textarea:focus {
    outline-color: #0F6BBF; }
  @media (max-width: 992px) {
    table.formTable td, table.formTable th {
      display: block;
      width: 100%;
      padding: 0; }
    table.formTable th {
      margin: 1.5em 0 0.5em; }
    table.formTable textarea {
      width: 100%; } }

.telbox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  background: #FFF;
  color: #111;
  margin-top: 3rem;
  padding: 3rem;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 992px) {
    .telbox {
      display: block;
      padding: 2rem; } }
  .telbox .tel_txt {
    margin-right: 40px;
    font-size: 3rem;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; }
    .telbox .tel_txt p:first-child {
      font-size: 2.8rem; }
    .telbox .tel_txt p:last-child {
      color: #0F6BBF; }
    @media (max-width: 576px) {
      .telbox .tel_txt {
        margin-right: 0; } }
  .telbox .tel_num {
    font-size: 3rem;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    border-radius: 10px;
    display: block;
    padding: 2.4rem;
    width: 38rem;
    background: #0F6BBF;
    color: #FFF;
    font-size: 3rem;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 992px) {
      .telbox .tel_num {
        margin: 20px auto 0;
        width: auto; } }
    .telbox .tel_num .icon-phone {
      color: yellow;
      font-weight: bold;
      font-size: 0.8em;
      padding-right: 0.1em; }
  @media (max-width: 992px) {
    .telbox p {
      text-align: center; } }

.thanks, .confirm, .policy {
  background: #333;
  height: calc(100vh - 268px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 20px; }

.thanks_inner, .confirm_inner, .policy_inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  height: calc( 100vh - 338px);
  background: #FFF;
  color: #000;
  padding: 40px 20px;
  border-radius: 20px; }
  .thanks_inner h3, .confirm_inner h3, .policy_inner h3 {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    color: #0F6BBF; }
  .thanks_inner p, .confirm_inner p, .policy_inner p {
    font-size: 1.6rem;
    margin: 30px auto;
    display: table; }
  .thanks_inner a, .confirm_inner a, .policy_inner a {
    display: block;
    text-align: center;
    margin-top: 5rem;
    color: #0F6BBF; }

.confirm_inner {
  height: auto;
  background: inherit; }
  .confirm_inner input[type=reset], .confirm_inner input[type=submit], .confirm_inner input[type=button] {
    margin: 10px !important; }

.policy {
  height: auto; }

.policy_inner {
  height: auto;
  font-size: 1.6rem; }
  .policy_inner p, .policy_inner dt, .policy_inner dd {
    max-width: 40em;
    margin: 0 auto; }
  .policy_inner p {
    margin-top: 2em; }
  .policy_inner dt {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    margin-top: 1.5em; }
  .policy_inner dd {
    font-size: 0.9em;
    margin-top: 0.5em; }
  .policy_inner ul {
    margin-top: 0.5em; }
  .policy_inner li {
    list-style: disc; }

footer {
  background: #111;
  color: #777;
  padding: 50px 0;
  font-size: 1.3rem;
  font-weight: bold; }
  footer p {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; }

.footer_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end; }
  @media (max-width: 576px) {
    .footer_inner {
      display: block; }
      .footer_inner .footer_copyright {
        margin-top: 20px; }
      .footer_inner .footer_copyright p {
        text-align: right; } }

.footer_ttl {
  color: #FFF;
  letter-spacing: 0.1em; }

.footer_copyright {
  text-align: right; }
  .footer_copyright img {
    width: 55px;
    margin-bottom: 10px; }

@media (max-width: 992px) {
  h4, .contact_a {
    font-weight: normal;
    font-family: initial; }

  .about_txt .about_txt_inner .about_txt_p {
    max-width: 30em; }

  .view_txt, .marker_txt {
    margin: 10px 15%; }

  .case_inner section {
    padding: 1em; }

  .flow_inner ol {
    margin: 6rem auto 0;
    width: 85%;
    max-width: 18em; } }
@media (max-width: 576px) {
  .case, .sample, .view, .voice_inner {
    padding: 6rem 0; }

  .reason {
    padding: 6rem 0 0; }

  .qna {
    padding: 6rem 0 9rem; }

  h2, .reason h2, .about h2, .view_txt h3, .marker_txt h3, .marker_txt h3 {
    font-size: 3rem; }

  .case h2 {
    font-size: 2.4rem;
    margin-top: 0; }

  h4 {
    font-size: 1.4rem; }

  .siryo a {
    max-width: 95%; }

  .about_txt .about_txt_inner .about_txt_p {
    font-size: inherit; }

  .case_inner {
    padding-bottom: 4rem; }

  .case_img {
    aspect-ratio: 16/9;
    overflow: hidden;
    display: block; }

  .case_img img {
    object-fit: cover; }

  .sample h2, .pointsec h2 {
    max-width: 80%;
    line-height: 6.5rem;
    height: 6.5rem; }

  .view_txt, .marker_txt {
    margin: 10px 5%; }

  .view_txt p, .marker_txt p {
    font-size: inherit; }

  .view_txt h4, .marker_txt h4 {
    font-size: 1.8rem; }

  .voice_sec {
    padding: 30px 5%; }

  .voice_sec .hukidashi {
    padding: 1.5em 1em; }

  .voice_sec dt {
    font-size: 1.2rem; }

  .voice_sec dd {
    font-size: 1.4rem; }

  .voice_sec dd {
    margin-right: 1em; }

  .hukidashi p {
    font-size: 1.5rem; }

  .flow_inner ol {
    margin: 6rem auto 0;
    width: 80%;
    max-width: 300px; }

  .flow_inner ol li {
    font-size: 1.7rem;
    padding-top: 1.5em;
    margin: 1.5em auto; }

  input, textarea {
    max-width: 90%; }

  .telbox .tel_txt p:first-child {
    font-size: 2rem; }

  .telbox .tel_num {
    padding: 1em;
    font-size: 2rem; } }
