@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 基本スタイル
====================================== */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html.is-fixed {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "noto-sans-cjk-jp", "Yu Gothic", "yugothic",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "meiryo",
    "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #000;
  min-height: 100vh;
  position: relative;
}

.fade-huwari {
  animation: fadein 3s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 1.6rem;
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

li {
  list-style: none;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  p.text-center {
    text-align: left;
  }
}

/* 共通フォント
====================================== */

.f--VDL {
  font-family: "vdl-logog", sans-serif;
  font-weight: 800;
}

/* 300/700/900 */
.f--VDL_mincho {
  font-family: vdl-v7mincho, sans-serif;
}

/* 400/700 */
.f--Noto-Sans {
  font-family: noto-sans-cjk-jp, sans-serif;
}

/* 400/500/700 */
.f--Halogen {
  font-family: "halogen-flare", sans-serif;
}

/* 共通タイトル
====================================== */
.title-head {
  line-height: 1.5;
  padding-left: 15px;
  padding-right: 15px;
}

.ttl--main {
  display: block;
  font-size: clamp(3rem, 4vw, 4.6rem);
}

.ttl--sub {
  display: block;
  font-size: 2rem;
}

/* 共通フォントサイズ
====================================== */
.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.fs-22 {
  font-size: 2.2rem;
}

.fs-30 {
  font-size: clamp(2rem, 2.5vw, 3rem);
}

.fs-40 {
  font-size: clamp(2.5rem, 3.5vw, 4rem);
}

.fs-50 {
  font-size: clamp(4rem, 3.583rem + 1.181vw, 5rem);
}

.fs-80 {
  font-size: clamp(3.5rem, 1.624rem + 5.314vw, 8rem);
}

.fs-100 {
  font-size: clamp(4.5rem, 2.207rem + 6.494vw, 10rem);
}

.fc-pink {
  color: #fe3b83;
}

.fc-red {
  color: #c91b21;
}

.fc-blue {
  color: #a9dcf3;
}

.small {
  font-size: 1.4remd;
}

@media screen and (max-width:565px) {
  .fs-50 {
  font-size: 4rem;
}

   .fs-80 {
  font-size: 3.5rem;
}
  .fs-100 {
  font-size: 4.5rem;
}

}
/* 文字の上に● */
.maru-top {
  position: relative;
  padding-left: 3px;
  padding-right: 3px;
}

.maru-top::before {
  content: "●";
  color: #fe3b83;
  font-size: 0.25em;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .maru-top::before {
    top: -10px;
  }
}

@media screen and (max-width:565px) {
  .maru-top {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
}

/* 共通コンテナ
====================================== */
.l-contener--full {
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.l-contener {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* 共通レイアウト
====================================== */
.l-service,
.l-example,
.l-flow,
.l-faq {
  padding-top: 200px;
  padding-bottom: 100px;
}

.l-achieve {
  padding-top: 200px;
  padding-bottom: 100px;
}

.l-worries {
    padding-top: 200px;
    padding-bottom: 30px;
  }


.l-entrust {
  position: relative;
}

.l-faq {
  background: #eee;
}

.inner-wrap {
  padding-top: 100px;
  padding-bottom: 30px;
}

.inner-text {
  padding-left: 15px;
  padding-right: 15px;
}

.bg-white {
  background: #fff;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 991px) {
.l-worries,
.l-service,
.l-example,
.l-flow,
.l-faq {
  padding-top: 100px;
}
  .l-achieve {
    padding-top: 100px;
    padding-bottom: 100px;
  }


}
@media screen and (max-width: 565px) {
  .l-achieve {
  padding-bottom: 20px;
}
  .inner-wrap {
    padding-top: 30px;
  }
}

/* 共通レイアウト(背景固定固定)
====================================== */
.background-attachment {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.background-attachment.bg-kv {
  background-image: url("../images/bg-kv.jpg");
}

.background-attachment.bg-flow {
  background-image: url("../images/bg-flow.jpg");
}

.background-attachment.bg-entrust {
  background-image: url("../images/bg-entrust.jpg");
}

.background-attachment.bg-achieve {
  background-image: url("../images/bg-achieve.jpg");
}

/* ボタン各種
====================================== */

/* ボタン共通 */
.btn,
a.btn,
button.btn {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}

a.btn--radius {
  border-radius: 100vh;
}

@media (max-width: 565px) {
  .btn,
a.btn,
button.btn {
  padding: 15px;
}

  a.btn--radius {
  border-radius: 10px;
}
}

/* グラデーションボタン */
.btn-cta {
  background: linear-gradient(
    147deg,
    rgba(250, 196, 91, 1) 0%,
    rgba(213, 55, 116, 1) 50%,
    rgba(125, 91, 185, 1) 100%
  );
  color: #fff;
  font-size: 3rem;
  margin-top: 30px;
}

.btn-cta:hover {
  color: #fff;
  background: linear-gradient(
    147deg,
    rgba(125, 91, 185, 1) 0%,
    rgba(213, 55, 116, 1) 50%,
    rgba(250, 196, 91, 1) 100%
  );
}

@media screen and (max-width: 565px) {
  .btn-cta {
    font-size: 2.2rem;
  }
}

/* アニメーション
====================================== */

/* きらりと光る */
.kirari {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.kirari::after {
  animation: 2s 0s shine linear infinite;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 75%
  );
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-15deg);
  width: 100%;
}
@keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

/* フェードイン */

.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(12%);
  transform: translateY(12%);
}
.js-fadeIn.in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.4s 0.1s,
    -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.4s 0.1s,
    -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.4s 0.1s, transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.4s 0.1s, transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1),
    -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
}
.js-fadeIn .js-fadeIn__child {
  opacity: 0;
  -webkit-transform: translateY(12%);
  transform: translateY(12%);
}
.js-fadeIn .js-fadeIn__child.in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.4s 0.1s,
    -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.4s 0.1s,
    -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.4s 0.1s, transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
  transition: opacity 1.4s 0.1s, transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1),
    -webkit-transform 1s 0.1s cubic-bezier(0, 0.4, 0.3, 1);
}

/* はねる */
.fadePop {
  opacity: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.fadePopActive {
  -webkit-animation-name: fadePop;
  animation-name: fadePop;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadePop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadePop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.purupuru {
  animation: purupuru 0.8s linear 0s 1;
  animation-iteration-count: 1;
  animation-timing-function: ease-in; /*ease-inは最初ゆっくりで後半に減速*/
  animation-timing-function: ease-out; /*ease-outは最初早くてで後半に加速*/
  animation-delay: 1.5s; /*1秒後にアニメーション開始*/
}

@keyframes purupuru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
