@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.5.2/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;700&family=Roboto:ital,wght@0,400;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

select {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "IBM Plex Sans JP", sans-serif;
  line-height: 2;
  font-size: clamp(15px, 22.5 / 1000 * 100 * 1vw, 15px);
  word-break: break-all;
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 15px;
  }
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  display: block;
  max-width: 1160px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1000px) {
  .wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.wrapper-s {
  display: block;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1000px) {
  .wrapper-s {
    padding-left: 0px;
    padding-right: 0px;
  }
}

dt {
  font-weight: initial;
}

@media screen and (min-width: 768px) {
  [data-display=sp] {
    display: none !important;
  }
}

[data-display=pc] {
  display: none !important;
}
@media screen and (min-width: 768px) {
  [data-display=pc] {
    display: initial !important;
  }
}

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}
.sa.inline {
  display: inline;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 60px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(0.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}

.sa02 {
  opacity: 0;
  transition: all 0.8s ease;
}
.sa02.inline {
  display: inline;
}
.sa02.show {
  opacity: 1;
  transform: none;
}
.sa02--lr {
  transform: translate(-100px, 0);
}
.sa02--rl {
  transform: translate(100px, 0);
}
.sa02--up {
  transform: translate(0, 60px);
}
.sa02--down {
  transform: translate(0, -100px);
}
.sa02--scaleUp {
  transform: scale(0.5);
}
.sa02--scaleDown {
  transform: scale(1.5);
}
.sa02--rotateL {
  transform: rotate(180deg);
}
.sa02--rotateR {
  transform: rotate(-180deg);
}

#pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
#pageTop a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #006DB8;
  border-radius: 100%;
}
#pageTop a:hover {
  background: #078fD9;
}

.headline-01 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  .headline-01 {
    font-size: 3.2rem;
  }
}
.headline-01 .en-ttl {
  border-top: 1px solid #006DB8;
  padding-top: 45px;
  position: relative;
  margin-right: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 1.375;
  letter-spacing: 0.1em;
}
.headline-01 .en-ttl::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  right: -15px;
  top: -6px;
  background-color: #1FAA36;
}
@media screen and (min-width: 1000px) {
  .headline-01 .en-ttl::after {
    height: 1px;
  }
}
.headline-01 .en-ttl span {
  color: #006DB8;
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: #Fff;
  font-weight: 700;
  z-index: 40;
  padding-right: 20px;
  position: absolute;
  top: -16px;
  margin-right: 20px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  .headline-01 .en-ttl span {
    font-size: 1.6rem;
  }
}
.headline-01.center {
  text-align: center;
}
.headline-01.center .en-ttl {
  text-align: left;
}
.headline-02 {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 25px 0 20px;
  border-top: solid 1px #DEDEDE;
  position: relative;
  line-height: 1.8888888888;
}
@media screen and (min-width: 1000px) {
  .headline-02 {
    font-size: 2rem;
  }
}
.headline-02.spn {
  line-height: 1.3333333333;
}
.headline-02 span {
  font-size: 1.4rem;
  line-height: 1.7142857142;
}
@media screen and (min-width: 1000px) {
  .headline-02 span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .headline-02 span {
    line-height: 2.125;
  }
}
.headline-02:before {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #006DB8;
  position: absolute;
  left: 0;
  top: 0;
}
.headline-02:after {
  content: "";
  display: block;
  width: 9px;
  height: 4px;
  background-color: #1FAA36;
  position: absolute;
  left: 71px;
  top: 0;
}
@media screen and (min-width: 1000px) {
  .headline-02 {
    padding: 32px 0 20px;
    line-height: 1.8888888888;
    letter-spacing: 0.04em;
  }
}

.btn a {
  display: block;
  position: relative;
  letter-spacing: 0.02em;
}
.btn--txt {
  margin: 40px 0 40px 60px;
}
.btn--txt a {
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 400;
  padding: 5px 18px 5px 0;
}
@media screen and (min-width: 1000px) {
  .btn--txt a {
    font-size: 1.8rem;
  }
}
.btn--txt a b {
  transition: 0.3s;
  font-weight: 700;
}
.btn--txt a b:after {
  position: absolute;
  bottom: 0;
  left: 2px;
  content: "";
  width: 0;
  height: 1px;
  background-color: #078fD9;
  opacity: 0;
  transition: 0.3s;
}
.btn--txt a span {
  display: block;
  background-color: #006DB8;
  color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  position: absolute;
  left: -60px;
  top: calc(50% - 24px);
  font-size: 0.8em;
  transition: 0.3s;
}
.btn--txt a:hover {
  color: #078fD9;
}
.btn--txt a:hover span {
  background-color: #078fD9;
  width: 54px;
  height: 54px;
  line-height: 54px;
  left: -64px;
  top: calc(50% - 27px);
}
.btn--txt a:hover b {
  margin-left: 2px;
}
.btn--txt a:hover b:after {
  width: 100%;
  opacity: 1;
}
.btn--txt.right {
  text-align: right;
}
.btn--txt.center {
  text-align: center;
}
.btn--txt__small a {
  font-size: 1.4rem;
  padding: 30px 0 45px 40px;
  display: inline-block;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
  .btn--txt__small a {
    font-size: 1.5rem;
  }
}
.btn--txt__small a span {
  display: block;
  background-color: #006DB8;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: calc(50% - 24px);
  font-size: 0.8em;
  transition: 0.3s;
}
.btn--txt__small a:hover {
  color: #0784D9;
}
.btn--txt__small a:hover span {
  background-color: #0784D9;
}
.btn--txt__small.right {
  text-align: right;
}
.btn--txt__small.center {
  text-align: center;
}
.btn--radius {
  text-align: center;
}
.btn--radius a {
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  display: block;
  border-radius: 5px;
  border: solid 1px #DEDEDE;
  transition: 0.3s;
  font-weight: 500;
  margin: auto;
  color: #006DB8;
  padding: 18px 20px 16px;
  max-width: 202px;
}
@media screen and (min-width: 1000px) {
  .btn--radius a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .btn--radius a {
    padding: 16px 20px 16.5px;
  }
}
.btn--radius a span {
  position: relative;
  margin-left: 28.5px;
}
.btn--radius a span:before {
  content: "";
  display: block;
  background-color: #006DB8;
  color: #fff;
  border-radius: 50%;
  width: 22.54px;
  height: 22.54px;
  text-align: center;
  line-height: 22.54px;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 0.8em;
  background-image: url("../images/common/img_arrow_down_w.svg");
  background-repeat: no-repeat;
  background-size: 7.5px 6px;
  background-position: center;
}
.btn--radius a:hover {
  color: #0784D9;
}
.btn--normal a {
  max-width: 350px;
}
.btn--small a {
  max-width: 230px;
}
.btn--full a {
  max-width: 100%;
}
.btn--blue a {
  background-color: #006DB8;
  color: #Fff;
}
.btn--white a {
  background-color: #fff;
  color: #006DB8;
}
.btn.center a {
  margin: 0 auto;
}

a.txt-link {
  color: #17A0FF;
}

.form {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.form-input, .form-input--200, .form-input--400 {
  padding: 0.35em 1em;
  width: 100%;
  background: #eef7f4;
  border: solid 1px #8caca1;
  border-radius: 4px;
}
.form-input::placeholder, .form-input--200::placeholder, .form-input--400::placeholder {
  color: #d2d2d2;
}
.form-input--400 {
  max-width: 400px;
}
.form-input--200 {
  max-width: 200px;
}
.form-select, .form-select--100, .form-select--400 {
  padding: 0.35em 1em;
  width: 100%;
  background: #eef7f4;
  border: solid 1px #8caca1;
  border-radius: 4px;
}
.form-select::placeholder, .form-select--100::placeholder, .form-select--400::placeholder {
  color: #ad2d2d2a;
}
.form-select--400 {
  max-width: 400px;
}
.form-select--100 {
  max-width: 100px;
}
.form-select + .form-input, .form-select--400 + .form-input, .form-select--100 + .form-input, .form-select + .form-input--400, .form-select--400 + .form-input--400, .form-select--100 + .form-input--400, .form-select + .form-input--200, .form-select--400 + .form-input--200, .form-select--100 + .form-input--200 {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .form-select + .form-input, .form-select--400 + .form-input, .form-select--100 + .form-input, .form-select + .form-input--400, .form-select--400 + .form-input--400, .form-select--100 + .form-input--400, .form-select + .form-input--200, .form-select--400 + .form-input--200, .form-select--100 + .form-input--200 {
    margin-top: 20px;
  }
}
.form-label, .form-label--req {
  margin-bottom: 10px;
}
.form-label--req {
  display: flex;
  flex-wrap: wrap;
}
.form-label--req::after {
  content: "必須";
  display: inline-block;
  font-size: clamp(10px, 18 / 1000 * 100 * 1vw, 12px);
  color: #666;
  padding: 2px 6px;
  background-color: #e8ec7a;
  line-height: 1.6;
  margin-left: 1em;
}
@media screen and (min-width: 1000px) {
  .form-label--req::after {
    content: "必須";
    display: inline-block;
    font-size: clamp(10px, 18 / 1000 * 100 * 1vw, 12px);
    color: #666;
    padding: 2px 6px;
    background-color: #e8ec7a;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .form-label--req::after {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .form-label--req::after {
    font-size: 12px;
  }
}
.form-textarea {
  resize: none;
  width: 100%;
  height: 200px;
  padding: 0.5em 1em;
  background-color: #eef7f4;
  border: solid 1px #8caca1;
  border-radius: 4px;
  font: inherit;
}
.form-textarea::placeholder {
  color: #d2d2d2;
}

.form-btn {
  position: relative;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .form-btn {
    width: 350px;
  }
}
.form-btn input[type=submit] {
  display: block;
  padding: 0.5em 1em;
  font-size: 1.4rem;
  position: relative;
  background-color: #fff;
  color: #006DB8;
  width: 100%;
  max-width: 350px;
  border: 2px solid #006DB8;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .form-btn input[type=submit] {
    font-size: 1.6rem;
  }
}
.form-btn input[type=submit]:hover {
  background-color: #006DB8;
  color: #fff;
  transition: 0.5s;
}
.form-btn::after {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 2em;
}

.privacyTxt {
  border: solid 1px #8caca1;
  border-radius: 4px;
  padding: 1em;
  color: #666;
  height: 200px;
  overflow-x: scroll;
}
.privacyTxt dl {
  margin-top: 1.5em;
}
.privacyTxt dl dt {
  font-weight: 600;
  margin-top: 1em;
}
.privacyTxt dl dd dl {
  margin: 1.5em 0 0 1em;
}

.c-check {
  text-align: center;
  margin-top: 1em;
  /* input[type=checkbox] {
      display: none;
  }
  .concentCheck {
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      padding: 5px 30px;
      position: relative;
      width: auto;
  }
  .concentCheck::before {
      background: #fff;
      border: 1px solid #666;
      border-radius: 4px;
      content: '';
      display: block;
      height: 16px;
      left: 5px;
      margin-top: -7px;
      position: absolute;
      top: 50%;
      width: 16px;
  }
  .concentCheck::after {
      border-right: 3px solid g.$color-main;
      border-bottom: 3px solid g.$color-main;
      content: '';
      display: block;
      height: 9px;
      left: 10px;
      margin-top: -5px;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: rotate(45deg);
      width: 5px;
  }
  input[type=checkbox]:checked + .concentCheck::after {
      opacity: 1;
  } */
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  margin: 2em 5em 0;
  text-align: center;
  color: #f00;
  padding: 0.5em 0;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px 5px 16px;
  background-color: #fff;
  border-radius: 4px;
  transition: 0.3s;
  min-height: 60px;
  /*hoverしたら表示*/
}
@media screen and (min-width: 1000px) {
  .header {
    padding: 0 10px 0 30px;
    min-height: 90px;
  }
}
.header.open {
  display: block;
  padding: 30px 15px 5px 20px;
  width: 100%;
  min-height: 100vh;
  position: fixed;
}
.header-wrap {
  width: 100%;
  position: absolute;
  z-index: 9999;
  padding: 10px;
  transition: 0.3s;
}
.header-wrap.open {
  padding: 0;
  transition: 0.3s;
}
.header-wrap.fixed {
  position: fixed;
  padding: 0;
  border-radius: 0;
}
.header-wrap.fixed .header {
  border-radius: 0;
  padding: 3px 10px 2px 26px;
}
.header-wrap.open.fixed .header {
  padding: 30px 15px 5px 20px;
}
@media screen and (min-width: 1000px) {
  .header-wrap {
    padding: 30px;
  }
}
.header h1 a {
  width: 230px;
  height: 24.29px;
  display: block;
  background-image: url("../images/common/img_logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  margin-bottom: 4px;
}
.header h1 a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1000px) {
  .header h1 a {
    background-size: cover;
    width: 360px;
    height: 34.97px;
  }
}
.header h1 a span {
  display: none;
}
.header-nav {
  display: none;
}
@media screen and (min-width: 1000px) {
  .header-nav {
    display: block;
  }
}
.header nav ul.main-nav {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 4px;
}
.header nav ul.main-nav li {
  position: relative;
}
.header nav ul.main-nav li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 25px 10px 25px;
  transition: all 0.3s;
  border-bottom: solid 4px #fff;
}
.header nav ul.main-nav li > a {
  display: block;
  transform: 0.3s;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.header nav ul.main-nav li > a:hover {
  border-bottom: solid 4px #006DB8;
  color: #006DB8;
}
.header nav ul.main-nav li.nav-active > a {
  border-bottom: solid 4px #006DB8;
  color: #006DB8;
}
.header nav ul.main-nav li.recruit_btn a {
  padding: 15px 17px 12px 18px;
  margin-bottom: 4px;
  width: 150px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  line-height: 1.3333333333;
  border-radius: 4px;
  text-align: justify;
  font-size: 1.2rem;
  background: linear-gradient(125deg, #006DB8 0%, #006DB8 50%, #1FAA36 50%, #1FAA36 100%);
  border: none;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  .header nav ul.main-nav li.recruit_btn a {
    font-size: 1.5rem;
  }
}
.header nav ul.main-nav li.recruit_btn a span {
  font-size: 0.8rem;
  font-weight: normal;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
@media screen and (min-width: 1000px) {
  .header nav ul.main-nav li.recruit_btn a span {
    font-size: 1rem;
  }
}
.header nav ul.main-nav li.recruit_btn a:hover {
  background: linear-gradient(125deg, #0784D9 0%, #0784D9 50%, #2DC145 50%, #2DC145 100%);
}
.header nav ul.main-nav ul {
  display: block;
}
.header nav ul.main-nav ul li a {
  padding: 10px 35px;
}
.header nav ul.main-nav .sub-nav ul {
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 4;
  background: rgba(0, 109, 184, 0.5);
  width: 210px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 10px;
  display: grid;
  gap: 5px;
  border-radius: 4px;
}
.header nav ul.main-nav .sub-nav ul li a {
  background: #fff;
  color: #333;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  padding: 11px 0 10px 38px;
  display: block;
  width: 190px;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4285714285;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .header nav ul.main-nav .sub-nav ul li a {
    font-size: 1.4rem;
  }
}
.header nav ul.main-nav .sub-nav ul li a span {
  display: block;
  background-color: #006DB8;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  position: absolute;
  left: 10px;
  top: calc(50% - 11px);
  font-size: 0.8em;
  font-weight: 400;
}
.header nav ul.main-nav .sub-nav ul li a:hover {
  color: #006DB8;
}
.header nav ul.main-nav .sub-nav ul li:last-child > a {
  border-bottom: none;
}
.header nav li.sub-nav:hover > ul,
.header nav li.sub-nav ul li:hover > ul,
.header nav li.sub-nav:active > ul,
.header nav li.sub-nav ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

.btn-menu {
  position: absolute;
  width: 30px;
  height: 20px;
  right: 25px;
  top: 31px;
  transition: 0.3s;
  display: block;
  font-size: 0;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .btn-menu {
    display: none;
  }
}
.btn-menu__inner {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #006DB8;
  transition: 0.3s;
  position: absolute;
}
.btn-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #006DB8;
  transition: 0.3s;
  position: absolute;
  top: 8px;
}
.btn-menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1FAA36;
  transition: 0.3s;
  position: absolute;
  top: 16px;
}
.btn-menu.open {
  height: 35px;
}
.btn-menu.open .btn-menu__inner {
  transform: rotate(45deg);
  top: 8px;
}
.btn-menu.open::before {
  transform: rotate(45deg);
  top: 8px;
}
.btn-menu.open::after {
  transform: rotate(-45deg);
  top: 8px;
}

.fixed .btn-menu {
  right: 25px;
  top: 21px;
  transition: 0.3s;
}

.open.fixed .btn-menu {
  right: 25px;
  top: 21px;
}

.nav-slide {
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  transition: 0.4s;
  display: none;
  visibility: hidden;
  transition: 0.3s;
}
.nav-slide.open {
  top: 0;
  display: block;
  visibility: visible;
}
.nav-slide__inner {
  top: 0;
  right: 0;
  z-index: 12;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
  align-content: flex-start;
  background-color: #fff;
  width: 100%;
  padding: 30px 25px 60px 20px;
  height: 100vh;
  margin-left: auto;
  transition: 0.4s;
  overflow-y: scroll;
  scrollbar-width: none;
}
.nav-slide__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-content: flex-start;
  width: 100%;
  border-bottom: solid 1px #DEDEDE;
  padding-bottom: 0;
}
.nav-slide__list > li {
  border-top: solid 1px #DEDEDE;
}
.nav-slide__list > li > a {
  padding: 25px 0 25px 10px;
}
.nav-slide__list a {
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
}
.nav-slide__list .nav-acc {
  position: relative;
}
.nav-slide__list .nav-acc > a {
  font-weight: 500;
  font-size: 1.6rem;
}
.nav-slide__list .nav-acc > a::after {
  content: "＋";
  position: absolute;
  right: 23px;
  top: 24px;
  font-weight: normal;
  font-size: 18px;
}
.nav-slide__list .nav-acc.active > a::after {
  content: "－";
}
.nav-slide__list .nav-acc ul {
  margin-top: 14px;
  padding-bottom: 44px;
  display: none;
}
.nav-slide__list .nav-acc ul li {
  margin-top: 26px;
  margin-left: 30px;
  position: relative;
  padding-left: 22px;
}
.nav-slide__list .nav-acc ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 6px;
}
.nav-slide__list .nav-acc ul li span {
  display: block;
  background-color: #006DB8;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  font-size: 0.8em;
}
.nav-slide__list .nav-acc ul li:nth-child(1) {
  margin-top: 0;
}
.nav-slide .nav-info {
  font-weight: normal;
  display: grid;
  gap: 1em;
  padding-bottom: 60px;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

body.nav_active {
  overflow-y: hidden;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.table-01, .table-02 {
  width: 100%;
}
.table-01 tr, .table-02 tr {
  border-bottom: solid 2px #eeeeee;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .table-01 tr, .table-02 tr {
    flex-direction: row;
  }
}
.table-01 th, .table-02 th {
  padding: 14px 23px 14px 10px;
  vertical-align: top;
  font-weight: 200;
  background-color: #006DB8;
  color: #FFF;
}
@media screen and (min-width: 1000px) {
  .table-01 th, .table-02 th {
    padding: 28px 46px 28px 20px;
    width: 20%;
  }
}
.table-01 td, .table-02 td {
  padding: 20px 23px 40px;
  vertical-align: top;
  line-height: 2.5;
}
.table-01 td::before, .table-02 td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.5) * 0.5em);
  content: "";
}
.table-01 td::after, .table-02 td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.5) * 0.5em);
  content: "";
}
@media screen and (min-width: 1000px) {
  .table-01 td, .table-02 td {
    padding: 38px 56px;
    width: 80%;
  }
}
.table-02 {
  height: 100%;
}
.table-02 tr {
  border: solid 1px #eeeeee;
}
.table-02 th {
  padding: 10px 23px;
  line-height: 1.4;
}
.table-02 th::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.table-02 th::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (min-width: 1000px) {
  .table-02 th {
    padding: 1em;
    width: 30%;
  }
}
.table-02 td {
  padding: 20px 23px 40px;
  line-height: 1.4;
}
.table-02 td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.table-02 td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (min-width: 1000px) {
  .table-02 td {
    padding: 1em;
    width: 70%;
  }
}
.table-seminar {
  width: 1000px;
}
@media screen and (min-width: 1000px) {
  .table-seminar {
    width: 100%;
  }
}
.table-seminar tr {
  border-bottom: 2px solid #aaa;
}
.table-seminar tr:first-child {
  border-bottom: none;
  background-color: #006DB8;
  color: #fff;
}
.table-seminar th {
  vertical-align: middle;
  padding: 1.5em 1em;
  text-align: center;
  font-weight: 100;
}
.table-seminar th.th-01 {
  width: 10%;
}
.table-seminar th.th-02 {
  width: 10%;
}
.table-seminar th.th-03 {
  width: 15%;
}
.table-seminar th.th-04 {
  width: 15%;
}
.table-seminar th.th-05 {
  width: 25%;
}
.table-seminar th.th-06 {
  width: 25%;
}
.table-seminar td {
  vertical-align: middle;
  padding: 1.5em 1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .table-seminar td {
    font-size: 1.4rem;
  }
}
.table-form {
  width: 100%;
}
.table-form tr {
  display: block;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .table-form tr {
    display: flex;
  }
}
.table-form th {
  width: 25%;
  display: block;
  width: 100%;
  padding: 20px 0 5px;
}
@media screen and (min-width: 1000px) {
  .table-form th {
    vertical-align: middle;
    display: inline-block;
    padding: 30px 15px 30px 0;
    width: 25%;
  }
}
.table-form td {
  display: block;
  width: 100%;
  padding: 5px 0 20px;
}
@media screen and (min-width: 1000px) {
  .table-form td {
    vertical-align: top;
    display: inline-block;
    padding: 30px 0 30px 15px;
    width: 75%;
  }
}

.text-regular {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}

.wp-pagination {
  display: grid;
  justify-content: center;
  padding: 30px 0 170px;
}
@media screen and (min-width: 1000px) {
  .wp-pagination {
    padding: 60px 0 160px;
  }
}
.wp-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-width: 250px;
  justify-content: center;
}
.wp-pagination ul.page-numbers:after {
  content: "";
  width: 1px;
  height: 36px;
  position: absolute;
  display: block;
  background-color: #DEDEDE;
  top: 74px;
  left: calc(50% - 1px);
}
@media screen and (min-width: 1000px) {
  .wp-pagination ul.page-numbers:after {
    display: none;
  }
}
.wp-pagination ul.page-numbers.page_s::after {
  display: none;
}
.wp-pagination ul.page-numbers li {
  margin: 10px 5px;
}
.wp-pagination ul.page-numbers li b {
  color: #006DB8;
}
.wp-pagination ul.page-numbers li a {
  transition: 0.3s;
}
.wp-pagination ul.page-numbers li > a, .wp-pagination ul.page-numbers li > span {
  border: 1px solid #ccc;
  color: #006DB8;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 0;
  padding-top: 1px;
}
.wp-pagination ul.page-numbers span.current {
  background-color: #ccc;
  color: #fff;
}
.wp-pagination ul.page-numbers .next, .wp-pagination ul.page-numbers .prev {
  background-color: #fff;
  color: #006DB8;
  border: none;
  border: 1px solid #ccc;
  border-radius: 50px;
}
.wp-pagination ul.page-numbers .prev {
  position: relative;
  margin-right: 63px;
  padding: 0.5em 0.8em;
}
.wp-pagination ul.page-numbers .prev:after {
  content: "前へ";
  position: absolute;
  right: -43px;
  font-weight: 500;
  top: calc(50% - 12px);
  top: 50%;
  transform: translateY(-50%);
}
.wp-pagination ul.page-numbers .next {
  position: relative;
  margin-left: 63px;
  padding: 0.5em 0.8em;
}
.wp-pagination ul.page-numbers .next:before {
  content: "次へ";
  position: absolute;
  left: -43px;
  font-weight: 500;
  top: calc(50% - 12px);
  top: 50%;
  transform: translateY(-50%);
}
.wp-pagination ul.page-numbers li a:hover {
  border: 1px solid #17A0FF;
  color: #17A0FF;
}
.wp-pagination ul.page-numbers li.prev-btn {
  position: absolute;
  top: 60px;
  left: 25px;
}
@media screen and (min-width: 1000px) {
  .wp-pagination ul.page-numbers li.prev-btn {
    position: static;
  }
}
.wp-pagination ul.page-numbers li.next-btn {
  position: absolute;
  top: 60px;
  right: 25px;
}
@media screen and (min-width: 1000px) {
  .wp-pagination ul.page-numbers li.next-btn {
    position: static;
  }
}

.breadcrumbs ul {
  padding: 10px 20px;
  color: #666;
  font-size: clamp(12px, 18 / 1000 * 100 * 1vw, 12px);
}
@media screen and (min-width: 1000px) {
  .breadcrumbs ul {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .breadcrumbs ul {
    padding: 20px 40px;
  }
}
.breadcrumbs ul li {
  display: inline;
  line-height: 2;
}
.breadcrumbs ul li:after {
  content: "/";
  padding: 0 10px;
  color: #666;
  font-weight: 100;
}
.breadcrumbs ul li:last-child:after {
  content: "";
}
.breadcrumbs ul a {
  color: #006DB8;
}
.breadcrumbs ul a:hover {
  text-decoration: underline;
  color: #17A0FF;
}

.footer {
  position: relative;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(115deg, #006DB8 0%, #006DB8 75%, #1FAA36 75%, #1FAA36 100%);
}
.footer:after {
  content: "";
  display: block;
  transform: skewX(-25deg);
  width: 3px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 75%;
  top: 0;
}
.footer-inner {
  padding: 40px 0 0;
}
@media screen and (min-width: 1000px) {
  .footer-inner {
    padding: 80px 0 45px;
  }
}
.footer-inner h4 {
  max-width: 250px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 1000px) {
  .footer-inner h4 {
    margin: 0;
    max-width: 320px;
  }
}
.footer-content {
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  .footer-content {
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
  }
}
.footer-pmarkWrap {
  width: 315px;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .footer-pmarkWrap {
    margin: 0;
  }
}
.footer-pmarkWrap .pmark {
  padding: 13px 18px;
  display: grid;
  grid-template-columns: 63px 1fr;
  gap: 21px;
  font-size: 1.1rem;
  font-weight: 400;
  border: solid 1px #DEDEDE;
  border-radius: 8px;
  line-height: 1.4545454545;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .footer-pmarkWrap .pmark {
    font-size: 1.1rem;
  }
}
.footer-link {
  display: flex;
  justify-content: space-around;
  gap: 54px;
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  .footer-link {
    padding-right: 30px;
    margin-top: -10px;
  }
}
.footer-link a:hover {
  text-decoration: underline;
  color: #17A0FF;
}
.footer-link > dl dt {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.footer-link > dl, .footer-link > ul {
  display: none;
}
@media screen and (min-width: 1000px) {
  .footer-link > dl, .footer-link > ul {
    display: grid;
    gap: 6px;
    align-content: start;
  }
  .footer-link > dl li, .footer-link > ul li {
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1000px) {
  .footer-link > ul {
    gap: 10px;
  }
}
.footer-link > dl li a {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.footer-link .footernav-info {
  display: grid;
  gap: 12px;
  padding: 30px 0;
  letter-spacing: 0.02em;
  font-size: 1.3rem;
}
.footer-link .footernav-info a {
  display: block;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .footer-link .footernav-info a {
    text-align: left;
    font-weight: 400;
  }
}
@media screen and (min-width: 1000px) {
  .footer-link .footernav-info {
    gap: 10;
    border-left: 1px solid #DEDEDE;
    padding: 0 0 60px 54px;
  }
}
.footer-bottom {
  border-top: solid 1px #DEDEDE;
}
.footer-bottom > * {
  font-family: "Inter", sans-serif;
  padding: 30px 40px;
  text-align: center;
  display: flex;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: 1rem;
  flex-direction: column-reverse;
  gap: 16px;
}
@media screen and (min-width: 1000px) {
  .footer-bottom > * {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer-bottom > * {
    padding: 30px 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-bottom > * .group-simbol {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .footer-bottom > * .group-simbol {
    gap: 40px;
  }
}
.footer-bottom > * .group-simbol img.hh_holdings {
  width: 141.5px;
}
@media screen and (min-width: 1000px) {
  .footer-bottom > * .group-simbol img.hh_holdings {
    width: 167px;
  }
}
.footer-bottom > * .group-simbol img.hh_toho {
  width: 118.2px;
}
@media screen and (min-width: 1000px) {
  .footer-bottom > * .group-simbol img.hh_toho {
    width: 140px;
  }
}

.lower-keyvisual {
  width: 100%;
  height: 66.6666vw;
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  background-size: cover;
}
@media screen and (min-width: 1000px) {
  .lower-keyvisual {
    height: 460px;
  }
}
.lower-keyvisual.news {
  background-image: url("../images/news/mv_news_sp.jpg");
}
@media screen and (min-width: 1000px) {
  .lower-keyvisual.news {
    background-image: url("../images/news/mv_news.jpg");
  }
}
.lower-keyvisual.business {
  background-image: url("../images/business/mv_business_sp.jpg");
}
.lower-keyvisual.business h2 {
  color: #fff;
}
.lower-keyvisual.business h2 span {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .lower-keyvisual.business {
    background-image: url("../images/business/mv_business.jpg");
  }
}
.lower-keyvisual.accounting {
  background-image: url("../images/business/mv_accounting_sp.jpg");
}
.lower-keyvisual.accounting h2 {
  color: #fff;
}
.lower-keyvisual.accounting h2 span {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .lower-keyvisual.accounting {
    background-image: url("../images/business/mv_accounting.jpg");
  }
}
.lower-keyvisual.humanResources {
  background-image: url("../images/business/mv_humanresources_sp.jpg");
  background-position: left 0 bottom 0;
}
.lower-keyvisual.humanResources h2 {
  color: #fff;
}
.lower-keyvisual.humanResources h2 span {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .lower-keyvisual.humanResources {
    background-image: url("../images/business/mv_humanresources.jpg");
    background-position: left 0 top -25px;
  }
}
.lower-keyvisual.companyidea {
  background-image: url("../images/company/mv_companyidea_sp.jpg");
  background-position: left 0 bottom 0;
}
@media screen and (min-width: 1000px) {
  .lower-keyvisual.companyidea {
    background-image: url("../images/company/mv_companyidea.jpg");
    background-position: left 0 bottom 0;
  }
}
.lower-keyvisual.companyidea h2 {
  color: #fff;
}
.lower-keyvisual.companyidea h2 span {
  color: #fff;
}
.lower-keyvisual.companyprofile {
  background-image: url("../images/company/mv_profile_sp.jpg");
  background-position: left 0 bottom 0;
}
.lower-keyvisual.companyprofile h2 {
  color: #fff;
}
.lower-keyvisual.companyprofile h2 span {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .lower-keyvisual.companyprofile {
    background-image: url("../images/company/mv_profile.jpg");
    background-position: left 0 bottom 0;
  }
}
.lower-keyvisual.employees {
  background-image: url("../images/employees/mv_employees_sp.jpg");
  background-position: left 0 bottom 0;
}
@media screen and (min-width: 1000px) {
  .lower-keyvisual.employees {
    background-image: url("../images/employees/mv_employees.jpg");
    background-position: left 0 bottom 0;
  }
}
.lower-keyvisual.healthmanagement {
  background-image: url("../images/healthmanagement/mv_healthmanagement_sp.jpg");
  background-position: left 0 bottom 0;
}
.lower-keyvisual.healthmanagement h2 {
  color: #fff;
}
.lower-keyvisual.healthmanagement h2 span {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .lower-keyvisual.healthmanagement {
    background-image: url("../images/healthmanagement/mv_healthmanagement.jpg");
    background-position: left 0 bottom 0;
  }
}
.lower-keyvisual.notfound {
  background: linear-gradient(120deg, #E7F2FA 0%, #E7F2FA 45%, #F3F8FC 45%, #F3F8FC 100%);
}
.lower-keyvisual .kv-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  position: absolute;
  top: 31.4666vw;
  left: 40px;
  line-height: 1.25;
}
@media screen and (min-width: 1000px) {
  .lower-keyvisual .kv-ttl {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .lower-keyvisual .kv-ttl {
    top: 215px;
    left: 140px;
    line-height: 1.5555555555;
  }
}
.lower-keyvisual .kv-ttl span {
  display: block;
  color: #006DB8;
  line-height: 1.8333333333;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.375;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
  .lower-keyvisual .kv-ttl span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .lower-keyvisual .kv-ttl span {
    margin-bottom: 4px;
  }
}

.top-keyvisual {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.top-keyvisual .swiper-slide {
  position: relative;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-keyvisual .swiper-slide .key-visual--image figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100vh;
  overflow: hidden;
}
.top-keyvisual .swiper-slide .key-visual--image figure img {
  opacity: 1;
  transform: scale(1.1);
}
.top-keyvisual .swiper-slide .key-visual--image figure img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-keyvisual .swiper-slide.swiper-slide-active .key-visual--image figure img {
  -webkit-animation: zoomUp 7s linear 0s 1 normal both;
  animation: zoomUp 7s linear 0s 1 normal both;
}
.top-keyvisual .swiper-slide .kv-text {
  position: absolute;
  left: 30px;
  bottom: 70px;
  color: #fff;
  padding-right: 30px;
}
@media screen and (min-width: 1000px) {
  .top-keyvisual .swiper-slide .kv-text {
    left: 140px;
    bottom: 124px;
    padding-right: 0;
  }
}
.top-keyvisual .swiper-slide .kv-text::before {
  content: "";
  display: block;
  transform: skewX(-25deg);
  width: 22px;
  height: 4px;
  margin: 0 auto;
  background-color: #006DB8;
  position: absolute;
  left: 0;
  top: -21px;
}
.top-keyvisual .swiper-slide .kv-text::after {
  content: "";
  display: block;
  transform: skewX(-25deg);
  width: 22px;
  height: 4px;
  margin: 0 auto;
  background-color: #1FAA36;
  position: absolute;
  left: 22px;
  top: -25px;
}
.top-keyvisual .swiper-slide .kv-text span {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-keyvisual .swiper-slide .kv-text span::before {
  content: "";
  display: block;
  transform: skewX(-25deg);
  width: 158px;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  left: 44px;
  top: -20px;
}
@media screen and (min-width: 1000px) {
  .top-keyvisual .swiper-slide .kv-text span {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .top-keyvisual .swiper-slide .kv-text span {
    line-height: 1.71875;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
}
.top-keyvisual .swiper-slide:nth-of-type(1):not(.swiper-slide-active) .kv-text {
  display: none;
}
.top-keyvisual .swiper-slide:nth-of-type(1).swiper-slide-active .kv-text {
  display: block;
}
.top-keyvisual .swiper-slide:nth-of-type(1) .kv-text {
  top: 125px;
  left: 30px;
  bottom: auto;
  color: #333;
}
@media screen and (min-width: 1000px) {
  .top-keyvisual .swiper-slide:nth-of-type(1) .kv-text {
    top: 30vh;
    left: 140px;
  }
}
.top-sec01 {
  padding: 80px 0 40px;
  background: linear-gradient(115deg, #E7F2FA 0%, #E7F2FA 45%, #fff 45%, #fff 100%);
}
@media screen and (min-width: 1000px) {
  .top-sec01 {
    padding: 100px 0 94px;
  }
}
.top-about {
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .top-about {
    display: grid;
    gap: 110px;
    grid-template-columns: minmax(50%, 1fr) 1fr;
    max-width: 1360px;
    margin: auto;
    padding: 0 30px;
  }
}
.top-about .about-images {
  position: relative;
  margin-left: 30px;
  margin-bottom: 0;
  min-height: 252px;
}
@media screen and (min-width: 1000px) {
  .top-about .about-images {
    margin-bottom: 30px;
  }
}
.top-about .about-images figure {
  position: absolute;
}
.top-about .about-images figure:nth-of-type(1) {
  top: 0;
  left: 0;
}
.top-about .about-images figure:nth-of-type(1) img {
  width: 295px;
}
.top-about .about-images figure:nth-of-type(2) {
  bottom: 0;
  right: 0;
}
.top-about .about-images figure:nth-of-type(2) img {
  width: 165px;
}
@media screen and (min-width: 1000px) {
  .top-about .about-images {
    width: 100%;
    min-height: 526px;
  }
  .top-about .about-images figure {
    position: absolute;
  }
  .top-about .about-images figure:nth-of-type(1) {
    top: 0;
    left: -40px;
    margin-right: 40px;
  }
  .top-about .about-images figure:nth-of-type(1) img {
    width: auto;
  }
  .top-about .about-images figure:nth-of-type(2) {
    top: 300px;
    left: 300px;
  }
  .top-about .about-images figure:nth-of-type(2) img {
    width: auto;
  }
}
.top-about .about-txt {
  padding: 40px 30px 30px;
}
@media screen and (min-width: 1000px) {
  .top-about .about-txt {
    padding: 0;
  }
}
.top-about .about-txt p {
  line-height: 2;
  font-size: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .top-about .about-txt p {
    font-size: 1.5rem;
  }
}
.top-about .en-ttl span {
  background-color: #E7F2FA;
}
@media screen and (min-width: 1000px) {
  .top-about .en-ttl span {
    background-color: #fff;
  }
}
.top-sec02 {
  padding: 30px 0 0;
  background: linear-gradient(115deg, #fff 0%, #fff 60%, #F8F8F8 60%, #F8F8F8 100%);
}
@media screen and (min-width: 1000px) {
  .top-sec02 {
    padding: 100px 0 94px;
  }
}
.top-sec02 .businesslink-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 1000px) {
  .top-sec02 .businesslink-wrap {
    grid-template-columns: minmax(0, 560px) minmax(0, 560px);
    gap: 40px;
  }
}
.top-sec02 .businesslink-col {
  position: relative;
  overflow: hidden;
}
.top-sec02 .businesslink-col img {
  transition: 0.3s;
  z-index: 10;
  width: 100%;
}
.top-sec02 .businesslink-col a:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
.top-sec02 .businesslink-col .link-txt {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  z-index: 20;
  margin: 0 15px;
  font-size: 2.2rem;
  bottom: 25px;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .top-sec02 .businesslink-col .link-txt {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .top-sec02 .businesslink-col .link-txt {
    width: calc(100% - 80px);
    margin: 0;
    left: 40px;
    bottom: 40px;
  }
}
.top-sec02 .businesslink-col .link-txt .link-inner {
  padding: 0 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  .top-sec02 .businesslink-col .link-txt .link-inner {
    padding: 0 20px;
  }
}
.top-sec02 .businesslink-col .link-txt b {
  font-size: 1.2rem;
  display: block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .top-sec02 .businesslink-col .link-txt b {
    font-size: 1.3rem;
  }
}
.top-sec02 .businesslink-col .link-txt span {
  display: block;
  background-color: #fff;
  color: #006DB8;
  font-weight: 700;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
  font-size: 1.4rem;
}
@media screen and (min-width: 1000px) {
  .top-sec02 .businesslink-col .link-txt span {
    right: 20px;
  }
}
.top-sec02 .businesslink-col .link-txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(115deg, #006DB8 0%, #006DB8 85%, #1FAA36 85%, #1FAA36 100%);
  position: relative;
  bottom: -5px;
}
@media screen and (min-width: 1000px) {
  .top-sec02 .businesslink-col .link-txt::after {
    bottom: -10px;
  }
}
.top-business .business-head {
  margin-bottom: 40px;
}
.top-business .business-head p {
  line-height: 2;
  font-size: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .top-business .business-head p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .top-business .business-head {
    width: 635px;
    margin-left: 100px;
    margin-bottom: 65px;
  }
}
.top-sec03 {
  padding: 86px 0 40px;
}
@media screen and (min-width: 1000px) {
  .top-sec03 {
    padding: 120px 0;
  }
}
.top-healthmanagement {
  margin: auto;
  position: relative;
  padding: 0 30px;
  height: 750px;
}
@media screen and (min-width: 1000px) {
  .top-healthmanagement {
    width: 1000px;
    min-height: 492px;
    padding: 0;
    height: auto;
  }
}
.top-healthmanagement .healthmanagement-head {
  padding-top: 44px;
}
@media screen and (min-width: 1000px) {
  .top-healthmanagement .healthmanagement-head {
    width: 613px;
  }
}
.top-healthmanagement p {
  padding: 310px 0 0 0;
  line-height: 2;
  font-size: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .top-healthmanagement p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .top-healthmanagement p {
    width: 540px;
    padding: 0;
  }
}
.top-healthmanagement figure {
  position: absolute;
}
.top-healthmanagement figure:nth-of-type(1) {
  top: 156px;
  left: 30px;
  width: 295px;
}
@media screen and (min-width: 1000px) {
  .top-healthmanagement figure:nth-of-type(1) {
    top: 180px;
    right: 40px;
    left: auto;
    width: 360px;
  }
}
.top-healthmanagement figure:nth-of-type(2) {
  top: 328px;
  right: 0;
  width: 165px;
}
@media screen and (min-width: 1000px) {
  .top-healthmanagement figure:nth-of-type(2) {
    width: 205px;
  }
}
.top-sec04 {
  padding: 100px 0 0;
}
@media screen and (min-width: 1000px) {
  .top-sec04 {
    padding: 50px 0 0;
  }
}
.top-recruit {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .top-recruit {
    border-radius: 10px;
    overflow: hidden;
    max-width: 1280px;
  }
}
.top-recruit .recruit-pc {
  display: none;
}
.top-recruit .recruit-sp img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .top-recruit .recruit-pc {
    display: block;
  }
  .top-recruit .recruit-sp {
    display: none;
  }
}
.top-recruit a {
  display: block;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .top-recruit a figure {
    position: absolute;
  }
  .top-recruit a figure:nth-of-type(1) {
    top: 0;
    left: 0;
    z-index: 40;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .top-recruit a figure:nth-of-type(1) {
    max-width: 1281px;
  }
}
@media screen and (min-width: 1000px) {
  .top-recruit a figure:nth-of-type(2) {
    top: 0;
    right: 0;
    z-index: 35;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .top-recruit a figure:nth-of-type(2) {
    max-width: 1280px;
    height: 540px;
  }
}
@media screen and (min-width: 1000px) {
  .top-recruit a img {
    transition: 0.3s;
  }
}
@media screen and (min-width: 1000px) {
  .top-recruit a:hover figure:nth-of-type(1) img {
    filter: brightness(120%);
  }
}
@media screen and (min-width: 1000px) {
  .top-recruit a:hover figure:nth-of-type(2) img {
    transform: scale(1.05);
  }
}
.top-sec05 {
  padding: 120px 0 100px;
}
@media screen and (min-width: 1000px) {
  .top-sec05 {
    padding: 100px 0 100px;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.news-list {
  border-top: solid 1px #F2F2F2;
}
.news-list li a {
  border-bottom: solid 1px #F2F2F2;
  padding: 23px 0;
  gap: 20px;
  align-items: center;
  display: block;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .news-list li a {
    display: grid;
    grid-template-columns: 80px 100px 680px 1fr;
    padding: 23px 10px;
  }
}
.news-list li a:hover .news-ttl {
  text-decoration: underline;
  color: #17A0FF;
  transition: 0.3s;
}
.news-date {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
  width: 7em;
}
@media screen and (min-width: 1000px) {
  .news-date {
    font-size: 1.5rem;
  }
}
.news-cat {
  display: inline-block;
  margin-left: 20px;
  width: 100px;
  text-align: center;
  border-radius: 25px;
  padding: 5px 5px 4px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1000px) {
  .news-cat {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .news-cat {
    margin: 0;
  }
}
.news-cat.cat-news {
  background-color: #F2F2F2;
}
.news-cat.cat-recruit {
  background: linear-gradient(125deg, #006DB8 0%, #006DB8 70%, #1FAA36 70%, #1FAA36 100%);
  color: #fff;
}
.news-ttl {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 10px 0 0 0;
  transition: 0.3s;
  letter-spacing: 0.02em;
  line-height: 1.7142857142;
}
@media screen and (min-width: 1000px) {
  .news-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .news-ttl {
    line-height: 1.6;
    padding: 0;
  }
}
.news-arrow {
  font-size: 1.2rem;
  color: #006DB8;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  display: none;
}
@media screen and (min-width: 1000px) {
  .news-arrow {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1000px) {
  .news-arrow {
    position: static;
    display: block;
  }
}
.news-icon {
  padding-left: 5px;
}
.news-icon img {
  vertical-align: middle;
}
.news-icon.pdf img {
  width: 16px;
}
.news-icon.blank img {
  width: 10px;
}
.news-sec01 {
  padding: 40px 0 0;
}
@media screen and (min-width: 1000px) {
  .news-sec01 {
    padding: 80px 0 0;
  }
}

.newsDetail-sec01 {
  padding: 50px 0 0;
}
@media screen and (min-width: 1000px) {
  .newsDetail-sec01 {
    padding: 50px 0 0;
  }
}
.newsDetail-head .news-cat {
  margin-left: 20px;
}
.newsDetail-head__inner {
  position: relative;
}
.newsDetail-head__inner::before {
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  background-color: #006DB8;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: skewX(-25deg);
}
.newsDetail-head__inner:after {
  content: "";
  width: 22px;
  height: 4px;
  background-color: #1FAA36;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: skewX(-25deg);
}
.newsDetail-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 20px 0;
  line-height: 1.6666666666;
}
@media screen and (min-width: 1000px) {
  .newsDetail-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .newsDetail-ttl {
    line-height: 1.5714285714;
  }
}
.newsDetail-body {
  width: 100%;
  margin: auto;
  padding: 40px 30px 80px;
  font-size: 1.5rem;
}
.newsDetail-body pre{
 white-space: pre-wrap; 
 word-wrap: break-word; 
}
@media screen and (min-width: 1000px) {
  .newsDetail-body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .newsDetail-body {
    width: 760px;
    padding: 60px 0 100px;
  }
}
.newsDetail-body img {
  margin: 0 auto 40px;
}
.newsDetail-body p {
  margin-bottom: 40px;
  line-height: 2;
}
.newsDetail-body > *:last-child {
  margin-bottom: 0;
}
.newsDetail-bottom {
  padding: 40px 30px 60px;
  border-top: solid 1px #DEDEDE;
}
@media screen and (min-width: 1000px) {
  .newsDetail-bottom {
    padding: 60px 0 120px;
  }
}

.business-sec01 {
  margin-top: -40px;
  padding: 80px 0 70px;
  background: linear-gradient(115deg, #fff 0%, #fff 50%, #E7F2FA 50%, #E7F2FA 100%);
  background-size: 100% 375px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) {
  .business-sec01 {
    margin-top: -60px;
    background: linear-gradient(115deg, #fff 0%, #fff 65%, #E7F2FA 65%, #E7F2FA 100%);
    padding: 110px 0 100px;
    background-size: cover;
  }
}
.business-head__inner {
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .business-head__inner {
    max-width: 960px;
  }
}
.business-head__inner .business-headTxt {
  display: grid;
  gap: 20px;
}
.business-head__inner .business-headTxt p {
  font-size: 1.5rem;
  margin-top: 20px;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .business-head__inner .business-headTxt p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .business-head__inner .business-headTxt p {
    margin-top: 0;
  }
}
.business-head__inner h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 1000px) {
  .business-head__inner h3 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .business-head__inner h3 {
    line-height: 1.5714285714;
  }
}
.business-head__inner .business-headWrap {
  margin-top: 20px;
  display: grid;
}
.business-head__inner .business-headWrap figure {
  order: 1;
}
.business-head__inner .business-headWrap .business-headTxt {
  order: 2;
}
@media screen and (min-width: 1000px) {
  .business-head__inner .business-headWrap {
    grid-template-columns: 1fr 380px;
    gap: 40px;
    margin-top: 40px;
  }
  .business-head__inner .business-headWrap figure {
    order: 2;
  }
  .business-head__inner .business-headWrap .business-headTxt {
    order: 1;
  }
}
.business-sec02 {
  padding: 0 0 90px;
}
@media screen and (min-width: 1000px) {
  .business-sec02 {
    padding: 121px 0 160px;
  }
}
.business-info {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  gap: 80px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .business-info {
    gap: 60px;
    max-width: 1180px;
    grid-template-columns: repeat(2, 560px);
  }
}
.business-info .businessinfo-head {
  position: relative;
}
.business-info .businessinfo-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #006DB8 0%, #006DB8 87%, #1FAA36 87%, #1FAA36 100%);
  position: absolute;
  bottom: 0px;
}
@media screen and (min-width: 1000px) {
  .business-info .businessinfo-head::after {
    background: linear-gradient(90deg, #006DB8 0%, #006DB8 90%, #1FAA36 90%, #1FAA36 100%);
  }
}
.business-info .businessinfo-head h4 {
  position: absolute;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  bottom: 23px;
}
@media screen and (min-width: 1000px) {
  .business-info .businessinfo-head h4 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .business-info .businessinfo-head h4 {
    bottom: 35px;
    letter-spacing: 0.1em;
  }
}
.business-info .businessinfo-head h4 span {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: block;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1000px) {
  .business-info .businessinfo-head h4 span {
    font-size: 1.2rem;
  }
}
.business-info .businessinfo-bottom {
  padding-top: 20px;
  margin: 0 auto;
  max-width: calc(100% - 60px);
}
@media screen and (min-width: 1000px) {
  .business-info .businessinfo-bottom {
    padding-top: 40px;
    max-width: 420px;
  }
}
.business-info .businessinfo-bottom p {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .business-info .businessinfo-bottom p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .business-info .businessinfo-bottom p {
    margin-bottom: 30px;
  }
}
.business-info .businessinfo-bottom .businessinfo-btn {
  text-align: center;
}
.business-info .businessinfo-bottom .businessinfo-btn a {
  font-size: 1.4rem;
  position: relative;
  display: block;
  font-weight: 500;
  padding: 20px 0 20px 0;
  border-top: solid 1px #DEDEDE;
  border-bottom: solid 1px #DEDEDE;
  transition: 0.3s;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1000px) {
  .business-info .businessinfo-bottom .businessinfo-btn a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .business-info .businessinfo-bottom .businessinfo-btn a {
    padding: 29px 0 31px 0;
  }
}
.business-info .businessinfo-bottom .businessinfo-btn a span {
  position: relative;
}
.business-info .businessinfo-bottom .businessinfo-btn a span:before {
  content: "";
  display: block;
  background-color: #006DB8;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: -39px;
  top: calc(50% - 17px);
  font-size: 0.8em;
  background-image: url("../images/common/img_arrow_right_w.svg");
  background-repeat: no-repeat;
  background-size: 10px 8px;
  background-position: center;
}
.business-info .businessinfo-bottom .businessinfo-btn a:hover {
  color: #0784D9;
}
.business-commonHead {
  margin: 0 auto 53px;
  max-width: calc(100% - 60px);
}
@media screen and (min-width: 1000px) {
  .business-commonHead {
    margin: 0 auto 80px;
    max-width: 960px;
  }
}
.business-commonHead h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 18px;
  line-height: 1.7;
}
@media screen and (min-width: 1000px) {
  .business-commonHead h3 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .business-commonHead h3 {
    margin-bottom: 20px;
    line-height: 1.5714285714;
  }
}
.business-commonHead p {
  font-size: 1.8rem;
  color: #006DB8;
  line-height: 1.6666666666;
}
@media screen and (min-width: 1000px) {
  .business-commonHead p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .business-commonHead p {
    line-height: 1.5;
  }
}

.businessList-wrap {
  margin: 0 auto;
  max-width: calc(100% - 60px);
  display: grid;
  gap: 60px;
}
@media screen and (min-width: 1000px) {
  .businessList-wrap {
    max-width: 960px;
  }
}
.businessList-col.reverse .businessList-detail {
  flex-direction: row-reverse;
}
.businessList-detail {
  display: block;
}
.businessList-detail figure {
  max-width: 100%;
}
.businessList-detail p {
  font-size: 1.5rem;
  margin-top: 20px;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .businessList-detail p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .businessList-detail {
    display: flex;
    gap: 40px;
  }
  .businessList-detail figure {
    max-width: 380px;
    min-width: 380px;
  }
  .businessList-detail p {
    margin-top: 0;
  }
}
.businessList-detail-bottom {
  margin-top: 20px;
}
.businessList-detail-bottom p {
  margin-bottom: 20px;
}
.businessList-detail-bottom p:last-child {
  margin: 0;
}

.accounting-sec01 {
  padding: 40px 0 120px;
}
@media screen and (min-width: 1000px) {
  .accounting-sec01 {
    padding: 50px 0 160px;
  }
}

.humanResources-sec01 {
  padding: 40px 0 120px;
}
@media screen and (min-width: 1000px) {
  .humanResources-sec01 {
    padding: 50px 0 160px;
  }
}

.companyIdea-sec01 {
  margin: 0 auto;
  padding: 40px 30px 60px;
}
@media screen and (min-width: 1000px) {
  .companyIdea-sec01 {
    max-width: 960px;
    padding: 45px 0 87px;
  }
}
.companyIdea-sec01 .read-txt {
  font-size: 1.8rem;
  color: #006DB8;
  margin: 0 0 60px;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .companyIdea-sec01 .read-txt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .companyIdea-sec01 .read-txt {
    margin: 0 0 80px;
  }
}
.companyIdea-sec01 .declaration {
  max-width: 860px;
  margin: 0 auto 0;
  border: solid 1px #006DB8;
  background-color: #E7F2FA;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  .companyIdea-sec01 .declaration {
    margin: 25px auto 0;
  }
}
.companyIdea-sec01 .declaration-inner {
  background-color: #fff;
  padding: 20px 20px 25px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1000px) {
  .companyIdea-sec01 .declaration-inner {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .companyIdea-sec01 .declaration-inner {
    padding: 38px 10px 38px 50px;
  }
}
.companyIdea-sec01 .declaration-inner dl dt {
  margin-bottom: 17px;
  line-height: 1.5714285714;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (min-width: 1000px) {
  .companyIdea-sec01 .declaration-inner dl dt {
    margin-bottom: 23px;
    line-height: 1.7777777777;
  }
}
.companyIdea-sec01 .declaration-inner dl dd ol {
  display: grid;
  gap: 20px;
  counter-reset: number 0;
  /* li:nth-of-type(2){
      margin: 17px 0 39px 35px;
      @include g.responsive(xl){
          margin: 0;
      }
  } */
}
@media screen and (min-width: 1000px) {
  .companyIdea-sec01 .declaration-inner dl dd ol {
    gap: 11px;
    padding-left: 20px;
  }
}
.companyIdea-sec01 .declaration-inner dl dd ol li {
  line-height: 1.5714285714;
  text-indent: -0.9em;
  margin-left: 35px;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (min-width: 1000px) {
  .companyIdea-sec01 .declaration-inner dl dd ol li {
    line-height: 1.7777777777;
  }
}
.companyIdea-sec01 .declaration-inner dl dd ol li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  padding-right: 5px;
  font-size: 2rem;
  color: #006DB8;
  line-height: 0;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (min-width: 1000px) {
  .companyIdea-sec01 .declaration-inner dl dd ol li:before {
    font-size: 2.2rem;
  }
}
.companyIdea-sec02 {
  margin: 0 auto;
  padding: 0 30px 120px;
}
@media screen and (min-width: 1000px) {
  .companyIdea-sec02 {
    max-width: 960px;
    padding: 0 0 160px;
  }
}
.companyIdea-sec02 figure {
  text-align: center;
}
.companyIdea-sec02 .guidline-txt {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}
.companyIdea-sec02 .guidline-txt dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #006DB8;
  line-height: 1.875;
  margin-bottom: 7px;
}
.companyIdea-sec02 .guidline-txt dl dd {
  font-size: 1.4rem;
  line-height: 1.4285714285;
}
@media screen and (min-width: 1000px) {
  .companyIdea-sec02 .guidline-txt {
    display: none;
  }
}

.companyProfile-sec01 {
  margin: 0 auto;
  padding: 40px 30px 60px;
}
@media screen and (min-width: 1000px) {
  .companyProfile-sec01 {
    max-width: 960px;
    padding: 45px 0 80px;
  }
}
.companyProfile-sec02 {
  margin: 0 auto;
  padding: 0 30px 60px;
}
@media screen and (min-width: 1000px) {
  .companyProfile-sec02 {
    max-width: 960px;
    padding: 0 0 80px;
  }
}
.companyProfile-sec03 {
  margin: 0 auto;
  padding: 0 30px 120px;
}
@media screen and (min-width: 1000px) {
  .companyProfile-sec03 {
    max-width: 960px;
    padding: 0 0 160px;
  }
}

.profile-table table {
  width: 100%;
  margin-top: -2px;
}
.profile-table table th, .profile-table table td {
  padding: 20px 10px;
  font-size: 1.4rem;
  line-height: 1.7142857142;
}
@media screen and (min-width: 1000px) {
  .profile-table table th, .profile-table table td {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .profile-table table th, .profile-table table td {
    padding: 20px;
    line-height: 2;
  }
}
.profile-table table tr {
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.profile-table table th {
  background-color: #E7F2FA;
  width: 100px;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (min-width: 1000px) {
  .profile-table table th {
    width: 219px;
  }
}
.profile-table table td {
  background-color: #F8F8F8;
}
.profile-address {
  display: grid;
  gap: 20px;
}
.profile-address dl {
  display: grid;
  gap: 4px;
}
@media screen and (min-width: 1000px) {
  .profile-address dl {
    grid-template-columns: 75px 1fr;
    gap: 18px;
  }
}
.profile-address dl dt {
  font-weight: 700;
}
.profile-address dl dd {
  line-height: 1.7333333333;
}
.profile-registration {
  display: grid;
  gap: 18px;
}
@media screen and (min-width: 1000px) {
  .profile-registration {
    display: flex;
    justify-content: space-around;
    gap: auto;
  }
}
@media screen and (min-width: 1000px) {
  .profile-registration .rag-col {
    width: 160px;
  }
}
.profile-registration .rag-col figure {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  width: 120px;
}
@media screen and (min-width: 1000px) {
  .profile-registration .rag-col figure {
    width: 100%;
  }
}
.profile-registration .rag-col p {
  margin-top: 10px;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .profile-registration .rag-col p {
    font-size: 1.2rem;
  }
}
.profile-map iframe {
  width: 100%;
  aspect-ratio: 4/5;
}
.profile-map .map {
  width: 100%;
  height: 20%;
  aspect-ratio: 4/5;
}
@media screen and (min-width: 1000px) {
  .profile-map iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 1000px) {
  .profile-map iframe {
    aspect-ratio: 16/9;
  }
  .profile-map .map {
	  height: 540px;
	}
}
.profile-history {
  display: grid;
  gap: 14px;
}
@media screen and (min-width: 1000px) {
  .profile-history {
    gap: 20px;
    padding-top: 23px;
  }
}
@media screen and (min-width: 1000px) {
  .profile-history dl {
    display: flex;
    gap: 24px;
    padding-left: 20px;
  }
}
.profile-history dl dt {
  line-height: 2;
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 1000px) {
  .profile-history dl dt {
    font-size: 1.5rem;
  }
}
.profile-history dl dt::before {
  content: "";
  display: inline-block;
  width: 13.16px;
  height: 11.58px;
  background-image: url(../images/company/icon_history.svg);
  background-repeat: no-repeat;
  background-size: 13.16px 11.58px;
  position: absolute;
  left: 0;
  top: calc(50% - 5.79px);
}
.profile-history dl dd {
  font-size: 1.5rem;
  padding-left: 20px;
}
@media screen and (min-width: 1000px) {
  .profile-history dl dd {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .profile-history dl dd {
    padding-left: 0;
  }
}

.terms-wrap {
  padding-top: 70px;
}
@media screen and (min-width: 1000px) {
  .terms-wrap {
    padding-top: 130px;
  }
}
.terms-wrap h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .terms-wrap h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .terms-wrap h2 {
    line-height: 1.5714285714;
    margin-bottom: 60px;
  }
}
.terms-wrap h3 {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 0 10px;
  border-bottom: solid 1px #DEDEDE;
  position: relative;
  line-height: 1.8888888888;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .terms-wrap h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .terms-wrap h3 {
    margin-bottom: 20px;
  }
}
.terms-wrap .terms-container {
  display: grid;
  gap: 40px;
}
.terms-wrap .terms-content {
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 1000px) {
  .terms-wrap .terms-content {
    gap: 20px;
  }
}
.terms-wrap .terms-content dl.parent_list > dt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8888888888;
}
@media screen and (min-width: 1000px) {
  .terms-wrap .terms-content dl.parent_list > dt {
    font-size: 1.8rem;
  }
}
.terms-wrap .terms-content dl.parent_list > dd {
  padding-left: 15px;
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 1000px) {
  .terms-wrap .terms-content dl.parent_list > dd {
    gap: 20px;
    padding-left: 20px;
  }
}
.terms-wrap .terms-content dl.parent_list > dd ul li {
  list-style-type: disc;
  margin-left: 15px;
}
.terms-wrap .terms-content dl.parent_list > dd ol {
  display: grid;
  gap: 15px;
}
.terms-wrap .terms-content dl.parent_list > dd ol li {
  list-style-type: decimal;
  margin-left: 18px;
}
.terms-wrap .terms-content dl.parent_list > dd .table-col {
  overflow-x: auto;
}
.terms-wrap .terms-content dl.parent_list > dd .table-col table {
  width: 100%;
  margin-top: 15px;
}
.terms-wrap .terms-content dl.parent_list > dd .table-col table th, .terms-wrap .terms-content dl.parent_list > dd .table-col table td {
  padding: 6px 8px;
  border: solid 1px #ccc;
  vertical-align: middle;
  font-weight: normal;
}
@media screen and (min-width: 1000px) {
  .terms-wrap .terms-content dl.parent_list > dd .table-col table th, .terms-wrap .terms-content dl.parent_list > dd .table-col table td {
    padding: 10px 15px;
  }
}
.terms-wrap .terms-content dl.parent_list > dd .table-col table th {
  min-width: 60px;
}
.terms-wrap .terms-content dl.parent_list > dd .certificate table th {
  width: 60px;
}
@media screen and (min-width: 1000px) {
  .terms-wrap .terms-content dl.parent_list > dd .certificate table th {
    width: 150px;
  }
}
.terms-wrap .terms-content dl.parent_list > dd .ind-txt {
  text-indent: -17px;
  margin-left: 17px;
  display: block;
}

.privacy-sec01 {
  margin: 0 auto;
  padding: 40px 30px 60px;
}
@media screen and (min-width: 1000px) {
  .privacy-sec01 {
    max-width: 960px;
    padding: 45px 0 87px;
  }
}
.privacy-sec01 .privacy-col01 {
  padding-bottom: 120px;
  background-image: url("../images/common/img_pmark.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.privacy-sec01 .notesTxt {
  display: flex;
  margin: 10px 0;
}
.privacy-sec01 .notesTxt ol {
  gap: 0 !important;
}
.privacy-sec01 .signature p {
  text-align: right;
}
.privacy-contact {
  background-color: #EDEDED;
  padding: 20px;
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 1000px) {
  .privacy-contact {
    padding: 40px;
    gap: 20px;
  }
}
.privacy-contact h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8888888888;
}
@media screen and (min-width: 1000px) {
  .privacy-contact h4 {
    font-size: 1.8rem;
  }
}
.privacy-contact h4 span {
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 1000px) {
  .privacy-contact h4 span {
    font-size: 1.5rem;
  }
}
.privacy-contact dl dt {
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (min-width: 1000px) {
  .privacy-contact dl dt {
    font-size: 1.6rem;
  }
}
.privacy-contact .tel-col {
  display: flex;
}

.purpose-sec01 {
  margin: 0 auto;
  padding: 40px 30px 60px;
}
@media screen and (min-width: 1000px) {
  .purpose-sec01 {
    max-width: 960px;
    padding: 45px 0 87px;
  }
}
.purpose-sec01 ul {
  padding-left: 15px;
}
.purpose-contact {
  background-color: #EDEDED;
  padding: 20px;
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 1000px) {
  .purpose-contact {
    padding: 40px;
    gap: 20px;
  }
}
.purpose-contact h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8888888888;
}
@media screen and (min-width: 1000px) {
  .purpose-contact h4 {
    font-size: 1.8rem;
  }
}
.purpose-contact h4 span {
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 1000px) {
  .purpose-contact h4 span {
    font-size: 1.5rem;
  }
}

.siteprivacy-col ul li {
  list-style-type: disc;
  margin-left: 15px;
}

.employees-container h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666666;
  padding-bottom: 9px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .employees-container h3 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .employees-container h3 {
    line-height: 1.5714285714;
    padding-bottom: 20px;
  }
}
.employees-container h3::before {
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  background-color: #006DB8;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: skewX(-25deg);
}
.employees-container h3:after {
  content: "";
  width: 22px;
  height: 4px;
  background-color: #1FAA36;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: skewX(-25deg);
}
.employees-nav {
  max-width: 100%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 1000px) {
  .employees-nav {
    margin: 0 auto 68px;
    max-width: 1160px;
  }
}
.employees-nav ul {
  display: grid;
  grid-template-columns: 50% 50%;
}
.employees-nav ul li a {
  border: solid 1px #DEDEDE;
  display: grid;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3333333333;
  height: 70px;
  background-color: #F8F8F8;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .employees-nav ul li a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .employees-nav ul li a {
    height: 90px;
  }
}
.employees-nav ul li:nth-of-type(1) a {
  border-right: none;
  border-left: none;
}
@media screen and (min-width: 1000px) {
  .employees-nav ul li:nth-of-type(1) a {
    border-radius: 5px 0 0 5px;
    border-left: solid 1px #DEDEDE;
  }
}
.employees-nav ul li:nth-of-type(2) a {
  border-left: none;
  border-right: none;
}
@media screen and (min-width: 1000px) {
  .employees-nav ul li:nth-of-type(2) a {
    border-radius: 0 5px 5px 0;
    border-right: solid 1px #DEDEDE;
  }
}
.employees-nav ul li.empnav-active a {
  background-color: #006DB8;
  color: #fff;
}
.employees-nav ul li.empnav-active a:after {
  content: "";
  display: inline-block;
  width: 12.1px;
  height: 17px;
  background-image: url("../images/common/img_employees_active.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -8.5px;
  left: 50%;
  transform: translateX(-50%);
}
.employees-list {
  border-top: solid 1px #DEDEDE;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .employees-list {
    margin-top: 40px;
  }
}
.employees-list li a {
  border-bottom: solid 1px #DEDEDE;
  padding: 20px 0;
  gap: 20px;
  align-items: center;
  display: block;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .employees-list li a {
    display: grid;
    grid-template-columns: 80px 100px 1fr;
    padding: 23px 10px;
  }
  .employees-list li a:after {
    content: "";
    width: 10px;
    height: 8px;
    background-image: url("../images/common/img_arrow_right_b.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.employees-list li a:hover .employees-ttl {
  text-decoration: underline;
  color: #17A0FF;
  transition: 0.3s;
}
.employees-date {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1000px) {
  .employees-date {
    font-size: 1.5rem;
  }
}
.employees-cat {
  display: inline-block;
  margin-left: 20px;
  width: 100px;
  text-align: center;
  border-radius: 25px;
  padding: 5px 5px 4px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .employees-cat {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .employees-cat {
    margin: 0;
  }
}
.employees-cat.cat-employees {
  background-color: #72BBCC;
}
.employees-cat.cat-magazine {
  background-color: #D9A87D;
}
.employees-ttl {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 10px 0 0 0;
  transition: 0.3s;
  letter-spacing: 0.02em;
  line-height: 1.7142857142;
}
@media screen and (min-width: 1000px) {
  .employees-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .employees-ttl {
    line-height: 1.6;
    padding: 0 50px 0 0;
  }
}
.employees-arrow {
  font-size: 1.2rem;
  color: #006DB8;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  display: none;
}
@media screen and (min-width: 1000px) {
  .employees-arrow {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1000px) {
  .employees-arrow {
    position: static;
    display: block;
  }
}
.employees-icon {
  padding-left: 5px;
}
.employees-icon img {
  vertical-align: middle;
}
.employees-icon.pdf img {
  width: 16px;
}
.employees-icon.blank img {
  width: 10px;
}
.employees-sec01 {
  padding: 40px 0 0;
}
@media screen and (min-width: 1000px) {
  .employees-sec01 {
    padding: 50px 0 0;
  }
}
.employees-sec02 {
  padding: 0 0 20px;
}
@media screen and (min-width: 1000px) {
  .employees-sec02 {
    padding: 0 0 0;
  }
}

.employeesDetail-sec01 {
  padding: 40px 0 0;
}
@media screen and (min-width: 1000px) {
  .employeesDetail-sec01 {
    padding: 50px 0 0;
  }
}
.employeesDetail-head .employees-cat {
  margin-left: 20px;
}
.employeesDetail-head__inner {
  position: relative;
}
.employeesDetail-head__inner::before {
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  background-color: #006DB8;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: skewX(-25deg);
}
.employeesDetail-head__inner:after {
  content: "";
  width: 22px;
  height: 4px;
  background-color: #1FAA36;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: skewX(-25deg);
}
.employeesDetail-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 20px 0;
  line-height: 1.6666666666;
}
@media screen and (min-width: 1000px) {
  .employeesDetail-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .employeesDetail-ttl {
    line-height: 1.5714285714;
  }
}
.employeesDetail-body {
  width: 100%;
  margin: auto;
  padding: 20px 0 80px;
  font-size: 1.4rem;
}
.employeesDetail-body pre{
	white-space: unset;
}
@media screen and (min-width: 1000px) {
  .employeesDetail-body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .employeesDetail-body {
    padding: 40px 0 80px;
  }
}
.employeesDetail-body img {
  margin: 0 auto 40px;
}
.employeesDetail-body p {
  margin-bottom: 40px;
  line-height: 2;
}
.employeesDetail-body > *:last-child {
  margin-bottom: 0;
}
.employeesDetail-body .file-link {
  display: grid;
  gap: 12px;
}
.employeesDetail-body a {
  font-size: 1.4rem;
  color: #17A0FF;
  position: relative;
  transform: translateX(24.5px);
  display: inline-block;
  line-height: 1.5714285714;
  margin-right: 30px;
}
@media screen and (min-width: 1000px) {
  .employeesDetail-body a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .employeesDetail-body a {
    margin-right: 0;
  }
}
.employeesDetail-body a:hover {
  text-decoration: underline;
}
.employeesDetail-body a::before {
  content: "";
  display: inline-block;
  width: 16.7px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 16.7px 20px;
  background-position: center;
  position: absolute;
  left: -24.3px;
  top: 0;
}
.employeesDetail-body a[href$=".xls"]:before, .employeesDetail-body a[href$=".xlsx"]:before {
  background-image: url("../images/employees/icon_xls.svg");
}
.employeesDetail-body a[href$=".doc"]:before, .employeesDetail-body a[href$=".docx"]:before {
  background-image: url("../images/employees/icon_doc.svg");
}
.employeesDetail-body a[href$=".pdf"]:before {
  background-image: url("../images/employees/icon_pdf.svg");
}
.employeesDetail-bottom {
  padding: 40px 30px 80px;
  border-top: solid 1px #DEDEDE;
}
@media screen and (min-width: 1000px) {
  .employeesDetail-bottom {
    padding: 60px 0 115px;
  }
}

.employeesDL-sec01 {
  padding: 40px 0 0;
}
@media screen and (min-width: 1000px) {
  .employeesDL-sec01 {
    padding: 50px 0 0;
  }
}
.employeesDL-head {
  padding: 20px 0 40px;
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 1000px) {
  .employeesDL-head {
    padding: 40px 0 40px;
  }
}
.employeesDL-head dl dt {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 21px;
  margin-bottom: 4px;
}
@media screen and (min-width: 1000px) {
  .employeesDL-head dl dt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .employeesDL-head dl dt {
    margin-bottom: 0;
  }
}
.employeesDL-head dl dt::before {
  content: "";
  display: inline-block;
  width: 13.1px;
  height: 11.5px;
  background-image: url("../images/employees/icon_download_head.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1000px) {
  .employeesDL-head dl dd {
    padding-left: 21px;
  }
}
.employeesDL-head dl dd p {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 1000px) {
  .employeesDL-head dl dd p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .employeesDL-head dl dd p {
    line-height: 2;
  }
}
.employeesDL-head dl dd p a {
  color: #17A0FF;
  display: block;
}
@media screen and (min-width: 1000px) {
  .employeesDL-head dl dd p a {
    display: inline;
  }
}
.employeesDL-head dl dd figure {
  padding-left: 10px;
}
@media screen and (min-width: 1000px) {
  .employeesDL-head dl dd figure {
    padding-left: 0;
  }
}
.employeesDL-head dl dd .emp-notes {
  display: block;
  margin-top: 4px;
  font-size: 1.2rem;
  text-indent: -17px;
  margin-left: 17px;
  margin-top: 2px;
}
@media screen and (min-width: 1000px) {
  .employeesDL-head dl dd .emp-notes {
    font-size: 1.2rem;
  }
}
.employeesDL-sec02 {
  padding: 0 0 120px;
}
@media screen and (min-width: 1000px) {
  .employeesDL-sec02 {
    padding: 0 0 160px;
  }
}
.employeesDL-sec02 .download-list ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1, 100%);
}
@media screen and (min-width: 1000px) {
  .employeesDL-sec02 .download-list ul {
    gap: 20px 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.employeesDL-sec02 .download-list ul li a {
  display: block;
  border: solid 1px #DEDEDE;
  border-radius: 5px;
  background-color: #F8F8F8;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  padding: 25px 61px 24px 47px;
  color: #17A0FF;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .employeesDL-sec02 .download-list ul li a {
    font-size: 1.4rem;
  }
}
.employeesDL-sec02 .download-list ul li a:hover {
  text-decoration: underline;
  background-color: #fff;
}
.employeesDL-sec02 .download-list ul li a:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: #fff;
  background-image: url("../images/employees/img_download_arrow_down02.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: calc(50% - 15px);
  transform: rotate(90deg);
}
.employeesDL-sec02 .download-list ul li a:hover::after {
  background-image: url("../images/employees/img_download_arrow_down03.svg");
}
.employeesDL-sec02 .download-list ul li a::before {
  content: "";
  display: inline-block;
  width: 16.7px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 16.7px 20px;
  background-position: center;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.employeesDL-sec02 .download-list ul li a[href$=".xls"]:before, .employeesDL-sec02 .download-list ul li a[href$=".xlsx"]:before {
  background-image: url("../images/employees/icon_xls.svg");
}
.employeesDL-sec02 .download-list ul li a[href$=".doc"]:before, .employeesDL-sec02 .download-list ul li a[href$=".docx"]:before {
  background-image: url("../images/employees/icon_doc.svg");
}
.employeesDL-sec02 .download-list ul li a[href$=".pdf"]:before {
  background-image: url("../images/employees/icon_pdf.svg");
}

.healthmanagement-top {
  padding: 40px 30px 60px;
  display: grid;
  gap: 20px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-top {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .healthmanagement-top {
    grid-template-columns: 1fr 280px;
    padding: 50px 0 100px;
    align-items: center;
  }
}
.healthmanagement-top figure {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-top figure {
    width: auto;
    text-align: right;
  }
}
.healthmanagement-top figure img {
  width: 200px;
}
.healthmanagement-sec02 {
  padding: 0 0 80px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec02 {
    max-width: 960px;
    margin: auto;
    padding: 0 0 100px;
  }
}
.healthmanagement-declaration .declaration {
  max-width: 720px;
  padding: 0 30px 33px;
  margin: auto;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-declaration .declaration {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .healthmanagement-declaration .declaration {
    padding: 20px 0 40px;
  }
}
.healthmanagement-declaration .declaration-signature {
  margin-top: 20px;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-declaration .declaration-signature {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .healthmanagement-declaration .declaration-signature {
    margin-top: 0;
  }
}
.healthmanagement-declaration .hhba-declaration {
  margin: 0 20px;
  background-color: #FFFCEF;
  padding: 10.5px 10px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-declaration .hhba-declaration {
    margin: auto;
  }
}
.healthmanagement-declaration .hhba-declaration_inner {
  border: solid 1px #EACE72;
  padding: 29.5px 20px 29.4px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-declaration .hhba-declaration_inner {
    padding: 59.5px 108px;
  }
}
.healthmanagement-declaration .hhba-declaration h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-declaration .hhba-declaration h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .healthmanagement-declaration .hhba-declaration h3 {
    margin-bottom: 40px;
    line-height: 1.8888888888;
    letter-spacing: 0.04em;
  }
}
.healthmanagement-declaration .hhba-declaration p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-declaration .hhba-declaration p {
    font-size: 1.5rem;
  }
}
.healthmanagement-sec03 {
  padding: 0 30px 80px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec03 {
    padding: 0 0 100px;
  }
}
.healthmanagement-sec03 .challenge-head {
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec03 .challenge-head {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
  }
}
.healthmanagement-sec03 .challenge-col {
  padding: 0;
  border-right: solid 1px #DEDEDE;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec03 .challenge-col {
    padding: 10px 31.5px 0;
  }
}
.healthmanagement-sec03 .challenge-col:nth-of-type(1) {
  padding-left: 0;
}
.healthmanagement-sec03 .challenge-col:last-of-type {
  border: none;
  padding-right: 0;
}
.healthmanagement-sec03 .challenge-col figure {
  background-color: #FFFCEF;
  display: grid;
  align-items: center;
  place-items: center;
  width: 100%;
  height: 100px;
  border-radius: 10px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec03 .challenge-col figure {
    height: 130px;
  }
}
.healthmanagement-sec03 .challenge-col figure img {
  width: 90px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec03 .challenge-col figure img {
    width: 120px;
  }
}
.healthmanagement-sec03 .challenge-col dl dt {
  font-weight: 600;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6666666666;
  padding: 16px 0 10px;
  border-bottom: 2px solid #006DB8;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec03 .challenge-col dl dt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec03 .challenge-col dl dt {
    padding: 15px 0;
    line-height: 1.875;
  }
}
.healthmanagement-sec03 .challenge-col dl dd {
  padding: 19px 0 20px;
}
.healthmanagement-sec03 .challenge-col dl dd ul {
  display: grid;
  gap: 6px;
  place-content: start;
  padding-left: 22px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec03 .challenge-col dl dd ul {
    min-height: 215px;
  }
}
.healthmanagement-sec03 .challenge-col dl dd ul li {
  font-size: 1.4rem;
  line-height: 1.4285714285;
  list-style-type: disc;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec03 .challenge-col dl dd ul li {
    font-size: 1.4rem;
  }
}
.healthmanagement-sec04 {
  padding: 0 30px 80px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec04 {
    padding: 0 0 100px;
  }
}
.healthmanagement-sec04 p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec04 p {
    font-size: 1.5rem;
  }
}
.healthmanagement-system figure {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-system figure {
    margin-top: 40px;
    text-align: center;
  }
}
.healthmanagement-system figure img {
  max-width: 720px;
  width: 100%;
}
.healthmanagement-sec05 {
  padding: 0 30px 100px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec05 {
    padding: 0 0 100px;
  }
}
.healthmanagement-detail {
  display: grid;
  gap: 60px;
}
.healthmanagement-detail .hm_detail-ttl {
  height: 76px;
  display: grid;
  align-items: end;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-detail .hm_detail-ttl {
    height: 102px;
    margin-top: 0;
  }
}
.healthmanagement-detail .hm_detail-ttl h3 {
  background-color: #FFFCEF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6666666666;
  display: grid;
  align-items: center;
  border-radius: 10px 10px 0 0;
  border-bottom: solid 10px #F8EDBC;
  position: relative;
  padding: 23px 0 16px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-detail .hm_detail-ttl h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .healthmanagement-detail .hm_detail-ttl h3 {
    line-height: 1.5;
    padding: 23px 0 13px;
  }
}
.healthmanagement-detail .hm_detail-ttl h3 span {
  display: block;
  width: 217px;
  margin: 0 auto 0 76px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-detail .hm_detail-ttl h3 span {
    width: 100%;
    margin: 0;
  }
}
.healthmanagement-detail .hm_detail-ttl h3::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  background-size: 90px 90px;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  bottom: -24px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-detail .hm_detail-ttl h3::before {
    width: 120px;
    height: 120px;
    background-size: 120px 120px;
    left: 20px;
    bottom: -27px;
  }
}
.healthmanagement-detail .hm_detail-ttl h3.hm_physical::before {
  background-image: url("../images/healthmanagement/img_healthmanagement_detailttl01.png");
}
.healthmanagement-detail .hm_detail-ttl h3.hm_mental::before {
  background-image: url("../images/healthmanagement/img_healthmanagement_detailttl02.png");
}
.healthmanagement-detail .hm_detail-ttl h3.hm_office::before {
  background-image: url("../images/healthmanagement/img_healthmanagement_detailttl03.png");
}
.healthmanagement-detail .hm_detail-ttl h3.hm_other span {
  width: auto;
  margin: auto;
}
.healthmanagement-detail .hm_detail-ttl h3.hm_other::before {
  display: none;
}
.healthmanagement-detail .hm_detail-head {
  display: grid;
  gap: 39.7px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-detail .hm_detail-head {
    gap: 40px;
    grid-template-columns: 1fr 380px;
  }
}
.healthmanagement-detail .hm_detail-head figure {
  padding: 35px 20px 0;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-detail .hm_detail-head figure {
    order: 2;
    margin-top: 40px;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .healthmanagement-detail .hm_detail-headCol {
    order: 1;
  }
}
.healthmanagement-detail .hm_detail-head dl:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-detail .hm_detail-head dl:first-of-type {
    margin-top: 40px;
  }
}
.healthmanagement-detail dl {
  margin-top: 30px;
}
.healthmanagement-detail dl dt {
  border-left: solid 6px #F7CF64;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  padding-left: 11px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-detail dl dt {
    font-size: 1.6rem;
  }
}
.healthmanagement-detail dl dd {
  padding-left: 17px;
}
.healthmanagement-detail dl dd p {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-detail dl dd p {
    font-size: 1.4rem;
  }
}
.healthmanagement-sec06 {
  padding: 0 30px 100px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec06 {
    padding: 0 0 100px;
  }
}
.healthmanagement-sec06 p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec06 p {
    font-size: 1.5rem;
  }
}
.healthmanagement-sec07 {
  padding: 0 30px 120px;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec07 {
    padding: 0 0 160px;
  }
}
.healthmanagement-sec07 p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .healthmanagement-sec07 p {
    font-size: 1.5rem;
  }
}

.doc-list {
  margin-top: 30px;
}
.doc-list ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1, 100%);
}
@media screen and (min-width: 1000px) {
  .doc-list ul {
    gap: 7px;
    grid-template-columns: repeat(3, 315px);
  }
}
.doc-list ul li a {
  display: block;
  border: solid 1px #DEDEDE;
  border-radius: 5px;
  background-color: #F8F8F8;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  padding: 25px 61px 24px 47px;
  color: #17A0FF;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .doc-list ul li a {
    font-size: 1.4rem;
  }
}
.doc-list ul li a:hover {
  text-decoration: underline;
  background-color: #fff;
}
.doc-list ul li a:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: #fff;
  background-image: url("../images/employees/img_download_arrow_down02.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: calc(50% - 15px);
  transform: rotate(90deg);
}
.doc-list ul li a:hover::after {
  background-image: url("../images/employees/img_download_arrow_down03.svg");
}
.doc-list ul li a::before {
  content: "";
  display: inline-block;
  width: 16.7px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 16.7px 20px;
  background-position: center;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.doc-list ul li a[href$=".xls"]:before, .doc-list ul li a[href$=".xlsx"]:before {
  background-image: url("../images/employees/icon_xls.svg");
}
.doc-list ul li a[href$=".doc"]:before, .doc-list ul li a[href$=".docx"]:before {
  background-image: url("../images/employees/icon_doc.svg");
}
.doc-list ul li a[href$=".pdf"]:before {
  background-image: url("../images/employees/icon_pdf.svg");
}

.notfound-container {
  padding: 40px 30px 140px;
}
@media screen and (min-width: 1000px) {
  .notfound-container {
    padding: 110px 30px 200px;
  }
}
.notfound-ttl h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .notfound-ttl h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .notfound-ttl h2 {
    line-height: 1.5714285714;
  }
}
.notfound-body p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .notfound-body p {
    font-size: 1.5rem;
  }
}
.notfound-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: solid 1px #DEDEDE;
}
@media screen and (min-width: 1000px) {
  .notfound-bottom {
    padding-top: 40px;
  }
}
.notfound-bottom .btn--txt__small a {
  padding: 0px 0 15px 40px;
  margin-top: 5px;
}
@media screen and (min-width: 1000px) {
  .notfound-bottom .btn--txt__small a {
    margin-top: 2px;
  }
}