@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  height: 140px;
  background-color: tomato;
  font-weight: bold;
}

.c-footer {
  background: #CFF;
  padding: 100px;
  position: relative;
}
.c-footer #pagetop {
  right: 60px;
  z-index: 10;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .inner-block {
  padding-block: 80px;
}
.home .demo-ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 60px;
}
.home .demo-ttl::before {
  background: #06A6F4;
  content: "";
  height: 5px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.home #image-compare, .home #image-compare02 {
  border-radius: 20px;
  overflow: hidden;
  max-width: 1000px;
  margin: auto;
  isolation: isolate;
}
.home #image-compare02 .icv__control-line {
  width: 100% !important;
}
.home #image-compare02 .icv__arrow-wrapper:nth-child(1)::before {
  -webkit-transform: rotate(90deg) scale(-1, 1);
          transform: rotate(90deg) scale(-1, 1);
}
.home #image-compare02 .icv__arrow-wrapper:nth-child(2)::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home .icv__control-line {
  width: 5px !important;
}
.home .icv__theme-wrapper {
  background: #fff;
  border-radius: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  height: 80px;
  width: 80px;
  z-index: 10;
}
.home .icv__arrow-wrapper {
  position: relative;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
  height: 22px;
  width: 14px;
}
.home .icv__arrow-wrapper::before {
  background: url(../img/ico-arrow.svg) no-repeat center center/contain;
  content: "";
  height: 22px;
  width: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home .icv__arrow-wrapper:nth-child(1)::before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.home .icv__arrow-wrapper:nth-child(1)::before {
  right: 0;
}
.home .icv__arrow-wrapper svg {
  display: none;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    height: 26.6666666667vw;
    background-color: lightgreen;
  }
  .home .demo-ttl {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .home .demo-ttl::before {
    height: 3px;
    width: 30px;
  }
  .home .icv__control-line {
    width: 3px !important;
  }
  .home .icv__theme-wrapper {
    gap: 0;
    height: 40px;
    width: 40px;
  }
  .home .icv__arrow-wrapper::before {
    height: 14px;
    width: 6px;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */