@charset "UTF-8";
/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

img,
svg {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  line-height: 1;
}

svg {
  fill: currentColor;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  background-color: #fff;
  font-size: 62.5%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #2c3e44;
  scroll-behavior: smooNth;
  scroll-padding-top: 9rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  html {
    font-size: 0.65vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

a {
  color: #2c3e44;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  text-decoration: none;
}
a:hover {
  color: #0DBDDD;
}

button {
  color: #0DBDDD;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
button:hover {
  opacity: 0.6;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
  top: 0.1em;
  position: relative;
}

.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-height: 100vh;
  width: 100%;
  position: relative;
}

.l-wrapper__inner {
  width: 90%;
  margin: auto;
  padding-inline: 4rem;
}
@media screen and (max-width: 768px) {
  .l-wrapper__inner {
    padding-inline: 2.5%;
  }
}
.l-wrapper__inner._s {
  max-width: 1280px;
}
.l-wrapper__inner._m {
  max-width: 1400px;
}
.l-wrapper__inner._l {
  max-width: 1480px;
}
.l-wrapper__inner._xl {
  max-width: 1680px;
}

.l-main {
  width: 100%;
  position: relative;
  margin-top: 8.8rem;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .l-header {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #F1F8FA;
    position: fixed;
    z-index: 20;
  }
  .l-header__inner {
    max-width: 1920px;
    height: 8.8rem;
    margin-inline: auto;
    padding-inline: 2.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__logo {
    width: 15rem;
  }
  .l-header__gnav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.4rem;
  }
  .l-header__gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
  }
  .l-header__gnav__list > li {
    height: 8.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__gnav__list .lang-bar {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__gnav__list .lang-bar > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 2rem;
  }
  .l-header__gnav__list .lang-bar > a:hover {
    cursor: pointer;
  }
  .l-header__gnav__list .lang-bar > a img {
    width: auto;
    height: 1.4rem;
  }
  .l-header__gnav__list .lang-bar > a::after {
    content: "";
    display: block;
    width: 1.4rem;
    height: 0.7rem;
    background-color: #2c3e44;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
  .l-header__gnav__list .lang-bar .lang-bar_sub-menu {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    width: 240px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 8.8rem;
    padding: 20px 0;
    margin-left: -12rem;
  }
  .l-header__gnav__list .lang-bar .lang-bar_sub-menu li {
    padding-inline: 2rem;
  }
  .l-header__gnav__list .lang-bar .lang-bar_sub-menu li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 2rem;
  }
  .l-header__gnav__list .lang-bar .lang-bar_sub-menu li a img {
    width: auto;
    height: 1.4rem;
  }
  .l-header__gnav__list .lang-bar .lang-bar_sub-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.03);
  }
  .l-header__gnav__list .lang-bar:hover .lang-bar_sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .l-header__togglenav {
    display: none;
  }
}
.l-header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__button li a {
  display: block;
  width: 16.8rem;
  min-height: 4.4rem;
  height: 100%;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__button li a.button__contact {
  color: #07A6C3;
  border: 1px solid currentColor;
  background-color: #fff;
}
.l-header__button li a.button__contact:hover {
  background-color: #07A6C3;
  color: #fff;
}
.l-header__button li a.button__trial {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa582), to(#ec6632));
  background-image: linear-gradient(to right, #ffa582, #ec6632);
}
.l-header__button li a.button__trial:hover {
  -webkit-filter: saturate(1.2) brightness(1.3);
          filter: saturate(1.2) brightness(1.3);
}

@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    position: fixed;
    z-index: 20;
    background-color: #fff;
    border-bottom: 1px solid #F1F8FA;
  }
  .l-header__inner {
    height: 60px;
    padding-inline: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-header__logo a img {
    display: block;
    width: 20%;
    min-width: 110px;
  }
  .l-header__gnav {
    position: absolute;
    top: 60px;
    height: 100vh;
    overflow-y: scroll;
    left: 100%;
    z-index: 10;
    width: 100%;
    padding: 5% 5% 100px;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(19, 202, 238, 0.9)), to(rgba(1, 117, 176, 0.9)));
    background-image: linear-gradient(to left, rgba(19, 202, 238, 0.9) 0%, rgba(1, 117, 176, 0.9) 100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .l-header__gnav__list li a {
    font-weight: 400;
    display: block;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding: 10px;
  }
  .l-header__gnav__list .lang-bar > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__gnav__list .lang-bar > a img {
    width: auto;
    height: 14px;
  }
  .l-header__gnav__list .lang-bar .lang-bar_sub-menu {
    padding-left: 20px;
  }
  .l-header__gnav__list .lang-bar .lang-bar_sub-menu > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__gnav__list .lang-bar .lang-bar_sub-menu > li a img {
    width: auto;
    height: 14px;
  }
  .l-header__button {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .l-header__button li a {
    font-size: 18px;
    padding: 0.5em;
    display: block;
    max-width: 300px;
    margin-inline: auto;
    border-radius: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__button li a.button__contact {
    color: #07A6C3;
    border: 1px solid currentColor;
    background-color: #fff;
  }
  .l-header__button li a.button__trial {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffa582), to(#ec6632));
    background-image: linear-gradient(to right, #ffa582, #ec6632);
  }
  .l-header__togglenav {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #2c3e44;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .l-header__togglenav:active {
    opacity: 1;
  }
  .btn-line {
    display: block;
    margin-inline: auto;
    position: relative; /* バーガー線の位置基準として設定 */
    width: 55%; /* 線の長さと高さ */
    height: 2px;
    background-color: #fff; /* バーガー線の色 */
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn-line::before, .btn-line::after {
    display: block;
    content: "";
    margin-inline: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-line::before {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .btn-line::after {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .js-menu.is-open {
    left: 0;
  }
  .btn-line.is-open {
    background-color: transparent;
  }
  .btn-line.is-open::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btn-line.is-open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.l-footer {
  margin-top: auto;
  border-top: 1px solid #F1F8FA;
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 6rem;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding-block: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.l-footer__inner a {
  text-decoration: underline;
}
.l-footer__inner a:hover {
  text-decoration: none;
}
.l-footer__inner .inner__01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__inner .inner__01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
  }
}

.l-footer__logo img {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .l-footer__logo img {
    display: block;
    margin-inline: auto;
  }
}

.l-footer__info {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    text-align: center;
  }
}
.l-footer__info .company {
  font-weight: bold;
}

.l-footer__copy {
  padding: 3rem;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 1.2rem;
}

.c-cta {
  padding-block: 8rem;
  background: url(../images/common/cta_bg.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 40px 5%;
  }
}

.c-cta__text {
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
.c-cta__text p:first-of-type {
  font-size: 2.4rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .c-cta__text p:first-of-type {
    font-size: 1.6rem;
  }
}
.c-cta__text p:nth-of-type(2) {
  font-size: 4rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .c-cta__text p:nth-of-type(2) {
    font-size: 2.4rem;
  }
}

.c-cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .c-cta__button {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.c-cta__button a {
  display: block;
  width: 50.4rem;
  min-height: 8.8rem;
  height: 100%;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  -webkit-box-shadow: 0 4px 4.9px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4.9px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .c-cta__button a {
    font-size: 18px;
    padding: 0.8em 0.5em;
    width: 100%;
    max-width: 420px;
    min-height: auto;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-cta__button a.button__contact {
  color: #07A6C3;
  border: 1px solid currentColor;
  background-color: #fff;
}
.c-cta__button a.button__contact:hover {
  background-color: #07A6C3;
  border: 1px solid #07A6C3;
  color: #fff;
}
.c-cta__button a.button__trial {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa582), to(#ec6632));
  background-image: linear-gradient(to right, #ffa582, #ec6632);
}
.c-cta__button a.button__trial:hover {
  -webkit-filter: saturate(1.2) brightness(1.3);
          filter: saturate(1.2) brightness(1.3);
}

.c-header01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-header01 {
    font-size: 2rem;
  }
}
.c-header01._s {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-header01._s {
    font-size: 1.4rem;
    gap: 8px;
  }
}
.c-header01._col-white {
  color: #fff;
}
.c-header01::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 0.4rem;
  border-radius: 2px;
  background-color: rgba(0, 255, 229, 0.87);
}
@media screen and (max-width: 768px) {
  .c-header01::after {
    width: 24px;
    height: 3px;
  }
}

.c-readtext01 {
  margin-block: 1.6rem 6rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-readtext01 {
    font-size: 2rem;
    margin-block: 8px 30px;
  }
}
.c-readtext01._col-white {
  color: #fff;
}

.c-page__title {
  width: 100%;
  min-height: 24rem;
  margin-top: 8.8rem;
  background-image: url(../images/common/pagetitle_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-page__title {
    margin-top: 60px;
    min-height: 16rem;
  }
}

.c-page__title__text {
  padding-inline: 5%;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-page__title__text {
    font-size: 2.4rem;
  }
}

.c-poststyle {
  margin-bottom: 12rem;
}
.c-poststyle h1 {
  font-size: 3.2rem;
  line-height: 1.3;
  border-bottom: 3px solid #0DBDDD;
  padding-bottom: 0.3em;
  margin-top: 2.4rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 989px) {
  .c-poststyle h1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 520px) {
  .c-poststyle h1 {
    font-size: 2.2rem;
    margin-top: 16px;
    margin-bottom: 20px;
  }
}
.c-poststyle h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  border-left: 4px solid #0DBDDD;
  padding-left: 0.5em;
  margin-block: 4rem 2rem;
}
@media screen and (max-width: 768px) {
  .c-poststyle h2 {
    font-size: 2rem;
  }
}
.c-poststyle h3 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #0DBDDD;
  padding-bottom: 0.5em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-poststyle h3 {
    font-size: 1.8rem;
  }
}
.c-poststyle h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-poststyle h4 {
    font-size: 1.6rem;
  }
}
.c-poststyle p {
  margin-bottom: 2em;
}
.c-poststyle ul, .c-poststyle ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.c-poststyle ul li {
  list-style: disc;
}
.c-poststyle ol._list-style01 {
  padding-left: 0;
}
.c-poststyle ol._list-style01 > li {
  list-style-type: none;
  text-indent: -1.5em;
  margin-left: 1.5em;
  counter-increment: cnt;
}
.c-poststyle ol._list-style01 > li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
.c-poststyle img {
  width: inherit;
}
.c-poststyle a {
  text-decoration: underline;
}

.p-top__mv {
  width: 100%;
  background: url(../images/top/mv_bg.jpg) right center no-repeat;
  background-size: cover;
  min-height: 90rem;
}
@media screen and (max-width: 768px) {
  .p-top__mv {
    min-height: auto;
  }
}

.p-top__mv__inner {
  max-width: 168rem;
  padding-inline: 2.5%;
  margin-inline: auto;
  padding-top: 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__mv__inner {
    padding-block: 60px;
  }
}
.p-top__mv__inner .inner__01 {
  position: relative;
  z-index: 2;
}
.p-top__mv__inner .inner__02 {
  position: absolute;
  top: 6.6rem;
  right: 2.5%;
  z-index: 0;
  width: 90rem;
}
@media screen and (max-width: 768px) {
  .p-top__mv__inner .inner__02 {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
  }
}

.p-top__mv__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top__mv__info {
    gap: 10px;
  }
}
.p-top__mv__info img {
  height: 9.2rem;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-top__mv__info img {
    height: 80px;
  }
}
@media screen and (max-width: 520px) {
  .p-top__mv__info img {
    height: 50px;
  }
}

.p-top__mv__copy {
  margin-top: 4.8rem;
  text-shadow: 0 0 23px rgba(20, 97, 135, 0.63);
  font-size: 2.8rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top__mv__copy {
    margin-top: 30px;
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .p-top__mv__copy {
    font-size: 20px;
  }
}

.p-top__mv__logo {
  margin-top: 2.2rem;
}
.p-top__mv__logo img {
  max-width: 100rem;
}

.p-top__mv__point {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top__mv__point {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
.p-top__mv__point .point__item {
  width: 20rem;
  height: 20rem;
  background: url(../images/top/mv_polygon.png) center center no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -1.6rem;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media screen and (max-width: 520px) {
  .p-top__mv__point .point__item {
    width: 180px;
    height: 180px;
    font-size: 1.6rem;
  }
}
.p-top__mv__point .point__item strong {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 520px) {
  .p-top__mv__point .point__item strong {
    font-size: 2.4rem;
  }
}

.p-top__mv_button a {
  margin-top: 4rem;
  display: block;
  max-width: 50.4rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa582), to(#ec6632));
  background-image: linear-gradient(to right, #ffa582, #ec6632);
  -webkit-box-shadow: 0 4px 4.9px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4.9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
  .p-top__mv_button a {
    font-size: 18px;
    height: 60px;
    margin-inline: auto;
    margin-top: 30px;
  }
}
.p-top__mv_button a:hover {
  -webkit-filter: saturate(1.2) brightness(1.3);
          filter: saturate(1.2) brightness(1.3);
}

.p-top__mv__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-top__mv__text {
    display: none;
  }
}
.p-top__mv__text p {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 1.25px;
  color: #137196;
  background-color: #fff;
  padding: 0.2em 1em;
  -webkit-transform: skew(-0.312rad);
          transform: skew(-0.312rad);
}
.p-top__mv__text p span {
  display: inline-block;
  -webkit-transform: skew(0.312rad);
          transform: skew(0.312rad);
}

.p-top__mv__img img {
  margin-top: 3rem;
}
@media screen and (max-width: 520px) {
  .p-top__mv__img img {
    margin-top: 10px;
  }
}

.p-top__mv__iso {
  margin-top: -4.8rem;
  color: #fff;
  text-align: right;
  font-size: 1.4rem;
}
.p-top__mv__iso img {
  width: 23rem;
}
@media screen and (max-width: 768px) {
  .p-top__mv__iso img {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__mv__iso {
    margin-top: 30px;
    font-size: 1.2rem;
  }
}

.p-top__operating {
  width: 100%;
  height: 12.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top__operating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top__operating__text {
  width: 40%;
  min-height: 12.8rem;
  clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0);
  background-image: -webkit-gradient(linear, right top, left top, from(#13caee), to(#0175b0));
  background-image: linear-gradient(to left, #13caee 0%, #0175b0 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 10rem;
}
@media screen and (max-width: 768px) {
  .p-top__operating__text {
    width: 100%;
    clip-path: none;
    min-height: auto;
    text-align: center;
    padding: 20px 2.5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
  }
}

.p-top__operating__content {
  width: 60%;
  padding-left: 6rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top__operating__content {
    width: 100%;
    padding: 20px 2.5%;
    text-align: center;
  }
}
.p-top__operating__content .content__title {
  display: inline-block;
  background-color: #0dbddd;
  border-radius: 0.4rem;
  padding: 0.5rem 2rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top__operating__content .content__title {
    font-size: 1.4rem;
  }
}
.p-top__operating__content .content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-top__operating__content .content__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top__operating__content .content__list li {
  font-size: 2.8rem;
  font-weight: bold;
  color: #108db1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top__operating__content .content__list li {
    font-size: 1.8rem;
  }
}
.p-top__operating__content .content__list li::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/icon_check_blue.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-top__operating__content .content__list li::before {
    width: 18px;
    height: 18px;
  }
}

.p-top__achievements {
  background-color: #f1f8fa;
  padding-block: 12rem;
}
@media screen and (max-width: 768px) {
  .p-top__achievements {
    padding-block: 60px;
  }
}

.p-top__achievements__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top__achievements__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top__achievements__inner .inner__02 {
  max-width: 80rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-top__achievements__inner .inner__02 {
    margin-top: 30px;
    width: 100%;
  }
}

.p-top__achievements__title {
  display: none;
}

.p-top__achievements__text {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #2c3e44;
}
@media screen and (max-width: 768px) {
  .p-top__achievements__text {
    font-size: 3.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .p-top__achievements__text {
    font-size: 2.4rem;
  }
}

.p-top__achievements__list {
  margin-top: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-top__achievements__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    gap: 8px;
  }
}
@media screen and (max-width: 520px) {
  .p-top__achievements__list {
    margin-top: 10px;
  }
}
.p-top__achievements__list li img {
  width: inherit;
}
@media screen and (max-width: 768px) {
  .p-top__achievements__list li img {
    width: auto;
    height: 60px;
  }
}

.p-top__point {
  background: url(../images/top/point_bg.jpg) center center no-repeat;
  background-size: cover;
  padding-block: 12rem;
}
@media screen and (max-width: 768px) {
  .p-top__point {
    padding-block: 60px;
  }
}

.p-top__point__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7.2rem;
}

.p-top__point__content {
  display: grid;
  grid-template-columns: 1fr 52rem;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .p-top__point__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-top__point__content:nth-of-type(even) {
  grid-template-columns: 52rem 1fr;
}
@media screen and (max-width: 768px) {
  .p-top__point__content:nth-of-type(even) {
    grid-template-columns: 1fr;
  }
}
.p-top__point__content:nth-of-type(even) .content__inner {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .p-top__point__content:nth-of-type(even) .content__inner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top__point__content:nth-of-type(even) .content__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .p-top__point__content:nth-of-type(even) .content__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-top__point__content .content__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-top__point__content .content__inner {
    gap: 16px;
  }
}
.p-top__point__content .content__title {
  display: grid;
  grid-template-columns: 1fr;
}
.p-top__point__content .content__title .num {
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(0, 255, 229, 0.56);
}
@media screen and (max-width: 768px) {
  .p-top__point__content .content__title .num {
    font-size: 1.8rem;
  }
}
.p-top__point__content .content__title .num span {
  font-size: 7rem;
}
@media screen and (max-width: 768px) {
  .p-top__point__content .content__title .num span {
    font-size: 4rem;
  }
}
.p-top__point__content .content__title .text span {
  display: inline-block;
  background-color: #fff;
  padding: 0.5em 0.7em;
  margin-top: 0.8rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #0074c7;
}
@media screen and (max-width: 768px) {
  .p-top__point__content .content__title .text span {
    font-size: 2rem;
  }
}

.p-top__function {
  background-color: #f1f8fa;
  padding-block: 12rem;
}
@media screen and (max-width: 768px) {
  .p-top__function {
    padding-block: 60px;
  }
}

.p-top__function__list {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top__function__list {
    gap: 20px 20px;
    margin-top: 30px;
  }
}

.p-top__function__item {
  width: calc((100% - 6rem) / 3);
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top__function__item {
    width: 100%;
    max-width: 380px;
    padding: 20px;
    gap: 20px;
  }
}
.p-top__function__item .item__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #0074c7;
}
@media screen and (max-width: 768px) {
  .p-top__function__item .item__title {
    font-size: 2rem;
  }
}

.p-top__product {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(9, 98, 153)), to(rgba(9, 97, 153, 0))), url(../images/top/point_bg.jpg);
  background-image: linear-gradient(to top, rgb(9, 98, 153), rgba(9, 97, 153, 0)), url(../images/top/point_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-block: 12rem;
}
@media screen and (max-width: 768px) {
  .p-top__product {
    padding-block: 60px;
  }
}

.p-top__product__img {
  margin-inline: auto;
  max-width: 59rem;
  margin-block: 4rem;
}

.p-top__product__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.p-top__product__item {
  background-color: #fff;
  padding: 3rem;
  border-radius: 1.6rem;
  display: grid;
  grid-template-columns: 1fr 28rem;
}
@media screen and (max-width: 768px) {
  .p-top__product__item {
    grid-template-columns: 1fr;
  }
  .p-top__product__item .item__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-top__product__item .item__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-top__product__item .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2em;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top__product__item .item__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top__product__item .item__head span {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  .p-top__product__item .item__head span {
    font-size: 18px;
  }
}
.p-top__product__item .item__head span._basic {
  background-color: #0dbddd;
}
.p-top__product__item .item__head span._webcam {
  background-color: #0074c7;
}
.p-top__product__item .item__head span._print {
  background-color: #108DB1;
}
.p-top__product__item .item__text {
  margin-block: 1.6rem 2rem;
}
.p-top__product__item .item__text strong {
  color: #0074c7;
}
.p-top__product__item .item__point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-weight: bold;
}
.p-top__product__item .item__point li::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/icon_check_blue.png) center center no-repeat;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-top__product__item .item__point li::before {
    width: 10px;
    height: 10px;
  }
}

.p-top__product__comparison {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-top__product__comparison {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top__product__comparison__table {
    overflow-x: scroll;
  }
}
.p-top__product__comparison__table table {
  width: 112rem;
  margin-inline: auto;
}
.p-top__product__comparison__table table th, .p-top__product__comparison__table table td {
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top__product__comparison__table table th, .p-top__product__comparison__table table td {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__product__comparison__table table {
    width: 740px;
  }
}
.p-top__product__comparison__table table thead th:not(:first-of-type) {
  background-color: rgba(13, 189, 221, 0.77);
  text-align: center;
  color: #fff;
  border: 1px solid #eeeded;
}
@media screen and (max-width: 768px) {
  .p-top__product__comparison__table table thead th:not(:first-of-type) {
    font-size: 12px;
  }
}
.p-top__product__comparison__table table tbody tr {
  background-color: #fff;
  position: relative;
}
.p-top__product__comparison__table table tbody tr:nth-of-type(even) {
  background-color: #F5F5F5;
}
.p-top__product__comparison__table table tbody tr th {
  border: 1px solid #eeeded;
  padding: 2rem;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  height: 11rem;
}
@media screen and (max-width: 768px) {
  .p-top__product__comparison__table table tbody tr th {
    height: auto;
    font-size: 12px;
  }
  .p-top__product__comparison__table table tbody tr th br {
    display: none;
  }
}
.p-top__product__comparison__table table tbody tr td {
  border: 1px solid #eeeded;
  text-align: center;
  vertical-align: middle;
}
.p-top__product__comparison__table table tbody tr td img {
  width: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top__product__comparison__table table tbody tr td img {
    width: 20px;
  }
}

.p-top__structure {
  background-color: #f1f8fa;
  padding-block: 12rem;
}
@media screen and (max-width: 768px) {
  .p-top__structure {
    padding-block: 60px;
  }
}

.p-top__structure__inner {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-top__structure__inner {
    grid-template-columns: 1fr;
  }
}

.p-top__structure__block .block__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #0074c7;
  margin-bottom: 1rem;
}
.p-top__structure__block .block__list {
  padding-left: 1em;
}
.p-top__structure__block .block__list li {
  list-style: disc;
  font-size: 1.4rem;
}

.p-top__movie {
  background-color: #fff;
  padding-block: 12rem;
}
@media screen and (max-width: 768px) {
  .p-top__movie {
    padding-block: 60px;
  }
}

.p-top__movie__list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top__movie__list {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 0;
    border-bottom: 1px solid #F1F8FA;
  }
}

.p-top__movie__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-top__movie__item {
    grid-template-columns: 40% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-block: 20px;
    border-top: 1px solid #F1F8FA;
  }
}
.p-top__movie__item .item__video img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top__movie__item .item__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-top__movie__item .item__title {
    font-size: 1.6rem;
  }
}

.p-top__movie__attention {
  margin-top: 4rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-top__movie__attention {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

.p-top__voice {
  padding-block: 12rem 0;
  background: url(../images/top/voice_bg.jpg) center bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-top__voice {
    padding-block: 60px 0;
  }
}

.p-top__voice__list {
  margin-top: 6rem;
  padding-inline: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5rem;
}
@media screen and (max-width: 768px) {
  .p-top__voice__list {
    padding-inline: 0;
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-top__voice__item {
  padding: 4rem 8rem;
  background-color: #fff;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  /* 吹き出しの位置調整 */
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__voice__item {
    padding: 2em 4em;
  }
}
.p-top__voice__item._left {
  border-radius: 2.4rem 2.4rem 0 2.4rem;
}
.p-top__voice__item._right {
  border-radius: 2.4rem 2.4rem 2.4rem 0;
}
.p-top__voice__item::before, .p-top__voice__item::after {
  content: "";
  display: block;
  width: 3.8rem;
  height: 3.3rem;
  position: absolute;
  top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-top__voice__item::before, .p-top__voice__item::after {
    width: 24px;
    height: 24px;
  }
}
.p-top__voice__item::before {
  background: url(../images/top/voice_img01.svg) center center no-repeat;
  background-size: cover;
  left: 2.8rem;
}
.p-top__voice__item::after {
  background: url(../images/top/voice_img02.svg) center center no-repeat;
  background-size: cover;
  right: 2.8rem;
}
.p-top__voice__item .item__text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #0074c7;
}
@media screen and (max-width: 768px) {
  .p-top__voice__item .item__text {
    font-size: 1.6rem;
  }
}
.p-top__voice__item .item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  color: #9e9e9e;
}
@media screen and (max-width: 768px) {
  .p-top__voice__item .item__name {
    font-size: 1.2rem;
  }
}
.p-top__voice__item .item__name::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/top/voice_icon_person.svg) center center no-repeat;
  background-size: cover;
}
.p-top__voice__item:first-of-type {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-top__voice__item:first-of-type {
    margin-right: 10%;
  }
}
.p-top__voice__item:nth-of-type(2) {
  top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-top__voice__item:nth-of-type(2) {
    top: auto;
    margin-left: 10%;
  }
}
.p-top__voice__item:nth-of-type(3) {
  top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-top__voice__item:nth-of-type(3) {
    top: auto;
    margin-right: 10%;
  }
}
.p-top__voice__item:nth-of-type(4) {
  top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-top__voice__item:nth-of-type(4) {
    margin-left: 10%;
    top: auto;
  }
}

.p-top__voice__message {
  background-image: -webkit-gradient(linear, right top, left top, from(#44C7DC), to(#03B5D5));
  background-image: linear-gradient(to left, #44C7DC 0%, #03B5D5 100%);
  margin-top: 23rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-top__voice__message {
    margin-top: 100px;
  }
}

.p-top__voice__message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9rem;
}
@media screen and (max-width: 768px) {
  .p-top__voice__message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-top__voice__message__inner img {
  max-width: 62.4rem;
  margin-top: -5rem;
}
.p-top__voice__message__inner p {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.07em;
  color: #fff;
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .p-top__voice__message__inner p {
    font-size: 2rem;
    text-align: center;
    margin-top: 0;
  }
}

.p-top__plan {
  padding-block: 12rem;
}
@media screen and (max-width: 768px) {
  .p-top__plan {
    padding-block: 60px;
  }
}

.p-top__plan__text {
  margin-block: 4rem;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-top__plan__text {
    margin-block: 20px;
    font-size: 1.6rem;
  }
}

.p-top__plan__button {
  margin-inline: auto;
  display: block;
  width: 50.4rem;
  min-height: 8.8rem;
  height: 100%;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  -webkit-box-shadow: 0 4px 4.9px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4.9px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-top__plan__button {
    font-size: 18px;
    padding: 0.8em 0.5em;
    width: 100%;
    max-width: 420px;
    min-height: auto;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-top__plan__button._trial {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa582), to(#ec6632));
  background-image: linear-gradient(to right, #ffa582, #ec6632);
}
.p-top__plan__button._trial:hover {
  -webkit-filter: saturate(1.2) brightness(1.3);
          filter: saturate(1.2) brightness(1.3);
  color: #fff;
}
.p-top__plan__button._contact {
  color: #07A6C3;
  border: 1px solid currentColor;
  background-color: #fff;
}
.p-top__plan__button._contact:hover {
  background-color: #07A6C3;
  border: 1px solid #07A6C3;
  color: #fff;
}

.p-top__faq {
  background-color: #F1F8FA;
  padding-block: 12rem;
}
@media screen and (max-width: 768px) {
  .p-top__faq {
    padding-block: 60px;
  }
}

.p-top__faq__inner {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .p-top__faq__inner {
    grid-template-columns: 1fr;
  }
}

.p-top__faq__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .p-top__faq__content {
    gap: 40px;
  }
}

.p-top__faq__nav {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
.p-top__faq__nav nav {
  position: sticky;
  top: 10rem;
  left: 0;
}

.p-top__faq__header {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  display: grid;
  grid-template-columns: 0.5rem 1fr;
  gap: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top__faq__header {
    font-size: 1.8rem;
  }
}
.p-top__faq__header::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 100%;
  background-color: #0DBDDD;
  border-radius: 1rem;
}

.p-top__faq__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
}

.p-top__faq__item {
  padding: 2.4rem 3.2rem;
  border-radius: 0.4rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top__faq__item {
    padding: 20px 5%;
  }
}
.p-top__faq__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-top__faq__item dt {
    font-size: 1.6rem;
    padding-right: 2.5%;
  }
}
.p-top__faq__item dt::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: url(../images/top/faq_icon_q.svg) center center no-repeat;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top__faq__item dt::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/top/faq_icon_arrow.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 1rem;
  right: 0;
}
.p-top__faq__item dt.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-top__faq__item dt:hover {
  cursor: pointer;
}
.p-top__faq__item dd {
  padding: 3.2rem 4rem;
  border-radius: 0.8rem;
  background-color: #f5f5f5;
  margin-top: 2rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top__faq__item dd {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-top__faq__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.5em 0.8em;
    border-radius: 4px;
  }
}
.p-top__faq__nav__list li a {
  padding: 1.6rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
  .p-top__faq__nav__list li a {
    padding: 0.5em;
  }
}
.p-top__faq__nav__list li a::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #0dbddd;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.p-top__faq__nav__list li a.current {
  background-image: -webkit-gradient(linear, right top, left top, from(#13caee), to(#0175b0));
  background-image: linear-gradient(to left, #13caee 0%, #0175b0 100%);
  color: #fff;
}
.p-top__faq__nav__list li a.current::before {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top__faq__nav__list li a.current {
    background-image: none;
    color: inherit;
  }
  .p-top__faq__nav__list li a.current::before {
    background-color: #0dbddd;
  }
}

/*---------ContactForm7カスタマイズ---------*/
table.CF7_table {
  margin: 0 auto;
  width: 80%;
  border-bottom: 1px solid #F1F8FA;
}
@media screen and (max-width: 768px) {
  table.CF7_table {
    width: 100%;
  }
}

table.CF7_table tr {
  border-top: 1px solid #F1F8FA;
}

.single .entry-content table.CF7_table, .page .entry-content table.CF7_table {
  display: table;
}

.CF7_table ::-webkit-input-placeholder {
  color: #acacac;
}

.CF7_table ::-moz-placeholder {
  color: #acacac;
}

.CF7_table :-ms-input-placeholder {
  color: #acacac;
}

.CF7_table ::-ms-input-placeholder {
  color: #acacac;
}

.CF7_table ::placeholder {
  color: #acacac;
}

/*「必須」文字*/
.CF7_req {
  font-size: 1.2rem;
  padding: 0.3em 0.5em;
  background: #EC6632;
  color: #fff;
  margin-right: 1em;
  border-radius: 0.4rem;
}

/*「任意」文字*/
.CF7_unreq {
  font-size: 0.9em;
  padding: 5px;
  background: #bdbdbd;
  /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/* タイトル列 */
.CF7_table th {
  font-weight: bold;
}

.CF7_table p {
  margin-bottom: 0;
}

.CF7_table th, .CF7_table td {
  padding: 2.4rem 0.5rem;
}

.CF7_table input,
.CF7_table textarea {
  padding: 1em;
  width: 100%;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .CF7_table tr, .CF7_table td, .CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }
  .CF7_table th, .CF7_table td {
    padding: 0.5em;
  }
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  display: block;
  margin-inline: auto;
  width: 40rem;
  min-height: 6rem;
  height: 100%;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  -webkit-box-shadow: 0 4px 4.9px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4.9px 0 rgba(0, 0, 0, 0.1);
  background-color: #07A6C3;
  border: 1px solid #07A6C3;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-submit {
    font-size: 18px;
    padding: 0.8em 0.5em;
    width: 100%;
    max-width: 420px;
    min-height: auto;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wpcf7 input.wpcf7-submit:hover {
  color: #07A6C3;
  border: 1px solid currentColor;
  background-color: #fff;
  cursor: pointer;
}

.CF7_btn {
  text-align: center;
  margin-top: 20px;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

input, select, textarea {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 78%, 0.5);
  border-radius: 5px;
  color: #333;
  padding: 0.5em;
  font-size: 1.6rem;
}

input[aria-invalid=true],
textarea[aria-invalid=true] {
  border: 1px solid #dc3232;
}

.u-align_left {
  text-align: left;
}

.u-align_right {
  text-align: right;
}

.u-align_center {
  text-align: center;
}

.u-col_red {
  color: #CC0101;
}

.u-col_main {
  color: #2c3e44;
}

.u-col_keycol {
  color: #0DBDDD;
}

.u-col_white {
  color: #fff;
}

.u-fw_bold {
  font-weight: bold;
}

.u-fw_400 {
  font-weight: 400;
}

.u-fw_500 {
  font-weight: 500;
}

.u-fw_700 {
  font-weight: 700;
}

.u-fw_900 {
  font-weight: 900;
}

.u-fz_xsm {
  font-size: 1.2rem;
}

.u-fz_sm {
  font-size: 1.4rem;
}

.u-fz_md {
  font-size: 1.6rem;
}

.u-fz_lg {
  font-size: 1.8rem;
}

.u-fz_xlg {
  font-size: 2rem;
}

.u-fz_xxlg {
  font-size: 2.4rem;
}

.u-fz_10 {
  font-size: 1rem;
}
.u-fz_10 var-mixin.tb {
  font-size: 0.8rem;
}

.u-fz_11 {
  font-size: 1.1rem;
}
.u-fz_11 var-mixin.tb {
  font-size: 0.88rem;
}

.u-fz_12 {
  font-size: 1.2rem;
}
.u-fz_12 var-mixin.tb {
  font-size: 0.96rem;
}

.u-fz_13 {
  font-size: 1.3rem;
}
.u-fz_13 var-mixin.tb {
  font-size: 1.04rem;
}

.u-fz_14 {
  font-size: 1.4rem;
}
.u-fz_14 var-mixin.tb {
  font-size: 1.12rem;
}

.u-fz_15 {
  font-size: 1.5rem;
}
.u-fz_15 var-mixin.tb {
  font-size: 1.2rem;
}

.u-fz_16 {
  font-size: 1.6rem;
}
.u-fz_16 var-mixin.tb {
  font-size: 1.28rem;
}

.u-fz_17 {
  font-size: 1.7rem;
}
.u-fz_17 var-mixin.tb {
  font-size: 1.36rem;
}

.u-fz_18 {
  font-size: 1.8rem;
}
.u-fz_18 var-mixin.tb {
  font-size: 1.44rem;
}

.u-fz_19 {
  font-size: 1.9rem;
}
.u-fz_19 var-mixin.tb {
  font-size: 1.52rem;
}

.u-fz_20 {
  font-size: 2rem;
}
.u-fz_20 var-mixin.tb {
  font-size: 1.6rem;
}

.u-fz_21 {
  font-size: 2.1rem;
}
.u-fz_21 var-mixin.tb {
  font-size: 1.68rem;
}

.u-fz_22 {
  font-size: 2.2rem;
}
.u-fz_22 var-mixin.tb {
  font-size: 1.76rem;
}

.u-fz_23 {
  font-size: 2.3rem;
}
.u-fz_23 var-mixin.tb {
  font-size: 1.84rem;
}

.u-fz_24 {
  font-size: 2.4rem;
}
.u-fz_24 var-mixin.tb {
  font-size: 1.92rem;
}

.u-fz_25 {
  font-size: 2.5rem;
}
.u-fz_25 var-mixin.tb {
  font-size: 2rem;
}

.u-fz_26 {
  font-size: 2.6rem;
}
.u-fz_26 var-mixin.tb {
  font-size: 2.08rem;
}

.u-fz_27 {
  font-size: 2.7rem;
}
.u-fz_27 var-mixin.tb {
  font-size: 2.16rem;
}

.u-fz_28 {
  font-size: 2.8rem;
}
.u-fz_28 var-mixin.tb {
  font-size: 2.24rem;
}

.u-fz_29 {
  font-size: 2.9rem;
}
.u-fz_29 var-mixin.tb {
  font-size: 2.32rem;
}

.u-fz_30 {
  font-size: 3rem;
}
.u-fz_30 var-mixin.tb {
  font-size: 2.4rem;
}

.u-fz_31 {
  font-size: 3.1rem;
}
.u-fz_31 var-mixin.tb {
  font-size: 2.48rem;
}

.u-fz_32 {
  font-size: 3.2rem;
}
.u-fz_32 var-mixin.tb {
  font-size: 2.56rem;
}

.u-mt_0:not(:root) {
  margin-top: 0rem;
}
@media screen and (max-width: 768px) {
  .u-mt_0:not(:root) {
    margin-top: calc(0px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mt_0:not(:root) {
    margin-top: calc(0px * 10 * 0.4);
  }
}

.u-mt_1:not(:root) {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .u-mt_1:not(:root) {
    margin-top: calc(1px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mt_1:not(:root) {
    margin-top: calc(1px * 10 * 0.4);
  }
}

.u-mt_2:not(:root) {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .u-mt_2:not(:root) {
    margin-top: calc(2px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mt_2:not(:root) {
    margin-top: calc(2px * 10 * 0.4);
  }
}

.u-mt_3:not(:root) {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .u-mt_3:not(:root) {
    margin-top: calc(3px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mt_3:not(:root) {
    margin-top: calc(3px * 10 * 0.4);
  }
}

.u-mt_4:not(:root) {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .u-mt_4:not(:root) {
    margin-top: calc(4px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mt_4:not(:root) {
    margin-top: calc(4px * 10 * 0.4);
  }
}

.u-mt_5:not(:root) {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .u-mt_5:not(:root) {
    margin-top: calc(5px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mt_5:not(:root) {
    margin-top: calc(5px * 10 * 0.4);
  }
}

.u-mt_6:not(:root) {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .u-mt_6:not(:root) {
    margin-top: calc(6px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mt_6:not(:root) {
    margin-top: calc(6px * 10 * 0.4);
  }
}

.u-mt_7:not(:root) {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .u-mt_7:not(:root) {
    margin-top: calc(7px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mt_7:not(:root) {
    margin-top: calc(7px * 10 * 0.4);
  }
}

.u-mt_8:not(:root) {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .u-mt_8:not(:root) {
    margin-top: calc(8px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mt_8:not(:root) {
    margin-top: calc(8px * 10 * 0.4);
  }
}

.u-mt_9:not(:root) {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .u-mt_9:not(:root) {
    margin-top: calc(9px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mt_9:not(:root) {
    margin-top: calc(9px * 10 * 0.4);
  }
}

.u-mt_10:not(:root) {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .u-mt_10:not(:root) {
    margin-top: calc(10px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mt_10:not(:root) {
    margin-top: calc(10px * 10 * 0.4);
  }
}

.u-mb_0:not(:root) {
  margin-bottom: 0rem;
}
@media screen and (max-width: 768px) {
  .u-mb_0:not(:root) {
    margin-bottom: calc(0px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mb_0:not(:root) {
    margin-bottom: calc(0px * 10 * 0.4);
  }
}

.u-mb_1:not(:root) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .u-mb_1:not(:root) {
    margin-bottom: calc(1px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mb_1:not(:root) {
    margin-bottom: calc(1px * 10 * 0.4);
  }
}

.u-mb_2:not(:root) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .u-mb_2:not(:root) {
    margin-bottom: calc(2px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mb_2:not(:root) {
    margin-bottom: calc(2px * 10 * 0.4);
  }
}

.u-mb_3:not(:root) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .u-mb_3:not(:root) {
    margin-bottom: calc(3px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mb_3:not(:root) {
    margin-bottom: calc(3px * 10 * 0.4);
  }
}

.u-mb_4:not(:root) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .u-mb_4:not(:root) {
    margin-bottom: calc(4px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mb_4:not(:root) {
    margin-bottom: calc(4px * 10 * 0.4);
  }
}

.u-mb_5:not(:root) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .u-mb_5:not(:root) {
    margin-bottom: calc(5px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mb_5:not(:root) {
    margin-bottom: calc(5px * 10 * 0.4);
  }
}

.u-mb_6:not(:root) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .u-mb_6:not(:root) {
    margin-bottom: calc(6px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mb_6:not(:root) {
    margin-bottom: calc(6px * 10 * 0.4);
  }
}

.u-mb_7:not(:root) {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .u-mb_7:not(:root) {
    margin-bottom: calc(7px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mb_7:not(:root) {
    margin-bottom: calc(7px * 10 * 0.4);
  }
}

.u-mb_8:not(:root) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .u-mb_8:not(:root) {
    margin-bottom: calc(8px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mb_8:not(:root) {
    margin-bottom: calc(8px * 10 * 0.4);
  }
}

.u-mb_9:not(:root) {
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .u-mb_9:not(:root) {
    margin-bottom: calc(9px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mb_9:not(:root) {
    margin-bottom: calc(9px * 10 * 0.4);
  }
}

.u-mb_10:not(:root) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .u-mb_10:not(:root) {
    margin-bottom: calc(10px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mb_10:not(:root) {
    margin-bottom: calc(10px * 10 * 0.4);
  }
}

.u-mr_0:not(:root) {
  margin-right: 0rem;
}
@media screen and (max-width: 768px) {
  .u-mr_0:not(:root) {
    margin-right: calc(0px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mr_0:not(:root) {
    margin-right: calc(0px * 10 * 0.4);
  }
}

.u-mr_1:not(:root) {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .u-mr_1:not(:root) {
    margin-right: calc(1px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mr_1:not(:root) {
    margin-right: calc(1px * 10 * 0.4);
  }
}

.u-mr_2:not(:root) {
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .u-mr_2:not(:root) {
    margin-right: calc(2px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mr_2:not(:root) {
    margin-right: calc(2px * 10 * 0.4);
  }
}

.u-mr_3:not(:root) {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .u-mr_3:not(:root) {
    margin-right: calc(3px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mr_3:not(:root) {
    margin-right: calc(3px * 10 * 0.4);
  }
}

.u-mr_4:not(:root) {
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .u-mr_4:not(:root) {
    margin-right: calc(4px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mr_4:not(:root) {
    margin-right: calc(4px * 10 * 0.4);
  }
}

.u-mr_5:not(:root) {
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .u-mr_5:not(:root) {
    margin-right: calc(5px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mr_5:not(:root) {
    margin-right: calc(5px * 10 * 0.4);
  }
}

.u-mr_6:not(:root) {
  margin-right: 6rem;
}
@media screen and (max-width: 768px) {
  .u-mr_6:not(:root) {
    margin-right: calc(6px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mr_6:not(:root) {
    margin-right: calc(6px * 10 * 0.4);
  }
}

.u-mr_7:not(:root) {
  margin-right: 7rem;
}
@media screen and (max-width: 768px) {
  .u-mr_7:not(:root) {
    margin-right: calc(7px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mr_7:not(:root) {
    margin-right: calc(7px * 10 * 0.4);
  }
}

.u-mr_8:not(:root) {
  margin-right: 8rem;
}
@media screen and (max-width: 768px) {
  .u-mr_8:not(:root) {
    margin-right: calc(8px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mr_8:not(:root) {
    margin-right: calc(8px * 10 * 0.4);
  }
}

.u-mr_9:not(:root) {
  margin-right: 9rem;
}
@media screen and (max-width: 768px) {
  .u-mr_9:not(:root) {
    margin-right: calc(9px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mr_9:not(:root) {
    margin-right: calc(9px * 10 * 0.4);
  }
}

.u-mr_10:not(:root) {
  margin-right: 10rem;
}
@media screen and (max-width: 768px) {
  .u-mr_10:not(:root) {
    margin-right: calc(10px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mr_10:not(:root) {
    margin-right: calc(10px * 10 * 0.4);
  }
}

.u-ml_0:not(:root) {
  margin-left: 0rem;
}
@media screen and (max-width: 768px) {
  .u-ml_0:not(:root) {
    margin-left: calc(0px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-ml_0:not(:root) {
    margin-left: calc(0px * 10 * 0.4);
  }
}

.u-ml_1:not(:root) {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .u-ml_1:not(:root) {
    margin-left: calc(1px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-ml_1:not(:root) {
    margin-left: calc(1px * 10 * 0.4);
  }
}

.u-ml_2:not(:root) {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .u-ml_2:not(:root) {
    margin-left: calc(2px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-ml_2:not(:root) {
    margin-left: calc(2px * 10 * 0.4);
  }
}

.u-ml_3:not(:root) {
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .u-ml_3:not(:root) {
    margin-left: calc(3px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-ml_3:not(:root) {
    margin-left: calc(3px * 10 * 0.4);
  }
}

.u-ml_4:not(:root) {
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  .u-ml_4:not(:root) {
    margin-left: calc(4px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-ml_4:not(:root) {
    margin-left: calc(4px * 10 * 0.4);
  }
}

.u-ml_5:not(:root) {
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  .u-ml_5:not(:root) {
    margin-left: calc(5px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-ml_5:not(:root) {
    margin-left: calc(5px * 10 * 0.4);
  }
}

.u-ml_6:not(:root) {
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  .u-ml_6:not(:root) {
    margin-left: calc(6px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-ml_6:not(:root) {
    margin-left: calc(6px * 10 * 0.4);
  }
}

.u-ml_7:not(:root) {
  margin-left: 7rem;
}
@media screen and (max-width: 768px) {
  .u-ml_7:not(:root) {
    margin-left: calc(7px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-ml_7:not(:root) {
    margin-left: calc(7px * 10 * 0.4);
  }
}

.u-ml_8:not(:root) {
  margin-left: 8rem;
}
@media screen and (max-width: 768px) {
  .u-ml_8:not(:root) {
    margin-left: calc(8px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-ml_8:not(:root) {
    margin-left: calc(8px * 10 * 0.4);
  }
}

.u-ml_9:not(:root) {
  margin-left: 9rem;
}
@media screen and (max-width: 768px) {
  .u-ml_9:not(:root) {
    margin-left: calc(9px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-ml_9:not(:root) {
    margin-left: calc(9px * 10 * 0.4);
  }
}

.u-ml_10:not(:root) {
  margin-left: 10rem;
}
@media screen and (max-width: 768px) {
  .u-ml_10:not(:root) {
    margin-left: calc(10px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-ml_10:not(:root) {
    margin-left: calc(10px * 10 * 0.4);
  }
}

.u-my_0:not(:root) {
  margin-block: 0rem;
}
@media screen and (max-width: 768px) {
  .u-my_0:not(:root) {
    margin-block: calc(0px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-my_0:not(:root) {
    margin-block: calc(0px * 10 * 0.4);
  }
}

.u-my_1:not(:root) {
  margin-block: 1rem;
}
@media screen and (max-width: 768px) {
  .u-my_1:not(:root) {
    margin-block: calc(1px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-my_1:not(:root) {
    margin-block: calc(1px * 10 * 0.4);
  }
}

.u-my_2:not(:root) {
  margin-block: 2rem;
}
@media screen and (max-width: 768px) {
  .u-my_2:not(:root) {
    margin-block: calc(2px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-my_2:not(:root) {
    margin-block: calc(2px * 10 * 0.4);
  }
}

.u-my_3:not(:root) {
  margin-block: 3rem;
}
@media screen and (max-width: 768px) {
  .u-my_3:not(:root) {
    margin-block: calc(3px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-my_3:not(:root) {
    margin-block: calc(3px * 10 * 0.4);
  }
}

.u-my_4:not(:root) {
  margin-block: 4rem;
}
@media screen and (max-width: 768px) {
  .u-my_4:not(:root) {
    margin-block: calc(4px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-my_4:not(:root) {
    margin-block: calc(4px * 10 * 0.4);
  }
}

.u-my_5:not(:root) {
  margin-block: 5rem;
}
@media screen and (max-width: 768px) {
  .u-my_5:not(:root) {
    margin-block: calc(5px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-my_5:not(:root) {
    margin-block: calc(5px * 10 * 0.4);
  }
}

.u-my_6:not(:root) {
  margin-block: 6rem;
}
@media screen and (max-width: 768px) {
  .u-my_6:not(:root) {
    margin-block: calc(6px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-my_6:not(:root) {
    margin-block: calc(6px * 10 * 0.4);
  }
}

.u-my_7:not(:root) {
  margin-block: 7rem;
}
@media screen and (max-width: 768px) {
  .u-my_7:not(:root) {
    margin-block: calc(7px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-my_7:not(:root) {
    margin-block: calc(7px * 10 * 0.4);
  }
}

.u-my_8:not(:root) {
  margin-block: 8rem;
}
@media screen and (max-width: 768px) {
  .u-my_8:not(:root) {
    margin-block: calc(8px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-my_8:not(:root) {
    margin-block: calc(8px * 10 * 0.4);
  }
}

.u-my_9:not(:root) {
  margin-block: 9rem;
}
@media screen and (max-width: 768px) {
  .u-my_9:not(:root) {
    margin-block: calc(9px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-my_9:not(:root) {
    margin-block: calc(9px * 10 * 0.4);
  }
}

.u-my_10:not(:root) {
  margin-block: 10rem;
}
@media screen and (max-width: 768px) {
  .u-my_10:not(:root) {
    margin-block: calc(10px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-my_10:not(:root) {
    margin-block: calc(10px * 10 * 0.4);
  }
}

.u-mx_0:not(:root) {
  margin-inline: 0rem;
}
@media screen and (max-width: 768px) {
  .u-mx_0:not(:root) {
    margin-inline: calc(0px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mx_0:not(:root) {
    margin-inline: calc(0px * 10 * 0.4);
  }
}

.u-mx_1:not(:root) {
  margin-inline: 1rem;
}
@media screen and (max-width: 768px) {
  .u-mx_1:not(:root) {
    margin-inline: calc(1px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mx_1:not(:root) {
    margin-inline: calc(1px * 10 * 0.4);
  }
}

.u-mx_2:not(:root) {
  margin-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .u-mx_2:not(:root) {
    margin-inline: calc(2px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mx_2:not(:root) {
    margin-inline: calc(2px * 10 * 0.4);
  }
}

.u-mx_3:not(:root) {
  margin-inline: 3rem;
}
@media screen and (max-width: 768px) {
  .u-mx_3:not(:root) {
    margin-inline: calc(3px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mx_3:not(:root) {
    margin-inline: calc(3px * 10 * 0.4);
  }
}

.u-mx_4:not(:root) {
  margin-inline: 4rem;
}
@media screen and (max-width: 768px) {
  .u-mx_4:not(:root) {
    margin-inline: calc(4px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mx_4:not(:root) {
    margin-inline: calc(4px * 10 * 0.4);
  }
}

.u-mx_5:not(:root) {
  margin-inline: 5rem;
}
@media screen and (max-width: 768px) {
  .u-mx_5:not(:root) {
    margin-inline: calc(5px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mx_5:not(:root) {
    margin-inline: calc(5px * 10 * 0.4);
  }
}

.u-mx_6:not(:root) {
  margin-inline: 6rem;
}
@media screen and (max-width: 768px) {
  .u-mx_6:not(:root) {
    margin-inline: calc(6px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mx_6:not(:root) {
    margin-inline: calc(6px * 10 * 0.4);
  }
}

.u-mx_7:not(:root) {
  margin-inline: 7rem;
}
@media screen and (max-width: 768px) {
  .u-mx_7:not(:root) {
    margin-inline: calc(7px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mx_7:not(:root) {
    margin-inline: calc(7px * 10 * 0.4);
  }
}

.u-mx_8:not(:root) {
  margin-inline: 8rem;
}
@media screen and (max-width: 768px) {
  .u-mx_8:not(:root) {
    margin-inline: calc(8px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mx_8:not(:root) {
    margin-inline: calc(8px * 10 * 0.4);
  }
}

.u-mx_9:not(:root) {
  margin-inline: 9rem;
}
@media screen and (max-width: 768px) {
  .u-mx_9:not(:root) {
    margin-inline: calc(9px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mx_9:not(:root) {
    margin-inline: calc(9px * 10 * 0.4);
  }
}

.u-mx_10:not(:root) {
  margin-inline: 10rem;
}
@media screen and (max-width: 768px) {
  .u-mx_10:not(:root) {
    margin-inline: calc(10px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-mx_10:not(:root) {
    margin-inline: calc(10px * 10 * 0.4);
  }
}

.u-pt_1:not(:root) {
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .u-pt_1:not(:root) {
    padding-top: calc(1px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-pt_1:not(:root) {
    padding-top: calc(1px * 10 * 0.4);
  }
}

.u-pt_2:not(:root) {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .u-pt_2:not(:root) {
    padding-top: calc(2px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-pt_2:not(:root) {
    padding-top: calc(2px * 10 * 0.4);
  }
}

.u-pt_3:not(:root) {
  padding-top: 3em;
}
@media screen and (max-width: 768px) {
  .u-pt_3:not(:root) {
    padding-top: calc(3px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-pt_3:not(:root) {
    padding-top: calc(3px * 10 * 0.4);
  }
}

.u-pt_4:not(:root) {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .u-pt_4:not(:root) {
    padding-top: calc(4px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-pt_4:not(:root) {
    padding-top: calc(4px * 10 * 0.4);
  }
}

.u-pt_5:not(:root) {
  padding-top: 5em;
}
@media screen and (max-width: 768px) {
  .u-pt_5:not(:root) {
    padding-top: calc(5px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-pt_5:not(:root) {
    padding-top: calc(5px * 10 * 0.4);
  }
}

.u-pt_6:not(:root) {
  padding-top: 6em;
}
@media screen and (max-width: 768px) {
  .u-pt_6:not(:root) {
    padding-top: calc(6px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-pt_6:not(:root) {
    padding-top: calc(6px * 10 * 0.4);
  }
}

.u-pt_7:not(:root) {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .u-pt_7:not(:root) {
    padding-top: calc(7px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-pt_7:not(:root) {
    padding-top: calc(7px * 10 * 0.4);
  }
}

.u-pt_8:not(:root) {
  padding-top: 8em;
}
@media screen and (max-width: 768px) {
  .u-pt_8:not(:root) {
    padding-top: calc(8px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-pt_8:not(:root) {
    padding-top: calc(8px * 10 * 0.4);
  }
}

.u-pt_9:not(:root) {
  padding-top: 9em;
}
@media screen and (max-width: 768px) {
  .u-pt_9:not(:root) {
    padding-top: calc(9px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-pt_9:not(:root) {
    padding-top: calc(9px * 10 * 0.4);
  }
}

.u-pt_10:not(:root) {
  padding-top: 10em;
}
@media screen and (max-width: 768px) {
  .u-pt_10:not(:root) {
    padding-top: calc(10px * 10 * 0.6);
  }
}
@media screen and (max-width: 520px) {
  .u-pt_10:not(:root) {
    padding-top: calc(10px * 10 * 0.4);
  }
}

.u-pb_1:not(:root) {
  padding-bottom: 1em;
}

.u-pb_2:not(:root) {
  padding-bottom: 2em;
}

.u-pb_3:not(:root) {
  padding-bottom: 3em;
}

.u-pb_4:not(:root) {
  padding-bottom: 4em;
}

.u-pb_5:not(:root) {
  padding-bottom: 5em;
}

.u-pb_6:not(:root) {
  padding-bottom: 6em;
}

.u-pb_7:not(:root) {
  padding-bottom: 7em;
}

.u-pb_8:not(:root) {
  padding-bottom: 8em;
}

.u-pb_9:not(:root) {
  padding-bottom: 9em;
}

.u-pb_10:not(:root) {
  padding-bottom: 10em;
}

.u-pr_1:not(:root) {
  padding-right: 1em;
}

.u-pr_2:not(:root) {
  padding-right: 2em;
}

.u-pr_3:not(:root) {
  padding-right: 3em;
}

.u-pr_4:not(:root) {
  padding-right: 4em;
}

.u-pr_5:not(:root) {
  padding-right: 5em;
}

.u-pr_6:not(:root) {
  padding-right: 6em;
}

.u-pr_7:not(:root) {
  padding-right: 7em;
}

.u-pr_8:not(:root) {
  padding-right: 8em;
}

.u-pr_9:not(:root) {
  padding-right: 9em;
}

.u-pr_10:not(:root) {
  padding-right: 10em;
}

.u-pl_1:not(:root) {
  padding-left: 1em;
}

.u-pl_2:not(:root) {
  padding-left: 2em;
}

.u-pl_3:not(:root) {
  padding-left: 3em;
}

.u-pl_4:not(:root) {
  padding-left: 4em;
}

.u-pl_5:not(:root) {
  padding-left: 5em;
}

.u-pl_6:not(:root) {
  padding-left: 6em;
}

.u-pl_7:not(:root) {
  padding-left: 7em;
}

.u-pl_8:not(:root) {
  padding-left: 8em;
}

.u-pl_9:not(:root) {
  padding-left: 9em;
}

.u-pl_10:not(:root) {
  padding-left: 10em;
}

.u-py_1:not(:root) {
  padding-block: 1em;
}

.u-py_2:not(:root) {
  padding-block: 2em;
}

.u-py_3:not(:root) {
  padding-block: 3em;
}

.u-py_4:not(:root) {
  padding-block: 4em;
}

.u-py_5:not(:root) {
  padding-block: 5em;
}

.u-py_6:not(:root) {
  padding-block: 6em;
}

.u-py_7:not(:root) {
  padding-block: 7em;
}

.u-py_8:not(:root) {
  padding-block: 8em;
}

.u-py_9:not(:root) {
  padding-block: 9em;
}

.u-py_10:not(:root) {
  padding-block: 10em;
}

.u-px_1:not(:root) {
  padding-inline: 1em;
}

.u-px_2:not(:root) {
  padding-inline: 2em;
}

.u-px_3:not(:root) {
  padding-inline: 3em;
}

.u-px_4:not(:root) {
  padding-inline: 4em;
}

.u-px_5:not(:root) {
  padding-inline: 5em;
}

.u-px_6:not(:root) {
  padding-inline: 6em;
}

.u-px_7:not(:root) {
  padding-inline: 7em;
}

.u-px_8:not(:root) {
  padding-inline: 8em;
}

.u-px_9:not(:root) {
  padding-inline: 9em;
}

.u-px_10:not(:root) {
  padding-inline: 10em;
}

@media screen and (min-width: 769px) {
  .u-sp_only {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 426px) {
  .u-sp_only {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .u-sp_only {
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  .u-tb_only {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 426px) {
  .u-tb_only {
    display: block !important;
  }
}
@media screen and (max-width: 520px) {
  .u-tb_only {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .u-pc_only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 426px) {
  .u-pc_only {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .u-pc_only {
    display: none;
  }
}

.u-display_i {
  display: inline;
}

.u-display_b {
  display: block;
}

.u-display_ib {
  display: inline-block;
}

.u-list01 {
  padding-left: 1.5em;
}
.u-list01 li {
  list-style: url(../images/common/icon/icon-arrow-b.svg);
}

.u-list_disc {
  padding-left: 1.5em;
}
.u-list_disc li {
  list-style: disc;
}

.u-hover_opacity {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.u-hover_opacity:hover {
  opacity: 0.8;
}