@charset "UTF-8";
/*****************************************
※※※※※※※※※※※※※※※※※※※※※※※※※

このCSSファイルはSassから生成されていますので、
編集しないようにしてください。

※※※※※※※※※※※※※※※※※※※※※※※※※
*****************************************/
/*****************************************
共通設定
******************************************/
/*
 メディアクエリ設定。
*/
/*
 ページ全体のフォント設定
*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 62.5%;
  color: #363636;
  -webkit-text-size-adjust: 100%; }

/*
 すべてのブラウザ用に、デフォルトのマージンを取り除く。
*/
body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1;
  background: #f7f7f7; }
  @media (max-width: 767px) {
    body {
      font-size: 1.5rem; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

p, h1, h2, h3, h4, h5, h6, figure {
  margin: 0; }

p {
  line-height: 175%;
  text-align: justify; }

li {
  list-style: none; }

a, a * {
  transition: .3s; }

/*
 IE9+用に、displayプロパティを定義。
 1. Edge, IE, Firefox用、details要素とsummary要素に「display: block;」を定義。
 2. IE, Firefox用、main要素に「display: block;」を定義。
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  /* 1 */
  display: block; }

/*
 IE9+用、displayプロパティを定義。
 */
audio, canvas, progress, video {
  display: inline-block; }

/* Clearfix */
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0; }

/*
 リンクの下線部を取り除く。
*/
a:link {
  text-decoration: none;
  color: #363636; }

a:visited {
  text-decoration: none;
  color: #363636; }

a:hover {
  text-decoration: none; }

a:active {
  text-decoration: none; }

/*****************************************
共通設定
******************************************/
h2 {
  font-size: min(3.8vw, 3.2rem);
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media (max-width: 767px) {
    h2 {
      font-size: 2.4rem;
      text-align: center;
      line-height: 1.5;
      margin-bottom: 20px; } }
  h2 span {
    display: inline-block; }
  h2::before, h2::after {
    content: "";
    height: 1px;
    width: 60px;
    background-color: #6E45D0;
    margin: 0 25px; }
    @media (max-width: 767px) {
      h2::before, h2::after {
        content: none; } }
    .home h2::before, .home h2::after {
      content: "●";
      height: inherit;
      width: inherit;
      background-color: inherit;
      color: #12B0B7; }
      @media (max-width: 767px) {
        .home h2::before, .home h2::after {
          content: none; } }
  .home h2::before {
    margin: 0 50px 0 0; }
  .home h2::after {
    margin: 0 0 0 50px; }

.deep-back > div > h2 {
  color: #f7f7f7; }
  .deep-back > div > h2::before, .deep-back > div > h2::after {
    background-color: #f7f7f7; }
    .home .deep-back > div > h2::before, .home .deep-back > div > h2::after {
      background-color: inherit;
      color: #f7f7f7; }

h3 {
  text-align: center; }
  h3 span {
    font-size: 2.4rem;
    color: #6E45D0;
    padding: 0 25px 10px;
    border-bottom: 1px solid #6E45D0;
    display: inline-block;
    margin-bottom: 40px; }
    .home h3 span {
      color: #215790;
      border-bottom: 1px solid #215790; }
    @media (max-width: 767px) {
      h3 span {
        font-size: 2.0rem;
        padding: 0 15px 5px;
        margin-bottom: 20px;
        line-height: 1.3; } }

.flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.w1200 {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .w1200 {
      max-width: 540px; } }

section {
  position: relative;
  padding-bottom: 60px; }
  .home section {
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .home section {
        padding-bottom: 20px; } }
  @media (max-width: 767px) {
    section {
      padding-bottom: 30px; } }

.shadow {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }

.back {
  padding-top: 110px; }
  @media (max-width: 767px) {
    .back {
      padding-top: 60px; } }
  .home .back {
    padding-top: 120px; }
    @media (max-width: 767px) {
      .home .back {
        padding-top: 55px; } }

.diagonal {
  position: absolute;
  z-index: 1; }

.diagonal-top-left {
  background: #f7f7f7;
  height: 60px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  width: 100%;
  top: -59px; }
  @media (max-width: 767px) {
    .diagonal-top-left {
      height: 30px;
      top: -29px; } }

.diagonal-top-right {
  background: #f7f7f7;
  height: 60px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  width: 100%;
  top: -59px; }
  @media (max-width: 767px) {
    .diagonal-top-right {
      height: 30px;
      top: -29px; } }

.diagonal-bottom-left {
  background: #f7f7f7;
  height: 60px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  width: 100%;
  bottom: -59px; }
  @media (max-width: 767px) {
    .diagonal-bottom-left {
      height: 30px;
      bottom: -29px; } }

.harf-ellipse {
  position: absolute;
  z-index: 1;
  background: #f7f7f7;
  width: 100%;
  height: 60px;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  bottom: -60px; }
  @media (max-width: 767px) {
    .harf-ellipse {
      height: 30px;
      bottom: -30px; } }

.harf-ellipse-reverse {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #FFF9E6;
  -webkit-mask: radial-gradient(ellipse 50% 100% at 50% 0%, transparent 99%, black 100%);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude; }

.fb {
  font-weight: bold; }

.btn {
  width: 500px;
  line-height: 50px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  background: #FFBF09;
  display: block;
  margin: auto; }
  .home .btn {
    background: #215790;
    color: #f7f7f7; }
  @media (hover: hover) {
    .btn:hover {
      background: #6E45D0;
      color: #f7f7f7; }
      .home .btn:hover {
        background: #FFBF09;
        color: #215790; } }
  @media (max-width: 767px) {
    .btn {
      width: 300px;
      font-size: 1.6rem;
      line-height: 45px; } }

table {
  border-collapse: collapse; }

/*****************************************
モーダル基本
******************************************/
/* 常に縦スクロールの溝を確保 → モーダルでoverflow:hiddenにしても幅が変わらない */
html {
  scrollbar-gutter: stable; }

/* モーダル中のスクロール抑制（padding加算はもう不要） */
body.modal-open {
  overflow: hidden;
  touch-action: none; }

#modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
  /* 背景 */
  /* 本体 */
  /* ===== 開くアニメーション ===== */
  /* ===== 閉じるアニメーション ===== */
  /* 閉じるボタン */ }
  #modal.show {
    visibility: visible;
    pointer-events: auto; }
  #modal .modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0; }
  #modal .modal__dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    min-width: min(92vw, 560px);
    max-height: 80vh;
    overflow: auto;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translate(-50%, -46%) scale(0.92);
    will-change: transform, opacity, filter; }
  #modal.show:not(.closing) .modal__backdrop {
    animation: modalBackdropIn .5s ease forwards; }
  #modal.show:not(.closing) .modal__dialog {
    animation: modalIn 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; }
  #modal.show.closing .modal__backdrop {
    animation: modalBackdropOut .35s ease forwards; }
  #modal.show.closing .modal__dialog {
    animation: modalOut .35s ease forwards; }
  #modal .modal__close {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 20px;
    line-height: 1;
    background: none;
    border: 0;
    cursor: pointer; }

/* テンプレは完全非表示 */
.modal-template {
  display: none !important; }

/* 背景スクロール固定（iOS向け含む最低限） */
body.modal-open {
  overflow: hidden;
  touch-action: none; }

/* 低モーション設定への配慮 */
@media (prefers-reduced-motion: reduce) {
  #modal .modal__backdrop,
  #modal .modal__dialog {
    animation: none !important;
    transition: none !important; }

  #modal.show:not(.closing) .modal__backdrop {
    opacity: 1; }

  #modal.show:not(.closing) .modal__dialog {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); } }
/*****************************************
アニメーション
******************************************/
/* POPに拡大 */
@keyframes bounce-fade-in {
  from {
    opacity: 0;
    transform: scale(0.8); }
  to {
    opacity: 1;
    transform: scale(1); } }
/* モーダル用開くアニメ */
@keyframes modalBackdropIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes modalIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -46%) scale(0.92);
    filter: blur(4px); }
  60% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.03);
    filter: blur(0); }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); } }
/* モーダル用閉じるアニメ */
@keyframes modalBackdropOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes modalOut {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
  100% {
    opacity: 0;
    transform: translate(-50%, -46%) scale(0.96); } }
/*****************************************
inview設定
******************************************/
.inview {
  --inview-delay: 0s; }
  .inview.inview-fadein {
    opacity: 0;
    transition: opacity 1s;
    will-change: opacity; }
    .inview.inview-fadein.inview-cont {
      opacity: 1; }
  .inview.inview-fadeup {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s , background .3s , color .3s;
    will-change: opacity, transform; }
    .inview.inview-fadeup.inview-cont {
      opacity: 1;
      transform: translateY(0); }
  .inview.inview-bounce {
    opacity: 0;
    transform: scale(0.1); }
    .inview.inview-bounce.inview-cont {
      animation: bounce-fade-in 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) var(--inview-delay) forwards; }
  .inview.inview-fadedown {
    opacity: 0;
    transform: translateY(-70px);
    transition: 1s;
    will-change: opacity, transform; }
    .inview.inview-fadedown.down-arrow {
      transform: translateY(-40px); }
    .inview.inview-fadedown.inview-cont {
      opacity: 1;
      transform: translateY(0); }
  .inview.inview-delay05 {
    transition-delay: .5s;
    --inview-delay: .5s; }
  .inview.inview-delay10 {
    transition-delay: 1s;
    --inview-delay: 1s; }
  .inview.inview-delay15 {
    transition-delay: 1.5s;
    --inview-delay: 1.5s; }
  .inview.inview-delay20 {
    transition-delay: 2s;
    --inview-delay: 2s; }
  .inview.inview-delay25 {
    transition-delay: 2.5s;
    --inview-delay: 2.5s; }
  .inview.inview-delay30 {
    transition-delay: 3s;
    --inview-delay: 3s; }
  .inview.inview-delay35 {
    transition-delay: 3.5s;
    --inview-delay: 3.5s; }

/*****************************************
プライバシーポリシー
******************************************/
#modal div.modal__dialog {
  color: #363636;
  padding: 0 30px 40px;
  text-align: center; }
  @media (max-width: 767px) {
    #modal div.modal__dialog {
      padding: 0 20px 30px; } }
  #modal div.modal__dialog .modal__close {
    font-size: 5.0rem;
    transition: .3s; }
    @media (hover: hover) {
      #modal div.modal__dialog .modal__close:hover {
        opacity: 0.7; } }
  #modal div.modal__dialog h1 {
    font-size: 2.8rem;
    padding-top: 30px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3; }
    @media (max-width: 767px) {
      #modal div.modal__dialog h1 {
        font-size: 2.3rem;
        margin-bottom: 20px; } }
  #modal div.modal__dialog h2 {
    font-size: 2.0rem;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    line-height: 1.3; }
    #modal div.modal__dialog h2::after, #modal div.modal__dialog h2::before {
      content: none; }
    @media (max-width: 767px) {
      #modal div.modal__dialog h2 {
        font-size: 1.8rem; } }
  #modal div.modal__dialog h3 {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.3; }
    @media (max-width: 767px) {
      #modal div.modal__dialog h3 {
        font-size: 1.6rem; } }
  #modal div.modal__dialog h4 {
    margin-top: 10px;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.3; }
    @media (max-width: 767px) {
      #modal div.modal__dialog h4 {
        font-size: 1.4rem; } }
  #modal div.modal__dialog .privacy-block {
    margin-bottom: 30px; }
    #modal div.modal__dialog .privacy-block p {
      font-size: 1.4rem;
      font-weight: normal; }
      #modal div.modal__dialog .privacy-block p:not(:first-of-type) {
        margin-top: 10px; }
      @media (max-width: 767px) {
        #modal div.modal__dialog .privacy-block p {
          font-size: 1.3rem; } }
    #modal div.modal__dialog .privacy-block .privacy-box {
      margin-bottom: 20px; }
    #modal div.modal__dialog .privacy-block ul li {
      text-align: left;
      font-size: 1.4rem;
      font-weight: normal;
      line-height: 1.75;
      padding-left: 1.5em; }
      @media (max-width: 767px) {
        #modal div.modal__dialog .privacy-block ul li {
          font-size: 1.3rem; } }
  #modal div.modal__dialog .modal-close-bottom {
    font-size: 15px;
    text-align: center;
    width: 200px;
    height: 35px;
    border-radius: 100px;
    border: none;
    background: #FFBF09;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s; }
    @media (hover: hover) {
      #modal div.modal__dialog .modal-close-bottom:hover {
        opacity: 0.7; } }

/*****************************************
メディアクエリ出し分け基本設定
******************************************/
.only-sp {
  display: none; }
  @media (max-width: 767px) {
    .only-sp {
      display: block; } }

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

@media (max-width: 1024px) {
  .only-pc-only {
    display: none; } }
@media (max-width: 767px) {
  .only-pc-only {
    display: none; } }

.only-tab {
  display: none; }
  @media (max-width: 1024px) {
    .only-tab {
      display: block; } }
  @media (max-width: 767px) {
    .only-tab {
      display: none; } }

@media (max-width: 1024px) {
  .no-tab {
    display: none; } }
@media (max-width: 767px) {
  .no-tab {
    display: block; } }

/*****************************************
ヘッダー
******************************************/
header {
  padding: 20px 0;
  background: rgba(247, 247, 247, 0.9);
  width: 100%;
  position: fixed;
  z-index: 700; }
  @media (max-width: 767px) {
    header {
      padding: 0;
      background: #f7f7f7; } }
  header nav {
    align-items: center; }
    header nav .service-logo {
      height: 44px;
      width: auto; }
      @media (max-width: 1024px) {
        header nav .service-logo {
          height: auto;
          width: min(19.6vw, 172px); } }
      header nav .service-logo a {
        display: block;
        height: 100%; }
        header nav .service-logo a img {
          height: 100%;
          width: auto; }
          @media (max-width: 1024px) {
            header nav .service-logo a img {
              width: 100%;
              height: auto; } }
  header .nav-menu li:not(.menu-contact-link) {
    display: flex;
    align-items: center; }
    header .nav-menu li:not(.menu-contact-link) a {
      padding: 5px 10px;
      margin: 0 5px;
      border-bottom: 1px solid transparent; }
      @media (any-hover: hover) {
        header .nav-menu li:not(.menu-contact-link) a:hover {
          border-bottom: 1px solid #6E45D0;
          color: #6E45D0; }
          .home header .nav-menu li:not(.menu-contact-link) a:hover {
            border-bottom: 1px solid #215790;
            color: #215790; } }
      @media (max-width: 1024px) {
        header .nav-menu li:not(.menu-contact-link) a {
          padding: 5px;
          font-size: min(1.7vw, 1.6rem); } }
  header .nav-menu .menu-contact-link a {
    font-weight: bold;
    background: #FFBF09;
    border-radius: 100px;
    height: 40px;
    width: 150px;
    text-align: center;
    line-height: 40px;
    display: block;
    margin-left: 15px; }
    @media (any-hover: hover) {
      header .nav-menu .menu-contact-link a:hover {
        background: #6E45D0;
        color: #f7f7f7; }
        .home header .nav-menu .menu-contact-link a:hover {
          background: #215790; } }
    @media (max-width: 1024px) {
      header .nav-menu .menu-contact-link a {
        font-size: min(2vw, 1.6rem);
        width: 130px; } }

/*****************************************
スマホハンバーガーメニュー
******************************************/
/******SPグローバルメニュー******/
#sp-global-header {
  z-index: 800;
  position: relative; }
  #sp-global-header .sp-global-header__user-panel {
    height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #d4d4d4;
    align-items: center; }
    #sp-global-header .sp-global-header__user-panel .sp-global-header__logo img {
      vertical-align: top; }
    #sp-global-header .sp-global-header__user-panel .sp-global-header__user-block {
      column-gap: 20px; }
      #sp-global-header .sp-global-header__user-panel .sp-global-header__user-block li {
        display: flex;
        align-items: center; }
      #sp-global-header .sp-global-header__user-panel .sp-global-header__user-block .contact-link {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 30px;
        height: 30px;
        background: #FFBF09;
        border-radius: 100px;
        padding: 0 15px;
        display: block; }
      #sp-global-header .sp-global-header__user-panel .sp-global-header__user-block .menu-open {
        position: relative;
        width: 35px;
        height: 35px;
        border-radius: 5px; }
        #sp-global-header .sp-global-header__user-panel .sp-global-header__user-block .menu-open span {
          display: inline-block;
          transition: all .5s;
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          height: 2px;
          border-radius: 5px;
          background: #363636;
          width: 25px; }
          #sp-global-header .sp-global-header__user-panel .sp-global-header__user-block .menu-open span:nth-of-type(1) {
            top: 8px; }
          #sp-global-header .sp-global-header__user-panel .sp-global-header__user-block .menu-open span:nth-of-type(2) {
            top: 18px; }
          #sp-global-header .sp-global-header__user-panel .sp-global-header__user-block .menu-open span:nth-of-type(3) {
            top: 28px; }
        #sp-global-header .sp-global-header__user-panel .sp-global-header__user-block .menu-open.active span:nth-of-type(1) {
          top: 11px;
          transform: translateY(6px) rotate(-45deg);
          width: 20px; }
        #sp-global-header .sp-global-header__user-panel .sp-global-header__user-block .menu-open.active span:nth-of-type(2) {
          opacity: 0; }
        #sp-global-header .sp-global-header__user-panel .sp-global-header__user-block .menu-open.active span:nth-of-type(3) {
          top: 23px;
          transform: translateY(-6px) rotate(45deg);
          width: 20px; }

/******SPグローバルメニューの中身******/
#g-nav {
  position: fixed;
  z-index: 700;
  top: 60px;
  right: -120%;
  width: calc(100% - 20px);
  height: 100vh;
  background: #f7f7f7;
  transition: all 0.6s; }
  #g-nav.panelactive {
    right: 0; }
    #g-nav.panelactive #g-nav-list {
      /*ナビの数が増えた場合縦スクロール*/
      position: fixed;
      z-index: 700;
      width: 100%;
      height: 100vh;
      box-sizing: border-box;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
  #g-nav ul {
    z-index: 700;
    padding: 10px 40px 30px 20px; }

.bg-color {
  position: absolute;
  opacity: 0;
  transition: .3s; }
  .bg-color.bgactive {
    width: 100%;
    height: 100vh;
    display: block;
    background: rgba(35, 24, 21, 0.8);
    opacity: 1; }

#g-nav.panelactive ul li {
  animation-name: gnaviAnime;
  animation-duration: 1.0s;
  animation-delay: .3s;
  animation-fill-mode: forwards;
  opacity: 0;
  position: relative; }

#g-nav.panelactive .nav-contact-banner {
  display: block;
  border-radius: 15px;
  width: 280px;
  text-align: center;
  height: 100px;
  background: linear-gradient(160deg, #6E45D0 25%, #E53990 100%);
  padding: 10px;
  position: relative;
  margin: 0 auto;
  animation-name: gnaviAnime01;
  animation-duration: 1.0s;
  animation-delay: .3s;
  animation-fill-mode: forwards;
  opacity: 0; }
  .home #g-nav.panelactive .nav-contact-banner {
    background: #215790; }
  #g-nav.panelactive .nav-contact-banner span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f7f7f7;
    border-radius: 10px;
    border: 1px solid #f7f7f7;
    font-size: 1.8rem;
    line-height: 1.5; }

@keyframes gnaviAnime {
  0% {
    opacity: 0;
    left: 50px; }
  100% {
    opacity: 1;
    left: 0; } }
@keyframes gnaviAnime01 {
  0% {
    opacity: 0;
    left: 50px; }
  100% {
    opacity: 1;
    left: -10px; } }
/*ナビゲーション*/
#g-nav ul li a {
  display: block;
  font-size: 1.5rem;
  position: relative;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #d4d4d4; }

#g-nav #g-nav-list .global-header-inner__logout-wrapper {
  margin: 20px auto 30px;
  text-align: center; }
  #g-nav #g-nav-list .global-header-inner__logout-wrapper a {
    text-decoration: underline; }

/*****************************************
メインヴィジュアル
******************************************/
main {
  padding-top: 84px; }
  @media (max-width: 767px) {
    main {
      padding-top: 60px; } }

.mainvisual {
  margin: 50px auto; }
  @media (max-width: 767px) {
    .mainvisual {
      margin: 20px auto; }
      .home .mainvisual {
        margin: 15px auto; } }
  .mainvisual__text-block {
    width: 48%; }
    @media (max-width: 767px) {
      .mainvisual__text-block {
        width: 100%; } }
  .mainvisual__text-block-target {
    font-size: min(2.2vw, 2rem);
    text-align: center;
    background: #6E45D0;
    color: #f7f7f7;
    line-height: 45px;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .mainvisual__text-block-target {
        font-size: 1.4rem;
        line-height: 30px;
        margin-bottom: 10px; } }
  .mainvisual__text-block-call {
    font-size: 2.0rem;
    border: 1px solid #363636;
    padding: 5px 20px;
    border-radius: 100px;
    background: #FFF9E6;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.5; }
    @media (max-width: 1024px) {
      .mainvisual__text-block-call {
        font-size: min(2.1vw, 2rem); } }
    @media (max-width: 767px) {
      .mainvisual__text-block-call {
        font-size: 1.4rem;
        text-align: center;
        width: 100%; } }
    .mainvisual__text-block-call span {
      font-weight: bold;
      color: #215790; }
  .mainvisual h1 {
    font-size: min(3.1vw, 3.8rem);
    line-height: 160%;
    letter-spacing: .05em; }
    @media (max-width: 1024px) {
      .mainvisual h1 {
        font-size: min(3.3vw, 3.8rem);
        letter-spacing: 0; } }
    @media (max-width: 767px) {
      .mainvisual h1 {
        font-size: 2.3rem; } }
    .mainvisual h1 .mainvisual__text-block-ttl--emphasis {
      font-size: min(4.6vw, 5.6rem);
      color: #6E45D0; }
      @media (max-width: 767px) {
        .mainvisual h1 .mainvisual__text-block-ttl--emphasis {
          font-size: min(9.3vw, 3.6rem); } }
    .mainvisual h1 .mainvisual__text-block-ttl--underline {
      position: relative; }
      .mainvisual h1 .mainvisual__text-block-ttl--underline::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30px;
        /* 太さの調整 */
        background-color: #FFBF09;
        z-index: -1; }
        @media (max-width: 1024px) {
          .mainvisual h1 .mainvisual__text-block-ttl--underline::after {
            height: 20px; } }
    .mainvisual h1 .mainvisual__text-block-ttl-lead {
      font-size: min(2vw, 2.5rem);
      font-weight: 500;
      letter-spacing: 0;
      display: block;
      margin-bottom: 20px;
      line-height: 180%; }
      @media (max-width: 767px) {
        .mainvisual h1 .mainvisual__text-block-ttl-lead {
          font-size: min(4vw, 1.6rem);
          line-height: 1.5;
          margin: 5px 0 15px; } }
    .home .mainvisual h1 {
      font-size: min(4vw, 3.8rem); }
      @media (max-width: 767px) {
        .home .mainvisual h1 {
          font-size: 2.4rem; } }
      .home .mainvisual h1 .mainvisual__text-block-ttl--emphasis {
        font-size: min(5.1vw, 6.5rem);
        color: inherit; }
        @media (max-width: 767px) {
          .home .mainvisual h1 .mainvisual__text-block-ttl--emphasis {
            font-size: 3.8rem; } }
      .home .mainvisual h1 span.mainvisual__text-block-ttl--blue {
        color: #215790; }
      .home .mainvisual h1 span.mainvisual__text-block-ttl--bluegreen {
        color: #12B0B7;
        display: block;
        margin-top: 10px; }
  .mainvisual .mainvisual__text-block-product-catch {
    font-size: min(2vw, 2.6rem);
    font-weight: bold; }
    @media (max-width: 767px) {
      .mainvisual .mainvisual__text-block-product-catch {
        font-size: min(4vw, 1.6rem);
        margin-bottom: 15px; } }
  .mainvisual .mainvisual__text-block-product {
    text-align: center;
    margin-top: 30px;
    font-size: min(1.8vw, 1.8rem); }
    @media (max-width: 767px) {
      .mainvisual .mainvisual__text-block-product {
        font-size: 1.3rem;
        width: 100%;
        margin-top: 0; } }
    .mainvisual .mainvisual__text-block-product .mainvisual__text-block-product-lead {
      text-align: center; }
      .mainvisual .mainvisual__text-block-product .mainvisual__text-block-product-lead span {
        font-weight: bold;
        color: #6E45D0; }
        .home .mainvisual .mainvisual__text-block-product .mainvisual__text-block-product-lead span {
          color: #215790; }
    .mainvisual .mainvisual__text-block-product .mainvisual__text-block-product-img {
      margin-top: 15px; }
      .mainvisual .mainvisual__text-block-product .mainvisual__text-block-product-img img {
        width: 300px;
        height: auto; }
        @media (max-width: 767px) {
          .mainvisual .mainvisual__text-block-product .mainvisual__text-block-product-img img {
            width: 100%; } }
    .home .mainvisual .mainvisual__text-block-product {
      margin-top: 10px; }
  .mainvisual__img-block {
    width: 48%; }
    @media (max-width: 1024px) {
      .mainvisual__img-block {
        align-items: center; } }
    @media (max-width: 767px) {
      .mainvisual__img-block {
        width: 100%; } }
    .mainvisual__img-block .mainvisual__img-block-img {
      width: 56%; }
      @media (max-width: 767px) {
        .mainvisual__img-block .mainvisual__img-block-img {
          width: 43%; } }
      .mainvisual__img-block .mainvisual__img-block-img img {
        width: 100%;
        height: auto; }
        .mainvisual__img-block .mainvisual__img-block-img img.point-ex {
          position: absolute;
          width: 108px;
          height: auto;
          bottom: 40px;
          left: -35px; }
          @media (max-width: 767px) {
            .mainvisual__img-block .mainvisual__img-block-img img.point-ex {
              width: 58px;
              bottom: 15px;
              left: -10px; } }
      .home .mainvisual__img-block .mainvisual__img-block-img {
        position: relative; }
    .mainvisual__img-block .mainvisual__img-block-point-wrapper {
      width: 40%; }
      @media (max-width: 1024px) {
        .mainvisual__img-block .mainvisual__img-block-point-wrapper {
          width: 43%; } }
      @media (max-width: 767px) {
        .mainvisual__img-block .mainvisual__img-block-point-wrapper {
          width: 55%;
          display: flex;
          flex-direction: column;
          height: 100%;
          justify-content: space-between;
          padding: 10px 0; } }
      .mainvisual__img-block .mainvisual__img-block-point-wrapper .mainvisual__img-block-point-box {
        margin: 5px 0;
        width: 100%; }
        @media (max-width: 767px) {
          .mainvisual__img-block .mainvisual__img-block-point-wrapper .mainvisual__img-block-point-box {
            margin: 0; } }
        .mainvisual__img-block .mainvisual__img-block-point-wrapper .mainvisual__img-block-point-box img {
          width: 100%;
          height: auto; }

/*****************************************
データ
******************************************/
.data {
  background: #FFF9E6;
  padding-bottom: 100px; }
  .home .data {
    padding-bottom: 20px; }
  @media (max-width: 767px) {
    .data {
      padding-bottom: 70px; } }
  .data h2 {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .data h2 {
        margin-bottom: 10px; } }
  .data .data__text {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .data .data__text {
        margin-bottom: 30px; } }
    .data .data__text .data__text-head {
      font-size: 2.4rem;
      font-weight: bold;
      color: #6E45D0;
      text-align: center;
      margin-bottom: 20px; }
      .home .data .data__text .data__text-head {
        color: #215790; }
      @media (max-width: 767px) {
        .data .data__text .data__text-head {
          font-size: 1.8rem;
          margin-bottom: 10px; } }
    .data .data__text .data__text-copy {
      text-align: center;
      margin-bottom: 20px;
      font-size: min(1.9vw, 1.6rem); }
      @media (max-width: 767px) {
        .data .data__text .data__text-copy {
          text-align: left;
          margin-bottom: 0;
          font-size: 1.5rem; } }
  .data .data__text-bottom {
    color: #215790;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    margin-top: 50px; }
    @media (max-width: 1024px) {
      .data .data__text-bottom {
        font-size: min(2.5vw, 2.4rem); } }
    @media (max-width: 767px) {
      .data .data__text-bottom {
        font-size: 1.8rem;
        margin-top: 20px; } }
  .data .harf-ellipse {
    background: #FFF9E6; }

.data__wrapper {
  row-gap: 50px; }
  @media (max-width: 1024px) {
    .data__wrapper {
      row-gap: 30px; } }
  @media (max-width: 767px) {
    .data__wrapper {
      row-gap: 20px; } }
  .data__wrapper .data__box {
    width: 48%;
    border: 1px solid #FE752C;
    border-radius: 20px;
    background: #f7f7f7; }
    .home .data__wrapper .data__box {
      border: 1px solid #215790; }
    @media (max-width: 1024px) {
      .data__wrapper .data__box {
        width: 49%; } }
    @media (max-width: 767px) {
      .data__wrapper .data__box {
        width: 100%;
        transition-delay: 0s;
        --inview-delay: 0s; } }
    .data__wrapper .data__box .data__box-head {
      font-size: min(1.7vw, 2rem);
      font-weight: bold;
      background: linear-gradient(160deg, #FEC567 0%, #DE4177 100%);
      padding: 15px 10px 10px 40px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      color: #f7f7f7;
      position: relative; }
      .home .data__wrapper .data__box .data__box-head {
        background: #E7F7F8;
        color: #363636;
        font-size: min(1.6vw, 2rem); }
        @media (max-width: 767px) {
          .home .data__wrapper .data__box .data__box-head {
            font-size: min(4.2vw, 1.6rem);
            padding: 5px 20px 15px;
            line-height: 1.5; } }
      @media (max-width: 1024px) {
        .data__wrapper .data__box .data__box-head {
          padding: 15px 10px 10px 20px; } }
      @media (max-width: 767px) {
        .data__wrapper .data__box .data__box-head {
          font-size: 1.6rem;
          padding: 5px 20px 15px;
          line-height: 1.5; } }
      .data__wrapper .data__box .data__box-head::after {
        content: "DATA";
        position: absolute;
        display: block;
        font-size: 7.5rem;
        top: 0;
        line-height: 100px;
        right: 30px;
        margin: auto;
        opacity: .2; }
        .home .data__wrapper .data__box .data__box-head::after {
          color: #215790;
          opacity: .1; }
        @media (max-width: 1024px) {
          .data__wrapper .data__box .data__box-head::after {
            right: 15px; } }
        @media (max-width: 767px) {
          .data__wrapper .data__box .data__box-head::after {
            font-size: 7.0rem;
            top: inherit;
            bottom: -5px; } }
      .data__wrapper .data__box .data__box-head span:not(.blue) {
        font-size: 4.0rem; }
        @media (max-width: 1024px) {
          .data__wrapper .data__box .data__box-head span:not(.blue) {
            font-size: min(4.5vw, 4rem); }
            .home .data__wrapper .data__box .data__box-head span:not(.blue) {
              font-size: min(3.9vw, 4rem); } }
        @media (max-width: 767px) {
          .data__wrapper .data__box .data__box-head span:not(.blue) {
            font-size: 3.0rem; }
            .home .data__wrapper .data__box .data__box-head span:not(.blue) {
              font-size: 3.0rem; } }
        .home .data__wrapper .data__box .data__box-head span:not(.blue) {
          color: #12B0B7; }
      .data__wrapper .data__box .data__box-head span.blue {
        color: #215790; }
    .data__wrapper .data__box .data__box-inner {
      padding: 20px 25px;
      text-align: center; }
      @media (max-width: 1024px) {
        .data__wrapper .data__box .data__box-inner {
          padding: 15px; } }
      @media (max-width: 767px) {
        .data__wrapper .data__box .data__box-inner {
          text-align: left; } }
      .data__wrapper .data__box .data__box-inner .data__box-inner-ttl {
        font-size: 1.4rem;
        font-weight: bold;
        display: inline-block;
        text-indent: -5.7rem;
        margin-left: 5.7rem;
        line-height: 150%;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 1024px) {
          .data__wrapper .data__box .data__box-inner .data__box-inner-ttl {
            font-size: min(1.5vw, 1.4rem); } }
        @media (max-width: 767px) {
          .data__wrapper .data__box .data__box-inner .data__box-inner-ttl {
            font-size: 1.2rem;
            text-indent: inherit;
            margin-left: 0;
            display: block; } }
      .data__wrapper .data__box .data__box-inner .data__box-inner-img-box {
        margin: 10px 0 5px; }
        .data__wrapper .data__box .data__box-inner .data__box-inner-img-box img {
          width: 100%;
          height: auto; }
      .data__wrapper .data__box .data__box-inner .data__box-inner-source {
        font-size: 1.1rem;
        text-align: end;
        margin-bottom: 10px; }
        @media (max-width: 1024px) {
          .data__wrapper .data__box .data__box-inner .data__box-inner-source {
            line-height: 1.5; } }
        @media (max-width: 767px) {
          .data__wrapper .data__box .data__box-inner .data__box-inner-source {
            font-size: 1.0rem;
            text-align: left; } }
        .data__wrapper .data__box .data__box-inner .data__box-inner-source a {
          text-decoration: underline;
          color: #215790; }
          @media (any-hover: hover) {
            .data__wrapper .data__box .data__box-inner .data__box-inner-source a:hover {
              opacity: 0.7; } }
      .data__wrapper .data__box .data__box-inner .data__box-inner-text {
        line-height: 150%;
        font-weight: normal; }
        @media (max-width: 767px) {
          .data__wrapper .data__box .data__box-inner .data__box-inner-text {
            font-size: 1.4rem; } }

/*****************************************
向いてる業種
******************************************/
section.map-recommend {
  background: #12B0B7;
  padding: 120px 0 110px; }
  @media (max-width: 767px) {
    section.map-recommend {
      padding: 55px 0 70px; } }
  section.map-recommend .map-reccomend__list {
    background: #f7f7f7;
    padding: 40px 40px 30px;
    border-radius: 20px;
    gap: 20px 3.2%;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      section.map-recommend .map-reccomend__list {
        max-width: 760px;
        gap: 20px 1.3%;
        width: 100%; } }
    @media (max-width: 767px) {
      section.map-recommend .map-reccomend__list {
        padding: 15px 5px 20px;
        gap: 10px .5%;
        width: 100%; } }
    section.map-recommend .map-reccomend__list .reccomend__box {
      width: 14%;
      text-align: center; }
      @media (max-width: 1024px) {
        section.map-recommend .map-reccomend__list .reccomend__box {
          width: 24%; } }
      @media (max-width: 767px) {
        section.map-recommend .map-reccomend__list .reccomend__box {
          width: 33%; } }
      section.map-recommend .map-reccomend__list .reccomend__box .reccomend__img {
        width: 92px;
        margin: 0 auto; }
        @media (max-width: 767px) {
          section.map-recommend .map-reccomend__list .reccomend__box .reccomend__img {
            width: 70px; } }
        section.map-recommend .map-reccomend__list .reccomend__box .reccomend__img img {
          width: 100%;
          height: auto; }
      section.map-recommend .map-reccomend__list .reccomend__box .reccomend__text {
        text-align: center;
        height: 42px;
        margin-top: 5px;
        font-weight: bold;
        line-height: 1.3;
        font-size: 1.4rem; }
        @media (max-width: 767px) {
          section.map-recommend .map-reccomend__list .reccomend__box .reccomend__text {
            font-size: 1.3rem;
            height: 35px;
            white-space: nowrap; } }

/*****************************************
V字バナー
******************************************/
.v-banner {
  margin-top: -60px;
  padding: 0;
  z-index: 1; }
  @media (max-width: 767px) {
    .v-banner {
      margin-top: -30px; }
      .v-banner .v-banner__content-img {
        position: absolute;
        top: -20px; }
        .v-banner .v-banner__content-img.v-banner__content-img-left {
          left: 20px; }
        .v-banner .v-banner__content-img.v-banner__content-img-right {
          right: 20px; }
      .home .v-banner {
        padding-bottom: 0; } }
  .v-banner .v-banner__back {
    background: linear-gradient(160deg, #6E45D0 25%, #E53990 100%);
    clip-path: polygon(0 0, 50% 60px, 100% 0, 100% 200px, 50% 260px, 0 200px);
    color: #f7f7f7;
    text-align: center;
    height: 260px;
    z-index: 1; }
    @media (max-width: 767px) {
      .v-banner .v-banner__back {
        clip-path: polygon(0 0, 50% 30px, 100% 0, 100% 210px, 50% 240px, 0 210px);
        height: 240px; } }
    .home .v-banner .v-banner__back {
      background: #FFBF09; }
  .v-banner .v-banner__content {
    height: 260px;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .v-banner .v-banner__content {
        height: 240px; } }
    .v-banner .v-banner__content .v-banner__content-img.v-banner__content-img-left {
      margin-right: 30px; }
    .v-banner .v-banner__content .v-banner__content-img.v-banner__content-img-right {
      margin-left: 20px; }
    .v-banner .v-banner__content .v-banner__content-text {
      text-align: center;
      font-size: min(2.8vw, 3.2rem);
      line-height: 150%;
      position: relative;
      margin-top: 20px;
      font-weight: bold; }
      @media (max-width: 1024px) {
        .v-banner .v-banner__content .v-banner__content-text {
          font-size: min(3.3vw, 3.2rem); }
          .home .v-banner .v-banner__content .v-banner__content-text {
            font-size: min(3.2vw, 3.2rem); } }
      @media (max-width: 767px) {
        .v-banner .v-banner__content .v-banner__content-text {
          font-size: min(5.8vw, 2.4rem);
          margin: 0; }
          .home .v-banner .v-banner__content .v-banner__content-text {
            font-size: min(6.2vw, 2.4rem); } }
      .home .v-banner .v-banner__content .v-banner__content-text {
        color: #215790; }
      .v-banner .v-banner__content .v-banner__content-text::after {
        content: "早ければ早いほど効果があります！";
        position: absolute;
        bottom: -45px;
        right: -30px;
        font-size: 1.8rem;
        font-weight: normal;
        transform: rotate(-5deg); }
        @media (max-width: 1024px) {
          .v-banner .v-banner__content .v-banner__content-text::after {
            bottom: -35px;
            right: -55px; } }
        @media (max-width: 767px) {
          .v-banner .v-banner__content .v-banner__content-text::after {
            font-size: 1.6rem;
            right: -10px; } }
        .home .v-banner .v-banner__content .v-banner__content-text::after {
          content: "少しでも早い対策がおすすめです！";
          font-weight: 500;
          color: #363636; }
      .v-banner .v-banner__content .v-banner__content-text.v-banner__content-text-pro::after {
        content: none; }
  @media (max-width: 767px) {
    .v-banner.v-banner__professional .v-banner__back {
      clip-path: polygon(0 0, 50% 30px, 100% 0, 100% 150px, 50% 180px, 0 150px);
      height: 180px; }
    .v-banner.v-banner__professional .v-banner__content {
      height: 180px; }
    .v-banner.v-banner__professional .v-banner__content-text {
      font-size: 2.4rem;
      margin-top: 20px; } }
  .home .v-banner.v-banner__professional {
    padding-bottom: 0; }
    .home .v-banner.v-banner__professional .v-banner__back {
      background: #215790; }
      .home .v-banner.v-banner__professional .v-banner__back .v-banner__content-text {
        color: #f7f7f7; }

/*****************************************
こんな悩みはありませんか
******************************************/
.worries {
  margin: 60px 0 20px; }
  @media (max-width: 767px) {
    .worries {
      margin: 30px 0; }
      .home .worries {
        margin-top: 25px; } }
  .worries .worries__list {
    gap: 25px 3.5%; }
    @media (max-width: 767px) {
      .worries .worries__list {
        gap: 15px 4%; } }
    .worries .worries__list .worries__list-cont {
      background: #d4d4d4;
      border-radius: 100px;
      text-align: center;
      width: 31%;
      line-height: 1.5;
      font-size: min(1.8vw, 2rem);
      padding: 25px 0; }
      @media (max-width: 1024px) {
        .home .worries .worries__list .worries__list-cont {
          font-size: min(1.7vw, 2rem); } }
      @media (max-width: 767px) {
        .home .worries .worries__list .worries__list-cont {
          font-size: 1.4rem; } }
      @media (max-width: 767px) {
        .worries .worries__list .worries__list-cont {
          width: 48%;
          font-size: 1.4rem;
          padding: 10px;
          border-radius: 15px;
          text-align: left;
          display: flex;
          align-items: center; } }
  .worries .worries__img-wrapper {
    margin-top: 40px;
    text-align: center; }
    @media (max-width: 767px) {
      .worries .worries__img-wrapper {
        margin-top: 15px; } }
    @media (max-width: 767px) {
      .worries .worries__img-wrapper img {
        width: 250px;
        height: auto; } }

/*****************************************
サービス説明
******************************************/
.product {
  background: #FCECF1;
  padding: 120px 0;
  margin-top: -60px; }
  .home .product {
    background: #E7F7F8;
    padding-bottom: 40px; }
  @media (max-width: 767px) {
    .product {
      margin-top: -30px;
      padding: 60px 0; } }
  .product .product__container {
    background: #f7f7f7;
    padding: 45px 50px 60px;
    border-radius: 20px; }
    .home .product .product__container {
      padding: 45px 50px; }
      @media (max-width: 767px) {
        .home .product .product__container {
          padding: 30px 20px 20px; } }
    @media (max-width: 1024px) {
      .product .product__container {
        padding: 45px 20px 60px; } }
    @media (max-width: 767px) {
      .product .product__container {
        padding: 30px 20px 20px; } }
    .product .product__container .product__front {
      gap: 50px;
      justify-content: center;
      align-items: center;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .product .product__container .product__front {
          gap: 15px;
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        .product .product__container .product__front .product__front-img-wrapper {
          width: 100%;
          text-align: center; }
          .product .product__container .product__front .product__front-img-wrapper img {
            width: 125px;
            height: auto; } }
    .product .product__container .product__front-text {
      font-size: 2.0rem;
      flex: 1; }
      @media (max-width: 767px) {
        .product .product__container .product__front-text {
          font-size: 1.6rem;
          font-weight: normal;
          line-height: 1.5; } }
    .product .product__container .service {
      margin-bottom: 60px; }
      .home .product .product__container .service {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .product .product__container .service {
          margin-bottom: 30px; } }
      .product .product__container .service .service__list {
        row-gap: 40px; }
        @media (max-width: 767px) {
          .product .product__container .service .service__list {
            row-gap: 20px; } }
      .product .product__container .service .service__list-cont {
        width: 48%;
        position: relative; }
        @media (max-width: 767px) {
          .product .product__container .service .service__list-cont {
            width: 100%; } }
        .product .product__container .service .service__list-cont::after {
          content: "SERVICE";
          color: #DE4177;
          opacity: .1;
          position: absolute;
          right: 0;
          bottom: 0;
          font-weight: 900;
          font-size: 7.5rem; }
          .home .product .product__container .service .service__list-cont::after {
            color: #12B0B7; }
          @media (max-width: 767px) {
            .product .product__container .service .service__list-cont::after {
              font-size: 4.0rem; } }
        .product .product__container .service .service__list-cont h4 {
          font-size: min(1.8vw, 2rem);
          background: linear-gradient(160deg, #6E45D0 25%, #E53990 100%);
          padding: 10px 15px;
          color: #fff; }
          .home .product .product__container .service .service__list-cont h4 {
            background: #12B0B7; }
          @media (max-width: 1024px) {
            .product .product__container .service .service__list-cont h4 {
              font-size: 2.0rem;
              line-height: 1.5;
              padding: 5px 15px; } }
          @media (max-width: 767px) {
            .product .product__container .service .service__list-cont h4 {
              font-size: 1.6rem;
              padding: 5px 10px; } }
        .product .product__container .service .service__list-cont .service__list-cont-text {
          font-size: 1.6rem;
          margin-top: 10px;
          min-height: 84px; }
          @media (max-width: 767px) {
            .product .product__container .service .service__list-cont .service__list-cont-text {
              margin-top: 5px;
              font-size: 1.5rem;
              line-height: 1.5;
              min-height: inherit; } }
    .product .product__container .recommend {
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .product .product__container .recommend {
          margin-bottom: 30px; } }
      .product .product__container .recommend .recommend__list {
        flex-direction: column;
        gap: 40px; }
        @media (max-width: 767px) {
          .product .product__container .recommend .recommend__list {
            gap: 15px; } }
      .product .product__container .recommend .recommend__list-wrapper {
        justify-content: center;
        gap: 120px; }
        @media (max-width: 1024px) {
          .product .product__container .recommend .recommend__list-wrapper {
            gap: inherit; } }
        @media (max-width: 767px) {
          .product .product__container .recommend .recommend__list-wrapper {
            gap: 15px; } }
      .product .product__container .recommend .recommend__list-cont {
        width: auto;
        text-align: center; }
        @media (max-width: 767px) {
          .product .product__container .recommend .recommend__list-cont {
            width: 100%;
            display: flex;
            justify-content: flex-start;
            gap: 10px;
            align-items: center;
            transition-delay: 0s;
            --inview-delay: 0s; }
            .product .product__container .recommend .recommend__list-cont img {
              width: 80px;
              height: 80px; } }
      .product .product__container .recommend .recommend__list-text {
        text-align: center;
        font-size: 1.6rem; }
        @media (max-width: 767px) {
          .product .product__container .recommend .recommend__list-text {
            flex: 1;
            font-size: 1.5rem;
            text-align: left;
            line-height: 1.5; } }
    .product .product__container .shortening .shortening__wrapper {
      justify-content: center;
      gap: 20px;
      align-items: center; }
      @media (max-width: 767px) {
        .product .product__container .shortening .shortening__wrapper {
          gap: 10px; }
          .product .product__container .shortening .shortening__wrapper img {
            width: 250px;
            height: auto; } }
    @media (max-width: 767px) {
      .product .product__container .shortening .shortening__text {
        margin-bottom: 10px; } }
    .product .product__container .shortening .shortening__text .shortening__text-copy {
      font-size: 2.4rem;
      text-align: center;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .product .product__container .shortening .shortening__text .shortening__text-copy {
          font-size: 1.6rem;
          margin-bottom: 15px;
          line-height: 1.5; } }
    .product .product__container .shortening .shortening__text .shortening__conclusion {
      background: #6E45D0;
      color: #f7f7f7;
      font-size: 3.2rem;
      font-weight: bold;
      line-height: 1.5;
      padding: 10px 25px 10px 40px;
      text-align: center; }
      @media (max-width: 767px) {
        .product .product__container .shortening .shortening__text .shortening__conclusion {
          font-size: min(6vw, 2.4rem);
          padding: 10px; } }
  .product .harf-ellipse {
    background: #E7F7F8; }

/*****************************************
料金
******************************************/
.fee {
  padding-top: 40px; }
  @media (max-width: 767px) {
    .home .fee .fee__wrapper {
      padding: 0; } }
  .home .fee {
    padding-top: 120px; }
    @media (max-width: 767px) {
      .home .fee {
        padding-top: 55px; } }
  @media (max-width: 767px) {
    .fee {
      padding-top: 30px; } }
  .fee .it-plan {
    max-width: 930px;
    margin: 0 auto;
    border: 1px solid #6E45D0;
    background: #FAEFFD;
    border-radius: 20px; }
    .home .fee .it-plan {
      border: 1px solid #12B0B7;
      background: #E7F7F8;
      margin-bottom: 80px; }
      @media (max-width: 767px) {
        .home .fee .it-plan {
          width: calc(100vw - 40px); } }
    .fee .it-plan .it-plan__ttl {
      background: linear-gradient(160deg, #6E45D0 25%, #E53990 100%);
      position: relative;
      justify-content: center;
      padding: 10px 0;
      align-items: center; }
      @media (max-width: 767px) {
        .fee .it-plan .it-plan__ttl {
          flex-direction: column; } }
      .home .fee .it-plan .it-plan__ttl {
        background: #12B0B7;
        height: 78px; }
        @media (max-width: 767px) {
          .home .fee .it-plan .it-plan__ttl {
            height: auto; } }
      .fee .it-plan .it-plan__ttl img {
        position: absolute;
        top: -25px; }
        .fee .it-plan .it-plan__ttl img.v-banner__content-img-left {
          left: -15px; }
          @media (max-width: 767px) {
            .fee .it-plan .it-plan__ttl img.v-banner__content-img-left {
              width: 80px;
              height: 80px; } }
        .fee .it-plan .it-plan__ttl img.v-banner__content-img-right {
          right: -15px; }
          @media (max-width: 767px) {
            .fee .it-plan .it-plan__ttl img.v-banner__content-img-right {
              width: 86px;
              height: 80px; } }
      .fee .it-plan .it-plan__ttl .it-plan__ttl-chance {
        font-size: 1.8rem;
        text-align: center;
        background: #FFBF09;
        border-radius: 5px;
        padding: 5px 15px;
        margin-right: 15px;
        line-height: 1.3;
        font-weight: bold; }
        @media (max-width: 767px) {
          .fee .it-plan .it-plan__ttl .it-plan__ttl-chance {
            font-size: 1.6rem;
            padding: 5px 10px;
            margin: 0 0 10px; } }
        .home .fee .it-plan .it-plan__ttl .it-plan__ttl-chance {
          font-size: 2.4rem;
          padding: 0 10px;
          height: 45px;
          line-height: 45px; }
          @media (max-width: 1024px) {
            .home .fee .it-plan .it-plan__ttl .it-plan__ttl-chance {
              font-size: min(2vw, 2.4rem); } }
          @media (max-width: 767px) {
            .home .fee .it-plan .it-plan__ttl .it-plan__ttl-chance {
              line-height: 1.5;
              font-size: 1.6rem;
              height: auto;
              padding: 0 10px;
              margin: 0; } }
      .fee .it-plan .it-plan__ttl h3 {
        color: #f7f7f7;
        font-size: 3.2rem; }
        @media (max-width: 1024px) {
          .fee .it-plan .it-plan__ttl h3 {
            font-size: min(3vw, 3.2rem); } }
        @media (max-width: 767px) {
          .fee .it-plan .it-plan__ttl h3 {
            font-size: 2.4rem; }
            .home .fee .it-plan .it-plan__ttl h3 {
              line-height: 1.5; } }
    .fee .it-plan .it-plan__body {
      padding: 30px 70px 20px; }
      @media (max-width: 767px) {
        .fee .it-plan .it-plan__body {
          padding: 10px 20px 20px; } }
      .home .fee .it-plan .it-plan__body {
        padding: 25px 70px 20px; }
        @media (max-width: 767px) {
          .home .fee .it-plan .it-plan__body {
            padding: 10px 20px; } }
    .fee .it-plan p {
      text-align: center; }
    .fee .it-plan .itplan__lead {
      font-size: 2.0rem;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .fee .it-plan .itplan__lead {
          font-size: 1.6rem;
          margin-bottom: 10px; } }
      .fee .it-plan .itplan__lead span {
        font-size: 3.0rem;
        font-weight: bold; }
        .fee .it-plan .itplan__lead span.itplan__lead--emphasis-color {
          color: #6E45D0; }
        @media (max-width: 767px) {
          .fee .it-plan .itplan__lead span {
            font-size: 2.0rem; } }
    .fee .it-plan .itplan__lead-text {
      font-size: 2.0rem; }
      @media (max-width: 1024px) {
        .fee .it-plan .itplan__lead-text {
          font-size: min(2.2vw, 2rem); } }
      @media (max-width: 767px) {
        .fee .it-plan .itplan__lead-text {
          font-size: 1.5rem;
          line-height: 1.5; } }
      .home .fee .it-plan .itplan__lead-text {
        font-weight: bold;
        margin-bottom: 15px; }
    .fee .it-plan .itplan__lead-attention {
      text-align: end;
      font-size: 1.4rem;
      font-weight: normal; }
      @media (max-width: 1024px) {
        .fee .it-plan .itplan__lead-attention {
          font-size: min(1.5vw, 1.4rem); } }
      @media (max-width: 767px) {
        .fee .it-plan .itplan__lead-attention {
          font-size: 1.2rem; } }
    .fee .it-plan .it-plan__ex {
      margin: 10px 0 20px;
      width: 100%;
      border: 1px solid #363636;
      border-radius: 10px;
      background: #f7f7f7; }
      @media (max-width: 767px) {
        .fee .it-plan .it-plan__ex {
          margin: 10px 0 15px; } }
      .fee .it-plan .it-plan__ex .it-plan__ex-ttl {
        background: #363636;
        color: #f7f7f7;
        font-size: 1.6rem;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
        @media (max-width: 767px) {
          .fee .it-plan .it-plan__ex .it-plan__ex-ttl {
            font-size: 1.4rem; } }
      .fee .it-plan .it-plan__ex .it-plan__ex-text {
        padding: 15px;
        font-size: 1.8rem; }
        @media (max-width: 767px) {
          .fee .it-plan .it-plan__ex .it-plan__ex-text {
            padding: 10px;
            font-size: min(3.5vw, 1.4rem); } }
        .fee .it-plan .it-plan__ex .it-plan__ex-text .it-plan__ex-text--color {
          font-weight: bold;
          color: #6E45D0; }
        .fee .it-plan .it-plan__ex .it-plan__ex-text .it-plan__ex-text--box {
          font-size: 1.6rem;
          border: 1px solid #363636;
          padding: 0 10px;
          margin-right: 10px; }
          @media (max-width: 767px) {
            .fee .it-plan .it-plan__ex .it-plan__ex-text .it-plan__ex-text--box {
              font-size: 1.4rem;
              display: block;
              width: 80px;
              margin: 5px auto 0; } }
    .fee .it-plan .it-plan__text {
      font-size: 1.8rem;
      margin-bottom: 10px;
      font-weight: bold;
      color: #6E45D0; }
      @media (max-width: 767px) {
        .fee .it-plan .it-plan__text {
          font-size: 1.4rem;
          text-align: left;
          line-height: 1.5; } }
    .fee .it-plan .it-plan__text-attention {
      font-size: 1.4rem;
      font-weight: normal; }
      @media (max-width: 767px) {
        .fee .it-plan .it-plan__text-attention {
          font-size: 1.2rem;
          text-align: left;
          line-height: 1.5; } }
  .fee .basic-plan {
    margin-top: 50px; }
    @media (max-width: 767px) {
      .fee .basic-plan {
        margin-top: 30px; } }
    .fee .basic-plan .table__ttl {
      margin-top: 20px; }
      .fee .basic-plan .table__ttl span {
        color: #363636;
        border-bottom: 1px solid #363636; }
    .fee .basic-plan .basic-plan__info {
      text-align: center;
      font-size: 2.4rem;
      font-weight: bold;
      background: #FFF9E6;
      max-width: 930px;
      margin: 0 auto;
      border: 1px solid #6E45D0;
      border-radius: 20px;
      padding: 15px 0; }
      @media (max-width: 767px) {
        .fee .basic-plan .basic-plan__info {
          font-size: 1.6rem; } }
    .fee .basic-plan .basic-plan__list {
      max-width: 930px;
      margin: 40px auto 0;
      width: 100%; }
      @media (max-width: 767px) {
        .fee .basic-plan .basic-plan__list.only-sp {
          display: flex;
          justify-content: center;
          margin: 0 0 40px; }
        .fee .basic-plan .basic-plan__list:last-child {
          margin: 0; } }
      .fee .basic-plan .basic-plan__list th {
        text-align: center;
        padding-bottom: 20px; }
        .fee .basic-plan .basic-plan__list th span {
          font-size: 2.4rem;
          font-weight: bold;
          padding: 0 25px 10px;
          border-bottom: 1px solid #363636;
          display: inline-block; }
      @media (max-width: 767px) {
        .fee .basic-plan .basic-plan__list tbody {
          width: 320px; } }
      .fee .basic-plan .basic-plan__list tbody tr {
        border-bottom: 1px solid #d4d4d4; }
        .fee .basic-plan .basic-plan__list tbody tr td {
          text-align: center;
          height: 70px;
          position: relative; }
          @media (max-width: 767px) {
            .fee .basic-plan .basic-plan__list tbody tr td {
              height: 58px; } }
          .fee .basic-plan .basic-plan__list tbody tr td:first-child {
            font-size: 2.0rem;
            font-weight: bold; }
            @media (max-width: 767px) {
              .fee .basic-plan .basic-plan__list tbody tr td:first-child {
                font-size: 1.6rem;
                text-align: left;
                line-height: 1.3;
                width: 40%; } }
          .fee .basic-plan .basic-plan__list tbody tr td:not(:first-child) {
            font-size: 3.5rem; }
            @media (max-width: 767px) {
              .fee .basic-plan .basic-plan__list tbody tr td:not(:first-child) {
                font-size: 3.2rem; } }
            .fee .basic-plan .basic-plan__list tbody tr td:not(:first-child) span.color {
              color: #6E45D0;
              font-weight: bold; }
            .fee .basic-plan .basic-plan__list tbody tr td:not(:first-child) span.little {
              font-size: 2.4rem; }
              @media (max-width: 767px) {
                .fee .basic-plan .basic-plan__list tbody tr td:not(:first-child) span.little {
                  font-size: 2.0rem; } }
          .fee .basic-plan .basic-plan__list tbody tr td span.td-attention {
            position: absolute;
            font-weight: normal;
            font-size: 1.2rem;
            bottom: 10px;
            right: 30px; }
            @media (max-width: 767px) {
              .fee .basic-plan .basic-plan__list tbody tr td span.td-attention {
                right: 0;
                bottom: 0;
                line-height: 58px; } }
  .fee .map-plan__wrapper {
    margin-bottom: 50px; }
    .fee .map-plan__wrapper:last-child {
      margin-bottom: 0; }
    .fee .map-plan__wrapper .map-plan__ttl {
      position: relative; }
      @media (max-width: 767px) {
        .fee .map-plan__wrapper .map-plan__ttl {
          padding: 0 20px;
          margin-top: 60px; } }
      .fee .map-plan__wrapper .map-plan__ttl h3 {
        font-size: 2.4rem;
        color: #f7f7f7;
        line-height: 1.5;
        padding: 5px 0;
        background: #12B0B7; }
        @media (max-width: 767px) {
          .fee .map-plan__wrapper .map-plan__ttl h3 {
            font-size: 2.0rem; } }
      .fee .map-plan__wrapper .map-plan__ttl .map-plan__ttl-point {
        position: absolute;
        bottom: 20px;
        right: 0;
        left: 460px;
        top: 0;
        margin: auto; }
        @media (max-width: 767px) {
          .fee .map-plan__wrapper .map-plan__ttl .map-plan__ttl-point {
            left: 0;
            top: -60px; } }
    .fee .map-plan__wrapper .map-plan__catch {
      text-align: center;
      font-size: 2.4rem;
      font-weight: bold;
      margin: 30px 0;
      line-height: 1.5; }
      @media (max-width: 1024px) {
        .fee .map-plan__wrapper .map-plan__catch {
          font-size: min(2.6vw, 2.4rem); } }
      @media (max-width: 767px) {
        .fee .map-plan__wrapper .map-plan__catch {
          padding: 0 20px;
          font-size: 1.8rem;
          margin: 15px 0; } }
    .fee .map-plan__wrapper .map-plan__recommend {
      line-height: 1.5;
      color: #f7f7f7;
      text-align: center;
      background: #12B0B7;
      border-radius: 15px 15px 0 0;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding: 1px 0 5px; }
    .fee .map-plan__wrapper .map-plan__list {
      justify-content: center;
      gap: 2%; }
      @media (max-width: 1024px) {
        .fee .map-plan__wrapper .map-plan__list {
          justify-content: flex-start;
          gap: 4%; } }
      @media (max-width: 767px) {
        .fee .map-plan__wrapper .map-plan__list {
          padding: 0 20px;
          gap: 10px; } }
      @media (max-width: 767px) {
        .fee .map-plan__wrapper .map-plan__list.map-plan__list-rental {
          overflow-x: scroll;
          flex-wrap: nowrap;
          justify-content: flex-start; } }
    .fee .map-plan__wrapper .map-plan__box {
      padding: 40px 30px 20px;
      position: relative;
      border: 4px solid #f7f7f7;
      width: 32%; }
      @media (max-width: 1024px) {
        .fee .map-plan__wrapper .map-plan__box {
          width: 48%; } }
      @media (max-width: 767px) {
        .fee .map-plan__wrapper .map-plan__box {
          min-width: 310px;
          padding: 40px 20px 20px;
          opacity: 1;
          transform: scale(1);
          animation: none; }
          .fee .map-plan__wrapper .map-plan__box.map-plan__box-right {
            padding-left: 0; }
          .fee .map-plan__wrapper .map-plan__box.map-plan__box-premium {
            padding-right: 0; }
          .fee .map-plan__wrapper .map-plan__box.map-plan__box-agency-right {
            padding-top: 0; } }
      .fee .map-plan__wrapper .map-plan__box h4 {
        font-size: 2.4rem;
        font-weight: bold;
        color: #12B0B7;
        border-bottom: 1px solid #12B0B7;
        line-height: 1.5;
        margin-bottom: 15px;
        padding-bottom: 10px;
        text-align: center; }
        @media (max-width: 1024px) {
          .fee .map-plan__wrapper .map-plan__box h4 {
            font-size: min(3vw, 2.4rem); } }
        @media (max-width: 767px) {
          .fee .map-plan__wrapper .map-plan__box h4 {
            font-size: 2.0rem; } }
      .fee .map-plan__wrapper .map-plan__box .map-plan__spec p, .fee .map-plan__wrapper .map-plan__box .map-plan__spec-ex p {
        font-size: 1.8rem; }
        .fee .map-plan__wrapper .map-plan__box .map-plan__spec p span, .fee .map-plan__wrapper .map-plan__box .map-plan__spec-ex p span {
          font-size: 3.2rem;
          color: #12B0B7; }
        .fee .map-plan__wrapper .map-plan__box .map-plan__spec p.map-plan__spec-running, .fee .map-plan__wrapper .map-plan__box .map-plan__spec p.map-plan__spec-keyword, .fee .map-plan__wrapper .map-plan__box .map-plan__spec-ex p.map-plan__spec-running, .fee .map-plan__wrapper .map-plan__box .map-plan__spec-ex p.map-plan__spec-keyword {
          margin-bottom: 10px; }
      .fee .map-plan__wrapper .map-plan__box .map-plan__spec p {
        text-align: center; }
      .fee .map-plan__wrapper .map-plan__box.map-plan__box-standard {
        border: 4px solid #12B0B7;
        background: #FFF9E6;
        border-radius: 20px; }
    .fee .map-plan__wrapper.map-plan__wrapper-agency h3 {
      background: #215790; }
    .fee .map-plan__wrapper.map-plan__wrapper-agency h4 {
      color: #215790;
      border-bottom: 1px solid #215790; }
      @media (max-width: 767px) {
        .fee .map-plan__wrapper.map-plan__wrapper-agency h4 {
          font-size: 2.2rem; } }
    .fee .map-plan__wrapper.map-plan__wrapper-agency .map-plan__box {
      width: 49%;
      max-width: 530px; }
      @media (max-width: 1024px) {
        .fee .map-plan__wrapper.map-plan__wrapper-agency .map-plan__box {
          width: 48%; } }
      @media (max-width: 767px) {
        .fee .map-plan__wrapper.map-plan__wrapper-agency .map-plan__box {
          width: 100%; } }
    .fee .map-plan__wrapper.map-plan__wrapper-agency .map-plan__box p span {
      color: #215790; }
    .fee .map-plan__wrapper.map-plan__wrapper-agency .map-plan__box-agency-premium {
      border: 4px solid #215790;
      border-radius: 20px;
      background: #FFF9E6; }
    .fee .map-plan__wrapper.map-plan__wrapper-agency .map-plan__recommend {
      background: #215790; }

/*****************************************
選ばれる理由
******************************************/
.reason {
  background: linear-gradient(160deg, #6E45D0 25%, #E53990 100%);
  padding-bottom: 80px; }
  .reason .harf-ellipse {
    background: #12B0B7; }
  .home .reason {
    background: #12B0B7;
    padding-bottom: 40px; }
  @media (max-width: 767px) {
    .reason {
      padding-bottom: 40px; } }
  .reason .reason__wrapper {
    max-width: 1100px; }
  .reason .reason__box {
    background: #f7f7f7;
    padding: 25px;
    border-radius: 20px;
    align-items: center;
    margin-bottom: 40px; }
    .reason .reason__box:nth-child(even) {
      flex-direction: row-reverse; }
    .home .reason .reason__box:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .reason .reason__box {
        flex-direction: row-reverse;
        padding: 20px;
        margin-bottom: 20px;
        justify-content: center; } }
    .reason .reason__box .reason__box-text {
      width: 72%; }
      @media (max-width: 1024px) {
        .reason .reason__box .reason__box-text {
          width: 60%; } }
      @media (max-width: 767px) {
        .reason .reason__box .reason__box-text {
          width: 100%; } }
    .reason .reason__box h3 {
      color: #6E45D0;
      margin-bottom: 15px;
      text-align: left;
      font-size: 2.4rem; }
      @media (max-width: 1024px) {
        .reason .reason__box h3 {
          line-height: 1.5;
          margin-bottom: 5px; } }
      @media (max-width: 767px) {
        .reason .reason__box h3 {
          font-size: 2.0rem; } }
      .home .reason .reason__box h3 {
        color: #12B0B7; }
    .reason .reason__box .reason__box-text-copy {
      font-size: 1.6rem;
      font-weight: normal; }
      @media (max-width: 767px) {
        .reason .reason__box .reason__box-text-copy {
          font-size: 1.5rem;
          line-height: 1.5; } }
      .reason .reason__box .reason__box-text-copy span {
        font-size: 1.2rem;
        margin-top: 20px;
        display: block;
        line-height: 1.5; }
        @media (max-width: 767px) {
          .reason .reason__box .reason__box-text-copy span {
            margin-top: 10px; } }
    .reason .reason__box .reason__box-img {
      width: 25.5%;
      height: auto; }
      @media (max-width: 1024px) {
        .reason .reason__box .reason__box-img {
          width: 37%; } }
      @media (max-width: 767px) {
        .reason .reason__box .reason__box-img {
          width: 250px;
          margin-top: 10px; } }

/*****************************************
導入実績
******************************************/
.casestudy {
  background: #FFF9E6;
  padding: 50px 0 120px; }
  @media (max-width: 767px) {
    .casestudy {
      padding: 30px 0 60px; } }
  .casestudy .diagonal {
    background: #FFF9E6; }
  .casestudy .harf-ellipse {
    background: #FFF9E6; }
  .casestudy .casestudy__slide-wrapper {
    position: relative; }
    .casestudy .casestudy__slide-wrapper.casestudy__slide-wrapper-introduce {
      margin-bottom: 120px; }
      .home .casestudy .casestudy__slide-wrapper.casestudy__slide-wrapper-introduce {
        margin-bottom: 90px; }
        @media (max-width: 767px) {
          .home .casestudy .casestudy__slide-wrapper.casestudy__slide-wrapper-introduce {
            margin-bottom: 55px; } }
      @media (max-width: 767px) {
        .casestudy .casestudy__slide-wrapper.casestudy__slide-wrapper-introduce {
          margin-bottom: 70px; } }
  .casestudy .casestudy__slide-container:not(.slick-slider) {
    display: flex;
    flex-wrap: wrap; }
    .casestudy .casestudy__slide-container:not(.slick-slider) .casestudy__slide-box:nth-child(n+4) {
      display: none; }
  .casestudy .casestudy__slide-box {
    width: 353px;
    border: 1px solid #6E45D0;
    border-radius: 20px;
    margin: 0 20px; }
    .home .casestudy .casestudy__slide-box {
      border: 1px solid #215790; }
    @media (max-width: 767px) {
      .casestudy .casestudy__slide-box {
        width: 320px;
        box-sizing: border-box; } }
    .casestudy .casestudy__slide-box .casestudy__slide-ttl {
      font-size: 2.4rem;
      font-weight: bold;
      color: #f7f7f7;
      background: linear-gradient(160deg, #6E45D0 25%, #E53990 100%);
      text-align: center;
      padding: 15px 0;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; }
      .home .casestudy .casestudy__slide-box .casestudy__slide-ttl {
        background: #215790; }
      @media (max-width: 767px) {
        .casestudy .casestudy__slide-box .casestudy__slide-ttl {
          font-size: 2.0rem;
          padding: 10px 0; } }
    .casestudy .casestudy__slide-box .casestudy__slide-cont {
      padding: 15px 20px 25px;
      background: #f7f7f7;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }
      .home .casestudy .casestudy__slide-box .casestudy__slide-cont {
        padding: 15px 20px 20px; }
      @media (max-width: 767px) {
        .casestudy .casestudy__slide-box .casestudy__slide-cont {
          padding: 10px 20px 20px; } }
    .casestudy .casestudy__slide-box .casestudy__slide-heading {
      font-size: 3.0rem;
      font-weight: bold;
      color: #6E45D0;
      text-align: center;
      line-height: 1.5; }
      @media (max-width: 767px) {
        .casestudy .casestudy__slide-box .casestudy__slide-heading {
          font-size: 2.4rem; } }
    .casestudy .casestudy__slide-box .casestudy__slide-text {
      font-size: 1.6rem;
      font-weight: normal;
      margin-top: 10px; }
      @media (max-width: 767px) {
        .casestudy .casestudy__slide-box .casestudy__slide-text {
          font-size: 1.5rem; } }
    .casestudy .casestudy__slide-box .map-casestudy-ttl {
      font-size: 2.0rem;
      font-weight: bold;
      text-align: center;
      color: #215790;
      line-height: 1;
      margin-bottom: 15px; }
    .casestudy .casestudy__slide-box .map-casestudy-request {
      font-size: 2.8rem;
      font-weight: bold;
      line-height: 1.5;
      text-align: center;
      color: #215790;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .casestudy .casestudy__slide-box .map-casestudy-request {
          font-size: 2.4rem; } }
    .casestudy .casestudy__slide-box .map-casestudy-result {
      position: relative; }
      .casestudy .casestudy__slide-box .map-casestudy-result:has(.upper-box) {
        padding-top: 99px; }
      .casestudy .casestudy__slide-box .map-casestudy-result .result-box {
        width: 130px;
        height: 100px;
        position: relative; }
        .casestudy .casestudy__slide-box .map-casestudy-result .result-box.upper-box {
          position: absolute;
          right: 0;
          left: 0;
          margin: auto;
          top: 0; }
        .casestudy .casestudy__slide-box .map-casestudy-result .result-box::after {
          content: "";
          background-image: url("../img/effect_up_icon_map.webp");
          background-repeat: no-repeat;
          display: block;
          width: 100px;
          height: 100px;
          position: absolute;
          inset: 0;
          background-size: contain;
          margin: auto; }
        .casestudy .casestudy__slide-box .map-casestudy-result .result-box .result-head {
          font-size: 1.8rem;
          font-weight: bold;
          position: relative;
          z-index: 1;
          text-align: center;
          margin: 10px 0 0; }
        .casestudy .casestudy__slide-box .map-casestudy-result .result-box .result-data {
          font-size: 2.4rem;
          font-weight: bold;
          position: relative;
          z-index: 1;
          text-align: center; }
          .casestudy .casestudy__slide-box .map-casestudy-result .result-box .result-data .blue {
            color: #215790; }
          .casestudy .casestudy__slide-box .map-casestudy-result .result-box .result-data .big {
            font-size: 4.2rem; }
  .casestudy .slick-prev, .casestudy .slick-next {
    width: 46px;
    height: 46px;
    transition: .3s; }
    .casestudy .slick-prev::before, .casestudy .slick-prev::after, .casestudy .slick-next::before, .casestudy .slick-next::after {
      content: none; }
    @media (hover: hover) {
      .casestudy .slick-prev:hover, .casestudy .slick-next:hover {
        opacity: .7; } }
    @media (max-width: 767px) {
      .casestudy .slick-prev, .casestudy .slick-next {
        width: 35px;
        height: 35px; }
        .casestudy .slick-prev img, .casestudy .slick-next img {
          width: 100%;
          height: auto; } }
  .casestudy .slick-prev {
    left: -20px; }
    @media (max-width: 1024px) {
      .casestudy .slick-prev {
        left: -15px; } }
  .casestudy .slick-next {
    right: -20px; }
    @media (max-width: 1024px) {
      .casestudy .slick-next {
        right: -15px; } }
  .casestudy .slick-dots {
    margin-top: 10px;
    bottom: -50px; }
    @media (max-width: 767px) {
      .casestudy .slick-dots {
        bottom: -30px; } }
    .casestudy .slick-dots li {
      width: 16px;
      height: 16px;
      margin: 0 10px; }
      .casestudy .slick-dots li.slick-active button::before {
        opacity: 1;
        color: #DE4177; }
        .home .casestudy .slick-dots li.slick-active button::before {
          color: #12B0B7; }
    .casestudy .slick-dots button::before {
      font-size: 1.6rem;
      width: 16px;
      height: 16px;
      opacity: .3;
      color: #DE4177;
      transition: .3s; }
      .home .casestudy .slick-dots button::before {
        color: #12B0B7; }
  .casestudy .casestudy__slide-wrapper-recruit .casestudy__slide-box {
    border: 1px solid #FE752C; }
    .casestudy .casestudy__slide-wrapper-recruit .casestudy__slide-box .casestudy__slide-cont {
      padding: 10px 20px 30px; }
    .casestudy .casestudy__slide-wrapper-recruit .casestudy__slide-box .casestudy__slide-ttl {
      background: linear-gradient(160deg, #FEC567 0%, #DE4177 100%); }
    .casestudy .casestudy__slide-wrapper-recruit .casestudy__slide-box .casestudy__slide-intro {
      font-size: 2.0rem;
      font-weight: bold;
      color: #FE752C;
      text-align: center;
      margin-bottom: 20px; }
    .casestudy .casestudy__slide-wrapper-recruit .casestudy__slide-box .casestudy__slide-text {
      position: relative; }
      .casestudy .casestudy__slide-wrapper-recruit .casestudy__slide-box .casestudy__slide-text::after {
        content: "";
        background: url("../img/effect_up_icon.webp");
        display: block;
        width: 150px;
        height: 150px;
        background-repeat: no-repeat;
        position: absolute;
        inset: 0;
        background-size: contain;
        margin: auto; }
      .casestudy .casestudy__slide-wrapper-recruit .casestudy__slide-box .casestudy__slide-text .casestudy__slide-text-inner {
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
        position: relative;
        z-index: 1; }
        .casestudy .casestudy__slide-wrapper-recruit .casestudy__slide-box .casestudy__slide-text .casestudy__slide-text-inner span {
          font-size: 4.0rem;
          color: #DE4177;
          line-height: 1.1; }
  .casestudy .casestudy__slide-wrapper-recruit .slick-dots li.slick-active button::before {
    color: #FE752C; }
  .casestudy .casestudy__slide-wrapper-recruit .slick-dots button::before {
    color: #FE752C; }
  .casestudy .conclusion {
    font-size: 2.4rem;
    font-weight: bold;
    color: #6E45D0;
    text-align: center;
    margin-top: 100px; }
    .home .casestudy .conclusion {
      color: #215790;
      margin: 0; }
    @media (max-width: 767px) {
      .casestudy .conclusion {
        font-size: 2.0rem;
        margin-top: 60px; } }

/*****************************************
よくあるご質問
******************************************/
.home .faq {
  padding-top: 120px; }
  @media (max-width: 767px) {
    .home .faq {
      padding-top: 55px; } }
.faq h2 {
  margin-bottom: 30px; }
.faq .faq__wrapper {
  padding-top: 50px;
  max-width: 1040px; }
  .home .faq .faq__wrapper {
    padding-top: 0; }
  @media (max-width: 767px) {
    .faq .faq__wrapper {
      padding-top: 30px; } }
.faq .accordion .accordion__box {
  border-bottom: 1px solid #d4d4d4;
  padding: 25px 70px 25px 30px;
  position: relative; }
  @media (max-width: 767px) {
    .faq .accordion .accordion__box {
      padding: 15px 40px 15px 0; } }
  .faq .accordion .accordion__box .accordion__q {
    z-index: 1;
    cursor: pointer;
    transition: .3s; }
    @media (hover: hover) {
      .faq .accordion .accordion__box .accordion__q:hover {
        opacity: .7; } }
    .faq .accordion .accordion__box .accordion__q-box {
      font-weight: bold;
      font-size: 1.8rem;
      line-height: 1.5;
      text-indent: -3rem;
      padding-left: 3rem; }
      @media (max-width: 767px) {
        .faq .accordion .accordion__box .accordion__q-box {
          font-size: 1.5rem;
          text-indent: -2.5rem;
          padding-left: 2.5rem; } }
      .faq .accordion .accordion__box .accordion__q-box::before {
        content: "Q：";
        color: #6E45D0; }
        .home .faq .accordion .accordion__box .accordion__q-box::before {
          color: #215790; }
    .faq .accordion .accordion__box .accordion__q .i_box {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 20px;
      right: 15px;
      width: 34px;
      height: 34px;
      box-sizing: border-box;
      transform-origin: center center;
      transition: .3s;
      background: #6E45D0;
      border-radius: 100px; }
      .home .faq .accordion .accordion__box .accordion__q .i_box {
        background: #215790; }
      @media (max-width: 767px) {
        .faq .accordion .accordion__box .accordion__q .i_box {
          width: 30px;
          height: 30px;
          top: 13px;
          right: 0; } }
      .faq .accordion .accordion__box .accordion__q .i_box .one_i {
        display: block;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition: .3s;
        position: relative; }
        @media (max-width: 767px) {
          .faq .accordion .accordion__box .accordion__q .i_box .one_i {
            width: 14px;
            height: 14px; } }
        .faq .accordion .accordion__box .accordion__q .i_box .one_i::before, .faq .accordion .accordion__box .accordion__q .i_box .one_i::after {
          content: '';
          background-color: #fff;
          width: 18px;
          height: 2px;
          position: absolute;
          left: 50%;
          top: 50%;
          transform-origin: center center;
          transform: translate(-50%, -50%) rotate(0deg); }
          @media (max-width: 767px) {
            .faq .accordion .accordion__box .accordion__q .i_box .one_i::before, .faq .accordion .accordion__box .accordion__q .i_box .one_i::after {
              width: 14px; } }
        .faq .accordion .accordion__box .accordion__q .i_box .one_i::before {
          width: 2px;
          height: 18px;
          transform: translate(-50%, -50%) rotate(0deg); }
          @media (max-width: 767px) {
            .faq .accordion .accordion__box .accordion__q .i_box .one_i::before {
              height: 14px; } }
    .faq .accordion .accordion__box .accordion__q.open .i_box {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
      background: #DE4177; }
      .home .faq .accordion .accordion__box .accordion__q.open .i_box {
        background: #12B0B7; }
      .faq .accordion .accordion__box .accordion__q.open .i_box .one_i::before {
        content: none; }
  .faq .accordion .accordion__box .accordion__a {
    display: none;
    box-sizing: border-box;
    padding-top: 20px; }
    .faq .accordion .accordion__box .accordion__a-box {
      font-size: 1.8rem;
      line-height: 1.5;
      text-indent: -3rem;
      padding-left: 3rem; }
      @media (max-width: 767px) {
        .faq .accordion .accordion__box .accordion__a-box {
          font-size: 1.5rem;
          text-indent: -2.5rem;
          padding-left: 2.5rem; } }
      .faq .accordion .accordion__box .accordion__a-box::before {
        content: "A：";
        color: #DE4177;
        font-weight: bold; }
        .home .faq .accordion .accordion__box .accordion__a-box::before {
          color: #12B0B7; }

/*****************************************
導入の流れ
******************************************/
.flow {
  padding: 110px 0 120px;
  background: #FCECF1; }
  .flow .harf-ellipse {
    background: #E7F7F8; }
  .home .flow {
    padding: 120px 0 30px;
    background: #E7F7F8; }
    @media (max-width: 767px) {
      .home .flow {
        padding: 55px 0 30px; } }
  @media (max-width: 767px) {
    .flow {
      padding: 60px 0; } }
  .flow .flow__wrapper {
    max-width: 1040px; }
  .flow .flow__container {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 50px 20px; }
    .home .flow .flow__container {
      padding: 0;
      margin-bottom: 40px; }
      .home .flow .flow__container:last-child {
        margin-bottom: 0; }
    @media (max-width: 767px) {
      .flow .flow__container {
        padding: 20px; } }
  .flow .flow-plan-ttl {
    font-size: 2.4rem;
    font-weight: bold;
    color: #f7f7f7;
    text-align: center;
    background: #12B0B7;
    border-radius: 20px 20px 0 0;
    padding: 5px 0; }
    @media (max-width: 767px) {
      .flow .flow-plan-ttl {
        font-size: 2.0rem; } }
    .flow .flow-plan-ttl.flow-plan-ttl-agency {
      background: #215790; }
  .flow .flow__box-wrapper {
    padding: 30px 20px 25px; }
  .flow .flow__box {
    max-width: 810px;
    margin: 0 auto;
    align-items: center;
    padding-bottom: 50px;
    position: relative; }
    .home .flow .flow__box {
      width: 140px;
      flex-direction: column;
      padding-bottom: 0; }
      @media (max-width: 1024px) {
        .home .flow .flow__box {
          width: 15%; } }
      @media (max-width: 767px) {
        .home .flow .flow__box {
          width: 100%;
          flex-direction: row;
          padding-bottom: 15px;
          flex-wrap: nowrap; } }
      .home .flow .flow__box:first-child::before {
        transition-delay: 1.0s; }
      .home .flow .flow__box:nth-child(2)::before {
        transition-delay: 1.5s; }
      .home .flow .flow__box:nth-child(3)::before {
        transition-delay: 2.0s; }
      .home .flow .flow__box:nth-child(4)::before {
        transition-delay: 2.5s; }
      .home .flow .flow__box:nth-child(5)::before {
        transition-delay: 3.0s; }
      .home .flow .flow__box:nth-child(6)::before {
        transition-delay: 3.5s; }
    @media (max-width: 767px) {
      .flow .flow__box {
        align-items: flex-start;
        padding-bottom: 15px;
        flex-wrap: nowrap; } }
    .flow .flow__box:last-child {
      padding-bottom: 0; }
      .flow .flow__box:last-child::before {
        content: none; }
    .flow .flow__box::before {
      content: "";
      height: calc(100% - 10px);
      position: absolute;
      top: 20px;
      left: 47px;
      border-left: 6px solid #FFBF09;
      opacity: 0;
      transition: 1s;
      will-change: opacity;
      transition-delay: .5s; }
      .home .flow .flow__box::before {
        border-left: none;
        border-top: 6px solid #FFBF09;
        top: 47px;
        left: 100px;
        width: 100%; }
        @media (max-width: 767px) {
          .home .flow .flow__box::before {
            height: 100%;
            border-left: 4px solid #FFBF09;
            left: 22px;
            top: 20px;
            border-top: none; } }
      @media (max-width: 767px) {
        .flow .flow__box::before {
          height: 100%;
          border-left: 4px solid #FFBF09;
          left: 22px; } }
    .flow .flow__box.inview-cont::before {
      opacity: 1;
      transition-delay: .5s; }
    .flow .flow__box::after {
      content: "01";
      font-weight: 900;
      font-size: 8.0rem;
      bottom: 50px;
      right: 0;
      color: #6E45D0;
      position: absolute;
      opacity: .1; }
      .home .flow .flow__box::after {
        bottom: 0; }
      @media (max-width: 767px) {
        .flow .flow__box::after {
          bottom: 10px;
          font-size: 6.0rem; } }
    .flow .flow__box:nth-child(2)::after {
      content: "02"; }
    .flow .flow__box:nth-child(3)::after {
      content: "03"; }
    .flow .flow__box:nth-child(4)::after {
      content: "04"; }
    .flow .flow__box:nth-child(5)::after {
      content: "05"; }
    .flow .flow__box:nth-child(6)::after {
      content: "06";
      bottom: 0; }
    .flow .flow__box .flow__img {
      margin-right: 30px;
      z-index: 1; }
      .home .flow .flow__box .flow__img {
        margin: 0; }
        @media (max-width: 767px) {
          .home .flow .flow__box .flow__img {
            margin-right: 15px; } }
      @media (max-width: 767px) {
        .flow .flow__box .flow__img {
          width: 50px;
          height: 50px;
          margin-right: 15px; }
          .flow .flow__box .flow__img img {
            width: 100%;
            height: auto; } }
    .flow .flow__box .flow__text {
      flex: 1;
      z-index: 1; }
      @media (max-width: 767px) {
        .flow .flow__box .flow__text p {
          line-height: 1.5; } }
      .flow .flow__box .flow__text .flow__text-ttl {
        text-align: left;
        color: #6E45D0;
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 10px; }
        .home .flow .flow__box .flow__text .flow__text-ttl {
          font-size: 2.0rem;
          line-height: 1.3;
          text-align: center;
          margin: 10px 0;
          height: 52px; }
          @media (max-width: 1024px) {
            .home .flow .flow__box .flow__text .flow__text-ttl {
              white-space: nowrap;
              font-size: min(2.1vw, 2rem); } }
          @media (max-width: 767px) {
            .home .flow .flow__box .flow__text .flow__text-ttl {
              text-align: left;
              height: auto;
              white-space: normal;
              margin-top: 15px;
              line-height: 1;
              font-size: 2.0rem; } }
          .home .flow .flow__box .flow__text .flow__text-ttl.single-l {
            line-height: 52px; }
            @media (max-width: 767px) {
              .home .flow .flow__box .flow__text .flow__text-ttl.single-l {
                line-height: 1; } }
          .home .flow .flow__box .flow__text .flow__text-ttl.flow__text-ttl-rental {
            color: #12B0B7; }
          .home .flow .flow__box .flow__text .flow__text-ttl.flow__text-ttl-agency {
            color: #215790; }
        @media (max-width: 767px) {
          .flow .flow__box .flow__text .flow__text-ttl {
            font-size: 2.0rem;
            white-space: nowrap;
            margin-top: 15px; } }
      .home .flow .flow__box .flow__text .flow__text-copy {
        line-height: 1.5;
        font-size: 1.4rem; }
    .flow .flow__box.flow__box-map-rental::after {
      color: #12B0B7; }
    .flow .flow__box.flow__box-map-agency::after {
      color: #215790; }

/*****************************************
その他サービス
******************************************/
.ex {
  background: #004E97;
  padding-top: 50px; }
  .ex .harf-ellipse {
    background: #004E97; }
  .home .ex {
    padding-top: 120px; }
    @media (max-width: 767px) {
      .home .ex {
        padding-top: 55px; } }
  @media (max-width: 767px) {
    .ex {
      padding-top: 30px; } }
  .ex .diagonal {
    background: #004E97; }
    .ex .diagonal.diagonal-top-left {
      top: -59px; }
      @media (max-width: 767px) {
        .ex .diagonal.diagonal-top-left {
          top: -30px; } }
  .ex h2 {
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .ex h2 {
        margin-bottom: 15px; } }
  .ex__head {
    text-align: center;
    font-size: min(2.3vw, 2.4rem);
    font-weight: bold;
    background: #FFBF09;
    width: 100%;
    padding: 5px 20px;
    line-height: 1.5;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .ex__head {
        font-size: 2.4rem; } }
    @media (max-width: 767px) {
      .ex__head {
        font-size: 1.8rem;
        padding: 10px;
        margin-bottom: 30px; } }
  @media (max-width: 1024px) {
    .ex__list {
      gap: 20px; } }
  .ex__list-box {
    width: 31%; }
    @media (max-width: 1024px) {
      .ex__list-box {
        width: 48%; } }
    @media (max-width: 767px) {
      .ex__list-box {
        width: 100%;
        transition-delay: 0s;
        --inview-delay: 0s; } }
    .ex__list-box a {
      display: block;
      background: #f7f7f7;
      padding: 25px 20px 20px;
      border-radius: 20px;
      height: 100%; }
      .home .ex__list-box a {
        padding: 15px 20px 20px; }
      @media (max-width: 767px) {
        .ex__list-box a {
          padding: 20px; } }
      @media (hover: hover) {
        .ex__list-box a:hover {
          background: #FFF9E6; }
          .ex__list-box a:hover .ex__list-box-link-text, .ex__list-box a:hover .ex__list-box-catch {
            color: #6E45D0; }
            .home .ex__list-box a:hover .ex__list-box-link-text, .home .ex__list-box a:hover .ex__list-box-catch {
              color: #12B0B7; }
          .ex__list-box a:hover img {
            opacity: .7; } }
    .ex__list-box h3 {
      font-size: 2.4rem;
      font-weight: bold; }
      .home .ex__list-box h3, .thanks .ex__list-box h3 {
        line-height: 1.3;
        height: 63px; }
        .home .ex__list-box h3.single-l, .thanks .ex__list-box h3.single-l {
          line-height: 63px; }
      @media (max-width: 767px) {
        .ex__list-box h3 {
          font-size: 2.0rem; } }
    .ex__list-box-img {
      width: 100%;
      height: 120px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 10px 0; }
      @media (max-width: 767px) {
        .ex__list-box-img {
          height: auto;
          margin: 15px 0; } }
      .ex__list-box-img img {
        object-fit: contain;
        width: 100%;
        height: auto; }
        .ex__list-box-img img.ex-mapup-logo {
          max-width: 275px; }
        .ex__list-box-img img.ex-buzzsta-logo {
          max-width: 300px; }
        .ex__list-box-img img.ex-primeweb-logo {
          max-width: 308px; }
        .ex__list-box-img img.ex-servicephone-logo {
          max-width: 226px; }
        @media (max-width: 767px) {
          .ex__list-box-img img {
            width: 250px; } }
    .ex__list-box-catch {
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1.5;
      color: #004E97;
      text-align: center; }
    .ex__list-box-copy {
      font-size: 1.6rem;
      font-weight: normal;
      margin: 10px 0 15px; }
      @media (max-width: 767px) {
        .ex__list-box-copy {
          font-size: 1.5rem;
          line-height: 1.5; } }
    .ex__list-box-link-text {
      text-decoration: underline;
      font-size: 1.4rem;
      color: #004E97;
      text-align: center; }

/*****************************************
私たちの想い
******************************************/
.belief {
  background: linear-gradient(160deg, #6E45D0 25%, #E53990 100%);
  padding: 110px 0 120px; }
  .home .belief {
    padding: 120px 0 90px;
    background: url("../img/map_backimg.webp");
    background-position: center; }
    @media (max-width: 767px) {
      .home .belief {
        padding: 55px 0 50px; } }
  @media (max-width: 767px) {
    .belief {
      padding: 60px 0; } }
  .belief__box {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 50px 10px 50px 50px;
    justify-content: center;
    align-items: center; }
    .home .belief__box {
      padding: 50px 0;
      max-width: 1050px;
      margin: auto;
      background: rgba(247, 247, 247, 0.9); }
      @media (max-width: 767px) {
        .home .belief__box {
          padding: 25px 20px; } }
    @media (max-width: 1024px) {
      .belief__box {
        padding: 50px 20px; } }
    @media (max-width: 767px) {
      .belief__box {
        padding: 25px 20px; } }
    .belief__box-text {
      flex: 1; }
      .home .belief__box-text {
        flex: none; }
      @media (max-width: 1024px) {
        .belief__box-text {
          flex-basis: 100%; } }
      @media (max-width: 767px) {
        .belief__box-text {
          width: 100%; } }
    .belief__box-img {
      width: 390px;
      margin-top: 20px; }
      .belief__box-img img {
        width: 100%;
        height: auto; }
      @media (max-width: 767px) {
        .belief__box-img {
          width: 250px;
          margin: 20px auto; } }
    .belief__box-text-block {
      font-size: 1.8rem;
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        .belief__box-text-block {
          text-align: center;
          font-size: min(2.1vw, 1.8rem); } }
      @media (max-width: 767px) {
        .belief__box-text-block {
          text-align: left;
          font-size: 1.5rem;
          line-height: 1.7; } }
      .belief__box-text-block:last-child {
        margin-bottom: 0; }
      .belief__box-text-block--strong {
        font-size: 2.6rem;
        font-weight: bold;
        color: #6E45D0; }
        .home .belief__box-text-block--strong {
          color: #215790; }
        @media (max-width: 767px) {
          .belief__box-text-block--strong {
            font-size: 2.0rem; } }
    .belief__box .belief__box-link-wrapper {
      width: 100%; }
    .belief__box a.belief__box-link {
      width: 500px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #6E45D0;
      color: #f7f7f7;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
      font-size: 2.0rem;
      font-weight: bold;
      border-radius: 100px;
      margin: 30px auto 0; }
      .home .belief__box a.belief__box-link {
        background: #215790; }
      .belief__box a.belief__box-link::before {
        content: "▼　"; }
        @media (max-width: 767px) {
          .belief__box a.belief__box-link::before {
            font-size: 2.0rem;
            text-align: left; } }
      .belief__box a.belief__box-link::after {
        content: "　▼"; }
        @media (max-width: 767px) {
          .belief__box a.belief__box-link::after {
            font-size: 2.0rem;
            text-align: end; } }
      @media (hover: hover) {
        .belief__box a.belief__box-link:hover {
          background: #DE4177; }
          .home .belief__box a.belief__box-link:hover {
            background: #12B0B7; } }
      @media (max-width: 767px) {
        .belief__box a.belief__box-link {
          width: 100%;
          max-width: 300px;
          margin: 0 auto;
          font-size: 1.6rem;
          text-align: center;
          line-height: 1.3; } }

/*****************************************
お問い合わせ
******************************************/
.contact {
  background: #FFF9E6;
  padding-bottom: 100px; }
  .home .contact {
    padding: 60px 0 70px; }
    @media (max-width: 767px) {
      .home .contact {
        padding: 25px 0 50px; } }
  @media (max-width: 767px) {
    .contact {
      padding-bottom: 40px; } }
  .contact .diagonal {
    background: #FFF9E6; }
  .contact__wrapper {
    max-width: 840px;
    padding-top: 50px; }
    .home .contact__wrapper {
      padding-top: 0; }
    .contact__wrapper .contact__container {
      background: #f7f7f7;
      padding: 30px 20px 50px;
      border-radius: 20px; }
      @media (max-width: 767px) {
        .contact__wrapper .contact__container {
          padding: 10px 20px 30px; } }
    .contact__wrapper .contact__form {
      max-width: 400px;
      margin: 0 auto; }
      .contact__wrapper .contact__form p {
        font-size: 1.6rem;
        width: 100%; }
        .contact__wrapper .contact__form p label {
          display: block;
          font-weight: bold;
          margin-top: 10px; }
          @media (max-width: 767px) {
            .contact__wrapper .contact__form p label {
              margin-top: 15px; } }
        .contact__wrapper .contact__form p input, .contact__wrapper .contact__form p textarea {
          font-size: 1.6rem;
          display: block;
          padding: 8px 10px;
          width: 100%;
          border: 1px solid #b3b3b3; }
        .contact__wrapper .contact__form p textarea {
          padding: 10px;
          line-height: 1.5;
          height: 150px;
          min-height: 150px;
          min-width: 400px;
          max-width: 400px; }
          @media (max-width: 767px) {
            .contact__wrapper .contact__form p textarea {
              min-width: inherit;
              width: 100%; } }
    .contact__wrapper .privacy-agree-wrapper p label {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 400px;
      margin-top: 20px;
      cursor: pointer;
      transition: .3s; }
      @media (hover: hover) {
        .contact__wrapper .privacy-agree-wrapper p label:hover {
          opacity: 0.7; } }
      @media (max-width: 767px) {
        .contact__wrapper .privacy-agree-wrapper p label {
          width: 100%;
          font-size: 1.4rem;
          line-height: 1.5; } }
      .contact__wrapper .privacy-agree-wrapper p label input {
        width: 25px;
        height: 25px;
        margin-right: 10px;
        cursor: pointer;
        transition: .3s; }
        @media (hover: hover) {
          .contact__wrapper .privacy-agree-wrapper p label input:hover {
            opacity: 0.7; } }
    .contact__wrapper .privacy-agree-wrapper span {
      margin: 0; }
    .contact__wrapper .privacy-agree-wrapper .privacy-info {
      font-size: 1.2rem;
      text-align: end; }
      .contact__wrapper .privacy-agree-wrapper .privacy-info a {
        text-decoration: underline;
        color: #004E97; }
        @media (hover: hover) {
          .contact__wrapper .privacy-agree-wrapper .privacy-info a:hover {
            opacity: 0.7; } }
    .contact__wrapper p:has(input[type="submit"]) {
      position: relative;
      margin-top: 40px; }
      .contact__wrapper p:has(input[type="submit"]) input {
        font-size: 2.0rem;
        font-weight: bold;
        background: #FFBF09;
        border: none;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
        border-radius: 100px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        padding: 0;
        cursor: pointer;
        transition: .3s; }
        @media (hover: hover) {
          .contact__wrapper p:has(input[type="submit"]) input:hover {
            background: #6E45D0;
            color: #f7f7f7; }
            .home .contact__wrapper p:has(input[type="submit"]) input:hover {
              background: #215790; } }
        @media (max-width: 767px) {
          .contact__wrapper p:has(input[type="submit"]) input {
            height: 50px;
            line-height: 50px; } }
      .contact__wrapper p:has(input[type="submit"]) .wpcf7-spinner {
        position: absolute;
        right: -40px;
        top: 0;
        bottom: 0;
        margin: auto; }

.wpcf7-not-valid-tip {
  /*position: absolute;*/
  bottom: -25px;
  right: 0; }
  span[data-name="your-accept"] .wpcf7-not-valid-tip {
    right: inherit;
    left: 0; }
  @media (max-width: 767px) {
    .wpcf7-not-valid-tip {
      font-size: 1.2rem; } }

.wpcf7 form .wpcf7-response-output {
  position: absolute;
  color: red;
  border: 1px solid red;
  left: 0;
  right: 0;
  margin: 20px auto 0;
  text-align: center;
  padding: 10px 0; }
  @media (max-width: 767px) {
    .wpcf7 form .wpcf7-response-output {
      font-size: 1.1rem; } }

/*****************************************
サンクスページ
******************************************/
.thanks .thanks {
  text-align: center; }
  .thanks .thanks p {
    text-align: center;
    line-height: 200%; }
    @media (max-width: 767px) {
      .thanks .thanks p {
        line-height: 180%; } }
  .thanks .thanks .thanks-main {
    font-size: 2.0rem;
    margin-bottom: 30px;
    font-weight: bold; }
    @media (max-width: 1024px) {
      .thanks .thanks .thanks-main {
        font-size: min(2.4vw, 2rem); } }
    @media (max-width: 767px) {
      .thanks .thanks .thanks-main {
        font-size: 1.6rem;
        margin-bottom: 20px; } }
  .thanks .thanks .thanks-attention {
    font-size: 1.5rem;
    margin-top: 20px; }
    @media (max-width: 1024px) {
      .thanks .thanks .thanks-attention {
        font-size: min(1.8vw, 1.5rem); } }
    @media (max-width: 767px) {
      .thanks .thanks .thanks-attention {
        font-size: 1.3rem;
        margin-top: 10px; } }
  .thanks .thanks .logo-link {
    display: block;
    width: 300px;
    margin: 30px auto;
    transition: opacity 0.3s; }
    @media (max-width: 767px) {
      .thanks .thanks .logo-link {
        width: 200px;
        margin: 20px auto; } }
    .thanks .thanks .logo-link img {
      width: 100%;
      height: auto; }
    @media (hover: hover) {
      .thanks .thanks .logo-link:hover {
        opacity: .7; } }
  .thanks .thanks a.link-text {
    width: 500px;
    line-height: 50px;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #f7f7f7;
    border-radius: 100px;
    background: #6E45D0;
    display: block;
    margin: auto;
    margin-bottom: 80px;
    transition: opacity 1s , background 0.3s, color 0.3s; }
    .thanks .thanks a.link-text.link-text-map-up {
      background: #215790; }
    @media (max-width: 767px) {
      .thanks .thanks a.link-text {
        width: 300px;
        font-size: 1.6rem;
        line-height: 45px;
        margin-bottom: 60px; } }
    @media (hover: hover) {
      .thanks .thanks a.link-text:hover {
        background: #FFBF09;
        color: #363636; } }
.thanks #page-top, .thanks .contact-banner, .thanks .bottom-banner {
  display: none; }
.thanks footer .copyright {
  padding: 5px 0; }

/*****************************************
フッター
******************************************/
footer .footer__wrapper {
  padding: 40px 0;
  gap: 50px;
  justify-content: center;
  align-items: center; }
  @media (max-width: 767px) {
    footer .footer__wrapper {
      padding: 20px 0 10px;
      gap: 15px; } }
footer .footer__text {
  font-size: 1.4rem; }
  @media (max-width: 767px) {
    footer .footer__text {
      font-size: 1.3rem; } }
  footer .footer__text a {
    color: #004E97;
    text-decoration: underline; }
  @media (max-width: 767px) {
    footer .footer__text .footer__text-info {
      text-align: center; } }
@media (max-width: 767px) {
  footer .footer__logo {
    width: 150px;
    height: auto; }
    footer .footer__logo img {
      width: 100%;
      height: auto; } }
@media (hover: hover) {
  footer a:hover {
    opacity: .7; } }
footer .copyright {
  text-align: center;
  color: #f7f7f7;
  font-size: 1.2rem;
  padding: 5px 0;
  background: #004E97; }
  @media (max-width: 767px) {
    footer .copyright {
      font-size: 1.1rem;
      padding: 5px 0 65px; } }

/*****************************************
インナーリンク
******************************************/
.inner-link {
  display: block;
  padding-top: 60px;
  margin-top: -60px; }
  @media (max-width: 767px) {
    .inner-link {
      padding-top: 45px;
      margin-top: -45px; } }
  .home .inner-link#fee, .home .inner-link#casestudy, .home .inner-link#faq {
    padding-top: 110px;
    margin-top: -110px; }
    @media (max-width: 767px) {
      .home .inner-link#fee, .home .inner-link#casestudy, .home .inner-link#faq {
        padding-top: 70px;
        margin-top: -70px; } }
  @media (max-width: 767px) {
    .inner-link#product {
      padding-top: 40px;
      margin-top: -40px; } }
  @media (max-width: 767px) {
    .inner-link#reason {
      padding-top: 20px;
      margin-top: -20px; } }
  .inner-link#flow {
    padding-top: 10px;
    margin-top: -10px; }
    .home .inner-link#flow {
      padding-top: 110px;
      margin-top: -110px; }
      @media (max-width: 767px) {
        .home .inner-link#flow {
          padding-top: 70px;
          margin-top: -70px; } }
  .inner-link#contact {
    padding-top: 70px;
    margin-top: -70px; }
    @media (max-width: 767px) {
      .inner-link#contact {
        padding-top: 30px;
        margin-top: -30px; } }
    .home .inner-link#contact {
      padding-top: 60px;
      margin-top: -60px; }
      @media (max-width: 767px) {
        .home .inner-link#contact {
          padding-top: 50px;
          margin-top: -50px; } }

/*****************************************
PC用ページトップへ
******************************************/
.pagetop {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background: #6E45D0;
  border: 1px solid #f7f7f7;
  text-align: center;
  padding-top: 15px;
  opacity: .7;
  transition: .8s;
  cursor: pointer;
  position: fixed;
  bottom: 130px;
  right: -80px;
  z-index: 999; }
  .home .pagetop {
    background: #12B0B7; }
  @media (hover: hover) {
    .pagetop:hover {
      opacity: 1; } }
  .pagetop.LeftMove {
    right: 25px; }
  .pagetop.RightMove {
    right: -80px; }
  .pagetop p {
    color: #f7f7f7;
    text-align: center;
    line-height: 1.5;
    font-size: 1.4rem; }

/*****************************************
PC用お問い合わせバナー
******************************************/
.contact-banner {
  width: 200px;
  height: 90px;
  margin: auto;
  position: fixed;
  right: 35px;
  bottom: 25px;
  z-index: 998;
  transition: .3s;
  pointer-events: none;
  opacity: 0; }
  .contact-banner.is-show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; }
  .contact-banner.is-hide {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none; }
  .contact-banner a {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, #6E45D0 25%, #E53990 100%);
    display: block;
    padding: 10px;
    position: relative; }
    .home .contact-banner a {
      background: #215790; }
    @media (hover: hover) {
      .contact-banner a:hover {
        transform: scale(1.1); }
        .contact-banner a:hover p {
          color: #fff799; }
        .contact-banner a:hover .contact-banner-text-wrapper {
          border: 1px solid #fff799; } }
  .contact-banner .contact-banner-text-wrapper {
    border: 1px solid #f7f7f7;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .contact-banner p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.3;
    color: #f7f7f7; }
  .contact-banner img {
    position: absolute; }
    .contact-banner img.c-banner-img-left {
      top: -15px;
      left: -20px; }
    .contact-banner img.c-banner-img-right {
      bottom: -15px;
      right: -20px; }

/*****************************************
スマホ用ボトムバナー
******************************************/
.bottom-banner {
  position: fixed;
  bottom: -100px;
  /* 画面外に隠す */
  left: 0;
  border-top: 1px solid #EEEEEE;
  background: #f7f7f7;
  width: 100%;
  z-index: 600;
  transition: 1s;
  opacity: 0; }
  .bottom-banner.is-show {
    bottom: 0;
    opacity: 1; }
  .bottom-banner.is-hide {
    bottom: -100px;
    opacity: 0; }
  .bottom-banner .bottom-banner-wrapper .sp-c-banner {
    flex: 1;
    height: 60px;
    padding: 0 10px;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(160deg, #6E45D0 25%, #E53990 100%); }
    .home .bottom-banner .bottom-banner-wrapper .sp-c-banner {
      background: #215790; }
    .bottom-banner .bottom-banner-wrapper .sp-c-banner p {
      color: #f7f7f7;
      font-weight: bold;
      font-size: 1.8rem; }
    .bottom-banner .bottom-banner-wrapper .sp-c-banner img {
      height: 40px;
      width: auto; }
  .bottom-banner .sp-pagetop {
    width: 70px;
    margin-left: 2px;
    background: linear-gradient(160deg, #FEC567 0%, #DE4177 100%);
    text-align: center; }
    .home .bottom-banner .sp-pagetop {
      background: #12B0B7; }
    .bottom-banner .sp-pagetop img {
      margin-top: 8px; }
    .bottom-banner .sp-pagetop p {
      color: #f7f7f7;
      text-align: center;
      font-size: 1.4rem; }

/*****************************************
404ページ
******************************************/
.error404 .contents-404 {
  height: calc(100vh - 268px);
  min-height: 400px; }
  @media (max-width: 767px) {
    .error404 .contents-404 {
      height: calc(100vh - 272px);
      min-height: 350px; } }
.error404 .box-404 {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .error404 .box-404 p {
    text-align: center;
    line-height: 1; }
  .error404 .box-404 .ttl-404 {
    color: #12B0B7;
    font-weight: bold;
    font-size: 11.0rem;
    opacity: .5; }
    .error404 .box-404 .ttl-404 span {
      display: block;
      font-size: 3.0rem; }
  .error404 .box-404 .text-404 {
    font-size: 2.0rem;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .error404 .box-404 .text-404 {
        font-size: 1.6rem; } }
.error404 .logo-link {
  display: block;
  width: 250px;
  margin: 50px auto 30px;
  transition: opacity 0.3s; }
  @media (max-width: 767px) {
    .error404 .logo-link {
      width: 200px;
      margin: 20px auto; } }
  .error404 .logo-link img {
    width: 100%;
    height: auto; }
  @media (hover: hover) {
    .error404 .logo-link:hover {
      opacity: .7; } }
.error404 a.link-text {
  width: 500px;
  line-height: 50px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: #f7f7f7;
  border-radius: 100px;
  background: #215790;
  display: block;
  margin: auto;
  margin-bottom: 80px;
  transition: opacity 1s , background 0.3s, color 0.3s; }
  .error404 a.link-text.link-text-map-up {
    background: #215790; }
  @media (max-width: 767px) {
    .error404 a.link-text {
      width: 300px;
      font-size: 1.6rem;
      line-height: 45px;
      margin-bottom: 60px; } }
  @media (hover: hover) {
    .error404 a.link-text:hover {
      background: #FFBF09;
      color: #363636; } }
.error404 #page-top, .error404 .contact-banner, .error404 .bottom-banner {
  display: none; }
.error404 footer .copyright {
  padding: 5px 0; }
