@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

#__bs_notify__ {
  top: auto !important;
  bottom: 0;
}

::-moz-selection {
  background-color: rgba(158, 158, 158, 0.4);
}

::selection {
  background-color: rgba(158, 158, 158, 0.4);
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,
 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
 "Segoe UI",
 "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
 sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  font-size: 16px;
  height: 100%;
}

@media screen and (max-width: 749px) {
  body {
    font-size: 14px;
  }
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: underline;
}

a:link, a:visited {
  color: #1c7ae3;
}

a:hover, a:active {
  text-decoration: none;
  color: #77afee;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

p {
  text-align: inherit;
  line-height: 1.85;
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

em {
  font-style: normal;
  font-weight: bold;
}

label {
  margin-bottom: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../font/slick.eot");
  src: url("../font/slick.eot?#iefix") format("embedded-opentype"), url("../font/slick.woff") format("woff"), url("../font/slick.ttf") format("truetype"), url("../font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.BusinessForm {
  position: relative;
  width: 1000px;
}

.BusinessForm:before {
  content: '';
  display: block;
  padding-top: 100%;
}

@media screen and (max-width: 1019px) {
  .BusinessForm {
    width: 100%;
  }
}

.BusinessForm__bg {
  z-index: 2;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
}

.BusinessForm__bg:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.BusinessForm__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.BusinessForm__wrap {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.BusinessForm__hero {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36%;
  height: 36%;
  top: 32%;
  left: 32%;
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #4a8415;
  text-align: center;
}

@media screen and (max-width: 1019px) {
  .BusinessForm__hero {
    font-size: 4vw;
  }
}

.BusinessForm__item {
  position: absolute;
  width: 25%;
}

.BusinessForm__item:nth-child(1) {
  top: 6%;
  left: 37.5%;
}

.BusinessForm__item:nth-child(2) {
  top: 30%;
  left: 74%;
}

.BusinessForm__item:nth-child(3) {
  top: 55%;
  left: 74%;
}

.BusinessForm__item:nth-child(4) {
  top: 77%;
  left: 37.5%;
}

.BusinessForm__item:nth-child(5) {
  top: 55%;
  left: 1%;
}

.BusinessForm__item:nth-child(6) {
  top: 30%;
  left: 1%;
}

@media screen and (max-width: 749px) {
  .BusinessForm__item {
    width: 32%;
  }
  .BusinessForm__item:nth-child(1) {
    top: 6%;
    left: 37.5%;
  }
  .BusinessForm__item:nth-child(2) {
    top: 30%;
    left: auto;
    right: 0;
  }
  .BusinessForm__item:nth-child(3) {
    top: 55%;
    left: auto;
    right: 0;
  }
  .BusinessForm__item:nth-child(4) {
    top: 77%;
    left: 37.5%;
  }
  .BusinessForm__item:nth-child(5) {
    top: 55%;
    left: 1%;
  }
  .BusinessForm__item:nth-child(6) {
    top: 30%;
    left: 1%;
  }
}

.BusinessForm__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  background-color: #508e0d;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.BusinessForm__item-title .__small {
  font-size: 14px;
}

.BusinessForm__item:nth-child(1) .BusinessForm__item-title {
  background-color: #68ae28;
}

.BusinessForm__item:nth-child(2) .BusinessForm__item-title {
  background-color: #76b525;
}

.BusinessForm__item:nth-child(3) .BusinessForm__item-title {
  background-color: #73c41c;
}

.BusinessForm__item:nth-child(4) .BusinessForm__item-title {
  background-color: #8fc41c;
}

.BusinessForm__item:nth-child(5) .BusinessForm__item-title {
  background-color: #bad600;
}

.BusinessForm__item:nth-child(6) .BusinessForm__item-title {
  background-color: #c3d600;
}

@media screen and (max-width: 1019px) {
  .BusinessForm__item-title {
    height: 5vw;
    margin-bottom: 1.5vw;
    font-size: 2.4vw;
  }
  .BusinessForm__item-title .__small {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 749px) {
  .BusinessForm__item-title {
    height: 28px;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .BusinessForm__item-title .__small {
    font-size: 10px;
  }
}

.BusinessForm__item-content ul li {
  font-size: 16px;
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.25em;
  white-space: nowrap;
  font-weight: bold;
}

.BusinessForm__item-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

@media screen and (max-width: 1019px) {
  .BusinessForm__item-content ul li {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 749px) {
  .BusinessForm__item-content ul li {
    text-align: justify;
    white-space: initial;
    line-height: 1.2;
    font-size: 12px;
  }
}

.HistoryTree {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media screen and (max-width: 1240px) {
  .HistoryTree {
    width: 100%;
  }
}

.HistoryTree__pillar {
  position: absolute;
  top: 0;
  left: calc(50% - 16px);
  width: 32px;
  height: 100%;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #c3d600 0%, #68ae28 100%);
  border-radius: 16px;
}

@media screen and (max-width: 1240px) {
  .HistoryTree__pillar {
    left: 64px;
  }
}

@media screen and (max-width: 749px) {
  .HistoryTree__pillar {
    width: 16px;
    height: 100%;
    left: 22px;
  }
}

.HistoryTree__items {
  padding-top: 30px;
}

.HistoryTree__item {
  position: relative;
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (min-width: 1241px) {
  .HistoryTree__item.HistoryTree__item--reverse {
    margin-left: 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 1240px) {
  .HistoryTree__item {
    width: calc(100% - 80px);
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
  .HistoryTree__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 749px) {
  .HistoryTree__item {
    width: calc(100% - 30px);
  }
}

.HistoryTree__item-circle {
  position: absolute;
  top: 0;
  width: 120px;
  height: 120px;
  left: -60px;
  right: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #68ae28;
  color: #ffffff;
}

.HistoryTree__item-circle:before {
  content: '';
  position: absolute;
  display: block;
  left: auto;
  right: -75px;
  top: calc(50% - 10px);
  width: 55px;
  height: 20px;
  background-image: url("../img/greenarrow-left.png?zckgspb6");
  background-repeat: no-repeat;
  background-size: 55px 20px;
}

@media screen and (min-width: 1241px) {
  .HistoryTree__item.HistoryTree__item--reverse .HistoryTree__item-circle {
    left: auto;
    right: -60px;
  }
  .HistoryTree__item.HistoryTree__item--reverse .HistoryTree__item-circle:before {
    content: '';
    position: absolute;
    display: block;
    left: -75px;
    right: auto;
    top: calc(50% - 10px);
    width: 55px;
    height: 20px;
    background-image: url("../img/greenarrow-right.png?yfoc1np1");
    background-size: 55px 20px;
  }
}

@media screen and (max-width: 749px) {
  .HistoryTree__item-circle {
    width: 60px;
    height: 60px;
    left: -30px;
  }
  .HistoryTree__item-circle:before {
    top: calc(50% - 5px);
    right: -35px;
    width: 28px;
    height: 10px;
    background-size: auto 10px;
  }
}

.HistoryTree__item-card {
  width: 73.33333%;
  margin-left: auto;
  margin-right: 0;
  background-color: #f9fbe4;
  padding: 10px 25px;
}

.HistoryTree__item-card ul li {
  position: relative;
  padding-left: 1em;
}

.HistoryTree__item-card ul li:before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
  color: #95bf71;
}

@media screen and (min-width: 1241px) {
  .HistoryTree__item.HistoryTree__item--reverse .HistoryTree__item-card {
    margin-left: 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 1240px) {
  .HistoryTree__item-card {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 749px) {
  .HistoryTree__item-card {
    width: calc(100% - 75px);
  }
}

.LabelBox {
  padding: 40px 35px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 8px solid #68ae28;
}

@media screen and (max-width: 749px) {
  .LabelBox {
    padding: 20px 20px;
  }
}

.List1 > li {
  position: relative;
  margin-bottom: 20px;
}

.List1 > li:last-child {
  margin-bottom: 0;
}

.List2 > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 2em;
}

.List2 > li:last-child {
  margin-bottom: 0;
}

.List2 > li:before {
  content: '一.';
  position: absolute;
  top: 0;
  left: 0;
}

.List3 > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 60px;
}

.List3 > li:last-child {
  margin-bottom: 0;
}

.List3 > li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("../img/clover.png?sffmcgax");
  background-size: 40px 40px;
}

@media screen and (min-width: 750px) {
  .ListTable__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
  }
}

@media screen and (max-width: 749px) {
  .ListTable__item {
    margin-bottom: 20px;
  }
}

.ListTable__item-h {
  padding: 15px 0;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.ListTable__item:nth-child(2n) .ListTable__item-h {
  background-color: #95bf71;
}

.ListTable__item:nth-child(2n+1) .ListTable__item-h {
  background-color: #ccd56b;
}

@media screen and (min-width: 960px) {
  .ListTable__item-h {
    width: 260px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 750px) and (max-width: 959px) {
  .ListTable__item-h {
    width: 200px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
}

@media screen and (max-width: 749px) {
  .ListTable__item-h {
    padding: 10px 0;
    padding-left: 20px;
    font-size: 16px;
  }
}

.ListTable__item-d {
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .ListTable__item-d {
    padding-left: 60px;
    padding-top: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 750px) and (max-width: 959px) {
  .ListTable__item-d {
    padding-left: 40px;
    font-size: 16px;
    padding-top: 14px;
  }
}

@media screen and (max-width: 749px) {
  .ListTable__item-d {
    padding-top: 20px;
  }
}

.top-Menu__bnr {
  overflow: hidden;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7em;
}
@media screen and (max-width: 749px) {
  .top-Menu__bnr {
    margin-bottom: 90px;
  }
}
.top-Menu__bnr a{
  display: block;
}
.top-Menu__bnr a img {
  transform: scale(1);
  transition: 0.3s;
  transform-origin: 50% 50%;
  object-fit: cover;
  width: 100%;
}

.top-Menu__bnr a:hover img {
  transform: scale(1.1);
  transition: 0.3s transform;
}


.top-MenuItems {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .top-MenuItems {
    display: block;
  }
}

.top-MenuItems__item {
  width: calc(50% - 11px);
}

@media screen and (max-width: 749px) {
  .top-MenuItems__item {
    width: 88%;
    margin-bottom: 5vw;
  }
  .top-MenuItems__item:last-child {
    margin-bottom: 0;
  }
  .top-MenuItems__item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
  .top-MenuItems__item:nth-child(2n+1) {
    margin-right: auto;
    margin-left: 0;
  }
}

.top-MenuItems__item-photo {
  position: relative;
}

.top-MenuItems__item-photo .__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top-MenuItems__item-photo .__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  transition: 0.3s;
  transform: scale(1);
  transform-origin: 50% 50%;
}

.top-MenuItems__item-photo:before {
  content: '';
  display: block;
  padding-top: 55.83204%;
}

.top-MenuItems__item-photo:after {
  z-index: 2;
  content: '';
  position: absolute;
  width: 58px;
  height: 58px;
  transition: .3s;
  opacity: 0.5;
}

.top-MenuItems__item:nth-child(1) .top-MenuItems__item-photo:after {
  right: -9px;
  bottom: -31px;
  background-color: #b3dc17;
  border-radius: 5px 5px 0 5px;
}

.top-MenuItems__item:nth-child(2) .top-MenuItems__item-photo:after {
  left: -9px;
  bottom: -31px;
  background-color: #508e0d;
  border-radius: 5px 5px 5px 0;
}

.top-MenuItems__item:nth-child(3) .top-MenuItems__item-photo:after {
  right: -9px;
  top: -31px;
  background-color: #508e0d;
  border-radius: 5px 0 5px 5px;
}

.top-MenuItems__item:nth-child(4) .top-MenuItems__item-photo:after {
  left: -9px;
  top: -31px;
  background-color: #b3dc17;
  border-radius: 0 5px 5px 5px;
}

@media screen and (max-width: 749px) {
  .top-MenuItems__item-photo:after {
    width: 15vw;
    height: 15vw;
  }
  .top-MenuItems__item:nth-child(1) .top-MenuItems__item-photo:after {
    right: auto;
    bottom: auto;
    left: calc(100% - 7vw);
    top: calc(100% - 7vw);
    border-radius: 0 2vw 2vw 2vw;
  }
  .top-MenuItems__item:nth-child(2) .top-MenuItems__item-photo:after {
    left: auto;
    bottom: auto;
    right: calc(100% - 7vw);
    top: calc(100% - 7vw);
    border-radius: 2vw 0 2vw 2vw;
  }
  .top-MenuItems__item:nth-child(3) .top-MenuItems__item-photo:after {
    right: auto;
    top: auto;
    left: calc(100% - 7vw);
    top: calc(100% - 7vw);
    border-radius: 0 2vw 2vw 2vw;
  }
  .top-MenuItems__item:nth-child(4) .top-MenuItems__item-photo:after {
    left: auto;
    top: auto;
    right: calc(100% - 7vw);
    top: calc(100% - 7vw);
    border-radius: 2vw 0 2vw 2vw;
  }
}

@media screen and (min-width: 960px) {
  .top-MenuItems__item-photo:hover:after {
    opacity: 1;
  }
  .top-MenuItems__item-photo:hover .__image img {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 959px) {
  .top-MenuItems__item-photo:active:after {
    opacity: 1;
  }
  .top-MenuItems__item-photo:active .__image img {
    transform: scale(1.1);
  }
}

.top-MenuItems__item-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
}

.top-MenuItems__item-caption .__text {
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
}

.top-MenuItems__item-caption .__text .__j {
  font-size: 30px;
}

.top-MenuItems__item-caption .__text .__e {
  margin-left: 20px;
  color: #508e0d;
  font-size: 24px;
}

@media screen and (min-width: 960px) and (max-width: 1479px) {
  .top-MenuItems__item-caption .__text .__j {
    font-size: 24px;
  }
  .top-MenuItems__item-caption .__text .__e {
    margin-left: 15px;
    font-size: 18px;
  }
}

@media screen and (min-width: 750px) and (max-width: 959px) {
  .top-MenuItems__item-caption .__text .__j {
    font-size: 20px;
  }
  .top-MenuItems__item-caption .__text .__e {
    margin-left: 10px;
    font-size: 14px;
  }
  .top-MenuItems__item:nth-child(2n+1) .top-MenuItems__item-caption {
    justify-content: flex-start;
  }
  .top-MenuItems__item:nth-child(2n+1) .top-MenuItems__item-caption .__text {
    text-align: left;
  }
  .top-MenuItems__item:nth-child(2n) .top-MenuItems__item-caption {
    justify-content: flex-end;
  }
  .top-MenuItems__item:nth-child(2n) .top-MenuItems__item-caption .__text {
    text-align: right;
  }
}

@media screen and (max-width: 749px) {
  .top-MenuItems__item-caption {
    height: 16vw;
  }
  .top-MenuItems__item-caption .__text .__j {
    font-size: 20px;
  }
  .top-MenuItems__item-caption .__text .__e {
    margin-left: 8px;
    font-size: 13px;
  }
  .top-MenuItems__item:nth-child(2n+1) .top-MenuItems__item-caption {
    justify-content: flex-start;
    padding-left: 20px;
  }
  .top-MenuItems__item:nth-child(2n+1) .top-MenuItems__item-caption .__text {
    text-align: left;
  }
  .top-MenuItems__item:nth-child(2n) .top-MenuItems__item-caption {
    justify-content: flex-end;
    padding-right: 20px;
  }
  .top-MenuItems__item:nth-child(2n) .top-MenuItems__item-caption .__text {
    text-align: right;
  }
}

.activities-Menu {
  margin-top: 120px;
}

@media screen and (max-width: 959px) {
  .activities-Menu {
    margin-top: 50px;
  }
}

.activities-Menu__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px auto 60px;
}

.activitiesChildPage-Contents {
  margin-top: 120px;
  margin-bottom: 200px;
}

.activitiesChildPage-Contents ._title {
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 1.56;
  letter-spacing: 0.075em;
  font-weight: bold;
  text-align: center;
}

.activitiesChildPage-Contents ._imgBox {
  max-width: 581px;
  margin: 0 auto 45px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.activitiesChildPage-Contents ._imgBox img {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.activitiesChildPage-Contents ._text {
  max-width: 1220px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.85;
  letter-spacing: 0.075em;
  font-weight: bold;
}

.activitiesChildPage-Contents ._text ._green_text {
  color: #68ae28;
}

.activitiesChildPage-Contents.page-Sustainability ._imgBox {
  max-width: 630px;
  margin: 0 auto 70px;
}

.activitiesChildPage-Contents.page-Sustainability ._text {
  text-align: center;
}

.activitiesChildPage-Contents.page-TalentSupport ._title {
  margin-bottom: 0;
}

.activitiesChildPage-Contents.page-TalentSupport ._imgBox {
  max-width: 562px;
  margin: 0 auto 0;
}

.activitiesChildPage-Contents ._linkButton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px auto 60px;
}

.activitiesChildPage-Contents ._linkButton .GeneralButton {
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .activitiesChildPage-Contents {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .activitiesChildPage-Contents ._title {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .activitiesChildPage-Contents ._imgBox {
    margin: 0 auto 30px;
  }
  .activitiesChildPage-Contents ._text {
    font-size: 17px;
  }
  .activitiesChildPage-Contents.page-Sustainability ._imgBox {
    margin: 0 auto 25px;
  }
}

.company-Business {
  background-image: url("../img/flowbg-reverse.png?g226f6t12");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

@media (min-width: 1259px) {
  .company-Business .mx-auto img {
    margin: 160px 0;
    transform: scale(1.25);
  }
}

@media (max-width: 1258px) {
  .company-Business .mx-auto {
    max-width: 730px;
  }
}

@media screen and (max-width: 959px) {
  .company-Business .mx-auto {
    max-width: 540px;
  }
}

@media screen and (max-width: 749px) {
  .company-Business {
    padding-top: 50px;
    padding-bottom: 70px;
    background-size: 860px auto;
  }
}

.flow-FaqSection {
  margin-top: 170px;
  margin-bottom: 190px;
}

.flow-FaqSection .SectionTitle {
  margin-top: -160px;
  padding-top: 160px;
}

@media screen and (max-width: 959px) {
  .flow-FaqSection {
    margin-top: 130px;
  }
  .flow-FaqSection .SectionTitle {
    margin-top: -95px;
    padding-top: 95px;
  }
}

@media screen and (max-width: 749px) {
  .flow-FaqSection {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}

.flow-FaqSection__contents {
  max-width: 1280px;
  margin: 60px auto 0;
}

@media screen and (max-width: 749px) {
  .flow-FaqSection__contents {
    margin-top: 30px;
  }
}

.flow-FaqSection__item {
  margin-bottom: 60px;
}

.flow-FaqSection__item:last-child {
  margin-bottom: 0;
}

.flow-FaqSection__item ._question {
  margin-bottom: 30px;
  background: linear-gradient(180deg, #508e0d 0%, #0d8e37 100%);
  color: #fff;
  padding: 15px;
  font-size: 31px;
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.flow-FaqSection__item ._answer {
  padding-right: 60px;
  text-indent: -2.1em;
  padding-left: 2.1em;
  margin-left: 15px;
  font-size: 22px;
  color: #2c2c2c;
  line-height: 1.85;
  font-weight: bold;
}

.flow-FaqSection__item ._answer .__a {
  font-family: "游明朝体", "Sawarabi Mincho","Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
}

@media screen and (max-width: 959px) {
  .flow-FaqSection__item ._question {
    font-size: 26px;
  }
  .flow-FaqSection__item ._answer {
    padding-right: 20px;
    font-size: 18px;
  }
  .flow-FaqSection__item ._answer .__a {
    font-size: 27px;
  }
}

@media screen and (max-width: 749px) {
  .flow-FaqSection__item {
    margin-bottom: 30px;
  }
  .flow-FaqSection__item:last-child {
    margin-bottom: 0;
  }
  .flow-FaqSection__item ._question {
    margin-bottom: 20px;
    padding: 5px 15px;
    font-size: 18px;
  }
  .flow-FaqSection__item ._answer {
    padding-right: 0;
    text-indent: -1.7em;
    padding-left: 1.7em;
    font-size: 17px;
  }
  .flow-FaqSection__item ._answer .__a {
    font-size: 19px;
  }
}

.flow-FlowSection {
  margin-top: 120px;
}

.flow-FlowSection .SectionTitle {
  margin-top: -160px;
  padding-top: 160px;
}

@media screen and (max-width: 959px) {
  .flow-FlowSection .SectionTitle {
    margin-top: -95px;
    padding-top: 95px;
  }
}

@media screen and (max-width: 749px) {
  .flow-FlowSection {
    margin-top: 50px;
  }
}

.flow-FlowSection__contents {
  max-width: 1200px;
  margin: 60px auto 0;
}

@media screen and (max-width: 749px) {
  .flow-FlowSection__contents {
    margin-top: 30px;
  }
}

.flow-FlowSection__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px;
  margin-bottom: 38px;
  border-left: solid 8px #95bf71;
  background-color: #eff7d5;
}

.flow-FlowSection__item ._leftItem {
  flex-shrink: 0;
  width: 299px;
  margin-right: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flow-FlowSection__item ._leftItem img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.flow-FlowSection__item ._rightItem {
  flex: 1;
}

.flow-FlowSection__item ._rightItem ._subTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 12px;
  letter-spacing: 0.075em;
  font-weight: bold;
}

.flow-FlowSection__item ._rightItem ._subTitle ._num {
  margin-right: 35px;
  color: #95bf71;
  font-size: 52px;
}

.flow-FlowSection__item ._rightItem ._subTitle ._text {
  color: #2b2b2b;
  font-size: 32px;
}

.flow-FlowSection__item ._rightItem ._description {
  margin-bottom: 0;
  min-height: 167px;
  padding: 25px 20px;
  background-color: #fff;
  color: #444444;
  font-size: 22px;
  line-height: 1.85;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.flow-FlowSection__item ._rightItem ._description ._kome {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 959px) {
  .flow-FlowSection__item {
    display: block;
  }
  .flow-FlowSection__item ._leftItem {
    width: 400px;
    margin: 0 auto;
  }
  .flow-FlowSection__item ._rightItem ._subTitle {
    margin-bottom: 0;
  }
  .flow-FlowSection__item ._rightItem ._subTitle ._num {
    margin-right: 20px;
    font-size: 42px;
  }
  .flow-FlowSection__item ._rightItem ._subTitle ._text {
    font-size: 28px;
  }
  .flow-FlowSection__item ._rightItem ._description {
    min-height: auto;
    font-size: 18px;
  }
}

@media screen and (max-width: 749px) {
  .flow-FlowSection__item {
    padding: 15px;
    margin-bottom: 25px;
    border-left: solid 4px #95bf71;
  }
  .flow-FlowSection__item ._leftItem {
    width: 100%;
    max-width: 299px;
  }
  .flow-FlowSection__item ._rightItem ._subTitle {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .flow-FlowSection__item ._rightItem ._subTitle ._num {
    margin-right: 15px;
    font-size: 30px;
  }
  .flow-FlowSection__item ._rightItem ._subTitle ._text {
    font-size: 20px;
  }
  .flow-FlowSection__item ._rightItem ._description {
    padding: 15px 10px;
    font-size: 16px;
  }
}

.flow-FlowSection__arrow {
  padding-left: 174px;
  margin-bottom: 38px;
  color: #95bf71;
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .flow-FlowSection__arrow {
    padding-left: 0;
    text-align: center;
    font-size: 40px;
  }
}

@media screen and (max-width: 749px) {
  .flow-FlowSection__arrow {
    margin-bottom: 25px;
    font-size: 30px;
  }
}

.IntroTile {
  padding-top: 100px;
  padding-bottom: 140px;
  background-image: url("../img/flowbg.png?qb3c4msp2");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

@media (min-width: 960px) and (max-width: 1250px) {
  .IntroTile ._introMainText {
    font-size: 28px;
  }
}

@media screen and (min-width: 750px) and (max-width: 959px) {
  .IntroTile .__logo img {
    width: 400px;
    height: auto;
  }
}

@media screen and (max-width: 749px) {
  .IntroTile {
    padding-top: 50px;
    padding-bottom: 70px;
    background-size: 860px auto;
  }
  .IntroTile .__logo img {
    width: 70%;
    height: auto;
  }
  .IntroTile ._introMainText {
    font-size: 15px;
  }
}

.recruit-AlphaTitle {
  max-width: 1270px;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit-AlphaTitle ._inner {
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", 
 "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
 "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3",
 Georgia,
 "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",
 serif;
  text-align: center;
}

.recruit-AlphaTitle ._inner .__j {
  width: 100%;
  margin-bottom: 8px;
  font-size: 33px;
  font-weight: 500;
}

.recruit-AlphaTitle ._inner .__e {
  width: 100%;
  font-size: 24px;
}

@media screen and (max-width: 959px) {
  .recruit-AlphaTitle ._inner .__j {
    font-size: 29px;
  }
  .recruit-AlphaTitle ._inner .__e {
    font-size: 21px;
  }
}

@media screen and (max-width: 749px) {
  .recruit-AlphaTitle ._inner .__j {
    font-size: 4.7vw;
    margin-bottom: 3px;
  }
  .recruit-AlphaTitle ._inner .__e {
    font-size: 3.3vw;
  }
}

@media screen and (max-width: 959px) {
  .recruit-CareerStepSection {
    margin-bottom: 20px;
  }
}

.recruit-CareerStepSection__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.recruit-CareerStepSection__title ._text {
  max-width: 575px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.recruit-CareerStepSection__title ._text img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.recruit-CareerStepSection__title ._img {
  max-width: 420px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.recruit-CareerStepSection__title ._img img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

@media screen and (max-width: 959px) {
  .recruit-CareerStepSection__title {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 749px) {
  .recruit-CareerStepSection__title {
    margin-bottom: 30px;
  }
}

.recruit-CareerStepSection__contents {
  max-width: 1190px;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.recruit-CareerStepSection__contents img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.recruit-ConceptSection {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url(../img/recruit_concept_bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 749px) {
  .recruit-ConceptSection {
    padding: 60px 0 30px;
  }
}

.recruit-ConceptSection__contents {
  color: #333333;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", 
 "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
 "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3",
 Georgia,
 "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",
 serif;
}

.recruit-ConceptSection__contents ._text {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
}

.recruit-ConceptSection__contents ._text ._biggest {
  font-size: 67.5px;
}

.recruit-ConceptSection__contents ._text ._big {
  font-size: 45px;
}

.recruit-ConceptSection__contents ._text ._gradient {
  font-size: 67.5px;
  color: #fd9bc0;
  background: -webkit-linear-gradient(0deg, #fd9bc0, #fc5151, #f9d904, #0bb802, #1585ed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 959px) {
  .recruit-ConceptSection__contents ._text {
    margin-bottom: 32px;
    font-size: 25.5px;
  }
  .recruit-ConceptSection__contents ._text ._biggest {
    font-size: 72px;
  }
  .recruit-ConceptSection__contents ._text ._big {
    font-size: 48px;
  }
  .recruit-ConceptSection__contents ._text ._gradient {
    font-size: 72px;
  }
}

@media screen and (max-width: 749px) {
  .recruit-ConceptSection__contents ._text {
    margin-bottom: 27px;
    font-size: 3.8vw;
  }
  .recruit-ConceptSection__contents ._text ._biggest {
    font-size: 12vw;
  }
  .recruit-ConceptSection__contents ._text ._big {
    font-size: 8vw;
  }
  .recruit-ConceptSection__contents ._text ._gradient {
    font-size: 12vw;
  }
}

.recruit-DataSection {
  padding-bottom: 128px;
  margin-bottom: 67.5px;
  background-image: url(../img/recruit_data_section_bg.png?20211215v1);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

@media screen and (max-width: 959px) {
  .recruit-DataSection {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 749px) {
  .recruit-DataSection {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}

.recruit-DataSection__titleImg {
  max-width: 977px;
  margin: 50px auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.recruit-DataSection__titleImg img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.recruit-DataSection__titleText {
  padding: 0 0 113px;
  color: #2b2b2b;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", 
 "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
 "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3",
 Georgia,
 "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",
 serif;
  text-align: center;
}

.recruit-DataSection__titleText ._main {
  margin-bottom: 5px;
  font-size: 33px;
  line-height: 1;
}

.recruit-DataSection__titleText ._sub {
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .recruit-DataSection__titleText ._main {
    font-size: 29px;
  }
  .recruit-DataSection__titleText ._sub {
    font-size: 21px;
  }
}

@media screen and (max-width: 749px) {
  .recruit-DataSection__titleText {
    padding-bottom: 30px;
  }
  .recruit-DataSection__titleText ._main {
    font-size: 4.7vw;
  }
  .recruit-DataSection__titleText ._sub {
    font-size: 3.3vw;
  }
}

.recruit-DataSection__contents {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .recruit-DataSection__contents {
    max-width: 740px;
  }
}

.recruit-DataSection__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border: solid 2px #68ae28;
  width: 48.3871%;
  min-height: 440px;
  margin-right: 3.22581%;
  margin-bottom: 3.22581%;
  background-color: #fff;
  color: #2b2b2b;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}

.recruit-DataSection__item._itemSogyo {
  background-image: url(../img/recruit_data_section_sogyo.svg);
  background-size: 16%;
}

.recruit-DataSection__item._itemSumai {
  background-image: url(../img/recruit_data_section_sumai.svg);
  background-size: 70%;
}

.recruit-DataSection__item._itemNakama {
  background-image: url(../img/recruit_data_section_nakama.svg);
  background-size: 40%;
}

.recruit-DataSection__item._itemKyuka {
  background-image: url(../img/recruit_data_section_kyuka.svg);
  background-size: 40%;
}

.recruit-DataSection__item._itemCost {
  background-image: url(../img/recruit_data_section_cost.svg);
  background-size: 40%;
}

.recruit-DataSection__item._width100 {
  width: 100%;
  min-height: 255px;
}

.recruit-DataSection__item:nth-child(2n+1) {
  margin-right: 0;
}

.recruit-DataSection__item ._subTitle {
  margin-top: 50px;
  margin-bottom: 98px;
  font-size: 21px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.recruit-DataSection__item ._subTitle._big {
  margin-top: 45px;
  margin-bottom: 26px;
  font-size: 24px;
}

.recruit-DataSection__item ._subTitle._itemLengthSubTitle {
  margin-bottom: 19px;
}

.recruit-DataSection__item ._subTitle._itemCostSubTitle {
  margin-bottom: 64px;
}

.recruit-DataSection__item ._subTitle._itemSikakuSubTitle {
  margin-bottom: 32px;
}

.recruit-DataSection__item ._data {
  font-size: 52px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.recruit-DataSection__item ._data._big {
  font-size: 52px;
}

.recruit-DataSection__item ._data ._small {
  font-size: 33px;
  line-height: 1.5;
}

.recruit-DataSection__item ._data ._moveNum {
  color: #68ae28;
}

.recruit-DataSection__item ._barChart {
  width: 94%;
  max-width: 383px;
  margin: 0 auto;
}

.recruit-DataSection__item ._barChart .canvas-container {
  position: relative;
  width: 100%;
  height: 225px;
  overflow: hidden;
  pointer-events: none;
}

.recruit-DataSection__item ._barChart ._underWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 9.5%;
  padding-right: 7%;
}

@media (max-width: 1300px) {
  .recruit-DataSection__item ._barChart ._underWrap {
    padding-left: 12.5%;
  }
}

.recruit-DataSection__item ._barChart ._underWrap ._underNum {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 1300px) {
  .recruit-DataSection__item ._barChart ._underWrap ._underNum {
    font-size: 1.6vw;
  }
}

.recruit-DataSection__item ._barChart ._underWrap ._underNum ._label {
  display: inline-block;
  margin-bottom: 15px;
  color: #68ae28;
  font-size: 15px;
  line-height: 1.2;
  min-height: 36px;
  vertical-align: top;
}

@media (max-width: 1300px) {
  .recruit-DataSection__item ._barChart ._underWrap ._underNum ._label {
    font-size: 1.2vw;
    margin-bottom: 13%;
  }
}

.recruit-DataSection__item ._barChart ._underWrap ._underNum ._moveNum {
  font-size: 36px;
  color: #68ae28;
}

@media (max-width: 1300px) {
  .recruit-DataSection__item ._barChart ._underWrap ._underNum ._moveNum {
    font-size: 3vw;
  }
}

.recruit-DataSection__item ._doughnutChart {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.recruit-DataSection__item ._doughnutChart ._chartLabel {
  position: absolute;
  line-height: 1.1;
}

.recruit-DataSection__item ._doughnutChart ._chartLabel:after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vw;
}

.recruit-DataSection__item ._doughnutChart ._chartLabel._kaigo {
  bottom: -17%;
  right: 13%;
}

.recruit-DataSection__item ._doughnutChart ._chartLabel._kaigo::after {
  top: -22%;
  left: -92%;
  width: 86%;
  background-image: url(../img/recruit_doughnut_bg1.png);
}

.recruit-DataSection__item ._doughnutChart ._chartLabel._jitumu {
  bottom: -17%;
  left: 9%;
}

.recruit-DataSection__item ._doughnutChart ._chartLabel._jitumu::after {
  top: -10%;
  right: -69%;
  width: 74%;
  background-image: url(../img/recruit_doughnut_bg2.png);
}

.recruit-DataSection__item ._doughnutChart ._chartLabel._syonin {
  top: -11%;
  left: 5%;
}

.recruit-DataSection__item ._doughnutChart ._chartLabel._syonin::after {
  top: 55%;
  right: -43%;
  width: 54%;
  background-image: url(../img/recruit_doughnut_bg3.png);
}

.recruit-DataSection__item ._doughnutChart ._chartLabel._other {
  top: -11%;
  right: 10%;
}

.recruit-DataSection__item ._doughnutChart ._chartLabel._other::after {
  top: 10%;
  right: 115%;
  width: 329%;
  background-image: url(../img/recruit_doughnut_bg4.png);
}

.recruit-DataSection__item ._doughnutChart ._chartLabel ._labelTitle {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 1300px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel ._labelTitle {
    font-size: 1.46vw;
  }
}

.recruit-DataSection__item ._doughnutChart ._chartLabel ._labelNum {
  font-size: 17px;
  font-weight: bold;
}

@media (max-width: 1300px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel ._labelNum {
    font-size: 1.7vw;
  }
}

.recruit-DataSection__item ._doughnutChart ._chartLabel ._labelNum ._moveNum {
  font-size: 58px;
  color: #68ae28;
}

@media (max-width: 1300px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel ._labelNum ._moveNum {
    font-size: 4vw;
  }
}

.recruit-DataSection__item ._comment {
  margin-top: 23px;
  color: #68ae28;
  font-size: 16.5px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 959px) {
  .recruit-DataSection__item {
    width: 100%;
    min-height: 300px;
    margin-right: 0;
  }
  .recruit-DataSection__item._itemSogyo {
    background-size: auto 50%;
  }
  .recruit-DataSection__item._itemSumai {
    background-size: auto 70%;
  }
  .recruit-DataSection__item._itemNakama {
    background-size: auto 70%;
  }
  .recruit-DataSection__item._itemLength {
    min-height: 570px;
  }
  .recruit-DataSection__item._itemKyuka {
    background-size: auto 70%;
  }
  .recruit-DataSection__item._itemSikaku {
    min-height: 610px;
  }
  .recruit-DataSection__item._itemCost {
    background-size: auto 70%;
    min-height: 330px;
  }
  .recruit-DataSection__item._width100 {
    width: 100%;
    min-height: 300px;
  }
  .recruit-DataSection__item ._subTitle {
    margin-top: 60px;
    margin-bottom: 35px;
    font-size: 22px;
  }
  .recruit-DataSection__item ._subTitle._big {
    font-size: 26px;
  }
  .recruit-DataSection__item ._subTitle._itemLengthSubTitle {
    margin-bottom: 35px;
  }
  .recruit-DataSection__item ._subTitle._itemSikakuSubTitle {
    margin-bottom: 35px;
  }
  .recruit-DataSection__item ._subTitle._itemCostSubTitle {
    margin-bottom: 15px;
  }
  .recruit-DataSection__item ._data {
    font-size: 56px;
  }
  .recruit-DataSection__item ._data._big {
    font-size: 68px;
  }
  .recruit-DataSection__item ._data ._small {
    font-size: 34px;
  }
  .recruit-DataSection__item ._barChart ._underWrap {
    padding-left: 9.5%;
  }
  .recruit-DataSection__item ._barChart ._underWrap ._underNum {
    font-size: 24px;
  }
  .recruit-DataSection__item ._barChart ._underWrap ._underNum ._label {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .recruit-DataSection__item ._barChart ._underWrap ._underNum ._moveNum {
    font-size: 48px;
  }
  .recruit-DataSection__item ._doughnutChart {
    max-width: 689px;
    margin: 0 auto;
  }
  .recruit-DataSection__item ._doughnutChart ._chartLabel._kaigo {
    bottom: -15%;
    right: 18%;
  }
  .recruit-DataSection__item ._doughnutChart ._chartLabel._jitumu {
    bottom: -15%;
    left: 15%;
  }
  .recruit-DataSection__item ._doughnutChart ._chartLabel._syonin {
    top: -7%;
    left: 10%;
  }
  .recruit-DataSection__item ._doughnutChart ._chartLabel._other {
    top: -7%;
    right: 16%;
  }
  .recruit-DataSection__item ._doughnutChart ._chartLabel ._labelTitle {
    font-size: 18px;
  }
  .recruit-DataSection__item ._doughnutChart ._chartLabel ._labelNum {
    font-size: 24px;
  }
  .recruit-DataSection__item ._doughnutChart ._chartLabel ._labelNum ._moveNum {
    font-size: 58px;
  }
  .recruit-DataSection__item ._comment {
    font-size: 20px;
  }
}

@media screen and (max-width: 749px) {
  .recruit-DataSection__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    margin-bottom: 20px;
  }
  .recruit-DataSection__item._itemLength {
    min-height: 0;
    padding: 40px 0;
  }
  .recruit-DataSection__item._itemSikaku {
    min-height: 0;
    padding: 40px 0 60px;
  }
  .recruit-DataSection__item._itemCost {
    min-height: 200px;
  }
  .recruit-DataSection__item._width100 {
    min-height: 200px;
  }
  .recruit-DataSection__item ._subTitle {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .recruit-DataSection__item ._subTitle._big {
    margin-top: 0;
    font-size: 19px;
  }
  .recruit-DataSection__item ._data {
    font-size: 26px;
  }
  .recruit-DataSection__item ._data._big {
    font-size: 28px;
  }
  .recruit-DataSection__item ._data ._small {
    font-size: 18px;
  }
  .recruit-DataSection__item ._barChart ._underWrap {
    padding-left: 11.5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 749px) and (max-width: 450px) {
  .recruit-DataSection__item ._barChart ._underWrap {
    padding-left: 12.5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 749px) {
  .recruit-DataSection__item ._barChart ._underWrap ._underNum {
    font-size: 3vw;
  }
}

@media screen and (max-width: 749px) and (max-width: 450px) {
  .recruit-DataSection__item ._barChart ._underWrap ._underNum {
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 749px) {
  .recruit-DataSection__item ._barChart ._underWrap ._underNum ._label {
    margin-bottom: 0;
    font-size: 15px;
    min-height: 48px;
  }
}

@media screen and (max-width: 749px) and (max-width: 450px) {
  .recruit-DataSection__item ._barChart ._underWrap ._underNum ._label {
    font-size: 3.3vw;
    min-height: 36px;
  }
}

@media screen and (max-width: 749px) {
  .recruit-DataSection__item ._barChart ._underWrap ._underNum ._moveNum {
    font-size: 5vw;
  }
}

@media screen and (max-width: 749px) and (max-width: 450px) {
  .recruit-DataSection__item ._barChart ._underWrap ._underNum ._moveNum {
    font-size: 6.8vw;
  }
}

@media screen and (max-width: 749px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel._kaigo {
    bottom: -11%;
    right: 16%;
  }
}

@media screen and (max-width: 749px) and (max-width: 450px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel._kaigo {
    bottom: -16%;
    right: 7%;
  }
}

@media screen and (max-width: 749px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel._jitumu {
    bottom: -11%;
    left: 12%;
  }
}

@media screen and (max-width: 749px) and (max-width: 450px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel._jitumu {
    bottom: -16%;
    left: 5%;
  }
}

@media screen and (max-width: 749px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel._syonin {
    top: -4%;
    left: 10%;
  }
}

@media screen and (max-width: 749px) and (max-width: 450px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel._syonin {
    top: -15%;
    left: 3%;
  }
}

@media screen and (max-width: 749px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel._other {
    top: -4%;
    right: 17%;
  }
}

@media screen and (max-width: 749px) and (max-width: 450px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel._other {
    top: -15%;
    right: 7%;
  }
}

@media screen and (max-width: 749px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel ._labelTitle {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 749px) and (max-width: 450px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel ._labelTitle {
    font-size: calc(0.034 * (100vw - 40px));
  }
}

@media screen and (max-width: 749px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel ._labelNum {
    font-size: 2.7vw;
  }
}

@media screen and (max-width: 749px) and (max-width: 450px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel ._labelNum {
    font-size: calc(0.038 * (100vw - 40px));
  }
}

@media screen and (max-width: 749px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel ._labelNum ._moveNum {
    font-size: 5.4vw;
  }
}

@media screen and (max-width: 749px) and (max-width: 450px) {
  .recruit-DataSection__item ._doughnutChart ._chartLabel ._labelNum ._moveNum {
    font-size: calc(0.092 * (100vw - 40px));
  }
}

@media screen and (max-width: 749px) {
  .recruit-DataSection__item ._comment {
    margin-top: 15px;
    font-size: 16px;
  }
}

.recruit-infoSection {
  background-image: url(../img/recruit_info_section_bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 131px;
  margin-bottom: 49px;
}

@media screen and (max-width: 959px) {
  .recruit-infoSection {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 749px) {
  .recruit-infoSection {
    padding-bottom: 60px;
    margin-bottom: 80px;
  }
}

.recruit-infoSection__contents {
  max-width: 1080px;
  margin: 68px auto 0;
}

@media screen and (max-width: 749px) {
  .recruit-infoSection__contents {
    margin-top: 30px;
  }
}

.recruit-infoSection__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 10px;
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 27px;
}

.recruit-infoSection__row ._leftItem {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  padding: 11px 21px;
  background-color: #828282;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "yugothic-r";
}

.recruit-infoSection__row ._rightItem {
  flex: 1;
  padding: 7.5px 19px 0;
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 500;
  font-family: "yugothic-r";
}

@media screen and (max-width: 749px) {
  .recruit-infoSection__row {
    display: block;
    padding-bottom: 16px;
    margin-bottom: 0;
  }
  .recruit-infoSection__row ._leftItem {
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
  }
  .recruit-infoSection__row ._rightItem {
    flex: 1;
    padding: 16px 10px 0;
    font-size: 17px;
  }
}

.recruit-infoSection__comment {
  max-width: 1080px;
  margin: 0 auto;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 749px) {
  .recruit-infoSection__comment {
    font-size: 17px;
  }
}

.recruit-IntroSection {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 749px) {
  .recruit-IntroSection {
    display: block;
  }
}

.recruit-IntroSection__flexItem {
  width: 50%;
}

.recruit-IntroSection__flexItem ._imgBox {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.recruit-IntroSection__flexItem ._imgBox img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}

@media screen and (max-width: 749px) {
  .recruit-IntroSection__flexItem {
    width: 100%;
  }
}

.recruit-Mainimg {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../img/recruit_mainimg_new.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.recruit-Mainimg ._text {
  position: absolute;
  top: 4%;
  left: 75px;
  width: 140px;
  height: 19px;
  pointer-events: none;
}

.recruit-Mainimg ._challenge {
  position: absolute;
  top: 50%;
  left: -87px;
  transform: translateY(-50%);
  max-width: 1124px;
  height: 392px;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .recruit-Mainimg ._text {
    left: 56px;
  }
  .recruit-Mainimg ._challenge {
    left: -52.2px;
    max-width: 674.4px;
    height: 235.2px;
  }
}

@media screen and (max-width: 959px) {
  .recruit-Mainimg {
    height: calc(100vh - 80px);
  }
}

@media screen and (max-width: 749px) {
  .recruit-Mainimg {
    height: calc(100vh - 60px);
  }
}

@media (max-width: 680px) {
  .recruit-Mainimg ._text {
    left: 30px;
  }
  .recruit-Mainimg ._challenge {
    left: -34.8px;
    max-width: 449.6px;
    height: 156.8px;
  }
}

@media (max-width: 460px) {
  .recruit-Mainimg ._text {
    width: 116.66px;
    height: 15.83px;
  }
  .recruit-Mainimg ._challenge {
    left: -22px;
    max-width: 281px;
    height: 98px;
  }
}

.recruit-SupportSection {
  margin-bottom: 120px;
}

@media screen and (max-width: 749px) {
  .recruit-SupportSection {
    margin-bottom: 80px;
  }
}

.recruit-SupportSection__titleImg {
  max-width: 977px;
  margin: 0 auto 45px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.recruit-SupportSection__titleImg img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.recruit-SupportSection__contents {
  max-width: 1080px;
  padding: 28.5px;
  margin: 45px auto 71px;
  border: solid 2px #68ae28;
}

@media screen and (max-width: 959px) {
  .recruit-SupportSection__contents {
    padding: 30px;
  }
}

@media screen and (max-width: 749px) {
  .recruit-SupportSection__contents {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
  }
}

.recruit-SupportSection__item {
  margin-bottom: 23px;
}

.recruit-SupportSection__item:last-child {
  margin-bottom: 0;
}

.recruit-SupportSection__item ._subTitle {
  padding: 19.5px 20px;
  background-color: #54a201;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.recruit-SupportSection__item ._text {
  padding: 22.5px 20px;
  background-color: #eeeeee;
  color: #444444;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.075em;
}

.recruit-SupportSection__item ._text ._small {
  font-size: 18px;
}

@media screen and (max-width: 959px) {
  .recruit-SupportSection__item:last-child {
    margin-bottom: 0;
  }
  .recruit-SupportSection__item ._subTitle {
    padding: 18px 17px;
    font-size: 27px;
  }
  .recruit-SupportSection__item ._text {
    font-size: 20px;
  }
  .recruit-SupportSection__item ._text ._small {
    font-size: 17px;
  }
}

@media screen and (max-width: 749px) {
  .recruit-SupportSection__item {
    margin-bottom: 15px;
  }
  .recruit-SupportSection__item:last-child {
    margin-bottom: 0;
  }
  .recruit-SupportSection__item ._subTitle {
    padding: 13px 14px;
    font-size: 20px;
  }
  .recruit-SupportSection__item ._text {
    padding: 15px 14px;
    font-size: 18px;
  }
  .recruit-SupportSection__item ._text ._small {
    font-size: 16px;
  }
}

.recruit-SupportSection__button {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit-SystemSection {
  margin-bottom: 120px;
}

@media screen and (max-width: 959px) {
  .recruit-SystemSection {
    margin-bottom: 80px;
  }
}

.recruit-SystemSection__title {
  max-width: 987px;
  margin: 0 auto 75px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.recruit-SystemSection__title img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

@media screen and (max-width: 959px) {
  .recruit-SystemSection__title {
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 959px) {
  .recruit-SystemSection__title {
    margin: 0 auto 30px;
  }
}

.recruit-SystemSection__contents {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
}

.recruit-SystemSection__item {
  width: 48.3871%;
  padding: 37px 40px 50px;
  margin-right: 3.22581%;
  margin-bottom: 3.22581%;
}

.recruit-SystemSection__item:nth-child(2n) {
  margin-right: 0;
}

.recruit-SystemSection__item ._subTitle {
  margin-bottom: 20px;
  color: #2b2b2b;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: 0.075em;
  font-weight: bold;
}

.recruit-SystemSection__item ._text {
  color: #444;
  font-size: 22px;
  line-height: 1.77;
  letter-spacing: 0.075em;
  font-weight: 500;
}

.recruit-SystemSection__item ._text ._small {
  font-size: 18px;
}

@media screen and (max-width: 959px) {
  .recruit-SystemSection__item ._subTitle {
    font-size: 26px;
  }
  .recruit-SystemSection__item ._text {
    font-size: 18px;
  }
  .recruit-SystemSection__item ._text ._small {
    font-size: 16px;
  }
}

@media screen and (max-width: 749px) {
  .recruit-SystemSection__item {
    width: 100%;
    padding: 15px 10px 20px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .recruit-SystemSection__item:last-child {
    margin-bottom: 0;
  }
  .recruit-SystemSection__item ._subTitle {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .recruit-SystemSection__item ._text {
    font-size: 16px;
  }
  .recruit-SystemSection__item ._text ._small {
    font-size: 15px;
  }
}

.recruit-UnderConcept__flexWrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.recruit-UnderConcept__flexWrap ._imgBox {
  width: 20%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.recruit-UnderConcept__flexWrap ._imgBox img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}

.recruit-VisionsSection {
  margin-bottom: 155px;
}

@media screen and (max-width: 959px) {
  .recruit-VisionsSection {
    margin-bottom: 80px;
  }
}

.recruit-VisionsSection__block {
  max-width: 1240px;
  margin: 0 auto 90px;
}

.recruit-VisionsSection__block:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .recruit-VisionsSection__block {
    margin: 0 auto 75px;
  }
  .recruit-VisionsSection__block:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 749px) {
  .recruit-VisionsSection__block {
    margin: 0 auto 45px;
  }
  .recruit-VisionsSection__block:last-child {
    margin-bottom: 0;
  }
}

.recruit-VisionsSection__blockTitle {
  padding-left: 85px;
  padding-top: 15px;
  margin-bottom: 40px;
  background-image: url(../img/clover.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  line-height: 40px;
}

.recruit-VisionsSection__blockTitle ._line {
  display: inline-block;
  border-bottom: solid 2px #cccccc;
  min-width: 280px;
}

.recruit-VisionsSection__blockTitle .__j {
  display: inline-block;
  color: #2b2b2b;
  font-size: 38px;
  letter-spacing: 0.075em;
  font-weight: bold;
}

.recruit-VisionsSection__blockTitle .__e {
  display: inline-block;
  margin-left: 20px;
  color: #68ae28;
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .recruit-VisionsSection__blockTitle {
    padding-left: 75px;
    line-height: 34px;
  }
  .recruit-VisionsSection__blockTitle ._line {
    min-width: 232px;
  }
  .recruit-VisionsSection__blockTitle .__j {
    font-size: 32px;
  }
  .recruit-VisionsSection__blockTitle .__e {
    margin-left: 16px;
    font-size: 18px;
  }
}

@media screen and (max-width: 959px) {
  .recruit-VisionsSection__blockTitle {
    padding-left: 60px;
    padding-top: 10px;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .recruit-VisionsSection__blockTitle ._line {
    min-width: 168px;
  }
  .recruit-VisionsSection__blockTitle .__j {
    font-size: 20px;
  }
  .recruit-VisionsSection__blockTitle .__e {
    margin-left: 10px;
    font-size: 13px;
  }
}

.recruit-VisionsSection__blockContent {
  padding: 40px;
}

.recruit-VisionsSection__blockContent ._flexWrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.recruit-VisionsSection__blockContent ._flexWrap ._leftItem {
  width: 46.55172%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.recruit-VisionsSection__blockContent ._flexWrap ._leftItem img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.recruit-VisionsSection__blockContent ._flexWrap ._rightItem {
  width: 53.44828%;
  padding-left: 10px;
  color: #444444;
  font-size: 32px;
  line-height: 1.56;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-align: center;
}

.recruit-VisionsSection__blockContent ._mainText {
  padding: 35px;
  background-color: #fff;
  color: #444444;
  font-size: 19px;
  line-height: 1.79;
  font-weight: 500;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 959px) {
  .recruit-VisionsSection__blockContent {
    padding: 30px;
  }
  .recruit-VisionsSection__blockContent ._flexWrap ._rightItem {
    padding-left: 4px;
    font-size: 2.7vw;
  }
  .recruit-VisionsSection__blockContent ._mainText {
    font-size: 17px;
  }
}

@media screen and (max-width: 749px) {
  .recruit-VisionsSection__blockContent {
    padding: 15px;
  }
  .recruit-VisionsSection__blockContent ._flexWrap {
    display: block;
    margin-bottom: 15px;
  }
  .recruit-VisionsSection__blockContent ._flexWrap ._leftItem {
    width: 100%;
    margin-bottom: 15px;
  }
  .recruit-VisionsSection__blockContent ._flexWrap ._rightItem {
    width: 100%;
    padding-left: 0;
    font-size: 18px;
  }
  .recruit-VisionsSection__blockContent ._mainText {
    padding: 15px;
    font-size: 16px;
  }
}

.recruit-VoiceSection {
  padding-top: 180px;
  margin-bottom: 180px;
}

@media screen and (max-width: 749px) {
  .recruit-VoiceSection {
    padding-top: 140px;
    margin-bottom: 140px;
  }
}

.recruit-VoiceSection__titleImg {
  max-width: 1270px;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.recruit-VoiceSection__titleImg img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.recruit-VoiceSection__contents {
  max-width: 1080px;
  margin: 53px auto 0;
}

@media screen and (max-width: 749px) {
  .recruit-VoiceSection__contents {
    margin-top: 30px;
  }
}

.recruit-VoiceSection__item {
  padding: 30px;
  border: solid 2px #68ae28;
  margin-bottom: 30px;
}

.recruit-VoiceSection__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .recruit-VoiceSection__item {
    padding: 30px;
  }
  .recruit-VoiceSection__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 749px) {
  .recruit-VoiceSection__item {
    padding: 15px;
  }
  .recruit-VoiceSection__item:last-child {
    margin-bottom: 0;
  }
}

.recruit-VoiceSection__itemHead {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.recruit-VoiceSection__itemHead ._imgBox {
  flex-shrink: 0;
  width: 148px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.recruit-VoiceSection__itemHead ._imgBox img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.recruit-VoiceSection__itemHead ._text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 575px;
  padding: 28px 10px;
  margin-left: 28px;
  background-color: #68ae28;
  color: #fff;
  font-size: 27px;
  line-height: 1.27;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .recruit-VoiceSection__itemHead ._text {
    padding: 24px 15px;
    font-size: 26px;
  }
}

@media screen and (max-width: 749px) {
  .recruit-VoiceSection__itemHead {
    flex-wrap: wrap;
    justify-content: center;
  }
  .recruit-VoiceSection__itemHead ._imgBox {
    width: 100%;
    max-width: 197px;
  }
  .recruit-VoiceSection__itemHead ._text {
    width: 100%;
    height: auto;
    padding: 12px 15px;
    margin: 0;
    font-size: 18px;
  }
}

.recruit-VoiceSection__itemBody {
  padding: 26px;
  margin-top: 30px;
  background-color: #eeeeee;
}

.recruit-VoiceSection__itemBody ._subTitle {
  margin-bottom: 15px;
  color: #68ae28;
  font-size: 22.5px;
  line-height: 1.33;
  letter-spacing: 0.075em;
  font-weight: bold;
}

.recruit-VoiceSection__itemBody ._text {
  margin-bottom: 37px;
  color: #444444;
  font-size: 18px;
  line-height: 1.79;
  letter-spacing: 0.075em;
  font-weight: 500;
}

.recruit-VoiceSection__itemBody ._text:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .recruit-VoiceSection__itemBody ._subTitle {
    font-size: 26px;
  }
  .recruit-VoiceSection__itemBody ._text {
    font-size: 16px;
  }
}

@media screen and (max-width: 749px) {
  .recruit-VoiceSection__itemBody {
    padding: 15px;
    margin-top: 15px;
  }
  .recruit-VoiceSection__itemBody ._subTitle {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .recruit-VoiceSection__itemBody ._text {
    margin-bottom: 25px;
    font-size: 15px;
  }
}

.recruitTop-Main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 975px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 90px 0 105px;
}

@media screen and (max-width: 959px) {
  .recruitTop-Main {
    padding: 50px 0 105px;
  }
}

@media screen and (max-width: 749px) {
  .recruitTop-Main {
    display: block;
    width: 100%;
    padding: 50px 0 70px;
  }
}

.recruitTop-Main__item {
  width: calc(50% - 8.25px);
}

.recruitTop-Main__item ._btn {
  display: block;
  width: 100%;
  overflow: hidden;
}

.recruitTop-Main__item ._btn img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}

.recruitTop-Main__item ._btn:hover img {
  transform: scale(1.15);
}

.recruitTop-Main__item ._text {
  padding: 10px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.recruitTop-Main__item ._text .__j {
  font-size: 22.5px;
}

@media screen and (max-width: 959px) {
  .recruitTop-Main__item {
    width: calc(50% - 11px);
  }
  .recruitTop-Main__item ._text {
    padding: 17px 10px;
  }
  .recruitTop-Main__item ._text .__j {
    font-size: 20px;
  }
}

@media screen and (max-width: 749px) {
  .recruitTop-Main__item {
    width: 88%;
    margin-bottom: 5vw;
    margin-right: auto;
    margin-left: 0;
  }
  .recruitTop-Main__item ._text {
    padding-left: 20px;
    text-align: left;
  }
  .recruitTop-Main__item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }
  .recruitTop-Main__item:nth-child(2n) ._text {
    padding-right: 20px;
    text-align: right;
  }
}

.service-MainSection {
  margin-bottom: 190px;
  margin-top: -160px;
  padding-top: 160px;
}

.service-MainSection .SectionTitle {
  margin-top: -160px;
  padding-top: 160px;
}

@media screen and (max-width: 959px) {
  .service-MainSection {
    margin-top: -95px;
    padding-top: 95px;
  }
  .service-MainSection .SectionTitle {
    margin-top: -95px;
    padding-top: 95px;
  }
}

@media screen and (max-width: 749px) {
  .service-MainSection {
    margin-bottom: 80px;
  }
}

.service-MainSection__head {
  padding-top: 165px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  text-align: center;
  letter-spacing: 0.075em;
}

.service-MainSection__head._careSectionHead {
  margin-top: 120px;
  background-image: url(../img/service_care_main.png?20220310v1);
}

.service-MainSection__head._nursingSectionHead {
  background-image: url(../img/service_nursing_main.png?20211220v1);
}

.service-MainSection__head._mealSectionHead {
  background-image: url(../img/service_meal_main.png?20220221v1);
}

.service-MainSection__head._recreationSectionHead {
  background-image: url(../img/service_recreation_main.png?20220310v1);
}

.service-MainSection__head ._subTitle {
  margin-bottom: 165px;
  font-size: 80px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 15px #000;
}

.service-MainSection__head ._greenText {
  margin-bottom: 20px;
  color: #68ae28;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
}

.service-MainSection__head ._mainText {
  color: #444;
  font-size: 24px;
  line-height: 1.85;
  font-weight: bold;
}

@media screen and (max-width: 1479px) {
  .service-MainSection__head {
    padding-top: 12%;
  }
  .service-MainSection__head ._subTitle {
    margin-bottom: 12%;
  }
}

@media screen and (max-width: 959px) {
  .service-MainSection__head {
    padding-bottom: 60px;
  }
  .service-MainSection__head._careSectionHead {
    margin-top: 80px;
  }
  .service-MainSection__head ._subTitle {
    font-size: 50px;
  }
  .service-MainSection__head ._greenText {
    font-size: 28px;
  }
  .service-MainSection__head ._mainText {
    font-size: 18px;
  }
}

@media screen and (max-width: 749px) {
  .service-MainSection__head {
    padding-bottom: 40px;
  }
  .service-MainSection__head ._subTitle {
    font-size: 28px;
  }
  .service-MainSection__head ._greenText {
    font-size: 20px;
  }
  .service-MainSection__head ._mainText {
    font-size: 15px;
  }
}

.service-MainSection__body {
  padding: 40px;
  background-color: #eeeeee;
}

@media screen and (max-width: 959px) {
  .service-MainSection__body {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 749px) {
  .service-MainSection__body {
    padding: 20px 15px;
  }
}

.service-MainSection__flexWrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.service-MainSection__flexWrap._recreationFlexWrap {
  padding-bottom: 29%;
  background-image: url(../img/service_recreation_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.service-MainSection__flexWrap ._flexItem {
  width: 31.32353%;
  margin-right: 3.01471%;
  background-color: #fff;
}

.service-MainSection__flexWrap ._flexItem:last-child {
  margin-right: 0;
}

.service-MainSection__flexWrap ._flexItem ._imgBox {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.service-MainSection__flexWrap ._flexItem ._imgBox img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.service-MainSection__flexWrap ._flexItem ._textBox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 10px;
  color: #68ae28;
  font-size: 21px;
  letter-spacing: 0.075em;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .service-MainSection__flexWrap {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
  .service-MainSection__flexWrap._recreationFlexWrap {
    padding-bottom: 33%;
    background-size: contain;
  }
  .service-MainSection__flexWrap ._flexItem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .service-MainSection__flexWrap ._flexItem:last-child {
    margin-bottom: 0;
  }
  .service-MainSection__flexWrap ._flexItem ._textBox {
    padding: 20px 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 749px) {
  .service-MainSection__flexWrap._recreationFlexWrap {
    padding-bottom: 38%;
  }
  .service-MainSection__flexWrap ._flexItem {
    margin-bottom: 15px;
  }
  .service-MainSection__flexWrap ._flexItem:last-child {
    margin-bottom: 0;
  }
  .service-MainSection__flexWrap ._flexItem ._textBox {
    padding: 10px 5px;
    font-size: 15px;
  }
}

.service-MainSection__specialMenu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 50px;
  margin-top: 40px;
  background-color: #fff;
}

.service-MainSection__specialMenu ._leftItem {
  width: 54.41176%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.service-MainSection__specialMenu ._leftItem img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.service-MainSection__specialMenu ._leftItem img._spTabImg {
  display: none;
}

.service-MainSection__specialMenu ._rightItem {
  width: 45.73529%;
  padding-top: 5.14706%;
  color: #2b2b2b;
  background-image: url(../img/service_meal_special_bg.png);
  background-repeat: no-repeat;
  background-size: 238px 238px;
  background-position: right top;
}

.service-MainSection__specialMenu ._rightItem ._subTitle {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", 
 "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
 "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3",
 Georgia,
 "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",
 serif;
}

.service-MainSection__specialMenu ._rightItem ._subTitle ._bigRed {
  color: #c41c2b;
  font-size: 50px;
}

.service-MainSection__specialMenu ._rightItem ._text {
  padding-right: 11.25402%;
  margin-bottom: 55px;
  font-size: 22px;
  line-height: 1.85;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.service-MainSection__specialMenu ._rightItem ._kisetu {
  position: relative;
  border: solid 1px #95bf71;
  margin-right: 11.25402%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.service-MainSection__specialMenu ._rightItem ._kisetu ._kisetuTitle {
  position: absolute;
  top: -20px;
  left: 25px;
  width: 85%;
  max-width: 300px;
  padding: 10px;
  background-color: #95bf71;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 700;
  text-align: center;
}

.service-MainSection__specialMenu ._rightItem ._kisetu ._kisetuMenus {
  padding: 35px 25px 25px;
}

.service-MainSection__specialMenu ._rightItem ._kisetu ._kisetuMenus ._kisetuFlexRow {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 700;
}

.service-MainSection__specialMenu ._rightItem ._kisetu ._kisetuMenus ._kisetuFlexRow:last-child {
  margin-bottom: 0;
}

.service-MainSection__specialMenu ._rightItem ._kisetu ._kisetuMenus ._kisetuFlexRow ._leftMenu {
  width: 55%;
  padding-right: 15px;
}

.service-MainSection__specialMenu ._rightItem ._kisetu ._kisetuMenus ._kisetuFlexRow ._rightMenu {
  width: 45%;
}

.service-MainSection__specialMenu ._rightItem ._text2 {
  padding-right: 11.25402%;
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.85;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", 
 "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
 "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3",
 Georgia,
 "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",
 serif;
}

.service-MainSection__specialMenu ._rightItem ._text2 ._bold {
  font-size: 26px;
  color: #c41c2b;
  font-weight: 700;
}

@media screen and (max-width: 959px) {
  .service-MainSection__specialMenu {
    display: block;
    max-width: 600px;
    margin: 40px auto 0;
  }
  .service-MainSection__specialMenu ._leftItem {
    width: 100%;
  }
  .service-MainSection__specialMenu ._leftItem img._pcImg {
    display: none;
  }
  .service-MainSection__specialMenu ._leftItem img._spTabImg {
    display: inline;
  }
  .service-MainSection__specialMenu ._rightItem {
    width: 100%;
    padding: 10px 20px;
    margin-top: 20px;
    background-size: 128px 128px;
  }
  .service-MainSection__specialMenu ._rightItem ._subTitle {
    font-size: 26px;
  }
  .service-MainSection__specialMenu ._rightItem ._subTitle ._bigRed {
    font-size: 40px;
  }
  .service-MainSection__specialMenu ._rightItem ._text {
    padding-right: 0;
    font-size: 17px;
  }
  .service-MainSection__specialMenu ._rightItem ._kisetu {
    margin-right: 0;
  }
  .service-MainSection__specialMenu ._rightItem ._kisetu ._kisetuTitle {
    font-size: 18px;
  }
  .service-MainSection__specialMenu ._rightItem ._kisetu ._kisetuMenus ._kisetuFlexRow {
    font-size: 16px;
  }
  .service-MainSection__specialMenu ._rightItem ._text2 {
    padding-right: 0;
    font-size: 17px;
  }
  .service-MainSection__specialMenu ._rightItem ._text2 ._bold {
    font-size: 20px;
  }
}

@media screen and (max-width: 749px) {
  .service-MainSection__specialMenu {
    margin: 15px auto 0;
    padding-bottom: 0;
  }
  .service-MainSection__specialMenu ._rightItem {
    padding: 10px 8px 20px;
    margin-top: 20px;
    background-size: 90px 90px;
  }
  .service-MainSection__specialMenu ._rightItem ._subTitle {
    font-size: 20px;
  }
  .service-MainSection__specialMenu ._rightItem ._subTitle ._bigRed {
    font-size: 24px;
  }
  .service-MainSection__specialMenu ._rightItem ._text {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .service-MainSection__specialMenu ._rightItem ._kisetu ._kisetuTitle {
    font-size: 16px;
    transform: translateX(-50%);
    left: 50%;
  }
  .service-MainSection__specialMenu ._rightItem ._kisetu ._kisetuMenus {
    padding: 35px 15px 25px;
  }
  .service-MainSection__specialMenu ._rightItem ._kisetu ._kisetuMenus ._kisetuFlexRow {
    font-size: 13px;
  }
  .service-MainSection__specialMenu ._rightItem ._kisetu ._kisetuMenus ._kisetuFlexRow ._leftMenu {
    width: 60%;
    padding-right: 10px;
  }
  .service-MainSection__specialMenu ._rightItem ._kisetu ._kisetuMenus ._kisetuFlexRow ._rightMenu {
    width: 40%;
  }
  .service-MainSection__specialMenu ._rightItem ._text2 {
    margin-top: 20px;
    font-size: 15px;
  }
  .service-MainSection__specialMenu ._rightItem ._text2 ._bold {
    font-size: 18px;
  }
}

.stepCare-Contents {
  margin-top: 120px;
  margin-bottom: 200px;
  background-image: url(../img/stepcare_contents_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 140px;
}

@media (max-width: 1200px) {
  .stepCare-Contents {
    background-position: center 200px !important;
  }
}

@media screen and (max-width: 959px) {
  .stepCare-Contents {
    margin-top: 50px;
    margin-bottom: 70px;
    background-position: center 155px !important;
  }
}

@media screen and (max-width: 749px) {
  .stepCare-Contents {
    background-position: center 10px !important;
  }
}

.stepCare-Contents__flexWrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

@media (max-width: 1200px) {
  .stepCare-Contents__flexWrap {
    display: block;
  }
}

.stepCare-Contents__anchorLink {
  display: none;
}

@media screen and (max-width: 749px) {
  .stepCare-Contents__anchorLink {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto 50px;
  }
  .stepCare-Contents__anchorLink ._link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
    border: solid 1px #68ae28;
    background-color: #68ae28;
    color: #fff;
    font-size: 14px;
    line-height: 1.33;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
  }
  .stepCare-Contents__anchorLink ._link:nth-child(2n) {
    margin-right: 0;
  }
  .stepCare-Contents__anchorLink ._link:hover {
    background-color: #fff;
    color: #68ae28;
  }
}

.stepCare-Contents__mainBlock {
  flex: 1;
}

.stepCare-Contents__mainBlock ._headImg {
  position: relative;
  max-width: 600px;
  margin: 0 auto 125px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.stepCare-Contents__mainBlock ._headImg img {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.stepCare-Contents__mainBlock ._headImg ._linkBtn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  min-height: 96px;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s;
}

.stepCare-Contents__mainBlock ._headImg ._linkBtn:hover {
  opacity: 0.7;
}

.stepCare-Contents__mainBlock ._headImg ._linkBtn._btn1 {
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #68ae28;
}

.stepCare-Contents__mainBlock ._headImg ._linkBtn._btn2 {
  top: 27%;
  left: 80%;
  background-color: #76b525;
}

.stepCare-Contents__mainBlock ._headImg ._linkBtn._btn3 {
  top: 60%;
  left: 80%;
  background-color: #76b525;
  text-align: left;
}

.stepCare-Contents__mainBlock ._headImg ._linkBtn._btn4 {
  background-color: #8fc41c;
  top: 84%;
  left: 50%;
  transform: translateX(-50%);
}

.stepCare-Contents__mainBlock ._headImg ._linkBtn._btn5 {
  top: 60%;
  left: -24%;
  background-color: #bad600;
}

.stepCare-Contents__mainBlock ._headImg ._linkBtn._btn6 {
  top: 27%;
  left: -24%;
  background-color: #c3d600;
}

.stepCare-Contents__mainBlock ._headImg ._linkBtn div {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.stepCare-Contents__mainBlock ._headImg ._linkBtn div span {
  font-size: 14px;
}

@media screen and (max-width: 959px) {
  .stepCare-Contents__mainBlock ._headImg {
    max-width: 500px;
    margin: 0 auto 100px;
  }
  .stepCare-Contents__mainBlock ._headImg ._linkBtn {
    width: 240px;
    min-height: 80px;
  }
  .stepCare-Contents__mainBlock ._headImg ._linkBtn._btn2 {
    left: 73%;
  }
  .stepCare-Contents__mainBlock ._headImg ._linkBtn._btn3 {
    left: 73%;
  }
  .stepCare-Contents__mainBlock ._headImg ._linkBtn._btn5 {
    left: -20%;
  }
  .stepCare-Contents__mainBlock ._headImg ._linkBtn._btn6 {
    left: -20%;
  }
  .stepCare-Contents__mainBlock ._headImg ._linkBtn div {
    font-size: 16px;
  }
  .stepCare-Contents__mainBlock ._headImg ._linkBtn div span {
    font-size: 13px;
  }
}

@media screen and (max-width: 749px) {
  .stepCare-Contents__mainBlock ._headImg {
    display: none;
  }
}

.stepCare-Contents__anchorPoint {
  margin-top: -140px;
  padding-top: 140px;
}

@media screen and (max-width: 959px) {
  .stepCare-Contents__anchorPoint {
    margin-top: -80px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 749px) {
  .stepCare-Contents__anchorPoint {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.stepCare-Contents__content {
  position: relative;
  width: 100%;
  height: 700px;
  margin-bottom: 140px;
  background-image: url(../img/step_care_operation.jpg?v2);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

.stepCare-Contents__content ._textBox {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 590px;
  height: 600px;
  padding-top: 40px;
  padding-left: 35px;
  padding-right: 42px;
  border-left: solid 7px #68ae28;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-image: url(../img/step_care_mainBlock_bg.png);
  background-repeat: no-repeat;
  background-size: 144px 146px;
  background-position: right top;
}

.stepCare-Contents__content ._textBox ._subTitle {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.stepCare-Contents__content ._textBox ._subTitle .__j {
  color: #2b2b2b;
  font-size: 40px;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.075em;
  padding-bottom: 13px;
  background-image: url(../img/step_care_title_underline.png);
  background-repeat: no-repeat;
  background-size: auto 12px;
  background-position: left bottom;
}

.stepCare-Contents__content ._textBox ._subTitle .__e {
  padding-top: 15px;
  padding-left: 10px;
  color: #508e0d;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 500;
}

.stepCare-Contents__content ._textBox ._mainText {
  font-size: 26px;
  line-height: 1.54;
  letter-spacing: 0.075em;
  font-weight: bold;
  padding: 20px 43px;
  margin-bottom: 25px;
  background-color: #68ae28;
  color: #fff;
  text-align: center;
}

.stepCare-Contents__content ._textBox ._subText {
  color: #2b2b2b;
  font-size: 18px;
  letter-spacing: 0.075em;
  padding-right: 0;
  line-height: 2;
  font-weight: bold;
}

.stepCare-Contents__content ._textBox ._link {
  width: 290px;
  max-width: 100%;
  margin-left: auto;
}

.stepCare-Contents__content ._textBox ._link .GeneralButton {
  font-size: 18px;
}

.stepCare-Contents__content._even {
  background-position: right center;
}

.stepCare-Contents__content._even ._textBox {
  right: auto;
  left: 0;
}

.stepCare-Contents__content:last-child {
  margin-bottom: 0;
}

.stepCare-Contents__content#homecare {
  background-image: url(../img/step_care_homecare.jpg);
}

.stepCare-Contents__content#caresupport {
  background-image: url(../img/step_care_caresupport.jpg);
}

.stepCare-Contents__content#tools {
  background-image: url(../img/step_care_tools.jpg);
}

.stepCare-Contents__content#consulting {
  background-image: url(../img/step_care_consulting.jpg);
}

.stepCare-Contents__content#consulting ._textBox ._subTitle {
  flex-wrap: wrap;
}

.stepCare-Contents__content#consulting ._textBox ._subTitle .__e {
  padding: 0;
  margin-left: auto;
  margin-right: 120px;
}

.stepCare-Contents__content#support {
  background-image: url(../img/step_care_support.jpg);
}

@media screen and (max-width: 959px) {
  .stepCare-Contents__content {
    height: auto;
    margin-bottom: 100px;
    background: none;
  }
  .stepCare-Contents__content ._spTab-Img img {
    width: 100%;
    height: auto;
  }
  .stepCare-Contents__content ._textBox {
    position: static;
    top: auto;
    right: auto;
    transform: translateY(0);
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    background-size: 115px 117px;
  }
  .stepCare-Contents__content ._textBox ._subTitle .__j {
    background-size: auto 10px;
    font-size: 28px;
  }
  .stepCare-Contents__content ._textBox ._subTitle .__e {
    padding-top: 8px;
    font-size: 18px;
  }
  .stepCare-Contents__content ._textBox ._mainText {
    font-size: 20px;
  }
  .stepCare-Contents__content ._textBox ._subText {
    font-size: 17px;
  }
  .stepCare-Contents__content._even {
    background: none;
  }
  .stepCare-Contents__content._even ._textBox {
    right: auto;
    left: auto;
  }
  .stepCare-Contents__content:last-child {
    margin-bottom: 0;
  }
  .stepCare-Contents__content#homecare, .stepCare-Contents__content#caresupport, .stepCare-Contents__content#tools, .stepCare-Contents__content#support {
    background: none;
  }
  .stepCare-Contents__content#consulting {
    background: none;
  }
  .stepCare-Contents__content#consulting ._textBox ._subTitle .__e {
    padding-top: 8px;
    padding-left: 10px;
    margin: 0;
  }
}

@media screen and (max-width: 749px) {
  .stepCare-Contents__content {
    margin-bottom: 50px;
  }
  .stepCare-Contents__content ._textBox {
    padding-left: 15px;
    padding-right: 22px;
    padding-bottom: 40px;
    background-size: 72px 73px;
  }
  .stepCare-Contents__content ._textBox ._subTitle .__j {
    background-size: auto 7px;
    font-size: 20px;
  }
  .stepCare-Contents__content ._textBox ._subTitle .__e {
    padding-right: 10px;
    font-size: 13px;
  }
  .stepCare-Contents__content ._textBox ._mainText {
    font-size: 16px;
    padding: 10px 15px;
  }
  .stepCare-Contents__content ._textBox ._subText {
    padding-right: 15px;
  }
  .stepCare-Contents__content ._textBox ._link {
    width: 200px;
  }
  .stepCare-Contents__content ._textBox ._link .GeneralButton {
    font-size: 16px;
    min-width: 200px;
  }
  .stepCare-Contents__content._even {
    background: none;
  }
  .stepCare-Contents__content._even ._textBox {
    right: auto;
    left: auto;
  }
  .stepCare-Contents__content:last-child {
    margin-bottom: 0;
  }
  .stepCare-Contents__content#consulting {
    background: none;
  }
  .stepCare-Contents__content#consulting ._textBox ._subTitle {
    flex-wrap: nowrap;
  }
  .stepCare-Contents__content#consulting ._textBox ._subTitle .__e {
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
  }
}

.top-FootingMenu {
  position: relative;
  background-image: url("../img/footing-bg.jpg?sdn58e0o");
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 960px) {
  .top-FootingMenu:before {
    content: '';
    display: block;
    padding-top: 29.16667%;
  }
}

@media screen and (max-width: 959px) {
  .top-FootingMenu {
    background-image: url("../img/footing-bg-sp.jpg?so3hdajh");
  }
  .top-FootingMenu:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
}

.top-FootingMenu__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

@media screen and (max-width: 959px) {
  .top-FootingMenu__inner {
    flex-wrap: wrap;
  }
}

.top-FootingMenu__item {
  position: relative;
  width: 25%;
  flex-shrink: 0;
  height: 100%;
}

.top-FootingMenu__item a {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 2.08333vw;
  padding-left: 12.5%;
  text-decoration: none;
  color: #ffffff;
}

.top-FootingMenu__item a .__text {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.top-FootingMenu__item a .__text .__j {
  font-size: 2.1875vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.52083vw;
  text-shadow: 0 0 1.5625vw #75cc67, 0 0 1.5625vw #75cc67, 0 0 1.5625vw #75cc67;
}

.top-FootingMenu__item a .__text .__e {
  font-size: 1.25vw;
  text-shadow: 0 0 0.78125vw #75cc67, 0 0 0.78125vw #75cc67, 0 0 0.78125vw #75cc67;
}

.top-FootingMenu__item a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0%;
  top: 0;
  bottom: auto;
  left: 0;
  background-color: #b6cc67;
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (min-width: 960px) {
  .top-FootingMenu__item {
    border-right: 1px solid #fff;
  }
  .top-FootingMenu__item:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 959px) {
  .top-FootingMenu__item {
    width: 50%;
    height: 50%;
    border-bottom: 1px solid #fff;
  }
  .top-FootingMenu__item:nth-child(2n+1) {
    border-right: 1px solid #fff;
  }
  .top-FootingMenu__item a {
    padding-bottom: 2.66667vw;
    padding-left: 8%;
  }
  .top-FootingMenu__item a .__text .__j {
    font-size: 4.8vw;
    margin-bottom: 1.33333vw;
    text-shadow: 0 0 2.66667vw #75cc67, 0 0 2.66667vw #75cc67, 0 0 2.66667vw #75cc67;
  }
  .top-FootingMenu__item a .__text .__e {
    font-size: 3.2vw;
    text-shadow: 0 0 1.33333vw #75cc67, 0 0 1.33333vw #75cc67, 0 0 1.33333vw #75cc67;
  }
}

@media screen and (min-width: 960px) {
  .top-FootingMenu__item a:hover:before {
    height: 100%;
    top: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 959px) {
  .top-FootingMenu__item a:active:before {
    height: 100%;
    top: auto;
    bottom: 0;
  }
}

.top-Menu {
  padding-top: 0;
  padding-bottom: 140px;
}

.top-Menu .SectionTitle {
  margin-bottom: 40px;
}

.top-Menu .top-MenuItems {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 749px) {
  .top-Menu {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .top-Menu .SectionTitle {
    margin-bottom: 25px;
  }
  .top-Menu .top-MenuItems {
    overflow: hidden;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}

.top-Menu__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
}

@media screen and (min-width: 960px) and (max-width: 1479px) {
  .top-Menu__container {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 750px) and (max-width: 959px) {
  .top-Menu__container {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 749px) {
  .top-Menu__container {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 750px) and (max-width: 959px) {
  .top-Mv {
    height: calc(100% - 80px);
  }
}

@media screen and (max-width: 749px) {
  .top-Mv {
    height: calc(100% - 60px);
  }
}

.top-Mv__slider {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .top-Mv__slider:before {
    content: '';
    display: block;
    padding-top: 48.61111%;
  }
}

@media screen and (min-width: 750px) and (max-width: 959px) {
  .top-Mv__slider {
    height: 100%;
  }
}

@media screen and (max-width: 749px) {
  .top-Mv__slider {
    height: 100%;
  }
}

.top-Mv__slider-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: -1;
  -webkit-animation: top_mv_slider_anime 24s 0s infinite;
          animation: top_mv_slider_anime 24s 0s infinite;
}

.top-Mv__slider-item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.top-Mv__slider-item:nth-child(2) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.top-Mv__slider-item:nth-child(3) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.top-Mv__slider-item:nth-child(4) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}

.top-Mv__slider-item:nth-child(5) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}

.top-Mv__slider-item:nth-child(6) {
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}

.top-Mv__slider-item:nth-child(7) {
  -webkit-animation-delay: 36s;
          animation-delay: 36s;
}

.top-Mv__slider-item:nth-child(8) {
  -webkit-animation-delay: 42s;
          animation-delay: 42s;
}

.top-Mv__slider-item .__image {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}

.top-Mv__slider-item .__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top-Mv__slider-item .__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-Mv__slider-item .__copy {
  z-index: 2;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,
 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
 "Segoe UI",
 "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
 sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
  -webkit-animation: top_mv_slider_anime_title 24s 0s infinite;
          animation: top_mv_slider_anime_title 24s 0s infinite;
}

.top-Mv__slider-item .__copy._mv1Copy {
  font-size: 64px;
}

.top-Mv__slider-item ._mv1SubCopy {
  font-size: 20px;
}

@media screen and (max-width: 959px) {
  .top-Mv__slider-item .__copy {
    font-size: 5.33333vw;
  }
  .top-Mv__slider-item .__copy._mv1Copy {
    font-size: 5.33333vw;
  }
  .top-Mv__slider-item ._mv1SubCopy {
    font-size: 4.33333vw;
  }
}

@-webkit-keyframes top_mv_slider_anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes top_mv_slider_anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes top_mv_slider_anime_title {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}

@keyframes top_mv_slider_anime_title {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}

.color-lightgreen {
  color: #508e0d;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
}

@media screen and (min-width: 960px) and (max-width: 1479px) {
  .container {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 750px) and (max-width: 959px) {
  .container {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 749px) {
  .container {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

.font-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", 
 "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
 "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3",
 Georgia,
 "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",
 serif;
}

.font-gothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,
 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
 "Segoe UI",
 "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
 sans-serif;
}

@media screen and (min-width: 750px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .sp-tab {
    display: none;
  }
}

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

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

@media screen and (max-width: 749px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .tab {
    display: none;
  }
}
