@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v2.0.2 | 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;
}

/* 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;
  line-height: 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; /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.grid {
  display: grid;
}
.grid-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-center {
  place-content: center;
  place-items: center;
}
.grid-row-gap-8 {
  row-gap: var(--spacing-8);
}
.grid-row-gap-16 {
  row-gap: var(--spacing-16);
}
.grid-row-gap-24 {
  row-gap: var(--spacing-24);
}
.grid-row-gap-40 {
  row-gap: var(--spacing-40);
}
.grid-row-gap-104 {
  row-gap: var(--spacing-104);
}

:root {
  --primary-110: #06437b;
  --primary-100: #005bac;
  --primary-020: #ccdeee;
  --primary-010: #e5eef7;
  --secondary-110: #36a1b7;
  --secondary-100: #3aafc5;
  --secondary-040: #b0dfe8;
  --secondary-030: #c4e7ee;
  --secondary-010: #ebf7f9;
  --secondary-005: #f3fdff;
  --text: #101d32;
  --gray-100: #222222;
  --gray-060: #737381;
  --gray-020: #e1e0e8;
  --gray-005: #f5f5f5;
  --gray-000: #ffffff;
  --accent-red: #d8562b;
  --accent-red-200: #f7ddd5;
  --accent-yellow: #f8e977;
  --function-hr: #eeeef3;
  --function-input: #eeeef3;
  --gradation: linear-gradient(90deg, #96d8e3 0%, #61bfd1 100%);
}

:root {
  --line-height-heading: 1.4;
  --line-height-search: 1.4;
  --line-height-paragraph: 1.7;
  --letter-spacing-l: 0.8px;
  --letter-spacing-m: 0.72px;
  --letter-spacing-s: 0.6px;
  --letter-spacing-xs: 0.56px;
  --letter-spacing-xxs: 0.48px;
  --font-size-h1: 32px;
  --font-size-h2: 24px;
  --font-size-h3: 20px;
  --font-size-h4: 18px;
  --font-size-p: 16px;
  --font-size-button: 16px;
  --font-size-info: 14px;
  --font-size-xs: 12px;
  --radius-max: 272px;
  --radius-area: 8px;
  --radius-label: 4px;
}
@media screen and (max-width: 768px) {
  :root {
    --font-size-h1: 24px;
    --font-size-h2: 20px;
    --font-size-h3: 16px;
    --font-size-h4: 14px;
    --font-size-p: 14px;
    --font-size-button: 14px;
    --font-size-info: 12px;
  }
}

:root {
  --spacing-272: 272px;
  --spacing-168: 168px;
  --spacing-104: 104px;
  --spacing-72: 72px;
  --spacing-64: 64px;
  --spacing-48: 48px;
  --spacing-40: 40px;
  --spacing-32: 32px;
  --spacing-24: 24px;
  --spacing-16: 16px;
  --spacing-12: 12px;
  --spacing-8: 8px;
  --spacing-4: 4px;
  --spacing-2col: 64px;
  --spacing-1col: 272px;
  --spacing-page-header-top: 40px;
  --spacing-page-header-bottom: 64px;
  --spacing-cont-footer: 104px;
  --spacing-article-content_top: 40px;
  --spacing-hr: 40px;
  --spacing-h1-top: 40px;
  --spacing-h2-top: 24px;
  --spacing-h3-top: 16px;
  --spacing-p-top: 16px;
}
@media screen and (max-width: 768px) {
  :root {
    --spacing-2col: 40px;
    --spacing-1col: 16px;
    --spacing-page-header-top: 40px;
    --spacing-page-header-bottom: 40px;
    --spacing-hr: 24px;
    --spacing-cont-footer: 64px;
    --spacing-article-content_top: 24px;
    --spacing-h1-top: 24px;
    --spacing-h2-top: 16px;
    --spacing-h3-top: 8px;
    --spacing-p-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --spacing-2col: 16px;
  }
}
@media screen and (max-width: 375px) {
  :root {
    --spacing-2col: 16px;
    --spacing-1col: 16px;
    --spacing-page-header-top: 16px;
    --spacing-page-header-bottom: 16px;
    --spacing-hr: 24px;
    --spacing-cont-footer: 40px;
  }
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --box-shadow: 2px 4px 10px 0px rgba(0, 64, 120, 0.1),
    5px 8px 20px 0px rgba(0, 64, 120, 0.04);
  --inner-shadow: 1px 2px 4px 0px rgba(16, 29, 50, 0.04) inset,
    2px 4px 12px 0px rgba(16, 29, 50, 0.02) inset;
  --header-shadow: 1px 2px 4px 0px rgba(0, 64, 120, 0.04),
    2px 4px 12px 0px rgba(0, 64, 120, 0.02);
  --tmp-height: 44px;
  --tmp-height-l: 56px;
}

body,
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
}

main {
  margin-top: 61px;
}

.l_ta-c {
  text-align: center;
}

.button {
  --padding-x: 16px;
  --padding-y: 32px;
  --border: 2px;
  padding: calc(var(--padding-x) - var(--border)) var(--padding-y);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-max, 272px);
  font-weight: bold;
  font-size: var(--font-size-button);
  line-height: 1em;
  transition: color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  cursor: pointer;
}
.button.-primary {
  background-color: var(--gray-000);
  border: var(--border) solid var(--secondary-100);
  color: var(--secondary-100);
}
.button.-primary:active {
  color: var(--secondary-040);
}
.button.-secondary {
  background-color: var(--primary-100);
  border: var(--border) solid var(--primary-100);
  color: var(--gray-000) !important;
}
.button.-secondary:active {
  color: var(--primary-020);
}
.button.-tertiary, .indexHero.-reviewpack input.button[type=submit] {
  background-color: var(--gray-000);
  border: var(--border) solid var(--primary-100);
  color: var(--primary-100);
}
.button.-tertiary:active, .indexHero.-reviewpack input.button[type=submit]:active {
  color: var(--primary-100);
}
.button:focus-visible {
  outline: 2px solid var(--primary-100);
  outline-offset: 2px;
}
.button:hover {
  box-shadow: var(--box-shadow);
}
.button:disabled, .button.-disabled {
  opacity: 0.38;
}

.blockLinkList .blockLink {
  border-bottom: 2px solid var(--function-hr);
}
.blockLinkList .blockLink:hover {
  background: var(--secondary-010);
  color: var(--text) !important;
}

.blockLink {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  font-size: var(--font-size-p);
  -moz-column-gap: var(--spacing-4);
       column-gap: var(--spacing-4);
  line-height: var(--line-height-paragraph);
  letter-spacing: var(--letter-spacing-l);
  padding: var(--spacing-12) 0;
  min-height: var(--tmp-height);
  color: var(--text) !important;
  transition: all 0.2s ease-in-out;
}
.blockLink::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("/online_consultationx/assets/img/icon_arrow-right.svg");
          mask-image: url("/online_consultationx/assets/img/icon_arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .blockLink::before {
    margin-top: 0;
  }
}
.blockLink:hover {
  color: var(--secondary-100) !important;
}
.blockLink.-external {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  -moz-column-gap: var(--spacing-4);
       column-gap: var(--spacing-4);
}
.blockLink.-external::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("/online_consultationx/assets/img/icon_external.svg");
          mask-image: url("/online_consultationx/assets/img/icon_external.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--secondary-100);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .blockLink.-external::after {
    margin-top: 0;
  }
}

.header {
  background: var(--gray-000);
  box-shadow: var(--header-shadow);
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-inner {
  padding: 0 0 0 var(--spacing-2col);
  height: 61px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 900px) {
  .header .header-inner {
    box-shadow: var(--header-shadow);
  }
}
.header .logo a {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: var(--spacing-16);
       column-gap: var(--spacing-16);
}
@media screen and (max-width: 768px) {
  .header .logo a {
    -moz-column-gap: var(--spacing-8);
         column-gap: var(--spacing-8);
  }
}
.header .logo img {
  height: 35.02px;
}
@media screen and (max-width: 960px) {
  .header .logo img {
    height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .header .logo img {
    height: 31.577px;
  }
}
@media screen and (max-width: 375px) {
  .header .logo img {
    height: 28.126px;
  }
}
.header .logo .text {
  font-size: var(--font-size-p);
  font-weight: bold;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 960px) {
  .header .logo .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header .logo .text {
    font-size: 12px;
  }
}
.header .logo .label {
  display: none;
  font-size: 12x;
  font-weight: bold;
  color: var(--primary-100);
  border-radius: var(--radius-label);
  border: 1px solid var(--primary-100);
  padding: 6.4px;
  line-height: 1;
}
@media screen and (max-width: 1042px) {
  .header .logo .label {
    font-size: clamp(10px, 1.2vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .header .logo .label {
    font-size: 10px;
  }
}
.header .menu {
  flex-shrink: 0;
  padding-right: var(--spacing-2col);
}
.header .menu ul {
  display: flex;
}
.header .menu ul li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  padding: var(--spacing-8) 12px;
}
.header .menu ul li.external {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.header .menu ul li.external::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  -webkit-mask-image: url("/online_consultationx/assets/img/icon_external.svg");
          mask-image: url("/online_consultationx/assets/img/icon_external.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--text);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .header .menu ul li.external::after {
    margin-top: 0;
  }
}
.header .menu ul li a,
.header .menu ul li button {
  display: block;
  display: flex;
  align-items: center;
  -moz-column-gap: var(--spacing-4);
       column-gap: var(--spacing-4);
}
.header .menu ul li.langSelect {
  border-left: 1px solid var(--gray-020);
}
@media screen and (max-width: 900px) {
  .header .menu {
    opacity: 0;
    pointer-events: none;
    padding-right: 0;
    position: fixed;
    top: 61px;
    left: 0;
    right: 0;
    background: var(--gray-000);
    z-index: 100;
    transition: opacity 0.2s ease-in-out;
  }
  .header .menu ul {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: var(--spacing-16) var(--spacing-40);
  }
  .header .menu ul li {
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    flex-direction: row;
    font-size: var(--font-size-p);
    -moz-column-gap: var(--spacing-4);
         column-gap: var(--spacing-4);
    line-height: var(--line-height-paragraph);
    letter-spacing: var(--letter-spacing-l);
    padding: var(--spacing-12) 0;
    min-height: var(--tmp-height);
    color: var(--text) !important;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid var(--function-hr);
  }
  .header .menu ul li::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("/online_consultationx/assets/img/icon_arrow-right.svg");
            mask-image: url("/online_consultationx/assets/img/icon_arrow-right.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #3aafc5;
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) and (max-width: 768px) {
  .header .menu ul li::before {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .header .menu ul li:hover {
    color: var(--secondary-100) !important;
  }
  .header .menu ul li:hover {
    background: var(--secondary-010);
    color: var(--text) !important;
  }
  .header .menu ul li.langSelect {
    padding-top: var(--spacing-16);
    justify-content: flex-end;
    border: none;
  }
  .header .menu ul li.langSelect::before {
    display: none;
  }
  .header .menu.-active {
    opacity: 1;
    pointer-events: auto;
  }
}
.header .hamburger {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  display: none;
  cursor: pointer;
}
.header .hamburger::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("/online_consultationx/assets/img/icon_hamburger.svg");
          mask-image: url("/online_consultationx/assets/img/icon_hamburger.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .header .hamburger::before {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .header .hamburger {
    display: block;
    position: relative;
    right: 16px;
    top: 2px;
  }
}
.header .hamburger.-active {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.header .hamburger.-active::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("/online_consultationx/assets/img/icon_close.svg");
          mask-image: url("/online_consultationx/assets/img/icon_close.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .header .hamburger.-active::before {
    margin-top: 0;
  }
}

.footerLink {
  padding: var(--spacing-32) 0 0;
}
.footerLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacing-8) var(--spacing-24);
}
.footerLink ul li a {
  color: var(--gray-060);
  font-size: 12px;
}

.footerContact {
  margin-top: var(--spacing-104);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: var(--spacing-16);
  padding: var(--spacing-40) 0;
  background: url("assets/musubi.svg"), var(--gradation);
  background-repeat: no-repeat;
  background-size: 34%, 100%;
  background-position: -11% 51%;
}
@media screen and (max-width: 768px) {
  .footerContact {
    background: var(--gradation);
  }
}
.footerContact br {
  display: none;
}
@media screen and (max-width: 767px) {
  .footerContact {
    padding: var(--spacing-24) var(--spacing-16);
  }
  .footerContact br {
    display: block;
  }
}

.footer .inner {
  padding: 0 var(--spacing-64) var(--spacing-24);
}
@media screen and (max-width: 768px) {
  .footer .inner {
    padding: 0 var(--spacing-24) var(--spacing-8);
  }
}
.footer .copyright {
  text-align: center;
  color: var(--gray-060);
  font-size: 13px;
  letter-spacing: var(--letter-spacing-xxs);
  margin-top: var(--spacing-24);
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 12px;
  }
}

.indexHero {
  --paragraphFontSize: 20px;
  background: url("/online_consultationx/assets/img/musubi.svg"), var(--primary-100);
  background-repeat: no-repeat;
  background-size: 42%, 100%;
  background-position: 112% 40%;
  padding: var(--spacing-72) 0;
}
@media screen and (max-width: 768px) {
  .indexHero {
    --paragraphFontSize: 16px;
  }
}
@media screen and (max-width: 767px) {
  .indexHero {
    --paragraphFontSize: 14px;
  }
}
@media screen and (max-width: 768px) {
  .indexHero {
    background: var(--primary-100);
  }
}
.indexHero .inner {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .indexHero .inner {
    width: 664px;
  }
}
@media screen and (max-width: 768px) {
  .indexHero .inner {
    width: 100%;
    min-width: none;
    padding: 0 var(--spacing-16);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .indexHero .inner {
    padding: 0;
    display: block;
  }
}
.indexHero .h {
  color: var(--gray-000);
}
@media screen and (max-width: 767px) {
  .indexHero .h {
    text-align: center;
  }
}
.indexHero .search {
  width: 100%;
}
.indexHero .textLink {
  margin-top: var(--spacing-16);
  color: var(--gray-000);
  font-size: var(--linkFontSize);
  padding: var(--spacing-8);
  text-decoration: underline;
}
.indexHero .textLink::before, .indexHero .textLink::after {
  background-color: var(--gray-000) !important;
}
.indexHero .textLink.external::after {
  width: 14px;
  height: 14px;
}
.indexHero.-reviewpack {
  background: url("/online_consultationx/assets/img/musubi.svg"), var(--gradation);
  background-repeat: no-repeat;
  background-size: 42%, 100%;
  background-position: 112% 40%;
}
@media screen and (max-width: 768px) {
  .indexHero.-reviewpack {
    background: var(--gradation);
  }
}
.indexHero.-reviewpack .h {
  color: var(--text);
}
.indexHero.-reviewpack .textLink {
  color: var(--primary-100);
}
.indexHero.-reviewpack .textLink::before, .indexHero.-reviewpack .textLink::after {
  background-color: var(--primary-100) !important;
}
.indexHero .heroParagraph {
  color: var(--gray-000);
  font-size: var(--paragraphFontSize);
}

.h {
  font-weight: bold;
  line-height: var(--line-height-heading);
}
.h.h1 {
  font-size: var(--font-size-h1);
}
.h.h2 {
  font-size: var(--font-size-h2);
  letter-spacing: var(--letter-spacing-m);
}
.h.h3 {
  font-size: var(--font-size-h3);
  letter-spacing: var(--letter-spacing-s);
}
.h.h4 {
  font-size: var(--font-size-h4);
  letter-spacing: var(--letter-spacing-s);
}

.p {
  line-height: var(--line-height-paragraph);
  letter-spacing: var(--letter-spacing-l);
  font-size: var(--font-size-p);
  margin-top: var(--spacing-p-top);
}
.p a {
  color: var(--primary-100);
}
.p a:hover {
  color: var(--primary-110);
}
.p strong {
  font-weight: bold !important;
}

.list li {
  list-style-type: disc;
  font-size: var(--font-size-p);
  list-style-position: outside;
  margin-left: var(--font-size-p);
}
.list.-num li {
  list-style-type: decimal;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .container {
    width: 100%;
    padding: 0 var(--spacing-64);
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 var(--spacing-16);
  }
}
.container.-col2 {
  width: 90%;
  max-width: 1152px;
  display: flex;
  -moz-column-gap: var(--spacing-64);
       column-gap: var(--spacing-64);
}
.container.-col2 .col1 {
  width: 24%;
  flex-shrink: 0;
  min-width: 240px;
}
.container.-col2 .col2 {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .container.-col2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container.-col2 {
    display: block;
    width: 100%;
  }
  .container.-col2 .col1 {
    display: none;
  }
}

.textLink {
  color: var(--primary-100);
  line-height: var(--line-height-paragraph);
  font-size: var(--font-size-p);
  letter-spacing: var(--letter-spacing-l);
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  -moz-column-gap: var(--spacing-4);
       column-gap: var(--spacing-4);
}
.textLink::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("/online_consultationx/assets/img/icon_arrow-right.svg");
          mask-image: url("/online_consultationx/assets/img/icon_arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--primary-100);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .textLink::before {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .textLink {
    letter-spacing: var(--letter-spacing-s);
  }
}
.textLink.-external {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  -moz-column-gap: var(--spacing-4);
       column-gap: var(--spacing-4);
}
.textLink.-external::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("/online_consultationx/assets/img/icon_external.svg");
          mask-image: url("/online_consultationx/assets/img/icon_external.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--primary-100);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .textLink.-external::after {
    margin-top: 0;
  }
}
.textLink.-noArrowIcon::before {
  content: none;
  padding-left: 0;
}
.textLink.-inlineFlex {
  display: inline-flex;
  padding-right: var(--spacing-4);
  margin-top: 0;
}
.textLink.-colorBlack {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  color: var(--black);
  margin-top: var(--spacing-p-top);
}
.textLink.-colorBlack::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("/online_consultationx/assets/img/icon_external.svg");
          mask-image: url("/online_consultationx/assets/img/icon_external.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--secondary-100);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .textLink.-colorBlack::after {
    margin-top: 0;
  }
}
.textLink.-colorBlack:hover {
  color: var(--secondary-100) !important;
}
.textLink.-center {
  justify-content: center;
}

.indexSection {
  margin-top: var(--spacing-104);
}
@media screen and (max-width: 768px) {
  .indexSection {
    margin-top: var(--spacing-64);
  }
}
@media screen and (max-width: 767px) {
  .indexSection {
    margin-top: var(--spacing-40);
  }
}
.indexSection.pickup {
  display: grid;
  row-gap: var(--spacing-40);
}
.indexSection.newstool {
  background: var(--gray-005);
  padding: var(--spacing-64) 0;
}
.indexSection.newstool .blockLink {
  justify-content: flex-end;
}
.indexSection .h2 {
  text-align: center;
}

.outlineBlock {
  border: 2px solid var(--gray-005);
  border-radius: var(--radius-area);
  padding: var(--spacing-24);
}
@media screen and (max-width: 768px) {
  .outlineBlock {
    padding: var(--spacing-16) var(--spacing-24);
  }
}
@media screen and (max-width: 375px) {
  .outlineBlock {
    padding: var(--spacing-16);
  }
}
.outlineBlock.-pb-s {
  padding-bottom: var(--spacing-16);
}

.bg-secondary {
  background-color: var(--secondary-010);
}

.bg-gray {
  background-color: var(--gray-005);
}

.bg-white {
  background-color: var(--gray-000);
}/*# sourceMappingURL=style.css.map */