@charset "UTF-8";

/*--基本スタイル--*/
/*--mixin--*/
/*共通部分*/
html {
  font-size: 100%;
  letter-spacing: 0.22em;
  opacity: 1;
}

html.wf-active {
  visibility: visible;
  opacity: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif, apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.5;
  color: black;
  font-weight: 400;
  letter-spacing: 1.3px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 0.75rem;
  }
}

body.fixed {
  width: 100%;
  position: fixed;
  overflow: hidden;
}

.max-extend {
  max-width: 1366px;
  margin: 0 auto;
}

.max-extend-inner {
  max-width: 1280px;
  margin: 0 auto 0;
}

.content-extend {
  max-width: 1190px;
  width: 90%;
  margin: 0 auto;
}

.source {
  font-family: "source-han-sans-japanese", sans-serif;
}

.wrapper {
  width: 100%;
  position: relative;
}

.content-wrapper {
  padding: 0 5%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 1.5rem;
  }
}

b {
  font-weight: 700;
}

p {
  line-height: 1.5;
  font-weight: 300;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  p {
    font-size: 0.75rem;
  }
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.m-br {
  display: none;
}
@media screen and (max-width: 992px) {
  .m-br {
    display: block;
  }
}

.xs-br {
  display: none;
}
@media screen and (max-width: 576px) {
  .xs-br {
    display: block;
  }
}

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

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

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

.sp-xs-show {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp-xs-show {
    display: block;
  }
}

.xs-show {
  display: none;
}
@media screen and (max-width: 576px) {
  .xs-show {
    display: block;
  }
}

.xs-none {
  display: block;
}
@media screen and (max-width: 576px) {
  .xs-none {
    display: none;
  }
}

ul {
  list-style: none;
}

.m-plus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}

select {
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 576px) {
  table th, table td {
    font-size: 0.875rem;
  }
}

ol {
  padding-left: 20px;
}

ul {
  list-style: none;
}

.back-inherit {
  background-color: inherit !important;
}

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

.mr-right {
  margin-right: 4%;
}

.mr-left {
  margin-left: 4%;
}

.mr-top {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .mr-top {
    margin-top: 40px;
  }
}

.mr-content-top {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .mr-content-top {
    margin-top: 24px;
  }
}

.responsive-br {
  display: block;
}
@media screen and (max-width: 576px) {
  .responsive-br {
    display: none;
  }
}

.flex-mr-top {
  margin-top: 6px;
}

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

.flex-warp {
  flex-wrap: wrap;
}

.flex-as {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: end;
}
.justify-around {
  justify-content: space-around;
}
.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.no-warp {
  white-space: nowrap;
}

.pointer {
  cursor: pointer;
}

/* フォントサイズ */
.fs-12 {
  font-size: 0.75rem;
}
.fs-20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .fs-20 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-20 {
    font-size: 0.875rem;
  }
}
.fs-24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  .fs-24 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .fs-24 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-24 {
    font-size: 1rem;
  }
}
.fs-28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .fs-28 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-28 {
    font-size: 1.25rem;
  }
}
.fs-32 {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .fs-32 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .fs-32 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-32 {
    font-size: 1.5rem;
  }
}
.fs-34 {
  font-size: 2.125rem;
}
@media screen and (max-width: 768px) {
  .fs-34 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-34 {
    font-size: 1.75rem;
  }
}
.fs-38 {
  font-size: 2.375rem;
}
@media screen and (max-width: 768px) {
  .fs-38 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-38 {
    font-size: 1.75rem;
  }
}
.fs-48 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .fs-48 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-48 {
    font-size: 2.5rem;
  }
}
.fs-80 {
  font-size: 5rem;
}
@media screen and (max-width: 1280px) {
  .fs-80 {
    font-size: 6.3vw;
  }
}
@media screen and (max-width: 768px) {
  .fs-80 {
    font-size: 9.6vw;
  }
}

/* フォントカラー */
.fc-black-light {
  color: #4B4B4B;
}
.fc-black-highlight {
  color: #5F5958;
}
.fc-blue-dark {
  color: #0253A0;
}
.fc-blue {
  color: #0D50CE;
}
.fc-blue-light {
  color: #40CAD1;
}
.fc-blue-highlight {
  color: #E4F6F7;
}
.fc-yellow {
  color: #FCF6AB;
}
.fc-yellow-dark {
  color: #FFF100;
}
.fc-purple {
  color: #9BAAFC;
}
.fc-green {
  color: #4CDE95;
}
.fc-orange {
  color: #F7C25F;
}
.fc-red-dark {
  color: #CB3904;
}
.fc-red {
  color: #F04242;
}
.fc-red-light {
  color: #D64D6D;
}
.fc-white {
  color: #ffffff;
}

.section-title {
  text-align: center;
}

.title-bottom-line {
  padding: 16px 0;
  margin: 0 auto;
  display: inline-block;
  border-bottom: 5px solid #40CAD1;
}
.title-bottom-line.dark-blue-line {
  border-bottom: 5px solid #0253A0;
}
.title-bottom-line.white-line {
  border-bottom: 5px solid #ffffff;
}
.title-bottom-line.main-title {
  position: relative;
}
.title-bottom-line.main-title::before {
  content: "";
  width: 105px;
  height: 130px;
  position: absolute;
  top: -26px;
  left: -120px;
  background-image: url("../img/main-content/denkyuu_on.svg");
  transform: rotate(-14deg);
}
@media screen and (max-width: 576px) {
  .title-bottom-line.main-title::before {
    width: 50px;
    height: 62px;
    top: -15px;
    left: -40px;
    background-image: url("../img/main-content/iphone-denkyuu_on.svg");
    transform: rotate(-8deg);
  }
}
.title-bottom-line.main-title::after {
  content: "";
  width: 105px;
  height: 130px;
  position: absolute;
  top: -26px;
  right: -120px;
  background-image: url("../img/main-content/denkyuu_on.svg");
  transform: rotate(14deg);
}
@media screen and (max-width: 576px) {
  .title-bottom-line.main-title::after {
    transform: rotate(8deg);
    width: 50px;
    height: 62px;
    top: -15px;
    right: -25px;
    background-image: url("../img/main-content/iphone-denkyuu_on.svg");
  }
}

/* bottom 三角 */
.triangle-bottom {
  margin: 48px auto;
  width: 0;
  height: 0;
  border-left: 250px solid transparent;
  border-right: 250px solid transparent;
  border-top: 64px solid #40CAD1;
}
@media screen and (max-width: 576px) {
  .triangle-bottom {
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 50px solid #40CAD1;
  }
}

.fv {
  height: 100vh;
  width: 100%;
  position: relative;
}
.fv .title {
  width: 100%;
  position: absolute;
  top: 40%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-family: Noto Rashi Hebrew;
  font-size: 5rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fv .title {
    font-size: 4.5rem;
    top: 20%;
  }
}

#background-title {
    font-family: Noto Rashi Hebrew;
    position: fixed;
    top: 40%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #3f3f3f;
    font-size: 5rem;
    z-index: 5;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    #background-title {
        font-size: 4.5rem;
        top: 20%;
        line-height: 1;
    }
}

.back-b {
  background-color: #333;
  color: #fff;
  position: relative;
}

.back-w {
  background-color: #fff;
  position: relative;
}

.text-w {
  color: #f3f3f3 !important;
}

.fv-button {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
    .fv-button {
        top: 35%;
    }
}
.fv-button .page-button {
  margin: 0 auto;
  margin-top: 1rem;
  width: 350px;
  background-color: #fff;
  color: #333;
  padding: 0.5rem;
  display: block;
}
.fv-button .page-button:hover {
  background-color: #000;
  color: #fff;
}

.content {
  padding: 100px 4%;
  margin: auto;
  text-align: center;
  width: 100%;
}
.content .title {
  position: relative;
  font-family: Noto Serif Tamil;
  font-size: 2rem;
  margin-bottom: 3rem;
  z-index: 10;
}
.content .text {
  position: relative;
  font-size: 1.25rem;
  z-index: 10;
}
form .form-item {
  position: relative;
  z-index: 10;
  width: 96%;
  max-width: 600px;
  margin: auto;
  text-align: center;
  margin-bottom: 1rem;
}
form .form-item label {
  margin-left: 0;
  text-align: left;
  display: block;
  margin-bottom: 0.5rem;
}
form .form-item .form-input {
  background-color: #fff;
  height: 2.5rem;
  padding: 0.5rem;
  color: #333;
  width: 100%;
}
@media screen and (max-width: 768px) {
    form .form-item .form-input {
        height: 3rem;
        font-size: 1rem;
    }
}
form .form-item .form-button {
  margin-top: 1rem;
  width: 350px;
  background-color: #fff;
  color: #333;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
    form .form-item .form-button,
    form .form-item .page-button {
        font-size: 1rem;
    }
}
form .form-item .form-button:hover {
  background-color: #000;
  color: #fff;
}

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