/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */

/* Document
 * ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
  cursor: default; /* 1 */
  font-family:
    system-ui,
    /* macOS 10.11-10.12 */ -apple-system,
    /* Windows 6+ */ Segoe UI,
    /* Android 4+ */ Roboto,
    /* Ubuntu 10.10+ */ Ubuntu,
    /* Gnome 3+ */ Cantarell,
    /* KDE Plasma 5+ */ Noto Sans,
    /* fallback */ sans-serif,
    /* macOS emoji */ "Apple Color Emoji",
    /* Windows emoji */ "Segoe UI Emoji",
    /* Windows emoji */ "Segoe UI Symbol",
    /* Linux emoji */ "Noto Color Emoji"; /* 2 */

  line-height: 1.15; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
     tab-size: 4; /* 4 */
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family:
    /* macOS 10.10+ */ Menlo,
    /* Windows 6+ */ Consolas,
    /* Android 4+ */ Roboto Mono,
    /* Ubuntu 10.10+ */ Ubuntu Monospace,
    /* KDE Plasma 5+ */ Noto Mono,
    /* KDE Plasma 4+ */ Oxygen Mono,
    /* Linux/OpenOffice fallback */ Liberation Mono,
    /* fallback */ monospace; /* 1 */

  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family:
    /* macOS 10.10+ */ Menlo,
    /* Windows 6+ */ Consolas,
    /* Android 4+ */ Roboto Mono,
    /* Ubuntu 10.10+ */ Ubuntu Monospace,
    /* KDE Plasma 5+ */ Noto Mono,
    /* KDE Plasma 4+ */ Oxygen Mono,
    /* Linux/OpenOffice fallback */ Liberation Mono,
    /* fallback */ monospace; /* 1 */

  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */

::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Remove the margin in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquotebefore,
blockquoteafter,
qbefore,
qafter {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1;
  text-align: left;
  color: #000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  word-wrap: break-word;
  font-feature-settings: "palt";
}
a {
  text-decoration: none;
}
a:link {
  color: #009dda;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: #009dda;
}
a:active {
  color: #cc2929;
}
@media (min-width: 751px) {
  a {
    transition: opacity 0.3s ease-out;
  }
  a:hover {
    opacity: 0.5;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-size: 1rem;
}
sub {
  vertical-align: 0;
  font-size: 60%;
}
sup {
  vertical-align: 4px;
  font-size: 60%;
}
img {
  max-width: 100%;
}
@media (max-width: 750px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#l-wrap {
  padding-bottom: 140px;
  background: url("../img/common/threeLine_vertical.png") repeat-y 76px 0/12px auto;
}
#TOP #l-wrap {
  padding-bottom: 0;
}
#l-header {
  padding: 0 0 36px;
  background: #fff url("../img/common/threeLine_side.png") repeat-x 0 bottom/12px auto;
}
#l-header > .inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  padding: 32px 20px 0;
  box-sizing: content-box;
}
#l-header #nav-global {
  position: absolute;
  bottom: 19px;
  right: 20px;
  width: 618px;
  font-weight: bold;
}
#l-header #nav-global .nav-global_list {
  display: flex;
  justify-content: space-between;
}
#l-header #nav-global .nav-global_list > .item {
  position: relative;
}
#l-header #nav-global .nav-global_list > .item > a {
  color: #000;
}
#l-header #nav-global .nav-global_list > .item > a::before {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  background-color: #dd2320;
  transform: translateX(-50%);
}
#l-header #nav-global .nav-global_list > .item > a:hover::before {
  content: '';
}
#l-header #nav-global .nav-global_subList {
  display: none;
}
#l-header .icon-facebook {
  position: absolute;
  top: 7px;
  right: 204px;
}
#l-header .btn-contact {
  position: absolute;
  top: 0;
  right: 20px;
}
#l-header .btn-contact > a {
  display: block;
  width: 171px;
  padding: 10px 0 14px;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  background-color: #009dda;
}
#l-header #btn-menu {
  display: none;
}
@media (min-width: 751px) {
  #TOP #l-header #nav-global .nav-global_list .item:nth-child(1) a::before {
    content: '';
  }
  #ABOUT #l-header #nav-global .nav-global_list .item:nth-child(2) a::before {
    content: '';
  }
  #TREATMENT #l-header #nav-global .nav-global_list .item:nth-child(3) a::before {
    content: '';
  }
  #RESEARCH #l-header #nav-global .nav-global_list .item:nth-child(4) a::before {
    content: '';
  }
  #RESULT #l-header #nav-global .nav-global_list .item:nth-child(5) a::before {
    content: '';
  }
  #RECRUIT #l-header #nav-global .nav-global_list .item:nth-child(6) a::before {
    content: '';
  }
  #NEWS #l-header #nav-global .nav-global_list .item:nth-child(7) a::before {
    content: '';
  }
}
#l-mv {
  height: 357px;
  margin-bottom: 50px;
}
#l-mv > .inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}
#l-mv .txt {
  display: flex;
  position: absolute;
  top: 76px;
  left: 100px;
  flex-direction: column;
  align-items: center;
}
#l-mv .txt .en {
  margin-bottom: 23px;
  font-family: 'Abel', sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#l-mv .txt .jp {
  display: block;
  writing-mode: vertical-rl;
  font-family: "A1 Mincho", "A1明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ Ｐ明朝", serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 751px) {
  #ABOUT #l-mv {
    background: #e4e5ec url("../img/about/mv.jpg") no-repeat center right/auto 100%;
  }
  #TREATMENT #l-mv {
    background: #e4e5ec url("../img/treatment/mv.jpg") no-repeat center right/auto 100%;
  }
  #RESEARCH #l-mv {
    background: #e4e5ec url("../img/research/mv.jpg") no-repeat center right/auto 100%;
  }
  #RESULT #l-mv {
    background: #e4e5ec url("../img/result/mv.jpg") no-repeat center right/auto 100%;
  }
  #RECRUIT #l-mv {
    background: #e4e5ec url("../img/recruit/mv.jpg") no-repeat center right/auto 100%;
  }
  #RECRUIT #l-mv .txt {
    top: 48px;
  }
  #RECRUIT #l-mv .txt .jp {
    letter-spacing: -0.02em;
  }
  #RECRUIT #l-mv .txt .jp .t01 {
    letter-spacing: -0.3em;
  }
  #RECRUIT #l-mv .txt .jp .t02 {
    vertical-align: 0.25em;
    letter-spacing: -0.3em;
  }
}
#nav-sub {
  display: flex;
  justify-content: center;
  font-family: "A1 Mincho", "A1明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ Ｐ明朝", serif;
  font-size: 1.7rem;
  font-weight: bold;
}
#nav-sub .item + .item {
  margin-left: 68px;
}
#nav-sub .item a,
#nav-sub .item .-now {
  display: block;
  padding: 12px 0;
  border-bottom: 2px solid #fff;
  color: #000;
  transition: all 0.3s ease-out;
}
#nav-sub .item a:hover,
#nav-sub .item .-now {
  border-bottom: 2px solid #84b91f;
}
#l-contents {
  width: 1024px;
  box-sizing: content-box;
  margin: 65px auto 0;
  padding: 0 120px;
}
#l-footer {
  position: relative;
  padding: 45px 0 40px;
  text-align: center;
  color: #fff;
  background-color: #84b91f;
}
#l-footer .name {
  margin-bottom: 15px;
  font-size: 1.9rem;
  font-weight: bold;
}
#l-footer .contact {
  margin-bottom: 36px;
  line-height: 1.75;
  font-size: 1.5rem;
}
#l-footer .list-banners {
  display: flex;
  /* justify-content: space-between; */
  /* width: 909px; */
  margin: 0 auto 26px;
}
#l-footer .list-banners > .item {
  width: 290px;
}
#l-footer .copyright {
  line-height: 1.58;
}
#l-footer .btn-facebook,
#l-footer .fbtns {
  display: none;
}
#l-footer #btn-retop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 0;
}
#l-footer #btn-retop.-stop {
  position: absolute;
  top: -39px;
  bottom: auto;
}
#TOP #l-footer #btn-retop {
  display: none;
}
@media (max-width: 750px) {
  #l-wrap {
    padding: 85px 0 71px;
    background: none;
  }
  #TOP #l-wrap {
    background: url("../img/common/threeLine_vertical.png") repeat-y 0 0/9px auto;
  }
  #l-header {
    position: fixed;
    z-index: 100;
    width: 100%;
    padding: 10px 15px 16px;
    background: #fff url("../img/common/threeLine_side.png") repeat-x 0 bottom/6px auto;
  }
  #l-header > .inner {
    width: 100%;
    padding: 0;
  }
  #l-header .logo {
    width: 218px;
  }
  #l-header #nav-global {
    display: none;
    overflow: auto;
    top: 69px;
    bottom: auto;
    right: -15px;
    width: 100vw;
    height: calc(100svh - 71px);
    background-color: rgba(255,255,255,0.9);
  }
  #l-header #nav-global .nav-global_list {
    display: block;
    padding: 35px 40px 73px;
  }
  #l-header #nav-global .nav-global_list > .item {
    position: relative;
  }
  #l-header #nav-global .nav-global_list > .item:nth-child(1) {
    display: none;
  }
  #l-header #nav-global .nav-global_list > .item:nth-child(n+3) {
    margin-top: 79px;
  }
  #l-header #nav-global .nav-global_list > .item > a {
    display: block;
    text-align: center;
    font-size: 2.3rem;
  }
  #l-header #nav-global .nav-global_list > .item > a:hover::before {
    content: none;
  }
  #l-header #nav-global .nav-global_subList {
    display: flex;
    flex-wrap: wrap;
  }
  #l-header #nav-global .nav-global_subList > .item {
    width: 50%;
    margin-top: 27px;
  }
  #l-header #nav-global .nav-global_subList > .item > a {
    color: #000;
    font-size: 1.6rem;
  }
  #l-header #nav-global .nav-global_subList > .item > a::before {
    display: inline-block;
    content: '';
    width: 17px;
    height: 1px;
    margin-right: 7px;
    vertical-align: 6px;
    background-color: #000;
  }
  #l-header .icon-facebook {
    display: none;
  }
  #l-header .btn-contact {
    display: none;
  }
  #l-header #btn-menu {
    display: block;
    position: absolute;
    top: 22px;
    right: 10px;
    width: 25px;
    height: 16px;
  }
  #l-header #btn-menu > .line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease-out;
  }
  #l-header #btn-menu > .line:nth-child(1) {
    top: 0;
  }
  #l-header #btn-menu > .line:nth-child(2) {
    top: 7px;
  }
  #l-header #btn-menu > .line:nth-child(3) {
    top: 14px;
  }
  #l-header #btn-menu.-open > .line:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
  }
  #l-header #btn-menu.-open > .line:nth-child(2) {
    left: 100%;
    opacity: 0;
  }
  #l-header #btn-menu.-open > .line:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
  }
  #ABOUT.index #l-header #nav-global .nav-global_list .item:nth-child(2) .nav-global_subList .item:nth-child(1) a,
  #ABOUT.outline #l-header #nav-global .nav-global_list .item:nth-child(2) .nav-global_subList .item:nth-child(2) a,
  #ABOUT.staff #l-header #nav-global .nav-global_list .item:nth-child(2) .nav-global_subList .item:nth-child(3) a,
  #RECRUIT.index #l-header #nav-global .nav-global_list .item:nth-child(6) .nav-global_subList .item:nth-child(1) a,
  #RECRUIT.program #l-header #nav-global .nav-global_list .item:nth-child(6) .nav-global_subList .item:nth-child(2) a,
  #RECRUIT.voice #l-header #nav-global .nav-global_list .item:nth-child(6) .nav-global_subList .item:nth-child(3) a,
  #RECRUIT.session #l-header #nav-global .nav-global_list .item:nth-child(6) .nav-global_subList .item:nth-child(4) a {
    color: #00a6e3;
  }
  #ABOUT.index #l-header #nav-global .nav-global_list .item:nth-child(2) .nav-global_subList .item:nth-child(1) a::before,
  #ABOUT.outline #l-header #nav-global .nav-global_list .item:nth-child(2) .nav-global_subList .item:nth-child(2) a::before,
  #ABOUT.staff #l-header #nav-global .nav-global_list .item:nth-child(2) .nav-global_subList .item:nth-child(3) a::before,
  #RECRUIT.index #l-header #nav-global .nav-global_list .item:nth-child(6) .nav-global_subList .item:nth-child(1) a::before,
  #RECRUIT.program #l-header #nav-global .nav-global_list .item:nth-child(6) .nav-global_subList .item:nth-child(2) a::before,
  #RECRUIT.voice #l-header #nav-global .nav-global_list .item:nth-child(6) .nav-global_subList .item:nth-child(3) a::before,
  #RECRUIT.session #l-header #nav-global .nav-global_list .item:nth-child(6) .nav-global_subList .item:nth-child(4) a::before {
    background-color: #00a6e3;
  }
  #l-mv {
    height: 286px;
    margin-bottom: 48px;
  }
  #l-mv > .inner {
    width: 100%;
  }
  #l-mv .txt {
    position: absolute;
    top: 22px;
    right: 0;
    left: 0;
    text-align: center;
  }
  #l-mv .txt .en {
    margin-bottom: 7px;
  }
  #l-mv .txt .jp {
    writing-mode: horizontal-tb;
    font-size: 2.5rem;
  }
  #ABOUT #l-mv {
    background: #e4e5ec url("../img/about/mv_sp.jpg") no-repeat bottom right/100% auto;
  }
  #TREATMENT #l-mv {
    background: #e4e5ec url("../img/treatment/mv_sp.jpg") no-repeat bottom right/100% auto;
  }
  #RESEARCH #l-mv {
    background: #e4e5ec url("../img/research/mv_sp.jpg") no-repeat bottom right/100% auto;
  }
  #RESULT #l-mv {
    background: #e4e5ec url("../img/result/mv_sp.jpg") no-repeat bottom right/100% auto;
  }
  #RECRUIT #l-mv {
    background: #e4e5ec url("../img/recruit/mv_sp.jpg") no-repeat bottom right/100% auto;
  }
  #nav-sub {
    display: none;
  }
  #l-contents {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5.6vw;
  }
  #l-footer {
    padding: 40px 0 0;
  }
  #l-footer .name {
    margin-bottom: 13px;
    font-size: 1.7rem;
  }
  #l-footer .contact {
    margin-bottom: 21px;
    font-size: 1.25rem;
  }
  #l-footer .list-banners {
    display: block;
    width: 254px;
    margin: 0 auto 19px;
  }
  #l-footer .list-banners > .item {
    width: 100%;
  }
  #l-footer .list-banners > .item + .item {
    margin-top: 13px;
  }
  #l-footer .copyright {
    line-height: 1.8;
    font-size: 1.2rem;
  }
  #l-footer .btn-facebook {
    display: block;
    width: 250px;
    margin: 25px auto 0;
    line-height: 0;
  }
	/* . */
  #l-footer .fbtns{
    display: flex;
    width: 250px;
    margin: 25px auto 0;
	  padding: 15px 30px;
	  background-color: #009DDA;
  }
  #l-footer .fbtns .btn:not(:last-child){
	  margin-right: 25px;
	  padding-right: 25px;
	  border-right: 1px solid #ffffff;
  }
	#l-footer .fbtns .btn{
		display: flex;
		align-items: center;
		height: 100%;
		color: #ffffff;
		font-size: 1.9rem;
		font-family: "A1 Mincho", "A1明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ Ｐ明朝", serif;
		font-weight: bold;
		letter-spacing: 0.3pt;
		line-height: 1.3;
  }
	/* . */
}
.headline.-typeA {
  font-family: "A1 Mincho", "A1明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ Ｐ明朝", serif;
  font-size: 3.1rem;
  font-weight: bold;
}
.headline.-typeB {
  line-height: 1.5;
  font-family: "A1 Mincho", "A1明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ Ｐ明朝", serif;
  font-size: 2.8rem;
  font-weight: bold;
}
.headline.-typeC {
  margin-bottom: 93px;
  text-align: center;
  font-family: "A1 Mincho", "A1明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ Ｐ明朝", serif;
  font-size: 3.4rem;
  font-weight: bold;
}
.headline.-typeD {
  margin-bottom: 15px;
  font-size: 1.9rem;
  font-weight: bold;
}
.list-notes.-typeA {
  line-height: 1.95;
}
.list-notes.-typeA .item {
  position: relative;
  padding-left: 0.9em;
}
.list-notes.-typeA .item::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: '●';
  color: #84b91f;
  font-size: 1.2rem;
}
.list-links.-typeA {
  font-size: 1.9rem;
  font-weight: bold;
}
.list-links.-typeA .item + .item {
  margin-top: 27px;
}
.list-links.-typeA .item a::before {
  display: inline-block;
  content: '';
  width: 22px;
  height: 22px;
  margin-right: 9px;
  vertical-align: -4px;
  background: url("../img/common/icon-arrow01.svg") no-repeat 0 0/22px auto;
}
.list-links.-typeB {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.list-links.-typeB .item + .item {
  margin-left: 37px;
}
.list-links.-typeB .item a {
  color: #84b91f;
}
.list-links.-typeB .item a::before {
  display: inline-block;
  content: '';
  width: 19px;
  height: 19px;
  margin-right: 8px;
  vertical-align: -4px;
  background: url("../img/common/icon-arrow02.svg") no-repeat 0 0/19px auto;
}
.list-definition.-typeA .label {
  margin-top: 30px;
  font-weight: bold;
	position: relative;
	padding-left: 19px;
}
.list-definition.-typeA .label::before {
  padding-right: 2px;
  content: '●';
  color: #84b91f;
	/* 230601 KINOSHITA 追加 */
	font-size: 75%;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 2px;
	left: 0;
}
.list-definition.-typeA .value {
  margin: 8px 0 0 18px;
  line-height: 1.9;
}
.table.-typeA {
  margin: 0 auto;
}
.table.-typeA .head .th {
  padding: 12px 20px 11px;
  background-color: #bbd884;
}
.table.-typeA .head .th:nth-child(1) {
  width: 394px;
  border-right: 1px solid #fff;
  text-align: left;
}
.table.-typeA .head .th:nth-child(2) {
  width: 176px;
}
.table.-typeA .body .tr {
  border-bottom: 1px solid #b3b3b3;
}
.table.-typeA .body .td {
  padding: 12px 20px 11px;
}
.table.-typeA .body .td:nth-child(1) {
  border-right: 1px solid #b3b3b3;
  text-align: left;
}
.col2-unit {
  display: flex;
  justify-content: space-between;
}
.col3-unit {
  display: flex;
  justify-content: space-between;
}
.btn.-typeA {
  display: block;
  width: 256px;
  padding: 23px 0 22px;
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  background-color: #84b91f;
}
._emphasis {
  color: #009dda;
  font-weight: bold;
}
@media (max-width: 750px) {
  .headline.-typeA {
    line-height: 1.6;
    text-align: center;
    font-size: 2.4rem;
  }
  .headline.-typeB {
    line-height: 1.6;
    text-align: center;
    font-size: 2.4rem;
  }
  .headline.-typeC {
    margin-bottom: 46px;
    font-size: 2.4rem;
  }
  .headline.-typeD {
    line-height: 1.6;
    font-size: 1.6rem;
  }
  .list-links.-typeA {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6rem;
  }
  .list-links.-typeA .item + .item {
    margin: 0;
  }
  .list-links.-typeA .item a::before {
    width: 19px;
    height: 19px;
    background: url("../img/common/icon-arrow01.svg") no-repeat 0 0/19px auto;
  }
  .list-links.-typeB {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list-links.-typeB .item {
    width: 48.5%;
  }
  .list-links.-typeB .item + .item {
    margin-left: 0;
  }
  .list-links.-typeB .item:nth-child(n+3) {
    margin-top: 10px;
  }
  .list-links.-typeB .item a::before {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    vertical-align: -3px;
    background-size: 15px auto;
  }
  .list-definition.-typeA .label {
    margin-top: 20px;
	  /* 230601 KINOSHITA 追加 */
	  padding-left: 16px;
  }
  .list-definition.-typeA .value {
    margin: 8px 0 0 16px;
  }
  .scroll-warp {
    overflow-x: scroll;
    width: 100%;
  }
  .table.-typeA .head .th {
    padding: 8px 10px;
  }
  .table.-typeA .head .th:nth-child(1) {
    width: 65%;
  }
  .table.-typeA .head .th:nth-child(2) {
    width: 35%;
  }
  .table.-typeA .body .td {
    padding: 8px 10px;
  }
  .table.-typeA .body .td:nth-child(2) {
    vertical-align: middle;
  }
  .col2-unit:not(.-spSide) {
    flex-direction: column;
  }
  .col3-unit {
    flex-direction: column;
  }
  .btn.-typeA {
    width: 200px;
    padding: 17px 0 16px;
    font-size: 1.8rem;
  }
}
._mincho {
  font-family: "A1 Mincho", "A1明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ Ｐ明朝", serif;
}
._small {
  font-size: 0.8em;
}
._bold {
  font-weight: bold;
}
._pcView {
  display: block;
}
._pcViewIB {
  display: inline-block;
}
._spView {
  display: none;
}
._floatR {
  float: right;
}
._red {
  color: #e21e30;
}
._txt {
  line-height: 1.9375;
  letter-spacing: 0.05em;
}
._txt + ._txt {
  margin-top: 20px;
}
._cfix {
  zoom: 1;
}
._cfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: ".";
}
@media (max-width: 750px) {
  ._pcView {
    display: none;
  }
  ._pcViewIB {
    display: none;
  }
  ._spView {
    display: block;
  }
  ._txt {
    line-height: 1.95;
    letter-spacing: 0.04em;
  }
  ._txt + ._txt {
    margin-top: 25px;
  }
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ↓ 230601 KINOSHITA 追加 */
.subnav-list {
  display: flex;
  justify-content: center;
  font-family: "A1 Mincho", "A1明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ Ｐ明朝", serif;
  font-size: 1.7rem;
  font-weight: bold;
}
.subnav-list .item + .item {
  margin-left: 68px;
}
.subnav-list .item a,
.subnav-list .item .inner {
  display: block;
  padding: 12px 0;
  border-bottom: 2px solid #fff;
  color: #000;
  transition: all 0.3s ease-out;
	cursor: pointer;
}
.subnav-list .item .inner:hover,
.subnav-list .item.on .inner {
  border-bottom: 2px solid #84b91f;
}
.publications-list > li:not(:last-child){
	margin-bottom: 15px;
}
.publications-list.list-definition.-typeA > li .label{
	margin-top: 0;
	line-height: 1.75;
}
.publications-list.list-definition.-typeA > li .label::before{
	top: 4px;
}
.publications-list.list-definition.-typeA > li .value{
	margin-top: 5px;
}
.publications-box{
	margin-bottom: 60px;
}
.publications-box .catbox{
	margin-bottom: 50px;
}
.publications-box .subcatbox{
	margin-bottom: 30px;
}
.publications-box .catbox .titles{
	margin-bottom: 35px;
}
.publications-box .catbox .subtitles{
	color: #009dda;
}
.tabnav-box{
	margin-bottom: 60px;
}

    .ajax-box .loading-box{
        height: 100px;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url("../../asset/img/common/ajax-loader.gif");
        background-size: auto 66px;
    }

@media (max-width: 750px) {
	.tabnav-box{
		margin-bottom: 40px;
	}
	.subnav-list{
		flex-wrap: wrap;
	}
	.subnav-list .item {
		width: 32%;
		text-align: center;
	}
	.subnav-list .item + .item {
	  margin-left: 0;
	}
	.subnav-list .item:not(:nth-child(3n)) {
	  margin-right: 2%;
	}
	.subnav-list .item a,
	.subnav-list .item .inner {
	  display: inline-block;
		padding-right: 3px;
		padding-left: 3px;
	}
	.publications-box .catbox .titles{
		margin-bottom: 20px;
		text-align: left;
	}
}
/* ↑ 230601 KINOSHITA 追加 */


/* 231215 tooyama */
@media (min-width: 751px) {
  #l-footer .list-banners{
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 600px;
  }
}
/* 231215 ↑ tooyama */
