:root {
  --border-color-white: #fff;
  --ikumiru-light-blue-20: #e1fbff;
  --ikumiru-light-blue-70: #027c8f;
  --ikumiru-orange-10: #fff4ed;
  --ikumiru-orange-20: #ffdcc8;
  --ikumiru-orange-30: #ffc8a9;
  --ikumiru-orange-50: #f26a1d;
  --color-navy-30: #e9ecf2;
  --badge-color: linear-gradient(150deg, #f06d22 9%, #f8965d 74%, #ffb185 100%);
}

h4 {
  margin: 0;
}

p {
  text-align: center;
  margin: 0;
}

ul,
ol {
  padding-left: 0;
}

ul > li,
ol > li {
  list-style-type: none;
}

.section {
  margin: 96px 0;

  @media screen and (max-width: 640px) {
    margin: 80px 0;
  }
}

.section-title {
  position: relative;
  margin: 0 0 40px 0;
  font-size: 36px;
  font-weight: bold;
  text-align: center;

  @media screen and (max-width: 640px) {
    font-size: 28px;
  }

  br {
    display: none;
  }

  @media screen and (max-width: 640px) {
    font-size: 28px;

    br {
      display: block;
    }
  }

  &.with-underline {
    margin-bottom: 48px;

    &:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -15px;
      display: inline-block;
      width: 40px;
      height: 4px;
      transform: translateX(-50%);
      border-radius: 2px;
      background: linear-gradient(
        135deg,
        #6ad7e9 0%,
        #e9e9e9 50%,
        #ffac7c 100%
      );
    }
  }
}

img {
  max-width: 100%;
  height: auto;
}

/* ikumiruヘッダー */
.header {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 35px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 13px 0;
  }
}

.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
}

.top-nav {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .top-nav {
    justify-content: space-around;
    flex: 1;
  }
}

.top-nav .top-nav-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  background: none;
  border: none;
  opacity: 1;
  visibility: visible;
  /* pointer-events: none; */
}

.top-nav .top-nav-logo-img {
  width: 297px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .top-nav .top-nav-logo-img {
    width: 189px;
  }
}

.top-nav .top-nav-logo-girl-bino {
  width: 37.5px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .top-nav .top-nav-logo-girl-bino {
    width: 33.5px;
  }
}

.top-nav .top-nav-logo-iku {
  width: 172.5px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .top-nav .top-nav-logo-iku {
    width: 146.5px;
  }
}

/* IKUMIRU リンク */
.breadcrumb {
  margin: 2px 4px 0;
  display: flex;
  gap: 40px;
}

.breadcrumb.u-show-pc {
  display: flex;
}

@media screen and (max-width: 767px) {
  .breadcrumb.u-show-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb span:nth-child(1) i {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb span:nth-child(2) i {
    font-size: 33px;
  }
}

.breadcrumb a {
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  transition: all 0.3s ease;
}

.breadcrumb a:hover {
  opacity: 0.5;
}

.breadcrumb a:nth-child(1) {
  display: none;
}

.user-a .breadcrumb a:nth-child(1),
.user-b .breadcrumb a:nth-child(1) {
  display: block;
}

.breadcrumb a:nth-child(2) {
  display: none;
}

.user-c .breadcrumb a:nth-child(2),
.user-d .breadcrumb a:nth-child(2),
.user-e .breadcrumb a:nth-child(2) {
  display: block;
}

.breadcrumb--list-page a {
  color: #2c2a29;
  font-size: 20px;
  font-weight: 400;
  text-shadow: unset;
}

.breadcrumb--list-page a:nth-child(2),
.breadcrumb--list-page a:nth-child(1) {
  display: block;
}

@media screen and (max-width: 767px) {
  .breadcrumb .icon-left-2,
  .breadcrumb .icon-right-2 {
    display: none;
  }

  .user-c .breadcrumb .icon-left-1,
  .user-d .breadcrumb .icon-left-1,
  .user-e .breadcrumb .icon-left-1 {
    display: none;
  }

  .user-c .breadcrumb .icon-left-2,
  .user-d .breadcrumb .icon-left-2,
  .user-e .breadcrumb .icon-left-2 {
    display: block;
  }

  .user-b .breadcrumb .icon-right-1,
  .user-c .breadcrumb .icon-right-1,
  .user-d .breadcrumb .icon-right-1,
  .user-e .breadcrumb .icon-right-1 {
    display: none;
  }

  .user-b .breadcrumb .icon-right-2,
  .user-c .breadcrumb .icon-right-2,
  .user-d .breadcrumb .icon-right-2,
  .user-e .breadcrumb .icon-right-2 {
    display: block;
  }
}

/* MV */
.mv {
  width: 100%;
  height: calc(100vh - 150px);
  overflow: hidden;
  position: relative;

  @media screen and (max-width: 640px) {
    height: calc(100vh - 120px);
  }
}

.mv-background {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-static-main-visual-bg-big {
  position: relative;
  width: 100%;
  height: 100%;
}

/* MV　PC版 */
.ui-static-main-visual-bg-big-pc {
  display: none;
  background: url("../images/mv_pc.jpg") center / cover no-repeat;
  height: 100%;

  @media screen and (min-width: 770px) {
    display: block;
    width: 100%;
  }
}

/* MV　スマホ版 */
.ui-static-main-visual-bg-big-sp {
  display: none;
  background: url("../images/mv_sp.jpg") center / cover no-repeat;
  height: 100%;

  @media screen and (max-width: 640px) {
    display: block;
    width: 100%;
  }
}

/* MV タブレット版 */
.ui-static-main-visual-bg-big-tb {
  display: none;
  background: url("../images/mv_tb.jpg") center / cover no-repeat;
  height: 100%;

  @media screen and (min-width: 641px) and (max-width: 769px) {
    display: block;
    width: 100%;
  }
}

.ui-static-main-visual-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ui-static-main-visual-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* 人間アイコン */
.ui-static-main-visual-heading {
  display: flex;
  justify-content: center;
}

/* 人間アイコンPC版 */
.ui-static-main-visual-heading .main-visual-heading-pc {
  display: none;

  @media screen and (min-width: 770px) {
    display: block;
    width: 175px;
    height: 172px;
  }
}

/* 人間アイコンスマホ版*/
.ui-static-main-visual-heading .main-visual-heading-sp {
  display: none;

  @media screen and (max-width: 640px) {
    display: block;
    width: 135px;
    height: 134px;
  }
}

/* 人間アイコンタブレット版*/
.ui-static-main-visual-heading .main-visual-heading-tb {
  display: none;

  @media screen and (min-width: 641px) and (max-width: 769px) {
    display: block;
    width: 135px;
    height: 134px;
  }
}

.main-visual-online-caption {
  font-size: 26px;
  font-weight: bold;
  margin: 16px 0;

  @media screen and (max-width: 640px) {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
  }
}

.main-visual-caption {
  font-size: 36px;
  margin: 16px 0 40px 0;

  @media screen and (max-width: 640px) {
    font-size: 24px;
    margin: 0 0 24px 0;
  }
}

/* IKUMIRUが */
.ui-static-main-visual-logo {
  display: flex;
  justify-content: center;
  background-color: transparent;
}

/* IKUMIRUがPC版 */
.ui-static-main-visual-logo .ui-static-main-visual-logo-pc {
  display: none;

  @media screen and (min-width: 770px) {
    display: block;
    width: 427px;
    height: 53px;
  }
}

/* IKUMIRUがスマホ・タブレット版*/
.ui-static-main-visual-logo .ui-static-main-visual-logo-sp {
  display: none;

  @media screen and (min-width: 641px) and (max-width: 769px) {
    display: block;
    width: 314px;
    height: 70px;
  }
}

/* トライアルボタン */
.trial-button {
  display: inline-block;
  background-color: #f26a1d;
  color: white;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  line-height: 52px;
  box-shadow: 0px 1px 4px 1px #0000004d;
  transition: background-color 0.3s;
}

/* ホバー */
.trial-button:hover {
  background-color: #d95810;
  cursor: pointer;
}

/* トライアルボタン　PC版 */
.trial-button .fs-pc {
  display: none;

  @media screen and (min-width: 641px) {
    display: block;
    width: 368px;
  }
}

/* トライアルボタン　スマホ版 */
.trial-button .fs-sp {
  display: none;

  @media screen and (max-width: 640px) {
    display: block;
    width: 286px;
  }
}

/* クーポンリンク */
.main-visual-link {
  display: flex;
  justify-content: center;
  font-weight: bold;
}

/* クーポンリンクPC版 */
.main-visual-link .main-visual-link-pc {
  display: none;

  @media screen and (min-width: 641px) {
    display: inline-block;
    font-size: 16px;
    margin: 24px auto;
    text-decoration-line: none;
  }
}

/* クーポンリンクスマホ版 */
.main-visual-link .main-visual-link-sp {
  display: none;

  @media screen and (max-width: 640px) {
    display: inline-block;
    margin: 20px auto;
    font-size: 14px;
    text-decoration-line: none;
  }
}

.fs-24 {
  font-size: 24px;
}

.fs-32 {
  font-size: 32px;
}

/* メリット*/
h1.merit-title {
  font-size: 36px;
  margin: 0 0 40px 0;

  br {
    display: none;
  }

  @media screen and (max-width: 769px) {
    br {
      display: block;
    }
  }
}

.ui-static-image {
  width: 32px;
  margin: auto;
}

.ui-static-grid-list {
  gap: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0;
}

/* メリットPC版 */
.ui-static-grid-col-lg-5 {
  @media screen and (min-width: 641px) {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* メリットスマホ版 */
.ui-static-grid-col-sp-2 {
  @media screen and (max-width: 640px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}

/* メリットタブレッド版 */
.ui-static-grid-col-tb-3 {
  @media screen and (min-width: 641px) and (max-width: 769px) {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 16px;
  }
}

li.merit-item {
  @media screen and (max-width: 640px) {
    width: 163px;
    height: 216px;
  }
}

/* 吹き出し */
.speechBubble {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88px;
  width: 208px;
  position: relative;
  list-style: none;
  margin-bottom: 13px;
  border: 2px solid #c0c5cc;
  border-radius: 8px;
  background-color: #f5f7fa;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2c2a29;

  @media screen and (max-width: 640px) {
    height: 87px;
    width: 163px;
    text-align: left;
    padding: 10px 7px;

    br {
      display: none;
    }
  }
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 23%;
  border-style: solid;
  border-width: 13px 0 0 19px;
  border-color: #c0c5cc transparent transparent;
  translate: -50% 100%;
  transform: skew(18deg);
  transform-origin: top;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 23%;
  border-style: solid;
  border-width: 9.2px 0 0 13.5px;
  border-color: #f5f7fa transparent transparent;
  translate: calc(-50% + 0.8px) 100%;
  transform: skew(18deg);
  transform-origin: top;
}

.merit-item-description {
  text-align: center;

  @media screen and (max-width: 640px) {
    text-align: left;
  }
}

.description-text {
  @media screen and (max-width: 640px) {
    display: inline;

    br {
      display: none;
    }
  }

  &.line-break {
    @media screen and (max-width: 640px) {
      display: block;
      text-align: center;

      br {
        display: block;
      }
    }
  }
}

.color-light-blue {
  font-size: 16px;
  color: var(--ikumiru-light-blue-70);
}

/* IKUMIRU特徴 */

.box {
  display: flex;
  gap: 16px;

  @media screen and (max-width: 640px) {
    flex-direction: column;
    align-items: center;
  }

  @media screen and (min-width: 641px) and (max-width: 769px) {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.box-item {
  width: 264px;
  height: 521px;
  background-color: #f5f7fa;
  border-radius: 8px;
  padding: 24px 16px;

  @media screen and (max-width: 640px) {
    width: auto;
    height: auto;
    /* padding: 24px 16px; */
  }
}

.box-item-wrapper {
  width: auto;
  height: auto;
  position: relative;
  text-align: center;

  @media screen and (max-width: 640px) {
    text-align: left;
  }
}

.box-img.img-pc {
  display: none;

  @media screen and (min-width: 641px) {
    display: block;
  }
}

.box-img.img-sp {
  display: none;

  @media screen and (max-width: 640px) {
    display: block;
  }
}

.box-heading {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  gap: 8px;

  @media screen and (max-width: 640px) {
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 8px;

    br {
      display: none;
    }
  }
}

.box-number {
  display: block;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 8px 0;
  background: linear-gradient(145deg, #01b3d1 0%, #3cc6dc 54%, #77d8e8 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;

  @media screen and (max-width: 640px) {
    margin: 0;
  }
}

h4.box-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--ikumiru-light-blue-70);

  @media screen and (max-width: 640px) {
    font-size: 18px;
    display: block;
    justify-content: center;
    align-items: center;

    br {
      display: none;
    }
  }
}

.box-text {
  text-align: left;
  padding: 16px;

  @media screen and (max-width: 640px) {
    padding: 16px 0px;
  }
}

.badge {
  width: 64px;
  height: 64px;
  background: var(--badge-color);
}

.badge-new {
  position: absolute;
  top: -45px;
  left: -10px;
  text-align: center;
  line-height: 64px;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;

  @media screen and (max-width: 640px) {
    top: -10px;
    left: -10px;
  }

  @media screen and (min-width: 641px) and (max-width: 769px) {
    top: -30px;
    left: -20px;
  }
}

/* 会員 */
.account-title.section-title {
  margin-bottom: 0;
}

.account-text {
  font-size: 16px;
  text-align: center;
  margin: 32px 0 0 0;

  @media screen and (max-width: 640px) {
    text-align: left;
  }
}

.account-notes {
  font-size: 12px;
  line-height: 1.8;
  color: #697180;
  text-align: center;
  margin: 12px 0 24px;

  @media screen and (max-width: 640px) {
    text-align: left;
    margin: 0 0 24px 0;
  }
}

.account-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: linear-gradient(135deg, #6ad7e9 0%, #e9e9e9 50%, #ffac7c 100%);
}

.account-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;

  @media screen and (max-width: 640px) {
    flex-direction: column;
    padding: 0 20px;
  }

  @media screen and (min-width: 641px) and (max-width: 769px) {
    gap: 16px;
  }
}

.account-box {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 4px 24px 0px #0000004d;
}

.account-box .account-free-box {
  width: 360px;

  @media screen and (max-width: 640px) {
    width: 335px;
  }

  @media screen and (min-width: 641px) and (max-width: 769px) {
    width: 100%;
  }
}

.account-box .account-purchase-box {
  width: 400px;
  border-radius: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--ikumiru-orange-50);
  overflow: hidden;

  @media screen and (max-width: 640px) {
    width: 335px;
  }

  @media screen and (min-width: 641px) and (max-width: 769px) {
    width: 100%;
  }
}

.account-box-content {
  display: flex;
}

.account-box-content:nth-child(n + 3) .account-box-free-content-item {
  border-top: 2px solid var(--border-color-white);
}

.account-box-content:nth-child(n + 3) .account-box-purchase-content-item {
  border-top: 2px solid var(--border-color-white);
}

.account-box-content:nth-child(n + 3) .account-box-free-data-answer {
  border-top: 2px solid var(--ikumiru-light-blue-20);
}

.account-box-content:nth-child(n + 3) .account-box-purchase-data-answer {
  border-top: 2px solid var(--ikumiru-orange-10);
}

.account-box-free-content-item {
  width: 252px;
  padding: 12px 16px;
  background-color: var(--ikumiru-light-blue-20);
}

.account-box-free-data-answer {
  width: 108px;
  padding: 16px 12px;
  font-size: 16px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: flex-start;

  @media screen and (max-width: 640px) {
    padding: 12px;
    font-size: 14px;
  }
}

.account-box-free-img {
  margin-bottom: 4px;
  text-align: center;
}

.account-free-box-text {
  text-align: left;
}

.account-box-purchase-img {
  margin-bottom: 4px;
  text-align: center;
}

.account-purchase-box-text {
  text-align: left;
  color: var(--ikumiru-orange-50);
}

.account-box-purchase-content-item {
  width: 280px;
  padding: 14px 16px;
  background-color: var(--ikumiru-orange-10);
  display: flex;
  align-items: center;
}

.account-box-purchase-data-answer {
  width: 120px;
  padding: 24px 12px;
  font-size: 16px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: flex-start;

  @media screen and (min-width: 770px) {
    .answer-line-break {
      display: none;
    }
  }

  @media screen and (max-width: 640px) {
    font-size: 14px;
    padding: 12px;
  }

  /* @media screen and (min-width: 641px) and (max-width:769px) {
    .answer-line-break {
      display: block;
    }
  } */
}

.account-box-free-title {
  height: 55px;
  border-bottom: 2px solid var(--ikumiru-light-blue-20);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.account-box-purchase-title {
  height: 60px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--ikumiru-orange-50);
}

.account-box-free-content-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
}

.account-box-content-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
}

.account-box-data {
  text-align: left;
  margin: 1px 0;
}

.account-box-detail {
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
}

.account-box-color-detail {
  font-size: 14px;
  color: var(--ikumiru-orange-50);
  list-style: none;
}

/* 料金プラン */
.plan-list-wrapper {
  text-align: center;
}

h1.plan-list-title {
  font-size: 36px;
  position: relative;
  display: inline-block;
  margin: 32px 0 0 0;

  @media screen and (max-width: 640px) {
    font-size: 28px;
  }
}

p.plan-list-text {
  margin: 0 0 24px 0;
  line-height: 1.8;

  @media screen and (max-width: 640px) {
    text-align: left;
    margin-bottom: 24px;

    br {
      display: none;
    }
  }
}

.plan-list-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: linear-gradient(135deg, #6ad7e9 0%, #e9e9e9 50%, #ffac7c 100%);
}

.plan-box-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-box {
  width: 784px;
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px #0000004d;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;

  @media screen and (max-width: 640px) {
    width: 335px;
  }

  @media screen and (min-width: 641px) and (max-width: 769px) {
    width: 100%;
  }
}

.plan-row {
  display: flex;
}

.plan-row-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: var(--border-color-white);
  border-style: solid;
  border-width: 0 1px 1px 0;
}

.plan-row-item:last-child {
  border-right-width: 0;
}

.plan-row:last-child .plan-row-item {
  border-bottom-width: 0;
}

.plan-content .plan-row-item.plan-row-data {
  border-color: var(--color-navy-30);
}

.plan-row-detail {
  width: 174px;
  height: 66px;
}

.plan-row-data {
  width: 304px;
  height: 66px;
}

.plan-title {
  background-color: var(--color-navy-30);
  border-radius: 8px 8px 0 0;
  display: flex;
}

.plan-text {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

/* プランごとの配色 */
.plan-row-detail.plan-monthly {
  background-color: var(--ikumiru-orange-10);
}

.plan-row-detail.plan-three-monthly {
  background-color: var(--ikumiru-orange-20);
}

.plan-row-detail.plan-yearly {
  background-color: var(--ikumiru-orange-30);
  border-radius: 0 0 0 8px;
}

/* %OFF */
.badge-9-off {
  position: absolute;
  top: 110px;
  left: 665px;

  @media screen and (max-width: 640px) {
    left: auto;
    right: -8px;
    top: 120px;
    width: 44px;

    img {
      width: 100%;
    }
  }

  @media screen and (min-width: 641px) and (max-width: 769px) {
    left: auto;
    right: 40px;
    top: 110px;
    width: 44px;

    img {
      width: 100%;
    }
  }
}

.badge-18-off {
  position: absolute;
  top: 170px;
  left: 660px;

  @media screen and (max-width: 640px) {
    left: auto;
    right: -15px;
    top: 180px;
    width: 54px;

    img {
      width: 100%;
    }
  }

  @media screen and (min-width: 641px) and (max-width: 769px) {
    left: auto;
    right: 35px;
    top: 175px;
    width: 54px;

    img {
      width: 100%;
    }
  }
}

/* よくある質問 */
.faq-wrapper {
  text-align: center;
}

h1.faq-title {
  font-size: 36px;
  position: relative;
  display: inline-block;
  margin: 0 0 48px 0;

  @media screen and (max-width: 640px) {
    font-size: 28px;
  }
}

.faq-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: linear-gradient(135deg, #6ad7e9 0%, #e9e9e9 50%, #ffac7c 100%);
}

.ui-static-accordion-qa .ui-static-accordion-trigger::before {
  background: linear-gradient(162deg, #f06d22 0%, #e2ba95 50%, #33b9cf 100%);
  background-clip: text;
  color: #33b9cf;
  -webkit-text-fill-color: transparent;
}

.ui-static-accordion-content-inner {
  text-align: left;
}

/* お問い合わせボタン */
.inquiry {
  text-align: center;
}

.ui-static-button {
  height: 44px;
  width: 256px;
  margin: auto;
}

/* 追従ボタン */
.floating-banner {
  position: fixed;
  right: 0;
  bottom: 20px;
  padding: 1px;
  border-radius: 17px 1px 1px 17px;
  overflow: hidden;
  background: linear-gradient(117deg, #f06d22 0%, #e2ba95 50%, #33b9cf 100%);
  z-index: 10;
  /* アニメーションの動き */
  animation-name: fadeInUp;
  animation-duration: 1ms;
  animation-fill-mode: both;
  animation-timeline: view();
  animation-range: entry 100% cover 100%;

  @media screen and (min-width: 1280px) {
    bottom: 140px;
  }
}

/* アニメーションの動き（下からフワッと） */
@keyframes fadeInUp {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.floating-border {
  display: inline-block;
  border-radius: 16px 0 0 16px;

  margin-right: -1px;
  background-color: #fff;

  @media screen and (min-width: 641px) {
    padding: 20px 24px;
  }

  @media screen and (max-width: 640px) {
    padding: 6px 12px;
  }
}

.floating-button {
  display: inline-block;
  background-color: #f26a1d;
  font-style: Noto Sans JP;
  color: white;
  font-weight: bold;
  padding: 0 20px;
  border-radius: 25px;
  text-decoration: none;
  line-height: 55px;

  @media screen and (max-width: 640px) {
    line-height: 40px;
  }
}

.floating-button .floating-button-pc {
  display: none;

  @media screen and (min-width: 641px) {
    display: block;
  }
}

.floating-button .floating-button-sp {
  display: none;

  @media screen and (max-width: 640px) {
    display: block;
  }
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}
