/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Koulen&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

@font-face {
  font-family: "Yu Gothic Light";
  src: url("../fonts/Yu Gothic Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yu-gothic-bold";
  src: url("../fonts/yu-gothic-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: min(10px, 2.35vw);
  scroll-behavior: smooth;
}

body {
  font-family: "Yu Gothic Light", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #081435;
  line-height: 1.5;
}

img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover {
  opacity: 0.6;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.sec-main .container {
  max-width: 192rem;
  width: 100%;
  margin: 0 auto;
}
.sec-main .container .content {
  position: relative;
}
.sec-main .container .content .group-txt {
  position: absolute;
  bottom: 2rem;
  left: 4rem;
  width: 51rem;
}
.sec-main .container .content .group-txt p:nth-child(1) {
  font-size: 3.2rem;
  line-height: 1;
  color: #BFE018;
  font-family: "Koulen", sans-serif;
  border-bottom: 1px solid #BFE018;
}
.sec-main .container .content .group-txt p:nth-child(2) {
  font-size: 5.6rem;
  font-family: "yu-gothic-bold", sans-serif;
  color: #fff;
}

.main .sec-training-main {
  margin: 0;
  margin-top: 8rem;
  padding-bottom: 16rem;
}
.main .sec-training-main .container .content .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  margin-top: 15rem;
  margin-bottom: 15rem;
}
.main .sec-training-main .container .content .controls .item {
  cursor: pointer;
  font-size: 3.2rem;
  font-weight: 500;
  position: relative;
}
.main .sec-training-main .container .content .controls .item::before {
  position: absolute;
  content: "";
  bottom: -0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
.main .sec-training-main .container .content .controls .item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
}
.main .sec-training-main .container .content .controls .item.blue {
  color: #5181B9;
}
.main .sec-training-main .container .content .controls .item.blue .title-main {
  background: #5181B9;
}
.main .sec-training-main .container .content .controls .item.blue::before {
  border-top: 0.5rem solid #5181B9;
}
.main .sec-training-main .container .content .controls .item.blue::after {
  background: #5181B9;
}
.main .sec-training-main .container .content .controls .item.gray {
  color: #757575;
}
.main .sec-training-main .container .content .controls .item.gray .title-main {
  background: #757575;
}
.main .sec-training-main .container .content .controls .item.gray::before {
  border-top: 0.5rem solid #757575;
}
.main .sec-training-main .container .content .controls .item.gray::after {
  background: #757575;
}
.main .sec-training-main .container .content .controls .item.orange {
  color: #F6B463;
}
.main .sec-training-main .container .content .controls .item.orange .title-main {
  background: #F6B463;
}
.main .sec-training-main .container .content .controls .item.orange::before {
  border-top: 0.5rem solid #F6B463;
}
.main .sec-training-main .container .content .controls .item.orange::after {
  background: #F6B463;
}
.main .sec-training-main .container .content .controls .item.green {
  color: #77AD8D;
}
.main .sec-training-main .container .content .controls .item.green .title-main {
  background: #77AD8D;
}
.main .sec-training-main .container .content .controls .item.green::before {
  border-top: 0.5rem solid #77AD8D;
}
.main .sec-training-main .container .content .controls .item.green::after {
  background: #77AD8D;
}
.main .sec-training-main .container .content .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 0.1rem solid #757575;
  margin-top: 0;
}
.main .sec-training-main .container .content .option .item {
  font-size: 3.2rem;
  font-family: "Yu Gothic Light", sans-serif;
  font-weight: 500;
  color: #757575;
  padding: 0.8rem 2.4rem;
  border-radius: 0.8rem 0.8rem 0 0;
  border: 0.3rem solid #757575;
  border-bottom: 0;
  background: #EEF2F6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  position: relative;
}
.main .sec-training-main .container .content .option .item.active {
  border-radius: 0.8rem 0.8rem 0 0 !important;
  padding: 1rem 2.6rem 2rem;
  background: #757575;
  color: #fff;
  font-family: "yu-gothic-bold", sans-serif;
}
.main .sec-training-main .container .content .option .item.active::after {
  position: absolute;
  content: "";
  bottom: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-top: 0.7rem solid #fff;
}
.main .sec-training-main .container .content .option .item:hover {
  opacity: 0.5;
}
.main .sec-training-main .container .content .option .item:nth-child(1) {
  border-radius: 0.8rem 0 0 0;
  border-right: 0;
}
.main .sec-training-main .container .content .option .item:nth-child(2) {
  border-radius: 0 0.8rem 0 0;
  border-left: 0;
}
.main .sec-training-main .container .content .group-wrap {
  max-width: 138rem;
  width: 90%;
  margin: 0 auto;
  margin-top: 15rem;
}
.main .sec-training-main .container .content .content-body.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
  margin-top: 20rem;
}
.main .sec-training-main .container .content .content-body.wrap .title {
  font-size: 7.2rem;
  font-family: "yu-gothic-bold", sans-serif;
  position: relative;
  padding-bottom: 4rem;
  text-align: center;
}
.main .sec-training-main .container .content .content-body.wrap .title::before {
  display: none;
  position: absolute;
  content: "";
  border-left: 5rem solid transparent;
  border-right: 5rem solid transparent;
  left: 50%;
  bottom: -3.9rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main .sec-training-main .container .content .content-body.wrap .title::after {
  display: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 1rem;
  bottom: 0;
  left: 0;
}
.main .sec-training-main .container .content .content-body.wrap .title p {
  font-family: "Koulen", sans-serif;
  font-size: 3.2rem;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 2rem;
}
.main .sec-training-main .container .content .content-body.wrap .title.blue {
  color: #5181B9;
  border-top: 1px solid #5181B9;
}
.main .sec-training-main .container .content .content-body.wrap .title.blue::before {
  border-top: 4rem solid #5181B9;
}
.main .sec-training-main .container .content .content-body.wrap .title.blue::after {
  background: #5181B9;
}
.main .sec-training-main .container .content .content-body.wrap .title.blue p {
  background: #5181B9;
}
.main .sec-training-main .container .content .content-body.wrap .title.gray {
  color: #757575;
  border-top: 1px solid #757575;
}
.main .sec-training-main .container .content .content-body.wrap .title.gray::before {
  border-top: 4rem solid #757575;
}
.main .sec-training-main .container .content .content-body.wrap .title.gray::after {
  background: #757575;
}
.main .sec-training-main .container .content .content-body.wrap .title.gray p {
  background: #757575;
}
.main .sec-training-main .container .content .content-body.wrap .title.orange {
  color: #F6B463;
  border-top: 1px solid #F6B463;
}
.main .sec-training-main .container .content .content-body.wrap .title.orange::before {
  border-top: 4rem solid #F6B463;
}
.main .sec-training-main .container .content .content-body.wrap .title.orange::after {
  background: #F6B463;
}
.main .sec-training-main .container .content .content-body.wrap .title.orange p {
  background: #F6B463;
}
.main .sec-training-main .container .content .content-body.wrap .title.green {
  color: #77AD8D;
  border-top: 1px solid #77AD8D;
}
.main .sec-training-main .container .content .content-body.wrap .title.green::before {
  border-top: 4rem solid #77AD8D;
}
.main .sec-training-main .container .content .content-body.wrap .title.green::after {
  background: #77AD8D;
}
.main .sec-training-main .container .content .content-body.wrap .title.green p {
  background: #77AD8D;
}
.main .sec-training-main .container .content .content-body.wrap .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(30rem, 44rem));
  gap: 2.7rem;
  margin-top: 0;
}
.main .sec-training-main .container .content .content-body.wrap .list .item {
  padding: 4rem 3.2rem 1.6rem;
  border-bottom: 2px solid #081435;
  position: relative;
  background: url("../img/index/bg-item.png");
  background-size: cover;
  background-position: top;
}
.main .sec-training-main .container .content .content-body.wrap .list .item .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 15rem;
}
.main .sec-training-main .container .content .content-body.wrap .list .item .group .left {
  background: #fff;
  padding: 1.6rem;
  max-width: 15rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main .sec-training-main .container .content .content-body.wrap .list .item .group .left img {
  width: 100%;
  display: block;
}
.main .sec-training-main .container .content .content-body.wrap .list .item .group .right {
  max-width: 22.8rem;
  width: 100%;
  font-size: 2.4rem;
  font-family: "yu-gothic-bold", sans-serif;
  padding: 1.6rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main .sec-training-main .container .content .content-body.wrap .list .item .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.6rem;
}
.main .sec-training-main .container .content .content-body.wrap .list .item .btn .btn-parallelogram {
  border: 2px solid #081435;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  position: relative;
  padding: 0.3rem;
  background: #fff;
  max-width: 13.2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .sec-training-main .container .content .content-body.wrap .list .item .btn .btn-parallelogram p {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  font-size: 1.6rem;
  font-family: "yu-gothic-bold", sans-serif;
}
.main .sec-training-main .container .content .content-body.wrap .list .item .btn .btn-parallelogram::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 0.15rem;
  background: #5181B9;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.main .sec-training-main .container .content .content-body.wrap .list.blue .item .group .right {
  background-color: #5181B9;
}
.main .sec-training-main .container .content .content-body.wrap .list.gray .item .group .right {
  background-color: #757575;
}
.main .sec-training-main .container .content .content-body.wrap .list.orange .item .group .right {
  background-color: #F6B463;
}
.main .sec-training-main .container .content .content-body.wrap .list.green .item .group .right {
  background-color: #77AD8D;
}
.main .sec-training-main .container .content .content-body#training-ja-25 {
  margin-top: 0;
}
.main .sec-training-main .container .content .content-body#training-ja-28 {
  margin-bottom: 0;
}

@media (max-width: 1700px) {
  .sec-main {
    margin-top: 10rem;
  }
}
@media (max-width: 1440px) {
  .sec-main {
    margin-top: 15rem;
  }
  .main .sec-training {
    margin-top: 12rem;
  }
  .main .sec-training-main {
    margin-top: 8rem;
  }
}
@media (max-width: 1300px) {
  .main .sec-training .container .content .content-body.wrap .list .item {
    background-position: right;
    border-left: 2px solid #081435;
    border-bottom: 0;
  }
  .main .sec-training .container .content .content-body.wrap .list {
    grid-template-columns: repeat(2, minmax(30rem, 44rem));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main .sec-training .container .content .content-head .img {
    max-width: 66rem;
    width: 100%;
  }
  .main .sec-training .container .content .content-head .group-main {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
  }
  .main .sec-training .container .content .content-body.wrap .list .item {
    background-position: top;
    border-left: 0;
    border-bottom: 2px solid #081435;
  }
}
@media (max-width: 1024px) {
  .sec-main {
    margin-top: 11.5rem;
  }
  .sec-main .container .content .group-txt {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
  }
  .sec-main .container .content .group-txt p:nth-child(1) {
    font-size: 2.4rem;
  }
  .sec-main .container .content .group-txt p:nth-child(2) {
    font-size: 4.8rem;
  }
  .main .sec-training-main .container .content .content-body.wrap {
    gap: 6rem;
  }
  .main .sec-training .container .content .content-body.wrap .list {
    grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  }
  .main .sec-training-main .container .content .content-body.wrap {
    margin-top: 12rem;
  }
  .main .sec-training {
    margin-bottom: 0rem;
  }
  .main .sec-training .container .training-bg-left {
    max-width: 45rem;
  }
  .main .sec-training .container .training-bg-right {
    max-width: 55rem;
  }
  .main .sec-training .container .training-bg-ft {
    max-width: 35rem;
    bottom: 146rem;
  }
  .main .sec-training .container .content .btn {
    margin-top: 10rem;
  }
  .main .sec-training .container .training-bg-right {
    bottom: -15rem;
    max-width: 30rem;
  }
}
@media (max-width: 925px) {
  .main .sec-training .container .content .content-body.wrap .list .item {
    background: none;
    padding: 0;
  }
  .main .sec-training .container .content .content-body.wrap .list.blue .item {
    border: 0.2rem solid #5181B9;
  }
  .main .sec-training .container .content .content-body.wrap .list.gray .item {
    border: 0.2rem solid #757575;
  }
  .main .sec-training .container .content .content-body.wrap .list.orange .item {
    border: 0.2rem solid #F6B463;
  }
  .main .sec-training .container .content .content-body.wrap .list.green .item {
    border: 0.2rem solid #77AD8D;
  }
  .main .sec-training .container .content .content-body.wrap .list .item .group .right .sp {
    display: block !important;
  }
  .main .sec-training .container .content .content-body.wrap .list .item .group .right .sp img {
    width: 2.1rem;
  }
  .main .sec-training .container .content .content-body.wrap .list .item .group .right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
  }
  .main .sec-training .container .content .content-body.wrap .list {
    grid-template-columns: repeat(1, minmax(10rem, 1fr));
  }
  .main .sec-training .container .content .content-body.wrap .list .item .btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .sec-main {
    margin-top: 9rem;
  }
  .sec-main .container .content .group-txt {
    bottom: 0;
    left: 2rem;
  }
  .sec-main .container .content .group-txt p:nth-child(2) {
    padding-right: 1rem;
  }
  .main .sec-training-main .container .content .controls {
    margin-bottom: 10rem;
    margin-top: 0;
  }
  .main .sec-training-main .container .content .controls .item {
    font-size: 2.8rem;
  }
  .main .sec-training-main .container .content .wrap .group-txt {
    font-size: 2rem;
  }
  .main .sec-training-main .container .content .wrap {
    gap: 0;
  }
  .main .sec-training-main {
    padding-bottom: 10rem;
  }
  .main .sec-training-main .container .content .group-wrap {
    margin-top: 10rem;
  }
  .main .sec-training-main .container .content .wrap .list {
    margin: 0 auto;
  }
  .main .sec-training .container .training-bg-right {
    max-width: 16rem;
    bottom: -8rem;
  }
  .main .sec-training .container .training-bg-ft {
    max-width: 20rem;
    bottom: 58rem;
  }
  .main .sec-training .container .content .btn {
    margin-top: 10rem;
  }
  .main .sec-training .container .content .wrap .title::after {
    height: 0.4rem;
  }
  .main .sec-training .container .content .wrap .title::before {
    border-left: 3rem solid transparent;
    border-right: 3rem solid transparent;
    bottom: -1.9rem;
  }
  .main .sec-training .container .content .wrap .title.green::before {
    border-top: 2rem solid #77AD8D;
  }
  .main .sec-training .container .content .wrap .title.orange::before {
    border-top: 2rem solid #F6B463;
  }
  .main .sec-training .container .content .wrap .title.gray::before {
    border-top: 2rem solid #757575;
  }
  .main .sec-training .container .content .wrap .title.blue::before {
    border-top: 2rem solid #5181B9;
  }
  .main .sec-training .container .content .wrap .title {
    padding-bottom: 3.2rem;
  }
  .main .sec-training .container .content .wrap .title p {
    font-size: 2.4rem;
  }
  .main .sec-training .container .content .content-head .img {
    max-width: 40rem;
  }
  .main .sec-training .container .training-bg-left {
    max-width: 40rem;
    top: 95rem;
  }
  .main .sec-training .container .content .content-body.wrap .list .item .group .left img {
    max-width: 5rem;
    width: 100%;
  }
  .main .sec-training .container .content .content-body.wrap .list .item .group .left {
    max-width: 6rem;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main .sec-training .container .content .option .item {
    font-size: 2.4rem;
    max-width: 17.6rem;
    padding: 0.8rem 0;
  }
  .main .sec-training .container .content .option .item.active {
    padding: 2rem 0rem 2.6rem;
  }
  .main .sec-training .container .content .option .item.active::after {
    bottom: 1.5rem;
  }
  .main .sec-training .container .content .option {
    margin-top: 4rem;
  }
  .main .sec-training .container .content .content-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .main .sec-training {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .main .sec-training .container .content .btn {
    margin-top: 4rem;
  }
  .main .sec-training .container .content .content-body.wrap .list .item .group .right {
    font-size: 2rem;
  }
  .main .sec-training .container .content .content-body.wrap .list .item .group {
    min-height: 5.4rem;
  }
  .main .sec-training .container .content .content-body.wrap .list {
    margin: auto;
    margin-top: 0;
    width: 90%;
  }
  .main .sec-training .container .content .wrap {
    margin-top: 5.6rem;
  }
  .main .sec-training .container .content .content-body.wrap {
    gap: 0;
    margin-top: 5.6rem;
  }
  .main .sec-training-main .container .content .content-body.wrap .title {
    padding-bottom: 3.2rem;
  }
  .main .sec-training-main .container .content .content-body.wrap .title p {
    font-size: 2.4rem;
  }
  .main .sec-training .container .content .wrap .title h3 {
    font-size: 4.8rem;
  }
  .main .sec-training .container .content .group-wrap {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .main .sec-training {
    margin-bottom: 0;
  }
  .sec-main .container .content .group-txt p:nth-child(2) {
    font-size: 3.8rem;
  }
}
.header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
}
.header .container {
  max-width: 192rem;
  margin: 0 auto;
  width: 100%;
}
.header .container .content {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header .container .content .content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header .container .content .content-head .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.2rem;
}
.header .container .content .content-head .logo .content-logo {
  max-width: 51.7rem;
}
.header .container .content .content-head .logo .images-logo {
  max-width: 10.7rem;
}
.header .container .content .content-head .contact-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .container .content .content-head .contact-head .right .file {
  background: #BFE018;
  font-size: 2.4rem;
  font-family: "yu-gothic-bold", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  padding: 2.2rem 1.5rem;
}
.header .container .content .content-nav {
  background: #081435;
}
.header .container .content .content-nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.6rem 0;
}
.header .container .content .content-nav .list li .item {
  padding: 0 2.4rem;
  color: #fff;
  font-family: "yu-gothic-bold", sans-serif;
  border-right: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .container .content .content-nav .list li:last-child {
  border-right: none;
}

@media (max-width: 1440px) {
  .header .container .content .content-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    gap: 1rem;
    padding: 0;
  }
  .header .container .content .content-head .contact-head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .header .container .content .content-head .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .header .container .content .content-nav {
    position: absolute;
    width: 50vw;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    right: -100%;
    top: 15.5rem;
    overflow-y: auto;
    height: 80vh;
  }
  .header .container .content .content-nav .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 2.8rem 2rem;
    gap: 2.5rem;
  }
  .header .container .content .content-nav .list .item {
    font-size: 2rem;
    border-right: 0;
    padding: 0;
    text-align: center;
  }
  .header .container .content .content-nav.active {
    right: 0;
  }
  .header .container .content .nav-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .header .container .content .nav-sp span {
    width: 3rem;
    height: 0.5rem;
    background: #081435;
    display: block;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header .container .content .nav-sp.active span {
    position: absolute;
  }
  .header .container .content .nav-sp.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .container .content .nav-sp.active span:nth-child(2) {
    opacity: 0;
  }
  .header .container .content .nav-sp.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .container .content {
    padding: 3rem;
  }
  .header .container .content .content-head .contact-head .left .top .phone {
    display: none;
  }
  .header .container .content .content-head .contact-head .right {
    display: none;
  }
  .header .container .content .content-head .contact-head .left .bt .item.file_export {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #BFE018;
  }
  .header .container .content .content-head .contact-head .left .bt .item img {
    max-width: 2.4rem;
    width: 100%;
  }
  .header .container .content .content-head .contact-head {
    display: none;
  }
  .header .container .content .content-nav .group-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .header .container .content .content-nav .contact-head {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.6rem;
    width: 100%;
  }
  .header .container .content .contact-head .left .bt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
  .header .container .content .contact-head .left .bt .item {
    font-size: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 15rem;
    width: 100%;
  }
  .header .container .content .contact-head .right .file {
    max-width: 15rem;
    width: 100%;
  }
  .header .container .content .content-nav .group-ft {
    display: block !important;
    margin-top: 3.2rem;
  }
  .header .container .content .content-nav .group-ft__phone {
    font-size: 4rem;
    color: #fff;
    font-family: "yu-gothic-bold", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 0.1rem solid #fff;
    border-bottom: 0.1rem solid #fff;
    max-width: 55rem;
    margin: 0 auto;
    width: 100%;
  }
  .header .container .content .content-nav .group-ft__phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.8rem;
  }
  .header .container .content .content-nav .group-ft__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2.4rem;
  }
  .header .container .content .content-nav .group-ft__txt {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 4rem;
    color: #fff;
  }
  .header .container .content .contact-head .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .container .content .content-head .logo .content-logo {
    max-width: 40rem;
    width: 100%;
  }
  .header .container .content .content-head .logo .images-logo {
    max-width: 9rem;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .header .container .content {
    padding: 2rem;
  }
  .header .container .content .content-head .contact-head .left .bt .item {
    font-size: 2rem;
  }
  .header .container .content .content-nav {
    top: 11.5rem;
  }
  .header .container .content .content-head .contact-head .left .bt .item {
    font-size: 1.6rem;
  }
  .header .container .content .content-head .logo .content-logo {
    max-width: 26rem;
  }
}
@media (max-width: 768px) {
  .header .container .content .content-head .logo .images-logo {
    max-width: 5rem;
  }
  .header .container .content .content-nav {
    top: 9rem;
  }
  .header .container .content {
    padding: 1.6rem;
  }
  .header .container .content .content-head .logo {
    gap: 0.3rem;
  }
  .header .container .content .content-nav {
    width: 100%;
  }
  .header .container .content .content-nav .group-ft__list .item:nth-child(1) img {
    width: 4.8rem;
  }
  .header .container .content .content-nav .group-ft__list .item:nth-child(2) img {
    width: 9rem;
  }
  .header .container .content .content-nav .group-ft__list .item:nth-child(3) img {
    width: 11.5rem;
  }
  .header .container .content .content-nav .group-ft__list .item:nth-child(4) img {
    width: 3rem;
  }
  .header .container .content .content-nav .group-ft__phone {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .header .container .content .content-nav {
    padding-bottom: 15rem;
  }
}
.footer .sec-footer {
  background: #081435;
  padding: 8rem 0;
}
.footer .sec-footer .container .content {
  color: #fff;
}
.footer .sec-footer .container .content .content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .sec-footer .container .content .content-head .group-txt {
  margin-top: 7.2rem;
  font-size: 2.4rem;
  font-family: "yu-gothic-bold", sans-serif;
  margin-left: 4rem;
  line-height: 1.8;
  position: relative;
}
.footer .sec-footer .container .content .content-head .group-txt .img-pos {
  position: absolute;
  right: -15rem;
  bottom: -5rem;
  width: 13rem;
}
.footer .sec-footer .container .content .copy-right {
  text-align: center;
  font-family: "yu-gothic-bold", sans-serif;
  margin-top: 6.4rem;
}

@media (max-width: 1024px) {
  .footer .sec-footer .container .content .content-head .group-txt .img-pos {
    right: -8rem;
  }
}
@media (max-width: 768px) {
  .footer .sec-footer .container .content .content-head {
    display: none;
  }
  .footer .sec-footer .container .content .copy-right {
    margin-top: 0;
  }
  .footer .sec-footer {
    padding: 2rem;
  }
}
@media screen and (max-width: 1366px) {
  header .header-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header-content .logo {
    width: 20rem;
  }
  header .header-content .logo a {
    width: 15rem;
  }
  header .header-content #gnavi,
  header .header-content .entry-btn {
    display: none;
  }
  header .header-content .menu {
    display: block;
  }
  .c_recruitment .req-bg {
    right: 10%;
    width: 14rem;
  }
  .pageindex {
    height: 35rem;
  }
}
@media screen and (max-width: 1024px) {
  .mainvisual .wrap .textbox {
    width: 70%;
  }
  .mainvisual .wrap .textbox .sub_title {
    padding: 2rem 2.6rem;
  }
  .mainvisual .wrap .textbox .sub_title::before {
    left: -4.5%;
  }
  .mainvisual .wrap .textbox .sub_title::after {
    right: -25.5%;
  }
  .c_message .job-blc .c_text {
    line-height: 2;
    text-shadow: 2px 2px 3px #000;
  }
  .c_message .job-bg {
    bottom: 50%;
  }
  .c_voice .voice-swiper .swiper-slide {
    position: relative;
  }
  .c_voice .voice-swiper .swiper-slide .slide-upper .c_voice_title {
    top: auto;
    bottom: 5%;
  }
  .c_voice .voice-swiper .swiper-slide .slide-upper .c_voice_title .c_voice_title_tl {
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_name {
    width: 8.5rem;
    height: 8.5rem;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_name strong {
    padding-top: 0.5rem;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_txt {
    margin-top: -4rem;
  }
  .c_voice .voice-swiper .swiper-button-prev, .c_voice .voice-swiper .swiper-button-next {
    width: 6.5rem;
    height: 6.5rem;
    font-size: 0.8rem;
  }
  .c_voice .voice-swiper .swiper-button-prev::before {
    width: 2rem;
  }
  .c_voice .voice-swiper .swiper-button-prev::after {
    width: 0.6rem;
    height: 0.6rem;
  }
  .c_voice .voice-swiper .swiper-button-next {
    right: 0%;
  }
  .c_voice .voice-swiper .swiper-button-next::before {
    width: 2rem;
  }
  .c_voice .voice-swiper .swiper-button-next::after {
    width: 0.6rem;
    height: 0.6rem;
  }
  .c_environment .environment-swiper .swiper-wrapper .swiper-slide {
    height: 21rem;
  }
  .c_environment .environment-swiper .swiper-wrapper .swiper-slide p {
    font-size: 0.8rem;
  }
  .c_number {
    padding: 5rem 0 6rem;
  }
  .c_number .number-title .c_title_02 {
    padding-bottom: 2rem;
  }
  .c_number .number-title .c_title_02::after {
    left: auto;
    right: 0;
    width: 10rem;
    height: 11rem;
  }
  .c_number .number-list li {
    width: 48%;
  }
  .c_number .number-list li .counter-box {
    height: 24rem;
  }
  .c_welfare .welfare-swiper .swiper-title {
    width: 18rem;
    padding: 0.6rem 0;
  }
  .c_welfare .welfare-swiper .swiper-wrapper .swiper-slide {
    height: 19rem;
  }
  .c_welfare .welfare-swiper .swiper-wrapper .swiper-slide h4 {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
  }
  .c_welfare .welfare-swiper .swiper-wrapper .swiper-slide p {
    font-size: 0.8rem;
  }
  .c_recruitment .req-bg {
    right: 5%;
  }
  .pageindex {
    height: 33rem;
  }
  .pageindex .pageindex_bg {
    width: 100%;
  }
  .pageindex .pageindex_bg img {
    width: auto;
  }
  .contents .contents_title .welfare_chara {
    width: 12rem;
  }
  .contents .contents_title .welfare_chara02 {
    left: 0;
    width: 7rem;
  }
  .contents .contents_block .contents_block_bg .contents_block_ttl {
    left: 15%;
    font-size: 3.6rem;
  }
  .contents .contents_block .contents_block_bg .contents_block_ttl span {
    font-size: 4rem;
  }
  .contents .contents_block .number-list li {
    width: 48%;
    margin-bottom: 2rem;
  }
  .contents .contents_block .number-list li .counter-box {
    height: 24rem;
  }
  .contents .contents_block .welfare-list li {
    height: 16.6rem;
  }
  .contents .contents_block .welfare-list li .item_left figure {
    width: 6rem;
  }
  .contents .contents_block .welfare-list li .item_left .tag {
    font-size: 0.8rem;
  }
  .contents .contents_block .welfare-list li .item_right .item_title {
    font-size: 1rem;
  }
  .contents .contents_block .welfare-list li .item_right .item_txt {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  header .header-content .logo {
    width: 13rem;
    margin: 0 1rem;
  }
  header .header-content .logo a {
    width: 10rem;
    height: 70px;
  }
  header .header-content #gnavi,
  header .header-content .entry-btn {
    display: none;
  }
  header .header-content .menu {
    display: block;
  }
  header .header-content .spnavi {
    margin-top: 4.4rem;
  }
  header .header-content .spnavi ul {
    display: block;
    padding: 3rem 3rem 2rem;
  }
  header .header-content .spnavi ul li {
    width: 100%;
  }
  .c_title {
    font-size: 1.6rem;
  }
  .c_title span {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .c_title_02 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 2rem;
    font-size: 3rem;
  }
  .c_title_02 span {
    font-size: 1rem;
  }
  .c_title_02 span::before {
    display: none;
  }
  .link_bt {
    width: 100%;
    padding: 1.2rem 0;
  }
  .c_entry {
    padding: 2rem 0 4rem;
  }
  .c_entry .c_title span {
    font-size: 1rem;
  }
  .c_entry .phone-number {
    font-size: 2rem;
  }
  footer .blc {
    display: block;
    padding: 2rem 0;
  }
  footer .blc div {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  footer .blc div a {
    width: 100%;
  }
  footer .blc div p {
    font-size: 3.2vw;
  }
  footer .blc .f-mark li {
    width: 32%;
  }
  footer .copyright {
    width: 100%;
    margin: 0 auto;
    font-size: 2.8vw;
  }
  .mainvisual .wrap .textbox {
    width: 80%;
  }
  .mainvisual .wrap .textbox .sub_title {
    padding: 1rem;
    font-size: 1.2rem;
  }
  .mainvisual .wrap .textbox .sub_title strong {
    font-size: 2.8rem;
  }
  .mainvisual .wrap .textbox .sub_title span {
    font-size: 1.6rem;
  }
  .mainvisual .wrap .textbox .sub_title::before {
    display: none;
  }
  .mainvisual .wrap .textbox .sub_title::after {
    display: none;
  }
  .c_message {
    padding: 3rem 0 16rem;
  }
  .c_message .blc {
    display: block;
    margin-bottom: 5rem;
  }
  .c_message .blc .left {
    width: 100%;
    margin-bottom: 3rem;
  }
  .c_message .blc .left .left_title {
    right: 0%;
    bottom: -15%;
    font-size: 5rem;
  }
  .c_message .blc .right {
    width: 100%;
  }
  .c_message .job-bg {
    bottom: 40%;
    left: 55%;
    width: 7rem;
  }
  .c_message .job-bg02 {
    bottom: 8%;
    width: 8rem;
  }
  .c_message .job-bg03 {
    bottom: 8%;
    width: 10rem;
  }
  .c_voice {
    margin-top: -8rem;
    padding-top: 4rem;
    background: #20a4af;
    border-radius: 2rem 2rem 0 0;
  }
  .c_voice .voice-swiper .swiper-slide {
    position: relative;
  }
  .c_voice .voice-swiper .swiper-slide .slide-upper {
    position: relative;
  }
  .c_voice .voice-swiper .swiper-slide .slide-upper .c_voice_title {
    position: relative;
  }
  .c_voice .voice-swiper .swiper-slide .slide-upper .c_voice_title .c_voice_title_tl {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_name {
    width: 6.5rem;
    height: 6.5rem;
    margin-top: 1rem;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_name strong {
    font-size: 0.9rem;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_name .c_voice_details {
    font-size: 0.7rem;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_txt {
    margin-top: -3rem;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_txt h5 {
    font-size: 1rem;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_txt p {
    font-size: 3.2vw;
  }
  .c_voice .voice-swiper .swiper-button-prev, .c_voice .voice-swiper .swiper-button-next {
    top: 5%;
    width: 4rem;
    height: 4rem;
    font-size: 0.6rem;
  }
  .c_voice .voice-swiper .swiper-button-prev::before {
    display: none;
  }
  .c_voice .voice-swiper .swiper-button-prev::after {
    width: 0.4rem;
    height: 0.4rem;
  }
  .c_voice .voice-swiper .swiper-button-next {
    right: 0%;
  }
  .c_voice .voice-swiper .swiper-button-next::before {
    display: none;
  }
  .c_voice .voice-swiper .swiper-button-next::after {
    width: 0.4rem;
    height: 0.4rem;
  }
  .c_environment {
    padding: 3rem 0 9rem;
  }
  .c_environment .c_title::after {
    display: none;
  }
  .c_environment .environment-swiper .swiper-wrapper .swiper-slide {
    height: 14rem;
    padding: 2rem 1rem;
  }
  .c_environment .environment-swiper .swiper-wrapper .swiper-slide .slide-img {
    position: relative;
    margin-bottom: 1rem;
  }
  .c_environment .environment-swiper .swiper-wrapper .swiper-slide .slide-img img {
    height: 5rem;
  }
  .c_environment .environment-swiper .swiper-wrapper .swiper-slide h3 {
    font-size: 1.2rem;
  }
  .c_environment .environment-swiper .swiper-wrapper .swiper-slide p {
    font-size: 3vw;
  }
  .c_number {
    padding: 3rem 0 4rem;
    border-radius: 2rem;
  }
  .c_number .number-title .c_title_02 {
    padding-bottom: 1rem;
  }
  .c_number .number-title .c_title_02::after {
    display: none;
  }
  .c_number .number-list {
    display: block;
  }
  .c_number .number-list li {
    width: 100%;
  }
  .c_number .number-list li h5 {
    padding: 1rem 0;
    border-radius: 2rem 2rem 0 0;
    font-size: 1.2rem;
  }
  .c_number .number-list li .counter-box {
    height: 20rem;
    border-radius: 0 0 2rem 2rem;
  }
  .c_number .number-list li .counter-box .counter {
    font-size: 1.8rem;
  }
  .c_number .number-list li .counter-box .counter .number {
    font-size: 5rem;
  }
  .c_number .number-list li .counter-box .answer {
    font-size: 4rem;
  }
  .c_welfare {
    padding: 8rem 0 5rem;
  }
  .c_welfare .c_title {
    margin-bottom: 2rem;
  }
  .c_welfare .welfare-swiper .swiper-title {
    width: 14rem;
    font-size: 0.8rem;
  }
  .c_welfare .welfare-swiper .swiper-wrapper .swiper-slide {
    height: 17.5rem;
  }
  .c_recruitment {
    padding: 3rem 0 0;
  }
  .c_recruitment .c_title {
    margin-bottom: 1.6rem;
  }
  .c_recruitment .c_recruitment_img {
    margin-bottom: 2rem;
  }
  .c_recruitment .c_recruitment_img .left-title {
    position: absolute;
    top: -20%;
    right: 0;
    color: #fff;
    font-size: 1.8rem;
    font-family: "La Belle Aurore", serif;
  }
  .c_recruitment .tab_wrap {
    border-radius: 2rem 2rem 0 0;
  }
  .c_recruitment .tab_wrap .tab_area label {
    width: 33.3%;
    padding: 0.8rem 0;
    border-radius: 2rem 0 0 0;
    font-size: 0.55rem;
  }
  .c_recruitment .tab_wrap .tab_area label:last-child {
    border-radius: 0 2rem 0 0;
  }
  .c_recruitment .tab_wrap .panel_area {
    padding-top: 2rem;
  }
  .c_recruitment .tab_wrap .panel_area .tab_panel dl .panel_list {
    display: block;
    padding: 0.6rem 1rem;
  }
  .c_recruitment .tab_wrap .panel_area .tab_panel dl .panel_list dt {
    width: 100%;
    margin-bottom: 0.6rem;
    font-size: 1rem;
  }
  .c_recruitment .tab_wrap .panel_area .tab_panel dl .panel_list dd {
    width: 100%;
    font-size: 3.2vw;
  }
  .c_recruitment .req-bg {
    bottom: 0;
    right: 5%;
    width: 8rem;
  }
  .pageindex .pageindex_title h2 {
    font-size: 2rem;
  }
  .pageindex .pageindex_title h2 span {
    font-size: 2.2rem;
  }
  .pageindex .pageindex_nav {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .pageindex .pageindex_nav li {
    width: 40%;
  }
  .pageindex .pageindex_nav li a {
    font-size: 3.8vw;
  }
  .pageindex .pageindex_nav li a span {
    width: 0.5rem;
    height: 0.5rem;
  }
  .contents {
    padding: 3rem 0;
  }
  .contents .contents_title {
    margin-bottom: 3rem;
  }
  .contents .contents_title .contents_ttl {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }
  .contents .contents_title .contents_ttl span {
    margin-bottom: -1.6rem;
    font-size: 2.6rem;
  }
  .contents .contents_title .contents_nav li {
    width: 45%;
    margin-right: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .contents .contents_title .contents_nav li a {
    padding: 0.6rem 0;
    font-size: 0.8rem;
  }
  .contents .contents_title .welfare_chara {
    top: 0;
    width: 6rem;
  }
  .contents .contents_title .welfare_chara02 {
    width: 5rem;
  }
  .contents .contents_block .contents_block_bg {
    margin-bottom: 2rem;
  }
  .contents .contents_block .contents_block_bg .contents_block_ttl {
    font-size: 2.2rem;
  }
  .contents .contents_block .contents_block_bg .contents_block_ttl span {
    font-size: 2.4rem;
  }
  .contents .contents_block .number-list {
    display: block;
  }
  .contents .contents_block .number-list li {
    width: 100%;
  }
  .contents .contents_block .number-list li h5 {
    padding: 1rem 0;
    border-radius: 2rem 2rem 0 0;
    font-size: 1.2rem;
  }
  .contents .contents_block .number-list li .counter-box {
    height: 20rem;
    border-radius: 0 0 2rem 2rem;
  }
  .contents .contents_block .number-list li .counter-box .counter {
    font-size: 1.8rem;
  }
  .contents .contents_block .number-list li .counter-box .counter .number {
    font-size: 5rem;
  }
  .contents .contents_block .number-list li .counter-box .answer {
    font-size: 3.8rem;
  }
  .contents .contents_block .number-list li.item_half {
    width: 100%;
  }
  .contents .contents_block .number-list li.item_half .counter-box {
    height: 12rem;
  }
  .contents .contents_block .welfare-list {
    display: block;
    margin-top: 0;
  }
  .contents .contents_block .welfare-list li {
    width: 100%;
    height: 14rem;
    margin-bottom: 1rem;
  }
  .contents .contents_block .welfare-list li:nth-child(odd) {
    margin-top: 0;
  }
  .contents .contents_block .welfare-list li.item_max {
    height: 24rem;
  }
  .contents .contents_block .welfare-list li .item_left figure {
    width: 100%;
  }
  .contents .contents_block .welfare-list li .item_right .item_txt {
    font-size: 3vw;
  }
  .contents .contents_block .work_chara {
    display: none;
  }
  .contents .contents_chara {
    width: 8rem;
  }
  .p-entry .box {
    padding: 2rem 1.4rem;
  }
  .p-entry .box p {
    margin-bottom: 0.6rem;
    font-size: 0.8rem;
  }
  .p-entry .box .phone-number {
    margin-bottom: 0.6rem;
    color: #004097;
    font-size: 1.6rem;
  }
  .p-entry .box .time {
    font-size: 0.8rem;
  }
  .p-entry .form_box table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-entry .form_box table tr th {
    width: auto;
  }
  .p-entry .form_box table tr td {
    width: 100%;
    border-top: none;
  }
  .p-entry .form_box input {
    width: 100%;
  }
  .p-entry .form_box input.middle {
    width: 100%;
  }
}



