@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&display=swap");
:root {
  /* FONT */
  --font-family-YakuHanJP: "YakuHanJP";
  --font-family-Roboto: "Roboto";
  --font-family-NotoSansJP: "Noto Sans JP";
  --color-sample-01: #444444;
  --color-sample-02: #ffffff;
  --color-sample-03: #C2C2C2;
  --color-white: #ffffff;
  --color-gray: #f8f8f8;
  --color-primary: #3C2C25;
  --color-secondary: #6A757D;
  --tint-primary: #F47214;
  --tint-secondary: #37C0A2;
  --tint-kaizen: #43a047;
  --tint-important: #e74c3c;
  --tint-white: #FAF7F3;
  --tint-lwhite: #F6F9FC;
  --border-primary: #E2E3E5;
  --border-menu: #A3B6C7;
  --border-table: #d1d1d1;
  --text-link: #007AFF;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  font-family: var(--font-family-YakuHanJP), var(--font-family-Roboto), var(--font-family-NotoSansJP), Meiryo, sans-serif;
  font-size: 1.8rem;
  color: var(--color-primary);
  position: relative;
  font-weight: normal;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1280px;
  }
}
body.fixed {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
  inset: 0;
}

picture {
  display: block;
}

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

a {
  transition: all 0.3s;
}

.gmoGroupHeader,
.gmoGroupFooter,
.gmoGroupSecurity {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.gmoGroupFooter a,
.gmoGroupSecurity a {
  font-feature-settings: normal;
}

.gmoGroupSecurity_box {
  max-width: 1200px;
}

.l-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-top: 56px;
  }
}
@media screen and (min-width: 769px) {
  .l-wrapper {
    padding-top: 80px;
  }
}

.l-header {
  width: 100%;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--tint-white);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .l-header {
    top: 29px;
    height: 80px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 56px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__inner {
    max-width: 1280px;
    min-width: 1280px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 145px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__logo {
    max-width: 168px;
  }
}
.l-header__logo-link {
  display: block;
}
.l-header__logo-text {
  color: var(--text-text-secondary);
  font-size: 1rem;
  display: block;
}
.l-header__logo-img {
  max-width: 100%;
  height: auto;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .l-header__nav__humburger {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__humburger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__humburger__box {
    width: 20px;
    height: 18px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .l-header__nav__humburger__box > span {
    width: 100%;
    height: 2px;
    background-color: #B8B3A9;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
  }
  .l-header__nav__humburger__box > span:nth-of-type(1) {
    top: 0;
  }
  .l-header__nav__humburger__box > span:nth-of-type(2) {
    bottom: 8px;
  }
  .l-header__nav__humburger__box > span:nth-of-type(3) {
    bottom: 0;
  }
  .l-header__nav__humburger.is-active .l-header__nav__humburger__box > span:nth-of-type(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .l-header__nav__humburger.is-active .l-header__nav__humburger__box > span:nth-of-type(2) {
    opacity: 0;
    translate: 50%;
  }
  .l-header__nav__humburger.is-active .l-header__nav__humburger__box > span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__wrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 57px;
    translate: 100%;
    transition: all 0.3s;
    transform-origin: center right;
  }
  .l-header__nav__wrap.no-animation {
    transition: none;
  }
  .l-header__nav__wrap.is-active {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    background: #fff;
    padding-bottom: 56px;
    translate: 0;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__content {
    width: 100%;
    height: auto;
    background-color: var(--color-white);
    padding-bottom: 36px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    position: relative;
    z-index: 99;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__content {
    display: flex;
    align-items: center;
    gap: 0 72px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__list {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.l-header__nav__list__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__nav__list__item {
    border-bottom: 1px solid var(--border-primary);
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__list__item:nth-of-type(6) .l-header__nav__submenu__content__wrap {
    padding: 0 40px 0 839px;
  }
}
.l-header__nav__list-link {
  color: var(--color-primary);
  display: block;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .l-header__nav__list-link {
    font-size: 1.5rem;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    position: relative;
  }
  .l-header__nav__list-link::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--color-primary);
    border-left: 1px solid var(--color-primary);
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all 0.3s;
    rotate: 135deg;
    translate: 0 -50%;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__list-link {
    font-size: 1.5rem;
    padding-bottom: 26px;
    padding-top: 26px;
    position: relative;
    transition: all 0.3s;
  }
  .l-header__nav__list-link::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #F84400;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .l-header__nav__list-link:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .l-header__nav__list-link.is-current {
    color: var(--tint-primary);
    pointer-events: none;
  }
  .l-header__nav__list-link.is-current::after {
    transform: scale(1, 1);
  }
}
.l-header__nav__submenu {
  display: block;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  .l-header__nav__submenu {
    border-bottom: 1px solid var(--border-primary);
    font-size: 1.5rem;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 0;
    padding-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__submenu {
    cursor: pointer;
    font-size: 1.5rem;
    padding: 26px 17px 26px 0;
    position: relative;
    transition: all 0.3s;
    background: url("/healthtechone/assets/imgs/common/nav_icon.svg") no-repeat right center;
  }
  .l-header__nav__submenu::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #F84400;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .l-header__nav__submenu:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .l-header__nav__submenu.is-hover::after {
    transform: scale(1, 1);
  }
  .l-header__nav__submenu.is-current {
    color: var(--tint-primary);
  }
  .l-header__nav__submenu.is-current::after {
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__submenu__content {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 12px 20px 0 rgba(108, 108, 108, 0.1);
    position: fixed;
    left: 0;
    top: 109px;
    transform: scale(1, 0);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .l-header__nav__submenu__content.is-hover {
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__submenu__content__wrap {
    width: 1280px;
    height: 63px;
    display: flex;
    align-items: center;
    padding: 0 40px 0 281px;
    gap: 0 32px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__submenu__item + .l-header__nav__submenu__item {
    border-top: 1px solid var(--border-primary);
  }
}
.l-header__nav__submenu-link {
  display: block;
  line-height: 175%;
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.l-header__nav__submenu-link.icon-window {
  background-image: url("/healthtechone/assets/imgs/common/icon_window_02.svg");
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: right top calc(50% - 2px);
  padding-right: 18px;
}
.l-header__nav__submenu-link.icon-window::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__nav__submenu-link {
    font-size: 1.4rem;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 20px;
    padding-top: 10px;
    position: relative;
  }
  .l-header__nav__submenu-link::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--color-primary);
    border-left: 1px solid var(--color-primary);
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all 0.3s;
    rotate: 135deg;
    translate: 0 -50%;
  }
  .l-header__nav__submenu-link.icon-window {
    background-position: right 8px top 50%;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__submenu-link {
    color: #3c2c25;
    font-size: 1.5rem;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    height: 63px;
  }
  .l-header__nav__submenu-link::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #F84400;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .l-header__nav__submenu-link:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .l-header__nav__submenu-link.is-hover::after {
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__cv-list {
    margin-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__cv-list {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.l-header__nav__cv-list__btn {
  background-color: #FF8F3E;
  border-radius: 100vh;
  color: var(--color-sample-02);
  text-align: center;
  display: block;
  line-height: 1.7;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (max-width: 768px) {
  .l-header__nav__cv-list__btn {
    font-size: 1.6rem;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav__cv-list__btn {
    font-size: 1.4rem;
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
@media (any-hover: hover) {
  .l-header__nav__cv-list__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__cv-list__btn + .l-header__nav__cv-list__btn {
    margin-top: 8px;
  }
}

.l-main {
  overflow: hidden;
}

.l-footer__share {
  height: 110px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__share {
    height: 90px;
  }
}
.l-footer__share .l-footer__share-text {
  font-weight: bold;
  color: #6a757d;
  letter-spacing: normal;
}
.l-footer__share > a {
  display: block;
}

.l-footer {
  width: 100%;
}
.l-footer__main {
  background-color: #F57B23;
}
.l-footer__main__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__main__inner {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__main__inner {
    padding-bottom: 26px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 26px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__menu {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__menu__item + .l-footer__menu__item {
    margin-top: 10px;
  }
}
.l-footer__menu-link {
  color: var(--color-white);
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.l-footer__menu-link.icon-window::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background-image: url("/healthtechone/assets/imgs/common/icon_window_03.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .l-footer__menu-link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__menu-link {
    font-size: 1.6rem;
  }
}
.l-footer__menu-link:hover {
  text-decoration: underline;
}
.l-footer__sub {
  background-color: var(--color-primary);
}
.l-footer__sub__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__sub__inner {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__sub__inner {
    padding-bottom: 32px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__submenu {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__submenu__item + .l-footer__submenu__item {
    margin-top: 4px;
  }
}
.l-footer__submenu-link {
  color: #F1E5D8;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.l-footer__submenu-link:hover {
  text-decoration: underline;
}
.l-footer__submenu-link.icon-window::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background-image: url("/healthtechone/assets/imgs/common/icon_window_01.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .l-footer__submenu-link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__submenu-link {
    font-size: 1.5rem;
  }
}
.l-footer__info {
  margin-top: 40px;
}
.l-footer__info-text {
  color: #F1E5D8;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-footer__info-text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__info-text {
    font-size: 1.2rem;
  }
}
.l-footer__info-copyright {
  color: #F1E5D8;
  line-height: 1.5;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__info-copyright {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__info-copyright {
    font-size: 1.2rem;
  }
}
.l-footer-siteseal {
  background-color: #fff;
}
.l-footer-siteseal__inner {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  padding: 40px 0;
}
.l-footer-siteseal__inner > div {
  width: 100px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer-siteseal__inner {
    gap: 0 10px;
  }
}
.l-footer-security {
  max-width: 1200px;
  margin: 0 auto;
}
.l-footer-security__logo {
  padding: 20px 0 20px 10px;
}
@media screen and (max-width: 768px) {
  .l-footer-security__logo {
    text-align: center;
  }
}

.l-cvfooter {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-cvfooter {
    width: 100%;
    display: flex;
    padding: 8px 8px;
    justify-content: center;
    gap: 0 8px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    z-index: 99999;
    pointer-events: none;
  }
  .l-cvfooter.is-active {
    opacity: 1;
    transition: all 0.5s;
    pointer-events: auto;
  }
  .l-cvfooter .l-header__nav__cv-list__btn:nth-of-type(1) {
    height: 42px;
    width: 147px;
    font-size: 1.4rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-cvfooter .l-header__nav__cv-list__btn {
    height: 42px;
    width: 189px;
    font-size: 1.4rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
}
/* ▼▼▼▼▼▼ Component BREADCRUMB STYLE　▼▼▼▼▼▼ */
.c-breadcrumb {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    margin-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .c-breadcrumb {
    margin-top: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.c-breadcrumb__list {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__list {
    overflow: auto;
    overscroll-behavior-block: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--color-gray-001) var(--color-gray-003);
    white-space: nowrap;
    padding-bottom: 4px;
    padding-left: 0;
  }
  .c-breadcrumb__list::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .c-breadcrumb__list::-webkit-scrollbar-track {
    background-color: var(--color-gray-003);
    border-radius: 100vh;
  }
  .c-breadcrumb__list::-webkit-scrollbar-thumb {
    background-color: var(--color-gray-001);
    border: 3px solid var(--color-gray-003);
    border-radius: 100vh;
    border-left: 0;
    border-right: 0;
  }
}
.c-breadcrumb__list__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  position: relative;
}
.c-breadcrumb__list__link {
  color: var(--color-primary);
  text-decoration: underline;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__list__link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .c-breadcrumb__list__link {
    font-size: 1.6rem;
  }
}
.c-breadcrumb__list__item:last-child {
  color: var(--color-primary);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__list__item:last-child {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .c-breadcrumb__list__item:last-child {
    font-size: 1.6rem;
  }
}
.c-breadcrumb__list__item + .c-breadcrumb__list__item {
  margin-left: 26px;
}
.c-breadcrumb__list__item + .c-breadcrumb__list__item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-primary);
  border-left: 1px solid var(--color-primary);
  display: block;
  position: absolute;
  inset: 4px -20px;
  transition: all 0.3s;
  rotate: 135deg;
}

/* ▲▲▲▲▲▲ Component BREADCRUMB STYLE　▲▲▲▲▲▲ */
.c-button__primary {
  background-color: #FF8F3E;
  width: 100%;
  border-radius: 100vh;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 2px;
  display: block;
}
@media (any-hover: hover) {
  .c-button__primary:hover {
    opacity: 0.7;
  }
}
.c-button__secondary {
  background-color: var(--tint-secondary);
  width: 100%;
  border-radius: 100vh;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 2px;
  display: block;
}
@media (any-hover: hover) {
  .c-button__secondary:hover {
    opacity: 0.7;
  }
}
.c-button__next, .c-button__back {
  max-width: 320px;
  height: 56px;
  font-size: 1.6rem;
  width: 100%;
  background-color: var(--color-white);
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (any-hover: hover) {
  .c-button__next:hover, .c-button__back:hover {
    opacity: 0.7;
  }
}
.c-button__next::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  rotate: 135deg;
  translate: 0 -50%;
  border-top: 2px solid var(--color-primary);
  border-left: 2px solid var(--color-primary);
  right: 32px;
}
.c-button__back::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  rotate: 135deg;
  translate: 0 -50%;
  border-bottom: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  left: 32px;
}
.c-button__window {
  max-width: 400px;
  height: 56px;
  font-size: 1.6rem;
  width: 100%;
  background-color: var(--color-white);
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.c-button__window::after {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  inset: 0 22px 0 auto;
  background-image: url("/healthtechone/assets/imgs/common/open-in-new.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-button__window::after {
    width: 24px;
    height: 24px;
  }
}

.c-link-external {
  color: var(--text-link);
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
}
@media (any-hover: hover) {
  .c-link-external:hover {
    text-decoration: underline;
  }
}
.c-link-external24 {
  color: var(--text-link);
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .c-link-external24 {
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .c-link-external24:hover {
    text-decoration: underline;
  }
}
.c-link-external::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/healthtechone/assets/imgs/common/icon-external.svg");
  display: block;
}
.c-link-external24::after {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("/healthtechone/assets/imgs/common/icon-external.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.c-notes {
  color: #747170;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-notes {
    font-size: 1.2rem;
    margin-top: 24px;
    text-indent: -1.2rem;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .c-notes {
    font-size: 1.4rem;
    margin-top: 32px;
  }
}
.c-notes::before {
  content: "※";
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-notes::before {
    font-size: 1.2rem;
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .c-notes::before {
    font-size: 1.4rem;
    margin-top: 32px;
  }
}

.js-modalOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  transition: opacity 0.2s;
}

.js-modalBox {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px 80px;
  border-radius: 10px;
  z-index: 9999;
  min-width: 320px;
  max-width: 90vw;
  max-height: 80vh;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .js-modalBox {
    padding: 48px 20px 32px;
  }
}

.c-modal__closebtn {
  position: absolute;
  top: 12px;
  right: 16px;
  display: block;
  width: 30px;
  height: 30px;
}
.c-modal__closebtn::before, .c-modal__closebtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 24px;
  background: #000;
}
.c-modal__closebtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__closebtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .c-modal__closebtn {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
  }
  .c-modal__closebtn::before, .c-modal__closebtn::after {
    height: 20px;
  }
}

.modalinfo {
  display: none;
}

.p-aiassist-modal__closeBtn {
  border-radius: 28px;
  width: 320px;
  height: 56px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7954e;
  font-size: 1.6rem;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-aiassist-modal__closeBtn {
    width: 100%;
    max-width: 360px;
  }
}

.p-common {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-common {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-common {
    padding-bottom: 80px;
    padding-top: 40px;
  }
}
.p-common-heading__title {
  color: var(--color-primary);
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .p-common-heading__title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-common-heading__title {
    font-size: 4rem;
  }
}
.p-common-heading__text {
  color: var(--color-primary);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-common-heading__text {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-heading__text {
    font-size: 1.8rem;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-common-section {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section {
    margin-top: 80px;
  }
}
.p-common-section__title {
  color: var(--color-primary);
  line-height: 1.2;
  position: relative;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-common-section__title {
    font-size: 2.4rem;
    padding-left: 12px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__title {
    font-size: 3.2rem;
    padding-left: 28px;
  }
}
.p-common-section__title::before {
  content: "";
  width: 4px;
  background-color: #F9A76C;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-common-section__title::before {
    height: 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__title::before {
    height: 40px;
  }
}
.p-common-section__subtitle {
  color: var(--color-primary);
  line-height: 1.4;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-common-section__subtitle {
    font-size: 2rem;
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__subtitle {
    font-size: 2.4rem;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-common-section__subtitle + .p-common-section__text {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__subtitle + .p-common-section__text {
    margin-top: 32px;
  }
}
.p-common-section__text {
  color: var(--color-primary);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-common-section__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__text {
    font-size: 1.8rem;
  }
}
.p-common-section__box {
  width: 100%;
  background-color: var(--color-gray);
}
@media screen and (max-width: 768px) {
  .p-common-section__box {
    margin-top: 24px;
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__box {
    margin-top: 32px;
    padding-bottom: 32px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 32px;
  }
}
.p-common-section__box-heading {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-common-section__box-heading {
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__box-heading {
    gap: 40px;
  }
}
.p-common-section__box-heading__title {
  min-width: fit-content;
  color: var(--color-primary);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-common-section__box-heading__title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-common-section__box-heading__title {
    font-size: 1.8rem;
  }
}

.p-feature .p-common-heading__title {
  display: flex;
  gap: 0 16px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-feature .p-common-heading__title {
    gap: 0 12px;
  }
  .p-feature .p-common-heading__title > img {
    width: 179px;
    height: 44px;
  }
}
.p-feature .p-common-heading__text {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-feature .p-common-heading__text {
    margin-top: 28px;
  }
}
.p-feature-smooth {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-feature-smooth {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-smooth {
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-smooth__list {
    display: flex;
    align-items: center;
  }
}
.p-feature-smooth__list__item {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-feature-smooth__list__item {
    border-bottom: 1px solid var(--tint-primary);
  }
}
@media screen and (min-width: 769px) {
  .p-feature-smooth__list__item + .p-feature-smooth__list__item::before {
    content: "";
    height: calc(100% - 28px);
    border-left: 1px solid var(--tint-primary);
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
.p-feature-smooth__list__item-link {
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-feature-smooth__list__item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-smooth__list__item-link {
    display: block;
    padding-bottom: 16px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 16px;
  }
}
.p-feature-smooth__list__item-arrow {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-feature-smooth__list__item-arrow {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
  }
}
.p-feature-smooth__list__item-text {
  color: var(--color-primary);
  font-size: 1.6rem;
  text-align: center;
}
.p-feature-smooth__list__item-title {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .p-feature-smooth__list__item-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-smooth__list__item-title {
    font-size: 2.4rem;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-smooth__list__item-text + .p-feature-smooth__list__item-title {
    margin-top: 8px;
  }
}
.p-feature-smooth__fixed {
  width: 100%;
  background-color: rgba(0, 91, 172, 0.5);
  padding-bottom: 16px;
  padding-top: 16px;
  position: fixed;
  left: 0;
  top: 80px;
  transform: translateY(-110px);
  transition: transform 0.3s;
  transform-origin: left top;
}
.p-feature-smooth__fixed.is-fixed {
  transform: translateY(0);
}
.p-feature-smooth__fixed__wrap {
  max-width: 1080px;
  min-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.p-feature-smooth__fixed .p-feature-smooth__list {
  gap: 8px;
}
.p-feature-smooth__fixed .p-feature-smooth__list__item {
  border-radius: 8px;
  overflow: hidden;
}
.p-feature-smooth__fixed .p-feature-smooth__list__item::before {
  content: unset;
}
.p-feature-smooth__fixed .p-feature-smooth__list__item-link {
  padding-bottom: 2px;
  padding-top: 12px;
}
.p-feature-smooth__fixed .p-feature-smooth__list__item-arrow {
  margin-top: 0;
}
.p-feature-column {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-feature-column {
    flex-wrap: wrap;
    margin-top: 24px;
    gap: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-column {
    margin-top: 32px;
    gap: 76px;
  }
}
.p-feature-column .p-common-section__text > span {
  font-size: 1rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-feature-reserve {
    gap: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-reserve {
    gap: 80px;
  }
}
.p-feature-figure {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-feature-figure {
    max-width: 400px;
  }
}
.p-feature-figure__heading {
  width: 100%;
  background-color: var(--tint-primary);
  color: var(--color-white);
  text-align: center;
  line-height: 1.8;
  padding-bottom: 5px;
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  .p-feature-figure__heading {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-figure__heading {
    font-size: 1.8rem;
  }
}
.p-feature-figure__column {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 26px;
}
.p-feature-figure__img {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-feature-figure__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-feature-cooperation {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-feature-cooperation {
    gap: 8px;
  }
}
.p-feature-cooperation__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-feature-cooperation-aichart {
    max-width: 138px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-cooperation-aichart {
    max-width: 212px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-cooperation-clinicmap {
    max-width: 256px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-cooperation-clinicmap {
    max-width: 388px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-cooperation__img {
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-cooperation__img {
    margin-top: 32px;
  }
}
.p-feature-cooperation-mocksp {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p-feature-cooperation-mocksp {
    max-width: 154px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-cooperation__links {
    width: 142px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-cooperation__links {
    width: 160px;
    position: absolute;
    left: calc(100% + 42px);
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-feature-push {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-push {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-push__capture {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-push__capture {
    width: 256px;
    text-align: center;
  }
  .p-feature-push__capture > img {
    max-width: 154px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-push__arrow {
    margin-left: 6px;
    margin-right: 50px;
  }
}
.p-feature-push__arrow-text {
  color: var(--tint-primary);
  text-align: center;
  line-height: 1.8;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-feature-push__arrow-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-push__arrow-text {
    font-size: 1.8rem;
    margin-right: 46px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-push__arrow-img {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-push__arrow-img {
    max-width: calc(100% - 7px);
    margin-left: auto;
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-push__notice {
    text-align: center;
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-push__notice {
    max-width: 256px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-web {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-web__interview {
    max-width: 322px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-web__arrow {
    display: flex;
    flex-direction: row-reverse;
  }
}
.p-feature-web__arrow-text {
  color: var(--tint-primary);
  line-height: 1.8;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-feature-web__arrow-text {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-web__arrow-text {
    font-size: 1.8rem;
  }
}
.p-feature-online {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-feature-online {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-online {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 156px;
    margin-top: 64px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-img {
    max-width: 400px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-moviebox {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .p-feature-moviebox > iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.p-feature .feature-merit .feature-merit__list {
  margin-top: 48px;
  display: flex;
  gap: 0 48px;
}
@media screen and (max-width: 768px) {
  .p-feature .feature-merit .feature-merit__list {
    flex-direction: column;
    gap: 32px 0;
  }
}
.p-feature .feature-merit .feature-merit__list .feature-merit__list-item {
  width: 328px;
}
@media screen and (max-width: 768px) {
  .p-feature .feature-merit .feature-merit__list .feature-merit__list-item {
    width: 100%;
  }
}
.p-feature .feature-merit .feature-merit__list .feature-merit__list-item .feature-merit__list-item__icon {
  margin-bottom: 16px;
  text-align: center;
}
.p-feature .feature-merit .feature-merit__list .feature-merit__list-item .feature-merit__list-item__icon > img {
  width: 100%;
  height: auto;
  max-width: 170px;
}
@media screen and (max-width: 768px) {
  .p-feature .feature-merit .feature-merit__list .feature-merit__list-item .feature-merit__list-item__icon > img {
    max-width: 155px;
  }
}
.p-feature .feature-merit .feature-merit__list .feature-merit__list-item .feature-merit__list-item__ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-feature .feature-merit .feature-merit__list .feature-merit__list-item .feature-merit__list-item__ttl {
    font-size: 2rem;
  }
}
.p-feature .feature-merit .feature-merit__list .feature-merit__list-item .feature-merit__list-item__text {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-feature .feature-merit .feature-merit__list .feature-merit__list-item .feature-merit__list-item__text {
    font-size: 1.6rem;
  }
}
.p-feature .feature-flow .p-common-section__box-heading__title > br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-feature .feature-flow .p-common-section__box-heading__title > br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-feature .feature-flow .p-common-section__box-heading__title {
    line-height: 1.5;
  }
}
.p-feature .feature-flow .feature-flow__first {
  display: flex;
  justify-content: center;
  gap: 0 22px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-feature .feature-flow .feature-flow__first {
    flex-direction: column;
    align-items: center;
    gap: 16px 0;
  }
}
.p-feature .feature-flow .feature-flow__first .feature-flow__first__item {
  width: 276px;
  height: 150px;
  border-radius: 300px;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #F47214;
}
@media screen and (max-width: 768px) {
  .p-feature .feature-flow .feature-flow__first .feature-flow__first__item {
    width: 240px;
    height: 114px;
  }
  .p-feature .feature-flow .feature-flow__first .feature-flow__first__item:nth-of-type(3) .feature-flow__first__item__text > br {
    display: none;
  }
}
.p-feature .feature-flow .feature-flow__first .feature-flow__first__item .feature-flow__first__item__icon {
  margin-bottom: 6px;
}
.p-feature .feature-flow .feature-flow__first .feature-flow__first__item .feature-flow__first__item__text {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #F47214;
}
@media screen and (max-width: 768px) {
  .p-feature .feature-flow .feature-flow__first .feature-flow__first__item .feature-flow__first__item__text {
    font-size: 1.4rem;
  }
}
.p-feature .feature-flow .feature-flow__flowimg {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-feature .feature-flow .feature-flow__flowimg {
    text-align: center;
  }
}
.p-feature .feature-flow .bg-yellow {
  background-color: #ffee00;
  padding: 2px 4px;
}
.p-feature .feature-flow .c-button__window {
  margin-top: 40px;
}
.p-feature .p-feature-monshin {
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-feature .p-feature-monshin {
    flex-direction: column;
    gap: 32px 0;
  }
}
.p-feature .p-feature-monshin .p-feature-monshin__img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-feature .p-feature-monshin .p-feature-monshin__img {
    text-align: center;
  }
}
.p-feature .p-feature-monshin .p-feature-monshin__img > img {
  width: 100%;
  height: auto;
  max-width: 485px;
}
@media screen and (max-width: 768px) {
  .p-feature .p-feature-monshin .p-feature-monshin__img > img {
    max-width: 320px;
  }
}
.p-feature .p-aiassist-use .p-aiassist-use__text {
  margin: 32px 0;
}
.p-feature .p-aiassist-use .p-aiassist-procedure {
  display: flex;
  gap: 0 36px;
  margin-bottom: 32px;
  padding: 36px;
  background-color: #fff;
  position: relative;
}
.p-feature .p-aiassist-use .p-aiassist-procedure:not(:last-child)::after {
  content: "";
  display: block;
  background: #ffffff;
  height: 22.5px;
  width: 45px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  inset: auto 0 -20px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-use .p-aiassist-procedure {
    flex-direction: column;
    gap: 24px 0;
    padding: 24px 16px;
  }
}
.p-feature .p-aiassist-use .p-aiassist-procedure .p-aiassist-procedure__img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-use .p-aiassist-procedure .p-aiassist-procedure__img > img {
    width: 100%;
    height: auto;
  }
}
.p-feature .p-aiassist-use .p-aiassist-procedure .p-aiassist-procedure__label {
  color: #fff;
  border-radius: 40px;
  background-color: var(--tint-primary);
  width: 122px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-use .p-aiassist-procedure .p-aiassist-procedure__label {
    width: 100px;
    font-size: 1.6rem;
  }
}
.p-feature .p-aiassist-use .p-aiassist-procedure .p-aiassist-procedure__title {
  font-size: 2.4rem;
  margin-bottom: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-use .p-aiassist-procedure .p-aiassist-procedure__title {
    font-size: 2rem;
  }
}
.p-feature .p-aiassist-use .p-aiassist-procedure .p-aiassist-procedure__text {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-use .p-aiassist-procedure .p-aiassist-procedure__text {
    font-size: 1.6rem;
  }
}
.p-feature .p-aiassist-vdemo .p-aiassist-vdemo__text {
  margin: 32px 0;
}
.p-feature .p-aiassist-efficiency .p-aiassist-efficiency__text {
  margin: 32px 0 12px;
}
.p-feature .p-aiassist-prompt {
  margin: 32px 0 0;
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox {
  display: flex;
  gap: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox {
    gap: 0 8px;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item {
  padding: 32px 30px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item {
    padding: 16px 6px;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__arrow {
  display: inline-block;
  background: #f9a76c;
  clip-path: polygon(0 87.5%, 39.3% 87.5%, 39.3% 0, 60.7% 0, 60.7% 87.5%, 100% 87.5%, 50% 100%);
  position: absolute;
  z-index: 99;
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__arrow.arrow-01 {
  width: 14px;
  height: 93px;
  left: 0;
  bottom: -68px;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__arrow.arrow-01 {
    height: 70px;
    bottom: -58px;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__arrow.arrow-02 {
  width: 14px;
  height: 365px;
  left: auto;
  bottom: -208px;
  right: 604px;
  margin: 0 auto;
  transform: rotate(74deg);
  clip-path: polygon(0 87.5%, 39.3% 87.5%, 39.3% 0, 60.7% 0, 60.7% 87.5%, 100% 87.5%, 50% 91%);
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__arrow.arrow-02 {
    right: auto;
    left: -8px;
    height: 113px;
    bottom: -80px;
    transform: rotate(49deg);
    clip-path: polygon(0 87.5%, 39.3% 87.5%, 39.3% 0, 60.7% 0, 60.7% 87.5%, 100% 87.5%, 50% 95%);
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__arrow.arrow-03 {
  width: 14px;
  height: 93px;
  left: auto;
  bottom: -68px;
  right: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__arrow.arrow-03 {
    height: 70px;
    bottom: -58px;
    right: auto;
    left: 23%;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__arrow.arrow-04 {
  width: 14px;
  height: 93px;
  left: auto;
  bottom: -68px;
  right: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__arrow.arrow-04 {
    height: 70px;
    bottom: -58px;
    right: auto;
    left: 73%;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item:nth-of-type(1) {
  width: 300px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item:nth-of-type(1) {
    width: auto;
    flex-shrink: unset;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item:nth-of-type(1) .p-aiassist-prompt__ttl::before {
  background: url("/healthtechone/assets/imgs/feature/mic.svg") no-repeat;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item:nth-of-type(1) .p-aiassist-prompt__ttl::before {
    width: 32px;
    height: 32px;
    background-size: cover;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item:nth-of-type(2) {
  width: auto;
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item:nth-of-type(2) .p-aiassist-prompt__ttl::before {
  background: url("/healthtechone/assets/imgs/feature/pc.svg") no-repeat;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item:nth-of-type(2) .p-aiassist-prompt__ttl::before {
    width: 32px;
    height: 32px;
    background-size: cover;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__ttl {
  margin-bottom: 32px;
  font-size: 1.6rem;
  text-align: center;
  display: flex;
  gap: 0 8px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__ttl {
    font-size: 1.4rem;
    flex-direction: column;
    gap: 8px 0;
    margin-bottom: 24px;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__ttl::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover;
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__subbox {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__subbox {
    gap: 0 8px;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__subitem {
  width: 260px;
  padding: 32px 20px;
  border-radius: 6px;
  background-color: #faf7f3;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__subitem {
    padding: 16px 8px;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__subitem > p:nth-of-type(1) {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 16px;
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__subitem > p:nth-of-type(1) > br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__subitem > p:nth-of-type(1) {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 12px;
    height: 32px;
  }
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__subitem > p:nth-of-type(1) > br {
    display: block;
  }
}
@media screen and (max-width: 390px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__subitem > p:nth-of-type(1) {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 360px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__subitem > p:nth-of-type(1) {
    font-size: 1.2rem;
    height: 50px;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__subitem > p:nth-of-type(2) {
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__inputbox .p-aiassist-prompt__item .p-aiassist-prompt__subitem > p:nth-of-type(2) {
    font-size: 1.2rem;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom {
  padding: 32px 30px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom {
    padding: 16px 8px;
  }
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom > div {
    gap: 0 4px;
    margin-bottom: 24px;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom .p-aiassist-prompt__subbox {
  width: 260px;
  padding: 32px 20px;
  border-radius: 6px;
  background-color: #faf7f3;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom .p-aiassist-prompt__subbox {
    width: 33.3%;
    padding: 16px 8px 48px;
    position: relative;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom .p-aiassist-prompt__subbox > p:nth-of-type(1) {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 16px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom .p-aiassist-prompt__subbox > p:nth-of-type(1) {
    font-size: 1.3rem;
    line-height: 1.4;
    flex-grow: 0;
    height: 32px;
  }
}
@media screen and (max-width: 390px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom .p-aiassist-prompt__subbox > p:nth-of-type(1) {
    font-size: 1.2rem;
    height: 32px;
  }
}
@media screen and (max-width: 360px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom .p-aiassist-prompt__subbox > p:nth-of-type(1) {
    font-size: 1.2rem;
    height: 50px;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom .p-aiassist-prompt__subbox > p:nth-of-type(2) {
  line-height: 1.8;
  font-size: 1.4rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom .p-aiassist-prompt__subbox > p:nth-of-type(2) {
    font-size: 1.2rem;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom .p-aiassist-prompt__subbox .p-aiassist-prompt__modal {
  width: 220px;
  height: 56px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  border-radius: 28px;
  border: 2px solid #243544;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom .p-aiassist-prompt__subbox .p-aiassist-prompt__modal {
    width: 90%;
    height: 32px;
    font-size: 1.2rem;
    position: absolute;
    inset: auto 0 16px 0;
    margin: auto;
  }
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom .p-aiassist-prompt__subbox .p-aiassist-prompt__modal::after {
    width: 8px;
    height: 8px;
    right: 8px;
  }
}
.p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom .p-aiassist-prompt__bottom-ttl {
  width: fit-content;
  font-size: 1.6rem;
  margin: 0 auto;
  background: url("/healthtechone/assets/imgs/feature/ai.svg") no-repeat;
  background-size: 40px 40px;
  padding-left: 46px;
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-prompt .p-aiassist-prompt__bottom .p-aiassist-prompt__bottom-ttl {
    font-size: 1.4rem;
    background-size: 32px 32px;
    line-height: 32px;
    padding-left: 38px;
  }
}
.p-feature .p-aiassist-attention .p-aiassist-attention__text {
  margin-top: 32px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-attention .p-aiassist-attention__text {
    font-size: 1.6rem;
  }
}
.p-feature .p-aiassist-attention .p-aiassist-attention__text > a {
  color: var(--text-link);
  align-items: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-attention .p-aiassist-attention__text > a {
    word-break: break-all;
  }
}
.p-feature .p-aiassist-attention .p-aiassist-attention__text > a > img {
  position: relative;
  top: -6px;
}
.p-feature .p-aiassist-attention .p-aiassist-attention__list {
  line-height: 1.8;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-feature .p-aiassist-attention .p-aiassist-attention__list {
    font-size: 1.6rem;
  }
  .p-feature .p-aiassist-attention .p-aiassist-attention__list > li {
    text-indent: -0.8rem;
    margin-left: 1rem;
  }
}

.js-modalBox {
  width: 1000px;
}

.p-aiassist-modal__ttl {
  font-size: 3.2rem;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-aiassist-modal__ttl {
    margin-bottom: 24px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.p-aiassist-modal__img {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-aiassist-modal__img > img {
    width: 100%;
    height: auto;
  }
}

.p-cvarea {
  width: 100%;
  background: linear-gradient(90deg, #FAF7F3 0%, #FBF5ED 100%);
}
@media screen and (max-width: 768px) {
  .p-cvarea {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-cvarea {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 48px;
  }
}
.p-cvarea__title {
  color: var(--color-primary);
  text-align: center;
  line-height: 1.8;
  letter-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-cvarea__title {
    max-width: 196px;
    font-size: 1.4rem;
    gap: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-cvarea__title {
    max-width: 306px;
    font-size: 2rem;
    gap: 32px;
    margin-bottom: 20px;
  }
}
.p-cvarea__title::before, .p-cvarea__title::after {
  content: "";
  width: 1px;
  background-color: #3c2c25;
}
@media screen and (max-width: 768px) {
  .p-cvarea__title::before, .p-cvarea__title::after {
    height: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-cvarea__title::before, .p-cvarea__title::after {
    height: 32px;
  }
}
.p-cvarea__title::before {
  rotate: -45deg;
}
.p-cvarea__title::after {
  rotate: 45deg;
}
.p-cvarea__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-cvarea__content {
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media screen and (min-width: 769px) {
  .p-cvarea__content {
    gap: 40px;
  }
}
.p-cvarea__btn {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-cvarea__btn {
    max-width: 280px;
    font-size: 1.8rem;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-cvarea__btn {
    max-width: 440px;
    font-size: 2.4rem;
    padding-bottom: 22px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 22px;
  }
}

@media screen and (min-width: 769px) {
  .u-for-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-for-pc {
    display: none;
  }
}

.u-bg_color-white {
  background-color: var(--color-white);
}
.u-bg_color-navy {
  background-color: var(--color-primary);
}
.u-bg_color-primary {
  background-color: var(--tint-primary);
}
.u-bg_color-secondary {
  background-color: var(--tint-secondary);
}
.u-bg_color-gray {
  background-color: var(--color-gray);
}
.u-bg_color-lgray {
  background-color: var(--tint-white);
}
.u-bg_color-lwhite {
  background-color: var(--tint-lwhite);
}
.u-bg_color-brand {
  background-color: var(--tint-brand);
}
.u-bg_color-brand2 {
  background-color: var(--tint-brand2);
}
.u-bg_color-brand3 {
  background-color: var(--tint-brand3);
}
.u-bg_color-brand4 {
  background-color: var(--tint-brand4);
}
.u-bg_color-brand5 {
  background-color: var(--tint-brand5);
}

.u-color-white {
  color: var(--color-white);
}
.u-color-primary {
  color: var(--color-primary);
}
.u-color-secondary {
  color: var(--color-secondary);
}
.u-color-red {
  color: var(--tint-important);
}

.u-fn {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.u-fm {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.u-fb {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.u-tl {
  text-align: left;
}
.u-tc {
  text-align: center;
}
.u-tr {
  text-align: right;
}
.u-tj {
  text-align: justify;
}

.u-divider {
  width: 100%;
}
.u-divider-hr {
  border-top-color: var(--border-table);
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
