@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #111;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
}

a {
  color: #111;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}

a:hover {
  color: #111;
  text-decoration: none;
  opacity: 0.65;
}

a:active, a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, figure, dd, dt, dl {
  margin: 0;
}

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

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  border: none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

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

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

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

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

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

/*margin*/
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0px;
  }

  .mt5 {
    margin-top: 2.5px;
  }

  .mt10 {
    margin-top: 5px;
  }

  .mt15 {
    margin-top: 7.5px;
  }

  .mt20 {
    margin-top: 10px;
  }

  .mt25 {
    margin-top: 12.5px;
  }

  .mt30 {
    margin-top: 15px;
  }

  .mt35 {
    margin-top: 17.5px;
  }

  .mt40 {
    margin-top: 20px;
  }

  .mt45 {
    margin-top: 22.5px;
  }

  .mt50 {
    margin-top: 25px;
  }

  .mt55 {
    margin-top: 27.5px;
  }

  .mt60 {
    margin-top: 30px;
  }

  .mt65 {
    margin-top: 32.5px;
  }

  .mt70 {
    margin-top: 35px;
  }

  .mt75 {
    margin-top: 37.5px;
  }

  .mt80 {
    margin-top: 40px;
  }

  .mt85 {
    margin-top: 42.5px;
  }

  .mt90 {
    margin-top: 45px;
  }

  .mt95 {
    margin-top: 47.5px;
  }

  .mt100 {
    margin-top: 50px;
  }

  .mb0 {
    margin-bottom: 0px;
  }

  .mb5 {
    margin-bottom: 2.5px;
  }

  .mb10 {
    margin-bottom: 5px;
  }

  .mb15 {
    margin-bottom: 7.5px;
  }

  .mb20 {
    margin-bottom: 10px;
  }

  .mb25 {
    margin-bottom: 12.5px;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  .mb35 {
    margin-bottom: 17.5px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .mb45 {
    margin-bottom: 22.5px;
  }

  .mb50 {
    margin-bottom: 25px;
  }

  .mb55 {
    margin-bottom: 27.5px;
  }

  .mb60 {
    margin-bottom: 30px;
  }

  .mb65 {
    margin-bottom: 32.5px;
  }

  .mb70 {
    margin-bottom: 35px;
  }

  .mb75 {
    margin-bottom: 37.5px;
  }

  .mb80 {
    margin-bottom: 40px;
  }

  .mb85 {
    margin-bottom: 42.5px;
  }

  .mb90 {
    margin-bottom: 45px;
  }

  .mb95 {
    margin-bottom: 47.5px;
  }

  .mb100 {
    margin-bottom: 50px;
  }
}
/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  margin: 2px;
  padding: 0 .3em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  outline: none;
  border-color: #000;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

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

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: .5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 0 .3em;
  resize: vertical;
  width: 100%;
}
textarea:focus {
  outline: none;
  border-color: #000;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: .5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #C5C5C5;
}

/* wordpress pager */
.pager {
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}
.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #000;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #000;
  color: #000;
}

.pager .previous, .pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}
.pager .next a:after {
  content: "≫";
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active,
.pc .pagination > li > a:hover,
.pc .pagination > li > a:focus {
  border-color: #000;
  color: #000;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi .current {
  border: 0;
  color: #fff;
  background: #000;
  font-weight: normal;
}
.wp-pagenavi a:hover {
  border: 1px solid #000;
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}

.breadcrumbs {
  margin: 2% 0;
  font-size: 1.2rem;
}
.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.breadcrumbs a {
  color: #231815;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs ul, .breadcrumbs ol {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}
.breadcrumbs li:first-child:before {
  display: none;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 5px;
  }
}
/* Slick 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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.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;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

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

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

.slick-prev {
  left: 30px;
  background: url(../img/recruiting/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(../img/recruiting/common/btn-next.png) no-repeat center center;
}

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

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

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

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

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

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

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

.slick-dots .slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: .2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date,
  .slick-archive__label {
    font-size: 1rem;
  }

  .slick-archive__title {
    font-size: 1.2rem;
  }
}
 /***************************

layout/header.scss

***************************/
/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 1024px) {
  .toggle {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    outline: none;
    position: fixed;
    width: 85px;
    min-height: 48px;
    right: 10px;
    text-align: center;
    top: 50%;
    translate: 0 -50%;
    z-index: 7;
    background: #00CC87;
    border-radius: 5px;
  }

  .toggle__txt {
    display: inline-block;
    font-family: "DM Sans", sans-serif;
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 0.05em;
  }

  .toggle__bar {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .toggle__bar, .toggle__bar::before, .toggle__bar::after {
    display: block;
    width: 15px;
    height: 1.5px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .toggle__bar::before, .toggle__bar::after {
    position: absolute;
    content: "";
  }

  .toggle__bar::before {
    top: -5px;
  }

  .toggle__bar::after {
    top: 5px;
  }
}
.toggle.active .toggle__bar {
  background-color: transparent;
}

.toggle.active .toggle__bar::before {
  -webkit-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}

.toggle.active .toggle__bar::after {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

 /***************************

 header

***************************/
.header {
  background-color: transparent;
  position: fixed;
  top: 20px;
  z-index: 999;
  padding: 20px 50px;
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 10px 30px;
  }
}
@media screen and (min-width: 1025px) {
  .header {
    width: calc(100% - 800px);
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    max-width: 540px;
    width: 100%;
    height: 70px;
    left: 50%;
    top: 0;
    padding: 10px;
    padding-right: 95px;
    translate: -50% 0;
    transition: all .6s;
  }
  .header.fixed {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
  }
  .header .logo img {
    height: calc(70px - 20px);
    object-fit: cover;
  }
}
@media screen and (max-width: 540px) {
  .header {
    max-width: 100%;
    left: 0;
    translate: 0;
  }
}
.header .pc-logo {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header .pc-logo {
    display: block;
  }
  .header .tab-logo {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header#underHead {
    top: 20px;
  }
}
@media screen and (max-width: 540px) {
  .header#underHead {
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header#underHead.fixed {
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header#underHead.open {
    top: 0;
  }
}

.gnav {
  position: fixed;
  max-width: 540px;
  width: 100%;
  height: 100lvh;
  z-index: 100;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background: #fff;
  padding-top: 100px;
}
@media screen and (max-width: 540px) {
  .gnav {
    max-width: 100%;
    left: 0;
    translate: 0;
  }
}
.gnav-inner {
  max-width: 305px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.gnav-nav {
  width: 100%;
  margin-bottom: 30px;
}
.gnav-nav li:not(:last-child) {
  margin-bottom: 20px;
}
.gnav-nav li a {
  font-size: 1.5rem;
  font-weight: 600;
}
.gnav-nav li a.now {
  color: #009A63;
}
.gnav-recruit {
  border-top: 1px solid #D5DCE5;
  padding-top: 30px;
  margin-bottom: 30px;
}
.gnav-recruit-ttl {
  font-size: 1.5rem;
  font-weight: 600;
  color: #00CC87;
  margin-bottom: 15px;
}
.gnav-recruit .btn-A {
  min-height: 60px;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.gnav .corporate-link {
  display: inline-block;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.gnav .corporate-link:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 13px;
  height: 11px;
  background: url(../img/recruiting/common/link-icn.png);
  margin-left: 10px;
  vertical-align: middle;
}
.gnav .sns-link {
  display: flex;
  align-items: center;
  gap: 30px;
}
.gnav .sns-link p {
  font-weight: 600;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  color: #6A7077;
}
.gnav .sns-link ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.gnav .sns-link ul li a {
  font-size: 2.4rem;
}

.fnav {
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1025px) {
  .fnav {
    max-width: 220px;
    top: 20px;
    right: 20px;
  }
}
.fnav-nav {
  width: 100%;
  padding: 25px 30px;
  background: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .fnav-nav {
    max-width: 515px;
    width: 95%;
  }
}
.fnav-nav li:not(:last-child) {
  margin-bottom: 15px;
}
.fnav-nav li a {
  font-size: 1.5rem;
  font-weight: 600;
}
.fnav-nav li a.now {
  color: #009A63;
}

.fnav-recruit-nav {
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .fnav-recruit-nav {
    max-width: 515px;
    width: 95%;
  }
}
.fnav-recruit-nav-ttl {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 30px;
  color: #fff;
  background: #00CC87;
  border-radius: 3px;
}
.fnav-recruit-nav-ttl:before, .fnav-recruit-nav-ttl:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: 20px;
  z-index: 2;
  translate: 0 -50%;
}
.fnav-recruit-nav-ttl:after {
  rotate: 90deg;
  transition: all .6s;
}
.fnav-recruit-nav-ttl:hover {
  cursor: pointer;
}
.fnav-recruit-nav-ttl.is-open {
  border-radius: 3px 3px 0 0;
}
.fnav-recruit-nav-ttl.is-open:after {
  rotate: 180deg;
}
.fnav-recruit-nav-list {
  width: 100%;
  padding: 20px 30px;
  background: #fff;
  border-radius: 0 0 3px 3px;
}
.fnav-recruit-nav-list li.under {
  position: relative;
  margin: 0 0 10px;
  padding-left: 15px;
}
.fnav-recruit-nav-list li.under:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 2px;
  background: lightgray;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: 2;
}
.fnav-recruit-nav-list li.under a {
  font-size: 1.4rem;
  color: #505050;
}
.fnav-recruit-nav-list li a {
  font-size: 1.5rem;
  font-weight: 600;
}

 /***************************

layout/footer.scss

***************************/
.footer {
  position: relative;
  max-width: 540px;
  width: 100%;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .footer {
    margin-left: calc(100% - 800px);
  }
}
.footer-inner {
  width: 100%;
  background: #EFF0F2;
  border-radius: 25px 25px 0 0;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 40px 0;
  }
}
.footer .logo {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer .logo {
    margin-bottom: 30px;
  }
}
.footer .sub-nav {
  width: 100%;
  margin-bottom: 5px;
}
.footer .sub-nav li:not(:last-child) {
  margin-bottom: 1px;
}
.footer .sub-nav li:first-child a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.footer .sub-nav li:last-child a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.footer .sub-nav li a {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 10px 20px;
  background: #fff;
}
.footer .sub-recruit {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer .sub-recruit {
    margin-bottom: 30px;
  }
}
.footer .sub-recruit-ttl {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  padding: 10px 20px;
  padding-right: 35px;
  border-radius: 3px;
  background: #00CC87;
  transition: all .6s;
}
.footer .sub-recruit-ttl:before, .footer .sub-recruit-ttl:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 2px;
  background: #fff;
  right: 22px;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
}
.footer .sub-recruit-ttl:after {
  rotate: 90deg;
  transition: all .6s;
}
.footer .sub-recruit-ttl:hover {
  cursor: pointer;
}
.footer .sub-recruit-ttl.is-open {
  border-radius: 3px 3px 0 0;
}
.footer .sub-recruit-ttl.is-open:after {
  rotate: 180deg;
}
.footer .sub-recruit-nav {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 0 0 3px 3px;
}
.footer .sub-recruit-nav li {
  position: relative;
}
.footer .sub-recruit-nav li.under {
  padding-left: 15px;
}
.footer .sub-recruit-nav li.under:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 2px;
  background: lightgray;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: 2;
}
.footer .sub-recruit-nav li.under a {
  font-size: 1.4rem;
  color: #505050;
}
.footer .sub-recruit-nav li a {
  font-size: 1.5rem;
}
.footer .corporate-link {
  display: inline-block;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.footer .corporate-link:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 13px;
  height: 11px;
  background: url(../img/recruiting/common/link-icn.png);
  margin-left: 10px;
  vertical-align: middle;
}
.footer .sns-link {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer .sns-link p {
  font-weight: 600;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  color: #6A7077;
}
.footer .sns-link ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer .sns-link ul li a {
  font-size: 2.4rem;
}
.footer small {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
  color: #B7BBC1;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .footer small {
    margin-top: 30px;
  }
}
.footer .bread-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 24px;
  max-width: 440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.footer .bread-list li {
  position: relative;
}
.footer .bread-list li:not(:last-child):after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #B1B5BC;
  border-right: 2px solid #B1B5BC;
  rotate: 45deg;
  right: -12px;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}
.footer .bread-list li:not(:last-child) a {
  color: #00CC87;
  text-decoration: underline;
}
.footer .bread-list li:last-child a {
  pointer-events: none;
}
.footer .bread-list li a {
  font-weight: 600;
  font-size: 1.2rem;
}

/*////////////////////////

 user common css

////////////////////////*/
body {
  position: relative;
}
body.open {
  overflow: hidden;
}
body.open:after {
  position: fixed;
  content: '';
  width: 100vw;
  height: 100lvh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all .6s;
}
@media screen and (min-width: 1025px) {
  body.open:after {
    display: none;
  }
}

.main {
  position: relative;
  width: 100%;
}

.back-wrap {
  position: fixed;
  width: 100%;
  height: 100lvh;
  top: 0;
  left: 0;
  z-index: -1;
}

.content-wrap {
  max-width: 540px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 3px 3px 0 0;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .content-wrap {
    margin-left: calc(100% - 800px);
  }
}
@media screen and (max-width: 540px) {
  .content-wrap {
    margin-top: 0;
  }
}

.wrap {
  max-width: 440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.sp_550 {
  display: none;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}
@media screen and (max-width: 550px) {
  .pc_550 {
    display: none;
  }

  .sp_550 {
    display: block;
  }
}
/*////////////////////////

fonts

////////////////////////*/
.bold {
  font-weight: bold;
}

.ls_5 {
  letter-spacing: 0.05em;
}

.lh_2 {
  line-height: 2;
}

.lh_18 {
  line-height: 1.8;
}

.lh_1 {
  line-height: 1;
}

.thin {
  font-weight: 100;
}

.ex-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sm-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ex-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
}

.wix-md {
  font-family: "Wix Madefor Display", sans-serif;
}

.fz40 {
  font-size: clamp(3.2rem, 5.20833vw, 4rem);
}

.fz32 {
  font-size: clamp(2.6rem, 4.16667vw, 3.2rem);
}

.fz26 {
  font-size: clamp(2.2rem, 3.38542vw, 2.6rem);
}

.fz24 {
  font-size: clamp(2rem, 3.125vw, 2.4rem);
}

.fz20 {
  font-size: clamp(1.8rem, 2.60417vw, 2rem);
}

.fz18 {
  font-size: 1.8rem;
}

.fz15 {
  font-size: 1.5rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz12 {
  font-size: 1.2rem;
}

.underline {
  text-decoration: underline;
}

.col_green {
  color: #009A63;
}

.col_l-green {
  color: #00CC87;
}

.col_l-gray {
  color: #C2C6CE;
}

.col_white {
  color: #fff;
}

.symbol {
  position: relative;
  padding-left: 1em;
}
.symbol:before {
  position: absolute;
  content: '';
  width: 0.46em;
  height: 0.46em;
  background: #00CC87;
  border-radius: 100%;
  left: 0;
  top: calc(((1em * 1.6) / 2) - 0.23em);
}

.symbol02 {
  position: relative;
  padding-left: 1em;
}
.symbol02:before {
  position: absolute;
  content: '';
  width: 0.75em;
  height: 0.75em;
  background: #00CC87;
  border-radius: 100%;
  left: 0;
  top: calc(((1em * 1.6) / 2) - 0.375em);
}

.atten {
  position: relative;
  padding-left: 1em;
}
.atten:before {
  position: absolute;
  content: '※';
  width: 1em;
  height: 1em;
  left: 0;
  top: 0;
}

/***************************

object/project/effects.scss

***************************/
/*ロード時にフェードイン*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*スクロールフェードイン*/
.fadeInTop {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  visibility: visible !important;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInBottom {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  visibility: visible !important;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes aboutText {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@-webkit-keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes faq {
  0% {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  100% {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.8;
    visibility: visible;
  }
}
/*////////////////////////

btn

////////////////////////*/
.btn-A {
  position: relative;
  max-width: 400px;
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  font-size: clamp(1.6rem, 2.34375vw, 1.8rem);
  font-weight: 600;
  color: #fff;
  padding: 10px 70px 10px 30px;
  border-radius: 3px;
  background: linear-gradient(225deg, #00E195, #00C683);
}
@media screen and (max-width: 500px) {
  .btn-A {
    padding-right: 50px;
  }
}
.btn-A:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 55%;
  background: #C5FFD3;
  top: 50%;
  right: 70px;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .btn-A:before {
    right: 50px;
  }
}
.btn-A:after {
  position: absolute;
  content: '';
  width: 70px;
  height: 100%;
  background: url(../img/recruiting/common/arrow-w.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  transition: background-position .6s;
}
@media screen and (max-width: 500px) {
  .btn-A:after {
    width: 50px;
  }
}
.btn-A:hover {
  color: #fff;
  opacity: 1;
}
.btn-A:hover:after {
  background-position: 50px center;
}
@media screen and (max-width: 500px) {
  .btn-A:hover:after {
    background-position: 30px center;
  }
}

.btn-back {
  position: relative;
  max-width: 220px;
  width: 100%;
  min-height: 72px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: clamp(1.6rem, 2.34375vw, 1.8rem);
  font-weight: 600;
  color: #fff;
  padding: 10px 30px 10px 70px;
  border-radius: 3px;
  background: linear-gradient(225deg, #00E195, #00C683);
}
@media screen and (max-width: 500px) {
  .btn-back {
    padding-left: 50px;
  }
}
.btn-back:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 55%;
  background: #C5FFD3;
  top: 50%;
  left: 70px;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .btn-back:before {
    left: 50px;
  }
}
.btn-back:after {
  position: absolute;
  content: '';
  width: 70px;
  height: 100%;
  background: url(../img/recruiting/common/arrow-w.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  rotate: 180deg;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  transition: background-position .6s;
}
@media screen and (max-width: 500px) {
  .btn-back:after {
    width: 50px;
  }
}
.btn-back:hover {
  color: #fff;
  opacity: 1;
}
.btn-back:hover:after {
  background-position: 50px center;
}
@media screen and (max-width: 500px) {
  .btn-back:hover:after {
    background-position: 30px center;
  }
}

.btn-pdf {
  position: relative;
  max-width: 400px;
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  font-size: clamp(1.6rem, 2.34375vw, 1.8rem);
  font-weight: 600;
  color: #00CC87;
  padding: 10px 70px 10px 30px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #00CC87;
}
@media screen and (max-width: 500px) {
  .btn-pdf {
    padding-right: 50px;
  }
}
.btn-pdf:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 55%;
  background: #C5FFD3;
  top: 50%;
  right: 70px;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .btn-pdf:before {
    right: 50px;
  }
}
.btn-pdf:after {
  position: absolute;
  content: '';
  width: 70px;
  height: 100%;
  background: url(../img/recruiting/common/link-g-icn.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  transition: background-position .6s;
}
@media screen and (max-width: 500px) {
  .btn-pdf:after {
    width: 50px;
  }
}
.btn-pdf:hover {
  color: #fff;
  opacity: 1;
  background: #00CC87;
}
.btn-pdf:hover:after {
  background: url(../img/recruiting/common/link-w-icn.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
}

.btn-line {
  position: relative;
  max-width: 400px;
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  font-size: clamp(1.6rem, 2.34375vw, 1.8rem);
  font-weight: 600;
  color: #fff;
  padding: 10px 70px 10px 30px;
  border-radius: 3px;
  background: #06C755;
}
@media screen and (max-width: 500px) {
  .btn-line {
    padding-right: 50px;
  }
}
.btn-line:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 55%;
  background: #C5FFD3;
  top: 50%;
  right: 70px;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .btn-line:before {
    right: 50px;
  }
}
.btn-line:after {
  position: absolute;
  content: '';
  width: 70px;
  height: 100%;
  background: url(../img/recruiting/common/link-w-icn.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  transition: background-position .6s;
}
@media screen and (max-width: 500px) {
  .btn-line:after {
    width: 50px;
  }
}
.btn-line:hover {
  color: #fff;
  opacity: 1;
}
.btn-line:hover:after {
  background-position: 50px center;
}
@media screen and (max-width: 500px) {
  .btn-line:hover:after {
    background-position: 30px center;
  }
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .tab-center {
    margin: 0 auto;
  }
}
/*////////////////////////

hdg__

////////////////////////*/
.hdg_01 {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media screen and (max-width: 500px) {
  .hdg_01 {
    padding: 0 15px;
  }
}
.hdg_01__en {
  font-size: clamp(6.6rem, 12.5vw, 9.6rem);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #00CC87;
  line-height: 1;
}
.hdg_01__en.col_white {
  color: #fff;
}
.hdg_01__ja {
  font-size: clamp(2rem, 3.38542vw, 2.6rem);
  font-weight: 700;
  line-height: 1;
}

.hdg_02 {
  position: relative;
  width: 100%;
  padding-top: 30px;
  border-top: 2px solid #EFF0F2;
  font-size: clamp(2.6rem, 4.16667vw, 3.2rem);
}
.hdg_02:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 4px;
  background: #00CC87;
  z-index: 2;
  top: -2px;
  left: 0;
}

.hdg_03 {
  width: 100%;
  min-height: 52px;
  font-size: 2rem;
  padding: 10px 20px;
  color: #fff;
  background: #333;
  border-radius: 3px;
}

.hdg_04 {
  width: 100%;
  font-size: 2rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #00CC87;
  color: #00CC87;
}

/***************************

object/project/top.scss

***************************/
.back-wrap.top .mvslider {
  width: 100%;
}
.back-wrap.top .mvslider .swiper-wrapper {
  transition-timing-function: linear;
}
.back-wrap.top .mvslider .mvslider-slide {
  width: fit-content !important;
  height: auto;
}
.back-wrap.top .mvslider .mvslider-slide img {
  height: 100lvh;
  object-fit: cover;
}
.back-wrap.top .mv-copy {
  position: absolute;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #111;
  z-index: 3;
  top: 50%;
  left: 5vw;
  translate: 0 -50%;
}

.content-wrap.top {
  margin-top: 100lvh;
}

.top01 {
  width: 100%;
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .top01 {
    padding: 70px 0;
  }
}

.message-scroll-wrap {
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 35px;
  margin-top: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .message-scroll-wrap {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.message-scroll {
  display: flex;
  gap: 35px;
  animation: messageScroll 20s linear infinite both;
}
.message-scroll li {
  min-width: 240px;
}
.message-scroll li:nth-child(even) {
  margin-top: 40px;
}
.message-scroll li img {
  border-radius: 3px;
}

@keyframes messageScroll {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -100% 0;
  }
}
.top02 {
  width: 100%;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .top02 {
    padding-bottom: 90px;
  }
}
.top02 .t-about_ttl {
  position: relative;
  display: block;
  z-index: 2;
  margin-top: -50px;
}
.top02 .t-about_ttl .hdg_01__ja {
  vertical-align: super;
  margin-left: 20px;
}

.t-about_head {
  width: 100%;
}
.t-about_head img {
  width: 100%;
}

.t-about-link {
  width: 100%;
}
.t-about-link li {
  position: relative;
  background: linear-gradient(270deg, #00CC87 58px, #D5DCE5 58px);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.t-about-link li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px 0;
  padding-right: 58px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .t-about-link li a {
    padding: 15px 0;
    padding-right: 58px;
  }
}
.t-about-link li a:after {
  position: absolute;
  content: '';
  width: 58px;
  height: 100%;
  background: url(../img/recruiting/common/arrow.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  transition: background-position .6s;
}
.t-about-link li a:hover:after {
  background-position: 38px center;
}

.top03 {
  width: 100%;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top03 {
    padding-bottom: 60px;
  }
}

.t-people-link {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .t-people-link {
    margin-bottom: 30px;
  }
}
.t-people-link li {
  position: relative;
  width: 100%;
}
.t-people-link li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 30px;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 500px) {
  .t-people-link li a {
    padding: 10px 15px;
  }
}
.t-people-link li a:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/recruiting/common/arrow-w.png);
  bottom: 35px;
  right: 40px;
  z-index: 3;
  transition: all .6s;
}
.t-people-link li a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(180deg, transparent, #000);
  left: 0;
  top: 0;
  z-index: -1;
}
.t-people-link li a:hover {
  opacity: 1;
}
.t-people-link li a:hover:after {
  translate: 10px 0;
}

.top04 {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 150px;
  margin-top: 100px;
  background: #00CC87;
  border-radius: 0 0 3px 3px;
}
@media screen and (max-width: 768px) {
  .top04 {
    padding-bottom: 80px;
    margin-top: 50px;
  }
}
.top04:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100px;
  background: #00CC87;
  top: -99px;
  left: 50%;
  translate: -50% 0;
  clip-path: ellipse(52% 100% at 50% 100%);
}
@media screen and (max-width: 768px) {
  .top04:before {
    height: 50px;
    top: -49px;
  }
}

.t-culture-link {
  width: calc(100% - 30px);
  margin-left: auto;
}
.t-culture-link li {
  position: relative;
  width: 100%;
}
.t-culture-link li:not(:last-child) {
  margin-bottom: 5px;
}
.t-culture-link li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  padding-right: 50px;
  z-index: 3;
  font-size: clamp(1.8rem, 2.86458vw, 2.2rem);
  color: #fff;
}
@media screen and (max-width: 500px) {
  .t-culture-link li a {
    padding: 20px;
    padding-right: 40px;
  }
}
.t-culture-link li a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 3px 0 0 3px;
  opacity: 0.5;
  background: linear-gradient(180deg, transparent, #000);
}
.t-culture-link li a:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/recruiting/common/arrow-w.png);
  bottom: 30px;
  right: 40px;
  z-index: 2;
  transition: all .6s;
}
@media screen and (max-width: 500px) {
  .t-culture-link li a:after {
    right: 30px;
  }
}
.t-culture-link li a:hover {
  opacity: 1;
}
.t-culture-link li a:hover:after {
  translate: 10px 0;
}
.t-culture-link li img {
  width: 100%;
  border-radius: 3px 0 0 3px;
}

.top05 {
  width: 100%;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top05 {
    padding-bottom: 60px;
  }
}

.join-head {
  width: 100%;
}
.join-head-ttl {
  position: relative;
  z-index: 3;
  margin-top: -110px;
  text-align: center;
}

.joinslider {
  width: 100%;
}
.joinslider .swiper-wrapper {
  transition-timing-function: linear;
}
.joinslider .joinslider-slide {
  width: fit-content !important;
  height: auto;
}
.joinslider .joinslider-slide img {
  height: 450px;
  object-fit: cover;
}
@media screen and (max-width: 500px) {
  .joinslider .joinslider-slide img {
    height: 350px;
  }
}

/***************************

object/project/subpage.scss

***************************/
.back-wrap.under {
  background: url(https://placehold.jp/3d4070/ffffff/1920x985.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.subpage {
  position: relative;
  width: 100%;
}
.subpage img {
  width: 100%;
}
@media screen and (min-width: 541px) {
  .subpage img {
    border-radius: 3px 3px 0 0;
  }
}
.subpage-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .subpage-inner {
    padding: 30px 0;
  }
}
.subpage-ttl {
  display: flex;
  flex-direction: column;
  padding-left: 23px;
  color: #fff;
  border-left: 8px solid #00CC87;
}
.subpage-ttl_en {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(5.2rem, 9.375vw, 7.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}
.subpage-ttl_ja {
  font-size: clamp(2rem, 2.86458vw, 2.2rem);
}

.u-section:last-child {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .u-section:last-child {
    padding-bottom: 60px;
  }
}

/***************************

object/project/message.scss

***************************/
.back-wrap.message {
  background: url(../img/recruiting/message/body-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.message01 {
  width: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .message01 {
    padding-top: 40px;
  }
}

/***************************

object/project/about.scss

***************************/
.back-wrap.about {
  background: url(../img/recruiting/about/body-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .subpage.about .subpage-inner {
    padding-bottom: 60px;
  }
}

.about01 {
  width: 100%;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .about01 {
    margin-bottom: 70px;
  }
}

.about-page-link {
  position: relative;
  width: 100%;
  border-radius: 25px;
  background: #EFF0F2;
  padding: 60px 20px;
  translate: 0 -20px;
  z-index: 4;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about-page-link {
    padding: 30px 20px;
    margin-bottom: 40px;
  }
}
.about-page-link ul {
  max-width: 400px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .about-page-link ul {
    gap: 10px 15px;
  }
}
@media screen and (max-width: 425px) {
  .about-page-link ul {
    grid-template-columns: 1fr;
  }
}
.about-page-link ul li {
  position: relative;
  padding-bottom: 18px;
  border-bottom: 1px solid #D5DCE5;
}
@media screen and (max-width: 768px) {
  .about-page-link ul li {
    padding-bottom: 10px;
  }
}
.about-page-link ul li a {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  padding-left: 35px;
}
.about-page-link ul li a:before {
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  background: #00CC87;
  border-radius: 100%;
  left: 0;
  top: -1px;
  z-index: 1;
}
.about-page-link ul li a:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 8.5px;
  top: 7.5px;
  z-index: 2;
  rotate: 45deg;
}

.feature-list {
  width: 100%;
}
.feature-list-block {
  width: 100%;
  counter-increment: count;
}
.feature-list-block:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .feature-list-block:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 541px) {
  .feature-list-block:nth-child(odd) dt {
    padding-left: 40px;
  }
}
@media screen and (min-width: 541px) {
  .feature-list-block:nth-child(odd) dt img {
    border-radius: 3px 0 0 3px;
  }
}
@media screen and (min-width: 541px) {
  .feature-list-block:nth-child(even) dt {
    padding-right: 40px;
  }
}
.feature-list-block:nth-child(even) dt:before {
  text-align: right;
}
@media screen and (min-width: 541px) {
  .feature-list-block:nth-child(even) dt img {
    border-radius: 0 3px 3px 0;
  }
}
.feature-list-block dt {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .feature-list-block dt {
    margin-bottom: 30px;
  }
}
.feature-list-block dt:before {
  position: absolute;
  content: "0" counter(count);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(6rem, 10.41667vw, 8rem);
  color: #00CC87;
  letter-spacing: -0.04em;
  line-height: 1;
  max-width: 400px;
  width: 95%;
  left: 50%;
  bottom: -20px;
  translate: -50% 0;
  z-index: 2;
}
@media screen and (max-width: 440px) {
  .feature-list-block dt:before {
    width: calc(100% - 40px);
  }
}
.feature-list-block dt img {
  width: 100%;
}
.feature-list-block dd {
  max-width: 440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.about02 {
  width: 100%;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .about02 {
    margin-bottom: 70px;
  }
}

.number-data {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 500px) {
  .number-data {
    grid-template-columns: 1fr;
  }
}
.number-data.col2 {
  grid-template-columns: 1fr;
}
.number-data:not(:last-child) {
  margin-bottom: 10px;
}
.number-data-box {
  padding: 25px 20px;
  background: #EFF0F2;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #00CC87;
}
@media screen and (max-width: 500px) {
  .number-data-box {
    text-align: center;
  }
}
.number-data-box h4 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #707070;
}
.number-data-box h4 span {
  border-bottom: 1px solid #707070;
}
.number-data-box .data_countup {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  font-size: 1.8rem;
  color: #00CC87;
}
@media screen and (max-width: 500px) {
  .number-data-box .data_countup {
    justify-content: center;
  }
}
.number-data-box .data_countup_num {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(3.8rem, 6.25vw, 4rem);
  letter-spacing: -0.01em;
  line-height: 1;
}
.number-data-box .note {
  font-size: 0.9rem;
  font-weight: 500;
  color: #6C6E73;
  margin-top: 20px;
}
.number-data-box .age-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 500px) {
  .number-data-box .age-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 20px;
  }
}
.number-data-box .age-box:not(:last-child) {
  margin-bottom: 15px;
}
.number-data-box .age-box .age {
  min-width: 78px;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2.2rem, 3.38542vw, 2.6rem);
  letter-spacing: -0.04em;
}
@media screen and (max-width: 500px) {
  .number-data-box .age-box .age {
    width: 100%;
  }
}
.number-data-box .age-box .age span {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-left: 5px;
}
.number-data-box .age-box .distribution-box {
  display: flex;
  gap: 5px;
  width: 160px;
  height: 30px;
}
@media screen and (max-width: 500px) {
  .number-data-box .age-box .distribution-box {
    width: 60%;
    height: auto;
  }
}
.number-data-box .age-box .distribution {
  position: relative;
  width: 12px;
  height: 30px;
  background: #CED1D8;
  clip-path: url(#svgPath);
}
@media screen and (max-width: 500px) {
  .number-data-box .age-box .distribution {
    width: calc((100% - 45px) / 10);
    height: auto;
    aspect-ratio: 2/5;
  }
}
.number-data-box .age-box .distribution.ten {
  background: #00CC87;
}
.number-data-box .age-box .distribution.nine {
  background: linear-gradient(90deg, #00CC87 90%, #CED1D8 90%);
}
.number-data-box .age-box .distribution.eight-nine {
  background: linear-gradient(90deg, #00CC87 89%, #CED1D8 89%);
}
.number-data-box .age-box .distribution.eight-four {
  background: linear-gradient(90deg, #00CC87 84%, #CED1D8 84%);
}
.number-data-box .age-box .distribution.eight {
  background: linear-gradient(90deg, #00CC87 80%, #CED1D8 80%);
}
.number-data-box .age-box .distribution.seven {
  background: linear-gradient(90deg, #00CC87 70%, #CED1D8 70%);
}
.number-data-box .age-box .distribution.six {
  background: linear-gradient(90deg, #00CC87 60%, #CED1D8 60%);
}
.number-data-box .age-box .distribution.five-seven {
  background: linear-gradient(90deg, #00CC87 57%, #CED1D8 57%);
}
.number-data-box .age-box .distribution.five-four {
  background: linear-gradient(90deg, #00CC87 54%, #CED1D8 54%);
}
.number-data-box .age-box .distribution.five {
  background: linear-gradient(90deg, #00CC87 50%, #CED1D8 50%);
}
.number-data-box .age-box .distribution.four {
  background: linear-gradient(90deg, #00CC87 40%, #CED1D8 40%);
}
.number-data-box .age-box .distribution.three {
  background: linear-gradient(90deg, #00CC87 30%, #CED1D8 30%);
}
.number-data-box .age-box .distribution.two {
  background: linear-gradient(90deg, #00CC87 20%, #CED1D8 20%);
}
.number-data-box .age-box .distribution.one-six {
  background: linear-gradient(90deg, #00CC87 16%, #CED1D8 16%);
}
.number-data-box .age-box .distribution.one {
  background: linear-gradient(90deg, #00CC87 10%, #CED1D8 10%);
}
.number-data-box .gender-radio {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 500px) {
  .number-data-box .gender-radio {
    justify-content: center;
  }
}
.number-data-box .gender-radio-box:not(:last-child) {
  position: relative;
}
.number-data-box .gender-radio-box:not(:last-child):after {
  position: absolute;
  content: ':';
  font-family: "DM Sans", sans-serif;
  font-size: clamp(3.8rem, 6.25vw, 4.8rem);
  line-height: 1;
  color: #00CC87;
  right: -20px;
  bottom: 0;
}

.about03 {
  width: 100%;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .about03 {
    margin-bottom: 70px;
  }
}

.deployment-list {
  width: 100%;
  margin-bottom: 40px;
}
.deployment-list-block {
  position: relative;
  width: 100%;
}
.deployment-list-block:not(:last-child) {
  margin-bottom: 50px;
}
.deployment-list-block .num {
  position: absolute;
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  color: #00CC87;
  letter-spacing: -0.04em;
  writing-mode: tb-rl;
  top: 0;
  left: -20px;
}
.deployment-list-block .img img {
  border-radius: 3px;
}
.deployment-list-block .ttl {
  position: relative;
  display: block;
  width: fit-content;
  font-size: clamp(2.2rem, 3.38542vw, 2.6rem);
  line-height: 1;
  color: #fff;
  background: #00CC87;
  border-radius: 3px;
  padding: 10px 15px;
  z-index: 2;
  margin-top: -30px;
  margin-bottom: 20px;
}

.deployment-flag {
  position: relative;
  width: 100%;
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px 3px;
  color: #00CC87;
  line-height: 1.1;
  border: 2px solid #00CC87;
  border-radius: 22px;
  background: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.deployment-flag:before {
  position: absolute;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #00CC87;
  bottom: -12px;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
.deployment-flag:after {
  position: absolute;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #fff;
  bottom: -8px;
  left: 50%;
  translate: -50% 0;
  z-index: 3;
}

.deployment-other {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.deployment-other li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 47px;
  background: #EFF0F2;
  border-radius: 3px;
  line-height: 1;
}
.deployment-other li span {
  font-size: 1rem;
}

.overview-list {
  width: 100%;
}
.overview-list-block {
  width: 100%;
  display: flex;
  border-top: 1px solid #D5DCE5;
}
@media screen and (max-width: 425px) {
  .overview-list-block {
    flex-wrap: wrap;
    border-top: none;
  }
}
.overview-list-block:last-child {
  border-bottom: 1px solid #D5DCE5;
}
.overview-list-block dt {
  display: inline-flex;
  align-items: center;
  width: 130px;
  font-size: 1.5rem;
  padding: 15px;
  background: #EFF0F2;
}
@media screen and (max-width: 425px) {
  .overview-list-block dt {
    width: 100%;
    padding: 10px 15px;
  }
}
.overview-list-block dd {
  width: calc(100% - 130px);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 15px;
}
@media screen and (max-width: 425px) {
  .overview-list-block dd {
    width: 100%;
    padding: 10px 15px;
  }
}

.about05 {
  width: 100%;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .about05 {
    margin-bottom: 70px;
  }
}

/***************************

object/project/people.scss

***************************/
.back-wrap.people {
  background: url(../img/recruiting/people/body-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.people01 {
  width: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .people01 {
    padding-top: 40px;
  }
}

.interview-list {
  width: 100%;
}
.interview-list-block {
  position: relative;
  width: 100%;
}
.interview-list-block:not(:last-child) {
  margin-bottom: 50px;
}
.interview-list-block a {
  position: relative;
  display: block;
}
.interview-list-block a:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: linear-gradient(45deg, #00C683, #00E195);
  z-index: 2;
  bottom: 0;
  right: 0;
}
.interview-list-block a:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-image: url(../img/recruiting/common/arrow-w.png);
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 14px;
  right: 14px;
  z-index: 3;
  transition: translate .6s;
}
.interview-list-block a:hover:after {
  translate: 7px 0;
}
.interview-list-block a:hover .img img {
  scale: 1.1;
}
.interview-list-block .num {
  position: absolute;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  writing-mode: tb-rl;
  color: #00CC87;
  left: -20px;
  top: 0;
  letter-spacing: -0.04em;
}
.interview-list-block .img {
  border-radius: 3px;
  overflow: hidden;
}
.interview-list-block .img img {
  border-radius: 3px;
  transition: scale .6s;
}
.interview-list-block .ttl {
  position: relative;
  min-width: 245px;
  width: fit-content;
  font-size: clamp(1.8rem, 2.60417vw, 2rem);
  background: #fff;
  padding-top: 10px;
  padding-right: 15px;
  margin-top: -35px;
  z-index: 2;
  margin-bottom: 5px;
}
.interview-list-block p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

/* interview */
.back-wrap.iv01 {
  background: url(../img/recruiting/people/interview01/body-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.back-wrap.iv02 {
  background: url(../img/recruiting/people/interview02/body-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.back-wrap.iv03 {
  background: url(../img/recruiting/people/interview03/body-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.subpage.interview .subpage-inner {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 0;
}
@media screen and (max-width: 500px) {
  .subpage.interview .subpage-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.subpage.interview .interview-num {
  position: absolute;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  writing-mode: tb-rl;
  letter-spacing: -0.04em;
  color: #00CC87;
  z-index: 3;
  top: 25px;
  right: 25px;
}
.subpage.interview .interview-ttl {
  position: relative;
  font-size: clamp(2.2rem, 3.38542vw, 2.6rem);
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  z-index: 5;
}
.subpage.interview .interview-ttl span {
  display: block;
  width: fit-content;
  padding: 8px 15px 5px 15px;
  background: #00CC87;
  border-radius: 3px;
}

.interview01 {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .interview01 {
    margin-bottom: 50px;
  }
}

.interview-data {
  position: relative;
  width: 100%;
  background: #EFF0F2;
  border-radius: 25px;
  padding-top: 60px;
  padding-bottom: 50px;
  z-index: 1;
  margin-top: -20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .interview-data {
    padding-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
}

.interview-info {
  width: 100%;
}
.interview-info-block {
  width: 100%;
}
.interview-info-block:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .interview-info-block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.interview-info-block.last {
  border-radius: 25px;
  padding: 80px 0;
  background: #ECF9F5;
}
@media screen and (max-width: 768px) {
  .interview-info-block.last {
    padding: 40px 0;
  }
}
.interview-info-block.last .img {
  max-width: 440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.interview-info-block .img {
  max-width: 470px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .interview-info-block .img {
    margin-top: 30px;
  }
}
.interview-info-block .img.r-img {
  margin-left: auto;
}
@media screen and (min-width: 471px) {
  .interview-info-block .img.r-img img {
    border-radius: 3px 0 0 3px;
  }
}
.interview-info-block .img.l-img {
  margin-right: auto;
}
@media screen and (min-width: 471px) {
  .interview-info-block .img.l-img img {
    border-radius: 0 3px 3px 0;
  }
}

.interviewSlider {
  width: 100%;
}
.interviewSlider-block {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .interviewSlider-block {
    margin-bottom: 40px;
  }
}
.interviewSlider-slide {
  max-width: 400px;
}
@media screen and (max-width: 500px) {
  .interviewSlider-slide {
    max-width: 70vw;
  }
  .interviewSlider-slide .interview-list-block .ttl {
    min-width: auto;
    width: 100%;
    margin-top: 0;
    background: none;
  }
  .interviewSlider-slide .interview-list-block .ttl br {
    display: none;
  }
}
.interviewSlider-pagination.swiper-pagination {
  position: relative;
  width: fit-content !important;
  top: inherit !important;
  bottom: inherit !important;
}
.interviewSlider-pagination.swiper-pagination .swiper-pagination-bullet {
  background: #D5DCE5;
  opacity: 1;
}
.interviewSlider-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #00CC87;
}
.interviewSlider-prev.swiper-button-prev {
  position: relative;
  width: 30px;
  height: 30px;
  left: inherit;
  top: inherit;
  margin-top: 0;
}
.interviewSlider-prev.swiper-button-prev:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/recruiting/people/prev.png);
  background-size: cover;
}
.interviewSlider-next.swiper-button-next {
  position: relative;
  width: 30px;
  height: 30px;
  right: inherit;
  top: inherit;
  margin-top: 0;
}
.interviewSlider-next.swiper-button-next:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/recruiting/people/next.png);
  background-size: cover;
}
.interviewSlider-controll {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}

/***************************

object/project/culture.scss

***************************/
.back-wrap.culture {
  background: url(../img/recruiting/culture/body-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .subpage.culture .subpage-inner {
    padding-bottom: 60px;
  }
}

.culture01 {
  width: 100%;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .culture01 {
    margin-bottom: 70px;
  }
}

.culture-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.culture-gallery li .img {
  margin-bottom: 10px;
}
.culture-gallery li .img img {
  border-radius: 3px;
}
.culture-gallery li p {
  font-size: 1.4rem;
  font-weight: 500;
}

.repayment-support {
  width: 100%;
  margin-bottom: 20px;
}
.repayment-support-block {
  position: relative;
  width: 100%;
  background: #fff;
  display: flex;
  border-radius: 5px;
  border: 2px solid #00CC87;
}
.repayment-support-block:not(:last-child) {
  margin-bottom: 30px;
}
.repayment-support-block:not(:last-child):after {
  position: absolute;
  content: '';
  width: 24px;
  height: 10px;
  background: #00CC87;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  bottom: -24px;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
.repayment-support-block dt {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
  font-size: 1.4rem;
  width: 160px;
  background: #B9F1DE;
  border-radius: 5px 0 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.repayment-support-block dt span {
  font-size: 1rem;
}
.repayment-support-block dd {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
  width: calc(100% - 160px);
  font-size: 1rem;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.repayment-support-block dd .price {
  font-size: clamp(1.6rem, 2.34375vw, 1.8rem);
  color: #00CC87;
  line-height: 1;
}
.repayment-support-block dd .price span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(2.8rem, 4.42708vw, 3.4rem);
  letter-spacing: -0.04em;
}

.allowance-list {
  width: 100%;
}
.allowance-list-block {
  background: #EFF0F2;
  border-radius: 2px;
  padding: 15px 20px;
}
.allowance-list-block:not(:last-child) {
  margin-bottom: 10px;
}
.allowance-list-block dt {
  position: relative;
  padding-right: 15px;
}
.allowance-list-block dt:before, .allowance-list-block dt:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 3px;
  background: #00CC87;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.allowance-list-block dt:after {
  rotate: 90deg;
  transition: rotate .6s;
}
.allowance-list-block dt.open:after {
  rotate: 180deg;
}
.allowance-list-block dd {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}

/***************************

object/project/graduate.scss

***************************/
.back-wrap.graduate {
  background: url(../img/recruiting/recruit/graduate/body-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .subpage.graduate .subpage-inner {
    padding-bottom: 60px;
  }
}

.graduate01 {
  width: 100%;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .graduate01 {
    margin-bottom: 70px;
  }
}

.graduate02 {
  width: 100%;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .graduate02 {
    margin-bottom: 70px;
  }
}

.recruit-flow {
  position: relative;
  width: 100%;
}
.recruit-flow:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 90%;
  background: #BEEEDE;
  top: 5%;
  left: 22px;
  z-index: 1;
}
.recruit-flow-block {
  position: relative;
  width: 100%;
  display: flex;
  gap: 20px;
  z-index: 2;
}
.recruit-flow-block:not(:last-child) {
  margin-bottom: 25px;
}
.recruit-flow-block .num {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 1;
  background: #00CC87;
  border-radius: 3px;
}
.recruit-flow-block .box {
  width: calc(100% - 68px);
}
.recruit-flow-block .box h4 {
  font-size: 1.8rem;
}
.recruit-flow-block .box p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #888C92;
}

.graduate03 {
  width: 100%;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .graduate03 {
    margin-bottom: 70px;
  }
}

.entry-link {
  width: 100%;
}
.entry-link li:not(:last-child) {
  margin-bottom: 15px;
}

/* form */
.subpage.form {
  height: 400px;
  background: linear-gradient(45deg, #00C683, #00E195);
  border-radius: 3px 3px 0 0;
}
.subpage.form .subpage-ttl {
  border-color: #fff;
}
.subpage.form .subpage-ttl_en {
  letter-spacing: 0;
}

.form01 {
  width: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .form01 {
    padding-top: 40px;
  }
}

.form-wrap {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .form-wrap {
    margin-top: 40px;
  }
}
.form-wrap .privacy {
  width: 100%;
  max-height: 200px;
  border: 1px solid #A2A4A8;
  margin-bottom: 20px;
}
.form-wrap .privacy .simplebar-track {
  width: 15px;
  background: #EFF0F2;
}
.form-wrap .privacy .simplebar-scrollbar::before {
  width: 9px;
  background: #636363;
  opacity: 1;
  left: 3.5px;
}
.form-wrap .privacy-inner {
  padding: 20px;
  padding-right: 35px;
}
.form-wrap .privacy-acceptance {
  width: 100%;
  margin-bottom: 40px;
}
.form-wrap .privacy-acceptance .wpcf7-acceptance input {
  display: none;
}
.form-wrap .privacy-acceptance .wpcf7-acceptance input:checked + .wpcf7-list-item-label:before {
  background: #111;
  border-color: #111;
}
.form-wrap .privacy-acceptance .wpcf7-acceptance input:checked + .wpcf7-list-item-label:after {
  background: url(../img/recruiting/recruit/check-white.png);
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.form-wrap .privacy-acceptance .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 45px;
  font-weight: 500;
}
.form-wrap .privacy-acceptance .wpcf7-acceptance .wpcf7-list-item-label:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #838791;
  border-radius: 3px;
  background: #fff;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}
.form-wrap .privacy-acceptance .wpcf7-acceptance .wpcf7-list-item-label:after {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  background: url(../img/recruiting/recruit/check-gray.png);
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}
.form-wrap .submit-box {
  position: relative;
}
.form-wrap .submit-box:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/recruiting/recruit/arrow.png);
  top: 50%;
  right: 50px;
  translate: 0 -50%;
  z-index: 3;
  pointer-events: none;
}
.form-wrap .submit-box input {
  width: 100%;
  min-height: 85px;
  background: #00CC87;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 2.60417vw, 2rem);
  color: #fff;
  border: none;
}
.form-wrap .submit-box input:disabled {
  background: #D9DCE1;
}
.form-wrap .submit-box input:hover {
  cursor: pointer;
}
.form-wrap .submit-box .wpcf7-spinner {
  display: none;
}

.contact-form {
  width: 100%;
  margin-bottom: 40px;
}
.contact-form-block:not(:last-child) {
  margin-bottom: 30px;
}
.contact-form-block dt {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 15px;
  padding-left: 70px;
}
.contact-form-block dt:before {
  position: absolute;
  content: '任意';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 35px;
  font-size: 1.4rem;
  color: #C2C6CE;
  background: #EFF0F2;
  border-radius: 3px;
  left: 0;
}
.contact-form-block dt.req:before {
  content: '必須';
  color: #009A63;
  background: #E4F6F0;
}
.contact-form-block dt span {
  font-size: 1.2rem;
  font-weight: 600;
}
.contact-form .type-box {
  width: 100%;
}
.contact-form .type-box .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-form .type-box .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  background: #FFF;
  border: 1px solid #C2C6CE;
  border-radius: 3px;
  padding: 15px;
  margin: 0;
}
.contact-form .type-box .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}
.contact-form .type-box .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background: #111;
  border-color: #111;
}
.contact-form .type-box .wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  background: url(../img/recruiting/recruit/check-white.png);
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-form .type-box .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding-left: 45px;
  font-weight: 500;
}
.contact-form .type-box .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #838791;
  border-radius: 3px;
  background: #fff;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}
.contact-form .type-box .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  background: url(../img/recruiting/recruit/check-gray.png);
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}
.contact-form .radio-box {
  width: 100%;
}
.contact-form .radio-box .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
}
.contact-form .radio-box .wpcf7-radio input {
  display: none;
}
.contact-form .radio-box .wpcf7-radio input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.contact-form .radio-box .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-weight: 500;
}
.contact-form .radio-box .wpcf7-radio .wpcf7-list-item-label:before {
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid #838791;
  border-radius: 100%;
  z-index: 1;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.contact-form .radio-box .wpcf7-radio .wpcf7-list-item-label:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: #00CC87;
  border-radius: 100%;
  z-index: 3;
  left: 5px;
  top: 50%;
  translate: 0 -50%;
  opacity: 0;
  transition: all .6s;
}
.contact-form .graduation-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-form .wpcf7-select {
  position: relative;
  min-height: 60px;
  background: #fff;
  border: 1px solid #C2C6CE;
  border-radius: 3px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  padding: 10px 40px 10px 15px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/recruiting/recruit/select.png);
  background-size: 40px 62px;
  background-repeat: no-repeat;
  background-position: center right -1px;
}
.contact-form .other-time {
  width: calc(100% - 35px);
  margin-left: auto;
  margin-top: 10px;
}
.contact-form .w120 {
  min-width: 120px;
}
.contact-form .w90 {
  min-width: 90px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel] {
  max-width: 100%;
  width: 100%;
  min-height: 60px;
  padding: 10px 15px;
  border: 1px solid #C2C6CE;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  background: #fff;
  border-radius: 3px;
  margin: 0;
}
.contact-form textarea {
  font-family: "IBM Plex Sans JP", sans-serif;
  min-height: 300px;
  background: #fff;
  border: 1px solid #C2C6CE;
  border-radius: 3px;
  padding: 15px;
}

/* thanks */
.thanks-tel {
  width: 100%;
  background: #F5F6F8;
  border-radius: 3px;
  padding: 30px 20px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.thanks-tel a {
  text-decoration: none;
  color: #00CC87;
}

/***************************

object/project/career.scss

***************************/
.back-wrap.career {
  background: url(../img/recruiting/recruit/career/body-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .subpage.career .subpage-inner {
    padding-bottom: 60px;
  }
}

.career01,
.career02 {
  width: 100%;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .career01,
  .career02 {
    margin-bottom: 70px;
  }
}

/* 260305 */
.h-back-corporate {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  font-size: 1.3rem;
  font-weight: 600;
  background: #EDF8F4;
  color: #009a63;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 30px;
  margin-top: 10px;
}

.h-back-corporate:before {
  position: absolute;
  content: '';
  width: 11px;
  height: 9px;
  background: url(../img/recruiting/common/link-icn.png);
  background-size: cover;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
  transition: translate 0.6s;
}

.h-back-corporate:hover {
  color: #009a63;
  opacity: 1;
}

.h-back-corporate:hover:before {
  translate: 5px -50%;
} 