@charset "UTF-8";

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: inherit;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

input {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
}

figure {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

* {
  box-sizing: border-box;
}

/* Noto Sans Japanese font-weight指定 */
/* 前後罫線付き 見出し要素など */
/* セクションヘッダー 背景画像あり */
/* セクションヘッダー 背景なし */
/* リンクボタン -小- */
/* リンクボタン -中- */
/* リンクボタン -大- */
/* リンクボタン -ベーススタイル- */
/* アコーディオン展開用の ＋ー表示 ベーススタイル */
/* アコーディオン展開用の 子要素表示 */
* {
  /*font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, '游ゴシック体', 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  font-family: "Noto Sans JP", serif;
  /* normal: 400, medium: 500, bold: 700 */
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

body {
  -webkit-overflow-scrolling: auto;
  color: #333;
}

a {
  text-decoration: none;
}

a.link-txt {
	text-decoration: underline;
}

img {
  max-width: 100%;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.medium {
  font-weight: 500 !important;
}

.bold {
  font-weight: 700 !important;
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: initial;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.margin__top--80 {
  margin-top: 80px;
}

.w1000 {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  .w1000 {
    width: 100%;
  }
}

nav.parts__bread {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
  font-size: 14px;
  color: #555;
}

nav.parts__bread a {
  color: #555;
}

@media only screen and (max-width: 1220px) {
  nav.parts__bread {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  nav.parts__bread {
    display: none;
    padding: 0;
  }
}

div.navi__contact {
  position: fixed;
  z-index: 1000000;
  top: 25vw;
  right: 0;
  background-color: #EBF23F;
  border: solid 1px #3B4A3A;
  outline: solid 1px #EBF23F;
  font-size: 1vw;
  letter-spacing: 0.2em;
  color: #3B4A3A;
  writing-mode: vertical-lr;
	white-space: nowrap;
}

div.navi__contact svg {
  width: 1.3vw;
  height: auto;
  margin: 0 0 7px;
}

div.navi__contact svg image {
  width: 1.3vw;
  height: auto;
}

div.navi__contact a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 16px 12px;
  color: #3B4A3A;
}

@media only screen and (max-width: 1000px) {
  div.navi__contact {
    top: 340px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  div.navi__contact {
    top: initial;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 13vw;
    writing-mode: initial;
    text-align: center;
    font-size: 3.5vw;
  }

  div.navi__contact svg {
    width: 5vw;
    margin-top: -2x;
    margin-right: 0.3em;
    margin-bottom: 0;
  }

  div.navi__contact svg image {
    width: 5vw;
    height: auto;
  }

  div.navi__contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
    font-size: 4vw;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

article section {
  /* 英語タイトルとして使用 前後にライン有 */
}

article section h1 {
  font-size: 38px;
}

article section h2 {
  font-size: 38px;
  font-weight: 500;
}

article section h3 {
  font-size: 20px;
}

article section h4 {
  position: relative;
  display: inline-block;
  margin: 0 auto 0.5em;
  padding: 0 2.5em;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

article section h4:before,
article section h4:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2em;
  height: 1px;
}

article section h4:before {
  left: 0;
}

article section h4:after {
  right: 0;
}

@media only screen and (max-width: 767px) {
  article section {
    /* 英語タイトルとして使用 前後にライン有 */
  }

  article section h1 {
    font-size: 7vw;
  }

  article section h2 {
    font-size: 7vw;
  }

  article section h3 {
    font-size: 3.5vw;
  }

  article section h4 {
    font-size: 3vw;
  }
}

.slick-track {
  display: flex !important;
  padding: 0 0 0.5rem;
}

.slick-slide {
  height: auto !important;
}

body>header {
  display: flex;
  position: fixed;
  align-items: center;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 0 30px 0 40px;
  background-color: #007e3f;
  background-image: linear-gradient(to right, #007e3f 1%, #5db430 37%, #5db430 76%, #c3db82 99%);
}

@media only screen and (max-width: 767px) {
  body>header {
    min-width: initial;
    height: 14vw;
    padding: 0 2vw 0 6vw;
  }
}

body>header h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 275px;
  height: 70px;
}

@media only screen and (max-width: 850px) {
  body>header h1 {
    width: 32vw;
  }
}

@media only screen and (max-width: 767px) {
  body>header h1 {
    width: 47vw;
  }
}

body>header h1 img {
  width: 245px;
  height: auto;
  vertical-align: top;
}

@media only screen and (max-width: 850px) {
  body>header h1 img {
    width: 32vw;
  }
}

@media only screen and (max-width: 767px) {
  body>header h1 img {
    width: 45vw;
    height: auto;
  }
}

body>header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-left: auto;
}

body>header nav ul {
  display: flex;
  align-items: center;
}

body>header nav ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin: 0;
  vertical-align: top;
}

body>header nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  transition: 0.5s;
}

@media only screen and (max-width: 850px) {
  body>header nav ul li a {
    font-size: 1.6vw;
  }
}

body>header nav ul li:after {
  position: absolute;
  content: "";
  display: block;
  border-right: 1px solid #fff;
  width: 1px;
  height: 1em;
  /* topとbottomを50%にして、線の高さを中央に配置 */
  top: 50%;
  bottom: 50%;
  /* rightを0にして、線をli要素の右側に配置 */
  right: 0;
  /* 設定したtopとbottomが線の中心になるようにするので、必要な線の高さを指定してから半分にする */
  transform: translateY(-50%);
}

body>header nav ul li:last-child:after {
  content: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  body>header nav ul {
    position: fixed;
    display: block;
    width: 60vw;
    top: 13vw;
    right: -60vw;
    background: #DE6E7E;
    border: 1px solid #fff;
    outline: 1px solid #DE6E7E;
    transition: 0.5s;
  }

  body>header nav ul li {
    display: block;
    align-items: initial;
    justify-content: initial;
    height: initial;
    margin: 0;
    border-bottom: 1px dashed #fff;
  }

  body>header nav ul li:last-child {
    border-bottom: none;
  }

  body>header nav ul li a {
    justify-content: left;
    padding: 0.5em 1em;
  }

  body>header nav ul.active {
    right: 0;
  }
}

body>header nav div.header__info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 70px;
  margin: 0 0 0 1.5vw;
  padding: 0;
  cursor: pointer;
}

body>header nav div.header__info a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10vw;
  height: 100%;
}

body>header nav div.header__info svg {
  width: 40px;
  height: auto;
}

body>header nav div.header__info svg.menuClose {
  display: none;
}

@media only screen and (max-width: 1071px) {
  body>header nav div.header__info svg {
    width: 4vw;
  }
}

@media only screen and (max-width: 767px) {
  body>header nav div.header__info {
    height: 100%;
    padding: 0 0.5em;
  }

  body>header nav div.header__info svg {
    width: 9vw;
  }
}

body>header div.header__icon {
  display: none;
  cursor: pointer;
}

/*
@media only screen and (max-width: 1071px) {
  body {
    > header {
      padding: 0 4vw 0 3vw;
      h1 {
        width: 30vw;
        img {
          width: 30vw;
        }
      }
      nav {
        ul {
          li {
            margin: 0 2em 0 0;
          }
        }
        div {
          &.header__info {
            svg {
              width: 6vw;
            }
          }
        }
      }
    }
  }
}
*/
footer {
  position: relative;
  width: 100%;
  padding: 60px 0 20px;
  background-color: #f5f8f6;
  overflow: hidden;
}

footer div.footer {
  display: flex;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

footer div.footer:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

footer div.footer__info {
  max-width: 40%;
  padding: 0;
  color: #333;
}

footer div.footer__info h1 img {
  width: 70%;
  height: auto;
}

footer div.footer__info h2 {
  margin: 0.3em 0;
  font-size: 18px;
}

footer div.footer__info h3 {
  font-size: 12px;
}

footer div.footer__navi--pc {
  position: relative;
  margin-left: auto;
  width: 60%;
}

footer div.footer__navi--pc a {
  color: #333;
}

footer div.footer__navi--pc ol {
  position: relative;
  margin-left: auto;
  padding: 1rem 0;
}

footer div.footer__navi--pc ol li {
  font-size: 12px;
}

footer div.footer__navi--pc ol ul {
  display: flex;
  margin: 0.8em;
}

footer div.footer__navi--pc ol ul>li {
  margin: 0;
  padding: 0 1em;
  white-space: nowrap;
  border-right: 1px solid #000;
}

footer div.footer__navi--pc ol ul>li a {
  font-size: 12px;
}

footer div.footer__navi--pc ol ul>li:last-child {
  border-right: none;
}

footer div.footer__navi--pc ol:after {
  position: absolute;
  left: -3rem;
  bottom: 0;
  width: calc(100% - 5.5rem);
  height: 1px;
  background-color: #ddd;
  content: "";
}

footer div.footer__navi--pc ol:first-of-type>li {
  color: #cc6355;
}

footer div.footer__navi--pc ol:nth-of-type(2)>li {
  color: #389f48;
}

footer div.footer__navi--pc ol:nth-of-type(3) {
  padding: 1rem 0 0;
}

footer div.footer__navi--pc ol:nth-of-type(3):after {
  content: none;
}

footer div.footer__navi--pc ol:nth-of-type(3)>li {
  color: #0161ac;
}

footer div.footer__navi--pc ol:nth-of-type(3)>li:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 1200px) {
  footer div.footer__navi--pc ol li {
    font-size: 1vw;
  }

  footer div.footer__navi--pc ol li ul li a {
    font-size: 1vw;
  }
}

@media only screen and (max-width: 767px) {
  footer div.footer__navi--pc ol {
    padding: 0;
  }

  footer div.footer__navi--pc ol:after {
    content: none;
  }

  footer div.footer__navi--pc ol:nth-of-type(3) {
    padding: 0;
  }
}

footer div.footer__navi--pc.fixed {
  position: fixed;
  width: 400px;
  height: 100%;
  top: 70px;
  right: 0;
  z-index: 10000000001;
  padding: 20px 10px;
  background-color: #fff;
}

footer div.footer__navi--pc.fixed ol {
  width: 100%;
  padding: 0;
  margin-left: 0;
}

footer div.footer__navi--pc.fixed ol:after {
  content: none;
}

footer div.footer__navi--pc.fixed ol>li {
  position: relative;
  padding: 0.5em 0;
  font-size: 16px !important;
  cursor: pointer;
  border-bottom: 1px solid #959595;
}

footer div.footer__navi--pc.fixed ol>li:after {
  position: absolute;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 12px;
  width: 18px;
  height: 18px;
  margin-right: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2QwODI3YyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyTTI1IDl2MzIiIGNsYXNzPSJzdHJva2UtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
}

footer div.footer__navi--pc.fixed ol>li.icon-minus {
  padding: 0.5em 0 0;
}

footer div.footer__navi--pc.fixed ol>li.icon-minus:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTQgMTFoMTZ2Mkg0di0yWiIgZmlsbD0iI2QwODI3YyIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
}

footer div.footer__navi--pc.fixed ol>li.icon-minus ul:nth-of-type(2) li:last-child {
  border-bottom: none;
}

footer div.footer__navi--pc.fixed ol:nth-of-type(2)>li:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM4OWY0OCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyTTI1IDl2MzIiIGNsYXNzPSJzdHJva2UtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
}

footer div.footer__navi--pc.fixed ol:nth-of-type(2)>li.icon-minus:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM4OWY0OCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyIiBjbGFzcz0ic3Ryb2tlLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==");
}

footer div.footer__navi--pc.fixed ol:nth-of-type(3)>li:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAxNjFhYyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyTTI1IDl2MzIiIGNsYXNzPSJzdHJva2UtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
}

footer div.footer__navi--pc.fixed ol:nth-of-type(3)>li.icon-minus:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAxNjFhYyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyIiBjbGFzcz0ic3Ryb2tlLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==");
}

footer div.footer__navi--pc.fixed ol ul {
  display: block;
  margin: 0;
}

footer div.footer__navi--pc.fixed ol ul li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #959595;
  border-right: none;
}

footer div.footer__navi--pc.fixed ol ul li a {
  display: block;
  padding: 0.8em 0;
  font-size: 14px !important;
}

@media only screen and (max-width: 767px) {
  footer div.footer__navi--pc.fixed {
    left: 0;
    top: 4vw;
    width: 100%;
    padding: 0 4vw;
    overflow-y: scroll;
  }

  footer div.footer__navi--pc.fixed ol>li {
    font-size: 4vw !important;
  }

  footer div.footer__navi--pc.fixed ol ul li a {
    font-size: 3.5vw !important;
  }

  footer div.footer__navi--pc.fixed ol ul li:last-child {
    padding: 0;
  }

  footer div.footer__navi--pc.fixed ol ul:nth-of-type(1) li:last-child {
    padding: 0;
    border-bottom: 1px solid #959595;
  }

  footer div.footer__navi--pc.fixed ol ul:nth-of-type(1) li:last-child a {
    padding: 0.8em 0;
  }
}

footer div.footer__navi--sp {
  display: none;
}

footer div.icon--pp {
  position: absolute;
  bottom: 0;
  left: 560px;
}

footer div.icon--pp img {
  max-width: initial;
  width: 63px;
  height: 63px;
}

footer div.icon--pp.fixed {
  display: none;
}

@media only screen and (max-width: 1200px) {
  footer div.icon--pp {
    left: 47vw;
  }

  footer div.icon--pp img {
    width: 5vw;
    height: 5vw;
  }
}

footer div.outer {
  width: calc(100% - 8vw);
  overflow-x: hidden;
  overflow-y: scroll;
}

footer small {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 0 0 20px;
  font-size: max(8px, 0.6vw);
}

@media only screen and (max-width: 767px) {
  footer {
    padding: 10vw 4vw 12vw;
  }

  footer div.footer {
    display: block;
    justify-content: initial;
    width: 100%;
    min-width: initial;
    padding: 0;
  }

  footer div.footer__info {
    max-width: initial;
    padding: 0;
  }

  footer div.footer__info h1 {
    text-align: center;
  }

  footer div.footer__info h2 {
    text-align: center;
    font-size: 4vw;
  }

  footer div.footer__info h3 {
    text-align: center;
    font-size: 3.5vw;
  }

  footer div.footer__navi {
    width: 100%;
    margin: 10vw 0 0;
  }

  footer div.footer__navi ol {
    margin: 0.1em 0;
    font-size: 3.5vw;
  }

  footer div.footer__navi ol>li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.8em 0;
    font-size: 4vw;
    font-weight: 500;
    border-bottom: 1px solid #959595;
  }

  footer div.footer__navi ol>li:after {
    position: absolute;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 4vw;
    width: 5vw;
    height: 5vw;
    margin-right: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2QwODI3YyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyTTI1IDl2MzIiIGNsYXNzPSJzdHJva2UtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  }

  footer div.footer__navi ol>li.icon-minus {
    padding: 0.8em 0 0;
  }

  footer div.footer__navi ol>li.icon-minus:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTQgMTFoMTZ2Mkg0di0yWiIgZmlsbD0iI2QwODI3YyIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  }

  footer div.footer__navi ol ul {
    display: block;
    margin: 0;
  }

  footer div.footer__navi ol ul:nth-of-type(2) {
    margin-top: -1px;
  }

  footer div.footer__navi ol ul li {
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    font-size: 3.5vw;
  }

  footer div.footer__navi ol ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0.8em 1em;
    font-size: 3.5vw !important;
  }

  footer div.footer__navi ol ul li:last-child {
    border-bottom: none;
  }

  footer div.footer__navi ol ul:nth-of-type(1) li:last-child {
    border-bottom: 1px solid #ccc;
  }

  footer div.footer__navi ol:nth-of-type(2)>li:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM4OWY0OCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyTTI1IDl2MzIiIGNsYXNzPSJzdHJva2UtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  }

  footer div.footer__navi ol:nth-of-type(2)>li.icon-minus:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM4OWY0OCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyIiBjbGFzcz0ic3Ryb2tlLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==");
  }

  footer div.footer__navi ol:nth-of-type(3)>li:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAxNjFhYyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyTTI1IDl2MzIiIGNsYXNzPSJzdHJva2UtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  }

  footer div.footer__navi ol:nth-of-type(3)>li.icon-minus:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAxNjFhYyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyIiBjbGFzcz0ic3Ryb2tlLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==");
  }

  footer div.footer__navi ol:nth-of-type(3) ul li:last-child {
    border: none;
  }

  footer div.footer__navi--pc {
    display: none;
  }

  footer div.footer__navi--sp {
    display: block;
    width: 100%;
    margin: 10vw 0 0;
  }

  footer div.footer__navi--sp ol {
    margin: 0.1em 0;
    /*
    &:first-of-type {
      & > li {
        color: #cc6355;
      }
    }
    &:nth-of-type(2) {
      & > li {
        color: #389f48;
        &:after {
          background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM4OWY0OCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyTTI1IDl2MzIiIGNsYXNzPSJzdHJva2UtMDAwMDAwIj48L3BhdGg+PC9zdmc+');
        }
        &.icon-minus {
          &:after {
            background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM4OWY0OCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyIiBjbGFzcz0ic3Ryb2tlLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==');
          }
        }
      }
    }
    &:nth-of-type(3) {
      & > li {
        color: #0161ac;
        &:after {
          background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAxNjFhYyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyTTI1IDl2MzIiIGNsYXNzPSJzdHJva2UtMDAwMDAwIj48L3BhdGg+PC9zdmc+');
        }
        &.icon-minus {
          &:after {
            background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAxNjFhYyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyIiBjbGFzcz0ic3Ryb2tlLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==');
          }
        }
      }
      ul {
        li {
          &:last-child {
            border: none;
          }
        }
      }
    }
     */
  }

  footer div.footer__navi--sp ol>li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 4vw;
    font-weight: 500;
    border-bottom: 1px solid #959595;
  }

  footer div.footer__navi--sp ol>li>div {
    cursor: pointer;
    padding: 0.5rem 0;
    font-size: 4vw;
    font-weight: 500;
  }

  footer div.footer__navi--sp ol>li:after {
    position: absolute;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 3vw;
    width: 5vw;
    height: 5vw;
    margin-right: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2QwODI3YyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyTTI1IDl2MzIiIGNsYXNzPSJzdHJva2UtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
    pointer-events: none;
  }

  footer div.footer__navi--sp ol>li.icon-minus {
    border-bottom: none;
  }

  footer div.footer__navi--sp ol>li.icon-minus div {
    padding: 0.5rem 0 0;
  }

  footer div.footer__navi--sp ol>li.icon-minus:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTQgMTFoMTZ2Mkg0di0yWiIgZmlsbD0iI2QwODI3YyIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  }

  footer div.footer__navi--sp ol>li:first-child {
    color: #cc6355;
  }

  footer div.footer__navi--sp ol>li:nth-child(2) {
    color: #389f48;
  }

  footer div.footer__navi--sp ol>li:nth-child(2):after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM4OWY0OCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyTTI1IDl2MzIiIGNsYXNzPSJzdHJva2UtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  }

  footer div.footer__navi--sp ol>li:nth-child(2).icon-minus:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM4OWY0OCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyIiBjbGFzcz0ic3Ryb2tlLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==");
  }

  footer div.footer__navi--sp ol>li:nth-child(3) {
    color: #0161ac;
  }

  footer div.footer__navi--sp ol>li:nth-child(3):after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAxNjFhYyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyTTI1IDl2MzIiIGNsYXNzPSJzdHJva2UtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  }

  footer div.footer__navi--sp ol>li:nth-child(3).icon-minus:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAxNjFhYyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyIiBjbGFzcz0ic3Ryb2tlLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==");
  }

  footer div.footer__navi--sp ol ul {
    display: none;
    margin: 0;
    transition: all 0.3s ease;
  }

  footer div.footer__navi--sp ol ul:nth-of-type(2) {
    margin-top: -1px;
  }

  footer div.footer__navi--sp ol ul li {
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #959595;
    font-size: 3.5vw;
  }

  footer div.footer__navi--sp ol ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0.8em 1em;
    font-size: 3.5vw;
    font-weight: 400;
    color: #333;
  }

  footer div.footer__navi--sp ol ul li:last-child {
    border-bottom: none;
  }

  footer div.footer__navi--sp ol ul:nth-of-type(1) li:last-child {
    border-bottom: 1px solid #959595;
  }

  footer div.icon--pp {
    left: 80vw;
    bottom: 15vw;
  }

  footer div.icon--pp img {
    width: 15vw;
    height: 15vw;
  }

  footer small {
    width: initial;
    padding: 0;
    font-size: 3vw;
  }
}

.overlay {
  position: fixed;
  display: none;
  opacity: 1;
  background: white;
  top: 70px;
  right: 0;
  height: 100vh;
  width: 400px;
  z-index: 1000000000;
}

@media only screen and (max-width: 767px) {
  .overlay {
    top: 14vw;
    width: 100%;
  }
}

body.no-action {
  overflow: hidden;
}

.b-wrapper {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000001;
  display: none;
}

@media only screen and (max-width: 767px) {
  .b-wrapper {
    top: 14vw;
    height: calc(100% - 14vw);
  }
}

.burger__navi {
  position: fixed;
  top: 70px;
  right: -400px;
  z-index: 10000000001;
  transition: all 0.3s ease;
  width: 400px;
  height: calc(100% - 70px);
  padding: 20px 10px;
  box-sizing: border-box;
  overflow-y: scroll;
  background-color: #fff;
}

.burger__navi.use {
  right: 0;
}

.burger__navi ol {
  margin: 0.1em 0;
}

.burger__navi ol>li {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #959595;
}

.burger__navi ol>li>div {
  cursor: pointer;
  padding: 0.5rem 0;
  font-size: 16px;
  font-weight: 500;
}

.burger__navi ol>li:after {
  position: absolute;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 9px;
  width: 18px;
  height: 18px;
  margin-right: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2QwODI3YyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyTTI1IDl2MzIiIGNsYXNzPSJzdHJva2UtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  pointer-events: none;
}

.burger__navi ol>li.icon-minus {
  border-bottom: none;
}

.burger__navi ol>li.icon-minus div {
  padding: 0.5rem 0 0;
}

.burger__navi ol>li.icon-minus:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTQgMTFoMTZ2Mkg0di0yWiIgZmlsbD0iI2QwODI3YyIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
}

.burger__navi ol>li:first-child {
  color: #cc6355;
}

.burger__navi ol>li:nth-child(2) {
  color: #389f48;
}

.burger__navi ol>li:nth-child(2):after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM4OWY0OCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyTTI1IDl2MzIiIGNsYXNzPSJzdHJva2UtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
}

.burger__navi ol>li:nth-child(2).icon-minus:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM4OWY0OCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyIiBjbGFzcz0ic3Ryb2tlLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==");
}

.burger__navi ol>li:nth-child(3) {
  color: #0161ac;
}

.burger__navi ol>li:nth-child(3):after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAxNjFhYyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyTTI1IDl2MzIiIGNsYXNzPSJzdHJva2UtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
}

.burger__navi ol>li:nth-child(3).icon-minus:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg1MHY1MEgweiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAxNjFhYyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik05IDI1aDMyIiBjbGFzcz0ic3Ryb2tlLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==");
}

.burger__navi ol ul {
  display: none;
  margin: 0;
  transition: all 0.3s ease;
}

.burger__navi ol ul:nth-of-type(2) {
  margin-top: -1px;
}

.burger__navi ol ul li {
  padding: 0;
  border-right: 0;
  border-bottom: 1px solid #959595;
  font-size: 12px;
}

.burger__navi ol ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.8em 1em;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.burger__navi ol ul li a:hover {
  background-color: #f0f0f0;
}

.burger__navi ol ul li:last-child {
  border-bottom: none;
}

.burger__navi ol ul:nth-of-type(1) li:last-child {
  border-bottom: 1px solid #959595;
}

@media only screen and (max-width: 767px) {
  .burger__navi {
    top: 14vw;
    width: 70vw;
    right: -75vw;
    height: calc(100% - 14vw);
    box-sizing: border-box;
    padding: 0 4vw;
  }

  .burger__navi ol {
    font-size: 3.5vw;
  }

  .burger__navi ol>li div {
    font-size: 4vw;
  }

  .burger__navi ol>li:after {
    top: 2vw;
    width: 5vw;
    height: 5vw;
  }

  .burger__navi ol ul li {
    font-size: 3.5vw;
  }

  .burger__navi ol ul li a {
    font-size: 3.5vw;
  }
}

article section {
  padding: 5rem 0 7rem;
  /* TOP ファーストビュー */
  /* TOP 価値ある人を 価値ある場所へ */
  /* TOP 事業一覧 */
  /* TOP お知らせ */
}

article section.top__fv {
  position: relative;
  margin-top: 70px;
  padding: 0;
}

article section.top__fv div.top__fv--text {
  display: none;
  position: absolute;
  top: 37.3vw;
  left: 60.5vw;
}

article section.top__fv div.top__fv--text p {
  font-size: 1.2vw;
  font-weight: 700;
  letter-spacing: -0.19em;
}

@media only screen and (max-width: 767px) {
  article section.top__fv {
    min-width: initial;
    margin-top: 14vw;
  }

  article section.top__fv div.top__fv--text {
    display: none;
    top: 75vw;
    left: 4vw;
  }

  article section.top__fv div.top__fv--text p {
    font-size: 3vw;
    letter-spacing: initial;
    line-height: 2;
  }
}

@media (min-width: 992px) {
  article section.top__fv {
    min-width: 992px;
  }
}

article section.top__second {
  display: flex;
  flex-wrap: wrap;
  max-width: 1050px;
  margin: 0 auto;
}

article section.top__second div.top__second--left {
  width: 50%;
  padding: 5rem 1rem 0;
}

article section.top__second div.top__second--left h2 {
  margin-bottom: 1.5rem;
}

article section.top__second div.top__second--left h2 img {
  width: 280px;
}

article section.top__second div.top__second--right {
  width: 50%;
  padding: 0 1rem;
  text-align: center;
}

article section.top__second div.top__second--right img {
  width: 450px;
}

article section.top__second div.top__second--bottom {
  width: 50%;
  margin-top: -14rem;
  padding: 0 1rem;
}

article section.top__second div.top__second--bottom p {
  margin: 1em 0;
  line-height: 2;
}

@media only screen and (max-width: 1100px) {
  article section.top__second div.top__second--left h2 img {
    width: 260px;
  }

  article section.top__second div.top__second--left p {
    font-size: 13px;
  }

  article section.top__second div.top__second--right img {
    width: 430px;
  }
}

@media only screen and (max-width: 767px) {
  article section.top__second {
    display: block;
    width: calc(100% - 8vw);
    padding: 5rem 0 3rem;
  }

  article section.top__second div.top__second--left {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  article section.top__second div.top__second--left h2 {
    margin-bottom: 1.5rem;
  }

  article section.top__second div.top__second--left h2 img {
    width: 60%;
  }

  article section.top__second div.top__second--right {
    width: 100%;
    margin: 3rem auto;
    padding: 0;
  }

  article section.top__second div.top__second--right img {
    width: 100%;
  }

  article section.top__second div.top__second--bottom {
    width: 100%;
    margin-top: 1rem;
    padding: 0;
  }

  article section.top__second div.top__second--bottom p {
    margin: 1em 0;
    line-height: 2;
    font-size: 4vw;
  }
}

article section.top__employ {
  width: 100%;
  padding: 5rem 1rem;
  background-color: #F5F8F6;
}

article section.top__employ header {
  padding: 0 0 2.5rem;
  text-align: center;
  color: #5CB330;
}

article section.top__employ header h4:before,
article section.top__employ header h4:after {
  background-color: #5cb330;
}

@media only screen and (max-width: 767px) {
  article section.top__employ header {
    padding: 0 0 7vw;
  }
}

article section.top__employ ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 5rem auto 0;
}

article section.top__employ ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  width: 100%;
  margin-bottom: 5rem;
}

article section.top__employ ul li figure {
  position: relative;
  z-index: 1;
  width: 500px;
  height: 340px;
  margin-left: -70px;
}

article section.top__employ ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

article section.top__employ ul li div.top__employ--box {
  position: relative;
  width: 450px;
  margin: -10px 0 0 0;
  z-index: 1;
}

article section.top__employ ul li div.top__employ--detail {
  position: relative;
  padding: 3rem 2rem;
  background-color: #fff;
  color: #555;
}

article section.top__employ ul li div.top__employ--detail::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(305deg, #f1e654, #b6d64b);
  background-color: #f1e654;
  z-index: -1;
}

article section.top__employ ul li div.top__employ--detail h2 {
  margin: 0 0 2rem;
  font-size: 18px;
  font-weight: 700;
}

article section.top__employ ul li div.top__employ--detail p {
  font-size: 14px;
  line-height: 1.8;
}

article section.top__employ ul li:nth-child(2n) {
  flex-direction: row;
}

article section.top__employ ul li:nth-child(2n) figure {
  margin-left: -400px;
  z-index: 1;
}

article section.top__employ ul li:nth-child(2n) div.top__employ--box {
  position: absolute;
  margin: -10px 0 0 410px;
  z-index: 1;
}

article section.top__employ ul li:nth-child(2n) div.top__employ--detail::before {
  top: 10px;
  left: 10px;
  background-image: linear-gradient(59deg, #f1e654, #b6d64b);
}

article section.top__employ ul li:last-child {
  margin-bottom: 0;
}

article section.top__employ h3 {
  font-size: 24px;
  color: #555555;
  letter-spacing: 0.15em;
}

article section.top__employ a.top__employ--button {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 3rem auto 0;
  padding: 0.7em 3em;
  background-color: #5cb330;
  font-size: 14px;
  font-weight: 500;
}

article section.top__employ a.top__employ--button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

article section.top__employ a.top__employ--button:after {
  width: 8px;
  height: 8px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  article section.top__employ a.top__employ--button {
    font-size: 3.5vw;
  }
}

article section.top__employ div.top__employ--link {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  article section.top__employ {
    min-width: initial;
    padding: 3.5rem 0 2rem;
  }

  article section.top__employ h3 {
    font-size: 4.8vw;
  }

  article section.top__employ ul {
    display: block;
    width: 100%;
    margin: 4rem auto 3rem;
  }

  article section.top__employ ul li {
    display: block;
    width: calc(100% - 8vw);
    margin: 0 auto 4em;
    padding: 0;
  }

  article section.top__employ ul li figure {
    position: initial;
    top: initial;
    left: initial;
    z-index: -2;
    width: 100%;
    height: 60vw;
    margin: 0;
  }

  article section.top__employ ul li div.top__employ--box {
    width: 90%;
    margin-top: -2rem;
    margin-left: calc(50% + 1.5vw);
    transform: translateX(-50%);
  }

  article section.top__employ ul li div.top__employ--detail {
    padding: 1rem 0.8rem;
    text-align: center;
  }

  article section.top__employ ul li div.top__employ--detail::before {
    top: 3vw;
    left: -3vw;
  }

  article section.top__employ ul li div.top__employ--detail h2 {
    margin: 1em 0;
    font-size: 4vw;
    font-weight: 700;
  }

  article section.top__employ ul li div.top__employ--detail p {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    line-height: 2;
  }

  article section.top__employ ul li div.top__employ--detail a.top__employ--button {
    margin: 1em auto 0.7em;
  }

  article section.top__employ ul li:nth-child(2n) figure {
    margin-left: 0;
  }

  article section.top__employ ul li:nth-child(2n) div.top__employ--box {
    position: relative;
    margin-top: -2rem;
    margin-left: calc(50% + 1.5vw);
    transform: translateX(-50%);
  }

  article section.top__employ ul li:nth-child(2n) div.top__employ--detail::before {
    top: 3vw;
    left: -3vw;
  }

  article section.top__employ div.top__employ--link {
    margin: 1rem 0 2rem;
    text-align: center;
  }
}

article section.top__info header {
  padding: 0 0 2.5rem;
  text-align: center;
  color: #5CB330;
}

article section.top__info header h4:before,
article section.top__info header h4:after {
  background-color: #5cb330;
}

@media only screen and (max-width: 767px) {
  article section.top__info header {
    padding: 0 0 7vw;
  }
}

article section.top__info ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 900px;
  margin: 0 auto 1rem;
}

article section.top__info ul li {
  position: relative;
  width: 30%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

article section.top__info ul li a {
  color: #333;
}

article section.top__info ul li figure {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

article section.top__info ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

article section.top__info ul li h2 {
  margin: 1rem 0;
  font-size: 13.5px;
  font-weight: 400;
}

article section.top__info ul li time {
  font-size: 10px;
  font-weight: 700;
  color: #999;
}

article section.top__info ul li span {
  margin-left: 1rem;
  padding: 0.3em;
  background-color: #5cb330;
  color: #fff;
  font-size: 12px;
}

article section.top__info ul li div.entry-item {
  padding: 0.5rem;
}

article section.top__info ul li:after {
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 10px;
  transform: translate(0, -50%);
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDJDNi40ODYgMiAyIDYuNDg2IDIgMTJzNC40ODYgMTAgMTAgMTAgMTAtNC40ODYgMTAtMTBTMTcuNTE0IDIgMTIgMnptLTEuMjkzIDE1LjcwNy0xLjQxNC0xLjQxNEwxMy41ODYgMTIgOS4yOTMgNy43MDdsMS40MTQtMS40MTRMMTYuNDE0IDEybC01LjcwNyA1LjcwN3oiIGZpbGw9IiMzODlmNDgiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  pointer-events: none;
}

@media only screen and (max-width: 900px) {
  article section.top__info ul {
    width: 100%;
  }

  article section.top__info ul li {
    width: 31%;
  }
}

article section.top__info div.top__info--link {
  text-align: center;
}

article section.top__info div.top__info--link a.top__info--button {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 3rem auto 0;
  padding: 0.7em 3em;
  background-color: #5cb330;
  font-size: 14px;
  font-weight: 500;
  font-weight: 700;
}

article section.top__info div.top__info--link a.top__info--button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

article section.top__info div.top__info--link a.top__info--button:after {
  width: 8px;
  height: 8px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  article section.top__info div.top__info--link a.top__info--button {
    font-size: 3.5vw;
  }
}

@media only screen and (max-width: 767px) {
  article section.top__info {
    margin: 0;
    padding: 5rem 0;
  }

  article section.top__info ul {
    display: block;
    width: 100%;
    margin: 0;
  }

  article section.top__info ul li {
    position: relative;
    box-shadow: none;
    width: 100%;
    margin: 1vw 3vw;
  }

  article section.top__info ul li a {
    display: inline-block;
  }

  article section.top__info ul li h2 {
    font-size: 3.5vw;
    padding-bottom: 1rem;
  }

  article section.top__info ul.index li {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  }

  article section.top__info div.top__info--link a.top__info--button {
    margin: 1em 0 2em;
    font-size: 3.5vw;
    font-weight: 500;
  }
}

article section {
  /* 下層ページ用 */
  /* ページヘッダー */
}

article section.contents--header__pc {
  margin: 3rem;
  padding: 0 1rem;
}

article section.contents--header__pc div.contents--header__box {
  position: relative;
  max-width: 1200px;
  width: 85vw;
  margin: 0 auto;
  text-align: center;
}

article section.contents--header__pc div.contents--header__box img {
  width: 75vw;
  height: auto;
}

article section.contents--header__pc div.contents--header__box div.contents--header__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

article section.contents--header__pc div.contents--header__box div.contents--header__text p {
  font-size: clamp(10px, 1vw, 14px);
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  article section.contents--header__pc {
    display: none;
  }
}

article section.page__header {
  margin: 70px 0 0;
  padding: 0;
}

article section.page__header header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 210px;
  text-align: center;
  color: #fff;
  background-image: url("../images/header-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

article section.page__header header h4:before,
article section.page__header header h4:after {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  article section.page__header header {
    /*background-image: url("../images/header-sp.jpg");*/
    height: auto;
    padding: 1em;
  }
}

@media only screen and (max-width: 767px) {
  article section.page__header {
    margin: 14vw auto 8vw;
  }

  article section.page__header header {
    background-image: url("../images/header-bg-sp.webp");
    background-position: center;
  }
}

article section.page__contents {
  margin: 0 auto;
}

article section.page__contents header {
  padding: 0 0 2.5rem;
  text-align: center;
  color: #5CB330;
}

article section.page__contents header h4:before,
article section.page__contents header h4:after {
  background-color: #5cb330;
}

@media only screen and (max-width: 767px) {
  article section.page__contents header {
    padding: 0 0 7vw;
  }
}

article section.page__contents div.page__contents--wrap {
  display: flex;
  margin: 2rem auto 5rem;
}

article section.page__contents div.page__contents--left {
  width: 50%;
}

article section.page__contents div.page__contents--right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  line-height: 2;
  text-align: left;
}

article section.page__contents div.page__contents--link {
  text-align: center;
}

article section.page__contents div.page__contents--link a.top__info--button {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 3rem auto 0;
  padding: 0.7em 3em;
  background-color: #5cb330;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  padding: 1em 3em;
}

article section.page__contents div.page__contents--link a.top__info--button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

article section.page__contents div.page__contents--link a.top__info--button:after {
  width: 8px;
  height: 8px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  article section.page__contents div.page__contents--link a.top__info--button {
    font-size: 3.5vw;
  }
}

@media only screen and (max-width: 767px) {
  article section.page__contents {
    width: calc(100% - 8vw);
    margin: 0 auto;
    padding: 0;
  }

  article section.page__contents div.page__contents--wrap {
    display: block;
    margin: 1rem auto 3rem;
  }

  article section.page__contents div.page__contents--left {
    width: calc(100% - 8vw);
    margin: 0 auto;
  }

  article section.page__contents div.page__contents--right {
    display: block;
    align-items: center;
    justify-content: center;
    width: calc(100% - 8vw);
    margin: 3rem auto 0;
    line-height: 2;
    text-align: left;
  }

  article section.page__contents div.page__contents--link {
    text-align: center;
  }

  article section.page__contents div.page__contents--link a.top__info--button {
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 3rem auto 0;
    padding: 0.7em 3em;
    background-color: #5cb330;
    font-size: 14px;
    font-weight: 500;
    padding: 1em 3em;
  }

  article section.page__contents div.page__contents--link a.top__info--button:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
  }

  article section.page__contents div.page__contents--link a.top__info--button:after {
    width: 8px;
    height: 8px;
    right: 15px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  article section.page__contents div.page__contents--link a.top__info--button {
    font-size: 3.5vw;
  }
}

article section.contents--header {
  display: none;
  position: relative;
  max-width: 1050px;
  height: 34vw !important;
  max-height: 430px;
  margin: 3rem auto;
  padding: 5rem 1rem 7rem;
  background-image: url("../images/fv-placement-bg.webp");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  line-height: 2;
}

article section.contents--header div.contents--header__bottom {
  position: absolute;
  left: 50%;
  margin-left: -39vw;
}

article section.contents--header div.contents--header__bottom p {
  --min-font-size: 13px;
  --vw-font-size: 1vw;
  font-size: max(var(--min-font-size), var(--vw-font-size));
}

@media only screen and (min-width: 1420px) {
  article section.contents--header div.contents--header__bottom {
    margin-left: -520px;
  }

  article section.contents--header div.contents--header__bottom p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1000px) {
  article section.contents--header div.contents--header__bottom {
    margin-left: -45vw;
  }
}

article section.contents--header.contents--header-outs {
  display: none;
  position: relative;
  width: auto !important;
  max-width: 1050px;
  height: 34vw !important;
  max-height: 430px;
  margin: 3rem auto;
  padding: 5rem 1rem 7rem;
  background-image: url("../images/fv-out-sourcing-bg.webp");
  background-position: right center;
  background-size: contain;
  align-items: center;
}

article section.contents--header.contents--header-outs div.contents--header__bottom {
  position: absolute;
  left: 50%;
  margin-left: -39vw;
}

article section.contents--header.contents--header-outs div.contents--header__bottom p {
  --min-font-size: 13px;
  --vw-font-size: 1vw;
  font-size: max(var(--min-font-size), var(--vw-font-size));
}

@media only screen and (min-width: 1420px) {
  article section.contents--header.contents--header-outs div.contents--header__bottom {
    margin-left: -520px;
  }

  article section.contents--header.contents--header-outs div.contents--header__bottom p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1000px) {
  article section.contents--header.contents--header-outs div.contents--header__bottom {
    margin-left: -45vw;
  }
}

@media only screen and (max-width: 1020px) {
  article section.contents--header.contents--header-outs {
    padding: 5rem 2rem 7rem;
  }
}

article section.contents--header.contents--header-staffing {
  display: none;
  width: auto !important;
  max-width: 1050px;
  height: 34vw !important;
  max-height: 430px;
  margin: 3rem auto;
  padding: 5rem 1rem 7rem;
  background-image: url("../images/fv-staffing-bg.webp");
  background-position: right center;
  background-size: contain;
  align-items: center;
  line-height: 2;
}

article section.contents--header.contents--header-staffing div.contents--header__bottom {
  position: absolute;
  left: 50%;
  margin-left: -39vw;
}

article section.contents--header.contents--header-staffing div.contents--header__bottom p {
  --min-font-size: 13px;
  --vw-font-size: 1vw;
  font-size: max(var(--min-font-size), var(--vw-font-size));
}

@media only screen and (min-width: 1420px) {
  article section.contents--header.contents--header-staffing div.contents--header__bottom {
    margin-left: -520px;
  }

  article section.contents--header.contents--header-staffing div.contents--header__bottom p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1000px) {
  article section.contents--header.contents--header-staffing div.contents--header__bottom {
    margin-left: -45vw;
  }
}

article section.contents--header.contents--header-training {
  display: none;
  position: relative;
  width: auto !important;
  max-width: 1050px;
  margin: 3rem auto;
  height: 34vw !important;
  max-height: 430px;
  padding: 5rem 1rem 7rem;
  background-image: url("../images/fv-training-bg.webp");
  background-position: center right;
  background-size: contain;
  align-items: center;
}

article section.contents--header.contents--header-training div.contents--header__bottom {
  position: absolute;
  left: 50%;
  margin-left: -39vw;
}

article section.contents--header.contents--header-training div.contents--header__bottom p {
  --min-font-size: 13px;
  --vw-font-size: 1vw;
  font-size: max(var(--min-font-size), var(--vw-font-size));
}

@media only screen and (min-width: 1420px) {
  article section.contents--header.contents--header-training div.contents--header__bottom {
    margin-left: -520px;
  }

  article section.contents--header.contents--header-training div.contents--header__bottom p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1000px) {
  article section.contents--header.contents--header-training div.contents--header__bottom {
    margin-left: -45vw;
  }
}

article section.contents--header.contents--header__recruit {
  display: block;
  padding: 2.5rem 5rem;
}

@media only screen and (max-width: 1000px) {
  article section.contents--header {
    padding: 5rem 2rem 7rem;
  }
}

@media only screen and (max-width: 767px) {
  article section.contents--header {
    display: block;
    width: 100%;
    height: auto !important;
    max-height: initial;
    margin: 3rem auto 0;
    padding: 0;
    background-image: url("../images/contents_fv-sp.webp");
    background-position: bottom left;
  }

  article section.contents--header div.contents--header__bottom {
    position: absolute;
    top: 73%;
    transform: translateY(-50%);
    left: 0;
    margin-left: 0;
  }

  article section.contents--header p {
    margin: 63vw 4vw 0;
    font-size: 4vw;
  }

  article section.contents--header.contents--header-outs {
    display: block;
    width: 100%;
    height: auto !important;
    max-height: initial;
    margin: 3rem auto 0;
    padding: 0;
    background-image: url("../images/contents_fv02-sp.webp");
    background-position: bottom left;
  }

  article section.contents--header.contents--header-outs div.contents--header__bottom {
    position: absolute;
    top: 78%;
    transform: translateY(-50%);
    left: 0;
    margin-left: 0;
  }

  article section.contents--header.contents--header-staffing {
    display: block;
    width: 100%;
    height: auto !important;
    max-height: initial;
    margin: 3rem auto 0;
    padding: 0;
    background-image: url("../images/contents_fv03-sp.webp");
    background-position: bottom left;
  }

  article section.contents--header.contents--header-staffing div.contents--header__bottom {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    left: 0;
    margin-left: 0;
  }

  article section.contents--header.contents--header-training {
    display: block;
    width: 100%;
    height: auto !important;
    max-height: initial;
    margin: 3rem auto 0;
    padding: 0;
    background-image: url("../images/contents_fv04-sp.webp");
    background-position: bottom right;
  }

  article section.contents--header.contents--header-training p {
    margin: 65vw 0 0;
    font-size: 4vw;
  }

  article section.contents--header.contents--header-training div.contents--header__bottom {
    position: absolute;
    top: 72%;
    transform: translateY(-50%);
    left: 0;
    margin-left: 0;
  }

  article section.contents--header.contents--header__recruit {
    padding: 0 4vw;
  }
}

article section.contents--header-placement {
  width: auto !important;
  max-width: 1100px;
}

article section.contents--works {
  width: 100%;
  padding: 5rem 1rem 7rem;
  background-color: #F5F8F6;
}

article section.contents--works h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 2rem;
  font-weight: 500;
}

article section.contents--works h3 span {
  font-size: 0.6em;
}

article section.contents--works p {
  padding: 0;
}

article section.contents--works ul.staffing__feature {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 5rem auto 8rem;
}

article section.contents--works ul.staffing__feature li {
  display: flex;
  flex-direction: column;
  width: calc(45% - 3rem);
}

article section.contents--works ul.staffing__feature li h4 {
  width: 100%;
  margin-bottom: 4rem;
  padding: 0.5em;
  text-align: center;
  border: 1px solid #707070;
  font-weight: 500;
  background-color: #F6F6F6;
}

article section.contents--works ul.staffing__feature li div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

article section.contents--works ul.staffing__feature li:nth-child(2) {
  width: 10%;
}

article section.contents--works div.contents__works--sub {
  margin-top: 8rem;
  text-align: center;
  line-height: 2;
}

article section.contents--works div.how__works {
  max-width: 1000px;
  margin-top: 5rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  article section.contents--works {
    padding: 3rem 0;
  }

  article section.contents--works h3 {
    font-size: 4.5vw;
    letter-spacing: 0.2em;
  }

  article section.contents--works p {
    font-size: 3.5vw;
  }

  article section.contents--works ul.staffing__feature {
    display: block;
    width: calc(100% - 8vw);
    margin: 3rem auto 5rem;
  }

  article section.contents--works ul.staffing__feature li {
    display: block;
    flex-direction: initial;
    width: 100%;
  }

  article section.contents--works ul.staffing__feature li:nth-child(2) {
    width: 50%;
    margin: 3rem auto;
  }

  article section.contents--works ul.staffing__feature li:nth-child(2) h4 {
    display: none;
  }

  article section.contents--works ul.staffing__feature li:nth-child(2) div {
    display: block;
  }

  article section.contents--works ul.staffing__feature li h4 {
    width: 100%;
    margin-bottom: 3rem;
    font-size: 4vw;
    font-weight: 500;
  }

  article section.contents--works ul.staffing__feature li div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  article section.contents--works div.contents__works--sub {
    width: calc(100% - 8vw);
    margin: 0 auto;
    text-align: left;
    line-height: 2;
  }

  article section.contents--works div.contents__works--sub h3 {
    margin: 0;
  }

  article section.contents--works div.contents__works--sub p {
    padding: 1em 0 0;
  }

  article section.contents--works div.how__works {
    width: 100%;
  }
}

article section.other--service {
  width: 100%;
  padding: 3rem 1rem;
  background-image: url("../images/other-bg.webp");
}

article section.other--service header {
  color: #fff;
}

article section.other--service header h4:before {
  background-color: #fff;
}

article section.other--service header h4:after {
  background-color: #fff;
}

article section.other--service ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin: 1rem auto 0;
}

article section.other--service ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc((100% - 4rem) / 4);
  border-bottom: 1px solid #fff;
  /*
            &:nth-child(n+3) {
              div {
                padding: .7em 0;
              }

              &:nth-child(4) {
                div {
                  width: 70%;
                }
              }
            }
  */
}

article section.other--service ul li div {
  position: relative;
  display: inline-block;
  text-align: left;
  padding-right: 32px;
  width: auto;
  margin: 0.5em auto;
  font-size: 16px;
  font-weight: 500;
}

article section.other--service ul li div:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

article section.other--service ul li div:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #438B4D;
  border-right: solid 1px #438B4D;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
}

article section.other--service ul li div.line1 {
  padding: 0.7em 32px 0.7em 0;
}

article section.other--service ul li div.line2 {
  width: auto;
}

article section.other--service ul li div.w70p {
  width: auto;
}

article section.other--service ul li a {
  display: block;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  article section.other--service {
    padding: 3rem 0 3rem;
    background-image: url("../images/other-bg-sp.webp");
    background-size: contain;
  }

  article section.other--service header {
    padding: 0;
  }

  article section.other--service ul {
    flex-wrap: wrap;
    width: calc(100% - 8vw);
  }

  article section.other--service ul li {
    width: calc(50% - 1rem);
    padding: 2rem 0 0;
    border-bottom: 1px solid #fff;
  }

  article section.other--service ul li div {
    font-size: 3.5vw;
  }

  article section.other--service ul li:nth-child(4) div {
    width: auto;
  }
}

article section .staffing__ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

article section .staffing__ul li {
  display: inline-block;
  width: calc(40% - 2rem);
  padding: 0.5rem;
  border: 1px solid #707070;
}

article section .staffing__ul li:nth-child(2) {
  width: 20%;
}

article section.training__desc {
  width: 100%;
  padding: 3rem 0 4rem;
  background-image: url("../images/training-bg01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}

article section.training__desc h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

article section.training__desc div {
  max-width: 800px;
  margin: 2rem auto 0;
  padding: 1.3rem;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

article section.training__area {
  max-width: 1000px;
  padding: 5rem 0 0;
}

article section.customize__area {
  width: 100%;
  margin: 5rem auto;
  padding: 3rem 0 5rem;
  background-color: #F5F8F6;
}

article section.customize__area ul {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

article section.customize__area ul>li {
  width: calc(50% - 1.3rem);
  padding: 1.5rem 1rem;
  background-color: #fff;
}

article section.customize__area ul>li h5 {
  font-weight: bold;
}

article section.customize__area ul>li img {
  vertical-align: top;
}

article section.customize__area ol.speech {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 1rem 0 0;
}

article section.customize__area ol.speech li:first-child {
  width: 20%;
  padding: 1.5rem 0 0;
  text-align: center;
}

article section.customize__area ol.speech li:first-child img {
  width: 70%;
}

article section.customize__area ol.speech li:nth-child(2) {
  width: 80%;
}

article section.customize__area ol.speech li:nth-child(3) {
  position: relative;
  width: 72%;
}

article section.customize__area ol.speech li:nth-child(3) img {
  width: 16px;
  height: auto;
  margin: 0 0.3em;
  top: -10px;
}

article section.customize__area ol.speech li:nth-child(4) {
  width: 25%;
  padding: 1rem 0 0;
  text-align: right;
}

article section.customize__area ol.speech li:nth-child(4) img {
  width: 65%;
}

article section.recommended__area {
  max-width: 1000px;
  padding: 3rem 1rem;
}

article section.recommended__area h3 {
  width: 650px;
  margin: 1em auto;
  padding: 0.5em;
  background-color: #F0F191;
  text-align: center;
  font-size: 18px !important;
  font-weight: bold;
}

article section.recommended__area ul>li {
  padding: 0 0 2rem;
}

article section.recommended__area .page__contents--link {
  margin-top: 5rem;
}

article section.recommended__area .page__contents--link a {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 0 auto 2em;
  padding: 1.2em 3em;
  background-color: #666;
  font-size: 18px;
  margin: 0 auto 2em;
  padding: 0.6em 5em;
  font-size: 16px;
}

article section.recommended__area .page__contents--link a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

article section.recommended__area .page__contents--link a:after {
  width: 12px;
  height: 12px;
  right: 20px;
}

article section.process__area {
  width: 100%;
  background-color: #F5F8F6;
}

article section.process__area h3 {
  padding: 3rem 0;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
}

article section.process__area div.page__contents--link {
  margin-top: 12rem;
}

article section.process__area div.page__contents--link a {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 0 auto 2em;
  padding: 1.2em 3em;
  background-color: #5cb330;
  font-size: 18px;
  margin: 0 auto;
  padding: 1em 3em;
  font-size: 16px;
}

article section.process__area div.page__contents--link a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

article section.process__area div.page__contents--link a:after {
  width: 12px;
  height: 12px;
  right: 20px;
}

article section div.feature__area {
  margin: 3rem 0 1rem;
}

article section div.training__nurture {
  padding: 3rem 2rem;
  background-color: #F0FDF2;
}

article section div.training__nurture h3 {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  color: #267239;
}

article section div.training__nurture h5 {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background-color: #666666;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

article section div.training__nurture ol {
  width: 400px;
  margin: 2rem auto;
  text-align: left;
}

article section div.training__nurture ol li {
  line-height: 2;
  font-weight: 500;
}

article section div.training__nurture ul.accordion {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

article section div.training__nurture ul.accordion>li {
  position: relative;
  display: block;
  width: calc((100% - 3em) / 4);
  text-align: center;
  font-size: 16px;
}

article section div.training__nurture ul.accordion>li h3 {
  width: 100%;
  padding: 1rem;
  font-size: 16px;
  color: #333;
}

article section div.training__nurture ul.accordion>li:first-child {
  line-height: 3;
}

article section div.training__nurture ul.accordion>li:first-child h3 {
  background-color: #FFC02A;
}

article section div.training__nurture ul.accordion>li:nth-child(2) h3 {
  background-color: #F0F191;
}

article section div.training__nurture ul.accordion>li:nth-child(3) h3 {
  background-color: #CCDB50;
}

article section div.training__nurture ul.accordion>li:nth-child(4) h3 {
  background-color: #FFF2D0;
}

article section div.training__nurture ul.accordion>li ul li {
  padding: 0.8rem;
  background-color: #fff;
  text-align: left;
  line-height: 2;
  font-size: 12px;
  font-weight: 500;
}

article section div.training__nurture ul.accordion.second {
  justify-content: center;
  width: calc((100% - 3em) / 4 * 2 + 1em);
  margin: 0 auto;
}

article section div.training__nurture ul.accordion.second>li {
  width: 100%;
  font-weight: bold;
}

article section div.training__nurture ul.accordion.second>li h3 {
  padding: 0;
  background-color: #6EAFD8;
  line-height: 2;
  font-weight: 500 !important;
  color: #000 !important;
}

article section div.training__nurture ul.accordion.second>li ul li {
  font-weight: 500;
}

article section div.space {
  text-align: center;
  margin: 2rem 0;
}

article section div.space2 {
  text-align: center;
  margin: 1.5rem 0 2em;
}

article section div.space2 img {
  width: 60px;
}

article section div.specialist h5 {
  background-color: #919191;
}

article section div.specialist ul.feature {
  display: flex;
  justify-content: space-between;
}

article section div.specialist ul.feature>li {
  width: calc((100% - 1rem) / 3);
}

article section div.specialist ul.feature>li h3 {
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #FFF2D0;
  text-align: left;
  letter-spacing: 0.3em;
  text-indent: 1em;
  font-size: 14px;
  color: #333;
}

article section div.specialist ul.feature>li ul {
  flex-direction: column;
}

article section div.specialist ul.feature>li ul>li {
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0.2rem;
  padding: 0;
  /*
  &:first-child {
    margin-bottom: 0;
    padding: 0;
    background-color: initial;
    color: #F8F12B;
    font-size: 18px;
    line-height: initial;
  }*/
}

article section div.specialist ul.feature>li ul>li ul {
  background-color: #FFF2D0;
}

article section div.specialist ul.feature>li ul>li ul li {
  padding: 0.3rem 0.5rem;
}

article section div.specialist ul.feature>li ul>li ol {
  width: 100%;
  margin: 0;
}

article section div.specialist ul.feature>li ul>li ol li {
  position: relative;
  margin-bottom: 0;
  padding-left: 1em;
  font-size: 12px;
}

article section div.specialist ul.feature>li ul>li ol li:before {
  position: absolute;
  left: 0;
  content: "・";
  display: inline-block;
  width: 10px;
}

article section div.specialist ul.feature>li:first-child,
article section div.specialist ul.feature>li:nth-child(4) {
  display: none;
}

article section div.specialist ul.feature>li:nth-child(2) {
  margin-top: 5.8rem;
}

article section div.specialist ul.feature>li:nth-child(3) {
  margin-top: 2.9rem;
}

article section div.specialist ul.feature>li:nth-child(3) ul>li h3 {
  background-color: #F0F191;
}

article section div.specialist ul.feature>li:nth-child(3) ul>li ul.slide-child {
  background-color: #F0F191;
}

article section div.specialist ul.feature>li:nth-child(3) ul>li ul.slide-child>li {
  padding: 2rem 1rem;
}

article section div.specialist ul.feature>li:nth-child(5) ul>li h3 {
  background-color: #CCDB50;
}

article section div.specialist ul.feature>li:nth-child(5) ul>li ul.slide-child {
  background-color: #CCDB50;
}

article section div.specialist ul.feature>li:nth-child(5) ul>li ul.slide-child>li {
  padding: 2rem 1rem;
}

article section div.specialist ul.title {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5em;
}

article section div.specialist ul.title li {
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #CCDB50;
  background-color: #fff;
}

article section div.specialist ul.title li:first-child {
  width: calc((100% - 1em) / 3 * 2 + 0.5em);
}

article section div.specialist ul.title li:nth-child(2) {
  width: calc((100% - 1em) / 3);
}

article section div.bubble-left {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.3em 0.5em;
  background: #FFF;
  border: 1px solid #555;
  font-size: 12px;
}

article section div.bubble-left:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -30px;
  top: 20px;
  border-right: 30px solid #000;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

article section div.bubble-left:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -29px;
  top: 20px;
  border-right: 30px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

article section div.bubble-left div {
  font-size: 12px;
}

article section div.bubble-right {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.3em 4em;
  background: #FFF;
  border: 1px solid #555;
  font-size: 12px;
  line-height: 2.3;
}

article section div.bubble-right:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -30px;
  top: 20px;
  border-left: 30px solid #000;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

article section div.bubble-right:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -29px;
  top: 20px;
  border-left: 30px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

article section div.bubble-right.t2 {
  padding: 0.3em 2em;
}

article section div.bubble-right2 {
  position: relative;
  display: inline-block;
  width: 100% !important;
  padding: 1em 1.5em;
  background: #FFF;
  border: 1px solid #555;
  font-size: 12px;
  line-height: 2.3;
}

article section div.bubble-right2:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -30px;
  top: 20px;
  border-left: 30px solid #000;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

article section div.bubble-right2:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -29px;
  top: 20px;
  border-left: 30px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

article section div.bubble-right2.t2 {
  padding: 0.3em 2em;
}

article section div.decoration {
  display: flex;
  align-items: center;
  justify-content: center;
}

article section div.t2 .decoration {
  margin-left: 0;
}

article section div.customize__area--bg {
  padding: 10px;
  background-image: linear-gradient(128deg, #8dce00 1%, #ffea00 100%);
}

article section div.customize__area--detail {
  width: 100% !important;
  padding: 1rem;
  background-color: #fff;
}

article section div.customize__area--detail table {
  width: 100%;
}

article section div.customize__area--detail th,
article section div.customize__area--detail td {
  padding: 1em 0;
  font-size: 12px;
  border-bottom: 1px solid #707070;
}

article section div.customize__area--detail th {
  width: 28%;
  vertical-align: top;
}

article section div.customize__area--detail td {
  width: 72%;
}

article section div.customize__area--result {
  text-align: center;
}

article section div.customize__area--result span {
  background-color: #F1F191;
  font-size: 12px;
}

article section div.customize__area--result table {
  margin-top: 1rem;
}

article section div.customize__area--result th,
article section div.customize__area--result td {
  font-size: 12px;
  text-align: left;
}

article section div.customize__area--result th {
  width: 27%;
  vertical-align: top;
}

article section div.polygon-border {
  position: relative;
  width: 600px;
  height: 170px;
  margin: 0 auto;
  background-color: #CDDB50;
  /* 枠線の色 */
  color: #333;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
}

article section div.polygon-border:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: white;
  /* 内側の背景色 */
  clip-path: polygon(0 0, calc(100% - 39px) 0, 100% 39px, 100% 100%, 39px 100%, 0 calc(100% - 39px));
}

article section div.polygon-border2 {
  position: relative;
  width: 600px;
  height: 170px;
  margin: 0 auto;
  background-color: #CDDB50;
  /* 枠線の色 */
  color: #333;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
}

article section div.polygon-border2:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: white;
  /* 内側の背景色 */
  clip-path: polygon(0 0, calc(100% - 39px) 0, 100% 39px, 100% 100%, 39px 100%, 0 calc(100% - 39px));
}

article section div.polygon-text {
  position: absolute;
  top: 2rem;
  left: 5rem;
}

article section div.recommended__area--comic {
  text-align: center;
}

article section div.recommended__area--comic img {
  width: 400px;
}

article section div.process__area--box {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 5rem;
}

article section div.process__area--box .pc-example {
  font-size: 14px !important;
}

article section div.process2__balloon {
  position: absolute;
  left: 295px;
  margin: 1.7rem 0 0;
  padding: 1em;
  background-color: #EBF23F;
  border: 1px solid #323232;
  font-size: 12px;
  font-weight: bold;
}

article section div.process2__balloon:before,
article section div.process2__balloon:after {
  position: absolute;
  width: 0;
  height: 0;
  left: 22px;
  transform: translateX(-50%);
  border: solid transparent;
  border-width: 0 9px 25px 9px;
  /* 左右をそれぞれ 9px にすることで幅 18px を実現 */
  content: "";
}

article section div.process2__balloon:before {
  top: -25px;
  border-bottom-color: #323232;
}

article section div.process2__balloon:after {
  top: -23px;
  /* ここのずらし具合で線の太さが決まる */
  border-bottom-color: #EBF23F;
}

article section div.training__nurture--star {
  margin-bottom: 0;
  padding: 0;
  background-color: initial;
  color: #F8F12B;
  font-size: 18px;
  line-height: initial;
  text-indent: 1em;
}

article section span.b-FFF0D3 {
  padding: 0.1em 0.5em;
  line-height: 1.6;
  background-color: #FFF0D3;
  font-weight: bold;
}

article section span.b-CDDB50 {
  padding: 0.1em 0.5em;
  line-height: 1.6;
  background-color: #CDDB50;
  font-weight: bold;
}

article section span.b-FFC02A {
  padding: 0.1em 0.5em;
  line-height: 1.6;
  background-color: #FFC02A;
  font-weight: bold;
}

article section span.b-F0F291 {
  padding: 0.1em 0.5em;
  line-height: 1.6;
  background-color: #F0F291;
  font-weight: bold;
}

article section span.i3 {
  padding-left: 2em;
  font-size: 12px;
}

article section span.li-title {
  display: inline-block;
  padding: 0.5em 1em;
  font-weight: bold;
}

article section ul.accordion2 li {
  cursor: pointer;
}

article section ul.accordion2 li:after {
  position: absolute;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

article section ul.accordion2 li ul.slide-child {
  /*display: none;*/
  width: 100%;
  margin: 0;
  transition: max-height 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
}

article section ul.accordion2 li ul.slide-child>li {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  border-bottom: none;
  cursor: initial;
  font-weight: normal;
}

article section ul.accordion2 li ul.slide-child>li:before {
  content: none;
  display: none;
}

article section ul.accordion2 li ul.slide-child>li:after {
  content: none;
  display: none;
}

article section ul.accordion2>li {
  position: relative;
}

article section ul.accordion2>li:after {
  right: 0;
  top: 13px;
  width: 15px;
  height: 20px;
  margin-right: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NXB4IiBoZWlnaHQ9IjQ1cHgiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCI+PGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MSIgZmlsbD0iI2Q0ZDVkNCIgZD0iTSAxOS41LDMuNSBDIDIwLjgzMzMsMy41IDIyLjE2NjcsMy41IDIzLjUsMy41QyAyMy41LDkuMTY2NjcgMjMuNSwxNC44MzMzIDIzLjUsMjAuNUMgMjguNSwyMC41IDMzLjUsMjAuNSAzOC41LDIwLjVDIDM4LjUsMjEuODMzMyAzOC41LDIzLjE2NjcgMzguNSwyNC41QyAzMy41LDI0LjUgMjguNSwyNC41IDIzLjUsMjQuNUMgMjMuNSwyOS41IDIzLjUsMzQuNSAyMy41LDM5LjVDIDIyLjE2NjcsMzkuNSAyMC44MzMzLDM5LjUgMTkuNSwzOS41QyAxOS41LDM0LjUgMTkuNSwyOS41IDE5LjUsMjQuNUMgMTQuNSwyNC41IDkuNSwyNC41IDQuNSwyNC41QyA0LjUsMjMuMTY2NyA0LjUsMjEuODMzMyA0LjUsMjAuNUMgOS41LDIwLjUgMTQuNSwyMC41IDE5LjUsMjAuNUMgMTkuNSwxNC44MzMzIDE5LjUsOS4xNjY2NyAxOS41LDMuNSBaIi8+PC9nPjwvc3ZnPg==");
}

article section ul.accordion2>li.icon-minus:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NXB4IiBoZWlnaHQ9IjQ1cHgiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCI+PGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MSIgZmlsbD0iI2Q0ZDVkNCIgZD0iTSA0LjUsMjAuNSBDIDE1LjgzMzMsMjAuNSAyNy4xNjY3LDIwLjUgMzguNSwyMC41QyAzOC41LDIxLjgzMzMgMzguNSwyMy4xNjY3IDM4LjUsMjQuNUMgMjcuMTY2NywyNC41IDE1LjgzMzMsMjQuNSA0LjUsMjQuNUMgNC41LDIzLjE2NjcgNC41LDIxLjgzMzMgNC41LDIwLjUgWiIvPjwvZz48L3N2Zz4=");
}

article section ul.accordion-child {
  width: 100%;
  border-top: 1px solid #aaa;
}

article section ul.accordion-child li {
  margin: 0 auto;
}

article section ul.accordion-child li div {
  width: 650px;
  margin: 0 auto;
  font-size: 13px;
}

article section ul.accordion-child li div p {
  font-size: 13.5px !important;
  line-height: 2;
}

article section ul.accordion-child li h5 {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.3em 1.5em;
  background-color: #F0F191;
  font-size: 18px;
  font-weight: bold;
}

article section ul.accordion-child li hr {
  margin: 2rem 0;
  border: none;
  height: 1px;
  background-color: #707070;
}

article section ul.accordion-child li ol.speech {
  position: relative;
  display: flex;
  width: 650px;
  margin: 2rem auto 0;
}

article section ul.accordion-child li ol.speech li:first-child {
  width: 80%;
}

article section ul.accordion-child li ol.speech li:first-child div.bubble-right {
  padding: 1em 1.5em;
}

article section ul.accordion-child li ol.speech li:nth-child(2) {
  width: 20%;
  text-align: center;
  z-index: 2;
}

article section ul.accordion-child li ol.speech li:nth-child(2) img {
  width: 80%;
  vertical-align: top;
}

article section ul.process {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

article section ul.process li {
  position: relative;
  padding: 1.5rem 0.7rem 3rem;
  writing-mode: vertical-rl;
  background-color: #eee;
  border: 1px solid #707070;
  font-weight: 500;
}

article section ul.process li:nth-child(odd) {
  letter-spacing: 0.2em;
}

article section ul.process li:nth-child(even) {
  padding: 0;
  border: none;
  background-color: initial;
  align-self: center;
  text-align: center;
  writing-mode: initial;
}

article section ul.process li:nth-child(even) img {
  width: 90%;
  height: auto;
}

article section ul.process li:first-child,
article section ul.process li:last-child {
  background-color: #CCDB50;
}

article section ul.process__detail {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 3rem;
}

article section ul.process__detail li {
  width: calc(20% + 44px);
  text-align: center;
}

article section ul.process__detail li p {
  font-size: 12px;
  font-weight: bold;
}

article section ul.process__detail li:first-child,
article section ul.process__detail li:last-child {
  width: calc(10% + 35px);
}

article section ul.process2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

article section ul.process2 li {
  position: relative;
  padding: 1.5rem 0.7rem 3rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #eee;
  border: 1px solid #707070;
}

article section ul.process2 li:nth-child(odd) {
  letter-spacing: 0.2em;
}

article section ul.process2 li:nth-child(even) {
  width: calc((100% - 300px) / 5);
  padding: 0 1rem;
  border: none;
  background-color: initial;
  align-self: flex-start;
  text-align: center;
  writing-mode: initial;
}

article section ul.process2 li:nth-child(even) h5 {
  margin-bottom: 1em;
  font-size: 12px;
  font-weight: bold;
  color: #438B4D;
}

article section ul.process2 li:nth-child(even) div {
  padding: 0 1.5em;
  font-size: 12px;
  font-weight: bold;
}

article section ul.process2 li:nth-child(even) img {
  width: 90%;
  height: auto;
}

article section ul.process2 li:nth-child(2) {
  width: 75px;
}

article section ul.process2 li:nth-child(6) {
  width: 267px;
}

article section ul.process2 li:first-child,
article section ul.process2 li:last-child {
  background-color: #CCDB50;
}

article section ul.process__detail2 {
  display: flex;
  flex-wrap: wrap;
}

article section ul.process__detail2 li {
  width: calc(20% + 44px);
  text-align: center;
}

article section ul.process__detail2 li:first-child,
article section ul.process__detail2 li:last-child {
  width: calc(10% + 35px);
}

@media only screen and (max-width: 767px) {
  article section.training__desc {
    background-image: url("../images/training_desc-bg.webp");
  }

  article section.training__desc div {
    width: 100%;
    padding: 1.3rem 3.8rem;
    border: none;
    text-align: left;
    font-size: 4vw;
  }

  article section.training__area {
    margin: 3rem auto;
    padding: 0;
  }

  article section.customize__area {
    margin: 5rem auto 0;
    padding: 3rem 4vw 5rem;
  }

  article section.customize__area ul {
    width: 100%;
    display: block;
  }

  article section.customize__area ul li {
    width: 100%;
  }

  article section.customize__area ol.speech li {
    width: 100% !important;
    margin-bottom: 1rem;
  }

  article section.customize__area ol.speech li:nth-child(3) img {
    width: 4vw;
    margin: 0 0.5rem;
  }

  article section.recommended__area {
    padding: 4rem 0;
  }

  article section.recommended__area h3 {
    width: 100%;
    font-size: 3.5vw !important;
  }

  article section.recommended__area .page__contents--link {
    margin-top: 3rem;
  }

  article section.recommended__area .page__contents--link a {
    width: 100%;
    padding: 0.6em 1em;
    line-height: 2;
    font-size: 3.5vw;
    font-weight: bold;
  }

  article section.process__area {
    padding: 3rem 0 5rem;
  }

  article section.process__area header {
    padding: 0 0 1rem;
  }

  article section.process__area h3 {
    font-size: 4.5vw;
  }

  article section.process__area div.page__contents--link {
    margin-top: 5rem;
  }

  article section.process__area div.page__contents--link a {
    width: calc(100% - 8vw);
    font-size: 3.5vw;
  }

  article section div.training__nurture {
    padding: 3rem 0;
  }

  article section div.training__nurture h3 {
    font-size: 5vw;
    margin-bottom: 2rem;
  }

  article section div.training__nurture h5 {
    margin-bottom: 0.8rem;
  }

  article section div.training__nurture ol {
    width: 100%;
  }

  article section div.training__nurture ul.accordion {
    display: block;
  }

  article section div.training__nurture ul.accordion li {
    cursor: pointer;
  }

  article section div.training__nurture ul.accordion li:after {
    position: absolute;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
  }

  article section div.training__nurture ul.accordion li ul.slide-child {
    /*display: none;*/
    width: 100%;
    margin: 0;
    transition: max-height 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
  }

  article section div.training__nurture ul.accordion li ul.slide-child>li {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    border-bottom: none;
    cursor: initial;
    font-weight: normal;
  }

  article section div.training__nurture ul.accordion li ul.slide-child>li:before {
    content: none;
    display: none;
  }

  article section div.training__nurture ul.accordion li ul.slide-child>li:after {
    content: none;
    display: none;
  }

  article section div.training__nurture ul.accordion li {
    width: 100%;
  }

  article section div.training__nurture ul.accordion li h3 {
    margin-bottom: 0;
    padding: 0.8em 1em;
    text-align: left;
  }

  article section div.training__nurture ul.accordion li:first-child {
    line-height: initial;
  }

  article section div.training__nurture ul.accordion li ul.slide-child li {
    padding: 0.8rem;
    line-height: 2;
    background-color: #F0FDF2;
    font-size: 3.5vw;
    font-weight: 500;
  }

  article section div.training__nurture ul.accordion>li {
    position: relative;
    margin-bottom: 0.5rem;
  }

  article section div.training__nurture ul.accordion>li:after {
    right: 1.5vw;
    top: 4.5vw;
    width: 3.5vw;
    height: 4vw;
    margin-right: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NXB4IiBoZWlnaHQ9IjQ1cHgiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCI+PGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MSIgZmlsbD0iIzMyMzMzMiIgZD0iTSAxOS41LDMuNSBDIDIwLjgzMzMsMy41IDIyLjE2NjcsMy41IDIzLjUsMy41QyAyMy41LDkuMTY2NjcgMjMuNSwxNC44MzMzIDIzLjUsMjAuNUMgMjguNSwyMC41IDMzLjUsMjAuNSAzOC41LDIwLjVDIDM4LjUsMjEuODMzMyAzOC41LDIzLjE2NjcgMzguNSwyNC41QyAzMy41LDI0LjUgMjguNSwyNC41IDIzLjUsMjQuNUMgMjMuNSwyOS41IDIzLjUsMzQuNSAyMy41LDM5LjVDIDIyLjE2NjcsMzkuNSAyMC44MzMzLDM5LjUgMTkuNSwzOS41QyAxOS41LDM0LjUgMTkuNSwyOS41IDE5LjUsMjQuNUMgMTQuNSwyNC41IDkuNSwyNC41IDQuNSwyNC41QyA0LjUsMjMuMTY2NyA0LjUsMjEuODMzMyA0LjUsMjAuNUMgOS41LDIwLjUgMTQuNSwyMC41IDE5LjUsMjAuNUMgMTkuNSwxNC44MzMzIDE5LjUsOS4xNjY2NyAxOS41LDMuNSBaIi8+PC9nPjwvc3ZnPg==");
  }

  article section div.training__nurture ul.accordion>li.icon-minus:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NXB4IiBoZWlnaHQ9IjQ1cHgiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCI+PGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MSIgZmlsbD0iIzMyMzMzMiIgZD0iTSA0LjUsMjAuNSBDIDE1LjgzMzMsMjAuNSAyNy4xNjY3LDIwLjUgMzguNSwyMC41QyAzOC41LDIxLjgzMzMgMzguNSwyMy4xNjY3IDM4LjUsMjQuNUMgMjcuMTY2NywyNC41IDE1LjgzMzMsMjQuNSA0LjUsMjQuNUMgNC41LDIzLjE2NjcgNC41LDIxLjgzMzMgNC41LDIwLjUgWiIvPjwvZz48L3N2Zz4=");
  }

  article section div.training__nurture ul.accordion.second {
    width: 100%;
  }

  article section div.training__nurture ul.accordion.second li h3 {
    padding: 0.8em 1em;
    line-height: initial;
  }

  article section div.specialist ul.feature {
    display: block;
  }

  article section div.specialist ul.feature>li {
    width: 100%;
  }

  article section div.specialist ul.feature>li h3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1em 0.5em;
    font-size: 4vw;
    text-indent: 0;
  }

  article section div.specialist ul.feature>li h3 span {
    font-size: 4vw;
    text-indent: 0.3em;
  }

  article section div.specialist ul.feature>li h3 img {
    width: auto;
    height: 7vw;
    margin-right: 1.2rem;
  }

  article section div.specialist ul.feature>li:nth-child(2) ul h3 {
    padding: 1em 1.2em;
  }

  article section div.specialist ul.feature>li:nth-child(2) ul img {
    margin-right: 1.5rem;
  }

  article section div.specialist ul.feature>li:nth-child(2),
  article section div.specialist ul.feature>li:nth-child(3),
  article section div.specialist ul.feature>li:nth-child(5) {
    margin-top: 0 !important;
  }

  article section div.specialist ul.feature>li:first-child,
  article section div.specialist ul.feature>li:nth-child(4) {
    display: block;
    margin-bottom: 0.8rem;
    padding: 0.5em 0;
    background-color: #fff;
    border: 1px solid #CCDB50;
    text-align: center;
    font-size: 3.5vw;
    font-weight: bold;
  }

  article section div.specialist ul.feature>li:nth-child(4) {
    margin-bottom: 1rem;
  }

  article section div.specialist ul.feature>li:nth-child(3) ul>li ul.slide-child li,
  article section div.specialist ul.feature>li:nth-child(5) ul>li ul.slide-child li {
    padding: 0.5rem;
  }

  article section div.specialist ul.feature>li:nth-child(5) ul h3 {
    padding: 0.1em 0.5em;
  }

  article section div.specialist ul.feature>li:nth-child(5) ul h3 img {
    height: 13vw;
  }

  article section div.specialist ul.feature>li ul {
    margin-bottom: 0.5rem;
  }

  article section div.specialist ul.feature>li ul li {
    cursor: pointer;
  }

  article section div.specialist ul.feature>li ul li:after {
    position: absolute;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
  }

  article section div.specialist ul.feature>li ul li ul.slide-child {
    /*display: none;*/
    width: 100%;
    margin: 0;
    transition: max-height 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
  }

  article section div.specialist ul.feature>li ul li ul.slide-child>li {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    border-bottom: none;
    cursor: initial;
    font-weight: normal;
  }

  article section div.specialist ul.feature>li ul li ul.slide-child>li:before {
    content: none;
    display: none;
  }

  article section div.specialist ul.feature>li ul li ul.slide-child>li:after {
    content: none;
    display: none;
  }

  article section div.specialist ul.feature>li ul>li {
    position: relative;
    padding: 0;
  }

  article section div.specialist ul.feature>li ul>li ul.slide-child li {
    padding: 0.5rem;
    line-height: 2;
    font-size: 3.5vw;
    font-weight: 500;
  }

  article section div.specialist ul.feature>li ul>li ol li {
    padding: 0 0 0 1.5rem !important;
  }

  article section div.specialist ul.feature>li ul>li ol li:before {
    left: 0;
  }

  article section div.specialist ul.feature>li ul>li:after {
    right: 1.5vw;
    top: 6vw;
    width: 3.5vw;
    height: 4vw;
    margin-right: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NXB4IiBoZWlnaHQ9IjQ1cHgiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCI+PGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MSIgZmlsbD0iIzMyMzMzMiIgZD0iTSAxOS41LDMuNSBDIDIwLjgzMzMsMy41IDIyLjE2NjcsMy41IDIzLjUsMy41QyAyMy41LDkuMTY2NjcgMjMuNSwxNC44MzMzIDIzLjUsMjAuNUMgMjguNSwyMC41IDMzLjUsMjAuNSAzOC41LDIwLjVDIDM4LjUsMjEuODMzMyAzOC41LDIzLjE2NjcgMzguNSwyNC41QyAzMy41LDI0LjUgMjguNSwyNC41IDIzLjUsMjQuNUMgMjMuNSwyOS41IDIzLjUsMzQuNSAyMy41LDM5LjVDIDIyLjE2NjcsMzkuNSAyMC44MzMzLDM5LjUgMTkuNSwzOS41QyAxOS41LDM0LjUgMTkuNSwyOS41IDE5LjUsMjQuNUMgMTQuNSwyNC41IDkuNSwyNC41IDQuNSwyNC41QyA0LjUsMjMuMTY2NyA0LjUsMjEuODMzMyA0LjUsMjAuNUMgOS41LDIwLjUgMTQuNSwyMC41IDE5LjUsMjAuNUMgMTkuNSwxNC44MzMzIDE5LjUsOS4xNjY2NyAxOS41LDMuNSBaIi8+PC9nPjwvc3ZnPg==");
  }

  article section div.specialist ul.feature>li ul>li.icon-minus:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NXB4IiBoZWlnaHQ9IjQ1cHgiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCI+PGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MSIgZmlsbD0iIzMyMzMzMiIgZD0iTSA0LjUsMjAuNSBDIDE1LjgzMzMsMjAuNSAyNy4xNjY3LDIwLjUgMzguNSwyMC41QyAzOC41LDIxLjgzMzMgMzguNSwyMy4xNjY3IDM4LjUsMjQuNUMgMjcuMTY2NywyNC41IDE1LjgzMzMsMjQuNSA0LjUsMjQuNUMgNC41LDIzLjE2NjcgNC41LDIxLjgzMzMgNC41LDIwLjUgWiIvPjwvZz48L3N2Zz4=");
  }

  article section div.specialist ul.title {
    display: none;
  }

  article section div.specialist .slide-box {
    height: auto !important;
    padding: 0;
  }

  article section div.bubble-left {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    padding: 0 0.5em;
    font-size: 3.5vw;
  }

  article section div.bubble-left:before {
    content: none;
  }

  article section div.bubble-left:after {
    content: none;
  }

  article section div.bubble-left div {
    font-size: 3.5vw;
  }

  article section div.bubble-left div.sp-box {
    padding: 0.5rem 0;
  }

  article section div.bubble-left img.sp {
    width: 15%;
    vertical-align: top;
  }

  article section div.bubble-right {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0.3em 1em;
    font-size: 3.5vw;
    line-height: 2.3;
  }

  article section div.bubble-right:before {
    content: none;
  }

  article section div.bubble-right:after {
    content: none;
  }

  article section div.bubble-right.t2 {
    padding: 0.3em 1em;
  }

  article section div.bubble-right2 {
    position: relative;
    margin-top: -2rem;
    padding: 0.3em 1em;
    font-size: 3.5vw;
    line-height: 2;
  }

  article section div.bubble-right2.t2 {
    padding: 0.3em 1em;
  }

  article section div.decoration span {
    font-size: 3.7vw;
  }

  article section div.customize__area--detail th {
    width: 35%;
    font-size: 3vw;
  }

  article section div.customize__area--detail td {
    width: 65%;
    font-size: 3vw;
  }

  article section div.customize__area--result span {
    font-size: 3vw;
  }

  article section div.customize__area--result th {
    width: 36%;
    font-size: 3vw;
  }

  article section div.customize__area--result td {
    font-size: 3vw;
  }

  article section div.polygon-border {
    width: 100%;
    height: 34vw;
  }

  article section div.polygon-border.type3 {
    height: 42vw;
  }

  article section div.polygon-border.type2 {
    height: 38vw;
  }

  article section div.polygon-border2 {
    width: 100%;
    height: 40vw;
  }

  article section div.polygon-text {
    left: 2rem;
  }

  article section div.polygon-text.more {
    top: 1rem !important;
  }

  article section div.process__area--box {
    width: calc(100% - 8vw);
    margin: 0 auto 3rem;
  }

  article section div.process__area--box ol li {
    padding: 0.3em;
    text-align: center;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 2;
  }

  article section div.process__area--box ol li img {
    display: block;
    width: 12vw;
    margin: 1rem auto;
  }

  article section div.process__area--box ol li span {
    color: #438B4D;
  }

  article section div.process__area--box ol li div {
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    background-color: #EBF23F;
    border: 1px solid #000;
  }

  article section div.process__area--box ol li:nth-child(odd) {
    background-color: #EEEEEE;
    border: 1px solid #707070;
    font-size: 4vw;
  }

  article section div.process__area--box ol li:first-child,
  article section div.process__area--box ol li:last-child {
    background-color: #CCDB50;
    border: 1px solid #707070;
    font-size: 4vw;
  }

  article section div.process__area--box div.sp-example {
    margin-bottom: 3rem;
    padding: 0.3rem;
    background-color: #666;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    line-height: 2;
    text-align: center;
  }

  article section div.training__nurture--star {
    display: none;
  }

  article section div.process2__balloon {
    display: none;
  }

  article section span.i3 {
    padding-left: 0;
    font-size: 3.5vw;
  }

  article section ul.accordion2>li:after {
    top: 7px;
  }

  article section ul.accordion-child li {
    width: 100%;
  }

  article section ul.accordion-child li h5 {
    margin-bottom: 0.5em;
    padding: 0 1em;
    font-size: 3.5vw;
  }

  article section ul.accordion-child li div {
    width: 100%;
    font-size: 3vw;
  }

  article section ul.accordion-child li ol.speech {
    width: 100%;
  }

  article section ul.accordion-child li ol.speech li:nth-child(2) img {
    width: 90%;
  }

  article section ul.accordion-child li ol.sp-speech {
    margin: 4rem 0 0;
  }

  article section ul.accordion-child li ol.sp-speech li:first-child {
    margin-top: -2rem;
  }

  article section ul.process {
    display: none;
  }

  article section ul.process li {
    padding: 0.5rem 0;
    text-align: center;
    font-size: 4vw;
    writing-mode: initial;
  }

  article section ul.process__detail {
    display: none;
  }

  article section ul.process2 {
    display: none;
  }

  article section ul.process2 li {
    width: 100%;
    writing-mode: initial;
  }
}

article section {
  /* お知らせ一覧ページ */
  /* お知らせ 詳細ページ */
  /* ページャー */
}

article section.post-list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

article section.post-list img {
  display: block;
  width: 100%;
  height: auto;
}

article section.post-list div.post__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  article section.post-list div.post__area {
    padding: 0 2rem;
  }
}

article section.post-list div.post__item {
  position: relative;
  width: calc((100% - 4em) / 3);
  margin-bottom: 2em;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

article section.post-list div.post__item a {
  color: #333;
}

article section.post-list div.post__item figure {
  width: 100%;
  overflow: hidden;
}

article section.post-list div.post__item div.entry-item {
  padding: 1rem 1rem 3rem;
}

article section.post-list div.post__item img {
  display: block;
  width: 100%;
  height: auto;
}

article section.post-list div.post__item:not(:nth-child(3n)) {
  margin-right: 2em;
}

article section.post-list div.post__item:after {
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 10px;
  transform: translate(0, -50%);
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDJDNi40ODYgMiAyIDYuNDg2IDIgMTJzNC40ODYgMTAgMTAgMTAgMTAtNC40ODYgMTAtMTBTMTcuNTE0IDIgMTIgMnptLTEuMjkzIDE1LjcwNy0xLjQxNC0xLjQxNEwxMy41ODYgMTIgOS4yOTMgNy43MDdsMS40MTQtMS40MTRMMTYuNDE0IDEybC01LjcwNyA1LjcwN3oiIGZpbGw9IiMzODlmNDgiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  article section.post-list {
    width: calc(100% - 8vw);
  }

  article section.post-list img {
    position: relative;
    z-index: -1;
  }

  article section.post-list div.post__area {
    display: block;
    width: 100%;
    padding: 0;
  }

  article section.post-list div.post__item {
    flex: initial;
    width: 100%;
    margin-bottom: 7rem;
    box-shadow: none;
  }

  article section.post-list div.post__item:after {
    content: none;
  }
}

@media only screen and (max-width: 767px) {
  article section .entry-item {
    position: relative;
    width: calc(100% - 10px);
    margin: 0 0 0 10px;
    padding: 1em 1em 2.5em 1em;
    background-color: #fff;
    /*
            &:after {
              position: absolute;
              display: inline-block;
              bottom: -3px;
              right: 10px;
              transform: translate(0, -50%);
              content: "";
              background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDJDNi40ODYgMiAyIDYuNDg2IDIgMTJzNC40ODYgMTAgMTAgMTAgMTAtNC40ODYgMTAtMTBTMTcuNTE0IDIgMTIgMnptLTEuMjkzIDE1LjcwNy0xLjQxNC0xLjQxNEwxMy41ODYgMTIgOS4yOTMgNy43MDdsMS40MTQtMS40MTRMMTYuNDE0IDEybC01LjcwNyA1LjcwN3oiIGZpbGw9IiMzODlmNDgiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==');
              background-size: contain;
              width: 22px;
              height: 22px;
              pointer-events: none;
            }
    */
  }

  article section .entry-item p {
    font-size: 4vw;
    margin-bottom: 1rem;
  }

  article section .entry-item:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    width: calc(100% + 10px);
    height: 100%;
    background-image: linear-gradient(305deg, #f1e654, #b6d64b);
    background-color: #f1e654;
    z-index: -1;
  }

  article section .entry-item.top-item {
    width: 100%;
    margin: 0 auto;
  }

  article section .entry-item.top-item:before {
    content: none;
  }

  article section .entry-item.list__page:after {
    position: absolute;
    display: inline-block;
    bottom: -3px;
    right: 10px;
    transform: translate(0, -50%);
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDJDNi40ODYgMiAyIDYuNDg2IDIgMTJzNC40ODYgMTAgMTAgMTAgMTAtNC40ODYgMTAtMTBTMTcuNTE0IDIgMTIgMnptLTEuMjkzIDE1LjcwNy0xLjQxNC0xLjQxNEwxMy41ODYgMTIgOS4yOTMgNy43MDdsMS40MTQtMS40MTRMMTYuNDE0IDEybC01LjcwNyA1LjcwN3oiIGZpbGw9IiMzODlmNDgiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==");
    background-size: contain;
    width: 22px;
    height: 22px;
    pointer-events: none;
  }
}

article section.entry-post {
  width: 800px;
  margin: 0 auto;
}

article section.entry-post header {
  padding: 0;
  text-align: left;
}

article section.entry-post .entry-title {
  font-size: 28px;
  margin-bottom: 0.8em;
  color: #000;
}

article section.entry-post .entry-content {
  line-height: 1.8;
}

article section.entry-post .entry-content p {
  margin: 1em 0;
}

article section.entry-post .entry-list-link {
  margin: 50px auto;
  text-align: center;
}

article section.entry-post .entry-list-link a {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 3rem auto 0;
  padding: 0.7em 3em;
  background-color: #5cb330;
  font-size: 14px;
  font-weight: 500;
}

article section.entry-post .entry-list-link a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

article section.entry-post .entry-list-link a:after {
  width: 8px;
  height: 8px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  article section.entry-post .entry-list-link a {
    font-size: 3.5vw;
  }
}

@media only screen and (max-width: 767px) {
  article section.entry-post {
    width: calc(100% - 8vw);
  }

  article section.entry-post .entry-title {
    font-size: 4.5vw;
  }
}

article section .entry-meta {
  margin-bottom: 1rem;
}

article section .entry-meta time {
  font-size: 12px;
  color: #999;
}

article section .entry-meta span {
  margin-left: 1rem;
  padding: 0.3em;
  background-color: #5cb330;
  color: #fff;
  font-size: 12px;
}

article section ul.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem auto;
}

article section ul.pager li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 0.5em;
}

article section ul.pager li.active {
  background-color: #438B4D;
  color: #fff;
}

article section ul.pager li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333;
}

article section.contents--header__recruit {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: auto !important;
  max-width: 1050px;
  height: 450px;
  margin: 2rem auto 5rem;
  padding: 0 5rem;
  background-image: url("../images/recruit_fv-bg.webp");
  background-position: right center;
  background-size: contain;
}

article section.job__positions {
  background-color: #fff;
}

article section.job__positions ul {
  margin: 0 auto;
}

article section.job__positions ul li figure {
  width: auto;
  height: 380px;
  aspect-ratio: 4/3;
  margin-left: -90px;
}

article section.job__positions ul li div.top__employ--box {
  width: 470px;
}

article section.job__positions ul li div.top__employ--detail {
  padding: 2rem;
}

article section.job__positions ul li div.top__employ--link {
  margin-right: 3rem;
}

article section.job__positions div.top__employ--detail h2 {
  font-weight: 500 !important;
}

article section.job__positions div.top__employ--detail p {
  font-size: 12.5px !important;
}

article section.job__positions div.top__employ--detail p.large {
  font-size: 18px !important;
}

article section.job__positions div.page__contents--link {
  margin-top: 8rem;
  text-align: center;
}

article section.job__positions div.page__contents--link a {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 3rem auto 0;
  padding: 0.7em 3em;
  background-color: #5cb330;
  font-size: 14px;
  font-weight: 500;
  padding: 0.7em 2em;
  font-size: 16px;
}

article section.job__positions div.page__contents--link a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

article section.job__positions div.page__contents--link a:after {
  width: 8px;
  height: 8px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  article section.job__positions div.page__contents--link a {
    font-size: 3.5vw;
  }
}

article section.staff__interview {
  max-width: 1000px;
  padding: 5rem 1rem 10rem;
}

article section.staff__interview ul li img {
  width: 70px;
  margin-right: 1rem;
}

article section.staff__interview ul li:nth-child(odd) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem;
}

article section.staff__interview ul li:nth-child(odd) h5 {
  font-weight: 500;
  font-size: 16px;
  color: #438B4D;
}

article section.staff__interview ul li:nth-child(even) {
  position: relative;
  background-color: #F0FDF2;
  padding: 1rem 2rem;
  line-height: 2;
}

article section.staff__interview ul li:nth-child(even) p {
  font-weight: 700;
}

article section.staff__interview ul li:nth-child(even):before {
  position: absolute;
  width: 0;
  height: 0;
  top: -16px;
  left: 64px;
  transform: translateX(-50%);
  border: solid transparent;
  border-bottom-color: #F0FDF2;
  border-width: 0 10px 16px 10px;
  content: "";
}

article section div.contents--header__title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #5CB330;
}

article section div.contents--header__title span {
  font-size: 21px;
}

article section div.contents--header__subtitle {
  margin-bottom: 2rem;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-indent: 3em;
  color: #5CB330;
}

@media only screen and (max-width: 1000px) {
  article section.contents--header__recruit p {
    font-size: 1.5vw;
  }

  article section.job__positions ul li figure {
    width: 50vw;
    height: 380px;
  }

  article section.job__positions ul li div.top__employ--box {
    width: 470px;
  }

  article section div.contents--header__title {
    font-size: 3vw;
  }

  article section div.contents--header__subtitle {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  article section.contents--header__recruit {
    justify-content: flex-end;
    width: 100%;
    height: 173vw;
    margin: -8vw 0 0;
    padding: 0 4vw;
    background-position: top left;
    background-image: url("../images/recruit_fv-bg-sp.webp");
  }

  article section.contents--header__recruit p {
    margin: 0;
    font-size: 3.5vw;
  }

  article section.job__positions ul {
    width: calc(100% - 8vw);
  }

  article section.job__positions ul li {
    width: 100%;
  }

  article section.job__positions ul li figure {
    width: 100%;
    height: 65vw;
    margin-left: 0;
  }

  article section.job__positions ul li div.top__employ--box {
    width: 90%;
  }

  article section.job__positions ul li div.top__employ--detail {
    padding: 1rem;
  }

  article section.job__positions ul li div.top__employ--detail p {
    text-align: left;
  }

  article section.job__positions ul li div.top__employ--detail p.large {
    font-size: 3.5vw !important;
  }

  article section.job__positions ul li div.top__employ--link {
    margin-right: 0;
  }

  article section.job__positions div.page__contents--link {
    margin: 3rem 4vw 0;
  }

  article section.job__positions div.page__contents--link a {
    font-size: 4vw;
  }

  article section.staff__interview {
    padding: 2rem 0 5rem;
  }

  article section.staff__interview header {
    padding: 0 0 1vw;
  }

  article section.staff__interview header h4:before,
  article section.staff__interview header h4:after {
    width: 4em;
  }

  article section.staff__interview header h4:after {
    right: -2em;
  }

  article section.staff__interview header h4:before {
    left: -2em;
  }

  article section div.contents--header__title {
    margin-top: -5rem;
    font-size: 6.7vw;
  }

  article section div.contents--header__title span {
    font-size: 5vw;
  }

  article section div.contents--header__subtitle {
    margin-bottom: 2rem;
    font-size: 6.7vw;
    text-indent: 3em;
  }
}

article section.survey {
  margin: 0 auto 5rem;
}

article section.survey header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

article section.survey header h2 {
  margin-left: 16px;
  font-size: 34px;
  font-weight: 500;
}

article section div.headline {
  text-align: center;
}

article section div.headline p {
  font-size: 14px;
}

article section div.h2-bubble {
  position: relative;
  display: inline-block;
  padding: 1rem 0.5rem;
  background-color: #5CB330;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

article section div.h2-bubble:after {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  border: solid transparent;
  border-width: 7px 0 7px 12px;
  content: "";
  right: -10px;
  border-left-color: #5CB330;
}

article section div.survey__box {
  margin: 3rem 0 5rem;
  padding: 3rem 2rem;
  text-align: center;
  background-color: #F0FDF2;
}

article section div.survey__box h3 {
  font-size: 21px;
  font-weight: 500;
  color: #267239;
}

article section div.survey__box h5 {
  margin: 2rem 0;
  font-size: 21px;
  font-weight: 500;
}

article section div.survey__box p {
  margin: 1em 0;
  padding: 0;
}

article section div.survey__box p.small {
  margin: 0.5rem 0 0;
  font-size: 12px;
  font-weight: 500;
  color: #267239;
}

article section div.survey__box picture {
  display: block;
  margin: 3rem 0 5rem;
}

article section div.survey__box .training-detail .training-detail__item {
  max-width: 800px;
  margin: 0 auto;
}

article section div.survey__box .training-detail .training-detail__item + .training-detail__item {
  margin-top: 48px;
}

article section div.survey__box2 {
  width: 900px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
}

article section div.survey__box3 {
  width: 900px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 2;
  text-align: center;
}

article section div.survey__box3 img {
  display: block;
  width: 60px;
  margin: 2rem auto;
}

article section div.survey__box3 span.bg-F1F191 {
  padding: 0.2em 0.5em;
  background-color: #F1F191;
  font-weight: bold;
  font-size: 16px;
}

article section div.survey__box3-01 {
  width: 340px;
  margin: 3rem auto 5rem;
  text-align: left;
  font-size: 12px;
  line-height: 1;
}

article section div.survey__link {
  width: 550px;
  margin: 3rem auto 3rem;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}

article section div.survey__link a {
  color: #333;
}

article section div.survey__link a:hover {
  color: #267239;
}

article section div.page__contents--link a {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 3rem auto 0;
  padding: 0.7em 3em;
  background-color: #5cb330;
  font-size: 14px;
  font-weight: 500;
  padding: 1em 3em;
}

article section div.page__contents--link a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

article section div.page__contents--link a:after {
  width: 8px;
  height: 8px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  article section div.page__contents--link a {
    font-size: 3.5vw;
  }
}

article section div.graph01 {
  margin: 3rem 0 5rem;
}

article section div.graph01 img {
  width: 800px;
}

@media only screen and (max-width: 767px) {
  article section.survey header {
    display: block;
    position: relative;
    margin: 2rem 0 0;
  }

  article section.survey header h2 {
    font-size: 7vw;
  }

  article section div.h2-bubble {
    position: absolute;
    left: 3.5rem;
    top: -0.5rem;
    padding: 0.5em;
    font-size: 3vw;
  }

  article section div.survey__box {
    margin: 3rem 0;
    padding: 2rem 0;
  }

  article section div.survey__box img.survey__img01,
  article section div.survey__box img.survey__img02 {
    width: 100%;
  }

  article section div.survey__box img.survey__img02 {
    margin: 2rem 0 1rem;
  }

  article section div.survey__box2 {
    width: 100%;
    font-size: 12px;
  }

  article section div.survey__box3 {
    width: 100%;
    font-size: 12px;
  }

  article section div.survey__box3 img {
    display: block;
    width: 60px;
    margin: 2rem auto;
  }

  article section div.survey__box3-01 {
    width: 340px;
    margin: 3rem auto 5rem;
    text-align: left;
    font-size: 12px;
    line-height: 1;
  }

  article section div.survey__box3-02 {
    width: 100%;
    margin: 0 auto 3rem;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
  }

  article section div.survey__link {
    width: 100%;
  }

  article section div.graph01 {
    overflow-x: auto;
  }

  article section div.graph01 img {
    width: auto;
    max-width: initial;
    height: 103vw;
  }
}

article section.pp__area {
  max-width: 1000px;
  margin: 0 auto 3rem;
  padding: 0 1rem;
}

article section.pp__area h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

article section.pp__area div {
  line-height: 1.8;
}

article section.pp__area div.pp__area--first {
  padding: 1rem 0 3rem;
  border-bottom: 1px solid #E0E0E0;
}

article section.pp__area div.pp__area--cr {
  margin: 2rem 0 5rem;
  text-align: right;
}

article section.pp__area div.pp__area--box {
  padding: 1rem 2rem;
  border-bottom: 1px solid #E0E0E0;
}

article section.pp__area div.pp__area--box h5 {
  font-weight: 700;
  line-height: 1.8;
}

article section.pp__area div.pp__area--box p {
  line-height: 1.8;
  margin: 1em 0;
}

article section.pp__area div.pp__area--box0 {
  padding: 1rem 2rem 0;
}

article section.pp__area div.pp__area--box0 h5 {
  font-weight: 700;
}

article section.pp__area div.pp__area--box0 p {
  margin: 1em 0;
}

article section.pp__area div.pp__area--box1 {
  padding-bottom: 3rem;
  margin: 5rem 0 0;
  border-bottom: 1px solid #E0E0E0;
  font-size: 18px;
  font-weight: 500;
}

article section.pp__area div.pp__area--box2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem 2rem;
}

article section.pp__area div.pp__area--box2 p {
  margin: 1em 0;
}

article section.pp__area div.pp__area--box2 img {
  width: 100px;
  margin: 1rem 80px 0 0;
}

article section.pp__area div.no-border {
  border-bottom: none;
}

@media only screen and (max-width: 1024px) {
  article section.pp__area {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 767px) {
  article section.pp__area {
    padding: 0;
  }

  article section.pp__area div {
    font-size: 14px;
  }

  article section.pp__area div.pp__area--box0 {
    padding: 1rem 0 0;
  }

  article section.pp__area div.pp__area--box {
    padding: 1rem 0;
  }

  article section.pp__area div.pp__area--box h5 {
    font-size: 14px;
  }

  article section.pp__area div.pp__area--box p {
    font-size: 14px;
    margin: 1em 0 0;
  }

  article section.pp__area div.pp__area--box1 {
    padding-bottom: 1rem;
    font-size: 14px;
  }

  article section.pp__area div.pp__area--box2 {
    display: block;
    padding: 1rem 0;
  }

  article section.pp__area div.pp__area--box2 img {
    display: block;
    margin: 0 auto;
    width: 35vw;
  }

  article section.pp__area div.pp__area--box2 p {
    font-size: 14px;
  }
}

article section.company__area {
  background-color: #F5F8F6;
  width: 100%;
  line-height: 2;
}

article section.company__area table {
  width: 600px;
  margin: 0 auto;
}

article section.company__area table th {
  text-align: left;
  vertical-align: top;
}

article section.company__area table th,
article section.company__area table td {
  padding: 1em;
  border-bottom: 1px solid #E0E0E0;
}

article section.company__area table tr:last-child th,
article section.company__area table tr:last-child td {
  border-bottom: none;
}

article section.ir__area {
  width: 700px;
}

article section.cc {
  padding: 5rem 0;
  background-color: #F5F8F6;
}

article section div.company__box1 {
  margin-bottom: 5rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 21px;
  font-weight: 700;
}

article section div.company__box1 a {
  text-decoration: underline;
  color: #438B4D;
  font-size: 21px;
  font-weight: 700;
}

article section div.philosophy {
  display: flex;
  max-width: 1000px;
  padding: 0 1rem;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 3rem auto 0;
  line-height: 1.4;
}

article section div.philosophy ul {
  width: 50%;
}

article section div.philosophy li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 0 1em;
  border-bottom: 1px solid #707070;
}

article section div.philosophy li:nth-child(2) {
  height: 120px;
}

article section div.philosophy li:nth-child(3) {
  height: 120px;
  padding: 0;
  border-bottom: none;
}

article section div.philosophy li:nth-child(3) p {
  margin-left: -0.7em;
}

article section div.philosophy img {
  width: 45%;
}

article section div.philosophy dl {
  display: flex;
  justify-content: flex-end;
  padding: 0.7em 0;
}

article section div.philosophy dt,
article section div.philosophy dd {
  font-weight: 500;
  color: #438B4D;
}

article section div.philosophy dt {
  width: 120px;
  padding-top: 3px;
  font-size: 18px;
}

article section div.philosophy dd {
  font-size: 21px;
}

article section div.access__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: auto !important;
  max-width: 1000px;
  margin: 7rem auto 0;
  padding: 0 1rem;
}

article section div.access__box iframe {
  width: 50%;
  height: auto;
  aspect-ratio: 3/2;
}

article section div.access__box--detail {
  width: 45%;
  margin-top: 1rem;
}

article section div.access__box--detail h5 {
  font-size: 16px;
  font-weight: bold;
}

article section div.ir__area--flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 3rem auto 0;
}

article section div.ir__area--flex h5 {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
}

article section div.ir__area--flex table {
  width: 300px;
}

article section div.ir__area--flex th {
  text-align: left;
  font-weight: 700;
}

article section div.ir__area--flex th,
article section div.ir__area--flex td {
  padding: 1em 2em;
  border-bottom: 1px solid #E0E0E0;
}

article section div.ir__area--flex th a,
article section div.ir__area--flex td a {
  text-decoration: underline;
  color: #438B4D;
}

article section div.compliance__box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

article section div.compliance__box h3 {
  font-weight: 500;
  color: #438B4D;
}

article section div.compliance__box p {
  margin-top: 1rem;
  line-height: 1.8;
  letter-spacing: 0.01rem;
}

article section div.compliance__box ul li {
  position: relative;
  margin-bottom: 2rem;
}

article section div.compliance__box ol li {
  position: relative;
  margin-left: 1rem;
  line-height: 1.8;
}

article section div.compliance__box ol li:before {
  position: absolute;
  left: -1rem;
  content: "・";
}

@media only screen and (max-width: 1000px) {
  article section div.company__box1 {
    font-size: 2vw;
  }

  article section div.company__box1 a {
    font-size: 2vw;
  }

  article section div.philosophy li:nth-child(2) {
    height: 12vw;
  }

  article section div.philosophy li:nth-child(3) {
    height: 12vw;
  }

  article section div.philosophy li:nth-child(3) p {
    margin-left: 0;
  }

  article section div.philosophy li p {
    font-size: 1.3vw;
  }

  article section div.philosophy img {
    width: 45%;
  }

  article section div.philosophy dt {
    width: 12vw;
    font-size: 2vw;
  }

  article section div.philosophy dd {
    font-size: 2.2vw;
  }
}

@media only screen and (max-width: 767px) {
  article section.company__area {
    padding: 3rem 0;
  }

  article section.company__area table {
    display: flex;
    flex-direction: column;
    width: 100%;
	padding: 0 1rem;
  }

  article section.company__area tr {
    display: flex;
    flex-direction: column;
  }

  article section.company__area th,
  article section.company__area td {
    width: 100%;
  }

  article section.company__area th {
    border-bottom: none !important;
    padding: 0.5em 0 0 !important;
    font-weight: bold;
  }

  article section.company__area td {
    padding: 0.3em 0 0.5em !important;
  }

  article section.ir__area {
    width: calc(100% - 8vw);
    padding: 3rem 0;
  }

  article section.cc {
	width: 100%;
    padding: 3rem 0;
	margin: 0;
  }

  article section.cp {
    margin-bottom: 5rem;
  }

  article section div.company__box1 {
    margin-bottom: 3rem;
    font-size: 3.5vw;
  }

  article section div.company__box1 a {
    font-size: 3.5vw;
  }

  article section div.philosophy {
    display: block;
    margin: 0 auto 5rem;
    padding: 0;
  }

  article section div.philosophy ul {
    width: 100%;
  }

  article section div.philosophy li {
    border-bottom: none;
  }

  article section div.philosophy li:nth-child(2),
  article section div.philosophy li:nth-child(3) {
    height: auto;
  }

  article section div.philosophy li p {
    font-size: 3.5vw;
  }

  article section div.philosophy img {
    width: 100%;
  }

  article section div.philosophy dl {
    display: block;
    width: 100%;
  }

  article section div.philosophy dt,
  article section div.philosophy dd {
    width: 100%;
    text-align: center;
    font-size: 4vw;
  }

  article section div.philosophy dd {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #707070;
  }

  article section div.access__box {
    display: block;
    width: calc(100% - 8vw) !important;
    margin: 3rem auto 0;
    padding: 0;
  }

  article section div.access__box iframe {
    width: 100%;
  }

  article section div.access__box--detail {
    width: 100%;
    margin-top: 1rem;
  }

  article section div.access__box--detail h5 {
    font-size: 16px;
  }

  article section div.ir__area--flex {
    display: block;
  }

  article section div.ir__area--flex table {
    width: 100%;
  }

  article section div.ir__area--box {
    margin-bottom: 2rem;
  }
}

article section.contents--header-employ {
  display: none;
  position: relative;
  width: auto !important;
  max-width: 1050px;
  max-height: 430px;
  margin: 3rem auto;
  padding: 5rem 1rem 7rem;
  background-image: url("../images/fv-employ-bg.webp");
  background-position: center right;
  background-size: contain;
  align-items: center;
}

article section.contents--header-employ div.contents--header__bottom {
  position: absolute;
  left: 50%;
  margin-left: -39vw;
}

article section.contents--header-employ div.contents--header__bottom p {
  --min-font-size: 13px;
  --vw-font-size: 1vw;
  font-size: max(var(--min-font-size), var(--vw-font-size));
}

@media only screen and (min-width: 1420px) {
  article section.contents--header-employ div.contents--header__bottom {
    margin-left: -520px;
  }

  article section.contents--header-employ div.contents--header__bottom p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1000px) {
  article section.contents--header-employ div.contents--header__bottom {
    margin-left: -45vw;
  }
}

article section.employ__about {
  background-image: url("../images/about_employ-bg.webp");
}

article section.employ__about p {
  margin: 2rem 0;
  font-size: 21px;
  font-weight: 500;
}

article section.employ__about ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 600px;
  margin: 0 auto;
}

article section.employ__about ul li {
  width: calc((100% - 10em) / 6);
  font-size: 12px;
}

article section.employ__about ul li img {
  display: block;
  margin-bottom: 1rem;
}

article section.employ__feature {
  max-width: 1000px;
}

article section.employ__feature table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 7px;
}

article section.employ__feature th,
article section.employ__feature td {
  padding: 1.2rem;
  background-color: #F6F6F6;
  font-size: 12px;
  letter-spacing: 0.05em;
}

article section.employ__feature thead th {
  width: 33%;
  background-color: #666;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

article section.employ__feature thead th:nth-child(3) {
  background-color: #5CB330;
}

article section.employ__feature thead td {
  background-color: initial;
}

article section.employ__feature tbody tr:first-child td {
  padding: 1.8rem;
  text-align: center;
  font-size: 16px;
}

article section.employ__feature tbody tr:nth-child(2) td {
  padding: 1.8rem 1.4rem;
}

article section.employ__feature tbody th {
  padding: 1rem 0.5rem;
  background-color: #666;
  color: #fff;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.2em;
}

article section.employ__feature tbody th span {
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block;
}

article section.employ__feature tbody td {
  position: relative;
  font-weight: 500;
  font-size: 16px;
}

article section.employ__feature tbody td:nth-child(3) {
  background-color: #C7D94C;
}

article section.employ__feature tbody td:empty::before {
  content: "";
  display: block;
  width: 4.6rem;
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  left: calc(50% - 2.3rem);
  transform: translateY(-50%);
}

article section.employ__flow {
  max-width: 1000px;
}

article section.employ__flow picture {
  display: block;
  margin: 2rem 1rem 0;
}

article section.employ__flow div {
  margin-top: 5rem;
  line-height: 2;
}

article section.employ__flow div h5 {
  font-weight: bold;
}

article section.employ__flow div p {
  margin: 0 0 1rem;
}

article section.employ__service {
  max-width: 1000px;
  margin-bottom: 5rem;
  padding: 5rem 1rem 7rem;
}

article section.employ__service table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

article section.employ__service td {
  width: 25%;
  padding: 1rem;
  text-align: center;
  vertical-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

article section.employ__service td div {
  margin-top: 0.3rem;
  font-size: 10px;
}

article section.employ__service td div.mg2 {
  margin-top: 1rem;
}

article section.employ__service td:first-child {
  background-color: #666;
}

article section.employ__service td:nth-child(2) {
  background-color: #537FA9;
}

article section.employ__service td:nth-child(3) {
  background-color: #EEB286;
}

article section.employ__service td:nth-child(4) {
  background-color: #5CB330;
}

article section.employ__service tr:nth-child(3) td:first-child,
article section.employ__service tr:nth-child(3) td:nth-child(4) {
  background-color: initial;
}

article section.employ__service ul {
  width: 490px;
  margin: 2rem auto 7rem;
}

article section.employ__service ul li {
  position: relative;
  padding: 1rem 0.5rem 0.5rem;
  border-bottom: 1px solid #D6D6D6;
  font-weight: 500;
}

article section.employ__service ul li:before {
  content: "●";
  margin-right: 0.5em;
}

article section.employ__service h3 {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #5CB330;
}

article section.employ__service ol {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

article section.employ__service ol li {
  width: calc((100% - 4rem) / 3);
  text-align: center;
}

article section.employ__service ol li h5 {
  padding: 0.7rem 0;
  font-weight: bold;
}

article section.employ__service ol li a.comic-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 3rem auto 0;
  padding: 0.7em 3em;
  background-color: #5cb330;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  margin: 0;
}

article section.employ__service ol li a.comic-btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

article section.employ__service ol li a.comic-btn:after {
  width: 8px;
  height: 8px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  article section.employ__service ol li a.comic-btn {
    font-size: 3.5vw;
  }
}

article section.employ__sending {
  width: 100%;
  background-color: #F5F8F6;
  padding: 5rem 1rem 7rem;
}

article section.employ__sending ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

article section.employ__sending ul li {
  width: calc((100% - 4rem) / 3);
}

article section.employ__sending div {
  width: fit-content;
  max-width: 1000px;
  margin: 3rem auto 0;
  line-height: 2;
}

article section.employ__sending div h5 {
  font-weight: bold;
}

article section.employ__sending div p {
  margin: 0 0 1rem;
}

article section.employ__specific {
  background-color: initial;
}

article section.employ__specific h3 {
  margin: 8rem auto 0;
  text-align: center;
  font-weight: 500;
}

article section.employ__specific ul li:nth-child(odd) figure {
  width: 550px;
  margin-right: -520px;
}

article section.employ__specific ul li:nth-child(odd) div.top__employ--box {
  position: absolute;
  width: 500px;
  margin: -10px 480px 0 0;
}

article section.employ__specific ul li:nth-child(even) {
  flex-direction: row;
}

article section.employ__specific ul li:nth-child(even) figure {
  width: 550px;
  margin-left: -450px;
}

article section.employ__specific ul li:nth-child(even) div.top__employ--box {
  position: absolute;
  width: 500px;
  margin: -10px 0 0 480px;
  z-index: 1;
}

article section.employ__specific ul li div.top__employ--detail h2 {
  color: #5CB330;
}

article section.employ__specific ul.first li:nth-child(odd) figure {
  width: 550px;
  margin-left: -450px;
  margin-right: initial;
}

article section.employ__specific ul.first li:nth-child(odd) div.top__employ--box {
  position: absolute;
  width: 500px;
  margin: -10px 0 0 480px;
  z-index: 1;
}

article section.employ__specific ul.first li:nth-child(odd) div.top__employ--detail:before {
  left: initial;
  right: -10px;
}

article section.employ__specific div.page__contents--link a {
  padding: 1rem 3rem;
  font-size: 18px;
}

article section.employ__specific div.facebook {
  margin-top: 3rem;
}

article section.employ__specific div.facebook img {
  width: 354px;
}

article section.employ__achievement {
  width: 100%;
  background-color: #F5F8F6;
}

article section.employ__achievement header.faq {
  margin: 0 auto;
}

article section.employ__achievement ul.achievement {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 800px;
  margin: 2rem auto;
}

article section.employ__achievement ul.achievement li {
  width: calc((100% - 10rem) / 3);
}

article section.employ__achievement ul.faq {
  max-width: 800px;
  margin: 2rem auto;
}

article section.employ__achievement ul.faq li {
  cursor: pointer;
}

article section.employ__achievement ul.faq li:after {
  position: absolute;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

article section.employ__achievement ul.faq li ul.slide-child {
  /*display: none;*/
  width: 100%;
  margin: 0;
  transition: max-height 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
}

article section.employ__achievement ul.faq li ul.slide-child>li {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  border-bottom: none;
  cursor: initial;
  font-weight: normal;
}

article section.employ__achievement ul.faq li ul.slide-child>li:before {
  content: none;
  display: none;
}

article section.employ__achievement ul.faq li ul.slide-child>li:after {
  content: none;
  display: none;
}

article section.employ__achievement ul.faq li {
  position: relative;
  width: 100%;
  padding: 1rem 4rem;
  border-bottom: 1px solid #C1B7A3;
}

article section.employ__achievement ul.faq li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 29px;
  height: 29px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icon-q.png");
}

article section.employ__achievement ul.faq li:after {
  right: 10px;
  top: 18px;
  width: 13px;
  height: 18px;
  margin-right: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NXB4IiBoZWlnaHQ9IjQ1cHgiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCI+PGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MSIgZmlsbD0iIzViYjMyZiIgZD0iTSAxOS41LDMuNSBDIDIwLjgzMzMsMy41IDIyLjE2NjcsMy41IDIzLjUsMy41QyAyMy41LDkuMTY2NjcgMjMuNSwxNC44MzMzIDIzLjUsMjAuNUMgMjguNSwyMC41IDMzLjUsMjAuNSAzOC41LDIwLjVDIDM4LjUsMjEuODMzMyAzOC41LDIzLjE2NjcgMzguNSwyNC41QyAzMy41LDI0LjUgMjguNSwyNC41IDIzLjUsMjQuNUMgMjMuNSwyOS41IDIzLjUsMzQuNSAyMy41LDM5LjVDIDIyLjE2NjcsMzkuNSAyMC44MzMzLDM5LjUgMTkuNSwzOS41QyAxOS41LDM0LjUgMTkuNSwyOS41IDE5LjUsMjQuNUMgMTQuNSwyNC41IDkuNSwyNC41IDQuNSwyNC41QyA0LjUsMjMuMTY2NyA0LjUsMjEuODMzMyA0LjUsMjAuNUMgOS41LDIwLjUgMTQuNSwyMC41IDE5LjUsMjAuNUMgMTkuNSwxNC44MzMzIDE5LjUsOS4xNjY2NyAxOS41LDMuNSBaIi8+PC9nPjwvc3ZnPg==");
}

article section.employ__achievement ul.faq li.icon-minus:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NXB4IiBoZWlnaHQ9IjQ1cHgiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCI+PGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MSIgZmlsbD0iIzViYjMyZiIgZD0iTSA0LjUsMjAuNSBDIDE1LjgzMzMsMjAuNSAyNy4xNjY3LDIwLjUgMzguNSwyMC41QyAzOC41LDIxLjgzMzMgMzguNSwyMy4xNjY3IDM4LjUsMjQuNUMgMjcuMTY2NywyNC41IDE1LjgzMzMsMjQuNSA0LjUsMjQuNUMgNC41LDIzLjE2NjcgNC41LDIxLjgzMzMgNC41LDIwLjUgWiIvPjwvZz48L3N2Zz4=");
}

article section.employ__achievement ul.faq li.icon-minus ul {
  margin: 1rem 0 0 !important;
}

article section.employ__achievement ul.faq li ul {
  width: 100%;
}

article section div.employ__interview {
  max-width: 1000px;
  background-color: #F5F8F6;
  border-top: 3px solid #438B4D;
  max-height: 0;
  display: none;
  opacity: 0;
  transition: none;
}

article section div.employ__interview h3 {
  text-align: center;
  font-weight: bold;
}

article section div.employ__interview.active {
  margin: 8rem auto 0;
  padding: 3rem 1rem;
  max-height: max-content;
  display: block;
  opacity: 1;
  transition: all 0.45s cubic-bezier(0.1, 0.32, 0.2, 1.6);
}

article section div.employ__interview--box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 2rem 0;
  line-height: 2;
}

article section div.employ__interview--box.interview--even {
  flex-direction: row-reverse;
}

article section div.employ__interview--box img {
  width: 40%;
}

article section div.employ__interview--box ul {
  display: block;
  width: 57%;
  margin: 0;
}

article section div.employ__interview--box ul li {
  cursor: pointer;
}

article section div.employ__interview--box ul li:after {
  position: absolute;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

article section div.employ__interview--box ul li ul.slide-child {
  /*display: none;*/
  width: 100%;
  margin: 0;
  transition: max-height 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
}

article section div.employ__interview--box ul li ul.slide-child>li {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  border-bottom: none;
  cursor: initial;
  font-weight: normal;
}

article section div.employ__interview--box ul li ul.slide-child>li:before {
  content: none;
  display: none;
}

article section div.employ__interview--box ul li ul.slide-child>li:after {
  content: none;
  display: none;
}

article section div.employ__interview--box ul>li {
  position: relative;
  display: block;
  margin-bottom: 0;
}

article section div.employ__interview--box ul>li:after {
  content: none;
  right: 10px;
  top: 20px;
  width: 18px;
  height: 23px;
  margin-right: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NXB4IiBoZWlnaHQ9IjQ1cHgiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCI+PGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MSIgZmlsbD0iI2ZlZmZmZSIgZD0iTSAxOS41LDMuNSBDIDIwLjgzMzMsMy41IDIyLjE2NjcsMy41IDIzLjUsMy41QyAyMy41LDkuMTY2NjcgMjMuNSwxNC44MzMzIDIzLjUsMjAuNUMgMjguNSwyMC41IDMzLjUsMjAuNSAzOC41LDIwLjVDIDM4LjUsMjEuODMzMyAzOC41LDIzLjE2NjcgMzguNSwyNC41QyAzMy41LDI0LjUgMjguNSwyNC41IDIzLjUsMjQuNUMgMjMuNSwyOS41IDIzLjUsMzQuNSAyMy41LDM5LjVDIDIyLjE2NjcsMzkuNSAyMC44MzMzLDM5LjUgMTkuNSwzOS41QyAxOS41LDM0LjUgMTkuNSwyOS41IDE5LjUsMjQuNUMgMTQuNSwyNC41IDkuNSwyNC41IDQuNSwyNC41QyA0LjUsMjMuMTY2NyA0LjUsMjEuODMzMyA0LjUsMjAuNUMgOS41LDIwLjUgMTQuNSwyMC41IDE5LjUsMjAuNUMgMTkuNSwxNC44MzMzIDE5LjUsOS4xNjY2NyAxOS41LDMuNSBaIi8+PC9nPjwvc3ZnPg==");
}

article section div.employ__interview--box ul>li.icon-minus:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NXB4IiBoZWlnaHQ9IjQ1cHgiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCI+PGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MSIgZmlsbD0iI2ZlZmZmZSIgZD0iTSA0LjUsMjAuNSBDIDE1LjgzMzMsMjAuNSAyNy4xNjY3LDIwLjUgMzguNSwyMC41QyAzOC41LDIxLjgzMzMgMzguNSwyMy4xNjY3IDM4LjUsMjQuNUMgMjcuMTY2NywyNC41IDE1LjgzMzMsMjQuNSA0LjUsMjQuNUMgNC41LDIzLjE2NjcgNC41LDIxLjgzMzMgNC41LDIwLjUgWiIvPjwvZz48L3N2Zz4=");
}

article section div.employ__interview--box ul>li h5 {
  padding: 1rem;
  background-image: linear-gradient(93deg, #5cb330 3%, #c7d94c 99%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

article section div.employ__interview--box ul>li ul {
  width: 100%;
}

article section div.employ__interview--box ul>li ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 3rem auto 0;
  padding: 0.7em 3em;
  background-color: #5cb330;
  font-size: 14px;
  font-weight: 500;
  margin: 2rem auto 0;
}

article section div.employ__interview--box ul>li ul li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

article section div.employ__interview--box ul>li ul li a:after {
  width: 8px;
  height: 8px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  article section div.employ__interview--box ul>li ul li a {
    font-size: 3.5vw;
  }
}

article section div.employ__interview--box ol>li {
  position: relative;
  display: block;
  margin: 0;
}

article section div.employ__interview--box ol>li:nth-child(odd) {
  padding: 0.3rem 0 0 1.5rem;
  font-weight: 500;
}

article section div.employ__interview--box ol>li:nth-child(odd):before {
  position: absolute;
  left: 0;
  content: "Q";
}

article section div.employ__interview--box ol>li:nth-child(even) {
  padding: 0 0 0.3rem 1.5rem;
  border-bottom: 1px solid #ADADAD;
}

article section div.employ__interview--box ol>li:nth-child(even):before {
  position: absolute;
  left: 0;
  content: "A";
}

@media only screen and (max-width: 1000px) {
  article section.employ__specific ul li:nth-child(odd) figure {
    width: 55vw;
    margin-right: -50vw;
  }

  article section.employ__specific ul li:nth-child(odd) div.top__employ--box {
    width: 50vw;
    margin: -10px 46vw 0 0;
  }

  article section.employ__specific ul li:nth-child(even) figure {
    width: 55vw;
    margin-left: -43vw;
  }

  article section.employ__specific ul li:nth-child(even) div.top__employ--box {
    width: 50vw;
    margin: -10px 0 0 46vw;
  }

  article section.employ__specific ul li div.top__employ--detail h2 {
    color: #5CB330;
  }

  article section.employ__specific ul.first li:nth-child(odd) figure {
    width: 55vw;
    margin-left: calc(-45vw + 1rem);
  }

  article section.employ__specific ul.first li:nth-child(odd) div.top__employ--box {
    width: 50vw;
    margin: -10px 0 0 46vw;
  }

  article section.employ__specific ul.first li:nth-child(odd) div.top__employ--detail:before {
    right: -10px;
  }
}

@media only screen and (max-width: 767px) {
  article section.contents--header-employ {
    display: block;
    width: 100% !important;
    height: initial;
    max-height: initial;
    margin: 3rem auto 0;
    padding: 5rem 0 7rem;
    background-image: url("../images/employment_bg-sp.webp");
    background-position: right bottom;
  }

  article section.contents--header-employ p {
    margin: 71vw 4vw 0;
  }

  article section.contents--header-employ div.contents--header__bottom {
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    left: 0;
    margin-left: 0;
  }

  article section.employ__about {
    background-image: url("../images/about_employ-bg-sp.webp");
    padding: 4rem 4vw;
  }

  article section.employ__about p {
    padding: 2rem 0;
    font-size: 4vw;
    letter-spacing: 0.2em;
    line-height: 2;
  }

  article section.employ__about ul {
    width: 100%;
    flex-wrap: wrap;
  }

  article section.employ__about ul li {
    width: calc((100% - 4rem) / 3);
    padding: 0 0 1rem;
  }

  article section.employ__about div {
    padding: 0;
  }

  article section.employ__feature {
    padding: 3rem 0;
  }

  article section.employ__feature table {
    display: table;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
  }

  article section.employ__feature thead th {
    width: 70vw;
    text-align: center !important;
  }

  article section.employ__feature thead td {
    width: 7vw;
  }

  article section.employ__feature tbody th {
    position: sticky;
    left: 0;
    display: table-cell;
    z-index: 1;
  }

  article section.employ__feature td,
  article section.employ__feature th {
    text-align: left !important;
    font-size: 3vw;
  }

  article section.employ__feature td:first-child,
  article section.employ__feature th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    padding: 1rem 0.5rem 1rem 0.5rem;
  }

  article section.employ__feature tbody tr:first-child td {
    font-size: 4vw;
  }

  article section.employ__feature .table-container {
    width: calc(100% + 14px);
  }

  article section.employ__feature .table-container table {
    margin-left: -7px;
  }

  article section.employ__flow {
    width: calc(100% - 8vw);
    padding: 1rem 0 3rem;
  }

  article section.employ__service {
    width: 100%;
    margin-bottom: 0;
    padding: 3rem 4vw 5rem;
  }

  article section.employ__service h3 {
    font-size: 5.5vw;
  }

  article section.employ__service ul {
    width: 100%;
    margin: 2rem auto 5rem;
  }

  article section.employ__service ol {
    width: 100%;
  }

  article section.employ__service ol li {
    margin: 0 1rem;
  }

  article section.employ__service div.employ__service--list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 13vw;
    margin-bottom: 0.3rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 4vw;
  }

  article section.employ__service div.mg2 {
    font-size: 3vw;
  }

  article section.employ__service div.gray {
    background-color: #666;
  }

  article section.employ__service div.blue {
    background-color: #547EA9;
  }

  article section.employ__service div.orange {
    background-color: #EEB286;
  }

  article section.employ__service div.green {
    background-color: #5CB330;
  }

  article section.employ__sending {
    padding: 5rem 1rem 4rem;
  }

  article section.employ__sending header {
    margin-bottom: 3rem;
    padding: 0;
  }

  article section.employ__sending ul {
    width: 100%;
  }

  article section.employ__sending ul li {
    margin: 0 1rem;
  }

  article section.employ__sending div {
    max-width: initial;
    margin: 0 auto;
  }

  article section.employ__sending div.employ__sending--box {
    width: calc(100% - 8vw);
    margin: 3rem auto 1rem;
  }

  article section.employ__specific {
    padding: 3rem 0 5rem;
  }

  article section.employ__specific h3 {
    margin: 8rem auto 0;
  }

  article section.employ__specific .active+h3 {
    margin: 5rem auto 0;
  }

  article section.employ__specific ul.first {
    display: block;
    margin: 1rem auto 3rem;
  }

  article section.employ__specific ul.first li {
    width: 100%;
  }

  article section.employ__specific ul.first li:nth-child(odd) figure {
    width: 100%;
    margin-left: 0;
  }

  article section.employ__specific ul.first li:nth-child(odd) div.top__employ--box {
    position: relative;
    width: 90%;
    margin: -2rem auto 0;
    transform: initial;
    z-index: 1;
  }

  article section.employ__specific ul.first li:nth-child(odd) div.top__employ--detail:before {
    top: 3vw;
    left: -3vw;
    right: 0;
  }

  article section.employ__specific ul {
    display: block;
    margin: 1rem auto 3rem;
  }

  article section.employ__specific ul li {
    width: 100%;
  }

  article section.employ__specific ul li:nth-child(odd) figure {
    width: 100%;
    margin-left: 0;
  }

  article section.employ__specific ul li:nth-child(odd) div.top__employ--box {
    position: relative;
    width: 90%;
    margin: -2rem auto 0;
    transform: initial;
    z-index: 1;
  }

  article section.employ__specific ul li:nth-child(even) figure {
    width: 100%;
    margin-left: 0;
  }

  article section.employ__specific ul li:nth-child(even) div.top__employ--box {
    position: relative;
    width: 90%;
    margin: -2rem auto 0;
    transform: initial;
    z-index: 1;
  }

  article section.employ__specific div.page__contents--link a {
    width: 354px;
    font-size: 3.5vw;
  }

  article section.employ__specific div.facebook {
    margin-top: 3rem;
  }

  article section.employ__specific div.facebook img {
    width: 354px;
  }

  article section.employ__achievement {
    padding: 5rem 0;
  }

  article section.employ__achievement ul.achievement {
    display: block;
    width: 100%;
  }

  article section.employ__achievement ul.achievement li {
    width: 70%;
    margin: 0 auto 2rem;
  }

  article section.employ__achievement ul.faq {
    width: calc(100% - 8vw);
  }

  article section.employ__achievement ul.faq li {
    padding: 1.2rem 3rem;
  }

  article section.employ__achievement ul.faq li:after {
    top: 5vw;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NXB4IiBoZWlnaHQ9IjQ1cHgiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCI+PGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MSIgZmlsbD0iI2JmYjdhMiIgZD0iTSAxOS41LDMuNSBDIDIwLjgzMzMsMy41IDIyLjE2NjcsMy41IDIzLjUsMy41QyAyMy41LDkuMTY2NjcgMjMuNSwxNC44MzMzIDIzLjUsMjAuNUMgMjguNSwyMC41IDMzLjUsMjAuNSAzOC41LDIwLjVDIDM4LjUsMjEuODMzMyAzOC41LDIzLjE2NjcgMzguNSwyNC41QyAzMy41LDI0LjUgMjguNSwyNC41IDIzLjUsMjQuNUMgMjMuNSwyOS41IDIzLjUsMzQuNSAyMy41LDM5LjVDIDIyLjE2NjcsMzkuNSAyMC44MzMzLDM5LjUgMTkuNSwzOS41QyAxOS41LDM0LjUgMTkuNSwyOS41IDE5LjUsMjQuNUMgMTQuNSwyNC41IDkuNSwyNC41IDQuNSwyNC41QyA0LjUsMjMuMTY2NyA0LjUsMjEuODMzMyA0LjUsMjAuNUMgOS41LDIwLjUgMTQuNSwyMC41IDE5LjUsMjAuNUMgMTkuNSwxNC44MzMzIDE5LjUsOS4xNjY2NyAxOS41LDMuNSBaIi8+PC9nPjwvc3ZnPg==");
  }

  article section.employ__achievement ul.faq li.icon-minus:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NXB4IiBoZWlnaHQ9IjQ1cHgiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCI+PGc+PHBhdGggc3R5bGU9Im9wYWNpdHk6MSIgZmlsbD0iI2JmYjdhMiIgZD0iTSA0LjUsMjAuNSBDIDE1LjgzMzMsMjAuNSAyNy4xNjY3LDIwLjUgMzguNSwyMC41QyAzOC41LDIxLjgzMzMgMzguNSwyMy4xNjY3IDM4LjUsMjQuNUMgMjcuMTY2NywyNC41IDE1LjgzMzMsMjQuNSA0LjUsMjQuNUMgNC41LDIzLjE2NjcgNC41LDIxLjgzMzMgNC41LDIwLjUgWiIvPjwvZz48L3N2Zz4=");
  }

  article section div.employ__interview {
    width: 100vw;
    margin: 0 0 0 -4vw !important;
  }

  article section div.employ__interview h3 {
    margin: 0;
    padding: 0 1rem 1.5rem;
  }

  article section div.employ__interview--box {
    display: block;
  }

  article section div.employ__interview--box img {
    width: 100%;
    vertical-align: top;
  }

  article section div.employ__interview--box ul {
    width: 100%;
  }

  article section div.employ__interview--box ul li {
    width: 100%;
  }

  article section div.employ__interview--box ul li ol {
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
}

article section.contact__area {
  width: auto;
  max-width: 1000px;
}

article section.contact__area header {
  padding: 0 0 5rem;
}

article section.contact__area div.wrapper {
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  article section.contact__area div.wrapper {
    padding: 0 calc(10px + 4vw);
  }
}

article section.contact__area div.contact__area--box {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 3rem;
  text-align: center;
  background-color: #fff;
}

article section.contact__area div.contact__area--box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-image: linear-gradient(305deg, #b6d64b, #f1e654);
  background-color: #f1e654;
  z-index: -1;
}

article section.contact__area div.contact__area--box h3 {
  font-weight: 500;
}

article section.contact__area div.contact__area--box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  gap: 25px;
}

article section.contact__area div.contact__area--box ul li {
  display: flex;
  width: calc((100% - 75px) / 4);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

article section.contact__area div.contact__area--box ul li h4 {
  padding: 0;
  font-size: 18px;
}

article section.contact__area div.contact__area--box ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 3rem auto 0;
  padding: 0.7em 3em;
  background-color: #5cb330;
  font-size: 14px;
  font-weight: 500;
  margin: 2rem auto 0;
  padding: 1em 2em;
  font-size: 13px;
}

article section.contact__area div.contact__area--box ul li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

article section.contact__area div.contact__area--box ul li a:after {
  width: 8px;
  height: 8px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  article section.contact__area div.contact__area--box ul li a {
    font-size: 3.5vw;
  }
}

@media only screen and (max-width: 1000px) {
  article section.contact__area div.contact__area--box {
    padding: 3.5vw;
  }

  article section.contact__area div.contact__area--box h3 {
    font-size: 1.8vw;
  }

  article section.contact__area div.contact__area--box ul {
    margin-top: 3vw;
    gap: 1vw;
  }

  article section.contact__area div.contact__area--box ul li {
    width: calc((100% - 3vw) / 4);
  }

  article section.contact__area div.contact__area--box ul li h4 {
    font-size: 1.6vw;
  }

  article section.contact__area div.contact__area--box ul li a {
    margin: 2.5vw auto 0;
    padding: 1em 2em;
    font-size: 1.2vw;
  }

  article section.contact__area div.contact__area--box ul li a:after {
    width: 6px;
    height: 6px;
    right: 10px;
    top: 1px;
  }
}

@media only screen and (max-width: 767px) {
  article section.contact__area div.contact__area--box {
    padding: 8vw 6vw;
  }

  article section.contact__area div.contact__area--box h3 {
    font-size: 4.2vw;
  }

  article section.contact__area div.contact__area--box ul {
    display: block;
    margin-top: 3vw;
  }

  article section.contact__area div.contact__area--box ul li {
    width: 100%;
    padding: 5vw 0;
  }

  article section.contact__area div.contact__area--box ul li h4 {
    font-size: 4vw;
  }

  article section.contact__area div.contact__area--box ul li a {
    margin: 2.5vw auto 0;
    padding: 1em 3em;
    font-size: 3.5vw;
  }
}

article section.contact__area div.contact__area--box2 ol {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  max-width: 750px;
  margin: 2rem auto 0;
}

article section.contact__area div.contact__area--box2 ol li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 320px;
  padding: 3rem 1rem;
  text-align: center;
  background-color: #fff;
}

article section.contact__area div.contact__area--box2 ol li:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-image: linear-gradient(305deg, #b6d64b, #f1e654);
  background-color: #f1e654;
  z-index: -1;
}

article section.contact__area div.contact__area--box2 ol li h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}

article section.contact__area div.contact__area--box2 ol li a {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 3rem auto 0;
  padding: 0.7em 3em;
  background-color: #5cb330;
  font-size: 14px;
  font-weight: 500;
  margin: 2rem auto 0;
  padding: 1em 3em;
  font-size: 13px;
}

article section.contact__area div.contact__area--box2 ol li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

article section.contact__area div.contact__area--box2 ol li a:after {
  width: 8px;
  height: 8px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  article section.contact__area div.contact__area--box2 ol li a {
    font-size: 3.5vw;
  }
}

article section.contact__area div.contact__area--box2 ol.contact__list2 {
  width: fit-content;
  margin-top: calc(80px + 2rem);
}

@media only screen and (max-width: 1000px) {
  article section.contact__area div.contact__area--box2 ol {
    margin-top: 3vw;
    gap: 1vw;
    width: 85%;
  }

  article section.contact__area div.contact__area--box2 ol li {
    width: 33vw;
    padding: 3.5vw 1vw;
  }

  article section.contact__area div.contact__area--box2 ol li h4 {
    font-size: 1.8vw;
  }

  article section.contact__area div.contact__area--box2 ol li a {
    margin: 2.5vw auto 0;
    padding: 1em 3em;
    font-size: 1.2vw;
  }

  article section.contact__area div.contact__area--box2 ol li a:after {
    width: 6px;
    height: 6px;
    right: 10px;
    top: 1px;
  }
}

@media only screen and (max-width: 767px) {
  article section.contact__area div.contact__area--box2 ol {
    display: block;
    margin-top: 3vw;
    width: 100%;
  }

  article section.contact__area div.contact__area--box2 ol li {
    width: 100%;
    margin-top: 15vw;
    padding: 8vw 6vw;
  }

  /* article section.contact__area div.contact__area--box2 ol li:last-child {
    margin-bottom: 20vw;
  } */

  article section.contact__area div.contact__area--box2 ol li h4 {
    font-size: 4.2vw;
  }

  article section.contact__area div.contact__area--box2 ol li a {
    margin: 2.5vw auto 0;
    padding: 1em 3em;
    font-size: 3.5vw;
  }

  article section.contact__area div.contact__area--box2 ol.contact__list2 {
    width: 100%;
    margin-top: 15vw;
    margin-bottom: 20vw;
  }
}

.dot-lists {
  padding-left: 20px;
  margin: 0 0 1rem;
}

.dot-lists li {
  list-style-type: disc;
  line-height: 1.6;
}

.charts-wrapper {
  display: grid;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.chart-container {
  margin: 0 auto;
}

.chart-container h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .charts-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* toB向けシンプルテーブル */
.privacy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 1.1em;
  min-width: 320px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.privacy-table th,
.privacy-table td {
  border: 1px solid #e0e0e0;
  padding: 18px 16px;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}

.privacy-table thead th {
  background: #f5f7fa;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  vertical-align: middle;
}

.privacy-table tbody tr:nth-child(even) {
  background: #fafbfc;
}

br.sp {
  display: none;
}

article section.pp__area div.pp__area--box p.policy-caption {
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .policy-ml {
    font-size: 14px;
    margin-left: 6rem;
  }
}

@media (max-width: 767.98px) {
  .privacy-table th,
  .privacy-table td {
    padding: 12px;
  }

  .privacy-table thead th {
    line-height: 1.35;
  }

  article section.pp__area div ul li {
    font-size: 14px;
  }

  br.sp {
    display: inline-block;
  }
}
article section.cc.white {
	background-color: #fff;
}
/*# sourceMappingURL=style.css.map */
