@charset "UTF-8";
/*===============================
* SOYNE ver 0.01
* Auther:Porowakka - Iwakura
* Auther URL:https://porowakka.co.jp/
================================*/
/* 変数設定 */
.fc-red {
  color: #E72510;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #004098;
  font-size: 32px;
  font-weight: 300;
  line-height: 2;
  background-color: #F5F5F5;
}

.border {
  border-color: #004098 !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
.red-side-line {
  border-left: solid 8px #E72510;
  padding-left: 1em;
  font-size: 0.5em;
}

.red-bottom-line {
  border-bottom: 1px solid #E72510;
  padding-bottom: 12px;
}

.index-h2 {
  font-size: 1.4em;
  line-height: 1.5;
}

.circle-img {
  width: 340px;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.circle-img-border {
  border: 2px solid #004098;
}

input, textarea {
  font-size: 0.6em;
}

button.submit {
  border: 0;
  padding: 0.5em 2em 0.5em 2em;
  border-radius: 10px;
  color: #fff;
  background: #004098;
  position: relative;
  height: 64px;
  width: 130px;
}

button.submit::before {
  content: "送信";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  letter-spacing: 0.4em;
}

button.submit::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  right: -30px;
  background: #000;
  transform: skewX(-30deg);
  border-radius: 10px;
  z-index: 0;
  background-color: #004098;
}

input[type=text],
textarea {
  border-color: #004098;
  border-width: 1px;
  background-color: #F5F5F5;
}

@-webkit-keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
.mainv {
  background-image: url(../img/index/mainv-bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
}
.mainv-wrap img {
  
}
.mainv-wrap:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 12vh;
  background-color: #E72510;
  top: 43vw;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: move-y 0.5s infinite alternate ease-in-out;
          animation: move-y 0.5s infinite alternate ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
}

.sticky {
  width: 200px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
.sticky-tel {
  width: 100%;
  margin-bottom: 40px;
}
.sticky-line {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .sticky {
    width: 35%;
    flex-flow: nowrap;
    bottom: auto;
    font-size: 1rem;
    line-height: 1;
    right: 2%;
  }
  .sticky-tel {
    margin-bottom: 0;
  }
}

.go-top {
  position: fixed;
  right: 130px;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  .go-top {
    right: 4%;
  }
}

#youtube {
  aspect-ratio: 16/9;
}

.index {
  position: relative;
}
.index-text-02 {
  background-image: url(../img/index/text-02-bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 10vw 0;
  font-weight: 500;
  font-size: 6vw;
}
@media screen and (max-width: 670px) {
  .index-text-02 {
    font-size: 7vw;
  }
}
.index-text-02 .ruby-position-under {
  display: inline-block;
}
.index-text-02 .ruby-position-under ruby {
  display: flex;
  flex-direction: column;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.index-text-02 .ruby-position-under ruby rt {
  font-size: 0.3em;
  font-weight: 400;
}
.index-about {
  background-image: url(../img/index/about-bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.index-about h2 {
  font-size: 40px;
}
@media screen and (max-width: 670px) {
  .index-about h2 {
    font-size: 7vw;
  }
}
.index-about h2 + p {
  font-size: 2vw;
  line-height: 2;
}
@media screen and (max-width: 670px) {
  .index-about h2 + p {
    font-size: 3.5vw;
  }
}
.index-main-logo {
  margin-bottom: 170px;
}
.index-main-logo-box {
  overflow: hidden;
  background-image: url(../img/index/logo.svg);
  height: 17vw;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}
.index-main-logo p {
  color: #E72510;
}
@media screen and (max-width: 960px) {
  .index-main-logo p {
    font-size: 5vw;
  }
}
.index-content {
  background-image: url(../img/index/content-bg.svg);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 160px;
}
.index-content .negative-margin {
  margin-top: -10px;
}
.index-content-text {
  font-size: 0.6em;
}
.index-content h2 {
  font-size: 40px;
}
@media screen and (max-width: 670px) {
  .index-content h2 {
    font-size: 7vw;
  }
}
.index-content h2 span {
  font-weight: 500;
}
.index-content h2 + p {
  font-size: 2vw;
  line-height: 2;
}
@media screen and (max-width: 670px) {
  .index-content h2 + p {
    font-size: 3.5vw;
  }
}
.index-content .row h3 {
  font-weight: 400;
  margin-top: 0.8em;
}
.index-feature h2 {
  font-size: 40px;
}
@media screen and (max-width: 670px) {
  .index-feature h2 {
    font-size: 7vw;
  }
}
.index-feature h2 span {
  font-weight: 500;
}
.index-feature h2 + p {
  font-size: 2vw;
  line-height: 2;
}
@media screen and (max-width: 670px) {
  .index-feature h2 + p {
    font-size: 3.5vw;
  }
}
.index-feature-img {
  width: 340px;
}
.index-feature-text {
  background-repeat: no-repeat;
  background-size: 100%;
  mix-blend-mode: multiply;
  width: 334px;
  height: 342px;
  text-align: center;
}
.index-feature-text p {
  line-height: 1.4;
}
.index-feature-text-top {
  font-weight: 400;
  margin-top: 80px;
}
.index-feature-text-bottom {
  font-weight: 300;
  font-size: 0.6em;
}
.index-feature-wrap {
  padding: 664px 0;
}
@media screen and (max-width: 767px) {
  .index-feature-fotter {
    margin-top: 1000px;
    margin-bottom: 3em;
  }
}
.index-feature-img, .index-feature-text {
  position: absolute;
  margin: auto;
  right: 0;
}
.index-feature-img-01 {
  top: 0;
  left: 200px;
}
.index-feature-text-01 {
  background-image: url(../img/index/feature-bg-01.svg);
  top: 290px;
  left: 460px;
}
.index-feature-img-02 {
  top: 376px;
  left: -630px;
}
.index-feature-text-02 {
  background-image: url(../img/index/feature-bg-02.svg);
  top: 594px;
  left: -158px;
  z-index: 1;
}
.index-feature-img-03 {
  top: 610px;
  left: 468px;
}
.index-feature-text-03 {
  background-image: url(../img/index/feature-bg-03.svg);
  top: 924px;
  left: 468px;
}
.index-feature-img-04 {
  top: 904px;
  left: -322px;
}
.index-feature-text-04 {
  background-image: url(../img/index/feature-bg-04.svg);
  top: 1156px;
  left: 80px;
}
@media screen and (max-width: 767px) {
  .index-feature-img-01 {
    top: 0;
    left: 0;
  }
  .index-feature-text-01 {
    top: 23%;
    left: 0;
  }
  .index-feature-img-02 {
    top: 45%;
    left: -40%;
  }
  .index-feature-text-02 {
    top: 110%;
    left: 0;
  }
  .index-feature-img-03 {
    top: 87%;
    left: -7%;
  }
  .index-feature-text-03 {
    top: 65%;
    left: -30%;
  }
  .index-feature-img-04 {
    top: 127%;
    left: 47%;
  }
  .index-feature-text-04 {
    top: 146%;
    left: -12%;
  }
}
.index #index-map {
  height: 400px;
}
.grecaptcha-badge{
  z-index: -1;
}
.sp-pr{
  position: sticky;
  bottom: 0;
}
.sp-pr a{
  text-decoration: none;
}
.sp-pr-top{
  width: 100%;
  background-color: #E72510;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.sp-pr-bottom span {
  font-size: 18px;
}
.sp-pr-bottom{
  width: 100%;
  background-color: #004098;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */