@charset "UTF-8";
/* 外部ライブラリ
-------------------------------------------------------------------------- */
/* ==========================================================================
slick.js
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@600&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp-noto.min.css");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir='rtl'] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* 関数
-------------------------------------------------------------------------- */
/* 変数
-------------------------------------------------------------------------- */
/* min-width
-------------------------------------------------------------------------- */
/* max-width
-------------------------------------------------------------------------- */
/* default
-------------------------------------------------------------------------- */
/* in
-------------------------------------------------------------------------- */
/* out
-------------------------------------------------------------------------- */
/* in out
-------------------------------------------------------------------------- */
/* ja
-------------------------------------------------------------------------- */
/* en
-------------------------------------------------------------------------- */
/* size
-------------------------------------------------------------------------- */
@keyframes swing1 {
  0% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0); }
  35% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(5deg) translateY(-10px); }
  50% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0); }
  85% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(-5deg) translateY(-10px); }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0); } }
@keyframes swing2 {
  0% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0); }
  35% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(-5deg) translateY(-10px); }
  50% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0); }
  85% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(5deg) translateY(-10px); }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0); } }
@keyframes bounce {
  from,
    20%,
    53%,
    80%,
    to {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, 0, 0); }
  40%,
    43% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, -15px, 0); }
  90% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, -4px, 0); } }
.slide-in {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .slide-in.is-inview {
    opacity: 1;
    transform: translateY(0); }

.rotate-in {
  opacity: 0;
  transform: rotate(-15deg) translate(-15px, 15px);
  transform-origin: right bottom;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .rotate-in.is-inview {
    opacity: 1;
    transform: rotate(0deg) translate(0, 0); }

.opacity-hover {
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .opacity-hover.is-on {
    opacity: 0.6; }

/* ミックスイン
-------------------------------------------------------------------------- */
/* 初期化
-------------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

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

img, svg {
  vertical-align: top; }

html {
  font-size: 10px; }
  @media screen and (max-width: 1366px) {
    html {
      font-size: 0.7320644217vw; } }
  @media screen and (max-width: 768px) {
    html {
      font-size: 1.3020833333vw; } }

body {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  color: #000;
  background: #fff;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 2.8rem; } }
  @media screen and (max-width: 768px) {
    body.is-show-nav {
      overflow: hidden; } }

a {
  outline: none;
  color: #000;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media screen and (min-width: 769px) {
    a:hover, a:active {
      text-decoration: none; } }

img {
  max-width: 100%; }
  @media screen and (max-width: 768px) {
    img {
      width: 100%; } }

::selection {
  background: #000;
  color: #fff; }

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

@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important; } }

.js-fit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.js-disabled {
  pointer-events: none;
  opacity: 0.15; }

/* レイアウト
-------------------------------------------------------------------------- */
.layout-container {
  position: relative;
  min-width: 110rem; }
  @media screen and (max-width: 768px) {
    .layout-container {
      min-width: 0; } }

.layout-content {
  overflow: hidden; }

.layout-footer {
  color: #fff;
  background: #3c3c3c; }
  @media screen and (max-width: 768px) {
    .layout-footer {
      background: #fff; } }
  .layout-footer__primary {
    padding: 6rem 0;
    background: #fff; }
    @media screen and (max-width: 768px) {
      .layout-footer__primary {
        padding: 10rem 0; } }
  .layout-footer__secondary {
    width: 100%;
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 0; }
    @media screen and (max-width: 768px) {
      .layout-footer__secondary {
        display: block;
        padding: 0; } }

.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 3rem;
  z-index: 999;
  transition: background 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  @media screen and (max-width: 768px) {
    .layout-header {
      background: #fff;
      height: 10rem; } }

.is-scrolled .layout-header {
  background: #fff; }

.layout-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1); }

.is-loaded .layout-loading {
  opacity: 0;
  pointer-events: none; }

/* モジュール
-------------------------------------------------------------------------- */
.button-contact {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem; }
  @media screen and (max-width: 768px) {
    .button-contact {
      width: 100%;
      max-width: 70.8rem;
      margin-left: auto;
      margin-right: auto;
      margin-top: 9rem; } }
  .button-contact a {
    width: 100%;
    height: 7rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 0.1rem #3c3c3c;
    text-align: center;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    @media screen and (max-width: 768px) {
      .button-contact a {
        width: 100%;
        height: 12rem;
        font-size: 3rem;
        border-width: 0.2rem; } }
    .button-contact a:before {
      width: 2.6rem;
      height: 2rem;
      position: absolute;
      top: calc(50% - 1rem);
      left: 1.9rem;
      content: '';
      display: block;
      background: url(../img/common/icn_contact.svg) no-repeat center center;
      background-size: contain; }
      @media screen and (max-width: 768px) {
        .button-contact a:before {
          width: 3.9rem;
          height: 3rem;
          position: absolute;
          top: calc(50% - 1.5rem);
          left: 2.8rem; } }
    .button-contact a.is-on {
      color: #fff;
      background: #3c3c3c; }
      .button-contact a.is-on:before {
        background-image: url(../img/common/icn_contact_white.svg); }

.button-pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 7.2rem;
  height: 7.2rem;
  background: #000;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  @media screen and (max-width: 768px) {
    .button-pagetop {
      background-color: #3c3c3c;
      position: fixed;
      right: 0;
      bottom: 28rem;
      width: 10rem;
      height: 10rem;
      z-index: 9; } }
  .button-pagetop:before {
    position: absolute;
    top: calc(50% - 0.9rem);
    left: calc(50% - 0.9rem);
    width: 1.8rem;
    height: 1.8rem;
    box-sizing: border-box;
    content: '';
    display: block;
    border-top: 0.3rem solid #fff;
    border-left: 0.3rem solid #fff;
    transform: rotate(45deg) translateX(0.3rem) translateY(0.3rem); }
    @media screen and (max-width: 768px) {
      .button-pagetop:before {
        position: absolute;
        top: calc(50% - 1.35rem + 0.3rem);
        left: calc(50% - 1.35rem);
        width: 2.7rem;
        height: 2.7rem;
        border-top: 0.3rem solid #fff;
        border-left: 0.3rem solid #fff;
        transform: rotate(45deg) translateX(0.3rem) translateY(0.3rem); } }

.is-scrolled .button-pagetop {
  opacity: 1;
  pointer-events: auto; }

.header-content {
  position: relative;
  height: 54rem; }
  @media screen and (max-width: 768px) {
    .header-content {
      height: 44rem; } }
  .header-content:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(50% + 55rem);
    height: 43rem;
    content: '';
    display: block;
    background: #91BA58; }
    @media screen and (max-width: 768px) {
      .header-content:before {
        width: calc(50% + 72.4rem);
        height: 28rem; } }
  .header-content__background {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 55rem);
    height: 46rem; }
    @media screen and (max-width: 768px) {
      .header-content__background {
        position: absolute;
        top: 10rem;
        right: 0;
        width: 70.5rem;
        height: 28rem; } }
  .header-content__foreground {
    width: 100%;
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 23rem 0 0 5rem; }
    @media screen and (max-width: 768px) {
      .header-content__foreground {
        justify-content: center;
        padding: 10rem 0 6rem 10rem; } }

.heading-section {
  color: #91BA58;
  line-height: 1.2;
  text-align: center; }
  .heading-section span {
    display: block; }
  .heading-section__ja {
    font-size: 4rem;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .heading-section__ja {
        font-size: 5rem; } }
    .heading-section__ja .sp-small {
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .heading-section__ja .sp-small {
          font-size: 3rem;
          margin-left: 0.4em; } }
  .heading-section__en {
    margin-top: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .heading-section__en {
        margin-top: 1rem; } }
  .heading-section--white {
    color: #fff; }

.information-tel {
  margin-top: 4rem;
  line-height: 1;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .information-tel {
      margin-top: 6.6rem; } }
  .information-tel__number {
    color: #91BA58;
    font-family: "Poppins", sans-serif;
    font-size: 4.8rem; }
    @media screen and (max-width: 768px) {
      .information-tel__number {
        font-size: 6.2rem;
        line-height: 1; } }
    .information-tel__number span {
      position: relative;
      display: inline-block;
      padding-left: 4.4rem; }
      @media screen and (max-width: 768px) {
        .information-tel__number span {
          padding-left: 5.5rem; } }
      .information-tel__number span:before {
        width: 3.4rem;
        height: 4.8rem;
        position: absolute;
        top: calc(50% - 2.4rem);
        left: 0;
        content: '';
        display: block;
        background: url(../img/common/icn_tel.svg) no-repeat center center;
        background-size: contain; }
        @media screen and (max-width: 768px) {
          .information-tel__number span:before {
            width: 4rem;
            height: 5.7rem;
            position: absolute;
            top: calc(50% - 2.85rem);
            left: 0; } }
  .information-tel__time {
    margin-top: 1rem; }
    @media screen and (max-width: 768px) {
      .information-tel__time {
        margin-top: 1.6rem;
        font-size: 3rem;
        line-height: 1; } }
  .information-tel--margin-top-narrow {
    margin-top: 1.5rem; }

.lead-content {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.222; }
  @media screen and (max-width: 768px) {
    .lead-content {
      margin-top: 1.2rem;
      line-height: 1.7333333333; } }

.lead-section {
  margin-top: 2rem;
  line-height: 2.5;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .lead-section {
      margin-top: 5.5rem;
      font-size: 3rem;
      line-height: 2; } }

.list-index-recruit {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .list-index-recruit {
      display: block;
      margin-top: 9rem; } }
  .list-index-recruit__item {
    width: 52rem;
    background: #fff;
    margin-right: 6rem; }
    @media screen and (max-width: 768px) {
      .list-index-recruit__item {
        width: 70.8rem;
        margin-right: 0; } }
    .list-index-recruit__item:nth-of-type(2n) {
      margin-right: 0; }
    @media screen and (min-width: 769px) {
      .list-index-recruit__item:nth-of-type(n+3) {
        margin-top: 4rem; } }
    @media screen and (max-width: 768px) {
      .list-index-recruit__item:nth-of-type(n+2) {
        margin-top: 3rem; } }
    .list-index-recruit__item a {
      display: block;
      text-decoration: none; }
  .list-index-recruit__body {
    padding: 2rem; }
    @media screen and (max-width: 768px) {
      .list-index-recruit__body {
        padding: 4.8rem 2rem 4rem; } }
  .list-index-recruit__heading {
    color: #91BA58;
    font-size: 2.4rem;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .list-index-recruit__heading {
        font-size: 4rem;
        line-height: 1; } }
  .list-index-recruit__text {
    margin-top: 1rem;
    line-height: 2.125; }
    @media screen and (max-width: 768px) {
      .list-index-recruit__text {
        margin-top: 2.4rem;
        font-size: 2.8rem;
        line-height: 1.9285714286; } }

.section--contact {
  background: #f5f5f5; }
.section--curricurum-feature:before {
  position: absolute;
  top: 27.6rem;
  left: 0;
  width: 100%;
  height: calc(100% - 87.6rem);
  content: '';
  display: block;
  background: #f5f5f5; }
.section--index-service:nth-of-type(2n) {
  padding-bottom: 2rem; }
  .section--index-service:nth-of-type(2n):before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 34.5rem);
    content: '';
    display: block;
    background: #f5f5f5; }
.section--history-corporate {
  margin-bottom: 12rem; }
  .section--history-corporate:before {
    position: absolute;
    top: 0;
    left: calc(50% - 80rem);
    width: 160rem;
    height: 100%;
    content: '';
    display: block;
    background: #f5f5f5; }
.section--service-detail:nth-of-type(2):before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 21rem);
  content: '';
  display: block;
  background: #f5f5f5; }
  @media screen and (max-width: 768px) {
    .section--service-detail:nth-of-type(2):before {
      width: 100%;
      height: calc(100% - 14rem); } }
.section--service-detail:nth-of-type(4):before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: none;
  background: #91BA58; }
  @media screen and (max-width: 768px) {
    .section--service-detail:nth-of-type(4):before {
      display: block;
      width: 100%;
      height: calc(100% - 31rem); } }
.section--service-detail:nth-of-type(5):before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: #f5f5f5; }
.section--consultant:before {
  position: absolute;
  top: 0;
  left: calc(50% - 80rem);
  width: 160rem;
  height: 100%;
  content: '';
  display: block;
  background: #f5f5f5; }
.section--recruit:nth-of-type(1) {
  padding: 8rem 0 0; }
.section--recruit:nth-of-type(2):before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 80rem);
  width: 160rem;
  height: calc(100% - 38rem);
  content: '';
  display: block;
  background: #f5f5f5; }
.section--recruit:nth-of-type(3) {
  padding: 17.6rem 0 12rem; }
  .section--recruit:nth-of-type(3):before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 43.6rem);
    content: '';
    display: block;
    background: #91BA58; }
.section--recruit:nth-of-type(4) {
  background-image: url(../img/recruit/bg_mission.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
.section--recruit:nth-of-type(6):before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: #f5f5f5; }
.section--interview-recruit {
  padding: 12rem 0 0; }
.section--culture-recruit {
  padding: 12rem 0 0; }
  .section--culture-recruit:before {
    position: absolute;
    bottom: 8rem;
    left: 0;
    width: 100%;
    height: calc(100% - 46rem);
    content: '';
    display: block;
    background: #f5f5f5; }
.section--benefit-recruit {
  padding: 12rem 0 0; }

.section {
  position: relative;
  padding: 12rem 0; }
  @media screen and (max-width: 768px) {
    .section {
      padding: 9.5rem 0 10rem; } }
  .section__inner {
    width: 100%;
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .section__inner {
        width: 100%;
        max-width: 70.8rem;
        margin-left: auto;
        margin-right: auto; } }
    .section__inner--full {
      max-width: 100% !important; }
  .section__group {
    position: relative; }
  .section--topics-home {
    padding-top: 10rem; }
    @media screen and (max-width: 768px) {
      .section--topics-home {
        padding: 5.5rem 0 4.5rem; } }
    .section--topics-home:before {
      position: absolute;
      top: -6rem;
      right: 0;
      width: calc(50% + 70rem);
      height: calc(100% + 6rem);
      content: '';
      display: block;
      background: #91BA58; }
      @media screen and (max-width: 768px) {
        .section--topics-home:before {
          position: absolute;
          top: 0;
          right: 0;
          width: 73.8rem;
          height: 100%; } }
  @media screen and (max-width: 768px) {
    .section--mission-home {
      padding: 13rem 0 8rem; } }
  .section--mission-home:before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 70rem);
    width: 140rem;
    height: calc(100% - 69rem);
    content: '';
    display: block;
    background: #f5f5f5; }
    @media screen and (max-width: 768px) {
      .section--mission-home:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 96rem); } }
  .section--service-home:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 52.6rem);
    content: '';
    display: block;
    background: #f5f5f5; }
    @media screen and (max-width: 768px) {
      .section--service-home:before {
        width: 100%;
        height: calc(100% - 90rem); } }
  .section--advantage-home {
    color: #fff;
    background: #000 url(../img/home/bg_advantage.jpg) no-repeat right top; }
    @media screen and (max-width: 768px) {
      .section--advantage-home {
        background-size: 134.4rem 77rem;
        background-position: top -1rem right -16rem; } }
  .section--contact {
    background: #f5f5f5; }
  .section--curricurum-feature {
    /*padding-top: px2rem(50px);*/ }
    .section--curricurum-feature:before {
      position: absolute;
      top: 27.6rem;
      left: 0;
      width: 100%;
      height: calc(100% - 87.6rem);
      content: '';
      display: block;
      background: #f5f5f5; }
  .section--index-service:nth-of-type(2n) {
    padding-bottom: 2rem; }
    .section--index-service:nth-of-type(2n):before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 34.5rem);
      content: '';
      display: block;
      background: #f5f5f5; }
  .section--history-corporate {
    margin-bottom: 12rem; }
    .section--history-corporate:before {
      position: absolute;
      top: 0;
      left: calc(50% - 80rem);
      width: 160rem;
      height: 100%;
      content: '';
      display: block;
      background: #f5f5f5; }
  .section--vision-corporate .section__group:nth-of-type(2):before {
    position: absolute;
    top: 12rem;
    left: 0;
    width: 100%;
    height: calc(100% + 20rem);
    content: '';
    display: block;
    background: #f5f5f5; }
  .section--index-recruit {
    margin-bottom: 12rem; }
    @media screen and (max-width: 768px) {
      .section--index-recruit {
        margin-bottom: 0; } }
    .section--index-recruit:before {
      position: absolute;
      bottom: 0;
      left: calc(50% - 80rem);
      width: 160rem;
      height: calc(100% - 43.6rem);
      content: '';
      display: block;
      background: #91BA58; }
      @media screen and (max-width: 768px) {
        .section--index-recruit:before {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: calc(100% - 68rem); } }
  .section--job-recruit {
    padding-bottom: 0 !important; }
    .section--job-recruit:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 49rem);
      content: '';
      display: block;
      background: #f5f5f5; }
  .section--form-contact:before {
    position: absolute;
    top: 0;
    left: calc(50% - 70rem);
    width: 140rem;
    height: 100%;
    content: '';
    display: block;
    background: #f5f5f5; }

.text-content {
  margin-top: 4rem;
  line-height: 2.222; }
  @media screen and (max-width: 768px) {
    .text-content {
      font-size: 2.8rem;
      line-height: 2;
      letter-spacing: 0.02em; } }
  .text-content--align-center {
    text-align: center; }

.title-content {
  color: #fff;
  line-height: 1; }
  .title-content__en {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 5rem;
    letter-spacing: 0.15em; }
  .title-content__ja {
    display: block;
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 700; }

.copyright {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .copyright {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #3c3c3c;
      width: 100%;
      height: 8rem;
      font-size: 2.2rem; } }

.list-banner-footer {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .list-banner-footer {
      display: block;
      width: 70.8rem;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .list-banner-footer__item {
      width: 70.8rem; } }
  .list-banner-footer__item:nth-of-type(n+2) {
    margin-left: 2rem; }
    @media screen and (max-width: 768px) {
      .list-banner-footer__item:nth-of-type(n+2) {
        margin-left: 0;
        margin-top: 3rem; } }

.nav-footer {
  display: flex;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .nav-footer {
      justify-content: center;
      padding-bottom: 10rem; } }
  .nav-footer__item:nth-of-type(n+2) {
    margin-left: 2rem;
    padding-left: 2rem;
    border-left: 0.1rem solid #fff; }
    @media screen and (max-width: 768px) {
      .nav-footer__item:nth-of-type(n+2) {
        margin-left: 3rem;
        padding-left: 3rem;
        border-left-width: 0.2rem;
        border-color: #000; } }
  .nav-footer__item a {
    color: #fff;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .nav-footer__item a {
        color: #000; } }

.button-nav {
  display: none; }
  @media screen and (max-width: 768px) {
    .button-nav {
      display: block;
      background-color: #91BA58;
      width: 10rem;
      height: 10rem;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 9;
      cursor: pointer; } }
  .button-nav__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
  .button-nav__bar {
    background-color: #fff;
    width: 4rem;
    height: 0.2rem;
    transform-origin: center center; }
    .button-nav__bar--top, .button-nav__bar--bottom {
      transition: transform 0.1s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .button-nav__bar--center {
      margin: 1.3rem 0;
      transition: margin 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s; }

.is-show-nav .button-nav__bar--top, .is-show-nav .button-nav__bar--bottom {
  transition-delay: 0.1s;
  transition-duration: 0.15s; }
.is-show-nav .button-nav__bar--top {
  transform: rotate(45deg) translate(0, 0.1rem) scale(1.2, 1.05); }
.is-show-nav .button-nav__bar--center {
  margin: 0 0;
  transform: scale(0);
  transition-delay: 0s;
  transition-duration: 0.1s; }
.is-show-nav .button-nav__bar--bottom {
  transform: rotate(-45deg) translate(0, -0.1rem) scale(1.2, 1.05); }

.logo-header {
  width: 21.2rem; }
  @media screen and (max-width: 768px) {
    .logo-header {
      position: relative;
      z-index: 9; } }

@media screen and (max-width: 768px) {
  .nav-global {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    display: none;
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); } }
.nav-global__inner {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .nav-global__inner {
      flex-direction: column;
      justify-content: center;
      height: 100%;
      padding: 10rem 0; } }
.nav-global__item {
  margin-left: 3.5rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .nav-global__item {
      width: 100%;
      margin-left: 0; } }
  .nav-global__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    color: #fff;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .nav-global__item a {
        height: 8rem;
        color: #000; } }
  .nav-global__item--recruit a, .nav-global__item--contact a {
    width: 15rem;
    height: 11rem;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .nav-global__item--recruit a, .nav-global__item--contact a {
        width: 100%;
        height: 12rem; } }
  .nav-global__item--recruit {
    margin-left: 4rem; }
    @media screen and (max-width: 768px) {
      .nav-global__item--recruit {
        margin-left: 0;
        margin-top: 2rem; } }
    .nav-global__item--recruit a {
      background: #005931; }
  .nav-global__item--contact {
    margin-left: 0; }
    .nav-global__item--contact a {
      background: #91BA58; }
.nav-global--home .nav-global__item a {
  color: #000; }
.nav-global--home .nav-global__item--recruit a, .nav-global--home .nav-global__item--contact a {
  color: #fff; }

.is-scrolled .nav-global__item a {
  color: #000; }
.is-scrolled .nav-global__item--recruit a, .is-scrolled .nav-global__item--contact a {
  color: #fff; }

.is-show-nav .nav-global {
  opacity: 1;
  pointer-events: auto; }

/* ページ
-------------------------------------------------------------------------- */
/* .list-index-consultant
-------------------------------------------------- */
.list-index-consultant {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .list-index-consultant {
      width: 64.8rem;
      margin: 0 auto; } }
  .list-index-consultant__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28rem;
    margin-right: 13rem; }
    @media screen and (max-width: 768px) {
      .list-index-consultant__item {
        width: 29.4rem;
        margin-right: 6rem; } }
    @media screen and (min-width: 769px) {
      .list-index-consultant__item:nth-of-type(3n) {
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .list-index-consultant__item:nth-of-type(2n) {
        margin-right: 0; } }
    @media screen and (min-width: 769px) {
      .list-index-consultant__item:nth-of-type(n+4) {
        margin-top: 8rem; } }
    @media screen and (max-width: 768px) {
      .list-index-consultant__item:nth-of-type(n+3) {
        margin-top: 9rem; } }
  .list-index-consultant__heading {
    margin-top: 2.5rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .list-index-consultant__heading {
        margin-top: 2.2rem;
        font-size: 3rem; } }
  .list-index-consultant__en {
    margin-top: 1rem;
    color: #91BA58;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .list-index-consultant__en {
        margin-top: 1.4rem;
        font-size: 2rem; } }
  .list-index-consultant__text {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .list-index-consultant__text {
        margin-top: 0.8rem;
        font-size: 2.2rem;
        line-height: 1.8181818182;
        letter-spacing: 0.02em; } }
  .list-index-consultant__button {
    margin-top: 2.5rem;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .list-index-consultant__button {
        margin-top: 2rem; } }
    .list-index-consultant__button a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 7rem;
      border: solid 0.1rem #3c3c3c;
      text-decoration: none;
      transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
      @media screen and (max-width: 768px) {
        .list-index-consultant__button a {
          font-size: 2.2rem;
          letter-spacing: -0.04em;
          height: 8rem; } }
      .list-index-consultant__button a.is-on {
        color: #fff;
        background: #3c3c3c; }

/* .article-consultant-detail
-------------------------------------------------- */
.article-consultant-detail {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .article-consultant-detail {
      position: relative;
      display: block; } }
  .article-consultant-detail__image {
    width: 35rem; }
    @media screen and (max-width: 768px) {
      .article-consultant-detail__image {
        display: block;
		width: 100%;
		text-align: center;}
      .article-consultant-detail__image img {
        margin-bottom: 20px;} }
  .article-consultant-detail__box {
    width: 68rem;
    padding-top: 0.4rem; }
    @media screen and (max-width: 768px) {
      .article-consultant-detail__box {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .article-consultant-detail__box-data {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 34rem;
      height: 43.8rem;
      margin-left: 36.8rem; } }
  .article-consultant-detail__heading-consultant {
    font-size: 4rem;
    line-height: 1;
    font-weight: 700; }
  .article-consultant-detail__en {
    color: #91BA58;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 1.8rem; }
  .article-consultant-detail__position {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    margin-top: 2.6rem; }
    @media screen and (max-width: 768px) {
      .article-consultant-detail__position {
        font-size: 2.4rem;
        line-height: 1.3333333333; } }
  .article-consultant-detail__hometown {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    margin-top: 1.6rem; }
    @media screen and (max-width: 768px) {
      .article-consultant-detail__hometown {
        font-size: 2rem;
        margin-top: 2rem; } }
  .article-consultant-detail__heading {
    color: #91BA58;
    font-size: 1.6rem;
    line-height: 2.5;
    font-weight: 700;
    margin-top: 4.6rem; }
    @media screen and (max-width: 768px) {
      .article-consultant-detail__heading {
        font-size: 2.4rem;
        line-height: 1.6666666667;
        margin-top: 4rem; } }
  .article-consultant-detail__lead {
    font-size: 2.4rem;
    line-height: 2.0833333333;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .article-consultant-detail__lead {
        font-size: 2.8rem;
        line-height: 1.7857142857;
        margin-top: 0.5rem; } }
  .article-consultant-detail__text {
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 0.02em; }
    @media screen and (max-width: 768px) {
      .article-consultant-detail__text {
        font-size: 2.4rem;
        line-height: 2;
        margin-top: 1rem; } }
    .article-consultant-detail__text + .article-consultant-detail__heading {
      margin-top: 4.2rem; }
  @media screen and (max-width: 768px) {
    .article-consultant-detail--person .article-consultant-detail {
      position: relative;
      display: block; } }
  @media screen and (max-width: 768px) {
    .article-consultant-detail--person .article-consultant-detail__image {
      position: relative;
      top: auto;
      left: auto;
      width: 34rem;
      height: 43.8rem;
      margin: 0 auto;
      margin-top: 3rem; } }

/* .movie-consultant
-------------------------------------------------- */
.movie-consultant {
  position: relative;
  width: 70.8rem;
  height: 39.8rem;
  margin: 0 auto; }
  .movie-consultant.is-active .movie-consultant__thumb {
    opacity: 0;
    pointer-events: none; }
  .movie-consultant iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .movie-consultant__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s; }
    .movie-consultant__thumb:before {
      display: block;
      position: absolute;
      content: '';
      background-image: url(../img/consultant/icn_play.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      top: calc(50% - 4rem);
      left: calc(50% - 4rem);
      width: 8rem;
      height: 8rem;
      transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
      @media screen and (max-width: 768px) {
        .movie-consultant__thumb:before {
          top: calc(50% - 8rem);
          left: calc(50% - 8rem);
          width: 16rem;
          height: 16rem; } }
    .movie-consultant__thumb.is-on:before {
      transform: scale(1.08); }

/* .button-consultant
-------------------------------------------------- */
.button-consultant {
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem; }
  @media screen and (max-width: 768px) {
    .button-consultant {
      width: 100%;
      max-width: 48rem;
      margin-left: auto;
      margin-right: auto; } }
  .button-consultant a {
    width: 100%;
    height: 7rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 0.1rem #3c3c3c;
    text-align: center;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    @media screen and (max-width: 768px) {
      .button-consultant a {
        width: 100%;
        height: 10rem;
        border-width: 0.2rem; } }
    .button-consultant a.is-on {
      color: #fff;
      background: #3c3c3c; }

/* .lead-contact
-------------------------------------------------- */
.lead-contact {
  margin-top: 5rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .lead-contact {
      font-size: 3rem; } }

/* .table-contact
-------------------------------------------------- */
.table-contact {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem; }
  @media screen and (max-width: 768px) {
    .table-contact {
      max-width: 100%;
      margin-top: 6rem; } }
  .table-contact th, .table-contact td {
    padding: 3rem 0;
    border-top: solid 0.1rem #c8c8c8;
    border-bottom: solid 0.1rem #c8c8c8;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .table-contact th, .table-contact td {
        display: block;
        border-top: none;
        border-bottom: none; } }
  .table-contact th {
    width: 25rem; }
    @media screen and (max-width: 768px) {
      .table-contact th {
        width: 100%;
        padding-bottom: 0; } }
    .table-contact th:before {
      width: 6rem;
      height: 2rem;
      content: '任意';
      display: inline-block;
      margin-right: 1.5rem;
      color: #fff;
      background: #c8c8c8;
      font-size: 1.2rem;
      line-height: 2rem;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .table-contact th:before {
          width: 6rem;
          height: 3.2rem;
          font-size: 1.6rem;
          line-height: 3.2rem; } }
  @media screen and (max-width: 768px) {
    .table-contact tr {
      display: block;
      width: 100%;
      border-top: solid 0.2rem #c8c8c8; } }
  .table-contact tr.is-required th:before {
    content: '必須';
    background: #3c3c3c; }
  @media screen and (max-width: 768px) {
    .table-contact tr:last-of-type {
      border-bottom: solid 0.2rem #c8c8c8; } }
  .table-contact td {
    width: 75rem; }
    @media screen and (max-width: 768px) {
      .table-contact td {
        width: 100%; } }
  .table-contact input[type=text] {
    appearance: none;
    height: 5rem;
    width: 100%;
    padding: 1rem;
    outline: none;
    border: none;
    background: #fff; }
    @media screen and (max-width: 768px) {
      .table-contact input[type=text] {
        height: 6rem; } }
    .table-contact input[type=text].zipcode {
      width: calc(4em + 2rem);
      margin: 0 1rem; }
  .table-contact textarea {
    appearance: none;
    height: 12em;
    width: 100%;
    padding: 1rem;
    outline: none;
    border: none;
    background: #fff; }

/* .list-address-contact
-------------------------------------------------- */
.list-address-contact__item {
  display: flex;
  align-items: center; }
  .list-address-contact__item:nth-of-type(n+2) {
    margin-top: 2rem; }
.list-address-contact__heading {
  display: block;
  width: 10rem;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .list-address-contact__heading {
      width: 15rem;
      font-size: 2.2rem;
      letter-spacing: 0; } }
.list-address-contact input[type=text] {
  width: calc(100% - 10rem); }
  @media screen and (max-width: 768px) {
    .list-address-contact input[type=text] {
      width: calc(100% - 15rem); } }

/* .button-auto-address
-------------------------------------------------- */
.button-auto-address {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.8rem;
  margin-left: 1rem;
  padding: 0 1rem;
  color: #fff;
  outline: none;
  border: none;
  background: #3c3c3c;
  font: inherit;
  font-size: 1.4rem;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .button-auto-address {
      height: 3.8rem;
      margin-left: 1.2rem;
      padding: 0 1.8rem;
      font-size: 1.8rem;
      line-height: 1; } }

/* .agree-contact
-------------------------------------------------- */
.agree-contact {
  margin-top: 6rem;
  text-align: center; }
  .agree-contact input {
    margin-right: 1rem; }

/* .button-form-contact
-------------------------------------------------- */
.button-form-contact {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem; }
  .button-form-contact__item {
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7rem;
    padding: 0 1rem;
    outline: none;
    border: solid 0.1rem #3c3c3c;
    background: none;
    font: inherit;
    font-size: 1.6rem;
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    @media screen and (max-width: 768px) {
      .button-form-contact__item {
        height: 9rem;
        padding: 0 1rem;
        border-width: 0.2rem;
        font-size: 2.8rem; } }
    .button-form-contact__item.is-on {
      color: #fff;
      background: #3c3c3c; }

/* .table-corporate
-------------------------------------------------- */
.table-corporate {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem; }
  .table-corporate th, .table-corporate td {
    padding: 3rem 0;
    border-bottom: solid 0.1rem #c8c8c8; }
  .table-corporate th {
    width: 23rem;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .table-corporate th {
        width: 24rem;
        font-size: 2.4rem; } }
  .table-corporate td {
    width: 77rem; }
    @media screen and (max-width: 768px) {
      .table-corporate td {
        width: calc(100% - 24rem);
        font-size: 2.8rem; } }

/* .header-vision-corporate
-------------------------------------------------- */
.header-vision-corporate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40rem;
  margin-top: 6rem;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .header-vision-corporate {
      height: 60rem; } }
  .header-vision-corporate__heading {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1; }
  .header-vision-corporate__text {
    margin-top: 3rem;
    line-height: 2.5; }
    @media screen and (max-width: 768px) {
      .header-vision-corporate__text {
        letter-spacing: 0.02em; } }
  .header-vision-corporate--1 {
    background-image: url(../img/corporate/img_header_vision01.jpg); }
  .header-vision-corporate--2 {
    margin-top: 13rem;
    background-image: url(../img/corporate/img_header_vision02.jpg); }
  .header-vision-corporate--3 {
    margin-top: 13rem;
    background-image: url(../img/corporate/img_header_vision03.jpg); }

/* .text-vision-corporate
-------------------------------------------------- */
.text-vision-corporate {
  margin-top: 4rem;
  line-height: 2.5; }
  @media screen and (max-width: 768px) {
    .text-vision-corporate {
      font-size: 2.8rem;
      letter-spacing: 0;
      line-height: 2.2; } }

/* .list-curricurum-feature
-------------------------------------------------- */
.list-curricurum-feature {
  margin-top: 7rem; }
  .list-curricurum-feature__item {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .list-curricurum-feature__item {
        align-items: flex-start; } }
    .list-curricurum-feature__item:nth-of-type(n+2) {
      margin-top: 12rem; }
      @media screen and (max-width: 768px) {
        .list-curricurum-feature__item:nth-of-type(n+2) {
          margin-top: 10rem; } }
    .list-curricurum-feature__item:nth-of-type(2n) {
      flex-direction: row; }
      @media screen and (max-width: 768px) {
        .list-curricurum-feature__item:nth-of-type(2n) .list-curricurum-feature__body {
          margin-right: 0;
          margin-left: -20rem; } }
  .list-curricurum-feature__image {
    width: 68rem; }
    @media screen and (max-width: 768px) {
      .list-curricurum-feature__image {
        width: 50rem; } }
  .list-curricurum-feature__body {
    width: 33rem; }
    @media screen and (max-width: 768px) {
      .list-curricurum-feature__body {
        position: relative;
        width: 44.8rem;
        margin-top: 12rem;
        margin-right: -24rem;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 2rem 3rem;
        z-index: 9; } }
  .list-curricurum-feature__number {
    color: #91BA58;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .list-curricurum-feature__number {
        font-size: 2rem; } }
  .list-curricurum-feature__heading {
    margin-top: 0.5rem;
    font-size: 3rem;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .list-curricurum-feature__heading {
        margin-top: 1rem; } }

/* .heading-strategy-feature
-------------------------------------------------- */
.heading-strategy-feature {
  margin-top: 13rem;
  font-size: 4rem;
  font-weight: 700;
  text-align: center; }

/* .list-strategy-feature
-------------------------------------------------- */
.list-strategy-feature {
  margin-top: 5rem;
  margin-bottom: 5rem;
  line-height: 2.5; }
  @media screen and (max-width: 768px) {
    .list-strategy-feature {
      font-size: 2.6rem;
      line-height: 1.9; } }
  .list-strategy-feature__item {
    position: relative;
    padding: 2.5rem 2.5rem 2.5rem 15rem;
    border: solid 0.2rem #91BA58;
    background: #fff; }
    @media screen and (max-width: 768px) {
      .list-strategy-feature__item {
        padding: 3rem 4rem 3rem 14rem; } }
    .list-strategy-feature__item:nth-of-type(n+2) {
      margin-top: 2rem; }
    .list-strategy-feature__item:before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 15rem;
      transform: translateY(-50%);
      color: #91BA58;
      font-family: "Poppins", sans-serif;
      font-size: 6rem;
      line-height: 1;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .list-strategy-feature__item:before {
          width: 14rem; } }
    .list-strategy-feature__item:nth-of-type(1):before {
      content: '01'; }
    .list-strategy-feature__item:nth-of-type(2):before {
      content: '02'; }
    .list-strategy-feature__item:nth-of-type(3):before {
      content: '03'; }

/* .hero-home
-------------------------------------------------- */
.hero-home {
  position: relative;
  height: 100vh;
  max-height: 76rem;
  z-index: 9; }
  @media screen and (max-width: 768px) {
    .hero-home {
      max-height: 89.7rem; } }
  .hero-home__body {
    width: 100%;
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .hero-home__body {
        justify-content: flex-start;
        padding: 16rem 3rem 0;
        z-index: 9; } }
  .hero-home__lead {
    font-size: 1.8rem;
    line-height: 2.222; }
    @media screen and (max-width: 768px) {
      .hero-home__lead {
        font-size: 2.4rem;
        line-height: 1.8333333333; } }
  .hero-home__heading {
    margin-top: 1.5rem;
    color: #91BA58;
    font-size: 7.2rem;
    font-weight: 700;
    line-height: 1.2; }
    @media screen and (max-width: 768px) {
      .hero-home__heading {
        font-size: 6.6rem;
        line-height: 1.3333333333; } }
  .hero-home__en {
    margin-top: 2rem;
    color: #91BA58;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1; }
  .hero-home__scroll {
    position: absolute;
    bottom: 6rem;
    left: 0;
    width: 0.2rem;
    height: 10rem;
    background: #dedede; }
    .hero-home__scroll:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      display: block;
      width: 100%;
      background: #91BA58;
      animation: scrolldown 2s cubic-bezier(0.77, 0, 0.175, 1) infinite; }
@keyframes scrolldown {
  0% {
    top: 0;
    bottom: auto;
    height: 0; }
  40% {
    top: 0;
    bottom: auto;
    height: 100%; }
  60% {
    top: auto;
    bottom: 0;
    height: 100%; }
  100% {
    top: auto;
    bottom: 0;
    height: 0; } }
  .hero-home__image {
    position: absolute;
    top: calc(50% - 10rem);
    left: 0;
    width: calc(100% - 47.916% - 70rem);
    height: 20rem; }
    @media screen and (max-width: 768px) {
      .hero-home__image {
        position: absolute;
        top: 83.8rem;
        left: 0;
        width: 24rem;
        height: 16rem; } }

/* .carousel-hero-home
-------------------------------------------------- */
.carousel-hero-home {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 6rem);
  height: 100%; }
  @media screen and (max-width: 768px) {
    .carousel-hero-home {
      position: absolute;
      top: 39.3rem;
      right: 0;
      width: 58rem;
      height: 40.6rem;
      z-index: 0; } }
  .carousel-hero-home div {
    height: 100%; }

/* .topics-home
-------------------------------------------------- */
.topics-home {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .topics-home {
      display: block;
      padding-left: 6rem;
      padding-right: 3rem; } }
  .topics-home__heading {
    width: 17rem;
    font-family: "Poppins", sans-serif;
    font-size: 2.8rem; }
    @media screen and (max-width: 768px) {
      .topics-home__heading {
        width: auto;
        text-align: right;
        font-size: 3.6rem;
        line-height: 1; } }

/* .list-topics-home
-------------------------------------------------- */
.list-topics-home {
  width: calc(100% - 17rem); }
  @media screen and (max-width: 768px) {
    .list-topics-home {
      width: 100%;
      margin-top: 4.6rem; } }
  .list-topics-home__item {
    display: flex; }
    @media screen and (max-width: 768px) {
      .list-topics-home__item {
        display: block; } }
    .list-topics-home__item:nth-of-type(n+2) {
      margin-top: 3rem; }
      @media screen and (max-width: 768px) {
        .list-topics-home__item:nth-of-type(n+2) {
          margin-top: 4.6rem; } }
  .list-topics-home__date {
    width: 14rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .list-topics-home__date {
        width: 100%;
        font-size: 3rem; } }
  .list-topics-home__text {
    width: calc(100% - 14rem); }
    @media screen and (max-width: 768px) {
      .list-topics-home__text {
        width: 100%;
        font-size: 3rem;
        line-height: 1.8;
        margin-top: 0.6rem; } }
    .list-topics-home__text a {
      color: #fff;
      text-decoration: none; }
      @media screen and (min-width: 769px) {
        .list-topics-home__text a:hover, .list-topics-home__text a:active {
          text-decoration: underline; } }

/* .lead-mission-home
-------------------------------------------------- */
.lead-mission-home {
  margin-top: 7rem;
  font-size: 4rem;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .lead-mission-home {
      margin-top: 5rem;
      font-size: 4.4rem;
      line-height: 1.5454545455; } }
  .lead-mission-home small {
    display: block;
    margin-top: 2rem;
    font-size: 2.4rem;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      .lead-mission-home small {
        margin-top: 4.5rem;
        font-size: 3.6rem;
        line-height: 1.7777777778; } }

/* .list-mission-home
-------------------------------------------------- */
.list-mission-home {
  margin-top: 10rem; }
  @media screen and (max-width: 768px) {
    .list-mission-home {
      margin-top: 8.8rem;
      margin-left: -3rem;
      width: 76.8rem; } }
  .list-mission-home__item {
    position: relative;
    display: flex;
    padding-bottom: 4rem; }
    @media screen and (max-width: 768px) {
      .list-mission-home__item {
        display: block; } }
    .list-mission-home__item:nth-of-type(n+2) {
      margin-top: 10rem; }
      @media screen and (max-width: 768px) {
        .list-mission-home__item:nth-of-type(n+2) {
          margin-top: 6rem; } }
    .list-mission-home__item:nth-of-type(2n) {
      justify-content: flex-end; }
      @media screen and (max-width: 768px) {
        .list-mission-home__item:nth-of-type(2n) .list-mission-home__image {
          margin-left: 8.8rem; } }
      .list-mission-home__item:nth-of-type(2n) .list-mission-home__body {
        right: auto;
        left: 0; }
        @media screen and (max-width: 768px) {
          .list-mission-home__item:nth-of-type(2n) .list-mission-home__body {
            left: auto;
            margin-left: 0; } }
  .list-mission-home__image {
    width: 68rem; }
  .list-mission-home__body {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46rem;
    padding: 3rem 5rem;
    background: #fff;
    line-height: 2.5; }
    @media screen and (max-width: 768px) {
      .list-mission-home__body {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: -3rem;
        margin-left: 6rem;
        width: 70.8rem;
        padding: 5.6rem 5.6rem 4.6rem; } }
  .list-mission-home__heading {
    color: #91BA58;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .list-mission-home__heading {
        font-size: 3rem;
        line-height: 1; } }
  @media screen and (max-width: 768px) {
    .list-mission-home__text {
      margin-top: 1.8rem;
      font-size: 3rem;
      line-height: 2;
      letter-spacing: 0.02em; } }

/* .text-mission-home
-------------------------------------------------- */
.text-mission-home {
  margin-top: 9rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .text-mission-home {
      margin-top: 3.6rem;
      font-size: 3.6rem;
      line-height: 1.7777777778; } }
  .text-mission-home + .text-mission-home {
    margin-top: 4.5rem; }
    @media screen and (max-width: 768px) {
      .text-mission-home + .text-mission-home {
        margin-top: 6.6rem; } }

/* .list-service-home
-------------------------------------------------- */
.list-service-home {
  margin-top: 7rem; }
  @media screen and (max-width: 768px) {
    .list-service-home {
      margin-top: 9rem;
      width: 76.8rem;
      margin-left: -3rem; } }
  .list-service-home__item {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .list-service-home__item {
        display: block; } }
    .list-service-home__item:nth-of-type(n+2) {
      margin-top: 12rem; }
      @media screen and (max-width: 768px) {
        .list-service-home__item:nth-of-type(n+2) {
          margin-top: 10rem; } }
    .list-service-home__item:nth-of-type(2n) {
      flex-direction: row; }
      @media screen and (max-width: 768px) {
        .list-service-home__item:nth-of-type(2n) .list-service-home__image {
          margin-left: 0; } }
  .list-service-home__image {
    width: 68rem; }
    @media screen and (max-width: 768px) {
      .list-service-home__image {
        margin-left: 8.8rem; } }
  .list-service-home__body {
    width: 33rem; }
    @media screen and (max-width: 768px) {
      .list-service-home__body {
        padding-left: 8.8rem;
        padding-top: 5.4rem;
        width: 100%; } }
  .list-service-home__heading {
    font-size: 3.4rem;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .list-service-home__heading {
        font-size: 4.4rem; } }
    .list-service-home__heading small {
      display: block;
      margin-bottom: 1rem;
      font-size: 1.6rem; }
      @media screen and (max-width: 768px) {
        .list-service-home__heading small {
          font-size: 2.6rem;
          line-height: 1; } }
  .list-service-home__text {
    margin-top: 1rem;
    padding-right: 5rem;
    line-height: 2.5; }
    @media screen and (max-width: 768px) {
      .list-service-home__text {
        margin-top: 1.5rem;
        padding-right: 3rem;
        line-height: 2;
        width: 48rem; } }
  .list-service-home__button {
    margin-top: 3.5rem; }
    @media screen and (max-width: 768px) {
      .list-service-home__button {
        margin-top: 5rem; } }
    .list-service-home__button a {
      width: 26rem;
      height: 7rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border: solid 0.1rem #3c3c3c;
      text-align: center;
      text-decoration: none;
      transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
      @media screen and (max-width: 768px) {
        .list-service-home__button a {
          width: 37rem;
          height: 10rem; } }
      .list-service-home__button a.is-on {
        color: #fff;
        background: #3c3c3c; }

/* .lead-advantage-home
-------------------------------------------------- */
.lead-advantage-home {
  margin-top: 7rem;
  font-size: 4rem;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .lead-advantage-home {
      margin-top: 9rem;
      font-size: 4.4rem;
      line-height: 1.5454545455; } }
  .lead-advantage-home small {
    display: block;
    margin-top: 2rem;
    font-size: 2.4rem;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      .lead-advantage-home small {
        margin-top: 4.5rem;
        font-size: 3.6rem;
        line-height: 1.7777777778; } }

/* .text-advantage-home
-------------------------------------------------- */
.text-advantage-home {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  line-height: 2.5;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .text-advantage-home {
      margin-top: 7rem;
      font-size: 3rem;
      line-height: 2; } }
  .text-advantage-home + .text-advantage-home {
    margin-top: 4rem; }
    @media screen and (max-width: 768px) {
      .text-advantage-home + .text-advantage-home {
        margin-top: 6rem; } }

/* .list-button-advantage-home
-------------------------------------------------- */
.list-button-advantage-home {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
  font-size: 1.8rem; }
  @media screen and (max-width: 768px) {
    .list-button-advantage-home {
      display: block;
      margin-top: 9rem;
      font-size: 3rem; } }
  .list-button-advantage-home__item:nth-of-type(n+2) {
    margin-left: 2.5rem; }
    @media screen and (max-width: 768px) {
      .list-button-advantage-home__item:nth-of-type(n+2) {
        margin-left: 0;
        margin-top: 3rem; } }
  .list-button-advantage-home__item a {
    width: 35rem;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: solid 0.1rem #fff;
    text-align: center;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    @media screen and (max-width: 768px) {
      .list-button-advantage-home__item a {
        width: 70.8rem;
        height: 12rem;
        border-width: 0.2rem; } }
    .list-button-advantage-home__item a.is-on {
      color: #000;
      background: #fff; }

/* .list-news-home
-------------------------------------------------- */
.list-news-home {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem; }
  @media screen and (max-width: 768px) {
    .list-news-home {
      margin-top: 7rem;
      padding-bottom: 4rem; } }
  .list-news-home__item {
    display: flex; }
    @media screen and (max-width: 768px) {
      .list-news-home__item {
        flex-wrap: wrap; } }
    .list-news-home__item:nth-of-type(n+2) {
      margin-top: 2rem;
      padding-top: 2rem;
      border-top: 0.1rem solid #d4d4d4; }
      @media screen and (max-width: 768px) {
        .list-news-home__item:nth-of-type(n+2) {
          margin-top: 2.8rem;
          padding-top: 3.2rem;
          border-top-width: 0.2rem; } }
  .list-news-home__date {
    width: 12.5rem;
    padding-left: 1rem;
    color: #91BA58;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .list-news-home__date {
        width: 19rem;
        padding-left: 0;
        font-size: 3rem;
        line-height: 1;
        letter-spacing: 0; } }
  .list-news-home__category {
    width: 8.5rem;
    height: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4.5rem;
    border: solid 0.1rem #91BA58;
    color: #91BA58;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .list-news-home__category {
        width: 10rem;
        height: 3rem;
        margin-right: 0;
        font-size: 2rem;
        line-height: 1; } }
  .list-news-home__text {
    width: calc(100% - 25.5rem); }
    @media screen and (max-width: 768px) {
      .list-news-home__text {
        width: 100%;
        margin-top: 1.6rem;
        font-size: 3rem;
        line-height: 1.8; } }
    .list-news-home__text a {
      text-decoration: none; }

/* .text-privacypolicy
-------------------------------------------------- */
.text-privacypolicy {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 2.142; }
  @media screen and (max-width: 768px) {
    .text-privacypolicy {
      font-size: 2rem;
      line-height: 2;
      letter-spacing: 0; } }
  .text-privacypolicy--margin-top-narrow {
    margin-top: 0.5rem; }

/* .heading-privacypolicy
-------------------------------------------------- */
.heading-privacypolicy {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .heading-privacypolicy {
      font-size: 2rem; } }

/* .text-sign-privacypolicy
-------------------------------------------------- */
.text-sign-privacypolicy {
  margin-top: 5rem;
  line-height: 2.142;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .text-sign-privacypolicy {
      line-height: 2;
      font-size: 2.4rem; } }
  .text-sign-privacypolicy small {
    font-size: 1.2rem; }
    @media screen and (max-width: 768px) {
      .text-sign-privacypolicy small {
        font-size: 2rem; } }

/* .table-privacypolicy
-------------------------------------------------- */
.table-privacypolicy {
  width: 100%;
  margin-top: 3rem; }
  .table-privacypolicy th, .table-privacypolicy td {
    padding: 1rem 2rem;
    border: solid 0.1rem #fff; }
  .table-privacypolicy th {
    color: #fff;
    background: #3c3c3c;
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .table-privacypolicy th {
        font-size: 2rem; } }
  .table-privacypolicy td {
    background: #f5f5f5;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .table-privacypolicy td {
        font-size: 2rem; } }

/* .table-recruit
-------------------------------------------------- */
.table-recruit {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem; }
  .table-recruit th, .table-recruit td {
    padding: 3rem 0;
    border-bottom: solid 0.1rem #c8c8c8; }
  .table-recruit th {
    width: 23rem;
    font-weight: 700; }
  .table-recruit td {
    width: 77rem; }

/* .header-content-recruit
-------------------------------------------------- */
.header-content-recruit {
  position: relative;
  width: calc(100%);
  height: 76rem; }
  @media screen and (max-width: 768px) {
    .header-content-recruit {
      height: 68rem;
      padding-top: 10rem; } }
  .header-content-recruit__background {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100%);
    height: 76rem; }
    @media screen and (max-width: 768px) {
      .header-content-recruit__background {
        position: absolute;
        top: 10rem;
        right: 0;
        height: 58rem; } }
  .header-content-recruit__foreground {
    width: 100%;
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 5rem; }
    @media screen and (max-width: 768px) {
      .header-content-recruit__foreground {
        padding-left: 6rem; } }
  .header-content-recruit__heading {
    color: #91BA58; }
  .header-content-recruit__heading-en {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 10rem;
    line-height: 1;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      .header-content-recruit__heading-en {
        font-size: 7.4rem; } }
  .header-content-recruit__heading-ja {
    display: block;
    font-size: 2rem;
    margin-top: 3.6rem;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .header-content-recruit__heading-ja {
        font-size: 2.6rem;
        margin-top: 2.8rem; } }

/* .heading-recruit
-------------------------------------------------- */
.heading-recruit {
  color: #91BA58;
  font-size: 4rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center; }

/* .lead-recruit
-------------------------------------------------- */
.lead-recruit {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 700;
  text-align: center;
  margin-top: 3rem; }
  @media screen and (max-width: 768px) {
    .lead-recruit {
      font-size: 2.8rem;
      line-height: 1.7142857143; } }

/* .text-recruit
-------------------------------------------------- */
.text-recruit {
  font-size: 1.6rem;
  line-height: 2.5;
  text-align: center;
  margin-top: 3rem; }
  @media screen and (max-width: 768px) {
    .text-recruit {
      font-size: 2.4rem;
      line-height: 2.0833333333;
      text-align: left; } }

/* .article-message-recruit
-------------------------------------------------- */
.article-message-recruit {
  margin-top: 6rem; }
  .article-message-recruit__top-content {
    display: flex; }
  .article-message-recruit__image {
    width: 68rem; }
    @media screen and (max-width: 768px) {
      .article-message-recruit__image {
        width: 54rem; } }
  .article-message-recruit__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    /*width: 46rem;*/
	width: 80rem;
    margin-top: 18rem;
    /*margin-left: -4rem;*/
    margin-left: -20rem;
    /*padding: 2.8rem 0;*/
    padding: 2.8rem 2.8rem 2.8rem 0;
    padding-left: 5rem; }
    @media screen and (max-width: 768px) {
      .article-message-recruit__box {
        width: 56.8rem;
        margin-top: 26rem;
        margin-left: -40rem;
        padding-left: 6rem; } }
  .article-message-recruit__text {
    font-size: 1.6rem;
    line-height: 2.5; }
    @media screen and (max-width: 768px) {
      .article-message-recruit__text {
        font-size: 2.4rem;
        line-height: 1.6666666667; } }
  .article-message-recruit__position {
    font-size: 1.4rem;
    line-height: 2.1428571429;
    font-weight: 700;
    margin-top: 1.8rem; }
    @media screen and (max-width: 768px) {
      .article-message-recruit__position {
        font-size: 2rem;
        line-height: 1.5;
        margin-top: 1.8rem; } }
  .article-message-recruit__name {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .article-message-recruit__name {
        font-size: 2.8rem;
        line-height: 1.4285714286;
        margin-top: 1rem; } }
  .article-message-recruit__inner {
    margin-top: 5rem; }
    @media screen and (max-width: 768px) {
      .article-message-recruit__inner {
        margin-top: 8rem; } }
  .article-message-recruit__heading {
    color: #91BA58;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .article-message-recruit__heading {
        font-size: 3rem; } }
  .article-message-recruit .list-type-recruit {
    padding-left: 19rem;
    margin-top: 4rem; }
    @media screen and (max-width: 768px) {
      .article-message-recruit .list-type-recruit {
        padding-left: 9rem;
        padding-right: 4rem;
        margin-top: 5rem; } }
    .article-message-recruit .list-type-recruit__item {
      position: relative;
      font-size: 3rem;
      line-height: 1.6666666667;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .article-message-recruit .list-type-recruit__item {
          display: flex;
          align-items: center;
          min-height: 6rem; } }
      .article-message-recruit .list-type-recruit__item:before {
        display: block;
        position: absolute;
        content: '';
        background-image: url(../img/recruit/icn_check-box.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        top: calc(50% - 1.5rem);
        left: -5rem;
        width: 3.5rem;
        height: 3rem; }
      .article-message-recruit .list-type-recruit__item:nth-of-type(n + 2) {
        margin-top: 2rem; }

/* .list-philosophy-recruit
-------------------------------------------------- */
.list-philosophy-recruit {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .list-philosophy-recruit {
      display: block;
      width: 64.8rem;
      margin: 0 auto;
      margin-top: 7rem; } }
  .list-philosophy-recruit__item {
    width: 52rem;
    background: #fff;
    margin-right: 6rem; }
    @media screen and (max-width: 768px) {
      .list-philosophy-recruit__item {
        width: 100%;
        margin-right: 0; } }
    .list-philosophy-recruit__item:nth-of-type(2n) {
      margin-right: 0; }
    @media screen and (min-width: 769px) {
      .list-philosophy-recruit__item:nth-of-type(n+3) {
        margin-top: 4rem; } }
    @media screen and (max-width: 768px) {
      .list-philosophy-recruit__item:nth-of-type(n+2) {
        margin-top: 4rem; } }
    .list-philosophy-recruit__item a {
      display: block;
      text-decoration: none; }
  .list-philosophy-recruit__body {
    padding: 2rem; }
    @media screen and (max-width: 768px) {
      .list-philosophy-recruit__body {
        padding: 3rem 0 3.4rem; } }
  .list-philosophy-recruit__heading {
    color: #91BA58;
    font-size: 2.4rem;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .list-philosophy-recruit__heading {
        font-size: 3.2rem; } }
  .list-philosophy-recruit__text {
    margin-top: 1rem;
    line-height: 2.125; }
    @media screen and (max-width: 768px) {
      .list-philosophy-recruit__text {
        font-size: 2.4rem; } }

/* .text-mission-recruit
-------------------------------------------------- */
.text-mission-recruit {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 700;
  margin-top: 3.4rem; }
  @media screen and (max-width: 768px) {
    .text-mission-recruit {
      font-size: 2.4rem;
      line-height: 1.8333333333;
      margin-top: 4rem; } }
  .text-mission-recruit:first-of-type {
    margin-top: 4.2rem; }
    @media screen and (max-width: 768px) {
      .text-mission-recruit:first-of-type {
        margin-top: 6rem; } }

/* .list-feature-recruit
-------------------------------------------------- */
.list-feature-recruit {
  margin-top: 6rem; }
  @media screen and (max-width: 768px) {
    .list-feature-recruit {
      width: 64.8rem;
      margin-left: auto;
      margin-right: auto; } }
  .list-feature-recruit__item {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .list-feature-recruit__item {
        display: block; } }
    .list-feature-recruit__item:nth-of-type(n + 2) {
      margin-top: 7.4rem; }
  .list-feature-recruit__image {
    width: 38rem; }
  .list-feature-recruit__box {
    width: 68rem;
    padding-top: 1.4rem; }
    @media screen and (max-width: 768px) {
      .list-feature-recruit__box {
        width: 100%;
        padding-top: 3rem; } }
  .list-feature-recruit__heading {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .list-feature-recruit__heading {
        font-size: 3rem;
        line-height: 1.6666666667; } }
  .list-feature-recruit__text {
    font-size: 1.6rem;
    line-height: 2.125;
    margin-top: 1.4rem; }
    @media screen and (max-width: 768px) {
      .list-feature-recruit__text {
        font-size: 2.4rem;
        line-height: 1.8333333333;
        margin-top: 2rem; } }

/* .detail-performance-recruit
-------------------------------------------------- */
.detail-performance-recruit {
  margin-top: 4.6rem; }
  @media screen and (max-width: 768px) {
    .detail-performance-recruit {
      padding: 0 3rem; } }
  .detail-performance-recruit:nth-of-type(n + 2) {
    margin-top: 6.6rem; }
    @media screen and (max-width: 768px) {
      .detail-performance-recruit:nth-of-type(n + 2) {
        margin-top: 7rem; } }
  .detail-performance-recruit__heading {
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .detail-performance-recruit__heading {
        font-size: 2.8rem;
        line-height: 1.4285714286; } }
  .detail-performance-recruit .list-performance-recruit {
    margin-top: 4rem; }
    @media screen and (max-width: 768px) {
      .detail-performance-recruit .list-performance-recruit {
        margin-top: 3.2rem; } }
    .detail-performance-recruit .list-performance-recruit__item {
      font-size: 1.6rem;
      line-height: 1.875;
      margin-top: 0.4rem; }
      @media screen and (max-width: 768px) {
        .detail-performance-recruit .list-performance-recruit__item {
          font-size: 2.4rem;
          line-height: 1.6666666667;
          margin-top: 1.2rem;
          padding-left: 0.6em;
          text-indent: -0.6em; } }
  .detail-performance-recruit__text {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 4rem; }
    @media screen and (max-width: 768px) {
      .detail-performance-recruit__text {
        font-size: 2.4rem;
        line-height: 1.6666666667; } }

/* .list-interview-recruit
-------------------------------------------------- */
.list-interview-recruit {
  margin-top: 6rem; }
  .list-interview-recruit__item {
    position: relative; }
    .list-interview-recruit__item:nth-of-type(n + 2) {
      margin-top: 13rem; }
    .list-interview-recruit__item:nth-of-type(2n) {
      padding: 0 0 5rem; }
      .list-interview-recruit__item:nth-of-type(2n):before {
        position: absolute;
        bottom: 0;
        left: calc(50% - 70rem);
        width: 140rem;
        height: calc(100% - 12rem);
        content: '';
        display: block;
        background: #f5f5f5; }
      .list-interview-recruit__item:nth-of-type(2n) .article-interview-recruit__top-content {
        flex-direction: row-reverse; }
      .list-interview-recruit__item:nth-of-type(2n) .article-interview-recruit__box {
        margin-left: 0;
        margin-right: -4rem; }
        @media screen and (max-width: 768px) {
          .list-interview-recruit__item:nth-of-type(2n) .article-interview-recruit__box {
            margin-left: 0;
            margin-right: -40rem; } }
        .list-interview-recruit__item:nth-of-type(2n) .article-interview-recruit__box--large {
          margin-right: -9rem; }
          @media screen and (max-width: 768px) {
            .list-interview-recruit__item:nth-of-type(2n) .article-interview-recruit__box--large {
              margin-left: 0;
              margin-right: -40rem; } }

/* .article-interview-recruit
-------------------------------------------------- */
.article-interview-recruit__top-content {
  display: flex; }
.article-interview-recruit__image {
  width: 68rem; }
  @media screen and (max-width: 768px) {
    .article-interview-recruit__image {
      width: 54rem; } }
.article-interview-recruit__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  width: 46rem;
  margin-top: 18rem;
  margin-left: -4rem;
  padding: 5rem 0;
  padding-left: 5rem; }
  @media screen and (max-width: 768px) {
    .article-interview-recruit__box {
      width: 56.8rem;
      margin-top: 26rem;
      margin-left: -40rem;
      padding-left: 9rem; } }
  .article-interview-recruit__box--large {
    width: 51rem;
    margin-left: -9rem;
    padding-left: 3.4rem; }
    @media screen and (max-width: 768px) {
      .article-interview-recruit__box--large {
        width: 56.8rem;
        margin-left: -40rem;
        padding-left: 6rem; } }
.article-interview-recruit__heading {
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  white-space: nowrap;
  font-weight: 700; }
.article-interview-recruit__text {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-top: 2.4rem; }
  @media screen and (max-width: 768px) {
    .article-interview-recruit__text {
      font-size: 2.6rem;
      line-height: 2;
      margin-top: 3rem; } }
.article-interview-recruit__position {
  font-size: 1.4rem;
  line-height: 2.8571428571;
  font-weight: 700;
  margin-top: 2.2rem; }
  @media screen and (max-width: 768px) {
    .article-interview-recruit__position {
      font-size: 2.4rem;
      line-height: 2; } }
.article-interview-recruit__name {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .article-interview-recruit__name {
      font-size: 2.8rem;
      line-height: 1.7142857143; } }
.article-interview-recruit__link-text {
  margin-left: 3rem; }
  .article-interview-recruit__link-text a {
    position: relative;
    color: #91BA58;
    font-size: 1.2rem;
    line-height: 3.3333333333;
    font-weight: 700;
    text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .article-interview-recruit__link-text a {
        font-size: 2rem;
        line-height: 2; } }
    .article-interview-recruit__link-text a.is-on {
      text-decoration: none; }
    .article-interview-recruit__link-text a:before {
      display: inline-block;
      position: absolute;
      content: '';
      top: 0.7rem;
      right: -1.5rem;
      width: 0.5rem;
      height: 0.5rem;
      border-style: solid;
      border-width: 1px 1px 0 0;
      border-color: #91BA58;
      transform: rotate(45deg); }
      @media screen and (max-width: 768px) {
        .article-interview-recruit__link-text a:before {
          top: 1.2rem;
          right: -1.8rem;
          width: 0.8rem;
          height: 0.8rem;
          border-width: 0.3rem 0.3rem 0 0; } }

/* .list-workplace-recruit
-------------------------------------------------- */
.list-workplace-recruit {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .list-workplace-recruit {
      padding: 0 3rem; } }
  .list-workplace-recruit__item {
    width: 52rem;
    background: #fff;
    margin-right: 6rem; }
    @media screen and (max-width: 768px) {
      .list-workplace-recruit__item {
        width: 100%;
        margin-right: 0; } }
    .list-workplace-recruit__item:nth-of-type(2n) {
      margin-right: 0; }
    @media screen and (min-width: 769px) {
      .list-workplace-recruit__item:nth-of-type(n+3) {
        margin-top: 4rem; } }
    @media screen and (max-width: 768px) {
      .list-workplace-recruit__item:nth-of-type(n+2) {
        margin-top: 4rem; } }
    .list-workplace-recruit__item a {
      display: block;
      text-decoration: none; }
  .list-workplace-recruit__body {
    padding: 1.6rem; }
    @media screen and (max-width: 768px) {
      .list-workplace-recruit__body {
        padding: 3rem 2rem; } }
  .list-workplace-recruit__text {
    line-height: 2.125; }

/* .tel-recruit-container
-------------------------------------------------- */
.tel-recruit-container {
  margin-top: 8rem; }

/* .list-benefit-recruit
-------------------------------------------------- */
.list-benefit-recruit {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem; }
  @media screen and (max-width: 768px) {
    .list-benefit-recruit {
      margin-top: 7rem; } }
  .list-benefit-recruit__item {
    width: 32rem;
    background: #fff;
    margin-right: 2rem; }
    @media screen and (max-width: 768px) {
      .list-benefit-recruit__item {
        width: 34rem;
        margin-right: 2.8rem; } }
    @media screen and (min-width: 769px) {
      .list-benefit-recruit__item:nth-of-type(3n) {
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .list-benefit-recruit__item:nth-of-type(2n) {
        margin-right: 0; } }
    @media screen and (min-width: 769px) {
      .list-benefit-recruit__item:nth-of-type(n+4) {
        margin-top: 4rem; } }
    @media screen and (max-width: 768px) {
      .list-benefit-recruit__item:nth-of-type(n+3) {
        margin-top: 4rem; } }
    .list-benefit-recruit__item a {
      display: block;
      text-decoration: none; }
  .list-benefit-recruit__body {
    padding: 2.6rem 0 1.2rem; }
    @media screen and (max-width: 768px) {
      .list-benefit-recruit__body {
        padding: 2.8rem 0 2.4rem; } }
  .list-benefit-recruit__heading {
    color: #91BA58;
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .list-benefit-recruit__heading {
        font-size: 3.8rem; } }
  .list-benefit-recruit__text {
    font-size: 1.6rem;
    line-height: 2.125;
    margin-top: 1rem; }
    @media screen and (max-width: 768px) {
      .list-benefit-recruit__text {
        font-size: 2.4rem;
        line-height: 2.0833333333;
        letter-spacing: 0;
        margin-top: 1.2rem; } }

/* .lead-benefit-recruit
-------------------------------------------------- */
.lead-benefit-recruit {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-top: 4.6rem; }
  @media screen and (max-width: 768px) {
    .lead-benefit-recruit {
      font-size: 2.8rem;
      line-height: 1.9285714286; } }

/* .table-recruit
-------------------------------------------------- */
.table-recruit {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  line-height: 1.625; }
  .table-recruit th, .table-recruit td {
    padding: 3rem 0;
    border-bottom: solid 0.1rem #c8c8c8; }
  .table-recruit th {
    width: 23rem;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .table-recruit th {
        width: 24rem;
        font-size: 2.6rem; } }
  .table-recruit td {
    width: 77rem; }
    @media screen and (max-width: 768px) {
      .table-recruit td {
        width: calc(100% - 24rem);
        font-size: 2.8rem; } }
  .table-recruit--margin-top-0 {
    margin-top: 0 !important; }

/* .tab-job-recruit
-------------------------------------------------- */
.corptab,
.tab-job-recruit {
  display: flex;
  margin-top: 6rem;
  border-bottom: 0.4rem solid #91BA58;
  text-align: center; }
  .corptab__item2 a, .corptab__item,
  .tab-job-recruit__item2 a,
  .tab-job-recruit__item {
    width: 26rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #c8c8c8;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .corptab__item2 a, .corptab__item,
      .tab-job-recruit__item2 a,
      .tab-job-recruit__item {
        width: 18rem;
        height: 12rem;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: -0.02em; } }
    .corptab__item2 a:nth-of-type(n+2), .corptab__item:nth-of-type(n+2),
    .tab-job-recruit__item2 a:nth-of-type(n+2),
    .tab-job-recruit__item:nth-of-type(n+2) {
      margin-left: 0.2rem; }
    .corptab__item2 a:hover, .corptab__item2 a.is-current, .corptab__item:hover, .corptab__item.is-current,
    .tab-job-recruit__item2 a:hover,
    .tab-job-recruit__item2 a.is-current,
    .tab-job-recruit__item:hover,
    .tab-job-recruit__item.is-current {
      height: 6.6rem;
      padding-bottom: 0.6rem;
      background: #91BA58; }
      @media screen and (max-width: 768px) {
        .corptab__item2 a:hover, .corptab__item2 a.is-current, .corptab__item:hover, .corptab__item.is-current,
        .tab-job-recruit__item2 a:hover,
        .tab-job-recruit__item2 a.is-current,
        .tab-job-recruit__item:hover,
        .tab-job-recruit__item.is-current {
          height: 12.4rem; } }

.corptab a {
  text-decoration: none;
  color: #FFF;
  width: 55rem; }
  .corptab a.is-current {
    pointer-events: none; }
  @media screen and (max-width: 768px) {
    .corptab a {
      width: 46vw; } }

/* .group-job-recruit
-------------------------------------------------- */
.group-job-recruit {
  display: none; }
  .group-job-recruit.is-current {
    display: block; }

/* .header-job-recruit
-------------------------------------------------- */
.header-job-recruit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40rem;
  margin-top: 1rem;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .header-job-recruit {
      height: 36rem; } }
  .header-job-recruit__heading {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1; }
  .header-job-recruit__text {
    margin-top: 3rem;
    line-height: 2.5; }
    @media screen and (max-width: 768px) {
      .header-job-recruit__text {
        line-height: 2; } }
  .header-job-recruit--1 {
    background-image: url(../img/recruit/img_header_job01.jpg); }
  .header-job-recruit--2 {
    background-image: url(../img/recruit/img_header_job02.jpg); }
  .header-job-recruit--3 {
    background-image: url(../img/recruit/img_header_job03.jpg); }

/* .body-job-recruit
-------------------------------------------------- */
.body-job-recruit {
  padding: 2rem 5rem 5rem;
  background: #fff; }

/* .tel-recruit
-------------------------------------------------- */
.tel-recruit {
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  padding: 2rem;
  border: solid 0.2rem #91BA58;
  background: #fff;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .tel-recruit {
      padding: 3rem 2rem; } }
  .tel-recruit__heading {
    color: #91BA58;
    font-size: 2rem;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .tel-recruit__heading {
        font-size: 2.8rem;
        margin-bottom: 1.2rem; } }

/* .list-index-service
-------------------------------------------------- */
.list-index-service {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .list-index-service {
      max-width: 100%; } }
  .list-index-service__item {
    width: 32rem;
    margin: 6rem 2rem 0 0; }
    @media screen and (max-width: 768px) {
      .list-index-service__item {
        width: 34rem;
        margin: 6rem 2.8rem 0 0; } }
    @media screen and (min-width: 769px) {
      .list-index-service__item:nth-of-type(3n) {
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .list-index-service__item:nth-of-type(2n) {
        margin-right: 0; } }
    .list-index-service__item a {
      display: block;
      text-decoration: none; }
  .list-index-service__heading {
    margin-top: 2.5rem;
    font-size: 2rem;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .list-index-service__heading {
        margin-top: 2.4rem;
        font-size: 3rem;
        line-height: 1.3; } }
  .list-index-service__text {
    margin-top: 1.5rem;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .list-index-service__text {
        margin-top: 1.2rem;
        line-height: 1.5; } }

/* .list-category-service
-------------------------------------------------- */
.list-category-service {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .list-category-service {
      margin-top: 2rem;
      font-size: 1.6rem; } }
  .list-category-service__item {
    display: flex;
    align-items: center;
    height: 2.4rem;
    margin: 0.4rem 0.4rem 0 0;
    padding: 0 1.8rem;
    color: #91BA58;
    border: solid 0.1rem #91BA58; }
    @media screen and (max-width: 768px) {
      .list-category-service__item {
        height: 3.2rem;
        margin: 0.8rem 0.8rem 0 0;
        padding: 0 2.4rem; } }

/* .list-point-service-detail
-------------------------------------------------- */
.list-point-service-detail {
  display: flex;
  justify-content: center;
  margin-top: 4rem; }
  @media screen and (max-width: 768px) {
    .list-point-service-detail {
      flex-wrap: wrap;
      margin-top: 6rem; } }
  .list-point-service-detail__item {
    position: relative;
    color: #91BA58; }
    @media screen and (max-width: 768px) {
      .list-point-service-detail__item {
        font-size: 2.4rem;
        font-weight: 700;
        margin-bottom: 1rem; } }
    .list-point-service-detail__item:before {
      display: inline-block;
      position: relative;
      content: '|';
      color: #91BA58;
      line-height: 1;
      margin-right: 1em; }
      @media screen and (max-width: 768px) {
        .list-point-service-detail__item:before {
          color: #d4d4d4; } }
    @media screen and (max-width: 768px) {
      .list-point-service-detail__item:after {
        display: inline-block;
        position: absolute;
        top: calc(50%  - 0.5em);
        left: calc(100%);
        right: auto;
        content: '|';
        color: #d4d4d4;
        line-height: 1;
        margin-left: 1em; } }
    .list-point-service-detail__item:nth-of-type(n + 2) {
      margin-left: 1em; }
    .list-point-service-detail__item:last-of-type:after {
      display: inline-block;
      position: relative;
      content: '|';
      top: auto;
      left: auto;
      color: #91BA58;
      line-height: 1;
      margin-left: 1em; }
      @media screen and (max-width: 768px) {
        .list-point-service-detail__item:last-of-type:after {
          color: #d4d4d4; } }

/* .lead-service-detail
-------------------------------------------------- */
.lead-service-detail {
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  margin-top: 9rem; }
  @media screen and (max-width: 768px) {
    .lead-service-detail {
      font-size: 4.4rem; } }
  .lead-service-detail--medium {
    font-size: 3.4rem;
    line-height: 1.7647058824;
    margin-top: 5rem; }
    @media screen and (max-width: 768px) {
      .lead-service-detail--medium {
        font-size: 3.6rem;
        line-height: 1.6666666667; } }
  .lead-service-detail--small {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin-top: 5rem; }
    @media screen and (max-width: 768px) {
      .lead-service-detail--small {
        font-size: 3.6rem;
        line-height: 1.7777777778; } }

/* .text-service-detail
-------------------------------------------------- */
.text-service-detail {
  font-size: 1.6rem;
  line-height: 2.5;
  text-align: center;
  margin-top: 5rem; }
  @media screen and (max-width: 768px) {
    .text-service-detail {
      font-size: 3rem;
      line-height: 2;
      margin-top: 4rem; } }

/* .list-comment-service-detail
-------------------------------------------------- */
.list-comment-service-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 5.6rem; }
  @media screen and (max-width: 768px) {
    .list-comment-service-detail {
      display: block; } }
  @media screen and (max-width: 768px) {
    .list-comment-service-detail__item {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end; } }
  @media screen and (max-width: 768px) {
    .list-comment-service-detail__item:nth-of-type(n + 2) {
      margin-top: 6rem; } }
  @media screen and (max-width: 768px) {
    .list-comment-service-detail__item:nth-of-type(2n) {
      flex-direction: row; } }
  @media screen and (max-width: 768px) {
    .list-comment-service-detail__item:nth-of-type(2n) .list-comment-service-detail__text {
      background-image: none;
      margin-left: 0;
      margin-right: 2rem;
      padding-left: 0;
      padding-right: 2.4rem; } }
  @media screen and (max-width: 768px) {
    .list-comment-service-detail__item:nth-of-type(2n) .list-comment-service-detail__text:before {
      display: block;
      position: absolute;
      content: '';
      background-image: url(../img/service/detail/bg_balloon-gray@sp.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transform: scale(-1, 1); } }
  .list-comment-service-detail__text {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/service/detail/bg_balloon-gray.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    font-size: 2rem;
    line-height: 1.7;
    font-weight: 700;
    text-align: center;
    width: 34rem;
    height: 13.3rem;
    padding-bottom: 1.4rem; }
    @media screen and (max-width: 768px) {
      .list-comment-service-detail__text {
        position: relative;
        background-image: url(../img/service/detail/bg_balloon-gray@sp.svg);
        font-size: 3.6rem;
        line-height: 1.6666666667;
        width: 52.3rem;
        height: 18.1rem;
        padding-bottom: 0;
        padding-left: 2.4rem;
        margin-left: 2rem; } }
  .list-comment-service-detail__text-red {
    color: #91BA58; }
  .list-comment-service-detail__image {
    width: 12rem;
    margin: 0 auto;
    margin-top: 1.4rem; }
    @media screen and (max-width: 768px) {
      .list-comment-service-detail__image {
        width: 11.6rem;
        margin: 0; } }
    .list-comment-service-detail__image svg {
      display: block; }
  @media screen and (max-width: 768px) {
    .list-comment-service-detail--achievement .list-comment-service-detail__item {
      align-items: center;
      justify-content: space-between; } }
  .list-comment-service-detail--achievement .list-comment-service-detail__text {
    background-image: url(../img/service/detail/bg_balloon-red.svg);
    width: 34rem;
    height: 15.3rem; }
    @media screen and (max-width: 768px) {
      .list-comment-service-detail--achievement .list-comment-service-detail__text {
        background-image: url(../img/service/detail/bg_balloon-red@sp.svg);
        width: 52.3rem;
        height: 24.1rem;
        margin-left: 0; } }
  .list-comment-service-detail--achievement .list-comment-service-detail__image {
    display: none; }
    @media screen and (max-width: 768px) {
      .list-comment-service-detail--achievement .list-comment-service-detail__image {
        display: block;
        width: 17rem;
        border-radius: 50%;
        overflow: hidden;
        margin: 0; } }
  .list-comment-service-detail--achievement .list-comment-service-detail__item:nth-of-type(2n) .list-comment-service-detail__text {
    margin-right: 0; }
    @media screen and (max-width: 768px) {
      .list-comment-service-detail--achievement .list-comment-service-detail__item:nth-of-type(2n) .list-comment-service-detail__text:before {
        background-image: url(../img/service/detail/bg_balloon-red@sp.svg);
        z-index: -1; } }

/* .arrow-service-detail
-------------------------------------------------- */
.arrow-service-detail {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #91BA58 transparent transparent transparent;
  border-width: 4rem 4rem 0 4rem;
  margin: 0 auto;
  margin-top: 6rem; }
  @media screen and (max-width: 768px) {
    .arrow-service-detail {
      border-width: 5rem 5rem 0 5rem; } }

/* .list-point-circle-service-detail
-------------------------------------------------- */
.list-point-circle-service-detail {
  display: flex;
  justify-content: center;
  margin-top: 5rem; }
  .list-point-circle-service-detail__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16rem;
    height: 16rem;
    border: 0.2rem solid #91BA58;
    border-radius: 50%; }
    @media screen and (max-width: 768px) {
      .list-point-circle-service-detail__item {
        width: 21.6rem;
        height: 21.6rem;
        border: 0.2rem solid #91BA58; } }
    .list-point-circle-service-detail__item:nth-of-type(n + 2) {
      margin-left: 3rem; }
  .list-point-circle-service-detail__text {
    color: #91BA58;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .list-point-circle-service-detail__text {
        font-size: 2.8rem;
        line-height: 1.2; } }
  .list-point-circle-service-detail__text-small {
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .list-point-circle-service-detail__text-small {
        font-size: 1.8rem; } }

/* .list-about-service-detail
-------------------------------------------------- */
.list-about-service-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem; }
  @media screen and (max-width: 768px) {
    .list-about-service-detail {
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 8.8rem; } }
  .list-about-service-detail__item {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20rem;
    padding: 2rem 0; }
    @media screen and (max-width: 768px) {
      .list-about-service-detail__item {
        width: 30rem;
        padding: 3rem 0; } }
    @media screen and (max-width: 768px) {
      .list-about-service-detail__item:nth-of-type(2n) {
        margin-left: 4rem; } }
    @media screen and (max-width: 768px) {
      .list-about-service-detail__item:nth-of-type(n + 3) {
        margin-top: 4rem; } }
  .list-about-service-detail__number {
    color: #91BA58;
    font-family: "Poppins", sans-serif;
    font-size: 3.4rem;
    line-height: 1;
    text-align: center;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .list-about-service-detail__number {
        font-size: 5rem; } }
  .list-about-service-detail__image {
    display: flex;
    align-items: center;
    min-height: calc(100% * 0);
    height: 13rem; }
    @media screen and (max-width: 768px) {
      .list-about-service-detail__image {
        height: 19rem; } }
    .list-about-service-detail__image img {
      min-height: calc(100% * 0); }
      @media screen and (max-width: 768px) {
        .list-about-service-detail__image img {
          transform: scale(0.8); } }
  .list-about-service-detail__text {
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .list-about-service-detail__text {
        font-size: 2.4rem; } }

/* .scroll-box-sp-service-detail
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .scroll-box-sp-service-detail {
    overflow: scroll; } }

/* .table-service-detail
-------------------------------------------------- */
.table-service-detail {
  margin-top: 5rem;
  margin-bottom: 33rem; }
  @media screen and (max-width: 768px) {
    .table-service-detail {
      width: 143rem;
      margin-bottom: 52.5rem; } }
  .table-service-detail__heading {
    color: #fff;
    background-color: #91BA58;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    padding: 1.6rem; }
    @media screen and (max-width: 768px) {
      .table-service-detail__heading {
        font-size: 2.4rem;
        padding: 1.8rem; } }
    .table-service-detail__heading--extra {
      background-color: #005931; }
    .table-service-detail__heading:first-of-type {
      border-left: 1px solid #91BA58; }
      @media screen and (max-width: 768px) {
        .table-service-detail__heading:first-of-type {
          border-left-width: 0.1rem; } }
    .table-service-detail__heading:last-of-type {
      border-right: 1px solid #91BA58; }
      @media screen and (max-width: 768px) {
        .table-service-detail__heading:last-of-type {
          border-right-width: 0.1rem; } }
  .table-service-detail__date {
    background-color: #f5f5f5;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    width: 20rem;
    padding: 0.8rem; }
    @media screen and (max-width: 768px) {
      .table-service-detail__date {
        font-size: 2.2rem;
        width: 25.8rem;
        padding: 1rem; } }
    .table-service-detail__date:first-of-type {
      border-left: 1px solid #c8c8c8; }
      @media screen and (max-width: 768px) {
        .table-service-detail__date:first-of-type {
          border-left-width: 0.1rem; } }
    .table-service-detail__date:nth-of-type(3n), .table-service-detail__date:nth-of-type(3n - 1) {
      border-left: 1px solid #c8c8c8; }
      @media screen and (max-width: 768px) {
        .table-service-detail__date:nth-of-type(3n), .table-service-detail__date:nth-of-type(3n - 1) {
          border-left-width: 0.1rem; } }
    .table-service-detail__date:last-of-type {
      border-right: 1px solid #c8c8c8; }
      @media screen and (max-width: 768px) {
        .table-service-detail__date:last-of-type {
          border-right-width: 0.1rem; } }
    .table-service-detail__date--empty {
      width: 6rem; }
      @media screen and (max-width: 768px) {
        .table-service-detail__date--empty {
          width: 8.3rem; } }
  .table-service-detail__time {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 700;
    text-align: right;
    padding-right: 0.8rem;
    border-left: 1px solid #c8c8c8; }
    @media screen and (max-width: 768px) {
      .table-service-detail__time {
        font-size: 2rem;
        line-height: 1.5;
        letter-spacing: 0.02em;
        padding-right: 1rem;
        border-left-width: 0.1rem; } }
  .table-service-detail__data {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 700;
    padding: 1.2rem 1rem 0;
    border-left: 1px solid #c8c8c8; }
    @media screen and (max-width: 768px) {
      .table-service-detail__data {
        font-size: 2rem;
        line-height: 1.5;
        padding: 1.2rem 1.4rem 0;
        border-left-width: 0.1rem; } }
    .table-service-detail__data:last-of-type {
      border-right: 1px solid #c8c8c8; }
      @media screen and (max-width: 768px) {
        .table-service-detail__data:last-of-type {
          border-right-width: 0.1rem; } }
    .table-service-detail__data--extra {
      background-color: #f5f5f5;
      border-left: none; }
      .table-service-detail__data--extra + .table-service-detail__time {
        border-left: none; }
  .table-service-detail .table-service-detail-balloon {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: url(../img/service/detail/bg_balloon-document.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: 0;
    left: -2.2rem;
    width: 40.4rem;
    height: 35.6rem;
    padding-top: 2.2rem;
    padding-bottom: 1.8rem; }
    @media screen and (max-width: 768px) {
      .table-service-detail .table-service-detail-balloon {
        left: -4.4rem;
        width: 52.52rem;
        height: 46.28rem;
        padding-top: 3rem;
        padding-bottom: 3rem; } }
    .table-service-detail .table-service-detail-balloon__image {
      display: flex;
      justify-content: center;
      min-height: calc(100% * 0);
      margin-top: 2.8rem; }
      @media screen and (max-width: 768px) {
        .table-service-detail .table-service-detail-balloon__image {
          margin-top: 3rem;
          width: 32rem; } }
      .table-service-detail .table-service-detail-balloon__image img {
        min-height: calc(100% * 0); }
    .table-service-detail .table-service-detail-balloon__text {
      color: #91BA58;
      font-size: 2.4rem;
      line-height: 1.25;
      font-weight: 700;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .table-service-detail .table-service-detail-balloon__text {
          font-size: 3rem;
          line-height: 1.3; } }

/* .image-achievement-service-detail
-------------------------------------------------- */
.image-achievement-service-detail {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 16rem; }
  @media screen and (max-width: 768px) {
    .image-achievement-service-detail {
      display: none; } }
  .image-achievement-service-detail:after {
    display: block;
    position: absolute;
    content: '';
    background-color: #91BA58;
    width: 1600px;
    height: 100%;
    top: 8rem;
    left: calc(50% - 80rem);
    z-index: -1; }

/* .list-case-service-detail
-------------------------------------------------- */
.list-case-service-detail {
  margin-top: 6rem; }
  .list-case-service-detail__item {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .list-case-service-detail__item {
        display: block; } }
    .list-case-service-detail__item:nth-of-type(n + 2) {
      margin-top: 8rem; }
      @media screen and (max-width: 768px) {
        .list-case-service-detail__item:nth-of-type(n + 2) {
          margin-top: 5rem; } }
  .list-case-service-detail__image {
    width: 38rem; }
    @media screen and (max-width: 768px) {
      .list-case-service-detail__image {
        width: 100%; } }
  .list-case-service-detail__box {
    width: 68rem;
    padding-top: 1.4rem; }
    @media screen and (max-width: 768px) {
      .list-case-service-detail__box {
        width: 100%;
        padding-top: 3.6rem; } }
  .list-case-service-detail__heading {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .list-case-service-detail__heading {
        font-size: 3.6rem;
        line-height: 1.7777777778; } }
  .list-case-service-detail__text {
    font-size: 1.6rem;
    line-height: 2.5;
    margin-top: 1.4rem; }
    @media screen and (max-width: 768px) {
      .list-case-service-detail__text {
        font-size: 3rem;
        line-height: 2;
        letter-spacing: 0em;
        margin-top: 1.5rem; } }

/* .image-download-service-detail
-------------------------------------------------- */
.image-download-service-detail {
  display: flex;
  justify-content: center;
  margin-top: 4.5rem; }
  @media screen and (max-width: 768px) {
    .image-download-service-detail {
      width: 60rem;
      margin: 0 auto;
      margin-top: 5.5rem; } }

/* .button-service-detail
-------------------------------------------------- */
.button-service-detail {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem; }
  @media screen and (max-width: 768px) {
    .button-service-detail {
      width: 100%;
      max-width: 100%;
      margin-top: 7rem; } }
  .button-service-detail a {
    width: 100%;
    height: 7rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 0.1rem #3c3c3c;
    text-align: center;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    @media screen and (max-width: 768px) {
      .button-service-detail a {
        font-size: 3rem;
        width: 100%;
        height: 12rem;
        border-width: 0.2rem; } }
    .button-service-detail a.is-on {
      color: #fff;
      background: #3c3c3c; }

/* .link-text-service-detail
-------------------------------------------------- */
.link-text-service-detail {
  line-height: 1;
  text-align: center;
  margin-top: 3rem; }
  .link-text-service-detail a {
    color: #91BA58;
    position: relative;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .link-text-service-detail a {
        font-size: 2.8rem; } }
    .link-text-service-detail a.is-on {
      text-decoration: none; }
    .link-text-service-detail a:before {
      display: inline-block;
      position: absolute;
      content: '';
      top: 0.8rem;
      left: -2.2rem;
      width: 0.6rem;
      height: 0.6rem;
      border-style: solid;
      border-width: 1px 1px 0 0;
      border-color: #000;
      transform: rotate(45deg); }
      @media screen and (max-width: 768px) {
        .link-text-service-detail a:before {
          top: 1.6rem;
          left: -4.4rem;
          width: 1.2rem;
          height: 1.2rem;
          border-width: 0.2rem 0.2rem 0 0; } }


.tablesp {
}
    @media screen and (max-width: 768px) {
      .tablesp {
        overflow-x: auto; }
      .tablesp:before {
        content: "※横にスクロールできます";
		display: block;
		margin-bottom: 5px; }
		.tablesp .table-service-detail__heading {
			white-space: nowrap;
        }
		.tablesp .table-service-detail__data {
			font-size: 12px !important;
		}
}

/**
 * 以下、TEAM-L 追加
 */

/* トップページ:ヘッダーメニューの色 */
.layout-header__loaded-bgcolor {
  background: rgba(255, 255, 255, 0.3);
}


/* ヘッダーメニュー,メニューアイコン */
@media screen and (max-width: 768px) {
    .nav-menuicon {
        max-height: 100%;
        width: auto;
        z-index: 9999;
        border: 1px #a0cc5b solid;
        border-radius: 10px;
    }

    /* メニューの外枠部分: メニューを重ねて表示するように見せるために、縦のサイズをメニューのサイズに合わせる */
    .nav-global,
    .nav-global__inner {
        height: auto;
    }

    /* メニュー項目を上に合わせる */
    .nav-global__inner {
        justify-content: start;
        padding: 10rem 0 0;
    }

    /* メニュー項目の間に線を引く */
    .nav-global__item {
        border-top: 1px #aaa solid;
    }

    /* メニュー項目の縦のサイズを揃え、項目名を左に揃える */
    .nav-global__item a {
        position: relative;
        height: 13rem;
        justify-content: start;
        text-indent: 1.5em;
    }
    /* メニュー項目の右端に括弧を表示する */
    .nav-global__item a::after {
        position: absolute;
        right: 10px;
        content: '〉';
    }

    /* メニュー項目をタップしたときの色 */
    .nav-global__item a:active {
        background: #a0cc5b;
    }

    /* 採用とお問い合わせの余白を削除する */
    .nav-global__item--recruit,
    .nav-global__item--contact {
        margin-top: 0;
    }

    /* 採用とお問い合わせの色を他のメニュー項目に合わせる */
    .nav-global__item--recruit a,
    .nav-global__item--contact a {
        background: inherit;
        color: inherit !important;
    }
}

/* トップページ:ヘッダーの社名変更メッセージ */
.hero-home__read-small {
    padding-left: 0.5em;
}

/* トップページ > 新社名に込めた想い > 背景画像 */
.section--message-home {
    background: url('/assets/img/home/img_thought_bg.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    /* トップページ:ヘッダーの社名変更メッセージ */
    .hero-home__read-small {
        background: rgba(255, 255, 255, 0.75);
    }

    /* トップページ > 新社名に込めた想い > ロゴのサイズ */
    .sp-size-30per {
        width: 30%;
        height: 30%;
    }
}
