@charset "UTF-8";
/*
GENERAL STYLING
================================================ */
html {
  font-size: 100%; /* 16px */
  color: #000726;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background-color: #FCFCFC;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

/*
COMMON
================================================ */
body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

main {
  position: relative;
  width: 100%;
  z-index: 0;
}

.container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 650px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1100px) {
  .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.container-wide {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.content-ttl {
  display: grid;
  place-items: center;
  min-height: 160px;
  padding: 2em 0 calc(21.3px + 2em);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 21.3px), calc(50% + 15px) calc(100% - 21.3px), 50% 100%, calc(50% - 15px) calc(100% - 21.3px), 0 calc(100% - 21.3px));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 21.3px), calc(50% + 15px) calc(100% - 21.3px), 50% 100%, calc(50% - 15px) calc(100% - 21.3px), 0 calc(100% - 21.3px));
  background: linear-gradient(to right, #1488CC, #2240B9);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  margin-bottom: 80px;
  font-size: clamp(1rem, 4vw, 3rem);
  text-align: center;
  color: #FCFCFC;
}
@media (min-width: 650px) {
  .content-ttl {
    padding: 2em 0 calc(35.5px + 2em);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35.5px), calc(50% + 25px) calc(100% - 35.5px), 50% 100%, calc(50% - 25px) calc(100% - 35.5px), 0 calc(100% - 35.5px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35.5px), calc(50% + 25px) calc(100% - 35.5px), 50% 100%, calc(50% - 25px) calc(100% - 35.5px), 0 calc(100% - 35.5px));
  }
}
@media (min-width: 1100px) {
  .content-ttl {
    padding: 2em 0 calc(50px + 2em);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + 30px) 100%, 50% calc(100% + 100px), calc(50% - 30px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(50% + 35px) calc(100% - 50px), 50% 100%, calc(50% - 35px) calc(100% - 50px), 0 calc(100% - 50px));
  }
}

.subttl-head {
  margin-bottom: 20px;
  position: relative;
  background: linear-gradient(to right, #1488CC, #2240B9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  font-size: clamp(3rem, 5vw, 5rem);
}
.subttl-head::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0.5em;
  height: 10px;
  background: linear-gradient(to right, #1488CC, #2240B9);
}

.subttl {
  text-align: center;
  margin-bottom: clamp(40px, 8vw, 80px);
}
.subttl-inner {
  display: inline;
  background: linear-gradient(to bottom, transparent 50%, rgba(20, 136, 204, 0.2) 0%);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 4vw, 4.2rem);
  font-weight: 800;
  text-align: center;
  color: #183995;
  text-shadow: 1px 1px 2px rgba(34, 64, 185, 0.2);
}

.subtxt {
  margin-bottom: clamp(40px, 8vw, 80px);
  width: 80%;
  font-size: clamp(1rem, 2vw, 1.25rem);
  text-align: center;
}
@media (min-width: 650px) {
  .subtxt {
    width: min(80%, 880px);
  }
}

.subimg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(80px, 8vw, 120px);
}
.subimg-inner {
  width: 50%;
  height: clamp(190px, 40vw, 480px);
}
.subimg-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*
TOPに戻る
================================================ */
.page-top {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 2%;
  right: 2%;
}
@media (min-width: 650px) {
  .page-top {
    width: 50px;
    height: 50px;
    bottom: 1%;
    right: 2%;
  }
}
.page-top-inner {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #FF3B71, #EB0B49);
  border-radius: 50%;
  opacity: 0.9;
  transition: all 0.4s ease-in-out;
}
.page-top-inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34%;
  height: 34%;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: rgba(252, 252, 252, 0.9);
}
.page-top-inner:hover {
  transform: translateY(-10px);
}

/*
ヘッダー
================================================ */
.pc-nav {
  display: none;
}
@media (min-width: 1100px) {
  .pc-nav {
    position: fixed;
    left: 2%;
    top: 50vh;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    padding: 60px 0 70px;
    border-radius: 60px;
    background: linear-gradient(to right, #1488CC, #2240B9);
    opacity: 0.95;
    z-index: 100;
    box-shadow: 1px 1px 4px rgba(0, 7, 38, 0.2);
  }
}

.header-logo {
  width: 60px;
  height: auto;
  margin-bottom: 60px;
}
.header-logo-inner {
  display: block;
  width: 100%;
  height: 100%;
}
.header-logo-inner > img {
  width: 100%;
  height: 100%;
}

.nav-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-wrap-list {
  padding: 4px 10px;
  color: #FCFCFC;
  font-size: 1rem;
  font-weight: 600;
}
.nav-wrap-list:last-child {
  color: #EB0B49;
}
.nav-wrap-list + li {
  margin-top: 10px;
}

/*
ハンバーガー
================================================ */
.hamburger {
  position: relative;
  width: 100%;
}
.hamburger input[type=checkbox] {
  position: fixed;
  right: -100%;
}

/* ハンバーガーアイコン */
.menu-toggle {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transform: translateY(-12px);
  right: 12px;
  top: 24px;
  z-index: 1000;
}
@media (min-width: 650px) {
  .menu-toggle {
    right: 2%;
    top: 3%;
  }
}
@media (min-width: 1100px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #FCFCFC;
}
.menu-toggle span::before {
  top: 12px;
}
.menu-toggle span::after {
  top: -12px;
}

.menu-toggle.is-show span,
.menu-toggle.is-show span::before,
.menu-toggle.is-show span::after {
  background-color: #183995;
}

/* ハンバーガーメニュー */
.hamburger-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 900;
  background: linear-gradient(to right, #FF3B71, #EB0B49);
  color: #FCFCFC;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
}
.hamburger-nav-wrap-list {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.hamburger-nav-wrap-list + li {
  margin-top: 20px;
}
.hamburger-nav .header-logo {
  position: absolute;
  bottom: 100px;
  width: 64px;
}
@media (min-width: 650px) {
  .hamburger-nav .header-logo {
    width: 80px;
  }
}
.hamburger-nav .header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.hamburger-nav .header-logo a img {
  width: 100%;
  height: 100%;
}
@media (min-width: 650px) {
  .hamburger-nav {
    width: 70%;
  }
}

/* クリック時の動き */
input[type=checkbox]:checked ~ .hamburger-nav {
  right: 0;
}

/* メニューが開くと閉じるボタンに変形 */
input[type=checkbox]:checked ~ .menu-toggle span {
  background-color: rgba(252, 252, 252, 0);
}

input[type=checkbox]:checked ~ .menu-toggle span::before {
  background-color: #FCFCFC;
  transform: rotate(45deg);
  top: 0;
}

input[type=checkbox]:checked ~ .menu-toggle span::after {
  background-color: #FCFCFC;
  transform: rotate(-45deg);
  top: 0;
}

/* メニュー画面の外をクリックしても閉じる */
input[type=checkbox]:checked ~ .menu-back {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 7, 38, 0.7);
  z-index: 500;
}

/*
キービジュアル
================================================ */
.kv {
  position: relative;
  width: 100%;
  height: 100svh;
  background: linear-gradient(to right, #1488CC, #2240B9);
}

.kv-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 650px) {
  .kv-img {
    justify-content: flex-start;
  }
}
.kv-img-inner {
  border-radius: 70px;
  width: 90%;
  height: 90%;
  background-color: rgba(20, 42, 128, 0.3);
  background-image: url("images/kv.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}
@media (min-width: 650px) {
  .kv-img-inner {
    width: 95%;
  }
}
.kv-img-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100.1%;
  background-color: rgba(20, 42, 128, 0.7);
  border-radius: 70px;
  mix-blend-mode: multiply;
}
@media (min-width: 650px) {
  .kv-img-inner::after {
    -webkit-clip-path: polygon(0 -0.1%, calc(50% + 23.4vh) -0.1%, 50% 100%, 0 100%);
    clip-path: polygon(0 -0.1%, calc(50% + 23.4vh) -0.1%, 50% 100%, 0 100%);
    border-radius: 70px 0 0 70px;
  }
}

.kv-info {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}
@media (min-width: 650px) {
  .kv-info {
    align-items: flex-start;
    width: 70%;
    left: 15vw;
    transform: translate(0, -50%);
  }
}
@media (min-width: 1100px) {
  .kv-info {
    width: 50%;
  }
}
.kv-info-head {
  width: 90%;
  background-color: rgba(252, 252, 252, 0.9);
  color: #2240B9;
  border-radius: 9999px;
  padding: 1.5em 1.2em;
  line-height: 1;
  display: grid;
  place-items: center;
}
@media (min-width: 650px) {
  .kv-info-head {
    width: 70%;
  }
}
.kv-info-head-top {
  font-size: clamp(1rem, 1.6vw, 1.125rem);
}
@media (min-width: 650px) {
  .kv-info-head-top {
    font-size: clamp(1.125rem, 1.6vw, 1.75rem);
  }
}
.kv-info-head-bottom {
  font-size: clamp(2rem, 1.6vw, 2.5rem);
}
@media (min-width: 650px) {
  .kv-info-head-bottom {
    font-size: clamp(2.5rem, 1.6vw, 3.13rem);
  }
}
.kv-info-ttl {
  width: 90%;
  margin-left: -3%;
}
@media (min-width: 650px) {
  .kv-info-ttl {
    width: 100%;
  }
}
.kv-info-ttl img {
  width: 100%;
}
.kv-info-foot {
  width: 90%;
  color: #FCFCFC;
  text-align: center;
  font-size: clamp(1.25rem, 2vw, 2.25rem);
}
@media (min-width: 650px) {
  .kv-info-foot {
    width: 100%;
    text-align: left;
  }
}
.kv-info-foot span {
  background-color: #2240B9;
  background-size: cover;
}

/*
イントロ
================================================ */
.intro {
  background: linear-gradient(to right, #1488CC, #2240B9);
  padding: 2em 0 calc(21.3px + 2em);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 21.3px), calc(50% + 15px) calc(100% - 21.3px), 50% 100%, calc(50% - 15px) calc(100% - 21.3px), 0 calc(100% - 21.3px));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 21.3px), calc(50% + 15px) calc(100% - 21.3px), 50% 100%, calc(50% - 15px) calc(100% - 21.3px), 0 calc(100% - 21.3px));
  overflow: hidden;
}
@media (min-width: 650px) {
  .intro {
    padding: 3em 0 calc(35.5px + 3em);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35.5px), calc(50% + 25px) calc(100% - 35.5px), 50% 100%, calc(50% - 25px) calc(100% - 35.5px), 0 calc(100% - 35.5px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35.5px), calc(50% + 25px) calc(100% - 35.5px), 50% 100%, calc(50% - 25px) calc(100% - 35.5px), 0 calc(100% - 35.5px));
  }
}
@media (min-width: 1100px) {
  .intro {
    padding: 3em 0 calc(50px + 3em);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + 30px) 100%, 50% calc(100% + 100px), calc(50% - 30px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(50% + 35px) calc(100% - 50px), 50% 100%, calc(50% - 35px) calc(100% - 50px), 0 calc(100% - 50px));
  }
}
.intro-text {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
  color: #FCFCFC;
  font-size: clamp(1.12rem, 4vw, 2.5rem);
  font-weight: 700;
}
@media (min-width: 650px) {
  .intro-text {
    margin-bottom: 2em;
  }
}
@media (min-width: 1100px) {
  .intro-text {
    margin-bottom: 2em;
  }
}
.intro-text::before, .intro-text::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.intro-text::before {
  left: 0;
  transform: translate(-50%, -50%);
  background-image: url(images/square-left.png);
}
.intro-text::after {
  right: 0;
  transform: translate(50%, -50%);
  background-image: url(images/square-right.png);
}

/*
国内のメタバースでの悩み
================================================ */
.problem {
  position: relative;
  padding: 2em 0 calc(21.3px + 2em);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 21.3px), calc(50% + 15px) calc(100% - 21.3px), 50% 100%, calc(50% - 15px) calc(100% - 21.3px), 0 calc(100% - 21.3px));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 21.3px), calc(50% + 15px) calc(100% - 21.3px), 50% 100%, calc(50% - 15px) calc(100% - 21.3px), 0 calc(100% - 21.3px));
  background-color: #F0F0F0;
  margin: -21.3px 0 0;
  z-index: -1;
}
@media (min-width: 650px) {
  .problem {
    padding: 3em 0 calc(35.5px + 3em);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35.5px), calc(50% + 25px) calc(100% - 35.5px), 50% 100%, calc(50% - 25px) calc(100% - 35.5px), 0 calc(100% - 35.5px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35.5px), calc(50% + 25px) calc(100% - 35.5px), 50% 100%, calc(50% - 25px) calc(100% - 35.5px), 0 calc(100% - 35.5px));
  }
}
@media (min-width: 1100px) {
  .problem {
    padding: 3em 0 calc(50px + 3em);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + 30px) 100%, 50% calc(100% + 100px), calc(50% - 30px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(50% + 35px) calc(100% - 50px), 50% 100%, calc(50% - 35px) calc(100% - 50px), 0 calc(100% - 50px));
  }
}
@media (min-width: 650px) {
  .problem {
    margin: -35.5px 0 0;
  }
}
@media (min-width: 1100px) {
  .problem {
    margin: -50px 0 0;
  }
}
.problem-ttl {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
  color: #2240B9;
  font-size: clamp(1.25rem, 8vw, 3rem);
  font-weight: 800;
	font-family: "M PLUS 1p", sans-serif;
}
.problem-wrap {
  margin-bottom: 1em;
}
@media (min-width: 650px) {
  .problem-wrap {
    margin-bottom: 4em;
  }
}
@media (min-width: 1100px) {
  .problem-wrap {
    margin-bottom: 7em;
  }
}
.problem-wrap-list {
  position: relative;
  display: block;
  background-color: #FCFCFC;
  margin-left: 2em;
  padding-left: 2em;
  box-shadow: 1px 1px 3px rgba(0, 7, 38, 0.1);
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  font-weight: 700;
}
.problem-wrap-list + li {
  margin-top: 1.6em;
}
.problem-wrap-list::before {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 2em;
  left: -1em;
  top: 50%;
  transform: translateY(-50%) rotate(14.44deg);
  background: linear-gradient(to right, #1488CC, #2240B9);
}
.problem-wrap-list::after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 50%;
  left: 0em;
  transform: translate(-50%, -50%);
  color: #FCFCFC;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1rem, 4vw, 2.5rem);
}

/*
サービス内容
================================================ */
.service {
  margin-top: clamp(80px, 8vw, 120px);
  margin-bottom: clamp(100px, 8vw, 140px);
}
.service-ttl {
  margin-bottom: 2vw;
  text-align: center;
  background: linear-gradient(to right, #1488CC, #2240B9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 900;
  line-height: 1.4;
}
.service-ttl-top {
  font-size: clamp(1rem, 3vw, 3rem);
}
.service-ttl-bottom {
  font-size: clamp(1.8rem, 5vw, 5.2rem);
  letter-spacing: -0.1em;
	font-family: "M PLUS 1p", sans-serif;
}
.service .roblox-logo {
  margin-bottom: clamp(80px, 8vw, 120px);
  width: 80%;
}
.service .roblox-logo-inner {
  width: 100%;
  height: auto;
}
.service-content {
  display: grid;
  place-items: center;
  margin-bottom: clamp(80px, 8vw, 120px);
  padding: 140px 0;
  background-image: url(images/service-bg.jpg);
  background-color: rgba(20, 136, 204, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}
.service-content-lists {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 650px) {
  .service-content-lists {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 120px 2em;
  }
}
.service-content-lists .service-box {
  padding: 30px 10vw 40px;
  width: 100%;
  background-color: rgba(252, 252, 252, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 650px) {
  .service-content-lists .service-box {
    padding: 30px 3% 40px;
    width: 29%;
  }
}
.service-content-lists .service-box-number {
  margin-bottom: 20px;
  position: relative;
  background: linear-gradient(to right, #1488CC, #2240B9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  font-size: clamp(2rem, 5vw, 3.75rem);
}
.service-content-lists .service-box-number::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
  height: 5px;
  background: linear-gradient(to right, #1488CC, #2240B9);
}
.service-content-lists .service-box-ttl {
  margin-bottom: 24px;
  font-size: clamp(2rem, 2.5vw, 1.75rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
		  font-family: "M PLUS 1p", sans-serif;
}
@media (min-width: 650px) {
  .service-content-lists .service-box-ttl {
    font-size: clamp(1.25rem, 2.5vw, 1.875rem);
	  font-family: "M PLUS 1p", sans-serif;
  }
}
.service-content-lists .service-box-ttl > span {
  font-size: clamp(0.75rem, 5vw, 0.5rem);
}


.service-content-lists .service-box-ttl > strong {
  font-size: clamp(2.5rem, 5vw, 0.75rem);
	color: #FF3B71;
}

.service-content-lists .service-box-text {
  flex: 1;
}
.service-info {
  margin: 0 auto;
}
.service-info-head {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 20px;
  font-size: clamp(1rem, 4vw, 3rem);
  font-weight: 900;
  text-align: center;
	font-family: "M PLUS 1p", sans-serif;
	
}
.service-info-head::before, .service-info-head::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  height: 3.2em;
  width: 5px;
  background: linear-gradient(to right, #1488CC, #2240B9);
}
.service-info-head::before {
  left: -1em;
  transform: translateX(-100%) rotate(-30deg);
}
.service-info-head::after {
  right: -1em;
  transform: translateX(100%) rotate(30deg);
}
.service-info-sub {
  background: linear-gradient(to right, #1488CC, #2240B9);
  width: 100%;
  margin: 0 auto;
  color: #FCFCFC;
  text-align: center;
  font-size: clamp(0.875rem, 4vw, 2rem);
  font-weight: 800;
}
.service-info > h3 {
  background: linear-gradient(to right, #1488CC, #2240B9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: clamp(1.4rem, 7vw, 5.65rem);
  font-weight: 900;
  text-shadow: 1px 1px 2px rgba(0, 7, 38, 0.2);
}

/*
仕切り画像4枚
================================================ */
.border-img {
  margin-bottom: clamp(100px, 8vw, 140px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
@media (min-width: 650px) {
  .border-img {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.border-img-list {
  width: 100%;
  height: 100%;
}
.border-img-list-inner {
  display: block;
  width: 100%;
  padding-top: 60%;
}

/*
Running of the bullsバナー
================================================ */
.banner {
  width: 95%;
}
.banner-link {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.banner-link img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner-link:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

/*
ユーザーエンゲージメント
================================================ */
.analysis {
  margin-bottom: clamp(100px, 8vw, 200px);
}
.analysis-ttl {
  margin-bottom: 80px;
  background: linear-gradient(to right, #1488CC, #2240B9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: clamp(1rem, 4vw, 3rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
	font-family: "M PLUS 1p", sans-serif;
}
.analysis-text {
  margin-bottom: 80px;
  font-size: clamp(1rem, 5vw, 1.25rem);
  text-align: center;
  width: 80%;
}
@media (min-width: 650px) {
  .analysis-text {
    width: min(80%, 880px);
  }
}
.analysis .graph {
  margin: 0 auto clamp(40px, 8vw, 80px);
  display: grid;
  place-items: center;
}
.analysis .graph a {
  display: block;
}
.analysis .contact-btn {
  margin: 0 auto;
  width: 80%;
  height: clamp(4em, 14vw, 7em);
}
@media (min-width: 650px) {
  .analysis .contact-btn {
    width: min(80%, 880px);
  }
}
.analysis .contact-btn-inner {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: linear-gradient(to right, #FF3B71 0%, #EB0B49 50%, #FF3B71 100%);
  background-size: 200% 100%;
  background-position: 0 0;
  font-size: clamp(1rem, 4vw, 2rem);
  color: #FCFCFC;
  font-weight: 900;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.analysis .contact-btn-inner::after {
  content: "";
  position: absolute;
  right: 2em;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.56em solid #FCFCFC;
  transition: all 0.4s ease-in-out;
}
.analysis .contact-btn-inner:hover {
  background-position: 100% 0;
}
.analysis .contact-btn-inner:hover::after {
  right: 1.4em;
}

/*
独自性
================================================ */
.originality {
  margin: 0 auto 110px;
}
.originality .emphasis {
  position: relative;
  margin-bottom: clamp(80px, 8vw, 120px);
  font-size: clamp(1.25rem, 4vw, 2.75rem);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  background: linear-gradient(to right, #FF3B71, #EB0B49);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(235, 11, 73, 0.2);
  text-align: center;
}
@media (min-width: 650px) {
  .originality .emphasis::before, .originality .emphasis::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 3em;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .originality .emphasis::before {
    left: 0px;
    background-image: url(images/pink-emphasis-left.svg);
  }
  .originality .emphasis::after {
    right: 0px;
    background-image: url(images/pink-emphasis-right.svg);
  }
}
@media (min-width: 1100px) {
  .originality .emphasis .sp {
    display: none;
  }
}

/*
仕切り画像3枚
================================================ */
.originality-border-img {
  margin-bottom: clamp(100px, 8vw, 140px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
.originality-border-img-list {
  width: 100%;
  height: 100%;
}
.originality-border-img-list-inner {
  display: block;
  width: 100%;
  padding-top: 60%;
}

/*
仕切り画像4枚_2列固定表示
================================================ */
.section-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}
.section-img-list {
  width: 100%;
  height: 100%;
}
.section-img-list-inner {
  display: block;
  width: 100%;
  padding-top: 60%;
}

/*
メリット
================================================ */
.merit {
  margin-bottom: clamp(80px, 8vw, 120px);
}
.merit .subgraph {
  margin-bottom: clamp(80px, 8vw, 120px);
  width: 80%;
}
.merit .subgraph-inner {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.merit .subgraph-inner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.merit .subgraph-inner + li {
  margin-top: clamp(40px, 8vw, 80px);
}
.merit .sublead {
  margin-bottom: clamp(40px, 8vw, 80px);
  position: relative;
  width: 80%;
  border-radius: 9999px;
  padding: 0.6em 1em;
  background-color: #1488CC;
  font-size: clamp(1rem, 4vw, 1.5rem);
  color: #FCFCFC;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 650px) {
  .merit .sublead {
    width: min(80%, 880px);
  }
}
.merit .sublead::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 60%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #1488CC;
  width: 30px;
  height: 21.3px;
}
@media (min-width: 650px) {
  .merit .sublead::after {
    width: 50px;
    height: 35.5px;
  }
}
@media (min-width: 1100px) {
  .merit .sublead::after {
    width: 70px;
    height: 50px;
  }
}
.merit .subtxt:nth-last-of-type(1) {
  margin-bottom: 0;
}

/*
特徴
================================================ */
.feature {
  position: relative;
}
.feature .content-ttl {
  margin-bottom: 0;
}
.feature-ttl {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
  color: #2240B9;
  font-size: clamp(1.25rem, 4vw, 2.5rem);
  font-weight: 700;
}
.feature-wrap {
  display: grid;
  place-items: center;
  background-image: url(images/feature-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: clamp(100px, 10vw, 170px) 0 clamp(90px, 10vw, 130px);
  margin: -21.3px 0 0;
}
@media (min-width: 650px) {
  .feature-wrap {
    margin: -35.5px 0 0;
  }
}
@media (min-width: 1100px) {
  .feature-wrap {
    margin: -50px 0 0;
  }
}
.feature-wrap .feature-lists-inner {
  position: relative;
  display: block;
  background-color: #FCFCFC;
  box-shadow: 1px 1px 2px rgba(34, 64, 185, 0.2);
  margin-left: 2em;
  padding-left: 2em;
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  font-weight: 700;
}
.feature-wrap .feature-lists-inner + li {
  margin-top: 1.6em;
}
.feature-wrap .feature-lists-inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 2em;
  left: -1em;
  top: 50%;
  transform: translateY(-50%) rotate(14.44deg);
  background: linear-gradient(to right, #1488CC, #2240B9);
}
.feature-wrap .feature-lists-inner::after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 50%;
  left: 0em;
  transform: translate(-50%, -50%);
  color: #FCFCFC;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1rem, 4vw, 2.5rem);
}

/*
コスト比較
================================================ */
.cost {
  margin-bottom: clamp(80px, 8vw, 140px);
}

.cost-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cost-wrap .cost-lists {
  width: 33.3%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cost-wrap .cost-lists:last-child {
  border-right: none;
}
.cost-wrap .cost-lists li {
  padding: 1em 0.5em;
  height: 5em;
  font-size: clamp(0.875rem, 2vw, 1.5rem);
  display: grid;
  place-items: center;
  border-bottom: 4px solid #FCFCFC;
  background-color: #F0F0F0;
  text-align: center;
}
.cost-wrap .cost-lists.name li {
  background: linear-gradient(to right, #1488CC, #2240B9);
  color: #FCFCFC;
}
.cost-wrap .cost-lists.main {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 800;
  border-left: 4px solid #FCFCFC;
  border-right: 4px solid #FCFCFC;
}
.cost-wrap .cost-lists.main li {
  background-color: rgba(240, 240, 240, 0.5);
}
.cost-wrap .cost-lists.main .cost-lists-ttl {
  height: 6em;
  background-color: #FF3B71;
  border-bottom-color: #FCFCFC;
  color: #FCFCFC;
}
.cost-wrap .cost-lists.main .cost-lists-inner {
  height: 6em;
}
.cost-wrap .cost-lists.sub .cost-lists-ttl {
  background-color: #1488CC;
  color: #FCFCFC;
}

.cost-attention {
  font-size: 0.875rem;
  text-align: right;
}

/*
過去事例
================================================ */
.example {
  margin-bottom: clamp(80px, 8vw, 140px);
}
.example-img {
  margin-bottom: clamp(40px, 8vw, 80px);
  height: auto;
}
.example-img-inner {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*
お問い合わせ
================================================ */
.contact {
  margin-bottom: clamp(100px, 8vw, 180px);
}
.contact-ttl-head {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 20px;
  font-size: clamp(1rem, 4vw, 3rem);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.contact-ttl-head::before, .contact-ttl-head::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  height: 2.4em;
  width: 5px;
  background: linear-gradient(to right, #1488CC, #2240B9);
}
.contact-ttl-head::before {
  left: -1em;
  transform: translateX(-100%) rotate(-30deg);
}
.contact-ttl-head::after {
  right: -1em;
  transform: translateX(100%) rotate(30deg);
}
.contact .content-ttl {
  background: linear-gradient(to right, #FF3B71, #2240B9);
}
@media (min-width: 650px) {
  .contact .form-area {
    width: min(80%, 880px);
  }
}
.contact .form-area dl {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 650px) {
  .contact .form-area dl {
    grid-template-columns: 160px 1fr;
  }
}
.contact .form-area dl + dl {
  margin-top: 40px;
}
.contact .form-area dl dt,
.contact .form-area dl dd {
  display: block;
  width: 100%;
  height: auto;
  line-height: 2;
}
.contact .form-area dl dt {
  display: flex;
  align-items: center;
}
.contact .form-area dl .form-submit {
  align-items: flex-start;
}
.contact .form-area dl dd input,
.contact .form-area dl dd textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}
.contact .form-area .contact-btn {
  margin: 0 auto;
  width: 80%;
  height: clamp(4em, 14vw, 7em);
  margin-top: clamp(4em, 10vw, 5em);
  height: clamp(4em, 10vw, 5em);
}
@media (min-width: 650px) {
  .contact .form-area .contact-btn {
    width: min(80%, 880px);
  }
}
.contact .form-area .contact-btn-inner {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: linear-gradient(to right, #FF3B71 0%, #EB0B49 50%, #FF3B71 100%);
  background-size: 200% 100%;
  background-position: 0 0;
  font-size: clamp(1rem, 4vw, 2rem);
  color: #FCFCFC;
  font-weight: 900;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.contact .form-area .contact-btn-inner::after {
  content: "";
  position: absolute;
  right: 2em;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.56em solid #FCFCFC;
  transition: all 0.4s ease-in-out;
}
.contact .form-area .contact-btn-inner:hover {
  background-position: 100% 0;
}
.contact .form-area .contact-btn-inner:hover::after {
  right: 1.4em;
}
.contact .form-area .contact-btn-inner {
  font-size: clamp(1rem, 4vw, 1.125rem);
}

/*
フッター
================================================ */
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  width: 64px;
}
@media (min-width: 650px) {
  .footer-logo {
    width: 80px;
  }
}
.footer-logo-inner {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-logo-inner img {
  width: 100%;
  height: 100%;
}

.footer-nav {
  display: none;
}
@media (min-width: 1100px) {
  .footer-nav {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 880px;
  }
  .footer-nav-list {
    width: 100%;
  }
  .footer-nav-list a {
    display: block;
    width: 100%;
    padding: 0.2em;
    text-align: center;
  }
}

.copyright {
  text-align: center;
  margin-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */