@charset "utf-8";
:root {
  --color--black: #141414;
  --color--dark_orange: #f55d01;
  --color--orange: #fb9500;
  --color--light_orange: #fff7e8;
  --color--gray: #9f9f9f;
  --color--light_gray: #f0f0f0;
  --color--dark_gray: #9b9b9b;
  --color--bk_gray: #f7f7f7;
}
body {
  min-height: 100vh;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  color: #000000;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
body.scroll-stop {
  overflow: hidden;
}
.satoshi {
  font-family: "Satoshi", sans-serif;
}
a {
  color: var(--color--black);
}
/* PC ================================================== */
@media all and (min-width: 1025px) {
  .tablet,
  .sp {
    display: none;
  }
  .pc {
    display: inline-block;
  }
  .view_sp {
    display: none;
  }
  .view_tablet {
    display: none;
  }
  .view_pc {
    display: block;
  }
  body {
    padding-top: 97px;
  }
  h1 {
  }
  h2 {
  }
  h3 {
  }
  h4 {
  }
  h5 {
  }
  .cmn_btn {
    background-color: #009b5d;
    border: solid 2px #009b5d;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    color: #fff;
    transition: 0.2s;
  }
  .cmn_btn:hover {
    background-color: #fff;
    border: solid 2px var(--color--dark_orange);
    color: var(--color--dark_orange);
  }
  .cmn__heading {
    width: 100%;
    height: auto;
    padding-left: 0.1em;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: var(--color--black);
  }
  .cmn__heading__en {
    display: inline-block;
    padding-left: 0.1em;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    color: var(--color--gray);
  }
  .cmn__heading__sub {
    font-size: 20px;
    line-height: 1.8;
  }
  .cmn__heading strong {
    margin: 0 3px;
    font-size: 50px;
    font-weight: 800;
    color: var(--color--dark_orange);
  }
  header {
    width: 100%;
    height: 97px;
    background-color: #fff;
    position: fixed;
    top: -20px;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: 0.8s ease;
  }
  header.loaded {
    top: 0;
    opacity: 1;
  }
  .header__inner {
    width: 95%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header__logo {
    width: 200px;
    height: auto;
    margin: 0 auto 0 0;
  }
  .header__logo img {
    width: 100%;
    height: auto;
    margin-bottom: 6px;
  }
  .header__logo p {
    width: 105%;
    height: auto;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.09em;
    text-align: justify;
    white-space: nowrap;
    font-feature-settings: "palt";
  }
  .hamburger {
    display: none;
  }
  .global_nav {
    width: auto;
    height: auto;
  }
  .global_nav__contents {
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header__menu {
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 50px;
  }
  .header__trial_btn {
    width: 184px;
    height: 47px;
    margin-left: 80px;
  }
  .header__trial_btn a {
    width: 100%;
    height: 100%;
    padding-left: 0.1em;
    border-radius: 70px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .try {
    width: 100%;
    height: 230px;
    margin-bottom: 70px;
    background-color: var(--color--orange);
    position: relative;
  }
  .try__left_obj {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .try__left_obj img {
    width: auto;
    height: 100%;
  }
  .try__right_obj {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
  .try__right_obj img {
    width: auto;
    height: 100%;
    transform: scale(-1, -1);
  }
  .try__inner {
    width: 90%;
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .try_btn__wrap {
    width: 570px;
    height: auto;
    position: relative;
  }
  .try_btn__balloon {
    width: 480px;
    height: 40px;
    padding-left: 0.1em;
    border-radius: 20px;
    border: solid 2px #009b5d;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, 0%);
    pointer-events: none;
    transition: 0.2s;
    color: #009b5d;
  }
  .try_btn__wrap:hover .try_btn__balloon {
    bottom: 83px;
  }
  .try_btn__balloon::before,
  .try_btn__balloon::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .try_btn__balloon::before {
    bottom: 1px;
    border-width: 8px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    z-index: 2;
  }
  .try_btn__balloon::after {
    bottom: 0;
    border-width: 11px 8px 0 8px;
    border-color: #009b5d transparent transparent transparent;
    z-index: 1;
  }
  .try_btn {
    width: 100%;
    height: 89px;
    padding-left: 0.1em;
    border-radius: 16px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer {
    width: 100%;
    height: auto;
    background-color: var(--color--dark_orange);
  }
  .footer__inner {
    width: 90%;
    height: auto;
    padding: 20px 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__company_info {
    width: 330px;
    height: auto;
  }
  .footer__logo {
    width: 167px;
    height: auto;
    margin-bottom: 13px;
  }
  .footer__logo img {
    width: 100%;
    height: auto;
  }
  .footer__company_add {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .footer__contents {
    /*width: 250px;*/
    height: auto;
  }
  .footer__menu {
    width: auto;
    height: auto;
    margin-bottom: 18px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 43px;
  }
  .footer__menu__item {
    font-size: 14px;
    letter-spacing: 0em;
  }
  .footer__menu__item a {
    color: #fff;
    text-decoration: underline;
  }
  .footer__menu__item a:hover {
    text-decoration: none;
  }
  .footer__copyright {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
    color: #fff;
    text-align: right;
  }
}
/* Tablet ================================================== */
@media all and (min-width: 600px) and (max-width: 1024px) {
  .pc,
  .sp {
    display: none;
  }
  .tablet {
    display: inline-block;
  }
  .view_pc {
    display: none;
  }
  .view_sp {
    display: none;
  }
  .view_tablet {
    display: block;
  }
  body {
  }
  h1 {
  }
  h2 {
  }
  h3 {
  }
  h4 {
  }
  h5 {
  }
  .cmn_btn {
    background-color: #009b5d;
    border: solid 2px #009b5d;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    color: #fff;
    transition: 0.2s;
  }
  .cmn__heading {
    width: 100%;
    height: auto;
    padding-left: 0.1em;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000;
  }
  .cmn__heading__en {
    display: inline-block;
    padding-left: 0.1em;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color--gray);
  }
  .cmn__heading strong {
    margin: 0 3px;
    font-size: 40px;
    font-weight: 800;
    color: var(--color--dark_orange);
  }
  header {
    width: 100%;
    height: 66px;
    background-color: #fff;
    position: fixed;
    top: -20px;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: 0.8s ease;
  }
  header.loaded {
    top: 0;
    opacity: 1;
  }
  .header__inner {
    width: 100%;
    height: 100%;
    padding-left: 5%;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header__logo {
    width: auto;
    height: auto;
    margin: 0 auto 0 0;
    position: relative;
  }
  .header__logo img {
    width: 145px;
    height: auto;
  }
  .header__logo p {
    margin-top: 4px;
    padding-left: 3px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    pointer-events: none;
  }
  .hamburger {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .hb_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    background: none;
  }
  .hb_btn__line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: var(--color--black);
    border-radius: 1px;
    position: relative;
    transition: 0.4s;
  }
  .hb_btn__line::before,
  .hb_btn__line::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color--black);
    border-radius: 1px;
    position: absolute;
    transition: 0.4s;
  }
  .hb_btn__line::before {
    top: -10px;
  }
  .hb_btn__line::after {
    bottom: -10px;
  }
  .close_effect .hb_btn__line {
    background-color: rgba(25, 25, 25, 0);
  }
  .open_effect .hb_btn__line::before {
    animation: open-line_top 0.4s ease 1 forwards;
  }
  @keyframes open-line_top {
    0% {
      top: 0px;
      transform: rotate(45deg);
    }
    60% {
      top: 0px;
      transform: rotate(0deg);
    }
    61% {
      top: 0px;
      transform: rotate(0deg);
    }
    100% {
      top: -10px;
      transform: rotate(0deg);
    }
  }
  .open_effect .hb_btn__line::after {
    animation: open-line_bottom 0.4s ease 1 forwards;
  }
  @keyframes open-line_bottom {
    0% {
      bottom: 0px;
      transform: rotate(-45deg);
    }
    60% {
      bottom: 0px;
      transform: rotate(0deg);
    }
    61% {
      bottom: 0px;
      transform: rotate(0deg);
    }
    100% {
      bottom: -10px;
      transform: rotate(0deg);
    }
  }
  .close_effect .hb_btn__line::before {
    animation: close-line_top 0.4s ease 1 forwards;
  }
  @keyframes close-line_top {
    0% {
      top: -10px;
      transform: rotate(0deg);
    }
    60% {
      top: 0px;
      transform: rotate(0deg);
    }
    61% {
      top: 0px;
      transform: rotate(0deg);
    }
    100% {
      top: 0px;
      transform: rotate(45deg);
    }
  }
  .close_effect .hb_btn__line::after {
    animation: close-line_bottom 0.4s ease 1 forwards;
  }
  @keyframes close-line_bottom {
    0% {
      bottom: -10px;
      transform: rotate(0deg);
    }
    60% {
      bottom: 0px;
      transform: rotate(0deg);
    }
    61% {
      bottom: 0px;
      transform: rotate(0deg);
    }
    100% {
      bottom: 0px;
      transform: rotate(-45deg);
    }
  }
  .global_nav {
    display: none;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: var(--color--orange);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .global_nav__contents {
    width: 100%;
    height: auto;
    padding-top: calc(66px + 7vh);
  }
  .menu_heading {
    width: 80%;
    height: auto;
    margin: 0 auto 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }
  .header__menu {
    width: 80%;
    height: auto;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .header__menu__item {
    margin-bottom: 12px;
  }
  .header__menu__item a {
    text-decoration: underline;
    white-space: nowrap;
  }
  .header__trial_btn {
    display: none;
  }
  .try {
    width: 100%;
    height: 230px;
    margin-bottom: 70px;
    background-color: var(--color--orange);
    position: relative;
  }
  .try__left_obj {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .try__left_obj img {
    width: auto;
    height: 100%;
  }
  .try__right_obj {
    display: none;
  }
  .try__inner {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .try_btn__wrap {
    width: 100%;
    height: auto;
    position: relative;
  }
  .try_btn__balloon {
    width: 420px;
    height: 42px;
    padding-left: 0.1em;
    border-radius: 21px;
    border: solid 2px var(--color--black);
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 62px;
    left: 50%;
    transform: translate(-50%, 0%);
    pointer-events: none;
    transition: 0.2s;
    color: #009b5d;
  }
  .try_btn__wrap:hover .try_btn__balloon {
    bottom: 78px;
  }
  .try_btn__balloon::before,
  .try_btn__balloon::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
  }
  .try_btn__balloon::before {
    border-width: 7px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    z-index: 2;
  }
  .try_btn__balloon::after {
    border-width: 10px 8px 0 8px;
    border-color: var(--color--black) transparent transparent transparent;
    z-index: 1;
  }
  .try_btn {
    width: 100%;
    height: 60px;
    padding-left: 0.1em;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer {
    width: 100%;
    height: auto;
    background-color: var(--color--dark_orange);
  }
  .footer__inner {
    width: 90%;
    height: auto;
    padding: 40px 0;
    margin: 0 auto;
  }
  .footer__company_info {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .footer__logo {
    width: 167px;
    height: auto;
    margin-bottom: 13px;
  }
  .footer__logo img {
    width: 100%;
    height: auto;
  }
  .footer__company_add {
    width: 100%;
    height: auto;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .footer__contents {
    width: 100%;
    height: auto;
  }
  .footer__menu {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 25px;
  }
  .footer__menu__item {
    font-size: 14px;
    letter-spacing: 0em;
  }
  .footer__menu__item a {
    color: #fff;
    text-decoration: underline;
  }
  .footer__menu__item a:hover {
    text-decoration: none;
  }
  .footer__copyright {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
  }
}
/* SP ================================================== */
@media all and (max-width: 599px) {
  .pc,
  .tablet {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .view_pc {
    display: none;
  }
  .view_tablet {
    display: none;
  }
  .view_sp {
    display: block;
  }
  body {
  }
  h1 {
  }
  h2 {
  }
  h3 {
  }
  h4 {
  }
  h5 {
  }
  .cmn_btn {
    background-color: #009b5d;
    border: solid 2px #009b5d;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    color: #fff;
    transition: 0.2s;
  }
  .cmn__heading {
    width: 100%;
    height: auto;
    padding-left: 0.1em;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000;
  }
  .cmn__heading__en {
    display: inline-block;
    padding-left: 0.1em;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color--gray);
  }
  .cmn__heading__sub {
    font-size: 5.5vw;
    line-height: 1.8;
  }
  .cmn__heading strong {
    margin: 0 3px;
    font-size: 40px;
    font-weight: 800;
    color: var(--color--dark_orange);
  }
  header {
    width: 100%;
    height: 66px;
    background-color: #fff;
    position: fixed;
    top: -20px;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: 0.8s ease;
  }
  header.loaded {
    top: 0;
    opacity: 1;
  }
  .header__inner {
    width: 100%;
    height: 100%;
    padding-left: 5%;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header__logo {
    width: auto;
    height: auto;
    margin: 0 auto 0 0;
    position: relative;
  }
  .header__logo img {
    width: 145px;
    height: auto;
  }
  .header__logo p {
    margin-top: 4px;
    padding-left: 3px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    pointer-events: none;
  }
  .hamburger {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .hb_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    background: none;
  }
  .hb_btn__line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: var(--color--black);
    border-radius: 1px;
    position: relative;
    transition: 0.4s;
  }
  .hb_btn__line::before,
  .hb_btn__line::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color--black);
    border-radius: 1px;
    position: absolute;
    transition: 0.4s;
  }
  .hb_btn__line::before {
    top: -10px;
  }
  .hb_btn__line::after {
    bottom: -10px;
  }
  .close_effect .hb_btn__line {
    background-color: rgba(25, 25, 25, 0);
  }
  .open_effect .hb_btn__line::before {
    animation: open-line_top 0.4s ease 1 forwards;
  }
  @keyframes open-line_top {
    0% {
      top: 0px;
      transform: rotate(45deg);
    }
    60% {
      top: 0px;
      transform: rotate(0deg);
    }
    61% {
      top: 0px;
      transform: rotate(0deg);
    }
    100% {
      top: -10px;
      transform: rotate(0deg);
    }
  }
  .open_effect .hb_btn__line::after {
    animation: open-line_bottom 0.4s ease 1 forwards;
  }
  @keyframes open-line_bottom {
    0% {
      bottom: 0px;
      transform: rotate(-45deg);
    }
    60% {
      bottom: 0px;
      transform: rotate(0deg);
    }
    61% {
      bottom: 0px;
      transform: rotate(0deg);
    }
    100% {
      bottom: -10px;
      transform: rotate(0deg);
    }
  }
  .close_effect .hb_btn__line::before {
    animation: close-line_top 0.4s ease 1 forwards;
  }
  @keyframes close-line_top {
    0% {
      top: -10px;
      transform: rotate(0deg);
    }
    60% {
      top: 0px;
      transform: rotate(0deg);
    }
    61% {
      top: 0px;
      transform: rotate(0deg);
    }
    100% {
      top: 0px;
      transform: rotate(45deg);
    }
  }
  .close_effect .hb_btn__line::after {
    animation: close-line_bottom 0.4s ease 1 forwards;
  }
  @keyframes close-line_bottom {
    0% {
      bottom: -10px;
      transform: rotate(0deg);
    }
    60% {
      bottom: 0px;
      transform: rotate(0deg);
    }
    61% {
      bottom: 0px;
      transform: rotate(0deg);
    }
    100% {
      bottom: 0px;
      transform: rotate(-45deg);
    }
  }
  .global_nav {
    display: none;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: var(--color--orange);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .global_nav__contents {
    width: 100%;
    height: auto;
    padding-top: calc(66px + 7vh);
  }
  .menu_heading {
    width: 80%;
    height: auto;
    margin: 0 auto 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }
  .header__menu {
    width: 80%;
    height: auto;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .header__menu__item {
    margin-bottom: 12px;
  }
  .header__menu__item a {
    text-decoration: underline;
    white-space: nowrap;
  }
  .header__trial_btn {
    display: none;
  }
  .try {
    width: 100%;
    height: 230px;
    margin-bottom: 70px;
    background-color: var(--color--orange);
    position: relative;
  }
  .try__left_obj {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30%;
    z-index: 0;
  }
  .try__left_obj img {
    width: auto;
    height: 100%;
  }
  .try__right_obj {
    display: none;
  }
  .try__inner {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .try_btn__wrap {
    width: 100%;
    height: auto;
    position: relative;
  }
  .try_btn__balloon {
    width: 320px;
    height: 52px;
    padding-left: 0.1em;
    border-radius: 26px;
    border: solid 2px #009b5d;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 62px;
    left: 50%;
    transform: translate(-50%, 0%);
    pointer-events: none;
    transition: 0.2s;
    color: #009b5d;
  }
  .try_btn__wrap:hover .try_btn__balloon {
    bottom: 78px;
  }
  .try_btn__balloon::before,
  .try_btn__balloon::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
  }
  .try_btn__balloon::before {
    border-width: 7px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    z-index: 2;
  }
  .try_btn__balloon::after {
    border-width: 10px 8px 0 8px;
    border-color: #009b5d transparent transparent transparent;
    z-index: 1;
  }
  .try_btn {
    width: 100%;
    height: 60px;
    padding-left: 0.1em;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer {
    width: 100%;
    height: auto;
    background-color: var(--color--dark_orange);
  }
  .footer__inner {
    width: 90%;
    height: auto;
    padding: 40px 0;
    margin: 0 auto;
  }
  .footer__company_info {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .footer__logo {
    width: 167px;
    height: auto;
    margin-bottom: 13px;
  }
  .footer__logo img {
    width: 100%;
    height: auto;
  }
  .footer__company_add {
    width: 100%;
    height: auto;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .footer__contents {
    width: 100%;
    height: auto;
  }
  .footer__menu {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 25px;
  }
  .footer__menu__item {
    font-size: 14px;
    letter-spacing: 0em;
  }
  .footer__menu__item a {
    color: #fff;
    text-decoration: underline;
  }
  .footer__menu__item a:hover {
    text-decoration: none;
  }
  .footer__copyright {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
  }
}
.header__trial_btn.header__trial_btn_left:hover a {
  color: #f55d01;
}
.header__trial_btn.header__trial_btn_left a {
  color: #009b5d;
  background: #fff;
}
.header__trial_btn.header__trial_btn_right {
  margin-left: 20px;
}
.hero__contents .hero__contents__btn_wrap {
  display: flex;
  gap: 20px;
}
.hero__contents__btn_wrap .hero__contents__btn {
  width: 50%;
  background: #fff;
  border: solid 2px #009b5d;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 34%);
}
.hero__contents__btn_wrap .hero__contents__btn .hero__contents__btn_txt {
  color: #009b5d;
  white-space: nowrap;
  font-size: 20px;
  margin-bottom: 0;
}
.hero__contents__btn_wrap .hero__contents__btn:hover {
  border-color: #f55d01;
}
.hero__contents__btn_wrap .hero__contents__btn:hover .hero__contents__btn_txt {
  color: #f55d01;
  white-space: nowrap;
  font-size: 20px;
  margin-bottom: 0;
}
a.hero__contents__btn.cmn_btn.hero__contents__btn_cmn_btn_right {
  background: #009b5d;
}
a.hero__contents__btn.cmn_btn.hero__contents__btn_cmn_btn_right
  span.hero__contents__btn_txt {
  color: #fff;
}
a.hero__contents__btn.cmn_btn.hero__contents__btn_cmn_btn_right:hover {
  background: #fff;
}
a.hero__contents__btn.cmn_btn.hero__contents__btn_cmn_btn_right:hover
  span.hero__contents__btn_txt {
  color: #f55d01;
}
.try_btn__wrap {
  margin: 0 20px;
}
.try_btn__wrap.try_btn__wrap_left .cmn_btn {
  background: #fff;
  color: #009b5d;
}
.try_btn__wrap.try_btn__wrap_left .cmn_btn:hover {
  color: #f55d01;
}
/*
 * ---------------------
 * SP
 *
 */
@media screen and (max-width: 599px) {
  section.try.fadeIn_up.Anime.run {
    height: 356px;
    padding: 50px 0 0;
  }
  .try__left_obj img {
    width: 100%;
  }
  .try__inner {
    flex-flow: column;
    align-items: center;
    justify-content: space-around;
    gap: 0;
  }
  a.hero__contents__btn.cmn_btn.hero__contents__btn_cmn_btn_left {
    display: none;
  }
  a.hero__contents__btn.cmn_btn.hero__contents__btn_cmn_btn_right {
    background: #009b5d;
    border: #009b5d;
    width: 100%;
  }
  a.hero__contents__btn.cmn_btn.hero__contents__btn_cmn_btn_right
    .hero__contents__btn_txt {
    color: #fff;
  }
}
/* YouTube  */
.movie_youtube {
  margin: 0px auto 0px auto;
  width: 700px;
  height: 420px;
}
@media screen and (max-width: 480px) {
  .movie_youtube {
    margin: 35px auto 30px auto;
    width: 320px;
    height: 180px;
  }
}
.p-breadcrumb {
  padding: 25px 0;
}
.p-breadcrumb ul {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.p-breadcrumb li {
  font-size: 12px;
  color: #5e5e5e;
}
.p-breadcrumb li a {
  font-size: 12px;
  color: #5e5e5e;
}
.p-breadcrumb li a:hover {
  text-decoration: underline;
}
.p-breadcrumb li + li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #5e5e5e;
  border-right: 1px solid #5e5e5e;
  display: inline-block;
  transform: rotate(45deg);
  margin: 0 10px;
}
/*2305_資料DL導線*/
/*小型導線*/
.c-bnr-dlbox {
  border: 2px solid #f55d01;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  margin-top: 20px;
  cursor: pointer;
}

.c-bnr-dlbox__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  color: #f55d01;
  margin-bottom: 10px;
}

.c-bnr-dlbox__text p {
  font-weight: normal;
  margin-bottom: 20px;
}

.c-bnr-dlbox__btn {
  background-color: #009b5d;
  border: solid 2px #009b5d;
  font-weight: bold;
  border-radius: 70px;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.5s;
}
.c-bnr-dlbox__btn a {
  color: #fff;
}
.c-bnr-dlbox__btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.c-bnr-dlbox:hover {
  opacity: 0.8;
}
.br-sp {
  display: none;
}
@media (max-width: 1279px) {
  .c-bnr-dlbox {
    flex-direction: column-reverse;
  }
  .c-bnr-dlbox__img {
    margin-bottom: 10px;
  }
  .c-bnr-dlbox__img img {
    margin: 0 auto;
  }
  .c-bnr-dlbox__title {
    font-size: 20px;
    text-align: center;
  }
  .c-bnr-dlbox__text p {
    text-align: center;
  }
  .c-bnr-dlbox__wrapper-btn {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .br-sp {
    display: block;
  }
}
/*大型導線*/
.c-bnr-big-dlbox {
  border: 2px solid #f55d01;
  margin-top: 20px;
  cursor: pointer;
}
.c-bnr-big-dlbox__title {
  background-color: #f55d01;
  padding: 10px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.c-bnr-big-dlbox__title br {
  display: none;
}
.c-bnr-big-dlbox__inner {
  background-color: #fff;
  padding: 25px;
}
.c-bnr-big-dlbox__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-bnr-big-dlbox__lead-text {
  background-color: #feeacc;
  border-radius: 10px;
  padding: 10px;
  width: 50%;
  font-size: 13px;
}
.c-bnr-big-dlbox__lead-text ul {
  margin: 0.5rem 0;
  font-weight: bold;
}
.c-bnr-big-dlbox__lead-text ul li::before {
  content: "・";
}
.c-bnr-big-dlbox__lead-text ul li {
  padding-left: 1rem;
  text-indent: -1rem;
}
.c-bnr-big-dlbox__text {
  margin: 25px 0;
}
.c-bnr-big-dlbox .c-bnr-dlbox__wrapper-btn {
  text-align: center;
}
.c-bnr-big-dlbox:hover {
  opacity: 0.8;
}
.p-article-content {
  padding-bottom: 60px;
  border-bottom: 1px solid #d4d4d4;
}
.p-article-content__section:last-of-type {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
/*@media (max-width: 1320px) {
  .c-bnr-big-dlbox__flex {
    flex-direction: column-reverse;
  }
  .c-bnr-big-dlbox__lead-text {
    width: auto;
  }
  .c-bnr-big-dlbox__title br {
    display: block;
  }
  .c-bnr-big-dlbox__title {
    font-size: 20px;
  }
}*/
/*2306_事例集DLページ*/
.l-content_affiliate {
  display: flex;
}
.l-content_affiliate_txt {
  width: 50%;
}
.l-content_affiliate_form {
  width: 50%;
}
.l-wrap-affiliate h2 {
  margin-bottom: 70px;
}
.l-content_affiliate_txt p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.l-content_affiliate_txt h3 {
  color: #f55d01;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.l-content_affiliate_txt h3::before {
  content: "";
  width: 3px;
  height: 60px;
  transform: rotate(-30deg);
  background: #f55d01;
  display: block;
  margin-right: 40px;
}
.l-content_affiliate_txt h3::after {
  content: "";
  width: 3px;
  height: 60px;
  transform: rotate(30deg);
  background: #f55d01;
  display: block;
  margin-left: 40px;
}
.l-content_affiliate_inner {
  background-color: #feeacc;
  border-radius: 10px;
  padding: 30px 40px;
}
.l-content_affiliate_inner h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.affiliate_inner_icon {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: 2px solid #f55d01;
  border-radius: 50%;
  position: relative;
  top: 5px;
  margin-right: 3px;
}
.affiliate_inner_icon::before {
  content: "";
  display: block;
  top: 0.4em;
  left: 0.3em;
  width: 11px;
  height: 5px;
  border-left: 2px solid #f55d01;
  border-bottom: 2px solid #f55d01;
  transform: rotate(-45deg);
  position: absolute;
}
.l-content_affiliate_inner table td {
  padding: 5px 6px;
}
.l-content_affiliate_inner figure {
  margin-top: 25px;
}
.l-content_affiliate_inner figure img {
  margin: 0 auto;
}
.l-content_affiliate_sub_item {
  width: 266px;
  height: 93px;
  background-image: url("../image/common/dl_affiliate_img03.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 1.5;
  padding-top: 10px;
}
.l-content_affiliate_sub {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.l-content_affiliate_sub_item span {
  font-weight: bold;
  font-size: 25px;
}
.l-content_affiliate_sub_item .span_em {
  color: #f55d01;
}
@media screen and (max-width: 1025px) {
  .l-content_affiliate {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .l-content_affiliate_txt {
    width: 100%;
  }
  .l-content_affiliate_form {
    width: 100%;
  }
  .l-wrap-affiliate h2 {
    margin-top: 30px;
    margin-bottom: 45px;
  }
  .l-content_affiliate_txt p {
    font-size: 18px;
  }
  .br-pc {
    display: none;
  }
  .l-content_affiliate_txt h3 {
    font-size: 22px;
  }
  .l-content_affiliate_inner {
    padding: 30px;
  }
  .l-content_affiliate_inner table td {
    display: block;
  }
  .l-content_affiliate_sub {
    display: block;
  }
  .l-content_affiliate_sub_item {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
/*2309_機能詳細ページ*/
/*共通*/
.wrap_function .l-container_w {
  background-color: #fff;
  border-radius: 8px;
  padding: 75px 0;
}
.wrap_function .l-container__flex {
  display: flex;
  align-items: center;
}
.wrap_function h3 {
  text-align: center;
  padding-bottom: 25px;
}
.wrap_function .l-section {
  padding-bottom: 0;
}
.wrap_function .l-section img {
  max-width: none;
}
/*個別*/
.wrap_function .l-section_ttl {
  padding-bottom: 0;
}
.wrap_function .l-section_about .l-container .l-container_inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.wrap_function .l-section_about .l-container .l-container_inner p {
  width: 93%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.wrap_function .l-section_about .l-container .l-container_inner img {
  border: 2px solid #f55d01;
  max-width: 100%;
}
.wrap_function .l-section_diff .l-container__flex {
  column-gap: 50px;
}
.wrap_function .l-section_diff p {
  margin-bottom: 10px;
}
.wrap_function .l-section_merit .l-container .l-container_inner {
  width: 93%;
  margin: 0 auto;
}
.wrap_function
  .l-section_merit
  .l-container
  .l-container_inner
  .l-container__flex__item {
  display: flex;
  align-items: center;
  column-gap: 20px;
  border-radius: 8px;
  padding: 30px;
}
.wrap_function
  .l-section_merit
  .l-container
  .l-container_inner
  .l-container__flex__item.item_before {
  background-color: var(--color--light_gray);
}
.wrap_function
  .l-section_merit
  .l-container
  .l-container_inner
  .l-container__flex__item.item_after {
  background-color: var(--color--light_orange);
}
.wrap_function
  .l-section_merit
  .l-container
  .l-container_inner
  .l-section_merit_arrow {
  padding: 0 10px;
}
.wrap_function .l-section_rec .l-container_inner .l-container__flex {
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
}
.wrap_function .l-section_rec .l-container_inner .l-container__flex__item {
  background-color: var(--color--light_orange);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}
.wrap_function
  .l-section_rec
  .l-container_inner
  .l-container__flex__item
  .about-content_icon {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #f55d01;
  border-radius: 50%;
  position: relative;
  top: 5px;
  margin-bottom: 20px;
}
.wrap_function
  .l-section_rec
  .l-container_inner
  .l-container__flex__item
  .about-content_icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.4em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.wrap_function .l-section_col .l-container {
  margin-top: 60px;
}
.wrap_function .l-section_col h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: none;
}
.wrap_function .l-section_col .p-column-aside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap_function .l-section_col .p-column-aside .p-column-aside__item {
  width: 45%;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}
.wrap_function
  .l-section_col
  .p-column-aside
  .p-column-aside__item
  .p-column-aside__photo {
  width: 180px;
  height: 110px;
}
.wrap_function
  .l-section_col
  .p-column-aside
  .p-column-aside__item
  .p-column-aside__date {
  font-size: 14px;
}
.wrap_function
  .l-section_col
  .p-column-aside
  .p-column-aside__item
  .p-column-aside__heading {
  font-size: 18px;
}
.wrap_function .l-section_col {
  padding-bottom: 75px;
}
@media (max-width: 1320px) {
  .wrap_function .l-section_rec .l-container_inner .l-container__flex {
    width: 100%;
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 944px) {
  .wrap_function .l-container__flex {
    flex-direction: column;
  }
  .wrap_function .l-section_diff img {
    margin: 0 auto;
  }
  .wrap_function
    .l-section_merit
    .l-container
    .l-container_inner
    .l-container__flex__item {
    flex-direction: column;
    row-gap: 20px;
  }
  .wrap_function
    .l-section_merit
    .l-container
    .l-container_inner
    .l-section_merit_arrow
    img {
    margin: 10px auto;
  }
  .wrap_function .l-section_col .p-column-list {
    display: block;
  }
  .wrap_function .l-section_col .p-column-list .p-column-list__item {
    width: auto;
  }
  .wrap_function .l-section_col .p-column-aside {
    flex-direction: column;
  }
  .wrap_function .l-section_col .p-column-aside .p-column-aside__item {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .wrap_function
    .l-section_col
    .p-column-aside
    .p-column-aside__item
    .p-column-aside__photo {
    width: 90px;
    height: 90px;
  }
  .wrap_function
    .l-section_col
    .p-column-aside
    .p-column-aside__item
    .p-column-aside__date {
    padding-top: 7px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .wrap_function
    .l-section_col
    .p-column-aside
    .p-column-aside__item
    .p-column-aside__heading {
    font-size: 14px;
    font-weight: bold;
    transition: 0.5s;
  }
}
.function__item_a {
  text-decoration: underline;
}
.function__item_a:hover {
  text-decoration: none;
}
/*2310_DLbnr*/
.c-bnr-big-dlbox.c-bnr-big-dlbox_form {
  border: none;
  border-top: 4px solid #f55d01;
  margin-top: 100px;
}
.c-bnr-big-dlbox_form .c-bnr-big-dlbox__title {
  background-color: #fff;
  color: #f55d01;
  padding: 40px 25px 20px;
}
.c-bnr-big-dlbox_form .c-bnr-big-dlbox__title br {
  display: block;
}
.c-bnr-big-dlbox_form .c-bnr-big-dlbox__lead-text {
  background-color: transparent;
  padding: 10px;
  width: 50%;
  font-size: 15px;
}
.c-bnr-big-dlbox_form .c-bnr-big-dlbox__lead-text p {
  margin-bottom: 30px;
}
.c-bnr-big-dlbox_form .c-bnr-big-dlbox__lead-text p:last-of-type {
  margin-bottom: 0;
}
.c-bnr-big-dlbox_form .c-bnr-big-dlbox__inner {
  background-color: #fff7e8;
}
.c-bnr-big-dlbox.c-bnr-big-dlbox_form:hover {
  opacity: 1;
  cursor: auto;
}
.c-bnr-big-dlbox.c-bnr-big-dlbox_form {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.17);
}
@media (max-width: 1279px) {
  .c-bnr-big-dlbox__flex {
    flex-direction: column;
  }
  .c-bnr-big-dlbox__lead-text {
    width: auto;
  }
  .c-bnr-big-dlbox__title br {
    display: block;
  }
  .c-bnr-big-dlbox__title {
    font-size: 20px;
  }
  .c-bnr-big-dlbox_form .c-bnr-big-dlbox__lead-text {
    width: 100%;
  }
}
/*231027*/
.l-container__flex_txt_hl {
  width: 65%;
}
@media screen and (max-width: 944px) {
  .l-container__flex_txt_hl {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*2310_ダウンロード資料*/
/*一覧*/
.p-dl-panel .p-column-panel__item .example__btn {
  padding: 15px 0;
  width: 80%;
  background-color: #fff;
  border: solid 2px #009b5d;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #009b5d;
  text-align: center;
  transition: 0.2s;
  margin: auto auto 20px;
}
.p-dl-panel .p-column-panel__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.p-dl-panel .p-column-panel__item:hover .p-column-panel__heading a {
  color: #f55d01 !important;
}
.p-dl-panel .p-column-panel__item .p-column-panel__photo {
  background-color: #ff7800;
  padding: 15px;
  height: 280px;
  box-sizing: border-box;
}
.p-dl-panel .p-column-panel__item .p-column-panel__photo img {
  width: 300px;
  object-fit: contain;
  margin: 0 auto;
}
/*詳細*/
.l-content_dl_rcm {
  margin-top: 50px;
  border-radius: 10px;
  border: solid 1px #f55d01;
  padding: 40px;
}
.l-content_dl_rcm h4 {
  color: #f55d01;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.l-content_dl_rcm h4::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #f55d01;
  margin-right: 10px;
}
.l-content_dl_rcm ul li::before {
  content: "・";
}
.l-content_dl_rcm ul li {
  padding-left: 1rem;
  text-indent: -1rem;
}
.l-content_dl_rcm .l-content_dl_rcm_bd {
  height: 1px;
  border-bottom: 2px dashed #f55d01;
  margin: 30px 0;
}
.l-content_affiliate_dtl p {
  font-size: 16px;
  text-align: left;
}
.l-content_affiliate_thumb {
  margin-bottom: 30px;
}
.l-content_affiliate_txt_b h3 {
  color: #000;
  justify-content: flex-start;
  text-align: left;
}
.l-content_affiliate_txt_b h3::before,
.l-content_affiliate_txt_b h3::after {
  display: none;
}
.l-dl_ttl {
  background-image: url("../image/download/dl_bg.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  margin-bottom: 150px;
  padding: 35px 60px 50px;
  box-sizing: border-box;
  text-shadow: 0px 0px 11.96px rgba(144, 70, 1, 0.22);
}
.l-dl_ttl img {
  position: absolute;
  bottom: -35px;
  right: 20px;
}
.l-dl_ttl .cmn__heading {
  color: #fff;
  font-size: 50px;
  text-align: left;
  letter-spacing: 0 !important;
  line-height: 1.2;
	margin-bottom: 0;
}
.l-dl_ttl .cmn__heading .cmn__heading_s {
  font-size: 30px;
}
.l-wrapper_dl {
  padding-top: 30px;
}
.l-dl_ttl_ps {
  padding-top: 10px;
}
@media screen and (max-width: 1299px) {
  .l-dl_ttl img {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .l-content_dl_rcm {
    padding: 30px;
  }
  .l-content_affiliate_txt_b h3 {
    justify-content: center;
  }
  .l-content_affiliate_thumb img {
    margin: 0 auto;
  }
  .l-dl_ttl .cmn__heading {
    font-size: 40px;
  }
  .l-dl_ttl {
    padding-top: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 857px) {
  .l-dl_ttl {
    padding-top: 5px;
  }
}
@media screen and (max-width: 627px) {
  .l-dl_ttl {
    padding: 0 30px 50px;
  }
  .l-dl_ttl.l-dl_ttl_ps {
    padding: 2px 30px 50px;
  }
}
@media screen and (max-width: 560px) {
  .l-dl_ttl.l-dl_ttl_ps {
    padding: 0 30px 50px;
  }
}
@media screen and (max-width: 426px) {
  .l-dl_ttl {
    padding: 20px 30px 50px;
  }
  .l-dl_ttl .cmn__heading {
    font-size: 30px;
  }
  .l-dl_ttl .cmn__heading .cmn__heading_s {
    font-size: 20px;
  }
}
@media screen and (max-width: 378px) {
  .l-dl_ttl.l-dl_ttl_ps {
    padding: 0 20px;
  }
}
@media screen and (max-width: 382px) {
  .l-dl_ttl {
    max-height: 165px;
    padding: 1px 25px 50px;
  }
}
/*231115_用途別活用例*/
/*用途別活用例ページ*/
/*l-section_ttl*/
.purpose_dtl .l-section_ttl {
  background-image: url("/image/purpose/purpose_detail_mv.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0 50px !important;
}
.purpose_dtl .l-section_ttl .l-container {
  display: flex;
  column-gap: 50px;
  justify-content: center;
  align-items: center;
}
.purpose_dtl .l-section_ttl .hero__contents__balloon {
  width: 100%;
  height: 58px;
  padding-left: 0.1em;
  margin: 0 auto 30px;
  border-radius: 29px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.8s ease;
  transition-delay: 1.2s;
  color: var(--color--dark_orange);
}
.purpose_dtl .l-section_ttl .hero__contents__balloon::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.purpose_dtl .l-section_ttl .hero__contents__txt {
  font-size: 35px;
  text-align: center;
  line-height: 1.5;
}
.purpose_dtl .l-section {
  padding-top: 0;
}
.purpose_dtl .l-section h3 {
  font-size: 28px;
  margin-bottom: 40px;
}
.purpose_dtl .l-container_w {
  padding-top: 50px;
}
/*l-section_issue*/
.purpose_dtl .l-container {
  max-width: 1100px;
}
.purpose_dtl .l-section_issue ul {
  display: flex;
  column-gap: 30px;
}
.purpose_dtl .l-section_issue ul li {
  width: calc((100% - 90px) / 4);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.purpose_dtl .l-section_issue ul li img {
  width: 180px;
  height: 160px;
  object-fit: contain;
}
.purpose_dtl .l-section_issue_txt {
  padding: 30px 20px;
  background-color: #fff7e8;
  position: relative;
  font-weight: bold;
  font-size: 18px;
}
.purpose_dtl .l-section_issue_txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 0 10px;
  border-color: #fff7e8 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.only-sp {
  display: none;
}
.purpose_dtl .l-section_issue {
  position: relative;
}
.purpose_dtl .l-section_issue::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 50px 0 50px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
/*l-section_how*/
.purpose_dtl .l-section_how {
  background-color: #fff7e8;
  padding-bottom: 75px;
}
.purpose_dtl .l-section_how .l-section_how_ttl {
  padding-top: 90px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 170px;
}
.purpose_dtl .l-section_how .l-section_how_ttl_flex {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  column-gap: 30px;
  align-items: flex-end;
}
.purpose_dtl .l-section_how .l-section_how_inner_item {
  background-color: #fff;
  padding: 60px 30px;
  position: relative;
  margin-bottom: 50px;
}
.purpose_dtl .l-section_how .l-section_how_inner_item:last-child {
  margin-bottom: 0;
}
.purpose_dtl .l-section_how .l-section_how_inner_item_cont {
  display: flex;
  align-items: center;
  column-gap: 50px;
}
.purpose_dtl .l-section_how .l-section_how_inner_item_cont p {
  font-size: 14px;
}
.purpose_dtl .l-section_how .l-section_how_inner_item_cont h4 {
  font-size: 32px;
  color: var(--color--dark_orange);
  margin-bottom: 20px;
  line-height: 1.3;
}
.l-section_how_inner_item_num {
  background-color: var(--color--dark_orange);
  color: #fff;
  padding: 7px;
  border-radius: 70px;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: -15px;
  right: 40px;
}
.l-section_how_inner_item_num span {
  font-size: 25px;
}
.purpose_dtl .l-section_how .l-section_how_inner {
  position: relative;
}
.l-section_how_inner_catch {
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
}
/*l-section_feature*/
.l-section_feature .cmn__heading__message {
  text-align: center;
  margin-bottom: 60px;
}
.l-section_feature .feature__item__inner {
  background-color: #fff7e8 !important;
}
.l-section_feature .feature__item__number::after {
  background-color: #fff7e8 !important;
}
.l-section_feature .feature__item__image::before {
  background-color: #fff;
}
#feature.l-section_feature {
  width: 100%;
  height: auto;
  margin: 0;
}
.l-section_feature .feature__inner {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.l-section_feature .feature__contents {
  width: 100%;
  height: auto;
  padding: 60px 0 80px;
}
.l-section_feature .feature__contents .cmn__heading {
  margin-bottom: 42px;
}
.l-section_feature .feature__list {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  counter-reset: number 0;
}
.l-section_feature .feature__item {
  width: 32%;
  height: auto;
}
.l-section_feature .feature__item__number {
  width: 70px;
  height: auto;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: var(--color--orange);
  position: relative;
  top: 0px;
}
.l-section_feature .feature__item__number::before {
  content: "" counter(number) "";
  counter-increment: number 1;
  position: relative;
  top: -1px;
  z-index: 2;
}
.l-section_feature .feature__item__number::after {
  content: "";
  display: block;
  width: 70px;
  height: 35px;
  border-radius: 35px 35px 0 0;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.l-section_feature .feature__item__inner {
  width: 100%;
  height: 480px;
  padding: 35px 0 0;
  border-radius: 14px;
  background-color: #fff;
}
.l-section_feature .feature__item__image {
  width: 250px;
  height: auto;
  margin: 0 auto 12px;
  position: relative;
}
.l-section_feature .feature__item__image::before {
  content: "";
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 50%;
}
.l-section_feature .feature__item__image img {
  position: absolute;
  transform: translate(-50%, -50%);
}
.l-section_feature .feature__item:nth-of-type(1) .feature__item__image img {
  width: 63.2%;
  height: auto;
  top: 45%;
  left: 50%;
}
.l-section_feature .feature__item:nth-of-type(2) .feature__item__image img {
  width: 78.4%;
  height: auto;
  top: 53%;
  left: 50%;
}
.l-section_feature .feature__item:nth-of-type(3) .feature__item__image img {
  width: 83.6%;
  height: auto;
  top: 47%;
  left: 53%;
}
.l-section_feature .feature__item__details {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.l-section_feature .feature__item__details__heading {
  width: 100%;
  height: 62px;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color--dark_orange);
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-section_feature .feature__item__details__txt {
  width: 86%;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.l-section_feature .feature__movie {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  border-radius: 27px;
  border: solid 10px #c3c3c3;
  position: relative;
  overflow: hidden;
}
.l-section_feature .feature__movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.l-section_feature .feature__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* l-section_example*/
.l-section_example .feature__item__image::before {
  background-color: transparent;
}
.l-section_example .feature__item__image img {
  width: 208px !important;
}
.l-section_feature .feature__item .feature__item__image img {
  height: auto;
  top: 50% !important;
  left: 50%;
}
.l-section_example .feature__item .feature__item__image img {
  top: 53% !important;
}
.l-section_example .feature__item__image::before {
  height: 200px;
}
.l-section_example .feature__item__inner {
  height: 400px;
  padding-top: 20px;
}
.l-section_feature .feature__item__image {
  margin-bottom: 20px;
}
/*c-bnr-dlbox*/
.l-section_bnr .c-bnr-dlbox {
  max-width: 800px;
  margin: 0 auto 75px;
  width: 90%;
}
/*トップ導線*/
.top_purpose .p-column-panel {
  justify-content: center;
}
.top_purpose .p-column-panel h3::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #f55d01;
  border-top: 3px solid #f55d01;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 15px;
}
.top_purpose .p-column-panel .p-column-panel__item {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.16);
}
/*.contact_top {
	display: none;
}*/
@media (min-width: 1025px) {
  .top_purpose .usecase__inner {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .purpose_dtl .l-section_ttl .l-container {
    display: block;
  }
  .purpose_dtl .l-section_ttl .l-container figure img {
    margin: 0 auto;
    padding-bottom: 30px;
    width: 100%;
  }
  .purpose_dtl .l-section_ttl .hero__contents__txt {
    font-size: 20px;
  }
  .purpose_dtl .l-section_ttl .hero__contents__balloon {
    font-size: 16px;
  }
  .purpose_dtl .l-section_issue ul {
    flex-direction: column;
    row-gap: 50px;
  }
  .purpose_dtl .l-section_issue ul li {
    width: 100%;
  }
  .purpose_dtl .l-section h3 {
    font-size: 5.5vw;
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .only-sp {
    display: block;
  }
  .purpose_dtl .l-section_how .l-section_how_inner_item_cont {
    flex-direction: column;
    row-gap: 30px;
  }
  .purpose_dtl .l-section_how .l-section_how_inner_item_cont img {
    width: 100%;
  }
  .l-section_how_inner_catch {
    width: 80%;
  }
  .l-section_how_inner_item_num {
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
  }
  .l-section_how_inner_catch {
    top: -100px;
  }
  .purpose_dtl .l-section_how .l-section_how_ttl {
    margin-bottom: 110px;
  }
  .purpose_dtl .l-section_how .l-section_how_inner_item_cont h4 {
    font-size: 22px;
  }
  .l-section_feature .cmn__heading__message {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 689px) {
  .purpose_dtl .l-section_how .l-section_how_ttl_flex {
    flex-direction: column;
    align-items: center;
  }
  .purpose_dtl .l-section_how .l-section_how_ttl_flex img {
    width: 80%;
  }
  .purpose_dtl .l-section_how .l-section_how_ttl {
    font-size: 5.5vw;
    padding-top: 75px;
  }
}
@media screen and (max-width: 599px) {
  .l-section_feature .cmn__heading {
    font-size: 5.5vw;
  }
  #feature.l-section_feature {
    width: 100%;
    height: auto;
    margin: 0 0 50px;
  }
  .l-section_feature .feature__inner {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .l-section_feature .feature__contents {
    width: 100%;
    height: auto;
    padding: 50px 0 0;
  }
  .l-section_feature .feature__contents .cmn__heading {
    margin-bottom: 45px;
  }
  .l-section_feature .feature__list {
    width: 90%;
    height: auto;
    margin: 0 auto;
    counter-reset: number 0;
    display: block;
  }
  .l-section_feature .feature__item {
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
  }
  .l-section_feature .feature__item__number {
    width: 70px;
    height: auto;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    color: var(--color--orange);
    position: relative;
    top: 0px;
  }
  .l-section_example .feature__contents {
    padding: 0;
  }
  .top_purpose .usecase__inner {
    padding: 0;
  }
  .get__inner.top_get__inner {
    padding-bottom: 60px;
  }
}
.header__trial_btn {
  margin-left: 40px;
}
/*231211_top_機能一覧*/
.function__item_large .function__item__contents {
  height: 240px !important;
}
.function__item_a {
  text-decoration: none;
  border-radius: 3px;
  background-color: #fff;
  border: solid 2px var(--color--black);
  color: var(--color--black);
  font-weight: 700;
  background: #fff;
  padding: 5px 20px;
  display: inline-block;
  font-size: 13px;
  transition: 0.2s;
}
.function__item_a:hover {
  background-color: var(--color--black);
  color: #fff;
}
.function__item_a_wrapper {
  margin-top: 10px;
  text-align: center;
}
#function .function_top__inner .function__item__contents {
  height: auto !important;
}
.function_top__inner .function__list {
  align-items: stretch;
}
@media (min-width: 1025px) {
  #function .function_top__inner .function__item__contents {
    padding-bottom: 10px;
  }
}
/*240110_DL一覧改修*/
.p-dl-index {
  display: flex;
  column-gap: 30px;
  margin-top: 65px;
}
.p-dl-index a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.p-dl-index a {
  color: var(--color--dark_orange);
  font-weight: bold;
  font-size: 20px;
  display: block;
  padding: 7px 0;
  width: calc((100% - 60px) / 3);
  border-radius: 70px;
  border: 2px solid var(--color--dark_orange);
  text-align: center;
}
.p-dl-index a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: var(--color--dark_orange);
  line-height: 1;
  width: 0.4em;
  height: 0.4em;
  border: 0.1em solid var(--color--dark_orange);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-right: 15px;
}
.p-dl-panel-wrapper {
  margin-top: 95px;
}
.p-dl-panel-wrapper h3.dl__sub_heading {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-dl-index {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
  .p-dl-index a {
    width: 100%;
  }
}
/*240215_1月改善*/
.wrap_function .l-section_rec .l-container_inner .l-container__flex__item {
  width: 240px;
  height: 240px;
}
.function__list--bg li {
  background-color: #fff;
}
.l-section_purpose .p-column-panel h3::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #f55d01;
  border-top: 3px solid #f55d01;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 15px;
}
.usecase__inner.usecase__inner_purpose .example__btn_wrap {
  margin-bottom: 70px;
}
@media (min-width: 1025px) {
  .usecase__inner.usecase__inner_purpose {
    max-width: 1100px;
  }
}
/*240307_2月改善*/
.l-container__flex.l-container__flex_2 {
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 944px) {
  .wrap_function .l-section_about .l-container .l-container_inner p {
    text-align: left;
  }
}
/*240328_DL一覧修正*/
.p-dl-panel .p-column-panel__item {
  cursor: pointer;
}
/*240411_コラム内DL導線修正*/
.c-bnr-dlbox {
  padding: 20px 30px;
}
.c-bnr-dlbox .c-bnr-dlbox__title {
  font-size: 20px;
}
.c-bnr-dlbox .c-bnr-dlbox__text p {
  margin-bottom: 10px;
}
.c-bnr-dlbox .c-bnr-dlbox__img img {
  width: 90%;
}
.c-bnr-dlbox .c-bnr-dlbox__btn {
  padding: 5px 20px;
}
.c-bnr-dlbox-06 {
  background-image: url("../image/common/dl_bg_06.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.c-bnr-dlbox__sub_title {
  background-color: #fff;
  color: #f55d01;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
}
.c-bnr-dlbox-06 h4 {
  color: #fff;
  margin: 10px 0;
  font-size: 20px;
  line-height: 1.3;
}
/*240409_ヘッダー修正*/
.hero__contents__txt .only-tb {
  display: none;
}
.wrapper_burger_btn {
  display: none;
}
@media screen and (max-width: 1269px) {
  .header_top .header__menu {
    column-gap: 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1099px) {
  .header__trial_btn_left {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1035px) {
  .header_top .header__menu li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .hero__contents__txt .only-tb {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header_top .header__trial_btn_left {
    display: inline-block;
    margin-left: 0;
  }
  .header_top .header__trial_btn_left a {
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 70px;
  }
  .wrapper_header__trial_btn {
    display: none;
  }
  .header_top .header__trial_btn_left:hover a {
    background-color: #009b5d;
    color: #fff;
  }
  .wrapper_burger_btn {
    display: block;
    max-width: 300px;
    background-color: #fff;
    padding: 20px;
  }
  .wrapper_burger_btn figure img {
    display: block;
    margin: 0 auto;
  }
  .wrapper_burger_btn figure {
    margin-bottom: 5px;
  }
  .wrapper_burger_btn .cmn_btn {
    font-weight: bold;
    border-radius: 70px;
    width: 100%;
    padding: 3px 0;
    display: inline-block;
    text-align: center;
  }
  .wrapper_burger_btn .cmn_btn::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 15px;
  }
  .wrapper_burger_btn .cmn_btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 600px) and (max-width: 631px) {
  .hero__contents__txt .only-tb {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  a.hero__contents__btn.cmn_btn.hero__contents__btn_cmn_btn_left {
    display: flex;
    width: 100%;
    background-color: #009b5d;
  }
  a.hero__contents__btn.cmn_btn.hero__contents__btn_cmn_btn_left span {
    color: #fff;
  }
  a.hero__contents__btn.cmn_btn.hero__contents__btn_cmn_btn_right {
    display: none;
  }
  .hero__contents__btn_wrap .hero__contents__btn:hover {
    border-color: #009b5d;
  }
  .hero__contents__btn_wrap
    .hero__contents__btn:hover
    .hero__contents__btn_txt {
    color: #fff;
  }
}
.hero__contents__btn_wrap .hero__contents__btn {
  width: 46%;
}
.about-container.about-container-top .about-content h3 br {
  display: block !important;
}
/*240530_トップフロー図修正*/
@media (min-width: 1025px) {
  #step .step__list {
    justify-content: center;
  }
}
/*240610_用途別内バナー修正*/
.c-bnr-dlbox-purpose {
  max-width: 800px;
  margin: 0 auto;
}
/*240617_トップ修正*/
.get__list_mini.get__list_mini_top {
  flex-wrap: wrap;
  padding: 0 50px;
  justify-content: center;
  gap: 40px;
}
.get__list_mini_top li {
  max-width: 345px;
  width: 100%;
}
.get__list_mini.get__list_mini_top2 {
  gap: 10px;
}
.get__list_mini_top2 li {
  /*width: calc((100% - 10px) / 4);*/
  max-width: 345px;
  width: 100%;
}
.get__inner.top_get__inner {
  max-width: 1500px;
}
.get__inner.top_get__inner .get__list_large {
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .get__list_mini__item:nth-of-type(4) {
    transition-delay: 0.3s;
  }
}
@media (max-width: 1024px) {
  .get__list_mini.get__list_mini_top {
    padding: 0;
  }
  .get__list_mini_top2 li {
    max-width: 345px;
    width: 100%;
  }
}
/*240703_利用規約*/
.termslist {
  counter-reset: number 0 number2 0;
  width: 100%;
  margin-top: 0.5rem;
}
.termslist li {
  position: relative;
  padding-left: 1.2rem;
  margin-top: 0.5rem;
}
.termslist.termslist-subonly li {
  padding-left: 1.2rem;
}
.termslist.termslist-subonly li.termslist-sub {
  text-indent: -2.7rem;
  padding-left: 2.7rem;
}
.termslist:not(.termslist-subonly) li.termslist-sub {
  margin-top: 0;
}
.termslist li:before {
  counter-increment: number 1;
  content: counter(number) ". ";
  position: absolute;
  left: 0;
}
.termslist li.termslist-sub {
  counter-reset: number2 0;
  text-indent: -2.7rem;
  padding-left: 3.3rem;
}
.termslist li.termslist-sub:before {
  display: none;
}
.terms_head {
  margin-top: 0.5rem;
  font-size: 1.17rem;
}
.termslist + p,
* + .terms_head {
  margin-top: 35px;
}
.terms_head:after {
  display: none;
}
.p-terms-panel {
  margin-top: 50px;
}
/*240724_DL一覧修正*/
.p-dl-index {
  justify-content: center;
}
.p-dl-panel-wrapper .p-column-panel {
  gap: calc((1200px - 1080px) / 3);
}
.p-dl-panel-wrapper .p-column-panel .p-column-panel__item {
  width: 100%;
  max-width: 270px;
}
.p-dl-panel-wrapper
  .p-column-panel
  .p-column-panel__item
  .p-column-panel__text {
  padding: 15px;
}
.p-dl-panel .p-column-panel__item .p-column-panel__photo {
  height: 190px;
}
.p-dl-panel .p-column-panel__item {
  transition: all 0.3s ease;
}
.p-dl-panel .p-column-panel__item:hover .p-column-panel__heading a {
  color: var(--color--black) !important;
}
.p-dl-panel .p-column-panel__item:hover .p-column-panel__photo img {
  transform: none;
}
.p-dl-panel .p-column-panel__item:hover {
  opacity: 1;
  transform: scale(0.97);
}
.p-dl-panel
  .p-column-panel__item.p-column-panel__item_so
  .p-column-panel__photo {
  background-color: #ffcc4d;
}
.p-dl-panel .p-column-panel__item.p-column-panel__item_so {
  border: 2px solid #ffcc4d;
}
.p-dl-panel .p-column-panel__item .p-column-panel__photo img {
  width: 100%;
}
#f-download {
  background-color: var(--color--light_gray);
}
@media screen and (max-width: 767px) {
  .p-dl-panel-wrapper .p-column-panel .p-column-panel__item {
    max-width: none;
  }
}

/* 240809_導線追加 */
.c-bnr-dlbox-jirei {
  border: 2px solid #f55d01;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
  padding: 10px;
  background-image: url("../image/column/240808_bn.png");
  background-size: contain;
  background-repeat: round;
}

.c-bnr-dlbox-jirei .c-bnr-dlbox__img {
  margin-left: auto;
}

.c-bnr-dlbox-jirei .c-bnr-dlbox__img img {
  max-width: 295px;
}

.c-bnr-dlbox-mail {
  border: 2px solid #f55d01;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  gap: 2rem;
  margin-bottom: 30px;
}

.c-bnr-dlbox__title-mail {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #000000;
}

.c-bnr-dlbox__title_top {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  color: white;
  background-color: #f55d01;
  border-radius: 10px 10px 0 0;
  width: 160px;
  border: 2px solid #f55d01;
  margin-top: 30px;
}

.c-bnr-dlbox-mail:hover {
  opacity: 0.8;
}

.c-bnr-dlbox__title_jirei span {
  font-size: 60px;
  padding-right: 10px;
}
.c-bnr-dlbox__text_jirei {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 20px;
}

.c-bnr-dlbox__title_jirei {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3;
  color: #f55d01;
  position: relative;
  top: -10px;
}
.c-bnr-dlbox__text_jirei .c-bnr-dlbox__wrapper-btn {
  position: relative;
  top: -10px;
}
.c-bnr-dlbox__text_jirei p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}
.c-bnr-dlbox-mail .c-bnr-dlbox__title-mail span {
  text-decoration: underline;
}
.c-bnr-dlbox__area a:hover .c-bnr-dlbox-mail .c-bnr-dlbox__title-mail span {
  text-decoration: none;
}
@media (max-width: 1279px) {
  .c-bnr-dlbox-jirei {
    flex-direction: column-reverse;
    gap: 1rem;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 20px;
  }

  .c-bnr-dlbox__title {
    margin-bottom: 0px;
  }

  .c-bnr-dlbox__text_jirei {
    padding-left: 0px !important;
  }

  .c-bnr-dlbox-jirei .c-bnr-dlbox__title_jirei {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .c-bnr-dlbox-jirei .c-bnr-dlbox__btn {
    padding: 5px 20px;
  }

  .c-bnr-dlbox-jirei .c-bnr-dlbox__img {
    margin: auto;
  }

  .c-bnr-dlbox-jirei .c-bnr-dlbox__text_jirei {
    align-items: center;
  }

  .c-bnr-dlbox-jirei .c-bnr-dlbox__text_jirei p {
    font-size: 18px;
  }

  .c-bnr-dlbox__title_jirei span {
    font-size: 40px;
  }

  .c-bnr-dlbox-mail {
    flex-direction: column;
    gap: 20px;
  }

  .c-bnr-dlbox__area .c-bnr-dlbox__img {
    margin-bottom: 0px;
  }

  .c-bnr-dlbox-jirei .c-bnr-dlbox__img img {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .c-bnr-dlbox__title-mail {
    font-size: 16px;
  }
  .c-bnr-dlbox__title_top {
    font-size: 13px;
  }
}

/* 240911_HubSpot */
.hbspt-form {
  padding: 20px;
  background-color: #fff;
}
.l-wrapper_dl .hbspt-form {
  padding: 20px;
  margin: 0 20px;
}
.l-section-usecase .hbspt-form {
  margin-top: 50px;
}
@media screen and (max-width: 1025px) {
  .l-wrapper_dl .hbspt-form {
    padding: 20px;
    margin: 20px 0;
  }
}

/*241118*/
.p-article-content__section h4 {
  margin-top: 2em;
}
/*241206_修正*/

.sp.wrapper_laurel img {
  width: 100%;
  margin: 1rem 0 0;
}
@media (min-width: 1025px) {
  .hero__contents__txt {
    margin: 0 auto 140px;
  }
  .hero__contents {
    left: 35%;
  }
  .hero__image {
    height: auto;
  }
}
@media (max-width: 599px) {
  .hero__contents {
    top: 60px;
  }
  .hero__contents__btn_wrap {
    bottom: -30px;
  }
  .hero__contents__txt {
    width: 90% !important;
  }
}
.wrapper_laurel_inner {
  display: flex;
  column-gap: 10px;
}
.wrapper_laurel_inner li {
  background-image: url("../image/index/laurel_bg.png");
  display: flex;
  flex-direction: column;
  width: 192px;
  height: 92px;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
}
.wrapper_laurel_inner li span {
  color: #59290e;
  display: inline-block;
}
.wrapper_laurel_inner li .li_ttl {
  font-size: 16px;
  margin-top: 2rem;
}
.wrapper_laurel_inner li .li_ttl:nth-child(3) {
  font-size: 16px;
}
.wrapper_laurel_inner li .li_num {
  font-size: 2.5rem;
  line-height: 0.5;
}
.wrapper_laurel_inner li .li_num .li_ttl {
  margin-top: 1.3rem;
}

/* 241227 */

section#hero .hero__contents {
  width: auto;
  height: auto;
  position: initial;
  transform: initial;
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-left: 8rem;
}

@media screen and (max-width: 1024px) {
  section#hero .hero__contents {
    margin-left: 0;
  }
}

section#hero .hero__contents .hero__contents__txt {
  width: 100%;
  max-width: initial;
  height: auto;
  margin: 0;
  opacity: initial;
  transition: 0.8s ease;
  transform: initial;
  font-size: 32px;
  font-weight: bold;
  font-feature-settings: "palt";
  flex-direction: column;
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 1024px) {
  section#hero .hero__contents .hero__contents__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    font-size: 6vw;
  }
}

section#hero .hero__contents .hero__contents__btn_wrap {
  justify-content: center;
}

section#hero .hero__contents .hero__contents__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section#hero .hero__image {
  background-image: url("../image/index/bg_241227.png?d=241227");
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  section#hero .hero__image {
    flex-direction: column;
    gap: 0rem;
    padding-bottom: 2vw;
  }
}

section#hero .hero__image .hero__contents_right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

section#hero .hero__image .hero__contents_right .hero__contents__balloon {
  width: 80%;
  padding: 1rem;
  margin: 0;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 5px;
  opacity: initial;
  transition: 0.8s ease;
  transition-delay: 1.2s;
}

@media screen and (max-width: 1024px) {
  section#hero .hero__image .hero__contents_right .hero__contents__balloon {
    height: 42px;
    margin: 0 auto 15px;
    border-radius: 21px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}

section#hero .hero__image .hero__contents_right .hero__contents__laptop {
  display: flex;
  justify-content: center;
  align-items: center;
}

section#hero .hero__image .hero__contents_right .hero__contents__laptop img {
  width: 80%;
}

@media (max-width: 599px) {
  section#hero .hero__image .pc,
  section#hero .hero__image .tablet {
    display: flex;
  }
}

.wrapper_laurel_inner li span {
  color: #000;
  display: inline-block;
}

.wrapper_laurel_inner li {
  background-image: url("../image/index/laurel_bg_241227.png");
  background-position: center;
  display: flex;
  flex-direction: column;
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .wrapper_laurel_inner li {
    width: 30vw;
    height: 30vw;
    background-size: contain;
  }
}

.wrapper_laurel_inner li .li_ttl {
  font-size: 17px;
  font-weight: initial;
  margin-top: 0;
}

.wrapper_laurel_inner li:nth-child(3) .li_ttl {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .wrapper_laurel_inner li .li_ttl {
    font-size: 3.3vw;
  }
}

.wrapper_laurel_inner li .li_num {
  font-size: 50px;
  line-height: 1;
  color: var(--color--dark_orange);
  font-family: "Oxygen";
  font-weight: 700;
  letter-spacing: -1px;
}

.wrapper_laurel_inner li:nth-child(3) .li_num {
  margin-bottom: -12px;
}

@media screen and (max-width: 1024px) {
  .wrapper_laurel_inner li .li_num {
    font-size: 7vw;
  }
}

.wrapper_laurel_inner li .li_unit {
  font-size: 20px;
  line-height: 1;
  color: var(--color--dark_orange);
}

@media screen and (max-width: 1024px) {
  .wrapper_laurel_inner li .li_unit {
    font-size: 5vw;
  }
}
.wrapper_laurel_inner li .li_over {
  font-size: 18px;
  font-weight: initial;
}

@media screen and (max-width: 1024px) {
  .wrapper_laurel_inner li .li_over {
    font-size: 3vw;
  }
}

@media screen and (max-width: 1024px) {
  #user {
    margin-top: 5rem;
  }
  section#hero .hero__image {
    padding-bottom: 0;
    padding-top: 0;
  }
  #user {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .hero__contents__btn_wrap {
    bottom: -30px !important;
  }
}

/*250108_12月改善*/
.cbnr-dlbox_type2 {
  background: linear-gradient(90deg, #f55d01, #feb605);
  position: relative;
  overflow: hidden;
}
.cbnr-dlbox_type2:before,
.cbnr-dlbox_type2:after {
  position: absolute;
  z-index: 0;
}
.cbnr-dlbox_type2:before {
  content: url(../image/column/250108_l_bn.png);
  left: 0;
}
.cbnr-dlbox_type2:after {
  content: url(../image/column/250108_r_bn.png);
  right: 0;
}
.cbnr-dlbox_type2 .c-bnr-dlbox__title,
.cbnr-dlbox_type2 p {
  color: #FFF;
  text-align: left;
  font-weight: bold;
}
.cbnr-dlbox_type2 p {
  margin-bottom: 0 !important;
}
.cbnr-dlbox_type2 .c-bnr-dlbox__title {
  font-size: 56px !important;
  margin-bottom: 20px;
  line-height: 1;
}
.cbnr-dlbox_type2 .c-bnr-dlbox__title span {
  display: inline-block;
  margin-left: 10px;
  font-size: 36px;
}
.cbnr-dlbox_type2 .c-bnr-dlbox__wrapper-btn {
  text-align: left;
}
.cbnr-dlbox_type2 .c-bnr-dlbox__btn {
  padding: 10px 30px;
  background: #FFF;
  color: #009b5d;
}
.cbnr-dlbox_type2 .c-bnr-dlbox__btn a {
  color: #009b5d;
}
.cbnr-dlbox_type2 .c-bnr-dlbox__btn:after {
  border-top: 3px solid #009b5d;
  border-right: 3px solid #009b5d;
}
.c-bnr-dlbox__text_lead {
	font-size: 18px;
}
.c-bnr-dlbox__img_smaller {
	width: 30%;
}
@media all and (max-width: 768px) {
  .cbnr-dlbox_type2 {
  }
  .cbnr-dlbox_type2:before,
  .cbnr-dlbox_type2:after {
    display: none;
  }
  .cbnr-dlbox_type2 .c-bnr-dlbox__title {
    font-size: 42px !important;
    margin-bottom: 30px;
  }
  .cbnr-dlbox_type2 .c-bnr-dlbox__title span {
    margin-left: 5px;
    font-size: 28px;
  }
  .c-bnr-dlbox__img_smaller {
	width: 80%;
  }
}

/*250312_メガメニュー*/
@media (min-width: 1025px) {
  body {
     padding-top: 0;
  }
	.global_nav {
		height: 100%;
	}
	.global_nav__contents {
		height: 100%;		
	}
	.header__menu {
		height: 100%;		
	}
}
.menu {
	height: 100%;
	cursor: pointer;
}
.menu > a {
	height: 100%;
	display: flex !important;
	align-items: center;
}
.header_top { /* メニュー全体のスタイル */
  width: 100%;
  position: relative;
}

.header__menu li {
  display: inline-block;
}

.header__menu .wrapper_burger_btn {
  display: none;
}

.header__menu a { /* 各項目のスタイル */
  display: block;
  padding: 10px;
}
.child_menu { /* 下層メニューのスタイル */
  width: 100%;
  position: absolute;
  top: 100%; /* 親項目の直下に配置 */
  left: 0;
  padding: 1.5rem 20rem 2.5rem;
  color: #333; /* 文字色 */
  background: #fff7e8; /* 背景色 */
  column-gap: 1rem;
  display: none;
}
.child_menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 35px;	
}
.child_menu li {
  width: 20rem;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.child_menu li:hover a {
	color: #f55d01;
}
.child_menu li::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #f55d01;
    border-top: 2px solid #f55d01;
    display: inline-block;
    transform: rotate(45deg);
	position: absolute;
	top: 45%;
	right: 0;
}
.child_menu_ttl {
	width: 40%;
	font-size: clamp(18px, 1vw, 24px);
}
.child_menu_ttl:hover a {
	color: #f55d01;	
}
.child_menu_ttl a {
  position: relative;	
}
.child_menu_ttl a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #f55d01;
    border-top: 2px solid #f55d01;
    display: inline-block;
	margin-left: 10px;
    transform: rotate(45deg);
	position: absolute;
	top: 37%;
}
.has-child::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #979797;
    border-top: 2px solid #979797;
    display: inline-block;
	margin-left: 10px;
	transform: translateX(-25%) rotate(45deg);
    transition: transform 0.5s ease;
}
.has-child.rotate-135::after {
	transform: translateY(-25%) rotate(135deg);
}
.menu_sp .has-child::after {
	transform: translateY(-25%) rotate(135deg);
}
.menu_sp .has-child.rotate-45::after {
	transform: translateY(25%) rotate(-45deg);
}
.header__menu_sp {
	display: none;
}
.child_menu_sp {
	display: none;
	margin-top: 1rem;
}
.child_menu_sp li {
	padding-left: 1rem;
	font-size: 13px;
}
.header__menu_pc .has-child {
	display: flex;
	align-items: center;
	height: 100%;
}
.header__logo_br {
  display: none;
}
@media (max-width: 1600px) {
	.child_menu {
  		padding: 1.5rem 10rem 2.5rem;		
	}
}
@media (max-width: 1400px) {
  .header__menu {
    column-gap: 30px;
  }
}
@media (max-width: 1300px) {
	.child_menu {
  		padding: 1.5rem 5rem 2.5rem;		
	}
}
@media (max-width: 1279px) {
  .header__logo {
    width: 100px;
  }
  .header__logo_br {
    display: block;
  }
  .header_top .header__menu {
    column-gap: 10px;
  }
  .header__trial_btn {
    width: 160px;
  }
}
@media (max-width: 1024px) {
	.header__menu li {
  		display: block;
		margin-bottom: 12px;
	}
	.header__menu .wrapper_burger_btn {
  		display: block;
	}
	.header__menu a {
		padding: 0;
		text-decoration: underline;
	}
	.header__menu_pc {
		display: none;
	}
	.header__menu_sp {
		display: block;
	}
	.has-child::after {
    	border-right: 2px solid #000;
    	border-top: 2px solid #000;		
	}
	.rotate-45::after {
  		transform: translateY(25%) rotate(-45deg);
	}
	.global_nav {
		overflow: scroll;
	}

}
@media (max-width: 767px) {
    #l-wrapper {
        padding-top: 0 !important;
    }
}
@media (max-width: 599px) {
	.global_nav__contents {
		overflow: scroll;
	}
}
/*250324_DL資料追加*/
@media screen and (max-width: 1025px) {
    .l-dl_ttl .cmn__heading {
        font-size: 30px;
        padding: 10px;
    }
}
@media screen and (max-width: 378px) {
    .l-dl_ttl {
        padding: 0 10px !important;
    }
	.l-dl_ttl .cmn__heading {
    	margin-bottom: 0;
    	position: initial;
	}
	.l-dl_ttl {
    	max-height: none;
	}
	.l-dl_ttl img {
    	top: auto;
    	bottom: -60px;/*要調整*/
	}
}
/*250401_3月改善*/ 
.l-section_about h3:not(:nth-of-type(1)) {
	margin-top: 80px;
}
.l-section_about h4 {
	text-align: left;
	margin-top: 20px;
}
.l-section_about h4:not(:nth-of-type(1))  {
	margin-top: 40px;
}
.l-section_about h4 + p {
	width: 100% !important;
	margin: 0 !important;
	text-align: left;
}
.l-section_about figure {
	margin-top: 10px;
}
.l-section_about figure img {
	margin: 0 auto;
}
@media all and (max-width: 768px) {
.l-section_about h3:not(:nth-of-type(1)) {
	margin-top: 40px;
}	
}
/*250418_コラムtable*/ 
.table_column {
	margin-top: 0.8em;
	width:100%;
}
/*250603_5月改善*/ 
.l-container__flex__item.item_before, .l-container__flex__item.item_after {
	max-width: 30rem;
}
.l-container__flex:has(.item_before) {
	justify-content: center;
	align-items: stretch;
}
.l-section_merit_arrow {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*250723_用途別ページの改修*/ 
.p-column-panel__item {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15) !important;
}
.p-column-panel__purpose-figure {
	background-image: url("../image/purpose/purpose_top_back.png");
	position: relative;
	overflow: hidden;
	padding: 1.7rem 0 7rem;
}
.p-column-panel__purpose-figure::before {
	content: "";
    width: 163px;
    height: 163px;
	border-radius: 50%;
	background-color: #fff7e8;
	position: absolute;
	bottom: -55px;
	right: 20px;
}
.p-column-panel__purpose-figure::after{
	content:"";
	border: 1px solid #fff;
	border-radius: 8px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position:absolute;
	top: 10px;
	left: 10px;
}
.p-column-panel__purpose-figure-inner {
	height: 100%;
	position: relative;
}
.p-column-panel__purpose-figure img {
	position: absolute;
	bottom: -5px; 
	right: 0;
  z-index: 2;
}
.p-column-panel__purpose-figure-ttl {
	color: #fff;
	font-weight: bold;
	font-size: clamp(17px, 1.5vw, 20px);
	padding: 0 0.7rem 0 2.3rem;
  line-height: 1;
  margin-left: -1rem;
  margin-top: -2rem;
  display: inline-flex;
  align-items: center;
}
.p-column-panel__purpose-figure-ttl span {
	background-color: #009b5d;
  margin-left: -1.3rem; 
  padding: 0.2rem 0.5rem 0.2rem 1.3rem;
}
.p-column-panel__purpose-figure-summary {
	padding: 0.3rem 1.4rem 0;
	font-weight: bold;
  line-height: 1.4;
  font-size: clamp(16px, 0.9375vw, 18px);
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
.hero__contents__balloon__txt-lead {
	font-size: clamp(24px, 1.9375vw, 28px);	
	text-align: center;
	color: var(--color--dark_orange);
} 
.hero__contents__balloon__txt-purpose {
	color: #000;
	font-size: clamp(22px, 1.9375vw, 26px);	
	line-height: 1.5;
}
.purpose_dtl .l-section_ttl .hero__contents__balloon:has(.hero__contents__balloon__txt-purpose) {
    height: auto;
    padding: 2rem 5rem;
	border-radius: 70px;
	text-align: center;
}
.purpose_dtl .l-section_ttl .l-container {
	column-gap: 6rem;
}
.purpose_dtl .l-section_ttl .l-container .hero__contents__txt {
	margin: 0 auto 1rem;
}
.purpose_dtl .l-section_ttl .l-container .try_btn__wrap {
	width: 276px;
	margin: 0 auto;
}
.purpose_dtl .l-section_ttl .l-container .try_btn__wrap a {
	font-size: clamp(18px, 0.9375vw, 20px);
}
.purpose_dtl .l-section_ttl .l-container .hero__contents__txt {
	line-height: 1.3;
}
.l-section-purpose-case {
	padding: 0 0 80px !important;
}
.l-section-purpose-case .p-column-panel__item .p-column-panel__heading {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 5px;
    transition: 0.5s;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
}
.l-section-purpose-case .p-column-panel {
	justify-content: center;
}
.l-section_purpose .p-column-panel h3::after {
  margin-left: 5px;
}
.p-column-panel__purpose-figure {
  border: 3px solid #feb501;
  border-radius: 8px 8px 0 0;
}
.p-column-panel__purpose-figure + .p-column-panel__text {
  padding: 20px;
  min-height: 105px;
  box-sizing: border-box;
}
.hero__figure-purpose {
  display: grid;
  place-items: center;
}
.pdnt0 {
  padding-top: 0!important;
}
.l-section-bnr {
  padding-bottom: 75px !important;
}
.l-section-bnr .c-bnr-dlbox-jirei {
  margin-top: 0 !important;
}
.p-column-panel__photo-dl {
  background-color: #ff7800;
  display: grid;
  place-items: center;
}
.p-column-panel__photo-dl img {
  max-width: 250px !important;
  object-fit: contain !important;
}
.l-section-purpose-case .p-column-panel__item .p-column-panel__photo {
  height: 200px;
}
.l-section-purpose-case .l-container {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.mgt2 {
  margin-top: 2rem;
}
@media all and (max-width: 1149px) {
  .p-column-panel__purpose-figure img {
    width: 55% !important;
  }
}
@media screen and (max-width: 1024px) {
  .purpose_dtl .l-section_ttl .l-container figure  {
    width: 250px;
    height: 250px;
    margin: 2rem auto 0;
  }
	.purpose_dtl .l-section_ttl .hero__contents__balloon:has(.hero__contents__balloon__txt-purpose) {
		padding: 2rem 3rem;
	}
}
@media (max-width: 767px) {
  .p-column-panel-purpose {
    display: flex !important;
    flex-direction: column; 
  }
	.p-column-panel__purpose-figure::before {
		bottom: -65px;
	}
  .p-column-panel-purpose .p-column-panel__item {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .l-section-purpose-case .cmn__heading {
      font-size: 5.5vw;
  }
}