@charset "UTF-8";
/*
▼justify
  両端揃えの設定がされる。IEも対応。
    用例: @include justify();

▼aspect-ratio
  ブロックの縦横比を指定する。
    用例1: @include aspect-ratio(1024,768); // 縦横比のみ指定
    用例2: @include aspect-ratio(1024,768,'../images/test.jpg');  // 縦横比を指定した上で背景画像を指定

*/
/*
@include margin-vh($top: 50px, $bottom: 60px);
*/
/* ユーザーの投稿内容を表示する箇所 */
.user_contents {
  color: rgba(0, 0, 0, 0.85);
  word-wrap: break-word;
  overflow-x: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
  font-size: 16px;
}
.user_contents * {
  max-width: 100%;
}
.user_contents p {
  display: block;
  margin: 1em auto;
}
.user_contents img {
  height: auto;
}
.user_contents strong {
  font-weight: bold;
}
.user_contents em {
  font-style: italic;
}
.user_contents i {
  font-family: inherit;
  font-style: italic;
}
.user_contents blockquote {
  display: block;
  margin: 1em 40px;
  border-left: 4px solid #000;
  padding-left: 1em;
}
.user_contents .aligncenter {
  display: block;
  margin: 0 auto;
}
.user_contents .alignright {
  float: right;
}
.user_contents .alignleft {
  float: left;
}
.user_contents h1 {
  font-size: 2em;
  margin: 0.83em 0;
}
.user_contents h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.user_contents h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.user_contents h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
.user_contents h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.user_contents h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
.user_contents h1, .user_contents h2, .user_contents h3, .user_contents h4, .user_contents h5, .user_contents h6 {
  font-weight: bold;
}
.user_contents a {
  color: #006934;
  text-decoration: underline;
  display: inline;
  padding: 0 0.306em;
}
.user_contents a:hover {
  text-decoration: none;
}
.user_contents ol, .user_contents ul {
  padding-left: 40px;
  margin: 1em 0;
}
.user_contents ul {
  list-style-type: disc;
}
.user_contents ol {
  list-style-type: decimal;
}
.user_contents li {
  display: list-item;
  margin-left: 1em;
}
.user_contents table {
  border-collapse: collapse;
}
.user_contents table th, .user_contents table td {
  border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, 0.5);
  padding: 0.4em 0.6em;
}
.user_contents .wp-block-gallery {
  max-width: auto;
  max-width: initial;
  list-style-type: none;
  padding: 0;
  margin: 0 -8px;
}
.user_contents .wp-block-quote cite {
  display: block;
  font-size: 0.8125em;
  opacity: 0.8;
  margin-top: 1em;
  position: relative;
  font-size: normal;
}

.word-break > s {
  display: inline;
  white-space: nowrap;
  text-decoration: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body.error404 {
  height: 100vh;
}
body.error404 .error404 {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.error404 .error404 h2 {
  font-size: 1.3em;
  font-weight: 600;
}
body.error404 .error404 p {
  margin: 1em;
}
body.error404 .error404 a {
  color: #006934;
}

.rising-sun {
  width: 100%;
  height: 410px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.rising-sun > * {
  width: 50%;
  height: 100%;
}
.rising-sun > .eyecatch {
  background: no-repeat center center;
  background-size: cover;
}
.rising-sun > .eyecatch img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.rising-sun > section {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  box-sizing: border-box;
  padding: 2% 4.025974026%;
}
.rising-sun > section > * {
  width: 240px;
}
.rising-sun > section:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background: #006934;
}
html.js .rising-sun > section.in-screen .title,
html.js .rising-sun > section.in-screen p {
  opacity: 1;
}
html.js .rising-sun > section .white-shadow {
  transition: all 1s;
}
html.js .rising-sun > section .title,
html.js .rising-sun > section p {
  opacity: 0;
  transition: all 0.5s 1s;
}

.rising-sun h2 + p {
  margin-top: 50px;
  font-family: YakuHanMP, "Sawarabi Mincho", serif;
  font-size: 0.75rem;
  line-height: 2.25;
  letter-spacing: 0.0691666667em;
}
.rising-sun .white-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  display: block;
  width: 50%;
  height: 116%;
  background: #fff;
  transition: all 0.5s;
}
.rising-sun .white-shadow:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 475.6px;
  height: 475.6px;
  border-radius: 50%;
  background: #fff;
}
.rising-sun.right {
  left: 96px;
}
.rising-sun.right > section > * {
  margin-right: auto;
  margin-left: 0;
}
html.js .rising-sun.right > section .white-shadow {
  transform: translateX(-200%);
}
html.js .rising-sun.right > section.in-screen .white-shadow {
  transform: translateX(0);
}

.rising-sun.right .white-shadow {
  left: 0;
}
.rising-sun.right .white-shadow:after {
  left: calc(100% - 352.2962962963px);
}
.rising-sun.left {
  right: 96px;
  flex-direction: row-reverse;
}
.rising-sun.left > section > * {
  margin-right: 0;
  margin-left: auto;
}
html.js .rising-sun.left > section .white-shadow {
  transform: translateX(200%);
}
html.js .rising-sun.left > section.in-screen .white-shadow {
  transform: translateX(0);
}

.rising-sun.left .white-shadow {
  right: 0;
}
.rising-sun.left .white-shadow:after {
  right: calc(100% - 352.2962962963px);
}
@media (max-width: 1050px) {
  .rising-sun {
    flex-wrap: wrap;
    height: auto;
    min-height: 410px;
  }
  .rising-sun > .eyecatch,
.rising-sun > section {
    width: 100%;
  }
  .rising-sun > .eyecatch {
    width: 83.6% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .rising-sun > section {
    margin-top: 3vh;
    padding-inline: 15.7333333333vw;
    width: 100%;
    height: 341.6666666667px;
  }
  .rising-sun > section > * {
    width: 200px;
    box-sizing: content-box;
  }
  .rising-sun > section .title {
    text-align: left !important;
  }
  .rising-sun .white-shadow {
    padding: 0 !important;
  }
  .rising-sun .white-shadow:after {
    width: 396.3333333333px;
    height: 396.3333333333px;
  }
  .rising-sun.right {
    left: 0;
  }
  .rising-sun.right > section > * {
    padding-left: calc(50% - 200px);
  }
  .rising-sun.right .white-shadow:after {
    left: calc(100% - 293.5802469136px + 50px);
  }
  .rising-sun.left {
    right: 0;
  }
  .rising-sun.left > section > * {
    margin-right: 0;
    margin-left: auto;
    padding-right: calc(50% - 200px);
  }
  .rising-sun.left .white-shadow:after {
    right: calc(100% - 293.5802469136px + 50px);
  }
}
@media screen and (max-width: 768px) {
  .rising-sun h2 + p {
    margin-top: 6.6666666667vw;
  }
  .rising-sun section .button {
    margin-top: 6.6666666667vw !important;
  }
}

:root {
  font-size: 16px;
}

body {
  overflow-x: hidden;
}

main {
  width: 95%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
main#index {
  overflow: hidden;
  width: auto;
  max-width: initial;
  max-width: none;
}
main#index section.news,
main#index section.lineup,
main#index .wrap.company,
main#index .wrap.faq-recruit,
main#index .rising-sun {
  margin-top: 12.3vh;
}
main#index .wrap.faq-recruit {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
main#index .wrap.faq-recruit > section {
  width: 50%;
  max-width: 452px;
  margin: 0 33px 9vh;
  overflow: hidden;
}
main#index .wrap.faq-recruit > section a {
  display: flex;
  flex-flow: column wrap;
}
main#index .wrap.faq-recruit > section a .title {
  order: 2;
  text-align: center;
  border: solid 1px #006934;
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 35px 5px 30px;
}
main#index .wrap.faq-recruit > section a .title:after {
  content: "";
  position: absolute;
  right: 20%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 4px;
  background: url("../images/common/arrow-right.png") no-repeat center center;
  background-size: contain;
}
main#index .wrap.faq-recruit > section a img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
main#index .wrap.faq-recruit > section a .title,
main#index .wrap.faq-recruit > section a img {
  transition: all 0.5s;
}
main#index .wrap.faq-recruit > section a:hover .title {
  background: #006934;
  color: #fff;
}
main#index .wrap.faq-recruit > section a:hover .title span,
main#index .wrap.faq-recruit > section a:hover .title span:before {
  color: inherit;
}
main#index .wrap.faq-recruit > section a:hover .title:after {
  background-image: url("../images/common/arrow-right.on.png");
}
main#index .wrap.faq-recruit > section a:hover img {
  transform: scale(1.1, 1.1);
}
main#index section.news {
  width: 970px;
  max-width: 95%;
  margin: 6vh auto 0;
  min-height: 125px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
main#index section.news > ul {
  width: 51.7525773196%;
}
main#index section.news > ul article {
  margin-bottom: 2.7vh;
  margin-top: 5px;
  display: flex;
  flex-flow: row nowrap;
}
main#index section.news > ul article header {
  width: 12em;
  color: #8c8c8c;
  font-size: 0.625rem;
  letter-spacing: 0.025em;
}
main#index section.news > ul article h3 {
  font-weight: normal;
}
main#index section.news > ul article a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: solid 1px #000;
  width: calc(100% - 12em);
  font-size: 0.75rem;
  letter-spacing: 0.025em;
}
main#index section.news > nav {
  align-self: flex-end;
  padding-bottom: 26px;
  min-width: 110px;
}
main#index section.news > nav a {
  position: relative;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  text-decoration: underline;
}
main#index section.news > nav a:after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background: url("../images/common/arrow-right-bold.svg") no-repeat center center;
  position: absolute;
  left: 110%;
  top: 0;
  bottom: 0;
  margin: auto;
}
main#index section.news > nav a:hover:after {
  background-image: url("../images/common/arrow-right-bold.svg");
}
main#index section.lineup {
  background: #F1F8E4 url("../images/index/eyecatch-lineup.jpg") no-repeat top center;
  background-size: auto 420px;
  text-align: center;
  padding-top: 283px;
}
main#index section.lineup ul {
  margin-top: 3vh;
  padding-bottom: 7vh;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
main#index section.lineup ul > li:nth-of-type(1) img {
  width: 33.1818181818%;
}
main#index section.lineup ul > li:nth-of-type(2) img {
  width: 39.0909090909%;
}
main#index section.lineup ul > li:nth-of-type(3) img {
  width: 33.8636363636%;
}
main#index section.lineup ul > li:nth-of-type(4) img {
  width: 31.3636363636%;
}
main#index section .title {
  font-family: YakuHanMP, "Sawarabi Mincho", serif;
  font-weight: normal;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  color: #006934;
}
main#index section .title > span {
  margin-top: 12px;
  display: block;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #000;
}
main#index section .title > span:before {
  content: "＋";
  color: #006934;
}
main#index section .button {
  margin-top: 52px;
}
main#index section .button a {
  display: inline-block;
  padding: 1em 3em;
  border: solid 1px #006934;
  color: #006934;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  line-height: 1;
  background: #fff;
  transition: all 0.5s;
  white-space: nowrap;
}
main#index section .button a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 4px;
  vertical-align: bottom;
  background: url("../images/common/arrow-right.png") no-repeat center center;
  background-size: contain;
  margin-bottom: 5px;
  margin-left: 1em;
}
main#index section .button a:hover {
  background-color: #006934;
  color: #fff;
}
main#index section .button a:hover:after {
  background-image: url("../images/common/arrow-right.on.svg");
}
main#lineups div.eyecatch {
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  position: relative;
  margin-bottom: 13.6vh;
}
main#lineups div.eyecatch > * {
  width: 50%;
  box-sizing: border-box;
}
main#lineups div.eyecatch section.eyecatch h1 {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  color: #006934;
  font-weight: normal;
}
main#lineups div.eyecatch section.eyecatch h1,
main#lineups div.eyecatch section.eyecatch h1 + p {
  font-family: YakuHanMP, "Sawarabi Mincho", serif;
}
main#lineups div.eyecatch section.eyecatch h1 + p {
  margin-top: 2vh;
  margin-bottom: 3vh;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.0753846154em;
}
main#lineups div.eyecatch section.eyecatch .genre {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
main#lineups div.eyecatch section.eyecatch .genre > li {
  margin-top: 20px;
  width: 47.7178423237%;
}
main#lineups div.eyecatch section.eyecatch .genre > li.full-width {
  width: 100%;
}
main#lineups div.eyecatch section.eyecatch .genre > li.full-width a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
main#lineups div.eyecatch section.eyecatch .genre > li.full-width .icon {
  display: block;
  background: url(../images/lineup/icon-voice.svg) no-repeat center center/38px 26px;
  width: 38px;
  height: 26px;
}
main#lineups div.eyecatch section.eyecatch .genre > li.full-width .arrow {
  margin-bottom: 4px;
  display: block;
  background: url(../images/common/arrow-right.png) no-repeat center center/33px 5px;
  width: 33px;
  height: 5px;
}
@media (hover: hover) {
  main#lineups div.eyecatch section.eyecatch .genre > li.full-width a:hover .icon {
    background-image: url(../images/lineup/icon-voice-white.svg);
  }
  main#lineups div.eyecatch section.eyecatch .genre > li.full-width a:hover .arrow {
    background-image: url(../images/common/arrow-right.on.png);
  }
}
main#lineups div.eyecatch section.eyecatch .genre > li a {
  display: block;
  border: solid 1px #006934;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  line-height: 38px;
  text-align: center;
  color: #006934;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  transition: all 0.5s;
}
main#lineups div.eyecatch section.eyecatch .genre > li a:hover {
  color: #fff;
  background: #006934;
}
main#lineups div.eyecatch > figure {
  padding-right: 7.0103092784%;
  min-height: 376px;
}
main#lineups div.eyecatch > figure div {
  width: calc(50vw - 7.0103092784%);
  max-width: 732px;
  height: auto;
  position: absolute;
  right: calc(50% + 7.0103092784%);
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
main#lineups div.eyecatch > figure div p {
  position: relative;
}
main#lineups div.eyecatch > figure div p:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  border: dashed 1px #006934;
}
main#lineups div.eyecatch > figure div img {
  width: 100%;
  height: auto;
  display: block;
}
main#lineups section.category {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  padding: 6vh 0 8vh;
  text-align: center;
}
main#lineups section.category h2 {
  margin-top: 3vh;
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  height: 37px;
  line-height: 37px;
}
main#lineups section.category p.icon {
  order: -1;
}
main#lineups section.category p.icon img {
  width: 108px;
  height: 95px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}
main#lineups section.category p.description {
  margin-top: 1.8vh;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.0753846154em;
  text-indent: 0.0753846154em;
  font-family: "Sawarabi Mincho", serif;
}
main#lineups section.category p.note {
  margin-top: 3.6vh;
  font-size: 0.75rem;
  color: #006934;
}
main#lineups section.category:nth-of-type(2n) h2 {
  color: #006934;
  background: #fff;
}
main#lineups section.category:nth-of-type(2n):after {
  content: "";
  display: block;
  width: 10000vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5000vw;
  z-index: -1;
  background-color: #F1F8E4;
}
main#lineups section.category:nth-of-type(2n+1) h2 {
  color: #fff;
  background: #006934;
}
main#lineups section.category ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
main#lineups section.category ul > li {
  margin-top: 28px;
  margin-left: 15px;
  margin-right: 15px;
}
html.js main#lineup .on-screen {
  opacity: 0;
  transition: all 0.8s;
}
html.js main#lineup .on-screen.in-screen {
  opacity: 1;
}

main#lineup header {
  text-align: center;
  color: #006934;
}
main#lineup header .icon {
  height: 85px;
  margin-top: 5.5vh;
}
main#lineup header .icon img {
  width: auto;
  max-height: 100%;
}
main#lineup header .lined {
  margin: 25px auto 40px;
  font-size: 1.125rem;
  line-height: 2.3888888889;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  border: solid 1px #006934;
  border-left: 0;
  border-right: 0;
}
main#lineup article.eyecatch {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: space-between;
}
main#lineup article.eyecatch > figure.eyecatch {
  width: 47.4226804124%;
}
main#lineup article.eyecatch > figure.eyecatch img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
main#lineup article.eyecatch > section {
  width: 46.3917525773%;
  font-family: YakuHanMP, "Sawarabi Mincho", serif;
}
main#lineup article.eyecatch > section h1 {
  padding: 10px 0 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #006934;
}
main#lineup article.eyecatch > section p {
  font-size: 0.8125rem;
  line-height: 1.9230769231;
  letter-spacing: 0.0753846154em;
}
main#lineup .lineups {
  margin-top: 6.8vh;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin-left: -3.5051546392%;
  margin-right: -3.5051546392%;
}
main#lineup .lineups:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
main#lineup .lineups > article {
  width: 50%;
  padding: 0 3.5051546392%;
  box-sizing: border-box;
  border-bottom: dashed 1px #006934;
}
main#lineup .lineups > article:nth-of-type(2n+1) {
  padding-right: 3.5051546392%;
  border-right: dashed 1px #006934;
}
main#lineup .lineups > article:nth-of-type(2n) {
  padding-left: 3.5051546392%;
}
main#lineup .lineups > article:nth-of-type(n+3) {
  padding-top: 4.7vh;
}
main#lineup .lineups > article > p {
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.01em;
  min-height: 96px;
}
main#lineup .lineups > article .links {
  color: #006934;
  padding-bottom: 37px;
}
main#lineup .lineups > article .links > p {
  margin-top: 22px;
  font-size: 0.75rem;
}
main#lineup .lineups > article .links > p > span {
  display: inline-block;
  white-space: nowrap;
}
main#lineup .lineups > article .links ul {
  font-size: 0.6875rem;
}
main#lineup .lineups > article .links ul li {
  margin: 10px auto;
}
main#lineup .lineups > article .links ul a {
  display: block;
  border: solid 1px #006934;
  height: 32px;
  line-height: 30px;
  background: #fff;
}
main#lineup .lineups > article .links ul a {
  transition: all 0.5s;
}
main#lineup .lineups > article .links ul a > span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding: 0 1em;
}
main#lineup .lineups > article .links ul a > span:nth-of-type(1) {
  width: 117px;
  border-right: dashed 1px #006934;
}
main#lineup .lineups > article .links ul a > span:nth-of-type(2) {
  width: calc(100% - 117px - 1px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
main#lineup .lineups > article .links ul a:hover {
  background-color: #006934;
  color: #fff;
}
main#lineup .nakama {
  margin-top: 100px;
  padding: 25px;
  background: #F1F8E4;
  text-align: center;
}
main#lineup .nakama h4 {
  font-weight: normal;
  font-size: 0.8125rem;
}
main#lineup .nakama ul {
  color: #006934;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
main#lineup .nakama ul li {
  margin: 16px 10px 0;
}
main#lineup .nakama ul a {
  display: block;
  width: 177px;
  height: 27px;
  line-height: 25px;
  border: solid 1px #006934;
  background: #fff;
  font-size: 0.75rem;
  transition: all 0.5s;
}
main#lineup .nakama ul a.current {
  background: #F1887A;
  color: #fff;
  cursor: default;
}
main#lineup .nakama ul a:not([class]):hover {
  color: #fff;
  background: #006934;
}
main#lineup .back {
  text-align: center;
  margin: 73px auto 150px;
}
main#lineup .back a {
  display: inline-block;
  width: 214px;
  height: 46px;
  line-height: 44px;
  box-sizing: border-box;
  border: solid 1px #006934;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #006934;
  transition: all 0.5s;
}
main#lineup .back a:hover {
  background: #006934;
  color: #fff;
}
main#lineup.list header .c.belt.on-screen {
  opacity: 1;
}
main#lineup.list article {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 6vh 0;
}
main#lineup.list article + article {
  border-top: dashed 1px #006934;
}
main#lineup.list article > .eyecatch,
main#lineup.list article > .content {
  width: 47.5%;
}
main#lineup.list article > .eyecatch {
  order: -1;
}
main#lineup.list article > .eyecatch img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
main#lineup.list article > .content {
  font-family: YakuHanMP, "Sawarabi Mincho", serif;
}
main#lineup.list article > .content h1 {
  margin: 10px 0 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #006934;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: auto 80%;
  height: 60px;
  line-height: 60px;
  position: relative;
  padding-left: 65px;
  box-sizing: border-box;
  font-weight: normal;
}
main#lineup.list article > .content h1 img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: auto;
  max-width: 60px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}
main#lineup.list article > .content p.summary {
  font-size: 0.8125rem;
  line-height: 1.9230769231;
  letter-spacing: 0.0753846154em;
  text-align: justify;
  text-justify: inter-ideograph;
}
main#lineup.list article > .content .sp {
  display: none;
}
main#lineup.list article > .content .list {
  margin-top: 25px;
  color: #006934;
  font-family: "Sawarabi Gothic", sans-serif;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
main#lineup.list article > .content .list a {
  margin: 10px 20px;
  display: inline-block;
  border: solid 1px #006934;
  background: #fff;
  transition: all 0.5s;
  padding: 12px 40px 12px 20px;
  position: relative;
}
main#lineup.list article > .content .list a:after, main#lineup.list article > .content .list a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: no-repeat center center;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
main#lineup.list article > .content .list a:before {
  opacity: 1;
  background-image: url("../images/lineup/out.png");
}
main#lineup.list article > .content .list a:after {
  opacity: 0;
  background-image: url("../images/lineup/out.on.png");
}
main#lineup.list article > .content .list a:hover {
  background: #006934;
  color: #fff;
}
main#lineup.list article > .content .list a:hover:before {
  opacity: 0;
}
main#lineup.list article > .content .list a:hover:after {
  opacity: 1;
}
@media (max-width: 768px) {
  main#lineup.list article > .eyecatch {
    display: none;
  }
  main#lineup.list article > .content {
    width: 100%;
    text-align: center;
  }
  main#lineup.list article > .content h1 {
    margin: 0 auto 5px;
    display: inline-block;
    width: auto;
  }
  main#lineup.list article > .content .sp {
    display: block;
    margin-bottom: 18px;
  }
  main#lineup.list article > .content .sp img {
    width: 100%;
    max-width: 320px;
    margin: auto;
    display: block;
  }
}
main#concept section.atf {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  position: relative;
}
main#concept section.atf > .text {
  width: calc(50% - 4.2268041237%);
  font-family: YakuHanMP, "Sawarabi Mincho", serif;
}
main#concept section.atf > .text h1 {
  color: #006934;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  letter-spacing: 0.1em;
  font-size: clamp(12px, 4vw, 18px);
  padding: 70px 0 70px 14.8648648649%;
  box-sizing: border-box;
}
main#concept section.atf > .text > div {
  width: 127.4774774775%;
  padding: 14.8648648649% 18.6936936937%;
  box-sizing: border-box;
  background: #006934;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.9230769231;
  letter-spacing: 0.0753846154em;
  overflow: hidden;
}
main#concept section.atf > .text > div p {
  margin: 1em auto;
}
main#concept section.atf > .left {
  order: -1;
  width: calc(50% + 4.2268041237%);
}
main#concept section.atf > .left span {
  display: block;
  width: calc(50vw + 4.2268041237%);
  float: right;
}
main#concept section.atf > .left span img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
main#concept section.atf > .bottom {
  width: 67.4226804124%;
  transform: translateY(-86px);
  z-index: -1;
  position: relative;
}
main#concept section.atf > .bottom img {
  max-width: 100%;
  height: auto;
}
main#concept section.ceo {
  margin-top: 10vh;
}
main#concept section.ceo h2 {
  margin-bottom: 4.8vh;
}
main#concept section.ceo > section {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
main#concept section.ceo > section > figure {
  order: -1;
  width: 28.8659793814%;
}
main#concept section.ceo > section > figure img {
  max-width: 100%;
  height: auto;
}
main#concept section.ceo > section > .text {
  width: 64.6391752577%;
  font-family: YakuHanMP, "Sawarabi Mincho", serif;
}
main#concept section.ceo > section > .text h3 {
  margin-top: 12px;
  color: #006934;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: normal;
}
main#concept section.ceo > section > .text p.about {
  margin: 29px auto 17px;
  font-size: 0.875rem;
  letter-spacing: 0.075em;
}
main#concept section.ceo > section > .text p.message {
  font-size: 0.75rem;
  line-height: 2.0833333333;
  letter-spacing: 0.075em;
}
main#concept nav.related {
  margin-top: 136px;
}
main#concept nav.related p.read {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 2.7692307692;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: #006934;
  border: solid 1px #006934;
  border-left: 0;
  border-right: 0;
}
main#concept nav.related ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-left: -2.2680412371%;
  margin-right: -2.2680412371%;
  margin-bottom: 4.7vh;
}
main#concept nav.related ul li {
  padding: 4.7vh 21.0453648915px 0;
  width: 33.3333%;
  min-width: 300px;
  box-sizing: border-box;
}
main#concept nav.related ul li a section {
  display: flex;
  flex-flow: column-reverse nowrap;
  overflow: hidden;
}
main#concept nav.related ul li a section h4 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: YakuHanMP, "Sawarabi Mincho", serif;
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  color: #006934;
  padding: 19px 0 12px;
  box-sizing: border-box;
  border: solid 1px #006934;
  transition: all 0.5s;
}
main#concept nav.related ul li a section h4 > span {
  margin-top: 8px;
  display: block;
  color: #000;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-family: "Sawarabi Gothic", sans-serif;
}
main#concept nav.related ul li a section h4 > span:before {
  content: "＋";
  color: #006934;
}
main#concept nav.related ul li a section h4 > span:after {
  content: "";
  display: block;
  width: 25px;
  height: 22px;
  margin: auto;
  background: url("../images/common/arrow-right.png") no-repeat center center;
  background-size: contain;
}
main#concept nav.related ul li a section figure {
  overflow: hidden;
}
main#concept nav.related ul li a section figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
main#concept nav.related ul li a:hover section img {
  transform: scale(1.1, 1.1);
}
main#concept nav.related ul li a:hover section h4 {
  background: #006934;
}
main#concept nav.related ul li a:hover section h4,
main#concept nav.related ul li a:hover section h4 > span,
main#concept nav.related ul li a:hover section h4 > span:before {
  color: #fff;
}
main#concept nav.related ul li a:hover section h4 > span:after {
  background-image: url("../images/common/arrow-right.on.png");
}
main.contact-page .c.title-underline img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  font-family: "object-fit:cover;object-position:left;";
}
html.js main#company section.atf:before {
  transform: translateX(250vw);
  transition: all 0.3s;
}
html.js main#company section.atf figure {
  opacity: 0;
  transform: translateX(100vw);
  transition: all 0.6s 0.6s;
}
html.js main#company section.atf .text {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s 1.2s;
}
html.js main#company section.atf.in-screen:before {
  transform: translateX(0);
}
html.js main#company section.atf.in-screen figure {
  opacity: 1;
  transform: translateX(0);
}
html.js main#company section.atf.in-screen .text {
  opacity: 1;
  transform: translateY(0);
}
html.js main#company section.staff .data > li {
  opacity: 0;
  transition: all 0.5s;
}
html.js main#company section.staff .data > li:has(.face:empty) {
  padding: 0;
}
html.js main#company section.staff .data > li .face:empty {
  display: none;
}
html.js main#company section.staff .data.in-screen > li {
  opacity: 1;
  transform: translateY(0);
}
html.js main#company section.staff .data.in-screen > li[data-row="1"] {
  transition-delay: -0.3s;
}
html.js main#company section.staff .data.in-screen > li[data-row="2"] {
  transition-delay: 0.2s;
}
html.js main#company section.staff .data.in-screen > li[data-row="3"] {
  transition-delay: 0.7s;
}
html.js main#company section.staff .data.in-screen > li[data-row="4"] {
  transition-delay: 1.2s;
}
html.js main#company section.staff .data.in-screen > li[data-row="5"] {
  transition-delay: 1.7s;
}
html.js main#company section.staff .data.in-screen > li[data-row="6"] {
  transition-delay: 2.2s;
}
html.js main#company section.staff .data.in-screen > li[data-row="7"] {
  transition-delay: 2.7s;
}
html.js main#company section.staff .data.in-screen > li[data-row="8"] {
  transition-delay: 3.2s;
}
html.js main#company section.staff .data.in-screen > li[data-row="9"] {
  transition-delay: 3.7s;
}
html.js main#company section.staff .data.in-screen > li[data-row="10"] {
  transition-delay: 4.2s;
}
html.js main#company section.staff .data.in-screen > li[data-row="11"] {
  transition-delay: 4.7s;
}
html.js main#company section.staff .data.in-screen > li[data-row="12"] {
  transition-delay: 5.2s;
}
html.js main#company section.staff .data.in-screen > li[data-row="13"] {
  transition-delay: 5.7s;
}
html.js main#company section.staff .data.in-screen > li[data-row="14"] {
  transition-delay: 6.2s;
}
html.js main#company section.staff .data.in-screen > li[data-row="15"] {
  transition-delay: 6.7s;
}
html.js main#company section.staff .data.in-screen > li[data-row="16"] {
  transition-delay: 7.2s;
}
html.js main#company section.staff .data.in-screen > li[data-row="17"] {
  transition-delay: 7.7s;
}
html.js main#company section.staff .data.in-screen > li[data-row="18"] {
  transition-delay: 8.2s;
}
html.js main#company section.staff .data.in-screen > li[data-row="19"] {
  transition-delay: 8.7s;
}
html.js main#company section.staff .data.in-screen > li[data-row="20"] {
  transition-delay: 9.2s;
}
html.js main#company section.staff .data.in-screen > li[data-row="21"] {
  transition-delay: 9.7s;
}
html.js main#company section.staff .data.in-screen > li[data-row="22"] {
  transition-delay: 10.2s;
}
html.js main#company section.staff .data.in-screen > li[data-row="23"] {
  transition-delay: 10.7s;
}
html.js main#company section.staff .data.in-screen > li[data-row="24"] {
  transition-delay: 11.2s;
}
html.js main#company section.staff .data.in-screen > li[data-row="25"] {
  transition-delay: 11.7s;
}
html.js main#company section.staff .data.in-screen > li[data-row="26"] {
  transition-delay: 12.2s;
}
html.js main#company section.staff .data.in-screen > li[data-row="27"] {
  transition-delay: 12.7s;
}
html.js main#company section.staff .data.in-screen > li[data-row="28"] {
  transition-delay: 13.2s;
}
html.js main#company section.staff .data.in-screen > li[data-row="29"] {
  transition-delay: 13.7s;
}
html.js main#company section.staff .data.in-screen > li[data-row="30"] {
  transition-delay: 14.2s;
}
html.js main#company section.staff .data.in-screen > li[data-row="31"] {
  transition-delay: 14.7s;
}
html.js main#company section.staff .data.in-screen > li[data-row="32"] {
  transition-delay: 15.2s;
}
html.js main#company section.health-declare .by {
  max-width: 560px;
  margin: 1em auto 3em;
  display: block;
  font-size: 0.875rem;
  text-align: right;
}
html.js main#company section.health-declare .actions {
  margin-right: auto;
  margin-left: auto;
  max-width: 360px;
}
html.js main#company section.health-declare > h2 {
  max-width: none;
}
html.js main#company .description {
  max-width: 560px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-right: auto;
  margin-left: auto;
}

main#company .c.belt {
  margin-top: 10vh;
  margin-bottom: 4.7vh;
  padding: 1em 0.5em;
}
main#company .column2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: -25px;
  margin-right: -25px;
}
main#company .column2 > * {
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
main#company .column2 > .photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
main#company section.atf {
  margin-right: -121px;
  margin-left: -2.5022341376%;
  position: relative;
  color: #fff;
  font-family: YakuHanMP, "Sawarabi Mincho", serif;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
main#company section.atf > .text,
main#company section.atf > figure {
  margin-left: 2.5022341376%;
  margin-right: 2.5022341376%;
}
main#company section.atf > .text {
  width: 35.746201966%;
  min-width: 300px;
  padding: 32px 0;
}
main#company section.atf > .text h1 {
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
main#company section.atf > .text h1:before {
  content: "＋";
  font-family: "Sawarabi Gothic", sans-serif;
}
main#company section.atf > .text li {
  margin: 1.5em 0 1.5em 1.2em;
  text-indent: -1.2em;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  letter-spacing: 0.05em;
}
main#company section.atf > .text li:before {
  content: "○";
  margin-right: 0.2em;
}
main#company section.atf > .text li:last-of-type {
  margin-bottom: 0;
}
main#company section.atf figure {
  width: 53.6193029491%;
  min-width: 300px;
}
main#company section.atf figure img {
  display: block;
  border-radius: 26.5%/50% 0 0 50%;
  max-width: 100%;
  height: auto;
}
main#company section.atf:before {
  content: "";
  display: block;
  width: 200vw;
  height: 100%;
  background: #006934;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
main#company section.company .column2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-left: -2.0618556701%;
  margin-right: -2.0618556701%;
  max-width: none;
}
main#company section.company .column2 > * {
  padding-left: 1.9801980198%;
  padding-right: 1.9801980198%;
  box-sizing: border-box;
}
main#company section.company .column2 > *:nth-child(1) {
  width: 54.1493977222%;
}
main#company section.company .column2 > *:nth-child(2) {
  width: 49.6409483652%;
}
main#company section.company .column2:before, main#company section.company .column2:after {
  content: "";
  display: block;
  order: 9999999;
}
main#company section.company .column2 > .data,
main#company section.company .column2 > .photo {
  margin: 0;
}
main#company section.company .column2 > .data {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  width: calc(50% - 25px);
  max-width: 444px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
main#company section.company .column2 > .data dt,
main#company section.company .column2 > .data dd {
  box-sizing: border-box;
  margin: 0.5em 0;
}
main#company section.company .column2 > .data dt {
  width: 7.5em;
  padding-right: 1.5em;
}
main#company section.company .column2 > .data dt:first-of-type:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  transform: translateX(7.5em);
  border-right: dashed 1px #006934;
}
main#company section.company .column2 > .data dd {
  width: calc(100% - 7.5em);
  padding-left: 1.5em;
}
main#company section.company .column2 > .photo {
  width: calc(50% + 25px);
}
main#company section.company .column2 dt[class^=string] {
  white-space: nowrap;
}
main#company section.company .column2 dt.string2 {
  letter-spacing: 4em;
}
main#company section.company .column2 dt.string3 {
  letter-spacing: 1.5em;
}
main#company section.company .column2 dt.string4 {
  letter-spacing: 0.6666666667em;
}
main#company section.company .column2 dt.string5 {
  letter-spacing: 0.25em;
}
main#company section.company .column2 dt.string6 {
  letter-spacing: 0em;
}
main#company section.business .column2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-left: -2.5773195876%;
  margin-right: -2.5773195876%;
  max-width: none;
}
main#company section.business .column2 > * {
  padding-left: 2.4509803922%;
  padding-right: 2.4509803922%;
  box-sizing: border-box;
}
main#company section.business .column2:before, main#company section.business .column2:after {
  content: "";
  display: block;
  order: 9999999;
}
main#company section.business .column2 > .photo {
  width: 44.7422680412%;
  order: 10;
}
main#company section.business .column2 > .text {
  width: 50.1030927835%;
}
main#company section.business .column2 > .text h3 {
  margin: 0;
}
main#company section.business .column2 > .text h3 + p {
  margin: 8px auto 25px;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  text-align: justify;
  text-justify: inter-ideograph;
}
main#company section.staff {
  position: relative;
  margin-top: 15.9vh;
}
main#company section.staff .eyecatch {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 6vh;
}
main#company section.staff .eyecatch .photo {
  text-align: right;
  width: 56.0824742268%;
}
main#company section.staff .eyecatch .photo img {
  float: right;
}
main#company section.staff .eyecatch .text {
  width: 43.9175257732%;
  box-sizing: border-box;
  padding-left: 4em;
  color: #fff;
  background: #006934;
  font-family: YakuHanMP, "Sawarabi Mincho", serif;
  text-align: justify;
  text-justify: inter-ideograph;
  z-index: -1;
  position: relative;
}
main#company section.staff .eyecatch .text:after {
  content: "";
  display: block;
  width: calc(100% + 6.9718309859vw + 10.1408450704vw);
  height: calc(100% + 12vh);
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  background: #006934;
  z-index: -1;
}
main#company section.staff .eyecatch .text .sp-image {
  display: none;
}
main#company section.staff .eyecatch .text h2 {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin-left: -1em;
}
main#company section.staff .eyecatch .text h2:before {
  content: "＋";
  font-family: "Sawarabi Gothic", sans-serif;
}
main#company section.staff .eyecatch .text p.catchcopy {
  margin-top: 21px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
main#company section.staff .eyecatch .text p.description {
  margin-top: 18px;
  font-size: 0.8125rem;
  line-height: 1.7692307692;
  font-family: "Sawarabi Gothic", sans-serif;
}
main#company section.staff .data {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-left: -4.1237113402%;
  margin-right: -4.1237113402%;
  max-width: none;
  justify-content: center;
  overflow: hidden;
}
main#company section.staff .data > * {
  padding-left: 3.8095238095%;
  padding-right: 3.8095238095%;
  box-sizing: border-box;
}
main#company section.staff .data:before, main#company section.staff .data:after {
  content: "";
  display: block;
  order: 9999999;
}
main#company section.staff .data li {
  width: 25%;
  min-width: 260px;
  max-width: 50%;
  text-align: center;
  padding-top: 46px;
  padding-bottom: 46px;
  border-bottom: dashed 1px #006934;
}
main#company section.staff .data li:empty {
  border-bottom: 0;
  padding: 0;
}
main#company section.staff .data li .face {
  display: inline-block;
  position: relative;
}
main#company section.staff .data li .face img {
  display: block;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}
main#company section.staff .data li .face.mod_illust img {
  width: 146px;
}
main#company section.staff .data li .face.mod_photo img {
  width: 180px;
  transform: translate(7px, 7px);
  border-radius: 50%;
}
main#company section.staff .data li .face.mod_photo::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: solid 1px #006934;
}
main#company section.staff .data li figcaption p.post {
  margin-top: 25px;
  font-size: 0.6875rem;
}
main#company section.staff .data li figcaption p.name {
  margin-top: 8px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
main#company section.staff:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: -100%;
  right: -100%;
  margin: auto;
  z-index: 1;
}
main#company section.access .access__items {
  margin: auto;
  width: 700px;
  max-width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 30px 10px;
}
main#company section.access .access__item {
  min-width: 320px;
}
main#company section.access .access__item .column2 {
  display: block;
}
main#company section.access .access__item .column2 > .about {
  width: 100%;
}
main#company section.access .button {
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main#company section.access .button a {
  display: inline-block;
  padding: 1em 2em 1.2em;
  font-size: 0.75rem;
  line-height: 0.025;
  color: #006934;
  border: solid 1px #006934;
  transition: all 0.5s;
}
main#company section.access .button a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1em;
  margin-left: 0.6em;
  background: url("../images/common/arrow-right.png") no-repeat center center;
  background-size: contain;
}
main#company section.access .button a:hover {
  color: #fff;
  background: #006934;
}
main#company section.access .button a:hover:after {
  background-image: url("../images/common/arrow-right.on.png");
}
main#company section.access .column2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-left: -2.3711340206%;
  margin-right: -2.3711340206%;
  max-width: none;
}
main#company section.access .column2 > * {
  padding-left: 2.2637795276%;
  padding-right: 2.2637795276%;
  box-sizing: border-box;
}
main#company section.access .column2:before, main#company section.access .column2:after {
  content: "";
  display: block;
  order: 9999999;
}
main#company section.access .column2 > .map {
  width: 49.8969072165%;
  display: none;
}
main#company section.access .column2 > .map .aspect {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 64.4628099174%;
  position: relative;
}
main#company section.access .column2 > .map .aspect > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#company section.access .column2 > .about {
  width: 44.7422680412%;
}
main#company section.access .column2 > .about h3 {
  font-weight: normal;
  font-size: 0.875rem;
}
main#company section.access .column2 > .about p {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  margin: 1em auto;
}
main#company section.access .column2 > .about p small {
  font-size: 0.6875rem;
}
main#company section.iso9001 {
  margin-bottom: 18.8vh;
}
main#company section.iso9001 .text {
  width: 100%;
  max-width: 40em;
  margin: auto;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.0714285714em;
  text-align: justify;
  text-justify: inter-ideograph;
}
main#company section.iso9001 .text p {
  margin: 21px auto;
}
main#company section.iso9001 .text p strong {
  font-size: 1rem;
  text-decoration: underline;
}
main#company section.iso9001 .text .note {
  font-size: 0.9em;
  word-break: keep-all;
  text-align: right;
}
main#company section.kpi {
  margin-bottom: 18.8vh;
  overflow: hidden;
}
main#company section.kpi .text {
  width: 100%;
  max-width: 40em;
  margin: auto;
}
main#company section.kpi .text > p {
  max-width: 100%;
  margin-bottom: 0.818em;
}
main#news .c.title-underline img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  font-family: "object-fit:cover;object-position:left;";
}
main#news.archive nav.category {
  margin-top: 7.3vh;
  margin-bottom: 2px;
}
main#news.archive nav.category ul {
  display: inline-block;
  width: 140px;
  font-family: YakuHanMP, "Sawarabi Mincho", serif;
  position: relative;
  z-index: 1;
}
main#news.archive nav.category ul li {
  width: 100%;
  height: 27px;
  line-height: 27px;
}
main#news.archive nav.category ul li a {
  display: block;
  height: 100%;
  box-sizing: content-box;
  padding: 0 2em;
  border: solid 1px #fff;
  background: #006934;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}
main#news.archive nav.category ul li a:hover {
  font-size: 0.8125rem;
  letter-spacing: 0.0230769231em;
  text-indent: 0.0230769231em;
  background: #F1F8E4;
}
main#news.archive nav.category ul li:first-of-type {
  font-size: 0.8125rem;
  letter-spacing: 0.0253846154em;
  white-space: nowrap;
  position: static;
  transition: all 0.5s;
  background: #fff;
  cursor: pointer;
}
main#news.archive nav.category ul li:first-of-type label {
  cursor: pointer;
}
main#news.archive nav.category ul li:first-of-type:before {
  content: "△";
  display: inline-block;
  transform: rotate(90deg) scale(0.8, 0.4);
  transform-origin: center;
  font-weight: bold;
  transition: all 0.5s;
}
main#news.archive nav.category ul li:nth-of-type(n+2) {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
main#news.archive nav.category ul li:nth-of-type(n+2) a {
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
main#news.archive nav.category ul:hover li:first-of-type {
  color: #006934;
}
main#news.archive nav.category ul:hover li:first-of-type:before {
  transform: rotate(180deg) scale(0.8, 0.4);
  color: #006934;
}
main#news.archive nav.category ul:hover li:nth-of-type(1) {
  top: 0px;
}
main#news.archive nav.category ul:hover li:nth-of-type(2) {
  top: 29px;
}
main#news.archive nav.category ul:hover li:nth-of-type(3) {
  top: 58px;
}
main#news.archive nav.category ul:hover li:nth-of-type(4) {
  top: 87px;
}
main#news.archive nav.category ul:hover li:nth-of-type(5) {
  top: 116px;
}
main#news.archive nav.category ul:hover li:nth-of-type(6) {
  top: 145px;
}
main#news.archive nav.category ul:hover li:nth-of-type(7) {
  top: 174px;
}
main#news.archive nav.category ul:hover li:nth-of-type(8) {
  top: 203px;
}
main#news.archive nav.category ul:hover li:nth-of-type(9) {
  top: 232px;
}
main#news.archive nav.category ul:hover li:nth-of-type(10) {
  top: 261px;
}
main#news.archive nav.category ul:hover li:nth-of-type(11) {
  top: 290px;
}
main#news.archive nav.category ul:hover li:nth-of-type(12) {
  top: 319px;
}
main#news.archive nav.category ul:hover li:nth-of-type(13) {
  top: 348px;
}
main#news.archive nav.category ul:hover li:nth-of-type(14) {
  top: 377px;
}
main#news.archive nav.category ul:hover li:nth-of-type(15) {
  top: 406px;
}
main#news.archive nav.category ul:hover li:nth-of-type(16) {
  top: 435px;
}
main#news.archive article {
  padding: 35px 0;
  line-height: 19px;
  position: relative;
}
main#news.archive article:before, main#news.archive article:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  left: 0;
  -webkit-animation: line-draw-archive 1s linear forwards;
          animation: line-draw-archive 1s linear forwards;
}
main#news.archive article:before {
  top: 0;
}
main#news.archive article:after {
  bottom: -1px;
}
main#news.archive article a {
  opacity: 0;
  -webkit-animation: opacity-show 0.5s 1s linear forwards;
          animation: opacity-show 0.5s 1s linear forwards;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media (min-width: 769px) {
  main#news.archive article a {
    align-items: flex-end;
  }
}
main#news.archive article a:hover header,
main#news.archive article a:hover .excerpt {
  border-bottom-color: #006934;
}
main#news.archive article a header,
main#news.archive article a .excerpt {
  box-sizing: border-box;
  border-bottom: dashed 1px transparent;
}
main#news.archive article a header {
  width: 19.8969072165%;
  font-size: 0.6875rem;
  letter-spacing: 0.0254545455em;
  color: #3e3a39;
}
@media (min-width: 769px) {
  main#news.archive article a header time {
    display: block;
  }
}
main#news.archive article a .excerpt {
  width: 39.4845360825%;
  font-size: 0.8125rem;
  letter-spacing: 0.0253846154em;
  color: #231815;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
main#news.archive section.pager {
  margin: 4.6vh auto 7.7vh;
}
main#news.archive section.pager nav {
  text-align: center;
  font-size: 0.8125rem;
  letter-spacing: 0.0253846154em;
  text-indent: 0.0253846154em;
  height: 2.5em;
  line-height: 2.5em;
}
main#news.archive section.pager nav h2 {
  display: none;
}
main#news.archive section.pager nav .nav-links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
main#news.archive section.pager nav .nav-links > * {
  min-width: 20px;
  padding: 0 0.5em;
}
main#news.archive section.pager nav .nav-links > *:hover {
  color: #006934;
}
main#news.archive section.pager nav .nav-links > .current {
  color: #006934;
  text-decoration: underline;
}
main#news.archive section.pager nav .nav-links > .next,
main#news.archive section.pager nav .nav-links > .prev {
  color: transparent;
  font-size: 0;
}
main#news.archive section.pager nav .nav-links > .next:before,
main#news.archive section.pager nav .nav-links > .prev:before {
  color: #AAABAB;
  font-size: 12px;
}
main#news.archive section.pager nav .nav-links > .next:hover:before,
main#news.archive section.pager nav .nav-links > .prev:hover:before {
  color: #3E3A39;
}
main#news.archive section.pager nav .nav-links > .prev:before {
  content: "<";
}
main#news.archive section.pager nav .nav-links > .next:before {
  content: ">";
}
main#news.post article {
  border: dashed 1px #006934;
  border-top: 0;
  border-bottom: 0;
  padding: 0 13.6082474227%;
  margin: 10.2vh auto 0;
}
main#news.post article header time,
main#news.post article header .category {
  font-size: 0.6875rem;
  letter-spacing: 0.0254545455em;
  color: #3e3a39;
}
main#news.post article header h1 {
  font-size: 1rem;
  letter-spacing: 0.025em;
  color: #231815;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 32px;
}
main#news.post article .user_contents {
  font-size: 0.75rem;
  line-height: 2.5833333333;
  letter-spacing: 0.1em;
  color: #231815;
}
main#news.post article .user_contents .photo-shadow {
  text-align: center;
}
main#news.post article .user_contents .photo-shadow > span {
  display: inline-block;
  position: relative;
  margin: 7px;
}
main#news.post article .user_contents .photo-shadow > span:before, main#news.post article .user_contents .photo-shadow > span:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
main#news.post article .user_contents .photo-shadow > span:before {
  z-index: 1;
  border: solid 1px #006934;
  transform: translate(-7px, -7px);
}
main#news.post article .user_contents .photo-shadow > span:after {
  z-index: -1;
  background: url(../images/recruit/dotted.png) repeat center center;
  transform: translate(7px, 7px);
}
main#news.post nav.news {
  margin: 6.5vh auto 4.6vh;
  font-size: 0.8125rem;
  letter-spacing: 0.0253846154em;
  text-indent: 0.0253846154em;
  color: #4c4948;
}
main#news.post nav.news ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
main#news.post nav.news ul li {
  width: 8em;
  white-space: nowrap;
}
main#news.post nav.news ul li a {
  padding: 1em;
  min-width: 5em;
  box-sizing: content-box;
  position: relative;
}
main#news.post nav.news ul li.prev a:before, main#news.post nav.news ul li.next a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 8px;
  height: 8px;
  width: 12px;
}
main#news.post nav.news ul li.prev a:before {
  content: "<<";
  left: 0;
}
main#news.post nav.news ul li.next a:before {
  content: ">>";
  right: 0;
  text-align: right;
}
main#privacy article {
  font-size: 0.75rem;
  line-height: 2.1666666667;
  letter-spacing: 0.1em;
}
main#privacy article h1,
main#privacy article h2,
main#privacy article h3 {
  font-weight: normal;
}
main#privacy article h1 {
  margin-top: 11vh;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.7222222222;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  border-bottom: solid 1px #006934;
}
main#privacy article h1 + p {
  margin: 2em auto;
}
main#privacy article a {
  text-decoration: underline;
}
main#privacy article a:hover {
  color: #006934;
}
main#privacy article.privacy-policy > ol {
  list-style-type: decimal;
  padding-left: 1.2em;
}
main#privacy article.privacy-policy > ol > li {
  margin-bottom: 2em;
}
main#privacy article.privacy-policy > ol > li > ol {
  margin: 0.8em auto;
  list-style-type: decimal;
  list-style-type: cjk-ideographic;
  padding-left: 3em;
}
main#privacy article.privacy-policy > ol ul {
  padding-left: 1.5em;
  list-style-type: disc;
}
main#privacy article.privacy-policy section.about {
  width: calc(100% - 2em);
  margin: 1.5em auto;
}
main#privacy article.privacy-policy section.about h3 {
  font-weight: normal;
}
main#privacy article.privacy-policy section.about dl {
  display: flex;
  flex-flow: row wrap;
}
main#privacy article.privacy-policy section.about dl dt {
  width: 9.5em;
}
main#privacy article.privacy-policy section.about dl dd {
  width: calc(100% - 9.5em);
}
main#privacy article.invitation-policy > ul {
  padding-left: 2em;
}
main#privacy article.invitation-policy > ul > li h2 {
  margin-top: 2em;
  text-indent: -1em;
}
main#privacy article.invitation-policy > ul > li h2:before {
  content: "■";
  color: #006934;
  transform: translateX(-1.5em);
}
main#privacy article.invitation-policy > ul > li > ul {
  list-style-type: disc;
  padding-left: 2em;
}
main#privacy article:last-of-type {
  margin-bottom: 11vh;
}
main#privacy nav.back {
  text-align: center;
  margin-bottom: 29.3vh;
}
main#privacy nav.back a {
  display: inline-block;
  text-align: center;
  width: 240px;
  height: 42px;
  line-height: 40px;
  border: solid 1px #006934;
  background: #fff;
  color: #006934;
  transition: all 0.5s;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
main#privacy nav.back a:hover {
  background: #006934;
  color: #fff;
}

#contact {
  text-align: center;
  background: #F1F8E4;
  min-height: 285px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  #contact:has(a:hover) {
    background: #E0EDE7;
  }
}
#contact .title {
  font-family: YakuHanMP, "Sawarabi Mincho", serif;
  font-weight: normal;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  color: #006934;
}
html.ua-ie #contact .title {
  margin-top: 80px;
}

#contact .title > span {
  margin-top: 12px;
  display: block;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #000;
}
#contact .title > span:before {
  content: "＋";
  color: #006934;
}
#contact .button {
  margin-top: 28px;
}
#contact .button a {
  display: inline-block;
  padding: 1em 3em;
  border: solid 1px #006934;
  color: #006934;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  line-height: 1;
  background: #fff;
  transition: all 0.5s;
  white-space: nowrap;
}
#contact .button a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 4px;
  vertical-align: bottom;
  background: url("../images/common/arrow-right.png") no-repeat center center;
  background-size: contain;
  margin-bottom: 5px;
  margin-left: 1em;
}
#contact .button a:hover {
  background-color: #006934;
  color: #fff;
}
#contact .button a:hover:after {
  background-image: url("../images/common/arrow-right.on.svg");
}

.c.belt {
  color: #006934;
  background: #F1F8E4 no-repeat -10px 10px;
  background-size: contain;
  min-height: 107px;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c.belt > span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  line-height: 1.4;
  min-width: 120px;
  padding: 0 15px;
  box-sizing: border-box;
}
.c.belt > span:before, .c.belt > span:after,
.c.belt > span > b:before,
.c.belt > span > b:after {
  content: "";
  position: absolute;
  background: #006934;
  width: 1px;
  height: 1px;
}
.c.belt > span:before, .c.belt > span:after {
  width: 62px;
}
.c.belt > span:before {
  top: 0;
  left: -10px;
}
.c.belt > span:after {
  bottom: 0;
  right: -10px;
}
.c.belt > span > b {
  font-weight: normal;
}
.c.belt > span > b:before, .c.belt > span > b:after {
  height: 22px;
}
.c.belt > span > b:before {
  top: -6px;
  left: 0;
}
.c.belt > span > b:after {
  bottom: -6px;
  right: 0;
}
.c.hover-shadow {
  position: relative;
  width: 22%;
  max-width: 220px;
  min-width: 200px;
  margin: 0 14px;
  text-align: center;
}
html.js .c.hover-shadow {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s;
}
html.js .c.hover-shadow.in-screen {
  opacity: 1;
  transform: translateY(0);
}

.c.hover-shadow a {
  display: block;
  position: relative;
}
.c.hover-shadow a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #006934;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 0;
}
.c.hover-shadow a > figure {
  width: 100%;
  max-width: 220px;
  height: 190px;
  box-sizing: border-box;
  border: solid 2px #006934;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  color: #006934;
  background: #fff;
  position: relative;
  z-index: 2;
}
.c.hover-shadow a > figure,
.c.hover-shadow a > figure > .icon > img {
  transition: all 0.3s;
}
.c.hover-shadow a > figure > .icon {
  position: relative;
}
.c.hover-shadow a > figure > .icon > img {
  display: block;
  margin: 0 auto;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}
.c.hover-shadow a > figure > .icon > img:nth-of-type(1) {
  opacity: 1;
}
.c.hover-shadow a > figure > .icon > img:nth-of-type(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.c.hover-shadow a > figure:nth-of-type(2) {
  color: #fff;
  background: #006934;
  top: 5px;
  left: 5px;
  position: absolute;
  z-index: 1;
}
.c.hover-shadow a > figure:nth-of-type(2) figcaption:after {
  background-image: url("../images/common/arrow-right.on.png");
}
.c.hover-shadow a > figure figcaption:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/common/arrow-right.png") no-repeat center 67%;
  background-size: contain;
  margin: auto;
}
.c.hover-shadow a:hover > figure {
  transform: translate(5px, 5px);
  color: #fff;
  background-color: #006934;
}
.c.hover-shadow a:hover > figure > .icon > img:nth-of-type(1) {
  opacity: 0;
}
.c.hover-shadow a:hover > figure > .icon > img:nth-of-type(2) {
  opacity: 1;
}
.c.hover-shadow a:hover > figure figcaption:after {
  background-image: url("../images/common/arrow-right.on.png");
}
.c.diffline > span {
  position: relative;
  display: block;
}
.c.diffline > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 1;
  border: dashed 1px #006934;
}
.c.diffline.reverse img {
  transform: translate(9px, 9px);
  display: block;
}
.c.diffline.reverse > span:after {
  top: 0;
  left: 0;
}
.c.diffline.solid > span:after {
  border-style: solid;
}
.c.sumikakko {
  margin-bottom: 2.1vh;
  display: inline-block;
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  padding: 3px 20px;
  position: relative;
}
.c.sumikakko:before, .c.sumikakko:after {
  content: "";
  margin: auto;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c.sumikakko:before {
  width: 100%;
  background: #006934;
  z-index: -2;
}
.c.sumikakko:after {
  background-color: #fff;
  right: 0;
  width: calc(100% - 12px);
  border-radius: 8px/50%;
  z-index: -1;
  top: -1px;
  height: calc(100% + 2px);
}

@-webkit-keyframes panel {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes panel {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
#footer {
  background: #fff;
  position: relative;
  z-index: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#footer a:hover {
  text-decoration: underline;
}
#footer > .logo {
  width: 36.9375%;
  min-width: 300px;
  padding: 10px;
  box-sizing: border-box;
  background: #62CC52;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
#footer > .logo > .name {
  margin-top: 12.5px;
}
#footer > .logo > * {
  width: 353px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#footer > .logo img {
  max-width: 95%;
  height: auto;
}
#footer > .sitemap {
  width: 46.1875%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 67px 50px;
}
#footer > .others {
  width: 16.875%;
  padding: 67px 0;
}
#footer > .others > li {
  margin-right: 0;
  word-break: keep-all;
  margin-bottom: 18px;
}
#footer > ul {
  font-size: 0.6875rem;
  line-height: 1.6363636364;
  letter-spacing: 0.05em;
}
#footer > ul > li {
  margin-bottom: 30px;
  margin-right: 30px;
  max-width: 145px;
  text-indent: -0.7em;
  margin-left: 1em;
}
#footer > ul > li.news li a {
  display: block;
}
#footer > ul > li.later:nth-of-type(n+2) {
  margin-top: 18px;
}
#footer > ul > li li > a:before,
#footer > ul h4 a:before {
  content: ">";
  font-size: 8px;
  position: relative;
  top: -1px;
  left: -2px;
}
#footer > ul h4 {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #006934;
  font-weight: normal;
}
#footer > ul h4 a:before {
  content: "＋";
}
#footer > ul h5 {
  font-weight: normal;
  margin-left: 0.6em;
}
#footer > ul h5:before {
  content: ">";
}
#footer > ul h5 + ul {
  margin-left: 1.6em;
}
#footer > ul ul {
  margin-left: 1em;
}
#footer .symbol-disc ul > li > a:before {
  content: "･";
}
#footer > small {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.5625rem;
  line-height: 3.4444444444;
  letter-spacing: 0.1em;
  color: #8c8c8c;
  margin-right: 25px;
  margin-bottom: 15px;
}

html.js .faq-recruit.on-screen .riseup {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.4s;
}
html.js .faq-recruit.on-screen.in-screen .faq,
html.js .faq-recruit.on-screen.in-screen .recruit {
  opacity: 1;
  transform: translateY(0);
}
html.js .faq-recruit.on-screen.in-screen .faq.recruit,
html.js .faq-recruit.on-screen.in-screen .recruit.recruit {
  transition: all 0.4s 0.3s;
}
html.js.ua-safari .faq-recruit .faq,
html.js.ua-safari .faq-recruit .recruit {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
html.js main#company section.staff .on-screen .text,
html.js main#company section.staff .on-screen .text > *,
html.js main#company section.staff .on-screen figure {
  opacity: 0;
  transition: all 0.4s;
}
html.js main#company section.staff .on-screen figure {
  transition-delay: 0.3s;
}
html.js main#company section.staff .on-screen .text > * {
  transition-delay: 0.7s;
}
html.js main#company section.staff .on-screen.in-screen .text,
html.js main#company section.staff .on-screen.in-screen .text > *,
html.js main#company section.staff .on-screen.in-screen figure {
  opacity: 1;
}
html.js main.recruit-page .on-screen {
  opacity: 0;
  transition: all 0.5s;
}
html.js main.recruit-page .on-screen.in-screen {
  opacity: 1;
}

.goto-top a {
  position: fixed;
  z-index: 1000;
  right: 3vw;
  bottom: 3vh;
  display: block;
  width: 22px;
  height: 16px;
  box-sizing: content-box;
  padding: 16px;
  background: url("../images/common/goto-top.png") no-repeat center center;
  opacity: 1;
  transition: all 0.5s;
}
.goto-top a:hover {
  background-image: url("../images/common/goto-top.on.png");
}
.goto-top a:after {
  content: "";
  background-image: url("../images/common/goto-top.on.png");
  position: absolute;
  left: -10000px;
  height: -10000px;
}

html.scroll-top .goto-top a {
  opacity: 0;
}

.main-wrap {
  overflow-x: hidden;
}

@media (max-width: 1050px) {
  html body {
    padding-bottom: 50px;
  }
  .goto-top a {
    transform: translateY(-40px);
  }
  main .sp-common-width {
    width: 83.6% !important;
  }
  main#index .wrap.faq-recuruit > section {
    width: 83.6%;
    max-width: 452px;
  }
  main#index section.news {
    flex-wrap: wrap;
  }
  main#index section.news > h2 {
    width: 100%;
  }
  main#index section.news > ul,
main#index section.news > nav {
    width: 65.6%;
    margin-left: auto;
    margin-right: auto;
  }
  main#index section.news > ul article {
    flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  main#index section.news > ul article header,
main#index section.news > ul article a {
    width: 100%;
  }
  main#index section.news > ul article header {
    margin-bottom: 0.5em;
  }
  main#index section.news > ul article a {
    line-height: 1.6;
  }
  main#index section.news > nav {
    margin-top: 30px;
    text-align: right;
  }
  main#index section.lineup {
    padding-top: 0;
    background: #F1F8E4;
  }
  main#index section.lineup > img.sp {
    width: 100%;
    height: 56vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main#index section.lineup ul {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  main#index section.lineup ul li {
    width: 40vw;
    margin: 0 7px 40px;
    min-height: initial;
  }
  main#index section.lineup .title {
    margin-top: 45px;
  }
  main#index section .title {
    text-align: center;
  }
  #footer {
    display: block;
  }
  #footer > .sitemap,
#footer > .others {
    display: none;
  }
  #footer > .logo {
    width: 100%;
    text-align: center;
    padding: 60px 0;
  }
  #footer .sp-footer {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #006934;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  #footer .sp-footer > li {
    width: 50%;
    max-width: none;
    height: 100%;
    margin: 0;
    line-height: 50px;
  }
  #footer .sp-footer > li:nth-of-type(2) {
    background-color: #0DAC67;
  }
  #footer .sp-footer > li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .sp-footer > li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  #footer > small {
    position: static;
    display: block;
    width: 100%;
    height: 70px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .pc-block {
    display: none !important;
  }
  body {
    overflow-x: hidden;
  }
  main {
    width: 84%;
  }
  main#concept section.atf > .text,
main#concept section.atf > .text > div,
main#concept section.atf > .left,
main#concept section.atf > .left > span,
main#concept section.atf > .bottom {
    width: 100%;
  }
  main#concept section.atf > .text h1 {
    padding-left: 0;
    text-align: center;
  }
  main#concept section.atf > .text > div {
    padding: 6.6vh 1em 16vh;
    box-sizing: border-box;
  }
  main#concept section.atf > .text > div p {
    max-width: 30em;
  }
  main#concept section.atf > .left {
    transform: translateX(-9px);
  }
  main#concept section.atf > .bottom {
    width: 78.9333333333%;
    margin: auto;
    z-index: 1;
  }
  main#concept section.ceo > section {
    flex-wrap: wrap;
    max-width: 500px;
    margin: auto;
  }
  main#concept section.ceo > section > figure {
    width: auto;
    margin: auto;
  }
  main#concept section.ceo > section > figure img {
    max-width: 50vw;
  }
  main#concept section.ceo > section > .text {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
  }
  main#concept section.ceo > section > .text h3,
main#concept section.ceo > section > .text p.about {
    text-align: center;
  }
  main#concept section.ceo > section > .text h3 {
    margin: 16px auto 32px;
    line-height: 1.5;
  }
  main#concept section.ceo > section > .text p.about {
    order: -1;
  }
  main#concept section.ceo > section > .text p.message {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  main#lineup article.eyecatch {
    flex-wrap: wrap;
    justify-content: center;
  }
  main#lineup article.eyecatch > section,
main#lineup article.eyecatch > figure.eyecatch {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  main#lineup article.eyecatch > figure.eyecatch {
    margin-top: 15px;
  }
  main#lineup .lineups {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
  main#lineup .lineups > article {
    width: 100%;
    max-width: 500px;
    padding: 0 !important;
    border: 0 !important;
    margin: auto;
  }
  main#lineup .lineups > article > p {
    min-height: none;
    min-height: initial;
  }
  main#lineups div.eyecatch {
    flex-flow: row wrap;
  }
  main#lineups div.eyecatch > .eyecatch,
main#lineups div.eyecatch > figure,
main#lineups div.eyecatch > figure div {
    width: 100%;
  }
  main#lineups div.eyecatch > figure {
    order: -1;
    min-height: none;
    min-height: initial;
    padding: 0;
  }
  main#lineups div.eyecatch > figure div {
    right: 0;
    position: static;
  }
  main#lineups div.eyecatch section.eyecatch h1 {
    margin: 6.2vh auto 3vh;
    text-align: center;
    font-size: 3.8vw;
    word-break: keep-all;
  }
  main#lineups section.category p.description {
    text-align: left;
  }
  main#company section.full-width {
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    max-width: none;
  }
  main#company section.atf {
    flex-wrap: wrap-reverse;
  }
  main#company section.atf:before {
    display: none;
  }
  main#company section.atf > .text,
main#company section.atf > figure {
    width: 100%;
    max-width: none;
    min-width: initial;
    margin: auto;
    box-sizing: border-box;
  }
  main#company section.atf > figure img {
    border-radius: 0;
    margin: auto;
    width: 100%;
  }
  main#company section.atf > .text {
    padding-left: 15%;
    padding-right: 30%;
    position: relative;
  }
  main#company section.atf > .text:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: url("../images/company/bg.png?2") no-repeat center center;
    background-size: 100% 100%;
  }
  main#company section.company .column2 {
    flex-wrap: wrap;
    margin: 0;
  }
  main#company section.company .column2 > .photo,
main#company section.company .column2 > .data {
    width: 100%;
    padding: 0;
  }
  main#company section.company .column2 > .data {
    margin-top: 4.5011252813vh;
  }
  main#company section.business .column2 {
    margin-left: auto;
    margin-right: auto;
  }
  main#company section.business .column2 > .photo,
main#company section.business .column2 > .text {
    width: 100%;
  }
  main#company section.business .column2 > .photo {
    order: 0;
    margin-bottom: 4.5011252813vh;
  }
  main#company section.staff .eyecatch {
    margin-right: calc((100vw - 100%) / -2);
  }
  main#company section.staff .eyecatch > .photo {
    display: none;
  }
  main#company section.staff .eyecatch > .text {
    width: 100%;
    padding: 3.1507876969vh 0;
  }
  main#company section.staff .eyecatch > .text img.sp-image {
    display: block;
    width: 100%;
    height: auto;
    transform: translateX(calc((100vw - 100%) / -1));
  }
  main#company section.staff .eyecatch > .text h2,
main#company section.staff .eyecatch > .text p.catchcopy {
    text-align: center;
  }
  main#company section.staff .eyecatch > .text h2 {
    margin-bottom: 5px;
  }
  main#company section.staff .eyecatch > .text p.catchcopy, main#company section.staff .eyecatch > .text p.description {
    padding-left: 2.9333333333%;
    padding-right: 13.3333333333%;
  }
  main#company section.staff .eyecatch > .text:after {
    display: none;
  }
  main#company section.staff .data li {
    width: 50%;
    min-width: 0;
  }
  main#company section.access .column2 > .map,
main#company section.access .column2 > .about {
    width: 100%;
  }
  main#company section.access .column2 > .map {
    order: 100;
  }
  main#company section.access .column2 > .map .aspect {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 63.0990415335%;
  }
  main#company section.access .column2 > .about {
    text-align: center;
    margin-bottom: 15px;
  }
  main#news header .c.title-underline img {
    -o-object-position: 10%;
       object-position: 10%;
  }
  main#news.archive nav.category ul {
    width: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 8px 16px;
  }
  main#news.archive nav.category ul li {
    position: static !important;
    width: auto;
    min-width: 125px;
    height: auto;
  }
  main#news.archive nav.category ul li:first-of-type {
    width: 100%;
  }
  main#news.archive nav.category ul li:first-of-type:before {
    display: none;
  }
  main#news.archive nav.category ul li a {
    color: #006934;
    background-color: #fff;
    border: solid 1px #006934;
    transition: all 0.5s;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    display: block;
  }
  main#news.archive nav.category ul li a.current {
    background-color: #006934;
    color: #fff;
  }
  main#news.archive nav.category ul li a:hover {
    color: #006934;
    background: #fff;
  }
  main#news.archive article {
    padding: 1em 3em;
  }
  main#news.archive article:first-of-type {
    margin-top: 65px;
  }
  main#news.archive article a {
    display: block;
  }
  main#news.archive article a header,
main#news.archive article a .excerpt {
    display: block;
    overflow: auto;
    width: 100%;
  }
  main#news.archive article a header .category {
    margin-left: 1.5em;
    font-size: 13px;
  }
  main#news.archive article a .excerpt {
    font-size: 14px;
    white-space: normal;
  }
  main#news.archive article a:hover header,
main#news.archive article a:hover .excerpt {
    border-bottom-color: transparent;
  }
  main#news.post article {
    padding-left: 9.2651757188%;
    padding-right: 9.2651757188%;
  }
  main#news.post article header .sp-block {
    display: block;
  }
  main#news.post article header h1 {
    margin-left: 1em;
    margin-top: 5px;
  }
}
@media (max-width: 450px) {
  main#news {
    width: 90%;
  }
  main#news.archive article {
    padding-left: 1em;
    padding-right: 1em;
  }
  main#news.post article {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 400px) {
  .clear-br-if-narrow br {
    display: none;
  }
}
@-webkit-keyframes line-draw-archive {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes line-draw-archive {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes opacity-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.invite, .bl-section {
  line-height: 1.6;
  margin-bottom: 1em;
  margin-left: 1.5em;
}
.invite h3, .bl-section h3 {
  font-weight: normal;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.invite h3:before, .bl-section h3:before {
  content: "■";
  color: #006934;
  margin-right: 0.5em;
}
.invite ul, .bl-section ul {
  list-style-type: disc;
  padding-left: 1.2em;
  font-size: 0.75rem;
}

.bl-section__title {
  margin-left: 0 !important;
}
.bl-section > p {
  font-size: 0.8125rem;
  margin-bottom: 0.616em;
}

.plus-table {
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
}
.plus-table td {
  display: table-cell;
  width: 33.3%;
  max-width: 30vw;
  border: solid 3px #006934;
  padding: 0.616em 1.232em;
  vertical-align: middle;
  text-align: center;
  min-height: 100px;
  position: relative;
  z-index: 0;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
}
.plus-table td.empty {
  border: 0;
}
.plus-table td.strong {
  background: #F1F8E4;
}
.plus-table td.strong img {
  display: block;
  width: 180px;
  max-width: 100%;
}
.plus-table td i {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: rgba(0, 105, 52, 0.1);
}
@media (max-width: 768px) {
  .plus-table td {
    padding: 0.313em 0.616em;
    font-size: 3vw;
  }
}

.bl-banners {
  margin-top: 40px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.bl-banners--items {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 800px) {
  main#company .sp-min {
    font-size: 0.95rem;
    width: 100%;
  }
}
main#company .kpi-history {
  width: 100%;
  margin-bottom: 18.8vh;
}
main#company .kpi-history .table {
  position: relative;
  min-width: 970px;
}
main#company .kpi-history .table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
main#company .kpi-history .table td, main#company .kpi-history .table th {
  border: 1px solid #006934;
  padding: 10px 5px;
  vertical-align: middle;
  line-height: 1.4;
}
main#company .kpi-history .table th {
  color: #006934;
  background: #F1F8E4;
  font-size: 0.875rem;
}
main#company .kpi-history .table td {
  font-size: 0.8125rem;
}
main#company .kpi-history .table .number {
  border-right: 1px dashed #006934;
}
main#company .kpi-history .table .digit {
  text-align: center;
}
main#company .kpi-history .table .row-title {
  min-width: 150px;
}
main#company .kpi-history .table ul, main#company .kpi-history .table ol {
  margin-top: 0.5em;
  padding-left: 1.5em;
}
main#company .kpi-history .table ul {
  list-style-type: disc;
}
main#company .kpi-history .table ol {
  list-style-type: decimal;
}
main#company .kpi-history .table li {
  margin-block: 0.616em;
}
main#company .kpi-history .table h3 {
  margin-bottom: 0.616em;
  letter-spacing: 0.12em;
}
main#company .kpi-history .scroll-hint-icon {
  top: 250px;
}
main#company .kpi-history .footnote {
  margin-top: 12px;
  font-size: 0.8125rem;
  text-align: right;
  font-weight: 300;
}
main#company .kpi-history .footnote.mod_left {
  text-align: left;
}

@media (min-width: 768.1px) {
  :where(.pc-none) {
    display: none;
  }
}
@media (max-width: 768px) {
  :where(.sp-none) {
    display: none;
  }
}
.side-scroll-content {
  overflow-x: auto;
}

.block202504 .subtitle {
  margin-bottom: 40px;
  text-align: center;
  color: #006934;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
.block202504 > p {
  margin-block: 0.616em;
  font-size: 13px;
  line-height: 1.4;
}
.block202504 > ol {
  padding-left: 1.8em;
  list-style-type: decimal;
  font-size: 13px;
}
.block202504 > ol > li {
  margin-block: 0.616em;
  line-height: 1.4;
}
.block202504 table {
  margin-top: 30px;
}
.block202504 caption {
  display: none;
}
@media screen and (max-width: 768px) {
  .block202504 .subtitle {
    text-align: left;
  }
}

.el-shop-list {
  height: 100%;
}
#header .menu > li:has(.el-shop-list) {
  height: auto;
}

.el-shop-list__items {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.el-shop-list__link {
  padding: 3px 13px;
  color: #006934 !important;
  display: flex;
  align-items: center;
}
.el-shop-list__name {
  font-size: 12px;
}
.el-shop-list__icon {
  padding-inline: 4.5px;
  display: inline-block;
}
.el-shop-list__icon::before {
  content: "";
  display: inline-block;
  background: url(../images/icon/tel.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.el-shop-list__number {
  font-size: 13px;
  letter-spacing: 0.05em;
}
@media (hover: hover) {
  .el-shop-list__link {
    transition: background-color 0.3s, color 0.3s;
  }
  .el-shop-list__link:hover {
    background-color: #006934;
    color: #fff !important;
  }
  .el-shop-list__link:hover .el-shop-list__icon::before {
    background-image: url(../images/icon/tel.on.svg);
  }
}
.el-sp-tel-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  --border-color: #006934;
}
.sp-footer .el-sp-tel-button {
  --border-color: #fff;
}

.el-sp-tel-button::before {
  margin-right: 0 !important;
}
.el-sp-tel-button__icon {
  display: inline-block;
  text-indent: 0;
  background: url(../images/icon/tel.on.svg) no-repeat center center/contain;
  width: 25px;
  height: 25px;
}
.el-sp-tel-button__shops {
  margin-left: 0.4em !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 0;
  font-size: 16px;
}
.el-sp-tel-button__shop {
  line-height: 1;
}
.el-sp-tel-button__shop:nth-of-type(n+2) {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid var(--border-color);
}
.el-sp-tel-button__shop-name {
  display: inline !important;
  width: auto !important;
  height: auto !important;
}
.el-sp-tel-button__shop-name::before {
  display: none !important;
}

.c-keep-all {
  word-break: keep-all;
}

.c-pre-line {
  white-space: pre-line;
}

.p-country-name {
  display: none;
}

.footer-shop__section {
  margin-top: 16px;
  letter-spacing: 0.075em;
}
.footer-shop__name {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
}
.footer-shop__address {
  margin-top: 9px;
  font-weight: 400;
  font-size: 13px;
}
.footer-shop__tel-fax {
  margin-top: 9px;
  font-size: 16px;
  letter-spacing: 0.025em;
}
.footer__id {
  margin-top: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.bl-shop-guide__name {
  height: 38px;
  background: #006934;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  font-family: YakuHanMP, "Sawarabi Mincho", serif;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl-shop-guide__image :is(picture, img) {
  display: block;
}
.bl-shop-guide__image img {
  width: 100%;
}
.bl-shop-guide__information {
  margin-block: var(--leading-trim);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.58;
  letter-spacing: 0.01em;
  white-space: pre-line;
}
.bl-shop-guide__map iframe {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768.1px) {
  .bl-shop-guide__item:nth-of-type(n+2) {
    margin-top: 38px;
    padding-top: 39px;
    background-image: repeating-linear-gradient(90deg, #006934, #006934 4px, transparent 4px, transparent 6px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 1px;
  }
  .bl-shop-guide__cols {
    display: flex;
    justify-content: space-between;
  }
  .bl-shop-guide__col:nth-of-type(1) {
    width: 46.3917525773%;
  }
  .bl-shop-guide__col:nth-of-type(2) {
    width: 50%;
  }
  .bl-shop-guide__information {
    height: 88px;
  }
  .bl-shop-guide__map {
    height: calc(100% - 88px);
  }
  .bl-shop-guide__map iframe {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bl-shop-guide__item:nth-of-type(n+2) {
    margin-top: 8.2666666667vw;
  }
  .bl-shop-guide__name {
    font-size: 2.9333333333vw;
    line-height: 2;
  }
  .bl-shop-guide__information {
    padding-block: 3.3333333333vw;
    font-size: clamp(12px, 2.4vw, 18px);
  }
  .bl-shop-guide__map iframe {
    aspect-ratio: 626/277;
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */