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

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.cf:after,
.container:after,
.about-blk:after,
#footer-container:after,
#credit:after {
  content: "";
  display: block;
  clear: both; }

button {
  border: none; }

.contact-btn {
  display: block;
  border-radius: 5px;
  color: #fff;
  background: #51A0DB;
  text-decoration: none;
  position: relative; }
  .contact-btn:after {
    position: absolute;
    right: 5px; }
  .contact-btn:hover {
    color: #fff;
    background: #A4CEED;
    cursor: pointer;
    transition: 0.5s; }

.section-heading {
  padding-bottom: 5px;
  display: inline-block; }
  .section-heading span {
    display: block;
    margin-top: 3px;
    padding-top: 10px;
    width: auto; }
  @media print, screen and (min-width: 768px) {
    .section-heading {
      margin-bottom: 30px;
      font-size: 4rem; }
      .section-heading span {
        font-size: 1.5rem;
        border-top: 5px solid #ffd631; } }
  @media only screen and (max-width: 767px) {
    .section-heading {
      margin-bottom: 15px;
      font-size: 2.4rem; }
      .section-heading span {
        font-size: 1.2rem;
        border-top: 3px solid #ffd631; } }

.p-heading {
  border-left: 7px solid #ffd631;
  padding-left: 10px;
  color: #B27108;
  line-height: 1; }
  @media print, screen and (min-width: 768px) {
    .p-heading {
      margin-bottom: 20px;
      font-size: 2rem; } }

a:hover img.alphabtn,
.alphabtnbtn a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70); }

@media print, screen and (min-width: 768px) {
  .copy-text {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5; }

  .copy-text span {
    display: block; }

  .p-heading {
    font-size: 1.8rem; } }
@media only screen and (max-width: 767px) {
  .copy-text,
  .p-heading {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold; }

  .p-heading {
    margin-bottom: 15px; } }
@media print, screen and (min-width: 768px) {
  .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start; }

  .flex-left {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start; }

  .flex-2c {
    width: 49%; }

  .flex-3c {
    width: 32%; }

  .flex-twothirds {
    width: 64%; }

  .flex-4c {
    width: 24%; }

  .flex-4c-s {
    width: 20%; }

  .flex.flex-around {
    justify-content: space-around; }

  .flex-center {
    align-self: center; }

  .flex-reverse {
    flex-direction: row-reverse; }

  .visible-sp {
    display: none; } }
@media only screen and (max-width: 767px) {
  .visible-pc {
    display: none; } }
.flex-2c, .flex-3c {
  margin-bottom: 15px; }

@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    line-height: 1.8; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
    line-height: 1.6; } }

body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, arial,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.6rem; }

* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, p, dl, dt, dd {
  margin: 0;
  padding: 0; }

ul {
  list-style: none;
  padding: 0; }

i, address {
  font-style: normal; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  font-size: 0;
  line-height: 0;
  vertical-align: top; }

a {
  color: #0060A3; }

a:hover {
  color: #ffd631; }

strong {
  color: #B27108; }

em {
  font-style: normal;
  font-weight: bold; }

small {
  font-size: 80%; }

table {
  width: 100%;
  border-collapse: collapse; }

.container, .about-blk, #footer-container, #credit {
  padding: 0 15px; }
  @media print, screen and (min-width: 768px) {
    .container, .about-blk, #footer-container, #credit {
      max-width: 1180px;
      margin-left: auto;
      margin-right: auto; } }

@media print, screen and (min-width: 768px) {
  main p {
    margin-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  main p {
    margin-bottom: 15px; } }

.footer {
  background: #333;
  font-size: 1.4rem; }
  .footer .footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    .footer .footer-nav li::after {
      content: "|";
      font-weight: normal; }
    .footer .footer-nav li:last-child::after {
      content: none; }

@media print, screen and (min-width: 768px) {
  .footer {
    margin-top: 75px;
    padding: 30px 0; }

  .footer-logo {
    float: right; }
    .footer-logo img {
      margin: 10px 0 0 30px; }
      .footer-logo img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); } }
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 20px;
    padding: 15px 0; }

  .footer-logo {
    text-align: center; }
    .footer-logo img {
      margin: 0 15px 30px;
      width: 30%;
      vertical-align: middle; } }
.copyright {
  margin-top: 30px;
  color: #666;
  font-size: 90%;
  text-align: center; }

#pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  cursor: pointer;
  right: 0;
  z-index: 1000; }
  #pagetop a {
    display: block;
    width: 45px;
    height: 40px;
    background: rgba(66, 66, 66, 0.7);
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    line-height: 40px; }
  @media print, screen and (min-width: 768px) {
    #pagetop {
      right: 30px; } }

.box {
  transition: 1.5s all cubic-bezier(0.39, 0.575, 0.565, 1); }

.kv {
  position: relative;
  background: url(../images/kv.png) 50% 100% no-repeat;
  background-size: cover;
  box-sizing: border-box; }
  .kv .logo {
    margin: 0 auto; }
  .kv .copy {
    text-align: center;
    font-weight: bold;
    text-shadow: 0 1px 2px #fff; }
  .kv .skidata-logo {
    color: #555;
    text-align: center;
    font-weight: bold; }
    .kv .skidata-logo img {
      display: block;
      margin-bottom: 5px;
      margin: 0 auto 5px; }

@media print, screen and (min-width: 768px) {
  .kv {
    height: 720px; }
    .kv .logo {
      width: 70%; }
      .kv .logo img {
        padding-top: 170px; }
    .kv .copy {
      font-size: 3rem; }
    .kv .skidata-logo {
      margin-top: 30px;
      font-size: 1.2rem; }
      .kv .skidata-logo img {
        width: 200px; } }
@media only screen and (max-width: 767px) {
  .kv {
    height: 250px; }
    .kv .logo {
      width: 90%; }
      .kv .logo img {
        padding-top: 60px;
        margin-bottom: 3px; }
    .kv .copy {
      font-size: 1.8rem;
      margin-bottom: 10px; }
    .kv .skidata-logo {
      font-size: 1rem; }
      .kv .skidata-logo img {
        width: 80px;
        margin-bottom: 2px; } }
.step dl dt {
  background: #ffd631;
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #444;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 5px 15px;
  line-height: 1.8; }
.step dl dd {
  background: #FFF;
  border-radius: 0 0 10px 10px;
  line-height: 1.6;
  padding: 15px; }
  .step dl dd p {
    margin-bottom: 10px; }

.about-blk {
  position: relative; }

@media print, screen and (min-width: 768px) {
  .about-blk {
    margin-top: -160px; }
    .about-blk .phone-image img {
      width: 300px;
      margin-top: -110px; }
    .about-blk .qg-image {
      width: 330px;
      margin-top: 30px;
      display: inline;
      margin-right: 10px; } }
@media only screen and (max-width: 767px) {
  .about-blk {
    margin-top: -40px;
    margin-bottom: 10px; }
    .about-blk .qg-image {
      width: 100%;
      margin-top: 15px; } }
.value-blk {
  position: relative;
  overflow: hidden; }
  .value-blk .section-heading {
    text-align: right;
    float: right; }
  .value-blk .p-heading {
    color: #B27108; }
  .value-blk .copy-text {
    clear: both;
    text-align: right;
    margin-bottom: 15px; }

@media print, screen and (min-width: 768px) {
  .value-blk {
    margin-top: -60px;
    padding: 130px 0 320px; }
    .value-blk:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 160%;
      height: 80%;
      margin: 3% -40% 0;
      background: #efefef;
      transform-origin: right center;
      transform: rotate(-3deg);
      z-index: -1; }
    .value-blk .container .p-heading, .value-blk .about-blk .p-heading, .value-blk #footer-container .p-heading, .value-blk #credit .p-heading {
      margin-top: 30px; }
    .value-blk .container .step, .value-blk .about-blk .step, .value-blk #footer-container .step, .value-blk #credit .step {
      margin-bottom: 30px; }
      .value-blk .container .step dd, .value-blk .about-blk .step dd, .value-blk #footer-container .step dd, .value-blk #credit .step dd {
        height: 350px; }
        .value-blk .container .step dd img, .value-blk .about-blk .step dd img, .value-blk #footer-container .step dd img, .value-blk #credit .step dd img {
          width: 100%; } }
@media only screen and (max-width: 767px) {
  .value-blk {
    padding: 40px 0 430px; }
    .value-blk:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 155%;
      height: 80%;
      margin: 3% -40% 0;
      background: #efefef;
      transform-origin: right center;
      transform: rotate(-3deg);
      z-index: -1; }
    .value-blk .container .step, .value-blk .about-blk .step, .value-blk #footer-container .step, .value-blk #credit .step {
      margin-bottom: 15px; }
      .value-blk .container .step dt, .value-blk .about-blk .step dt, .value-blk #footer-container .step dt, .value-blk #credit .step dt {
        margin-top: 15px; }
      .value-blk .container .step dd, .value-blk .about-blk .step dd, .value-blk #footer-container .step dd, .value-blk #credit .step dd {
        min-height: 200px; }
        .value-blk .container .step dd img, .value-blk .about-blk .step dd img, .value-blk #footer-container .step dd img, .value-blk #credit .step dd img {
          display: block;
          margin: 0 auto;
          width: 50%; } }
.case {
  width: 100%;
  padding: 30px 15px;
  background: #fff;
  border-radius: 6px; }
  .case h3 {
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 1rem;
    margin-left: -1rem; }
    .case h3::after {
      background: #ffd631;
      width: 40px;
      content: '';
      display: block;
      height: 3px; }
  .case ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }

@media print, screen and (min-width: 768px) {
  .case h3 {
    ont-size: 2.4rem; }
    .case h3::after {
      margin: 10px auto 0; }
  .case ul li {
    width: 100px;
    margin: 15px 45px 0; } }
@media only screen and (max-width: 767px) {
  .case {
    padding-bottom: 0; }
    .case h3 {
      ont-size: 1.6rem; }
      .case h3::after {
        margin: 7px auto 0; }
    .case ul {
      flex-wrap: wrap; }
      .case ul li {
        width: 80px;
        margin-left: 15px;
        margin-bottom: 15px; }
        .case ul li:first-child {
          margin-left: 0; } }
.function-blk {
  position: relative;
  z-index: 100; }
  .function-blk .funciton-details {
    line-height: 1.8; }
    .function-blk .funciton-details img {
      width: 100%; }

@media print, screen and (min-width: 768px) {
  .function-blk {
    margin: -365px 0 15px;
    padding-top: 140px; }
    .function-blk:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 138%;
      height: 80%;
      margin: 3% -40% 0;
      background: #ffffff;
      transform-origin: left center;
      transform: rotate(3deg);
      z-index: -1; }
    .function-blk .copy-text {
      margin-bottom: 45px; }
    .function-blk .container .funciton-details, .function-blk .about-blk .funciton-details, .function-blk #footer-container .funciton-details, .function-blk #credit .funciton-details {
      margin-bottom: 60px; }
      .function-blk .container .funciton-details .func-mg, .function-blk .about-blk .funciton-details .func-mg, .function-blk #footer-container .funciton-details .func-mg, .function-blk #credit .funciton-details .func-mg {
        margin-right: 45px; }
      .function-blk .container .funciton-details .func-sns, .function-blk .about-blk .funciton-details .func-sns, .function-blk #footer-container .funciton-details .func-sns, .function-blk #credit .funciton-details .func-sns {
        margin: 0 0 0 30px; } }
@media only screen and (max-width: 767px) {
  .function-blk {
    background-size: 140%;
    background-repeat: no-repeat;
    margin: -390px 0 50px;
    padding: 80px 0 5px; }
    .function-blk .copy-text {
      margin-bottom: 30px; }
    .function-blk .funciton-details {
      display: flex;
      flex-direction: column;
      margin-bottom: 10px; }
      .function-blk .funciton-details .func-img {
        margin: 15px 0 30px; }
      .function-blk .funciton-details .func-sns {
        margin: 15px 0 0 0; }
    .function-blk .func-last {
      justify-content: flex-start !important; } }
.scalability-blk {
  position: relative;
  overflow: hidden; }
  .scalability-blk .section-heading {
    text-align: right;
    float: right; }
  .scalability-blk .step {
    clear: both;
    margin-top: 30px; }
    .scalability-blk .step dd {
      min-height: 80px; }

@media print, screen and (min-width: 768px) {
  .scalability-blk {
    margin: -120px 0 -80px 0;
    padding: 130px 0 80px 0; }
    .scalability-blk:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 160%;
      height: 80%;
      margin: 3% -40% 0;
      background: #efefef;
      transform-origin: right center;
      transform: rotate(-5deg);
      z-index: -1; }
    .scalability-blk .container .p-heading, .scalability-blk .about-blk .p-heading, .scalability-blk #footer-container .p-heading, .scalability-blk #credit .p-heading {
      margin-top: 30px; }
    .scalability-blk .container .contact-btn, .scalability-blk .about-blk .contact-btn, .scalability-blk #footer-container .contact-btn, .scalability-blk #credit .contact-btn {
      margin-top: -10px; } }
@media only screen and (max-width: 767px) {
  .scalability-blk {
    margin: -70px 0 -100px 0;
    padding: 50px 0 100px 0; }
    .scalability-blk:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 150%;
      height: 80%;
      margin: 3% -40% 0;
      background: #efefef;
      transform-origin: right center;
      transform: rotate(-5deg);
      z-index: -1; }
    .scalability-blk .contact-btn {
      margin-top: -10px; } }
.contact p {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px; }

.contact-bottom {
  background: #ddd;
  margin-top: -30px; }

.contact-btn {
  border: 4px #fff solid;
  text-align: center;
  font-weight: bold;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
  margin: 0 auto; }
  .contact-btn:before {
    display: block;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 15px;
    height: 15px;
    margin-top: -4px;
    background: #fff; }
  .contact-btn:after {
    /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
    display: block;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    right: 22px;
    width: 15px;
    height: 15px;
    margin-top: -4px;
    background: #51A0DB; }
  .contact-btn:hover:after {
    background: #A4CEED; }

@media print, screen and (min-width: 768px) {
  .contact {
    padding: 30px 0; } }
@media only screen and (max-width: 767px) {
  .contact {
    padding: 15px 0;
    width: 100%; } }
.contact .contact-btn {
  width: 100%; }

@media print, screen and (min-width: 768px) {
  .contact-btn {
    font-size: 3rem;
    height: 100px;
    line-height: 98px; } }
@media only screen and (max-width: 767px) {
  .contact-btn {
    font-size: 2.2rem;
    height: 60px;
    line-height: 58px; } }

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
    visibility: hidden;
    height: 0; } }
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

footer {
  width: 100%;
  background-color: #333; }

#assist-headline {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.2rem; }

@media (min-width: 768px) {
  #footer-container {
    margin-right: auto;
    margin-left: auto;
    padding: 4rem 1rem; } }
@media only screen and (max-width: 767px) {
  #footer-container {
    padding: 15px; } }

/* assist */
#assist {
  float: left; }

#assist ul {
  float: left;
  margin-right: 60px;
  font-size: 1.1rem; }

#assist ul:nth-of-type(2) {
  margin-right: 3rem;
  padding-right: 3rem;
  border-right: solid 2px #777;
  padding-bottom: 15px; }

#assist ul li {
  padding: .5rem 0 .5rem 17px;
  background: url(../images/arrow_lightgray.png) no-repeat 3px center;
  background-size: 6px auto;
  line-height: 1.8; }

#assist ul li a {
  color: #999;
  text-decoration: none; }

#assist ul li a:hover {
  opacity: .7;
  transition: .3s; }

#assist ul li i {
  margin-right: 3px; }

/* credit */
#credit {
  margin-right: auto;
  margin-left: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.2rem; }

.caption {
  font-size: 0.8rem;
  margin-top: 10px; }

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