@charset "UTF-8";
@font-face {
  font-family: "D-DIN-Bold";
  src: url("/css/D-DIN-Bold.woff");
}
html, body {
  overflow-x: hidden !important;
  box-sizing: border-box !important;
  max-width: 100vw !important;
}

.motion.delighter {
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.motion.delighter.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.motion-slow.delighter {
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.motion-slow.delighter.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

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, center, button,
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;
  box-sizing: border-box;
  font-family: -apple-system, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  vertical-align: baseline;
  color: #333;
}

body {
  overflow-x: hidden;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  text-decoration: none;
}

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

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

img {
  width: 100%;
}

header {
  zoom: 1;
}
header:after {
  display: block;
  content: "";
  clear: both;
}

.qa-container .qa-title, .point-container, .desc-wrapper, #ex .ex-container, #summary ul, #fv #fv-container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.qa-container > p span, .lease-container > p span, section h1 span {
  font-size: 30px;
  line-height: 2;
  background: linear-gradient(transparent 75%, #3fa4f0 75%);
}
@media all and (-ms-high-contrast: none) {
  .qa-container > p span, .lease-container > p span, section h1 span {
    background: linear-gradient(transparent 55%, #3fa4f0 55%, #3fa4f0 75%, transparent 75%);
  }
}
@media only screen and (max-width: 768px) {
  .qa-container > p span, .lease-container > p span, section h1 span {
    font-size: 20px;
  }
}

p, h1, h2, h3, h4, h5, strong, figcaption {
  font-weight: 600;
}

strong {
  color: #3fa4f0;
}

@media only screen and (max-width: 768px) {
  br {
    display: none;
  }
  .sp {
    display: block;
  }
}
section {
  width: 1000px;
  margin: 80px auto;
  text-align: center;
}
@media only screen and (max-width: 1366px) {
  section {
    width: 92vw;
  }
}
@media only screen and (max-width: 768px) {
  section {
    margin: 30px auto;
  }
}
.section-container {
  text-align: center;
}

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

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

footer {
  background: #3fa4f0;
  padding: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 30px 4vw;
  }
}
footer img {
  width: 220px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  footer img {
    width: 180px;
  }
}
footer small {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

header {
  height: 74px;
  width: 100vw;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
header #hyb-header-logo {
  float: left;
  margin-left: 2vw;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  header #hyb-header-logo {
    margin-top: 28px;
  }
}
header #hyb-header-logo a img {
  width: 260px;
}
@media only screen and (max-width: 768px) {
  header #hyb-header-logo a img {
    width: 200px;
  }
}
header #hyb-header-logo img {
  margin-left: 10px;
  width: 160px;
}
header #hyb-header-tel {
  float: right;
  width: 300px;
  height: 74px;
  background-color: #3fa4f0;
}
header #hyb-header-tel p {
  text-align: center;
  color: #fff;
}
header #hyb-header-tel p:first-child {
  margin-top: 2px;
  font-size: 13px;
  letter-spacing: 1px;
}
@media all and (-ms-high-contrast: none) {
  header #hyb-header-tel p:first-child {
    margin-top: 4px;
  }
}
header #hyb-header-tel p:nth-child(2) {
  font-size: 34px;
  line-height: 0.8;
  font-family: "D-DIN-Bold";
}
@media all and (-ms-high-contrast: none) {
  header #hyb-header-tel p:nth-child(2) {
    font-size: 36px;
    margin-top: -4px;
  }
}
header #hyb-header-tel p:last-child {
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: 2px;
}
@media all and (-ms-high-contrast: none) {
  header #hyb-header-tel p:last-child {
    margin-top: 4px;
  }
}

#fv {
  width: 100vw;
  height: 44vw;
  margin-top: 74px;
  position: relative;
  background: url("../img/water.jpg") center bottom/contain no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #fv {
    height: 80vh;
    background: url("../img/water_sp.jpg") center bottom/contain no-repeat;
  }
}
#fv #fv-container {
  width: 85vw;
  margin: 0 auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  #fv #fv-container {
    width: 92vw;
  }
}
@media only screen and (max-width: 768px) {
  #fv #fv-container {
    display: block;
  }
}
#fv #catch {
  margin-top: 5vw;
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  #fv #catch {
    margin-top: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  #fv #catch {
    width: 92vw;
  }
}
#fv #catch h1 {
  font-size: 2.2vw;
}
#fv #catch h1 small {
  background-color: #3fa4f0;
  color: #fff;
  display: block;
  width: 100px;
  text-align: center;
  font-size: 20px;
  padding: 4px 0;
  border-radius: 5px;
}
@media all and (-ms-high-contrast: none) {
  #fv #catch h1 small {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  #fv #catch h1 small {
    font-size: 16px;
    width: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  #fv #catch h1 small {
    font-size: 14px;
    width: 60px;
    margin-bottom: 10px;
  }
}
#fv #catch h1 span {
  letter-spacing: -0.2vw;
  font-size: 2.2vw;
}
@media only screen and (max-width: 1024px) {
  #fv #catch h1 {
    font-size: 28px;
  }
  #fv #catch h1 span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  #fv #catch h1 {
    font-size: 20px;
  }
  #fv #catch h1 span {
    font-size: 20px;
  }
}
#fv #catch img {
  margin: 12px 0 8px;
  width: 52vw;
}
@media only screen and (max-width: 1024px) {
  #fv #catch img {
    width: 100%;
  }
}
#fv #catch p {
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 5px 5px 2px rgba(255, 255, 255, 0.5);
}
#fv #catch p span {
  color: #3fa4f0;
  font-size: 18px;
}
@media only screen and (max-width: 1366px) {
  #fv #catch p {
    font-size: 15px;
  }
  #fv #catch p span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #fv #catch p {
    font-size: 13px;
  }
  #fv #catch p span {
    font-size: 13px;
  }
}
#fv #fv-img {
  margin-top: 3vw;
  width: 38%;
}
@media only screen and (max-width: 768px) {
  #fv #fv-img {
    width: 60%;
    margin: 20px auto;
  }
}

#summary .hyb-system {
  margin: 60px auto 50px;
  width: 800px;
}
@media only screen and (max-width: 1024px) {
  #summary .hyb-system {
    width: 92vw;
  }
}
@media only screen and (max-width: 768px) {
  #summary .hyb-system {
    margin: 20px auto 40px;
  }
}
@media only screen and (max-width: 768px) {
  #summary h1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #summary ul {
    display: block;
  }
}
#summary ul li {
  width: 30%;
  background-color: #f5f5f5;
  padding: 20px;
  margin: 40px 0;
}
#summary ul li img {
  height: 120px;
}
@media only screen and (max-width: 768px) {
  #summary ul li img {
    height: 90px;
  }
}
#summary ul li h2 {
  font-size: 26px;
  margin: 10px 20px;
}
#summary ul li p {
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  #summary ul li p {
    font-size: 14px;
    letter-spacing: -1.2px;
  }
}
@media only screen and (max-width: 1366px) {
  #summary ul li {
    width: 32%;
  }
}
@media only screen and (max-width: 768px) {
  #summary ul li {
    width: 92vw;
  }
}
#summary ul li:last-of-type {
  background-color: #d9edfc;
  position: relative;
}
#summary ul li:last-of-type #summary-hyb-logo {
  height: auto;
  width: 160px;
  margin-top: 5px;
}
#summary ul li:last-of-type p {
  font-weight: 900;
}
#summary ul li:last-of-type #only {
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  height: 125px;
  transform: translateX(50%) translateY(-50%);
}
@media only screen and (max-width: 1366px) {
  #summary ul li:last-of-type #only {
    transform: translateX(25%) translateY(-20%);
  }
}
@media only screen and (max-width: 768px) {
  #summary ul li:last-of-type #only {
    transform: translateX(12%) translateY(-20%);
    width: 100px;
    height: 100px;
  }
}
#summary .graph {
  margin: 50px auto;
  width: 800px;
}
@media only screen and (max-width: 1024px) {
  #summary .graph {
    width: 92vw;
  }
}

#ex {
  background-color: #d9edfc;
  padding: 60px 0;
}
#ex h2 {
  font-size: 30px;
  text-align: center;
  margin: 40px 0 50px;
}
@media only screen and (max-width: 1024px) {
  #ex h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #ex h2 {
    font-size: 20px;
  }
}
#ex h2::before, #ex h2::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 30px;
  border-bottom: 1px solid #3fa4f0;
  position: relative;
  top: -10px;
  margin: 0 10px;
}
@media only screen and (max-width: 1024px) {
  #ex h2::before, #ex h2::after {
    top: -6px;
  }
}
@media only screen and (max-width: 768px) {
  #ex h2::before, #ex h2::after {
    width: 20px;
    margin: 0 4px;
  }
}
#ex .ex-container {
  background-color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #ex .ex-container {
    display: block;
  }
}
#ex .ex-img {
  width: 40%;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  #ex .ex-img {
    width: 100%;
    height: 320px;
  }
}
#ex .ex-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#ex .ex-text {
  width: 58%;
}
@media only screen and (max-width: 1024px) {
  #ex .ex-text {
    width: 100%;
    padding: 20px 0;
  }
}
#ex .ex-text h3 {
  margin: 30px 0 20px;
  font-size: 24px;
}
@media only screen and (max-width: 1366px) {
  #ex .ex-text h3 {
    font-size: 20px;
    margin: 10px 0 10px;
  }
}
@media only screen and (max-width: 1024px) {
  #ex .ex-text h3 {
    margin-left: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #ex .ex-text h3 {
    font-size: 16px;
    margin-top: 0;
  }
}
#ex .ex-text h3 span {
  font-size: 18px;
  margin-right: 20px;
  display: inline-block;
  color: #fff;
  width: 100px;
  height: 36px;
  line-height: 36px;
  background-color: #3fa4f0;
  text-align: center;
  border-radius: 2px;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 1366px) {
  #ex .ex-text h3 span {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
  }
}
@media only screen and (max-width: 768px) {
  #ex .ex-text h3 span {
    font-size: 14px;
    width: 80px;
    top: -1px;
  }
}
@media all and (-ms-high-contrast: none) {
  #ex .ex-text h3 span {
    padding-top: 4px;
  }
}
#ex .ex-text img {
  height: 20vw;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  #ex .ex-text img {
    width: 92%;
    height: auto;
    margin-left: 4vw;
  }
}

#desc i {
  font-size: 42px;
  color: #3fa4f0;
  margin-bottom: 20px;
}
#desc h1 span {
  font-size: 24px;
  line-height: 1.5;
  background: none;
}
@media only screen and (max-width: 768px) {
  #desc h1 span {
    font-size: 18px;
  }
}
#desc .iframe-wrapper {
  margin-top: 20px;
  height: 0;
  margin-bottom: 1.65em;
  padding-bottom: 56.25%;
  position: relative;
}
#desc .iframe-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.desc-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .desc-wrapper {
    display: block;
  }
}
.desc-wrapper .desc-text {
  width: 45%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .desc-wrapper .desc-text {
    width: 100%;
  }
}
.desc-wrapper .desc-text h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .desc-wrapper .desc-text h2 {
    font-size: 20px;
  }
}
.desc-wrapper .desc-text p {
  font-weight: 500;
}
.desc-wrapper .desc-img {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .desc-wrapper .desc-img {
    margin-top: 20px;
    width: 100%;
  }
}

#lease {
  background-color: #fff000;
  padding: 60px 0;
  text-align: center;
}

.lease-container {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .lease-container {
    width: 92vw;
  }
}
.lease-container h2 {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .lease-container h2 {
    font-size: 20px;
  }
}
.lease-container > p {
  font-size: 28px;
}
.point-container {
  background-color: #fff;
  width: 100%;
  margin: 20px 0;
  padding: 24px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .point-container {
    display: block;
  }
}
.point-container img {
  width: 12%;
  object-fit: contain;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .point-container img {
    width: 25%;
    display: block;
  }
}
.point-container .point-text {
  width: 85%;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .point-container .point-text {
    width: 100%;
  }
}
.point-container .point-text h3 {
  font-size: 26px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 768px) {
  .point-container .point-text h3 {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
.point-container .point-text h3 span {
  font-size: 42px;
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .point-container .point-text h3 span {
    font-size: 30px;
  }
}
.point-container .point-text p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .point-container .point-text p {
    font-size: 14px;
    line-height: 2;
  }
}
.point-container .point-text small {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .point-container .point-text small {
    line-height: 10px;
  }
}

#qa {
  background-color: #f5f5f5;
  padding: 60px 0;
  text-align: center;
}

.qa-container {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .qa-container {
    width: 92vw;
  }
}
.qa-container h2 {
  font-size: 28px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .qa-container h2 {
    font-size: 20px;
  }
}
.qa-container > p {
  font-size: 28px;
}
.qa-container .qa-content {
  transition: ease 0.2s;
  background-color: #fff;
  cursor: pointer;
}
.qa-container .qa-content:hover {
  background-color: #d9edfc;
}
.qa-container .qa-title {
  margin: 20px 0 0;
  height: 60px;
}
.qa-container .qa-title span {
  width: 100px;
  font-size: 42px;
  font-weight: 900;
  line-height: 60px;
  font-family: "D-DIN-Bold";
}
@media only screen and (max-width: 768px) {
  .qa-container .qa-title span {
    width: 80px;
    font-size: 38px;
  }
}
.qa-container .qa-title h3 {
  width: 80%;
  font-size: 20px;
  text-align: left;
  position: relative;
  top: 24px;
}
@media only screen and (max-width: 1024px) {
  .qa-container .qa-title h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .qa-container .qa-title h3 {
    font-size: 14px;
    top: 12px;
    line-height: 1.5;
  }
}
.qa-container .qa-title i {
  width: 100px;
  font-size: 32px;
  line-height: 60px;
  transition: ease 0.2s;
  color: #3fa4f0;
}
@media only screen and (max-width: 768px) {
  .qa-container .qa-title i {
    width: 80px;
    font-size: 26px;
  }
}
.qa-container .qa-title .rotate {
  transform: rotate(180deg);
}
.qa-container .answer {
  display: none;
  padding: 0 0 20px;
}
.qa-container .answer p {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .qa-container .answer p {
    width: 90%;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .qa-container .answer p {
    font-size: 14px;
  }
}

#contact h2 {
  font-size: 30px;
  text-align: center;
  margin: 40px 0 50px;
  color: #00BE3A;
}
@media only screen and (max-width: 1024px) {
  #contact h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #contact h2 {
    font-size: 20px;
  }
}
#contact h2::before, #contact h2::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 30px;
  border-bottom: 1px solid #00BE3A;
  position: relative;
  top: -10px;
  margin: 0 10px;
}
@media only screen and (max-width: 1024px) {
  #contact h2::before, #contact h2::after {
    top: -6px;
  }
}
@media only screen and (max-width: 768px) {
  #contact h2::before, #contact h2::after {
    width: 20px;
    margin: 0 4px;
  }
}
#contact .tel {
  line-height: 24px;
}
#contact small {
  font-size: 13px;
  color: #555;
  position: relative;
  top: -15px;
}
#contact i {
  margin-right: 15px;
}/*# sourceMappingURL=hybrid.css.map */