@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: 700;
} /* mixin
--------------------------- */
/* base
--------------------------- */
html {
  overflow: auto;
}

ul, ol {
  list-style: none;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  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;
}

/* utility
--------------------------- */
@media all and (max-width: 767px) {
  .u-view-pc {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .u-view-sp {
    display: none;
  }
}

.u-inner {
  max-width: 1000px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  .u-inner {
    max-width: 100%;
  }
}

@media (hover: hover) {
  .u-alpha {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .u-alpha:hover {
    opacity: 0.7;
  }
}

.u-wrap, .u-wrap--big, .u-wrap--small {
  max-width: 65rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}

.u-wrap--small {
  max-width: 52.5rem;
}

.u-wrap--scroll {
  max-width: 64.5rem;
}

@media all and (max-width: 767px) {
  .u-wrap--scroll {
    padding: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    overflow: auto;
  }
  .u-wrap--scroll::-webkit-scrollbar {
    height: 0.25rem;
    background-color: #fff;
  }
  .u-wrap--scroll::-webkit-scrollbar-thumb {
    background: #28966e;
  }
}
.u-wrap--big {
  max-width: 87.5rem;
}

.u-nopc {
  display: none;
}
@media all and (max-width: 767px) {
  .u-nopc {
    display: inherit;
  }
}

.u-nosp {
  display: inherit;
}
@media all and (max-width: 767px) {
  .u-nosp {
    display: none;
  }
}

.u-hover--fade {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.u-hover--fade:hover {
  opacity: 0.7;
}

.u-hover--fadeLong {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.u-hover--fadeLong:hover {
  opacity: 0.7;
}

.u-hover--underline {
  text-decoration: underline;
}

.u-hover--underline:hover {
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .u-hover--fade {
    -webkit-transition: none;
    transition: none;
  }
  .u-hover--fade:hover {
    opacity: 1;
  }
  .u-hover--fadeLong {
    -webkit-transition: none;
    transition: none;
  }
  .u-hover--fadeLong:hover {
    opacity: 1;
  }
  .u-hover--underline:hover {
    text-decoration: underline;
  }
}
.c-btn01 {
  max-width: 230px;
}
.c-btn01__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  font-size: 16px;
  padding: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  background-color: #333;
  position: relative;
}
.c-btn01__link.is-red {
  background-color: #D7283C;
}
.c-btn01__link:after {
  content: "";
  background: url(../img/common/ico_arw_wh.png) no-repeat 0 0;
  background-size: contain;
  width: 24px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-btn01__link.is-down:after {
  background: url(../img/common/ico_arw_down_wh.png) no-repeat 0 0;
  background-size: contain;
  width: 10px;
  height: 11px;
}
@media (hover: hover) {
  .c-btn01__link.is-down:hover:after {
    right: 20px;
    top: 60%;
  }
}
@media (hover: hover) {
  .c-btn01__link:hover:after {
    right: 10px;
  }
}

.js-toggle-trigger {
  cursor: pointer;
}

.js-toggle-content {
  display: none;
}

@media all and (max-width: 767px) {
  .js-toggle-content-sp {
    display: none;
  }
}
.js-switch-content {
  display: none;
}
.js-switch-content.is-active {
  display: block;
}

.js-inview {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.js-inview.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@-webkit-keyframes ring-animetion-r-l {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}

@keyframes ring-animetion-r-l {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
@-webkit-keyframes ring-animetion-l-r {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
@keyframes ring-animetion-l-r {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0) translate(0%, 0%);
            transform: scale(0) translate(0%, 0%);
    opacity: 1;
  }
  15% {
    -webkit-transform: scale(0.1, 0.1) translate(0%, 5%);
            transform: scale(0.1, 0.1) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.05, 0.9) translate(0%, 10%);
            transform: scale(1.05, 0.9) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.9, 1.05) translate(0%, -10%);
            transform: scale(0.9, 1.05) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.9) translate(0%, 5%);
            transform: scale(1.05, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0) translate(0%, 0%);
            transform: scale(0) translate(0%, 0%);
    opacity: 1;
  }
  15% {
    -webkit-transform: scale(0.1, 0.1) translate(0%, 5%);
            transform: scale(0.1, 0.1) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.05, 0.9) translate(0%, 10%);
            transform: scale(1.05, 0.9) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.9, 1.05) translate(0%, -10%);
            transform: scale(0.9, 1.05) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.9) translate(0%, 5%);
            transform: scale(1.05, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
.c-kv01 {
  background: rgba(13, 162, 108, 0.8) url(../img/common/bg_kv_ring.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 105px 0 114px;
  min-height: 289px;
  position: relative;
}
@media all and (max-width: 767px) {
  .c-kv01 {
    background: rgba(13, 162, 108, 0.8) url(../img/common/bg_kv_ring_sp.png) no-repeat 50% 50%;
    background-size: cover;
    padding: 97px 0 88px;
    min-height: 242px;
  }
}
.c-kv01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 119px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 0)), to(#F2F2F2));
  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0) 0%, #F2F2F2 100%);
  background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #F2F2F2 100%);
}
@media all and (max-width: 767px) {
  .c-kv01:before {
    min-height: 72px;
  }
}
.c-kv01__inner {
  max-width: 998px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
@media all and (max-width: 767px) {
  .c-kv01__inner {
    max-width: 100%;
  }
}
.c-kv01__ttl {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .c-kv01__ttl {
    font-size: 28px;
  }
}
.c-kv01__txt {
  color: #fff;
  font-family: "Outfit", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .c-kv01__txt {
    font-size: 16px;
  }
}

.c-links {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media all and (max-width: 767px) {
  .c-links {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.c-links__list {
  max-width: 900px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
}
@media all and (max-width: 767px) {
  .c-links__list {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    padding: 0 28px;
  }
}
.c-links__item {
  width: 280px;
}
@media all and (max-width: 767px) {
  .c-links__item {
    width: 100%;
  }
}
.c-links__item.is-about .c-links__link {
  background-image: url(../img/common/img_links01.png);
}
.c-links__item.is-recruit .c-links__link {
  background-image: url(../img/common/img_links02.png);
}
.c-links__item.is-workstyle .c-links__link {
  background-image: url(../img/common/img_links03.png);
}
.c-links__item.is-interview .c-links__link {
  background-image: url(../img/common/img_links04.png);
}
.c-links__link {
  width: 100%;
  min-height: 230px;
  display: block;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 767px) {
  .c-links__link {
    min-height: 45.3333333333vw;
  }
}
.c-links__link:before {
  content: "";
  background: url(../img/common/img_links_mask.png) no-repeat 50% 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-links__link:after {
  content: "";
  background: url(../img/common/ico_arw_wh.png) no-repeat 0 0;
  background-size: contain;
  width: 28.5px;
  height: 12px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media all and (max-width: 767px) {
  .c-links__link:after {
    width: 7.6vw;
    height: 3.2vw;
    bottom: 5.3333333333vw;
  }
}
@media (hover: hover) {
  .c-links__link:hover:before {
    opacity: 0;
  }
  .c-links__link:hover:after {
    left: 55%;
  }
}
.c-links__block {
  color: #fff;
  padding-top: 90px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .c-links__block {
    padding-top: 15.4666666667vw;
  }
}
.c-links__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .c-links__ttl {
    font-size: 4.2666666667vw;
  }
}
.c-links__txt {
  margin-top: 10px;
  font-family: "Outfit", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .c-links__txt {
    font-size: 2.6666666667vw;
  }
}

#rec-interview .c-links__item.is-interview {
  display: none;
}

#rec-recruitment .c-links__item.is-recruit {
  display: none;
}

#rec-workstyle .c-links__item.is-workstyle {
  display: none;
}

#rec-about .c-links__item.is-about {
  display: none;
}
#rec-about .c-links__item.is-recruit {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#rec-about .c-links__item.is-interview {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#rec-about .c-links__item.is-workstyle {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.c-ttl01 {
  font-family: "Outfit", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.2;
  font-weight: 500;
}
.c-ttl01__head {
  padding-left: 17px;
}

.c-ttl02 {
  font-size: 28px;
  font-weight: bold;
  background: url(../img/common/ico_ttl02.png) no-repeat 0 50%;
  background-size: 7px 18px;
  padding-left: 20px;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .c-ttl02 {
    font-size: 20px;
  }
}

/* body
--------------------------- */
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  font-weight: 500;
  background: #F2F2F2;
}
@media all and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

/* l-wrapper
--------------------------- */
.l-wrapper {
  padding-top: 119px;
}
@media all and (max-width: 767px) {
  .l-wrapper {
    padding-top: 50px;
  }
}

/* l-main
--------------------------- */
@media all and (max-width: 767px) {
  .l-main img {
    width: 100%;
  }
}

/* l-footer
--------------------------- */
.l-footer {
  padding-top: 2.9375rem;
  padding-bottom: 5rem;
  background: #f2f2f2;
  position: relative;
  z-index: 1;
}

.l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.l-footer__col {
  padding-right: 1.875rem;
}
.l-footer__col:nth-of-type(1) {
  width: 8.75rem;
}
.l-footer__col:nth-of-type(2) {
  width: 9.375rem;
}
.l-footer__col:nth-of-type(3) {
  width: 10.375rem;
}
.l-footer__col:nth-of-type(4) {
  width: calc(100% - 464px);
  padding-right: 0;
}

.l-footer__li, .l-footer__li--parent {
  margin-top: 0.9375rem;
}

.l-footer__li:first-of-type, .l-footer__li--parent:first-of-type {
  margin-top: 0;
}

.l-footer__li a {
  color: #3b4043;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.3333333333;
}

.l-footer__li--parent a {
  color: #3b4043;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.3333333333;
  font-weight: 700;
}

.l-footer__copyright {
  padding: 1.5rem 0 1.0625rem 0;
}
.l-footer__copyright p {
  color: #3b4043;
  font-size: 0.625rem;
  line-height: 1.3;
  text-align: right;
}

@media all and (max-width: 767px) {
  .l-footer {
    padding-top: 1.25rem;
    padding-bottom: ren(68);
  }
  .l-footer__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer__col {
    padding-right: 0;
  }
  .l-footer__col:nth-of-type(1) {
    width: 27%;
  }
  .l-footer__col:nth-of-type(2) {
    width: 30%;
  }
  .l-footer__col:nth-of-type(3) {
    width: 33%;
  }
  .l-footer__col:nth-of-type(4) {
    width: 100%;
    margin-top: 1.875rem;
  }
  .l-footer__li, .l-footer__li--parent {
    margin-top: 0.625rem;
  }
  .l-footer__li a, .l-footer__li--parent a {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .l-footer__copyright {
    padding: 1.875rem 0 0.4375rem 0;
  }
}
.l-footer-fix {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  width: 100%;
  width: 468px;
}
@media all and (max-width: 767px) {
  .l-footer-fix {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.l-footer-fix__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 767px) {
  .l-footer-fix__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 10px;
  }
}
.l-footer-fix__btn {
  width: 100%;
}
@media all and (max-width: 767px) {
  .l-footer-fix__btn {
    max-width: 162px;
  }
}
@media all and (max-width: 767px) {
  .l-footer-fix__btn__link {
    min-height: 48px;
    padding: 14px 16px;
  }
}

/* .l-header
================================================ */
.l-header {
  width: 100%;
  padding: 1.875rem 0 3.0625rem 0;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 11;
}

.l-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__logo a img {
  max-width: 16.5rem;
}

.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__inquiry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.125rem;
  height: 1.875rem;
  background: #d7283c;
  border-radius: 0.9375rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
@media all and (max-width: 767px) {
  .l-header__inquiry {
    padding-bottom: 4.6875rem;
  }
}

.l-header__recruit {
  position: relative;
  margin-right: 1.25rem;
}
@media all and (max-width: 767px) {
  .l-header__recruit {
    margin-right: 0;
    width: 13.5625rem;
    margin: auto;
  }
}
.l-header__recruit .is-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.125rem;
  height: 1.875rem;
  border-radius: 0.9375rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  background-color: #1BA975;
  font-size: 0.875rem;
  position: relative;
}
@media all and (max-width: 767px) {
  .l-header__recruit .is-recruit {
    width: 100%;
    height: 2.5rem;
    margin: 2.5rem auto 0 auto;
    border-radius: 1.25rem;
  }
}
.l-header__recruit .is-recruit:after {
  content: "";
  background: url(../img/common/nav_icon_arrow_wh.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 9px;
  height: 5px;
}
@media all and (max-width: 767px) {
  .l-header__recruit .is-recruit:after {
    right: 20px;
  }
}
@media all and (max-width: 767px) {
  .l-header__recruit .is-recruit.is-active:after {
    -webkit-transform: translate(0%, -50%) rotate(180deg);
            transform: translate(0%, -50%) rotate(180deg);
  }
}
.l-header__recruit-sub {
  padding: 4px 0 0;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 13;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.l-header__recruit-sub.is-active {
  opacity: 1;
  pointer-events: all;
}
.l-header__recruit-sub__nav {
  background-color: #1BA975;
  border-radius: 20px;
  padding: 20px 12px;
}
@media all and (max-width: 767px) {
  .l-header__recruit-sub__nav {
    display: none;
    padding: 20px 30px;
    margin-top: 6px;
  }
}
.l-header__recruit-sub__nav__item + .l-header__recruit-sub__nav__item {
  margin-top: 10px;
}
.l-header__recruit-sub__nav__item a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding-left: 7px;
}
.l-header__recruit-sub__nav__item a:before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__recruit-sub__nav__item .heading {
  padding-left: 0;
}
.l-header__recruit-sub__nav__item .heading:before {
  content: none;
}

.l-header__7i {
  margin-left: 3.75rem;
}
.l-header__7i a img {
  max-width: 10.1875rem;
}

.l-header__toggle {
  display: none;
}
.l-header__toggle span {
  display: block;
  width: 100%;
  height: 0.0625rem;
  margin: auto;
  background: #707070;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__toggle span:nth-of-type(1) {
  top: 0;
}
.l-header__toggle span:nth-of-type(2) {
  top: 0.4375rem;
}
.l-header__toggle span:nth-of-type(3) {
  top: 0.875rem;
}
.l-header__toggle.is-active span:nth-of-type(1) {
  top: 0.4375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__toggle.is-active span:nth-of-type(2) {
  width: 0;
}
.l-header__toggle.is-active span:nth-of-type(3) {
  top: 0.4375rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-nav {
  width: 100%;
  position: fixed;
  top: 4.375rem;
  left: 0;
  z-index: 12;
}

.l-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.l-nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -0.625rem;
}

.l-nav__li, .l-nav__li--parent {
  margin-left: 1.2rem;
  text-align: center;
  position: relative;
}

.l-nav__li:first-of-type, .l-nav__li--parent:first-of-type {
  margin-left: 0;
}

.l-nav__li:nth-of-type(2), .l-nav__li--parent:nth-of-type(2) {
  margin-left: 3rem;
}

.l-nav__li > a, .l-nav__li--parent > a, .l-nav__li > p, .l-nav__li--parent > p {
  display: inline-block;
  padding: 0.875rem 0 1rem 0;
  color: #333;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.15em;
}

.l-nav__li > a span, .l-nav__li--parent > a span, .l-nav__li > p span, .l-nav__li--parent > p span {
  display: inline-block;
  padding: 0 0.625rem;
  position: relative;
}

.l-nav__li > a span::before, .l-nav__li--parent > a span::before, .l-nav__li > p span::before, .l-nav__li--parent > p span::before {
  content: "";
  display: block;
  width: 0;
  height: 0.125rem;
  background: #00a76d;
  position: absolute;
  left: 0;
  bottom: -0.375rem;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.l-nav__li > a:hover span::before, .l-nav__li--parent > a:hover span::before, .l-nav__li > a.is-active span::before, .l-nav__li--parent > a.is-active span::before, .l-nav__li > p:hover span::before, .l-nav__li--parent > p:hover span::before, .l-nav__li > p.is-active span::before {
  width: 100%;
}

.l-nav__li--parent > p.is-active span::before {
  width: 100%;
}
.l-nav__li--parent > a, .l-nav__li--parent > p {
  display: inline-block;
}
.l-nav__li--parent > a span::after, .l-nav__li--parent > p span::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.3125rem;
  margin: auto;
  background: url("https://www.createlink.jp/assets/images/common/nav_icon_arrow.png") no-repeat top left/100% 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: -0.5rem;
  bottom: 0;
}
.l-nav__li--parent > a.is-active span::after, .l-nav__li--parent > p.is-active span::after {
  opacity: 1;
}

.l-nav__sub {
  width: 9.8125rem;
  padding: 2.5rem 1.25rem 1.5rem 1.25rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 14px);
  left: -1.25rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-nav__sub.is-active {
  opacity: 1;
  pointer-events: all;
}
.l-nav__sub::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 16px);
  background: #fff;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.l-nav__sub li {
  margin-top: 1rem;
  text-align: left;
  position: relative;
  z-index: 2;
}
.l-nav__sub li:first-of-type {
  margin-top: 0;
}
.l-nav__sub li a, .l-nav__sub li span {
  display: inline-block;
  padding-left: 0.5625rem;
  color: #333;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3333333333;
  position: relative;
}
.l-nav__sub li a::before, .l-nav__sub li span::before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-nav__sub li.heading a, .l-nav__sub li.heading span {
  padding-left: 0;
}
.l-nav__sub li.heading a::before, .l-nav__sub li.heading span::before {
  display: none;
}

.l-nav__sub--sp {
  width: 0;
  height: 0;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .l-header {
    padding: 0.9375rem 0;
  }
  .l-header__logo a img {
    max-width: 8.25rem;
  }
  .l-header__right {
    padding-right: 2.625rem;
  }
  .l-header__inquiry a {
    width: 13.5625rem;
    height: 2.5rem;
    margin: 2.5rem auto 0 auto;
    border-radius: 1.25rem;
  }
  .l-header__7i a img {
    max-width: 5.09375rem;
  }
  .l-header__toggle {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    position: fixed;
    top: 1.125rem;
    right: 1.25rem;
    z-index: 12;
  }
  .l-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(100vh - 50px);
    background: #e9f4f0;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    top: 3.125rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-nav.is-active {
    opacity: 1;
    pointer-events: all;
  }
  .l-nav__wrap {
    display: block;
    padding-top: 4.6875rem;
  }
  .l-nav__ul {
    display: block;
    width: 9.375rem;
    margin: 0 auto;
  }
  .l-nav__li, .l-nav__li--parent {
    margin-top: 3.125rem;
    margin-left: 0 !important;
    text-align: left;
  }
  .l-nav__li:first-of-type, .l-nav__li--parent:first-of-type {
    margin-top: 0;
  }
  .l-nav__li:nth-of-type(2), .l-nav__li--parent:nth-of-type(2) {
    margin-left: 0;
  }
  .l-nav__li > a span, .l-nav__li--parent > a span, .l-nav__li > p span, .l-nav__li--parent > p span {
    padding: 0;
  }
  .l-nav__li > a span::before, .l-nav__li--parent > a span::before, .l-nav__li > p span::before {
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .l-nav__li--parent > p span::before {
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .l-nav__li--parent > a span::after, .l-nav__li--parent > p span::after {
    right: -1rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .l-nav__li--parent.is-active > a span::after, .l-nav__li--parent.is-active > p span::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .l-nav__sub {
    display: none;
  }
  .l-nav__sub--sp {
    display: none;
    width: auto;
    height: auto;
    padding-top: 0.375rem;
    padding-left: 1.25rem;
    overflow: visible;
  }
  .l-nav__sub--sp li {
    margin-top: 1.5rem;
    text-align: left;
  }
  .l-nav__sub--sp li a, .l-nav__sub--sp li span {
    display: inline-block;
    padding-left: 0.5625rem;
    color: #585858;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.5384615385;
    position: relative;
  }
  .l-nav__sub--sp li a::before, .l-nav__sub--sp li span::before {
    content: "-";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-nav__sub--sp li.heading a, .l-nav__sub--sp li.heading span {
    padding-left: 0;
  }
  .l-nav__sub--sp li.heading a::before, .l-nav__sub--sp li.heading span::before {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__li, .l-nav__li--parent {
    margin-left: 2.8571428571vw;
  }
}
@media screen and (max-width: 810px) {
  .l-nav__li > a, .l-nav__li--parent > a, .l-nav__li > p, .l-nav__li--parent > p {
    padding-bottom: 1.25rem;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 810px) and (max-width: 767px) {
  .l-nav__li > a, .l-nav__li--parent > a, .l-nav__li > p, .l-nav__li--parent > p {
    padding: 0;
    font-size: 1rem;
    line-height: 1.375;
  }
}
/* みらいたうんロゴ */
.miraitown_logo {
  margin-left: 1.2rem;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0.875rem 0 1rem 0;
  line-height: 1.4285714286;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .miraitown_logo {
    margin: 3.125rem 0 0 !important;
    padding: 0 !important;
  }
}
.l-header *,
.l-nav *,
.l-footer * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  color: #101010;
}

.r-about-intro {
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  .r-about-intro {
    margin-top: 50px;
  }
}
.r-about-intro__inner {
  max-width: 1200px;
  border-radius: 20px;
  background: -webkit-linear-gradient(210deg, #1BA975 57.08%, #9FEBD0 102.22%);
  background: linear-gradient(240deg, #1BA975 57.08%, #9FEBD0 102.22%);
}
@media all and (max-width: 767px) {
  .r-about-intro__inner {
    max-width: 100%;
    background: none;
    border-radius: 0;
  }
}
.r-about-intro__in {
  max-width: 960px;
  margin: auto;
  padding: 80px 0 80px;
  color: #fff;
}
@media all and (max-width: 767px) {
  .r-about-intro__in {
    max-width: 100%;
    padding: 50px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
    border-radius: 20px;
    background: -webkit-linear-gradient(210deg, #1BA975 57.08%, #9FEBD0 102.22%);
    background: linear-gradient(240deg, #1BA975 57.08%, #9FEBD0 102.22%);
  }
}
.r-about-intro__ttl {
  background-image: url(../img/common/ico_ttl01.png);
}
.r-about-intro__txt {
  margin-top: 20px;
  font-size: 20px;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .r-about-intro__txt {
    font-size: 16px;
  }
}

.r-about-facility {
  margin-top: 96px;
}
@media all and (max-width: 767px) {
  .r-about-facility {
    margin-top: 60px;
  }
}
.r-about-facility__txt {
  margin-top: 20px;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .r-about-facility__txt {
    font-size: 16px;
  }
}
.r-about-facility__map {
  margin-top: 40px;
  position: relative;
}
.r-about-facility__map__img {
  border-radius: 20px;
  overflow: hidden;
}
.r-about-facility__map__img.is-active .anim-bounceIn {
  -webkit-animation: bounceIn 1s linear forwards;
          animation: bounceIn 1s linear forwards;
}
.r-about-facility__map__img.is-active .anim-bounceIn.is-delay1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.r-about-facility__map__img.is-active .anim-bounceIn.is-delay2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.r-about-facility__map__img.is-active .anim-bounceIn.is-delay3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.r-about-facility__map__img.is-active .anim-bounceIn.is-delay4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.r-about-facility__map__img.is-active .anim-bounceIn.is-delay5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.r-about-facility__map__img.is-active .anim-bounceIn.is-delay6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.r-about-facility__map__img.is-active .anim-bounceIn.is-delay7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.r-about-facility__map__img.is-active .anim-bounceIn.is-delay8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.r-about-facility__map__img.is-active .anim-bounceIn.is-delay9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.r-about-facility__map__img.is-active .anim-bounceIn.is-delay10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.r-about-facility__map__pin {
  width: min(1.9vw, 19px);
  position: absolute;
  z-index: 1;
  line-height: 1;
}
.r-about-facility__map__pin.anim-bounceIn {
  -webkit-transform: scale(0) translate(0%, 0%);
          transform: scale(0) translate(0%, 0%);
}
.r-about-facility__map__pin img {
  vertical-align: top;
}
@media all and (max-width: 767px) {
  .r-about-facility__map__pin {
    width: 1.8666666667vw;
  }
}
.r-about-facility__map .pin1 {
  top: min(10.7vw, 107px);
  right: min(23.5vw, 235px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin1 {
    top: 18%;
    right: 24.5%;
  }
}
.r-about-facility__map .pin2 {
  top: min(36.4vw, 364px);
  right: min(40.4vw, 404px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin2 {
    top: 62%;
    right: 42%;
  }
}
.r-about-facility__map .pin3 {
  top: min(39vw, 390px);
  right: min(50.9vw, 509px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin3 {
    top: 66%;
    right: 53%;
  }
}
.r-about-facility__map .pin4 {
  top: min(41vw, 410px);
  right: min(52.8vw, 528px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin4 {
    top: 69.5%;
    right: 55%;
  }
}
.r-about-facility__map .pin5 {
  top: min(42.8vw, 428px);
  right: min(54.6vw, 546px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin5 {
    top: 72%;
    right: 57%;
  }
}
.r-about-facility__map .pin6 {
  top: min(37.5vw, 375px);
  right: min(54.5vw, 545px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin6 {
    top: 64%;
    right: 57%;
  }
}
.r-about-facility__map .pin7 {
  top: min(42.8vw, 428px);
  right: min(62vw, 620px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin7 {
    top: 72%;
    right: 65%;
  }
}
.r-about-facility__map .pin8 {
  top: min(42.7vw, 427px);
  right: min(70.1vw, 701px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin8 {
    top: 72%;
    right: 73.5%;
  }
}
.r-about-facility__map .pin9 {
  top: min(43.2vw, 432px);
  right: min(71.5vw, 715px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin9 {
    top: 73%;
    right: 75%;
  }
}
.r-about-facility__map .pin10 {
  top: min(44.2vw, 442px);
  right: min(73vw, 730px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin10 {
    top: 75%;
    right: 76%;
  }
}
.r-about-facility__map .pin11 {
  top: min(40.2vw, 402px);
  right: min(74.8vw, 748px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin11 {
    top: 68%;
    right: 78%;
  }
}
.r-about-facility__map .pin12 {
  top: min(39.8vw, 398px);
  right: min(82.2vw, 822px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin12 {
    top: 68%;
    right: 86%;
  }
}
.r-about-facility__map .pin13 {
  top: min(39.4vw, 394px);
  right: min(48.3vw, 483px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin13 {
    top: 67%;
    right: 50.5%;
  }
}
.r-about-facility__map .pin14 {
  top: min(41vw, 410px);
  right: min(49.2vw, 492px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin14 {
    top: 69%;
    right: 52%;
  }
}
.r-about-facility__map .pin15 {
  top: min(41.1vw, 411px);
  right: min(48.2vw, 482px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin15 {
    top: 70%;
    right: 50.5%;
  }
}
.r-about-facility__map .pin16 {
  top: min(41.8vw, 418px);
  right: min(50.1vw, 501px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin16 {
    top: 71%;
    right: 52.5%;
  }
}
.r-about-facility__map .pin17 {
  top: min(42vw, 420px);
  right: min(48.9vw, 489px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin17 {
    top: 69%;
    right: 50%;
  }
}
.r-about-facility__map .pin18 {
  top: min(42.2vw, 422px);
  right: min(48vw, 480px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin18 {
    top: 72%;
    right: 50%;
  }
}
.r-about-facility__map .pin19 {
  top: min(43.4vw, 434px);
  right: min(49vw, 490px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin19 {
    top: 73.5%;
    right: 51%;
  }
}
.r-about-facility__map .pin20 {
  top: min(44.6vw, 446px);
  right: min(48.4vw, 484px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin20 {
    top: 75%;
    right: 50.5%;
  }
}
.r-about-facility__map .pin21 {
  top: min(42.8vw, 428px);
  right: min(51.6vw, 516px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin21 {
    top: 72%;
    right: 54%;
  }
}
.r-about-facility__map .pin22 {
  top: min(43.8vw, 438px);
  right: min(50.8vw, 508px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin22 {
    top: 74%;
    right: 53%;
  }
}
.r-about-facility__map .pin23 {
  top: min(44.4vw, 444px);
  right: min(51.8vw, 518px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin23 {
    top: 75%;
    right: 54%;
  }
}
.r-about-facility__map .pin24 {
  top: min(41.7vw, 417px);
  right: min(46.7vw, 467px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin24 {
    top: 71%;
    right: 49%;
  }
}
.r-about-facility__map .pin25 {
  top: min(41.8vw, 418px);
  right: min(45.4vw, 454px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin25 {
    top: 70%;
    right: 47.5%;
  }
}
.r-about-facility__map .pin26 {
  top: min(42.6vw, 426px);
  right: min(46vw, 460px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin26 {
    top: 72%;
    right: 48%;
  }
}
.r-about-facility__map .pin27 {
  top: min(43vw, 430px);
  right: min(44.5vw, 445px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin27 {
    top: 72%;
    right: 46.5%;
  }
}
.r-about-facility__map .pin28 {
  top: min(44vw, 440px);
  right: min(45vw, 450px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin28 {
    top: 74%;
    right: 47%;
  }
}
.r-about-facility__map .pin29 {
  top: min(45vw, 450px);
  right: min(45.3vw, 453px);
}
@media all and (max-width: 767px) {
  .r-about-facility__map .pin29 {
    top: 76%;
    right: 47.5%;
  }
}
.r-about-facility__head {
  width: 248px;
  text-align: center;
  border-left: 2px solid #1BA975;
  border-right: 2px solid #1BA975;
  padding: 14px 0;
  position: absolute;
  top: 34px;
  left: 38px;
}
@media all and (max-width: 767px) {
  .r-about-facility__head {
    width: 163px;
    padding: 6px 0;
    top: 11%;
    left: 4%;
  }
}
.r-about-facility__head__lead {
  line-height: 1.2;
  font-weight: bold;
}
.r-about-facility__head__lead .year {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .r-about-facility__head__lead .year {
    font-size: 10px;
  }
}
.r-about-facility__head__txt {
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .r-about-facility__head__txt {
    margin-top: 5px;
  }
}
.r-about-facility__head__txt .num {
  font-family: "Outfit", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 74px;
  font-weight: 500;
  background: -webkit-linear-gradient(351deg, #1BA975 -6.9%, #333 38.38%);
  background: linear-gradient(99deg, #1BA975 -6.9%, #333 38.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 5px;
  line-height: 0.8;
}
@media all and (max-width: 767px) {
  .r-about-facility__head__txt .num {
    font-size: 40px;
  }
}
.r-about-facility__btn {
  margin-top: 38px;
  margin-left: auto;
}
@media all and (max-width: 767px) {
  .r-about-facility__btn {
    margin-top: 20px;
  }
}

.r-about-business {
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .r-about-business {
    margin-top: 60px;
  }
}
.r-about-business__block {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 40px;
}
@media all and (max-width: 767px) {
  .r-about-business__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.r-about-business__img {
  max-width: 477px;
  width: 50%;
}
@media all and (max-width: 767px) {
  .r-about-business__img {
    max-width: 100%;
    width: 100%;
  }
}
.r-about-business__in {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.r-about-business__txt {
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .r-about-business__txt {
    font-size: 16px;
  }
}
.r-about-business__list {
  max-width: 443px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/about/bg_business_list.png) no-repeat 50% 50%;
  background-size: 100%;
  padding: 0 min(26px, 2.1666666667vw);
}
@media all and (max-width: 767px) {
  .r-about-business__list {
    max-width: 335px;
    margin: 20px auto 0;
    padding: 0 20px;
  }
}
.r-about-business__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 197px;
  width: 50%;
  min-height: 251px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .r-about-business__item {
    max-width: 50%;
    width: 50%;
    min-height: 190px;
  }
}
.r-about-business__item__ttl {
  font-size: min(22px, 1.8333333333vw);
}
@media all and (max-width: 767px) {
  .r-about-business__item__ttl {
    font-size: 20px;
  }
}
.r-about-business__item__ttl.is-red {
  color: #D7283C;
}
.r-about-business__item__ttl.is-green {
  color: #1BA975;
}
.r-about-business__item__txt {
  margin-top: min(12px, 1vw);
  font-size: min(16px, 1.3333333333vw);
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  .r-about-business__item__txt {
    margin-top: 6px;
    font-size: 12px;
  }
}

.r-about-kinds {
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  .r-about-kinds {
    margin-top: 40px;
  }
}
.r-about-kinds-anc {
  max-width: 1060px;
  margin: auto;
  border-radius: 20px 20px 0 0;
  background: #1BA975;
  padding: 40px 0 50px;
}
@media all and (max-width: 767px) {
  .r-about-kinds-anc {
    max-width: 100%;
    padding: 30px 0 40px;
  }
}
.r-about-kinds-anc__ttl {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 17px;
  position: relative;
}
@media all and (max-width: 767px) {
  .r-about-kinds-anc__ttl {
    font-size: 18px;
  }
}
.r-about-kinds-anc__ttl:before {
  content: "";
  background: url(../img/common/ico_ttl04.png) no-repeat 0 0;
  background-size: contain;
  width: 18px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.r-about-kinds-anc__wrap {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media all and (max-width: 767px) {
  .r-about-kinds-anc__wrap {
    padding: 40px 36px;
  }
}
.r-about-kinds-anc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 50px;
}
@media all and (max-width: 767px) {
  .r-about-kinds-anc__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
}
.r-about-kinds-anc__list + .r-about-kinds-anc__list {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #1BA975;
}
@media all and (max-width: 767px) {
  .r-about-kinds-anc__list + .r-about-kinds-anc__list {
    padding-top: 0;
    border-top: none;
  }
}
.r-about-kinds-anc__item {
  width: calc((100% - 100px) / 3);
}
@media all and (max-width: 767px) {
  .r-about-kinds-anc__item {
    width: 100%;
  }
}
.r-about-kinds-anc__item__ttl {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #1BA975;
}
@media all and (max-width: 767px) {
  .r-about-kinds-anc__item__ttl {
    font-size: 16px;
  }
}
.r-about-kinds-anc__item__txt {
  margin-top: 10px;
}
.r-about-kinds-anc__item__btn {
  margin: 20px auto 0;
}
.r-about-kinds-list {
  max-width: 1060px;
  padding: 50px 0;
  margin: auto;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
@media all and (max-width: 767px) {
  .r-about-kinds-list {
    max-width: 100%;
    padding: 30px 0;
  }
}
.r-about-kinds-list-sec {
  padding: 40px 30px;
  border-radius: 20px;
  background: #E9F4F0;
}
@media all and (max-width: 767px) {
  .r-about-kinds-list-sec {
    padding: 30px;
  }
}
.r-about-kinds-list-sec + .r-about-kinds-list-sec {
  margin-top: 30px;
}
.r-about-kinds-list-sec__ttl {
  color: #1BA975;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 2px solid #1BA975;
  padding-bottom: 14px;
}
@media all and (max-width: 767px) {
  .r-about-kinds-list-sec__ttl {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.r-about-kinds-list-sec__items {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 14px;
}
@media all and (max-width: 767px) {
  .r-about-kinds-list-sec__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
}
.r-about-kinds-list-sec__item {
  width: calc((100% - 28px) / 3);
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 30px 20px;
}
@media all and (max-width: 767px) {
  .r-about-kinds-list-sec__item {
    width: 100%;
    padding: 30px 25px;
  }
}
.r-about-kinds-list-sec__item__img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .r-about-kinds-list-sec__item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 20px;
  }
}
.r-about-kinds-list-sec__item__img img {
  width: 80px;
}
@media all and (max-width: 767px) {
  .r-about-kinds-list-sec__item__img img {
    width: 60px;
  }
}
.r-about-kinds-list-sec__item__ttl {
  margin-top: 20px;
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  border-top: 2px solid #1BA975;
}
@media all and (max-width: 767px) {
  .r-about-kinds-list-sec__item__ttl {
    font-size: 16px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.r-about-kinds-list-sec__item__txt {
  margin-top: 5px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .r-about-kinds-list-sec__item__txt {
    margin-top: 20px;
    padding-top: 8px;
    border-top: 2px solid #1BA975;
  }
}
.r-about-kinds-list-sec__item__txt .lead {
  display: inline-block;
  font-size: 10px;
  line-height: 1.7;
}

.r-interview-employee {
  margin-top: 62px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .r-interview-employee {
    margin-top: 50px;
  }
}
.r-interview-employee__txt, .r-interview-discussion__txt {
  margin-top: 20px;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .r-interview-employee__txt, .r-interview-discussion__txt {
    font-size: 16px;
  }
}
.r-interview-employee__list {
  margin: 30px -50px 0;
  background-color: #1BA975;
  border-radius: 20px;
  padding: 60px 50px;
}
@media all and (max-width: 767px) {
  .r-interview-employee__list {
    margin: 20px -20px 0;
    padding: 40px 20px;
  }
}
.r-interview-employee__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
}
.r-interview-employee__item + .r-interview-employee__item {
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  .r-interview-employee__item + .r-interview-employee__item {
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .r-interview-employee__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
@media all and (min-width: 768px) {
  .r-interview-employee__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .r-interview-employee__item:nth-child(even) .r-interview-employee__block__ttl {
    text-align: right;
  }
  .r-interview-employee__item:nth-child(even) .r-interview-employee__block__lead {
    text-align: right;
  }
}
.r-interview-employee__movie {
  max-width: 516px;
  width: 55%;
}
@media all and (max-width: 767px) {
  .r-interview-employee__movie {
    max-width: 100%;
    width: 100%;
  }
}
.r-interview-employee__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.r-interview-employee__block__ttl--txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background-color: #333;
  display: inline-block;
  padding: 0 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
}
@media all and (max-width: 767px) {
  .r-interview-employee__block__ttl--txt {
    font-size: 18px;
    min-height: 30px;
  }
}
.r-interview-employee__block__lead {
  margin-top: 10px;
  color: #1BA975;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .r-interview-employee__block__lead {
    margin-top: 8px;
  }
}
.r-interview-employee__block__lead--txt {
  padding: 1px 4px;
  background-color: #fff;
}
.r-interview-employee__block__txt {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 24px;
}
@media all and (max-width: 767px) {
  .r-interview-employee__block__txt {
    margin-top: 10px;
    padding: 20px;
  }
}

.r-interview-discussion {
  margin-top: 116px;
}
@media all and (max-width: 767px) {
  .r-interview-discussion {
    margin-top: 80px;
  }
}
.r-interview-discussion__movie {
  max-width: 650px;
  margin: 40px auto 0;
}
@media all and (max-width: 767px) {
  .r-interview-discussion__movie {
    max-width: 100%;
    margin: 20px auto 0;
  }
}
.r-interview-discussion__list {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .r-interview-discussion__list {
    margin-top: 20px;
    padding: 30px 20px;
  }
}
.r-interview-discussion__item {
  width: 50%;
  position: relative;
}
@media all and (min-width: 768px) {
  .r-interview-discussion__item:nth-child(n+3) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #F2F2F2;
  }
  .r-interview-discussion__item:nth-child(odd) {
    padding-right: 46px;
  }
  .r-interview-discussion__item:nth-child(even) {
    padding-left: 38px;
  }
  .r-interview-discussion__item:nth-child(even):before {
    content: "";
    background-color: #F2F2F2;
    position: absolute;
    top: 30px;
    left: 0;
    width: 1px;
    height: calc(100% - 30px);
  }
  .r-interview-discussion__item:nth-child(2):before {
    top: 0;
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .r-interview-discussion__item {
    width: 100%;
  }
  .r-interview-discussion__item + .r-interview-discussion__item {
    border-top: 1px solid #F2F2F2;
    margin-top: 30px;
    padding-top: 30px;
  }
}
.r-interview-discussion__item__txt {
  margin-top: 10px;
}
.r-interview-discussion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.r-interview-discussion__head__img {
  max-width: 80px;
}
.r-interview-discussion__head__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.r-interview-discussion__head__ttl {
  font-size: 18px;
  color: #1BA975;
  font-weight: bold;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .r-interview-discussion__head__ttl {
    font-size: 16px;
  }
}
.r-interview-discussion__head__txt {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .r-interview-discussion__head__txt {
    font-size: 10px;
  }
}

.r-interview-yt {
  background-color: transparent;
  padding: 0;
}
.r-interview-yt-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -30px;
  right: 0;
}
.r-interview-yt-close img {
  vertical-align: top;
}
.r-interview-yt iframe {
  width: 100%;
  height: 416px;
}
@media all and (max-width: 767px) {
  .r-interview-yt iframe {
    height: 66.6666666667vw;
  }
}

.r-recruitment-message {
  margin-top: 62px;
}
@media all and (max-width: 767px) {
  .r-recruitment-message {
    margin-top: 50px;
  }
}
.r-recruitment-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
@media all and (max-width: 767px) {
  .r-recruitment-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
}
.r-recruitment-message__block {
  max-width: 453px;
  width: 50%;
}
@media all and (max-width: 767px) {
  .r-recruitment-message__block {
    max-width: 100%;
    width: 100%;
  }
}
.r-recruitment-message__img {
  margin-top: 35px;
}
@media all and (max-width: 767px) {
  .r-recruitment-message__img {
    margin-top: 30px;
  }
}
.r-recruitment-message__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.r-recruitment-message__info__ttl {
  color: #1BA975;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .r-recruitment-message__info__ttl {
    font-size: 16px;
  }
}
.r-recruitment-message__info__txt {
  margin-top: 34px;
  font-style: normal;
  font-weight: bold;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .r-recruitment-message__info__txt {
    margin-top: 20px;
    font-size: 14px;
  }
}

.r-recruitment-human {
  margin-top: 86px;
}
@media all and (max-width: 767px) {
  .r-recruitment-human {
    margin-top: 40px;
  }
}
.r-recruitment-human__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
@media all and (max-width: 767px) {
  .r-recruitment-human__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
}
.r-recruitment-human__item {
  max-width: 310px;
  background-color: #fff;
  border-radius: 20px;
  padding: 33px 30px 30px;
}
@media all and (max-width: 767px) {
  .r-recruitment-human__item {
    max-width: 100%;
    padding: 20px 30px;
  }
}
.r-recruitment-human__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.r-recruitment-human__head__ico {
  width: 79px;
}
.r-recruitment-human__head__ttl {
  color: #1BA975;
  font-size: 20px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .r-recruitment-human__head__ttl {
    font-size: 16px;
  }
}
.r-recruitment-human__block {
  border-top: 2px solid #1BA975;
  padding-top: 18px;
  margin-top: 20px;
}

.r-recruitment-job {
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .r-recruitment-job {
    margin-top: 60px;
  }
}
.r-recruitment-job__table {
  margin-top: 42px;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 30px 36px;
}
@media all and (max-width: 767px) {
  .r-recruitment-job__table {
    margin-top: 30px;
    padding: 30px;
  }
}
.r-recruitment-job__table table {
  width: 100%;
}
.r-recruitment-job__table table th, .r-recruitment-job__table table td {
  border-bottom: 2px solid #1BA975;
}
@media all and (max-width: 767px) {
  .r-recruitment-job__table table th, .r-recruitment-job__table table td {
    display: block;
  }
}
.r-recruitment-job__table table th {
  padding: 16px 0;
  width: 180px;
  font-weight: bold;
  color: #1BA975;
}
@media all and (max-width: 767px) {
  .r-recruitment-job__table table th {
    border-bottom: none;
    padding: 16px 0 0;
    width: 100%;
  }
}
.r-recruitment-job__table table td {
  padding: 16px 0 16px 30px;
}
@media all and (max-width: 767px) {
  .r-recruitment-job__table table td {
    padding: 8px 0 16px 0;
  }
}
.r-recruitment-job__table table tr:first-child th, .r-recruitment-job__table table tr:first-child td {
  padding-top: 0;
}
@media all and (max-width: 767px) {
  .r-recruitment-job__table table tr:first-child td {
    padding-top: 8px;
  }
}

.r-recruitment-results {
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .r-recruitment-results {
    margin-top: 60px;
  }
}
.r-recruitment-results__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 15px;
}
@media all and (max-width: 767px) {
  .r-recruitment-results__list {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.r-recruitment-results__item {
  max-width: 310px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 30px) / 3);
}
@media all and (max-width: 767px) {
  .r-recruitment-results__item {
    max-width: 100%;
    width: 100%;
  }
}
.r-recruitment-results__item__ttl {
  color: #1BA975;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .r-recruitment-results__item__ttl {
    font-size: 16px;
  }
}
.r-recruitment-results__table {
  margin-top: 20px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .r-recruitment-results__table {
    margin-top: 10px;
  }
}
.r-recruitment-results__table__ico {
  width: 39px;
  margin: auto;
}
.r-recruitment-results__table__th-txt {
  color: #1BA975;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.r-recruitment-results__table__head {
  width: 74px;
  border-bottom: 2px solid #1BA975;
  font-size: 14px;
  font-weight: bold;
  padding-top: 14px;
}
.r-recruitment-results__table__col {
  width: calc((100% - 74px) / 3);
  text-align: center;
  border-bottom: 2px solid #F2F2F2;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0 5px;
}
@media all and (max-width: 767px) {
  .r-recruitment-results__table__col {
    font-size: 16px;
  }
}
.r-recruitment-results__table__col span {
  font-size: 14px;
  font-weight: 500;
}
.r-recruitment-results__table__col.is-col-auto {
  width: calc((100% - 74px) / 1);
}

.r-recruitment-flow {
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .r-recruitment-flow {
    margin-top: 60px;
  }
}
.r-recruitment-flow__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media all and (max-width: 767px) {
  .r-recruitment-flow__list {
    margin-top: 30px;
  }
}
.r-recruitment-flow__item {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 767px) {
  .r-recruitment-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 20px;
  }
}
.r-recruitment-flow__head {
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  padding: 31px 0;
  position: relative;
}
@media all and (max-width: 767px) {
  .r-recruitment-flow__head {
    width: 100%;
    padding: 0 0 20px;
  }
}
.r-recruitment-flow__head:after {
  content: "";
  background-color: #1BA975;
  width: 2px;
  height: 43px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media all and (max-width: 767px) {
  .r-recruitment-flow__head:after {
    content: none;
  }
}
.r-recruitment-flow__head--num {
  font-family: "Outfit", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 61px;
  height: 38px;
  border-radius: 0 8px 8px 0;
  background: #1BA975;
}
@media all and (max-width: 767px) {
  .r-recruitment-flow__head--num {
    font-size: 18px;
    margin-left: -20px;
  }
}
.r-recruitment-flow__head__ttl {
  font-size: 20px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .r-recruitment-flow__head__ttl {
    font-size: 16px;
  }
}
.r-recruitment-flow__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 20px 20px 31px;
}
@media all and (max-width: 767px) {
  .r-recruitment-flow__txt {
    padding: 8px 0 0;
    border-top: 2px solid #1BA975;
  }
}

.r-recruitment-faq {
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .r-recruitment-faq {
    margin-top: 60px;
  }
}
.r-recruitment-faq__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media all and (max-width: 767px) {
  .r-recruitment-faq__list {
    margin-top: 30px;
  }
}
.r-recruitment-faq__item {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.r-recruitment-faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 11px;
  color: #fff;
  font-weight: bold;
  background-color: #1BA975;
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 767px) {
  .r-recruitment-faq__head {
    padding: 16px 54px 16px 20px;
  }
}
.r-recruitment-faq__head:after {
  content: "";
  background: url(../img/common/ico_arw_acc.png) no-repeat 0 0;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 18px;
  right: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.r-recruitment-faq__head.is-active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.r-recruitment-faq__head--ico, .r-recruitment-faq__ans--ico {
  font-family: "Outfit", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 2px;
}
@media all and (max-width: 767px) {
  .r-recruitment-faq__head--ico, .r-recruitment-faq__ans--ico {
    font-size: 18px;
  }
}
.r-recruitment-faq__head__ttl {
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .r-recruitment-faq__head__ttl {
    font-size: 16px;
  }
}
.r-recruitment-faq__ans {
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 11px;
}
.r-recruitment-faq__ans--ico {
  color: #1BA975;
}
.r-recruitment-faq__ans__txt {
  font-weight: bold;
}

.r-recruitment-entry {
  margin-top: 110px;
}
@media all and (max-width: 767px) {
  .r-recruitment-entry {
    margin-top: 50px;
  }
}
.r-recruitment-entry__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 20px;
  padding: 50px 80px 60px 78px;
  border-radius: 20px;
  background: -webkit-linear-gradient(350deg, #26BF87 5.67%, #008D5C 78.29%);
  background: linear-gradient(100deg, #26BF87 5.67%, #008D5C 78.29%);
}
@media all and (max-width: 767px) {
  .r-recruitment-entry__inner {
    display: block;
    padding: 30px 20px;
  }
}
.r-recruitment-entry__img {
  max-width: 502px;
  width: 70%;
}
@media all and (max-width: 767px) {
  .r-recruitment-entry__img {
    max-width: 100%;
    width: 100%;
  }
}
.r-recruitment-entry__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 270px;
}
@media all and (max-width: 767px) {
  .r-recruitment-entry__block {
    max-width: 100%;
  }
}
.r-recruitment-entry__ttl {
  color: #fff;
  font-family: "Outfit", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 100px;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .r-recruitment-entry__ttl {
    font-size: 70px;
  }
}
.r-recruitment-entry__lead {
  margin-top: -12px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
@media all and (max-width: 767px) {
  .r-recruitment-entry__lead {
    margin-top: -10px;
    font-size: 16px;
  }
}
.r-recruitment-entry__txt {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 2;
}
.r-recruitment-entry__btn {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .r-recruitment-entry__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

#rec-top .l-wrapper {
  padding-top: 0;
}
#rec-top .l-footer-fix {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#rec-top .l-footer-fix.is-active {
  opacity: 1;
  visibility: visible;
}

.r-top-container {
  position: relative;
}

.r-top-kv {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.r-top-kv__ring {
  position: absolute;
}
.r-top-kv__ring img {
  width: 100%;
}
.r-top-kv__ring--rd {
  width: 129.2142857143vw;
  top: -23.7857142857vw;
  left: -12.8571428571vw;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.r-top-kv__ring--rd.is-loaded {
  -webkit-animation: ring-animetion-r-l 1s linear 1s forwards;
          animation: ring-animetion-r-l 1s linear 1s forwards;
}
@media all and (max-width: 767px) {
  .r-top-kv__ring--rd {
    width: 238.6666666667vw;
    top: -10.1333333333vw;
    left: -73.6vw;
  }
}
.r-top-kv__ring--gr {
  width: 131.7857142857vw;
  top: -20vw;
  right: -18.7142857143vw;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.r-top-kv__ring--gr.is-loaded {
  -webkit-animation: ring-animetion-l-r 1s linear forwards;
          animation: ring-animetion-l-r 1s linear forwards;
}
@media all and (max-width: 767px) {
  .r-top-kv__ring--gr {
    width: 243.7333333333vw;
    top: 21.3333333333vw;
    right: -69.8666666667vw;
  }
}

.r-top-intro {
  position: absolute;
  top: 38.3571428571vw;
  left: 11.4285714286vw;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .r-top-intro {
    top: 118.4vw;
    left: 5.3333333333vw;
  }
}
.r-top-intro__ttl {
  max-width: 100%;
  width: 31.9285714286vw;
}
.r-top-intro__ttl img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .r-top-intro__ttl {
    width: 78.4vw;
  }
}
.r-top-intro__txt {
  margin-top: 1.1428571429vw;
  font-size: 1.2857142857vw;
  font-weight: bold;
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  .r-top-intro__txt {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.r-top-intro__btns {
  margin-top: 2.1428571429vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.r-top-intro__btns__item {
  width: 16.4285714286vw;
  max-width: 16.4285714286vw;
}
.r-top-intro__btns__link {
  padding: 1.4285714286vw;
  font-size: 1.1428571429vw;
  min-height: 4.2857142857vw;
}
.r-top-intro__btns__link:after {
  width: 1.7142857143vw;
  height: 0.7142857143vw;
  right: 1.4285714286vw;
}
.r-top-intro__btns__link:hover:after {
  right: 0.7142857143vw;
}
@media all and (max-width: 767px) {
  .r-top-intro__btns {
    margin-top: 4.2666666667vw;
  }
  .r-top-intro__btns__item {
    max-width: 100%;
    width: 43.2vw;
  }
  .r-top-intro__btns__link {
    padding: 3.7333333333vw 4.2666666667vw;
    min-height: 12.8vw;
    font-size: 4.2666666667vw;
  }
  .r-top-intro__btns__link:after {
    width: 6.4vw;
    height: 2.6666666667vw;
    right: 3.2vw;
  }
}

.r-top-about {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(27, 169, 117, 0.8)), to(rgba(27, 169, 117, 0.8)));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(27, 169, 117, 0.8) 50%, rgba(27, 169, 117, 0.8) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(27, 169, 117, 0.8) 50%, rgba(27, 169, 117, 0.8) 100%);
  padding: 18.7857142857vw 0 23.7142857143vw;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .r-top-about {
    padding: 21.3333333333vw 0;
  }
}
.r-top-about__inner {
  max-width: 1238px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}
@media all and (max-width: 767px) {
  .r-top-about__inner {
    max-width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.r-top-about__head {
  color: #fff;
  position: relative;
}
.r-top-about__head:before {
  content: "";
  background: url(../img/common/ico_ttl01.png) no-repeat 0 0;
  background-size: contain;
  width: 7px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.r-top-about__head__ttl {
  font-size: 100px;
}
@media all and (max-width: 767px) {
  .r-top-about__head__ttl {
    font-size: 21.3333333333vw;
  }
}
.r-top-about__head__txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media all and (max-width: 767px) {
  .r-top-about__head__txt {
    font-size: 4.8vw;
  }
}
.r-top-about__block {
  width: 419px;
  margin-top: 53px;
}
.r-top-about__block__txt {
  font-size: 20px;
  line-height: 2;
  color: #fff;
}
.r-top-about__block__btn {
  margin-top: 26px;
  margin-left: auto;
}
@media all and (max-width: 767px) {
  .r-top-about__block {
    width: 100%;
    margin-top: 56vw;
  }
  .r-top-about__block__txt {
    font-size: 4.8vw;
  }
  .r-top-about__block__btn {
    margin-top: 7.4666666667vw;
    max-width: 61.3333333333vw;
  }
  .r-top-about__block__btn__link {
    padding: 5.3333333333vw;
    font-size: 4.2666666667vw;
    min-height: 16vw;
  }
  .r-top-about__block__btn__link:after {
    width: 6.4vw;
    height: 2.6666666667vw;
    right: 3.2vw;
  }
}

.r-top-contents {
  overflow: hidden;
}

.r-top-interview {
  padding-top: 207px;
}
@media all and (max-width: 767px) {
  .r-top-interview {
    padding-top: 34.6666666667vw;
  }
}
.r-top-interview__inner {
  max-width: 1200px;
  margin-left: auto;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 20px;
}
@media all and (max-width: 767px) {
  .r-top-interview__inner {
    max-width: 100%;
    margin-left: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.r-top-interview__block {
  position: relative;
}
.r-top-interview__block.is-active .r-top-interview__ring--gr {
  -webkit-animation: ring-animetion-r-l 0.5s linear forwards;
          animation: ring-animetion-r-l 0.5s linear forwards;
}
.r-top-interview__block.is-active .r-top-interview__ring--rd {
  -webkit-animation: ring-animetion-l-r 0.5s linear 0.5s forwards;
          animation: ring-animetion-l-r 0.5s linear 0.5s forwards;
}
.r-top-interview__img {
  max-width: 620px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .r-top-interview__img {
    max-width: 100%;
    width: 83.7333333333vw;
    margin-left: auto;
  }
}
.r-top-interview__ring {
  position: absolute;
  margin-left: auto;
}
.r-top-interview__ring--gr {
  max-width: 710px;
  top: max(-170px, -12.1428571429vw);
  right: 0;
  left: max(-89px, -6.3571428571vw);
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
@media all and (max-width: 767px) {
  .r-top-interview__ring--gr {
    max-width: 100%;
    top: -23.2vw;
    right: 0;
    left: 4.5333333333vw;
  }
}
.r-top-interview__ring--rd {
  max-width: 705px;
  top: max(-186px, -13.2857142857vw);
  right: 0;
  left: max(-84px, -6vw);
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
@media all and (max-width: 767px) {
  .r-top-interview__ring--rd {
    max-width: 100%;
    top: -25.0666666667vw;
    right: 0;
    left: 5.0666666667vw;
  }
}
.r-top-interview__head, .r-top-workstyle__head {
  position: relative;
}
.r-top-interview__head:before, .r-top-workstyle__head:before {
  content: "";
  background: url(../img/common/ico_ttl02.png) no-repeat 0 0;
  background-size: contain;
  width: 7px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.r-top-interview__head__ttl, .r-top-workstyle__head__ttl {
  font-size: 110px;
  background: -webkit-linear-gradient(351deg, #1BA975 -6.9%, #333 38.38%);
  background: linear-gradient(99deg, #1BA975 -6.9%, #333 38.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 767px) {
  .r-top-interview__head__ttl, .r-top-workstyle__head__ttl {
    font-size: 60px;
  }
}
.r-top-interview__head__txt, .r-top-recruit__head__txt, .r-top-workstyle__head__txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: -10px;
}
@media all and (max-width: 767px) {
  .r-top-interview__head__txt, .r-top-recruit__head__txt, .r-top-workstyle__head__txt {
    font-size: 18px;
    margin-top: 2px;
  }
}
.r-top-interview__main {
  max-width: 480px;
  position: relative;
  z-index: 4;
}
.r-top-interview__main-info {
  padding-left: 20px;
  margin-top: 164px;
}
.r-top-interview__main-info__txt, .r-top-workstyle__main-info__txt {
  font-size: 20px;
  line-height: 2;
}
.r-top-interview__main-info__btn {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .r-top-interview__main {
    max-width: 100%;
    margin-top: 72px;
    padding: 0 20px;
  }
  .r-top-interview__main-info {
    padding-left: 0;
    margin-top: 18px;
  }
  .r-top-interview__main-info__txt, .r-top-workstyle__main-info__txt {
    font-size: 18px;
  }
  .r-top-interview__main-info__btn {
    margin-top: 16px;
  }
}

.r-top-workstyle {
  padding-top: 237px;
  padding-bottom: 233px;
}
@media all and (max-width: 767px) {
  .r-top-workstyle {
    padding-top: 48.5333333333vw;
    padding-bottom: 0;
  }
}
.r-top-workstyle__inner {
  max-width: 1200px;
  padding-right: 20px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}
@media all and (max-width: 767px) {
  .r-top-workstyle__inner {
    max-width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.r-top-workstyle__block {
  position: relative;
}
.r-top-workstyle__block.is-active .r-top-workstyle__ring--gr {
  -webkit-animation: ring-animetion-r-l 0.5s linear 0.5s forwards;
          animation: ring-animetion-r-l 0.5s linear 0.5s forwards;
}
.r-top-workstyle__block.is-active .r-top-workstyle__ring--rd {
  -webkit-animation: ring-animetion-l-r 0.5s linear forwards;
          animation: ring-animetion-l-r 0.5s linear forwards;
}
.r-top-workstyle__img {
  max-width: 624px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .r-top-workstyle__img {
    max-width: 100%;
    width: 86.9333333333vw;
  }
}
.r-top-workstyle__ring {
  position: absolute;
}
.r-top-workstyle__ring--gr {
  max-width: 690px;
  top: max(-242px, -17.2857142857vw);
  left: 0;
  right: max(-67px, -4.7857142857vw);
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
@media all and (max-width: 767px) {
  .r-top-workstyle__ring--gr {
    max-width: 100%;
    top: -34.1333333333vw;
    right: 3.4666666667vw;
  }
}
.r-top-workstyle__ring--rd {
  max-width: 693px;
  top: max(-228px, -16.2857142857vw);
  left: 0;
  right: max(-69px, -4.9285714286vw);
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
@media all and (max-width: 767px) {
  .r-top-workstyle__ring--rd {
    max-width: 100%;
    top: -32.2666666667vw;
    right: 3.2vw;
  }
}
@media all and (max-width: 767px) {
  .r-top-workstyle__head__txt {
    margin-top: 2px;
  }
}
.r-top-workstyle__main {
  max-width: 504px;
  margin-right: -7px;
  position: relative;
  z-index: 4;
}
.r-top-workstyle__main-info {
  padding-left: 20px;
  margin-top: 164px;
}
.r-top-workstyle__main-info__txt {
  width: 447px;
}
.r-top-workstyle__main-info__btn {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .r-top-workstyle__main {
    max-width: 100%;
    padding: 0 20px;
    margin-top: 95px;
  }
  .r-top-workstyle__main-info {
    padding-left: 0;
    margin-top: 30px;
  }
  .r-top-workstyle__main-info__txt {
    width: 100%;
  }
  .r-top-workstyle__main-info__btn {
    margin-top: 15px;
  }
}

.r-top-recruit {
  margin: 0 0 60px;
  padding: 0 40px 0 28px;
}
@media all and (max-width: 767px) {
  .r-top-recruit {
    margin: 64px 0 80px;
    padding: 0 20px;
  }
}
.r-top-recruit__inner {
  padding: 0 60px 0 72px;
  border-radius: 20px;
  background: -webkit-linear-gradient(350deg, #26BF87 5.67%, #008D5C 78.29%);
  background: linear-gradient(100deg, #26BF87 5.67%, #008D5C 78.29%);
  min-height: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
  position: relative;
  overflow: hidden;
}
.r-top-recruit__inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: -webkit-linear-gradient(7deg, #F2384D 22.64%, #B9081C 89.04%);
  background: linear-gradient(83deg, #F2384D 22.64%, #B9081C 89.04%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .r-top-recruit__inner:hover:before {
    opacity: 1;
  }
}
@media all and (max-width: 767px) {
  .r-top-recruit__inner {
    padding: 30px 30px 36px;
    min-height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.r-top-recruit__head {
  color: #fff;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .r-top-recruit__head {
    margin-top: 0;
  }
}
.r-top-recruit__head__ttl {
  font-size: 120px;
}
@media all and (max-width: 767px) {
  .r-top-recruit__head__ttl {
    font-size: 70px;
  }
}
.r-top-recruit__head__txt {
  margin-left: 10px;
}
@media all and (max-width: 767px) {
  .r-top-recruit__head__txt {
    margin-left: 0;
    margin-top: -7px;
  }
}
.r-top-recruit__block {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .r-top-recruit__block {
    margin-top: 56px;
    width: 100%;
  }
}
.r-top-recruit__block__txt {
  color: #fff;
  font-weight: bold;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .r-top-recruit__block__txt {
    font-size: 14px;
  }
}
.r-top-recruit__block__btn {
  margin-top: 12px;
}
@media all and (max-width: 767px) {
  .r-top-recruit__block__btn {
    margin-top: 5px;
  }
}

.r-workstyle-look {
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  .r-workstyle-look {
    margin-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .r-workstyle-look__ttl {
    background-position: 0 5px;
  }
}
.r-workstyle-look__ttl--txt {
  font-size: 16px;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .r-workstyle-look__ttl--txt {
    margin-top: 5px;
    display: block;
    font-size: 14px;
  }
}
.r-workstyle-look__list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 15px;
}
@media all and (max-width: 767px) {
  .r-workstyle-look__list {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.r-workstyle-look__item {
  background-color: #fff;
  border-radius: 20px;
  width: calc((100% - 30px) / 3);
  padding: 30px 20px 25px;
}
@media all and (max-width: 767px) {
  .r-workstyle-look__item {
    width: 100%;
    padding: 30px 20px 40px;
  }
}
.r-workstyle-look__item.item01 {
  width: 100%;
}
.r-workstyle-look__item__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background: url(../img/common/ico_ttl03.png) no-repeat 0 50%;
  background-size: 6px 14px;
  padding-left: 10px;
}
@media all and (max-width: 767px) {
  .r-workstyle-look__item__ttl {
    font-size: 16px;
  }
}
.r-workstyle-look__item__box01 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
}
@media all and (max-width: 767px) {
  .r-workstyle-look__item__box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
}
.r-workstyle-look__item__box01__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 18px;
}
@media all and (max-width: 767px) {
  .r-workstyle-look__item__box01__sum {
    gap: 0 15px;
  }
}
@media all and (max-width: 767px) {
  .r-workstyle-look__item__box01__sum__txt {
    white-space: nowrap;
  }
}
.r-workstyle-look__item__box01__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #1BA975;
  padding: 0 26px;
  border-radius: 10px;
  position: relative;
}
@media all and (max-width: 767px) {
  .r-workstyle-look__item__box01__items {
    padding: 10px 6px;
  }
}
.r-workstyle-look__item__box01__items:before {
  content: "";
  background: url(../img/workstyle/ico_look_hukidashi.jpg) no-repeat 0 0;
  background-size: contain;
  width: 19px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media all and (max-width: 767px) {
  .r-workstyle-look__item__box01__items:before {
    top: 0;
    left: 75%;
    -webkit-transform: translate(-50%, -100%) rotate(90deg);
            transform: translate(-50%, -100%) rotate(90deg);
  }
}
.r-workstyle-look__item__box01__items__tenpo {
  white-space: nowrap;
}
.r-workstyle-look__item__box01__items__honbu {
  margin-left: 18px;
  padding-left: 14px;
  position: relative;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .r-workstyle-look__item__box01__items__honbu {
    margin-left: 6px;
    padding-left: 6px;
  }
}
.r-workstyle-look__item__box01__items__honbu:before {
  content: "";
  width: 2px;
  height: 43px;
  background-color: #1BA975;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.r-workstyle-look__item__box02 {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 767px) {
  .r-workstyle-look__item__box02 {
    margin-top: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 20px;
  }
}
.r-workstyle-look__item__box03 {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 767px) {
  .r-workstyle-look__item__box03.is-flex-sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 12px;
  }
}
.r-workstyle-look__item__box03__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5px;
}
.r-workstyle-look__item__ico {
  width: 70px;
}
.r-workstyle-look__item__ico.is-sico {
  width: 46px;
  text-align: center;
}
.r-workstyle-look__item--txt {
  color: #1BA975;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .r-workstyle-look__item--txt {
    font-size: 16px;
  }
}
.r-workstyle-look__item--txt.is-stxt {
  font-size: 14px;
}
.r-workstyle-look__item--num {
  font-family: "Outfit", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #1BA975;
  font-size: 74px;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .r-workstyle-look__item--num {
    font-size: 60px;
  }
}
.r-workstyle-look__item--num.is-stxt {
  font-size: 56px;
}
@media all and (max-width: 767px) {
  .r-workstyle-look__item--num.is-stxt {
    font-size: 40px;
  }
}

.r-workstyle-benefits {
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .r-workstyle-benefits {
    margin-top: 60px;
  }
}
.r-workstyle-benefits__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 22px;
}
@media all and (max-width: 767px) {
  .r-workstyle-benefits__list {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px 0;
  }
}
.r-workstyle-benefits__item {
  width: calc(50% - 11px);
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 30px 26px;
}
@media all and (max-width: 767px) {
  .r-workstyle-benefits__item {
    width: 100%;
    padding: 30px;
  }
}
.r-workstyle-benefits__item__ttl {
  color: #1BA975;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 22px 0;
  border-top: 2px solid #1BA975;
  border-bottom: 2px solid #1BA975;
}
@media all and (max-width: 767px) {
  .r-workstyle-benefits__item__ttl {
    font-size: 16px;
    padding: 12px 0;
  }
}
.r-workstyle-benefits__item__txt {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .r-workstyle-benefits__item__txt {
    margin-top: 10px;
  }
}

.r-workstyle-flow {
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .r-workstyle-flow {
    margin-top: 60px;
  }
}
.r-workstyle-flow__block {
  margin-top: 25px;
}
@media all and (max-width: 767px) {
  .r-workstyle-flow__block {
    margin-top: 30px;
    margin-right: -20px;
  }
}
.r-workstyle-flow__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  width: 960px;
}
.r-workstyle-flow__first {
  width: 262px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 0 60px 30px;
  position: relative;
}
.r-workstyle-flow__first:before {
  content: "";
  background-color: #fff;
  border-radius: 20px;
  width: 78px;
  height: calc(100% - 48px);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: -1;
}
.r-workstyle-flow__first__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 38px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #1BA975;
  padding: 0 12px;
  border-radius: 4px 2px 2px 4px;
  position: relative;
}
@media all and (max-width: 767px) {
  .r-workstyle-flow__first__ttl {
    font-size: 16px;
  }
}
.r-workstyle-flow__first__ttl:after {
  content: "";
  background: url(../img/workstyle/ico_flow_first_ttl.png) no-repeat 0 0;
  background-size: contain;
  width: 46px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
}
.r-workstyle-flow__first__list {
  margin-top: 18px;
  padding: 0 30px 0 12px;
}
.r-workstyle-flow__first__item + .r-workstyle-flow__first__item {
  margin-top: 8px;
}
.r-workstyle-flow__first__item__ttl {
  color: #1BA975;
  font-weight: bold;
}
.r-workstyle-flow__first__item__txt {
  padding-left: 17px;
  font-weight: bold;
}
.r-workstyle-flow__after {
  width: 686px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 30px 20px 6px;
}
.r-workstyle-flow__after__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 24px);
  min-height: 38px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #1BA975;
  padding: 0 12px 0 47px;
  border-radius: 4px 2px 2px 4px;
  position: relative;
}
@media all and (max-width: 767px) {
  .r-workstyle-flow__after__ttl {
    font-size: 16px;
  }
}
.r-workstyle-flow__after__ttl:after {
  content: "";
  background: url(../img/workstyle/ico_flow_after_ttl.png) no-repeat 0 0;
  background-size: contain;
  width: 26px;
  height: 38px;
  position: absolute;
  top: 0;
  right: -24px;
}
.r-workstyle-flow__after__box {
  margin: 18px 0 0 37px;
  padding: 20px 36px 20px 28px;
  border-radius: 20px;
  border: 2px solid #1BA975;
}
.r-workstyle-flow__after__box__ttl {
  background: url(../img/common/ico_ttl03.png) no-repeat 0 50%;
  background-size: 6px 14px;
  color: #1BA975;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
}
@media all and (max-width: 767px) {
  .r-workstyle-flow__after__box__ttl {
    font-size: 16px;
  }
}
.r-workstyle-flow__after__box__list {
  margin-left: 10px;
}
.r-workstyle-flow__after__box__item, .r-workstyle-flow__after__box-selects__item__item {
  font-weight: bold;
  line-height: 2;
}
.r-workstyle-flow__after__box-selects {
  margin: 14px 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 15px;
}
.r-workstyle-flow__after__box-selects__item {
  max-width: 263px;
  width: 50%;
  border-radius: 20px;
  background-color: #E9F4F0;
  padding: 16px 10px 30px 15px;
}
.r-workstyle-flow__after__box-selects__item__list {
  margin: 6px 0 0 6px;
}
.r-workstyle-flow__after__box-selects__item__item {
  line-height: 1.6;
}
.r-workstyle-flow__images {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
}
@media all and (max-width: 767px) {
  .r-workstyle-flow__images {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    padding: 0 18px;
  }
}
.r-workstyle-flow__images__item {
  max-width: 300px;
  width: calc((100% - 60px) / 3);
}
@media all and (max-width: 767px) {
  .r-workstyle-flow__images__item {
    max-width: 100%;
    width: 100%;
  }
}
.r-workstyle-flow__images__item__txt {
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
}
@media all and (max-width: 767px) {
  .r-workstyle-flow__images__item__txt {
    margin-top: 10px;
    font-size: 10px;
  }
}

/* 横スクロール対象 */
.js-fake-xscroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /* ネイティブバーは使わない */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.js-fake-xscroll::-webkit-scrollbar {
  display: none;
}

/* 偽スクロールバー */
.js-fakebar {
  display: none; /* PCはJS制御 */
  width: 100%; /* ← 常時100% */
  height: 8px;
  margin-top: 10px;
  background: #fff;
  border-radius: 999px;
  /* ドラッグ操作用 */
  pointer-events: auto;
  -ms-touch-action: none;
      touch-action: none;
}

.js-fakebar-thumb {
  height: 100%;
  width: 48px; /* JSで上書き */
  background: #1BA975;
  border-radius: 999px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

/* SP：常時表示 */
@media all and (max-width: 767px) {
  .js-fakebar {
    display: block;
  }
}
.r-workstyle-career {
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .r-workstyle-career {
    margin-top: 60px;
  }
}
.r-workstyle-career__block {
  margin-top: 40px;
  overflow: auto;
}
@media all and (max-width: 767px) {
  .r-workstyle-career__block {
    margin-top: 30px;
    margin-right: -20px;
  }
}
.r-workstyle-career__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 65px;
  width: 960px;
}
.r-workstyle-career__first {
  width: 197px;
  background-color: #1BA975;
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.r-workstyle-career__first:before {
  content: "";
  background: url(../img/workstyle/ico_career_first.png) no-repeat 0 0;
  background-size: contain;
  width: 76px;
  height: 77px;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.r-workstyle-career__first__lead {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 20px;
}
@media all and (max-width: 767px) {
  .r-workstyle-career__first__lead {
    font-size: 16px;
  }
}
.r-workstyle-career__first__txt {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .r-workstyle-career__first__txt {
    font-size: 16px;
  }
}
.r-workstyle-career__job {
  width: 698px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 25px 25px;
  position: relative;
}
.r-workstyle-career__job__ttl {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-color: #1BA975;
  border-radius: 20px;
  padding: 13px 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  .r-workstyle-career__job__ttl {
    font-size: 16px;
  }
}
.r-workstyle-career__job__block {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.r-workstyle-career__job__item {
  width: 260px;
  background-color: #E9F4F0;
  border-radius: 20px;
  padding: 20px 28px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.r-workstyle-career__job__item__ttl {
  text-align: center;
  color: #1BA975;
  font-size: 20px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .r-workstyle-career__job__item__ttl {
    font-size: 16px;
  }
}
.r-workstyle-career__job__item__list {
  margin-top: 20px;
}
.r-workstyle-career__job__item__ext {
  width: 100%;
  text-align: right;
}
.r-workstyle-career__job__rotation {
  background: url(../img/workstyle/ico_career_job_rotation.png) no-repeat 50% 50%;
  background-size: contain;
  width: 175px;
  height: 188px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.r-workstyle-career__job__rotation__txt {
  text-align: center;
  color: #1BA975;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.r-workstyle-career__case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.r-workstyle-career__case-area {
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .r-workstyle-career__case-area {
    margin-top: 68px;
  }
}
@media all and (max-width: 767px) {
  .r-workstyle-career__case {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.r-workstyle-career__case__ttl {
  font-size: 24px;
  color: #1BA975;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .r-workstyle-career__case__ttl {
    font-size: 18px;
  }
}
.r-workstyle-career__case__item {
  width: calc(50% - 10px);
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 30px 30px;
}
@media all and (max-width: 767px) {
  .r-workstyle-career__case__item {
    width: 100%;
    padding: 40px 30px;
  }
}
.r-workstyle-career__case__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.r-workstyle-career__case__head__img {
  width: 100px;
}
@media all and (max-width: 767px) {
  .r-workstyle-career__case__head__img {
    width: 80px;
  }
}
.r-workstyle-career__case__head-meta {
  border-top: 2px solid #1BA975;
  border-bottom: 2px solid #1BA975;
  padding: 16px 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 767px) {
  .r-workstyle-career__case__head-meta {
    padding: 10px 0;
  }
}
.r-workstyle-career__case__head-meta__year {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}
.r-workstyle-career__case__head-meta__name {
  color: #1BA975;
  font-weight: bold;
  line-height: 1.2;
}
.r-workstyle-career__case__head-meta__name .alphabet {
  font-size: 24px;
}
@media all and (max-width: 767px) {
  .r-workstyle-career__case__head-meta__name .alphabet {
    font-size: 18px;
  }
}
.r-workstyle-career__case__table {
  margin-top: 20px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .r-workstyle-career__case__table th, .r-workstyle-career__case__table td {
    display: block;
  }
}
.r-workstyle-career__case__table th {
  width: 74px;
  border-bottom: 2px solid #1BA975;
  font-size: 14px;
  color: #1BA975;
  font-weight: bold;
  padding: 10px 0;
}
@media all and (max-width: 767px) {
  .r-workstyle-career__case__table th {
    width: 100%;
    border: none;
    padding: 10px 0 0 0;
  }
}
.r-workstyle-career__case__table td {
  border-bottom: 2px solid #F2F2F2;
  font-size: 14px;
  padding: 10px 20px;
}
@media all and (max-width: 767px) {
  .r-workstyle-career__case__table td {
    padding: 2px 0 10px 0;
    position: relative;
  }
  .r-workstyle-career__case__table td:before {
    content: "";
    background-color: #1BA975;
    width: 74px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
}
.r-workstyle-career__case__table tr:first-child th, .r-workstyle-career__case__table tr:first-child td {
  padding-top: 0;
}
@media all and (max-width: 767px) {
  .r-workstyle-career__case__table tr:first-child td {
    padding-top: 2px;
  }
}

.r-workstyle-modal {
  background-color: transparent;
  padding: 0;
  max-width: 600px;
}
.r-workstyle-modal-close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: -32px;
  right: 0;
}
.r-workstyle-modal__img img {
  width: 100%;
}
.r-workstyle-modal__txt {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .r-workstyle-modal__txt {
    font-size: 12px;
  }
}