@charset "UTF-8";
/**
 * ViewPort Mixin and setting rem to pixel.
 */
/** ここでデザインファイルのサイズを入力 */
/**
 * mixin
 */
/**
 * pxをvwで返す関数
 */
/** デスクトップ上でpxをvwを返す */
/** モバイル上でpxをvwを返す */
/** largeDisplay（1536px以上）でウィンドウサイズサイズに追従するための関数 */
/**
 * Colors
 */
/**
 * Fonts
 */
@font-face {
  font-family: PPFragment;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PPFragment-GlareLight.woff2") format("woff2"), url("../fonts/PPFragment-GlareLight.woff") format("woff");
}
/* prettier-ignore */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
/* prettier-ignore */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

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

select,
video {
  outline: 0;
}

* {
  box-sizing: border-box;
  outline: 0;
}

input[type=submit],
input[type=button], button {
  box-sizing: content-box;
  box-sizing: border-box;
  appearance: button;
  border: none;
  border-radius: 0;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration, button::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus, button:focus {
  outline-offset: -2px;
}

/**
 * Common Settings
 */
/** noie */
.noie {
  position: relative;
  width: 100%;
  height: 100vh;
  color: #fff;
  text-align: left;
  background-color: #000;
}
.noie .heading6 {
  margin-bottom: 40rem;
  font-size: 29rem;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .noie .heading6 {
    margin-bottom: 30rem;
    font-size: 23rem;
  }
}
.noie .explain {
  font-size: 16rem;
  font-weight: 500;
  line-height: 2.02;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .noie .explain {
    font-size: 13rem;
    font-weight: 400;
    line-height: 220%;
  }
}
.noie .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .noie .text {
    width: 80%;
    max-width: 400rem;
  }
}

/**
 * Basic
 */
html {
  font-size: 0.078125vw;
}
@media (min-width: 1536px) {
  html {
    font-size: 0.078125vw;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.078125vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.104px;
  }
}
@media (max-width: 414px) {
  html {
    font-size: 0.2564102564vw;
  }
}

body {
  font-family: "Montserrat", "Zen Kaku Gothic New", "Zen Kaku Gothic New", "shippori-mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #222;
  text-align: center;
  opacity: 1;
  transition: 1s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  body {
    text-size-adjust: 100%;
  }
}
body.modal-open {
  overflow: hidden;
}

.wf-active body,
.loading-delay body {
  opacity: 1;
}

::selection {
  color: #222;
  background: #e9e8e8;
}

* {
  min-width: 0;
  min-height: 0;
}

a {
  color: #222;
  text-decoration: none;
}

img,
svg {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

.md {
  display: none !important;
}
@media (max-width: 768px) {
  .md {
    display: block !important;
  }
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.reg {
  line-height: 0;
  vertical-align: -0.4em;
}

.body_inner {
  position: relative;
  overflow: clip;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.footer {
  background: #ececec;
  padding: 100rem 0;
  margin-top: 100rem;
}
.footer .logo {
  width: 226rem;
  margin: 0 auto;
  display: block;
}
.footer__links1 {
  display: flex;
  justify-content: center;
  gap: 35rem;
  margin-top: 45rem;
}
.footer__links1 a {
  font-size: 15rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media (max-width: 768px) {
  .footer__links1 {
    flex-wrap: wrap;
    gap: 20rem 30rem;
    padding: 0 30rem;
  }
}
.footer__links2 {
  display: flex;
  justify-content: center;
  gap: 30rem;
  margin-top: 30rem;
}
.footer__links2 a {
  font-size: 13rem;
  font-weight: 500;
  color: #575757;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .footer__links2 {
    gap: 20rem;
  }
}
.footer__copyright {
  margin-top: 40rem;
  font-size: 12rem;
  color: #0f8446;
  font-weight: 500;
  font-family: "Montserrat", "Zen Kaku Gothic New", "Zen Kaku Gothic New", "shippori-mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  letter-spacing: 0.04em;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
.menu__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280rem;
  padding: 20rem 40rem;
  margin: 0 auto;
  background-color: #fff;
}
@media (max-width: 768px) {
  .menu__inner {
    padding: 10rem 20rem;
  }
}
.menu__logo {
  display: block;
  flex-shrink: 0;
  width: 227rem;
}
@media (max-width: 768px) {
  .menu__logo {
    width: 175rem;
  }
}
.menu__actions {
  display: flex;
  gap: 40rem;
  align-items: center;
}
@media (max-width: 768px) {
  .menu__actions {
    gap: 12rem;
  }
}
.menu__list {
  display: flex;
  gap: 30rem;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .menu__list {
    display: none;
  }
}
.menu__item {
  position: relative;
}
.menu__item--has-dropdown:hover .menu__dropdown, .menu__item--has-dropdown:focus-within .menu__dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.menu__item--has-dropdown:hover .menu__link, .menu__item--has-dropdown:focus-within .menu__link {
  color: #0f8446;
}
.menu__link {
  display: block;
  font-size: 14rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.menu__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  box-sizing: border-box;
  width: 273rem;
  height: 112rem;
  padding: 15rem;
  margin: 0;
  visibility: hidden;
  background-color: #19a058;
  border-radius: 10rem;
  opacity: 0;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  pointer-events: none;
  transform: translateX(-50%);
}
.menu__dropdown::before {
  position: absolute;
  top: -12rem;
  right: 0;
  left: 0;
  height: 12rem;
  content: "";
}
.menu__dropdown-title {
  margin: 0 0 6rem;
  font-size: 13rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fdffff;
}
.menu__dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu__dropdown-link {
  display: block;
  line-height: 0;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.menu__dropdown-link svg {
  display: block;
  width: 100%;
  height: auto;
}
.menu__dropdown-link:hover, .menu__dropdown-link:focus-visible {
  opacity: 0.88;
}
.menu__login {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 95rem;
  height: 38rem;
  font-size: 14rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background-color: #0f8446;
  border-radius: 8rem;
}
@media (max-width: 768px) {
  .menu__login {
    width: 84rem;
    height: 34rem;
    font-size: 13rem;
  }
}
.menu__hamburger {
  display: none;
  flex-shrink: 0;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  justify-content: center;
  width: 34rem;
  height: 34rem;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
@media (max-width: 768px) {
  .menu__hamburger {
    display: flex;
  }
}
.menu__hamburger-line {
  display: block;
  width: 20rem;
  height: 2rem;
  background-color: #222;
  border-radius: 1rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.menu.is-open .menu__hamburger-line:nth-child(1) {
  transform: translateY(7rem) rotate(45deg);
}
.menu.is-open .menu__hamburger-line:nth-child(2) {
  opacity: 0;
}
.menu.is-open .menu__hamburger-line:nth-child(3) {
  transform: translateY(-7rem) rotate(-45deg);
}
.menu.is-open .menu__panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.menu__panel {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  box-shadow: 0 16rem 32rem rgba(0, 0, 0, 0.08);
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}
@media (min-width: 769px) {
  .menu__panel {
    display: none;
  }
}
.menu__panel-nav {
  display: flex;
  flex-direction: column;
  gap: 24rem;
  max-width: 1280rem;
  padding: 24rem 20rem 32rem;
  margin: 0 auto;
}
.menu__panel-section {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.menu__panel-title {
  margin: 0;
  font-size: 13rem;
  font-weight: 500;
  line-height: 1.2;
  color: #0f8446;
}
.menu__panel-products {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  padding: 12rem;
  margin: 0;
  list-style: none;
  background-color: #19a058;
  border-radius: 10rem;
}
.menu__panel-product {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.menu__panel-product svg {
  display: block;
  width: 100%;
  height: auto;
}
.menu__panel-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu__panel-link {
  display: block;
  padding: 4rem 0;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  text-decoration: none;
}

body.is-menu-open {
  overflow: hidden;
}

.banners .ga-banner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 908rem;
  min-height: 180rem;
  padding-left: 75rem;
  margin: 0 auto;
  font-size: 22rem;
  line-height: 150%;
  color: #fff;
  text-align: left;
  background: linear-gradient(147deg, #22c2ed 4.85%, #a1d3e5 36.04%, #8cb6d5 67.71%, #404d99 97.29%);
  border-radius: 40rem;
}
@media (max-width: 768px) {
  .banners .ga-banner {
    padding-left: 20rem;
    min-height: 120rem;
    border-radius: 20rem;
    font-size: 18rem;
    margin: 0 auto;
    max-width: 90%;
  }
}
.banners .ga-banner .arrow {
  position: absolute;
  top: 50%;
  right: 75rem;
  display: flex;
  width: 36rem;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .banners .ga-banner .arrow {
    top: unset;
    bottom: 10rem;
    transform: translateY(0);
    right: 10rem;
    width: 30rem;
  }
}
.banners .ga-banner .arrow svg path {
  fill: #fff;
}
.banners .ga-banner .arrow circle {
  stroke: #fff;
}
.banners .diagnostic-banner {
  display: flex;
  gap: 60rem;
  align-items: center;
  max-width: 908rem;
  padding: 55rem 65rem;
  margin: 55rem auto 0;
  background: #0f8446;
  border-radius: 40rem;
}
@media (max-width: 768px) {
  .banners .diagnostic-banner {
    flex-direction: column;
    gap: 20rem;
    align-items: center;
    justify-content: center;
    width: 90%;
    padding: 30rem;
  }
}
.banners .diagnostic-banner .image {
  width: 392rem;
}
@media (max-width: 768px) {
  .banners .diagnostic-banner .image {
    width: 100%;
  }
}
.banners .diagnostic-banner .diagnostic-button {
  display: flex;
  gap: 25rem;
  align-items: center;
  justify-content: center;
  width: 326rem;
  height: 76rem;
  font-size: 19rem;
  font-weight: 700;
  line-height: 150%;
  color: #0f8446;
  background: #fff;
  border-radius: 10rem;
}
@media (max-width: 768px) {
  .banners .diagnostic-banner .diagnostic-button {
    width: 90%;
    height: 50rem;
  }
}
.banners .diagnostic-banner .diagnostic-button .arrow {
  width: 36rem;
  display: flex;
}
@media (max-width: 768px) {
  .banners .diagnostic-banner .diagnostic-button .arrow {
    width: 30rem;
  }
}

.firstview {
  display: flex;
  flex-direction: row-reverse;
  gap: 40rem;
  align-items: center;
  justify-content: center;
  max-width: 1150rem;
  margin: 110rem auto 0;
}
@media (max-width: 768px) {
  .firstview {
    flex-direction: column-reverse;
    gap: 20rem;
  }
}
.firstview .firstview-text-wrap {
  max-width: 460rem;
}
@media (max-width: 768px) {
  .firstview .firstview-text-wrap {
    width: 100%;
  }
}
.firstview .firstview-h1 {
  max-width: 270rem;
  margin: 0 auto 20rem 0;
}
@media (max-width: 768px) {
  .firstview .firstview-h1 {
    width: 90%;
    margin: 0 auto;
  }
}
.firstview .firstview-h2 {
  display: block;
  font-size: 20rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  .firstview .firstview-h2 {
    margin-top: 20rem;
    font-size: 17rem;
    text-align: center;
  }
}
.firstview .firstview-h3 {
  margin: 10rem auto 30rem;
  font-size: 18rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  .firstview .firstview-h3 {
    font-size: 15rem;
    text-align: center;
  }
}
.firstview .firstview-text {
  display: block;
  font-size: 15rem;
  line-height: 210%;
  text-align: left;
}
@media (max-width: 768px) {
  .firstview .firstview-text {
    width: 90%;
    margin: 10rem auto 0;
    font-size: 13rem;
  }
}
.firstview .firstview-buttons {
  display: flex;
  gap: 20rem;
  margin: 40rem auto 0;
}
@media (max-width: 768px) {
  .firstview .firstview-buttons {
    gap: 10rem;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin-top: 20rem;
  }
}
.firstview .firstview-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 219rem;
  height: 52rem;
  font-size: 17rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background-color: #0f8446;
  border-radius: 8rem;
}
@media (max-width: 768px) {
  .firstview .firstview-button {
    flex: 1;
  }
}
.firstview .firstview-image {
  max-width: 640rem;
}

.worry {
  padding-top: 80rem;
  margin: 80rem auto;
  background: #ececec;
}
@media (max-width: 768px) {
  .worry {
    padding-top: 20rem;
  }
}
.worry .image {
  max-width: 965rem;
  margin: 0 auto;
  transform: translateY(50rem);
}
@media (max-width: 768px) {
  .worry .image {
    max-width: 90%;
    transform: translateY(30rem);
  }
}

.worry-content {
  margin: 100rem auto;
}
.worry-content .heading2 {
  max-width: 860rem;
  margin: 0 auto -50rem;
}
@media (max-width: 768px) {
  .worry-content .heading2 {
    max-width: 100%;
    margin: 0 auto;
  }
}
.worry-content .worry-content {
  max-width: 1070rem;
  padding: 75rem 100rem;
  margin: 0 auto;
  background: #fff;
  border: 13px solid #0097d5;
  border-radius: 143rem;
}
@media (max-width: 768px) {
  .worry-content .worry-content {
    width: 90%;
    padding: 30rem 20rem;
    border-radius: 40rem;
  }
}
.worry-content .worry-wrap {
  display: flex;
  gap: 60rem;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .worry-content .worry-wrap {
    flex-direction: column;
    gap: 20rem;
    width: 90%;
  }
}
.worry-content .images {
  display: flex;
  flex-direction: column;
  max-width: 348rem;
}
.worry-content .image {
  overflow: hidden;
  line-height: 0;
  border-radius: 10rem;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}
.worry-content .text-wrap {
  flex: 1;
}
.worry-content .heading3 {
  margin-bottom: 30rem;
  font-size: 18rem;
  font-weight: 700;
  line-height: 189%;
  text-align: left;
}
.worry-content .text {
  display: block;
  font-weight: 500;
  text-align: left;
}

.worry-content .text {
  margin: 20rem auto 40rem;
  font-size: 16rem;
  line-height: 205%;
}
.worry-content .worry-wrap {
  align-items: center;
}
.worry-content .images {
  gap: 20rem;
}

.benefit {
  padding: 100rem 0;
  margin: 100rem auto;
  background: #d2e9f2;
}
@media (max-width: 768px) {
  .benefit {
    padding: 50rem 0;
    margin: 50rem auto;
  }
}
.benefit .heading2 {
  max-width: 502rem;
  margin: 0 auto 40rem;
}
@media (max-width: 768px) {
  .benefit .heading2 {
    width: 90%;
  }
}
.benefit .benefit-text {
  margin: 40rem auto;
  font-size: 16rem;
  line-height: 210%;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .benefit .benefit-text {
    width: 90%;
    font-size: 14rem;
    text-align: left;
  }
}
.benefit .benefit-content {
  display: flex;
  gap: 40rem;
  justify-content: center;
  margin: 70rem auto 0;
}
@media (max-width: 768px) {
  .benefit .benefit-content {
    flex-direction: column;
    gap: 60rem 20rem;
    align-items: center;
    justify-content: center;
    width: 90%;
  }
}
.benefit .benefit-item {
  position: relative;
  width: 285rem;
  padding: 50rem 15rem 25rem;
  background: #fff;
  border: 6px solid #0097d5;
  border-radius: 12rem;
}
.benefit .benefit-item .text {
  display: block;
  margin-top: 15rem;
  font-size: 14rem;
  line-height: 168%;
  text-align: left;
}
.benefit .benefit-item .heading3 {
  font-size: 33rem;
  font-weight: 700;
  color: #0097d5;
}
.benefit .benefit-item .heading4 {
  margin: 30rem auto;
  font-size: 18rem;
  font-style: normal;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.18rem;
  -webkit-text-stroke-width: 0.15px;
  -webkit-text-stroke-color: #222;
}
.benefit .number {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70rem;
  height: 70rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", "Zen Kaku Gothic New", "shippori-mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  font-size: 34rem;
  font-weight: 700;
  color: #fff;
  background: #0097d5;
  border-radius: 100px;
  transform: translate(-50%, -50%);
}

.function {
  max-width: 910rem;
  margin: 100rem auto;
}
.function .heading2 {
  font-size: 31rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  .function .heading2 {
    max-width: 90%;
    margin: 0 auto;
  }
}
.function .heading2 .en {
  font-size: 39rem;
  font-weight: 500;
  color: #0097d5;
}
.function .heading4 {
  display: block;
  margin: 75rem auto 20rem;
  font-size: 27rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  .function .heading4 {
    width: 90%;
  }
}
.function .function-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 30rem;
  margin-top: 40rem;
}
@media (max-width: 768px) {
  .function .function-categories {
    gap: 10rem;
    max-width: 90%;
    margin: 30rem auto 0;
  }
}
.function .category {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 204rem;
  font-weight: 500;
  line-height: 150%;
  color: #222;
  text-align: center;
  background: rgba(0, 151, 213, 0.1);
  border-radius: 10rem;
}
@media (max-width: 768px) {
  .function .category {
    width: calc(50% - 5rem);
    height: unset;
  }
}
.function .feature-table + .feature-table {
  margin-top: 6rem;
}
.function .feature-table {
  display: flex;
  gap: 9rem;
  max-width: 901rem;
}
.function .feature-table + .function .feature-table {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .function .feature-table {
    gap: 6rem;
    max-width: 90%;
    margin: 0 auto;
  }
  .function .feature-table + .function .feature-table {
    margin-top: 6rem;
  }
}
.function .feature-table-category {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 266rem;
  padding: 20rem 16rem;
  font-size: 18rem;
  font-weight: 700;
  line-height: 150%;
  color: #222;
  text-align: center;
  background: #e4f5fb;
  border-radius: 12rem;
}
@media (max-width: 768px) {
  .function .feature-table-category {
    width: 90rem;
    padding: 12rem 8rem;
    font-size: 12rem;
    border-radius: 8rem;
  }
}
.function .feature-table-rows {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6rem;
  min-width: 0;
}
.function .feature-table-row {
  display: flex;
  gap: 9rem;
  min-height: 67rem;
}
@media (max-width: 768px) {
  .function .feature-table-row {
    gap: 6rem;
    min-height: unset;
  }
}
.function .feature-table-badges {
  display: flex;
  flex-shrink: 0;
  gap: 7rem;
  width: 107rem;
  max-width: 107rem;
}
@media (max-width: 768px) {
  .function .feature-table-badges {
    gap: 3rem;
    width: 48rem;
  }
}
.function .feature-table-badges .feature-table-badge {
  width: calc(50% - 3.5rem);
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.function .feature-table-badge {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 107rem;
  font-size: 16rem;
  font-weight: 700;
  color: #fff;
  background: #19a058;
  border-radius: 9rem;
}
.function .feature-table-badge.is-manual {
  background: #f69920;
}
@media (max-width: 768px) {
  .function .feature-table-badge {
    width: 48rem;
    font-size: 11rem;
    border-radius: 6rem;
  }
}
.function .feature-table-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6rem;
  justify-content: center;
  min-width: 0;
  padding: 12rem 16rem;
  text-align: left;
  background: #e4f5fb;
  border-radius: 12rem;
}
@media (max-width: 768px) {
  .function .feature-table-content {
    gap: 4rem;
    padding: 10rem 12rem;
    border-radius: 8rem;
  }
}
.function .feature-table-title {
  margin: 0;
  margin-bottom: -5rem;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
}
@media (max-width: 768px) {
  .function .feature-table-title {
    font-size: 12rem;
  }
}
.function .feature-table-desc {
  margin: 0;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  .function .feature-table-desc {
    font-size: 10rem;
  }
}

.function .heading3 {
  position: relative;
  padding-left: 30rem;
  margin: 45rem auto 30rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", "Zen Kaku Gothic New", "shippori-mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  font-size: 34rem;
  text-align: left;
}
@media (max-width: 768px) {
  .function .heading3 {
    width: 90%;
  }
}
.function .heading3::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14rem;
  height: 47rem;
  content: "";
  background: #0097d5;
  transform: translateY(-50%);
}
.function .plus {
  display: block;
  width: 33rem;
  margin: 10rem auto;
}
.function .basic {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900rem;
  height: 54rem;
  margin: 0 auto;
  font-family: "Montserrat", "Zen Kaku Gothic New", "Zen Kaku Gothic New", "shippori-mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  font-size: 34rem;
  border: 5px solid #0097d5;
}
@media (max-width: 768px) {
  .function .basic {
    max-width: 90%;
  }
}
.function .category {
  height: 114rem;
  font-size: 18rem;
}
@media (max-width: 768px) {
  .function .category {
    padding: 20rem;
    font-size: 15rem;
  }
}
.function .plus + .feature-table {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .function .feature-table {
    margin: 50rem auto 0;
  }
}
.function .image-wrap {
  margin-top: 75rem;
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .function .image-wrap {
    padding: 0 5%;
    overflow-x: scroll;
    overflow-y: visible;
  }
}
.function .image-wrap .table-image {
  width: 900rem;
}
@media (max-width: 768px) {
  .function .image-wrap .table-image {
    width: 600rem;
  }
}
.function .image-wrap ::-webkit-scrollbar {
  display: none;
}

.implementation {
  max-width: 910rem;
  margin: 100rem auto;
}
@media (max-width: 768px) {
  .implementation {
    width: 90%;
    max-width: 100%;
  }
}
.implementation .heading2 {
  font-size: 31rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  .implementation .heading2 {
    text-align: center;
  }
}
.implementation .implementation-content {
  display: flex;
  gap: 10rem;
  align-items: center;
  justify-content: center;
  margin: 70rem auto 0;
}
@media (max-width: 768px) {
  .implementation .implementation-content {
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
    width: 90%;
  }
}
.implementation .arrow {
  width: 18rem;
}
@media (max-width: 768px) {
  .implementation .arrow {
    margin: 20rem auto 60rem;
    transform: rotate(90deg);
  }
}
.implementation .implementation-item {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  width: 200rem;
  padding: 30rem 0;
  background: #fff;
  border: 6px solid #0097d5;
  border-radius: 12rem;
}
.implementation .implementation-item.is-02 {
  border-color: #008ed5;
}
.implementation .implementation-item.is-02 .number {
  background: #008ed5;
}
.implementation .implementation-item.is-03 {
  border-color: #2a81b4;
}
.implementation .implementation-item.is-03 .number {
  background: #2a81b4;
}
.implementation .implementation-item.is-04 {
  border-color: #2a5fb4;
}
.implementation .implementation-item.is-04 .number {
  background: #2a5fb4;
}
.implementation .implementation-item .text {
  display: block;
  font-size: 18rem;
  font-weight: 500;
  line-height: 168%;
  text-align: center;
}
.implementation .implementation-item .heading3 {
  font-size: 33rem;
  font-weight: 700;
  color: #0097d5;
}
.implementation .implementation-item .heading4 {
  margin: 30rem auto;
  font-size: 18rem;
  font-style: normal;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.18rem;
  -webkit-text-stroke-width: 0.15px;
  -webkit-text-stroke-color: #222;
}
.implementation .number {
  position: absolute;
  top: -20rem;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70rem;
  height: 70rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", "Zen Kaku Gothic New", "shippori-mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  font-size: 34rem;
  font-weight: 700;
  color: #fff;
  background: #0097d5;
  border-radius: 100px;
  transform: translate(-50%, -50%);
}

.plan {
  max-width: 920rem;
  padding: 90rem 140rem;
  margin: 100rem auto;
  background: #d2e9f2;
  border-radius: 143rem;
}
@media (max-width: 768px) {
  .plan {
    width: 90%;
    padding: 30rem;
    border-radius: 14rem;
  }
}

.options {
  margin-top: 100rem;
}
.options .heading2 {
  font-size: 31rem;
  font-weight: 700;
}
.options .option-links {
  display: flex;
  gap: 20rem;
  justify-content: center;
  margin: 40rem auto 0;
}
@media (max-width: 768px) {
  .options .option-links {
    flex-wrap: wrap;
    width: 90%;
  }
}
.options .about-link,
.options .option-link {
  position: relative;
  width: 204rem;
  max-width: 204rem;
  background: #fff;
  padding: 32rem 22rem 22rem;
  border-radius: 12rem;
  border-width: 6px;
  border-style: solid;
}
.options .about-link--pub,
.options .option-link--pub {
  border-color: #0097d5;
}
.options .about-link--pub .en,
.options .option-link--pub .en {
  color: #0097d5;
}
.options .about-link--local,
.options .option-link--local {
  border-color: #00789c;
}
.options .about-link--local .en,
.options .option-link--local .en {
  color: #00789c;
}
.options .about-link--cloud,
.options .option-link--cloud {
  border-color: #2a5fb4;
}
.options .about-link--cloud .en,
.options .option-link--cloud .en {
  color: #2a5fb4;
}
.options .about-link--hub,
.options .option-link--hub {
  border-color: #107b42;
}
.options .about-link--hub .en,
.options .option-link--hub .en {
  color: #107b42;
}
.options .about-link .en,
.options .option-link .en {
  font-size: 38rem;
  font-weight: 500;
  display: block;
}
.options .about-link .ja,
.options .option-link .ja {
  font-size: 18rem;
  font-weight: 500;
  display: block;
  margin: 20rem auto 15rem;
}
.options .about-link .soon,
.options .option-link .soon {
  color: #fff;
  font-size: 14rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", "Zen Kaku Gothic New", "shippori-mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #cad2ce;
  width: 134rem;
  height: 30rem;
}
.options .about-link .description,
.options .option-link .description {
  font-size: 13.5rem;
  line-height: 145%;
}
.options .about-link .about-button,
.options .option-link .about-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34rem;
  font-weight: 500;
  color: #fff;
  font-size: 14rem;
  background: #0f8446;
  border-radius: 100px;
  margin-top: 16rem;
}
@media (max-width: 768px) {
  .options .about-link,
  .options .option-link {
    flex: calc(50% - 10rem);
  }
}
.options .about-link--soon,
.options .option-link--soon {
  pointer-events: none;
}

.about-pub {
  display: none;
}
