@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * 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;
}
ul,
p {
  margin: 0;
  padding: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 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 */
}
/**
 * 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: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * 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;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * 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;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.font_norm,
#content #top #comp .comp__inner .interview__num,
#content #about #comp .comp__inner .interview__num,
#content #faq #comp .comp__inner .interview__num,
#content #people #comp .comp__inner .interview__num,
#content #shisetu #comp .comp__inner .interview__num,
#content #school #comp .comp__inner .interview__num,
#content #training-and-welfare #comp .comp__inner .interview__num,
#content #top #comp .comp__inner .link__norm .left .text,
#content #about #comp .comp__inner .link__norm .left .text,
#content #faq #comp .comp__inner .link__norm .left .text,
#content #people #comp .comp__inner .link__norm .left .text,
#content #shisetu #comp .comp__inner .link__norm .left .text,
#content #school #comp .comp__inner .link__norm .left .text,
#content #training-and-welfare #comp .comp__inner .link__norm .left .text,
#content #top #comp .comp__inner .link__interview .link__inner a .cap .num,
#content #about #comp .comp__inner .link__interview .link__inner a .cap .num,
#content #faq #comp .comp__inner .link__interview .link__inner a .cap .num,
#content #people #comp .comp__inner .link__interview .link__inner a .cap .num,
#content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .num,
#content #school #comp .comp__inner .link__interview .link__inner a .cap .num,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .num,
#content #top #comp .comp__inner .text p,
#content #about #comp .comp__inner .text p,
#content #faq #comp .comp__inner .text p,
#content #people #comp .comp__inner .text p,
#content #shisetu #comp .comp__inner .text p,
#content #school #comp .comp__inner .text p,
#content #training-and-welfare #comp .comp__inner .text p,
#content #top #comp .comp__inner .text p.gray,
#content #about #comp .comp__inner .text p.gray,
#content #faq #comp .comp__inner .text p.gray,
#content #people #comp .comp__inner .text p.gray,
#content #shisetu #comp .comp__inner .text p.gray,
#content #school #comp .comp__inner .text p.gray,
#content #training-and-welfare #comp .comp__inner .text p.gray,
#content #top #comp .comp__inner .interview__link .ilsection .right .interview_num,
#content #about #comp .comp__inner .interview__link .ilsection .right .interview_num,
#content #faq #comp .comp__inner .interview__link .ilsection .right .interview_num,
#content #people #comp .comp__inner .interview__link .ilsection .right .interview_num,
#content #shisetu #comp .comp__inner .interview__link .ilsection .right .interview_num,
#content #school #comp .comp__inner .interview__link .ilsection .right .interview_num,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right .interview_num,
#content #top #comp .comp__inner .txtlist,
#content #about #comp .comp__inner .txtlist,
#content #faq #comp .comp__inner .txtlist,
#content #people #comp .comp__inner .txtlist,
#content #shisetu #comp .comp__inner .txtlist,
#content #school #comp .comp__inner .txtlist,
#content #training-and-welfare #comp .comp__inner .txtlist {
  font-family: "neue-haas-unica", "dnp-shuei-gothic-gin-std", sans-serif;
  letter-spacing: 0.16em;
  line-height: 1.8;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.font_maru,
header #menu .menu__line,
.ex__l .ex__l__comp .ex__l__title,
.ex__l .ex__l__comp .igl span,
#content #top #comp .comp__inner .interview__people .cv .profile,
#content #about #comp .comp__inner .interview__people .cv .profile,
#content #faq #comp .comp__inner .interview__people .cv .profile,
#content #people #comp .comp__inner .interview__people .cv .profile,
#content #shisetu #comp .comp__inner .interview__people .cv .profile,
#content #school #comp .comp__inner .interview__people .cv .profile,
#content #training-and-welfare #comp .comp__inner .interview__people .cv .profile,
#content #top #comp .comp__inner #h2,
#content #about #comp .comp__inner #h2,
#content #faq #comp .comp__inner #h2,
#content #people #comp .comp__inner #h2,
#content #shisetu #comp .comp__inner #h2,
#content #school #comp .comp__inner #h2,
#content #training-and-welfare #comp .comp__inner #h2,
#content #top #comp .comp__inner #h3,
#content #about #comp .comp__inner #h3,
#content #faq #comp .comp__inner #h3,
#content #people #comp .comp__inner #h3,
#content #shisetu #comp .comp__inner #h3,
#content #school #comp .comp__inner #h3,
#content #training-and-welfare #comp .comp__inner #h3,
#content #top #comp .comp__inner .link__norm .left .subject,
#content #about #comp .comp__inner .link__norm .left .subject,
#content #faq #comp .comp__inner .link__norm .left .subject,
#content #people #comp .comp__inner .link__norm .left .subject,
#content #shisetu #comp .comp__inner .link__norm .left .subject,
#content #school #comp .comp__inner .link__norm .left .subject,
#content #training-and-welfare #comp .comp__inner .link__norm .left .subject,
#content #top #comp .comp__inner .link__interview .link__inner a .cap .title,
#content #about #comp .comp__inner .link__interview .link__inner a .cap .title,
#content #faq #comp .comp__inner .link__interview .link__inner a .cap .title,
#content #people #comp .comp__inner .link__interview .link__inner a .cap .title,
#content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .title,
#content #school #comp .comp__inner .link__interview .link__inner a .cap .title,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .title,
#content #top #comp .comp__inner .link__interview .link__inner a .cap .cat,
#content #about #comp .comp__inner .link__interview .link__inner a .cap .cat,
#content #faq #comp .comp__inner .link__interview .link__inner a .cap .cat,
#content #people #comp .comp__inner .link__interview .link__inner a .cap .cat,
#content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .cat,
#content #school #comp .comp__inner .link__interview .link__inner a .cap .cat,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .cat,
#content #top #comp .comp__inner .link__minihead,
#content #about #comp .comp__inner .link__minihead,
#content #faq #comp .comp__inner .link__minihead,
#content #people #comp .comp__inner .link__minihead,
#content #shisetu #comp .comp__inner .link__minihead,
#content #school #comp .comp__inner .link__minihead,
#content #training-and-welfare #comp .comp__inner .link__minihead,
#content #top #comp .comp__inner .link__list .school__link .name,
#content #about #comp .comp__inner .link__list .school__link .name,
#content #faq #comp .comp__inner .link__list .school__link .name,
#content #people #comp .comp__inner .link__list .school__link .name,
#content #shisetu #comp .comp__inner .link__list .school__link .name,
#content #school #comp .comp__inner .link__list .school__link .name,
#content #training-and-welfare #comp .comp__inner .link__list .school__link .name,
#content #top #comp .comp__inner .link__list .offertop__link .name,
#content #about #comp .comp__inner .link__list .offertop__link .name,
#content #faq #comp .comp__inner .link__list .offertop__link .name,
#content #people #comp .comp__inner .link__list .offertop__link .name,
#content #shisetu #comp .comp__inner .link__list .offertop__link .name,
#content #school #comp .comp__inner .link__list .offertop__link .name,
#content #training-and-welfare #comp .comp__inner .link__list .offertop__link .name,
#content #top #comp .comp__inner .comp__inner__head,
#content #about #comp .comp__inner .comp__inner__head,
#content #faq #comp .comp__inner .comp__inner__head,
#content #people #comp .comp__inner .comp__inner__head,
#content #shisetu #comp .comp__inner .comp__inner__head,
#content #school #comp .comp__inner .comp__inner__head,
#content #training-and-welfare #comp .comp__inner .comp__inner__head,
#content #top #comp .comp__inner .comp__inner__minihead,
#content #about #comp .comp__inner .comp__inner__minihead,
#content #faq #comp .comp__inner .comp__inner__minihead,
#content #people #comp .comp__inner .comp__inner__minihead,
#content #shisetu #comp .comp__inner .comp__inner__minihead,
#content #school #comp .comp__inner .comp__inner__minihead,
#content #training-and-welfare #comp .comp__inner .comp__inner__minihead,
#content #top #comp .comp__inner .text.maru,
#content #about #comp .comp__inner .text.maru,
#content #faq #comp .comp__inner .text.maru,
#content #people #comp .comp__inner .text.maru,
#content #shisetu #comp .comp__inner .text.maru,
#content #school #comp .comp__inner .text.maru,
#content #training-and-welfare #comp .comp__inner .text.maru,
#content #top #comp .comp__inner .text.interview__smalllead p,
#content #about #comp .comp__inner .text.interview__smalllead p,
#content #faq #comp .comp__inner .text.interview__smalllead p,
#content #people #comp .comp__inner .text.interview__smalllead p,
#content #shisetu #comp .comp__inner .text.interview__smalllead p,
#content #school #comp .comp__inner .text.interview__smalllead p,
#content #training-and-welfare #comp .comp__inner .text.interview__smalllead p,
#content #top #comp .comp__inner .text a,
#content #about #comp .comp__inner .text a,
#content #faq #comp .comp__inner .text a,
#content #people #comp .comp__inner .text a,
#content #shisetu #comp .comp__inner .text a,
#content #school #comp .comp__inner .text a,
#content #training-and-welfare #comp .comp__inner .text a,
#content #top #comp .comp__inner .people__link,
#content #about #comp .comp__inner .people__link,
#content #faq #comp .comp__inner .people__link,
#content #people #comp .comp__inner .people__link,
#content #shisetu #comp .comp__inner .people__link,
#content #school #comp .comp__inner .people__link,
#content #training-and-welfare #comp .comp__inner .people__link,
#content #top #comp .comp__inner .people__link a,
#content #about #comp .comp__inner .people__link a,
#content #faq #comp .comp__inner .people__link a,
#content #people #comp .comp__inner .people__link a,
#content #shisetu #comp .comp__inner .people__link a,
#content #school #comp .comp__inner .people__link a,
#content #training-and-welfare #comp .comp__inner .people__link a,
#content #top #comp .comp__inner .ilhead,
#content #about #comp .comp__inner .ilhead,
#content #faq #comp .comp__inner .ilhead,
#content #people #comp .comp__inner .ilhead,
#content #shisetu #comp .comp__inner .ilhead,
#content #school #comp .comp__inner .ilhead,
#content #training-and-welfare #comp .comp__inner .ilhead,
#content #top #comp .comp__inner .interview__link .ilsection .right .title,
#content #about #comp .comp__inner .interview__link .ilsection .right .title,
#content #faq #comp .comp__inner .interview__link .ilsection .right .title,
#content #people #comp .comp__inner .interview__link .ilsection .right .title,
#content #shisetu #comp .comp__inner .interview__link .ilsection .right .title,
#content #school #comp .comp__inner .interview__link .ilsection .right .title,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right .title,
#content #top #comp .comp__inner .interview__link .ilsection .right .cat,
#content #about #comp .comp__inner .interview__link .ilsection .right .cat,
#content #faq #comp .comp__inner .interview__link .ilsection .right .cat,
#content #people #comp .comp__inner .interview__link .ilsection .right .cat,
#content #shisetu #comp .comp__inner .interview__link .ilsection .right .cat,
#content #school #comp .comp__inner .interview__link .ilsection .right .cat,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right .cat {
  font-family: "dnp-shuei-mgothic-std", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  letter-spacing: 0.16em;
  line-height: 1.8;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.font_maru_text,
.ex__l .ex__l__comp .caption {
  font-family: "dnp-shuei-mgothic-std", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.font_maru_button,
header .firstline .links,
header #menu .firstline .links,
header #menu .menu__line .menu__additional__link a,
header #menu .bottom__line,
#footer,
#content #top #comp .comp__inner .link__norm .left .jumplink,
#content #about #comp .comp__inner .link__norm .left .jumplink,
#content #faq #comp .comp__inner .link__norm .left .jumplink,
#content #people #comp .comp__inner .link__norm .left .jumplink,
#content #shisetu #comp .comp__inner .link__norm .left .jumplink,
#content #school #comp .comp__inner .link__norm .left .jumplink,
#content #training-and-welfare #comp .comp__inner .link__norm .left .jumplink {
  font-family: "dnp-shuei-mgothic-std", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #432C15;
}
img {
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
svg {
  line-height: 1;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  color: #432C15;
  background: #FCFBF9;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
body.overlay {
  overflow: hidden;
}
body #content {
  position: relative;
}
header {
  position: relative;
  width: 100%;
  height: 240px;
}
@media all and (max-width: 859px) {
  header {
    height: 104px;
  }
}
header .firstline {
  display: block;
  position: relative;
}
header .firstline .menubutton {
  z-index: 9992;
  display: block;
  position: fixed;
  top: 130px;
  left: 50px;
  line-height: 1;
}
header .firstline .menubutton a svg {
  width: 50px;
  height: 50px;
}
header .firstline .menubutton a .def {
  display: block;
}
header .firstline .menubutton a .hov {
  display: none;
}
header .firstline .menubutton a:hover .def {
  display: none;
}
header .firstline .menubutton a:hover .hov {
  display: block;
}
.sp header .firstline .menubutton a:hover .def,
.tablet header .firstline .menubutton a:hover .def {
  display: block;
}
.sp header .firstline .menubutton a:hover .hov,
.tablet header .firstline .menubutton a:hover .hov {
  display: none;
}
@media all and (max-width: 859px) {
  header .firstline .menubutton {
    top: 50px;
    left: 20px;
  }
  header .firstline .menubutton a svg {
    width: 30px;
    height: 30px;
  }
}
header .firstline .header__title {
  z-index: 2;
  position: relative;
  top: 60px;
  display: flex;
  justify-content: center;
}
header .firstline .header__title .logo {
  display: block;
}
@media all and (max-width: 859px) {
  header .firstline .header__title {
    top: 20px;
  }
  header .firstline .header__title .logo svg {
    width: 200px;
    height: 82px;
  }
}
header .firstline .links {
  z-index: 9993;
  position: absolute;
  top: 60px;
  right: 50px;
  width: 251px;
}
header .firstline .links::before {
  content: "";
  position: absolute;
  top: 95px;
  right: 0px;
  width: 251px;
  height: 1px;
  background-color: #AAAAAA;
  z-index: 1;
}
@media all and (max-width: 1100px) {
  header .firstline .links::before {
    width: 126px;
  }
}
@media all and (max-width: 859px) {
  header .firstline .links::before {
    display: none;
  }
}
header .firstline .links::after {
  content: "";
  position: absolute;
  top: 101px;
  right: 125px;
  width: 1px;
  height: 80px;
  background-color: #AAAAAA;
  z-index: 1;
}
@media all and (max-width: 1100px) {
  header .firstline .links::after {
    display: none;
  }
}
header .firstline .links .saiyou {
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
  width: 202px;
  margin: 0 28px 0 21px;
}
header .firstline .links .saiyou .kidsseijin {
  padding-right: 28px;
}
header .firstline .links .saiyou .kidsseijin.def {
  display: block;
}
header .firstline .links .saiyou .kidsseijin.hov {
  display: none;
}
header .firstline .links .saiyou .kidsseijin svg {
  height: 80px;
  width: 64px;
}
header .firstline .links .saiyou .moji {
  color: #838383;
  padding-top: 6px;
}
header .firstline .links .saiyou .moji__small {
  display: none;
  color: #838383;
}
header .firstline .links .saiyou:hover .def {
  display: none;
}
header .firstline .links .saiyou:hover .hov {
  display: block;
}
header .firstline .links .saiyou:hover .moji,
header .firstline .links .saiyou:hover .moji__small {
  color: #4AAC44;
}
.sp header .firstline .links .saiyou:hover .def,
.tablet header .firstline .links .saiyou:hover .def {
  display: block;
}
.sp header .firstline .links .saiyou:hover .hov,
.tablet header .firstline .links .saiyou:hover .hov {
  display: none;
}
.sp header .firstline .links .saiyou:hover .moji,
.tablet header .firstline .links .saiyou:hover .moji,
.sp header .firstline .links .saiyou:hover .moji__small,
.tablet header .firstline .links .saiyou:hover .moji__small {
  color: #838383;
}
header .firstline .links .bottom {
  height: 85px;
  position: relative;
  display: flex;
}
@media all and (max-width: 859px) {
  header .firstline .links .bottom {
    display: none;
  }
}
header .firstline .links .bottom .mini {
  width: 125px;
  font-size: 15px;
  position: absolute;
  top: 29px;
}
header .firstline .links .bottom .mini.line {
  left: 0;
}
header .firstline .links .bottom .mini.instagram {
  right: 0;
}
header .firstline .links .bottom .mini .icon {
  text-align: center;
}
header .firstline .links .bottom .mini .def {
  display: block;
}
header .firstline .links .bottom .mini .hov {
  display: none;
}
header .firstline .links .bottom .mini .moji {
  color: #838383;
  padding-top: 7px;
  text-align: center;
}
header .firstline .links .bottom .mini:hover .def {
  display: none;
}
header .firstline .links .bottom .mini:hover .hov {
  display: block;
}
header .firstline .links .bottom .mini:hover .moji {
  color: #4AAC44;
}
.sp header .firstline .links .bottom .mini:hover .def,
.tablet header .firstline .links .bottom .mini:hover .def {
  display: block;
}
.sp header .firstline .links .bottom .mini:hover .hov,
.tablet header .firstline .links .bottom .mini:hover .hov {
  display: none;
}
.sp header .firstline .links .bottom .mini:hover .moji,
.tablet header .firstline .links .bottom .mini:hover .moji {
  color: #838383;
}
@media all and (max-width: 1100px) {
  header .firstline .links {
    width: 126px;
  }
  header .firstline .links .saiyou {
    position: relative;
    font-size: 15px;
    flex-direction: column;
    width: 84px;
    margin: 0 28px 0 21px;
  }
  header .firstline .links .saiyou .kidsseijin {
    padding-right: 0px;
  }
  header .firstline .links .saiyou .kidsseijin svg {
    height: 57px;
    width: 46px;
  }
  header .firstline .links .saiyou .moji {
    padding-top: 6px;
  }
  header .firstline .links .bottom {
    height: 85px;
    flex-direction: column;
  }
  header .firstline .links .bottom .mini {
    width: 126px;
    font-size: 13px;
    position: relative;
    top: 29px;
    padding-left: 6px;
    margin-bottom: 10px;
  }
  header .firstline .links .bottom .mini.instagram {
    left: 0;
  }
  header .firstline .links .bottom .mini .icon {
    text-align: left;
  }
  header .firstline .links .bottom .mini .icon svg {
    width: 26px;
    height: 26px;
  }
  header .firstline .links .bottom .mini .moji {
    padding-top: 0px;
    text-align: left;
    position: absolute;
    top: 7px;
    left: 45px;
  }
}
@media all and (max-width: 859px) {
  header .firstline .links {
    width: 40px;
    height: 82px;
    top: 20px;
    right: 22px;
  }
  header .firstline .links .saiyou {
    font-size: 12px;
    margin: 0;
    width: 40px;
  }
  header .firstline .links .saiyou .kidsseijin svg {
    height: 46px;
    width: 38px;
  }
  header .firstline .links .saiyou .moji {
    display: none;
  }
  header .firstline .links .saiyou .moji__small {
    display: contents;
  }
  header .firstline .links .saiyou .moji__small span {
    padding-top: 6px;
  }
  header .firstline .links .bottom {
    height: 85px;
    flex-direction: column;
  }
  header .firstline .links .bottom .mini {
    width: 126px;
    font-size: 13px;
    position: relative;
    top: 29px;
    padding-left: 6px;
    margin-bottom: 10px;
  }
  header .firstline .links .bottom .mini.instagram {
    left: 0;
  }
  header .firstline .links .bottom .mini .icon {
    text-align: left;
  }
  header .firstline .links .bottom .mini .icon svg {
    width: 26px;
    height: 26px;
  }
  header .firstline .links .bottom .mini .moji {
    padding-top: 0px;
    text-align: left;
    position: absolute;
    top: 7px;
    left: 45px;
  }
}
header #menu {
  display: none;
  position: fixed;
  z-index: 99990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FCFBF9;
}
header #menu.show {
  display: block;
  overflow-y: scroll;
  max-height: 100%;
}
header #menu .firstline {
  height: 240px;
  display: block;
  position: relative;
}
@media all and (max-width: 859px) {
  header #menu .firstline {
    height: 104px;
  }
}
header #menu .firstline .closebutton {
  z-index: 99999;
  display: block;
  position: fixed;
  top: 130px;
  left: 50px;
  line-height: 1;
}
header #menu .firstline .closebutton a svg {
  width: 50px;
  height: 50px;
}
header #menu .firstline .closebutton a .def {
  display: block;
}
header #menu .firstline .closebutton a .hov {
  display: none;
}
header #menu .firstline .closebutton a:hover .def {
  display: none;
}
header #menu .firstline .closebutton a:hover .hov {
  display: block;
}
.sp header #menu .firstline .closebutton a:hover .def,
.tablet header #menu .firstline .closebutton a:hover .def {
  display: block;
}
.sp header #menu .firstline .closebutton a:hover .hov,
.tablet header #menu .firstline .closebutton a:hover .hov {
  display: none;
}
@media all and (max-width: 859px) {
  header #menu .firstline .closebutton {
    top: 50px;
    left: 20px;
  }
  header #menu .firstline .closebutton a svg {
    width: 30px;
    height: 30px;
  }
}
header #menu .firstline .header__title {
  z-index: 2;
  position: relative;
  top: 60px;
  display: flex;
  justify-content: center;
}
header #menu .firstline .header__title .logo {
  display: block;
}
@media all and (max-width: 859px) {
  header #menu .firstline .header__title {
    top: 20px;
  }
  header #menu .firstline .header__title .logo svg {
    width: 200px;
    height: 82px;
  }
}
header #menu .firstline .links {
  z-index: 99998;
  position: absolute;
  top: 60px;
  right: 50px;
  width: 251px;
}
@media all and (max-width: 859px) {
  header #menu .firstline .links {
    display: none;
  }
}
header #menu .firstline .links::before {
  content: "";
  position: absolute;
  top: 95px;
  right: 0px;
  width: 251px;
  height: 1px;
  background-color: #AAAAAA;
  z-index: 1;
}
@media all and (max-width: 1100px) {
  header #menu .firstline .links::before {
    width: 126px;
  }
}
header #menu .firstline .links::after {
  content: "";
  position: absolute;
  top: 101px;
  right: 125px;
  width: 1px;
  height: 80px;
  background-color: #AAAAAA;
  z-index: 1;
}
@media all and (max-width: 1100px) {
  header #menu .firstline .links::after {
    display: none;
  }
}
header #menu .firstline .links .saiyou {
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
  width: 202px;
  margin: 0 28px 0 21px;
}
header #menu .firstline .links .saiyou .kidsseijin {
  padding-right: 28px;
}
header #menu .firstline .links .saiyou .kidsseijin.def {
  display: block;
}
header #menu .firstline .links .saiyou .kidsseijin.hov {
  display: none;
}
header #menu .firstline .links .saiyou .kidsseijin svg {
  height: 80px;
  width: 64px;
}
header #menu .firstline .links .saiyou .moji {
  color: #838383;
  padding-top: 6px;
}
header #menu .firstline .links .saiyou:hover .def {
  display: none;
}
header #menu .firstline .links .saiyou:hover .hov {
  display: block;
}
header #menu .firstline .links .saiyou:hover .moji {
  color: #4AAC44;
}
.sp header #menu .firstline .links .saiyou:hover .def,
.tablet header #menu .firstline .links .saiyou:hover .def {
  display: block;
}
.sp header #menu .firstline .links .saiyou:hover .hov,
.tablet header #menu .firstline .links .saiyou:hover .hov {
  display: none;
}
.sp header #menu .firstline .links .saiyou:hover .moji,
.tablet header #menu .firstline .links .saiyou:hover .moji {
  color: #838383;
}
header #menu .firstline .links .bottom {
  height: 85px;
  position: relative;
  display: flex;
}
header #menu .firstline .links .bottom .mini {
  width: 125px;
  font-size: 15px;
  position: absolute;
  top: 29px;
}
header #menu .firstline .links .bottom .mini.line {
  left: 0;
}
header #menu .firstline .links .bottom .mini.instagram {
  right: 0;
}
header #menu .firstline .links .bottom .mini .icon {
  text-align: center;
}
header #menu .firstline .links .bottom .mini .def {
  display: block;
}
header #menu .firstline .links .bottom .mini .hov {
  display: none;
}
header #menu .firstline .links .bottom .mini .moji {
  color: #838383;
  padding-top: 7px;
  text-align: center;
}
header #menu .firstline .links .bottom .mini:hover .def {
  display: none;
}
header #menu .firstline .links .bottom .mini:hover .hov {
  display: block;
}
header #menu .firstline .links .bottom .mini:hover .moji {
  color: #4AAC44;
}
.sp header #menu .firstline .links .bottom .mini:hover .def,
.tablet header #menu .firstline .links .bottom .mini:hover .def {
  display: block;
}
.sp header #menu .firstline .links .bottom .mini:hover .hov,
.tablet header #menu .firstline .links .bottom .mini:hover .hov {
  display: none;
}
.sp header #menu .firstline .links .bottom .mini:hover .moji,
.tablet header #menu .firstline .links .bottom .mini:hover .moji {
  color: #838383;
}
@media all and (max-width: 1100px) {
  header #menu .firstline .links {
    width: 126px;
  }
  header #menu .firstline .links .saiyou {
    position: relative;
    font-size: 15px;
    flex-direction: column;
    width: 84px;
    margin: 0 28px 0 21px;
  }
  header #menu .firstline .links .saiyou .kidsseijin {
    padding-right: 0px;
  }
  header #menu .firstline .links .saiyou .kidsseijin svg {
    height: 57px;
    width: 46px;
  }
  header #menu .firstline .links .saiyou .moji {
    padding-top: 6px;
  }
  header #menu .firstline .links .bottom {
    height: 85px;
    flex-direction: column;
  }
  header #menu .firstline .links .bottom .mini {
    width: 126px;
    font-size: 13px;
    position: relative;
    top: 29px;
    padding-left: 6px;
    margin-bottom: 10px;
  }
  header #menu .firstline .links .bottom .mini.instagram {
    left: 0;
  }
  header #menu .firstline .links .bottom .mini .icon {
    text-align: left;
  }
  header #menu .firstline .links .bottom .mini .icon svg {
    width: 26px;
    height: 26px;
  }
  header #menu .firstline .links .bottom .mini .moji {
    padding-top: 0px;
    text-align: left;
    position: absolute;
    top: 7px;
    left: 45px;
  }
}
header #menu .menu__line {
  font-size: 27px;
  margin-top: 47px;
  width: 100%;
  padding: 0 20px;
}
header #menu .menu__line li {
  z-index: 999;
  width: fit-content;
  margin: 0 auto 15px auto;
  text-align: center;
}
header #menu .menu__line li a {
  color: #432C15;
}
header #menu .menu__line li a.current {
  color: #4AAC44;
}
.sp header #menu .menu__line li a.current:hover,
.tablet header #menu .menu__line li a.current:hover {
  color: #4AAC44;
}
header #menu .menu__line li a:hover {
  color: #4AAC44;
}
.sp header #menu .menu__line li a:hover,
.tablet header #menu .menu__line li a:hover {
  color: #432C15;
}
header #menu .menu__line .kkp {
  z-index: 998;
}
header #menu .menu__line .kkp a {
  color: #838383;
}
header #menu .menu__line .kkp a span {
  line-height: 1;
  border-bottom: 1px solid #838383;
  padding-bottom: 5px;
}
@media all and (max-width: 859px) {
  header #menu .menu__line .kkp a span {
    display: inline-flex;
  }
}
header #menu .menu__line .kkp a:hover {
  color: #4AAC44;
}
header #menu .menu__line .kkp a:hover span {
  border-bottom: 1px solid #4AAC44;
}
.sp header #menu .menu__line .kkp a:hover,
.tablet header #menu .menu__line .kkp a:hover {
  color: #838383;
}
.sp header #menu .menu__line .kkp a:hover span,
.tablet header #menu .menu__line .kkp a:hover span {
  border-bottom: 1px solid #838383;
}
header #menu .menu__line .link__sp {
  display: none;
}
@media all and (max-width: 859px) {
  header #menu .menu__line {
    font-size: 20px;
    margin-top: 45px;
  }
  header #menu .menu__line li {
    margin-bottom: 18px;
  }
  header #menu .menu__line .link__sp {
    margin-top: 45px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    letter-spacing: 0.05em;
  }
  header #menu .menu__line .link__sp .pp {
    margin-right: 7px;
  }
  header #menu .menu__line .link__sp .sm {
    margin-left: 7px;
  }
}
header #menu .menu__line .menu__keio {
  position: absolute;
  bottom: 64px;
  left: 50px;
}
header #menu .menu__line .menu__keio svg {
  width: 330px;
  height: 30px;
}
header #menu .menu__line .menu__keio:hover {
  opacity: 70%;
}
.sp header #menu .menu__line .menu__keio:hover,
.tablet header #menu .menu__line .menu__keio:hover {
  opacity: 100%;
}
@media all and (max-height: 920px) {
  header #menu .menu__line .menu__keio.minimum {
    position: relative;
    bottom: -76px;
    left: 30px;
    padding-bottom: 76px ;
  }
}
header #menu .menu__line .menu__additional__link {
  position: absolute;
  bottom: 68px;
  right: 50px;
  display: flex;
}
@media all and (max-width: 1100px) {
  header #menu .menu__line .menu__additional__link {
    right: 30px;
  }
}
header #menu .menu__line .menu__additional__link a {
  letter-spacing: 1px;
  font-feature-settings: normal;
  font-size: 13px;
}
header #menu .menu__line .menu__additional__link a:hover {
  color: #4AAC44;
}
.sp header #menu .menu__line .menu__additional__link a:hover,
.tablet header #menu .menu__line .menu__additional__link a:hover {
  color: #432C15;
}
header #menu .menu__line .menu__additional__link a.sm {
  margin-left: 24px;
}
@media all and (max-height: 920px) {
  header #menu .menu__line .menu__additional__link.minimum {
    position: relative;
    bottom: 1px;
    justify-content: flex-end;
    right: 30px;
  }
}
@media all and (max-width: 859px) {
  header #menu .menu__line {
    height: 456px;
  }
  header #menu .menu__line .footer__inner__top {
    padding: 59px 20px;
  }
  header #menu .menu__line .menu__keio {
    position: relative;
    display: flex;
    justify-content: center;
    bottom: 0;
    left: 0;
    margin-top: 37px;
  }
  header #menu .menu__line .menu__keio svg {
    width: 300px;
    height: 27px;
  }
  header #menu .menu__line .menu__additional__link {
    display: none;
  }
}
header #menu .bottom__line {
  display: none;
}
@media all and (max-width: 859px) {
  header #menu .bottom__line {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 220px;
    border-top: 1px solid #AAAAAA;
  }
  header #menu .bottom__line::before {
    content: "";
    position: absolute;
    bottom: 108px;
    right: 0px;
    width: 100%;
    height: 1px;
    background-color: #AAAAAA;
    z-index: 1;
  }
  header #menu .bottom__line::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 1px;
    height: 108px;
    background-color: #AAAAAA;
    z-index: 1;
  }
  header #menu .bottom__line .saiyou {
    position: relative;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 14px 10px;
  }
  header #menu .bottom__line .saiyou .kidsseijin {
    padding-right: 28px;
  }
  header #menu .bottom__line .saiyou .kidsseijin.def {
    display: block;
  }
  header #menu .bottom__line .saiyou .kidsseijin.hov {
    display: none;
  }
  header #menu .bottom__line .saiyou .kidsseijin svg {
    height: 80px;
    width: 64px;
  }
  header #menu .bottom__line .saiyou .moji {
    color: #838383;
    padding-top: 0;
  }
  header #menu .bottom__line .saiyou:hover .def {
    display: none;
  }
  header #menu .bottom__line .saiyou:hover .hov {
    display: block;
  }
  header #menu .bottom__line .saiyou:hover .moji {
    color: #4AAC44;
  }
  .sp header #menu .bottom__line .saiyou:hover .def,
  .tablet header #menu .bottom__line .saiyou:hover .def {
    display: block;
  }
  .sp header #menu .bottom__line .saiyou:hover .hov,
  .tablet header #menu .bottom__line .saiyou:hover .hov {
    display: none;
  }
  .sp header #menu .bottom__line .saiyou:hover .moji,
  .tablet header #menu .bottom__line .saiyou:hover .moji {
    color: #838383;
  }
  header #menu .bottom__line .bottom {
    height: 85px;
    position: relative;
    display: flex;
  }
  header #menu .bottom__line .bottom .mini {
    width: 50%;
    font-size: 15px;
    position: absolute;
    top: 24px;
  }
  header #menu .bottom__line .bottom .mini.line {
    left: 0;
  }
  header #menu .bottom__line .bottom .mini.instagram {
    right: 0;
  }
  header #menu .bottom__line .bottom .mini .icon {
    text-align: center;
  }
  header #menu .bottom__line .bottom .mini .def {
    display: block;
  }
  header #menu .bottom__line .bottom .mini .hov {
    display: none;
  }
  header #menu .bottom__line .bottom .mini .moji {
    color: #838383;
    padding-top: 7px;
    text-align: center;
  }
  header #menu .bottom__line .bottom .mini:hover .def {
    display: none;
  }
  header #menu .bottom__line .bottom .mini:hover .hov {
    display: block;
  }
  header #menu .bottom__line .bottom .mini:hover .moji {
    color: #4AAC44;
  }
  .sp header #menu .bottom__line .bottom .mini:hover .def,
  .tablet header #menu .bottom__line .bottom .mini:hover .def {
    display: block;
  }
  .sp header #menu .bottom__line .bottom .mini:hover .hov,
  .tablet header #menu .bottom__line .bottom .mini:hover .hov {
    display: none;
  }
  .sp header #menu .bottom__line .bottom .mini:hover .moji,
  .tablet header #menu .bottom__line .bottom .mini:hover .moji {
    color: #838383;
  }
}
@media all and (max-height: 916px) {
  header #menu .bottom__line.kkp__little {
    position: relative;
    bottom: -91px;
  }
}
@media all and (max-height: 953px) {
  header #menu .bottom__line.kkp__minimum {
    position: relative;
    bottom: -128px;
  }
}
.ex__l {
  position: relative;
  padding: 40px 0 20px 0;
  z-index: 999;
}
.ex__l.kidsplatz {
  padding-bottom: 0;
}
.ex__l.interview {
  padding: 60px 0 0 0;
}
@media all and (max-width: 859px) {
  .ex__l {
    padding: 40px 0 0 0;
  }
  .ex__l.last {
    padding-bottom: 20px;
  }
}
.ex__l .ex__l__comp {
  padding: 25px 10px 28px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #4AAC44;
  border-radius: 20px;
  color: #4AAC44;
}
.ex__l .ex__l__comp .ex__l__title {
  line-height: 1;
  font-size: 27px;
  text-align: center;
}
@media all and (max-width: 859px) {
  .ex__l .ex__l__comp .ex__l__title {
    font-size: 24px;
  }
}
.ex__l .ex__l__comp .igl {
  position: relative;
  height: 30px;
  width: 175px;
}
.ex__l .ex__l__comp .igl .ig_icon_def,
.ex__l .ex__l__comp .igl .ig_icon_hov {
  position: absolute;
  top: 3px;
  left: 0;
}
.ex__l .ex__l__comp .igl .ig_icon_def svg,
.ex__l .ex__l__comp .igl .ig_icon_hov svg {
  width: 21px;
  height: 21px;
}
.ex__l .ex__l__comp .igl .ig_icon_def {
  display: block;
}
.ex__l .ex__l__comp .igl .ig_icon_hov {
  display: none;
}
.ex__l .ex__l__comp .igl span {
  line-height: 1;
  font-size: 27px;
  position: absolute;
  top: 0;
  left: 29px;
}
@media all and (max-width: 859px) {
  .ex__l .ex__l__comp .igl span {
    font-size: 24px;
  }
}
.ex__l .ex__l__comp .ex__l__img {
  width: 35%;
  margin: 28px 0 7px 0 ;
}
.ex__l .ex__l__comp .ex__l__img img {
  width: 100%;
}
@media all and (max-width: 859px) {
  .ex__l .ex__l__comp .ex__l__img {
    width: 55%;
  }
}
.ex__l .ex__l__comp .caption {
  text-align: center;
  font-size: 20px;
  margin-top: 13px;
}
.ex__l .ex__l__comp .caption span {
  border-bottom: 1px solid #4AAC44;
  padding-bottom: 3px;
}
@media all and (max-width: 859px) {
  .ex__l .ex__l__comp .caption {
    font-size: 15px;
  }
}
.ex__l .ex__l__comp:hover {
  border: 1px solid #838383;
}
.ex__l .ex__l__comp:hover .igl .ig_icon_def {
  display: none;
}
.ex__l .ex__l__comp:hover .igl .ig_icon_hov {
  display: block;
}
.ex__l .ex__l__comp:hover .igl span {
  color: #838383;
}
.ex__l .ex__l__comp:hover .ex__l__title,
.ex__l .ex__l__comp:hover .caption {
  color: #838383;
}
.ex__l .ex__l__comp:hover .ex__l__img img {
  filter: grayscale(33%) opacity(50%);
}
.ex__l .ex__l__comp:hover .caption span {
  border-bottom: 1px solid #838383;
}
.sp .ex__l .ex__l__comp:hover,
.tablet .ex__l .ex__l__comp:hover {
  border: 1px solid #4AAC44;
}
.sp .ex__l .ex__l__comp:hover .igl .ig_icon_def,
.tablet .ex__l .ex__l__comp:hover .igl .ig_icon_def {
  display: block;
}
.sp .ex__l .ex__l__comp:hover .igl .ig_icon_hov,
.tablet .ex__l .ex__l__comp:hover .igl .ig_icon_hov {
  display: none;
}
.sp .ex__l .ex__l__comp:hover .igl span,
.tablet .ex__l .ex__l__comp:hover .igl span {
  color: #4AAC44;
}
.sp .ex__l .ex__l__comp:hover .ex__l__title,
.tablet .ex__l .ex__l__comp:hover .ex__l__title,
.sp .ex__l .ex__l__comp:hover .caption,
.tablet .ex__l .ex__l__comp:hover .caption {
  color: #4AAC44;
}
.sp .ex__l .ex__l__comp:hover .ex__l__img img,
.tablet .ex__l .ex__l__comp:hover .ex__l__img img {
  filter: grayscale(0) opacity(100%);
}
.sp .ex__l .ex__l__comp:hover .caption span,
.tablet .ex__l .ex__l__comp:hover .caption span {
  border-bottom: 1px solid #4AAC44;
}
#footer {
  border-top: 1px solid #AAAAAA;
  position: relative;
  height: 448px;
  margin-top: 20px;
  font-size: 13px;
}
#footer .footer__inner__top {
  padding: 79px 49px;
  display: flex;
}
#footer .footer__inner__top .footer__inner__left {
  position: relative;
}
#footer .footer__inner__top .footer__inner__left li {
  width: fit-content;
  margin-bottom: 17px;
}
#footer .footer__inner__top .footer__inner__left li.last {
  margin-bottom: 0px;
}
#footer .footer__inner__top .footer__inner__left li a.current {
  color: #4AAC44;
}
.sp #footer .footer__inner__top .footer__inner__left li a.current:hover,
.tablet #footer .footer__inner__top .footer__inner__left li a.current:hover {
  color: #4AAC44;
}
#footer .footer__inner__top .footer__inner__left li a:hover {
  color: #4AAC44;
}
.sp #footer .footer__inner__top .footer__inner__left li a:hover,
.tablet #footer .footer__inner__top .footer__inner__left li a:hover {
  color: #432C15;
}
#footer .footer__inner__top .footer__inner__left .kkp a {
  color: #838383;
}
#footer .footer__inner__top .footer__inner__left .kkp a span {
  border-bottom: 1px solid #838383;
  padding-bottom: 3px;
}
#footer .footer__inner__top .footer__inner__left .kkp a:hover {
  color: #4AAC44;
}
#footer .footer__inner__top .footer__inner__left .kkp a:hover span {
  border-bottom: 1px solid #4AAC44;
}
.sp #footer .footer__inner__top .footer__inner__left .kkp a:hover,
.tablet #footer .footer__inner__top .footer__inner__left .kkp a:hover {
  color: #838383;
}
.sp #footer .footer__inner__top .footer__inner__left .kkp a:hover span,
.tablet #footer .footer__inner__top .footer__inner__left .kkp a:hover span {
  border-bottom: 1px solid #838383;
}
#footer .keio {
  position: absolute;
  bottom: 77px;
  left: 50px;
}
#footer .keio svg {
  width: 330px;
  height: 30px;
}
#footer .keio:hover {
  opacity: 70%;
}
.sp #footer .keio:hover,
.tablet #footer .keio:hover {
  opacity: 100%;
}
#footer .link {
  font-size: 11px;
  position: absolute;
  right: 51px;
}
#footer .link a {
  letter-spacing: 1px;
  color: #838383;
}
#footer .link a:hover {
  color: #4AAC44;
}
.sp #footer .link a:hover,
.tablet #footer .link a:hover {
  color: #838383;
}
#footer .pp {
  bottom: 138px;
}
#footer .sm {
  bottom: 112px;
}
#footer .ch {
  bottom: 87px;
}
@media all and (max-width: 859px) {
  #footer {
    height: 456px;
  }
  #footer .footer__inner__top {
    padding: 59px 20px;
  }
  #footer .keio {
    bottom: 63px;
    left: 20px;
  }
  #footer .keio svg {
    width: 220px;
    height: 20px;
  }
  #footer .link {
    position: absolute;
  }
  #footer .pp {
    left: 20px;
    bottom: 160px;
  }
  #footer .sm {
    left: 20px;
    bottom: 137px;
  }
  #footer .ch {
    left: 20px;
    bottom: 114px;
  }
}
#content {
  min-height: 100%;
}
#content #top,
#content #about,
#content #faq,
#content #people,
#content #shisetu,
#content #school,
#content #training-and-welfare {
  position: relative;
  width: 100%;
}
#content #top #comp,
#content #about #comp,
#content #faq #comp,
#content #people #comp,
#content #shisetu #comp,
#content #school #comp,
#content #training-and-welfare #comp {
  position: relative;
  width: 100%;
  margin-top: 70px;
}
@media all and (max-width: 859px) {
  #content #top #comp,
  #content #about #comp,
  #content #faq #comp,
  #content #people #comp,
  #content #shisetu #comp,
  #content #school #comp,
  #content #training-and-welfare #comp {
    margin-top: 40px;
  }
}
#content #top #comp .comp__inner,
#content #about #comp .comp__inner,
#content #faq #comp .comp__inner,
#content #people #comp .comp__inner,
#content #shisetu #comp .comp__inner,
#content #school #comp .comp__inner,
#content #training-and-welfare #comp .comp__inner {
  font-size: 20px;
  position: relative;
  padding: 0 200px;
  margin-top: 43px;
}
@media all and (max-width: 1100px) {
  #content #top #comp .comp__inner,
  #content #about #comp .comp__inner,
  #content #faq #comp .comp__inner,
  #content #people #comp .comp__inner,
  #content #shisetu #comp .comp__inner,
  #content #school #comp .comp__inner,
  #content #training-and-welfare #comp .comp__inner {
    padding: 0 150px;
  }
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner,
  #content #about #comp .comp__inner,
  #content #faq #comp .comp__inner,
  #content #people #comp .comp__inner,
  #content #shisetu #comp .comp__inner,
  #content #school #comp .comp__inner,
  #content #training-and-welfare #comp .comp__inner {
    padding: 0 20px;
  }
}
#content #top #comp .comp__inner.l,
#content #about #comp .comp__inner.l,
#content #faq #comp .comp__inner.l,
#content #people #comp .comp__inner.l,
#content #shisetu #comp .comp__inner.l,
#content #school #comp .comp__inner.l,
#content #training-and-welfare #comp .comp__inner.l {
  margin-top: 62px;
}
#content #top #comp .comp__inner.wl,
#content #about #comp .comp__inner.wl,
#content #faq #comp .comp__inner.wl,
#content #people #comp .comp__inner.wl,
#content #shisetu #comp .comp__inner.wl,
#content #school #comp .comp__inner.wl,
#content #training-and-welfare #comp .comp__inner.wl {
  border-top: 1px solid #AAAAAA;
  margin-top: 69px;
  padding-top: 63px;
}
#content #top #comp .comp__inner.interview,
#content #about #comp .comp__inner.interview,
#content #faq #comp .comp__inner.interview,
#content #people #comp .comp__inner.interview,
#content #shisetu #comp .comp__inner.interview,
#content #school #comp .comp__inner.interview,
#content #training-and-welfare #comp .comp__inner.interview {
  border-top: 1px solid #AAAAAA;
  margin-top: 60px;
  padding-top: 0px;
}
#content #top #comp .comp__inner.interview__last,
#content #about #comp .comp__inner.interview__last,
#content #faq #comp .comp__inner.interview__last,
#content #people #comp .comp__inner.interview__last,
#content #shisetu #comp .comp__inner.interview__last,
#content #school #comp .comp__inner.interview__last,
#content #training-and-welfare #comp .comp__inner.interview__last {
  border-top: 1px solid #AAAAAA;
  margin-top: 60px;
  padding-top: 0px;
  margin-bottom: 100px;
}
#content #top #comp .comp__inner.worksheet,
#content #about #comp .comp__inner.worksheet,
#content #faq #comp .comp__inner.worksheet,
#content #people #comp .comp__inner.worksheet,
#content #shisetu #comp .comp__inner.worksheet,
#content #school #comp .comp__inner.worksheet,
#content #training-and-welfare #comp .comp__inner.worksheet {
  border-top: 1px solid #AAAAAA;
  margin-top: 23px;
  padding-top: 67px;
}
#content #top #comp .comp__inner.wl__bottom,
#content #about #comp .comp__inner.wl__bottom,
#content #faq #comp .comp__inner.wl__bottom,
#content #people #comp .comp__inner.wl__bottom,
#content #shisetu #comp .comp__inner.wl__bottom,
#content #school #comp .comp__inner.wl__bottom,
#content #training-and-welfare #comp .comp__inner.wl__bottom {
  border-top: 1px solid #AAAAAA;
  margin-top: 79px;
  padding-top: 63px;
}
#content #top #comp .comp__inner.bottom,
#content #about #comp .comp__inner.bottom,
#content #faq #comp .comp__inner.bottom,
#content #people #comp .comp__inner.bottom,
#content #shisetu #comp .comp__inner.bottom,
#content #school #comp .comp__inner.bottom,
#content #training-and-welfare #comp .comp__inner.bottom {
  padding-bottom: 59px;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner.bottom,
  #content #about #comp .comp__inner.bottom,
  #content #faq #comp .comp__inner.bottom,
  #content #people #comp .comp__inner.bottom,
  #content #shisetu #comp .comp__inner.bottom,
  #content #school #comp .comp__inner.bottom,
  #content #training-and-welfare #comp .comp__inner.bottom {
    padding-bottom: 39px;
  }
}
#content #top #comp .comp__inner .interview__num,
#content #about #comp .comp__inner .interview__num,
#content #faq #comp .comp__inner .interview__num,
#content #people #comp .comp__inner .interview__num,
#content #shisetu #comp .comp__inner .interview__num,
#content #school #comp .comp__inner .interview__num,
#content #training-and-welfare #comp .comp__inner .interview__num {
  font-size: 24px;
  margin-top: 41px;
  position: relative;
  letter-spacing: 0.2px;
}
#content #top #comp .comp__inner .interview__num span,
#content #about #comp .comp__inner .interview__num span,
#content #faq #comp .comp__inner .interview__num span,
#content #people #comp .comp__inner .interview__num span,
#content #shisetu #comp .comp__inner .interview__num span,
#content #school #comp .comp__inner .interview__num span,
#content #training-and-welfare #comp .comp__inner .interview__num span {
  position: relative;
}
#content #top #comp .comp__inner .interview__num span::after,
#content #about #comp .comp__inner .interview__num span::after,
#content #faq #comp .comp__inner .interview__num span::after,
#content #people #comp .comp__inner .interview__num span::after,
#content #shisetu #comp .comp__inner .interview__num span::after,
#content #school #comp .comp__inner .interview__num span::after,
#content #training-and-welfare #comp .comp__inner .interview__num span::after {
  content: "";
  position: absolute;
  top: 33px;
  left: 0px;
  height: 1px;
  background-color: #432C15;
  z-index: 1;
}
#content #top #comp .comp__inner .interview__num span.num1::after,
#content #about #comp .comp__inner .interview__num span.num1::after,
#content #faq #comp .comp__inner .interview__num span.num1::after,
#content #people #comp .comp__inner .interview__num span.num1::after,
#content #shisetu #comp .comp__inner .interview__num span.num1::after,
#content #school #comp .comp__inner .interview__num span.num1::after,
#content #training-and-welfare #comp .comp__inner .interview__num span.num1::after {
  width: 25px;
}
#content #top #comp .comp__inner .interview__num span.num2::after,
#content #about #comp .comp__inner .interview__num span.num2::after,
#content #faq #comp .comp__inner .interview__num span.num2::after,
#content #people #comp .comp__inner .interview__num span.num2::after,
#content #shisetu #comp .comp__inner .interview__num span.num2::after,
#content #school #comp .comp__inner .interview__num span.num2::after,
#content #training-and-welfare #comp .comp__inner .interview__num span.num2::after {
  width: 28px;
}
#content #top #comp .comp__inner .interview__num span.num3::after,
#content #about #comp .comp__inner .interview__num span.num3::after,
#content #faq #comp .comp__inner .interview__num span.num3::after,
#content #people #comp .comp__inner .interview__num span.num3::after,
#content #shisetu #comp .comp__inner .interview__num span.num3::after,
#content #school #comp .comp__inner .interview__num span.num3::after,
#content #training-and-welfare #comp .comp__inner .interview__num span.num3::after {
  width: 29px;
}
#content #top #comp .comp__inner .interview__num span.num4::after,
#content #about #comp .comp__inner .interview__num span.num4::after,
#content #faq #comp .comp__inner .interview__num span.num4::after,
#content #people #comp .comp__inner .interview__num span.num4::after,
#content #shisetu #comp .comp__inner .interview__num span.num4::after,
#content #school #comp .comp__inner .interview__num span.num4::after,
#content #training-and-welfare #comp .comp__inner .interview__num span.num4::after {
  width: 28px;
}
#content #top #comp .comp__inner .interview__people,
#content #about #comp .comp__inner .interview__people,
#content #faq #comp .comp__inner .interview__people,
#content #people #comp .comp__inner .interview__people,
#content #shisetu #comp .comp__inner .interview__people,
#content #school #comp .comp__inner .interview__people,
#content #training-and-welfare #comp .comp__inner .interview__people {
  border-top: 1px solid #AAAAAA;
  margin-top: 45px;
}
#content #top #comp .comp__inner .interview__people .cv,
#content #about #comp .comp__inner .interview__people .cv,
#content #faq #comp .comp__inner .interview__people .cv,
#content #people #comp .comp__inner .interview__people .cv,
#content #shisetu #comp .comp__inner .interview__people .cv,
#content #school #comp .comp__inner .interview__people .cv,
#content #training-and-welfare #comp .comp__inner .interview__people .cv {
  margin-top: 25px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#content #top #comp .comp__inner .interview__people .cv .icon,
#content #about #comp .comp__inner .interview__people .cv .icon,
#content #faq #comp .comp__inner .interview__people .cv .icon,
#content #people #comp .comp__inner .interview__people .cv .icon,
#content #shisetu #comp .comp__inner .interview__people .cv .icon,
#content #school #comp .comp__inner .interview__people .cv .icon,
#content #training-and-welfare #comp .comp__inner .interview__people .cv .icon {
  width: 70px;
  height: 70px;
}
#content #top #comp .comp__inner .interview__people .cv .icon img,
#content #about #comp .comp__inner .interview__people .cv .icon img,
#content #faq #comp .comp__inner .interview__people .cv .icon img,
#content #people #comp .comp__inner .interview__people .cv .icon img,
#content #shisetu #comp .comp__inner .interview__people .cv .icon img,
#content #school #comp .comp__inner .interview__people .cv .icon img,
#content #training-and-welfare #comp .comp__inner .interview__people .cv .icon img {
  width: 100%;
}
#content #top #comp .comp__inner .interview__people .cv .profile,
#content #about #comp .comp__inner .interview__people .cv .profile,
#content #faq #comp .comp__inner .interview__people .cv .profile,
#content #people #comp .comp__inner .interview__people .cv .profile,
#content #shisetu #comp .comp__inner .interview__people .cv .profile,
#content #school #comp .comp__inner .interview__people .cv .profile,
#content #training-and-welfare #comp .comp__inner .interview__people .cv .profile {
  margin-left: 30px;
  font-size: 24px;
  width: calc((100% - 100px));
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .interview__people .cv .icon,
  #content #about #comp .comp__inner .interview__people .cv .icon,
  #content #faq #comp .comp__inner .interview__people .cv .icon,
  #content #people #comp .comp__inner .interview__people .cv .icon,
  #content #shisetu #comp .comp__inner .interview__people .cv .icon,
  #content #school #comp .comp__inner .interview__people .cv .icon,
  #content #training-and-welfare #comp .comp__inner .interview__people .cv .icon {
    width: 50px;
    height: 50px;
  }
  #content #top #comp .comp__inner .interview__people .cv .profile,
  #content #about #comp .comp__inner .interview__people .cv .profile,
  #content #faq #comp .comp__inner .interview__people .cv .profile,
  #content #people #comp .comp__inner .interview__people .cv .profile,
  #content #shisetu #comp .comp__inner .interview__people .cv .profile,
  #content #school #comp .comp__inner .interview__people .cv .profile,
  #content #training-and-welfare #comp .comp__inner .interview__people .cv .profile {
    margin-left: 15px;
    font-size: 20px;
    width: calc((100% - 65px));
  }
}
@media all and (max-width: 578px) {
  #content #top #comp .comp__inner .interview__people .cv .icon,
  #content #about #comp .comp__inner .interview__people .cv .icon,
  #content #faq #comp .comp__inner .interview__people .cv .icon,
  #content #people #comp .comp__inner .interview__people .cv .icon,
  #content #shisetu #comp .comp__inner .interview__people .cv .icon,
  #content #school #comp .comp__inner .interview__people .cv .icon,
  #content #training-and-welfare #comp .comp__inner .interview__people .cv .icon {
    width: 45px;
    height: 45px;
  }
  #content #top #comp .comp__inner .interview__people .cv .profile,
  #content #about #comp .comp__inner .interview__people .cv .profile,
  #content #faq #comp .comp__inner .interview__people .cv .profile,
  #content #people #comp .comp__inner .interview__people .cv .profile,
  #content #shisetu #comp .comp__inner .interview__people .cv .profile,
  #content #school #comp .comp__inner .interview__people .cv .profile,
  #content #training-and-welfare #comp .comp__inner .interview__people .cv .profile {
    font-size: 15px;
    width: calc((100% - 60px));
  }
}
#content #top #comp .comp__inner .headtmb,
#content #about #comp .comp__inner .headtmb,
#content #faq #comp .comp__inner .headtmb,
#content #people #comp .comp__inner .headtmb,
#content #shisetu #comp .comp__inner .headtmb,
#content #school #comp .comp__inner .headtmb,
#content #training-and-welfare #comp .comp__inner .headtmb {
  margin-top: 0px;
}
#content #top #comp .comp__inner .headtmb img,
#content #about #comp .comp__inner .headtmb img,
#content #faq #comp .comp__inner .headtmb img,
#content #people #comp .comp__inner .headtmb img,
#content #shisetu #comp .comp__inner .headtmb img,
#content #school #comp .comp__inner .headtmb img,
#content #training-and-welfare #comp .comp__inner .headtmb img {
  width: 100%;
}
#content #top #comp .comp__inner #h2,
#content #about #comp .comp__inner #h2,
#content #faq #comp .comp__inner #h2,
#content #people #comp .comp__inner #h2,
#content #shisetu #comp .comp__inner #h2,
#content #school #comp .comp__inner #h2,
#content #training-and-welfare #comp .comp__inner #h2 {
  color: #4AAC44;
  font-size: 36px;
  margin-top: 42px;
}
#content #top #comp .comp__inner #h2.interview,
#content #about #comp .comp__inner #h2.interview,
#content #faq #comp .comp__inner #h2.interview,
#content #people #comp .comp__inner #h2.interview,
#content #shisetu #comp .comp__inner #h2.interview,
#content #school #comp .comp__inner #h2.interview,
#content #training-and-welfare #comp .comp__inner #h2.interview {
  color: #432C15;
}
#content #top #comp .comp__inner #h2.interview__single,
#content #about #comp .comp__inner #h2.interview__single,
#content #faq #comp .comp__inner #h2.interview__single,
#content #people #comp .comp__inner #h2.interview__single,
#content #shisetu #comp .comp__inner #h2.interview__single,
#content #school #comp .comp__inner #h2.interview__single,
#content #training-and-welfare #comp .comp__inner #h2.interview__single {
  color: #432C15;
  margin-top: 15px;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner #h2,
  #content #about #comp .comp__inner #h2,
  #content #faq #comp .comp__inner #h2,
  #content #people #comp .comp__inner #h2,
  #content #shisetu #comp .comp__inner #h2,
  #content #school #comp .comp__inner #h2,
  #content #training-and-welfare #comp .comp__inner #h2 {
    margin-top: 29px;
    font-size: 24px;
  }
}
#content #top #comp .comp__inner #h3,
#content #about #comp .comp__inner #h3,
#content #faq #comp .comp__inner #h3,
#content #people #comp .comp__inner #h3,
#content #shisetu #comp .comp__inner #h3,
#content #school #comp .comp__inner #h3,
#content #training-and-welfare #comp .comp__inner #h3 {
  font-size: 27px;
  margin-top: 29px;
}
@media all and (max-width: 1100px) {
  #content #top #comp .comp__inner #h3,
  #content #about #comp .comp__inner #h3,
  #content #faq #comp .comp__inner #h3,
  #content #people #comp .comp__inner #h3,
  #content #shisetu #comp .comp__inner #h3,
  #content #school #comp .comp__inner #h3,
  #content #training-and-welfare #comp .comp__inner #h3 {
    font-size: 24px;
  }
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner #h3,
  #content #about #comp .comp__inner #h3,
  #content #faq #comp .comp__inner #h3,
  #content #people #comp .comp__inner #h3,
  #content #shisetu #comp .comp__inner #h3,
  #content #school #comp .comp__inner #h3,
  #content #training-and-welfare #comp .comp__inner #h3 {
    font-size: 20px;
  }
}
#content #top #comp .comp__inner #h3 br,
#content #about #comp .comp__inner #h3 br,
#content #faq #comp .comp__inner #h3 br,
#content #people #comp .comp__inner #h3 br,
#content #shisetu #comp .comp__inner #h3 br,
#content #school #comp .comp__inner #h3 br,
#content #training-and-welfare #comp .comp__inner #h3 br {
  margin-top: -10px;
}
#content #top #comp .comp__inner .link__norm,
#content #about #comp .comp__inner .link__norm,
#content #faq #comp .comp__inner .link__norm,
#content #people #comp .comp__inner .link__norm,
#content #shisetu #comp .comp__inner .link__norm,
#content #school #comp .comp__inner .link__norm,
#content #training-and-welfare #comp .comp__inner .link__norm {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#content #top #comp .comp__inner .link__norm.wl,
#content #about #comp .comp__inner .link__norm.wl,
#content #faq #comp .comp__inner .link__norm.wl,
#content #people #comp .comp__inner .link__norm.wl,
#content #shisetu #comp .comp__inner .link__norm.wl,
#content #school #comp .comp__inner .link__norm.wl,
#content #training-and-welfare #comp .comp__inner .link__norm.wl {
  border-top: 1px solid #AAAAAA;
  padding-top: 43px;
}
#content #top #comp .comp__inner .link__norm.list,
#content #about #comp .comp__inner .link__norm.list,
#content #faq #comp .comp__inner .link__norm.list,
#content #people #comp .comp__inner .link__norm.list,
#content #shisetu #comp .comp__inner .link__norm.list,
#content #school #comp .comp__inner .link__norm.list,
#content #training-and-welfare #comp .comp__inner .link__norm.list {
  padding-bottom: 61px;
}
#content #top #comp .comp__inner .link__norm .left,
#content #about #comp .comp__inner .link__norm .left,
#content #faq #comp .comp__inner .link__norm .left,
#content #people #comp .comp__inner .link__norm .left,
#content #shisetu #comp .comp__inner .link__norm .left,
#content #school #comp .comp__inner .link__norm .left,
#content #training-and-welfare #comp .comp__inner .link__norm .left {
  width: 65.9%;
  padding-right: 10%;
}
#content #top #comp .comp__inner .link__norm .left .subject,
#content #about #comp .comp__inner .link__norm .left .subject,
#content #faq #comp .comp__inner .link__norm .left .subject,
#content #people #comp .comp__inner .link__norm .left .subject,
#content #shisetu #comp .comp__inner .link__norm .left .subject,
#content #school #comp .comp__inner .link__norm .left .subject,
#content #training-and-welfare #comp .comp__inner .link__norm .left .subject {
  color: #4AAC44;
  font-size: 36px;
}
#content #top #comp .comp__inner .link__norm .left .text,
#content #about #comp .comp__inner .link__norm .left .text,
#content #faq #comp .comp__inner .link__norm .left .text,
#content #people #comp .comp__inner .link__norm .left .text,
#content #shisetu #comp .comp__inner .link__norm .left .text,
#content #school #comp .comp__inner .link__norm .left .text,
#content #training-and-welfare #comp .comp__inner .link__norm .left .text {
  font-size: 20px;
  margin-top: 7px;
  margin-bottom: 13px;
}
#content #top #comp .comp__inner .link__norm .left .jumplink,
#content #about #comp .comp__inner .link__norm .left .jumplink,
#content #faq #comp .comp__inner .link__norm .left .jumplink,
#content #people #comp .comp__inner .link__norm .left .jumplink,
#content #shisetu #comp .comp__inner .link__norm .left .jumplink,
#content #school #comp .comp__inner .link__norm .left .jumplink,
#content #training-and-welfare #comp .comp__inner .link__norm .left .jumplink {
  position: relative;
  margin-top: 7px;
}
#content #top #comp .comp__inner .link__norm .left .jumplink span,
#content #about #comp .comp__inner .link__norm .left .jumplink span,
#content #faq #comp .comp__inner .link__norm .left .jumplink span,
#content #people #comp .comp__inner .link__norm .left .jumplink span,
#content #shisetu #comp .comp__inner .link__norm .left .jumplink span,
#content #school #comp .comp__inner .link__norm .left .jumplink span,
#content #training-and-welfare #comp .comp__inner .link__norm .left .jumplink span {
  color: #838383;
  border-bottom: 1px solid #838383;
  padding-bottom: 7px;
}
#content #top #comp .comp__inner .link__norm .left .jumplink:hover span,
#content #about #comp .comp__inner .link__norm .left .jumplink:hover span,
#content #faq #comp .comp__inner .link__norm .left .jumplink:hover span,
#content #people #comp .comp__inner .link__norm .left .jumplink:hover span,
#content #shisetu #comp .comp__inner .link__norm .left .jumplink:hover span,
#content #school #comp .comp__inner .link__norm .left .jumplink:hover span,
#content #training-and-welfare #comp .comp__inner .link__norm .left .jumplink:hover span {
  color: #4AAC44;
  border-bottom: 1px solid #4AAC44;
}
.sp #content #top #comp .comp__inner .link__norm .left .jumplink:hover span,
.sp #content #about #comp .comp__inner .link__norm .left .jumplink:hover span,
.sp #content #faq #comp .comp__inner .link__norm .left .jumplink:hover span,
.sp #content #people #comp .comp__inner .link__norm .left .jumplink:hover span,
.sp #content #shisetu #comp .comp__inner .link__norm .left .jumplink:hover span,
.sp #content #school #comp .comp__inner .link__norm .left .jumplink:hover span,
.sp #content #training-and-welfare #comp .comp__inner .link__norm .left .jumplink:hover span,
.tablet #content #top #comp .comp__inner .link__norm .left .jumplink:hover span,
.tablet #content #about #comp .comp__inner .link__norm .left .jumplink:hover span,
.tablet #content #faq #comp .comp__inner .link__norm .left .jumplink:hover span,
.tablet #content #people #comp .comp__inner .link__norm .left .jumplink:hover span,
.tablet #content #shisetu #comp .comp__inner .link__norm .left .jumplink:hover span,
.tablet #content #school #comp .comp__inner .link__norm .left .jumplink:hover span,
.tablet #content #training-and-welfare #comp .comp__inner .link__norm .left .jumplink:hover span {
  color: #838383;
  border-bottom: 1px solid #838383;
}
#content #top #comp .comp__inner .link__norm .right,
#content #about #comp .comp__inner .link__norm .right,
#content #faq #comp .comp__inner .link__norm .right,
#content #people #comp .comp__inner .link__norm .right,
#content #shisetu #comp .comp__inner .link__norm .right,
#content #school #comp .comp__inner .link__norm .right,
#content #training-and-welfare #comp .comp__inner .link__norm .right {
  width: 34.1%;
  position: relative;
  padding-top: 16px;
}
#content #top #comp .comp__inner .link__norm .right .bg_img,
#content #about #comp .comp__inner .link__norm .right .bg_img,
#content #faq #comp .comp__inner .link__norm .right .bg_img,
#content #people #comp .comp__inner .link__norm .right .bg_img,
#content #shisetu #comp .comp__inner .link__norm .right .bg_img,
#content #school #comp .comp__inner .link__norm .right .bg_img,
#content #training-and-welfare #comp .comp__inner .link__norm .right .bg_img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 1100px) {
  #content #top #comp .comp__inner .link__norm .left .subject,
  #content #about #comp .comp__inner .link__norm .left .subject,
  #content #faq #comp .comp__inner .link__norm .left .subject,
  #content #people #comp .comp__inner .link__norm .left .subject,
  #content #shisetu #comp .comp__inner .link__norm .left .subject,
  #content #school #comp .comp__inner .link__norm .left .subject,
  #content #training-and-welfare #comp .comp__inner .link__norm .left .subject {
    font-size: 24px;
  }
  #content #top #comp .comp__inner .link__norm .right,
  #content #about #comp .comp__inner .link__norm .right,
  #content #faq #comp .comp__inner .link__norm .right,
  #content #people #comp .comp__inner .link__norm .right,
  #content #shisetu #comp .comp__inner .link__norm .right,
  #content #school #comp .comp__inner .link__norm .right,
  #content #training-and-welfare #comp .comp__inner .link__norm .right {
    padding-top: 12px;
  }
  #content #top #comp .comp__inner .link__norm .right .bg_img,
  #content #about #comp .comp__inner .link__norm .right .bg_img,
  #content #faq #comp .comp__inner .link__norm .right .bg_img,
  #content #people #comp .comp__inner .link__norm .right .bg_img,
  #content #shisetu #comp .comp__inner .link__norm .right .bg_img,
  #content #school #comp .comp__inner .link__norm .right .bg_img,
  #content #training-and-welfare #comp .comp__inner .link__norm .right .bg_img {
    padding-top: 150%;
  }
}
@media all and (max-width: 578px) {
  #content #top #comp .comp__inner .link__norm,
  #content #about #comp .comp__inner .link__norm,
  #content #faq #comp .comp__inner .link__norm,
  #content #people #comp .comp__inner .link__norm,
  #content #shisetu #comp .comp__inner .link__norm,
  #content #school #comp .comp__inner .link__norm,
  #content #training-and-welfare #comp .comp__inner .link__norm {
    flex-direction: column-reverse;
  }
  #content #top #comp .comp__inner .link__norm .left,
  #content #about #comp .comp__inner .link__norm .left,
  #content #faq #comp .comp__inner .link__norm .left,
  #content #people #comp .comp__inner .link__norm .left,
  #content #shisetu #comp .comp__inner .link__norm .left,
  #content #school #comp .comp__inner .link__norm .left,
  #content #training-and-welfare #comp .comp__inner .link__norm .left,
  #content #top #comp .comp__inner .link__norm .right,
  #content #about #comp .comp__inner .link__norm .right,
  #content #faq #comp .comp__inner .link__norm .right,
  #content #people #comp .comp__inner .link__norm .right,
  #content #shisetu #comp .comp__inner .link__norm .right,
  #content #school #comp .comp__inner .link__norm .right,
  #content #training-and-welfare #comp .comp__inner .link__norm .right {
    width: 100%;
  }
  #content #top #comp .comp__inner .link__norm .left,
  #content #about #comp .comp__inner .link__norm .left,
  #content #faq #comp .comp__inner .link__norm .left,
  #content #people #comp .comp__inner .link__norm .left,
  #content #shisetu #comp .comp__inner .link__norm .left,
  #content #school #comp .comp__inner .link__norm .left,
  #content #training-and-welfare #comp .comp__inner .link__norm .left {
    margin-top: 19px;
    margin-bottom: 5px;
    padding-right: 0;
  }
  #content #top #comp .comp__inner .link__norm .left .text,
  #content #about #comp .comp__inner .link__norm .left .text,
  #content #faq #comp .comp__inner .link__norm .left .text,
  #content #people #comp .comp__inner .link__norm .left .text,
  #content #shisetu #comp .comp__inner .link__norm .left .text,
  #content #school #comp .comp__inner .link__norm .left .text,
  #content #training-and-welfare #comp .comp__inner .link__norm .left .text {
    margin-top: 8px;
    margin-bottom: 13px;
  }
  #content #top #comp .comp__inner .link__norm .left .jumplink,
  #content #about #comp .comp__inner .link__norm .left .jumplink,
  #content #faq #comp .comp__inner .link__norm .left .jumplink,
  #content #people #comp .comp__inner .link__norm .left .jumplink,
  #content #shisetu #comp .comp__inner .link__norm .left .jumplink,
  #content #school #comp .comp__inner .link__norm .left .jumplink,
  #content #training-and-welfare #comp .comp__inner .link__norm .left .jumplink {
    position: relative;
    margin-top: 7px;
  }
  #content #top #comp .comp__inner .link__norm .right,
  #content #about #comp .comp__inner .link__norm .right,
  #content #faq #comp .comp__inner .link__norm .right,
  #content #people #comp .comp__inner .link__norm .right,
  #content #shisetu #comp .comp__inner .link__norm .right,
  #content #school #comp .comp__inner .link__norm .right,
  #content #training-and-welfare #comp .comp__inner .link__norm .right {
    padding-top: 20px;
  }
  #content #top #comp .comp__inner .link__norm .right .bg_img,
  #content #about #comp .comp__inner .link__norm .right .bg_img,
  #content #faq #comp .comp__inner .link__norm .right .bg_img,
  #content #people #comp .comp__inner .link__norm .right .bg_img,
  #content #shisetu #comp .comp__inner .link__norm .right .bg_img,
  #content #school #comp .comp__inner .link__norm .right .bg_img,
  #content #training-and-welfare #comp .comp__inner .link__norm .right .bg_img {
    padding-top: 66.7%;
  }
}
#content #top #comp .comp__inner .link__interview,
#content #about #comp .comp__inner .link__interview,
#content #faq #comp .comp__inner .link__interview,
#content #people #comp .comp__inner .link__interview,
#content #shisetu #comp .comp__inner .link__interview,
#content #school #comp .comp__inner .link__interview,
#content #training-and-welfare #comp .comp__inner .link__interview {
  position: relative;
  width: 100%;
  margin-top: 42px;
  padding-bottom: 26px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #AAAAAA;
}
#content #top #comp .comp__inner .link__interview.people,
#content #about #comp .comp__inner .link__interview.people,
#content #faq #comp .comp__inner .link__interview.people,
#content #people #comp .comp__inner .link__interview.people,
#content #shisetu #comp .comp__inner .link__interview.people,
#content #school #comp .comp__inner .link__interview.people,
#content #training-and-welfare #comp .comp__inner .link__interview.people {
  border-bottom: none;
  padding-bottom: 0;
}
#content #top #comp .comp__inner .link__interview .link__inner,
#content #about #comp .comp__inner .link__interview .link__inner,
#content #faq #comp .comp__inner .link__interview .link__inner,
#content #people #comp .comp__inner .link__interview .link__inner,
#content #shisetu #comp .comp__inner .link__interview .link__inner,
#content #school #comp .comp__inner .link__interview .link__inner,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner {
  width: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 31px;
  padding-bottom: 23px;
}
#content #top #comp .comp__inner .link__interview .link__inner.left,
#content #about #comp .comp__inner .link__interview .link__inner.left,
#content #faq #comp .comp__inner .link__interview .link__inner.left,
#content #people #comp .comp__inner .link__interview .link__inner.left,
#content #shisetu #comp .comp__inner .link__interview .link__inner.left,
#content #school #comp .comp__inner .link__interview .link__inner.left,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner.left {
  padding-right: 3.3%;
}
#content #top #comp .comp__inner .link__interview .link__inner.right,
#content #about #comp .comp__inner .link__interview .link__inner.right,
#content #faq #comp .comp__inner .link__interview .link__inner.right,
#content #people #comp .comp__inner .link__interview .link__inner.right,
#content #shisetu #comp .comp__inner .link__interview .link__inner.right,
#content #school #comp .comp__inner .link__interview .link__inner.right,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner.right {
  padding-left: 3.3%;
}
#content #top #comp .comp__inner .link__interview .link__inner.right::before,
#content #about #comp .comp__inner .link__interview .link__inner.right::before,
#content #faq #comp .comp__inner .link__interview .link__inner.right::before,
#content #people #comp .comp__inner .link__interview .link__inner.right::before,
#content #shisetu #comp .comp__inner .link__interview .link__inner.right::before,
#content #school #comp .comp__inner .link__interview .link__inner.right::before,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner.right::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background-color: #AAAAAA;
  z-index: 1;
}
#content #top #comp .comp__inner .link__interview .link__inner.firstline,
#content #about #comp .comp__inner .link__interview .link__inner.firstline,
#content #faq #comp .comp__inner .link__interview .link__inner.firstline,
#content #people #comp .comp__inner .link__interview .link__inner.firstline,
#content #shisetu #comp .comp__inner .link__interview .link__inner.firstline,
#content #school #comp .comp__inner .link__interview .link__inner.firstline,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner.firstline {
  margin-top: 30px;
}
#content #top #comp .comp__inner .link__interview .link__inner.firstline::after,
#content #about #comp .comp__inner .link__interview .link__inner.firstline::after,
#content #faq #comp .comp__inner .link__interview .link__inner.firstline::after,
#content #people #comp .comp__inner .link__interview .link__inner.firstline::after,
#content #shisetu #comp .comp__inner .link__interview .link__inner.firstline::after,
#content #school #comp .comp__inner .link__interview .link__inner.firstline::after,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner.firstline::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: #AAAAAA;
  z-index: 1;
}
#content #top #comp .comp__inner .link__interview .link__inner a .img,
#content #about #comp .comp__inner .link__interview .link__inner a .img,
#content #faq #comp .comp__inner .link__interview .link__inner a .img,
#content #people #comp .comp__inner .link__interview .link__inner a .img,
#content #shisetu #comp .comp__inner .link__interview .link__inner a .img,
#content #school #comp .comp__inner .link__interview .link__inner a .img,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .img {
  margin-bottom: 16px;
}
#content #top #comp .comp__inner .link__interview .link__inner a .img img,
#content #about #comp .comp__inner .link__interview .link__inner a .img img,
#content #faq #comp .comp__inner .link__interview .link__inner a .img img,
#content #people #comp .comp__inner .link__interview .link__inner a .img img,
#content #shisetu #comp .comp__inner .link__interview .link__inner a .img img,
#content #school #comp .comp__inner .link__interview .link__inner a .img img,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .img img {
  width: 100%;
}
#content #top #comp .comp__inner .link__interview .link__inner a .cap,
#content #about #comp .comp__inner .link__interview .link__inner a .cap,
#content #faq #comp .comp__inner .link__interview .link__inner a .cap,
#content #people #comp .comp__inner .link__interview .link__inner a .cap,
#content #shisetu #comp .comp__inner .link__interview .link__inner a .cap,
#content #school #comp .comp__inner .link__interview .link__inner a .cap,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap {
  position: relative;
}
#content #top #comp .comp__inner .link__interview .link__inner a .cap .num,
#content #about #comp .comp__inner .link__interview .link__inner a .cap .num,
#content #faq #comp .comp__inner .link__interview .link__inner a .cap .num,
#content #people #comp .comp__inner .link__interview .link__inner a .cap .num,
#content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .num,
#content #school #comp .comp__inner .link__interview .link__inner a .cap .num,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .num {
  font-size: 24px;
  margin-top: 0px;
  position: relative;
  letter-spacing: 0.2px;
}
#content #top #comp .comp__inner .link__interview .link__inner a .cap .num span,
#content #about #comp .comp__inner .link__interview .link__inner a .cap .num span,
#content #faq #comp .comp__inner .link__interview .link__inner a .cap .num span,
#content #people #comp .comp__inner .link__interview .link__inner a .cap .num span,
#content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .num span,
#content #school #comp .comp__inner .link__interview .link__inner a .cap .num span,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .num span {
  position: relative;
}
#content #top #comp .comp__inner .link__interview .link__inner a .cap .num span::after,
#content #about #comp .comp__inner .link__interview .link__inner a .cap .num span::after,
#content #faq #comp .comp__inner .link__interview .link__inner a .cap .num span::after,
#content #people #comp .comp__inner .link__interview .link__inner a .cap .num span::after,
#content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .num span::after,
#content #school #comp .comp__inner .link__interview .link__inner a .cap .num span::after,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .num span::after {
  content: "";
  position: absolute;
  top: 33px;
  left: 0px;
  height: 1px;
  background-color: #432C15;
  z-index: 1;
}
#content #top #comp .comp__inner .link__interview .link__inner a .cap .num span.num1::after,
#content #about #comp .comp__inner .link__interview .link__inner a .cap .num span.num1::after,
#content #faq #comp .comp__inner .link__interview .link__inner a .cap .num span.num1::after,
#content #people #comp .comp__inner .link__interview .link__inner a .cap .num span.num1::after,
#content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .num span.num1::after,
#content #school #comp .comp__inner .link__interview .link__inner a .cap .num span.num1::after,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .num span.num1::after {
  width: 25px;
}
#content #top #comp .comp__inner .link__interview .link__inner a .cap .num span.num2::after,
#content #about #comp .comp__inner .link__interview .link__inner a .cap .num span.num2::after,
#content #faq #comp .comp__inner .link__interview .link__inner a .cap .num span.num2::after,
#content #people #comp .comp__inner .link__interview .link__inner a .cap .num span.num2::after,
#content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .num span.num2::after,
#content #school #comp .comp__inner .link__interview .link__inner a .cap .num span.num2::after,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .num span.num2::after {
  width: 28px;
}
#content #top #comp .comp__inner .link__interview .link__inner a .cap .num span.num3::after,
#content #about #comp .comp__inner .link__interview .link__inner a .cap .num span.num3::after,
#content #faq #comp .comp__inner .link__interview .link__inner a .cap .num span.num3::after,
#content #people #comp .comp__inner .link__interview .link__inner a .cap .num span.num3::after,
#content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .num span.num3::after,
#content #school #comp .comp__inner .link__interview .link__inner a .cap .num span.num3::after,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .num span.num3::after {
  width: 29px;
}
#content #top #comp .comp__inner .link__interview .link__inner a .cap .num span.num4::after,
#content #about #comp .comp__inner .link__interview .link__inner a .cap .num span.num4::after,
#content #faq #comp .comp__inner .link__interview .link__inner a .cap .num span.num4::after,
#content #people #comp .comp__inner .link__interview .link__inner a .cap .num span.num4::after,
#content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .num span.num4::after,
#content #school #comp .comp__inner .link__interview .link__inner a .cap .num span.num4::after,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .num span.num4::after {
  width: 28px;
}
#content #top #comp .comp__inner .link__interview .link__inner a .cap .title,
#content #about #comp .comp__inner .link__interview .link__inner a .cap .title,
#content #faq #comp .comp__inner .link__interview .link__inner a .cap .title,
#content #people #comp .comp__inner .link__interview .link__inner a .cap .title,
#content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .title,
#content #school #comp .comp__inner .link__interview .link__inner a .cap .title,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .title {
  position: relative;
  color: #432C15;
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 3px;
}
#content #top #comp .comp__inner .link__interview .link__inner a .cap .cat,
#content #about #comp .comp__inner .link__interview .link__inner a .cap .cat,
#content #faq #comp .comp__inner .link__interview .link__inner a .cap .cat,
#content #people #comp .comp__inner .link__interview .link__inner a .cap .cat,
#content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .cat,
#content #school #comp .comp__inner .link__interview .link__inner a .cap .cat,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .cat {
  position: relative;
  color: #838383;
  font-size: 20px;
}
#content #top #comp .comp__inner .link__interview .link__inner a:hover .img img,
#content #about #comp .comp__inner .link__interview .link__inner a:hover .img img,
#content #faq #comp .comp__inner .link__interview .link__inner a:hover .img img,
#content #people #comp .comp__inner .link__interview .link__inner a:hover .img img,
#content #shisetu #comp .comp__inner .link__interview .link__inner a:hover .img img,
#content #school #comp .comp__inner .link__interview .link__inner a:hover .img img,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a:hover .img img {
  filter: grayscale(33%) opacity(50%);
}
#content #top #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
#content #about #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
#content #faq #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
#content #people #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
#content #shisetu #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
#content #school #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
#content #top #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
#content #about #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
#content #faq #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
#content #people #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
#content #shisetu #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
#content #school #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
#content #top #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
#content #about #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
#content #faq #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
#content #people #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
#content #shisetu #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
#content #school #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a:hover .cap .cat {
  color: #4AAC44;
}
#content #top #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
#content #about #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
#content #faq #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
#content #people #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
#content #shisetu #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
#content #school #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
#content #training-and-welfare #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after {
  background-color: #4AAC44;
}
.sp #content #top #comp .comp__inner .link__interview .link__inner a:hover .img img,
.sp #content #about #comp .comp__inner .link__interview .link__inner a:hover .img img,
.sp #content #faq #comp .comp__inner .link__interview .link__inner a:hover .img img,
.sp #content #people #comp .comp__inner .link__interview .link__inner a:hover .img img,
.sp #content #shisetu #comp .comp__inner .link__interview .link__inner a:hover .img img,
.sp #content #school #comp .comp__inner .link__interview .link__inner a:hover .img img,
.sp #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a:hover .img img,
.tablet #content #top #comp .comp__inner .link__interview .link__inner a:hover .img img,
.tablet #content #about #comp .comp__inner .link__interview .link__inner a:hover .img img,
.tablet #content #faq #comp .comp__inner .link__interview .link__inner a:hover .img img,
.tablet #content #people #comp .comp__inner .link__interview .link__inner a:hover .img img,
.tablet #content #shisetu #comp .comp__inner .link__interview .link__inner a:hover .img img,
.tablet #content #school #comp .comp__inner .link__interview .link__inner a:hover .img img,
.tablet #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a:hover .img img {
  filter: grayscale(0) opacity(100%);
}
.sp #content #top #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
.sp #content #about #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
.sp #content #faq #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
.sp #content #people #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
.sp #content #shisetu #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
.sp #content #school #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
.sp #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
.tablet #content #top #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
.tablet #content #about #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
.tablet #content #faq #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
.tablet #content #people #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
.tablet #content #shisetu #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
.tablet #content #school #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
.tablet #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a:hover .cap .num,
.sp #content #top #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
.sp #content #about #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
.sp #content #faq #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
.sp #content #people #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
.sp #content #shisetu #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
.sp #content #school #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
.sp #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
.tablet #content #top #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
.tablet #content #about #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
.tablet #content #faq #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
.tablet #content #people #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
.tablet #content #shisetu #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
.tablet #content #school #comp .comp__inner .link__interview .link__inner a:hover .cap .title,
.tablet #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a:hover .cap .title {
  color: #432C15;
}
.sp #content #top #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
.sp #content #about #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
.sp #content #faq #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
.sp #content #people #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
.sp #content #shisetu #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
.sp #content #school #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
.sp #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
.tablet #content #top #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
.tablet #content #about #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
.tablet #content #faq #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
.tablet #content #people #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
.tablet #content #shisetu #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
.tablet #content #school #comp .comp__inner .link__interview .link__inner a:hover .cap .cat,
.tablet #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a:hover .cap .cat {
  color: #838383;
}
.sp #content #top #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
.sp #content #about #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
.sp #content #faq #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
.sp #content #people #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
.sp #content #shisetu #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
.sp #content #school #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
.sp #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
.tablet #content #top #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
.tablet #content #about #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
.tablet #content #faq #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
.tablet #content #people #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
.tablet #content #shisetu #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
.tablet #content #school #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after,
.tablet #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a:hover .cap .num span::after {
  background-color: #432C15;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .link__interview,
  #content #about #comp .comp__inner .link__interview,
  #content #faq #comp .comp__inner .link__interview,
  #content #people #comp .comp__inner .link__interview,
  #content #shisetu #comp .comp__inner .link__interview,
  #content #school #comp .comp__inner .link__interview,
  #content #training-and-welfare #comp .comp__inner .link__interview {
    margin-top: 32px;
    padding-bottom: 16px;
  }
  #content #top #comp .comp__inner .link__interview .link__inner,
  #content #about #comp .comp__inner .link__interview .link__inner,
  #content #faq #comp .comp__inner .link__interview .link__inner,
  #content #people #comp .comp__inner .link__interview .link__inner,
  #content #shisetu #comp .comp__inner .link__interview .link__inner,
  #content #school #comp .comp__inner .link__interview .link__inner,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 31px;
    padding-bottom: 23px;
  }
  #content #top #comp .comp__inner .link__interview .link__inner.firstline,
  #content #about #comp .comp__inner .link__interview .link__inner.firstline,
  #content #faq #comp .comp__inner .link__interview .link__inner.firstline,
  #content #people #comp .comp__inner .link__interview .link__inner.firstline,
  #content #shisetu #comp .comp__inner .link__interview .link__inner.firstline,
  #content #school #comp .comp__inner .link__interview .link__inner.firstline,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner.firstline {
    margin-top: 30px;
  }
  #content #top #comp .comp__inner .link__interview .link__inner.firstline::after,
  #content #about #comp .comp__inner .link__interview .link__inner.firstline::after,
  #content #faq #comp .comp__inner .link__interview .link__inner.firstline::after,
  #content #people #comp .comp__inner .link__interview .link__inner.firstline::after,
  #content #shisetu #comp .comp__inner .link__interview .link__inner.firstline::after,
  #content #school #comp .comp__inner .link__interview .link__inner.firstline::after,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner.firstline::after {
    content: "";
    position: absolute;
    top: -30px;
    left: 0%;
    width: 100%;
    height: 1px;
    background-color: #AAAAAA;
    z-index: 1;
  }
  #content #top #comp .comp__inner .link__interview .link__inner a .img,
  #content #about #comp .comp__inner .link__interview .link__inner a .img,
  #content #faq #comp .comp__inner .link__interview .link__inner a .img,
  #content #people #comp .comp__inner .link__interview .link__inner a .img,
  #content #shisetu #comp .comp__inner .link__interview .link__inner a .img,
  #content #school #comp .comp__inner .link__interview .link__inner a .img,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .img {
    margin-bottom: 25px;
  }
  #content #top #comp .comp__inner .link__interview .link__inner a .cap .num,
  #content #about #comp .comp__inner .link__interview .link__inner a .cap .num,
  #content #faq #comp .comp__inner .link__interview .link__inner a .cap .num,
  #content #people #comp .comp__inner .link__interview .link__inner a .cap .num,
  #content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .num,
  #content #school #comp .comp__inner .link__interview .link__inner a .cap .num,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .num {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #content #top #comp .comp__inner .link__interview .link__inner a .cap .title,
  #content #about #comp .comp__inner .link__interview .link__inner a .cap .title,
  #content #faq #comp .comp__inner .link__interview .link__inner a .cap .title,
  #content #people #comp .comp__inner .link__interview .link__inner a .cap .title,
  #content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .title,
  #content #school #comp .comp__inner .link__interview .link__inner a .cap .title,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .title {
    font-size: 20px;
  }
  #content #top #comp .comp__inner .link__interview .link__inner a .cap .cat,
  #content #about #comp .comp__inner .link__interview .link__inner a .cap .cat,
  #content #faq #comp .comp__inner .link__interview .link__inner a .cap .cat,
  #content #people #comp .comp__inner .link__interview .link__inner a .cap .cat,
  #content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .cat,
  #content #school #comp .comp__inner .link__interview .link__inner a .cap .cat,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .cat {
    font-size: 15px;
  }
}
@media all and (max-width: 578px) {
  #content #top #comp .comp__inner .link__interview,
  #content #about #comp .comp__inner .link__interview,
  #content #faq #comp .comp__inner .link__interview,
  #content #people #comp .comp__inner .link__interview,
  #content #shisetu #comp .comp__inner .link__interview,
  #content #school #comp .comp__inner .link__interview,
  #content #training-and-welfare #comp .comp__inner .link__interview {
    padding-bottom: 0;
  }
  #content #top #comp .comp__inner .link__interview .link__inner,
  #content #about #comp .comp__inner .link__interview .link__inner,
  #content #faq #comp .comp__inner .link__interview .link__inner,
  #content #people #comp .comp__inner .link__interview .link__inner,
  #content #shisetu #comp .comp__inner .link__interview .link__inner,
  #content #school #comp .comp__inner .link__interview .link__inner,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner {
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 23px;
  }
  #content #top #comp .comp__inner .link__interview .link__inner.left,
  #content #about #comp .comp__inner .link__interview .link__inner.left,
  #content #faq #comp .comp__inner .link__interview .link__inner.left,
  #content #people #comp .comp__inner .link__interview .link__inner.left,
  #content #shisetu #comp .comp__inner .link__interview .link__inner.left,
  #content #school #comp .comp__inner .link__interview .link__inner.left,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner.left {
    padding-right: 0;
  }
  #content #top #comp .comp__inner .link__interview .link__inner.right,
  #content #about #comp .comp__inner .link__interview .link__inner.right,
  #content #faq #comp .comp__inner .link__interview .link__inner.right,
  #content #people #comp .comp__inner .link__interview .link__inner.right,
  #content #shisetu #comp .comp__inner .link__interview .link__inner.right,
  #content #school #comp .comp__inner .link__interview .link__inner.right,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner.right {
    padding-left: 0;
  }
  #content #top #comp .comp__inner .link__interview .link__inner.right::before,
  #content #about #comp .comp__inner .link__interview .link__inner.right::before,
  #content #faq #comp .comp__inner .link__interview .link__inner.right::before,
  #content #people #comp .comp__inner .link__interview .link__inner.right::before,
  #content #shisetu #comp .comp__inner .link__interview .link__inner.right::before,
  #content #school #comp .comp__inner .link__interview .link__inner.right::before,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner.right::before {
    background-color: transparent;
  }
  #content #top #comp .comp__inner .link__interview .link__inner.firstline,
  #content #about #comp .comp__inner .link__interview .link__inner.firstline,
  #content #faq #comp .comp__inner .link__interview .link__inner.firstline,
  #content #people #comp .comp__inner .link__interview .link__inner.firstline,
  #content #shisetu #comp .comp__inner .link__interview .link__inner.firstline,
  #content #school #comp .comp__inner .link__interview .link__inner.firstline,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner.firstline {
    margin-top: 0px;
  }
  #content #top #comp .comp__inner .link__interview .link__inner.firstline::after,
  #content #about #comp .comp__inner .link__interview .link__inner.firstline::after,
  #content #faq #comp .comp__inner .link__interview .link__inner.firstline::after,
  #content #people #comp .comp__inner .link__interview .link__inner.firstline::after,
  #content #shisetu #comp .comp__inner .link__interview .link__inner.firstline::after,
  #content #school #comp .comp__inner .link__interview .link__inner.firstline::after,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner.firstline::after {
    background-color: transparent;
  }
  #content #top #comp .comp__inner .link__interview .link__inner a .img,
  #content #about #comp .comp__inner .link__interview .link__inner a .img,
  #content #faq #comp .comp__inner .link__interview .link__inner a .img,
  #content #people #comp .comp__inner .link__interview .link__inner a .img,
  #content #shisetu #comp .comp__inner .link__interview .link__inner a .img,
  #content #school #comp .comp__inner .link__interview .link__inner a .img,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .img {
    margin-bottom: 25px;
  }
  #content #top #comp .comp__inner .link__interview .link__inner a .img img,
  #content #about #comp .comp__inner .link__interview .link__inner a .img img,
  #content #faq #comp .comp__inner .link__interview .link__inner a .img img,
  #content #people #comp .comp__inner .link__interview .link__inner a .img img,
  #content #shisetu #comp .comp__inner .link__interview .link__inner a .img img,
  #content #school #comp .comp__inner .link__interview .link__inner a .img img,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .img img {
    width: 100%;
  }
  #content #top #comp .comp__inner .link__interview .link__inner a .cap,
  #content #about #comp .comp__inner .link__interview .link__inner a .cap,
  #content #faq #comp .comp__inner .link__interview .link__inner a .cap,
  #content #people #comp .comp__inner .link__interview .link__inner a .cap,
  #content #shisetu #comp .comp__inner .link__interview .link__inner a .cap,
  #content #school #comp .comp__inner .link__interview .link__inner a .cap,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap {
    position: relative;
  }
  #content #top #comp .comp__inner .link__interview .link__inner a .cap .num,
  #content #about #comp .comp__inner .link__interview .link__inner a .cap .num,
  #content #faq #comp .comp__inner .link__interview .link__inner a .cap .num,
  #content #people #comp .comp__inner .link__interview .link__inner a .cap .num,
  #content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .num,
  #content #school #comp .comp__inner .link__interview .link__inner a .cap .num,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .num {
    margin-bottom: 19px;
  }
  #content #top #comp .comp__inner .link__interview .link__inner a .cap .title,
  #content #about #comp .comp__inner .link__interview .link__inner a .cap .title,
  #content #faq #comp .comp__inner .link__interview .link__inner a .cap .title,
  #content #people #comp .comp__inner .link__interview .link__inner a .cap .title,
  #content #shisetu #comp .comp__inner .link__interview .link__inner a .cap .title,
  #content #school #comp .comp__inner .link__interview .link__inner a .cap .title,
  #content #training-and-welfare #comp .comp__inner .link__interview .link__inner a .cap .title {
    margin-bottom: 3px;
  }
}
#content #top #comp .comp__inner .link__minihead,
#content #about #comp .comp__inner .link__minihead,
#content #faq #comp .comp__inner .link__minihead,
#content #people #comp .comp__inner .link__minihead,
#content #shisetu #comp .comp__inner .link__minihead,
#content #school #comp .comp__inner .link__minihead,
#content #training-and-welfare #comp .comp__inner .link__minihead {
  font-size: 27px;
  color: #4AAC44;
  border-bottom: 1px solid #AAAAAA;
  width: 100%;
  margin-top: 70px;
  padding-bottom: 25px;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .link__minihead,
  #content #about #comp .comp__inner .link__minihead,
  #content #faq #comp .comp__inner .link__minihead,
  #content #people #comp .comp__inner .link__minihead,
  #content #shisetu #comp .comp__inner .link__minihead,
  #content #school #comp .comp__inner .link__minihead,
  #content #training-and-welfare #comp .comp__inner .link__minihead {
    font-size: 24px;
  }
}
#content #top #comp .comp__inner .link__list,
#content #about #comp .comp__inner .link__list,
#content #faq #comp .comp__inner .link__list,
#content #people #comp .comp__inner .link__list,
#content #shisetu #comp .comp__inner .link__list,
#content #school #comp .comp__inner .link__list,
#content #training-and-welfare #comp .comp__inner .link__list {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #AAAAAA;
}
#content #top #comp .comp__inner .link__list.first,
#content #about #comp .comp__inner .link__list.first,
#content #faq #comp .comp__inner .link__list.first,
#content #people #comp .comp__inner .link__list.first,
#content #shisetu #comp .comp__inner .link__list.first,
#content #school #comp .comp__inner .link__list.first,
#content #training-and-welfare #comp .comp__inner .link__list.first {
  margin-top: 62px;
  border-top: 1px solid #AAAAAA;
}
#content #top #comp .comp__inner .link__list.last,
#content #about #comp .comp__inner .link__list.last,
#content #faq #comp .comp__inner .link__list.last,
#content #people #comp .comp__inner .link__list.last,
#content #shisetu #comp .comp__inner .link__list.last,
#content #school #comp .comp__inner .link__list.last,
#content #training-and-welfare #comp .comp__inner .link__list.last {
  border-bottom: none;
  margin-bottom: 62px;
}
@media all and (max-width: 578px) {
  #content #top #comp .comp__inner .link__list.last,
  #content #about #comp .comp__inner .link__list.last,
  #content #faq #comp .comp__inner .link__list.last,
  #content #people #comp .comp__inner .link__list.last,
  #content #shisetu #comp .comp__inner .link__list.last,
  #content #school #comp .comp__inner .link__list.last,
  #content #training-and-welfare #comp .comp__inner .link__list.last {
    margin-bottom: -14px;
  }
}
#content #top #comp .comp__inner .link__list .school__link,
#content #about #comp .comp__inner .link__list .school__link,
#content #faq #comp .comp__inner .link__list .school__link,
#content #people #comp .comp__inner .link__list .school__link,
#content #shisetu #comp .comp__inner .link__list .school__link,
#content #school #comp .comp__inner .link__list .school__link,
#content #training-and-welfare #comp .comp__inner .link__list .school__link,
#content #top #comp .comp__inner .link__list .offertop__link,
#content #about #comp .comp__inner .link__list .offertop__link,
#content #faq #comp .comp__inner .link__list .offertop__link,
#content #people #comp .comp__inner .link__list .offertop__link,
#content #shisetu #comp .comp__inner .link__list .offertop__link,
#content #school #comp .comp__inner .link__list .offertop__link,
#content #training-and-welfare #comp .comp__inner .link__list .offertop__link {
  margin: 29px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
#content #top #comp .comp__inner .link__list .school__link .name,
#content #about #comp .comp__inner .link__list .school__link .name,
#content #faq #comp .comp__inner .link__list .school__link .name,
#content #people #comp .comp__inner .link__list .school__link .name,
#content #shisetu #comp .comp__inner .link__list .school__link .name,
#content #school #comp .comp__inner .link__list .school__link .name,
#content #training-and-welfare #comp .comp__inner .link__list .school__link .name,
#content #top #comp .comp__inner .link__list .offertop__link .name,
#content #about #comp .comp__inner .link__list .offertop__link .name,
#content #faq #comp .comp__inner .link__list .offertop__link .name,
#content #people #comp .comp__inner .link__list .offertop__link .name,
#content #shisetu #comp .comp__inner .link__list .offertop__link .name,
#content #school #comp .comp__inner .link__list .offertop__link .name,
#content #training-and-welfare #comp .comp__inner .link__list .offertop__link .name {
  width: 70%;
  font-size: 24px;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .link__list .school__link .name,
  #content #about #comp .comp__inner .link__list .school__link .name,
  #content #faq #comp .comp__inner .link__list .school__link .name,
  #content #people #comp .comp__inner .link__list .school__link .name,
  #content #shisetu #comp .comp__inner .link__list .school__link .name,
  #content #school #comp .comp__inner .link__list .school__link .name,
  #content #training-and-welfare #comp .comp__inner .link__list .school__link .name,
  #content #top #comp .comp__inner .link__list .offertop__link .name,
  #content #about #comp .comp__inner .link__list .offertop__link .name,
  #content #faq #comp .comp__inner .link__list .offertop__link .name,
  #content #people #comp .comp__inner .link__list .offertop__link .name,
  #content #shisetu #comp .comp__inner .link__list .offertop__link .name,
  #content #school #comp .comp__inner .link__list .offertop__link .name,
  #content #training-and-welfare #comp .comp__inner .link__list .offertop__link .name {
    width: 66%;
    font-size: 20px;
  }
}
@media all and (max-width: 578px) {
  #content #top #comp .comp__inner .link__list .school__link .name,
  #content #about #comp .comp__inner .link__list .school__link .name,
  #content #faq #comp .comp__inner .link__list .school__link .name,
  #content #people #comp .comp__inner .link__list .school__link .name,
  #content #shisetu #comp .comp__inner .link__list .school__link .name,
  #content #school #comp .comp__inner .link__list .school__link .name,
  #content #training-and-welfare #comp .comp__inner .link__list .school__link .name,
  #content #top #comp .comp__inner .link__list .offertop__link .name,
  #content #about #comp .comp__inner .link__list .offertop__link .name,
  #content #faq #comp .comp__inner .link__list .offertop__link .name,
  #content #people #comp .comp__inner .link__list .offertop__link .name,
  #content #shisetu #comp .comp__inner .link__list .offertop__link .name,
  #content #school #comp .comp__inner .link__list .offertop__link .name,
  #content #training-and-welfare #comp .comp__inner .link__list .offertop__link .name {
    font-size: 15px;
  }
}
#content #top #comp .comp__inner .link__list .school__link .name .gray,
#content #about #comp .comp__inner .link__list .school__link .name .gray,
#content #faq #comp .comp__inner .link__list .school__link .name .gray,
#content #people #comp .comp__inner .link__list .school__link .name .gray,
#content #shisetu #comp .comp__inner .link__list .school__link .name .gray,
#content #school #comp .comp__inner .link__list .school__link .name .gray,
#content #training-and-welfare #comp .comp__inner .link__list .school__link .name .gray,
#content #top #comp .comp__inner .link__list .offertop__link .name .gray,
#content #about #comp .comp__inner .link__list .offertop__link .name .gray,
#content #faq #comp .comp__inner .link__list .offertop__link .name .gray,
#content #people #comp .comp__inner .link__list .offertop__link .name .gray,
#content #shisetu #comp .comp__inner .link__list .offertop__link .name .gray,
#content #school #comp .comp__inner .link__list .offertop__link .name .gray,
#content #training-and-welfare #comp .comp__inner .link__list .offertop__link .name .gray {
  color: #838383;
  font-size: 20px;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .link__list .school__link .name .gray,
  #content #about #comp .comp__inner .link__list .school__link .name .gray,
  #content #faq #comp .comp__inner .link__list .school__link .name .gray,
  #content #people #comp .comp__inner .link__list .school__link .name .gray,
  #content #shisetu #comp .comp__inner .link__list .school__link .name .gray,
  #content #school #comp .comp__inner .link__list .school__link .name .gray,
  #content #training-and-welfare #comp .comp__inner .link__list .school__link .name .gray,
  #content #top #comp .comp__inner .link__list .offertop__link .name .gray,
  #content #about #comp .comp__inner .link__list .offertop__link .name .gray,
  #content #faq #comp .comp__inner .link__list .offertop__link .name .gray,
  #content #people #comp .comp__inner .link__list .offertop__link .name .gray,
  #content #shisetu #comp .comp__inner .link__list .offertop__link .name .gray,
  #content #school #comp .comp__inner .link__list .offertop__link .name .gray,
  #content #training-and-welfare #comp .comp__inner .link__list .offertop__link .name .gray {
    font-size: 15px;
  }
}
#content #top #comp .comp__inner .link__list .school__link .name span,
#content #about #comp .comp__inner .link__list .school__link .name span,
#content #faq #comp .comp__inner .link__list .school__link .name span,
#content #people #comp .comp__inner .link__list .school__link .name span,
#content #shisetu #comp .comp__inner .link__list .school__link .name span,
#content #school #comp .comp__inner .link__list .school__link .name span,
#content #training-and-welfare #comp .comp__inner .link__list .school__link .name span,
#content #top #comp .comp__inner .link__list .offertop__link .name span,
#content #about #comp .comp__inner .link__list .offertop__link .name span,
#content #faq #comp .comp__inner .link__list .offertop__link .name span,
#content #people #comp .comp__inner .link__list .offertop__link .name span,
#content #shisetu #comp .comp__inner .link__list .offertop__link .name span,
#content #school #comp .comp__inner .link__list .offertop__link .name span,
#content #training-and-welfare #comp .comp__inner .link__list .offertop__link .name span {
  display: inline-block;
}
#content #top #comp .comp__inner .link__list .school__link .img,
#content #about #comp .comp__inner .link__list .school__link .img,
#content #faq #comp .comp__inner .link__list .school__link .img,
#content #people #comp .comp__inner .link__list .school__link .img,
#content #shisetu #comp .comp__inner .link__list .school__link .img,
#content #school #comp .comp__inner .link__list .school__link .img,
#content #training-and-welfare #comp .comp__inner .link__list .school__link .img,
#content #top #comp .comp__inner .link__list .offertop__link .img,
#content #about #comp .comp__inner .link__list .offertop__link .img,
#content #faq #comp .comp__inner .link__list .offertop__link .img,
#content #people #comp .comp__inner .link__list .offertop__link .img,
#content #shisetu #comp .comp__inner .link__list .offertop__link .img,
#content #school #comp .comp__inner .link__list .offertop__link .img,
#content #training-and-welfare #comp .comp__inner .link__list .offertop__link .img {
  width: 25.7%;
  margin-left: 4.3%;
  border: 1px solid transparent;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .link__list .school__link .img,
  #content #about #comp .comp__inner .link__list .school__link .img,
  #content #faq #comp .comp__inner .link__list .school__link .img,
  #content #people #comp .comp__inner .link__list .school__link .img,
  #content #shisetu #comp .comp__inner .link__list .school__link .img,
  #content #school #comp .comp__inner .link__list .school__link .img,
  #content #training-and-welfare #comp .comp__inner .link__list .school__link .img,
  #content #top #comp .comp__inner .link__list .offertop__link .img,
  #content #about #comp .comp__inner .link__list .offertop__link .img,
  #content #faq #comp .comp__inner .link__list .offertop__link .img,
  #content #people #comp .comp__inner .link__list .offertop__link .img,
  #content #shisetu #comp .comp__inner .link__list .offertop__link .img,
  #content #school #comp .comp__inner .link__list .offertop__link .img,
  #content #training-and-welfare #comp .comp__inner .link__list .offertop__link .img {
    width: 34%;
  }
}
#content #top #comp .comp__inner .link__list .school__link .img img,
#content #about #comp .comp__inner .link__list .school__link .img img,
#content #faq #comp .comp__inner .link__list .school__link .img img,
#content #people #comp .comp__inner .link__list .school__link .img img,
#content #shisetu #comp .comp__inner .link__list .school__link .img img,
#content #school #comp .comp__inner .link__list .school__link .img img,
#content #training-and-welfare #comp .comp__inner .link__list .school__link .img img,
#content #top #comp .comp__inner .link__list .offertop__link .img img,
#content #about #comp .comp__inner .link__list .offertop__link .img img,
#content #faq #comp .comp__inner .link__list .offertop__link .img img,
#content #people #comp .comp__inner .link__list .offertop__link .img img,
#content #shisetu #comp .comp__inner .link__list .offertop__link .img img,
#content #school #comp .comp__inner .link__list .offertop__link .img img,
#content #training-and-welfare #comp .comp__inner .link__list .offertop__link .img img {
  width: 100%;
}
#content #top #comp .comp__inner .link__list .school__link:hover .name,
#content #about #comp .comp__inner .link__list .school__link:hover .name,
#content #faq #comp .comp__inner .link__list .school__link:hover .name,
#content #people #comp .comp__inner .link__list .school__link:hover .name,
#content #shisetu #comp .comp__inner .link__list .school__link:hover .name,
#content #school #comp .comp__inner .link__list .school__link:hover .name,
#content #training-and-welfare #comp .comp__inner .link__list .school__link:hover .name,
#content #top #comp .comp__inner .link__list .offertop__link:hover .name,
#content #about #comp .comp__inner .link__list .offertop__link:hover .name,
#content #faq #comp .comp__inner .link__list .offertop__link:hover .name,
#content #people #comp .comp__inner .link__list .offertop__link:hover .name,
#content #shisetu #comp .comp__inner .link__list .offertop__link:hover .name,
#content #school #comp .comp__inner .link__list .offertop__link:hover .name,
#content #training-and-welfare #comp .comp__inner .link__list .offertop__link:hover .name {
  color: #4AAC44;
}
#content #top #comp .comp__inner .link__list .school__link:hover .name .gray,
#content #about #comp .comp__inner .link__list .school__link:hover .name .gray,
#content #faq #comp .comp__inner .link__list .school__link:hover .name .gray,
#content #people #comp .comp__inner .link__list .school__link:hover .name .gray,
#content #shisetu #comp .comp__inner .link__list .school__link:hover .name .gray,
#content #school #comp .comp__inner .link__list .school__link:hover .name .gray,
#content #training-and-welfare #comp .comp__inner .link__list .school__link:hover .name .gray,
#content #top #comp .comp__inner .link__list .offertop__link:hover .name .gray,
#content #about #comp .comp__inner .link__list .offertop__link:hover .name .gray,
#content #faq #comp .comp__inner .link__list .offertop__link:hover .name .gray,
#content #people #comp .comp__inner .link__list .offertop__link:hover .name .gray,
#content #shisetu #comp .comp__inner .link__list .offertop__link:hover .name .gray,
#content #school #comp .comp__inner .link__list .offertop__link:hover .name .gray,
#content #training-and-welfare #comp .comp__inner .link__list .offertop__link:hover .name .gray {
  color: #4AAC44;
}
#content #top #comp .comp__inner .link__list .school__link:hover .img,
#content #about #comp .comp__inner .link__list .school__link:hover .img,
#content #faq #comp .comp__inner .link__list .school__link:hover .img,
#content #people #comp .comp__inner .link__list .school__link:hover .img,
#content #shisetu #comp .comp__inner .link__list .school__link:hover .img,
#content #school #comp .comp__inner .link__list .school__link:hover .img,
#content #training-and-welfare #comp .comp__inner .link__list .school__link:hover .img,
#content #top #comp .comp__inner .link__list .offertop__link:hover .img,
#content #about #comp .comp__inner .link__list .offertop__link:hover .img,
#content #faq #comp .comp__inner .link__list .offertop__link:hover .img,
#content #people #comp .comp__inner .link__list .offertop__link:hover .img,
#content #shisetu #comp .comp__inner .link__list .offertop__link:hover .img,
#content #school #comp .comp__inner .link__list .offertop__link:hover .img,
#content #training-and-welfare #comp .comp__inner .link__list .offertop__link:hover .img {
  border: 1px solid #4AAC44;
}
#content #top #comp .comp__inner .link__list .school__link:hover .img img,
#content #about #comp .comp__inner .link__list .school__link:hover .img img,
#content #faq #comp .comp__inner .link__list .school__link:hover .img img,
#content #people #comp .comp__inner .link__list .school__link:hover .img img,
#content #shisetu #comp .comp__inner .link__list .school__link:hover .img img,
#content #school #comp .comp__inner .link__list .school__link:hover .img img,
#content #training-and-welfare #comp .comp__inner .link__list .school__link:hover .img img,
#content #top #comp .comp__inner .link__list .offertop__link:hover .img img,
#content #about #comp .comp__inner .link__list .offertop__link:hover .img img,
#content #faq #comp .comp__inner .link__list .offertop__link:hover .img img,
#content #people #comp .comp__inner .link__list .offertop__link:hover .img img,
#content #shisetu #comp .comp__inner .link__list .offertop__link:hover .img img,
#content #school #comp .comp__inner .link__list .offertop__link:hover .img img,
#content #training-and-welfare #comp .comp__inner .link__list .offertop__link:hover .img img {
  filter: grayscale(33%) opacity(50%);
}
.sp #content #top #comp .comp__inner .link__list .school__link:hover .name,
.sp #content #about #comp .comp__inner .link__list .school__link:hover .name,
.sp #content #faq #comp .comp__inner .link__list .school__link:hover .name,
.sp #content #people #comp .comp__inner .link__list .school__link:hover .name,
.sp #content #shisetu #comp .comp__inner .link__list .school__link:hover .name,
.sp #content #school #comp .comp__inner .link__list .school__link:hover .name,
.sp #content #training-and-welfare #comp .comp__inner .link__list .school__link:hover .name,
.sp #content #top #comp .comp__inner .link__list .offertop__link:hover .name,
.sp #content #about #comp .comp__inner .link__list .offertop__link:hover .name,
.sp #content #faq #comp .comp__inner .link__list .offertop__link:hover .name,
.sp #content #people #comp .comp__inner .link__list .offertop__link:hover .name,
.sp #content #shisetu #comp .comp__inner .link__list .offertop__link:hover .name,
.sp #content #school #comp .comp__inner .link__list .offertop__link:hover .name,
.sp #content #training-and-welfare #comp .comp__inner .link__list .offertop__link:hover .name,
.tablet #content #top #comp .comp__inner .link__list .school__link:hover .name,
.tablet #content #about #comp .comp__inner .link__list .school__link:hover .name,
.tablet #content #faq #comp .comp__inner .link__list .school__link:hover .name,
.tablet #content #people #comp .comp__inner .link__list .school__link:hover .name,
.tablet #content #shisetu #comp .comp__inner .link__list .school__link:hover .name,
.tablet #content #school #comp .comp__inner .link__list .school__link:hover .name,
.tablet #content #training-and-welfare #comp .comp__inner .link__list .school__link:hover .name,
.tablet #content #top #comp .comp__inner .link__list .offertop__link:hover .name,
.tablet #content #about #comp .comp__inner .link__list .offertop__link:hover .name,
.tablet #content #faq #comp .comp__inner .link__list .offertop__link:hover .name,
.tablet #content #people #comp .comp__inner .link__list .offertop__link:hover .name,
.tablet #content #shisetu #comp .comp__inner .link__list .offertop__link:hover .name,
.tablet #content #school #comp .comp__inner .link__list .offertop__link:hover .name,
.tablet #content #training-and-welfare #comp .comp__inner .link__list .offertop__link:hover .name {
  color: #432C15;
}
.sp #content #top #comp .comp__inner .link__list .school__link:hover .name .gray,
.sp #content #about #comp .comp__inner .link__list .school__link:hover .name .gray,
.sp #content #faq #comp .comp__inner .link__list .school__link:hover .name .gray,
.sp #content #people #comp .comp__inner .link__list .school__link:hover .name .gray,
.sp #content #shisetu #comp .comp__inner .link__list .school__link:hover .name .gray,
.sp #content #school #comp .comp__inner .link__list .school__link:hover .name .gray,
.sp #content #training-and-welfare #comp .comp__inner .link__list .school__link:hover .name .gray,
.sp #content #top #comp .comp__inner .link__list .offertop__link:hover .name .gray,
.sp #content #about #comp .comp__inner .link__list .offertop__link:hover .name .gray,
.sp #content #faq #comp .comp__inner .link__list .offertop__link:hover .name .gray,
.sp #content #people #comp .comp__inner .link__list .offertop__link:hover .name .gray,
.sp #content #shisetu #comp .comp__inner .link__list .offertop__link:hover .name .gray,
.sp #content #school #comp .comp__inner .link__list .offertop__link:hover .name .gray,
.sp #content #training-and-welfare #comp .comp__inner .link__list .offertop__link:hover .name .gray,
.tablet #content #top #comp .comp__inner .link__list .school__link:hover .name .gray,
.tablet #content #about #comp .comp__inner .link__list .school__link:hover .name .gray,
.tablet #content #faq #comp .comp__inner .link__list .school__link:hover .name .gray,
.tablet #content #people #comp .comp__inner .link__list .school__link:hover .name .gray,
.tablet #content #shisetu #comp .comp__inner .link__list .school__link:hover .name .gray,
.tablet #content #school #comp .comp__inner .link__list .school__link:hover .name .gray,
.tablet #content #training-and-welfare #comp .comp__inner .link__list .school__link:hover .name .gray,
.tablet #content #top #comp .comp__inner .link__list .offertop__link:hover .name .gray,
.tablet #content #about #comp .comp__inner .link__list .offertop__link:hover .name .gray,
.tablet #content #faq #comp .comp__inner .link__list .offertop__link:hover .name .gray,
.tablet #content #people #comp .comp__inner .link__list .offertop__link:hover .name .gray,
.tablet #content #shisetu #comp .comp__inner .link__list .offertop__link:hover .name .gray,
.tablet #content #school #comp .comp__inner .link__list .offertop__link:hover .name .gray,
.tablet #content #training-and-welfare #comp .comp__inner .link__list .offertop__link:hover .name .gray {
  color: #838383;
}
.sp #content #top #comp .comp__inner .link__list .school__link:hover .img,
.sp #content #about #comp .comp__inner .link__list .school__link:hover .img,
.sp #content #faq #comp .comp__inner .link__list .school__link:hover .img,
.sp #content #people #comp .comp__inner .link__list .school__link:hover .img,
.sp #content #shisetu #comp .comp__inner .link__list .school__link:hover .img,
.sp #content #school #comp .comp__inner .link__list .school__link:hover .img,
.sp #content #training-and-welfare #comp .comp__inner .link__list .school__link:hover .img,
.sp #content #top #comp .comp__inner .link__list .offertop__link:hover .img,
.sp #content #about #comp .comp__inner .link__list .offertop__link:hover .img,
.sp #content #faq #comp .comp__inner .link__list .offertop__link:hover .img,
.sp #content #people #comp .comp__inner .link__list .offertop__link:hover .img,
.sp #content #shisetu #comp .comp__inner .link__list .offertop__link:hover .img,
.sp #content #school #comp .comp__inner .link__list .offertop__link:hover .img,
.sp #content #training-and-welfare #comp .comp__inner .link__list .offertop__link:hover .img,
.tablet #content #top #comp .comp__inner .link__list .school__link:hover .img,
.tablet #content #about #comp .comp__inner .link__list .school__link:hover .img,
.tablet #content #faq #comp .comp__inner .link__list .school__link:hover .img,
.tablet #content #people #comp .comp__inner .link__list .school__link:hover .img,
.tablet #content #shisetu #comp .comp__inner .link__list .school__link:hover .img,
.tablet #content #school #comp .comp__inner .link__list .school__link:hover .img,
.tablet #content #training-and-welfare #comp .comp__inner .link__list .school__link:hover .img,
.tablet #content #top #comp .comp__inner .link__list .offertop__link:hover .img,
.tablet #content #about #comp .comp__inner .link__list .offertop__link:hover .img,
.tablet #content #faq #comp .comp__inner .link__list .offertop__link:hover .img,
.tablet #content #people #comp .comp__inner .link__list .offertop__link:hover .img,
.tablet #content #shisetu #comp .comp__inner .link__list .offertop__link:hover .img,
.tablet #content #school #comp .comp__inner .link__list .offertop__link:hover .img,
.tablet #content #training-and-welfare #comp .comp__inner .link__list .offertop__link:hover .img {
  border: 1px solid transparent;
}
.sp #content #top #comp .comp__inner .link__list .school__link:hover .img img,
.sp #content #about #comp .comp__inner .link__list .school__link:hover .img img,
.sp #content #faq #comp .comp__inner .link__list .school__link:hover .img img,
.sp #content #people #comp .comp__inner .link__list .school__link:hover .img img,
.sp #content #shisetu #comp .comp__inner .link__list .school__link:hover .img img,
.sp #content #school #comp .comp__inner .link__list .school__link:hover .img img,
.sp #content #training-and-welfare #comp .comp__inner .link__list .school__link:hover .img img,
.sp #content #top #comp .comp__inner .link__list .offertop__link:hover .img img,
.sp #content #about #comp .comp__inner .link__list .offertop__link:hover .img img,
.sp #content #faq #comp .comp__inner .link__list .offertop__link:hover .img img,
.sp #content #people #comp .comp__inner .link__list .offertop__link:hover .img img,
.sp #content #shisetu #comp .comp__inner .link__list .offertop__link:hover .img img,
.sp #content #school #comp .comp__inner .link__list .offertop__link:hover .img img,
.sp #content #training-and-welfare #comp .comp__inner .link__list .offertop__link:hover .img img,
.tablet #content #top #comp .comp__inner .link__list .school__link:hover .img img,
.tablet #content #about #comp .comp__inner .link__list .school__link:hover .img img,
.tablet #content #faq #comp .comp__inner .link__list .school__link:hover .img img,
.tablet #content #people #comp .comp__inner .link__list .school__link:hover .img img,
.tablet #content #shisetu #comp .comp__inner .link__list .school__link:hover .img img,
.tablet #content #school #comp .comp__inner .link__list .school__link:hover .img img,
.tablet #content #training-and-welfare #comp .comp__inner .link__list .school__link:hover .img img,
.tablet #content #top #comp .comp__inner .link__list .offertop__link:hover .img img,
.tablet #content #about #comp .comp__inner .link__list .offertop__link:hover .img img,
.tablet #content #faq #comp .comp__inner .link__list .offertop__link:hover .img img,
.tablet #content #people #comp .comp__inner .link__list .offertop__link:hover .img img,
.tablet #content #shisetu #comp .comp__inner .link__list .offertop__link:hover .img img,
.tablet #content #school #comp .comp__inner .link__list .offertop__link:hover .img img,
.tablet #content #training-and-welfare #comp .comp__inner .link__list .offertop__link:hover .img img {
  filter: grayscale(0) opacity(100%);
}
#content #top #comp .comp__inner .comp__inner__head,
#content #about #comp .comp__inner .comp__inner__head,
#content #faq #comp .comp__inner .comp__inner__head,
#content #people #comp .comp__inner .comp__inner__head,
#content #shisetu #comp .comp__inner .comp__inner__head,
#content #school #comp .comp__inner .comp__inner__head,
#content #training-and-welfare #comp .comp__inner .comp__inner__head {
  color: #4AAC44;
  font-size: 36px;
  margin-bottom: 0px;
}
#content #top #comp .comp__inner .comp__inner__head.wl,
#content #about #comp .comp__inner .comp__inner__head.wl,
#content #faq #comp .comp__inner .comp__inner__head.wl,
#content #people #comp .comp__inner .comp__inner__head.wl,
#content #shisetu #comp .comp__inner .comp__inner__head.wl,
#content #school #comp .comp__inner .comp__inner__head.wl,
#content #training-and-welfare #comp .comp__inner .comp__inner__head.wl {
  border-top: 1px solid #AAAAAA;
  padding-top: 43px;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .comp__inner__head,
  #content #about #comp .comp__inner .comp__inner__head,
  #content #faq #comp .comp__inner .comp__inner__head,
  #content #people #comp .comp__inner .comp__inner__head,
  #content #shisetu #comp .comp__inner .comp__inner__head,
  #content #school #comp .comp__inner .comp__inner__head,
  #content #training-and-welfare #comp .comp__inner .comp__inner__head {
    font-size: 24px;
  }
}
#content #top #comp .comp__inner .comp__inner__minihead,
#content #about #comp .comp__inner .comp__inner__minihead,
#content #faq #comp .comp__inner .comp__inner__minihead,
#content #people #comp .comp__inner .comp__inner__minihead,
#content #shisetu #comp .comp__inner .comp__inner__minihead,
#content #school #comp .comp__inner .comp__inner__minihead,
#content #training-and-welfare #comp .comp__inner .comp__inner__minihead {
  color: #4AAC44;
  font-size: 27px;
  margin: 48px 0px 21px 0;
}
#content #top #comp .comp__inner .comp__inner__minihead.first,
#content #about #comp .comp__inner .comp__inner__minihead.first,
#content #faq #comp .comp__inner .comp__inner__minihead.first,
#content #people #comp .comp__inner .comp__inner__minihead.first,
#content #shisetu #comp .comp__inner .comp__inner__minihead.first,
#content #school #comp .comp__inner .comp__inner__minihead.first,
#content #training-and-welfare #comp .comp__inner .comp__inner__minihead.first {
  margin-top: 0;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .comp__inner__minihead,
  #content #about #comp .comp__inner .comp__inner__minihead,
  #content #faq #comp .comp__inner .comp__inner__minihead,
  #content #people #comp .comp__inner .comp__inner__minihead,
  #content #shisetu #comp .comp__inner .comp__inner__minihead,
  #content #school #comp .comp__inner .comp__inner__minihead,
  #content #training-and-welfare #comp .comp__inner .comp__inner__minihead {
    font-size: 24px;
  }
}
#content #top #comp .comp__inner .comp__inner__minihead.faq,
#content #about #comp .comp__inner .comp__inner__minihead.faq,
#content #faq #comp .comp__inner .comp__inner__minihead.faq,
#content #people #comp .comp__inner .comp__inner__minihead.faq,
#content #shisetu #comp .comp__inner .comp__inner__minihead.faq,
#content #school #comp .comp__inner .comp__inner__minihead.faq,
#content #training-and-welfare #comp .comp__inner .comp__inner__minihead.faq {
  color: #432C15;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .comp__inner__minihead.faq,
  #content #about #comp .comp__inner .comp__inner__minihead.faq,
  #content #faq #comp .comp__inner .comp__inner__minihead.faq,
  #content #people #comp .comp__inner .comp__inner__minihead.faq,
  #content #shisetu #comp .comp__inner .comp__inner__minihead.faq,
  #content #school #comp .comp__inner .comp__inner__minihead.faq,
  #content #training-and-welfare #comp .comp__inner .comp__inner__minihead.faq {
    font-size: 24px;
  }
}
#content #top #comp .comp__inner .comp__inner__minihead.wl,
#content #about #comp .comp__inner .comp__inner__minihead.wl,
#content #faq #comp .comp__inner .comp__inner__minihead.wl,
#content #people #comp .comp__inner .comp__inner__minihead.wl,
#content #shisetu #comp .comp__inner .comp__inner__minihead.wl,
#content #school #comp .comp__inner .comp__inner__minihead.wl,
#content #training-and-welfare #comp .comp__inner .comp__inner__minihead.wl {
  border-top: 1px solid #AAAAAA;
  padding-top: 50px;
}
#content #top #comp .comp__inner .img__full,
#content #about #comp .comp__inner .img__full,
#content #faq #comp .comp__inner .img__full,
#content #people #comp .comp__inner .img__full,
#content #shisetu #comp .comp__inner .img__full,
#content #school #comp .comp__inner .img__full,
#content #training-and-welfare #comp .comp__inner .img__full {
  position: relative;
  margin: 35px 0 45px 0;
  width: 100%;
}
#content #top #comp .comp__inner .img__full.pie,
#content #about #comp .comp__inner .img__full.pie,
#content #faq #comp .comp__inner .img__full.pie,
#content #people #comp .comp__inner .img__full.pie,
#content #shisetu #comp .comp__inner .img__full.pie,
#content #school #comp .comp__inner .img__full.pie,
#content #training-and-welfare #comp .comp__inner .img__full.pie {
  width: 64%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .img__full.pie,
  #content #about #comp .comp__inner .img__full.pie,
  #content #faq #comp .comp__inner .img__full.pie,
  #content #people #comp .comp__inner .img__full.pie,
  #content #shisetu #comp .comp__inner .img__full.pie,
  #content #school #comp .comp__inner .img__full.pie,
  #content #training-and-welfare #comp .comp__inner .img__full.pie {
    width: 88%;
  }
}
#content #top #comp .comp__inner .img__full img,
#content #about #comp .comp__inner .img__full img,
#content #faq #comp .comp__inner .img__full img,
#content #people #comp .comp__inner .img__full img,
#content #shisetu #comp .comp__inner .img__full img,
#content #school #comp .comp__inner .img__full img,
#content #training-and-welfare #comp .comp__inner .img__full img {
  width: 100%;
}
#content #top #comp .comp__inner .text,
#content #about #comp .comp__inner .text,
#content #faq #comp .comp__inner .text,
#content #people #comp .comp__inner .text,
#content #shisetu #comp .comp__inner .text,
#content #school #comp .comp__inner .text,
#content #training-and-welfare #comp .comp__inner .text {
  font-size: 20px;
  margin-top: 19px;
}
#content #top #comp .comp__inner .text.maru,
#content #about #comp .comp__inner .text.maru,
#content #faq #comp .comp__inner .text.maru,
#content #people #comp .comp__inner .text.maru,
#content #shisetu #comp .comp__inner .text.maru,
#content #school #comp .comp__inner .text.maru,
#content #training-and-welfare #comp .comp__inner .text.maru {
  margin-bottom: 17px;
}
#content #top #comp .comp__inner .text.interview__smalllead,
#content #about #comp .comp__inner .text.interview__smalllead,
#content #faq #comp .comp__inner .text.interview__smalllead,
#content #people #comp .comp__inner .text.interview__smalllead,
#content #shisetu #comp .comp__inner .text.interview__smalllead,
#content #school #comp .comp__inner .text.interview__smalllead,
#content #training-and-welfare #comp .comp__inner .text.interview__smalllead {
  color: #4AAC44;
  margin-top: 27px;
}
@media all and (max-width: 578px) {
  #content #top #comp .comp__inner .text,
  #content #about #comp .comp__inner .text,
  #content #faq #comp .comp__inner .text,
  #content #people #comp .comp__inner .text,
  #content #shisetu #comp .comp__inner .text,
  #content #school #comp .comp__inner .text,
  #content #training-and-welfare #comp .comp__inner .text {
    font-size: 18px;
  }
}
#content #top #comp .comp__inner .text p.ul,
#content #about #comp .comp__inner .text p.ul,
#content #faq #comp .comp__inner .text p.ul,
#content #people #comp .comp__inner .text p.ul,
#content #shisetu #comp .comp__inner .text p.ul,
#content #school #comp .comp__inner .text p.ul,
#content #training-and-welfare #comp .comp__inner .text p.ul {
  border-bottom: 1px solid #432C15;
  margin-bottom: 10px;
  width: fit-content;
}
#content #top #comp .comp__inner .text p.small,
#content #about #comp .comp__inner .text p.small,
#content #faq #comp .comp__inner .text p.small,
#content #people #comp .comp__inner .text p.small,
#content #shisetu #comp .comp__inner .text p.small,
#content #school #comp .comp__inner .text p.small,
#content #training-and-welfare #comp .comp__inner .text p.small {
  font-size: 15px;
  padding-bottom: 5px;
}
@media all and (max-width: 578px) {
  #content #top #comp .comp__inner .text p.small,
  #content #about #comp .comp__inner .text p.small,
  #content #faq #comp .comp__inner .text p.small,
  #content #people #comp .comp__inner .text p.small,
  #content #shisetu #comp .comp__inner .text p.small,
  #content #school #comp .comp__inner .text p.small,
  #content #training-and-welfare #comp .comp__inner .text p.small {
    font-size: 13px;
  }
}
#content #top #comp .comp__inner .text p.small__nm,
#content #about #comp .comp__inner .text p.small__nm,
#content #faq #comp .comp__inner .text p.small__nm,
#content #people #comp .comp__inner .text p.small__nm,
#content #shisetu #comp .comp__inner .text p.small__nm,
#content #school #comp .comp__inner .text p.small__nm,
#content #training-and-welfare #comp .comp__inner .text p.small__nm {
  font-size: 15px;
  padding-bottom: 0px;
}
@media all and (max-width: 578px) {
  #content #top #comp .comp__inner .text p.small__nm,
  #content #about #comp .comp__inner .text p.small__nm,
  #content #faq #comp .comp__inner .text p.small__nm,
  #content #people #comp .comp__inner .text p.small__nm,
  #content #shisetu #comp .comp__inner .text p.small__nm,
  #content #school #comp .comp__inner .text p.small__nm,
  #content #training-and-welfare #comp .comp__inner .text p.small__nm {
    font-size: 13px;
  }
}
#content #top #comp .comp__inner .text p.gray,
#content #about #comp .comp__inner .text p.gray,
#content #faq #comp .comp__inner .text p.gray,
#content #people #comp .comp__inner .text p.gray,
#content #shisetu #comp .comp__inner .text p.gray,
#content #school #comp .comp__inner .text p.gray,
#content #training-and-welfare #comp .comp__inner .text p.gray {
  color: #838383;
}
#content #top #comp .comp__inner .text a,
#content #about #comp .comp__inner .text a,
#content #faq #comp .comp__inner .text a,
#content #people #comp .comp__inner .text a,
#content #shisetu #comp .comp__inner .text a,
#content #school #comp .comp__inner .text a,
#content #training-and-welfare #comp .comp__inner .text a {
  display: inline-block;
  margin: 4px 0 5px 0;
}
#content #top #comp .comp__inner .text a.first,
#content #about #comp .comp__inner .text a.first,
#content #faq #comp .comp__inner .text a.first,
#content #people #comp .comp__inner .text a.first,
#content #shisetu #comp .comp__inner .text a.first,
#content #school #comp .comp__inner .text a.first,
#content #training-and-welfare #comp .comp__inner .text a.first {
  margin-right: 10px;
}
#content #top #comp .comp__inner .text a span,
#content #about #comp .comp__inner .text a span,
#content #faq #comp .comp__inner .text a span,
#content #people #comp .comp__inner .text a span,
#content #shisetu #comp .comp__inner .text a span,
#content #school #comp .comp__inner .text a span,
#content #training-and-welfare #comp .comp__inner .text a span {
  color: #4AAC44;
  border-bottom: 1px solid #4AAC44;
  padding-bottom: 5px;
}
#content #top #comp .comp__inner .text a:hover span,
#content #about #comp .comp__inner .text a:hover span,
#content #faq #comp .comp__inner .text a:hover span,
#content #people #comp .comp__inner .text a:hover span,
#content #shisetu #comp .comp__inner .text a:hover span,
#content #school #comp .comp__inner .text a:hover span,
#content #training-and-welfare #comp .comp__inner .text a:hover span {
  color: #838383;
  border-bottom: 1px solid #838383;
}
.sp #content #top #comp .comp__inner .text a:hover span,
.sp #content #about #comp .comp__inner .text a:hover span,
.sp #content #faq #comp .comp__inner .text a:hover span,
.sp #content #people #comp .comp__inner .text a:hover span,
.sp #content #shisetu #comp .comp__inner .text a:hover span,
.sp #content #school #comp .comp__inner .text a:hover span,
.sp #content #training-and-welfare #comp .comp__inner .text a:hover span,
.tablet #content #top #comp .comp__inner .text a:hover span,
.tablet #content #about #comp .comp__inner .text a:hover span,
.tablet #content #faq #comp .comp__inner .text a:hover span,
.tablet #content #people #comp .comp__inner .text a:hover span,
.tablet #content #shisetu #comp .comp__inner .text a:hover span,
.tablet #content #school #comp .comp__inner .text a:hover span,
.tablet #content #training-and-welfare #comp .comp__inner .text a:hover span {
  color: #4AAC44;
  border-bottom: 1px solid #4AAC44;
}
#content #top #comp .comp__inner .people__link,
#content #about #comp .comp__inner .people__link,
#content #faq #comp .comp__inner .people__link,
#content #people #comp .comp__inner .people__link,
#content #shisetu #comp .comp__inner .people__link,
#content #school #comp .comp__inner .people__link,
#content #training-and-welfare #comp .comp__inner .people__link {
  margin-top: 3px;
  font-size: 27px;
  display: inline-block;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .people__link,
  #content #about #comp .comp__inner .people__link,
  #content #faq #comp .comp__inner .people__link,
  #content #people #comp .comp__inner .people__link,
  #content #shisetu #comp .comp__inner .people__link,
  #content #school #comp .comp__inner .people__link,
  #content #training-and-welfare #comp .comp__inner .people__link {
    font-size: 24px;
  }
}
#content #top #comp .comp__inner .people__link a,
#content #about #comp .comp__inner .people__link a,
#content #faq #comp .comp__inner .people__link a,
#content #people #comp .comp__inner .people__link a,
#content #shisetu #comp .comp__inner .people__link a,
#content #school #comp .comp__inner .people__link a,
#content #training-and-welfare #comp .comp__inner .people__link a {
  display: inline-block;
  margin-right: 15px;
}
#content #top #comp .comp__inner .people__link a span,
#content #about #comp .comp__inner .people__link a span,
#content #faq #comp .comp__inner .people__link a span,
#content #people #comp .comp__inner .people__link a span,
#content #shisetu #comp .comp__inner .people__link a span,
#content #school #comp .comp__inner .people__link a span,
#content #training-and-welfare #comp .comp__inner .people__link a span {
  color: #432C15;
  border-bottom: 1px solid #432C15;
  padding-bottom: 5px;
}
#content #top #comp .comp__inner .people__link a:hover span,
#content #about #comp .comp__inner .people__link a:hover span,
#content #faq #comp .comp__inner .people__link a:hover span,
#content #people #comp .comp__inner .people__link a:hover span,
#content #shisetu #comp .comp__inner .people__link a:hover span,
#content #school #comp .comp__inner .people__link a:hover span,
#content #training-and-welfare #comp .comp__inner .people__link a:hover span {
  color: #4AAC44;
  border-bottom: 1px solid #4AAC44;
}
.sp #content #top #comp .comp__inner .people__link a:hover span,
.sp #content #about #comp .comp__inner .people__link a:hover span,
.sp #content #faq #comp .comp__inner .people__link a:hover span,
.sp #content #people #comp .comp__inner .people__link a:hover span,
.sp #content #shisetu #comp .comp__inner .people__link a:hover span,
.sp #content #school #comp .comp__inner .people__link a:hover span,
.sp #content #training-and-welfare #comp .comp__inner .people__link a:hover span,
.tablet #content #top #comp .comp__inner .people__link a:hover span,
.tablet #content #about #comp .comp__inner .people__link a:hover span,
.tablet #content #faq #comp .comp__inner .people__link a:hover span,
.tablet #content #people #comp .comp__inner .people__link a:hover span,
.tablet #content #shisetu #comp .comp__inner .people__link a:hover span,
.tablet #content #school #comp .comp__inner .people__link a:hover span,
.tablet #content #training-and-welfare #comp .comp__inner .people__link a:hover span {
  color: #432C15;
  border-bottom: 1px solid #432C15;
}
#content #top #comp .comp__inner .people__link p,
#content #about #comp .comp__inner .people__link p,
#content #faq #comp .comp__inner .people__link p,
#content #people #comp .comp__inner .people__link p,
#content #shisetu #comp .comp__inner .people__link p,
#content #school #comp .comp__inner .people__link p,
#content #training-and-welfare #comp .comp__inner .people__link p {
  display: inline-block;
}
#content #top #comp .comp__inner .textblock,
#content #about #comp .comp__inner .textblock,
#content #faq #comp .comp__inner .textblock,
#content #people #comp .comp__inner .textblock,
#content #shisetu #comp .comp__inner .textblock,
#content #school #comp .comp__inner .textblock,
#content #training-and-welfare #comp .comp__inner .textblock {
  margin-top: 51px;
  border-top: 1px solid #AAAAAA;
}
#content #top #comp .comp__inner .textblock.interviewhead,
#content #about #comp .comp__inner .textblock.interviewhead,
#content #faq #comp .comp__inner .textblock.interviewhead,
#content #people #comp .comp__inner .textblock.interviewhead,
#content #shisetu #comp .comp__inner .textblock.interviewhead,
#content #school #comp .comp__inner .textblock.interviewhead,
#content #training-and-welfare #comp .comp__inner .textblock.interviewhead {
  margin-top: 1px;
  border-top: none;
}
#content #top #comp .comp__inner .textblock .comp__inner__minihead,
#content #about #comp .comp__inner .textblock .comp__inner__minihead,
#content #faq #comp .comp__inner .textblock .comp__inner__minihead,
#content #people #comp .comp__inner .textblock .comp__inner__minihead,
#content #shisetu #comp .comp__inner .textblock .comp__inner__minihead,
#content #school #comp .comp__inner .textblock .comp__inner__minihead,
#content #training-and-welfare #comp .comp__inner .textblock .comp__inner__minihead {
  color: #432C15;
}
#content #top #comp .comp__inner .textblock .bodytext,
#content #about #comp .comp__inner .textblock .bodytext,
#content #faq #comp .comp__inner .textblock .bodytext,
#content #people #comp .comp__inner .textblock .bodytext,
#content #shisetu #comp .comp__inner .textblock .bodytext,
#content #school #comp .comp__inner .textblock .bodytext,
#content #training-and-welfare #comp .comp__inner .textblock .bodytext {
  margin-top: 38px;
}
#content #top #comp .comp__inner .textblock .flex,
#content #about #comp .comp__inner .textblock .flex,
#content #faq #comp .comp__inner .textblock .flex,
#content #people #comp .comp__inner .textblock .flex,
#content #shisetu #comp .comp__inner .textblock .flex,
#content #school #comp .comp__inner .textblock .flex,
#content #training-and-welfare #comp .comp__inner .textblock .flex {
  width: 100%;
  display: flex;
}
#content #top #comp .comp__inner .textblock .flex .icon,
#content #about #comp .comp__inner .textblock .flex .icon,
#content #faq #comp .comp__inner .textblock .flex .icon,
#content #people #comp .comp__inner .textblock .flex .icon,
#content #shisetu #comp .comp__inner .textblock .flex .icon,
#content #school #comp .comp__inner .textblock .flex .icon,
#content #training-and-welfare #comp .comp__inner .textblock .flex .icon {
  width: 70px;
  height: 70px;
}
#content #top #comp .comp__inner .textblock .flex .icon img,
#content #about #comp .comp__inner .textblock .flex .icon img,
#content #faq #comp .comp__inner .textblock .flex .icon img,
#content #people #comp .comp__inner .textblock .flex .icon img,
#content #shisetu #comp .comp__inner .textblock .flex .icon img,
#content #school #comp .comp__inner .textblock .flex .icon img,
#content #training-and-welfare #comp .comp__inner .textblock .flex .icon img {
  width: 100%;
}
#content #top #comp .comp__inner .textblock .flex p,
#content #about #comp .comp__inner .textblock .flex p,
#content #faq #comp .comp__inner .textblock .flex p,
#content #people #comp .comp__inner .textblock .flex p,
#content #shisetu #comp .comp__inner .textblock .flex p,
#content #school #comp .comp__inner .textblock .flex p,
#content #training-and-welfare #comp .comp__inner .textblock .flex p {
  width: calc((100% - 100px));
  margin: -8px 0 0 30px;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .textblock .flex .icon,
  #content #about #comp .comp__inner .textblock .flex .icon,
  #content #faq #comp .comp__inner .textblock .flex .icon,
  #content #people #comp .comp__inner .textblock .flex .icon,
  #content #shisetu #comp .comp__inner .textblock .flex .icon,
  #content #school #comp .comp__inner .textblock .flex .icon,
  #content #training-and-welfare #comp .comp__inner .textblock .flex .icon {
    width: 50px;
    height: 50px;
  }
  #content #top #comp .comp__inner .textblock .flex p,
  #content #about #comp .comp__inner .textblock .flex p,
  #content #faq #comp .comp__inner .textblock .flex p,
  #content #people #comp .comp__inner .textblock .flex p,
  #content #shisetu #comp .comp__inner .textblock .flex p,
  #content #school #comp .comp__inner .textblock .flex p,
  #content #training-and-welfare #comp .comp__inner .textblock .flex p {
    width: calc((100% - 70px));
    margin-left: 20px;
  }
}
@media all and (max-width: 578px) {
  #content #top #comp .comp__inner .textblock .flex .icon,
  #content #about #comp .comp__inner .textblock .flex .icon,
  #content #faq #comp .comp__inner .textblock .flex .icon,
  #content #people #comp .comp__inner .textblock .flex .icon,
  #content #shisetu #comp .comp__inner .textblock .flex .icon,
  #content #school #comp .comp__inner .textblock .flex .icon,
  #content #training-and-welfare #comp .comp__inner .textblock .flex .icon {
    width: 45px;
    height: 45px;
  }
  #content #top #comp .comp__inner .textblock .flex p,
  #content #about #comp .comp__inner .textblock .flex p,
  #content #faq #comp .comp__inner .textblock .flex p,
  #content #people #comp .comp__inner .textblock .flex p,
  #content #shisetu #comp .comp__inner .textblock .flex p,
  #content #school #comp .comp__inner .textblock .flex p,
  #content #training-and-welfare #comp .comp__inner .textblock .flex p {
    width: calc((100% - 65px));
    margin-left: 20px;
  }
}
#content #top #comp .comp__inner .textblock .inner__img,
#content #about #comp .comp__inner .textblock .inner__img,
#content #faq #comp .comp__inner .textblock .inner__img,
#content #people #comp .comp__inner .textblock .inner__img,
#content #shisetu #comp .comp__inner .textblock .inner__img,
#content #school #comp .comp__inner .textblock .inner__img,
#content #training-and-welfare #comp .comp__inner .textblock .inner__img {
  width: 60%;
  margin: 51px auto;
}
#content #top #comp .comp__inner .textblock .inner__img img,
#content #about #comp .comp__inner .textblock .inner__img img,
#content #faq #comp .comp__inner .textblock .inner__img img,
#content #people #comp .comp__inner .textblock .inner__img img,
#content #shisetu #comp .comp__inner .textblock .inner__img img,
#content #school #comp .comp__inner .textblock .inner__img img,
#content #training-and-welfare #comp .comp__inner .textblock .inner__img img {
  width: 100%;
}
#content #top #comp .comp__inner .textblock .inner__img.p,
#content #about #comp .comp__inner .textblock .inner__img.p,
#content #faq #comp .comp__inner .textblock .inner__img.p,
#content #people #comp .comp__inner .textblock .inner__img.p,
#content #shisetu #comp .comp__inner .textblock .inner__img.p,
#content #school #comp .comp__inner .textblock .inner__img.p,
#content #training-and-welfare #comp .comp__inner .textblock .inner__img.p {
  width: 46%;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .textblock .inner__img,
  #content #about #comp .comp__inner .textblock .inner__img,
  #content #faq #comp .comp__inner .textblock .inner__img,
  #content #people #comp .comp__inner .textblock .inner__img,
  #content #shisetu #comp .comp__inner .textblock .inner__img,
  #content #school #comp .comp__inner .textblock .inner__img,
  #content #training-and-welfare #comp .comp__inner .textblock .inner__img {
    width: 100%;
  }
  #content #top #comp .comp__inner .textblock .inner__img.p,
  #content #about #comp .comp__inner .textblock .inner__img.p,
  #content #faq #comp .comp__inner .textblock .inner__img.p,
  #content #people #comp .comp__inner .textblock .inner__img.p,
  #content #shisetu #comp .comp__inner .textblock .inner__img.p,
  #content #school #comp .comp__inner .textblock .inner__img.p,
  #content #training-and-welfare #comp .comp__inner .textblock .inner__img.p {
    width: 70%;
  }
}
#content #top #comp .comp__inner .ilhead,
#content #about #comp .comp__inner .ilhead,
#content #faq #comp .comp__inner .ilhead,
#content #people #comp .comp__inner .ilhead,
#content #shisetu #comp .comp__inner .ilhead,
#content #school #comp .comp__inner .ilhead,
#content #training-and-welfare #comp .comp__inner .ilhead {
  margin-top: 41px;
  font-size: 36px;
  color: #4AAC44;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .ilhead,
  #content #about #comp .comp__inner .ilhead,
  #content #faq #comp .comp__inner .ilhead,
  #content #people #comp .comp__inner .ilhead,
  #content #shisetu #comp .comp__inner .ilhead,
  #content #school #comp .comp__inner .ilhead,
  #content #training-and-welfare #comp .comp__inner .ilhead {
    font-size: 24px;
  }
}
#content #top #comp .comp__inner .interview__link,
#content #about #comp .comp__inner .interview__link,
#content #faq #comp .comp__inner .interview__link,
#content #people #comp .comp__inner .interview__link,
#content #shisetu #comp .comp__inner .interview__link,
#content #school #comp .comp__inner .interview__link,
#content #training-and-welfare #comp .comp__inner .interview__link {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #AAAAAA;
  padding: 60px 0 61px 0;
}
#content #top #comp .comp__inner .interview__link.first,
#content #about #comp .comp__inner .interview__link.first,
#content #faq #comp .comp__inner .interview__link.first,
#content #people #comp .comp__inner .interview__link.first,
#content #shisetu #comp .comp__inner .interview__link.first,
#content #school #comp .comp__inner .interview__link.first,
#content #training-and-welfare #comp .comp__inner .interview__link.first {
  padding-top: 42px;
}
#content #top #comp .comp__inner .interview__link .ilsection,
#content #about #comp .comp__inner .interview__link .ilsection,
#content #faq #comp .comp__inner .interview__link .ilsection,
#content #people #comp .comp__inner .interview__link .ilsection,
#content #shisetu #comp .comp__inner .interview__link .ilsection,
#content #school #comp .comp__inner .interview__link .ilsection,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection {
  position: relative;
  width: 100%;
  margin-top: 1px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .interview__link .ilsection,
  #content #about #comp .comp__inner .interview__link .ilsection,
  #content #faq #comp .comp__inner .interview__link .ilsection,
  #content #people #comp .comp__inner .interview__link .ilsection,
  #content #shisetu #comp .comp__inner .interview__link .ilsection,
  #content #school #comp .comp__inner .interview__link .ilsection,
  #content #training-and-welfare #comp .comp__inner .interview__link .ilsection {
    flex-direction: column;
  }
}
#content #top #comp .comp__inner .interview__link .ilsection .left,
#content #about #comp .comp__inner .interview__link .ilsection .left,
#content #faq #comp .comp__inner .interview__link .ilsection .left,
#content #people #comp .comp__inner .interview__link .ilsection .left,
#content #shisetu #comp .comp__inner .interview__link .ilsection .left,
#content #school #comp .comp__inner .interview__link .ilsection .left,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection .left {
  width: 46.8%;
  margin-right: 30px;
}
#content #top #comp .comp__inner .interview__link .ilsection .left img,
#content #about #comp .comp__inner .interview__link .ilsection .left img,
#content #faq #comp .comp__inner .interview__link .ilsection .left img,
#content #people #comp .comp__inner .interview__link .ilsection .left img,
#content #shisetu #comp .comp__inner .interview__link .ilsection .left img,
#content #school #comp .comp__inner .interview__link .ilsection .left img,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection .left img {
  width: 100%;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .interview__link .ilsection .left,
  #content #about #comp .comp__inner .interview__link .ilsection .left,
  #content #faq #comp .comp__inner .interview__link .ilsection .left,
  #content #people #comp .comp__inner .interview__link .ilsection .left,
  #content #shisetu #comp .comp__inner .interview__link .ilsection .left,
  #content #school #comp .comp__inner .interview__link .ilsection .left,
  #content #training-and-welfare #comp .comp__inner .interview__link .ilsection .left {
    width: 100%;
  }
}
#content #top #comp .comp__inner .interview__link .ilsection .right,
#content #about #comp .comp__inner .interview__link .ilsection .right,
#content #faq #comp .comp__inner .interview__link .ilsection .right,
#content #people #comp .comp__inner .interview__link .ilsection .right,
#content #shisetu #comp .comp__inner .interview__link .ilsection .right,
#content #school #comp .comp__inner .interview__link .ilsection .right,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right {
  width: calc((53.2% - 30px));
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#content #top #comp .comp__inner .interview__link .ilsection .right .interview_num,
#content #about #comp .comp__inner .interview__link .ilsection .right .interview_num,
#content #faq #comp .comp__inner .interview__link .ilsection .right .interview_num,
#content #people #comp .comp__inner .interview__link .ilsection .right .interview_num,
#content #shisetu #comp .comp__inner .interview__link .ilsection .right .interview_num,
#content #school #comp .comp__inner .interview__link .ilsection .right .interview_num,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right .interview_num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  margin-top: 0px;
  letter-spacing: 0.2px;
  line-height: 1;
}
#content #top #comp .comp__inner .interview__link .ilsection .right .interview_num span,
#content #about #comp .comp__inner .interview__link .ilsection .right .interview_num span,
#content #faq #comp .comp__inner .interview__link .ilsection .right .interview_num span,
#content #people #comp .comp__inner .interview__link .ilsection .right .interview_num span,
#content #shisetu #comp .comp__inner .interview__link .ilsection .right .interview_num span,
#content #school #comp .comp__inner .interview__link .ilsection .right .interview_num span,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right .interview_num span {
  position: relative;
}
#content #top #comp .comp__inner .interview__link .ilsection .right .interview_num span::after,
#content #about #comp .comp__inner .interview__link .ilsection .right .interview_num span::after,
#content #faq #comp .comp__inner .interview__link .ilsection .right .interview_num span::after,
#content #people #comp .comp__inner .interview__link .ilsection .right .interview_num span::after,
#content #shisetu #comp .comp__inner .interview__link .ilsection .right .interview_num span::after,
#content #school #comp .comp__inner .interview__link .ilsection .right .interview_num span::after,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right .interview_num span::after {
  content: "";
  position: absolute;
  top: 33px;
  left: 0px;
  height: 1px;
  background-color: #432C15;
  z-index: 1;
}
#content #top #comp .comp__inner .interview__link .ilsection .right .interview_num span.num1::after,
#content #about #comp .comp__inner .interview__link .ilsection .right .interview_num span.num1::after,
#content #faq #comp .comp__inner .interview__link .ilsection .right .interview_num span.num1::after,
#content #people #comp .comp__inner .interview__link .ilsection .right .interview_num span.num1::after,
#content #shisetu #comp .comp__inner .interview__link .ilsection .right .interview_num span.num1::after,
#content #school #comp .comp__inner .interview__link .ilsection .right .interview_num span.num1::after,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right .interview_num span.num1::after {
  width: 25px;
}
#content #top #comp .comp__inner .interview__link .ilsection .right .interview_num span.num2::after,
#content #about #comp .comp__inner .interview__link .ilsection .right .interview_num span.num2::after,
#content #faq #comp .comp__inner .interview__link .ilsection .right .interview_num span.num2::after,
#content #people #comp .comp__inner .interview__link .ilsection .right .interview_num span.num2::after,
#content #shisetu #comp .comp__inner .interview__link .ilsection .right .interview_num span.num2::after,
#content #school #comp .comp__inner .interview__link .ilsection .right .interview_num span.num2::after,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right .interview_num span.num2::after {
  width: 28px;
}
#content #top #comp .comp__inner .interview__link .ilsection .right .interview_num span.num3::after,
#content #about #comp .comp__inner .interview__link .ilsection .right .interview_num span.num3::after,
#content #faq #comp .comp__inner .interview__link .ilsection .right .interview_num span.num3::after,
#content #people #comp .comp__inner .interview__link .ilsection .right .interview_num span.num3::after,
#content #shisetu #comp .comp__inner .interview__link .ilsection .right .interview_num span.num3::after,
#content #school #comp .comp__inner .interview__link .ilsection .right .interview_num span.num3::after,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right .interview_num span.num3::after {
  width: 29px;
}
#content #top #comp .comp__inner .interview__link .ilsection .right .interview_num span.num4::after,
#content #about #comp .comp__inner .interview__link .ilsection .right .interview_num span.num4::after,
#content #faq #comp .comp__inner .interview__link .ilsection .right .interview_num span.num4::after,
#content #people #comp .comp__inner .interview__link .ilsection .right .interview_num span.num4::after,
#content #shisetu #comp .comp__inner .interview__link .ilsection .right .interview_num span.num4::after,
#content #school #comp .comp__inner .interview__link .ilsection .right .interview_num span.num4::after,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right .interview_num span.num4::after {
  width: 28px;
}
#content #top #comp .comp__inner .interview__link .ilsection .right .title,
#content #about #comp .comp__inner .interview__link .ilsection .right .title,
#content #faq #comp .comp__inner .interview__link .ilsection .right .title,
#content #people #comp .comp__inner .interview__link .ilsection .right .title,
#content #shisetu #comp .comp__inner .interview__link .ilsection .right .title,
#content #school #comp .comp__inner .interview__link .ilsection .right .title,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right .title {
  position: relative;
  color: #432C15;
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 3px;
}
@media all and (max-width: 1100px) {
  #content #top #comp .comp__inner .interview__link .ilsection .right .title,
  #content #about #comp .comp__inner .interview__link .ilsection .right .title,
  #content #faq #comp .comp__inner .interview__link .ilsection .right .title,
  #content #people #comp .comp__inner .interview__link .ilsection .right .title,
  #content #shisetu #comp .comp__inner .interview__link .ilsection .right .title,
  #content #school #comp .comp__inner .interview__link .ilsection .right .title,
  #content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right .title {
    font-size: 20px;
  }
}
#content #top #comp .comp__inner .interview__link .ilsection .right .cat,
#content #about #comp .comp__inner .interview__link .ilsection .right .cat,
#content #faq #comp .comp__inner .interview__link .ilsection .right .cat,
#content #people #comp .comp__inner .interview__link .ilsection .right .cat,
#content #shisetu #comp .comp__inner .interview__link .ilsection .right .cat,
#content #school #comp .comp__inner .interview__link .ilsection .right .cat,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right .cat {
  position: relative;
  color: #838383;
  font-size: 20px;
  margin-bottom: -8px;
}
@media all and (max-width: 1100px) {
  #content #top #comp .comp__inner .interview__link .ilsection .right .cat,
  #content #about #comp .comp__inner .interview__link .ilsection .right .cat,
  #content #faq #comp .comp__inner .interview__link .ilsection .right .cat,
  #content #people #comp .comp__inner .interview__link .ilsection .right .cat,
  #content #shisetu #comp .comp__inner .interview__link .ilsection .right .cat,
  #content #school #comp .comp__inner .interview__link .ilsection .right .cat,
  #content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right .cat {
    font-size: 15px;
  }
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .interview__link .ilsection .right,
  #content #about #comp .comp__inner .interview__link .ilsection .right,
  #content #faq #comp .comp__inner .interview__link .ilsection .right,
  #content #people #comp .comp__inner .interview__link .ilsection .right,
  #content #shisetu #comp .comp__inner .interview__link .ilsection .right,
  #content #school #comp .comp__inner .interview__link .ilsection .right,
  #content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right {
    width: 100%;
    justify-content: normal;
  }
  #content #top #comp .comp__inner .interview__link .ilsection .right .interview_num,
  #content #about #comp .comp__inner .interview__link .ilsection .right .interview_num,
  #content #faq #comp .comp__inner .interview__link .ilsection .right .interview_num,
  #content #people #comp .comp__inner .interview__link .ilsection .right .interview_num,
  #content #shisetu #comp .comp__inner .interview__link .ilsection .right .interview_num,
  #content #school #comp .comp__inner .interview__link .ilsection .right .interview_num,
  #content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right .interview_num {
    position: relative;
    margin-top: 27px;
  }
  #content #top #comp .comp__inner .interview__link .ilsection .right .title,
  #content #about #comp .comp__inner .interview__link .ilsection .right .title,
  #content #faq #comp .comp__inner .interview__link .ilsection .right .title,
  #content #people #comp .comp__inner .interview__link .ilsection .right .title,
  #content #shisetu #comp .comp__inner .interview__link .ilsection .right .title,
  #content #school #comp .comp__inner .interview__link .ilsection .right .title,
  #content #training-and-welfare #comp .comp__inner .interview__link .ilsection .right .title {
    margin-top: 25px;
  }
}
#content #top #comp .comp__inner .interview__link .ilsection:hover .left img,
#content #about #comp .comp__inner .interview__link .ilsection:hover .left img,
#content #faq #comp .comp__inner .interview__link .ilsection:hover .left img,
#content #people #comp .comp__inner .interview__link .ilsection:hover .left img,
#content #shisetu #comp .comp__inner .interview__link .ilsection:hover .left img,
#content #school #comp .comp__inner .interview__link .ilsection:hover .left img,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection:hover .left img {
  filter: grayscale(33%) opacity(50%);
}
#content #top #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
#content #about #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
#content #faq #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
#content #people #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
#content #shisetu #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
#content #school #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
#content #top #comp .comp__inner .interview__link .ilsection:hover .right .title,
#content #about #comp .comp__inner .interview__link .ilsection:hover .right .title,
#content #faq #comp .comp__inner .interview__link .ilsection:hover .right .title,
#content #people #comp .comp__inner .interview__link .ilsection:hover .right .title,
#content #shisetu #comp .comp__inner .interview__link .ilsection:hover .right .title,
#content #school #comp .comp__inner .interview__link .ilsection:hover .right .title,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection:hover .right .title,
#content #top #comp .comp__inner .interview__link .ilsection:hover .right .cat,
#content #about #comp .comp__inner .interview__link .ilsection:hover .right .cat,
#content #faq #comp .comp__inner .interview__link .ilsection:hover .right .cat,
#content #people #comp .comp__inner .interview__link .ilsection:hover .right .cat,
#content #shisetu #comp .comp__inner .interview__link .ilsection:hover .right .cat,
#content #school #comp .comp__inner .interview__link .ilsection:hover .right .cat,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection:hover .right .cat {
  color: #4AAC44;
}
#content #top #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
#content #about #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
#content #faq #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
#content #people #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
#content #shisetu #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
#content #school #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
#content #training-and-welfare #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after {
  background-color: #4AAC44;
}
.sp #content #top #comp .comp__inner .interview__link .ilsection:hover .left img,
.sp #content #about #comp .comp__inner .interview__link .ilsection:hover .left img,
.sp #content #faq #comp .comp__inner .interview__link .ilsection:hover .left img,
.sp #content #people #comp .comp__inner .interview__link .ilsection:hover .left img,
.sp #content #shisetu #comp .comp__inner .interview__link .ilsection:hover .left img,
.sp #content #school #comp .comp__inner .interview__link .ilsection:hover .left img,
.sp #content #training-and-welfare #comp .comp__inner .interview__link .ilsection:hover .left img,
.tablet #content #top #comp .comp__inner .interview__link .ilsection:hover .left img,
.tablet #content #about #comp .comp__inner .interview__link .ilsection:hover .left img,
.tablet #content #faq #comp .comp__inner .interview__link .ilsection:hover .left img,
.tablet #content #people #comp .comp__inner .interview__link .ilsection:hover .left img,
.tablet #content #shisetu #comp .comp__inner .interview__link .ilsection:hover .left img,
.tablet #content #school #comp .comp__inner .interview__link .ilsection:hover .left img,
.tablet #content #training-and-welfare #comp .comp__inner .interview__link .ilsection:hover .left img {
  filter: grayscale(0) opacity(100%);
}
.sp #content #top #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
.sp #content #about #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
.sp #content #faq #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
.sp #content #people #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
.sp #content #shisetu #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
.sp #content #school #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
.sp #content #training-and-welfare #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
.tablet #content #top #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
.tablet #content #about #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
.tablet #content #faq #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
.tablet #content #people #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
.tablet #content #shisetu #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
.tablet #content #school #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
.tablet #content #training-and-welfare #comp .comp__inner .interview__link .ilsection:hover .right .interview_num,
.sp #content #top #comp .comp__inner .interview__link .ilsection:hover .right .title,
.sp #content #about #comp .comp__inner .interview__link .ilsection:hover .right .title,
.sp #content #faq #comp .comp__inner .interview__link .ilsection:hover .right .title,
.sp #content #people #comp .comp__inner .interview__link .ilsection:hover .right .title,
.sp #content #shisetu #comp .comp__inner .interview__link .ilsection:hover .right .title,
.sp #content #school #comp .comp__inner .interview__link .ilsection:hover .right .title,
.sp #content #training-and-welfare #comp .comp__inner .interview__link .ilsection:hover .right .title,
.tablet #content #top #comp .comp__inner .interview__link .ilsection:hover .right .title,
.tablet #content #about #comp .comp__inner .interview__link .ilsection:hover .right .title,
.tablet #content #faq #comp .comp__inner .interview__link .ilsection:hover .right .title,
.tablet #content #people #comp .comp__inner .interview__link .ilsection:hover .right .title,
.tablet #content #shisetu #comp .comp__inner .interview__link .ilsection:hover .right .title,
.tablet #content #school #comp .comp__inner .interview__link .ilsection:hover .right .title,
.tablet #content #training-and-welfare #comp .comp__inner .interview__link .ilsection:hover .right .title {
  color: #432C15;
}
.sp #content #top #comp .comp__inner .interview__link .ilsection:hover .right .cat,
.sp #content #about #comp .comp__inner .interview__link .ilsection:hover .right .cat,
.sp #content #faq #comp .comp__inner .interview__link .ilsection:hover .right .cat,
.sp #content #people #comp .comp__inner .interview__link .ilsection:hover .right .cat,
.sp #content #shisetu #comp .comp__inner .interview__link .ilsection:hover .right .cat,
.sp #content #school #comp .comp__inner .interview__link .ilsection:hover .right .cat,
.sp #content #training-and-welfare #comp .comp__inner .interview__link .ilsection:hover .right .cat,
.tablet #content #top #comp .comp__inner .interview__link .ilsection:hover .right .cat,
.tablet #content #about #comp .comp__inner .interview__link .ilsection:hover .right .cat,
.tablet #content #faq #comp .comp__inner .interview__link .ilsection:hover .right .cat,
.tablet #content #people #comp .comp__inner .interview__link .ilsection:hover .right .cat,
.tablet #content #shisetu #comp .comp__inner .interview__link .ilsection:hover .right .cat,
.tablet #content #school #comp .comp__inner .interview__link .ilsection:hover .right .cat,
.tablet #content #training-and-welfare #comp .comp__inner .interview__link .ilsection:hover .right .cat {
  color: #838383;
}
.sp #content #top #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
.sp #content #about #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
.sp #content #faq #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
.sp #content #people #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
.sp #content #shisetu #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
.sp #content #school #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
.sp #content #training-and-welfare #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
.tablet #content #top #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
.tablet #content #about #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
.tablet #content #faq #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
.tablet #content #people #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
.tablet #content #shisetu #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
.tablet #content #school #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after,
.tablet #content #training-and-welfare #comp .comp__inner .interview__link .ilsection:hover .right .interview_num span::after {
  background-color: #432C15;
}
#content #top #comp .comp__inner .txtlist,
#content #about #comp .comp__inner .txtlist,
#content #faq #comp .comp__inner .txtlist,
#content #people #comp .comp__inner .txtlist,
#content #shisetu #comp .comp__inner .txtlist,
#content #school #comp .comp__inner .txtlist,
#content #training-and-welfare #comp .comp__inner .txtlist {
  position: relative;
  width: 100%;
  margin: 23px 0 52px 0;
  font-size: 20px;
}
#content #top #comp .comp__inner .txtlist .item,
#content #about #comp .comp__inner .txtlist .item,
#content #faq #comp .comp__inner .txtlist .item,
#content #people #comp .comp__inner .txtlist .item,
#content #shisetu #comp .comp__inner .txtlist .item,
#content #school #comp .comp__inner .txtlist .item,
#content #training-and-welfare #comp .comp__inner .txtlist .item {
  width: 100%;
  display: flex;
  margin-bottom: 2px;
}
#content #top #comp .comp__inner .txtlist .item.entry,
#content #about #comp .comp__inner .txtlist .item.entry,
#content #faq #comp .comp__inner .txtlist .item.entry,
#content #people #comp .comp__inner .txtlist .item.entry,
#content #shisetu #comp .comp__inner .txtlist .item.entry,
#content #school #comp .comp__inner .txtlist .item.entry,
#content #training-and-welfare #comp .comp__inner .txtlist .item.entry {
  margin-top: 27px;
}
#content #top #comp .comp__inner .txtlist .item .l,
#content #about #comp .comp__inner .txtlist .item .l,
#content #faq #comp .comp__inner .txtlist .item .l,
#content #people #comp .comp__inner .txtlist .item .l,
#content #shisetu #comp .comp__inner .txtlist .item .l,
#content #school #comp .comp__inner .txtlist .item .l,
#content #training-and-welfare #comp .comp__inner .txtlist .item .l {
  width: 35px;
  margin-right: 5px;
}
#content #top #comp .comp__inner .txtlist .item .r,
#content #about #comp .comp__inner .txtlist .item .r,
#content #faq #comp .comp__inner .txtlist .item .r,
#content #people #comp .comp__inner .txtlist .item .r,
#content #shisetu #comp .comp__inner .txtlist .item .r,
#content #school #comp .comp__inner .txtlist .item .r,
#content #training-and-welfare #comp .comp__inner .txtlist .item .r {
  width: calc((100% - 40px));
  margin-left: 0;
}
#content #top #comp .comp__inner .txtlist .item .r p,
#content #about #comp .comp__inner .txtlist .item .r p,
#content #faq #comp .comp__inner .txtlist .item .r p,
#content #people #comp .comp__inner .txtlist .item .r p,
#content #shisetu #comp .comp__inner .txtlist .item .r p,
#content #school #comp .comp__inner .txtlist .item .r p,
#content #training-and-welfare #comp .comp__inner .txtlist .item .r p {
  display: block;
}
#content #top #comp .comp__inner .txtlist .item .r p.small,
#content #about #comp .comp__inner .txtlist .item .r p.small,
#content #faq #comp .comp__inner .txtlist .item .r p.small,
#content #people #comp .comp__inner .txtlist .item .r p.small,
#content #shisetu #comp .comp__inner .txtlist .item .r p.small,
#content #school #comp .comp__inner .txtlist .item .r p.small,
#content #training-and-welfare #comp .comp__inner .txtlist .item .r p.small {
  font-size: 15px;
  color: #838383;
}
@media all and (max-width: 578px) {
  #content #top #comp .comp__inner .txtlist .item .r p.small,
  #content #about #comp .comp__inner .txtlist .item .r p.small,
  #content #faq #comp .comp__inner .txtlist .item .r p.small,
  #content #people #comp .comp__inner .txtlist .item .r p.small,
  #content #shisetu #comp .comp__inner .txtlist .item .r p.small,
  #content #school #comp .comp__inner .txtlist .item .r p.small,
  #content #training-and-welfare #comp .comp__inner .txtlist .item .r p.small {
    font-size: 13px;
  }
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .txtlist .item .l,
  #content #about #comp .comp__inner .txtlist .item .l,
  #content #faq #comp .comp__inner .txtlist .item .l,
  #content #people #comp .comp__inner .txtlist .item .l,
  #content #shisetu #comp .comp__inner .txtlist .item .l,
  #content #school #comp .comp__inner .txtlist .item .l,
  #content #training-and-welfare #comp .comp__inner .txtlist .item .l {
    width: 25px;
  }
  #content #top #comp .comp__inner .txtlist .item .r,
  #content #about #comp .comp__inner .txtlist .item .r,
  #content #faq #comp .comp__inner .txtlist .item .r,
  #content #people #comp .comp__inner .txtlist .item .r,
  #content #shisetu #comp .comp__inner .txtlist .item .r,
  #content #school #comp .comp__inner .txtlist .item .r,
  #content #training-and-welfare #comp .comp__inner .txtlist .item .r {
    width: calc((100% - 30px));
  }
}
#content #top #comp .comp__inner .faqlist,
#content #about #comp .comp__inner .faqlist,
#content #faq #comp .comp__inner .faqlist,
#content #people #comp .comp__inner .faqlist,
#content #shisetu #comp .comp__inner .faqlist,
#content #school #comp .comp__inner .faqlist,
#content #training-and-welfare #comp .comp__inner .faqlist {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #AAAAAA;
  padding: 31px 0;
}
#content #top #comp .comp__inner .faqlist.head,
#content #about #comp .comp__inner .faqlist.head,
#content #faq #comp .comp__inner .faqlist.head,
#content #people #comp .comp__inner .faqlist.head,
#content #shisetu #comp .comp__inner .faqlist.head,
#content #school #comp .comp__inner .faqlist.head,
#content #training-and-welfare #comp .comp__inner .faqlist.head {
  margin-top: 29px;
  border-top: 1px solid #AAAAAA;
}
#content #top #comp .comp__inner .faqlist .item,
#content #about #comp .comp__inner .faqlist .item,
#content #faq #comp .comp__inner .faqlist .item,
#content #people #comp .comp__inner .faqlist .item,
#content #shisetu #comp .comp__inner .faqlist .item,
#content #school #comp .comp__inner .faqlist .item,
#content #training-and-welfare #comp .comp__inner .faqlist .item {
  width: 100%;
  display: flex;
}
#content #top #comp .comp__inner .faqlist .item.q,
#content #about #comp .comp__inner .faqlist .item.q,
#content #faq #comp .comp__inner .faqlist .item.q,
#content #people #comp .comp__inner .faqlist .item.q,
#content #shisetu #comp .comp__inner .faqlist .item.q,
#content #school #comp .comp__inner .faqlist .item.q,
#content #training-and-welfare #comp .comp__inner .faqlist .item.q {
  margin-bottom: 23px;
}
#content #top #comp .comp__inner .faqlist .item .l,
#content #about #comp .comp__inner .faqlist .item .l,
#content #faq #comp .comp__inner .faqlist .item .l,
#content #people #comp .comp__inner .faqlist .item .l,
#content #shisetu #comp .comp__inner .faqlist .item .l,
#content #school #comp .comp__inner .faqlist .item .l,
#content #training-and-welfare #comp .comp__inner .faqlist .item .l {
  width: 35px;
  margin-right: 5px;
}
#content #top #comp .comp__inner .faqlist .item .r,
#content #about #comp .comp__inner .faqlist .item .r,
#content #faq #comp .comp__inner .faqlist .item .r,
#content #people #comp .comp__inner .faqlist .item .r,
#content #shisetu #comp .comp__inner .faqlist .item .r,
#content #school #comp .comp__inner .faqlist .item .r,
#content #training-and-welfare #comp .comp__inner .faqlist .item .r {
  width: calc((100% - 40px));
  margin-left: 0;
}
@media all and (max-width: 859px) {
  #content #top #comp .comp__inner .faqlist .item .l,
  #content #about #comp .comp__inner .faqlist .item .l,
  #content #faq #comp .comp__inner .faqlist .item .l,
  #content #people #comp .comp__inner .faqlist .item .l,
  #content #shisetu #comp .comp__inner .faqlist .item .l,
  #content #school #comp .comp__inner .faqlist .item .l,
  #content #training-and-welfare #comp .comp__inner .faqlist .item .l {
    width: 25px;
  }
  #content #top #comp .comp__inner .faqlist .item .r,
  #content #about #comp .comp__inner .faqlist .item .r,
  #content #faq #comp .comp__inner .faqlist .item .r,
  #content #people #comp .comp__inner .faqlist .item .r,
  #content #shisetu #comp .comp__inner .faqlist .item .r,
  #content #school #comp .comp__inner .faqlist .item .r,
  #content #training-and-welfare #comp .comp__inner .faqlist .item .r {
    width: calc((100% - 30px));
  }
}
